]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
Documentation for customization of citation formats.
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 1.6.6svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
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}, tableposition=top]{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 für Mehrfachzeilen benutzt
88 \usepackage{multirow}
89 %\renewcommand{\multirowsetup}{\centering}
90
91 % wird fuer Tabellen im Buchstil benutzt
92 \usepackage{booktabs}
93
94 % wird benutzt, um Tabellenzellen zu vergrößern
95 \@ifundefined{extrarowheight}
96  {\usepackage{array}}{}
97 \setlength{\extrarowheight}{2pt}
98
99 % wird fuer benutzerdefinierte Tabellen benutzt
100 % ---
101 \newcolumntype{M}[1]
102  {>{\centering\hspace{0pt}}m{#1}}
103
104 \newcolumntype{S}[2]
105  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
106
107 \newcolumntype{K}[1]
108  {>{\columncolor{#1}\hspace{0pt}}c}
109
110 \newcolumntype{V}{!{\vrule width 1.5pt}}
111
112 \newcolumntype{W}{!{\color{green}\vline}}
113 % ---
114
115 % Setzt einen zusaetzlichen Abstand von
116 % 1.5 mm zwischen Fussnoten
117 \let\myFoot\footnote
118 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
119
120 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
121 \numberwithin{algorithm}{chapter}
122
123 % Grauschrift-Notizen in blauer Farbe
124 \renewenvironment{lyxgreyedout}
125  {\textcolor{blue}\bgroup}{\egroup}
126
127 % ------------------------------------
128 % Prüfung auf benötigte LaTeXPakete
129 \usepackage{ifthen}
130
131 % Pruefung auf arydshln
132 % für Tabellen mit gestrichelten Linien
133 \newboolean{arydshln}
134 \IfFileExists{arydshln.sty}
135  {\usepackage{arydshln}
136   \setboolean{arydshln}{true}}
137  {\setboolean{arydshln}{false}}
138
139 % Prüfung auf marginnote
140 % für Randnotizen
141 \newboolean{marginnote}
142 \IfFileExists{marginnote.sty}
143  {\usepackage{marginnote}
144   \let\marginpar\marginnote
145   \setboolean{marginnote}{true}}
146  {\setboolean{marginnote}{false}}
147
148 % Prüfung auf sidecap
149 % für seitliche Beschriftungen
150 \newboolean{sidecap}
151 \IfFileExists{sidecap.sty}
152  {\usepackage{sidecap}
153   \setboolean{sidecap}{true}}
154  {\setboolean{sidecap}{false}}
155
156 % Umdefinieren des Makros \LyX für PDF-Lesezeichen
157 \def\LyX{\texorpdfstring{%
158   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
159   {LyX}}
160
161 % Damit der Index den Namen "Stichwortverzeichnis" erhält
162 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
163 \end_preamble
164 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
165 \use_default_options false
166 \language ngerman
167 \inputencoding auto
168 \font_roman default
169 \font_sans default
170 \font_typewriter default
171 \font_default_family default
172 \font_sc false
173 \font_osf false
174 \font_sf_scale 100
175 \font_tt_scale 100
176
177 \graphics 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 \cite_engine basic
200 \use_bibtopic false
201 \paperorientation portrait
202 \secnumdepth 3
203 \tocdepth 3
204 \paragraph_separation skip
205 \defskip medskip
206 \quotes_language german
207 \papercolumns 1
208 \papersides 2
209 \paperpagestyle default
210 \bullet 1 0 9 -1
211 \bullet 2 2 35 -1
212 \bullet 3 2 7 -1
213 \tracking_changes false
214 \output_changes false
215 \author "" 
216 \author "" 
217 \end_header
218
219 \begin_body
220
221 \begin_layout Title
222 Das LyX-Handbuch der Einfügungen:
223 \begin_inset Newline newline
224 \end_inset
225
226  
227 \size larger
228 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
229 \end_layout
230
231 \begin_layout Author
232 vom LyX Team
233 \begin_inset Foot
234 status collapsed
235
236 \begin_layout Plain Layout
237 \noindent
238
239 \size normal
240 Übersetzung und Bearbeitung: Hartmut Haase
241 \size default
242 , Uwe Stöhr
243 \begin_inset Newline newline
244 \end_inset
245
246 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
247  bitte an: 
248 \begin_inset CommandInset href
249 LatexCommand href
250 name "lyx-docs@lists.lyx.org"
251 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
252 type "mailto:"
253
254 \end_inset
255
256
257 \end_layout
258
259 \end_inset
260
261
262 \begin_inset Note Note
263 status collapsed
264
265 \begin_layout Plain Layout
266 Autor: Uwe Stöhr <uwestoehr@web.de>
267 \end_layout
268
269 \end_inset
270
271
272 \begin_inset Newline newline
273 \end_inset
274
275
276 \begin_inset Newline newline
277 \end_inset
278
279
280 \family sans
281 Version 1.6.x
282 \end_layout
283
284 \begin_layout Standard
285 \begin_inset CommandInset toc
286 LatexCommand tableofcontents
287
288 \end_inset
289
290
291 \end_layout
292
293 \begin_layout Standard
294 \begin_inset Note Note
295 status open
296
297 \begin_layout Plain Layout
298 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder RTF exportier
299 en zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte 
300 \series bold
301 arydshln
302 \series default
303
304 \series bold
305 colortbl
306 \series default
307
308 \series bold
309 marginnote
310 \series default
311  und 
312 \series bold
313 sidecap
314 \series default
315 .
316  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
317  denen sie benötigt werden.
318 \end_layout
319
320 \begin_layout Plain Layout
321 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
322  des englischen Originals hier finden:
323 \begin_inset Newline newline
324 \end_inset
325
326
327 \series bold
328 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
329 \end_layout
330
331 \end_inset
332
333
334 \end_layout
335
336 \begin_layout Chapter
337 Abbildungen
338 \begin_inset Index
339 status collapsed
340
341 \begin_layout Plain Layout
342 Abbildungen
343 \end_layout
344
345 \end_inset
346
347
348 \end_layout
349
350 \begin_layout Section
351 Grafik-Dialog
352 \begin_inset Index
353 status collapsed
354
355 \begin_layout Plain Layout
356 Abbildungen ! Grafik-Dialog
357 \end_layout
358
359 \end_inset
360
361
362 \begin_inset CommandInset label
363 LatexCommand label
364 name "abs:Grafik-Dialog"
365
366 \end_inset
367
368
369 \end_layout
370
371 \begin_layout Standard
372 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
373  
374 \begin_inset Graphics
375         filename ../../images/dialog-show-new-inset_graphics.png
376         scale 70
377         scaleBeforeRotation
378         BoundingBox 0bp 6bp 22bp 22bp
379
380 \end_inset
381
382  in der Werkzeugleiste oder wählen das Menü 
383 \family sans
384 Einfügen\SpecialChar \menuseparator
385 Grafik
386 \family default
387 .
388  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
389  
390 \family sans
391 Durchsuchen
392 \family default
393  eingeben können.
394  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
395  an der Sie sie eingefügt haben.
396 \end_layout
397
398 \begin_layout Standard
399 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
400  klicken.
401  Der Dialog hat drei Karteikarten:
402 \end_layout
403
404 \begin_layout Description
405
406 \family sans
407 Grafik
408 \family default
409  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
410  Version festlegen.
411  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
412 \begin_inset space ~
413 \end_inset
414
415
416 \begin_inset CommandInset ref
417 LatexCommand ref
418 reference "kap:In-LyX-verfügbare"
419
420 \end_inset
421
422  erklärt.
423 \begin_inset Newline newline
424 \end_inset
425
426
427 \begin_inset Index
428 status collapsed
429
430 \begin_layout Plain Layout
431 Abbildungen ! rotierte
432 \end_layout
433
434 \end_inset
435
436 Sie können Abbildungen durch Angabe eines 
437 \family sans
438 Winkel
439 \family default
440
441 \begin_inset space ~
442 \end_inset
443
444
445 \family sans
446 (Grad)
447 \family default
448  und Festlegung eines 
449 \family sans
450 Drehpunktes
451 \family default
452  drehen.
453  Negative Winkel drehen im Uhrzeigersinn.
454  Die Abbildung wird auch in LyX gedreht.
455 \begin_inset Newline newline
456 \end_inset
457
458
459 \begin_inset Index
460 status collapsed
461
462 \begin_layout Plain Layout
463 Abbildungen ! skalierte
464 \end_layout
465
466 \end_inset
467
468 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
469  oder Höhe und Breite definiert.
470  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
471  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
472  wobei sie möglicherweise verzerrt wird.
473  Um das zu vermeiden, sollten Sie 
474 \family sans
475 Seitenverhältnis
476 \begin_inset space ~
477 \end_inset
478
479 beibehalten
480 \family default
481  ankreuzen.
482  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
483  und Breite nicht überschritten werden.
484 \begin_inset Newline newline
485 \end_inset
486
487 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
488 nden Kontext-Menü 
489 \family sans
490 Datei extern bearbeiten
491 \family default
492  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
493  öffnen.
494  Das Programm kann für jedes Bildformat in den LyX-Einstellungen unter 
495 \family sans
496 Datei-Handhabung\SpecialChar \menuseparator
497 Dateiformate
498 \family default
499  festgelegt werden.
500 \end_layout
501
502 \begin_layout Description
503
504 \family sans
505 Ausschnitt
506 \family default
507  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
508  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
509  Wenn Sie auf 
510 \family sans
511 Lese
512 \begin_inset space ~
513 \end_inset
514
515 aus
516 \begin_inset space ~
517 \end_inset
518
519 Datei
520 \family default
521  klicken, werden die Koordinaten automatisch berechnet.
522  Die Option 
523 \family sans
524 Auf
525 \begin_inset space ~
526 \end_inset
527
528 Begrenzungsbox
529 \begin_inset space ~
530 \end_inset
531
532 zuschneiden
533 \family default
534  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
535  Koordinaten liegt.
536  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
537  diese Karteikarte ignorieren.
538 \end_layout
539
540 \begin_layout Description
541
542 \family sans
543 LaTeX-
544 \begin_inset space ~
545 \end_inset
546
547 und
548 \begin_inset space ~
549 \end_inset
550
551 LyX-Optionen
552 \family default
553  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
554  LaTeX-Experten können weitere LaTeX-Optionen definieren.
555 \begin_inset Newline newline
556 \end_inset
557
558 Ist die Option 
559 \family sans
560 Entwurfsmodus 
561 \family default
562 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
563  darin gedruckt.
564 \begin_inset Newline newline
565 \end_inset
566
567 Die Option 
568 \family sans
569 Beim
570 \begin_inset space ~
571 \end_inset
572
573 Exportieren
574 \begin_inset space ~
575 \end_inset
576
577 nicht
578 \begin_inset space ~
579 \end_inset
580
581 entpacken
582 \family default
583  betrifft nur gepackte EPS-Dateien, zum Beispiel 
584 \emph on
585 x.eps.gz
586 \emph default
587 .
588  LaTeX kann so mit ihnen umgehen.
589 \begin_inset Newline newline
590 \end_inset
591
592 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
593  wählen, siehe Anhang
594 \begin_inset space ~
595 \end_inset
596
597
598 \begin_inset CommandInset ref
599 LatexCommand ref
600 reference "abs:PostScript"
601
602 \end_inset
603
604 .
605  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
606 \begin_inset Newline newline
607 \end_inset
608
609
610 \series bold
611 gzip x.eps
612 \begin_inset Newline newline
613 \end_inset
614
615 zgrep %%Bounding x.eps.gz > x.eps.bb
616 \series default
617
618 \begin_inset Newline newline
619 \end_inset
620
621 Der zweite Befehl erzeugt die Begrenzungsbox 
622 \begin_inset Quotes gld
623 \end_inset
624
625 x.eps.bb
626 \begin_inset Quotes grd
627 \end_inset
628
629 , die LaTeX für gepackte Abbildungen benötigt.
630 \begin_inset Newline newline
631 \end_inset
632
633 Das Feld 
634 \family sans
635 Gruppenname
636 \begin_inset space ~
637 \end_inset
638
639 initialisieren
640 \family default
641  ermöglicht es eine Einstellungsgruppe zu definieren oder dem Bild eine
642  solche zuzuordnen.
643 \begin_inset Index
644 status collapsed
645
646 \begin_layout Plain Layout
647 Abbildungen ! Einstellungsgruppen
648 \end_layout
649
650 \end_inset
651
652  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
653  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
654  der Gruppe geändert werden.
655  Damit kann man z.B.
656 \begin_inset space ~
657 \end_inset
658
659 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
660  Bild tun zu müssen.
661  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
662  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
663 \end_layout
664
665 \begin_layout Standard
666 \begin_inset VSpace bigskip
667 \end_inset
668
669
670 \end_layout
671
672 \begin_layout Standard
673 Hier ist eine zentrierte EPS-Abbildung
674 \begin_inset Foot
675 status collapsed
676
677 \begin_layout Plain Layout
678 Abbildungsformate sind in Abschnitt
679 \begin_inset space ~
680 \end_inset
681
682
683 \begin_inset CommandInset ref
684 LatexCommand ref
685 reference "abs:Bildformate"
686
687 \end_inset
688
689  beschrieben.
690 \end_layout
691
692 \end_inset
693
694  in einem eigenen Absatz:
695 \end_layout
696
697 \begin_layout Standard
698 \align center
699 \begin_inset Graphics
700         filename ../clipart/mobius.eps
701         scale 70
702         scaleBeforeRotation
703         rotateOrigin center
704
705 \end_inset
706
707
708 \end_layout
709
710 \begin_layout Standard
711 \noindent
712 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
713 \end_layout
714
715 \begin_layout Standard
716 \align center
717 \begin_inset Graphics
718         filename ../clipart/mobius.eps
719         scale 70
720         draft
721         scaleBeforeRotation
722         rotateOrigin center
723
724 \end_inset
725
726
727 \end_layout
728
729 \begin_layout Section
730 Gleitende Abbildungen
731 \begin_inset CommandInset label
732 LatexCommand label
733 name "abs:Gleitende-Abbildungen"
734
735 \end_inset
736
737
738 \begin_inset Index
739 status collapsed
740
741 \begin_layout Plain Layout
742 Abbildungen ! gleitende
743 \end_layout
744
745 \end_inset
746
747
748 \begin_inset Index
749 status collapsed
750
751 \begin_layout Plain Layout
752 Gleitobjekte ! Abbildungen
753 \end_layout
754
755 \end_inset
756
757
758 \end_layout
759
760 \begin_layout Standard
761 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
762 \begin_inset space ~
763 \end_inset
764
765
766 \begin_inset CommandInset ref
767 LatexCommand ref
768 reference "abs:Gleitobjekte-Einleitung"
769
770 \end_inset
771
772 .
773 \end_layout
774
775 \begin_layout Standard
776 Wenn Sie auf das Werkzeugleisten-Symbol 
777 \begin_inset Graphics
778         filename ../../images/float-insert_figure.png
779         scale 70
780         scaleBeforeRotation
781         BoundingBox 0bp 6bp 22bp 22bp
782
783 \end_inset
784
785  klicken oder 
786 \family sans
787 Einfügen\SpecialChar \menuseparator
788 Gleit\SpecialChar \-
789 objekt\SpecialChar \menuseparator
790 Abbildung
791 \family default
792  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
793  In das rot umrahmte Feld rechts von 
794 \emph on
795 Abbildung
796 \begin_inset space ~
797 \end_inset
798
799 Nr:
800 \emph default
801  schreiben Sie die Bildbeschriftung.
802  Nach einem Klick oberhalb oder unterhalb von 
803 \emph on
804 Abbildung
805 \begin_inset space ~
806 \end_inset
807
808 Nr:
809 \emph default
810  können Sie dann eine Abbildung wie 
811 \begin_inset CommandInset ref
812 LatexCommand ref
813 reference "abb:kill-plat"
814
815 \end_inset
816
817  oberhalb oder wie Abbildung
818 \begin_inset space ~
819 \end_inset
820
821
822 \begin_inset CommandInset ref
823 LatexCommand ref
824 reference "abb:escher"
825
826 \end_inset
827
828  unterhalb der Bildbeschriftung einfügen.
829  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
830 \begin_inset space ~
831 \end_inset
832
833
834 \begin_inset CommandInset ref
835 LatexCommand ref
836 reference "abs:Titel-Platzierung"
837
838 \end_inset
839
840 .
841 \end_layout
842
843 \begin_layout Standard
844 \begin_inset Float figure
845 wide false
846 sideways false
847 status open
848
849 \begin_layout Plain Layout
850 \align center
851 \begin_inset Graphics
852         filename ../clipart/platypus.eps
853         width 50col%
854         scaleBeforeRotation
855         rotateOrigin center
856
857 \end_inset
858
859
860 \end_layout
861
862 \begin_layout Plain Layout
863 \begin_inset Caption
864
865 \begin_layout Plain Layout
866 \begin_inset CommandInset label
867 LatexCommand label
868 name "abb:kill-plat"
869
870 \end_inset
871
872 Platypus in einem Gleitobjekt
873 \end_layout
874
875 \end_inset
876
877
878 \end_layout
879
880 \end_inset
881
882
883 \end_layout
884
885 \begin_layout Standard
886 \begin_inset Float figure
887 wide false
888 sideways false
889 status open
890
891 \begin_layout Plain Layout
892 \begin_inset Caption
893
894 \begin_layout Plain Layout
895 \begin_inset CommandInset label
896 LatexCommand label
897 name "abb:escher"
898
899 \end_inset
900
901 M.C.
902  Escher
903 \end_layout
904
905 \end_inset
906
907
908 \end_layout
909
910 \begin_layout Plain Layout
911 \align center
912 \begin_inset Graphics
913         filename ../clipart/escher-lsd.eps
914         scale 80
915         scaleBeforeRotation
916         rotateOrigin center
917
918 \end_inset
919
920
921 \end_layout
922
923 \end_inset
924
925
926 \end_layout
927
928 \begin_layout Standard
929 \begin_inset Index
930 status collapsed
931
932 \begin_layout Plain Layout
933 Querverweise ! auf Abbildungen
934 \end_layout
935
936 \end_inset
937
938 Abbildung
939 \begin_inset space ~
940 \end_inset
941
942
943 \begin_inset CommandInset ref
944 LatexCommand ref
945 reference "abb:kill-plat"
946
947 \end_inset
948
949  und 
950 \begin_inset CommandInset ref
951 LatexCommand ref
952 reference "abb:escher"
953
954 \end_inset
955
956  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
957  Dafür fügen Sie in der Beschriftung mit 
958 \family sans
959 Einfügen\SpecialChar \menuseparator
960 Marke
961 \family default
962  oder durch Klicken auf 
963 \begin_inset Graphics
964         filename ../../images/label-insert.png
965         scale 70
966         scaleBeforeRotation
967         BoundingBox 0bp 6bp 20bp 20bp
968
969 \end_inset
970
971  eine Marke ein.
972  Auf diese können Sie dann wie gewohnt mit 
973 \family sans
974 Einfügen\SpecialChar \menuseparator
975 Querverweis
976 \family default
977  oder durch Klicken auf 
978 \begin_inset Graphics
979         filename ../../images/dialog-show-new-inset_ref.png
980         scale 70
981         scaleBeforeRotation
982         BoundingBox 0bp 6bp 22bp 22bp
983
984 \end_inset
985
986  verweisen.
987  Das ist besser als eine vage Formulierung wie 
988 \begin_inset Quotes gld
989 \end_inset
990
991 die obige Abbildung
992 \begin_inset Quotes grd
993 \end_inset
994
995  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
996  erscheint, und das muss nicht 
997 \emph on
998 oben
999 \emph default
1000  sein.
1001  Verweise werden detailliert in Abschnitt
1002 \begin_inset space ~
1003 \end_inset
1004
1005
1006 \begin_inset CommandInset ref
1007 LatexCommand ref
1008 reference "abs:Auf-Gleitobjekte-verweisen"
1009
1010 \end_inset
1011
1012  beschrieben.
1013 \end_layout
1014
1015 \begin_layout Standard
1016 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1017  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1018  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1019  Gleitabbildung einfügt.
1020  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1021  Abbildung
1022 \begin_inset space ~
1023 \end_inset
1024
1025
1026 \begin_inset CommandInset ref
1027 LatexCommand ref
1028 reference "abb:Zwei-Teilabbildungen"
1029
1030 \end_inset
1031
1032  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1033  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1034  Gleitabbildung auf Eingabe drücken.
1035  Abbildung
1036 \begin_inset space ~
1037 \end_inset
1038
1039
1040 \begin_inset CommandInset ref
1041 LatexCommand ref
1042 reference "abb:Undefinierbar"
1043
1044 \end_inset
1045
1046  und 
1047 \begin_inset CommandInset ref
1048 LatexCommand ref
1049 reference "abb:Ein-Schnabeltier"
1050
1051 \end_inset
1052
1053  sind die Teilabbildungen.
1054 \end_layout
1055
1056 \begin_layout Standard
1057 \begin_inset Float figure
1058 wide false
1059 sideways false
1060 status open
1061
1062 \begin_layout Plain Layout
1063 \begin_inset space \hfill{}
1064 \end_inset
1065
1066
1067 \begin_inset Float figure
1068 wide false
1069 sideways false
1070 status collapsed
1071
1072 \begin_layout Plain Layout
1073 \begin_inset Caption
1074
1075 \begin_layout Plain Layout
1076 \begin_inset CommandInset label
1077 LatexCommand label
1078 name "abb:Undefinierbar"
1079
1080 \end_inset
1081
1082 Undefinierbar
1083 \end_layout
1084
1085 \end_inset
1086
1087
1088 \end_layout
1089
1090 \begin_layout Plain Layout
1091 \begin_inset Graphics
1092         filename ../clipart/escher-lsd.eps
1093         width 35col%
1094         scaleBeforeRotation
1095         groupId Teilabbildung
1096
1097 \end_inset
1098
1099
1100 \end_layout
1101
1102 \end_inset
1103
1104
1105 \begin_inset space \hfill{}
1106 \end_inset
1107
1108
1109 \begin_inset Float figure
1110 wide false
1111 sideways false
1112 status collapsed
1113
1114 \begin_layout Plain Layout
1115 \begin_inset Caption
1116
1117 \begin_layout Plain Layout
1118 \begin_inset CommandInset label
1119 LatexCommand label
1120 name "abb:Ein-Schnabeltier"
1121
1122 \end_inset
1123
1124 Ein Schnabeltier
1125 \end_layout
1126
1127 \end_inset
1128
1129
1130 \end_layout
1131
1132 \begin_layout Plain Layout
1133 \begin_inset Graphics
1134         filename ../clipart/platypus.eps
1135         width 35col%
1136         scaleBeforeRotation
1137         groupId Teilabbildung
1138
1139 \end_inset
1140
1141
1142 \end_layout
1143
1144 \end_inset
1145
1146
1147 \begin_inset space \hfill{}
1148 \end_inset
1149
1150
1151 \end_layout
1152
1153 \begin_layout Plain Layout
1154 \begin_inset Caption
1155
1156 \begin_layout Plain Layout
1157 \begin_inset CommandInset label
1158 LatexCommand label
1159 name "abb:Zwei-Teilabbildungen"
1160
1161 \end_inset
1162
1163 Zwei Teilabbildungen nebeneinander.
1164  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1165 \begin_inset Quotes gld
1166 \end_inset
1167
1168 Teilabbildung
1169 \begin_inset Quotes grd
1170 \end_inset
1171
1172  an.
1173 \end_layout
1174
1175 \end_inset
1176
1177
1178 \end_layout
1179
1180 \end_inset
1181
1182
1183 \end_layout
1184
1185 \begin_layout Section
1186 Bildformate
1187 \begin_inset CommandInset label
1188 LatexCommand label
1189 name "abs:Bildformate"
1190
1191 \end_inset
1192
1193
1194 \begin_inset Index
1195 status collapsed
1196
1197 \begin_layout Plain Layout
1198 Abbildungen ! Bildformate
1199 \end_layout
1200
1201 \end_inset
1202
1203
1204 \end_layout
1205
1206 \begin_layout Standard
1207 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1208  Aber wie in Anhang
1209 \begin_inset space ~
1210 \end_inset
1211
1212
1213 \begin_inset CommandInset ref
1214 LatexCommand ref
1215 reference "kap:Ausgabedatei-Formate"
1216
1217 \end_inset
1218
1219  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1220  LyX benutzt im Hintergrund das Programm
1221 \family typewriter
1222  ImageMagick
1223 \family default
1224 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1225  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1226  vermeiden.
1227  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1228  werden können.
1229  Diese Formate werden in Anhang
1230 \begin_inset space ~
1231 \end_inset
1232
1233
1234 \begin_inset CommandInset ref
1235 LatexCommand ref
1236 reference "kap:Ausgabedatei-Formate"
1237
1238 \end_inset
1239
1240  beschrieben.
1241 \end_layout
1242
1243 \begin_layout Standard
1244 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1245 \end_layout
1246
1247 \begin_layout Description
1248 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1249  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1250  
1251 \emph on
1252 pixelig
1253 \emph default
1254  aus.
1255  Bekannte Pixel-Formate sind 
1256 \begin_inset Quotes gld
1257 \end_inset
1258
1259 Graphics Interchange Format
1260 \begin_inset Quotes grd
1261 \end_inset
1262
1263  (GIF, Dateiendung
1264 \family typewriter
1265  
1266 \family default
1267
1268 \begin_inset Quotes gld
1269 \end_inset
1270
1271
1272 \family typewriter
1273 .gif
1274 \family default
1275
1276 \begin_inset Quotes grd
1277 \end_inset
1278
1279 )
1280 \begin_inset Index
1281 status collapsed
1282
1283 \begin_layout Plain Layout
1284 GIF
1285 \end_layout
1286
1287 \end_inset
1288
1289
1290 \begin_inset Quotes gld
1291 \end_inset
1292
1293 Portable Network Graphics
1294 \begin_inset Quotes grd
1295 \end_inset
1296
1297  (PNG, Dateiendung 
1298 \begin_inset Quotes gld
1299 \end_inset
1300
1301
1302 \family typewriter
1303 .png
1304 \family default
1305
1306 \begin_inset Quotes grd
1307 \end_inset
1308
1309 )
1310 \begin_inset Index
1311 status collapsed
1312
1313 \begin_layout Plain Layout
1314 PNG
1315 \end_layout
1316
1317 \end_inset
1318
1319
1320 \begin_inset Quotes gld
1321 \end_inset
1322
1323 Joint Photographic Experts Group
1324 \begin_inset Quotes grd
1325 \end_inset
1326
1327  (JPEG, Dateiendung
1328 \family typewriter
1329  
1330 \family default
1331
1332 \begin_inset Quotes gld
1333 \end_inset
1334
1335
1336 \family typewriter
1337 .jpg
1338 \family default
1339
1340 \begin_inset Quotes grd
1341 \end_inset
1342
1343  oder 
1344 \begin_inset Quotes gld
1345 \end_inset
1346
1347
1348 \family typewriter
1349 .jpeg
1350 \family default
1351
1352 \begin_inset Quotes grd
1353 \end_inset
1354
1355 )
1356 \begin_inset Index
1357 status collapsed
1358
1359 \begin_layout Plain Layout
1360 JPG, JPEG
1361 \end_layout
1362
1363 \end_inset
1364
1365  und 
1366 \begin_inset Quotes gld
1367 \end_inset
1368
1369 Windows Bitmap
1370 \begin_inset Quotes grd
1371 \end_inset
1372
1373  (BMP, Dateiendung 
1374 \begin_inset Quotes gld
1375 \end_inset
1376
1377
1378 \family typewriter
1379 .bmp
1380 \family default
1381
1382 \begin_inset Quotes grd
1383 \end_inset
1384
1385 )
1386 \begin_inset Index
1387 status collapsed
1388
1389 \begin_layout Plain Layout
1390 BMP
1391 \end_layout
1392
1393 \end_inset
1394
1395 .
1396 \end_layout
1397
1398 \begin_layout Description
1399 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1400  auf jede beliebige Größe skaliert werden.
1401  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1402  zoomen zu können.
1403 \begin_inset Newline newline
1404 \end_inset
1405
1406 Bekannte Formate sind 
1407 \begin_inset Quotes gld
1408 \end_inset
1409
1410 Scalable Vector Graphics
1411 \begin_inset Quotes grd
1412 \end_inset
1413
1414  (SVG, Dateiendung
1415 \family typewriter
1416  
1417 \family default
1418
1419 \begin_inset Quotes gld
1420 \end_inset
1421
1422
1423 \family typewriter
1424 .svg
1425 \family default
1426
1427 \begin_inset Quotes grd
1428 \end_inset
1429
1430 )
1431 \begin_inset Index
1432 status collapsed
1433
1434 \begin_layout Plain Layout
1435 SVG
1436 \end_layout
1437
1438 \end_inset
1439
1440
1441 \begin_inset Quotes gld
1442 \end_inset
1443
1444 Encapsulated PostScript
1445 \begin_inset Quotes grd
1446 \end_inset
1447
1448  (EPS, Dateiendung 
1449 \begin_inset Quotes gld
1450 \end_inset
1451
1452
1453 \family typewriter
1454 .eps
1455 \family default
1456
1457 \begin_inset Quotes grd
1458 \end_inset
1459
1460 )
1461 \begin_inset Index
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465 EPS
1466 \end_layout
1467
1468 \end_inset
1469
1470
1471 \begin_inset Quotes gld
1472 \end_inset
1473
1474 Portable Document Format
1475 \begin_inset Quotes grd
1476 \end_inset
1477
1478  (PDF, Dateiendung
1479 \family typewriter
1480  
1481 \family default
1482
1483 \begin_inset Quotes gld
1484 \end_inset
1485
1486
1487 \family typewriter
1488 .pdf
1489 \family default
1490
1491 \begin_inset Quotes grd
1492 \end_inset
1493
1494 )
1495 \begin_inset Index
1496 status collapsed
1497
1498 \begin_layout Plain Layout
1499 PDF
1500 \end_layout
1501
1502 \end_inset
1503
1504  und 
1505 \begin_inset Quotes gld
1506 \end_inset
1507
1508 Windows Metafile
1509 \begin_inset Quotes grd
1510 \end_inset
1511
1512  (WMF, Dateiendung 
1513 \begin_inset Quotes gld
1514 \end_inset
1515
1516
1517 \family typewriter
1518 .wmf
1519 \family default
1520
1521 \begin_inset Quotes grd
1522 \end_inset
1523
1524 )
1525 \begin_inset Index
1526 status collapsed
1527
1528 \begin_layout Plain Layout
1529 WMF
1530 \end_layout
1531
1532 \end_inset
1533
1534 .
1535 \end_layout
1536
1537 \begin_layout Standard
1538 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1539  das Ergebnis ist immer noch ein Pixelbild.
1540  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1541  hinzugefügt.
1542 \begin_inset Foot
1543 status collapsed
1544
1545 \begin_layout Plain Layout
1546 Bei PDF wird das Originalbild auch noch komprimiert.
1547 \end_layout
1548
1549 \end_inset
1550
1551  Die PDF-Dateien, die 
1552 \family typewriter
1553 Adobe Photoshop
1554 \family default
1555  erzeugt, sind zum Beispiel Pixelbilder.
1556 \end_layout
1557
1558 \begin_layout Standard
1559 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1560  umgekehrt.
1561  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1562  eingefügt werden.
1563  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1564  erzeugt wird, weil es zur Zeit keine WMF/SVG
1565 \begin_inset Formula $\to$
1566 \end_inset
1567
1568 PDF/EPS Konverter gibt.
1569 \end_layout
1570
1571 \begin_layout Chapter
1572 Tabellen
1573 \begin_inset Index
1574 status collapsed
1575
1576 \begin_layout Plain Layout
1577 Tabellen
1578 \end_layout
1579
1580 \end_inset
1581
1582
1583 \end_layout
1584
1585 \begin_layout Section
1586 Einführung
1587 \begin_inset Index
1588 status collapsed
1589
1590 \begin_layout Plain Layout
1591 Tabellen ! Einführung
1592 \end_layout
1593
1594 \end_inset
1595
1596
1597 \end_layout
1598
1599 \begin_layout Standard
1600 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1601 \begin_inset Graphics
1602         filename ../../images/tabular-insert.png
1603         scale 70
1604         scaleBeforeRotation
1605         BoundingBox 0bp 6bp 22bp 22bp
1606
1607 \end_inset
1608
1609  oder das Menü 
1610 \family sans
1611 Einfügen\SpecialChar \menuseparator
1612 Tabelle
1613 \family default
1614  einfügen.
1615  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1616 \begin_inset space \thinspace{}
1617 \end_inset
1618
1619 -Tabelle.
1620  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1621  und die Größe der dunkelblauen Tabelle angezeigt.
1622  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1623  ein.
1624  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1625  Spaltenanzahl festlegen können.
1626 \end_layout
1627
1628 \begin_layout Standard
1629 In der so erstellten Tabelle ist jede Zelle umrandet.
1630  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1631  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1632  die zweite Zeile eine Linie oberhalb haben.
1633  Hier ist ein Beispiel:
1634 \end_layout
1635
1636 \begin_layout Standard
1637 \align center
1638 \begin_inset Tabular
1639 <lyxtabular version="3" rows="5" columns="4">
1640 <features>
1641 <column alignment="center" valignment="top" width="0">
1642 <column alignment="center" valignment="top" width="0">
1643 <column alignment="center" valignment="top" width="0">
1644 <column alignment="center" valignment="top" width="0">
1645 <row>
1646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1647 \begin_inset Text
1648
1649 \begin_layout Plain Layout
1650
1651 \end_layout
1652
1653 \end_inset
1654 </cell>
1655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1656 \begin_inset Text
1657
1658 \begin_layout Plain Layout
1659
1660 \family roman
1661 \series medium
1662 \shape up
1663 \size normal
1664 \emph off
1665 \bar no
1666 \noun off
1667 \color none
1668 1
1669 \end_layout
1670
1671 \end_inset
1672 </cell>
1673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1674 \begin_inset Text
1675
1676 \begin_layout Plain Layout
1677 2
1678 \end_layout
1679
1680 \end_inset
1681 </cell>
1682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1683 \begin_inset Text
1684
1685 \begin_layout Plain Layout
1686 3
1687 \end_layout
1688
1689 \end_inset
1690 </cell>
1691 </row>
1692 <row>
1693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1694 \begin_inset Text
1695
1696 \begin_layout Plain Layout
1697
1698 \family roman
1699 \series medium
1700 \shape up
1701 \size normal
1702 \emph off
1703 \bar no
1704 \noun off
1705 \color none
1706 A
1707 \end_layout
1708
1709 \end_inset
1710 </cell>
1711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1712 \begin_inset Text
1713
1714 \begin_layout Plain Layout
1715
1716 \end_layout
1717
1718 \end_inset
1719 </cell>
1720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1721 \begin_inset Text
1722
1723 \begin_layout Plain Layout
1724
1725 \end_layout
1726
1727 \end_inset
1728 </cell>
1729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1730 \begin_inset Text
1731
1732 \begin_layout Plain Layout
1733
1734 \end_layout
1735
1736 \end_inset
1737 </cell>
1738 </row>
1739 <row>
1740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1741 \begin_inset Text
1742
1743 \begin_layout Plain Layout
1744
1745 \family roman
1746 \series medium
1747 \shape up
1748 \size normal
1749 \emph off
1750 \bar no
1751 \noun off
1752 \color none
1753 B
1754 \end_layout
1755
1756 \end_inset
1757 </cell>
1758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1759 \begin_inset Text
1760
1761 \begin_layout Plain Layout
1762
1763 \end_layout
1764
1765 \end_inset
1766 </cell>
1767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1768 \begin_inset Text
1769
1770 \begin_layout Plain Layout
1771
1772 \end_layout
1773
1774 \end_inset
1775 </cell>
1776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1777 \begin_inset Text
1778
1779 \begin_layout Plain Layout
1780
1781 \end_layout
1782
1783 \end_inset
1784 </cell>
1785 </row>
1786 <row>
1787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1788 \begin_inset Text
1789
1790 \begin_layout Plain Layout
1791
1792 \family roman
1793 \series medium
1794 \shape up
1795 \size normal
1796 \emph off
1797 \bar no
1798 \noun off
1799 \color none
1800 C
1801 \end_layout
1802
1803 \end_inset
1804 </cell>
1805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1806 \begin_inset Text
1807
1808 \begin_layout Plain Layout
1809
1810 \end_layout
1811
1812 \end_inset
1813 </cell>
1814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1815 \begin_inset Text
1816
1817 \begin_layout Plain Layout
1818
1819 \end_layout
1820
1821 \end_inset
1822 </cell>
1823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1824 \begin_inset Text
1825
1826 \begin_layout Plain Layout
1827
1828 \end_layout
1829
1830 \end_inset
1831 </cell>
1832 </row>
1833 <row>
1834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1835 \begin_inset Text
1836
1837 \begin_layout Plain Layout
1838 D
1839 \end_layout
1840
1841 \end_inset
1842 </cell>
1843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1844 \begin_inset Text
1845
1846 \begin_layout Plain Layout
1847
1848 \end_layout
1849
1850 \end_inset
1851 </cell>
1852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1853 \begin_inset Text
1854
1855 \begin_layout Plain Layout
1856
1857 \end_layout
1858
1859 \end_inset
1860 </cell>
1861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1862 \begin_inset Text
1863
1864 \begin_layout Plain Layout
1865
1866 \end_layout
1867
1868 \end_inset
1869 </cell>
1870 </row>
1871 </lyxtabular>
1872
1873 \end_inset
1874
1875
1876 \end_layout
1877
1878 \begin_layout Section
1879 Tabellen-Einstellungen
1880 \begin_inset Index
1881 status collapsed
1882
1883 \begin_layout Plain Layout
1884 Tabellen ! Einstellungen
1885 \end_layout
1886
1887 \end_inset
1888
1889
1890 \end_layout
1891
1892 \begin_layout Standard
1893 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1894  Maustaste draufklicken.
1895  Dadurch wird ein Kontextmenü angezeigt, an dessem Ende 
1896 \family sans
1897 Einstellungen
1898 \family default
1899  steht.
1900  Ein Klick darauf öffnet das Fenster 
1901 \family sans
1902 Tabellen-Einstellungen
1903 \family default
1904 .
1905  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1906  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1907  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1908  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1909  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1910  Auswahl.
1911  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1912 \emph on
1913 Inhalt
1914 \emph default
1915  einer Zelle oder die Zelle selber ausgewählt haben.
1916  Das 
1917 \family sans
1918 Tabellen-Einstellungen
1919 \family default
1920 -Menü hat folgende Karteikarten:
1921 \end_layout
1922
1923 \begin_layout Description
1924
1925 \family sans
1926 Tabellen-Einstellungen
1927 \family default
1928  Hier können Sie die 
1929 \family sans
1930 Horizontale
1931 \begin_inset space ~
1932 \end_inset
1933
1934 Ausrichtung
1935 \family default
1936  der momentanen Spalte und die 
1937 \family sans
1938 Spaltenbreite
1939 \family default
1940  festlegen.
1941  Wenn Sie eine 
1942 \family sans
1943 Spaltenbreite
1944 \family default
1945  festgelegt haben, können Sie auch eine 
1946 \family sans
1947 Vertikale
1948 \begin_inset space ~
1949 \end_inset
1950
1951 Ausrichtung
1952 \family default
1953  der momentanen Zeile wählen.
1954  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1955  Absätze haben, wie in Abschnitt
1956 \begin_inset space ~
1957 \end_inset
1958
1959
1960 \begin_inset CommandInset ref
1961 LatexCommand ref
1962 reference "uab:Mehrfache-Zeilen-in"
1963
1964 \end_inset
1965
1966  beschrieben.
1967  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1968 \begin_inset Newline newline
1969 \end_inset
1970
1971 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
1972  als 
1973 \family sans
1974 Mehrfachspalte
1975 \family default
1976  definieren, wie in Abschnitt
1977 \begin_inset space ~
1978 \end_inset
1979
1980
1981 \begin_inset CommandInset ref
1982 LatexCommand ref
1983 reference "uab:Mehrfachspalten"
1984
1985 \end_inset
1986
1987  beschrieben.
1988 \begin_inset Newline newline
1989 \end_inset
1990
1991 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
1992  den Uhrzeigersinn um 90° drehen.
1993  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
1994 \begin_inset Newline newline
1995 \end_inset
1996
1997
1998 \begin_inset Note Greyedout
1999 status open
2000
2001 \begin_layout Plain Layout
2002
2003 \series bold
2004 Achtung:
2005 \series default
2006  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2007 \end_layout
2008
2009 \end_inset
2010
2011
2012 \begin_inset Newline newline
2013 \end_inset
2014
2015 Man kann auch ein 
2016 \family sans
2017 LaTe
2018 \begin_inset ERT
2019 status collapsed
2020
2021 \begin_layout Plain Layout
2022
2023 {}
2024 \end_layout
2025
2026 \end_inset
2027
2028 X-Argument
2029 \family default
2030  für besondere Tabellen-Formatierun\SpecialChar \-
2031 gen einfügen, wie in den Abschnitten
2032  
2033 \begin_inset CommandInset ref
2034 LatexCommand ref
2035 reference "uab:Mehrfachspalten-Berechnungen"
2036
2037 \end_inset
2038
2039  und 
2040 \begin_inset CommandInset ref
2041 LatexCommand ref
2042 reference "abs:Farbige-Tabellen"
2043
2044 \end_inset
2045
2046  beschrieben.
2047 \end_layout
2048
2049 \begin_layout Description
2050
2051 \family sans
2052 Rahmen
2053 \family default
2054  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2055  hinzufügen und löschen.
2056 \begin_inset Newline newline
2057 \end_inset
2058
2059 Wenn Sie die Stil-Option
2060 \family sans
2061  Formal
2062 \family default
2063  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2064 \begin_inset space ~
2065 \end_inset
2066
2067
2068 \begin_inset CommandInset ref
2069 LatexCommand ref
2070 reference "abs:Formale-Tabellen"
2071
2072 \end_inset
2073
2074  beschrieben, konvertiert.
2075 \begin_inset Newline newline
2076 \end_inset
2077
2078 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2079 \begin_inset space ~
2080 \end_inset
2081
2082
2083 \begin_inset CommandInset ref
2084 LatexCommand ref
2085 reference "uab:Zeilenabstand"
2086
2087 \end_inset
2088
2089  beschrieben.
2090 \end_layout
2091
2092 \begin_layout Description
2093
2094 \family sans
2095 Lange
2096 \begin_inset space ~
2097 \end_inset
2098
2099 Tabelle
2100 \family default
2101  Hier kann eine Tabelle als 
2102 \family sans
2103 Lange
2104 \begin_inset space ~
2105 \end_inset
2106
2107 Tabelle
2108 \family default
2109  definiert werden, die über mehrere Seiten reicht.
2110  Die Abschnitte
2111 \begin_inset space ~
2112 \end_inset
2113
2114
2115 \begin_inset CommandInset ref
2116 LatexCommand ref
2117 reference "abs:Lange-Tabellen"
2118
2119 \end_inset
2120
2121  und 
2122 \begin_inset CommandInset ref
2123 LatexCommand ref
2124 reference "abs:Special-Longtable-Issues"
2125
2126 \end_inset
2127
2128  beschreiben diese Funktion genauer.
2129 \end_layout
2130
2131 \begin_layout Standard
2132 Wenn das Menü 
2133 \family sans
2134 Tabellen-Einstellungen
2135 \family default
2136  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
2137  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
2138 \end_layout
2139
2140 \begin_layout Section
2141 Tabellen-Werkzeugleiste
2142 \begin_inset Index
2143 status collapsed
2144
2145 \begin_layout Plain Layout
2146 Tabellen ! Werkzeugleiste
2147 \end_layout
2148
2149 \end_inset
2150
2151
2152 \end_layout
2153
2154 \begin_layout Standard
2155 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2156 \family sans
2157 Tabellen-Einstellungen
2158 \family default
2159 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2160  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2161  LyX-Fensters.
2162 \end_layout
2163
2164 \begin_layout Standard
2165 Die Werkzeugleiste hat folgende Knöpfe:
2166 \end_layout
2167
2168 \begin_layout Labeling
2169 \labelwidthstring 00.00.0000
2170 \begin_inset Graphics
2171         filename ../../images/tabular-feature_append-row.png
2172         scaleBeforeRotation
2173
2174 \end_inset
2175
2176  Fügt eine Zeile unterhalb der momentanen an
2177 \end_layout
2178
2179 \begin_layout Labeling
2180 \labelwidthstring 00.00.0000
2181 \begin_inset Graphics
2182         filename ../../images/tabular-feature_append-column.png
2183         scaleBeforeRotation
2184
2185 \end_inset
2186
2187  Fügt eine Spalte rechts von der momentanen an
2188 \end_layout
2189
2190 \begin_layout Labeling
2191 \labelwidthstring 00.00.0000
2192 \begin_inset Graphics
2193         filename ../../images/tabular-feature_delete-row.png
2194         scaleBeforeRotation
2195
2196 \end_inset
2197
2198  Löscht die ausgewählte(n) Zeile(n)
2199 \end_layout
2200
2201 \begin_layout Labeling
2202 \labelwidthstring 00.00.0000
2203 \begin_inset Graphics
2204         filename ../../images/tabular-feature_delete-column.png
2205         scaleBeforeRotation
2206
2207 \end_inset
2208
2209  Löscht die ausgewählte(n) Spalte(n)
2210 \end_layout
2211
2212 \begin_layout Labeling
2213 \labelwidthstring 00.00.0000
2214 \begin_inset Graphics
2215         filename ../../images/tabular-feature_toggle-line-top.png
2216         scaleBeforeRotation
2217
2218 \end_inset
2219
2220  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2221  wenn der Knopf grau hinterlegt ist
2222 \end_layout
2223
2224 \begin_layout Labeling
2225 \labelwidthstring 00.00.0000
2226 \begin_inset Graphics
2227         filename ../../images/tabular-feature_toggle-line-bottom.png
2228         scaleBeforeRotation
2229
2230 \end_inset
2231
2232  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2233  wenn der Knopf grau hinterlegt ist
2234 \end_layout
2235
2236 \begin_layout Labeling
2237 \labelwidthstring 00.00.0000
2238 \begin_inset Graphics
2239         filename ../../images/tabular-feature_toggle-line-left.png
2240         scaleBeforeRotation
2241
2242 \end_inset
2243
2244  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2245  wenn der Knopf grau hinterlegt ist
2246 \end_layout
2247
2248 \begin_layout Labeling
2249 \labelwidthstring 00.00.0000
2250 \begin_inset Graphics
2251         filename ../../images/tabular-feature_toggle-line-right.png
2252         scaleBeforeRotation
2253
2254 \end_inset
2255
2256  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2257  wenn der Knopf grau hinterlegt ist
2258 \end_layout
2259
2260 \begin_layout Labeling
2261 \labelwidthstring 00.00.0000
2262 \begin_inset Graphics
2263         filename ../../images/tabular-feature_set-all-lines.png
2264         scaleBeforeRotation
2265
2266 \end_inset
2267
2268  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2269 \end_layout
2270
2271 \begin_layout Labeling
2272 \labelwidthstring 00.00.0000
2273 \begin_inset Graphics
2274         filename ../../images/tabular-feature_unset-all-lines.png
2275         scaleBeforeRotation
2276
2277 \end_inset
2278
2279  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2280 \end_layout
2281
2282 \begin_layout Labeling
2283 \labelwidthstring 00.00.0000
2284 \begin_inset Graphics
2285         filename ../../images/tabular-feature_m-align-left.png
2286         scaleBeforeRotation
2287
2288 \end_inset
2289
2290  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2291 \end_layout
2292
2293 \begin_layout Labeling
2294 \labelwidthstring 00.00.0000
2295 \begin_inset Graphics
2296         filename ../../images/tabular-feature_m-align-center.png
2297         scaleBeforeRotation
2298
2299 \end_inset
2300
2301  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2302 \end_layout
2303
2304 \begin_layout Labeling
2305 \labelwidthstring 00.00.0000
2306 \begin_inset Graphics
2307         filename ../../images/tabular-feature_m-align-right.png
2308         scaleBeforeRotation
2309
2310 \end_inset
2311
2312  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2313 \end_layout
2314
2315 \begin_layout Labeling
2316 \labelwidthstring 00.00.0000
2317 \begin_inset Graphics
2318         filename ../../images/tabular-feature_m-valign-top.png
2319         scaleBeforeRotation
2320
2321 \end_inset
2322
2323  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2324 \end_layout
2325
2326 \begin_layout Labeling
2327 \labelwidthstring 00.00.0000
2328 \begin_inset Graphics
2329         filename ../../images/tabular-feature_m-valign-middle.png
2330         scaleBeforeRotation
2331
2332 \end_inset
2333
2334  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2335 \end_layout
2336
2337 \begin_layout Labeling
2338 \labelwidthstring 00.00.0000
2339 \begin_inset Graphics
2340         filename ../../images/tabular-feature_m-valign-bottom.png
2341         scaleBeforeRotation
2342
2343 \end_inset
2344
2345  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2346 \end_layout
2347
2348 \begin_layout Labeling
2349 \labelwidthstring 00.00.0000
2350 \begin_inset Graphics
2351         filename ../../images/tabular-feature_set-rotate-cell.png
2352         scaleBeforeRotation
2353
2354 \end_inset
2355
2356  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2357 \end_layout
2358
2359 \begin_layout Labeling
2360 \labelwidthstring 00.00.0000
2361 \begin_inset Graphics
2362         filename ../../images/tabular-feature_set-rotate-tabular.png
2363         scaleBeforeRotation
2364
2365 \end_inset
2366
2367  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2368 \end_layout
2369
2370 \begin_layout Labeling
2371 \labelwidthstring 00.00.0000
2372 \begin_inset Graphics
2373         filename ../../images/tabular-feature_multicolumn.png
2374         scaleBeforeRotation
2375
2376 \end_inset
2377
2378  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2379 \end_layout
2380
2381 \begin_layout Standard
2382 \begin_inset Note Greyedout
2383 status open
2384
2385 \begin_layout Plain Layout
2386
2387 \series bold
2388 Bemerkung:
2389 \series default
2390  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2391  Reihe für alle Zelle der Reihe verwendet.
2392 \end_layout
2393
2394 \end_inset
2395
2396
2397 \end_layout
2398
2399 \begin_layout Section
2400 Bearbeiten-Menü
2401 \begin_inset Index
2402 status collapsed
2403
2404 \begin_layout Plain Layout
2405 Tabellen ! Bearbeiten-Menü
2406 \end_layout
2407
2408 \end_inset
2409
2410
2411 \end_layout
2412
2413 \begin_layout Standard
2414 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2415  Wenn der Cursor in einer Tabelle steht, sind im 
2416 \family sans
2417 Bearbeiten
2418 \family default
2419 -Menü folgende Punkte aktiviert: 
2420 \family sans
2421 Tabelle
2422 \family default
2423
2424 \family sans
2425 Zeilen
2426 \begin_inset space ~
2427 \end_inset
2428
2429 &
2430 \begin_inset space ~
2431 \end_inset
2432
2433 Spalten
2434 \family default
2435  und 
2436 \family sans
2437 Tabellen-Einstellungen
2438 \family default
2439 .
2440  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2441 ngsmöglichkeiten zu erreichen.
2442 \end_layout
2443
2444 \begin_layout Section
2445 Gleitende Tabellen
2446 \begin_inset CommandInset label
2447 LatexCommand label
2448 name "abs:Gleitende-Tabellen"
2449
2450 \end_inset
2451
2452
2453 \begin_inset Index
2454 status collapsed
2455
2456 \begin_layout Plain Layout
2457 Gleitobjekte ! Tabellen
2458 \end_layout
2459
2460 \end_inset
2461
2462
2463 \begin_inset Index
2464 status collapsed
2465
2466 \begin_layout Plain Layout
2467 Tabellen ! gleitende
2468 \end_layout
2469
2470 \end_inset
2471
2472
2473 \end_layout
2474
2475 \begin_layout Standard
2476 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2477 \begin_inset space ~
2478 \end_inset
2479
2480
2481 \begin_inset CommandInset ref
2482 LatexCommand ref
2483 reference "abs:Gleitobjekte-Einleitung"
2484
2485 \end_inset
2486
2487 .
2488 \end_layout
2489
2490 \begin_layout Standard
2491 \begin_inset Float table
2492 placement h
2493 wide false
2494 sideways false
2495 status open
2496
2497 \begin_layout Plain Layout
2498 \begin_inset Caption
2499
2500 \begin_layout Plain Layout
2501 \begin_inset CommandInset label
2502 LatexCommand label
2503 name "tab:a table float"
2504
2505 \end_inset
2506
2507 Eine gleitende Tabelle
2508 \end_layout
2509
2510 \end_inset
2511
2512
2513 \end_layout
2514
2515 \begin_layout Plain Layout
2516 \align center
2517 \begin_inset Tabular
2518 <lyxtabular version="3" rows="3" columns="3">
2519 <features>
2520 <column alignment="center" valignment="top" width="0pt">
2521 <column alignment="center" valignment="top" width="0pt">
2522 <column alignment="center" valignment="top" width="0pt">
2523 <row>
2524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2525 \begin_inset Text
2526
2527 \begin_layout Plain Layout
2528
2529 \family roman
2530 \series medium
2531 \shape up
2532 \size normal
2533 \emph off
2534 \bar no
2535 \noun off
2536 \color none
2537 1
2538 \end_layout
2539
2540 \end_inset
2541 </cell>
2542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2543 \begin_inset Text
2544
2545 \begin_layout Plain Layout
2546
2547 \family roman
2548 \series medium
2549 \shape up
2550 \size normal
2551 \emph off
2552 \bar no
2553 \noun off
2554 \color none
2555 2
2556 \end_layout
2557
2558 \end_inset
2559 </cell>
2560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2561 \begin_inset Text
2562
2563 \begin_layout Plain Layout
2564
2565 \family roman
2566 \series medium
2567 \shape up
2568 \size normal
2569 \emph off
2570 \bar no
2571 \noun off
2572 \color none
2573 3
2574 \end_layout
2575
2576 \end_inset
2577 </cell>
2578 </row>
2579 <row>
2580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2581 \begin_inset Text
2582
2583 \begin_layout Plain Layout
2584
2585 \family roman
2586 \series medium
2587 \shape up
2588 \size normal
2589 \emph off
2590 \bar no
2591 \noun off
2592 \color none
2593 Martin
2594 \end_layout
2595
2596 \end_inset
2597 </cell>
2598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2599 \begin_inset Text
2600
2601 \begin_layout Plain Layout
2602
2603 \family roman
2604 \series medium
2605 \shape up
2606 \size normal
2607 \emph off
2608 \bar no
2609 \noun off
2610 \color none
2611 Lena
2612 \end_layout
2613
2614 \end_inset
2615 </cell>
2616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2617 \begin_inset Text
2618
2619 \begin_layout Plain Layout
2620
2621 \family roman
2622 \series medium
2623 \shape up
2624 \size normal
2625 \emph off
2626 \bar no
2627 \noun off
2628 \color none
2629 Alina
2630 \end_layout
2631
2632 \end_inset
2633 </cell>
2634 </row>
2635 <row>
2636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2637 \begin_inset Text
2638
2639 \begin_layout Plain Layout
2640
2641 \family roman
2642 \series medium
2643 \shape up
2644 \size normal
2645 \emph off
2646 \bar no
2647 \noun off
2648 \color none
2649 \begin_inset Formula $\int x^{2}dx$
2650 \end_inset
2651
2652
2653 \end_layout
2654
2655 \end_inset
2656 </cell>
2657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2658 \begin_inset Text
2659
2660 \begin_layout Plain Layout
2661
2662 \family roman
2663 \series medium
2664 \shape up
2665 \size normal
2666 \emph off
2667 \bar no
2668 \noun off
2669 \color none
2670 \begin_inset Formula $\left[\begin{array}{cc}
2671 a & b\\
2672 c & d\end{array}\right]$
2673 \end_inset
2674
2675
2676 \end_layout
2677
2678 \end_inset
2679 </cell>
2680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2681 \begin_inset Text
2682
2683 \begin_layout Plain Layout
2684
2685 \family roman
2686 \series medium
2687 \shape up
2688 \size normal
2689 \emph off
2690 \bar no
2691 \noun off
2692 \color none
2693 \begin_inset Formula $1+1=2$
2694 \end_inset
2695
2696
2697 \end_layout
2698
2699 \end_inset
2700 </cell>
2701 </row>
2702 </lyxtabular>
2703
2704 \end_inset
2705
2706
2707 \end_layout
2708
2709 \end_inset
2710
2711
2712 \end_layout
2713
2714 \begin_layout Standard
2715 Gleitende Tabellen können über 
2716 \family sans
2717 Einfügen\SpecialChar \menuseparator
2718 Gleitobjekt\SpecialChar \menuseparator
2719 Tabelle
2720 \family default
2721  oder einen Klick auf den Werkzeugleistenknopf 
2722 \begin_inset Graphics
2723         filename ../../images/float-insert_table.png
2724         scale 70
2725         scaleBeforeRotation
2726         BoundingBox 0bp 6bp 22bp 22bp
2727
2728 \end_inset
2729
2730  erzeugt werden.
2731  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2732  In das rot umrahmte Feld rechts von 
2733 \emph on
2734 Tabelle
2735 \begin_inset space ~
2736 \end_inset
2737
2738 Nr:
2739 \emph default
2740  schreiben Sie die Tabellenbeschriftung.
2741  Nach einem Klick oberhalb oder unterhalb von 
2742 \emph on
2743 Tabelle
2744 \begin_inset space ~
2745 \end_inset
2746
2747 Nr:
2748 \emph default
2749  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2750 \begin_inset Graphics
2751         filename ../../images/tabular-insert.png
2752         scale 70
2753         scaleBeforeRotation
2754         BoundingBox 0bp 6bp 22bp 22bp
2755
2756 \end_inset
2757
2758  oder dem Menü 
2759 \family sans
2760 Einfügen\SpecialChar \menuseparator
2761 Tabelle
2762 \family default
2763  einfügen.
2764 \end_layout
2765
2766 \begin_layout Standard
2767 Tabelle
2768 \begin_inset space ~
2769 \end_inset
2770
2771
2772 \begin_inset CommandInset ref
2773 LatexCommand ref
2774 reference "tab:a table float"
2775
2776 \end_inset
2777
2778  ist ein Beispiel für eine gleitende Tabelle.
2779 \end_layout
2780
2781 \begin_layout Standard
2782 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2783 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2784  Das bedeutet, dass bei den Klassen 
2785 \family sans
2786 article
2787 \family default
2788
2789 \family sans
2790 book
2791 \family default
2792
2793 \family sans
2794 letter
2795 \family default
2796 , und 
2797 \family sans
2798 report
2799 \family default
2800  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2801  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2802 \series bold
2803 caption
2804 \series default
2805
2806 \begin_inset Index
2807 status collapsed
2808
2809 \begin_layout Plain Layout
2810 LaTeX-Pakete ! caption
2811 \end_layout
2812
2813 \end_inset
2814
2815  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2816 \begin_inset Foot
2817 status open
2818
2819 \begin_layout Plain Layout
2820 Näheres finden Sie im Abschnitt
2821 \begin_inset space ~
2822 \end_inset
2823
2824
2825 \begin_inset CommandInset ref
2826 LatexCommand ref
2827 reference "abs:Titel-Platzierung"
2828
2829 \end_inset
2830
2831 .
2832 \end_layout
2833
2834 \end_inset
2835
2836
2837 \end_layout
2838
2839 \begin_layout Standard
2840
2841 \series bold
2842 tableposition=top
2843 \end_layout
2844
2845 \begin_layout Standard
2846 Das Paket 
2847 \series bold
2848 caption
2849 \series default
2850 , das in Abschnitt
2851 \begin_inset space ~
2852 \end_inset
2853
2854
2855 \begin_inset CommandInset ref
2856 LatexCommand ref
2857 reference "abs:Titel-Formatierung"
2858
2859 \end_inset
2860
2861  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2862 \end_layout
2863
2864 \begin_layout Standard
2865 \begin_inset Index
2866 status collapsed
2867
2868 \begin_layout Plain Layout
2869 Querverweise ! auf Tabellen
2870 \end_layout
2871
2872 \end_inset
2873
2874 Auf Tabellen kann über ihre Marke verwiesen werden.
2875  Dafür fügen Sie in der Beschriftung mit 
2876 \family sans
2877 Einfügen\SpecialChar \menuseparator
2878 Marke
2879 \family default
2880  oder durch Klicken auf 
2881 \begin_inset Graphics
2882         filename ../../images/label-insert.png
2883         scale 70
2884         scaleBeforeRotation
2885         BoundingBox 0bp 6bp 20bp 20bp
2886
2887 \end_inset
2888
2889  eine Marke ein.
2890  Auf diese können Sie dann wie gewohnt mit 
2891 \family sans
2892 Einfügen\SpecialChar \menuseparator
2893 Querverweis
2894 \family default
2895  oder durch Klicken auf 
2896 \begin_inset Graphics
2897         filename ../../images/dialog-show-new-inset_ref.png
2898         scale 70
2899         scaleBeforeRotation
2900         BoundingBox 0bp 6bp 22bp 22bp
2901
2902 \end_inset
2903
2904  verweisen.
2905  Verweise werden detailliert in Abschnitt
2906 \begin_inset space ~
2907 \end_inset
2908
2909
2910 \begin_inset CommandInset ref
2911 LatexCommand ref
2912 reference "abs:Auf-Gleitobjekte-verweisen"
2913
2914 \end_inset
2915
2916  beschrieben.
2917 \end_layout
2918
2919 \begin_layout Section
2920 Lange Tabellen
2921 \begin_inset CommandInset label
2922 LatexCommand label
2923 name "abs:Lange-Tabellen"
2924
2925 \end_inset
2926
2927
2928 \begin_inset Index
2929 status collapsed
2930
2931 \begin_layout Plain Layout
2932 Tabellen ! lange
2933 \end_layout
2934
2935 \end_inset
2936
2937
2938 \end_layout
2939
2940 \begin_layout Standard
2941 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
2942  Dialogfenster 
2943 \family sans
2944 Tabellen-Einstellungen
2945 \family default
2946  auf der Karteikarte  
2947 \family sans
2948 Lange
2949 \begin_inset space ~
2950 \end_inset
2951
2952 Tabelle
2953 \family default
2954  die Option 
2955 \family sans
2956 Lange
2957 \begin_inset space ~
2958 \end_inset
2959
2960 Tabelle
2961 \begin_inset space ~
2962 \end_inset
2963
2964 verwenden
2965 \family default
2966  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
2967  Wird dies gemacht, werden folgende Optionen freigeschaltet:
2968 \end_layout
2969
2970 \begin_layout Description
2971 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
2972  festgelegt; mit Ausnahme der ersten, wenn 
2973 \family sans
2974 Erste
2975 \begin_inset space ~
2976 \end_inset
2977
2978 Kopfzeile
2979 \family default
2980  aktiviert ist.
2981 \end_layout
2982
2983 \begin_layout Description
2984 Erste
2985 \lang english
2986
2987 \begin_inset space ~
2988 \end_inset
2989
2990
2991 \lang ngerman
2992 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
2993  Seite einer mehrseitigen Tabelle definiert.
2994 \end_layout
2995
2996 \begin_layout Description
2997 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
2998  mit Ausnahme der letzten, wenn 
2999 \family sans
3000 Letzte
3001 \begin_inset space ~
3002 \end_inset
3003
3004 Fußzeile
3005 \family default
3006  aktiviert ist.
3007 \end_layout
3008
3009 \begin_layout Description
3010 Letzte
3011 \begin_inset space ~
3012 \end_inset
3013
3014 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3015  einer mehrseitigen Tabelle definiert.
3016 \end_layout
3017
3018 \begin_layout Description
3019 Legende: Die aktuelle Zeile enthält die Legende.
3020  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3021  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3022 \begin_inset space ~
3023 \end_inset
3024
3025
3026 \begin_inset CommandInset ref
3027 LatexCommand ref
3028 reference "uab:Beschriftungen-langer-Tabellen"
3029
3030 \end_inset
3031
3032  erklärt.
3033 \end_layout
3034
3035 \begin_layout Standard
3036 Hier ist ein Beispiel einer langen Tabelle:
3037 \end_layout
3038
3039 \begin_layout Standard
3040 \align center
3041 \begin_inset Tabular
3042 <lyxtabular version="3" rows="69" columns="3">
3043 <features islongtable="true">
3044 <column alignment="left" valignment="top" width="0cm">
3045 <column alignment="left" valignment="top" width="0pt">
3046 <column alignment="right" valignment="top" width="0pt">
3047 <row endfirsthead="true">
3048 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3049 \begin_inset Text
3050
3051 \begin_layout Plain Layout
3052
3053 \series bold
3054 Telefonliste (ignoriere die Namen)
3055 \end_layout
3056
3057 \end_inset
3058 </cell>
3059 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Plain Layout
3063
3064 \end_layout
3065
3066 \end_inset
3067 </cell>
3068 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3069 \begin_inset Text
3070
3071 \begin_layout Plain Layout
3072
3073 \end_layout
3074
3075 \end_inset
3076 </cell>
3077 </row>
3078 <row endfirsthead="true">
3079 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3080 \begin_inset Text
3081
3082 \begin_layout Plain Layout
3083
3084 \series bold
3085 NAME
3086 \end_layout
3087
3088 \end_inset
3089 </cell>
3090 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3091 \begin_inset Text
3092
3093 \begin_layout Plain Layout
3094
3095 \end_layout
3096
3097 \end_inset
3098 </cell>
3099 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3100 \begin_inset Text
3101
3102 \begin_layout Plain Layout
3103
3104 \series bold
3105 TEL.
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 </row>
3111 <row endhead="true">
3112 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3113 \begin_inset Text
3114
3115 \begin_layout Plain Layout
3116
3117 \series bold
3118 Telefonliste
3119 \end_layout
3120
3121 \end_inset
3122 </cell>
3123 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3124 \begin_inset Text
3125
3126 \begin_layout Plain Layout
3127
3128 \end_layout
3129
3130 \end_inset
3131 </cell>
3132 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3133 \begin_inset Text
3134
3135 \begin_layout Plain Layout
3136
3137 \end_layout
3138
3139 \end_inset
3140 </cell>
3141 </row>
3142 <row endhead="true">
3143 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3144 \begin_inset Text
3145
3146 \begin_layout Plain Layout
3147
3148 \series bold
3149 NAME
3150 \end_layout
3151
3152 \end_inset
3153 </cell>
3154 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3155 \begin_inset Text
3156
3157 \begin_layout Plain Layout
3158
3159 \end_layout
3160
3161 \end_inset
3162 </cell>
3163 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3164 \begin_inset Text
3165
3166 \begin_layout Plain Layout
3167
3168 \series bold
3169 TEL.
3170 \end_layout
3171
3172 \end_inset
3173 </cell>
3174 </row>
3175 <row endfoot="true">
3176 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3177 \begin_inset Text
3178
3179 \begin_layout Plain Layout
3180
3181 \series bold
3182 wird fortgesetzt
3183 \series default
3184  \SpecialChar \ldots{}
3185
3186 \end_layout
3187
3188 \end_inset
3189 </cell>
3190 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3191 \begin_inset Text
3192
3193 \begin_layout Plain Layout
3194
3195 \end_layout
3196
3197 \end_inset
3198 </cell>
3199 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3200 \begin_inset Text
3201
3202 \begin_layout Plain Layout
3203
3204 \end_layout
3205
3206 \end_inset
3207 </cell>
3208 </row>
3209 <row>
3210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3211 \begin_inset Text
3212
3213 \begin_layout Plain Layout
3214
3215 \series bold
3216 Annovi
3217 \end_layout
3218
3219 \end_inset
3220 </cell>
3221 <cell alignment="center" valignment="top" usebox="none">
3222 \begin_inset Text
3223
3224 \begin_layout Plain Layout
3225 Silvia
3226 \end_layout
3227
3228 \end_inset
3229 </cell>
3230 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3231 \begin_inset Text
3232
3233 \begin_layout Plain Layout
3234 111
3235 \end_layout
3236
3237 \end_inset
3238 </cell>
3239 </row>
3240 <row>
3241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3242 \begin_inset Text
3243
3244 \begin_layout Plain Layout
3245
3246 \series bold
3247 Bertoli
3248 \end_layout
3249
3250 \end_inset
3251 </cell>
3252 <cell alignment="center" valignment="top" usebox="none">
3253 \begin_inset Text
3254
3255 \begin_layout Plain Layout
3256 Stefano
3257 \end_layout
3258
3259 \end_inset
3260 </cell>
3261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3262 \begin_inset Text
3263
3264 \begin_layout Plain Layout
3265 111
3266 \end_layout
3267
3268 \end_inset
3269 </cell>
3270 </row>
3271 <row>
3272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3273 \begin_inset Text
3274
3275 \begin_layout Plain Layout
3276
3277 \series bold
3278 Bozzi
3279 \end_layout
3280
3281 \end_inset
3282 </cell>
3283 <cell alignment="center" valignment="top" usebox="none">
3284 \begin_inset Text
3285
3286 \begin_layout Plain Layout
3287 Walter
3288 \end_layout
3289
3290 \end_inset
3291 </cell>
3292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3293 \begin_inset Text
3294
3295 \begin_layout Plain Layout
3296 111
3297 \end_layout
3298
3299 \end_inset
3300 </cell>
3301 </row>
3302 <row>
3303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3304 \begin_inset Text
3305
3306 \begin_layout Plain Layout
3307
3308 \series bold
3309 Cachia
3310 \end_layout
3311
3312 \end_inset
3313 </cell>
3314 <cell alignment="center" valignment="top" usebox="none">
3315 \begin_inset Text
3316
3317 \begin_layout Plain Layout
3318 Maria
3319 \end_layout
3320
3321 \end_inset
3322 </cell>
3323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3324 \begin_inset Text
3325
3326 \begin_layout Plain Layout
3327 111
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 </row>
3333 <row>
3334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3335 \begin_inset Text
3336
3337 \begin_layout Plain Layout
3338
3339 \series bold
3340 Cachia
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 <cell alignment="center" valignment="top" usebox="none">
3346 \begin_inset Text
3347
3348 \begin_layout Plain Layout
3349 Maurizio
3350 \end_layout
3351
3352 \end_inset
3353 </cell>
3354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358 111
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 </row>
3364 <row>
3365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3366 \begin_inset Text
3367
3368 \begin_layout Plain Layout
3369
3370 \series bold
3371 Cinquemani
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 <cell alignment="center" valignment="top" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Plain Layout
3380 Giusi
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Plain Layout
3389 111
3390 \end_layout
3391
3392 \end_inset
3393 </cell>
3394 </row>
3395 <row>
3396 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3397 \begin_inset Text
3398
3399 \begin_layout Plain Layout
3400
3401 \series bold
3402 Colin
3403 \end_layout
3404
3405 \end_inset
3406 </cell>
3407 <cell alignment="center" valignment="top" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Plain Layout
3411 Bernard
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3417 \begin_inset Text
3418
3419 \begin_layout Plain Layout
3420 111
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 </row>
3426 <row>
3427 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3428 \begin_inset Text
3429
3430 \begin_layout Plain Layout
3431
3432 \series bold
3433 Concli
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 <cell alignment="center" valignment="top" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Plain Layout
3442 Gianfranco
3443 \end_layout
3444
3445 \end_inset
3446 </cell>
3447 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Plain Layout
3451 111
3452 \end_layout
3453
3454 \end_inset
3455 </cell>
3456 </row>
3457 <row>
3458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462
3463 \series bold
3464 Dal Bosco
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 <cell alignment="center" valignment="top" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Plain Layout
3473 Carolina
3474 \end_layout
3475
3476 \end_inset
3477 </cell>
3478 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3479 \begin_inset Text
3480
3481 \begin_layout Plain Layout
3482 111
3483 \end_layout
3484
3485 \end_inset
3486 </cell>
3487 </row>
3488 <row>
3489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493
3494 \series bold
3495 Dalpiaz
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 <cell alignment="center" valignment="top" usebox="none">
3501 \begin_inset Text
3502
3503 \begin_layout Plain Layout
3504 Annamaria
3505 \end_layout
3506
3507 \end_inset
3508 </cell>
3509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3510 \begin_inset Text
3511
3512 \begin_layout Plain Layout
3513 111
3514 \end_layout
3515
3516 \end_inset
3517 </cell>
3518 </row>
3519 <row>
3520 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524
3525 \series bold
3526 Feliciello
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 <cell alignment="center" valignment="top" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535 Domenico
3536 \end_layout
3537
3538 \end_inset
3539 </cell>
3540 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3541 \begin_inset Text
3542
3543 \begin_layout Plain Layout
3544 111
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 </row>
3550 <row>
3551 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Plain Layout
3555
3556 \series bold
3557 Focarelli
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 <cell alignment="center" valignment="top" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566 Paola
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Plain Layout
3575 111
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 </row>
3581 <row>
3582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586
3587 \series bold
3588 Galletti
3589 \end_layout
3590
3591 \end_inset
3592 </cell>
3593 <cell alignment="center" valignment="top" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597 Oreste
3598 \end_layout
3599
3600 \end_inset
3601 </cell>
3602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3603 \begin_inset Text
3604
3605 \begin_layout Plain Layout
3606 111
3607 \end_layout
3608
3609 \end_inset
3610 </cell>
3611 </row>
3612 <row>
3613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Plain Layout
3617
3618 \series bold
3619 Gasparini
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 <cell alignment="center" valignment="top" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Plain Layout
3628 Franca
3629 \end_layout
3630
3631 \end_inset
3632 </cell>
3633 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3634 \begin_inset Text
3635
3636 \begin_layout Plain Layout
3637 111
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 </row>
3643 <row>
3644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Plain Layout
3648
3649 \series bold
3650 Rizzardi
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 <cell alignment="center" valignment="top" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Plain Layout
3659 Paola
3660 \end_layout
3661
3662 \end_inset
3663 </cell>
3664 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3665 \begin_inset Text
3666
3667 \begin_layout Plain Layout
3668 111
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 </row>
3674 <row>
3675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3676 \begin_inset Text
3677
3678 \begin_layout Plain Layout
3679
3680 \series bold
3681 Lassini
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 <cell alignment="center" valignment="top" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Plain Layout
3690 Giancarlo
3691 \end_layout
3692
3693 \end_inset
3694 </cell>
3695 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3696 \begin_inset Text
3697
3698 \begin_layout Plain Layout
3699 111
3700 \end_layout
3701
3702 \end_inset
3703 </cell>
3704 </row>
3705 <row>
3706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Plain Layout
3710
3711 \series bold
3712 Malfatti
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 <cell alignment="center" valignment="top" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Plain Layout
3721 Luciano
3722 \end_layout
3723
3724 \end_inset
3725 </cell>
3726 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3727 \begin_inset Text
3728
3729 \begin_layout Plain Layout
3730 111
3731 \end_layout
3732
3733 \end_inset
3734 </cell>
3735 </row>
3736 <row>
3737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3738 \begin_inset Text
3739
3740 \begin_layout Plain Layout
3741
3742 \series bold
3743 Malfatti
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 <cell alignment="center" valignment="top" usebox="none">
3749 \begin_inset Text
3750
3751 \begin_layout Plain Layout
3752 Valeriano
3753 \end_layout
3754
3755 \end_inset
3756 </cell>
3757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3758 \begin_inset Text
3759
3760 \begin_layout Plain Layout
3761 111
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 </row>
3767 <row>
3768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Plain Layout
3772
3773 \series bold
3774 Meneguzzo
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 <cell alignment="center" valignment="top" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783 Roberto
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3789 \begin_inset Text
3790
3791 \begin_layout Plain Layout
3792 111
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 </row>
3798 <row>
3799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803
3804 \series bold
3805 Mezzadra
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 <cell alignment="center" valignment="top" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Plain Layout
3814 Roberto
3815 \end_layout
3816
3817 \end_inset
3818 </cell>
3819 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3820 \begin_inset Text
3821
3822 \begin_layout Plain Layout
3823 111
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 </row>
3829 <row>
3830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834
3835 \series bold
3836 Pirpamer
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 <cell alignment="center" valignment="top" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Plain Layout
3845 Erich
3846 \end_layout
3847
3848 \end_inset
3849 </cell>
3850 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3851 \begin_inset Text
3852
3853 \begin_layout Plain Layout
3854 111
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 </row>
3860 <row>
3861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865
3866 \series bold
3867 Pochiesa
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 <cell alignment="center" valignment="top" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876 Paolo
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Plain Layout
3885 111, 222
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 </row>
3891 <row>
3892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896
3897 \series bold
3898 Radina
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 <cell alignment="center" valignment="top" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Plain Layout
3907 Claudio
3908 \end_layout
3909
3910 \end_inset
3911 </cell>
3912 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3913 \begin_inset Text
3914
3915 \begin_layout Plain Layout
3916 111
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 </row>
3922 <row>
3923 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Plain Layout
3927
3928 \series bold
3929 Stuffer
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 <cell alignment="center" valignment="top" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Plain Layout
3938 Oskar
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3944 \begin_inset Text
3945
3946 \begin_layout Plain Layout
3947 111
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 </row>
3953 <row>
3954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3955 \begin_inset Text
3956
3957 \begin_layout Plain Layout
3958
3959 \series bold
3960 Tacchelli
3961 \end_layout
3962
3963 \end_inset
3964 </cell>
3965 <cell alignment="center" valignment="top" usebox="none">
3966 \begin_inset Text
3967
3968 \begin_layout Plain Layout
3969 Ugo
3970 \end_layout
3971
3972 \end_inset
3973 </cell>
3974 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3975 \begin_inset Text
3976
3977 \begin_layout Plain Layout
3978 111
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 </row>
3984 <row>
3985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3986 \begin_inset Text
3987
3988 \begin_layout Plain Layout
3989
3990 \series bold
3991 Tezzele
3992 \end_layout
3993
3994 \end_inset
3995 </cell>
3996 <cell alignment="center" valignment="top" usebox="none">
3997 \begin_inset Text
3998
3999 \begin_layout Plain Layout
4000 Margit
4001 \end_layout
4002
4003 \end_inset
4004 </cell>
4005 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4006 \begin_inset Text
4007
4008 \begin_layout Plain Layout
4009 111
4010 \end_layout
4011
4012 \end_inset
4013 </cell>
4014 </row>
4015 <row>
4016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4017 \begin_inset Text
4018
4019 \begin_layout Plain Layout
4020
4021 \series bold
4022 Unterkalmsteiner
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 <cell alignment="center" valignment="top" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Plain Layout
4031 Frieda
4032 \end_layout
4033
4034 \end_inset
4035 </cell>
4036 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4037 \begin_inset Text
4038
4039 \begin_layout Plain Layout
4040 111
4041 \end_layout
4042
4043 \end_inset
4044 </cell>
4045 </row>
4046 <row>
4047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4048 \begin_inset Text
4049
4050 \begin_layout Plain Layout
4051
4052 \series bold
4053 Vieider
4054 \end_layout
4055
4056 \end_inset
4057 </cell>
4058 <cell alignment="center" valignment="top" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Plain Layout
4062 Hilde
4063 \end_layout
4064
4065 \end_inset
4066 </cell>
4067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4068 \begin_inset Text
4069
4070 \begin_layout Plain Layout
4071 111
4072 \end_layout
4073
4074 \end_inset
4075 </cell>
4076 </row>
4077 <row>
4078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4079 \begin_inset Text
4080
4081 \begin_layout Plain Layout
4082
4083 \series bold
4084 Vigna
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 <cell alignment="center" valignment="top" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Plain Layout
4093 Jürgen
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4099 \begin_inset Text
4100
4101 \begin_layout Plain Layout
4102 111
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 </row>
4108 <row>
4109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4110 \begin_inset Text
4111
4112 \begin_layout Plain Layout
4113
4114 \series bold
4115 Weber
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 <cell alignment="center" valignment="top" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124 Maurizio
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4130 \begin_inset Text
4131
4132 \begin_layout Plain Layout
4133 111
4134 \end_layout
4135
4136 \end_inset
4137 </cell>
4138 </row>
4139 <row>
4140 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4141 \begin_inset Text
4142
4143 \begin_layout Plain Layout
4144
4145 \series bold
4146 Winkler
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155 Franz
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164 111
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 </row>
4170 <row>
4171 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175  
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Plain Layout
4184
4185 \end_layout
4186
4187 \end_inset
4188 </cell>
4189 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Plain Layout
4193
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 </row>
4199 <row>
4200 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Plain Layout
4204
4205 \series bold
4206 Annovi
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 <cell alignment="center" valignment="top" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215 Silvia
4216 \end_layout
4217
4218 \end_inset
4219 </cell>
4220 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4221 \begin_inset Text
4222
4223 \begin_layout Plain Layout
4224 555
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 </row>
4230 <row>
4231 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235
4236 \series bold
4237 Bertoli
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 <cell alignment="center" valignment="top" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Plain Layout
4246 Stefano
4247 \end_layout
4248
4249 \end_inset
4250 </cell>
4251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4252 \begin_inset Text
4253
4254 \begin_layout Plain Layout
4255 555
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 </row>
4261 <row>
4262 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Plain Layout
4266
4267 \series bold
4268 Bozzi
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 <cell alignment="center" valignment="top" usebox="none">
4274 \begin_inset Text
4275
4276 \begin_layout Plain Layout
4277 Walter
4278 \end_layout
4279
4280 \end_inset
4281 </cell>
4282 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4283 \begin_inset Text
4284
4285 \begin_layout Plain Layout
4286 555
4287 \end_layout
4288
4289 \end_inset
4290 </cell>
4291 </row>
4292 <row>
4293 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Plain Layout
4297
4298 \series bold
4299 Cachia
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 <cell alignment="center" valignment="top" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Plain Layout
4308 Maria
4309 \end_layout
4310
4311 \end_inset
4312 </cell>
4313 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Plain Layout
4317 555
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 </row>
4323 <row>
4324 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Plain Layout
4328
4329 \series bold
4330 Cachia
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 <cell alignment="center" valignment="top" usebox="none">
4336 \begin_inset Text
4337
4338 \begin_layout Plain Layout
4339 Maurizio
4340 \end_layout
4341
4342 \end_inset
4343 </cell>
4344 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Plain Layout
4348 555
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 </row>
4354 <row>
4355 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4356 \begin_inset Text
4357
4358 \begin_layout Plain Layout
4359
4360 \series bold
4361 Cinquemani
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 <cell alignment="center" valignment="top" usebox="none">
4367 \begin_inset Text
4368
4369 \begin_layout Plain Layout
4370 Giusi
4371 \end_layout
4372
4373 \end_inset
4374 </cell>
4375 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4376 \begin_inset Text
4377
4378 \begin_layout Plain Layout
4379 555
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 </row>
4385 <row>
4386 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Plain Layout
4390
4391 \series bold
4392 Colin
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 <cell alignment="center" valignment="top" usebox="none">
4398 \begin_inset Text
4399
4400 \begin_layout Plain Layout
4401 Bernard
4402 \end_layout
4403
4404 \end_inset
4405 </cell>
4406 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410 555
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 </row>
4416 <row>
4417 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421
4422 \series bold
4423 Concli
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 <cell alignment="center" valignment="top" usebox="none">
4429 \begin_inset Text
4430
4431 \begin_layout Plain Layout
4432 Gianfranco
4433 \end_layout
4434
4435 \end_inset
4436 </cell>
4437 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441 555
4442 \end_layout
4443
4444 \end_inset
4445 </cell>
4446 </row>
4447 <row>
4448 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452
4453 \series bold
4454 Dal Bosco
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 <cell alignment="center" valignment="top" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Plain Layout
4463 Carolina
4464 \end_layout
4465
4466 \end_inset
4467 </cell>
4468 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472 555
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 </row>
4478 <row>
4479 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483
4484 \series bold
4485 Dalpiaz
4486 \end_layout
4487
4488 \end_inset
4489 </cell>
4490 <cell alignment="center" valignment="top" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Plain Layout
4494 Annamaria
4495 \end_layout
4496
4497 \end_inset
4498 </cell>
4499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503 555
4504 \end_layout
4505
4506 \end_inset
4507 </cell>
4508 </row>
4509 <row>
4510 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514
4515 \series bold
4516 Feliciello
4517 \end_layout
4518
4519 \end_inset
4520 </cell>
4521 <cell alignment="center" valignment="top" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525 Domenico
4526 \end_layout
4527
4528 \end_inset
4529 </cell>
4530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4531 \begin_inset Text
4532
4533 \begin_layout Plain Layout
4534 555
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 </row>
4540 <row>
4541 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545
4546 \series bold
4547 Focarelli
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 <cell alignment="center" valignment="top" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556 Paola
4557 \end_layout
4558
4559 \end_inset
4560 </cell>
4561 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Plain Layout
4565 555
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 </row>
4571 <row>
4572 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576
4577 \series bold
4578 Galletti
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 <cell alignment="center" valignment="top" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587 Oreste
4588 \end_layout
4589
4590 \end_inset
4591 </cell>
4592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4593 \begin_inset Text
4594
4595 \begin_layout Plain Layout
4596 555
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 </row>
4602 <row>
4603 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607
4608 \series bold
4609 Gasparini
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 <cell alignment="center" valignment="top" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618 Franca
4619 \end_layout
4620
4621 \end_inset
4622 </cell>
4623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4624 \begin_inset Text
4625
4626 \begin_layout Plain Layout
4627 555
4628 \end_layout
4629
4630 \end_inset
4631 </cell>
4632 </row>
4633 <row>
4634 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4635 \begin_inset Text
4636
4637 \begin_layout Plain Layout
4638
4639 \series bold
4640 Rizzardi
4641 \end_layout
4642
4643 \end_inset
4644 </cell>
4645 <cell alignment="center" valignment="top" usebox="none">
4646 \begin_inset Text
4647
4648 \begin_layout Plain Layout
4649 Paola
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4655 \begin_inset Text
4656
4657 \begin_layout Plain Layout
4658 555
4659 \end_layout
4660
4661 \end_inset
4662 </cell>
4663 </row>
4664 <row>
4665 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Plain Layout
4669
4670 \series bold
4671 Lassini
4672 \end_layout
4673
4674 \end_inset
4675 </cell>
4676 <cell alignment="center" valignment="top" usebox="none">
4677 \begin_inset Text
4678
4679 \begin_layout Plain Layout
4680 Giancarlo
4681 \end_layout
4682
4683 \end_inset
4684 </cell>
4685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4686 \begin_inset Text
4687
4688 \begin_layout Plain Layout
4689 555
4690 \end_layout
4691
4692 \end_inset
4693 </cell>
4694 </row>
4695 <row>
4696 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4697 \begin_inset Text
4698
4699 \begin_layout Plain Layout
4700
4701 \series bold
4702 Malfatti
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 <cell alignment="center" valignment="top" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Plain Layout
4711 Luciano
4712 \end_layout
4713
4714 \end_inset
4715 </cell>
4716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4717 \begin_inset Text
4718
4719 \begin_layout Plain Layout
4720 555
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 </row>
4726 <row>
4727 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Plain Layout
4731
4732 \series bold
4733 Malfatti
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 <cell alignment="center" valignment="top" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Plain Layout
4742 Valeriano
4743 \end_layout
4744
4745 \end_inset
4746 </cell>
4747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4748 \begin_inset Text
4749
4750 \begin_layout Plain Layout
4751 555
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 </row>
4757 <row>
4758 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4759 \begin_inset Text
4760
4761 \begin_layout Plain Layout
4762
4763 \series bold
4764 Meneguzzo
4765 \end_layout
4766
4767 \end_inset
4768 </cell>
4769 <cell alignment="center" valignment="top" usebox="none">
4770 \begin_inset Text
4771
4772 \begin_layout Plain Layout
4773 Roberto
4774 \end_layout
4775
4776 \end_inset
4777 </cell>
4778 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4779 \begin_inset Text
4780
4781 \begin_layout Plain Layout
4782 555
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 </row>
4788 <row>
4789 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4790 \begin_inset Text
4791
4792 \begin_layout Plain Layout
4793
4794 \series bold
4795 Mezzadra
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 <cell alignment="center" valignment="top" usebox="none">
4801 \begin_inset Text
4802
4803 \begin_layout Plain Layout
4804 Roberto
4805 \end_layout
4806
4807 \end_inset
4808 </cell>
4809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4810 \begin_inset Text
4811
4812 \begin_layout Plain Layout
4813 555
4814 \end_layout
4815
4816 \end_inset
4817 </cell>
4818 </row>
4819 <row>
4820 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4821 \begin_inset Text
4822
4823 \begin_layout Plain Layout
4824
4825 \series bold
4826 Pirpamer
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 <cell alignment="center" valignment="top" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Plain Layout
4835 Erich
4836 \end_layout
4837
4838 \end_inset
4839 </cell>
4840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4841 \begin_inset Text
4842
4843 \begin_layout Plain Layout
4844 555
4845 \end_layout
4846
4847 \end_inset
4848 </cell>
4849 </row>
4850 <row>
4851 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4852 \begin_inset Text
4853
4854 \begin_layout Plain Layout
4855
4856 \series bold
4857 Pochiesa
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 <cell alignment="center" valignment="top" usebox="none">
4863 \begin_inset Text
4864
4865 \begin_layout Plain Layout
4866 Paolo
4867 \end_layout
4868
4869 \end_inset
4870 </cell>
4871 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4872 \begin_inset Text
4873
4874 \begin_layout Plain Layout
4875 555, 222
4876 \end_layout
4877
4878 \end_inset
4879 </cell>
4880 </row>
4881 <row>
4882 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4883 \begin_inset Text
4884
4885 \begin_layout Plain Layout
4886
4887 \series bold
4888 Radina
4889 \end_layout
4890
4891 \end_inset
4892 </cell>
4893 <cell alignment="center" valignment="top" usebox="none">
4894 \begin_inset Text
4895
4896 \begin_layout Plain Layout
4897 Claudio
4898 \end_layout
4899
4900 \end_inset
4901 </cell>
4902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4903 \begin_inset Text
4904
4905 \begin_layout Plain Layout
4906 555
4907 \end_layout
4908
4909 \end_inset
4910 </cell>
4911 </row>
4912 <row>
4913 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4914 \begin_inset Text
4915
4916 \begin_layout Plain Layout
4917
4918 \series bold
4919 Stuffer
4920 \end_layout
4921
4922 \end_inset
4923 </cell>
4924 <cell alignment="center" valignment="top" usebox="none">
4925 \begin_inset Text
4926
4927 \begin_layout Plain Layout
4928 Oskar
4929 \end_layout
4930
4931 \end_inset
4932 </cell>
4933 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4934 \begin_inset Text
4935
4936 \begin_layout Plain Layout
4937 555
4938 \end_layout
4939
4940 \end_inset
4941 </cell>
4942 </row>
4943 <row>
4944 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4945 \begin_inset Text
4946
4947 \begin_layout Plain Layout
4948
4949 \series bold
4950 Tacchelli
4951 \end_layout
4952
4953 \end_inset
4954 </cell>
4955 <cell alignment="center" valignment="top" usebox="none">
4956 \begin_inset Text
4957
4958 \begin_layout Plain Layout
4959 Ugo
4960 \end_layout
4961
4962 \end_inset
4963 </cell>
4964 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4965 \begin_inset Text
4966
4967 \begin_layout Plain Layout
4968 555
4969 \end_layout
4970
4971 \end_inset
4972 </cell>
4973 </row>
4974 <row>
4975 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4976 \begin_inset Text
4977
4978 \begin_layout Plain Layout
4979
4980 \series bold
4981 Tezzele
4982 \end_layout
4983
4984 \end_inset
4985 </cell>
4986 <cell alignment="center" valignment="top" usebox="none">
4987 \begin_inset Text
4988
4989 \begin_layout Plain Layout
4990 Margit
4991 \end_layout
4992
4993 \end_inset
4994 </cell>
4995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4996 \begin_inset Text
4997
4998 \begin_layout Plain Layout
4999 555
5000 \end_layout
5001
5002 \end_inset
5003 </cell>
5004 </row>
5005 <row>
5006 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5007 \begin_inset Text
5008
5009 \begin_layout Plain Layout
5010
5011 \series bold
5012 Unterkalmsteiner
5013 \end_layout
5014
5015 \end_inset
5016 </cell>
5017 <cell alignment="center" valignment="top" usebox="none">
5018 \begin_inset Text
5019
5020 \begin_layout Plain Layout
5021 Frieda
5022 \end_layout
5023
5024 \end_inset
5025 </cell>
5026 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5027 \begin_inset Text
5028
5029 \begin_layout Plain Layout
5030 555
5031 \end_layout
5032
5033 \end_inset
5034 </cell>
5035 </row>
5036 <row>
5037 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5038 \begin_inset Text
5039
5040 \begin_layout Plain Layout
5041
5042 \series bold
5043 Vieider
5044 \end_layout
5045
5046 \end_inset
5047 </cell>
5048 <cell alignment="center" valignment="top" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Plain Layout
5052 Hilde
5053 \end_layout
5054
5055 \end_inset
5056 </cell>
5057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5058 \begin_inset Text
5059
5060 \begin_layout Plain Layout
5061 555
5062 \end_layout
5063
5064 \end_inset
5065 </cell>
5066 </row>
5067 <row>
5068 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5069 \begin_inset Text
5070
5071 \begin_layout Plain Layout
5072
5073 \series bold
5074 Vigna
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 <cell alignment="center" valignment="top" usebox="none">
5080 \begin_inset Text
5081
5082 \begin_layout Plain Layout
5083 Jürgen
5084 \end_layout
5085
5086 \end_inset
5087 </cell>
5088 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5089 \begin_inset Text
5090
5091 \begin_layout Plain Layout
5092 999
5093 \end_layout
5094
5095 \end_inset
5096 </cell>
5097 </row>
5098 <row>
5099 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5100 \begin_inset Text
5101
5102 \begin_layout Plain Layout
5103
5104 \series bold
5105 Weber
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 <cell alignment="center" valignment="top" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114 Maurizio
5115 \end_layout
5116
5117 \end_inset
5118 </cell>
5119 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5120 \begin_inset Text
5121
5122 \begin_layout Plain Layout
5123 555
5124 \end_layout
5125
5126 \end_inset
5127 </cell>
5128 </row>
5129 <row>
5130 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5131 \begin_inset Text
5132
5133 \begin_layout Plain Layout
5134
5135 \series bold
5136 Winkler
5137 \end_layout
5138
5139 \end_inset
5140 </cell>
5141 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5142 \begin_inset Text
5143
5144 \begin_layout Plain Layout
5145 Franz
5146 \end_layout
5147
5148 \end_inset
5149 </cell>
5150 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5151 \begin_inset Text
5152
5153 \begin_layout Plain Layout
5154 555
5155 \end_layout
5156
5157 \end_inset
5158 </cell>
5159 </row>
5160 <row endlastfoot="true">
5161 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5162 \begin_inset Text
5163
5164 \begin_layout Plain Layout
5165 Ende
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5171 \begin_inset Text
5172
5173 \begin_layout Plain Layout
5174
5175 \end_layout
5176
5177 \end_inset
5178 </cell>
5179 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5180 \begin_inset Text
5181
5182 \begin_layout Plain Layout
5183
5184 \end_layout
5185
5186 \end_inset
5187 </cell>
5188 </row>
5189 </lyxtabular>
5190
5191 \end_inset
5192
5193
5194 \begin_inset ERT
5195 status collapsed
5196
5197 \begin_layout Plain Layout
5198
5199
5200 \backslash
5201 addtocounter{table}{-1}
5202 \end_layout
5203
5204 \end_inset
5205
5206
5207 \begin_inset Note Note
5208 status collapsed
5209
5210 \begin_layout Plain Layout
5211 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5212 \begin_inset space ~
5213 \end_inset
5214
5215
5216 \begin_inset CommandInset ref
5217 LatexCommand ref
5218 reference "uab:Beschriftungen-langer-Tabellen"
5219
5220 \end_inset
5221
5222
5223 \end_layout
5224
5225 \end_inset
5226
5227
5228 \end_layout
5229
5230 \begin_layout Subsection
5231 Fußnoten in langen Tabellen
5232 \begin_inset CommandInset label
5233 LatexCommand label
5234 name "uab:Fußnoten-in-langen"
5235
5236 \end_inset
5237
5238
5239 \begin_inset Index
5240 status collapsed
5241
5242 \begin_layout Plain Layout
5243 Tabellen ! lange ! Fußnoten
5244 \end_layout
5245
5246 \end_inset
5247
5248
5249 \end_layout
5250
5251 \begin_layout Standard
5252 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5253  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5254  Tabelle
5255 \begin_inset space ~
5256 \end_inset
5257
5258
5259 \begin_inset CommandInset ref
5260 LatexCommand ref
5261 reference "tab:DiffCaptions"
5262
5263 \end_inset
5264
5265  hat zum Beispiel eine Fußnote.
5266 \end_layout
5267
5268 \begin_layout Subsection
5269 Ausrichtung langer Tabellen
5270 \begin_inset Index
5271 status collapsed
5272
5273 \begin_layout Plain Layout
5274 Tabellen ! lange ! Ausrichtung
5275 \end_layout
5276
5277 \end_inset
5278
5279
5280 \end_layout
5281
5282 \begin_layout Standard
5283 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
5284  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
5285 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
5286  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
5287  Längen 
5288 \series bold
5289
5290 \backslash
5291 LTleft 
5292 \series default
5293 und 
5294 \series bold
5295
5296 \backslash
5297 LTright
5298 \series default
5299  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5300  wird:
5301 \end_layout
5302
5303 \begin_layout Standard
5304
5305 \series bold
5306
5307 \backslash
5308 setlength{
5309 \backslash
5310 LTleft}{Wert}
5311 \end_layout
5312
5313 \begin_layout Standard
5314 Wobei der Wert eine der in Tabelle
5315 \begin_inset space ~
5316 \end_inset
5317
5318
5319 \begin_inset CommandInset ref
5320 LatexCommand ref
5321 reference "tab:Maßeinheiten"
5322
5323 \end_inset
5324
5325  aufgelisteten Einheiten haben kann.
5326  
5327 \series bold
5328
5329 \backslash
5330 LTleft
5331 \series default
5332  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5333  
5334 \series bold
5335
5336 \backslash
5337 LTright
5338 \series default
5339  den Abstand von rechts.
5340  Die Voreinstellung für beide Werte ist 
5341 \series bold
5342
5343 \backslash
5344 fill
5345 \series default
5346 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5347  in LyX ist.
5348 \end_layout
5349
5350 \begin_layout Standard
5351 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5352 \series bold
5353
5354 \backslash
5355 LTleft
5356 \series default
5357  auf den Wert 0
5358 \begin_inset space \thinspace{}
5359 \end_inset
5360
5361 pt gesetzt wurde.
5362 \begin_inset ERT
5363 status collapsed
5364
5365 \begin_layout Plain Layout
5366
5367
5368 \backslash
5369 setlength{
5370 \backslash
5371 LTleft}{0pt}
5372 \end_layout
5373
5374 \end_inset
5375
5376
5377 \end_layout
5378
5379 \begin_layout Standard
5380 \begin_inset Tabular
5381 <lyxtabular version="3" rows="5" columns="5">
5382 <features islongtable="true">
5383 <column alignment="center" valignment="top" width="0">
5384 <column alignment="center" valignment="top" width="0">
5385 <column alignment="center" valignment="top" width="0">
5386 <column alignment="center" valignment="top" width="0">
5387 <column alignment="center" valignment="top" width="0">
5388 <row>
5389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5390 \begin_inset Text
5391
5392 \begin_layout Plain Layout
5393 1
5394 \end_layout
5395
5396 \end_inset
5397 </cell>
5398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5399 \begin_inset Text
5400
5401 \begin_layout Plain Layout
5402 2
5403 \end_layout
5404
5405 \end_inset
5406 </cell>
5407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5408 \begin_inset Text
5409
5410 \begin_layout Plain Layout
5411 3
5412 \end_layout
5413
5414 \end_inset
5415 </cell>
5416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5417 \begin_inset Text
5418
5419 \begin_layout Plain Layout
5420 4
5421 \end_layout
5422
5423 \end_inset
5424 </cell>
5425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5426 \begin_inset Text
5427
5428 \begin_layout Plain Layout
5429 5
5430 \end_layout
5431
5432 \end_inset
5433 </cell>
5434 </row>
5435 <row>
5436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5437 \begin_inset Text
5438
5439 \begin_layout Plain Layout
5440 asd
5441 \end_layout
5442
5443 \end_inset
5444 </cell>
5445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5446 \begin_inset Text
5447
5448 \begin_layout Plain Layout
5449 s
5450 \end_layout
5451
5452 \end_inset
5453 </cell>
5454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458 s
5459 \end_layout
5460
5461 \end_inset
5462 </cell>
5463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5464 \begin_inset Text
5465
5466 \begin_layout Plain Layout
5467 s
5468 \end_layout
5469
5470 \end_inset
5471 </cell>
5472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5473 \begin_inset Text
5474
5475 \begin_layout Plain Layout
5476 asd
5477 \end_layout
5478
5479 \end_inset
5480 </cell>
5481 </row>
5482 <row>
5483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5484 \begin_inset Text
5485
5486 \begin_layout Plain Layout
5487 asd
5488 \end_layout
5489
5490 \end_inset
5491 </cell>
5492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5493 \begin_inset Text
5494
5495 \begin_layout Plain Layout
5496 s
5497 \end_layout
5498
5499 \end_inset
5500 </cell>
5501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5502 \begin_inset Text
5503
5504 \begin_layout Plain Layout
5505 s
5506 \end_layout
5507
5508 \end_inset
5509 </cell>
5510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5511 \begin_inset Text
5512
5513 \begin_layout Plain Layout
5514 s
5515 \end_layout
5516
5517 \end_inset
5518 </cell>
5519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5520 \begin_inset Text
5521
5522 \begin_layout Plain Layout
5523 asd
5524 \end_layout
5525
5526 \end_inset
5527 </cell>
5528 </row>
5529 <row>
5530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5531 \begin_inset Text
5532
5533 \begin_layout Plain Layout
5534 asd
5535 \end_layout
5536
5537 \end_inset
5538 </cell>
5539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5540 \begin_inset Text
5541
5542 \begin_layout Plain Layout
5543 s
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5549 \begin_inset Text
5550
5551 \begin_layout Plain Layout
5552 s
5553 \end_layout
5554
5555 \end_inset
5556 </cell>
5557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Plain Layout
5561 s
5562 \end_layout
5563
5564 \end_inset
5565 </cell>
5566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5567 \begin_inset Text
5568
5569 \begin_layout Plain Layout
5570 asd
5571 \end_layout
5572
5573 \end_inset
5574 </cell>
5575 </row>
5576 <row>
5577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5578 \begin_inset Text
5579
5580 \begin_layout Plain Layout
5581 asd
5582 \end_layout
5583
5584 \end_inset
5585 </cell>
5586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5587 \begin_inset Text
5588
5589 \begin_layout Plain Layout
5590 asd
5591 \end_layout
5592
5593 \end_inset
5594 </cell>
5595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5596 \begin_inset Text
5597
5598 \begin_layout Plain Layout
5599 asd
5600 \end_layout
5601
5602 \end_inset
5603 </cell>
5604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5605 \begin_inset Text
5606
5607 \begin_layout Plain Layout
5608 asd
5609 \end_layout
5610
5611 \end_inset
5612 </cell>
5613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5614 \begin_inset Text
5615
5616 \begin_layout Plain Layout
5617 asd
5618 \end_layout
5619
5620 \end_inset
5621 </cell>
5622 </row>
5623 </lyxtabular>
5624
5625 \end_inset
5626
5627
5628 \begin_inset ERT
5629 status collapsed
5630
5631 \begin_layout Plain Layout
5632
5633
5634 \backslash
5635 setlength{
5636 \backslash
5637 LTleft}{
5638 \backslash
5639 fill}
5640 \end_layout
5641
5642 \end_inset
5643
5644
5645 \begin_inset ERT
5646 status collapsed
5647
5648 \begin_layout Plain Layout
5649
5650
5651 \backslash
5652 addtocounter{table}{-1}
5653 \end_layout
5654
5655 \end_inset
5656
5657
5658 \begin_inset Note Note
5659 status collapsed
5660
5661 \begin_layout Plain Layout
5662 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5663 \begin_inset space ~
5664 \end_inset
5665
5666
5667 \begin_inset CommandInset ref
5668 LatexCommand ref
5669 reference "uab:Beschriftungen-langer-Tabellen"
5670
5671 \end_inset
5672
5673
5674 \end_layout
5675
5676 \end_inset
5677
5678
5679 \end_layout
5680
5681 \begin_layout Subsection
5682 Beschriftungen langer Tabellen
5683 \begin_inset CommandInset label
5684 LatexCommand label
5685 name "uab:Beschriftungen-langer-Tabellen"
5686
5687 \end_inset
5688
5689
5690 \begin_inset Index
5691 status collapsed
5692
5693 \begin_layout Plain Layout
5694 Tabellen ! lange ! Titel
5695 \end_layout
5696
5697 \end_inset
5698
5699
5700 \end_layout
5701
5702 \begin_layout Standard
5703 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5704  nur auf eine Seite gedruckt werden können.
5705  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5706 \begin_inset space ~
5707 \end_inset
5708
5709
5710 \begin_inset CommandInset ref
5711 LatexCommand ref
5712 reference "abs:Lange-Tabellen"
5713
5714 \end_inset
5715
5716  erklärt.
5717  Nur eine Tabellenzeile kann eine Beschriftung enthalten.
5718 \end_layout
5719
5720 \begin_layout Standard
5721 Hier ist eine kurze lange Tabelle, die zeigt, wie das funktioniert:
5722 \end_layout
5723
5724 \begin_layout Standard
5725 \begin_inset Tabular
5726 <lyxtabular version="3" rows="6" columns="5">
5727 <features islongtable="true">
5728 <column alignment="center" valignment="top" width="0">
5729 <column alignment="center" valignment="top" width="0">
5730 <column alignment="center" valignment="top" width="0">
5731 <column alignment="center" valignment="top" width="0">
5732 <column alignment="center" valignment="top" width="0">
5733 <row caption="true">
5734 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5735 \begin_inset Text
5736
5737 \begin_layout Plain Layout
5738 \begin_inset Caption
5739
5740 \begin_layout Plain Layout
5741 Eine lange Tabelle mit Titel
5742 \begin_inset OptArg
5743 status open
5744
5745 \begin_layout Plain Layout
5746 Lange Tabelle
5747 \end_layout
5748
5749 \end_inset
5750
5751
5752 \end_layout
5753
5754 \end_inset
5755
5756
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Plain Layout
5765
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5771 \begin_inset Text
5772
5773 \begin_layout Plain Layout
5774
5775 \end_layout
5776
5777 \end_inset
5778 </cell>
5779 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 </row>
5798 <row>
5799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803 1
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 2
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Plain Layout
5821 3
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 4
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5836 \begin_inset Text
5837
5838 \begin_layout Plain Layout
5839 5
5840 \end_layout
5841
5842 \end_inset
5843 </cell>
5844 </row>
5845 <row>
5846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5847 \begin_inset Text
5848
5849 \begin_layout Plain Layout
5850 asd
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859 s
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868 s
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877 s
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886 asd
5887 \end_layout
5888
5889 \end_inset
5890 </cell>
5891 </row>
5892 <row>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 asd
5898 \end_layout
5899
5900 \end_inset
5901 </cell>
5902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5903 \begin_inset Text
5904
5905 \begin_layout Plain Layout
5906 s
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5912 \begin_inset Text
5913
5914 \begin_layout Plain Layout
5915 s
5916 \end_layout
5917
5918 \end_inset
5919 </cell>
5920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5921 \begin_inset Text
5922
5923 \begin_layout Plain Layout
5924 s
5925 \end_layout
5926
5927 \end_inset
5928 </cell>
5929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5930 \begin_inset Text
5931
5932 \begin_layout Plain Layout
5933 asd
5934 \end_layout
5935
5936 \end_inset
5937 </cell>
5938 </row>
5939 <row>
5940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944 asd
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953 s
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5959 \begin_inset Text
5960
5961 \begin_layout Plain Layout
5962 s
5963 \end_layout
5964
5965 \end_inset
5966 </cell>
5967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5968 \begin_inset Text
5969
5970 \begin_layout Plain Layout
5971 s
5972 \end_layout
5973
5974 \end_inset
5975 </cell>
5976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Plain Layout
5980 asd
5981 \end_layout
5982
5983 \end_inset
5984 </cell>
5985 </row>
5986 <row>
5987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991 asd
5992 \end_layout
5993
5994 \end_inset
5995 </cell>
5996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5997 \begin_inset Text
5998
5999 \begin_layout Plain Layout
6000 asd
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6006 \begin_inset Text
6007
6008 \begin_layout Plain Layout
6009 asd
6010 \end_layout
6011
6012 \end_inset
6013 </cell>
6014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6015 \begin_inset Text
6016
6017 \begin_layout Plain Layout
6018 asd
6019 \end_layout
6020
6021 \end_inset
6022 </cell>
6023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Plain Layout
6027 asd
6028 \end_layout
6029
6030 \end_inset
6031 </cell>
6032 </row>
6033 </lyxtabular>
6034
6035 \end_inset
6036
6037
6038 \end_layout
6039
6040 \begin_layout Standard
6041 \begin_inset VSpace medskip
6042 \end_inset
6043
6044
6045 \begin_inset Note Greyedout
6046 status open
6047
6048 \begin_layout Plain Layout
6049
6050 \series bold
6051 Bemerkung
6052 \begin_inset space ~
6053 \end_inset
6054
6055 1:
6056 \series default
6057  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6058  Titel vergeben.
6059  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6060 \begin_inset space ~
6061 \end_inset
6062
6063 2.4 auf Tabelle
6064 \begin_inset space ~
6065 \end_inset
6066
6067 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6068  Beschriftung sind.
6069  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6070  LaTeX-Befehl als TeX-Code einfügen:
6071 \end_layout
6072
6073 \begin_layout Plain Layout
6074
6075 \series bold
6076
6077 \backslash
6078 addtocounter{table}{-1}
6079 \end_layout
6080
6081 \begin_layout Plain Layout
6082 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6083  Beschriftung hat und Sie diesen Code zum LaTeX-Vorspann hinzufügen:
6084 \end_layout
6085
6086 \begin_layout Plain Layout
6087
6088 \series bold
6089
6090 \backslash
6091 let
6092 \backslash
6093 myEnd
6094 \backslash
6095 endlongtable
6096 \begin_inset Newline newline
6097 \end_inset
6098
6099
6100 \backslash
6101 renewcommand{
6102 \backslash
6103 endlongtable}{
6104 \backslash
6105 myEnd
6106 \backslash
6107 addtocounter{table}{-1}}
6108 \end_layout
6109
6110 \end_inset
6111
6112
6113 \end_layout
6114
6115 \begin_layout Standard
6116 \begin_inset Note Greyedout
6117 status open
6118
6119 \begin_layout Plain Layout
6120
6121 \series bold
6122 Bemerkung
6123 \begin_inset space ~
6124 \end_inset
6125
6126 2:
6127 \series default
6128  Wenn Sie 
6129 \series bold
6130 hyperref
6131 \series default
6132
6133 \begin_inset Index
6134 status collapsed
6135
6136 \begin_layout Plain Layout
6137 LaTeX-Pakete ! hyperref
6138 \end_layout
6139
6140 \end_inset
6141
6142  in den
6143 \family sans
6144  PDF-Eigenschaften
6145 \family default
6146  im 
6147 \family sans
6148 Dokument-Einstellungen
6149 \family default
6150  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6151  immer auf den Anfang des Dokuments zeigen.
6152 \end_layout
6153
6154 \end_inset
6155
6156
6157 \end_layout
6158
6159 \begin_layout Subsubsection
6160 Querverweise auf 
6161 \family sans
6162 lange Tabelle
6163 \family default
6164 n
6165 \begin_inset Index
6166 status collapsed
6167
6168 \begin_layout Plain Layout
6169 Tabellen ! lange ! Querverweis
6170 \end_layout
6171
6172 \end_inset
6173
6174
6175 \end_layout
6176
6177 \begin_layout Standard
6178 \begin_inset Tabular
6179 <lyxtabular version="3" rows="6" columns="5">
6180 <features islongtable="true">
6181 <column alignment="center" valignment="top" width="0">
6182 <column alignment="center" valignment="top" width="0">
6183 <column alignment="center" valignment="top" width="0">
6184 <column alignment="center" valignment="top" width="0">
6185 <column alignment="center" valignment="top" width="0">
6186 <row caption="true">
6187 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Plain Layout
6191 \begin_inset Caption
6192
6193 \begin_layout Plain Layout
6194 Lange Tabelle mit Marke
6195 \begin_inset CommandInset label
6196 LatexCommand label
6197 name "tab:LangeTabelle-mit-Marke"
6198
6199 \end_inset
6200
6201
6202 \end_layout
6203
6204 \end_inset
6205
6206
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233
6234 \end_layout
6235
6236 \end_inset
6237 </cell>
6238 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6239 \begin_inset Text
6240
6241 \begin_layout Plain Layout
6242
6243 \end_layout
6244
6245 \end_inset
6246 </cell>
6247 </row>
6248 <row>
6249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Plain Layout
6253 1
6254 \end_layout
6255
6256 \end_inset
6257 </cell>
6258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Plain Layout
6262 2
6263 \end_layout
6264
6265 \end_inset
6266 </cell>
6267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6268 \begin_inset Text
6269
6270 \begin_layout Plain Layout
6271 3
6272 \end_layout
6273
6274 \end_inset
6275 </cell>
6276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280 4
6281 \end_layout
6282
6283 \end_inset
6284 </cell>
6285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6286 \begin_inset Text
6287
6288 \begin_layout Plain Layout
6289 5
6290 \end_layout
6291
6292 \end_inset
6293 </cell>
6294 </row>
6295 <row>
6296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6297 \begin_inset Text
6298
6299 \begin_layout Plain Layout
6300 asd
6301 \end_layout
6302
6303 \end_inset
6304 </cell>
6305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309 s
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6315 \begin_inset Text
6316
6317 \begin_layout Plain Layout
6318 s
6319 \end_layout
6320
6321 \end_inset
6322 </cell>
6323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6324 \begin_inset Text
6325
6326 \begin_layout Plain Layout
6327 s
6328 \end_layout
6329
6330 \end_inset
6331 </cell>
6332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6333 \begin_inset Text
6334
6335 \begin_layout Plain Layout
6336 asd
6337 \end_layout
6338
6339 \end_inset
6340 </cell>
6341 </row>
6342 <row>
6343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6344 \begin_inset Text
6345
6346 \begin_layout Plain Layout
6347 asd
6348 \end_layout
6349
6350 \end_inset
6351 </cell>
6352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6353 \begin_inset Text
6354
6355 \begin_layout Plain Layout
6356 s
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Plain Layout
6365 s
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6371 \begin_inset Text
6372
6373 \begin_layout Plain Layout
6374 s
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6380 \begin_inset Text
6381
6382 \begin_layout Plain Layout
6383 asd
6384 \end_layout
6385
6386 \end_inset
6387 </cell>
6388 </row>
6389 <row>
6390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6391 \begin_inset Text
6392
6393 \begin_layout Plain Layout
6394 asd
6395 \end_layout
6396
6397 \end_inset
6398 </cell>
6399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6400 \begin_inset Text
6401
6402 \begin_layout Plain Layout
6403 s
6404 \end_layout
6405
6406 \end_inset
6407 </cell>
6408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Plain Layout
6412 s
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6418 \begin_inset Text
6419
6420 \begin_layout Plain Layout
6421 s
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6427 \begin_inset Text
6428
6429 \begin_layout Plain Layout
6430 asd
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 </row>
6436 <row>
6437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6438 \begin_inset Text
6439
6440 \begin_layout Plain Layout
6441 asd
6442 \end_layout
6443
6444 \end_inset
6445 </cell>
6446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6447 \begin_inset Text
6448
6449 \begin_layout Plain Layout
6450 sad
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Plain Layout
6459 asd
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Plain Layout
6468 asd
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6474 \begin_inset Text
6475
6476 \begin_layout Plain Layout
6477 asd
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 </row>
6483 </lyxtabular>
6484
6485 \end_inset
6486
6487
6488 \end_layout
6489
6490 \begin_layout Standard
6491 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6492  im Titel einfügen.
6493 \end_layout
6494
6495 \begin_layout Standard
6496 Dies ist ein Verweis auf Tabelle
6497 \begin_inset space ~
6498 \end_inset
6499
6500
6501 \begin_inset CommandInset ref
6502 LatexCommand ref
6503 reference "tab:LangeTabelle-mit-Marke"
6504
6505 \end_inset
6506
6507 .
6508 \end_layout
6509
6510 \begin_layout Standard
6511 Mit dem LaTeX-Paket 
6512 \series bold
6513 caption
6514 \series default
6515
6516 \begin_inset Index
6517 status collapsed
6518
6519 \begin_layout Plain Layout
6520 LaTeX-Pakete ! caption
6521 \end_layout
6522
6523 \end_inset
6524
6525 , siehe Abschnitt
6526 \begin_inset space ~
6527 \end_inset
6528
6529
6530 \begin_inset CommandInset ref
6531 LatexCommand ref
6532 reference "abs:Titel-Formatierung"
6533
6534 \end_inset
6535
6536 , können Sie alle anderen Beschriftungsoptionen benutzen.
6537 \end_layout
6538
6539 \begin_layout Subsubsection
6540 Titelbreite
6541 \begin_inset Index
6542 status collapsed
6543
6544 \begin_layout Plain Layout
6545 Tabellen ! lange ! Beschriftungsbreite
6546 \end_layout
6547
6548 \end_inset
6549
6550
6551 \end_layout
6552
6553 \begin_layout Standard
6554 Die maximale Titelbreite wird durch die Variable 
6555 \series bold
6556
6557 \backslash
6558 LTcapwidth
6559 \series default
6560  definiert.
6561  Ihr Standardwert ist 4
6562 \begin_inset space \thinspace{}
6563 \end_inset
6564
6565 Zoll (
6566 \begin_inset Formula $\approx10$
6567 \end_inset
6568
6569
6570 \begin_inset space \thinspace{}
6571 \end_inset
6572
6573 cm).
6574  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6575  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6576 \end_layout
6577
6578 \begin_layout Standard
6579
6580 \series bold
6581
6582 \backslash
6583 setlength{
6584 \backslash
6585 LTcapwidth}{Breite}
6586 \end_layout
6587
6588 \begin_layout Standard
6589 wobei die Breite eine der in Anhang
6590 \begin_inset space ~
6591 \end_inset
6592
6593
6594 \begin_inset CommandInset ref
6595 LatexCommand ref
6596 reference "kap:In-LyX-verfügbare"
6597
6598 \end_inset
6599
6600  aufgelisteten Einheiten haben kann.
6601 \end_layout
6602
6603 \begin_layout Standard
6604 Die beiden folgenden Tabellen zeigen den Unterschied:
6605 \end_layout
6606
6607 \begin_layout Standard
6608 \begin_inset Tabular
6609 <lyxtabular version="3" rows="6" columns="5">
6610 <features islongtable="true">
6611 <column alignment="center" valignment="top" width="0">
6612 <column alignment="center" valignment="top" width="0">
6613 <column alignment="center" valignment="top" width="0">
6614 <column alignment="center" valignment="top" width="0">
6615 <column alignment="center" valignment="top" width="0">
6616 <row caption="true">
6617 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6618 \begin_inset Text
6619
6620 \begin_layout Plain Layout
6621 \begin_inset Caption
6622
6623 \begin_layout Plain Layout
6624 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6625 \begin_inset OptArg
6626 status open
6627
6628 \begin_layout Plain Layout
6629 Titel mit Standardbreite
6630 \end_layout
6631
6632 \end_inset
6633
6634
6635 \end_layout
6636
6637 \end_inset
6638
6639
6640 \end_layout
6641
6642 \end_inset
6643 </cell>
6644 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6645 \begin_inset Text
6646
6647 \begin_layout Plain Layout
6648
6649 \end_layout
6650
6651 \end_inset
6652 </cell>
6653 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6654 \begin_inset Text
6655
6656 \begin_layout Plain Layout
6657
6658 \end_layout
6659
6660 \end_inset
6661 </cell>
6662 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6663 \begin_inset Text
6664
6665 \begin_layout Plain Layout
6666
6667 \end_layout
6668
6669 \end_inset
6670 </cell>
6671 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6672 \begin_inset Text
6673
6674 \begin_layout Plain Layout
6675
6676 \end_layout
6677
6678 \end_inset
6679 </cell>
6680 </row>
6681 <row>
6682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6683 \begin_inset Text
6684
6685 \begin_layout Plain Layout
6686 1
6687 \end_layout
6688
6689 \end_inset
6690 </cell>
6691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6692 \begin_inset Text
6693
6694 \begin_layout Plain Layout
6695 2
6696 \end_layout
6697
6698 \end_inset
6699 </cell>
6700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6701 \begin_inset Text
6702
6703 \begin_layout Plain Layout
6704 3
6705 \end_layout
6706
6707 \end_inset
6708 </cell>
6709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6710 \begin_inset Text
6711
6712 \begin_layout Plain Layout
6713 4
6714 \end_layout
6715
6716 \end_inset
6717 </cell>
6718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6719 \begin_inset Text
6720
6721 \begin_layout Plain Layout
6722 5
6723 \end_layout
6724
6725 \end_inset
6726 </cell>
6727 </row>
6728 <row>
6729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6730 \begin_inset Text
6731
6732 \begin_layout Plain Layout
6733 asd
6734 \end_layout
6735
6736 \end_inset
6737 </cell>
6738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6739 \begin_inset Text
6740
6741 \begin_layout Plain Layout
6742 s
6743 \end_layout
6744
6745 \end_inset
6746 </cell>
6747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6748 \begin_inset Text
6749
6750 \begin_layout Plain Layout
6751 s
6752 \end_layout
6753
6754 \end_inset
6755 </cell>
6756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6757 \begin_inset Text
6758
6759 \begin_layout Plain Layout
6760 s
6761 \end_layout
6762
6763 \end_inset
6764 </cell>
6765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6766 \begin_inset Text
6767
6768 \begin_layout Plain Layout
6769 asd
6770 \end_layout
6771
6772 \end_inset
6773 </cell>
6774 </row>
6775 <row>
6776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout Plain Layout
6780 asd
6781 \end_layout
6782
6783 \end_inset
6784 </cell>
6785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6786 \begin_inset Text
6787
6788 \begin_layout Plain Layout
6789 s
6790 \end_layout
6791
6792 \end_inset
6793 </cell>
6794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6795 \begin_inset Text
6796
6797 \begin_layout Plain Layout
6798 s
6799 \end_layout
6800
6801 \end_inset
6802 </cell>
6803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6804 \begin_inset Text
6805
6806 \begin_layout Plain Layout
6807 s
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6813 \begin_inset Text
6814
6815 \begin_layout Plain Layout
6816 asd
6817 \end_layout
6818
6819 \end_inset
6820 </cell>
6821 </row>
6822 <row>
6823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6824 \begin_inset Text
6825
6826 \begin_layout Plain Layout
6827 asd
6828 \end_layout
6829
6830 \end_inset
6831 </cell>
6832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6833 \begin_inset Text
6834
6835 \begin_layout Plain Layout
6836 s
6837 \end_layout
6838
6839 \end_inset
6840 </cell>
6841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6842 \begin_inset Text
6843
6844 \begin_layout Plain Layout
6845 s
6846 \end_layout
6847
6848 \end_inset
6849 </cell>
6850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6851 \begin_inset Text
6852
6853 \begin_layout Plain Layout
6854 s
6855 \end_layout
6856
6857 \end_inset
6858 </cell>
6859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6860 \begin_inset Text
6861
6862 \begin_layout Plain Layout
6863 asd
6864 \end_layout
6865
6866 \end_inset
6867 </cell>
6868 </row>
6869 <row>
6870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6871 \begin_inset Text
6872
6873 \begin_layout Plain Layout
6874 asd
6875 \end_layout
6876
6877 \end_inset
6878 </cell>
6879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6880 \begin_inset Text
6881
6882 \begin_layout Plain Layout
6883 sad
6884 \end_layout
6885
6886 \end_inset
6887 </cell>
6888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6889 \begin_inset Text
6890
6891 \begin_layout Plain Layout
6892 asd
6893 \end_layout
6894
6895 \end_inset
6896 </cell>
6897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6898 \begin_inset Text
6899
6900 \begin_layout Plain Layout
6901 asd
6902 \end_layout
6903
6904 \end_inset
6905 </cell>
6906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6907 \begin_inset Text
6908
6909 \begin_layout Plain Layout
6910 asd
6911 \end_layout
6912
6913 \end_inset
6914 </cell>
6915 </row>
6916 </lyxtabular>
6917
6918 \end_inset
6919
6920
6921 \end_layout
6922
6923 \begin_layout Standard
6924 \begin_inset ERT
6925 status collapsed
6926
6927 \begin_layout Plain Layout
6928
6929
6930 \backslash
6931 setlength{
6932 \backslash
6933 LTcapwidth}{5cm}
6934 \end_layout
6935
6936 \end_inset
6937
6938
6939 \begin_inset Tabular
6940 <lyxtabular version="3" rows="6" columns="5">
6941 <features islongtable="true">
6942 <column alignment="center" valignment="top" width="0">
6943 <column alignment="center" valignment="top" width="0">
6944 <column alignment="center" valignment="top" width="0">
6945 <column alignment="center" valignment="top" width="0">
6946 <column alignment="center" valignment="top" width="0">
6947 <row caption="true">
6948 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6949 \begin_inset Text
6950
6951 \begin_layout Plain Layout
6952 \begin_inset Caption
6953
6954 \begin_layout Plain Layout
6955 Langer Titel mit 5
6956 \begin_inset space \thinspace{}
6957 \end_inset
6958
6959 cm Breite, Langer Titel mit 5
6960 \begin_inset space \thinspace{}
6961 \end_inset
6962
6963 cm Breite
6964 \begin_inset OptArg
6965 status open
6966
6967 \begin_layout Plain Layout
6968 Titel mit 5
6969 \begin_inset space \thinspace{}
6970 \end_inset
6971
6972 cm Breite
6973 \end_layout
6974
6975 \end_inset
6976
6977
6978 \end_layout
6979
6980 \end_inset
6981
6982
6983 \end_layout
6984
6985 \end_inset
6986 </cell>
6987 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6988 \begin_inset Text
6989
6990 \begin_layout Plain Layout
6991
6992 \end_layout
6993
6994 \end_inset
6995 </cell>
6996 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6997 \begin_inset Text
6998
6999 \begin_layout Plain Layout
7000
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7015 \begin_inset Text
7016
7017 \begin_layout Plain Layout
7018
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 </row>
7024 <row>
7025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029 1
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Plain Layout
7038 2
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Plain Layout
7047 3
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Plain Layout
7056 4
7057 \end_layout
7058
7059 \end_inset
7060 </cell>
7061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Plain Layout
7065 5
7066 \end_layout
7067
7068 \end_inset
7069 </cell>
7070 </row>
7071 <row>
7072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076 asd
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085 s
7086 \end_layout
7087
7088 \end_inset
7089 </cell>
7090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7091 \begin_inset Text
7092
7093 \begin_layout Plain Layout
7094 s
7095 \end_layout
7096
7097 \end_inset
7098 </cell>
7099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7100 \begin_inset Text
7101
7102 \begin_layout Plain Layout
7103 s
7104 \end_layout
7105
7106 \end_inset
7107 </cell>
7108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7109 \begin_inset Text
7110
7111 \begin_layout Plain Layout
7112 asd
7113 \end_layout
7114
7115 \end_inset
7116 </cell>
7117 </row>
7118 <row>
7119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7120 \begin_inset Text
7121
7122 \begin_layout Plain Layout
7123 asd
7124 \end_layout
7125
7126 \end_inset
7127 </cell>
7128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7129 \begin_inset Text
7130
7131 \begin_layout Plain Layout
7132 s
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Plain Layout
7141 s
7142 \end_layout
7143
7144 \end_inset
7145 </cell>
7146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Plain Layout
7150 s
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7156 \begin_inset Text
7157
7158 \begin_layout Plain Layout
7159 asd
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 </row>
7165 <row>
7166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7167 \begin_inset Text
7168
7169 \begin_layout Plain Layout
7170 asd
7171 \end_layout
7172
7173 \end_inset
7174 </cell>
7175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7176 \begin_inset Text
7177
7178 \begin_layout Plain Layout
7179 s
7180 \end_layout
7181
7182 \end_inset
7183 </cell>
7184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188 s
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7194 \begin_inset Text
7195
7196 \begin_layout Plain Layout
7197 s
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7203 \begin_inset Text
7204
7205 \begin_layout Plain Layout
7206 asd
7207 \end_layout
7208
7209 \end_inset
7210 </cell>
7211 </row>
7212 <row>
7213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7214 \begin_inset Text
7215
7216 \begin_layout Plain Layout
7217 asd
7218 \end_layout
7219
7220 \end_inset
7221 </cell>
7222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7223 \begin_inset Text
7224
7225 \begin_layout Plain Layout
7226 sad
7227 \end_layout
7228
7229 \end_inset
7230 </cell>
7231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Plain Layout
7235 asd
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Plain Layout
7244 asd
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Plain Layout
7253 asd
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 </row>
7259 </lyxtabular>
7260
7261 \end_inset
7262
7263
7264 \begin_inset ERT
7265 status collapsed
7266
7267 \begin_layout Plain Layout
7268
7269
7270 \backslash
7271 setlength{
7272 \backslash
7273 LTcapwidth}{4in}
7274 \end_layout
7275
7276 \end_inset
7277
7278
7279 \begin_inset Note Note
7280 status collapsed
7281
7282 \begin_layout Plain Layout
7283 Beschriftungsbreite zurücksetzen
7284 \end_layout
7285
7286 \end_inset
7287
7288
7289 \end_layout
7290
7291 \begin_layout Standard
7292 \begin_inset Note Greyedout
7293 status open
7294
7295 \begin_layout Plain Layout
7296
7297 \series bold
7298 Achtung:
7299 \series default
7300  Wenn das LaTeX-Paket 
7301 \series bold
7302 caption
7303 \series default
7304
7305 \begin_inset Index
7306 status collapsed
7307
7308 \begin_layout Plain Layout
7309 LaTeX-Pakete ! caption
7310 \end_layout
7311
7312 \end_inset
7313
7314  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7315  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7316  4
7317 \begin_inset space \thinspace{}
7318 \end_inset
7319
7320 Zoll für 
7321 \series bold
7322
7323 \backslash
7324 LTcapwidth
7325 \series default
7326  benutzen.
7327  Um in diesem Fall eine genau 4
7328 \begin_inset space \thinspace{}
7329 \end_inset
7330
7331 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7332  4
7333 \begin_inset space \thinspace{}
7334 \end_inset
7335
7336 Zoll veränderten Wert wie z.
7337 \begin_inset space \thinspace{}
7338 \end_inset
7339
7340 B.
7341  3.99
7342 \begin_inset space \thinspace{}
7343 \end_inset
7344
7345 Zoll verwenden oder den LaTeX-Befehl 
7346 \series bold
7347
7348 \backslash
7349 captionsetup{width=Wert}
7350 \series default
7351  benutzen, der vom 
7352 \series bold
7353 caption
7354 \series default
7355 -Paket bereitgestellt wird.
7356 \end_layout
7357
7358 \end_inset
7359
7360
7361 \end_layout
7362
7363 \begin_layout Subsubsection
7364 Unterschiedliche Titel für Tabellenseiten
7365 \begin_inset Index
7366 status collapsed
7367
7368 \begin_layout Plain Layout
7369 Tabellen ! lange ! mehrere Titel
7370 \end_layout
7371
7372 \end_inset
7373
7374
7375 \end_layout
7376
7377 \begin_layout Standard
7378 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7379  die erste, müssen Sie die Beschriftung in eine leere Zeile, die als Kopfzeile
7380  definiert wurde, mit diesem TeX-Code Befehl einfügen:
7381 \end_layout
7382
7383 \begin_layout Standard
7384
7385 \series bold
7386
7387 \backslash
7388 caption*{Beschriftung}
7389 \backslash
7390
7391 \backslash
7392 %
7393 \end_layout
7394
7395 \begin_layout Standard
7396 Tabelle
7397 \begin_inset space ~
7398 \end_inset
7399
7400
7401 \begin_inset CommandInset ref
7402 LatexCommand ref
7403 reference "tab:DiffCaptions"
7404
7405 \end_inset
7406
7407  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7408  ohne Tabellennummer auf der zweiten Seite.
7409 \end_layout
7410
7411 \begin_layout Standard
7412 \align center
7413 \begin_inset Tabular
7414 <lyxtabular version="3" rows="59" columns="3">
7415 <features islongtable="true" lastFootEmpty="true">
7416 <column alignment="left" valignment="top" width="0cm">
7417 <column alignment="left" valignment="top" width="0pt">
7418 <column alignment="right" valignment="top" width="0pt">
7419 <row caption="true">
7420 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7421 \begin_inset Text
7422
7423 \begin_layout Plain Layout
7424 \begin_inset Caption
7425
7426 \begin_layout Plain Layout
7427 Telefonliste
7428 \begin_inset CommandInset label
7429 LatexCommand label
7430 name "tab:DiffCaptions"
7431
7432 \end_inset
7433
7434
7435 \begin_inset OptArg
7436 status collapsed
7437
7438 \begin_layout Plain Layout
7439 Telefonliste
7440 \end_layout
7441
7442 \end_inset
7443
7444
7445 \end_layout
7446
7447 \end_inset
7448
7449
7450 \end_layout
7451
7452 \end_inset
7453 </cell>
7454 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7455 \begin_inset Text
7456
7457 \begin_layout Plain Layout
7458
7459 \end_layout
7460
7461 \end_inset
7462 </cell>
7463 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7464 \begin_inset Text
7465
7466 \begin_layout Plain Layout
7467
7468 \end_layout
7469
7470 \end_inset
7471 </cell>
7472 </row>
7473 <row endfirsthead="true">
7474 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7475 \begin_inset Text
7476
7477 \begin_layout Plain Layout
7478
7479 \series bold
7480 Telefonliste (ignoriere die Namen)
7481 \end_layout
7482
7483 \end_inset
7484 </cell>
7485 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7486 \begin_inset Text
7487
7488 \begin_layout Plain Layout
7489
7490 \end_layout
7491
7492 \end_inset
7493 </cell>
7494 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7495 \begin_inset Text
7496
7497 \begin_layout Plain Layout
7498
7499 \end_layout
7500
7501 \end_inset
7502 </cell>
7503 </row>
7504 <row endfirsthead="true">
7505 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7506 \begin_inset Text
7507
7508 \begin_layout Plain Layout
7509
7510 \series bold
7511 NAME
7512 \end_layout
7513
7514 \end_inset
7515 </cell>
7516 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7517 \begin_inset Text
7518
7519 \begin_layout Plain Layout
7520
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529
7530 \series bold
7531 TEL.
7532 \end_layout
7533
7534 \end_inset
7535 </cell>
7536 </row>
7537 <row endhead="true">
7538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Plain Layout
7542 \begin_inset ERT
7543 status open
7544
7545 \begin_layout Plain Layout
7546
7547
7548 \backslash
7549 caption*{Fortsetzung der Telefonliste}
7550 \backslash
7551
7552 \backslash
7553 %
7554 \end_layout
7555
7556 \end_inset
7557
7558
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Plain Layout
7576
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 </row>
7582 <row endhead="true">
7583 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Plain Layout
7587
7588 \series bold
7589 Telefonliste
7590 \end_layout
7591
7592 \end_inset
7593 </cell>
7594 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Plain Layout
7598
7599 \end_layout
7600
7601 \end_inset
7602 </cell>
7603 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7604 \begin_inset Text
7605
7606 \begin_layout Plain Layout
7607
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 </row>
7613 <row endhead="true">
7614 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618
7619 \series bold
7620 NAME
7621 \end_layout
7622
7623 \end_inset
7624 </cell>
7625 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Plain Layout
7629
7630 \end_layout
7631
7632 \end_inset
7633 </cell>
7634 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7635 \begin_inset Text
7636
7637 \begin_layout Plain Layout
7638
7639 \series bold
7640 TEL.
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 </row>
7646 <row endfoot="true">
7647 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7648 \begin_inset Text
7649
7650 \begin_layout Plain Layout
7651 wird fortgesetzt\SpecialChar \ldots{}
7652
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="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670
7671 \end_layout
7672
7673 \end_inset
7674 </cell>
7675 </row>
7676 <row>
7677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7678 \begin_inset Text
7679
7680 \begin_layout Plain Layout
7681
7682 \series bold
7683 Annovi
7684 \end_layout
7685
7686 \end_inset
7687 </cell>
7688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7689 \begin_inset Text
7690
7691 \begin_layout Plain Layout
7692 Silvia
7693 \end_layout
7694
7695 \end_inset
7696 </cell>
7697 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7698 \begin_inset Text
7699
7700 \begin_layout Plain Layout
7701 111
7702 \end_layout
7703
7704 \end_inset
7705 </cell>
7706 </row>
7707 <row>
7708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7709 \begin_inset Text
7710
7711 \begin_layout Plain Layout
7712
7713 \series bold
7714 Bertoli
7715 \end_layout
7716
7717 \end_inset
7718 </cell>
7719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Plain Layout
7723 Stefano
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7729 \begin_inset Text
7730
7731 \begin_layout Plain Layout
7732 111
7733 \end_layout
7734
7735 \end_inset
7736 </cell>
7737 </row>
7738 <row>
7739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7740 \begin_inset Text
7741
7742 \begin_layout Plain Layout
7743
7744 \series bold
7745 Bozzi
7746 \end_layout
7747
7748 \end_inset
7749 </cell>
7750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7751 \begin_inset Text
7752
7753 \begin_layout Plain Layout
7754 Walter
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7760 \begin_inset Text
7761
7762 \begin_layout Plain Layout
7763 111
7764 \end_layout
7765
7766 \end_inset
7767 </cell>
7768 </row>
7769 <row>
7770 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7771 \begin_inset Text
7772
7773 \begin_layout Plain Layout
7774
7775 \series bold
7776 Cachia
7777 \end_layout
7778
7779 \end_inset
7780 </cell>
7781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7782 \begin_inset Text
7783
7784 \begin_layout Plain Layout
7785 Maria
7786 \end_layout
7787
7788 \end_inset
7789 </cell>
7790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7791 \begin_inset Text
7792
7793 \begin_layout Plain Layout
7794 111
7795 \end_layout
7796
7797 \end_inset
7798 </cell>
7799 </row>
7800 <row>
7801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7802 \begin_inset Text
7803
7804 \begin_layout Plain Layout
7805
7806 \series bold
7807 Cachia
7808 \end_layout
7809
7810 \end_inset
7811 </cell>
7812 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7813 \begin_inset Text
7814
7815 \begin_layout Plain Layout
7816 Maurizio
7817 \end_layout
7818
7819 \end_inset
7820 </cell>
7821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7822 \begin_inset Text
7823
7824 \begin_layout Plain Layout
7825 111
7826 \end_layout
7827
7828 \end_inset
7829 </cell>
7830 </row>
7831 <row>
7832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7833 \begin_inset Text
7834
7835 \begin_layout Plain Layout
7836
7837 \series bold
7838 Cinquemani
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Plain Layout
7847 Giusi
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7853 \begin_inset Text
7854
7855 \begin_layout Plain Layout
7856 111
7857 \end_layout
7858
7859 \end_inset
7860 </cell>
7861 </row>
7862 <row>
7863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Plain Layout
7867
7868 \series bold
7869 Colin
7870 \end_layout
7871
7872 \end_inset
7873 </cell>
7874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7875 \begin_inset Text
7876
7877 \begin_layout Plain Layout
7878 Bernard
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Plain Layout
7887 111
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 </row>
7893 <row>
7894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7895 \begin_inset Text
7896
7897 \begin_layout Plain Layout
7898
7899 \series bold
7900 Concli
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909 Gianfranco
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918 111
7919 \end_layout
7920
7921 \end_inset
7922 </cell>
7923 </row>
7924 <row>
7925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Plain Layout
7929
7930 \series bold
7931 Dal Bosco
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940 Carolina
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949 111
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 </row>
7955 <row>
7956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960
7961 \series bold
7962 Dalpiaz
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971 Annamaria
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980 111
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 </row>
7986 <row>
7987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991
7992 \series bold
7993 Feliciello
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002 Domenico
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011 111
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 </row>
8017 <row>
8018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022
8023 \series bold
8024 Focarelli
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033 Paola
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042 111
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 </row>
8048 <row>
8049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053
8054 \series bold
8055 Galletti
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064 Oreste
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8070 \begin_inset Text
8071
8072 \begin_layout Plain Layout
8073 111
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 </row>
8079 <row>
8080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084
8085 \series bold
8086 Gasparini
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 Franca
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104 111
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 </row>
8110 <row>
8111 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115
8116 \series bold
8117 Rizzardi
8118 \series default
8119
8120 \begin_inset Foot
8121 status open
8122
8123 \begin_layout Plain Layout
8124 Beispielfußnote
8125 \end_layout
8126
8127 \end_inset
8128
8129
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138 Paola
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147 111
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 </row>
8153 <row>
8154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158
8159 \series bold
8160 Lassini
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169 Giancarlo
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178 111
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 </row>
8184 <row>
8185 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189
8190 \series bold
8191 Malfatti
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200 Luciano
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209 111
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 </row>
8215 <row>
8216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220
8221 \series bold
8222 Malfatti
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231 Valeriano
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240 111
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 </row>
8246 <row>
8247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251
8252 \series bold
8253 Meneguzzo
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262 Roberto
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271 111
8272 \end_layout
8273
8274 \end_inset
8275 </cell>
8276 </row>
8277 <row>
8278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282
8283 \series bold
8284 Mezzadra
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293 Roberto
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302 111
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 </row>
8308 <row>
8309 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313
8314 \series bold
8315 Pirpamer
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 Erich
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333 111
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 </row>
8339 <row>
8340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344
8345 \series bold
8346 Pochiesa
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355 Paolo
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364 111, 222
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 </row>
8370 <row>
8371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375
8376 \series bold
8377 Radina
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386 Claudio
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395 111
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 </row>
8401 <row>
8402 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406
8407 \series bold
8408 Stuffer
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417 Oskar
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426 111
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 </row>
8432 <row>
8433 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437
8438 \series bold
8439 Tacchelli
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448 Ugo
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457 111
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 </row>
8463 <row>
8464 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468
8469 \series bold
8470 Tezzele
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479 Margit
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488 111
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 </row>
8494 <row>
8495 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499
8500 \series bold
8501 Unterkalmsteiner
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510 Frieda
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519 111
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 </row>
8525 <row>
8526 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530
8531 \series bold
8532 Vieider
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541 Hilde
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Plain Layout
8550 111
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 </row>
8556 <row>
8557 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561
8562 \series bold
8563 Vigna
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572 Jürgen
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581 111
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 </row>
8587 <row>
8588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592
8593 \series bold
8594 Weber
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603 Maurizio
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612 111
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 </row>
8618 <row>
8619 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623
8624 \series bold
8625 Winkler
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634 Franz
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643 111
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 </row>
8649 <row>
8650 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654  
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 </row>
8678 <row>
8679 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683
8684 \series bold
8685 Annovi
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694 Silvia
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703 555
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 </row>
8709 <row>
8710 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714
8715 \series bold
8716 Bertoli
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725 Stefano
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734 555
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 </row>
8740 <row>
8741 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745
8746 \series bold
8747 Bozzi
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756 Walter
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765 555
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 </row>
8771 <row>
8772 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776
8777 \series bold
8778 Cachia
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787 Maria
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Plain Layout
8796 555
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 </row>
8802 <row>
8803 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807
8808 \series bold
8809 Cachia
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Plain Layout
8818 Maurizio
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Plain Layout
8827 555
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 </row>
8833 <row>
8834 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838
8839 \series bold
8840 Cinquemani
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849 Giusi
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858 555
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 </row>
8864 <row>
8865 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Plain Layout
8869
8870 \series bold
8871 Colin
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880 Bernard
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889 555
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 </row>
8895 <row>
8896 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900
8901 \series bold
8902 Concli
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911 Gianfranco
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920 555
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 </row>
8926 <row>
8927 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931
8932 \series bold
8933 Dal Bosco
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Plain Layout
8942 Carolina
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8948 \begin_inset Text
8949
8950 \begin_layout Plain Layout
8951 555
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 </row>
8957 <row>
8958 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962
8963 \series bold
8964 Dalpiaz
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 Annamaria
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982 555
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 </row>
8988 <row>
8989 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993
8994 \series bold
8995 Feliciello
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004 Domenico
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013 555
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 </row>
9019 <row>
9020 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024
9025 \series bold
9026 Focarelli
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035 Paola
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044 555
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 </row>
9050 <row>
9051 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055
9056 \series bold
9057 Galletti
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Plain Layout
9066 Oreste
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075 555
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 </row>
9081 <row>
9082 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086
9087 \series bold
9088 Gasparini
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097 Franca
9098 \end_layout
9099
9100 \end_inset
9101 </cell>
9102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106 555
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 </row>
9112 <row>
9113 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117
9118 \series bold
9119 Rizzardi
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128 Paola
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137 555
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 </row>
9143 <row>
9144 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148
9149 \series bold
9150 Lassini
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159 Giancarlo
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168 555
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 </row>
9174 <row>
9175 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179
9180 \series bold
9181 Malfatti
9182 \end_layout
9183
9184 \end_inset
9185 </cell>
9186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Plain Layout
9190 Luciano
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199 555
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 </row>
9205 <row>
9206 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9207 \begin_inset Text
9208
9209 \begin_layout Plain Layout
9210
9211 \series bold
9212 Malfatti
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Plain Layout
9221 Valeriano
9222 \end_layout
9223
9224 \end_inset
9225 </cell>
9226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9227 \begin_inset Text
9228
9229 \begin_layout Plain Layout
9230 555
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 </row>
9236 <row>
9237 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9238 \begin_inset Text
9239
9240 \begin_layout Plain Layout
9241
9242 \series bold
9243 Meneguzzo
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252 Roberto
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261 555
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 </row>
9267 <row>
9268 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9269 \begin_inset Text
9270
9271 \begin_layout Plain Layout
9272
9273 \series bold
9274 Mezzadra
9275 \end_layout
9276
9277 \end_inset
9278 </cell>
9279 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Plain Layout
9283 Roberto
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9289 \begin_inset Text
9290
9291 \begin_layout Plain Layout
9292 555
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 </row>
9298 </lyxtabular>
9299
9300 \end_inset
9301
9302
9303 \end_layout
9304
9305 \begin_layout Section
9306 Weitere Möglichkeiten für 
9307 \family sans
9308 lange Tabelle
9309 \family default
9310 n
9311 \begin_inset CommandInset label
9312 LatexCommand label
9313 name "abs:Special-Longtable-Issues"
9314
9315 \end_inset
9316
9317
9318 \end_layout
9319
9320 \begin_layout Subsection
9321 L
9322 \family sans
9323 ange Tabelle
9324 \family default
9325 n: Berechnung
9326 \begin_inset Index
9327 status collapsed
9328
9329 \begin_layout Plain Layout
9330 Tabellen ! lange ! Berechnung
9331 \end_layout
9332
9333 \end_inset
9334
9335
9336 \end_layout
9337
9338 \begin_layout Standard
9339 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9340  so genannten 
9341 \emph on
9342 chunks
9343 \emph default
9344  (Brocken).
9345  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9346  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9347  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9348  das die Druckausgabe.
9349  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9350  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9351  einfügen:
9352 \end_layout
9353
9354 \begin_layout Standard
9355
9356 \series bold
9357
9358 \backslash
9359 setcounter{LTchunksize}{100}
9360 \end_layout
9361
9362 \begin_layout Subsection
9363 Gleitobjekte und L
9364 \family sans
9365 ange Tabelle
9366 \family default
9367 n
9368 \begin_inset Index
9369 status collapsed
9370
9371 \begin_layout Plain Layout
9372 Tabellen ! lange ! und Gleitobjekte
9373 \end_layout
9374
9375 \end_inset
9376
9377
9378 \end_layout
9379
9380 \begin_layout Standard
9381 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9382 \family sans
9383 lange
9384 \begin_inset space ~
9385 \end_inset
9386
9387 Tabelle
9388 \family default
9389  beginnt, ein Gleitobjekt befindet.
9390  Um das zu vermeiden, können Sie vor der 
9391 \family sans
9392 langen
9393 \begin_inset space ~
9394 \end_inset
9395
9396 Tabellen
9397 \family default
9398  einen manuellen Seitenumbruch
9399 \family sans
9400  Einfügen\SpecialChar \menuseparator
9401 Formatierung\SpecialChar \menuseparator
9402 [Doppel]Seite
9403 \begin_inset space \space{}
9404 \end_inset
9405
9406 leeren
9407 \family default
9408  einfügen, siehe 
9409 \emph on
9410 Benutzerhandbuch
9411 \emph default
9412 .
9413 \end_layout
9414
9415 \begin_layout Subsection
9416 Manuelle Seitenumbrüche
9417 \begin_inset Index
9418 status collapsed
9419
9420 \begin_layout Plain Layout
9421 Tabellen ! lange ! manueller Seitenumbruch
9422 \end_layout
9423
9424 \end_inset
9425
9426
9427 \end_layout
9428
9429 \begin_layout Standard
9430 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9431  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9432  der Zelle umbrechen wollen, fügen Sie den Befehl  
9433 \begin_inset Quotes gld
9434 \end_inset
9435
9436
9437 \series bold
9438
9439 \backslash
9440
9441 \backslash
9442
9443 \series default
9444
9445 \begin_inset Quotes grd
9446 \end_inset
9447
9448  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9449  werden kann.
9450  Vor dem 
9451 \begin_inset Quotes gld
9452 \end_inset
9453
9454
9455 \series bold
9456
9457 \backslash
9458
9459 \backslash
9460
9461 \series default
9462
9463 \begin_inset Quotes grd
9464 \end_inset
9465
9466 -Befehl müssen Sie so viele 
9467 \begin_inset Quotes gld
9468 \end_inset
9469
9470
9471 \series bold
9472 &
9473 \series default
9474
9475 \begin_inset Quotes grd
9476 \end_inset
9477
9478  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9479  Mit 
9480 \begin_inset Quotes gld
9481 \end_inset
9482
9483
9484 \series bold
9485 &
9486 \series default
9487
9488 \begin_inset Quotes grd
9489 \end_inset
9490
9491   werden in LaTeX Tabellenzellen getrennt.
9492  Hinter jedes 
9493 \begin_inset Quotes gld
9494 \end_inset
9495
9496
9497 \series bold
9498 &
9499 \series default
9500
9501 \begin_inset Quotes grd
9502 \end_inset
9503
9504  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9505  und löschen den Inhalt dieser Zellen.
9506 \end_layout
9507
9508 \begin_layout Standard
9509 Hinter dem 
9510 \begin_inset Quotes gld
9511 \end_inset
9512
9513
9514 \series bold
9515
9516 \backslash
9517
9518 \backslash
9519
9520 \series default
9521
9522 \begin_inset Quotes grd
9523 \end_inset
9524
9525 -Befehl müssen Sie so viele 
9526 \begin_inset Quotes gld
9527 \end_inset
9528
9529
9530 \series bold
9531 &
9532 \series default
9533
9534 \begin_inset Quotes grd
9535 \end_inset
9536
9537  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9538  In Tabelle
9539 \begin_inset space ~
9540 \end_inset
9541
9542
9543 \begin_inset CommandInset ref
9544 LatexCommand ref
9545 reference "tab:ForcedPagebreak"
9546
9547 \end_inset
9548
9549  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9550  Es folgt noch eine weitere Spalte.
9551  Deshalb wurde hinter dem Wort 
9552 \emph on
9553 Castelchiodato, 
9554 \emph default
9555 folgendes eingefügt:
9556 \end_layout
9557
9558 \begin_layout Standard
9559
9560 \series bold
9561 & 111
9562 \backslash
9563
9564 \backslash
9565  
9566 \backslash
9567 newpage
9568 \begin_inset Newline newline
9569 \end_inset
9570
9571 &
9572 \end_layout
9573
9574 \begin_layout Standard
9575 Die 
9576 \begin_inset Quotes gld
9577 \end_inset
9578
9579 111
9580 \begin_inset Quotes grd
9581 \end_inset
9582
9583  in der dritten Spalte wurde gelöscht.
9584  
9585 \series bold
9586
9587 \backslash
9588 newpage
9589 \series default
9590  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9591  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9592  Wenn die Fußzeile Ihrer 
9593 \family sans
9594 langen
9595 \begin_inset space ~
9596 \end_inset
9597
9598 Tabelle
9599 \family default
9600  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9601  Befehle benutzen:
9602 \end_layout
9603
9604 \begin_layout Standard
9605
9606 \series bold
9607 & 111
9608 \backslash
9609
9610 \backslash
9611
9612 \begin_inset Newline newline
9613 \end_inset
9614
9615
9616 \backslash
9617 hline &
9618 \end_layout
9619
9620 \begin_layout Standard
9621 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9622  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9623 \end_layout
9624
9625 \begin_layout Standard
9626
9627 \series bold
9628
9629 \backslash
9630 setlength{
9631 \backslash
9632 parfillskip}{0pt}
9633 \end_layout
9634
9635 \begin_layout Standard
9636 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9637  erscheint.
9638 \end_layout
9639
9640 \begin_layout Standard
9641 \align center
9642 \begin_inset Tabular
9643 <lyxtabular version="3" rows="38" columns="3">
9644 <features islongtable="true" lastFootEmpty="true">
9645 <column alignment="left" valignment="top" width="0cm">
9646 <column alignment="left" valignment="top" width="3cm">
9647 <column alignment="right" valignment="top" width="0pt">
9648 <row caption="true">
9649 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9650 \begin_inset Text
9651
9652 \begin_layout Plain Layout
9653 \begin_inset Caption
9654
9655 \begin_layout Plain Layout
9656 Tabelle mit manuellem Seitenumbruch in einer Zelle
9657 \begin_inset CommandInset label
9658 LatexCommand label
9659 name "tab:ForcedPagebreak"
9660
9661 \end_inset
9662
9663
9664 \begin_inset OptArg
9665 status collapsed
9666
9667 \begin_layout Plain Layout
9668 Tabelle mit manuellem Seitenumbruch in einer Zelle
9669 \end_layout
9670
9671 \end_inset
9672
9673
9674 \end_layout
9675
9676 \end_inset
9677
9678
9679 \end_layout
9680
9681 \end_inset
9682 </cell>
9683 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9684 \begin_inset Text
9685
9686 \begin_layout Plain Layout
9687
9688 \end_layout
9689
9690 \end_inset
9691 </cell>
9692 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9693 \begin_inset Text
9694
9695 \begin_layout Plain Layout
9696
9697 \end_layout
9698
9699 \end_inset
9700 </cell>
9701 </row>
9702 <row endfirsthead="true">
9703 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9704 \begin_inset Text
9705
9706 \begin_layout Plain Layout
9707
9708 \series bold
9709 Telefonliste (ignoriere die Namen)
9710 \end_layout
9711
9712 \end_inset
9713 </cell>
9714 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9715 \begin_inset Text
9716
9717 \begin_layout Plain Layout
9718
9719 \end_layout
9720
9721 \end_inset
9722 </cell>
9723 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9724 \begin_inset Text
9725
9726 \begin_layout Plain Layout
9727
9728 \end_layout
9729
9730 \end_inset
9731 </cell>
9732 </row>
9733 <row endfirsthead="true">
9734 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9735 \begin_inset Text
9736
9737 \begin_layout Plain Layout
9738
9739 \series bold
9740 NAME
9741 \end_layout
9742
9743 \end_inset
9744 </cell>
9745 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9746 \begin_inset Text
9747
9748 \begin_layout Plain Layout
9749
9750 \end_layout
9751
9752 \end_inset
9753 </cell>
9754 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9755 \begin_inset Text
9756
9757 \begin_layout Plain Layout
9758
9759 \series bold
9760 TEL.
9761 \end_layout
9762
9763 \end_inset
9764 </cell>
9765 </row>
9766 <row endhead="true">
9767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Plain Layout
9771 \begin_inset ERT
9772 status collapsed
9773
9774 \begin_layout Plain Layout
9775
9776
9777 \backslash
9778 caption*{Fortsetzung der Tabelle}
9779 \backslash
9780
9781 \backslash
9782 %
9783 \end_layout
9784
9785 \end_inset
9786
9787
9788 \end_layout
9789
9790 \end_inset
9791 </cell>
9792 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9793 \begin_inset Text
9794
9795 \begin_layout Plain Layout
9796
9797 \end_layout
9798
9799 \end_inset
9800 </cell>
9801 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9802 \begin_inset Text
9803
9804 \begin_layout Plain Layout
9805
9806 \end_layout
9807
9808 \end_inset
9809 </cell>
9810 </row>
9811 <row endhead="true">
9812 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9813 \begin_inset Text
9814
9815 \begin_layout Plain Layout
9816
9817 \series bold
9818 Telefonliste
9819 \end_layout
9820
9821 \end_inset
9822 </cell>
9823 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9824 \begin_inset Text
9825
9826 \begin_layout Plain Layout
9827
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9833 \begin_inset Text
9834
9835 \begin_layout Plain Layout
9836
9837 \end_layout
9838
9839 \end_inset
9840 </cell>
9841 </row>
9842 <row endhead="true">
9843 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9844 \begin_inset Text
9845
9846 \begin_layout Plain Layout
9847
9848 \series bold
9849 NAME
9850 \end_layout
9851
9852 \end_inset
9853 </cell>
9854 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9855 \begin_inset Text
9856
9857 \begin_layout Plain Layout
9858
9859 \end_layout
9860
9861 \end_inset
9862 </cell>
9863 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9864 \begin_inset Text
9865
9866 \begin_layout Plain Layout
9867
9868 \series bold
9869 TEL.
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 </row>
9875 <row endfoot="true">
9876 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880 wird fortgesetzt\SpecialChar \ldots{}
9881
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="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899
9900 \end_layout
9901
9902 \end_inset
9903 </cell>
9904 </row>
9905 <row>
9906 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9907 \begin_inset Text
9908
9909 \begin_layout Plain Layout
9910
9911 \series bold
9912 Annovi
9913 \end_layout
9914
9915 \end_inset
9916 </cell>
9917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9918 \begin_inset Text
9919
9920 \begin_layout Plain Layout
9921 Silvia
9922 \end_layout
9923
9924 \end_inset
9925 </cell>
9926 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9927 \begin_inset Text
9928
9929 \begin_layout Plain Layout
9930 111
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 </row>
9936 <row>
9937 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9938 \begin_inset Text
9939
9940 \begin_layout Plain Layout
9941
9942 \series bold
9943 Bertoli
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9949 \begin_inset Text
9950
9951 \begin_layout Plain Layout
9952 Stefano
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9958 \begin_inset Text
9959
9960 \begin_layout Plain Layout
9961 111
9962 \end_layout
9963
9964 \end_inset
9965 </cell>
9966 </row>
9967 <row>
9968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9969 \begin_inset Text
9970
9971 \begin_layout Plain Layout
9972
9973 \series bold
9974 Bozzi
9975 \end_layout
9976
9977 \end_inset
9978 </cell>
9979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9980 \begin_inset Text
9981
9982 \begin_layout Plain Layout
9983 Walter
9984 \end_layout
9985
9986 \end_inset
9987 </cell>
9988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9989 \begin_inset Text
9990
9991 \begin_layout Plain Layout
9992 111
9993 \end_layout
9994
9995 \end_inset
9996 </cell>
9997 </row>
9998 <row>
9999 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10000 \begin_inset Text
10001
10002 \begin_layout Plain Layout
10003
10004 \series bold
10005 Cachia
10006 \end_layout
10007
10008 \end_inset
10009 </cell>
10010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10011 \begin_inset Text
10012
10013 \begin_layout Plain Layout
10014 Maria
10015 \end_layout
10016
10017 \end_inset
10018 </cell>
10019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023 111
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 </row>
10029 <row>
10030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034
10035 \series bold
10036 Cachia
10037 \end_layout
10038
10039 \end_inset
10040 </cell>
10041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045 Maurizio
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10051 \begin_inset Text
10052
10053 \begin_layout Plain Layout
10054 111
10055 \end_layout
10056
10057 \end_inset
10058 </cell>
10059 </row>
10060 <row>
10061 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Plain Layout
10065
10066 \series bold
10067 Cinquemani
10068 \end_layout
10069
10070 \end_inset
10071 </cell>
10072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076 Giusi
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Plain Layout
10085 111
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 </row>
10091 <row>
10092 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10093 \begin_inset Text
10094
10095 \begin_layout Plain Layout
10096
10097 \series bold
10098 Colin
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10104 \begin_inset Text
10105
10106 \begin_layout Plain Layout
10107 Bernard
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10113 \begin_inset Text
10114
10115 \begin_layout Plain Layout
10116 111
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 </row>
10122 <row>
10123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10124 \begin_inset Text
10125
10126 \begin_layout Plain Layout
10127
10128 \series bold
10129 Concli
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Plain Layout
10138 Gianfranco
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Plain Layout
10147 111
10148 \end_layout
10149
10150 \end_inset
10151 </cell>
10152 </row>
10153 <row>
10154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10155 \begin_inset Text
10156
10157 \begin_layout Plain Layout
10158
10159 \series bold
10160 Dal Bosco
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Plain Layout
10169 Carolina
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Plain Layout
10178 111
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 </row>
10184 <row>
10185 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Plain Layout
10189
10190 \series bold
10191 Dalpiaz
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Plain Layout
10200 Annamaria
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209 111
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 </row>
10215 <row>
10216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10217 \begin_inset Text
10218
10219 \begin_layout Plain Layout
10220
10221 \series bold
10222 Feliciello
10223 \end_layout
10224
10225 \end_inset
10226 </cell>
10227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Plain Layout
10231 Domenico
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240 111
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 </row>
10246 <row>
10247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10248 \begin_inset Text
10249
10250 \begin_layout Plain Layout
10251
10252 \series bold
10253 Focarelli
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262 Paola
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Plain Layout
10271 111
10272 \end_layout
10273
10274 \end_inset
10275 </cell>
10276 </row>
10277 <row>
10278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10279 \begin_inset Text
10280
10281 \begin_layout Plain Layout
10282
10283 \series bold
10284 Galletti
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293 Oreste
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10299 \begin_inset Text
10300
10301 \begin_layout Plain Layout
10302 111
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 </row>
10308 <row>
10309 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10310 \begin_inset Text
10311
10312 \begin_layout Plain Layout
10313
10314 \series bold
10315 Gasparini
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324 Franca
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10330 \begin_inset Text
10331
10332 \begin_layout Plain Layout
10333 111
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 </row>
10339 <row>
10340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10341 \begin_inset Text
10342
10343 \begin_layout Plain Layout
10344
10345 \series bold
10346 Lassini
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10352 \begin_inset Text
10353
10354 \begin_layout Plain Layout
10355 Giancarlo
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Plain Layout
10364 111
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 </row>
10370 <row>
10371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10372 \begin_inset Text
10373
10374 \begin_layout Plain Layout
10375
10376 \series bold
10377 Malfatti
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386 Luciano
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395 111
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 </row>
10401 <row>
10402 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10403 \begin_inset Text
10404
10405 \begin_layout Plain Layout
10406
10407 \series bold
10408 Malfatti
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10414 \begin_inset Text
10415
10416 \begin_layout Plain Layout
10417 Valeriano
10418 \end_layout
10419
10420 \end_inset
10421 </cell>
10422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426 111
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 </row>
10432 <row>
10433 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10434 \begin_inset Text
10435
10436 \begin_layout Plain Layout
10437
10438 \series bold
10439 Meneguzzo
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10445 \begin_inset Text
10446
10447 \begin_layout Plain Layout
10448 Roberto
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457 111
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 </row>
10463 <row>
10464 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468
10469 \series bold
10470 Mezzadra
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10476 \begin_inset Text
10477
10478 \begin_layout Plain Layout
10479 Roberto
10480 \end_layout
10481
10482 \end_inset
10483 </cell>
10484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10485 \begin_inset Text
10486
10487 \begin_layout Plain Layout
10488 111
10489 \end_layout
10490
10491 \end_inset
10492 </cell>
10493 </row>
10494 <row>
10495 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10496 \begin_inset Text
10497
10498 \begin_layout Plain Layout
10499
10500 \series bold
10501 Pirpamer
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10507 \begin_inset Text
10508
10509 \begin_layout Plain Layout
10510 Erich
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519 111
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 </row>
10525 <row>
10526 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10527 \begin_inset Text
10528
10529 \begin_layout Plain Layout
10530
10531 \series bold
10532 Pochiesa
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Plain Layout
10541 Paolo
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550 111, 222
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 </row>
10556 <row>
10557 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10558 \begin_inset Text
10559
10560 \begin_layout Plain Layout
10561
10562 \series bold
10563 Radina
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572 Claudio
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581 111
10582 \end_layout
10583
10584 \end_inset
10585 </cell>
10586 </row>
10587 <row>
10588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10589 \begin_inset Text
10590
10591 \begin_layout Plain Layout
10592
10593 \series bold
10594 Rizzardi
10595 \end_layout
10596
10597 \end_inset
10598 </cell>
10599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10600 \begin_inset Text
10601
10602 \begin_layout Plain Layout
10603 Paolo, 11.
10604  Fürst von Monte\SpecialChar \-
10605 com\SpecialChar \-
10606 patri, 11.
10607  Fürst von Sulmona und Vivaro, 10.
10608  Fürst von Rossano, 5.
10609  Herzog von Canemorte, 11.
10610  Herzog von Palombara, 5.
10611  Herzog von Castelchiodato,
10612 \begin_inset ERT
10613 status open
10614
10615 \begin_layout Plain Layout
10616
10617 & 111
10618 \backslash
10619
10620 \backslash
10621  
10622 \backslash
10623 newpage
10624 \end_layout
10625
10626 \begin_layout Plain Layout
10627
10628 &
10629 \end_layout
10630
10631 \end_inset
10632
10633  11.
10634  Herzog von Poggionativo, 11.
10635  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10636  Graf von Valinfreda, 11.
10637  Baron von Cropalati, 11.
10638  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 </row>
10653 <row>
10654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658
10659 \series bold
10660 Stuffer
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669 Oskar
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678 111
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 </row>
10684 <row>
10685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689
10690 \series bold
10691 Tacchelli
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700 Ugo
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 111
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 </row>
10715 <row>
10716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720
10721 \series bold
10722 Tezzele
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731 Margit
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740 111
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 </row>
10746 <row>
10747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751
10752 \series bold
10753 Unterkalmsteiner
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762 Frieda
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771 111
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 </row>
10777 <row>
10778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782
10783 \series bold
10784 Vieider
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793 Hilde
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802 111
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 </row>
10808 <row>
10809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813
10814 \series bold
10815 Vigna
10816 \end_layout
10817
10818 \end_inset
10819 </cell>
10820 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10821 \begin_inset Text
10822
10823 \begin_layout Plain Layout
10824 Jürgen
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833 111
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 </row>
10839 <row>
10840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844
10845 \series bold
10846 Weber
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855 Maurizio
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864 111
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 </row>
10870 <row>
10871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875
10876 \series bold
10877 Winkler
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886 Franz
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895 111
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 </row>
10901 </lyxtabular>
10902
10903 \end_inset
10904
10905
10906 \end_layout
10907
10908 \begin_layout Section
10909 Mehrfache Zeilen, Spalten und Zeilen in Zellen
10910 \end_layout
10911
10912 \begin_layout Subsection
10913 Mehrfache Zeilen in Zellen
10914 \begin_inset CommandInset label
10915 LatexCommand label
10916 name "uab:Mehrfache-Zeilen-in"
10917
10918 \end_inset
10919
10920
10921 \begin_inset Index
10922 status collapsed
10923
10924 \begin_layout Plain Layout
10925 Mehrfache ! Zeilen in Zellen
10926 \end_layout
10927
10928 \end_inset
10929
10930
10931 \begin_inset Index
10932 status collapsed
10933
10934 \begin_layout Plain Layout
10935 Tabellen ! Zeilenumbrüche
10936 \end_layout
10937
10938 \end_inset
10939
10940
10941 \end_layout
10942
10943 \begin_layout Standard
10944 \noindent
10945 \begin_inset Float table
10946 placement H
10947 wide false
10948 sideways false
10949 status open
10950
10951 \begin_layout Plain Layout
10952 \begin_inset Caption
10953
10954 \begin_layout Plain Layout
10955 \begin_inset CommandInset label
10956 LatexCommand label
10957 name "tab:Table-with-multiple"
10958
10959 \end_inset
10960
10961 Tabelle mit mehrfachen Zeilen in einer Zelle
10962 \end_layout
10963
10964 \end_inset
10965
10966
10967 \end_layout
10968
10969 \begin_layout Plain Layout
10970 \align center
10971 \begin_inset Tabular
10972 <lyxtabular version="3" rows="3" columns="3">
10973 <features>
10974 <column alignment="center" valignment="middle" width="2.5cm">
10975 <column alignment="center" valignment="middle" width="0.5cm">
10976 <column alignment="center" valignment="middle" width="0.5cm">
10977 <row>
10978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10979 \begin_inset Text
10980
10981 \begin_layout Plain Layout
10982 zwei
10983 \begin_inset Newline linebreak
10984 \end_inset
10985
10986 Zeilen
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995 b
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11001 \begin_inset Text
11002
11003 \begin_layout Plain Layout
11004 c
11005 \end_layout
11006
11007 \end_inset
11008 </cell>
11009 </row>
11010 <row>
11011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015 d
11016 \end_layout
11017
11018 \end_inset
11019 </cell>
11020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Plain Layout
11024 e
11025 \end_layout
11026
11027 \end_inset
11028 </cell>
11029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11030 \begin_inset Text
11031
11032 \begin_layout Plain Layout
11033 f
11034 \end_layout
11035
11036 \end_inset
11037 </cell>
11038 </row>
11039 <row>
11040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11041 \begin_inset Text
11042
11043 \begin_layout Plain Layout
11044 g
11045 \end_layout
11046
11047 \end_inset
11048 </cell>
11049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11050 \begin_inset Text
11051
11052 \begin_layout Plain Layout
11053 h
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062 i
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 </row>
11068 </lyxtabular>
11069
11070 \end_inset
11071
11072
11073 \end_layout
11074
11075 \end_inset
11076
11077
11078 \end_layout
11079
11080 \begin_layout Standard
11081 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11082  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11083  Tabelle
11084 \begin_inset space ~
11085 \end_inset
11086
11087
11088 \begin_inset CommandInset ref
11089 LatexCommand ref
11090 reference "tab:Table-with-multiple"
11091
11092 \end_inset
11093
11094  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11095 \family sans
11096 Tabellen-Einstellungen
11097 \family default
11098 -Dialog auf 2.5
11099 \begin_inset space \thinspace{}
11100 \end_inset
11101
11102 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11103  Weil unser Text schmaler als 2.5
11104 \begin_inset space \thinspace{}
11105 \end_inset
11106
11107 cm ist, würde er in einer Zeile gedruckt werden.
11108  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11109
11110 \family sans
11111 Strg-Shift-Enter
11112 \family default
11113 ) eingefügt.
11114  Wenn der Text länger ist, wird er automatisch umgebrochen.
11115 \end_layout
11116
11117 \begin_layout Standard
11118 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11119  setzen Sie die Breite der beiden Spalten im 
11120 \family sans
11121 Tabellen-Einstellungen
11122 \family default
11123 -Dialog auf 0.5
11124 \begin_inset space \thinspace{}
11125 \end_inset
11126
11127 cm und die vertikale Ausrichtung auf zentriert.
11128 \end_layout
11129
11130 \begin_layout Standard
11131 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11132  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11133  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11134  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11135  Fügen sie daher 0
11136 \begin_inset space \thinspace{}
11137 \end_inset
11138
11139 pt horizontalen Abstand vor dem Wort ein.
11140  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11141  Tabelle
11142 \begin_inset space ~
11143 \end_inset
11144
11145
11146 \begin_inset CommandInset ref
11147 LatexCommand ref
11148 reference "tab:Table-with-and"
11149
11150 \end_inset
11151
11152  zeigt die Wirkungen.
11153 \end_layout
11154
11155 \begin_layout Standard
11156 \begin_inset Float table
11157 placement h
11158 wide false
11159 sideways false
11160 status open
11161
11162 \begin_layout Plain Layout
11163 \begin_inset Caption
11164
11165 \begin_layout Plain Layout
11166 \begin_inset CommandInset label
11167 LatexCommand label
11168 name "tab:Table-with-and"
11169
11170 \end_inset
11171
11172 Tabelle ohne und mit Silbentrennung
11173 \end_layout
11174
11175 \end_inset
11176
11177
11178 \end_layout
11179
11180 \begin_layout Plain Layout
11181 \begin_inset space \hfill{}
11182 \end_inset
11183
11184
11185 \begin_inset Tabular
11186 <lyxtabular version="3" rows="3" columns="3">
11187 <features>
11188 <column alignment="center" valignment="middle" width="2.5cm">
11189 <column alignment="center" valignment="middle" width="0.5cm">
11190 <column alignment="center" valignment="middle" width="0.5cm">
11191 <row>
11192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196 einsehrlangesZellenwort
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205 b
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214 c
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 </row>
11220 <row>
11221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225 d
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 e
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243 f
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 </row>
11249 <row>
11250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254 g
11255 \end_layout
11256
11257 \end_inset
11258 </cell>
11259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11260 \begin_inset Text
11261
11262 \begin_layout Plain Layout
11263 h
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11269 \begin_inset Text
11270
11271 \begin_layout Plain Layout
11272 i
11273 \end_layout
11274
11275 \end_inset
11276 </cell>
11277 </row>
11278 </lyxtabular>
11279
11280 \end_inset
11281
11282
11283 \begin_inset space \hfill{}
11284 \end_inset
11285
11286
11287 \begin_inset Tabular
11288 <lyxtabular version="3" rows="3" columns="3">
11289 <features>
11290 <column alignment="center" valignment="middle" width="2.5cm">
11291 <column alignment="center" valignment="middle" width="0.5cm">
11292 <column alignment="center" valignment="middle" width="0.5cm">
11293 <row>
11294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11295 \begin_inset Text
11296
11297 \begin_layout Plain Layout
11298 \begin_inset space \hspace{}
11299 \length 0pt
11300 \end_inset
11301
11302 einsehrlangesZellenwort
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311 b
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11317 \begin_inset Text
11318
11319 \begin_layout Plain Layout
11320 c
11321 \end_layout
11322
11323 \end_inset
11324 </cell>
11325 </row>
11326 <row>
11327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11328 \begin_inset Text
11329
11330 \begin_layout Plain Layout
11331 d
11332 \end_layout
11333
11334 \end_inset
11335 </cell>
11336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11337 \begin_inset Text
11338
11339 \begin_layout Plain Layout
11340 e
11341 \end_layout
11342
11343 \end_inset
11344 </cell>
11345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11346 \begin_inset Text
11347
11348 \begin_layout Plain Layout
11349 f
11350 \end_layout
11351
11352 \end_inset
11353 </cell>
11354 </row>
11355 <row>
11356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11357 \begin_inset Text
11358
11359 \begin_layout Plain Layout
11360 g
11361 \end_layout
11362
11363 \end_inset
11364 </cell>
11365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11366 \begin_inset Text
11367
11368 \begin_layout Plain Layout
11369 h
11370 \end_layout
11371
11372 \end_inset
11373 </cell>
11374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11375 \begin_inset Text
11376
11377 \begin_layout Plain Layout
11378 i
11379 \end_layout
11380
11381 \end_inset
11382 </cell>
11383 </row>
11384 </lyxtabular>
11385
11386 \end_inset
11387
11388
11389 \begin_inset space \hfill{}
11390 \end_inset
11391
11392
11393 \end_layout
11394
11395 \end_inset
11396
11397
11398 \end_layout
11399
11400 \begin_layout Subsection
11401 Mehrfachspalten
11402 \begin_inset CommandInset label
11403 LatexCommand label
11404 name "uab:Mehrfachspalten"
11405
11406 \end_inset
11407
11408
11409 \begin_inset Index
11410 status collapsed
11411
11412 \begin_layout Plain Layout
11413 Mahrfachspalten
11414 \end_layout
11415
11416 \end_inset
11417
11418
11419 \begin_inset Index
11420 status collapsed
11421
11422 \begin_layout Plain Layout
11423 Tabellen ! Mahrfachspalten
11424 \end_layout
11425
11426 \end_inset
11427
11428
11429 \end_layout
11430
11431 \begin_layout Subsubsection
11432 Grundlagen
11433 \end_layout
11434
11435 \begin_layout Standard
11436 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11437  und verwenden dann den Knopf 
11438 \begin_inset Graphics
11439         filename ../../images/tabular-feature_multicolumn.png
11440         scale 70
11441         scaleBeforeRotation
11442         BoundingBox 0bp 6bp 22bp 22bp
11443
11444 \end_inset
11445
11446  in der Werkzeugleiste, das Menü 
11447 \family sans
11448 Bearbeiten\SpecialChar \menuseparator
11449 Tabelle\SpecialChar \menuseparator
11450 Mehrfachspalte
11451 \family default
11452  oder den 
11453 \family sans
11454 Tabellen-Einstellungen
11455 \family default
11456 -Dialog, in dem Sie auf der Karteikarte 
11457 \family sans
11458 Tabellen-Einstellungen
11459 \family default
11460  
11461 \family sans
11462 Mehrfachspalte
11463 \family default
11464  ankreuzen.
11465 \end_layout
11466
11467 \begin_layout Standard
11468 Mehrfachspalten haben ihre eigenen Einstellungen.
11469  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11470  Hier ist ein Beispiel, wobei 
11471 \begin_inset Quotes gld
11472 \end_inset
11473
11474 B 2
11475 \begin_inset Quotes grd
11476 \end_inset
11477
11478  keine Mehrfachzeile ist, wie in Abschnitt
11479 \begin_inset space ~
11480 \end_inset
11481
11482
11483 \begin_inset CommandInset ref
11484 LatexCommand ref
11485 reference "uab:Mehrfachzeilen"
11486
11487 \end_inset
11488
11489  beschrieben.
11490  Es wurde nur eine Linie weggelassen:
11491 \end_layout
11492
11493 \begin_layout Standard
11494 \align center
11495 \begin_inset Tabular
11496 <lyxtabular version="3" rows="3" columns="4">
11497 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11498 <column alignment="center" valignment="top" width="0pt">
11499 <column alignment="center" valignment="middle" width="0">
11500 <column alignment="center" valignment="top" width="0in">
11501 <column alignment="center" valignment="top" width="0pt">
11502 <row>
11503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11504 \begin_inset Text
11505
11506 \begin_layout Plain Layout
11507 abc
11508 \end_layout
11509
11510 \end_inset
11511 </cell>
11512 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11513 \begin_inset Text
11514
11515 \begin_layout Plain Layout
11516 def ghi
11517 \end_layout
11518
11519 \end_inset
11520 </cell>
11521 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11522 \begin_inset Text
11523
11524 \begin_layout Plain Layout
11525
11526 \end_layout
11527
11528 \end_inset
11529 </cell>
11530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11531 \begin_inset Text
11532
11533 \begin_layout Plain Layout
11534 jkl
11535 \end_layout
11536
11537 \end_inset
11538 </cell>
11539 </row>
11540 <row>
11541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11542 \begin_inset Text
11543
11544 \begin_layout Plain Layout
11545
11546 \family roman
11547 \series medium
11548 \shape up
11549 \size normal
11550 \emph off
11551 \bar no
11552 \noun off
11553 \color none
11554 A
11555 \end_layout
11556
11557 \end_inset
11558 </cell>
11559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11560 \begin_inset Text
11561
11562 \begin_layout Plain Layout
11563 B
11564 \end_layout
11565
11566 \end_inset
11567 </cell>
11568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11569 \begin_inset Text
11570
11571 \begin_layout Plain Layout
11572 C
11573 \end_layout
11574
11575 \end_inset
11576 </cell>
11577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11578 \begin_inset Text
11579
11580 \begin_layout Plain Layout
11581 D
11582 \end_layout
11583
11584 \end_inset
11585 </cell>
11586 </row>
11587 <row>
11588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11589 \begin_inset Text
11590
11591 \begin_layout Plain Layout
11592 1
11593 \end_layout
11594
11595 \end_inset
11596 </cell>
11597 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11598 \begin_inset Text
11599
11600 \begin_layout Plain Layout
11601 2
11602 \end_layout
11603
11604 \end_inset
11605 </cell>
11606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11607 \begin_inset Text
11608
11609 \begin_layout Plain Layout
11610 3
11611 \end_layout
11612
11613 \end_inset
11614 </cell>
11615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11616 \begin_inset Text
11617
11618 \begin_layout Plain Layout
11619 4
11620 \end_layout
11621
11622 \end_inset
11623 </cell>
11624 </row>
11625 </lyxtabular>
11626
11627 \end_inset
11628
11629
11630 \end_layout
11631
11632 \begin_layout Subsubsection
11633 Mehrfachspalten-Berechnungen
11634 \begin_inset CommandInset label
11635 LatexCommand label
11636 name "uab:Mehrfachspalten-Berechnungen"
11637
11638 \end_inset
11639
11640
11641 \begin_inset Index
11642 status collapsed
11643
11644 \begin_layout Plain Layout
11645 Mahrfachspalten ! Berechnung
11646 \end_layout
11647
11648 \end_inset
11649
11650
11651 \begin_inset Index
11652 status collapsed
11653
11654 \begin_layout Plain Layout
11655 Tabellen ! Mahrfachspalten ! Berechnung
11656 \end_layout
11657
11658 \end_inset
11659
11660
11661 \end_layout
11662
11663 \begin_layout Standard
11664 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11665  Zellen beachten.
11666 \end_layout
11667
11668 \begin_layout Standard
11669 \begin_inset Float table
11670 placement h
11671 wide false
11672 sideways false
11673 status open
11674
11675 \begin_layout Plain Layout
11676 \begin_inset Caption
11677
11678 \begin_layout Plain Layout
11679 \begin_inset CommandInset label
11680 LatexCommand label
11681 name "tab:Table-with-centered"
11682
11683 \end_inset
11684
11685 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11686  die halbe Breite der Mehrfachspalten-Zelle haben
11687 \begin_inset OptArg
11688 status collapsed
11689
11690 \begin_layout Plain Layout
11691 Eine Mehrfachspalten-Tabelle
11692 \end_layout
11693
11694 \end_inset
11695
11696
11697 \end_layout
11698
11699 \end_inset
11700
11701
11702 \end_layout
11703
11704 \begin_layout Plain Layout
11705 \align center
11706 \begin_inset Tabular
11707 <lyxtabular version="3" rows="3" columns="3">
11708 <features>
11709 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11710 <column alignment="center" valignment="middle" width="0">
11711 <column alignment="center" valignment="top" width="0">
11712 <row>
11713 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11714 \begin_inset Text
11715
11716 \begin_layout Plain Layout
11717 Dies ist eine Mehrfach\SpecialChar \-
11718 spalten-Zelle
11719 \end_layout
11720
11721 \end_inset
11722 </cell>
11723 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11724 \begin_inset Text
11725
11726 \begin_layout Plain Layout
11727
11728 \end_layout
11729
11730 \end_inset
11731 </cell>
11732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11733 \begin_inset Text
11734
11735 \begin_layout Plain Layout
11736 c
11737 \end_layout
11738
11739 \end_inset
11740 </cell>
11741 </row>
11742 <row>
11743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11744 \begin_inset Text
11745
11746 \begin_layout Plain Layout
11747 d
11748 \end_layout
11749
11750 \end_inset
11751 </cell>
11752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11753 \begin_inset Text
11754
11755 \begin_layout Plain Layout
11756 e
11757 \end_layout
11758
11759 \end_inset
11760 </cell>
11761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11762 \begin_inset Text
11763
11764 \begin_layout Plain Layout
11765 f
11766 \end_layout
11767
11768 \end_inset
11769 </cell>
11770 </row>
11771 <row>
11772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11773 \begin_inset Text
11774
11775 \begin_layout Plain Layout
11776 g
11777 \end_layout
11778
11779 \end_inset
11780 </cell>
11781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11782 \begin_inset Text
11783
11784 \begin_layout Plain Layout
11785 h
11786 \end_layout
11787
11788 \end_inset
11789 </cell>
11790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11791 \begin_inset Text
11792
11793 \begin_layout Plain Layout
11794 i
11795 \end_layout
11796
11797 \end_inset
11798 </cell>
11799 </row>
11800 </lyxtabular>
11801
11802 \end_inset
11803
11804
11805 \end_layout
11806
11807 \end_inset
11808
11809
11810 \end_layout
11811
11812 \begin_layout Standard
11813 Um Tabelle
11814 \begin_inset space ~
11815 \end_inset
11816
11817
11818 \begin_inset CommandInset ref
11819 LatexCommand ref
11820 reference "tab:Table-with-centered"
11821
11822 \end_inset
11823
11824  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11825  3×3-Tabelle, kreuzen im 
11826 \family sans
11827 Tabellen-Einstellungen
11828 \family default
11829 -Dialog 
11830 \family sans
11831 Mehrfachspalte
11832 \family default
11833  an, setzen die 
11834 \family sans
11835 Horizontale
11836 \begin_inset space ~
11837 \end_inset
11838
11839 Ausrichtung
11840 \family default
11841  auf 
11842 \family sans
11843 Zentriert
11844 \family default
11845  und die 
11846 \family sans
11847 Breite
11848 \family default
11849  auf 2.5
11850 \begin_inset space \thinspace{}
11851 \end_inset
11852
11853 cm.
11854  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
11855  Sie die Breite der ersten Spalte auf 1.25
11856 \begin_inset space \thinspace{}
11857 \end_inset
11858
11859 cm setzen.
11860  Die zweite Spalte wird dann automatisch 1.25
11861 \begin_inset space \thinspace{}
11862 \end_inset
11863
11864 cm breit (Breite der 
11865 \family sans
11866 Mehrfachspalte
11867 \family default
11868  
11869 \begin_inset Formula $-$
11870 \end_inset
11871
11872  Breite der ersten Spalte).
11873  Dies wurde so für Tabelle
11874 \begin_inset space ~
11875 \end_inset
11876
11877
11878 \begin_inset CommandInset ref
11879 LatexCommand ref
11880 reference "tab:Table-without-half"
11881
11882 \end_inset
11883
11884  gemacht.
11885 \end_layout
11886
11887 \begin_layout Standard
11888 \begin_inset Float table
11889 wide false
11890 sideways false
11891 status open
11892
11893 \begin_layout Plain Layout
11894 \begin_inset Caption
11895
11896 \begin_layout Plain Layout
11897 \begin_inset CommandInset label
11898 LatexCommand label
11899 name "tab:Table-without-half"
11900
11901 \end_inset
11902
11903 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
11904  wie die Mehrfachspalte
11905 \begin_inset OptArg
11906 status collapsed
11907
11908 \begin_layout Plain Layout
11909 Eine unvollkommene Mehrfachspalten-Tabelle
11910 \end_layout
11911
11912 \end_inset
11913
11914
11915 \end_layout
11916
11917 \end_inset
11918
11919
11920 \end_layout
11921
11922 \begin_layout Plain Layout
11923 \align center
11924 \begin_inset Tabular
11925 <lyxtabular version="3" rows="3" columns="3">
11926 <features>
11927 <column alignment="center" valignment="top" width="1.25cm">
11928 <column alignment="center" valignment="top" width="0">
11929 <column alignment="center" valignment="top" width="0">
11930 <row>
11931 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11932 \begin_inset Text
11933
11934 \begin_layout Plain Layout
11935 Dies ist auch eine Mehr\SpecialChar \-
11936 fach\SpecialChar \-
11937 spalten-Zelle
11938 \end_layout
11939
11940 \end_inset
11941 </cell>
11942 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11943 \begin_inset Text
11944
11945 \begin_layout Plain Layout
11946
11947 \end_layout
11948
11949 \end_inset
11950 </cell>
11951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11952 \begin_inset Text
11953
11954 \begin_layout Plain Layout
11955 c
11956 \end_layout
11957
11958 \end_inset
11959 </cell>
11960 </row>
11961 <row>
11962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11963 \begin_inset Text
11964
11965 \begin_layout Plain Layout
11966 d
11967 \end_layout
11968
11969 \end_inset
11970 </cell>
11971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11972 \begin_inset Text
11973
11974 \begin_layout Plain Layout
11975 e
11976 \end_layout
11977
11978 \end_inset
11979 </cell>
11980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11981 \begin_inset Text
11982
11983 \begin_layout Plain Layout
11984 f
11985 \end_layout
11986
11987 \end_inset
11988 </cell>
11989 </row>
11990 <row>
11991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11992 \begin_inset Text
11993
11994 \begin_layout Plain Layout
11995 g
11996 \end_layout
11997
11998 \end_inset
11999 </cell>
12000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12001 \begin_inset Text
12002
12003 \begin_layout Plain Layout
12004 h
12005 \end_layout
12006
12007 \end_inset
12008 </cell>
12009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12010 \begin_inset Text
12011
12012 \begin_layout Plain Layout
12013 i
12014 \end_layout
12015
12016 \end_inset
12017 </cell>
12018 </row>
12019 </lyxtabular>
12020
12021 \end_inset
12022
12023
12024 \end_layout
12025
12026 \end_inset
12027
12028
12029 \end_layout
12030
12031 \begin_layout Standard
12032 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12033  als die zweite ist.
12034  Das liegt daran, dass die Zellenbreite 
12035 \begin_inset Formula $W_{\mathrm{tot}}$
12036 \end_inset
12037
12038  nicht ihre definierte Breite 
12039 \begin_inset Formula $W_{g}$
12040 \end_inset
12041
12042  ist, sondern ein wenig mehr.
12043  Anhang
12044 \begin_inset space ~
12045 \end_inset
12046
12047
12048 \begin_inset CommandInset ref
12049 LatexCommand ref
12050 reference "kap:Exläuterung-einer-Gleichung"
12051
12052 \end_inset
12053
12054  erklärt das genauer.
12055 \end_layout
12056
12057 \begin_layout Standard
12058 Wenn 
12059 \emph on
12060 n
12061 \emph default
12062  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12063  die definierte Breite 
12064 \begin_inset Formula $W_{g\, n}$
12065 \end_inset
12066
12067  einer Spalte, deren totale Breite = 
12068 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12069 \end_inset
12070
12071  sein soll, wie folgt:
12072 \begin_inset Formula \begin{equation}
12073 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12074
12075 \end_inset
12076
12077
12078 \end_layout
12079
12080 \begin_layout Standard
12081 In unserem Falls ist 
12082 \begin_inset Formula $n=2$
12083 \end_inset
12084
12085
12086 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12087 \end_inset
12088
12089 cm, und damit wird aus Gleichung
12090 \begin_inset space ~
12091 \end_inset
12092
12093
12094 \begin_inset CommandInset ref
12095 LatexCommand ref
12096 reference "eq:Wgn"
12097
12098 \end_inset
12099
12100  
12101 \begin_inset Formula \begin{equation}
12102 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12103
12104 \end_inset
12105
12106
12107 \end_layout
12108
12109 \begin_layout Standard
12110 Damit LaTeX rechnen kann, muss das Paket 
12111 \series bold
12112 calc
12113 \series default
12114  im Vorspann geladen werden.
12115 \begin_inset Index
12116 status collapsed
12117
12118 \begin_layout Plain Layout
12119 LaTeX-Pakete ! calc
12120 \end_layout
12121
12122 \end_inset
12123
12124
12125 \end_layout
12126
12127 \begin_layout Standard
12128
12129 \series bold
12130
12131 \backslash
12132 usepackage{calc}
12133 \end_layout
12134
12135 \begin_layout Standard
12136 LyX erlaubt im 
12137 \family sans
12138 Breite
12139 \family default
12140 -Feld des 
12141 \family sans
12142 Tabellen-Einstellungen
12143 \family default
12144 -Dialogs keine Berechnungen.
12145  Deshalb müssen Sie die Formel für die Breite im Feld 
12146 \family sans
12147 LaTe
12148 \begin_inset ERT
12149 status collapsed
12150
12151 \begin_layout Plain Layout
12152
12153 {}
12154 \end_layout
12155
12156 \end_inset
12157
12158 X-Argument
12159 \family default
12160  eingeben.
12161  Hier iss ein Überblick über die Argumente:
12162 \end_layout
12163
12164 \begin_layout Itemize
12165
12166 \series bold
12167 p{Breite}
12168 \series default
12169  die Zelle bekommt eine feste 
12170 \series bold
12171 Breite
12172 \series default
12173 , und die vertikale Ausrichtung ist 
12174 \family sans
12175 Oben
12176 \end_layout
12177
12178 \begin_layout Itemize
12179
12180 \series bold
12181 m{Breite}
12182 \series default
12183  die Zelle bekommt eine feste 
12184 \series bold
12185 Breite
12186 \series default
12187 , und die vertikale Ausrichtung ist 
12188 \family sans
12189 Mitte
12190 \end_layout
12191
12192 \begin_layout Itemize
12193
12194 \series bold
12195 b{Breite}
12196 \series default
12197  die Zelle bekommt eine feste 
12198 \series bold
12199 Breite
12200 \series default
12201 , und die vertikale Ausrichtung ist 
12202 \family sans
12203 Unten
12204 \end_layout
12205
12206 \begin_layout Standard
12207 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12208  für diese Zelle überschrieben.
12209 \end_layout
12210
12211 \begin_layout Standard
12212 \begin_inset Note Greyedout
12213 status open
12214
12215 \begin_layout Plain Layout
12216
12217 \series bold
12218 Bemerkung:
12219 \series default
12220  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12221  angezeigt.
12222 \end_layout
12223
12224 \end_inset
12225
12226
12227 \end_layout
12228
12229 \begin_layout Standard
12230 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12231  der Zelle mit dem Inhalt 
12232 \begin_inset Quotes gld
12233 \end_inset
12234
12235 d
12236 \begin_inset Quotes grd
12237 \end_inset
12238
12239  der Tabelle
12240 \begin_inset space ~
12241 \end_inset
12242
12243
12244 \begin_inset CommandInset ref
12245 LatexCommand ref
12246 reference "tab:Table-with-centered"
12247
12248 \end_inset
12249
12250  auch noch der Befehl
12251 \family typewriter
12252 \series bold
12253  
12254 \family default
12255
12256 \backslash
12257 centering
12258 \series default
12259  hinzugefügt.
12260  Das Ganze sieht dann so aus:
12261 \end_layout
12262
12263 \begin_layout Standard
12264
12265 \series bold
12266 |>{
12267 \backslash
12268 centering}m{1.25cm-6.2pt}
12269 \end_layout
12270
12271 \begin_layout Standard
12272 Der vertikale Strich 
12273 \series bold
12274
12275 \begin_inset Quotes gld
12276 \end_inset
12277
12278 |
12279 \series default
12280
12281 \begin_inset Quotes grd
12282 \end_inset
12283
12284  am Anfang zeichnet die linke Linie, und der Befehl 
12285 \series bold
12286
12287 \begin_inset Quotes gld
12288 \end_inset
12289
12290 >{ }
12291 \begin_inset Quotes grd
12292 \end_inset
12293
12294
12295 \series default
12296  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12297  der Zelle benutzt werden sollen.
12298 \end_layout
12299
12300 \begin_layout Standard
12301 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12302  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12303  für einzelne Spalten anwendet.
12304  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12305  werden:
12306 \end_layout
12307
12308 \begin_layout Standard
12309
12310 \series bold
12311 |>{
12312 \backslash
12313 centering}m{2.5cm}|
12314 \end_layout
12315
12316 \begin_layout Subsection
12317 Mehrfachzeilen
12318 \begin_inset CommandInset label
12319 LatexCommand label
12320 name "uab:Mehrfachzeilen"
12321
12322 \end_inset
12323
12324
12325 \begin_inset Index
12326 status collapsed
12327
12328 \begin_layout Plain Layout
12329 Mehrfachzeilen
12330 \end_layout
12331
12332 \end_inset
12333
12334
12335 \begin_inset Index
12336 status collapsed
12337
12338 \begin_layout Plain Layout
12339 Tabellen ! Mehrfachzeilen
12340 \end_layout
12341
12342 \end_inset
12343
12344
12345 \end_layout
12346
12347 \begin_layout Standard
12348 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12349  unterstützt, sodass etwas TeX-Code notwendig ist.
12350  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12351 \series bold
12352 multirow
12353 \series default
12354
12355 \begin_inset Index
12356 status collapsed
12357
12358 \begin_layout Plain Layout
12359 LaTeX-Pakete ! multirow
12360 \end_layout
12361
12362 \end_inset
12363
12364  im Vorspann geladen werden:
12365 \end_layout
12366
12367 \begin_layout Standard
12368
12369 \series bold
12370
12371 \backslash
12372 usepackage{multirow}
12373 \end_layout
12374
12375 \begin_layout Standard
12376 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12377 \end_layout
12378
12379 \begin_layout Standard
12380
12381 \series bold
12382
12383 \backslash
12384 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12385 \end_layout
12386
12387 \begin_layout Standard
12388 In der folgenden 3×3-Tabelle wurde obere Linie der letzten Zelle der ersten
12389  Spalte entfernt.
12390 \end_layout
12391
12392 \begin_layout Standard
12393 \align center
12394 \begin_inset ERT
12395 status collapsed
12396
12397 \begin_layout Plain Layout
12398
12399
12400 \backslash
12401 renewcommand{
12402 \backslash
12403 multirowsetup}{
12404 \backslash
12405 centering}
12406 \end_layout
12407
12408 \end_inset
12409
12410
12411 \begin_inset Tabular
12412 <lyxtabular version="3" rows="3" columns="3">
12413 <features>
12414 <column alignment="center" valignment="top" width="0">
12415 <column alignment="center" valignment="top" width="0">
12416 <column alignment="center" valignment="top" width="0">
12417 <row>
12418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12419 \begin_inset Text
12420
12421 \begin_layout Plain Layout
12422 a
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 b
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 c
12441 \end_layout
12442
12443 \end_inset
12444 </cell>
12445 </row>
12446 <row>
12447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12448 \begin_inset Text
12449
12450 \begin_layout Plain Layout
12451 \begin_inset ERT
12452 status collapsed
12453
12454 \begin_layout Plain Layout
12455
12456
12457 \backslash
12458 multirow{2}{2.5cm}{
12459 \end_layout
12460
12461 \end_inset
12462
12463 mehrzeiliger Text
12464 \begin_inset ERT
12465 status collapsed
12466
12467 \begin_layout Plain Layout
12468
12469 }
12470 \end_layout
12471
12472 \end_inset
12473
12474
12475 \end_layout
12476
12477 \end_inset
12478 </cell>
12479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12480 \begin_inset Text
12481
12482 \begin_layout Plain Layout
12483 e
12484 \end_layout
12485
12486 \end_inset
12487 </cell>
12488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12489 \begin_inset Text
12490
12491 \begin_layout Plain Layout
12492 f
12493 \end_layout
12494
12495 \end_inset
12496 </cell>
12497 </row>
12498 <row>
12499 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12500 \begin_inset Text
12501
12502 \begin_layout Plain Layout
12503
12504 \end_layout
12505
12506 \end_inset
12507 </cell>
12508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12509 \begin_inset Text
12510
12511 \begin_layout Plain Layout
12512 h
12513 \end_layout
12514
12515 \end_inset
12516 </cell>
12517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12518 \begin_inset Text
12519
12520 \begin_layout Plain Layout
12521 i
12522 \end_layout
12523
12524 \end_inset
12525 </cell>
12526 </row>
12527 </lyxtabular>
12528
12529 \end_inset
12530
12531
12532 \begin_inset ERT
12533 status collapsed
12534
12535 \begin_layout Plain Layout
12536
12537
12538 \backslash
12539 renewcommand{
12540 \backslash
12541 multirowsetup}{
12542 \backslash
12543 raggedright}
12544 \end_layout
12545
12546 \end_inset
12547
12548
12549 \end_layout
12550
12551 \begin_layout Standard
12552 In der Zelle darüber wurde dann mit dem Befehl
12553 \end_layout
12554
12555 \begin_layout Standard
12556
12557 \series bold
12558
12559 \backslash
12560 multirow{2}{2.5cm}{
12561 \end_layout
12562
12563 \begin_layout Standard
12564 als TeX-Code die Mehrfachzeile definiert.
12565  Sie besteht aus zwei Zeilen und einer Breite von 2.5
12566 \begin_inset space \thinspace{}
12567 \end_inset
12568
12569 cm.
12570  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12571  mit der Klammer 
12572 \begin_inset Quotes gld
12573 \end_inset
12574
12575
12576 \series bold
12577 }
12578 \series default
12579
12580 \begin_inset Quotes grd
12581 \end_inset
12582
12583  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12584 \end_layout
12585
12586 \begin_layout Standard
12587
12588 \series bold
12589
12590 \backslash
12591 multirow
12592 \series default
12593  richtet seinen Inhalt standardmäßig linksbündig aus.
12594  Um die Ausrichtung zu Ändern, erneuern Sie den Befehl 
12595 \series bold
12596
12597 \backslash
12598 multirowsetup
12599 \series default
12600  mit dem Befehl
12601 \end_layout
12602
12603 \begin_layout Standard
12604
12605 \series bold
12606
12607 \backslash
12608 renewcommand{
12609 \backslash
12610 multirowsetup}{
12611 \backslash
12612 centering}
12613 \end_layout
12614
12615 \begin_layout Standard
12616 im LaTeX-Vorspann.
12617  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12618  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12619  auch mittels TeX-Code vor der jeweiligen Tabelle, statt im LaTeX-Vorspann,
12620  erneuert werden.
12621  Für rechtsbündigen Text ersetzt man 
12622 \series bold
12623
12624 \backslash
12625 centering
12626 \series default
12627  durch 
12628 \series bold
12629
12630 \backslash
12631 raggedleft
12632 \series default
12633 .
12634  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12635 \series bold
12636
12637 \backslash
12638 raggedright
12639 \series default
12640  verwendet.
12641 \end_layout
12642
12643 \begin_layout Section
12644 Formale Tabellen
12645 \begin_inset CommandInset label
12646 LatexCommand label
12647 name "abs:Formale-Tabellen"
12648
12649 \end_inset
12650
12651
12652 \begin_inset Index
12653 status collapsed
12654
12655 \begin_layout Plain Layout
12656 Tabellen ! Formale
12657 \end_layout
12658
12659 \end_inset
12660
12661
12662 \end_layout
12663
12664 \begin_layout Standard
12665 Tabellen werden in Büchern oft wie Tabelle
12666 \begin_inset space ~
12667 \end_inset
12668
12669
12670 \begin_inset CommandInset ref
12671 LatexCommand ref
12672 reference "tab:Formale-Tabelle"
12673
12674 \end_inset
12675
12676  gesetzt.
12677  Diese Tabellen werden
12678 \emph on
12679  formal
12680 \emph default
12681  genannt.
12682  Formale Tabellen bekommen Sie, wenn Sie im 
12683 \family sans
12684 Tabellen-Einstellungen
12685 \family default
12686 -Dialog auf der Karteikarte 
12687 \family sans
12688 Rahmen
12689 \family default
12690  den 
12691 \family sans
12692 Stil
12693 \family default
12694  
12695 \family sans
12696 Formal
12697 \family default
12698  ankreuzen.
12699 \end_layout
12700
12701 \begin_layout Standard
12702 \begin_inset Float table
12703 placement h
12704 wide false
12705 sideways false
12706 status open
12707
12708 \begin_layout Plain Layout
12709 \begin_inset Caption
12710
12711 \begin_layout Plain Layout
12712 \begin_inset CommandInset label
12713 LatexCommand label
12714 name "tab:Formale-Tabelle"
12715
12716 \end_inset
12717
12718 Formale Tabelle
12719 \end_layout
12720
12721 \end_inset
12722
12723
12724 \end_layout
12725
12726 \begin_layout Plain Layout
12727 \align center
12728 \begin_inset Tabular
12729 <lyxtabular version="3" rows="8" columns="4">
12730 <features booktabs="true">
12731 <column alignment="center" valignment="top" width="0">
12732 <column alignment="right" valignment="top" width="0">
12733 <column alignment="right" valignment="top" width="0">
12734 <column alignment="right" valignment="top" width="0">
12735 <row>
12736 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12737 \begin_inset Text
12738
12739 \begin_layout Plain Layout
12740 System
12741 \end_layout
12742
12743 \end_inset
12744 </cell>
12745 <cell alignment="center" valignment="top" topline="true" usebox="none">
12746 \begin_inset Text
12747
12748 \begin_layout Plain Layout
12749 Medipix
12750 \begin_inset space \thinspace{}
12751 \end_inset
12752
12753 1
12754 \end_layout
12755
12756 \end_inset
12757 </cell>
12758 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12759 \begin_inset Text
12760
12761 \begin_layout Plain Layout
12762 Medipix
12763 \begin_inset space \thinspace{}
12764 \end_inset
12765
12766 2
12767 \end_layout
12768
12769 \end_inset
12770 </cell>
12771 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12772 \begin_inset Text
12773
12774 \begin_layout Plain Layout
12775
12776 \end_layout
12777
12778 \end_inset
12779 </cell>
12780 </row>
12781 <row>
12782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12783 \begin_inset Text
12784
12785 \begin_layout Plain Layout
12786 \begin_inset ERT
12787 status collapsed
12788
12789 \begin_layout Plain Layout
12790
12791
12792 \backslash
12793 cmidrule(r){2-2}
12794 \end_layout
12795
12796 \end_inset
12797
12798
12799 \begin_inset ERT
12800 status collapsed
12801
12802 \begin_layout Plain Layout
12803
12804
12805 \backslash
12806 cmidrule(l){3-4}
12807 \end_layout
12808
12809 \end_inset
12810
12811 Detektordicke [µm]
12812 \end_layout
12813
12814 \end_inset
12815 </cell>
12816 <cell alignment="center" valignment="top" usebox="none">
12817 \begin_inset Text
12818
12819 \begin_layout Plain Layout
12820 300
12821 \end_layout
12822
12823 \end_inset
12824 </cell>
12825 <cell alignment="center" valignment="top" usebox="none">
12826 \begin_inset Text
12827
12828 \begin_layout Plain Layout
12829 300
12830 \end_layout
12831
12832 \end_inset
12833 </cell>
12834 <cell alignment="center" valignment="top" usebox="none">
12835 \begin_inset Text
12836
12837 \begin_layout Plain Layout
12838 700
12839 \end_layout
12840
12841 \end_inset
12842 </cell>
12843 </row>
12844 <row>
12845 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12846 \begin_inset Text
12847
12848 \begin_layout Plain Layout
12849 Kantenwinkel [°]
12850 \end_layout
12851
12852 \end_inset
12853 </cell>
12854 <cell alignment="center" valignment="top" topline="true" usebox="none">
12855 \begin_inset Text
12856
12857 \begin_layout Plain Layout
12858 3.55
12859 \end_layout
12860
12861 \end_inset
12862 </cell>
12863 <cell alignment="center" valignment="top" topline="true" usebox="none">
12864 \begin_inset Text
12865
12866 \begin_layout Plain Layout
12867 2.71
12868 \end_layout
12869
12870 \end_inset
12871 </cell>
12872 <cell alignment="center" valignment="top" topline="true" usebox="none">
12873 \begin_inset Text
12874
12875 \begin_layout Plain Layout
12876 7.99
12877 \end_layout
12878
12879 \end_inset
12880 </cell>
12881 </row>
12882 <row topspace="default">
12883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12884 \begin_inset Text
12885
12886 \begin_layout Plain Layout
12887 räumliche Auf\SpecialChar \textcompwordmark{}
12888 lösung [µm]
12889 \end_layout
12890
12891 \end_inset
12892 </cell>
12893 <cell alignment="center" valignment="top" usebox="none">
12894 \begin_inset Text
12895
12896 \begin_layout Plain Layout
12897 4.26
12898 \end_layout
12899
12900 \end_inset
12901 </cell>
12902 <cell alignment="center" valignment="top" usebox="none">
12903 \begin_inset Text
12904
12905 \begin_layout Plain Layout
12906 10.17
12907 \end_layout
12908
12909 \end_inset
12910 </cell>
12911 <cell alignment="center" valignment="top" usebox="none">
12912 \begin_inset Text
12913
12914 \begin_layout Plain Layout
12915 10.56
12916 \end_layout
12917
12918 \end_inset
12919 </cell>
12920 </row>
12921 <row topspace="default">
12922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12923 \begin_inset Text
12924
12925 \begin_layout Plain Layout
12926 MTF bei 
12927 \begin_inset Formula $f_{\mathrm{max}}$
12928 \end_inset
12929
12930
12931 \end_layout
12932
12933 \end_inset
12934 </cell>
12935 <cell alignment="center" valignment="top" usebox="none">
12936 \begin_inset Text
12937
12938 \begin_layout Plain Layout
12939 0.53
12940 \end_layout
12941
12942 \end_inset
12943 </cell>
12944 <cell alignment="center" valignment="top" usebox="none">
12945 \begin_inset Text
12946
12947 \begin_layout Plain Layout
12948 0.37
12949 \end_layout
12950
12951 \end_inset
12952 </cell>
12953 <cell alignment="center" valignment="top" usebox="none">
12954 \begin_inset Text
12955
12956 \begin_layout Plain Layout
12957 0.39
12958 \end_layout
12959
12960 \end_inset
12961 </cell>
12962 </row>
12963 <row topspace="default">
12964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12965 \begin_inset Text
12966
12967 \begin_layout Plain Layout
12968 \begin_inset ERT
12969 status collapsed
12970
12971 \begin_layout Plain Layout
12972
12973
12974 \backslash
12975 cmidrule(l{10pt}){1-1}
12976 \end_layout
12977
12978 \end_inset
12979
12980 LSF räumliche Auf\SpecialChar \textcompwordmark{}
12981 lösung
12982 \end_layout
12983
12984 \end_inset
12985 </cell>
12986 <cell alignment="center" valignment="top" usebox="none">
12987 \begin_inset Text
12988
12989 \begin_layout Plain Layout
12990
12991 \end_layout
12992
12993 \end_inset
12994 </cell>
12995 <cell alignment="center" valignment="top" usebox="none">
12996 \begin_inset Text
12997
12998 \begin_layout Plain Layout
12999
13000 \end_layout
13001
13002 \end_inset
13003 </cell>
13004 <cell alignment="center" valignment="top" usebox="none">
13005 \begin_inset Text
13006
13007 \begin_layout Plain Layout
13008
13009 \end_layout
13010
13011 \end_inset
13012 </cell>
13013 </row>
13014 <row>
13015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13016 \begin_inset Text
13017
13018 \begin_layout Plain Layout
13019 in µm
13020 \end_layout
13021
13022 \end_inset
13023 </cell>
13024 <cell alignment="center" valignment="top" usebox="none">
13025 \begin_inset Text
13026
13027 \begin_layout Plain Layout
13028 129.7
13029 \end_layout
13030
13031 \end_inset
13032 </cell>
13033 <cell alignment="center" valignment="top" usebox="none">
13034 \begin_inset Text
13035
13036 \begin_layout Plain Layout
13037 52.75
13038 \end_layout
13039
13040 \end_inset
13041 </cell>
13042 <cell alignment="center" valignment="top" usebox="none">
13043 \begin_inset Text
13044
13045 \begin_layout Plain Layout
13046 50.78
13047 \end_layout
13048
13049 \end_inset
13050 </cell>
13051 </row>
13052 <row>
13053 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13054 \begin_inset Text
13055
13056 \begin_layout Plain Layout
13057 in % der Pixelgröße
13058 \end_layout
13059
13060 \end_inset
13061 </cell>
13062 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13063 \begin_inset Text
13064
13065 \begin_layout Plain Layout
13066 76.3
13067 \end_layout
13068
13069 \end_inset
13070 </cell>
13071 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13072 \begin_inset Text
13073
13074 \begin_layout Plain Layout
13075 95.9
13076 \end_layout
13077
13078 \end_inset
13079 </cell>
13080 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13081 \begin_inset Text
13082
13083 \begin_layout Plain Layout
13084 92.3
13085 \end_layout
13086
13087 \end_inset
13088 </cell>
13089 </row>
13090 </lyxtabular>
13091
13092 \end_inset
13093
13094
13095 \end_layout
13096
13097 \end_inset
13098
13099
13100 \end_layout
13101
13102 \begin_layout Standard
13103 Abstände zu Tabellenzeilen können auf der Karteikarte 
13104 \family sans
13105 Rahmen
13106 \family default
13107  des 
13108 \family sans
13109 Tabellen-Ein\SpecialChar \-
13110 stel\SpecialChar \-
13111 lun\SpecialChar \-
13112 gen
13113 \family default
13114 -Dialogs hinzugefügt werden, wie in Abschnitt
13115 \begin_inset space ~
13116 \end_inset
13117
13118
13119 \begin_inset CommandInset ref
13120 LatexCommand ref
13121 reference "uab:Zeilenabstand"
13122
13123 \end_inset
13124
13125  beschrieben.
13126 \end_layout
13127
13128 \begin_layout Standard
13129 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13130  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13131  gedruckt aber anders aus.
13132  Die erste und letzte Linie ist 0.08
13133 \begin_inset space \thinspace{}
13134 \end_inset
13135
13136 em dick, während die anderen 0.05
13137 \begin_inset space \thinspace{}
13138 \end_inset
13139
13140 em dick sind.
13141 \end_layout
13142
13143 \begin_layout Standard
13144 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13145 \end_layout
13146
13147 \begin_layout Standard
13148
13149 \series bold
13150
13151 \backslash
13152 let
13153 \backslash
13154 mytoprule
13155 \backslash
13156 toprule
13157 \begin_inset Newline newline
13158 \end_inset
13159
13160
13161 \backslash
13162 renewcommand{
13163 \backslash
13164 toprule}{
13165 \backslash
13166 mytoprule[Breite]}
13167 \end_layout
13168
13169 \begin_layout Standard
13170 Dies Beispiel gilt für die oberste Linie, genannt 
13171 \series bold
13172 toprule
13173 \series default
13174 .
13175  Für die letzte müssen Sie 
13176 \series bold
13177 toprule
13178 \series default
13179  durch 
13180 \series bold
13181 bottomrule
13182 \series default
13183  ersetzen.
13184  Die Linien dazwischen heißen 
13185 \series bold
13186 midrule
13187 \series default
13188 .
13189  Für 
13190 \family sans
13191 Breite
13192 \family default
13193  können Sie alle Einheiten benutzen, die in Anhang
13194 \begin_inset space ~
13195 \end_inset
13196
13197
13198 \begin_inset CommandInset ref
13199 LatexCommand ref
13200 reference "kap:In-LyX-verfügbare"
13201
13202 \end_inset
13203
13204  aufgelistet sind.
13205 \end_layout
13206
13207 \begin_layout Standard
13208 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13209  eine Linie unter einer Mehrfachspalte.
13210  LyX wird intern den Befehl 
13211 \series bold
13212
13213 \backslash
13214 cmidrule
13215 \series default
13216  benutzen, um diese Linie zu drucken.
13217  Der ganze Befehl sieht so aus:
13218 \end_layout
13219
13220 \begin_layout Standard
13221
13222 \series bold
13223
13224 \backslash
13225 cmidrule[width](trim){Anfangsspalte-Endspalte}
13226 \end_layout
13227
13228 \begin_layout Standard
13229 Die 
13230 \series bold
13231
13232 \backslash
13233 cmidrule
13234 \series default
13235 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13236  benutzen.
13237  
13238 \series bold
13239
13240 \backslash
13241 cmidrule
13242 \series default
13243  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13244  erste Zelle einer Zeile einfügt.
13245  Die Linie wird dann über der Zeile gedruckt.
13246 \end_layout
13247
13248 \begin_layout Standard
13249 Der Standardwert ist 0.03
13250 \begin_inset space \thinspace{}
13251 \end_inset
13252
13253 em.
13254  Die Linie reicht von 
13255 \family typewriter
13256 Anfangsspalte
13257 \family default
13258  bis 
13259 \family typewriter
13260 End\SpecialChar \-
13261 spal\SpecialChar \-
13262 te
13263 \family default
13264 .
13265  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13266   Der optionale Parameter 
13267 \family typewriter
13268 trim
13269 \family default
13270  kann die Werte 
13271 \emph on
13272 r
13273 \emph default
13274
13275 \emph on
13276 r{Breite}
13277 \emph default
13278
13279 \emph on
13280 l
13281 \family typewriter
13282 \emph default
13283  
13284 \family default
13285 oder 
13286 \emph on
13287 l{Breite}
13288 \emph default
13289  annehmen, wobei die 
13290 \family sans
13291 Breite
13292 \family default
13293  optional ist.
13294  
13295 \emph on
13296 l{2pt}
13297 \emph default
13298  zum Beispiel bedeutet, dass die Linie links um 2
13299 \begin_inset space \thinspace{}
13300 \end_inset
13301
13302 pt gekürzt wird.
13303  Ohne Breitenangabe werden die Linien um 0.5
13304 \begin_inset space \thinspace{}
13305 \end_inset
13306
13307 em gekürzt.
13308 \end_layout
13309
13310 \begin_layout Standard
13311 \begin_inset VSpace bigskip
13312 \end_inset
13313
13314 In Tabelle
13315 \begin_inset space ~
13316 \end_inset
13317
13318
13319 \begin_inset CommandInset ref
13320 LatexCommand ref
13321 reference "tab:Formale-Tabelle"
13322
13323 \end_inset
13324
13325  wurden die Befehle
13326 \end_layout
13327
13328 \begin_layout Standard
13329
13330 \series bold
13331
13332 \backslash
13333 cmidrule(r){2-2}
13334 \backslash
13335 cmidrule(l){3-4}
13336 \end_layout
13337
13338 \begin_layout Standard
13339 am Anfang der zweiten Zeile und
13340 \end_layout
13341
13342 \begin_layout Standard
13343
13344 \series bold
13345
13346 \backslash
13347 cmidrule(l{10pt}){1-1}
13348 \end_layout
13349
13350 \begin_layout Standard
13351 in der sechsten benutzt.
13352 \end_layout
13353
13354 \begin_layout Standard
13355 \begin_inset VSpace bigskip
13356 \end_inset
13357
13358
13359 \end_layout
13360
13361 \begin_layout Standard
13362 Sie können mit 
13363 \series bold
13364
13365 \backslash
13366 cmidrule
13367 \series default
13368  auch überlappende Linien wie in Tabelle
13369 \begin_inset space ~
13370 \end_inset
13371
13372
13373 \begin_inset CommandInset ref
13374 LatexCommand ref
13375 reference "tab:Special-booktabs-table"
13376
13377 \end_inset
13378
13379  definieren.
13380  Der Befehl ist:
13381 \end_layout
13382
13383 \begin_layout Standard
13384
13385 \series bold
13386
13387 \backslash
13388 morecmidrules
13389 \end_layout
13390
13391 \begin_layout Standard
13392 In Zeile zwei der Tabelle
13393 \begin_inset space ~
13394 \end_inset
13395
13396
13397 \begin_inset CommandInset ref
13398 LatexCommand ref
13399 reference "tab:Special-booktabs-table"
13400
13401 \end_inset
13402
13403  wurde folgender Befehl benutzt:
13404 \end_layout
13405
13406 \begin_layout Standard
13407
13408 \series bold
13409
13410 \backslash
13411 cmidrule(r){2-2}
13412 \backslash
13413 cmidrule(l){3-4}
13414 \backslash
13415 morecmidrules
13416 \begin_inset Newline newline
13417 \end_inset
13418
13419
13420 \backslash
13421 cmidrule{2-4}
13422 \end_layout
13423
13424 \begin_layout Standard
13425 und in Zeile sechs:
13426 \end_layout
13427
13428 \begin_layout Standard
13429
13430 \series bold
13431
13432 \backslash
13433 midrule
13434 \backslash
13435 morecmidrules
13436 \backslash
13437 cmidrule{3-4}
13438 \end_layout
13439
13440 \begin_layout Standard
13441 \begin_inset VSpace bigskip
13442 \end_inset
13443
13444
13445 \end_layout
13446
13447 \begin_layout Standard
13448 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13449  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13450 \end_layout
13451
13452 \begin_layout Standard
13453
13454 \series bold
13455
13456 \backslash
13457 specialrule{Dicke}{Abstand davor}{Abstand danach}
13458 \end_layout
13459
13460 \begin_layout Standard
13461 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13462 \series bold
13463 booktabs
13464 \series default
13465  
13466 \begin_inset CommandInset citation
13467 LatexCommand cite
13468 key "booktabs"
13469
13470 \end_inset
13471
13472 .
13473 \begin_inset Index
13474 status collapsed
13475
13476 \begin_layout Plain Layout
13477 LaTeX-Pakete ! booktabs
13478 \end_layout
13479
13480 \end_inset
13481
13482
13483 \end_layout
13484
13485 \begin_layout Standard
13486 \begin_inset Float table
13487 placement h
13488 wide false
13489 sideways false
13490 status open
13491
13492 \begin_layout Plain Layout
13493 \begin_inset Caption
13494
13495 \begin_layout Plain Layout
13496 \begin_inset CommandInset label
13497 LatexCommand label
13498 name "tab:Special-booktabs-table"
13499
13500 \end_inset
13501
13502 Eine spezielle formale Tabelle
13503 \end_layout
13504
13505 \end_inset
13506
13507
13508 \end_layout
13509
13510 \begin_layout Plain Layout
13511 \align center
13512 \begin_inset Tabular
13513 <lyxtabular version="3" rows="8" columns="4">
13514 <features booktabs="true">
13515 <column alignment="center" valignment="top" width="0">
13516 <column alignment="center" valignment="top" width="0">
13517 <column alignment="right" valignment="top" width="0">
13518 <column alignment="right" valignment="top" width="0">
13519 <row>
13520 <cell alignment="center" valignment="top" topline="true" usebox="none">
13521 \begin_inset Text
13522
13523 \begin_layout Plain Layout
13524 System
13525 \end_layout
13526
13527 \end_inset
13528 </cell>
13529 <cell alignment="center" valignment="top" topline="true" usebox="none">
13530 \begin_inset Text
13531
13532 \begin_layout Plain Layout
13533 Medipix
13534 \begin_inset space \thinspace{}
13535 \end_inset
13536
13537 1
13538 \end_layout
13539
13540 \end_inset
13541 </cell>
13542 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13543 \begin_inset Text
13544
13545 \begin_layout Plain Layout
13546 Medipix
13547 \begin_inset space \thinspace{}
13548 \end_inset
13549
13550 2
13551 \end_layout
13552
13553 \end_inset
13554 </cell>
13555 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13556 \begin_inset Text
13557
13558 \begin_layout Plain Layout
13559
13560 \end_layout
13561
13562 \end_inset
13563 </cell>
13564 </row>
13565 <row>
13566 <cell alignment="center" valignment="top" usebox="none">
13567 \begin_inset Text
13568
13569 \begin_layout Plain Layout
13570 \begin_inset ERT
13571 status collapsed
13572
13573 \begin_layout Plain Layout
13574
13575
13576 \backslash
13577 cmidrule(r){2-2}
13578 \end_layout
13579
13580 \end_inset
13581
13582
13583 \begin_inset ERT
13584 status collapsed
13585
13586 \begin_layout Plain Layout
13587
13588
13589 \backslash
13590 cmidrule(l){3-4}
13591 \end_layout
13592
13593 \end_inset
13594
13595
13596 \begin_inset ERT
13597 status collapsed
13598
13599 \begin_layout Plain Layout
13600
13601
13602 \backslash
13603 morecmidrules 
13604 \end_layout
13605
13606 \end_inset
13607
13608
13609 \begin_inset ERT
13610 status collapsed
13611
13612 \begin_layout Plain Layout
13613
13614
13615 \backslash
13616 cmidrule{2-4}
13617 \end_layout
13618
13619 \end_inset
13620
13621 Detektordicke  [µm]
13622 \end_layout
13623
13624 \end_inset
13625 </cell>
13626 <cell alignment="center" valignment="top" usebox="none">
13627 \begin_inset Text
13628
13629 \begin_layout Plain Layout
13630 300
13631 \end_layout
13632
13633 \end_inset
13634 </cell>
13635 <cell alignment="center" valignment="top" usebox="none">
13636 \begin_inset Text
13637
13638 \begin_layout Plain Layout
13639 300
13640 \end_layout
13641
13642 \end_inset
13643 </cell>
13644 <cell alignment="center" valignment="top" usebox="none">
13645 \begin_inset Text
13646
13647 \begin_layout Plain Layout
13648 700
13649 \end_layout
13650
13651 \end_inset
13652 </cell>
13653 </row>
13654 <row>
13655 <cell alignment="center" valignment="top" topline="true" usebox="none">
13656 \begin_inset Text
13657
13658 \begin_layout Plain Layout
13659 Kantenwinkel [°]
13660 \end_layout
13661
13662 \end_inset
13663 </cell>
13664 <cell alignment="center" valignment="top" topline="true" usebox="none">
13665 \begin_inset Text
13666
13667 \begin_layout Plain Layout
13668 3,55
13669 \end_layout
13670
13671 \end_inset
13672 </cell>
13673 <cell alignment="center" valignment="top" topline="true" usebox="none">
13674 \begin_inset Text
13675
13676 \begin_layout Plain Layout
13677 2,71
13678 \end_layout
13679
13680 \end_inset
13681 </cell>
13682 <cell alignment="center" valignment="top" topline="true" usebox="none">
13683 \begin_inset Text
13684
13685 \begin_layout Plain Layout
13686 7,99
13687 \end_layout
13688
13689 \end_inset
13690 </cell>
13691 </row>
13692 <row topspace="default">
13693 <cell alignment="center" valignment="top" usebox="none">
13694 \begin_inset Text
13695
13696 \begin_layout Plain Layout
13697 räumliche Auf\SpecialChar \textcompwordmark{}
13698 lösung [µm]
13699 \end_layout
13700
13701 \end_inset
13702 </cell>
13703 <cell alignment="center" valignment="top" usebox="none">
13704 \begin_inset Text
13705
13706 \begin_layout Plain Layout
13707 4,26
13708 \end_layout
13709
13710 \end_inset
13711 </cell>
13712 <cell alignment="center" valignment="top" usebox="none">
13713 \begin_inset Text
13714
13715 \begin_layout Plain Layout
13716 10,17
13717 \end_layout
13718
13719 \end_inset
13720 </cell>
13721 <cell alignment="center" valignment="top" usebox="none">
13722 \begin_inset Text
13723
13724 \begin_layout Plain Layout
13725 10,56
13726 \end_layout
13727
13728 \end_inset
13729 </cell>
13730 </row>
13731 <row topspace="default">
13732 <cell alignment="center" valignment="top" usebox="none">
13733 \begin_inset Text
13734
13735 \begin_layout Plain Layout
13736 MTF bei 
13737 \begin_inset Formula $f_{\mathrm{max}}$
13738 \end_inset
13739
13740
13741 \end_layout
13742
13743 \end_inset
13744 </cell>
13745 <cell alignment="center" valignment="top" usebox="none">
13746 \begin_inset Text
13747
13748 \begin_layout Plain Layout
13749 0,53
13750 \end_layout
13751
13752 \end_inset
13753 </cell>
13754 <cell alignment="center" valignment="top" usebox="none">
13755 \begin_inset Text
13756
13757 \begin_layout Plain Layout
13758 0,37
13759 \end_layout
13760
13761 \end_inset
13762 </cell>
13763 <cell alignment="center" valignment="top" usebox="none">
13764 \begin_inset Text
13765
13766 \begin_layout Plain Layout
13767 0,39
13768 \end_layout
13769
13770 \end_inset
13771 </cell>
13772 </row>
13773 <row>
13774 <cell alignment="center" valignment="top" topline="true" usebox="none">
13775 \begin_inset Text
13776
13777 \begin_layout Plain Layout
13778 \begin_inset ERT
13779 status collapsed
13780
13781 \begin_layout Plain Layout
13782
13783
13784 \backslash
13785 morecmidrules 
13786 \end_layout
13787
13788 \end_inset
13789
13790
13791 \begin_inset ERT
13792 status collapsed
13793
13794 \begin_layout Plain Layout
13795
13796
13797 \backslash
13798 cmidrule{3-4}
13799 \end_layout
13800
13801 \end_inset
13802
13803 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
13804 lösung
13805 \end_layout
13806
13807 \end_inset
13808 </cell>
13809 <cell alignment="center" valignment="top" topline="true" usebox="none">
13810 \begin_inset Text
13811
13812 \begin_layout Plain Layout
13813
13814 \end_layout
13815
13816 \end_inset
13817 </cell>
13818 <cell alignment="center" valignment="top" topline="true" usebox="none">
13819 \begin_inset Text
13820
13821 \begin_layout Plain Layout
13822
13823 \end_layout
13824
13825 \end_inset
13826 </cell>
13827 <cell alignment="center" valignment="top" topline="true" usebox="none">
13828 \begin_inset Text
13829
13830 \begin_layout Plain Layout
13831
13832 \end_layout
13833
13834 \end_inset
13835 </cell>
13836 </row>
13837 <row>
13838 <cell alignment="center" valignment="top" usebox="none">
13839 \begin_inset Text
13840
13841 \begin_layout Plain Layout
13842 in µm
13843 \end_layout
13844
13845 \end_inset
13846 </cell>
13847 <cell alignment="center" valignment="top" usebox="none">
13848 \begin_inset Text
13849
13850 \begin_layout Plain Layout
13851 129,7
13852 \end_layout
13853
13854 \end_inset
13855 </cell>
13856 <cell alignment="center" valignment="top" usebox="none">
13857 \begin_inset Text
13858
13859 \begin_layout Plain Layout
13860 52,75
13861 \end_layout
13862
13863 \end_inset
13864 </cell>
13865 <cell alignment="center" valignment="top" usebox="none">
13866 \begin_inset Text
13867
13868 \begin_layout Plain Layout
13869 50,78
13870 \end_layout
13871
13872 \end_inset
13873 </cell>
13874 </row>
13875 <row>
13876 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13877 \begin_inset Text
13878
13879 \begin_layout Plain Layout
13880 in % der Pixelgröße
13881 \end_layout
13882
13883 \end_inset
13884 </cell>
13885 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13886 \begin_inset Text
13887
13888 \begin_layout Plain Layout
13889 76,3
13890 \end_layout
13891
13892 \end_inset
13893 </cell>
13894 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13895 \begin_inset Text
13896
13897 \begin_layout Plain Layout
13898 95,9
13899 \end_layout
13900
13901 \end_inset
13902 </cell>
13903 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13904 \begin_inset Text
13905
13906 \begin_layout Plain Layout
13907 92,3
13908 \end_layout
13909
13910 \end_inset
13911 </cell>
13912 </row>
13913 </lyxtabular>
13914
13915 \end_inset
13916
13917
13918 \end_layout
13919
13920 \end_inset
13921
13922
13923 \end_layout
13924
13925 \begin_layout Section
13926 Vertikale Tabellen-Ausrichtung
13927 \begin_inset Index
13928 status collapsed
13929
13930 \begin_layout Plain Layout
13931 Tabellen ! Ausrichtung
13932 \end_layout
13933
13934 \end_inset
13935
13936
13937 \end_layout
13938
13939 \begin_layout Standard
13940 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
13941  einer Box sein.
13942  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
13943 \begin_inset space ~
13944 \end_inset
13945
13946
13947 \begin_inset CommandInset ref
13948 LatexCommand ref
13949 reference "abs:Box-Dialog"
13950
13951 \end_inset
13952
13953  beschrieben.
13954 \end_layout
13955
13956 \begin_layout Standard
13957 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
13958 \begin_inset Foot
13959 status collapsed
13960
13961 \begin_layout Plain Layout
13962 Minipages werden in Abschnitt
13963 \begin_inset space ~
13964 \end_inset
13965
13966
13967 \begin_inset CommandInset ref
13968 LatexCommand ref
13969 reference "abs:Minipage"
13970
13971 \end_inset
13972
13973  beschrieben.
13974 \end_layout
13975
13976 \end_inset
13977
13978  mit 15
13979 \begin_inset space \thinspace{}
13980 \end_inset
13981
13982 col%-Breite:
13983 \end_layout
13984
13985 \begin_layout Itemize
13986 Test 
13987 \begin_inset Box Frameless
13988 position "t"
13989 hor_pos "c"
13990 has_inner_box 1
13991 inner_pos "c"
13992 use_parbox 0
13993 width "15col%"
13994 special "none"
13995 height "1in"
13996 height_special "totalheight"
13997 status collapsed
13998
13999 \begin_layout Plain Layout
14000 \begin_inset Tabular
14001 <lyxtabular version="3" rows="3" columns="3">
14002 <features>
14003 <column alignment="center" valignment="top" width="0">
14004 <column alignment="center" valignment="top" width="0">
14005 <column alignment="center" valignment="top" width="0">
14006 <row>
14007 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14008 \begin_inset Text
14009
14010 \begin_layout Plain Layout
14011 Tabelle 1
14012 \end_layout
14013
14014 \end_inset
14015 </cell>
14016 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14017 \begin_inset Text
14018
14019 \begin_layout Plain Layout
14020
14021 \end_layout
14022
14023 \end_inset
14024 </cell>
14025 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14026 \begin_inset Text
14027
14028 \begin_layout Plain Layout
14029
14030 \end_layout
14031
14032 \end_inset
14033 </cell>
14034 </row>
14035 <row>
14036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14037 \begin_inset Text
14038
14039 \begin_layout Plain Layout
14040 b
14041 \end_layout
14042
14043 \end_inset
14044 </cell>
14045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14046 \begin_inset Text
14047
14048 \begin_layout Plain Layout
14049 e
14050 \end_layout
14051
14052 \end_inset
14053 </cell>
14054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14055 \begin_inset Text
14056
14057 \begin_layout Plain Layout
14058 h
14059 \end_layout
14060
14061 \end_inset
14062 </cell>
14063 </row>
14064 <row>
14065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14066 \begin_inset Text
14067
14068 \begin_layout Plain Layout
14069 c
14070 \end_layout
14071
14072 \end_inset
14073 </cell>
14074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14075 \begin_inset Text
14076
14077 \begin_layout Plain Layout
14078 f
14079 \end_layout
14080
14081 \end_inset
14082 </cell>
14083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14084 \begin_inset Text
14085
14086 \begin_layout Plain Layout
14087 i
14088 \end_layout
14089
14090 \end_inset
14091 </cell>
14092 </row>
14093 </lyxtabular>
14094
14095 \end_inset
14096
14097
14098 \end_layout
14099
14100 \end_inset
14101
14102  Test 
14103 \begin_inset ERT
14104 status collapsed
14105
14106 \begin_layout Plain Layout
14107
14108
14109 \backslash
14110 raisebox{0.85
14111 \backslash
14112 baselineskip}{
14113 \end_layout
14114
14115 \end_inset
14116
14117
14118 \begin_inset Box Frameless
14119 position "t"
14120 hor_pos "c"
14121 has_inner_box 1
14122 inner_pos "c"
14123 use_parbox 0
14124 width "15col%"
14125 special "none"
14126 height "1in"
14127 height_special "totalheight"
14128 status collapsed
14129
14130 \begin_layout Plain Layout
14131 \begin_inset Tabular
14132 <lyxtabular version="3" rows="3" columns="3">
14133 <features>
14134 <column alignment="center" valignment="top" width="0">
14135 <column alignment="center" valignment="top" width="0">
14136 <column alignment="center" valignment="top" width="0">
14137 <row>
14138 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14139 \begin_inset Text
14140
14141 \begin_layout Plain Layout
14142 Tabelle 2
14143 \end_layout
14144
14145 \end_inset
14146 </cell>
14147 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14148 \begin_inset Text
14149
14150 \begin_layout Plain Layout
14151
14152 \end_layout
14153
14154 \end_inset
14155 </cell>
14156 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14157 \begin_inset Text
14158
14159 \begin_layout Plain Layout
14160
14161 \end_layout
14162
14163 \end_inset
14164 </cell>
14165 </row>
14166 <row>
14167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14168 \begin_inset Text
14169
14170 \begin_layout Plain Layout
14171 b
14172 \end_layout
14173
14174 \end_inset
14175 </cell>
14176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14177 \begin_inset Text
14178
14179 \begin_layout Plain Layout
14180 e
14181 \end_layout
14182
14183 \end_inset
14184 </cell>
14185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14186 \begin_inset Text
14187
14188 \begin_layout Plain Layout
14189 h
14190 \end_layout
14191
14192 \end_inset
14193 </cell>
14194 </row>
14195 <row>
14196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14197 \begin_inset Text
14198
14199 \begin_layout Plain Layout
14200 c
14201 \end_layout
14202
14203 \end_inset
14204 </cell>
14205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14206 \begin_inset Text
14207
14208 \begin_layout Plain Layout
14209 f
14210 \end_layout
14211
14212 \end_inset
14213 </cell>
14214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14215 \begin_inset Text
14216
14217 \begin_layout Plain Layout
14218 i
14219 \end_layout
14220
14221 \end_inset
14222 </cell>
14223 </row>
14224 </lyxtabular>
14225
14226 \end_inset
14227
14228
14229 \end_layout
14230
14231 \end_inset
14232
14233
14234 \begin_inset ERT
14235 status collapsed
14236
14237 \begin_layout Plain Layout
14238
14239 }
14240 \end_layout
14241
14242 \end_inset
14243
14244
14245 \end_layout
14246
14247 \begin_layout Itemize
14248 Test 
14249 \begin_inset Box Frameless
14250 position "c"
14251 hor_pos "c"
14252 has_inner_box 1
14253 inner_pos "c"
14254 use_parbox 0
14255 width "15col%"
14256 special "none"
14257 height "1in"
14258 height_special "totalheight"
14259 status collapsed
14260
14261 \begin_layout Plain Layout
14262 \begin_inset Tabular
14263 <lyxtabular version="3" rows="3" columns="3">
14264 <features>
14265 <column alignment="center" valignment="top" width="0">
14266 <column alignment="center" valignment="top" width="0">
14267 <column alignment="center" valignment="top" width="0">
14268 <row>
14269 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14270 \begin_inset Text
14271
14272 \begin_layout Plain Layout
14273 Tabelle 3
14274 \end_layout
14275
14276 \end_inset
14277 </cell>
14278 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14279 \begin_inset Text
14280
14281 \begin_layout Plain Layout
14282
14283 \end_layout
14284
14285 \end_inset
14286 </cell>
14287 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14288 \begin_inset Text
14289
14290 \begin_layout Plain Layout
14291
14292 \end_layout
14293
14294 \end_inset
14295 </cell>
14296 </row>
14297 <row>
14298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14299 \begin_inset Text
14300
14301 \begin_layout Plain Layout
14302 b
14303 \end_layout
14304
14305 \end_inset
14306 </cell>
14307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14308 \begin_inset Text
14309
14310 \begin_layout Plain Layout
14311 e
14312 \end_layout
14313
14314 \end_inset
14315 </cell>
14316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14317 \begin_inset Text
14318
14319 \begin_layout Plain Layout
14320 h
14321 \end_layout
14322
14323 \end_inset
14324 </cell>
14325 </row>
14326 <row>
14327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14328 \begin_inset Text
14329
14330 \begin_layout Plain Layout
14331 c
14332 \end_layout
14333
14334 \end_inset
14335 </cell>
14336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14337 \begin_inset Text
14338
14339 \begin_layout Plain Layout
14340 f
14341 \end_layout
14342
14343 \end_inset
14344 </cell>
14345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14346 \begin_inset Text
14347
14348 \begin_layout Plain Layout
14349 i
14350 \end_layout
14351
14352 \end_inset
14353 </cell>
14354 </row>
14355 </lyxtabular>
14356
14357 \end_inset
14358
14359
14360 \end_layout
14361
14362 \end_inset
14363
14364
14365 \end_layout
14366
14367 \begin_layout Itemize
14368 Test 
14369 \begin_inset Box Frameless
14370 position "b"
14371 hor_pos "c"
14372 has_inner_box 1
14373 inner_pos "c"
14374 use_parbox 0
14375 width "15col%"
14376 special "none"
14377 height "1in"
14378 height_special "totalheight"
14379 status collapsed
14380
14381 \begin_layout Plain Layout
14382 \begin_inset Tabular
14383 <lyxtabular version="3" rows="3" columns="3">
14384 <features>
14385 <column alignment="center" valignment="top" width="0">
14386 <column alignment="center" valignment="top" width="0">
14387 <column alignment="center" valignment="top" width="0">
14388 <row>
14389 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14390 \begin_inset Text
14391
14392 \begin_layout Plain Layout
14393 Tabelle 4
14394 \end_layout
14395
14396 \end_inset
14397 </cell>
14398 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14399 \begin_inset Text
14400
14401 \begin_layout Plain Layout
14402
14403 \end_layout
14404
14405 \end_inset
14406 </cell>
14407 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14408 \begin_inset Text
14409
14410 \begin_layout Plain Layout
14411
14412 \end_layout
14413
14414 \end_inset
14415 </cell>
14416 </row>
14417 <row>
14418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14419 \begin_inset Text
14420
14421 \begin_layout Plain Layout
14422 b
14423 \end_layout
14424
14425 \end_inset
14426 </cell>
14427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14428 \begin_inset Text
14429
14430 \begin_layout Plain Layout
14431 e
14432 \end_layout
14433
14434 \end_inset
14435 </cell>
14436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14437 \begin_inset Text
14438
14439 \begin_layout Plain Layout
14440 h
14441 \end_layout
14442
14443 \end_inset
14444 </cell>
14445 </row>
14446 <row>
14447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14448 \begin_inset Text
14449
14450 \begin_layout Plain Layout
14451 c
14452 \end_layout
14453
14454 \end_inset
14455 </cell>
14456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14457 \begin_inset Text
14458
14459 \begin_layout Plain Layout
14460 f
14461 \end_layout
14462
14463 \end_inset
14464 </cell>
14465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14466 \begin_inset Text
14467
14468 \begin_layout Plain Layout
14469 i
14470 \end_layout
14471
14472 \end_inset
14473 </cell>
14474 </row>
14475 </lyxtabular>
14476
14477 \end_inset
14478
14479
14480 \end_layout
14481
14482 \end_inset
14483
14484 Test 
14485 \begin_inset ERT
14486 status collapsed
14487
14488 \begin_layout Plain Layout
14489
14490
14491 \backslash
14492 raisebox{-0.32
14493 \backslash
14494 baselineskip}{
14495 \end_layout
14496
14497 \end_inset
14498
14499
14500 \begin_inset Box Frameless
14501 position "b"
14502 hor_pos "c"
14503 has_inner_box 1
14504 inner_pos "c"
14505 use_parbox 0
14506 width "15col%"
14507 special "none"
14508 height "1in"
14509 height_special "totalheight"
14510 status collapsed
14511
14512 \begin_layout Plain Layout
14513 \begin_inset Tabular
14514 <lyxtabular version="3" rows="3" columns="3">
14515 <features>
14516 <column alignment="center" valignment="top" width="0">
14517 <column alignment="center" valignment="top" width="0">
14518 <column alignment="center" valignment="top" width="0">
14519 <row>
14520 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14521 \begin_inset Text
14522
14523 \begin_layout Plain Layout
14524 Tabelle 5
14525 \end_layout
14526
14527 \end_inset
14528 </cell>
14529 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14530 \begin_inset Text
14531
14532 \begin_layout Plain Layout
14533
14534 \end_layout
14535
14536 \end_inset
14537 </cell>
14538 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14539 \begin_inset Text
14540
14541 \begin_layout Plain Layout
14542
14543 \end_layout
14544
14545 \end_inset
14546 </cell>
14547 </row>
14548 <row>
14549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14550 \begin_inset Text
14551
14552 \begin_layout Plain Layout
14553 b
14554 \end_layout
14555
14556 \end_inset
14557 </cell>
14558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14559 \begin_inset Text
14560
14561 \begin_layout Plain Layout
14562 e
14563 \end_layout
14564
14565 \end_inset
14566 </cell>
14567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14568 \begin_inset Text
14569
14570 \begin_layout Plain Layout
14571 h
14572 \end_layout
14573
14574 \end_inset
14575 </cell>
14576 </row>
14577 <row>
14578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14579 \begin_inset Text
14580
14581 \begin_layout Plain Layout
14582 c
14583 \end_layout
14584
14585 \end_inset
14586 </cell>
14587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14588 \begin_inset Text
14589
14590 \begin_layout Plain Layout
14591 f
14592 \end_layout
14593
14594 \end_inset
14595 </cell>
14596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14597 \begin_inset Text
14598
14599 \begin_layout Plain Layout
14600 i
14601 \end_layout
14602
14603 \end_inset
14604 </cell>
14605 </row>
14606 </lyxtabular>
14607
14608 \end_inset
14609
14610
14611 \end_layout
14612
14613 \end_inset
14614
14615
14616 \begin_inset ERT
14617 status collapsed
14618
14619 \begin_layout Plain Layout
14620
14621 }
14622 \end_layout
14623
14624 \end_inset
14625
14626
14627 \end_layout
14628
14629 \begin_layout Standard
14630 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
14631 \begin_inset space \space{}
14632 \end_inset
14633
14634 1 und letzten Zeile von Tabelle
14635 \begin_inset space \space{}
14636 \end_inset
14637
14638 4 bezüglich dem Wort 
14639 \begin_inset Quotes gld
14640 \end_inset
14641
14642 Test
14643 \begin_inset Quotes grd
14644 \end_inset
14645
14646  nicht richtig ausgerichtet.
14647  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14648 \begin_inset Quotes gld
14649 \end_inset
14650
14651 Raisebox
14652 \begin_inset Quotes grd
14653 \end_inset
14654
14655
14656 \begin_inset Foot
14657 status collapsed
14658
14659 \begin_layout Plain Layout
14660 Raiseboxen werden in Abschnitt
14661 \begin_inset space ~
14662 \end_inset
14663
14664
14665 \begin_inset CommandInset ref
14666 LatexCommand ref
14667 reference "uab:Vertikale-Ausrichtung"
14668
14669 \end_inset
14670
14671  beschrieben.
14672 \end_layout
14673
14674 \end_inset
14675
14676  setzen.
14677  In Tabelle
14678 \begin_inset space \space{}
14679 \end_inset
14680
14681 2 wurde der Text mit dem Befehl
14682 \end_layout
14683
14684 \begin_layout Standard
14685
14686 \series bold
14687
14688 \backslash
14689 raisebox{0.85
14690 \backslash
14691 baselineskip}{
14692 \end_layout
14693
14694 \begin_layout Standard
14695 vor der Box ausgerichtet.
14696  Hinter der Box wurde auch noch 
14697 \series bold
14698 }
14699 \series default
14700  als TeX-Code eingefügt, weil der obige Befehl mit 
14701 \series bold
14702 {
14703 \series default
14704  aufhörte.
14705  Für Tabelle
14706 \begin_inset space \space{}
14707 \end_inset
14708
14709 5 wurde der Befehl
14710 \end_layout
14711
14712 \begin_layout Standard
14713
14714 \series bold
14715
14716 \backslash
14717 raisebox{-0.32
14718 \backslash
14719 baselineskip}{
14720 \end_layout
14721
14722 \begin_layout Standard
14723 benutzt.
14724 \end_layout
14725
14726 \begin_layout Standard
14727 \begin_inset Note Greyedout
14728 status open
14729
14730 \begin_layout Plain Layout
14731
14732 \series bold
14733 Bemerkung:
14734 \series default
14735  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14736  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14737  Der Faktor im 
14738 \series bold
14739
14740 \backslash
14741 raisebox
14742 \series default
14743 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14744 \end_layout
14745
14746 \end_inset
14747
14748
14749 \end_layout
14750
14751 \begin_layout Section
14752 Farbige Tabellen
14753 \begin_inset CommandInset label
14754 LatexCommand label
14755 name "abs:Farbige-Tabellen"
14756
14757 \end_inset
14758
14759
14760 \begin_inset Index
14761 status collapsed
14762
14763 \begin_layout Plain Layout
14764 Tabellen ! farbige
14765 \end_layout
14766
14767 \end_inset
14768
14769
14770 \end_layout
14771
14772 \begin_layout Subsection
14773 Farbige Zellen
14774 \begin_inset Index
14775 status collapsed
14776
14777 \begin_layout Plain Layout
14778 farbige !  Tabellenzellen
14779 \end_layout
14780
14781 \end_inset
14782
14783
14784 \end_layout
14785
14786 \begin_layout Standard
14787 \begin_inset Float table
14788 placement h
14789 wide false
14790 sideways false
14791 status open
14792
14793 \begin_layout Plain Layout
14794 \begin_inset Caption
14795
14796 \begin_layout Plain Layout
14797 \begin_inset CommandInset label
14798 LatexCommand label
14799 name "tab:Farbige-Tabelle-ohne"
14800
14801 \end_inset
14802
14803 Farbige Tabelle, ohne Paket 
14804 \series bold
14805 colortbl
14806 \series default
14807
14808 \begin_inset OptArg
14809 status collapsed
14810
14811 \begin_layout Plain Layout
14812 Tabelle ohne 
14813 \family typewriter
14814 colortbl
14815 \end_layout
14816
14817 \end_inset
14818
14819
14820 \end_layout
14821
14822 \end_inset
14823
14824
14825 \end_layout
14826
14827 \begin_layout Plain Layout
14828 \align center
14829 \begin_inset Tabular
14830 <lyxtabular version="3" rows="3" columns="3">
14831 <features>
14832 <column alignment="center" valignment="top" width="0">
14833 <column alignment="center" valignment="top" width="0">
14834 <column alignment="center" valignment="top" width="0">
14835 <row>
14836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14837 \begin_inset Text
14838
14839 \begin_layout Plain Layout
14840
14841 \color green
14842 a
14843 \end_layout
14844
14845 \end_inset
14846 </cell>
14847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14848 \begin_inset Text
14849
14850 \begin_layout Plain Layout
14851
14852 \color red
14853 b
14854 \end_layout
14855
14856 \end_inset
14857 </cell>
14858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14859 \begin_inset Text
14860
14861 \begin_layout Plain Layout
14862
14863 \color red
14864 c
14865 \end_layout
14866
14867 \end_inset
14868 </cell>
14869 </row>
14870 <row>
14871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14872 \begin_inset Text
14873
14874 \begin_layout Plain Layout
14875
14876 \color green
14877 d
14878 \end_layout
14879
14880 \end_inset
14881 </cell>
14882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14883 \begin_inset Text
14884
14885 \begin_layout Plain Layout
14886
14887 \color blue
14888 e
14889 \end_layout
14890
14891 \end_inset
14892 </cell>
14893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14894 \begin_inset Text
14895
14896 \begin_layout Plain Layout
14897
14898 \color blue
14899 f
14900 \end_layout
14901
14902 \end_inset
14903 </cell>
14904 </row>
14905 <row>
14906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14907 \begin_inset Text
14908
14909 \begin_layout Plain Layout
14910
14911 \color green
14912 g
14913 \end_layout
14914
14915 \end_inset
14916 </cell>
14917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14918 \begin_inset Text
14919
14920 \begin_layout Plain Layout
14921
14922 \color blue
14923 h
14924 \end_layout
14925
14926 \end_inset
14927 </cell>
14928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14929 \begin_inset Text
14930
14931 \begin_layout Plain Layout
14932
14933 \color blue
14934 i
14935 \end_layout
14936
14937 \end_inset
14938 </cell>
14939 </row>
14940 </lyxtabular>
14941
14942 \end_inset
14943
14944
14945 \end_layout
14946
14947 \end_inset
14948
14949
14950 \end_layout
14951
14952 \begin_layout Standard
14953 \begin_inset CommandInset label
14954 LatexCommand label
14955 name "Wenn-Sie-nur"
14956
14957 \end_inset
14958
14959 Wenn Sie nur farbigen Text
14960 \begin_inset Index
14961 status collapsed
14962
14963 \begin_layout Plain Layout
14964 Farbe ! für Text
14965 \end_layout
14966
14967 \end_inset
14968
14969  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
14970  auf den Werkzeugleistenknopf 
14971 \begin_inset Graphics
14972         filename ../../images/dialog-show_character.png
14973         scale 70
14974         scaleBeforeRotation
14975         BoundingBox 0bp 0bp 20bp 20bp
14976
14977 \end_inset
14978
14979  oder über das Menü 
14980 \family sans
14981 Bearbeiten\SpecialChar \menuseparator
14982 Textstil\SpecialChar \menuseparator
14983 Benutzerdefiniert
14984 \family default
14985  mit dem 
14986 \family sans
14987 Textstil
14988 \family default
14989 -Dialog wie es in Tabelle
14990 \begin_inset space ~
14991 \end_inset
14992
14993
14994 \begin_inset CommandInset ref
14995 LatexCommand ref
14996 reference "tab:Farbige-Tabelle-ohne"
14997
14998 \end_inset
14999
15000  gemacht wurde.
15001  In anderen Fällen müssen Sie das LaTeX-Paket 
15002 \series bold
15003 colortbl
15004 \series default
15005  benutzen.
15006 \begin_inset Index
15007 status collapsed
15008
15009 \begin_layout Plain Layout
15010 LaTeX-Pakete ! colortbl
15011 \end_layout
15012
15013 \end_inset
15014
15015
15016 \end_layout
15017
15018 \begin_layout Standard
15019 \begin_inset ERT
15020 status collapsed
15021
15022 \begin_layout Plain Layout
15023
15024
15025 \backslash
15026 ifcolortbl
15027 \end_layout
15028
15029 \end_inset
15030
15031
15032 \begin_inset Note Note
15033 status open
15034
15035 \begin_layout Plain Layout
15036 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15037 \series bold
15038 colortbl
15039 \series default
15040  installiert ist.
15041 \end_layout
15042
15043 \end_inset
15044
15045
15046 \end_layout
15047
15048 \begin_layout Standard
15049 Um farbige Tabellen zu erzeugen, muss 
15050 \series bold
15051 colortbl
15052 \series default
15053  im LaTeX-Vorspann geladen werden:
15054 \end_layout
15055
15056 \begin_layout Standard
15057
15058 \series bold
15059
15060 \backslash
15061 usepackage{colortbl}
15062 \end_layout
15063
15064 \begin_layout Standard
15065 Die Farbe einer Spalte ändert man dann mit dem Befehl
15066 \end_layout
15067
15068 \begin_layout Standard
15069
15070 \series bold
15071
15072 \backslash
15073 columncolor{Farbname}
15074 \end_layout
15075
15076 \begin_layout Standard
15077 innerhalb des Befehls 
15078 \series bold
15079 >{}
15080 \series default
15081 .
15082  Mehr über den Befehl 
15083 \series bold
15084 >{}
15085 \series default
15086  finden Sie im Abschnitt
15087 \begin_inset space ~
15088 \end_inset
15089
15090
15091 \begin_inset CommandInset ref
15092 LatexCommand ref
15093 reference "uab:Mehrfachspalten-Berechnungen"
15094
15095 \end_inset
15096
15097 .
15098 \end_layout
15099
15100 \begin_layout Standard
15101 Folgende Farbnamen sind vordefiniert:
15102 \end_layout
15103
15104 \begin_layout Standard
15105
15106 \family sans
15107 red
15108 \family default
15109
15110 \family sans
15111 green
15112 \family default
15113
15114 \family sans
15115 yellow
15116 \family default
15117
15118 \family sans
15119 blue
15120 \family default
15121
15122 \family sans
15123 cyan
15124 \family default
15125
15126 \family sans
15127 magenta
15128 \family default
15129
15130 \family sans
15131 black
15132 \family default
15133  und 
15134 \family sans
15135 white
15136 \begin_inset Newline newline
15137 \end_inset
15138
15139 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15140 \family default
15141 und
15142 \family sans
15143  weiß
15144 \family default
15145 ).
15146 \end_layout
15147
15148 \begin_layout Standard
15149 \begin_inset VSpace medskip
15150 \end_inset
15151
15152
15153 \end_layout
15154
15155 \begin_layout Standard
15156 Sie können auch eigene Farben definieren:
15157 \end_layout
15158
15159 \begin_layout Standard
15160
15161 \series bold
15162
15163 \backslash
15164 definecolor{Farbname}{Farbmodell}{Farbwerte}
15165 \end_layout
15166
15167 \begin_layout Standard
15168 Das Farbmodell kann eins der folgenden sein:
15169 \end_layout
15170
15171 \begin_layout Labeling
15172 \labelwidthstring 00.00.0000
15173 cmyk: cyan, magenta, yellow, black
15174 \end_layout
15175
15176 \begin_layout Labeling
15177 \labelwidthstring 00.00.0000
15178 rgb: red, green blue
15179 \end_layout
15180
15181 \begin_layout Labeling
15182 \labelwidthstring 00.00.0000
15183 gray: gray
15184 \end_layout
15185
15186 \begin_layout Standard
15187 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15188  die die entsprechende Farbe für das Farbmodell beschreiben.
15189 \end_layout
15190
15191 \begin_layout Standard
15192 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15193 \emph on
15194
15195 \begin_inset Quotes gld
15196 \end_inset
15197
15198 dunkelgruen
15199 \emph default
15200
15201 \begin_inset Quotes grd
15202 \end_inset
15203
15204  und 
15205 \begin_inset Quotes gld
15206 \end_inset
15207
15208
15209 \emph on
15210 hellgrau
15211 \emph default
15212
15213 \begin_inset Quotes grd
15214 \end_inset
15215
15216  folgendermaßen definieren:
15217 \end_layout
15218
15219 \begin_layout Standard
15220
15221 \series bold
15222
15223 \backslash
15224 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15225 \end_layout
15226
15227 \begin_layout Standard
15228
15229 \series bold
15230
15231 \backslash
15232 definecolor{hellgrau}{gray}{0.8}
15233 \end_layout
15234
15235 \begin_layout Standard
15236 \begin_inset VSpace medskip
15237 \end_inset
15238
15239
15240 \end_layout
15241
15242 \begin_layout Standard
15243 Linien werden mit dem Befehl
15244 \end_layout
15245
15246 \begin_layout Standard
15247
15248 \series bold
15249
15250 \backslash
15251 rowcolor{Farbname}
15252 \end_layout
15253
15254 \begin_layout Standard
15255 gefärbt, Zellen mit dem Befehl
15256 \end_layout
15257
15258 \begin_layout Standard
15259
15260 \series bold
15261
15262 \backslash
15263 cellcolor{Farbname}
15264 \end_layout
15265
15266 \begin_layout Standard
15267 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15268 \end_layout
15269
15270 \begin_layout Standard
15271 Um nur Text zu färben, machen Sie es wie 
15272 \begin_inset CommandInset ref
15273 LatexCommand vpageref
15274 reference "Wenn-Sie-nur"
15275
15276 \end_inset
15277
15278  beschrieben.
15279  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15280 \emph on
15281 markieren Sie nur den Text
15282 \emph default
15283 , sonst werden Sie LaTeX-Fehler erzeugen.
15284 \end_layout
15285
15286 \begin_layout Standard
15287 \begin_inset Note Greyedout
15288 status open
15289
15290 \begin_layout Plain Layout
15291
15292 \series bold
15293 Achtung:
15294 \series default
15295  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15296 \end_layout
15297
15298 \end_inset
15299
15300
15301 \end_layout
15302
15303 \begin_layout Standard
15304 \begin_inset VSpace medskip
15305 \end_inset
15306
15307
15308 \end_layout
15309
15310 \begin_layout Standard
15311 Die Tabelle
15312 \begin_inset space ~
15313 \end_inset
15314
15315
15316 \begin_inset CommandInset ref
15317 LatexCommand ref
15318 reference "tab:Table-colored-using"
15319
15320 \end_inset
15321
15322  wurde folgendermaßen erstellt: die erste Spalte soll 
15323 \emph on
15324
15325 \begin_inset Quotes gld
15326 \end_inset
15327
15328 dunkelgruen
15329 \emph default
15330
15331 \begin_inset Quotes grd
15332 \end_inset
15333
15334  werden, also müssen Sie ins 
15335 \family sans
15336 LaTe
15337 \begin_inset ERT
15338 status collapsed
15339
15340 \begin_layout Plain Layout
15341
15342 {}
15343 \end_layout
15344
15345 \end_inset
15346
15347 X-Argument
15348 \family default
15349  der Zellen der ersten Spalte den Befehl
15350 \end_layout
15351
15352 \begin_layout Standard
15353
15354 \series bold
15355 >{
15356 \backslash
15357 columncolor{dunkelgruen}
15358 \backslash
15359 centering}c
15360 \end_layout
15361
15362 \begin_layout Standard
15363 schreiben.
15364  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15365 \end_layout
15366
15367 \begin_layout Standard
15368
15369 \series bold
15370
15371 \backslash
15372 rowcolor{cyan}
15373 \end_layout
15374
15375 \begin_layout Standard
15376 in die erste Zelle der ersten Zeile eingefügt.
15377  Diese Farbe ersetzt die Spaltenfarbe.
15378  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15379  wird mit folgendem Befehl erreicht:
15380 \end_layout
15381
15382 \begin_layout Standard
15383
15384 \series bold
15385
15386 \backslash
15387 cellcolor{magenta}
15388 \end_layout
15389
15390 \begin_layout Standard
15391 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15392 \family sans
15393 Textstil
15394 \family default
15395 -Dialog.
15396 \end_layout
15397
15398 \begin_layout Standard
15399 \begin_inset Float table
15400 placement h
15401 wide false
15402 sideways false
15403 status open
15404
15405 \begin_layout Plain Layout
15406 \begin_inset Caption
15407
15408 \begin_layout Plain Layout
15409 \begin_inset CommandInset label
15410 LatexCommand label
15411 name "tab:Table-colored-using"
15412
15413 \end_inset
15414
15415 Eine mit dem Paket 
15416 \series bold
15417 colortbl
15418 \series default
15419  gefärbte Tabelle
15420 \begin_inset OptArg
15421 status collapsed
15422
15423 \begin_layout Plain Layout
15424 Tabelle mit 
15425 \family typewriter
15426 colortbl
15427 \end_layout
15428
15429 \end_inset
15430
15431
15432 \end_layout
15433
15434 \end_inset
15435
15436
15437 \end_layout
15438
15439 \begin_layout Plain Layout
15440 \align center
15441 \begin_inset Tabular
15442 <lyxtabular version="3" rows="3" columns="3">
15443 <features>
15444 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15445 <column alignment="center" valignment="top" width="0">
15446 <column alignment="center" valignment="top" width="0">
15447 <row>
15448 <cell alignment="center" valignment="top" usebox="none">
15449 \begin_inset Text
15450
15451 \begin_layout Plain Layout
15452 \begin_inset ERT
15453 status collapsed
15454
15455 \begin_layout Plain Layout
15456
15457
15458 \backslash
15459 rowcolor{cyan}
15460 \end_layout
15461
15462 \end_inset
15463
15464
15465 \color magenta
15466 a
15467 \end_layout
15468
15469 \end_inset
15470 </cell>
15471 <cell alignment="center" valignment="top" usebox="none">
15472 \begin_inset Text
15473
15474 \begin_layout Plain Layout
15475
15476 \color red
15477 b
15478 \end_layout
15479
15480 \end_inset
15481 </cell>
15482 <cell alignment="center" valignment="top" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486
15487 \color red
15488 c
15489 \end_layout
15490
15491 \end_inset
15492 </cell>
15493 </row>
15494 <row>
15495 <cell alignment="center" valignment="top" usebox="none">
15496 \begin_inset Text
15497
15498 \begin_layout Plain Layout
15499
15500 \color yellow
15501 d
15502 \end_layout
15503
15504 \end_inset
15505 </cell>
15506 <cell alignment="center" valignment="top" usebox="none">
15507 \begin_inset Text
15508
15509 \begin_layout Plain Layout
15510
15511 \color blue
15512 e
15513 \end_layout
15514
15515 \end_inset
15516 </cell>
15517 <cell alignment="center" valignment="top" usebox="none">
15518 \begin_inset Text
15519
15520 \begin_layout Plain Layout
15521
15522 \color blue
15523 f
15524 \end_layout
15525
15526 \end_inset
15527 </cell>
15528 </row>
15529 <row>
15530 <cell alignment="center" valignment="top" usebox="none">
15531 \begin_inset Text
15532
15533 \begin_layout Plain Layout
15534
15535 \color yellow
15536 g
15537 \end_layout
15538
15539 \end_inset
15540 </cell>
15541 <cell alignment="center" valignment="top" usebox="none">
15542 \begin_inset Text
15543
15544 \begin_layout Plain Layout
15545
15546 \color blue
15547 h
15548 \end_layout
15549
15550 \end_inset
15551 </cell>
15552 <cell alignment="center" valignment="top" usebox="none">
15553 \begin_inset Text
15554
15555 \begin_layout Plain Layout
15556 \begin_inset ERT
15557 status collapsed
15558
15559 \begin_layout Plain Layout
15560
15561
15562 \backslash
15563 cellcolor{magenta}
15564 \end_layout
15565
15566 \end_inset
15567
15568
15569 \color green
15570 i
15571 \end_layout
15572
15573 \end_inset
15574 </cell>
15575 </row>
15576 </lyxtabular>
15577
15578 \end_inset
15579
15580
15581 \end_layout
15582
15583 \end_inset
15584
15585
15586 \end_layout
15587
15588 \begin_layout Standard
15589 \begin_inset ERT
15590 status collapsed
15591
15592 \begin_layout Plain Layout
15593
15594
15595 \backslash
15596 else
15597 \end_layout
15598
15599 \end_inset
15600
15601
15602 \begin_inset Note Note
15603 status open
15604
15605 \begin_layout Plain Layout
15606 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15607 \series bold
15608 colortbl
15609 \series default
15610  nicht installiert ist:
15611 \end_layout
15612
15613 \end_inset
15614
15615
15616 \end_layout
15617
15618 \begin_layout Standard
15619 Sie müssen das LaTeX-Paket 
15620 \series bold
15621 colortbl
15622 \series default
15623  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15624 \end_layout
15625
15626 \begin_layout Standard
15627 \begin_inset ERT
15628 status collapsed
15629
15630 \begin_layout Plain Layout
15631
15632
15633 \backslash
15634 fi
15635 \end_layout
15636
15637 \end_inset
15638
15639
15640 \end_layout
15641
15642 \begin_layout Subsection
15643 Farbige Linien
15644 \begin_inset Index
15645 status collapsed
15646
15647 \begin_layout Plain Layout
15648 farbige !  Tabellenlinien
15649 \end_layout
15650
15651 \end_inset
15652
15653
15654 \end_layout
15655
15656 \begin_layout Standard
15657 Wie in Abschnitt
15658 \begin_inset space ~
15659 \end_inset
15660
15661
15662 \begin_inset CommandInset ref
15663 LatexCommand ref
15664 reference "uab:Liniendicke"
15665
15666 \end_inset
15667
15668  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
15669 \series bold
15670
15671 \backslash
15672 arrayrulewidth
15673 \series default
15674  definiert werden.
15675  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15676 \begin_inset space \thinspace{}
15677 \end_inset
15678
15679 pt gesetzt.
15680 \begin_inset ERT
15681 status collapsed
15682
15683 \begin_layout Plain Layout
15684
15685
15686 \backslash
15687 setlength{
15688 \backslash
15689 arrayrulewidth}{1.5pt}
15690 \end_layout
15691
15692 \end_inset
15693
15694
15695 \end_layout
15696
15697 \begin_layout Standard
15698 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15699 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15700 \begin_inset space ~
15701 \end_inset
15702
15703
15704 \begin_inset CommandInset ref
15705 LatexCommand ref
15706 reference "uab:Angepasste-Zellen-/Spaltenformate"
15707
15708 \end_inset
15709
15710  definiert:
15711 \end_layout
15712
15713 \begin_layout Standard
15714
15715 \series bold
15716
15717 \backslash
15718 newcolumntype{W}{!{
15719 \backslash
15720 color{green}
15721 \backslash
15722 vline}}
15723 \end_layout
15724
15725 \begin_layout Standard
15726 In Tabelle
15727 \begin_inset space ~
15728 \end_inset
15729
15730
15731 \begin_inset CommandInset ref
15732 LatexCommand ref
15733 reference "tab:Tabelle-mit-farbigen-vert"
15734
15735 \end_inset
15736
15737  wurde das LaTeX-Argument 
15738 \series bold
15739 WcW
15740 \series default
15741  für die letzte und 
15742 \series bold
15743 Wc
15744 \series default
15745  für die anderen Spalten benutzt.
15746 \end_layout
15747
15748 \begin_layout Standard
15749 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15750 \end_layout
15751
15752 \begin_layout Standard
15753 \begin_inset Float table
15754 placement h
15755 wide false
15756 sideways false
15757 status open
15758
15759 \begin_layout Plain Layout
15760 \begin_inset Caption
15761
15762 \begin_layout Plain Layout
15763 \begin_inset CommandInset label
15764 LatexCommand label
15765 name "tab:Tabelle-mit-farbigen-vert"
15766
15767 \end_inset
15768
15769 Tabelle mit farbigen vertikalen Linien
15770 \end_layout
15771
15772 \end_inset
15773
15774
15775 \end_layout
15776
15777 \begin_layout Plain Layout
15778 \align center
15779 \begin_inset Tabular
15780 <lyxtabular version="3" rows="3" columns="3">
15781 <features>
15782 <column alignment="center" valignment="top" width="0" special="Wc">
15783 <column alignment="center" valignment="top" width="0" special="Wc">
15784 <column alignment="center" valignment="top" width="0" special="WcW">
15785 <row>
15786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15787 \begin_inset Text
15788
15789 \begin_layout Plain Layout
15790 sd
15791 \end_layout
15792
15793 \end_inset
15794 </cell>
15795 <cell alignment="center" valignment="top" topline="true" usebox="none">
15796 \begin_inset Text
15797
15798 \begin_layout Plain Layout
15799
15800 \end_layout
15801
15802 \end_inset
15803 </cell>
15804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15805 \begin_inset Text
15806
15807 \begin_layout Plain Layout
15808
15809 \end_layout
15810
15811 \end_inset
15812 </cell>
15813 </row>
15814 <row>
15815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15816 \begin_inset Text
15817
15818 \begin_layout Plain Layout
15819
15820 \end_layout
15821
15822 \end_inset
15823 </cell>
15824 <cell alignment="center" valignment="top" topline="true" usebox="none">
15825 \begin_inset Text
15826
15827 \begin_layout Plain Layout
15828 sd
15829 \end_layout
15830
15831 \end_inset
15832 </cell>
15833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15834 \begin_inset Text
15835
15836 \begin_layout Plain Layout
15837
15838 \end_layout
15839
15840 \end_inset
15841 </cell>
15842 </row>
15843 <row>
15844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15845 \begin_inset Text
15846
15847 \begin_layout Plain Layout
15848
15849 \end_layout
15850
15851 \end_inset
15852 </cell>
15853 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Plain Layout
15857
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Plain Layout
15866 sd
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 </row>
15872 </lyxtabular>
15873
15874 \end_inset
15875
15876
15877 \end_layout
15878
15879 \end_inset
15880
15881
15882 \end_layout
15883
15884 \begin_layout Standard
15885 \begin_inset VSpace bigskip
15886 \end_inset
15887
15888 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
15889 \begin_inset space ~
15890 \end_inset
15891
15892
15893 \begin_inset CommandInset ref
15894 LatexCommand ref
15895 reference "tab:Tabelle-mit-farbigen-horiz"
15896
15897 \end_inset
15898
15899 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
15900  einfügen:
15901 \end_layout
15902
15903 \begin_layout Standard
15904
15905 \series bold
15906
15907 \backslash
15908 let
15909 \backslash
15910 myHlineC
15911 \backslash
15912 hline
15913 \begin_inset Newline newline
15914 \end_inset
15915
15916
15917 \backslash
15918 renewcommand{
15919 \backslash
15920 hline}
15921 \begin_inset Newline newline
15922 \end_inset
15923
15924
15925 \begin_inset ERT
15926 status collapsed
15927
15928 \begin_layout Plain Layout
15929
15930
15931 \backslash
15932 hphantom{ }
15933 \end_layout
15934
15935 \end_inset
15936
15937 {
15938 \backslash
15939 arrayrulecolor{red}
15940 \backslash
15941 myHlineC
15942 \backslash
15943 arrayrulecolor{black}}
15944 \end_layout
15945
15946 \begin_layout Standard
15947 \begin_inset ERT
15948 status collapsed
15949
15950 \begin_layout Plain Layout
15951
15952
15953 \backslash
15954 let
15955 \backslash
15956 myHlineC
15957 \backslash
15958 hline
15959 \end_layout
15960
15961 \begin_layout Plain Layout
15962
15963
15964 \backslash
15965 renewcommand{
15966 \backslash
15967 hline}
15968 \end_layout
15969
15970 \begin_layout Plain Layout
15971
15972  {
15973 \backslash
15974 arrayrulecolor{red}
15975 \backslash
15976 myHlineC
15977 \backslash
15978 arrayrulecolor{black}}
15979 \end_layout
15980
15981 \end_inset
15982
15983
15984 \begin_inset Float table
15985 placement h
15986 wide false
15987 sideways false
15988 status open
15989
15990 \begin_layout Plain Layout
15991 \begin_inset Caption
15992
15993 \begin_layout Plain Layout
15994 \begin_inset CommandInset label
15995 LatexCommand label
15996 name "tab:Tabelle-mit-farbigen-horiz"
15997
15998 \end_inset
15999
16000 Tabelle mit farbigen horizontalen Linien
16001 \end_layout
16002
16003 \end_inset
16004
16005
16006 \end_layout
16007
16008 \begin_layout Plain Layout
16009 \align center
16010 \begin_inset Tabular
16011 <lyxtabular version="3" rows="3" columns="3">
16012 <features>
16013 <column alignment="center" valignment="top" width="0">
16014 <column alignment="center" valignment="top" width="0">
16015 <column alignment="center" valignment="top" width="0">
16016 <row>
16017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16018 \begin_inset Text
16019
16020 \begin_layout Plain Layout
16021 sd
16022 \end_layout
16023
16024 \end_inset
16025 </cell>
16026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16027 \begin_inset Text
16028
16029 \begin_layout Plain Layout
16030
16031 \end_layout
16032
16033 \end_inset
16034 </cell>
16035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16036 \begin_inset Text
16037
16038 \begin_layout Plain Layout
16039
16040 \end_layout
16041
16042 \end_inset
16043 </cell>
16044 </row>
16045 <row>
16046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16047 \begin_inset Text
16048
16049 \begin_layout Plain Layout
16050
16051 \end_layout
16052
16053 \end_inset
16054 </cell>
16055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16056 \begin_inset Text
16057
16058 \begin_layout Plain Layout
16059 sd
16060 \end_layout
16061
16062 \end_inset
16063 </cell>
16064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16065 \begin_inset Text
16066
16067 \begin_layout Plain Layout
16068
16069 \end_layout
16070
16071 \end_inset
16072 </cell>
16073 </row>
16074 <row>
16075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16076 \begin_inset Text
16077
16078 \begin_layout Plain Layout
16079
16080 \end_layout
16081
16082 \end_inset
16083 </cell>
16084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16085 \begin_inset Text
16086
16087 \begin_layout Plain Layout
16088
16089 \end_layout
16090
16091 \end_inset
16092 </cell>
16093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16094 \begin_inset Text
16095
16096 \begin_layout Plain Layout
16097 sd
16098 \end_layout
16099
16100 \end_inset
16101 </cell>
16102 </row>
16103 </lyxtabular>
16104
16105 \end_inset
16106
16107
16108 \end_layout
16109
16110 \end_inset
16111
16112
16113 \end_layout
16114
16115 \begin_layout Standard
16116 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16117  als TeX-Code hinter der Tabelle einfügen:
16118 \end_layout
16119
16120 \begin_layout Standard
16121
16122 \series bold
16123
16124 \backslash
16125 renewcommand{
16126 \backslash
16127 hline}{
16128 \backslash
16129 myHlineC}
16130 \end_layout
16131
16132 \begin_layout Standard
16133 Tabelle
16134 \begin_inset space ~
16135 \end_inset
16136
16137
16138 \begin_inset CommandInset ref
16139 LatexCommand ref
16140 reference "tab:Table-with-colored"
16141
16142 \end_inset
16143
16144  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16145 \end_layout
16146
16147 \begin_layout Standard
16148 \begin_inset Float table
16149 placement h
16150 wide false
16151 sideways false
16152 status open
16153
16154 \begin_layout Plain Layout
16155 \begin_inset Caption
16156
16157 \begin_layout Plain Layout
16158 \begin_inset CommandInset label
16159 LatexCommand label
16160 name "tab:Table-with-colored"
16161
16162 \end_inset
16163
16164 Tabelle mit farbigen Linien
16165 \end_layout
16166
16167 \end_inset
16168
16169
16170 \end_layout
16171
16172 \begin_layout Plain Layout
16173 \align center
16174 \begin_inset Tabular
16175 <lyxtabular version="3" rows="3" columns="3">
16176 <features>
16177 <column alignment="center" valignment="top" width="0" special="Wc">
16178 <column alignment="center" valignment="top" width="0" special="Wc">
16179 <column alignment="center" valignment="top" width="0" special="WcW">
16180 <row>
16181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16182 \begin_inset Text
16183
16184 \begin_layout Plain Layout
16185 sd
16186 \end_layout
16187
16188 \end_inset
16189 </cell>
16190 <cell alignment="center" valignment="top" topline="true" usebox="none">
16191 \begin_inset Text
16192
16193 \begin_layout Plain Layout
16194
16195 \end_layout
16196
16197 \end_inset
16198 </cell>
16199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16200 \begin_inset Text
16201
16202 \begin_layout Plain Layout
16203
16204 \end_layout
16205
16206 \end_inset
16207 </cell>
16208 </row>
16209 <row>
16210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16211 \begin_inset Text
16212
16213 \begin_layout Plain Layout
16214
16215 \end_layout
16216
16217 \end_inset
16218 </cell>
16219 <cell alignment="center" valignment="top" topline="true" usebox="none">
16220 \begin_inset Text
16221
16222 \begin_layout Plain Layout
16223 sd
16224 \end_layout
16225
16226 \end_inset
16227 </cell>
16228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16229 \begin_inset Text
16230
16231 \begin_layout Plain Layout
16232
16233 \end_layout
16234
16235 \end_inset
16236 </cell>
16237 </row>
16238 <row topspace="default">
16239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16240 \begin_inset Text
16241
16242 \begin_layout Plain Layout
16243
16244 \end_layout
16245
16246 \end_inset
16247 </cell>
16248 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16249 \begin_inset Text
16250
16251 \begin_layout Plain Layout
16252
16253 \end_layout
16254
16255 \end_inset
16256 </cell>
16257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16258 \begin_inset Text
16259
16260 \begin_layout Plain Layout
16261 sd
16262 \end_layout
16263
16264 \end_inset
16265 </cell>
16266 </row>
16267 </lyxtabular>
16268
16269 \end_inset
16270
16271
16272 \end_layout
16273
16274 \end_inset
16275
16276
16277 \end_layout
16278
16279 \begin_layout Standard
16280 \begin_inset ERT
16281 status collapsed
16282
16283 \begin_layout Plain Layout
16284
16285
16286 \backslash
16287 renewcommand{
16288 \backslash
16289 hline}{
16290 \backslash
16291 myHlineC}
16292 \end_layout
16293
16294 \end_inset
16295
16296
16297 \end_layout
16298
16299 \begin_layout Standard
16300 \begin_inset ERT
16301 status collapsed
16302
16303 \begin_layout Plain Layout
16304
16305
16306 \backslash
16307 setlength{
16308 \backslash
16309 arrayrulewidth}{0.4pt}
16310 \end_layout
16311
16312 \end_inset
16313
16314
16315 \begin_inset Note Note
16316 status collapsed
16317
16318 \begin_layout Plain Layout
16319 setzt die Liniendicke wieder auf ihren Standardwert zurück
16320 \end_layout
16321
16322 \end_inset
16323
16324
16325 \end_layout
16326
16327 \begin_layout Section
16328 Tabellen-Anpassung
16329 \begin_inset Index
16330 status collapsed
16331
16332 \begin_layout Plain Layout
16333 Tabellen ! Anpassung
16334 \end_layout
16335
16336 \end_inset
16337
16338
16339 \end_layout
16340
16341 \begin_layout Subsection
16342 Zeilenabstand
16343 \begin_inset CommandInset label
16344 LatexCommand label
16345 name "uab:Zeilenabstand"
16346
16347 \end_inset
16348
16349
16350 \begin_inset Index
16351 status collapsed
16352
16353 \begin_layout Plain Layout
16354 Tabellen ! Zeilenabstand
16355 \end_layout
16356
16357 \end_inset
16358
16359
16360 \end_layout
16361
16362 \begin_layout Standard
16363 Auf der Karteikarte 
16364 \family sans
16365 Rahmen
16366 \family default
16367  des 
16368 \family sans
16369 Tabellen-Einstellungen
16370 \family default
16371 -Dialogs können Sie 
16372 \family sans
16373 zusätzliche
16374 \begin_inset space ~
16375 \end_inset
16376
16377 Abstände
16378 \family default
16379  einfügen.
16380  Dabei haben Sie drei Möglichkeiten:
16381 \end_layout
16382
16383 \begin_layout Description
16384 Oberhalb
16385 \begin_inset space ~
16386 \end_inset
16387
16388 der
16389 \begin_inset space ~
16390 \end_inset
16391
16392 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16393  Bei einer formalen Tabelle
16394 \begin_inset Foot
16395 status collapsed
16396
16397 \begin_layout Plain Layout
16398 Formale Tabellen wurden in Abschnitt
16399 \begin_inset space ~
16400 \end_inset
16401
16402
16403 \begin_inset CommandInset ref
16404 LatexCommand ref
16405 reference "abs:Formale-Tabellen"
16406
16407 \end_inset
16408
16409  beschrieben.
16410 \end_layout
16411
16412 \end_inset
16413
16414  fügt LyX standardmäßig 0.5
16415 \begin_inset space \thinspace{}
16416 \end_inset
16417
16418 em Leerraum ein.
16419  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16420 \begin_inset VSpace medskip
16421 \end_inset
16422
16423
16424 \begin_inset Newline newline
16425 \end_inset
16426
16427
16428 \begin_inset space \hspace*{}
16429 \length 0pt
16430 \end_inset
16431
16432
16433 \begin_inset space \hfill{}
16434 \end_inset
16435
16436
16437 \begin_inset Tabular
16438 <lyxtabular version="3" rows="3" columns="1">
16439 <features>
16440 <column alignment="center" valignment="top" width="0">
16441 <row>
16442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16443 \begin_inset Text
16444
16445 \begin_layout Plain Layout
16446 A
16447 \end_layout
16448
16449 \end_inset
16450 </cell>
16451 </row>
16452 <row topspace="3mm">
16453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16454 \begin_inset Text
16455
16456 \begin_layout Plain Layout
16457 3
16458 \begin_inset space \thinspace{}
16459 \end_inset
16460
16461 mm Leerraum oberhalb der Zeile
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 </row>
16467 <row>
16468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16469 \begin_inset Text
16470
16471 \begin_layout Plain Layout
16472 C
16473 \end_layout
16474
16475 \end_inset
16476 </cell>
16477 </row>
16478 </lyxtabular>
16479
16480 \end_inset
16481
16482
16483 \begin_inset space \hfill{}
16484 \end_inset
16485
16486
16487 \begin_inset space \hspace*{}
16488 \length 0pt
16489 \end_inset
16490
16491
16492 \begin_inset VSpace medskip
16493 \end_inset
16494
16495
16496 \begin_inset Newline newline
16497 \end_inset
16498
16499 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16500 n Linien verwenden.
16501 \end_layout
16502
16503 \begin_layout Description
16504 Unterhalb
16505 \begin_inset space ~
16506 \end_inset
16507
16508 der
16509 \begin_inset space ~
16510 \end_inset
16511
16512 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16513  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16514 \begin_inset space \thinspace{}
16515 \end_inset
16516
16517 em Leerraum ein.
16518  Bei normalen Tabellen ist der Standardwert 2
16519 \begin_inset space \thinspace{}
16520 \end_inset
16521
16522 pt.
16523 \end_layout
16524
16525 \begin_layout Description
16526 Zwischen
16527 \begin_inset space ~
16528 \end_inset
16529
16530 den
16531 \begin_inset space ~
16532 \end_inset
16533
16534 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16535  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16536 \begin_inset space \thinspace{}
16537 \end_inset
16538
16539 em Leerraum ein.
16540  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16541 \begin_inset VSpace medskip
16542 \end_inset
16543
16544
16545 \begin_inset Newline newline
16546 \end_inset
16547
16548
16549 \begin_inset space \hspace*{}
16550 \length 0pt
16551 \end_inset
16552
16553
16554 \begin_inset space \hfill{}
16555 \end_inset
16556
16557
16558 \begin_inset Tabular
16559 <lyxtabular version="3" rows="3" columns="1">
16560 <features>
16561 <column alignment="center" valignment="top" width="0">
16562 <row>
16563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16564 \begin_inset Text
16565
16566 \begin_layout Plain Layout
16567 A
16568 \end_layout
16569
16570 \end_inset
16571 </cell>
16572 </row>
16573 <row interlinespace="3mm">
16574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16575 \begin_inset Text
16576
16577 \begin_layout Plain Layout
16578 \begin_inset Formula $\downarrow$
16579 \end_inset
16580
16581  3
16582 \begin_inset space \thinspace{}
16583 \end_inset
16584
16585 mm Leerraum zwischen den Zeilen 
16586 \begin_inset Formula $\downarrow$
16587 \end_inset
16588
16589
16590 \end_layout
16591
16592 \end_inset
16593 </cell>
16594 </row>
16595 <row>
16596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16597 \begin_inset Text
16598
16599 \begin_layout Plain Layout
16600 \begin_inset Formula $\uparrow$
16601 \end_inset
16602
16603  3
16604 \begin_inset space \thinspace{}
16605 \end_inset
16606
16607 mm Leerraum zwischen den Zeilen 
16608 \begin_inset Formula $\uparrow$
16609 \end_inset
16610
16611
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 </row>
16617 </lyxtabular>
16618
16619 \end_inset
16620
16621
16622 \begin_inset space \hfill{}
16623 \end_inset
16624
16625
16626 \begin_inset space \hspace*{}
16627 \length 0pt
16628 \end_inset
16629
16630
16631 \begin_inset VSpace medskip
16632 \end_inset
16633
16634
16635 \begin_inset Newline newline
16636 \end_inset
16637
16638 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16639 n Linien verwenden.
16640 \end_layout
16641
16642 \begin_layout Standard
16643 \begin_inset VSpace bigskip
16644 \end_inset
16645
16646 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16647  Befehlen im LaTeX-Vorspann machen:
16648 \end_layout
16649
16650 \begin_layout Standard
16651
16652 \series bold
16653
16654 \backslash
16655 @ifundefined{extrarowheight}
16656 \begin_inset Newline newline
16657 \end_inset
16658
16659
16660 \begin_inset ERT
16661 status collapsed
16662
16663 \begin_layout Plain Layout
16664
16665
16666 \backslash
16667 hphantom{ }
16668 \end_layout
16669
16670 \end_inset
16671
16672 {
16673 \backslash
16674 usepackage{array}}{}
16675 \begin_inset Newline newline
16676 \end_inset
16677
16678
16679 \backslash
16680 setlength{
16681 \backslash
16682 extrarowheight}{Höhe}
16683 \end_layout
16684
16685 \begin_layout Standard
16686 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16687  ausgerichtet sind.
16688  (Das Paket 
16689 \series bold
16690 array
16691 \series default
16692  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
16693  verwenden.
16694  Der Befehl 
16695 \series bold
16696
16697 \backslash
16698 @ifundefined
16699 \series default
16700  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16701 \end_layout
16702
16703 \begin_layout Standard
16704 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
16705  zu nah an den Buchstaben.
16706  Das kann korrigiert werden, indem man den Befehl 
16707 \series bold
16708
16709 \backslash
16710 strut
16711 \series default
16712  als TeX-Code am Anfang einer Tabellenzeile einfügt.
16713  Tabelle
16714 \begin_inset space ~
16715 \end_inset
16716
16717
16718 \begin_inset CommandInset ref
16719 LatexCommand ref
16720 reference "tab:Vertikale-Ausrichtung-von"
16721
16722 \end_inset
16723
16724  zeigt den Effekt.
16725 \end_layout
16726
16727 \begin_layout Standard
16728 \noindent
16729 \begin_inset Float table
16730 placement h
16731 wide false
16732 sideways false
16733 status open
16734
16735 \begin_layout Plain Layout
16736 \begin_inset Caption
16737
16738 \begin_layout Plain Layout
16739 \begin_inset CommandInset label
16740 LatexCommand label
16741 name "tab:Vertikale-Ausrichtung-von"
16742
16743 \end_inset
16744
16745 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
16746 \end_layout
16747
16748 \end_inset
16749
16750
16751 \end_layout
16752
16753 \begin_layout Plain Layout
16754 \begin_inset space \hfill{}
16755 \end_inset
16756
16757
16758 \begin_inset Float table
16759 wide false
16760 sideways false
16761 status collapsed
16762
16763 \begin_layout Plain Layout
16764 \begin_inset Caption
16765
16766 \begin_layout Plain Layout
16767 Normale Tabelle.
16768 \end_layout
16769
16770 \end_inset
16771
16772
16773 \end_layout
16774
16775 \begin_layout Plain Layout
16776 \noindent
16777 \align center
16778 \begin_inset Tabular
16779 <lyxtabular version="3" rows="6" columns="1">
16780 <features>
16781 <column alignment="left" valignment="top" width="0">
16782 <row>
16783 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16784 \begin_inset Text
16785
16786 \begin_layout Plain Layout
16787 Normal, g
16788 \end_layout
16789
16790 \end_inset
16791 </cell>
16792 </row>
16793 <row>
16794 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16795 \begin_inset Text
16796
16797 \begin_layout Plain Layout
16798
16799 \size large
16800 Groß, g
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 </row>
16806 <row>
16807 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Plain Layout
16811
16812 \size larger
16813 Größer, g
16814 \end_layout
16815
16816 \end_inset
16817 </cell>
16818 </row>
16819 <row>
16820 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824
16825 \size largest
16826 noch Größer, g
16827 \end_layout
16828
16829 \end_inset
16830 </cell>
16831 </row>
16832 <row>
16833 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16834 \begin_inset Text
16835
16836 \begin_layout Plain Layout
16837
16838 \size huge
16839 Riesig
16840 \end_layout
16841
16842 \end_inset
16843 </cell>
16844 </row>
16845 <row>
16846 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16847 \begin_inset Text
16848
16849 \begin_layout Plain Layout
16850
16851 \size giant
16852 Gigantisch
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 </row>
16858 </lyxtabular>
16859
16860 \end_inset
16861
16862
16863 \end_layout
16864
16865 \end_inset
16866
16867
16868 \begin_inset space \hfill{}
16869 \end_inset
16870
16871
16872 \begin_inset Float table
16873 wide false
16874 sideways false
16875 status collapsed
16876
16877 \begin_layout Plain Layout
16878 \begin_inset Caption
16879
16880 \begin_layout Plain Layout
16881 Tabelle bei der der Befehl 
16882 \series bold
16883
16884 \backslash
16885 strut
16886 \series default
16887  verwendet wurde.
16888 \end_layout
16889
16890 \end_inset
16891
16892
16893 \end_layout
16894
16895 \begin_layout Plain Layout
16896 \noindent
16897 \align center
16898 \begin_inset Tabular
16899 <lyxtabular version="3" rows="6" columns="1">
16900 <features>
16901 <column alignment="left" valignment="top" width="0">
16902 <row>
16903 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16904 \begin_inset Text
16905
16906 \begin_layout Plain Layout
16907 Normal, g
16908 \end_layout
16909
16910 \end_inset
16911 </cell>
16912 </row>
16913 <row>
16914 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918
16919 \size large
16920 \begin_inset ERT
16921 status collapsed
16922
16923 \begin_layout Plain Layout
16924
16925
16926 \backslash
16927 strut 
16928 \end_layout
16929
16930 \end_inset
16931
16932 Groß, g
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 </row>
16938 <row>
16939 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16940 \begin_inset Text
16941
16942 \begin_layout Plain Layout
16943
16944 \size larger
16945 \begin_inset ERT
16946 status collapsed
16947
16948 \begin_layout Plain Layout
16949
16950
16951 \backslash
16952 strut 
16953 \end_layout
16954
16955 \end_inset
16956
16957 Größer, g
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 </row>
16963 <row>
16964 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Plain Layout
16968
16969 \size largest
16970 \begin_inset ERT
16971 status collapsed
16972
16973 \begin_layout Plain Layout
16974
16975
16976 \backslash
16977 strut 
16978 \end_layout
16979
16980 \end_inset
16981
16982 noch Größer, g
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 </row>
16988 <row>
16989 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993
16994 \size huge
16995 \begin_inset ERT
16996 status collapsed
16997
16998 \begin_layout Plain Layout
16999
17000
17001 \backslash
17002 strut 
17003 \end_layout
17004
17005 \end_inset
17006
17007 Riesig
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 </row>
17013 <row>
17014 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17015 \begin_inset Text
17016
17017 \begin_layout Plain Layout
17018
17019 \size giant
17020 \begin_inset ERT
17021 status collapsed
17022
17023 \begin_layout Plain Layout
17024
17025
17026 \backslash
17027 strut 
17028 \end_layout
17029
17030 \end_inset
17031
17032 Gigantisch
17033 \end_layout
17034
17035 \end_inset
17036 </cell>
17037 </row>
17038 </lyxtabular>
17039
17040 \end_inset
17041
17042
17043 \end_layout
17044
17045 \end_inset
17046
17047
17048 \begin_inset space \hfill{}
17049 \end_inset
17050
17051
17052 \end_layout
17053
17054 \end_inset
17055
17056
17057 \end_layout
17058
17059 \begin_layout Subsection
17060 Besondere Zellenausrichtung
17061 \begin_inset Index
17062 status collapsed
17063
17064 \begin_layout Plain Layout
17065 Tabellen ! Zellenausrichtung
17066 \end_layout
17067
17068 \end_inset
17069
17070
17071 \end_layout
17072
17073 \begin_layout Standard
17074 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
17075  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
17076 \begin_inset space ~
17077 \end_inset
17078
17079
17080 \begin_inset CommandInset ref
17081 LatexCommand ref
17082 reference "tab:Tabellenzellen-sind-auf"
17083
17084 \end_inset
17085
17086 .
17087 \end_layout
17088
17089 \begin_layout Standard
17090 \begin_inset Float table
17091 placement h
17092 wide false
17093 sideways false
17094 status open
17095
17096 \begin_layout Plain Layout
17097 \begin_inset Caption
17098
17099 \begin_layout Plain Layout
17100 \begin_inset CommandInset label
17101 LatexCommand label
17102 name "tab:Tabellenzellen-sind-auf"
17103
17104 \end_inset
17105
17106 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
17107 \end_layout
17108
17109 \end_inset
17110
17111
17112 \end_layout
17113
17114 \begin_layout Plain Layout
17115 \align center
17116 \begin_inset Tabular
17117 <lyxtabular version="3" rows="4" columns="2">
17118 <features>
17119 <column alignment="right" valignment="top" width="0">
17120 <column alignment="left" valignment="top" width="0" special="@{}l">
17121 <row>
17122 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17123 \begin_inset Text
17124
17125 \begin_layout Plain Layout
17126 Überschrift
17127 \end_layout
17128
17129 \end_inset
17130 </cell>
17131 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17132 \begin_inset Text
17133
17134 \begin_layout Plain Layout
17135
17136 \end_layout
17137
17138 \end_inset
17139 </cell>
17140 </row>
17141 <row>
17142 <cell alignment="center" valignment="top" usebox="none">
17143 \begin_inset Text
17144
17145 \begin_layout Plain Layout
17146 12.
17147 \end_layout
17148
17149 \end_inset
17150 </cell>
17151 <cell alignment="center" valignment="top" usebox="none">
17152 \begin_inset Text
17153
17154 \begin_layout Plain Layout
17155 6
17156 \end_layout
17157
17158 \end_inset
17159 </cell>
17160 </row>
17161 <row>
17162 <cell alignment="center" valignment="top" usebox="none">
17163 \begin_inset Text
17164
17165 \begin_layout Plain Layout
17166 0.
17167 \end_layout
17168
17169 \end_inset
17170 </cell>
17171 <cell alignment="center" valignment="top" usebox="none">
17172 \begin_inset Text
17173
17174 \begin_layout Plain Layout
17175 68
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 </row>
17181 <row>
17182 <cell alignment="center" valignment="top" usebox="none">
17183 \begin_inset Text
17184
17185 \begin_layout Plain Layout
17186 -123.
17187 \end_layout
17188
17189 \end_inset
17190 </cell>
17191 <cell alignment="center" valignment="top" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Plain Layout
17195 0
17196 \end_layout
17197
17198 \end_inset
17199 </cell>
17200 </row>
17201 </lyxtabular>
17202
17203 \end_inset
17204
17205
17206 \end_layout
17207
17208 \end_inset
17209
17210
17211 \end_layout
17212
17213 \begin_layout Standard
17214 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17215  Die Überschrift ist eine zentrierte Mehrfachspalte.
17216  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17217  der Zahlen einschließlich Dezimalpunkt.
17218  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17219  der Zahlen.
17220   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17221 \family sans
17222 LaTe
17223 \begin_inset ERT
17224 status collapsed
17225
17226 \begin_layout Plain Layout
17227
17228 {}
17229 \end_layout
17230
17231 \end_inset
17232
17233 X-Argument
17234 \family default
17235  für die zweite Spalte folgendes eingefügt:
17236 \end_layout
17237
17238 \begin_layout Standard
17239
17240 \series bold
17241 @{}l
17242 \end_layout
17243
17244 \begin_layout Standard
17245 Tabelle
17246 \begin_inset space ~
17247 \end_inset
17248
17249
17250 \begin_inset CommandInset ref
17251 LatexCommand ref
17252 reference "tab:Verschiedene-Ausrichtungen"
17253
17254 \end_inset
17255
17256  zeigt einige Ausrichtungen.
17257  Für die Ausrichtung der Relationen müssen Sie den 
17258 \family sans
17259 Mittleren
17260 \begin_inset space ~
17261 \end_inset
17262
17263 Abstand
17264 \family default
17265  aus der 
17266 \family sans
17267 Mathe-Werkzeugleiste
17268 \family default
17269  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17270  rechts vom Relationszeichen zu bekommen.
17271 \end_layout
17272
17273 \begin_layout Standard
17274
17275 \color black
17276 \begin_inset Float table
17277 placement h
17278 wide false
17279 sideways false
17280 status open
17281
17282 \begin_layout Plain Layout
17283
17284 \color black
17285 \begin_inset Caption
17286
17287 \begin_layout Plain Layout
17288
17289 \color black
17290 \begin_inset CommandInset label
17291 LatexCommand label
17292 name "tab:Verschiedene-Ausrichtungen"
17293
17294 \end_inset
17295
17296
17297 \color inherit
17298 Verschiedene Ausrichtungen
17299 \end_layout
17300
17301 \end_inset
17302
17303
17304 \end_layout
17305
17306 \begin_layout Plain Layout
17307 \align center
17308 \begin_inset Tabular
17309 <lyxtabular version="3" rows="4" columns="6">
17310 <features>
17311 <column alignment="right" valignment="top" width="0">
17312 <column alignment="left" valignment="top" width="0" special="@{}l">
17313 <column alignment="right" valignment="top" width="0">
17314 <column alignment="left" valignment="top" width="0" special="@{}l">
17315 <column alignment="right" valignment="top" width="0">
17316 <column alignment="left" valignment="top" width="0" special="@{}l">
17317 <row>
17318 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17319 \begin_inset Text
17320
17321 \begin_layout Plain Layout
17322 Einheiten
17323 \end_layout
17324
17325 \end_inset
17326 </cell>
17327 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17328 \begin_inset Text
17329
17330 \begin_layout Plain Layout
17331
17332 \end_layout
17333
17334 \end_inset
17335 </cell>
17336 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17337 \begin_inset Text
17338
17339 \begin_layout Plain Layout
17340 Exponenten
17341 \end_layout
17342
17343 \end_inset
17344 </cell>
17345 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17346 \begin_inset Text
17347
17348 \begin_layout Plain Layout
17349
17350 \end_layout
17351
17352 \end_inset
17353 </cell>
17354 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17355 \begin_inset Text
17356
17357 \begin_layout Plain Layout
17358 Relationen
17359 \end_layout
17360
17361 \end_inset
17362 </cell>
17363 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17364 \begin_inset Text
17365
17366 \begin_layout Plain Layout
17367
17368 \end_layout
17369
17370 \end_inset
17371 </cell>
17372 </row>
17373 <row>
17374 <cell alignment="center" valignment="top" usebox="none">
17375 \begin_inset Text
17376
17377 \begin_layout Plain Layout
17378 12×
17379 \end_layout
17380
17381 \end_inset
17382 </cell>
17383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17384 \begin_inset Text
17385
17386 \begin_layout Plain Layout
17387 24
17388 \begin_inset space \thinspace{}
17389 \end_inset
17390
17391 Flaschen
17392 \end_layout
17393
17394 \end_inset
17395 </cell>
17396 <cell alignment="center" valignment="top" usebox="none">
17397 \begin_inset Text
17398
17399 \begin_layout Plain Layout
17400 \begin_inset Formula $10\cdot$
17401 \end_inset
17402
17403
17404 \end_layout
17405
17406 \end_inset
17407 </cell>
17408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17409 \begin_inset Text
17410
17411 \begin_layout Plain Layout
17412 \begin_inset Formula $10^{\mbox{-}17}$
17413 \end_inset
17414
17415
17416 \end_layout
17417
17418 \end_inset
17419 </cell>
17420 <cell alignment="center" valignment="top" usebox="none">
17421 \begin_inset Text
17422
17423 \begin_layout Plain Layout
17424 \begin_inset Formula $\Gamma(t)\propto$
17425 \end_inset
17426
17427
17428 \end_layout
17429
17430 \end_inset
17431 </cell>
17432 <cell alignment="center" valignment="top" usebox="none">
17433 \begin_inset Text
17434
17435 \begin_layout Plain Layout
17436 \begin_inset Formula $\:\Upsilon(t)$
17437 \end_inset
17438
17439
17440 \end_layout
17441
17442 \end_inset
17443 </cell>
17444 </row>
17445 <row>
17446 <cell alignment="center" valignment="top" usebox="none">
17447 \begin_inset Text
17448
17449 \begin_layout Plain Layout
17450 1024×
17451 \end_layout
17452
17453 \end_inset
17454 </cell>
17455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17456 \begin_inset Text
17457
17458 \begin_layout Plain Layout
17459 768
17460 \begin_inset space \thinspace{}
17461 \end_inset
17462
17463 Pixel
17464 \end_layout
17465
17466 \end_inset
17467 </cell>
17468 <cell alignment="center" valignment="top" usebox="none">
17469 \begin_inset Text
17470
17471 \begin_layout Plain Layout
17472 \begin_inset Formula $5.78\cdot$
17473 \end_inset
17474
17475
17476 \end_layout
17477
17478 \end_inset
17479 </cell>
17480 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17481 \begin_inset Text
17482
17483 \begin_layout Plain Layout
17484 \begin_inset Formula $10^{7}$
17485 \end_inset
17486
17487
17488 \end_layout
17489
17490 \end_inset
17491 </cell>
17492 <cell alignment="center" valignment="top" usebox="none">
17493 \begin_inset Text
17494
17495 \begin_layout Plain Layout
17496 \begin_inset Formula $A\ne$
17497 \end_inset
17498
17499
17500 \end_layout
17501
17502 \end_inset
17503 </cell>
17504 <cell alignment="center" valignment="top" usebox="none">
17505 \begin_inset Text
17506
17507 \begin_layout Plain Layout
17508 \begin_inset Formula $\: B_{\mathrm{red}}$
17509 \end_inset
17510
17511
17512 \end_layout
17513
17514 \end_inset
17515 </cell>
17516 </row>
17517 <row>
17518 <cell alignment="center" valignment="top" usebox="none">
17519 \begin_inset Text
17520
17521 \begin_layout Plain Layout
17522 32×
17523 \end_layout
17524
17525 \end_inset
17526 </cell>
17527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17528 \begin_inset Text
17529
17530 \begin_layout Plain Layout
17531 6
17532 \begin_inset space \thinspace{}
17533 \end_inset
17534
17535 cm
17536 \end_layout
17537
17538 \end_inset
17539 </cell>
17540 <cell alignment="center" valignment="top" usebox="none">
17541 \begin_inset Text
17542
17543 \begin_layout Plain Layout
17544 -
17545 \begin_inset Formula $33.5\cdot$
17546 \end_inset
17547
17548
17549 \end_layout
17550
17551 \end_inset
17552 </cell>
17553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17554 \begin_inset Text
17555
17556 \begin_layout Plain Layout
17557 \begin_inset Formula $10^{4}$
17558 \end_inset
17559
17560
17561 \end_layout
17562
17563 \end_inset
17564 </cell>
17565 <cell alignment="center" valignment="top" usebox="none">
17566 \begin_inset Text
17567
17568 \begin_layout Plain Layout
17569 \begin_inset Formula $\sin(\alpha)\ge$
17570 \end_inset
17571
17572
17573 \end_layout
17574
17575 \end_inset
17576 </cell>
17577 <cell alignment="center" valignment="top" usebox="none">
17578 \begin_inset Text
17579
17580 \begin_layout Plain Layout
17581 \begin_inset Formula $\:\sin(\beta)$
17582 \end_inset
17583
17584
17585 \end_layout
17586
17587 \end_inset
17588 </cell>
17589 </row>
17590 </lyxtabular>
17591
17592 \end_inset
17593
17594
17595 \end_layout
17596
17597 \end_inset
17598
17599
17600 \end_layout
17601
17602 \begin_layout Standard
17603 \begin_inset VSpace bigskip
17604 \end_inset
17605
17606 Es gibt auch noch das LaTeX-Paket 
17607 \series bold
17608 dcolumn
17609 \series default
17610 ,
17611 \begin_inset Index
17612 status collapsed
17613
17614 \begin_layout Plain Layout
17615 LaTeX-Pakete ! dcolumn
17616 \end_layout
17617
17618 \end_inset
17619
17620  mit dem man Zellen ausrichten kann.
17621  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17622  in den Zellen.
17623  Die erste Spalte von Tabelle
17624 \begin_inset space ~
17625 \end_inset
17626
17627
17628 \begin_inset CommandInset ref
17629 LatexCommand ref
17630 reference "tab:Verschiedene-Ausrichtungen"
17631
17632 \end_inset
17633
17634  wird mit 
17635 \series bold
17636 dcolumn
17637 \series default
17638  wie die erste Spalte von Tabelle
17639 \begin_inset space ~
17640 \end_inset
17641
17642
17643 \begin_inset CommandInset ref
17644 LatexCommand ref
17645 reference "tab:Ausrichtung-mit-dem"
17646
17647 \end_inset
17648
17649  aussehen und nur mit ein paar Tricks wie erwartet.
17650  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17651 \begin_inset space ~
17652 \end_inset
17653
17654
17655 \begin_inset CommandInset ref
17656 LatexCommand ref
17657 reference "tab:Verschiedene-Ausrichtungen"
17658
17659 \end_inset
17660
17661  ist mit 
17662 \series bold
17663 dcolumn
17664 \series default
17665  nicht möglich.
17666 \end_layout
17667
17668 \begin_layout Standard
17669 \begin_inset Newpage newpage
17670 \end_inset
17671
17672
17673 \end_layout
17674
17675 \begin_layout Standard
17676 \begin_inset Float table
17677 placement h
17678 wide false
17679 sideways false
17680 status open
17681
17682 \begin_layout Plain Layout
17683 \begin_inset Caption
17684
17685 \begin_layout Plain Layout
17686 \begin_inset CommandInset label
17687 LatexCommand label
17688 name "tab:Ausrichtung-mit-dem"
17689
17690 \end_inset
17691
17692 Ausrichtung mit dem LaTeX-Paket 
17693 \series bold
17694 dcolumn
17695 \series default
17696 .
17697  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17698  bekommen.
17699 \begin_inset OptArg
17700 status collapsed
17701
17702 \begin_layout Plain Layout
17703 Ausrichtung mit dem LaTeX-Paket 
17704 \series bold
17705 dcolumn
17706 \end_layout
17707
17708 \end_inset
17709
17710
17711 \end_layout
17712
17713 \end_inset
17714
17715
17716 \end_layout
17717
17718 \begin_layout Plain Layout
17719 \align center
17720 \begin_inset Tabular
17721 <lyxtabular version="3" rows="4" columns="3">
17722 <features>
17723 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17724 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17725 <column alignment="center" valignment="top" width="0" special="D{+}{\,}{9.7}">
17726 <row>
17727 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17728 \begin_inset Text
17729
17730 \begin_layout Plain Layout
17731 Einheiten
17732 \end_layout
17733
17734 \end_inset
17735 </cell>
17736 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17737 \begin_inset Text
17738
17739 \begin_layout Plain Layout
17740 Einheiten
17741 \end_layout
17742
17743 \end_inset
17744 </cell>
17745 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17746 \begin_inset Text
17747
17748 \begin_layout Plain Layout
17749 Einheiten
17750 \end_layout
17751
17752 \end_inset
17753 </cell>
17754 </row>
17755 <row>
17756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17757 \begin_inset Text
17758
17759 \begin_layout Plain Layout
17760 12x24
17761 \begin_inset space \thinspace{}
17762 \end_inset
17763
17764 Flaschen
17765 \end_layout
17766
17767 \end_inset
17768 </cell>
17769 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17770 \begin_inset Text
17771
17772 \begin_layout Plain Layout
17773 12x24
17774 \begin_inset space \thinspace{}
17775 \end_inset
17776
17777
17778 \begin_inset Formula $\mbox{Flaschen}$
17779 \end_inset
17780
17781
17782 \end_layout
17783
17784 \end_inset
17785 </cell>
17786 <cell alignment="center" valignment="top" usebox="none">
17787 \begin_inset Text
17788
17789 \begin_layout Plain Layout
17790 12
17791 \begin_inset ERT
17792 status collapsed
17793
17794 \begin_layout Plain Layout
17795
17796
17797 \backslash
17798 times 
17799 \end_layout
17800
17801 \end_inset
17802
17803 24+
17804 \begin_inset Formula $\mbox{Flaschen}$
17805 \end_inset
17806
17807
17808 \end_layout
17809
17810 \end_inset
17811 </cell>
17812 </row>
17813 <row>
17814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17815 \begin_inset Text
17816
17817 \begin_layout Plain Layout
17818 1024x768
17819 \begin_inset space \thinspace{}
17820 \end_inset
17821
17822 Pixel
17823 \end_layout
17824
17825 \end_inset
17826 </cell>
17827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17828 \begin_inset Text
17829
17830 \begin_layout Plain Layout
17831 1024x768
17832 \begin_inset space \thinspace{}
17833 \end_inset
17834
17835
17836 \begin_inset Formula $\mbox{Pixel}$
17837 \end_inset
17838
17839
17840 \end_layout
17841
17842 \end_inset
17843 </cell>
17844 <cell alignment="center" valignment="top" usebox="none">
17845 \begin_inset Text
17846
17847 \begin_layout Plain Layout
17848 1024
17849 \begin_inset ERT
17850 status collapsed
17851
17852 \begin_layout Plain Layout
17853
17854
17855 \backslash
17856 times 
17857 \end_layout
17858
17859 \end_inset
17860
17861 768+
17862 \begin_inset Formula $\mbox{Pixel}$
17863 \end_inset
17864
17865
17866 \end_layout
17867
17868 \end_inset
17869 </cell>
17870 </row>
17871 <row>
17872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17873 \begin_inset Text
17874
17875 \begin_layout Plain Layout
17876 32x6
17877 \begin_inset space \thinspace{}
17878 \end_inset
17879
17880 cm
17881 \end_layout
17882
17883 \end_inset
17884 </cell>
17885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17886 \begin_inset Text
17887
17888 \begin_layout Plain Layout
17889 32x6
17890 \begin_inset space \thinspace{}
17891 \end_inset
17892
17893
17894 \begin_inset Formula $\mbox{cm}$
17895 \end_inset
17896
17897
17898 \end_layout
17899
17900 \end_inset
17901 </cell>
17902 <cell alignment="center" valignment="top" usebox="none">
17903 \begin_inset Text
17904
17905 \begin_layout Plain Layout
17906 32
17907 \begin_inset ERT
17908 status collapsed
17909
17910 \begin_layout Plain Layout
17911
17912
17913 \backslash
17914 times 
17915 \end_layout
17916
17917 \end_inset
17918
17919 6+
17920 \begin_inset Formula $\mbox{cm}$
17921 \end_inset
17922
17923
17924 \end_layout
17925
17926 \end_inset
17927 </cell>
17928 </row>
17929 </lyxtabular>
17930
17931 \end_inset
17932
17933
17934 \end_layout
17935
17936 \end_inset
17937
17938
17939 \end_layout
17940
17941 \begin_layout Subsection
17942 Angepasste Zellen-/Spaltenformate
17943 \begin_inset CommandInset label
17944 LatexCommand label
17945 name "uab:Angepasste-Zellen-/Spaltenformate"
17946
17947 \end_inset
17948
17949
17950 \begin_inset Index
17951 status collapsed
17952
17953 \begin_layout Plain Layout
17954 Tabellen ! Spaltenformat
17955 \end_layout
17956
17957 \end_inset
17958
17959
17960 \end_layout
17961
17962 \begin_layout Standard
17963 Wenn man wie in Abschnitt
17964 \begin_inset space ~
17965 \end_inset
17966
17967
17968 \begin_inset CommandInset ref
17969 LatexCommand ref
17970 reference "uab:Mehrfachspalten-Berechnungen"
17971
17972 \end_inset
17973
17974  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
17975  mehreren Tabellen mit Mehrfachspalten sehr lästig.
17976  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
17977  definieren:
17978 \end_layout
17979
17980 \begin_layout Standard
17981
17982 \series bold
17983
17984 \backslash
17985 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
17986 \end_layout
17987
17988 \begin_layout Standard
17989 Der Formatname darf nur ein Buchstabe sein, aber nicht 
17990 \emph on
17991 b
17992 \emph default
17993
17994 \emph on
17995 c
17996 \emph default
17997
17998 \emph on
17999 l
18000 \emph default
18001
18002 \emph on
18003 m
18004 \emph default
18005
18006 \emph on
18007 p
18008 \emph default
18009  oder 
18010 \emph on
18011 r
18012 \emph default
18013 , weil diese vordefiniert sind.
18014  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
18015 \end_layout
18016
18017 \begin_layout Standard
18018 \begin_inset VSpace medskip
18019 \end_inset
18020
18021
18022 \end_layout
18023
18024 \begin_layout Standard
18025 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
18026  Breite könnte das Format so aussehen:
18027 \end_layout
18028
18029 \begin_layout Standard
18030
18031 \series bold
18032
18033 \backslash
18034 newcolumntype{M}[1]{>{
18035 \backslash
18036 centering
18037 \backslash
18038 hspace{0pt}}m{#1}}
18039 \end_layout
18040
18041 \begin_layout Standard
18042 wobei 
18043 \series bold
18044
18045 \backslash
18046 hspace{0pt}
18047 \series default
18048  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
18049  Abschnitt
18050 \begin_inset space ~
18051 \end_inset
18052
18053
18054 \begin_inset CommandInset ref
18055 LatexCommand ref
18056 reference "uab:Mehrfache-Zeilen-in"
18057
18058 \end_inset
18059
18060  beschrieben.
18061  Jetzt können Sie mit
18062 \end_layout
18063
18064 \begin_layout Standard
18065
18066 \series bold
18067 M{Breite}
18068 \end_layout
18069
18070 \begin_layout Standard
18071 im 
18072 \family sans
18073 LaTeX-Argument
18074 \family default
18075  im 
18076 \family sans
18077 Tabellen-Einstellungen
18078 \family default
18079 -Dialog eine Mehrfachspalte definieren.
18080 \end_layout
18081
18082 \begin_layout Standard
18083 \begin_inset VSpace bigskip
18084 \end_inset
18085
18086
18087 \end_layout
18088
18089 \begin_layout Standard
18090 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
18091  Format definieren:
18092 \end_layout
18093
18094 \begin_layout Standard
18095
18096 \series bold
18097
18098 \backslash
18099 newcolumntype{S}[2]{>{
18100 \backslash
18101 centering
18102 \backslash
18103 hspace{0pt}}
18104 \begin_inset Newline newline
18105 \end_inset
18106
18107
18108 \begin_inset ERT
18109 status collapsed
18110
18111 \begin_layout Plain Layout
18112
18113
18114 \backslash
18115 phantom{
18116 \end_layout
18117
18118 \end_inset
18119
18120
18121 \backslash
18122 newcolumntype
18123 \begin_inset ERT
18124 status collapsed
18125
18126 \begin_layout Plain Layout
18127
18128 }
18129 \end_layout
18130
18131 \end_inset
18132
18133 m{(#1+(2
18134 \backslash
18135 tabcolsep+
18136 \backslash
18137 arrayrulewidth)*(1-#2))/#2}}
18138 \end_layout
18139
18140 \begin_layout Standard
18141 Dieses Format benutzt Gleichung
18142 \begin_inset space ~
18143 \end_inset
18144
18145
18146 \begin_inset CommandInset ref
18147 LatexCommand ref
18148 reference "eq:Wgn"
18149
18150 \end_inset
18151
18152 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18153  breit ist.
18154 \end_layout
18155
18156 \begin_layout Standard
18157 Jetzt können Sie im 
18158 \family sans
18159 LaTeX-Argument
18160 \family default
18161  im 
18162 \family sans
18163 Tabellen-Einstellungen
18164 \family default
18165 -Dialog folgendes einfügen:
18166 \end_layout
18167
18168 \begin_layout Standard
18169
18170 \series bold
18171 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18172 \end_layout
18173
18174 \begin_layout Standard
18175 \begin_inset VSpace bigskip
18176 \end_inset
18177
18178
18179 \end_layout
18180
18181 \begin_layout Standard
18182 Für farbige Spalten können Sie folgendes einfügen:
18183 \end_layout
18184
18185 \begin_layout Standard
18186
18187 \series bold
18188
18189 \backslash
18190 newcolumntype{K}[1]{>{
18191 \backslash
18192 columncolor{#1}
18193 \backslash
18194 hspace{0pt}}c}
18195 \end_layout
18196
18197 \begin_layout Standard
18198 Das 
18199 \begin_inset Quotes gld
18200 \end_inset
18201
18202 c
18203 \begin_inset Quotes grd
18204 \end_inset
18205
18206  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18207  zentriert ist.
18208  Jetzt können Sie als 
18209 \family sans
18210 LaTeX-Argument
18211 \family default
18212  folgendes einfügen:
18213 \end_layout
18214
18215 \begin_layout Standard
18216
18217 \series bold
18218 K{Farbname}
18219 \end_layout
18220
18221 \begin_layout Standard
18222 \begin_inset VSpace bigskip
18223 \end_inset
18224
18225
18226 \end_layout
18227
18228 \begin_layout Standard
18229 Für Tabelle
18230 \begin_inset space ~
18231 \end_inset
18232
18233
18234 \begin_inset CommandInset ref
18235 LatexCommand ref
18236 reference "tab:Tabelle-mit-benutzerdefinierte"
18237
18238 \end_inset
18239
18240  wurden folgende 
18241 \family sans
18242 LaTeX-Argumente
18243 \family default
18244  benutzt:
18245 \end_layout
18246
18247 \begin_layout Standard
18248
18249 \series bold
18250 M{2.5cm}
18251 \end_layout
18252
18253 \begin_layout Standard
18254 für die erste Spalte und die Mehrfachspalte,
18255 \end_layout
18256
18257 \begin_layout Standard
18258
18259 \series bold
18260 K{red}
18261 \end_layout
18262
18263 \begin_layout Standard
18264 für die letzte Spalte und
18265 \end_layout
18266
18267 \begin_layout Standard
18268
18269 \series bold
18270 S{2.5cm}{2}
18271 \end_layout
18272
18273 \begin_layout Standard
18274 für die Spalten in der zweiten Mehrfachspalte.
18275 \end_layout
18276
18277 \begin_layout Standard
18278 \begin_inset Float table
18279 placement h
18280 wide false
18281 sideways false
18282 status open
18283
18284 \begin_layout Plain Layout
18285 \begin_inset Caption
18286
18287 \begin_layout Plain Layout
18288 \begin_inset CommandInset label
18289 LatexCommand label
18290 name "tab:Tabelle-mit-benutzerdefinierte"
18291
18292 \end_inset
18293
18294 Tabelle mit benutzerdefinierten Formaten
18295 \end_layout
18296
18297 \end_inset
18298
18299
18300 \end_layout
18301
18302 \begin_layout Plain Layout
18303 \align center
18304 \begin_inset Tabular
18305 <lyxtabular version="3" rows="3" columns="4">
18306 <features>
18307 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18308 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18309 <column alignment="center" valignment="middle" width="0">
18310 <column alignment="center" valignment="middle" width="0" special="K{red}">
18311 <row>
18312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18313 \begin_inset Text
18314
18315 \begin_layout Plain Layout
18316 einsehrlangesWort
18317 \end_layout
18318
18319 \end_inset
18320 </cell>
18321 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18322 \begin_inset Text
18323
18324 \begin_layout Plain Layout
18325 Mehrfachspalte mit mehreren Zeilen
18326 \end_layout
18327
18328 \end_inset
18329 </cell>
18330 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18331 \begin_inset Text
18332
18333 \begin_layout Plain Layout
18334
18335 \end_layout
18336
18337 \end_inset
18338 </cell>
18339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18340 \begin_inset Text
18341
18342 \begin_layout Plain Layout
18343 c
18344 \end_layout
18345
18346 \end_inset
18347 </cell>
18348 </row>
18349 <row>
18350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18351 \begin_inset Text
18352
18353 \begin_layout Plain Layout
18354 d
18355 \end_layout
18356
18357 \end_inset
18358 </cell>
18359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18360 \begin_inset Text
18361
18362 \begin_layout Plain Layout
18363 e
18364 \end_layout
18365
18366 \end_inset
18367 </cell>
18368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18369 \begin_inset Text
18370
18371 \begin_layout Plain Layout
18372 f
18373 \end_layout
18374
18375 \end_inset
18376 </cell>
18377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18378 \begin_inset Text
18379
18380 \begin_layout Plain Layout
18381 g
18382 \end_layout
18383
18384 \end_inset
18385 </cell>
18386 </row>
18387 <row>
18388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18389 \begin_inset Text
18390
18391 \begin_layout Plain Layout
18392 h
18393 \end_layout
18394
18395 \end_inset
18396 </cell>
18397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18398 \begin_inset Text
18399
18400 \begin_layout Plain Layout
18401 i
18402 \end_layout
18403
18404 \end_inset
18405 </cell>
18406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18407 \begin_inset Text
18408
18409 \begin_layout Plain Layout
18410 j
18411 \end_layout
18412
18413 \end_inset
18414 </cell>
18415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18416 \begin_inset Text
18417
18418 \begin_layout Plain Layout
18419 k
18420 \end_layout
18421
18422 \end_inset
18423 </cell>
18424 </row>
18425 </lyxtabular>
18426
18427 \end_inset
18428
18429
18430 \end_layout
18431
18432 \end_inset
18433
18434
18435 \end_layout
18436
18437 \begin_layout Subsection
18438 Liniendicke
18439 \begin_inset CommandInset label
18440 LatexCommand label
18441 name "uab:Liniendicke"
18442
18443 \end_inset
18444
18445
18446 \begin_inset Index
18447 status collapsed
18448
18449 \begin_layout Plain Layout
18450 Tabellen  ! Linien ! -dicke
18451 \end_layout
18452
18453 \end_inset
18454
18455
18456 \end_layout
18457
18458 \begin_layout Standard
18459 Die Liniendicke für alle Linien einer Tabelle kann mit 
18460 \series bold
18461
18462 \backslash
18463 arrayrulewidth
18464 \series default
18465  eingestellt werden.
18466  Um eine Liniendicke von 1.5
18467 \begin_inset space \thinspace{}
18468 \end_inset
18469
18470 pt wie in Tabelle
18471 \begin_inset space ~
18472 \end_inset
18473
18474
18475 \begin_inset CommandInset ref
18476 LatexCommand ref
18477 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18478
18479 \end_inset
18480
18481  zu bekommen, geben Sie den Befehl
18482 \end_layout
18483
18484 \begin_layout Standard
18485
18486 \series bold
18487
18488 \backslash
18489 setlength{
18490 \backslash
18491 arrayrulewidth}{1.5pt}
18492 \end_layout
18493
18494 \begin_layout Standard
18495 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18496  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18497  Mit
18498 \end_layout
18499
18500 \begin_layout Standard
18501
18502 \series bold
18503
18504 \backslash
18505 setlength{
18506 \backslash
18507 arrayrulewidth}{0.4pt}
18508 \end_layout
18509
18510 \begin_layout Standard
18511 bekommen Sie wieder die Standarddicke.
18512 \end_layout
18513
18514 \begin_layout Standard
18515 \begin_inset ERT
18516 status collapsed
18517
18518 \begin_layout Plain Layout
18519
18520
18521 \backslash
18522 setlength{
18523 \backslash
18524 arrayrulewidth}{1.5pt}
18525 \end_layout
18526
18527 \end_inset
18528
18529
18530 \begin_inset Float table
18531 placement H
18532 wide false
18533 sideways false
18534 status open
18535
18536 \begin_layout Plain Layout
18537 \begin_inset Caption
18538
18539 \begin_layout Plain Layout
18540 \begin_inset CommandInset label
18541 LatexCommand label
18542 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18543
18544 \end_inset
18545
18546 Tabelle mit 1.5
18547 \begin_inset space \thinspace{}
18548 \end_inset
18549
18550 pt Liniendicke
18551 \end_layout
18552
18553 \end_inset
18554
18555
18556 \end_layout
18557
18558 \begin_layout Plain Layout
18559 \align center
18560 \begin_inset Tabular
18561 <lyxtabular version="3" rows="3" columns="3">
18562 <features>
18563 <column alignment="center" valignment="top" width="0">
18564 <column alignment="center" valignment="top" width="0">
18565 <column alignment="center" valignment="top" width="0">
18566 <row>
18567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18568 \begin_inset Text
18569
18570 \begin_layout Plain Layout
18571 sd
18572 \end_layout
18573
18574 \end_inset
18575 </cell>
18576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18577 \begin_inset Text
18578
18579 \begin_layout Plain Layout
18580
18581 \end_layout
18582
18583 \end_inset
18584 </cell>
18585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18586 \begin_inset Text
18587
18588 \begin_layout Plain Layout
18589
18590 \end_layout
18591
18592 \end_inset
18593 </cell>
18594 </row>
18595 <row>
18596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18597 \begin_inset Text
18598
18599 \begin_layout Plain Layout
18600
18601 \end_layout
18602
18603 \end_inset
18604 </cell>
18605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18606 \begin_inset Text
18607
18608 \begin_layout Plain Layout
18609 sd
18610 \end_layout
18611
18612 \end_inset
18613 </cell>
18614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18615 \begin_inset Text
18616
18617 \begin_layout Plain Layout
18618
18619 \end_layout
18620
18621 \end_inset
18622 </cell>
18623 </row>
18624 <row>
18625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18626 \begin_inset Text
18627
18628 \begin_layout Plain Layout
18629
18630 \end_layout
18631
18632 \end_inset
18633 </cell>
18634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18635 \begin_inset Text
18636
18637 \begin_layout Plain Layout
18638
18639 \end_layout
18640
18641 \end_inset
18642 </cell>
18643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18644 \begin_inset Text
18645
18646 \begin_layout Plain Layout
18647 sd
18648 \end_layout
18649
18650 \end_inset
18651 </cell>
18652 </row>
18653 </lyxtabular>
18654
18655 \end_inset
18656
18657
18658 \end_layout
18659
18660 \end_inset
18661
18662
18663 \begin_inset ERT
18664 status collapsed
18665
18666 \begin_layout Plain Layout
18667
18668
18669 \backslash
18670 setlength{
18671 \backslash
18672 arrayrulewidth}{0.4pt}
18673 \end_layout
18674
18675 \end_inset
18676
18677
18678 \end_layout
18679
18680 \begin_layout Standard
18681 \begin_inset VSpace bigskip
18682 \end_inset
18683
18684 Um eine Liniendicke von 1.5
18685 \begin_inset space \thinspace{}
18686 \end_inset
18687
18688 pt nur für horizontale Linien zu bekommen wie in Tabelle
18689 \begin_inset space ~
18690 \end_inset
18691
18692
18693 \begin_inset CommandInset ref
18694 LatexCommand ref
18695 reference "tab:Tabelle-mit-1.5pt-horiz"
18696
18697 \end_inset
18698
18699 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18700  einfügen:
18701 \end_layout
18702
18703 \begin_layout Standard
18704
18705 \series bold
18706
18707 \backslash
18708 let
18709 \backslash
18710 myHline
18711 \backslash
18712 hline
18713 \begin_inset Newline newline
18714 \end_inset
18715
18716
18717 \backslash
18718 renewcommand{
18719 \backslash
18720 hline}
18721 \begin_inset Newline newline
18722 \end_inset
18723
18724  {
18725 \backslash
18726 noalign{
18727 \backslash
18728 global
18729 \backslash
18730 arrayrulewidth 1.5pt}
18731 \begin_inset Newline newline
18732 \end_inset
18733
18734  
18735 \backslash
18736 myHline
18737 \backslash
18738 noalign{
18739 \backslash
18740 global
18741 \backslash
18742 arrayrulewidth 0.4pt}}
18743 \end_layout
18744
18745 \begin_layout Standard
18746 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18747  der (Gleit\SpecialChar \-
18748 objekt-)Tabelle zurück:
18749 \end_layout
18750
18751 \begin_layout Standard
18752
18753 \series bold
18754
18755 \backslash
18756 renewcommand{
18757 \backslash
18758 hline}{
18759 \backslash
18760 myHline}
18761 \end_layout
18762
18763 \begin_layout Standard
18764 \begin_inset ERT
18765 status collapsed
18766
18767 \begin_layout Plain Layout
18768
18769
18770 \backslash
18771 let
18772 \backslash
18773 myHline
18774 \backslash
18775 hline
18776 \end_layout
18777
18778 \begin_layout Plain Layout
18779
18780
18781 \backslash
18782 renewcommand{
18783 \backslash
18784 hline}
18785 \end_layout
18786
18787 \begin_layout Plain Layout
18788
18789  {
18790 \backslash
18791 noalign{
18792 \backslash
18793 global
18794 \backslash
18795 arrayrulewidth 1.5pt}
18796 \end_layout
18797
18798 \begin_layout Plain Layout
18799
18800   
18801 \backslash
18802 myHline
18803 \backslash
18804 noalign{
18805 \backslash
18806 global
18807 \backslash
18808 arrayrulewidth 0.4pt}}
18809 \end_layout
18810
18811 \end_inset
18812
18813
18814 \begin_inset Float table
18815 placement h
18816 wide false
18817 sideways false
18818 status open
18819
18820 \begin_layout Plain Layout
18821 \begin_inset Caption
18822
18823 \begin_layout Plain Layout
18824 \begin_inset CommandInset label
18825 LatexCommand label
18826 name "tab:Tabelle-mit-1.5pt-horiz"
18827
18828 \end_inset
18829
18830 Tabelle mit 1.5
18831 \begin_inset space \thinspace{}
18832 \end_inset
18833
18834 pt dicken horizontalen Linien
18835 \end_layout
18836
18837 \end_inset
18838
18839
18840 \end_layout
18841
18842 \begin_layout Plain Layout
18843 \align center
18844 \begin_inset Tabular
18845 <lyxtabular version="3" rows="3" columns="3">
18846 <features>
18847 <column alignment="center" valignment="top" width="0">
18848 <column alignment="center" valignment="top" width="0">
18849 <column alignment="center" valignment="top" width="0">
18850 <row>
18851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18852 \begin_inset Text
18853
18854 \begin_layout Plain Layout
18855 sd
18856 \end_layout
18857
18858 \end_inset
18859 </cell>
18860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18861 \begin_inset Text
18862
18863 \begin_layout Plain Layout
18864
18865 \end_layout
18866
18867 \end_inset
18868 </cell>
18869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18870 \begin_inset Text
18871
18872 \begin_layout Plain Layout
18873
18874 \end_layout
18875
18876 \end_inset
18877 </cell>
18878 </row>
18879 <row>
18880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18881 \begin_inset Text
18882
18883 \begin_layout Plain Layout
18884
18885 \end_layout
18886
18887 \end_inset
18888 </cell>
18889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18890 \begin_inset Text
18891
18892 \begin_layout Plain Layout
18893 sd
18894 \end_layout
18895
18896 \end_inset
18897 </cell>
18898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18899 \begin_inset Text
18900
18901 \begin_layout Plain Layout
18902
18903 \end_layout
18904
18905 \end_inset
18906 </cell>
18907 </row>
18908 <row>
18909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18910 \begin_inset Text
18911
18912 \begin_layout Plain Layout
18913
18914 \end_layout
18915
18916 \end_inset
18917 </cell>
18918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18919 \begin_inset Text
18920
18921 \begin_layout Plain Layout
18922
18923 \end_layout
18924
18925 \end_inset
18926 </cell>
18927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18928 \begin_inset Text
18929
18930 \begin_layout Plain Layout
18931 sd
18932 \end_layout
18933
18934 \end_inset
18935 </cell>
18936 </row>
18937 </lyxtabular>
18938
18939 \end_inset
18940
18941
18942 \end_layout
18943
18944 \end_inset
18945
18946
18947 \begin_inset ERT
18948 status collapsed
18949
18950 \begin_layout Plain Layout
18951
18952
18953 \backslash
18954 renewcommand{
18955 \backslash
18956 hline}{
18957 \backslash
18958 myHline}
18959 \end_layout
18960
18961 \end_inset
18962
18963
18964 \end_layout
18965
18966 \begin_layout Standard
18967 \begin_inset VSpace bigskip
18968 \end_inset
18969
18970 Um die Liniendicke von 1.5
18971 \begin_inset space \thinspace{}
18972 \end_inset
18973
18974 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
18975  Spaltenformat entsprechend der Beschreibung in Abschnitt
18976 \begin_inset space ~
18977 \end_inset
18978
18979
18980 \begin_inset CommandInset ref
18981 LatexCommand ref
18982 reference "uab:Angepasste-Zellen-/Spaltenformate"
18983
18984 \end_inset
18985
18986  definieren:
18987 \end_layout
18988
18989 \begin_layout Standard
18990
18991 \series bold
18992
18993 \backslash
18994 newcolumntype{V}{!{
18995 \backslash
18996 vrule width 1.5pt}}
18997 \end_layout
18998
18999 \begin_layout Standard
19000 In Tabelle
19001 \begin_inset space ~
19002 \end_inset
19003
19004
19005 \begin_inset CommandInset ref
19006 LatexCommand ref
19007 reference "tab:Tabelle-mit-1.5pt-vert"
19008
19009 \end_inset
19010
19011  wurde das 
19012 \family sans
19013 LaTe
19014 \begin_inset ERT
19015 status collapsed
19016
19017 \begin_layout Plain Layout
19018
19019 {}
19020 \end_layout
19021
19022 \end_inset
19023
19024 X-Argument
19025 \family default
19026 \series bold
19027  VcV
19028 \series default
19029  für die letzte Spalte und
19030 \series bold
19031  Vc
19032 \series default
19033  für die anderen benutzt.
19034 \end_layout
19035
19036 \begin_layout Standard
19037 \begin_inset Float table
19038 placement H
19039 wide false
19040 sideways false
19041 status open
19042
19043 \begin_layout Plain Layout
19044 \begin_inset Caption
19045
19046 \begin_layout Plain Layout
19047 \begin_inset CommandInset label
19048 LatexCommand label
19049 name "tab:Tabelle-mit-1.5pt-vert"
19050
19051 \end_inset
19052
19053 Tabelle mit 1.5
19054 \begin_inset space \thinspace{}
19055 \end_inset
19056
19057 pt dicken vertikalen Linien
19058 \end_layout
19059
19060 \end_inset
19061
19062
19063 \end_layout
19064
19065 \begin_layout Plain Layout
19066 \align center
19067 \begin_inset Tabular
19068 <lyxtabular version="3" rows="3" columns="3">
19069 <features>
19070 <column alignment="center" valignment="top" width="0" special="Vc">
19071 <column alignment="center" valignment="top" width="0" special="Vc">
19072 <column alignment="center" valignment="top" width="0" special="VcV">
19073 <row>
19074 <cell alignment="center" valignment="top" topline="true" usebox="none">
19075 \begin_inset Text
19076
19077 \begin_layout Plain Layout
19078 sd
19079 \end_layout
19080
19081 \end_inset
19082 </cell>
19083 <cell alignment="center" valignment="top" topline="true" usebox="none">
19084 \begin_inset Text
19085
19086 \begin_layout Plain Layout
19087
19088 \end_layout
19089
19090 \end_inset
19091 </cell>
19092 <cell alignment="center" valignment="top" topline="true" usebox="none">
19093 \begin_inset Text
19094
19095 \begin_layout Plain Layout
19096
19097 \end_layout
19098
19099 \end_inset
19100 </cell>
19101 </row>
19102 <row>
19103 <cell alignment="center" valignment="top" topline="true" usebox="none">
19104 \begin_inset Text
19105
19106 \begin_layout Plain Layout
19107
19108 \end_layout
19109
19110 \end_inset
19111 </cell>
19112 <cell alignment="center" valignment="top" topline="true" usebox="none">
19113 \begin_inset Text
19114
19115 \begin_layout Plain Layout
19116 sd
19117 \end_layout
19118
19119 \end_inset
19120 </cell>
19121 <cell alignment="center" valignment="top" topline="true" usebox="none">
19122 \begin_inset Text
19123
19124 \begin_layout Plain Layout
19125
19126 \end_layout
19127
19128 \end_inset
19129 </cell>
19130 </row>
19131 <row>
19132 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19133 \begin_inset Text
19134
19135 \begin_layout Plain Layout
19136
19137 \end_layout
19138
19139 \end_inset
19140 </cell>
19141 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19142 \begin_inset Text
19143
19144 \begin_layout Plain Layout
19145
19146 \end_layout
19147
19148 \end_inset
19149 </cell>
19150 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19151 \begin_inset Text
19152
19153 \begin_layout Plain Layout
19154 sd
19155 \end_layout
19156
19157 \end_inset
19158 </cell>
19159 </row>
19160 </lyxtabular>
19161
19162 \end_inset
19163
19164
19165 \end_layout
19166
19167 \end_inset
19168
19169
19170 \end_layout
19171
19172 \begin_layout Subsection
19173 Gestrichelte Linien
19174 \begin_inset Index
19175 status collapsed
19176
19177 \begin_layout Plain Layout
19178 Tabellen  ! Linien ! gestrichelte 
19179 \end_layout
19180
19181 \end_inset
19182
19183
19184 \end_layout
19185
19186 \begin_layout Standard
19187 \begin_inset ERT
19188 status collapsed
19189
19190 \begin_layout Plain Layout
19191
19192
19193 \backslash
19194 ifarydshln
19195 \end_layout
19196
19197 \end_inset
19198
19199
19200 \begin_inset Note Note
19201 status open
19202
19203 \begin_layout Plain Layout
19204 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19205 \series bold
19206 arydshln
19207 \series default
19208  installiert ist.
19209 \end_layout
19210
19211 \end_inset
19212
19213
19214 \end_layout
19215
19216 \begin_layout Standard
19217 \begin_inset Float table
19218 placement h
19219 wide false
19220 sideways false
19221 status open
19222
19223 \begin_layout Plain Layout
19224 \begin_inset Caption
19225
19226 \begin_layout Plain Layout
19227 \begin_inset CommandInset label
19228 LatexCommand label
19229 name "tab:Tabelle-mit-gestrichelten"
19230
19231 \end_inset
19232
19233 Tabelle mit gestrichelten Linien
19234 \end_layout
19235
19236 \end_inset
19237
19238
19239 \end_layout
19240
19241 \begin_layout Plain Layout
19242 \align center
19243 \begin_inset Tabular
19244 <lyxtabular version="3" rows="5" columns="5">
19245 <features>
19246 <column alignment="center" valignment="top" width="0">
19247 <column alignment="center" valignment="top" width="0">
19248 <column alignment="center" valignment="top" width="0" special=":c">
19249 <column alignment="center" valignment="top" width="0">
19250 <column alignment="center" valignment="top" width="0">
19251 <row>
19252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19253 \begin_inset Text
19254
19255 \begin_layout Plain Layout
19256 a
19257 \end_layout
19258
19259 \end_inset
19260 </cell>
19261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19262 \begin_inset Text
19263
19264 \begin_layout Plain Layout
19265 b
19266 \end_layout
19267
19268 \end_inset
19269 </cell>
19270 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19271 \begin_inset Text
19272
19273 \begin_layout Plain Layout
19274 c
19275 \end_layout
19276
19277 \end_inset
19278 </cell>
19279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Plain Layout
19283 d
19284 \end_layout
19285
19286 \end_inset
19287 </cell>
19288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19289 \begin_inset Text
19290
19291 \begin_layout Plain Layout
19292 e
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 </row>
19298 <row>
19299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19300 \begin_inset Text
19301
19302 \begin_layout Plain Layout
19303 f
19304 \end_layout
19305
19306 \end_inset
19307 </cell>
19308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19309 \begin_inset Text
19310
19311 \begin_layout Plain Layout
19312 g
19313 \end_layout
19314
19315 \end_inset
19316 </cell>
19317 <cell alignment="center" valignment="top" topline="true" usebox="none">
19318 \begin_inset Text
19319
19320 \begin_layout Plain Layout
19321 h
19322 \end_layout
19323
19324 \end_inset
19325 </cell>
19326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19327 \begin_inset Text
19328
19329 \begin_layout Plain Layout
19330 i
19331 \end_layout
19332
19333 \end_inset
19334 </cell>
19335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19336 \begin_inset Text
19337
19338 \begin_layout Plain Layout
19339 j
19340 \end_layout
19341
19342 \end_inset
19343 </cell>
19344 </row>
19345 <row>
19346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19347 \begin_inset Text
19348
19349 \begin_layout Plain Layout
19350 \begin_inset ERT
19351 status collapsed
19352
19353 \begin_layout Plain Layout
19354
19355
19356 \backslash
19357 hdashline 
19358 \end_layout
19359
19360 \end_inset
19361
19362 k
19363 \end_layout
19364
19365 \end_inset
19366 </cell>
19367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19368 \begin_inset Text
19369
19370 \begin_layout Plain Layout
19371 l
19372 \end_layout
19373
19374 \end_inset
19375 </cell>
19376 <cell alignment="center" valignment="top" usebox="none">
19377 \begin_inset Text
19378
19379 \begin_layout Plain Layout
19380 m
19381 \end_layout
19382
19383 \end_inset
19384 </cell>
19385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19386 \begin_inset Text
19387
19388 \begin_layout Plain Layout
19389 n
19390 \end_layout
19391
19392 \end_inset
19393 </cell>
19394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19395 \begin_inset Text
19396
19397 \begin_layout Plain Layout
19398 o
19399 \end_layout
19400
19401 \end_inset
19402 </cell>
19403 </row>
19404 <row>
19405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19406 \begin_inset Text
19407
19408 \begin_layout Plain Layout
19409 \begin_inset ERT
19410 status collapsed
19411
19412 \begin_layout Plain Layout
19413
19414
19415 \backslash
19416 cdashline{4-5}
19417 \end_layout
19418
19419 \end_inset
19420
19421 p
19422 \end_layout
19423
19424 \end_inset
19425 </cell>
19426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19427 \begin_inset Text
19428
19429 \begin_layout Plain Layout
19430 q
19431 \end_layout
19432
19433 \end_inset
19434 </cell>
19435 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19436 \begin_inset Text
19437
19438 \begin_layout Plain Layout
19439 r
19440 \end_layout
19441
19442 \end_inset
19443 </cell>
19444 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19445 \begin_inset Text
19446
19447 \begin_layout Plain Layout
19448 s
19449 \end_layout
19450
19451 \end_inset
19452 </cell>
19453 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19454 \begin_inset Text
19455
19456 \begin_layout Plain Layout
19457
19458 \end_layout
19459
19460 \end_inset
19461 </cell>
19462 </row>
19463 <row>
19464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19465 \begin_inset Text
19466
19467 \begin_layout Plain Layout
19468 t
19469 \end_layout
19470
19471 \end_inset
19472 </cell>
19473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19474 \begin_inset Text
19475
19476 \begin_layout Plain Layout
19477 u
19478 \end_layout
19479
19480 \end_inset
19481 </cell>
19482 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19483 \begin_inset Text
19484
19485 \begin_layout Plain Layout
19486 v
19487 \end_layout
19488
19489 \end_inset
19490 </cell>
19491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19492 \begin_inset Text
19493
19494 \begin_layout Plain Layout
19495 w
19496 \end_layout
19497
19498 \end_inset
19499 </cell>
19500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19501 \begin_inset Text
19502
19503 \begin_layout Plain Layout
19504 x
19505 \end_layout
19506
19507 \end_inset
19508 </cell>
19509 </row>
19510 </lyxtabular>
19511
19512 \end_inset
19513
19514
19515 \end_layout
19516
19517 \end_inset
19518
19519
19520 \end_layout
19521
19522 \begin_layout Standard
19523 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19524  TeX-Code benutzen.
19525  Zunächst müssen Sie das LaTeX-Paket 
19526 \series bold
19527 arydshln
19528 \series default
19529
19530 \begin_inset Index
19531 status collapsed
19532
19533 \begin_layout Plain Layout
19534 LaTeX-Pakete ! arydshln
19535 \end_layout
19536
19537 \end_inset
19538
19539  im LaTeX-Vorspann laden:
19540 \end_layout
19541
19542 \begin_layout Standard
19543
19544 \series bold
19545
19546 \backslash
19547 usepackage{arydshln}
19548 \end_layout
19549
19550 \begin_layout Standard
19551 Um senkrechte Linien zu stricheln, müssen Sie im 
19552 \family sans
19553 LaTe
19554 \begin_inset ERT
19555 status collapsed
19556
19557 \begin_layout Plain Layout
19558
19559 {}
19560 \end_layout
19561
19562 \end_inset
19563
19564 X-Argument
19565 \family default
19566  des 
19567 \family sans
19568 Tabellen-Einstellungen
19569 \family default
19570 -Dialogs 
19571 \begin_inset Quotes gld
19572 \end_inset
19573
19574 :
19575 \begin_inset Quotes grd
19576 \end_inset
19577
19578 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19579 \end_layout
19580
19581 \begin_layout Standard
19582 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19583 \end_layout
19584
19585 \begin_layout Standard
19586
19587 \series bold
19588
19589 \backslash
19590 hdashline
19591 \end_layout
19592
19593 \begin_layout Standard
19594 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19595 \end_layout
19596
19597 \begin_layout Standard
19598 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19599 \end_layout
19600
19601 \begin_layout Standard
19602
19603 \series bold
19604
19605 \backslash
19606 cdashline{Anfangsspalte-Endspalte}
19607 \end_layout
19608
19609 \begin_layout Standard
19610 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19611  Wenn Sie z.
19612 \begin_inset space \thinspace{}
19613 \end_inset
19614
19615 B.
19616  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19617  gestrichelte Linie haben, fügen Sie den Befehl
19618 \end_layout
19619
19620 \begin_layout Standard
19621
19622 \series bold
19623
19624 \backslash
19625 cdashline{2-4}
19626 \end_layout
19627
19628 \begin_layout Standard
19629 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19630 \end_layout
19631
19632 \begin_layout Standard
19633 \begin_inset VSpace bigskip
19634 \end_inset
19635
19636
19637 \end_layout
19638
19639 \begin_layout Standard
19640 In Tabelle
19641 \begin_inset space ~
19642 \end_inset
19643
19644
19645 \begin_inset CommandInset ref
19646 LatexCommand ref
19647 reference "tab:Tabelle-mit-gestrichelten"
19648
19649 \end_inset
19650
19651  wurde in der dritten Spalte der Befehl
19652 \series bold
19653  
19654 \series default
19655
19656 \begin_inset Quotes gld
19657 \end_inset
19658
19659
19660 \series bold
19661 :c
19662 \begin_inset Quotes grd
19663 \end_inset
19664
19665
19666 \series default
19667  benutzt.
19668  Der Befehl 
19669 \series bold
19670
19671 \backslash
19672 hdashline
19673 \series default
19674  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19675 \begin_inset Newline newline
19676 \end_inset
19677
19678  
19679 \series bold
19680
19681 \backslash
19682 cdashline{4-5} 
19683 \series default
19684 wurde in die erste Zelle der vierten Zeile eingefügt.
19685 \end_layout
19686
19687 \begin_layout Standard
19688 \begin_inset Note Greyedout
19689 status open
19690
19691 \begin_layout Plain Layout
19692
19693 \series bold
19694 Bemerkung:
19695 \series default
19696  Das LaTeX-Paket 
19697 \series bold
19698 arydshln
19699 \series default
19700  ist nicht kompatibel dem LaTeX-Paket 
19701 \series bold
19702 colortbl
19703 \series default
19704
19705 \begin_inset Index
19706 status collapsed
19707
19708 \begin_layout Plain Layout
19709 LaTeX-Pakete ! colortbl
19710 \end_layout
19711
19712 \end_inset
19713
19714 , das für die farbigen Tabellen in Abschnitt
19715 \begin_inset space ~
19716 \end_inset
19717
19718
19719 \begin_inset CommandInset ref
19720 LatexCommand ref
19721 reference "abs:Farbige-Tabellen"
19722
19723 \end_inset
19724
19725  benutzt wurde.
19726  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19727 \end_layout
19728
19729 \end_inset
19730
19731
19732 \end_layout
19733
19734 \begin_layout Standard
19735 \begin_inset ERT
19736 status collapsed
19737
19738 \begin_layout Plain Layout
19739
19740
19741 \backslash
19742 else
19743 \end_layout
19744
19745 \end_inset
19746
19747
19748 \begin_inset Note Note
19749 status open
19750
19751 \begin_layout Plain Layout
19752 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19753 \series bold
19754 arydshln
19755 \series default
19756  nicht installiert ist:
19757 \end_layout
19758
19759 \end_inset
19760
19761
19762 \end_layout
19763
19764 \begin_layout Standard
19765 Sie müssen das LaTeX-Paket 
19766 \series bold
19767 arydshln
19768 \series default
19769  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19770 \end_layout
19771
19772 \begin_layout Standard
19773 \begin_inset ERT
19774 status collapsed
19775
19776 \begin_layout Plain Layout
19777
19778
19779 \backslash
19780 fi
19781 \end_layout
19782
19783 \end_inset
19784
19785
19786 \end_layout
19787
19788 \begin_layout Chapter
19789 Gleitobjekte
19790 \begin_inset Index
19791 status collapsed
19792
19793 \begin_layout Plain Layout
19794 Gleitobjekte
19795 \end_layout
19796
19797 \end_inset
19798
19799
19800 \end_layout
19801
19802 \begin_layout Section
19803 Einleitung
19804 \begin_inset CommandInset label
19805 LatexCommand label
19806 name "abs:Gleitobjekte-Einleitung"
19807
19808 \end_inset
19809
19810
19811 \begin_inset Index
19812 status collapsed
19813
19814 \begin_layout Plain Layout
19815 Gleitobjekte ! Einleitung
19816 \end_layout
19817
19818 \end_inset
19819
19820
19821 \end_layout
19822
19823 \begin_layout Standard
19824 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19825  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19826  der beste Platz ist.
19827  
19828 \family sans
19829 Fußnoten
19830 \family default
19831  und 
19832 \family sans
19833 Randnotizen
19834 \family default
19835  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19836  wenn auf ihrer Seite schon zu viele sind.
19837 \end_layout
19838
19839 \begin_layout Standard
19840 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19841  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19842  um weiße Flächen und Seiten ohne Text zu vermeiden.
19843  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
19844 löst,
19845  kann im Text auf ein Gleitobjekt verwiesen werden.
19846  Gleitobjekte sind deshalb nummeriert.
19847  Querverweise werden in Abschnitt
19848 \begin_inset space ~
19849 \end_inset
19850
19851
19852 \begin_inset CommandInset ref
19853 LatexCommand ref
19854 reference "abs:Auf-Gleitobjekte-verweisen"
19855
19856 \end_inset
19857
19858  beschrieben.
19859 \end_layout
19860
19861 \begin_layout Standard
19862 Ein Gleitobjekt wird mit 
19863 \family sans
19864 Einfügen\SpecialChar \menuseparator
19865 Gleitobjekt\SpecialChar \menuseparator
19866 Algorithmus/Abbildung/Ta\SpecialChar \-
19867 belle/Um\SpecialChar \-
19868 flos\SpecialChar \-
19869 se\SpecialChar \-
19870 nes
19871 \begin_inset space ~
19872 \end_inset
19873
19874 Gleitobjekt
19875 \family default
19876  eingefügt.
19877  Für Abbildungen oder Tabellen können Sie auch auf 
19878 \begin_inset Graphics
19879         filename ../../images/float-insert_figure.png
19880         scale 70
19881         scaleBeforeRotation
19882         BoundingBox 0bp 6bp 22bp 22bp
19883
19884 \end_inset
19885
19886  oder 
19887 \begin_inset Graphics
19888         filename ../../images/float-insert_table.png
19889         scale 70
19890         scaleBeforeRotation
19891         BoundingBox 0bp 6bp 22bp 22bp
19892
19893 \end_inset
19894
19895  klicken.
19896  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19897  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19898  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19899  #:).
19900  Statt # sehen Sie die von LyX vergebene Nummer.
19901  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19902  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19903  eingefügt.
19904  In Abschnitt
19905 \begin_inset space ~
19906 \end_inset
19907
19908
19909 \begin_inset CommandInset ref
19910 LatexCommand ref
19911 reference "abs:Titel-Platzierung"
19912
19913 \end_inset
19914
19915  finden Sie mehr über die Platzierung des Titels.
19916  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19917  auch wieder geöffnet.
19918  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19919 \begin_inset Graphics
19920         filename clipart/GleitobjektQt4.png
19921         scale 70
19922         scaleBeforeRotation
19923         BoundingBox 0bp 6bp 128bp 22bp
19924
19925 \end_inset
19926
19927  – ein graues Kästchen mit roter Beschriftung.
19928 \end_layout
19929
19930 \begin_layout Standard
19931 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19932  Gleitobjekte in einem eigenen Absatz einzufügen.
19933 \end_layout
19934
19935 \begin_layout Standard
19936 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19937  indem Sie sie markieren und dann auf 
19938 \begin_inset Graphics
19939         filename ../../images/float-insert_figure.png
19940         scale 70
19941         scaleBeforeRotation
19942         BoundingBox 0bp 6bp 22bp 22bp
19943
19944 \end_inset
19945
19946  oder 
19947 \begin_inset Graphics
19948         filename ../../images/float-insert_table.png
19949         scale 70
19950         scaleBeforeRotation
19951         BoundingBox 0bp 6bp 22bp 22bp
19952
19953 \end_inset
19954
19955  klicken.
19956 \end_layout
19957
19958 \begin_layout Section
19959 Gleitobjekt-Typen
19960 \begin_inset Index
19961 status collapsed
19962
19963 \begin_layout Plain Layout
19964 Gleitobjekte ! Typen
19965 \end_layout
19966
19967 \end_inset
19968
19969
19970 \end_layout
19971
19972 \begin_layout Standard
19973 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
19974 \begin_inset space ~
19975 \end_inset
19976
19977
19978 \begin_inset CommandInset ref
19979 LatexCommand ref
19980 reference "abs:Gleitende-Abbildungen"
19981
19982 \end_inset
19983
19984  und 
19985 \begin_inset CommandInset ref
19986 LatexCommand ref
19987 reference "abs:Gleitende-Tabellen"
19988
19989 \end_inset
19990
19991  beschrieben wurden, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
19992 \end_layout
19993
19994 \begin_layout Subsection
19995 Gleitobjekt-Algorithmen
19996 \begin_inset Index
19997 status collapsed
19998
19999 \begin_layout Plain Layout
20000 Gleitobjekte ! Algorithmen
20001 \end_layout
20002
20003 \end_inset
20004
20005
20006 \begin_inset CommandInset label
20007 LatexCommand label
20008 name "uab:Gleitobjekt-Algorithmen"
20009
20010 \end_inset
20011
20012
20013 \end_layout
20014
20015 \begin_layout Standard
20016 \begin_inset Float algorithm
20017 placement h
20018 wide false
20019 sideways false
20020 status open
20021
20022 \begin_layout Plain Layout
20023 \begin_inset Caption
20024
20025 \begin_layout Plain Layout
20026 \begin_inset CommandInset label
20027 LatexCommand label
20028 name "alg:Ein-Gleitobjekt-Algorithmus"
20029
20030 \end_inset
20031
20032 Ein Gleitobjekt-Algorithmus 
20033 \end_layout
20034
20035 \end_inset
20036
20037
20038 \end_layout
20039
20040 \begin_layout LyX-Code
20041 for I in 1..N loop
20042 \begin_inset Newline newline
20043 \end_inset
20044
20045  Sum:= Sum + A(I); /*Kommentar*/
20046 \begin_inset Newline newline
20047 \end_inset
20048
20049 end loop
20050 \begin_inset VSpace -4mm
20051 \end_inset
20052
20053
20054 \end_layout
20055
20056 \end_inset
20057
20058
20059 \end_layout
20060
20061 \begin_layout Standard
20062 Dieser Typ wird mit 
20063 \family sans
20064 Einfügen\SpecialChar \menuseparator
20065 Gleitobjekt\SpecialChar \menuseparator
20066 Algorithmus
20067 \family default
20068  eingefügt.
20069  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
20070  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
20071 \begin_inset space ~
20072 \end_inset
20073
20074
20075 \begin_inset CommandInset ref
20076 LatexCommand ref
20077 reference "kap:Programm-Code-Listen"
20078
20079 \end_inset
20080
20081 .
20082  Eine mögliche Absatz-Umgebung hier für ist 
20083 \family sans
20084 LyX-Code
20085 \family default
20086 , beschrieben im 
20087 \emph on
20088 Benutzerhandbuch
20089 \emph default
20090 .
20091  In Algorithmus
20092 \begin_inset space ~
20093 \end_inset
20094
20095
20096 \begin_inset CommandInset ref
20097 LatexCommand ref
20098 reference "alg:Ein-Gleitobjekt-Algorithmus"
20099
20100 \end_inset
20101
20102  wurden am Ende -4
20103 \begin_inset space \thinspace{}
20104 \end_inset
20105
20106 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
20107  letzten Zeile gedruckt wird.
20108 \end_layout
20109
20110 \begin_layout Standard
20111 Die Marke 
20112 \emph on
20113 Algorithmus
20114 \emph default
20115  wird nicht automatisch in die druckbare Version übernommen, sondern das
20116  englische Wort 
20117 \emph on
20118 Algorithm
20119 \emph default
20120  verwendet.
20121  Soll
20122 \emph on
20123  Algorithmus
20124 \emph default
20125  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
20126 \end_layout
20127
20128 \begin_layout Standard
20129
20130 \series bold
20131
20132 \backslash
20133 floatname{algorithm}{Algorithmus}
20134 \end_layout
20135
20136 \begin_layout Standard
20137 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
20138  Sprache wie die LyX Menünamen haben, das Menü 
20139 \family sans
20140 Einfügen\SpecialChar \menuseparator
20141 Liste
20142 \begin_inset space \thinspace{}
20143 \end_inset
20144
20145 /
20146 \begin_inset space \thinspace{}
20147 \end_inset
20148
20149 Inhaltsverzeichnis\SpecialChar \menuseparator
20150 Algorithmenverzeichnis
20151 \family default
20152  verwendet werden.
20153  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als TeX-Code
20154  eingefügt werden:
20155 \end_layout
20156
20157 \begin_layout Standard
20158
20159 \series bold
20160
20161 \backslash
20162 listof{algorithm}{Algorithmenverzeichnis}
20163 \end_layout
20164
20165 \begin_layout Standard
20166 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20167  nach dem Schema 
20168 \begin_inset Quotes gld
20169 \end_inset
20170
20171 Kapitelnummer.Algorithmusnummer
20172 \begin_inset Quotes grd
20173 \end_inset
20174
20175  nummeriert.
20176  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20177  einfügen:
20178 \end_layout
20179
20180 \begin_layout Standard
20181
20182 \series bold
20183
20184 \backslash
20185 numberwithin{algorithm}{chapter}
20186 \end_layout
20187
20188 \begin_layout Standard
20189 Um 
20190 \series bold
20191
20192 \backslash
20193 numberwithin
20194 \series default
20195  benutzen zu können, muss in den 
20196 \family sans
20197 Mathe
20198 \begin_inset space ~
20199 \end_inset
20200
20201 Optionen
20202 \family default
20203  der 
20204 \family sans
20205 Dokument-Einstellungen
20206 \family default
20207  
20208 \family sans
20209 AMS
20210 \begin_inset space ~
20211 \end_inset
20212
20213 Mathe
20214 \begin_inset space ~
20215 \end_inset
20216
20217 Paket
20218 \family default
20219
20220 \begin_inset space ~
20221 \end_inset
20222
20223
20224 \family sans
20225 verwenden
20226 \family default
20227  angekreuzt sein.
20228 \end_layout
20229
20230 \begin_layout Subsection
20231 Umflossene Gleitobjekte
20232 \begin_inset Index
20233 status collapsed
20234
20235 \begin_layout Plain Layout
20236 Gleitobjekte ! umflossene
20237 \end_layout
20238
20239 \end_inset
20240
20241
20242 \end_layout
20243
20244 \begin_layout Standard
20245 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
20246  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
20247  den die Abbildung bzw.
20248 \begin_inset space ~
20249 \end_inset
20250
20251 Tabelle übrig lässt.
20252  Sie werden über das Menü
20253 \family sans
20254  Einfügen\SpecialChar \menuseparator
20255 Gleitobjekt\SpecialChar \menuseparator
20256 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
20257 objekt
20258 \family default
20259  eingefügt, wenn das LaTeX-Paket 
20260 \series bold
20261 wrapfig
20262 \series default
20263
20264 \begin_inset Index
20265 status collapsed
20266
20267 \begin_layout Plain Layout
20268 LaTeX-Pakete ! wrapfig
20269 \begin_inset ERT
20270 status collapsed
20271
20272 \begin_layout Plain Layout
20273
20274
20275 \backslash
20276 vspace{4mm}
20277 \end_layout
20278
20279 \end_inset
20280
20281
20282 \end_layout
20283
20284 \end_inset
20285
20286  installiert ist.
20287 \begin_inset Foot
20288 status collapsed
20289
20290 \begin_layout Plain Layout
20291 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20292 \emph on
20293 LaTeX-Konfiguration
20294 \emph default
20295  beschrieben.
20296 \end_layout
20297
20298 \end_inset
20299
20300  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
20301  Box des Gleitobjekts geändert werden.
20302  
20303 \begin_inset Wrap figure
20304 lines 0
20305 placement l
20306 overhang 1cm
20307 width "40col%"
20308 status open
20309
20310 \begin_layout Plain Layout
20311 \begin_inset Graphics
20312         filename ../clipart/mobius.eps
20313         width 40col%
20314         scaleBeforeRotation
20315         rotateOrigin center
20316
20317 \end_inset
20318
20319
20320 \end_layout
20321
20322 \begin_layout Plain Layout
20323 \begin_inset Caption
20324
20325 \begin_layout Plain Layout
20326 \begin_inset CommandInset label
20327 LatexCommand label
20328 name "abb:Dies-ist-eine"
20329
20330 \end_inset
20331
20332 Dies ist eine umflossene Gleitobjekt-Abbildung
20333 \end_layout
20334
20335 \end_inset
20336
20337
20338 \end_layout
20339
20340 \end_inset
20341
20342  Obligatorische Einstellungen sind die 
20343 \family sans
20344 Breite
20345 \family default
20346  und 
20347 \family sans
20348 Platzierung
20349 \family default
20350  des Gleitobjekts.
20351  Optional sind der 
20352 \family sans
20353 Überhang 
20354 \family default
20355 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
20356 \begin_inset space \thinspace{}
20357 \end_inset
20358
20359 /
20360 \begin_inset space \thinspace{}
20361 \end_inset
20362
20363 der Seite ragt und die 
20364 \family sans
20365 benötigten Zeilen
20366 \family default
20367 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
20368  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
20369  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
20370  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
20371  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
20372  zu lassen.
20373  Abbildung
20374 \begin_inset space ~
20375 \end_inset
20376
20377
20378 \begin_inset CommandInset ref
20379 LatexCommand ref
20380 reference "abb:Dies-ist-eine"
20381
20382 \end_inset
20383
20384  ist zum Beispiel ein umflossenes Bild, das 40
20385 \begin_inset space \thinspace{}
20386 \end_inset
20387
20388 % der Spaltenbreite einnimmt, 1
20389 \begin_inset space \thinspace{}
20390 \end_inset
20391
20392 cm in den Rand ragt und links gesetzt wurde.
20393 \begin_inset Foot
20394 status collapsed
20395
20396 \begin_layout Plain Layout
20397 Die benutzbaren Einheiten werden in Anhang
20398 \begin_inset space ~
20399 \end_inset
20400
20401
20402 \begin_inset CommandInset ref
20403 LatexCommand ref
20404 reference "kap:In-LyX-verfügbare"
20405
20406 \end_inset
20407
20408  beschrieben.
20409 \end_layout
20410
20411 \end_inset
20412
20413
20414 \end_layout
20415
20416 \begin_layout Standard
20417 \begin_inset Note Greyedout
20418 status open
20419
20420 \begin_layout Plain Layout
20421
20422 \series bold
20423 Bemerkung:
20424 \series default
20425  Umflossene Objekte sind fragil! Wenn die Abbildung z.
20426 \begin_inset space \thinspace{}
20427 \end_inset
20428
20429 B.
20430  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
20431  oder über anderen Text gedruckt wird.
20432 \end_layout
20433
20434 \end_inset
20435
20436
20437 \end_layout
20438
20439 \begin_layout Standard
20440 Allgemein gilt:
20441 \end_layout
20442
20443 \begin_layout Itemize
20444 Umflossene Gleitobjekte sollten nicht in Absätze gepackt werden, die auf
20445  der nächsten Seite fortgesetzt werden.
20446  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
20447  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
20448 \end_layout
20449
20450 \begin_layout Itemize
20451 Umflossene Gleitobjekte sollten entweder vor dem Absatz, dessen Text um
20452  sie fließen soll, eingefügt werden oder darin.
20453 \end_layout
20454
20455 \begin_layout Itemize
20456 Umflossene Gleitobjekte in aufeinander folgenden Absätzen können Probleme
20457  bereiten, also achten Sie darauf, dass mindestens ein Textabsatz zwischen
20458  ihnen ist.
20459 \end_layout
20460
20461 \begin_layout Itemize
20462 Umflossene Gleitobjekte sind weder in Abschnitts-Überschriften noch in Tabellen
20463  erlaubt.
20464 \end_layout
20465
20466 \begin_layout Section
20467 Gleitobjekt-Nummerierung
20468 \begin_inset Index
20469 status collapsed
20470
20471 \begin_layout Plain Layout
20472 Gleitobjekte ! Nummerierung
20473 \end_layout
20474
20475 \end_inset
20476
20477
20478 \end_layout
20479
20480 \begin_layout Standard
20481 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20482  nummeriert oder nach dem Schema 
20483 \begin_inset Quotes gld
20484 \end_inset
20485
20486 Kapitelnummer.Gleitobjektnummer
20487 \begin_inset Quotes grd
20488 \end_inset
20489
20490  oder 
20491 \begin_inset Quotes gld
20492 \end_inset
20493
20494 Abschnittsnummer.Gleitobjektnummer
20495 \begin_inset Quotes grd
20496 \end_inset
20497
20498 .
20499  Das hängt von der Dokumentklasse ab.
20500 \end_layout
20501
20502 \begin_layout Standard
20503 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20504  in den LaTeX-Vorspann einfügen:
20505 \end_layout
20506
20507 \begin_layout Standard
20508
20509 \series bold
20510
20511 \backslash
20512 renewcommand{
20513 \backslash
20514 thetable}{
20515 \backslash
20516 roman{table}}
20517 \end_layout
20518
20519 \begin_layout Standard
20520
20521 \series bold
20522
20523 \backslash
20524 thetable
20525 \series default
20526  ist der Befehl, der die Tabellennummer druckt.
20527  Für Abbildungen ist das 
20528 \series bold
20529
20530 \backslash
20531 thefigure
20532 \series default
20533 .
20534  Der Befehl 
20535 \series bold
20536
20537 \backslash
20538 roman
20539 \series default
20540  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20541 \end_layout
20542
20543 \begin_layout Standard
20544 Um das Nummerierungsschema zum Beispiel auf 
20545 \begin_inset Quotes gld
20546 \end_inset
20547
20548 Unterabschnittsnummer.Num\SpecialChar \-
20549 mer
20550 \begin_inset Quotes grd
20551 \end_inset
20552
20553  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20554 \end_layout
20555
20556 \begin_layout Standard
20557
20558 \series bold
20559
20560 \backslash
20561 numberwithin{table}{subsection}
20562 \end_layout
20563
20564 \begin_layout Standard
20565 Um den Befehl 
20566 \series bold
20567
20568 \backslash
20569 numberwithin
20570 \series default
20571  benutzen zu können, müssen Sie in den 
20572 \family sans
20573 Mathe
20574 \begin_inset space ~
20575 \end_inset
20576
20577 Optionen
20578 \family default
20579  der 
20580 \family sans
20581 Dokument-Einstellungen
20582 \family default
20583  
20584 \family sans
20585 AMS
20586 \begin_inset space ~
20587 \end_inset
20588
20589 Mathe
20590 \begin_inset space ~
20591 \end_inset
20592
20593 Paket
20594 \family default
20595
20596 \begin_inset space ~
20597 \end_inset
20598
20599
20600 \family sans
20601 verwenden
20602 \family default
20603  ankreuzen.
20604 \end_layout
20605
20606 \begin_layout Standard
20607 Sehen Sie sich bitte auch Abschnitt
20608 \begin_inset space ~
20609 \end_inset
20610
20611
20612 \begin_inset CommandInset ref
20613 LatexCommand ref
20614 reference "uab:Fußnoten-Nummerierung"
20615
20616 \end_inset
20617
20618  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20619 \end_layout
20620
20621 \begin_layout Section
20622 Auf Gleitobjekte verweisen
20623 \begin_inset CommandInset label
20624 LatexCommand label
20625 name "abs:Auf-Gleitobjekte-verweisen"
20626
20627 \end_inset
20628
20629
20630 \begin_inset Index
20631 status collapsed
20632
20633 \begin_layout Plain Layout
20634 Gleitobjekte ! Querverweise
20635 \end_layout
20636
20637 \end_inset
20638
20639
20640 \begin_inset Index
20641 status collapsed
20642
20643 \begin_layout Plain Layout
20644 Querverweise ! auf Gleitobjekte
20645 \end_layout
20646
20647 \end_inset
20648
20649
20650 \end_layout
20651
20652 \begin_layout Standard
20653 Zunächst müssen Sie mit 
20654 \family sans
20655 Einfügen\SpecialChar \menuseparator
20656 Marke
20657 \family default
20658  oder einen Klick auf 
20659 \begin_inset Graphics
20660         filename ../../images/label-insert.png
20661         scale 70
20662         scaleBeforeRotation
20663
20664 \end_inset
20665
20666  eine Marke im Titel einfügen.
20667  Im 
20668 \family sans
20669 Marke
20670 \family default
20671 -Dialog schreiben Sie einen Text in das Feld 
20672 \family sans
20673 Marke
20674 \family default
20675  oder übernehmen den vorgeschlagenen.
20676  Die Marke sieht in LyX dann so aus:
20677 \end_layout
20678
20679 \begin_layout Standard
20680 \begin_inset Graphics
20681         filename clipart/Marke.png
20682         lyxscale 80
20683         scale 50
20684         scaleBeforeRotation
20685         BoundingBox 0bp 6bp 76bp 23bp
20686
20687 \end_inset
20688
20689
20690 \end_layout
20691
20692 \begin_layout Standard
20693 Die Marke wird als Anker und Name für den Querverweis benutzt.
20694  Mit 
20695 \family sans
20696 Einfügen\SpecialChar \menuseparator
20697 Querverweis
20698 \family default
20699  oder einen Klick auf 
20700 \begin_inset Graphics
20701         filename ../../images/dialog-show-new-inset_ref.png
20702         scale 70
20703         scaleBeforeRotation
20704
20705 \end_inset
20706
20707  können Sie dann auf die Marke verweisen.
20708  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20709  angezeigt:
20710 \end_layout
20711
20712 \begin_layout Standard
20713 \begin_inset Graphics
20714         filename clipart/Querverweis.png
20715         lyxscale 80
20716         scale 50
20717         scaleBeforeRotation
20718         BoundingBox 0bp 6bp 76bp 23bp
20719
20720 \end_inset
20721
20722
20723 \begin_inset Newline newline
20724 \end_inset
20725
20726  Mehr zu Querverweisen finden Sie im 
20727 \emph on
20728 Benutzerhandbuch
20729 \emph default
20730 .
20731 \end_layout
20732
20733 \begin_layout Standard
20734 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20735  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20736  durch einen Zeilenumbruch getrennt werden können.
20737 \end_layout
20738
20739 \begin_layout Standard
20740 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20741  LyX passt die Querverweise automatisch an.
20742 \end_layout
20743
20744 \begin_layout Standard
20745 Ein Klick auf den Schalter 
20746 \family sans
20747 Gehe
20748 \begin_inset space ~
20749 \end_inset
20750
20751 zur
20752 \begin_inset space ~
20753 \end_inset
20754
20755 Marke
20756 \family default
20757  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20758  Der Text der Schaltfläche heißt jetzt 
20759 \family sans
20760 Gehe
20761 \begin_inset space ~
20762 \end_inset
20763
20764 zurück
20765 \family default
20766  und ein Klick darauf macht genau dies.
20767   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20768  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20769  Dann ist auch kein 
20770 \family sans
20771 Gehe
20772 \begin_inset space ~
20773 \end_inset
20774
20775 zurück
20776 \family default
20777  möglich.
20778 \end_layout
20779
20780 \begin_layout Subsection
20781 Querverweis-Formate
20782 \begin_inset CommandInset label
20783 LatexCommand label
20784 name "uab:Querverweis-Formate"
20785
20786 \end_inset
20787
20788
20789 \begin_inset Index
20790 status collapsed
20791
20792 \begin_layout Plain Layout
20793 Querverweise ! Formate
20794 \end_layout
20795
20796 \end_inset
20797
20798
20799 \end_layout
20800
20801 \begin_layout Standard
20802 Es gibt sechs verschiedene Querverweisstile:
20803 \end_layout
20804
20805 \begin_layout Description
20806 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20807  
20808 \begin_inset CommandInset ref
20809 LatexCommand ref
20810 reference "abb:Zwei-Teilabbildungen"
20811
20812 \end_inset
20813
20814
20815 \end_layout
20816
20817 \begin_layout Description
20818 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20819  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20820  verwendet wird, speziell wenn der Name 
20821 \begin_inset Quotes gld
20822 \end_inset
20823
20824 Gleichung
20825 \begin_inset Quotes grd
20826 \end_inset
20827
20828  weggelassen wird: 
20829 \begin_inset CommandInset ref
20830 LatexCommand eqref
20831 reference "eq:Wgn"
20832
20833 \end_inset
20834
20835
20836 \end_layout
20837
20838 \begin_layout Description
20839 <Seite>: druckt die Seitennummer: Seite
20840 \begin_inset space ~
20841 \end_inset
20842
20843
20844 \begin_inset CommandInset ref
20845 LatexCommand pageref
20846 reference "abb:Zwei-Teilabbildungen"
20847
20848 \end_inset
20849
20850
20851 \end_layout
20852
20853 \begin_layout Description
20854 auf
20855 \begin_inset space ~
20856 \end_inset
20857
20858 Seite
20859 \begin_inset space ~
20860 \end_inset
20861
20862 <Seite>: druckt den Text 
20863 \begin_inset Quotes gld
20864 \end_inset
20865
20866 auf Seite
20867 \begin_inset Quotes grd
20868 \end_inset
20869
20870  und die Seitennummer: 
20871 \begin_inset CommandInset ref
20872 LatexCommand vpageref
20873 reference "abb:Zwei-Teilabbildungen"
20874
20875 \end_inset
20876
20877
20878 \end_layout
20879
20880 \begin_layout Description
20881 <Querverweis>
20882 \begin_inset space ~
20883 \end_inset
20884
20885 auf
20886 \begin_inset space ~
20887 \end_inset
20888
20889 Seite
20890 \begin_inset space ~
20891 \end_inset
20892
20893 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20894 \begin_inset Quotes gld
20895 \end_inset
20896
20897 auf Seite
20898 \begin_inset Quotes grd
20899 \end_inset
20900
20901 , und die Seitennummer: 
20902 \begin_inset CommandInset ref
20903 LatexCommand vref
20904 reference "abb:Zwei-Teilabbildungen"
20905
20906 \end_inset
20907
20908
20909 \end_layout
20910
20911 \begin_layout Description
20912 Formatierter
20913 \begin_inset space ~
20914 \end_inset
20915
20916 Querverweis: druckt ein selbst definiertes Querverweisformat
20917 \begin_inset Newline newline
20918 \end_inset
20919
20920
20921 \begin_inset Note Greyedout
20922 status open
20923
20924 \begin_layout Plain Layout
20925
20926 \series bold
20927 Bemerkung:
20928 \series default
20929  Dies ist nur möglich, wenn das LaTeX-Paket 
20930 \series bold
20931 prettyref
20932 \series default
20933  installiert ist.
20934 \end_layout
20935
20936 \end_inset
20937
20938
20939 \end_layout
20940
20941 \begin_layout Standard
20942 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
20943  sich die referenzierte Marke auf der vorherigen, derselben oder der nächsten
20944  Seite befindet.
20945  Stattdessen wird der Text 
20946 \begin_inset Quotes gld
20947 \end_inset
20948
20949 auf der vorigen Seite
20950 \begin_inset Quotes grd
20951 \end_inset
20952
20953
20954 \begin_inset Quotes gld
20955 \end_inset
20956
20957 auf dieser Seite
20958 \begin_inset Quotes grd
20959 \end_inset
20960
20961  oder 
20962 \begin_inset Quotes gld
20963 \end_inset
20964
20965 auf der nächsten Seite
20966 \begin_inset Quotes grd
20967 \end_inset
20968
20969  gedruckt.
20970 \end_layout
20971
20972 \begin_layout Standard
20973 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
20974  automatisch von LaTeX berechnet.
20975  Die Stile können im Feld 
20976 \family sans
20977 Format
20978 \family default
20979  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
20980  einen Querverweis klicken.
20981 \end_layout
20982
20983 \begin_layout Subsection
20984 Automatische Querverweisnamen
20985 \begin_inset Index
20986 status collapsed
20987
20988 \begin_layout Plain Layout
20989 Querverweise ! Automatische Namen 
20990 \end_layout
20991
20992 \end_inset
20993
20994
20995 \end_layout
20996
20997 \begin_layout Standard
20998 Das LaTeX-Paket 
20999 \series bold
21000 hyperref
21001 \series default
21002
21003 \begin_inset Index
21004 status collapsed
21005
21006 \begin_layout Plain Layout
21007 LaTeX-Pakete ! hyperref
21008 \end_layout
21009
21010 \end_inset
21011
21012 , das in den
21013 \family sans
21014  PDF-Eigenschaften
21015 \family default
21016  im 
21017 \family sans
21018 Dokument-Einstellungen
21019 \family default
21020  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
21021  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
21022  wie 
21023 \emph on
21024 Abschnitt
21025 \emph default
21026 ).
21027  Sie müssen damit z.
21028 \begin_inset space \thinspace{}
21029 \end_inset
21030
21031 B.
21032  nicht mehr den Namen 
21033 \begin_inset Quotes gld
21034 \end_inset
21035
21036 Abbildung
21037 \begin_inset Quotes grd
21038 \end_inset
21039
21040  vor jeden Querverweis auf eine Abbildung schreiben.
21041  Um diese Funktion benutzen zu können, aktivieren Sie 
21042 \series bold
21043 hyperref
21044 \series default
21045  und fügen diese Zeile in den LaTeX-Vorspann ein:
21046 \end_layout
21047
21048 \begin_layout Standard
21049
21050 \series bold
21051
21052 \backslash
21053 AtBeginDocument{
21054 \backslash
21055 renewcommand{
21056 \backslash
21057 ref}[1]{
21058 \backslash
21059 mbox{
21060 \backslash
21061 autoref{#1}}}}
21062 \end_layout
21063
21064 \begin_layout Standard
21065 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
21066 \begin_inset space \thinspace{}
21067 \end_inset
21068
21069 B.
21070  statt 
21071 \begin_inset Quotes gld
21072 \end_inset
21073
21074 Abschnitt
21075 \begin_inset Quotes grd
21076 \end_inset
21077
21078  den Namen 
21079 \begin_inset Quotes gld
21080 \end_inset
21081
21082 Kap.
21083 \begin_inset space \thinspace{}
21084 \end_inset
21085
21086
21087 \begin_inset Quotes grd
21088 \end_inset
21089
21090 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
21091 \end_layout
21092
21093 \begin_layout Standard
21094
21095 \series bold
21096
21097 \backslash
21098 addto
21099 \backslash
21100 extrasngerman{
21101 \backslash
21102 renewcommand{
21103 \backslash
21104 sectionautorefname}
21105 \begin_inset Newline newline
21106 \end_inset
21107
21108
21109 \begin_inset ERT
21110 status collapsed
21111
21112 \begin_layout Plain Layout
21113
21114
21115 \backslash
21116 hphantom{ }
21117 \end_layout
21118
21119 \end_inset
21120
21121 {Kap.
21122 \backslash
21123 negthinspace}}
21124 \end_layout
21125
21126 \begin_layout Standard
21127 Wenn Sie eine andere Dokumentsprache als Englisch benutzen, ersetzen Sie
21128 \begin_inset Newline newline
21129 \end_inset
21130
21131
21132 \series bold
21133
21134 \backslash
21135 extrasngerman
21136 \series default
21137  durch 
21138 \series bold
21139
21140 \backslash
21141 extras***
21142 \series default
21143 , wobei *** der Name der verwendeten Sprache ist.
21144 \end_layout
21145
21146 \begin_layout Standard
21147 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
21148  z.
21149 \begin_inset space \thinspace{}
21150 \end_inset
21151
21152 B.
21153  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
21154 \end_layout
21155
21156 \begin_layout Standard
21157
21158 \series bold
21159
21160 \backslash
21161 newlength{
21162 \backslash
21163 abc}
21164 \begin_inset Newline newline
21165 \end_inset
21166
21167
21168 \backslash
21169 settowidth{
21170 \backslash
21171 abc}{
21172 \backslash
21173 space}
21174 \begin_inset Newline newline
21175 \end_inset
21176
21177
21178 \backslash
21179 addto
21180 \backslash
21181 extrasenglish{
21182 \backslash
21183 renewcommand{
21184 \backslash
21185 equationautorefname}
21186 \begin_inset Newline newline
21187 \end_inset
21188
21189
21190 \begin_inset ERT
21191 status collapsed
21192
21193 \begin_layout Plain Layout
21194
21195
21196 \backslash
21197 hphantom{ }
21198 \end_layout
21199
21200 \end_inset
21201
21202 {
21203 \backslash
21204 hspace{-
21205 \backslash
21206 abc}}
21207 \end_layout
21208
21209 \begin_layout Standard
21210 Mehr über dieses Thema finden Sie in der 
21211 \series bold
21212 hyperref
21213 \series default
21214 -Dokumentation 
21215 \begin_inset CommandInset citation
21216 LatexCommand cite
21217 key "hyperref"
21218
21219 \end_inset
21220
21221 .
21222 \end_layout
21223
21224 \begin_layout Standard
21225 \begin_inset Note Greyedout
21226 status open
21227
21228 \begin_layout Plain Layout
21229
21230 \series bold
21231 Bemerkung:
21232 \series default
21233  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21234  als Querverweisstil 
21235 \family sans
21236 Formatierter
21237 \begin_inset space ~
21238 \end_inset
21239
21240 Querverweis
21241 \family default
21242  benutzen, wie in Abschnitt
21243 \begin_inset space ~
21244 \end_inset
21245
21246
21247 \begin_inset CommandInset ref
21248 LatexCommand ref
21249 reference "uab:Querverweis-Formate"
21250
21251 \end_inset
21252
21253  beschrieben.
21254 \end_layout
21255
21256 \end_inset
21257
21258
21259 \end_layout
21260
21261 \begin_layout Standard
21262 Das 
21263 \emph on
21264 Mathe
21265 \emph default
21266  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
21267 \end_layout
21268
21269 \begin_layout Subsection
21270 Querverweis-Position
21271 \begin_inset CommandInset label
21272 LatexCommand label
21273 name "uab:Querverweis-Position"
21274
21275 \end_inset
21276
21277
21278 \begin_inset Index
21279 status collapsed
21280
21281 \begin_layout Plain Layout
21282 Querverweise !  Position
21283 \end_layout
21284
21285 \end_inset
21286
21287
21288 \end_layout
21289
21290 \begin_layout Standard
21291 Wenn Sie 
21292 \series bold
21293 hyperref
21294 \series default
21295
21296 \begin_inset Index
21297 status collapsed
21298
21299 \begin_layout Plain Layout
21300 LaTeX-Pakete ! hyperref
21301 \end_layout
21302
21303 \end_inset
21304
21305  in den
21306 \family sans
21307  PDF-Eigenschaften
21308 \family default
21309  im 
21310 \family sans
21311 Dokument-Einstellungen
21312 \family default
21313  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
21314  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21315  und Sie werden das Bild ohne Scrollen nicht sehen.
21316  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21317  ist.
21318  Wenn Sie das  LaTeX-Paket 
21319 \series bold
21320 hypcap
21321 \series default
21322
21323 \begin_inset Index
21324 status collapsed
21325
21326 \begin_layout Plain Layout
21327 LaTeX-Pakete ! hypcap
21328 \end_layout
21329
21330 \end_inset
21331
21332 , das Teil des LaTeX-Pakets 
21333 \series bold
21334 oberdiek
21335 \series default
21336
21337 \begin_inset Index
21338 status collapsed
21339
21340 \begin_layout Plain Layout
21341 LaTeX-Pakete ! oberdiek
21342 \end_layout
21343
21344 \end_inset
21345
21346  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21347  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21348 \series bold
21349 hypcap
21350 \series default
21351  zunächst in den LaTeX-Vorspann laden:
21352 \end_layout
21353
21354 \begin_layout Standard
21355
21356 \series bold
21357
21358 \backslash
21359 usepackage[figure]{hypcap}
21360 \end_layout
21361
21362 \begin_layout Standard
21363 Sie können 
21364 \series bold
21365 hypcap
21366 \series default
21367  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
21368  nicht empfohlen.
21369  Weitere Informationen finden Sie im
21370 \series bold
21371  hypcap
21372 \series default
21373 -Handbuch 
21374 \begin_inset CommandInset citation
21375 LatexCommand cite
21376 key "hypcap"
21377
21378 \end_inset
21379
21380 .
21381 \end_layout
21382
21383 \begin_layout Standard
21384 \begin_inset Note Greyedout
21385 status open
21386
21387 \begin_layout Plain Layout
21388
21389 \series bold
21390 Bemerkung:
21391 \series default
21392  
21393 \series bold
21394 hypcap
21395 \series medium
21396  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
21397 \end_layout
21398
21399 \end_inset
21400
21401
21402 \end_layout
21403
21404 \begin_layout Section
21405 Gleitobjekt-Platzierung
21406 \begin_inset CommandInset label
21407 LatexCommand label
21408 name "abs:Gleitobjekt-Platzierung"
21409
21410 \end_inset
21411
21412
21413 \begin_inset Index
21414 status collapsed
21415
21416 \begin_layout Plain Layout
21417 Gleitobjekte ! Platzierung
21418 \end_layout
21419
21420 \end_inset
21421
21422
21423 \end_layout
21424
21425 \begin_layout Standard
21426 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21427 \family sans
21428 Gleitobjekt-Einstellungen
21429 \family default
21430 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21431  können.
21432 \begin_inset Newline newline
21433 \end_inset
21434
21435 Die Option 
21436 \family sans
21437 Spalten
21438 \begin_inset space ~
21439 \end_inset
21440
21441 überspannen
21442 \family default
21443  ist nur bei zweispaltigen Dokumenten sinnvoll.
21444  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21445 \begin_inset Newline newline
21446 \end_inset
21447
21448 Die Option 
21449 \family sans
21450 Seitwärts
21451 \begin_inset space ~
21452 \end_inset
21453
21454 drehen
21455 \family default
21456  ist in Abschnitt 
21457 \begin_inset CommandInset ref
21458 LatexCommand ref
21459 reference "abs:Gedrehte-Gleitobjekte"
21460
21461 \end_inset
21462
21463  beschrieben.
21464 \end_layout
21465
21466 \begin_layout Standard
21467 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21468  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21469  Sie die Option 
21470 \family sans
21471 Standard-Platzierung
21472 \begin_inset space ~
21473 \end_inset
21474
21475 verwenden
21476 \family default
21477  nicht verwenden:
21478 \end_layout
21479
21480 \begin_layout Description
21481 Hier
21482 \begin_inset space ~
21483 \end_inset
21484
21485 wenn
21486 \begin_inset space ~
21487 \end_inset
21488
21489 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21490 \end_layout
21491
21492 \begin_layout Description
21493 Anfang
21494 \begin_inset space ~
21495 \end_inset
21496
21497 der
21498 \begin_inset space ~
21499 \end_inset
21500
21501 Seite
21502 \family sans
21503  
21504 \family default
21505 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21506  Gleitobjekte, die maximal 70
21507 \begin_inset space \thinspace{}
21508 \end_inset
21509
21510 % einer Seite benötigen, dürfen oben platziert werden.
21511  Dies kann durch die Variable 
21512 \series bold
21513
21514 \backslash
21515 topfraction
21516 \series default
21517  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21518 \end_layout
21519
21520 \begin_deeper
21521 \begin_layout Standard
21522
21523 \series bold
21524
21525 \backslash
21526 renewcommand{
21527 \backslash
21528 topfraction}{0.9}
21529 \family typewriter
21530 \series default
21531  
21532 \end_layout
21533
21534 \end_deeper
21535 \begin_layout Description
21536 Ende
21537 \begin_inset space ~
21538 \end_inset
21539
21540 der
21541 \begin_inset space ~
21542 \end_inset
21543
21544 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21545  Gleitobjekte, die maximal 30
21546 \begin_inset space \thinspace{}
21547 \end_inset
21548
21549 % einer Seite benötigen, dürfen unten platziert werden.
21550  Dies kann durch die Variable 
21551 \series bold
21552
21553 \backslash
21554 bottomfraction
21555 \series default
21556  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21557 \end_layout
21558
21559 \begin_deeper
21560 \begin_layout Standard
21561
21562 \series bold
21563
21564 \backslash
21565 renewcommand{
21566 \backslash
21567 bottomfraction}{0.5}
21568 \end_layout
21569
21570 \begin_layout Standard
21571 die oftmals zu kleine untere Grenze auf 50
21572 \begin_inset space \thinspace{}
21573 \end_inset
21574
21575 %.
21576 \end_layout
21577
21578 \end_deeper
21579 \begin_layout Description
21580 Seite
21581 \begin_inset space ~
21582 \end_inset
21583
21584 mit
21585 \begin_inset space ~
21586 \end_inset
21587
21588 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21589  Nur wenn mehr als 50
21590 \begin_inset space \thinspace{}
21591 \end_inset
21592
21593 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21594  Gleitobjekte bereitgestellt.
21595  Dies kann durch die Variable 
21596 \series bold
21597
21598 \backslash
21599 floatpagefraction 
21600 \series default
21601 im LaTeX-Vorspann überschrieben werden.
21602 \end_layout
21603
21604 \begin_layout Standard
21605 Die Reihenfolge der obigen Optionen wird 
21606 \emph on
21607 immer
21608 \emph default
21609  von LaTeX verwendet.
21610  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21611  versuchen 
21612 \family sans
21613 Hier
21614 \begin_inset space \space{}
21615 \end_inset
21616
21617 wenn
21618 \begin_inset space \space{}
21619 \end_inset
21620
21621 möglich
21622 \family default
21623 , dann 
21624 \family sans
21625 Anfang
21626 \begin_inset space ~
21627 \end_inset
21628
21629 der
21630 \begin_inset space ~
21631 \end_inset
21632
21633 Seite
21634 \family default
21635  und dann die anderen Optionen anzuwenden.
21636  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21637  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21638  Reihenfolge.
21639  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21640 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21641 \end_layout
21642
21643 \begin_layout Standard
21644 Die Option 
21645 \family sans
21646 Hier,
21647 \begin_inset space ~
21648 \end_inset
21649
21650 auf
21651 \begin_inset space ~
21652 \end_inset
21653
21654 jeden
21655 \begin_inset space ~
21656 \end_inset
21657
21658 Fall
21659 \family default
21660  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21661  fast druckreif ist.
21662  Denn mit der Option kann das Objekt nicht mehr 
21663 \emph on
21664 gleiten
21665 \emph default
21666 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21667  oftmals zerstört.
21668 \end_layout
21669
21670 \begin_layout Standard
21671 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
21672  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
21673 \begin_inset VSpace bigskip
21674 \end_inset
21675
21676
21677 \end_layout
21678
21679 \begin_layout Standard
21680 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21681 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21682  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21683  Das kann mit dem LaTeX-Befehl
21684 \series bold
21685  
21686 \backslash
21687 suppressfloats
21688 \series default
21689  verhindert werden.
21690  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21691  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21692  gesetzt wird.
21693  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21694 \end_layout
21695
21696 \begin_layout Standard
21697
21698 \series bold
21699
21700 \backslash
21701 let
21702 \backslash
21703 meinAbschnitt
21704 \backslash
21705 section
21706 \begin_inset Newline newline
21707 \end_inset
21708
21709
21710 \backslash
21711 renewcommand{
21712 \backslash
21713 section}{
21714 \backslash
21715 suppressfloats[t]
21716 \backslash
21717 meinAbschnitt}
21718 \end_layout
21719
21720 \begin_layout Standard
21721 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21722  Unterabschnitten festlegen.
21723  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21724  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21725 \end_layout
21726
21727 \begin_layout Standard
21728 Es gibt auch noch das LaTeX-Paket 
21729 \series bold
21730 flafter
21731 \series default
21732
21733 \begin_inset Index
21734 status collapsed
21735
21736 \begin_layout Plain Layout
21737 LaTeX-Pakete ! flafter
21738 \end_layout
21739
21740 \end_inset
21741
21742  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21743  gedruckt wird.
21744 \end_layout
21745
21746 \begin_layout Standard
21747 \begin_inset VSpace bigskip
21748 \end_inset
21749
21750 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21751  Dafür gibt es das LaTeX-Paket 
21752 \series bold
21753 endfloat
21754 \series default
21755
21756 \begin_inset Index
21757 status collapsed
21758
21759 \begin_layout Plain Layout
21760 LaTeX-Pakete ! endfloat
21761 \end_layout
21762
21763 \end_inset
21764
21765 .
21766  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21767  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21768  
21769 \family sans
21770
21771 \begin_inset Quotes gld
21772 \end_inset
21773
21774 [Abbildung
21775 \begin_inset space ~
21776 \end_inset
21777
21778 3.2 ist ungefähr hier.]
21779 \family default
21780
21781 \begin_inset Quotes grd
21782 \end_inset
21783
21784  finden.
21785  Das 
21786 \series bold
21787 endfloat
21788 \series default
21789 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21790 \end_layout
21791
21792 \begin_layout Standard
21793
21794 \series bold
21795
21796 \backslash
21797 usepackage[Optionen]{endfloat}
21798 \end_layout
21799
21800 \begin_layout Standard
21801 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21802  Tabellen-Abschnitte, die Sie in der 
21803 \series bold
21804 endfloat
21805 \series default
21806 -Dokumentation 
21807 \begin_inset CommandInset citation
21808 LatexCommand cite
21809 key "endfloat"
21810
21811 \end_inset
21812
21813  nachlesen können.
21814 \begin_inset Newline newline
21815 \end_inset
21816
21817
21818 \begin_inset Note Greyedout
21819 status open
21820
21821 \begin_layout Plain Layout
21822
21823 \series bold
21824 Bemerkung
21825 \begin_inset space ~
21826 \end_inset
21827
21828 1: endfloat
21829 \series default
21830  übersetzt den Hinweistext nicht automatisch.
21831  Abschnitt
21832 \begin_inset space ~
21833 \end_inset
21834
21835 4 in 
21836 \begin_inset CommandInset citation
21837 LatexCommand cite
21838 key "endfloat"
21839
21840 \end_inset
21841
21842  beschreibt, wie es geht.
21843 \end_layout
21844
21845 \end_inset
21846
21847
21848 \end_layout
21849
21850 \begin_layout Standard
21851 \begin_inset Note Greyedout
21852 status open
21853
21854 \begin_layout Plain Layout
21855
21856 \series bold
21857 Bemerkung
21858 \begin_inset space ~
21859 \end_inset
21860
21861 2: 
21862 \series default
21863 Die aktuelle Version von 
21864 \series bold
21865 endfloat
21866 \series default
21867  hat einen Fehler, wenn die Überschrift ein 
21868 \begin_inset Quotes gld
21869 \end_inset
21870
21871 ß
21872 \begin_inset Quotes grd
21873 \end_inset
21874
21875  enthält.
21876  Sie müssen stattdessen den Befehl 
21877 \series bold
21878
21879 \backslash
21880 ss
21881 \series default
21882  als TeX-Code benutzen.
21883 \end_layout
21884
21885 \end_inset
21886
21887
21888 \end_layout
21889
21890 \begin_layout Standard
21891 \begin_inset VSpace bigskip
21892 \end_inset
21893
21894 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
21895  wie 
21896 \begin_inset CommandInset citation
21897 LatexCommand cite
21898 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21899
21900 \end_inset
21901
21902 .
21903 \end_layout
21904
21905 \begin_layout Section
21906 Gedrehte Gleitobjekte
21907 \begin_inset CommandInset label
21908 LatexCommand label
21909 name "abs:Gedrehte-Gleitobjekte"
21910
21911 \end_inset
21912
21913
21914 \begin_inset Index
21915 status collapsed
21916
21917 \begin_layout Plain Layout
21918 Gleitobjekte ! drehen
21919 \end_layout
21920
21921 \end_inset
21922
21923
21924 \end_layout
21925
21926 \begin_layout Standard
21927 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
21928 t drehen.
21929  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
21930  und die Option 
21931 \family sans
21932 Seitwärts
21933 \begin_inset space ~
21934 \end_inset
21935
21936 drehen
21937 \family default
21938  wählen.
21939 \end_layout
21940
21941 \begin_layout Standard
21942 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
21943  sie ein mehrspaltiges Dokument haben) gedruckt.
21944  Sie können mehrere Spalten überspannen, wenn die Option 
21945 \family sans
21946 Spalten
21947 \begin_inset space ~
21948 \end_inset
21949
21950 überspannen
21951 \family default
21952  in den Gleitobjekt Einstellungen gewählt ist.
21953  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
21954  werden können.
21955  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
21956  Option 
21957 \series bold
21958 figuresleft
21959 \series default
21960  oder 
21961 \series bold
21962 figuresright
21963 \series default
21964  zu den Dokumentklassen-Optionen hinzu.
21965 \end_layout
21966
21967 \begin_layout Standard
21968 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
21969  Tabelle
21970 \begin_inset space ~
21971 \end_inset
21972
21973
21974 \begin_inset CommandInset ref
21975 LatexCommand ref
21976 reference "tab:Gedrehte-Tabelle"
21977
21978 \end_inset
21979
21980  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
21981 \end_layout
21982
21983 \begin_layout Standard
21984 \begin_inset Note Greyedout
21985 status open
21986
21987 \begin_layout Plain Layout
21988
21989 \series bold
21990 Bemerkung:
21991 \series default
21992  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
21993 \end_layout
21994
21995 \end_inset
21996
21997
21998 \end_layout
21999
22000 \begin_layout Standard
22001 \begin_inset Float table
22002 wide false
22003 sideways true
22004 status open
22005
22006 \begin_layout Plain Layout
22007 \begin_inset Caption
22008
22009 \begin_layout Plain Layout
22010 \begin_inset CommandInset label
22011 LatexCommand label
22012 name "tab:Gedrehte-Tabelle"
22013
22014 \end_inset
22015
22016 Gedrehte Tabelle
22017 \end_layout
22018
22019 \end_inset
22020
22021
22022 \end_layout
22023
22024 \begin_layout Plain Layout
22025 \align center
22026 \begin_inset Tabular
22027 <lyxtabular version="3" rows="1" columns="5">
22028 <features>
22029 <column alignment="center" valignment="top" width="0">
22030 <column alignment="center" valignment="top" width="0">
22031 <column alignment="center" valignment="top" width="0">
22032 <column alignment="center" valignment="top" width="0">
22033 <column alignment="center" valignment="top" width="0">
22034 <row>
22035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22036 \begin_inset Text
22037
22038 \begin_layout Plain Layout
22039 Test
22040 \end_layout
22041
22042 \end_inset
22043 </cell>
22044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22045 \begin_inset Text
22046
22047 \begin_layout Plain Layout
22048 b
22049 \end_layout
22050
22051 \end_inset
22052 </cell>
22053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22054 \begin_inset Text
22055
22056 \begin_layout Plain Layout
22057 c
22058 \end_layout
22059
22060 \end_inset
22061 </cell>
22062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22063 \begin_inset Text
22064
22065 \begin_layout Plain Layout
22066 d
22067 \end_layout
22068
22069 \end_inset
22070 </cell>
22071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22072 \begin_inset Text
22073
22074 \begin_layout Plain Layout
22075 e
22076 \end_layout
22077
22078 \end_inset
22079 </cell>
22080 </row>
22081 </lyxtabular>
22082
22083 \end_inset
22084
22085
22086 \end_layout
22087
22088 \end_inset
22089
22090
22091 \end_layout
22092
22093 \begin_layout Section
22094 Untergleitobjekte
22095 \begin_inset Index
22096 status collapsed
22097
22098 \begin_layout Plain Layout
22099 Gleitobjekte ! Untergleitobjekte
22100 \end_layout
22101
22102 \end_inset
22103
22104
22105 \end_layout
22106
22107 \begin_layout Standard
22108 Untergleitobjekte werden z.
22109 \begin_inset space \thinspace{}
22110 \end_inset
22111
22112 B.
22113  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
22114  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
22115  eingefügt wird.
22116  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
22117  in Tabelle
22118 \begin_inset space ~
22119 \end_inset
22120
22121
22122 \begin_inset CommandInset ref
22123 LatexCommand ref
22124 reference "tab:Untertabellen-nebeneinander"
22125
22126 \end_inset
22127
22128  und 
22129 \begin_inset CommandInset ref
22130 LatexCommand ref
22131 reference "tab:Untertabellen-übereinander"
22132
22133 \end_inset
22134
22135 .
22136 \end_layout
22137
22138 \begin_layout Standard
22139 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
22140 \begin_inset space ~
22141 \end_inset
22142
22143
22144 \begin_inset CommandInset ref
22145 LatexCommand ref
22146 reference "tab:Untertabelle-a"
22147
22148 \end_inset
22149
22150  und 
22151 \begin_inset CommandInset ref
22152 LatexCommand ref
22153 reference "tab:Untertabelle-b"
22154
22155 \end_inset
22156
22157  sind Untertabellen von Tabelle
22158 \begin_inset space ~
22159 \end_inset
22160
22161
22162 \begin_inset CommandInset ref
22163 LatexCommand ref
22164 reference "tab:Untertabellen-nebeneinander"
22165
22166 \end_inset
22167
22168 .
22169 \end_layout
22170
22171 \begin_layout Standard
22172 \begin_inset Float table
22173 wide false
22174 sideways false
22175 status open
22176
22177 \begin_layout Plain Layout
22178 \begin_inset Caption
22179
22180 \begin_layout Plain Layout
22181 \begin_inset CommandInset label
22182 LatexCommand label
22183 name "tab:Untertabellen-nebeneinander"
22184
22185 \end_inset
22186
22187 Zwei Untertabellen nebeneinander.
22188 \end_layout
22189
22190 \end_inset
22191
22192
22193 \end_layout
22194
22195 \begin_layout Plain Layout
22196 \align center
22197 \begin_inset space \hfill{}
22198 \end_inset
22199
22200
22201 \begin_inset Float table
22202 wide false
22203 sideways false
22204 status collapsed
22205
22206 \begin_layout Plain Layout
22207 \begin_inset Caption
22208
22209 \begin_layout Plain Layout
22210 \begin_inset CommandInset label
22211 LatexCommand label
22212 name "tab:Untertabelle-a"
22213
22214 \end_inset
22215
22216 Dies ist Untertabelle a.
22217 \end_layout
22218
22219 \end_inset
22220
22221
22222 \end_layout
22223
22224 \begin_layout Plain Layout
22225 \align center
22226 \begin_inset Tabular
22227 <lyxtabular version="3" rows="1" columns="5">
22228 <features>
22229 <column alignment="center" valignment="top" width="0">
22230 <column alignment="center" valignment="top" width="0">
22231 <column alignment="center" valignment="top" width="0">
22232 <column alignment="center" valignment="top" width="0">
22233 <column alignment="center" valignment="top" width="0">
22234 <row>
22235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22236 \begin_inset Text
22237
22238 \begin_layout Plain Layout
22239 Test
22240 \end_layout
22241
22242 \end_inset
22243 </cell>
22244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22245 \begin_inset Text
22246
22247 \begin_layout Plain Layout
22248 b
22249 \end_layout
22250
22251 \end_inset
22252 </cell>
22253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22254 \begin_inset Text
22255
22256 \begin_layout Plain Layout
22257 c
22258 \end_layout
22259
22260 \end_inset
22261 </cell>
22262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22263 \begin_inset Text
22264
22265 \begin_layout Plain Layout
22266 d
22267 \end_layout
22268
22269 \end_inset
22270 </cell>
22271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22272 \begin_inset Text
22273
22274 \begin_layout Plain Layout
22275 e
22276 \end_layout
22277
22278 \end_inset
22279 </cell>
22280 </row>
22281 </lyxtabular>
22282
22283 \end_inset
22284
22285
22286 \end_layout
22287
22288 \end_inset
22289
22290
22291 \begin_inset space \hfill{}
22292 \end_inset
22293
22294
22295 \begin_inset Float table
22296 wide false
22297 sideways false
22298 status collapsed
22299
22300 \begin_layout Plain Layout
22301 \begin_inset Caption
22302
22303 \begin_layout Plain Layout
22304 \begin_inset CommandInset label
22305 LatexCommand label
22306 name "tab:Untertabelle-b"
22307
22308 \end_inset
22309
22310 Dies ist Untertabelle b.
22311 \end_layout
22312
22313 \end_inset
22314
22315
22316 \end_layout
22317
22318 \begin_layout Plain Layout
22319 \align center
22320 \begin_inset Tabular
22321 <lyxtabular version="3" rows="1" columns="5">
22322 <features>
22323 <column alignment="center" valignment="top" width="0">
22324 <column alignment="center" valignment="top" width="0">
22325 <column alignment="center" valignment="top" width="0">
22326 <column alignment="center" valignment="top" width="0">
22327 <column alignment="center" valignment="top" width="0">
22328 <row>
22329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22330 \begin_inset Text
22331
22332 \begin_layout Plain Layout
22333 e
22334 \end_layout
22335
22336 \end_inset
22337 </cell>
22338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22339 \begin_inset Text
22340
22341 \begin_layout Plain Layout
22342 d
22343 \end_layout
22344
22345 \end_inset
22346 </cell>
22347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22348 \begin_inset Text
22349
22350 \begin_layout Plain Layout
22351 c
22352 \end_layout
22353
22354 \end_inset
22355 </cell>
22356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22357 \begin_inset Text
22358
22359 \begin_layout Plain Layout
22360 b
22361 \end_layout
22362
22363 \end_inset
22364 </cell>
22365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22366 \begin_inset Text
22367
22368 \begin_layout Plain Layout
22369 Test
22370 \end_layout
22371
22372 \end_inset
22373 </cell>
22374 </row>
22375 </lyxtabular>
22376
22377 \end_inset
22378
22379
22380 \end_layout
22381
22382 \end_inset
22383
22384
22385 \begin_inset space \hfill{}
22386 \end_inset
22387
22388
22389 \end_layout
22390
22391 \end_inset
22392
22393
22394 \end_layout
22395
22396 \begin_layout Standard
22397 \begin_inset Float table
22398 wide false
22399 sideways false
22400 status open
22401
22402 \begin_layout Plain Layout
22403 \begin_inset Caption
22404
22405 \begin_layout Plain Layout
22406 \begin_inset CommandInset label
22407 LatexCommand label
22408 name "tab:Untertabellen-übereinander"
22409
22410 \end_inset
22411
22412 Zwei Untertabellen übereinander.
22413  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
22414 \end_layout
22415
22416 \end_inset
22417
22418
22419 \end_layout
22420
22421 \begin_layout Plain Layout
22422 \align center
22423 \begin_inset Float table
22424 wide false
22425 sideways false
22426 status collapsed
22427
22428 \begin_layout Plain Layout
22429 \begin_inset Caption
22430
22431 \begin_layout Plain Layout
22432
22433 \end_layout
22434
22435 \end_inset
22436
22437
22438 \end_layout
22439
22440 \begin_layout Plain Layout
22441 \align center
22442 \begin_inset Tabular
22443 <lyxtabular version="3" rows="1" columns="4">
22444 <features>
22445 <column alignment="center" valignment="top" width="0">
22446 <column alignment="center" valignment="top" width="0">
22447 <column alignment="center" valignment="top" width="0">
22448 <column alignment="center" valignment="top" width="0">
22449 <row>
22450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22451 \begin_inset Text
22452
22453 \begin_layout Plain Layout
22454 Test
22455 \end_layout
22456
22457 \end_inset
22458 </cell>
22459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22460 \begin_inset Text
22461
22462 \begin_layout Plain Layout
22463 Test
22464 \end_layout
22465
22466 \end_inset
22467 </cell>
22468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22469 \begin_inset Text
22470
22471 \begin_layout Plain Layout
22472 Test
22473 \end_layout
22474
22475 \end_inset
22476 </cell>
22477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22478 \begin_inset Text
22479
22480 \begin_layout Plain Layout
22481 Test
22482 \end_layout
22483
22484 \end_inset
22485 </cell>
22486 </row>
22487 </lyxtabular>
22488
22489 \end_inset
22490
22491
22492 \end_layout
22493
22494 \end_inset
22495
22496
22497 \end_layout
22498
22499 \begin_layout Plain Layout
22500 \align center
22501 \begin_inset Float table
22502 wide false
22503 sideways false
22504 status collapsed
22505
22506 \begin_layout Plain Layout
22507 \begin_inset Caption
22508
22509 \begin_layout Plain Layout
22510
22511 \end_layout
22512
22513 \end_inset
22514
22515
22516 \end_layout
22517
22518 \begin_layout Plain Layout
22519 \align center
22520 \begin_inset Tabular
22521 <lyxtabular version="3" rows="1" columns="5">
22522 <features>
22523 <column alignment="center" valignment="top" width="0">
22524 <column alignment="center" valignment="top" width="0">
22525 <column alignment="center" valignment="top" width="0">
22526 <column alignment="center" valignment="top" width="0">
22527 <column alignment="center" valignment="top" width="0">
22528 <row>
22529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22530 \begin_inset Text
22531
22532 \begin_layout Plain Layout
22533 a
22534 \end_layout
22535
22536 \end_inset
22537 </cell>
22538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22539 \begin_inset Text
22540
22541 \begin_layout Plain Layout
22542 b
22543 \end_layout
22544
22545 \end_inset
22546 </cell>
22547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22548 \begin_inset Text
22549
22550 \begin_layout Plain Layout
22551 c
22552 \end_layout
22553
22554 \end_inset
22555 </cell>
22556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22557 \begin_inset Text
22558
22559 \begin_layout Plain Layout
22560 d
22561 \end_layout
22562
22563 \end_inset
22564 </cell>
22565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22566 \begin_inset Text
22567
22568 \begin_layout Plain Layout
22569 e
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 </row>
22575 </lyxtabular>
22576
22577 \end_inset
22578
22579
22580 \end_layout
22581
22582 \end_inset
22583
22584
22585 \end_layout
22586
22587 \end_inset
22588
22589
22590 \end_layout
22591
22592 \begin_layout Section
22593 Gleitobjekte nebeneinander
22594 \begin_inset Index
22595 status collapsed
22596
22597 \begin_layout Plain Layout
22598 Gleitobjekte ! nebeneinander
22599 \end_layout
22600
22601 \end_inset
22602
22603
22604 \end_layout
22605
22606 \begin_layout Standard
22607 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
22608 \begin_inset space ~
22609 \end_inset
22610
22611
22612 \begin_inset CommandInset ref
22613 LatexCommand ref
22614 reference "abb:Gleitobjekt-links"
22615
22616 \end_inset
22617
22618  und 
22619 \begin_inset CommandInset ref
22620 LatexCommand ref
22621 reference "abb:Gleitobjekt-rechts"
22622
22623 \end_inset
22624
22625  wird nur 
22626 \emph on
22627 ein
22628 \emph default
22629  Gleitobjekt verwendet.
22630  In dieses werden zwei Minipage Boxen eingefügt.
22631 \begin_inset Foot
22632 status collapsed
22633
22634 \begin_layout Plain Layout
22635 Minipages sind in Abschnitt
22636 \begin_inset space ~
22637 \end_inset
22638
22639
22640 \begin_inset CommandInset ref
22641 LatexCommand ref
22642 reference "abs:Minipage"
22643
22644 \end_inset
22645
22646  erklärt.
22647 \end_layout
22648
22649 \end_inset
22650
22651  Die Breite wird für jede Minipage auf 45
22652 \begin_inset space \thinspace{}
22653 \end_inset
22654
22655 -50
22656 \begin_inset space \thinspace{}
22657 \end_inset
22658
22659 Spalten% und die Box Ausrichtung auf 
22660 \family sans
22661 Unten
22662 \family default
22663  gesetzt.
22664  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
22665  Gleitobjekt.
22666  Der einzige Unterschied ist, dass die Bildeinheit 
22667 \family sans
22668 Spaltenbreite
22669 \begin_inset space ~
22670 \end_inset
22671
22672 %
22673 \family default
22674  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
22675 \end_layout
22676
22677 \begin_layout Standard
22678 \begin_inset Float figure
22679 wide false
22680 sideways false
22681 status open
22682
22683 \begin_layout Plain Layout
22684 \begin_inset Box Frameless
22685 position "b"
22686 hor_pos "c"
22687 has_inner_box 1
22688 inner_pos "t"
22689 use_parbox 0
22690 width "45col%"
22691 special "none"
22692 height "1in"
22693 height_special "totalheight"
22694 status open
22695
22696 \begin_layout Plain Layout
22697 \align center
22698 \begin_inset Graphics
22699         filename ../clipart/mobius.eps
22700         lyxscale 50
22701         width 100col%
22702         scaleBeforeRotation
22703
22704 \end_inset
22705
22706
22707 \end_layout
22708
22709 \begin_layout Plain Layout
22710 \begin_inset Caption
22711
22712 \begin_layout Plain Layout
22713 \begin_inset CommandInset label
22714 LatexCommand label
22715 name "abb:Gleitobjekt-links"
22716
22717 \end_inset
22718
22719 Gleitobjekt auf der linken Seite.
22720 \end_layout
22721
22722 \end_inset
22723
22724
22725 \end_layout
22726
22727 \end_inset
22728
22729
22730 \begin_inset space \hfill{}
22731 \end_inset
22732
22733
22734 \begin_inset Box Frameless
22735 position "b"
22736 hor_pos "c"
22737 has_inner_box 1
22738 inner_pos "t"
22739 use_parbox 0
22740 width "45col%"
22741 special "none"
22742 height "1in"
22743 height_special "totalheight"
22744 status open
22745
22746 \begin_layout Plain Layout
22747 \align center
22748 \begin_inset Graphics
22749         filename ../clipart/platypus.eps
22750         lyxscale 50
22751         width 100col%
22752         scaleBeforeRotation
22753
22754 \end_inset
22755
22756
22757 \end_layout
22758
22759 \begin_layout Plain Layout
22760 \begin_inset Caption
22761
22762 \begin_layout Plain Layout
22763 \begin_inset CommandInset label
22764 LatexCommand label
22765 name "abb:Gleitobjekt-rechts"
22766
22767 \end_inset
22768
22769 Gleitobjekt auf der rechten Seite.
22770 \end_layout
22771
22772 \end_inset
22773
22774
22775 \end_layout
22776
22777 \end_inset
22778
22779
22780 \end_layout
22781
22782 \end_inset
22783
22784
22785 \end_layout
22786
22787 \begin_layout Section
22788 Beschriftungs-Formatierung
22789 \begin_inset CommandInset label
22790 LatexCommand label
22791 name "abs:Titel-Formatierung"
22792
22793 \end_inset
22794
22795
22796 \begin_inset Index
22797 status collapsed
22798
22799 \begin_layout Plain Layout
22800 Gleitobjekte ! Beschriftung ! Formatierung
22801 \end_layout
22802
22803 \end_inset
22804
22805
22806 \end_layout
22807
22808 \begin_layout Standard
22809
22810 \family sans
22811 Legende
22812 \family default
22813  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22814  In LyX sehen Titel so aus:  
22815 \family sans
22816
22817 \begin_inset Quotes gld
22818 \end_inset
22819
22820 Abbildung xyz:
22821 \family default
22822
22823 \begin_inset Quotes grd
22824 \end_inset
22825
22826 , gefolgt vom Beschriftungstext, wobei 
22827 \family sans
22828 xyz
22829 \family default
22830  die von LyX vergebene Nummer ist.
22831  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22832  gedruckt.
22833  Dies ist nicht immer brauchbar.
22834 \end_layout
22835
22836 \begin_layout Standard
22837 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22838  
22839 \series bold
22840 caption
22841 \series default
22842
22843 \begin_inset Index
22844 status collapsed
22845
22846 \begin_layout Plain Layout
22847 LaTeX-Pakete ! caption
22848 \end_layout
22849
22850 \end_inset
22851
22852  in den LaTeX-Vorspann laden:
22853 \end_layout
22854
22855 \begin_layout Standard
22856
22857 \series bold
22858
22859 \backslash
22860 usepackage[Format-Definition]{caption}
22861 \end_layout
22862
22863 \begin_layout Standard
22864 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22865  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22866 \end_layout
22867
22868 \begin_layout Standard
22869
22870 \series bold
22871
22872 \backslash
22873 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22874 \end_layout
22875
22876 \begin_layout Standard
22877 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22878  definieren.
22879  Dazu laden Sie das 
22880 \series bold
22881 caption
22882 \series default
22883 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22884  dem Befehl
22885 \end_layout
22886
22887 \begin_layout Standard
22888
22889 \series bold
22890
22891 \backslash
22892 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22893 \end_layout
22894
22895 \begin_layout Standard
22896 Für Abbildung
22897 \begin_inset space ~
22898 \end_inset
22899
22900
22901 \begin_inset CommandInset ref
22902 LatexCommand ref
22903 reference "abb:Langer-Abb-Titel"
22904
22905 \end_inset
22906
22907  und Tabelle
22908 \begin_inset space ~
22909 \end_inset
22910
22911
22912 \begin_inset CommandInset ref
22913 LatexCommand ref
22914 reference "tab:Langer-Tab-Titel"
22915
22916 \end_inset
22917
22918  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22919  werden:
22920 \end_layout
22921
22922 \begin_layout Standard
22923
22924 \series bold
22925
22926 \backslash
22927 usepackage[tableposition=top]{caption}
22928 \begin_inset Newline newline
22929 \end_inset
22930
22931
22932 \backslash
22933 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22934 \begin_inset Newline newline
22935 \end_inset
22936
22937
22938 \begin_inset ERT
22939 status collapsed
22940
22941 \begin_layout Plain Layout
22942
22943
22944 \backslash
22945 hphantom{
22946 \backslash
22947
22948 \backslash
22949 captionsetup[figure]
22950 \backslash
22951 {}
22952 \end_layout
22953
22954 \end_inset
22955
22956  labelsep=period}
22957 \begin_inset Newline newline
22958 \end_inset
22959
22960
22961 \backslash
22962 captionsetup[table]{labelfont={bf,sf}}
22963 \end_layout
22964
22965 \begin_layout Standard
22966 \begin_inset Note Greyedout
22967 status open
22968
22969 \begin_layout Plain Layout
22970
22971 \series bold
22972 Bemerkung:
22973 \series default
22974  Die Option 
22975 \series bold
22976 tableposition=top
22977 \series default
22978  hat keine Auswirkung, wenn eine 
22979 \series bold
22980 KOMA-Script
22981 \series default
22982
22983 \begin_inset Index
22984 status collapsed
22985
22986 \begin_layout Plain Layout
22987 LaTeX-Pakete ! KOMA-Script
22988 \end_layout
22989
22990 \end_inset
22991
22992 -Dokumentklasse verwendet wird.
22993  Hier muss die Option 
22994 \series bold
22995 tablecaptionabove
22996 \series default
22997  benutzt werden.
22998 \end_layout
22999
23000 \end_inset
23001
23002
23003 \end_layout
23004
23005 \begin_layout Standard
23006 Weitere Informationen über das Paket
23007 \series bold
23008  caption
23009 \series default
23010  finden Sie in seiner Dokumentation 
23011 \begin_inset CommandInset citation
23012 LatexCommand cite
23013 key "caption"
23014
23015 \end_inset
23016
23017 .
23018 \end_layout
23019
23020 \begin_layout Standard
23021 Wenn Sie den Namen von 
23022 \begin_inset Quotes gld
23023 \end_inset
23024
23025 Abbildung
23026 \begin_inset Quotes grd
23027 \end_inset
23028
23029  auf 
23030 \begin_inset Quotes gld
23031 \end_inset
23032
23033 Bild
23034 \begin_inset Quotes grd
23035 \end_inset
23036
23037  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
23038 \end_layout
23039
23040 \begin_layout Standard
23041
23042 \series bold
23043
23044 \backslash
23045 renewcommand{
23046 \backslash
23047 fnum@figure}{Bild~
23048 \backslash
23049 thefigure}
23050 \end_layout
23051
23052 \begin_layout Standard
23053 wobei 
23054 \series bold
23055
23056 \backslash
23057 thefigure
23058 \series default
23059  die Bildnummer einsetzt und
23060 \series bold
23061  ~
23062 \series default
23063  ein geschütztes Leerzeichen ist.
23064 \end_layout
23065
23066 \begin_layout Standard
23067 \begin_inset VSpace bigskip
23068 \end_inset
23069
23070 Wenn Sie eine 
23071 \series bold
23072 KOMA-Script
23073 \series default
23074
23075 \begin_inset Index
23076 status collapsed
23077
23078 \begin_layout Plain Layout
23079 LaTeX-Pakete ! KOMA-Script
23080 \end_layout
23081
23082 \end_inset
23083
23084 -Dokumentklasse (
23085 \family sans
23086 article (KOMA-Script)
23087 \family default
23088
23089 \family sans
23090 book (KOMA-Script)
23091 \family default
23092
23093 \family sans
23094 letter (KOMA-Script)
23095 \family default
23096  oder 
23097 \family sans
23098 report (KOMA-Script)
23099 \family default
23100 ) benutzen, können Sie anstatt des 
23101 \series bold
23102 caption
23103 \series default
23104 -Paketes den eingebauten Befehl 
23105 \series bold
23106
23107 \backslash
23108 setkomafont
23109 \series default
23110  von 
23111 \series bold
23112 KOMA-Script
23113 \series default
23114  benutzen.
23115  Der Befehl
23116 \end_layout
23117
23118 \begin_layout Standard
23119
23120 \series bold
23121
23122 \backslash
23123 setkomafont{captionlabel}{
23124 \backslash
23125 bfseries}
23126 \end_layout
23127
23128 \begin_layout Standard
23129 im LaTeX-Vorspann druckt den Namen fett.
23130 \end_layout
23131
23132 \begin_layout Standard
23133 Weitere Informationen über 
23134 \series bold
23135
23136 \backslash
23137 setkomafont
23138 \series default
23139  finden Sie in der 
23140 \series bold
23141 KOMA-Script
23142 \series default
23143 -Do\SpecialChar \-
23144 ku\SpecialChar \-
23145 men\SpecialChar \-
23146 ta\SpecialChar \-
23147 tion 
23148 \begin_inset CommandInset citation
23149 LatexCommand cite
23150 key "KOMA-Script"
23151
23152 \end_inset
23153
23154 .
23155 \end_layout
23156
23157 \begin_layout Standard
23158 \begin_inset ERT
23159 status collapsed
23160
23161 \begin_layout Plain Layout
23162
23163
23164 \backslash
23165 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23166 }
23167 \end_layout
23168
23169 \end_inset
23170
23171
23172 \begin_inset Note Note
23173 status open
23174
23175 \begin_layout Plain Layout
23176 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
23177 \end_layout
23178
23179 \end_inset
23180
23181
23182 \end_layout
23183
23184 \begin_layout Standard
23185 \begin_inset Float figure
23186 placement !p
23187 wide false
23188 sideways false
23189 status open
23190
23191 \begin_layout Plain Layout
23192 \align center
23193 \begin_inset Graphics
23194         filename ../clipart/mobius.eps
23195         lyxscale 50
23196         scale 50
23197         scaleBeforeRotation
23198
23199 \end_inset
23200
23201
23202 \end_layout
23203
23204 \begin_layout Plain Layout
23205 \begin_inset Caption
23206
23207 \begin_layout Plain Layout
23208 \begin_inset CommandInset label
23209 LatexCommand label
23210 name "abb:Langer-Abb-Titel"
23211
23212 \end_inset
23213
23214 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23215  ist, um das andere Beschriftungsformat zu zeigen.
23216  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
23217 \begin_inset OptArg
23218 status collapsed
23219
23220 \begin_layout Plain Layout
23221 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23222  ist.
23223 \end_layout
23224
23225 \end_inset
23226
23227
23228 \end_layout
23229
23230 \end_inset
23231
23232
23233 \end_layout
23234
23235 \end_inset
23236
23237
23238 \end_layout
23239
23240 \begin_layout Standard
23241 \begin_inset ERT
23242 status collapsed
23243
23244 \begin_layout Plain Layout
23245
23246
23247 \backslash
23248 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23249 on}
23250 \end_layout
23251
23252 \end_inset
23253
23254
23255 \end_layout
23256
23257 \begin_layout Standard
23258 \begin_inset Float table
23259 placement !p
23260 wide false
23261 sideways false
23262 status open
23263
23264 \begin_layout Plain Layout
23265 \begin_inset Caption
23266
23267 \begin_layout Plain Layout
23268 \begin_inset CommandInset label
23269 LatexCommand label
23270 name "tab:Langer-Tab-Titel"
23271
23272 \end_inset
23273
23274 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23275  ist, um das andere Beschriftungsformat zu zeigen.
23276  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
23277  benutzt.
23278 \begin_inset OptArg
23279 status collapsed
23280
23281 \begin_layout Plain Layout
23282 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23283  ist.
23284 \end_layout
23285
23286 \end_inset
23287
23288
23289 \end_layout
23290
23291 \end_inset
23292
23293
23294 \end_layout
23295
23296 \begin_layout Plain Layout
23297 \align center
23298 \begin_inset Tabular
23299 <lyxtabular version="3" rows="1" columns="5">
23300 <features>
23301 <column alignment="center" valignment="top" width="0">
23302 <column alignment="center" valignment="top" width="0">
23303 <column alignment="center" valignment="top" width="0">
23304 <column alignment="center" valignment="top" width="0">
23305 <column alignment="center" valignment="top" width="0">
23306 <row>
23307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23308 \begin_inset Text
23309
23310 \begin_layout Plain Layout
23311 a
23312 \end_layout
23313
23314 \end_inset
23315 </cell>
23316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23317 \begin_inset Text
23318
23319 \begin_layout Plain Layout
23320 b
23321 \end_layout
23322
23323 \end_inset
23324 </cell>
23325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23326 \begin_inset Text
23327
23328 \begin_layout Plain Layout
23329 c
23330 \end_layout
23331
23332 \end_inset
23333 </cell>
23334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23335 \begin_inset Text
23336
23337 \begin_layout Plain Layout
23338 d
23339 \end_layout
23340
23341 \end_inset
23342 </cell>
23343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23344 \begin_inset Text
23345
23346 \begin_layout Plain Layout
23347 e
23348 \end_layout
23349
23350 \end_inset
23351 </cell>
23352 </row>
23353 </lyxtabular>
23354
23355 \end_inset
23356
23357
23358 \end_layout
23359
23360 \end_inset
23361
23362
23363 \end_layout
23364
23365 \begin_layout Section
23366 Beschriftungs-Platzierung
23367 \begin_inset CommandInset label
23368 LatexCommand label
23369 name "abs:Titel-Platzierung"
23370
23371 \end_inset
23372
23373
23374 \begin_inset Index
23375 status collapsed
23376
23377 \begin_layout Plain Layout
23378 Gleitobjekte ! Beschriftung ! Platzierung
23379 \end_layout
23380
23381 \end_inset
23382
23383
23384 \end_layout
23385
23386 \begin_layout Standard
23387 Normalerweise werden die Beschriftungen wie folgt platziert:
23388 \end_layout
23389
23390 \begin_layout Description
23391 Abbildung: darunter
23392 \end_layout
23393
23394 \begin_layout Description
23395 Tabelle: darüber
23396 \end_layout
23397
23398 \begin_layout Standard
23399 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
23400  Das heißt wenn Sie eine der Dokument-Klassen 
23401 \family sans
23402 article
23403 \family default
23404
23405 \family sans
23406 book
23407 \family default
23408
23409 \family sans
23410 letter
23411 \family default
23412  oder 
23413 \family sans
23414 report
23415 \family default
23416  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
23417  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
23418 \series bold
23419 caption
23420 \series default
23421  im LaTeX-Vorspann folgendes schreiben:
23422 \begin_inset Foot
23423 status collapsed
23424
23425 \begin_layout Plain Layout
23426 In Abschnitt
23427 \begin_inset space ~
23428 \end_inset
23429
23430
23431 \begin_inset CommandInset ref
23432 LatexCommand ref
23433 reference "abs:Titel-Formatierung"
23434
23435 \end_inset
23436
23437  steht mehr über das Paket 
23438 \series bold
23439 caption
23440 \series default
23441 .
23442 \end_layout
23443
23444 \end_inset
23445
23446
23447 \end_layout
23448
23449 \begin_layout Standard
23450
23451 \series bold
23452 tableposition=top
23453 \end_layout
23454
23455 \begin_layout Standard
23456 Wenn Sie eine 
23457 \series bold
23458 KOMA-Script
23459 \series default
23460
23461 \begin_inset Index
23462 status collapsed
23463
23464 \begin_layout Plain Layout
23465 LaTeX-Pakete ! KOMA-Script
23466 \end_layout
23467
23468 \end_inset
23469
23470 -Dokumentklasse (
23471 \family sans
23472 article (KOMA-Script)
23473 \family default
23474
23475 \family sans
23476 book (KOMA-Script)
23477 \family default
23478
23479 \family sans
23480 letter (KOMA-Script)
23481 \family default
23482  oder 
23483 \family sans
23484 report (KOMA-Script)
23485 \family default
23486 ) benutzen, können Sie alternativ zum 
23487 \series bold
23488 caption
23489 \series default
23490 -Paket die Option 
23491 \series bold
23492 tablecaptionabove
23493 \series default
23494  benutzen.
23495 \end_layout
23496
23497 \begin_layout Standard
23498 \begin_inset VSpace bigskip
23499 \end_inset
23500
23501 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
23502  Das bewirkt das LaTeX-Paket 
23503 \series bold
23504 sidecap
23505 \series default
23506
23507 \begin_inset Index
23508 status collapsed
23509
23510 \begin_layout Plain Layout
23511 LaTeX-Pakete ! sidecap
23512 \end_layout
23513
23514 \end_inset
23515
23516 , das so in den LaTeX-Vorspann geladen wird:
23517 \end_layout
23518
23519 \begin_layout Standard
23520
23521 \series bold
23522
23523 \backslash
23524 usepackage[Option]{sidecap}
23525 \end_layout
23526
23527 \begin_layout Standard
23528 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
23529  Mit 
23530 \series bold
23531 innercaption
23532 \series default
23533  wird die Beschriftung innen gedruckt.
23534  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
23535  
23536 \series bold
23537 rightcaption
23538 \series default
23539  oder 
23540 \series bold
23541 leftcaption
23542 \series default
23543 .
23544 \end_layout
23545
23546 \begin_layout Standard
23547 \begin_inset ERT
23548 status collapsed
23549
23550 \begin_layout Plain Layout
23551
23552
23553 \backslash
23554 ifsidecap
23555 \end_layout
23556
23557 \end_inset
23558
23559
23560 \begin_inset Note Note
23561 status open
23562
23563 \begin_layout Plain Layout
23564 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
23565 \series bold
23566 sidecap
23567 \series default
23568  installiert ist.
23569 \end_layout
23570
23571 \end_inset
23572
23573
23574 \end_layout
23575
23576 \begin_layout Standard
23577 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
23578  in den LaTeX-Vorspann schreiben:
23579 \end_layout
23580
23581 \begin_layout Standard
23582
23583 \lyxline
23584
23585 \end_layout
23586
23587 \begin_layout Standard
23588
23589 \series bold
23590
23591 \backslash
23592 newcommand{
23593 \backslash
23594 TabBesBeg}{%
23595 \begin_inset Newline newline
23596 \end_inset
23597
23598
23599 \begin_inset ERT
23600 status collapsed
23601
23602 \begin_layout Plain Layout
23603
23604
23605 \backslash
23606 hphantom{ }
23607 \end_layout
23608
23609 \end_inset
23610
23611
23612 \backslash
23613 let
23614 \backslash
23615 MyTable
23616 \backslash
23617 table
23618 \begin_inset Newline newline
23619 \end_inset
23620
23621
23622 \begin_inset ERT
23623 status collapsed
23624
23625 \begin_layout Plain Layout
23626
23627
23628 \backslash
23629 hphantom{ }
23630 \end_layout
23631
23632 \end_inset
23633
23634
23635 \backslash
23636 let
23637 \backslash
23638 MyEndtable
23639 \backslash
23640 endtable
23641 \begin_inset Newline newline
23642 \end_inset
23643
23644
23645 \begin_inset ERT
23646 status collapsed
23647
23648 \begin_layout Plain Layout
23649
23650
23651 \backslash
23652 hphantom{ }
23653 \end_layout
23654
23655 \end_inset
23656
23657
23658 \backslash
23659 renewenvironment{table}{
23660 \backslash
23661 begin{SCtable}}{
23662 \backslash
23663 end{SCtable}}}
23664 \end_layout
23665
23666 \begin_layout Standard
23667
23668 \series bold
23669
23670 \backslash
23671 newcommand{
23672 \backslash
23673 TabBesEnd}{%
23674 \begin_inset Newline newline
23675 \end_inset
23676
23677
23678 \begin_inset ERT
23679 status collapsed
23680
23681 \begin_layout Plain Layout
23682
23683
23684 \backslash
23685 hphantom{ }
23686 \end_layout
23687
23688 \end_inset
23689
23690
23691 \backslash
23692 let
23693 \backslash
23694 table
23695 \backslash
23696 MyTable
23697 \begin_inset Newline newline
23698 \end_inset
23699
23700
23701 \begin_inset ERT
23702 status collapsed
23703
23704 \begin_layout Plain Layout
23705
23706
23707 \backslash
23708 hphantom{ }
23709 \end_layout
23710
23711 \end_inset
23712
23713
23714 \backslash
23715 let
23716 \backslash
23717 endtable
23718 \backslash
23719 MyEndtable
23720 \end_layout
23721
23722 \begin_layout Standard
23723
23724 \series bold
23725
23726 \backslash
23727 newcommand{
23728 \backslash
23729 FigBesBeg}{%
23730 \begin_inset Newline newline
23731 \end_inset
23732
23733
23734 \begin_inset ERT
23735 status collapsed
23736
23737 \begin_layout Plain Layout
23738
23739
23740 \backslash
23741 hphantom{ }
23742 \end_layout
23743
23744 \end_inset
23745
23746
23747 \backslash
23748 let
23749 \backslash
23750 MyFigure
23751 \backslash
23752 figure
23753 \begin_inset Newline newline
23754 \end_inset
23755
23756
23757 \begin_inset ERT
23758 status collapsed
23759
23760 \begin_layout Plain Layout
23761
23762
23763 \backslash
23764 hphantom{ }
23765 \end_layout
23766
23767 \end_inset
23768
23769
23770 \backslash
23771 let
23772 \backslash
23773 MyEndfigure
23774 \backslash
23775 endfigure
23776 \begin_inset Newline newline
23777 \end_inset
23778
23779
23780 \begin_inset ERT
23781 status collapsed
23782
23783 \begin_layout Plain Layout
23784
23785
23786 \backslash
23787 hphantom{ }
23788 \end_layout
23789
23790 \end_inset
23791
23792
23793 \backslash
23794 renewenvironment{figure}{
23795 \backslash
23796 begin{SCfigure}}{
23797 \backslash
23798 end{SCfigure}}}
23799 \end_layout
23800
23801 \begin_layout Standard
23802
23803 \series bold
23804
23805 \backslash
23806 newcommand{
23807 \backslash
23808 FigBesEnd}{%
23809 \begin_inset Newline newline
23810 \end_inset
23811
23812
23813 \begin_inset ERT
23814 status collapsed
23815
23816 \begin_layout Plain Layout
23817
23818
23819 \backslash
23820 hphantom{ }
23821 \end_layout
23822
23823 \end_inset
23824
23825
23826 \backslash
23827 let
23828 \backslash
23829 figure
23830 \backslash
23831 MyFigure
23832 \begin_inset Newline newline
23833 \end_inset
23834
23835
23836 \begin_inset ERT
23837 status collapsed
23838
23839 \begin_layout Plain Layout
23840
23841
23842 \backslash
23843 hphantom{ }
23844 \end_layout
23845
23846 \end_inset
23847
23848
23849 \backslash
23850 let
23851 \backslash
23852 endfigure
23853 \backslash
23854 MyEndfigure}
23855 \series default
23856
23857 \lyxline
23858
23859 \end_layout
23860
23861 \begin_layout Standard
23862 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23863 ungen seitlich gedruckt werden.
23864  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23865 \end_layout
23866
23867 \begin_layout Standard
23868
23869 \series bold
23870
23871 \backslash
23872 FigBesBeg
23873 \end_layout
23874
23875 \begin_layout Standard
23876 als TeX-Code vor und
23877 \end_layout
23878
23879 \begin_layout Standard
23880
23881 \series bold
23882
23883 \backslash
23884 FigBesEnd
23885 \end_layout
23886
23887 \begin_layout Standard
23888 hinter das Gleitobjekt.
23889  Bei Gleitobjekt-Tabellen heißen die Befehle
23890 \end_layout
23891
23892 \begin_layout Standard
23893
23894 \series bold
23895
23896 \backslash
23897 TabBesBeg
23898 \series default
23899  und 
23900 \series bold
23901
23902 \backslash
23903 TabBesEnd
23904 \series default
23905 .
23906 \end_layout
23907
23908 \begin_layout Standard
23909 Abbildung
23910 \begin_inset space ~
23911 \end_inset
23912
23913
23914 \begin_inset CommandInset ref
23915 LatexCommand ref
23916 reference "abb:Beschriftung-neben"
23917
23918 \end_inset
23919
23920  und Tabelle
23921 \begin_inset space ~
23922 \end_inset
23923
23924
23925 \begin_inset CommandInset ref
23926 LatexCommand ref
23927 reference "tab:cap-beside-tab"
23928
23929 \end_inset
23930
23931  sind Beispiele für seitliche Beschriftungen.
23932 \end_layout
23933
23934 \begin_layout Standard
23935 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23936  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23937  der Abbildung.
23938  Das kann man mit dem Befehl
23939 \end_layout
23940
23941 \begin_layout Standard
23942
23943 \series bold
23944
23945 \backslash
23946 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
23947 \end_layout
23948
23949 \begin_layout Standard
23950 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
23951  Der Gleitobjekt-Typ ist entweder 
23952 \family sans
23953 figure
23954 \family default
23955  oder 
23956 \family sans
23957 table
23958 \family default
23959 , die
23960 \family sans
23961  
23962 \family default
23963 Platzierung ist 
23964 \family typewriter
23965 t
23966 \family default
23967  für oben, 
23968 \family typewriter
23969 c
23970 \family default
23971  für zentriert oder 
23972 \family typewriter
23973 b
23974 \family default
23975  für unten.
23976  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
23977  lautet der Befehl
23978 \end_layout
23979
23980 \begin_layout Standard
23981
23982 \series bold
23983
23984 \backslash
23985 sidecaptionvpos{figure}{c}
23986 \end_layout
23987
23988 \begin_layout Standard
23989 Das wurde in Abbildung
23990 \begin_inset space ~
23991 \end_inset
23992
23993
23994 \begin_inset CommandInset ref
23995 LatexCommand ref
23996 reference "abb:cap-beside-fig-2"
23997
23998 \end_inset
23999
24000  benutzt.
24001 \end_layout
24002
24003 \begin_layout Standard
24004 \begin_inset VSpace medskip
24005 \end_inset
24006
24007 Weitere Informationen über das Paket
24008 \series bold
24009  sidecap
24010 \series default
24011  finden Sie in seiner Dokumentation 
24012 \begin_inset CommandInset citation
24013 LatexCommand cite
24014 key "sidecap"
24015
24016 \end_inset
24017
24018 .
24019 \end_layout
24020
24021 \begin_layout Standard
24022 \begin_inset Note Greyedout
24023 status open
24024
24025 \begin_layout Plain Layout
24026
24027 \series bold
24028 Bemerkung:
24029 \series default
24030  Das LaTeX-Paket 
24031 \series bold
24032 hypcap
24033 \series default
24034 ,
24035 \begin_inset Index
24036 status collapsed
24037
24038 \begin_layout Plain Layout
24039 LaTeX-Pakete ! hypcap
24040 \end_layout
24041
24042 \end_inset
24043
24044  das in Abschnitt
24045 \begin_inset space ~
24046 \end_inset
24047
24048
24049 \begin_inset CommandInset ref
24050 LatexCommand ref
24051 reference "uab:Querverweis-Position"
24052
24053 \end_inset
24054
24055  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
24056  Beschriftungen.
24057 \end_layout
24058
24059 \end_inset
24060
24061
24062 \end_layout
24063
24064 \begin_layout Standard
24065 \begin_inset ERT
24066 status collapsed
24067
24068 \begin_layout Plain Layout
24069
24070
24071 \backslash
24072 FigBesBeg 
24073 \end_layout
24074
24075 \end_inset
24076
24077
24078 \end_layout
24079
24080 \begin_layout Standard
24081 \begin_inset Float figure
24082 wide false
24083 sideways false
24084 status open
24085
24086 \begin_layout Plain Layout
24087 \begin_inset Graphics
24088         filename ../clipart/escher-lsd.eps
24089         scale 75
24090         scaleBeforeRotation
24091
24092 \end_inset
24093
24094
24095 \end_layout
24096
24097 \begin_layout Plain Layout
24098 \begin_inset Caption
24099
24100 \begin_layout Plain Layout
24101 \begin_inset CommandInset label
24102 LatexCommand label
24103 name "abb:Beschriftung-neben"
24104
24105 \end_inset
24106
24107 Dies ist eine Beschriftung neben einer Abbildung.
24108 \end_layout
24109
24110 \end_inset
24111
24112
24113 \end_layout
24114
24115 \end_inset
24116
24117
24118 \end_layout
24119
24120 \begin_layout Standard
24121 \begin_inset ERT
24122 status collapsed
24123
24124 \begin_layout Plain Layout
24125
24126
24127 \backslash
24128 TabBesBeg 
24129 \end_layout
24130
24131 \end_inset
24132
24133
24134 \end_layout
24135
24136 \begin_layout Standard
24137 \begin_inset Float table
24138 wide false
24139 sideways false
24140 status open
24141
24142 \begin_layout Plain Layout
24143 \begin_inset Caption
24144
24145 \begin_layout Plain Layout
24146 \begin_inset CommandInset label
24147 LatexCommand label
24148 name "tab:cap-beside-tab"
24149
24150 \end_inset
24151
24152 Dies ist eine Beschriftung neben einer Tabelle.
24153 \end_layout
24154
24155 \end_inset
24156
24157
24158 \end_layout
24159
24160 \begin_layout Plain Layout
24161 \begin_inset Tabular
24162 <lyxtabular version="3" rows="4" columns="5">
24163 <features>
24164 <column alignment="center" valignment="top" width="0">
24165 <column alignment="center" valignment="top" width="0">
24166 <column alignment="center" valignment="top" width="0">
24167 <column alignment="center" valignment="top" width="0">
24168 <column alignment="center" valignment="top" width="0">
24169 <row>
24170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24171 \begin_inset Text
24172
24173 \begin_layout Plain Layout
24174 a
24175 \end_layout
24176
24177 \end_inset
24178 </cell>
24179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24180 \begin_inset Text
24181
24182 \begin_layout Plain Layout
24183
24184 \end_layout
24185
24186 \end_inset
24187 </cell>
24188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24189 \begin_inset Text
24190
24191 \begin_layout Plain Layout
24192 b
24193 \end_layout
24194
24195 \end_inset
24196 </cell>
24197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24198 \begin_inset Text
24199
24200 \begin_layout Plain Layout
24201
24202 \end_layout
24203
24204 \end_inset
24205 </cell>
24206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24207 \begin_inset Text
24208
24209 \begin_layout Plain Layout
24210 c
24211 \end_layout
24212
24213 \end_inset
24214 </cell>
24215 </row>
24216 <row>
24217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24218 \begin_inset Text
24219
24220 \begin_layout Plain Layout
24221
24222 \end_layout
24223
24224 \end_inset
24225 </cell>
24226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24227 \begin_inset Text
24228
24229 \begin_layout Plain Layout
24230 d
24231 \end_layout
24232
24233 \end_inset
24234 </cell>
24235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24236 \begin_inset Text
24237
24238 \begin_layout Plain Layout
24239
24240 \end_layout
24241
24242 \end_inset
24243 </cell>
24244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24245 \begin_inset Text
24246
24247 \begin_layout Plain Layout
24248 e
24249 \end_layout
24250
24251 \end_inset
24252 </cell>
24253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24254 \begin_inset Text
24255
24256 \begin_layout Plain Layout
24257
24258 \end_layout
24259
24260 \end_inset
24261 </cell>
24262 </row>
24263 <row>
24264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24265 \begin_inset Text
24266
24267 \begin_layout Plain Layout
24268 f
24269 \end_layout
24270
24271 \end_inset
24272 </cell>
24273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24274 \begin_inset Text
24275
24276 \begin_layout Plain Layout
24277
24278 \end_layout
24279
24280 \end_inset
24281 </cell>
24282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24283 \begin_inset Text
24284
24285 \begin_layout Plain Layout
24286 g
24287 \end_layout
24288
24289 \end_inset
24290 </cell>
24291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24292 \begin_inset Text
24293
24294 \begin_layout Plain Layout
24295
24296 \end_layout
24297
24298 \end_inset
24299 </cell>
24300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24301 \begin_inset Text
24302
24303 \begin_layout Plain Layout
24304 h
24305 \end_layout
24306
24307 \end_inset
24308 </cell>
24309 </row>
24310 <row>
24311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24312 \begin_inset Text
24313
24314 \begin_layout Plain Layout
24315
24316 \end_layout
24317
24318 \end_inset
24319 </cell>
24320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24321 \begin_inset Text
24322
24323 \begin_layout Plain Layout
24324 i
24325 \end_layout
24326
24327 \end_inset
24328 </cell>
24329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24330 \begin_inset Text
24331
24332 \begin_layout Plain Layout
24333
24334 \end_layout
24335
24336 \end_inset
24337 </cell>
24338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24339 \begin_inset Text
24340
24341 \begin_layout Plain Layout
24342 j
24343 \end_layout
24344
24345 \end_inset
24346 </cell>
24347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24348 \begin_inset Text
24349
24350 \begin_layout Plain Layout
24351
24352 \end_layout
24353
24354 \end_inset
24355 </cell>
24356 </row>
24357 </lyxtabular>
24358
24359 \end_inset
24360
24361
24362 \end_layout
24363
24364 \end_inset
24365
24366
24367 \end_layout
24368
24369 \begin_layout Standard
24370 \begin_inset ERT
24371 status collapsed
24372
24373 \begin_layout Plain Layout
24374
24375
24376 \backslash
24377 TabBesEnd
24378 \end_layout
24379
24380 \end_inset
24381
24382
24383 \end_layout
24384
24385 \begin_layout Standard
24386 \begin_inset ERT
24387 status collapsed
24388
24389 \begin_layout Plain Layout
24390
24391
24392 \backslash
24393 sidecaptionvpos{figure}{c}
24394 \end_layout
24395
24396 \end_inset
24397
24398
24399 \begin_inset Float figure
24400 wide false
24401 sideways false
24402 status open
24403
24404 \begin_layout Plain Layout
24405 \begin_inset Graphics
24406         filename ../clipart/escher-lsd.eps
24407         scale 75
24408         scaleBeforeRotation
24409
24410 \end_inset
24411
24412
24413 \end_layout
24414
24415 \begin_layout Plain Layout
24416 \begin_inset Caption
24417
24418 \begin_layout Plain Layout
24419 \begin_inset CommandInset label
24420 LatexCommand label
24421 name "abb:cap-beside-fig-2"
24422
24423 \end_inset
24424
24425 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
24426 \end_layout
24427
24428 \end_inset
24429
24430
24431 \end_layout
24432
24433 \end_inset
24434
24435
24436 \end_layout
24437
24438 \begin_layout Standard
24439 \begin_inset ERT
24440 status collapsed
24441
24442 \begin_layout Plain Layout
24443
24444
24445 \backslash
24446 FigBesEnd
24447 \end_layout
24448
24449 \end_inset
24450
24451
24452 \end_layout
24453
24454 \begin_layout Standard
24455 \begin_inset ERT
24456 status collapsed
24457
24458 \begin_layout Plain Layout
24459
24460
24461 \backslash
24462 else
24463 \end_layout
24464
24465 \end_inset
24466
24467
24468 \begin_inset Note Note
24469 status open
24470
24471 \begin_layout Plain Layout
24472 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
24473 \series bold
24474 sidecap
24475 \series default
24476  nicht installiert ist:
24477 \end_layout
24478
24479 \end_inset
24480
24481
24482 \end_layout
24483
24484 \begin_layout Standard
24485 Das LaTeX-Paket 
24486 \series bold
24487 sidecap
24488 \series default
24489  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
24490 \end_layout
24491
24492 \begin_layout Standard
24493 \begin_inset ERT
24494 status collapsed
24495
24496 \begin_layout Plain Layout
24497
24498
24499 \backslash
24500 fi
24501 \end_layout
24502
24503 \end_inset
24504
24505
24506 \end_layout
24507
24508 \begin_layout Section
24509 Gleitobjekt-Verzeichnisse
24510 \begin_inset Index
24511 status collapsed
24512
24513 \begin_layout Plain Layout
24514 Gleitobjekte ! Verzeichnisse
24515 \end_layout
24516
24517 \end_inset
24518
24519
24520 \end_layout
24521
24522 \begin_layout Standard
24523 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
24524  Sie können mit den Untermenüs von 
24525 \family sans
24526 Einfügen\SpecialChar \menuseparator
24527 Liste
24528 \begin_inset space ~
24529 \end_inset
24530
24531 /
24532 \begin_inset space ~
24533 \end_inset
24534
24535 Inhaltsverzeichnis
24536 \family default
24537  eingefügt werden.
24538 \end_layout
24539
24540 \begin_layout Standard
24541 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
24542  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
24543 \end_layout
24544
24545 \begin_layout Standard
24546 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
24547  und ein Tabellen-Verzeichnis.
24548 \end_layout
24549
24550 \begin_layout Chapter
24551 Notizen
24552 \end_layout
24553
24554 \begin_layout Section
24555 LyX-Notizen
24556 \begin_inset Index
24557 status collapsed
24558
24559 \begin_layout Plain Layout
24560 Notizen ! LyX-Notizen
24561 \end_layout
24562
24563 \end_inset
24564
24565
24566 \end_layout
24567
24568 \begin_layout Standard
24569 Notizen werden mit einem Klick auf 
24570 \begin_inset Graphics
24571         filename ../../images/note-insert.png
24572         scale 85
24573         scaleBeforeRotation
24574         BoundingBox 0bp 6bp 22bp 22bp
24575
24576 \end_inset
24577
24578  oder 
24579 \family sans
24580 Einfügen\SpecialChar \menuseparator
24581 Notiz
24582 \family default
24583  eingefügt.
24584  Es gibt drei Arten:
24585 \end_layout
24586
24587 \begin_layout Description
24588 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
24589  Eine 
24590 \family sans
24591 LyX-Notiz
24592 \family default
24593  sieht so aus:
24594 \begin_inset Newline newline
24595 \end_inset
24596
24597
24598 \begin_inset Newline newline
24599 \end_inset
24600
24601
24602 \begin_inset Graphics
24603         filename clipart/LyXNotizQt4.png
24604         display false
24605         scale 60
24606         scaleBeforeRotation
24607
24608 \end_inset
24609
24610  
24611 \begin_inset Note Note
24612 status open
24613
24614 \begin_layout Plain Layout
24615 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
24616 \end_layout
24617
24618 \end_inset
24619
24620
24621 \end_layout
24622
24623 \begin_layout Description
24624 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
24625  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
24626 \family sans
24627 Datei\SpecialChar \menuseparator
24628 Ex\SpecialChar \-
24629 por\SpecialChar \-
24630 tie\SpecialChar \-
24631 ren\SpecialChar \menuseparator
24632 LaTe
24633 \begin_inset ERT
24634 status collapsed
24635
24636 \begin_layout Plain Layout
24637
24638 {}
24639 \end_layout
24640
24641 \end_inset
24642
24643 X (pdflatex) / (normal)
24644 \family default
24645 .
24646  Ein Kommentar sieht so aus:
24647 \begin_inset Newline newline
24648 \end_inset
24649
24650
24651 \begin_inset Newline newline
24652 \end_inset
24653
24654
24655 \begin_inset Graphics
24656         filename clipart/KommentarQt4.png
24657         display false
24658         scale 60
24659         scaleBeforeRotation
24660
24661 \end_inset
24662
24663  
24664 \begin_inset Note Comment
24665 status open
24666
24667 \begin_layout Plain Layout
24668 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
24669 \end_layout
24670
24671 \end_inset
24672
24673
24674 \end_layout
24675
24676 \begin_layout Description
24677 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
24678 \begin_inset Newline newline
24679 \end_inset
24680
24681
24682 \begin_inset Newline newline
24683 \end_inset
24684
24685
24686 \begin_inset Graphics
24687         filename clipart/GrauschriftNotizQt4.png
24688         display false
24689         scale 60
24690         scaleBeforeRotation
24691
24692 \end_inset
24693
24694
24695 \begin_inset Newline newline
24696 \end_inset
24697
24698
24699 \begin_inset ERT
24700 status collapsed
24701
24702 \begin_layout Plain Layout
24703
24704
24705 \backslash
24706 renewenvironment{lyxgreyedout}
24707 \end_layout
24708
24709 \begin_layout Plain Layout
24710
24711 {
24712 \backslash
24713 textcolor[gray]{0.4}
24714 \backslash
24715 bgroup}{
24716 \backslash
24717 egroup}
24718 \end_layout
24719
24720 \end_inset
24721
24722
24723 \begin_inset Note Greyedout
24724 status open
24725
24726 \begin_layout Plain Layout
24727 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24728 \begin_inset Foot
24729 status open
24730
24731 \begin_layout Plain Layout
24732 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24733 \end_layout
24734
24735 \end_inset
24736
24737
24738 \end_layout
24739
24740 \end_inset
24741
24742
24743 \begin_inset ERT
24744 status collapsed
24745
24746 \begin_layout Plain Layout
24747
24748
24749 \backslash
24750 renewenvironment{lyxgreyedout}
24751 \end_layout
24752
24753 \begin_layout Plain Layout
24754
24755 {
24756 \backslash
24757 textcolor{blue}
24758 \backslash
24759 bgroup}{
24760 \backslash
24761 egroup}
24762 \end_layout
24763
24764 \end_inset
24765
24766
24767 \begin_inset Note Note
24768 status collapsed
24769
24770 \begin_layout Plain Layout
24771 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
24772  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
24773  
24774 \end_layout
24775
24776 \end_inset
24777
24778
24779 \begin_inset Newline newline
24780 \end_inset
24781
24782
24783 \begin_inset Newline newline
24784 \end_inset
24785
24786 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
24787  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
24788 \end_layout
24789
24790 \begin_layout Standard
24791 \begin_inset VSpace bigskip
24792 \end_inset
24793
24794 Wenn Sie auf den Werkzeugleistenknopf 
24795 \begin_inset Graphics
24796         filename ../../images/note-insert.png
24797         scale 85
24798         scaleBeforeRotation
24799         BoundingBox 0bp 6bp 22bp 22bp
24800
24801 \end_inset
24802
24803  klicken, wird zunächst eine 
24804 \family sans
24805 LyX-Notiz
24806 \family default
24807  eingefügt.
24808  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24809  anderen Möglichkeiten auswählen.
24810  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24811  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
24812  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
24813  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
24814  am Ende der Notiz ist.
24815 \end_layout
24816
24817 \begin_layout Standard
24818 \begin_inset VSpace bigskip
24819 \end_inset
24820
24821 Die Textfarbe der 
24822 \family sans
24823 Grauschrift
24824 \family default
24825 -Notiz können Sie im LaTeX-Vorspann mit folgendem Befehl ändern:
24826 \end_layout
24827
24828 \begin_layout Standard
24829
24830 \series bold
24831
24832 \backslash
24833 renewenvironment{lyxgreyedout}
24834 \begin_inset Newline newline
24835 \end_inset
24836
24837
24838 \begin_inset ERT
24839 status collapsed
24840
24841 \begin_layout Plain Layout
24842
24843
24844 \backslash
24845 hphantom{ }
24846 \end_layout
24847
24848 \end_inset
24849
24850 {
24851 \backslash
24852 textcolor{color}
24853 \backslash
24854 bgroup}{
24855 \backslash
24856 egroup}
24857 \end_layout
24858
24859 \begin_layout Standard
24860 Die verfügbaren Farben und wie man eigene definiert, wurde bereits in Abschnitt
24861 \begin_inset space ~
24862 \end_inset
24863
24864
24865 \begin_inset CommandInset ref
24866 LatexCommand ref
24867 reference "abs:Farbige-Tabellen"
24868
24869 \end_inset
24870
24871  beschrieben.
24872  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24873 \end_layout
24874
24875 \begin_layout Section
24876 Fußnoten
24877 \begin_inset CommandInset label
24878 LatexCommand label
24879 name "abs:Fußnoten"
24880
24881 \end_inset
24882
24883
24884 \begin_inset Index
24885 status collapsed
24886
24887 \begin_layout Plain Layout
24888 Notizen ! Fußnoten
24889 \end_layout
24890
24891 \end_inset
24892
24893
24894 \begin_inset Index
24895 status collapsed
24896
24897 \begin_layout Plain Layout
24898 Fußnoten
24899 \end_layout
24900
24901 \end_inset
24902
24903
24904 \end_layout
24905
24906 \begin_layout Standard
24907 Zu dem, was bereits im 
24908 \emph on
24909 Benutzerhandbuch
24910 \emph default
24911  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24912  Eine Fußnotenbox sieht folgendermaßen aus: 
24913 \begin_inset Graphics
24914         filename clipart/FussnoteQt4.png
24915         scale 80
24916         scaleBeforeRotation
24917
24918 \end_inset
24919
24920
24921 \end_layout
24922
24923 \begin_layout Standard
24924 Hier ist eine Beispielfußnote:
24925 \color black
24926
24927 \begin_inset Foot
24928 status open
24929
24930 \begin_layout Plain Layout
24931 \begin_inset CommandInset label
24932 LatexCommand label
24933 name "fuss:Fußnoten-Beispiel"
24934
24935 \end_inset
24936
24937 Dies ist eine Fußnote.
24938 \end_layout
24939
24940 \end_inset
24941
24942
24943 \end_layout
24944
24945 \begin_layout Standard
24946 \begin_inset ERT
24947 status collapsed
24948
24949 \begin_layout Plain Layout
24950
24951
24952 \backslash
24953 newcounter{MyRepeatFoot}
24954 \end_layout
24955
24956 \begin_layout Plain Layout
24957
24958
24959 \backslash
24960 setcounter{MyRepeatFoot}{
24961 \backslash
24962 thefootnote}
24963 \end_layout
24964
24965 \end_inset
24966
24967
24968 \end_layout
24969
24970 \begin_layout Standard
24971 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
24972  wurde, eine hochgestellte Zahl.
24973  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
24974  hochgestellt dem Text vorangeht.
24975  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
24976  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
24977  werden.
24978 \end_layout
24979
24980 \begin_layout Standard
24981 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
24982  der Fußnote eine Marke eingefügt wurde.
24983  Dies ist ein Querverweis auf Fußnote
24984 \begin_inset space ~
24985 \end_inset
24986
24987
24988 \begin_inset CommandInset ref
24989 LatexCommand ref
24990 reference "fuss:Fußnoten-Beispiel"
24991
24992 \end_inset
24993
24994 .
24995 \end_layout
24996
24997 \begin_layout Standard
24998 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
24999  siehe Abschnitt
25000 \begin_inset space ~
25001 \end_inset
25002
25003
25004 \begin_inset CommandInset ref
25005 LatexCommand ref
25006 reference "abs:Minipage"
25007
25008 \end_inset
25009
25010 .
25011  Fußnoten in langen Tabellen wurden bereits in Abschnitt
25012 \begin_inset space ~
25013 \end_inset
25014
25015
25016 \begin_inset CommandInset ref
25017 LatexCommand ref
25018 reference "uab:Fußnoten-in-langen"
25019
25020 \end_inset
25021
25022  beschrieben.
25023 \end_layout
25024
25025 \begin_layout Standard
25026 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
25027  TeX-Code-Befehl 
25028 \series bold
25029
25030 \backslash
25031 footnotemark[Nummer]
25032 \series default
25033  benutzen.
25034  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
25035  mal gedruckt wird.
25036 \end_layout
25037
25038 \begin_layout Standard
25039 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
25040  sie speichern, nachdem Sie die Fußnote eingefügt haben.
25041  Hinter Fußnote
25042 \begin_inset space ~
25043 \end_inset
25044
25045
25046 \begin_inset CommandInset ref
25047 LatexCommand ref
25048 reference "fuss:Fußnoten-Beispiel"
25049
25050 \end_inset
25051
25052  wurde das mit folgenden TeX-Code-Befehlen gemacht:
25053 \end_layout
25054
25055 \begin_layout Standard
25056
25057 \series bold
25058
25059 \backslash
25060 newcounter{MyRepeatFoot}
25061 \begin_inset Newline newline
25062 \end_inset
25063
25064
25065 \backslash
25066 setcounter{MyRepeatFoot}{
25067 \backslash
25068 thefootnote}
25069 \end_layout
25070
25071 \begin_layout Standard
25072 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
25073 \end_layout
25074
25075 \begin_layout Standard
25076
25077 \series bold
25078
25079 \backslash
25080 footnotemark[
25081 \backslash
25082 theMyRepeatFoot]
25083 \end_layout
25084
25085 \begin_layout Standard
25086 Hier ist ein Beispiel für eine Fußnotenmarke:
25087 \family roman
25088 \series medium
25089 \bar no
25090
25091 \begin_inset ERT
25092 status collapsed
25093
25094 \begin_layout Plain Layout
25095
25096
25097 \backslash
25098 footnotemark[
25099 \backslash
25100 theMyRepeatFoot]
25101 \end_layout
25102
25103 \end_inset
25104
25105
25106 \end_layout
25107
25108 \begin_layout Subsection
25109 Fußnoten-Nummerierung
25110 \begin_inset CommandInset label
25111 LatexCommand label
25112 name "uab:Fußnoten-Nummerierung"
25113
25114 \end_inset
25115
25116
25117 \begin_inset Index
25118 status collapsed
25119
25120 \begin_layout Plain Layout
25121 Fußnoten ! Nummerierung
25122 \end_layout
25123
25124 \end_inset
25125
25126
25127 \end_layout
25128
25129 \begin_layout Standard
25130 Um Fußnoten nach jedem Abschnitt
25131 \family roman
25132  auf 1 zurückzusetzen, 
25133 \family default
25134 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25135 \end_layout
25136
25137 \begin_layout Standard
25138
25139 \series bold
25140
25141 \backslash
25142 @addtoreset{footnote}{section}
25143 \end_layout
25144
25145 \begin_layout Standard
25146 \begin_inset VSpace bigskip
25147 \end_inset
25148
25149 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
25150  Zahlen:
25151 \end_layout
25152
25153 \begin_layout Standard
25154
25155 \series bold
25156
25157 \backslash
25158 renewcommand{
25159 \backslash
25160 thefootnote}{
25161 \backslash
25162 roman{footnote}}
25163 \end_layout
25164
25165 \begin_layout Standard
25166 \begin_inset ERT
25167 status collapsed
25168
25169 \begin_layout Plain Layout
25170
25171
25172 \backslash
25173 renewcommand{
25174 \backslash
25175 thefootnote}{
25176 \backslash
25177 roman{footnote}}
25178 \end_layout
25179
25180 \end_inset
25181
25182  Hier ist ein Beispiel für solch eine Fußnote:
25183 \begin_inset Foot
25184 status open
25185
25186 \begin_layout Plain Layout
25187 Dies ist eine Fußnote mit kleinen römischen Zahlen
25188 \end_layout
25189
25190 \end_inset
25191
25192
25193 \end_layout
25194
25195 \begin_layout Standard
25196 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
25197  in obigem Befehl 
25198 \series bold
25199
25200 \backslash
25201 roman
25202 \series default
25203  durch 
25204 \series bold
25205
25206 \backslash
25207 Roman
25208 \series default
25209 .
25210  Um Fußnoten mit großen oder kleinen Buchstaben zu 
25211 \begin_inset Quotes gld
25212 \end_inset
25213
25214 nummerieren
25215 \begin_inset Quotes grd
25216 \end_inset
25217
25218 , verwenden Sie die Befehle 
25219 \series bold
25220
25221 \backslash
25222 Alph
25223 \series default
25224  oder 
25225 \series bold
25226
25227 \backslash
25228 alph
25229 \series default
25230 .
25231  Für die 
25232 \begin_inset Quotes gld
25233 \end_inset
25234
25235 Nummerierung
25236 \begin_inset Quotes grd
25237 \end_inset
25238
25239  mit Symbolen steht der Befehl 
25240 \series bold
25241
25242 \backslash
25243 fnsymbol
25244 \series default
25245  zur Verfügung.
25246 \end_layout
25247
25248 \begin_layout Standard
25249 \begin_inset Note Greyedout
25250 status open
25251
25252 \begin_layout Plain Layout
25253
25254 \series bold
25255 Bemerkung 1:
25256 \series default
25257  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
25258  
25259 \emph on
25260 ein
25261 \emph default
25262  Buchstabe verwendet wird.
25263 \end_layout
25264
25265 \end_inset
25266
25267
25268 \begin_inset Newline newline
25269 \end_inset
25270
25271
25272 \begin_inset Note Greyedout
25273 status open
25274
25275 \begin_layout Plain Layout
25276
25277 \series bold
25278 Bemerkung 2:
25279 \series default
25280  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
25281 \end_layout
25282
25283 \end_inset
25284
25285
25286 \end_layout
25287
25288 \begin_layout Standard
25289 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
25290 \series bold
25291
25292 \backslash
25293 arabic
25294 \series default
25295  anstelle von 
25296 \series bold
25297
25298 \backslash
25299 roman
25300 \series default
25301  in obigem Befehl.
25302 \begin_inset ERT
25303 status collapsed
25304
25305 \begin_layout Plain Layout
25306
25307
25308 \backslash
25309 renewcommand{
25310 \backslash
25311 thefootnote}{
25312 \backslash
25313 arabic{footnote}}
25314 \end_layout
25315
25316 \end_inset
25317
25318
25319 \end_layout
25320
25321 \begin_layout Standard
25322 \begin_inset VSpace bigskip
25323 \end_inset
25324
25325
25326 \end_layout
25327
25328 \begin_layout Standard
25329 Wenn Sie wollen, dass Fußnoten nach dem Schema 
25330 \begin_inset Quotes gld
25331 \end_inset
25332
25333 Kapitel.Fußnote
25334 \begin_inset Quotes grd
25335 \end_inset
25336
25337  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25338 \end_layout
25339
25340 \begin_layout Standard
25341
25342 \series bold
25343
25344 \backslash
25345 numberwithin{footnote}{chapter}
25346 \end_layout
25347
25348 \begin_layout Standard
25349 Um 
25350 \series bold
25351
25352 \backslash
25353 numberwithin
25354 \series default
25355  benutzen zu können, muss in den 
25356 \family sans
25357 Mathe
25358 \begin_inset space ~
25359 \end_inset
25360
25361 Optionen
25362 \family default
25363  der 
25364 \family sans
25365 Dokument-Einstellungen
25366 \family default
25367  
25368 \family sans
25369 AMS
25370 \begin_inset space ~
25371 \end_inset
25372
25373 Mathe
25374 \begin_inset space ~
25375 \end_inset
25376
25377 Paket
25378 \family default
25379
25380 \begin_inset space ~
25381 \end_inset
25382
25383
25384 \family sans
25385 verwenden
25386 \family default
25387  angekreuzt sein.
25388 \begin_inset ERT
25389 status collapsed
25390
25391 \begin_layout Plain Layout
25392
25393
25394 \backslash
25395 numberwithin{footnote}{chapter}
25396 \end_layout
25397
25398 \end_inset
25399
25400  Hier ist ein Beispiel für solch eine Fußnote.
25401 \series bold
25402
25403 \begin_inset Foot
25404 status open
25405
25406 \begin_layout Plain Layout
25407 Dies ist eine Fußnote nach dem Schema 
25408 \begin_inset Quotes gld
25409 \end_inset
25410
25411 Kapitel.Fußnote
25412 \begin_inset Quotes grd
25413 \end_inset
25414
25415 .
25416 \end_layout
25417
25418 \end_inset
25419
25420
25421 \series default
25422
25423 \begin_inset ERT
25424 status collapsed
25425
25426 \begin_layout Plain Layout
25427
25428
25429 \backslash
25430 renewcommand{
25431 \backslash
25432 thefootnote}{
25433 \backslash
25434 arabic{footnote}}
25435 \end_layout
25436
25437 \end_inset
25438
25439
25440 \end_layout
25441
25442 \begin_layout Standard
25443 \begin_inset Note Greyedout
25444 status open
25445
25446 \begin_layout Plain Layout
25447
25448 \series bold
25449 Bemerkung:
25450 \series default
25451  
25452 \series bold
25453
25454 \backslash
25455 numberwithin
25456 \series default
25457  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
25458  werden überschrieben.
25459 \end_layout
25460
25461 \end_inset
25462
25463
25464 \end_layout
25465
25466 \begin_layout Standard
25467 Um also z.
25468 \begin_inset space \thinspace{}
25469 \end_inset
25470
25471 B.
25472  das Schema 
25473 \begin_inset Quotes gld
25474 \end_inset
25475
25476 Kapitel.
25477 \backslash
25478 Roman{footnote}
25479 \begin_inset Quotes grd
25480 \end_inset
25481
25482  zu erhalten, muss dieser Befehl anstelle von 
25483 \series bold
25484
25485 \backslash
25486 numberwithin
25487 \series default
25488  verwendet werden:
25489 \end_layout
25490
25491 \begin_layout Standard
25492
25493 \series bold
25494
25495 \backslash
25496 renewcommand{
25497 \backslash
25498 thefootnote}{
25499 \backslash
25500 thechapter.
25501 \backslash
25502 Roman{footnote}}
25503 \end_layout
25504
25505 \begin_layout Subsection
25506 Fußnoten-Platzierung
25507 \begin_inset Index
25508 status collapsed
25509
25510 \begin_layout Plain Layout
25511 Fußnoten ! Platzierung
25512 \end_layout
25513
25514 \end_inset
25515
25516
25517 \end_layout
25518
25519 \begin_layout Standard
25520 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
25521  ohne Zwischenraum am Ende der Seite gedruckt.
25522  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
25523  LaTeX-Vorspann 1.5
25524 \begin_inset space \thinspace{}
25525 \end_inset
25526
25527 mm Zwischenraum einfügen:
25528 \end_layout
25529
25530 \begin_layout Standard
25531
25532 \series bold
25533
25534 \backslash
25535 let
25536 \backslash
25537 myFoot
25538 \backslash
25539 footnote
25540 \begin_inset Newline newline
25541 \end_inset
25542
25543
25544 \backslash
25545 renewcommand{
25546 \backslash
25547 footnote}[1]{
25548 \backslash
25549 myFoot{#1
25550 \backslash
25551 vspace{1.5mm}}}
25552 \end_layout
25553
25554 \begin_layout Standard
25555 \begin_inset VSpace bigskip
25556 \end_inset
25557
25558 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
25559  Spalte gedruckt, Abbildung
25560 \begin_inset space ~
25561 \end_inset
25562
25563
25564 \begin_inset CommandInset ref
25565 LatexCommand ref
25566 reference "abb:Standard-Fußnoten-Platzierung-in"
25567
25568 \end_inset
25569
25570 .
25571  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
25572  in Abbildung
25573 \begin_inset space ~
25574 \end_inset
25575
25576
25577 \begin_inset CommandInset ref
25578 LatexCommand ref
25579 reference "abb:Fußnoten-Platzierung-in-einem"
25580
25581 \end_inset
25582
25583 , müssen Sie das LaTeX-Paket 
25584 \series bold
25585 ftnright
25586 \series default
25587
25588 \begin_inset Index
25589 status collapsed
25590
25591 \begin_layout Plain Layout
25592 LaTeX-Pakete ! ftnright
25593 \end_layout
25594
25595 \end_inset
25596
25597  mit folgendem Befehl im LaTeX-Vorspann einfügen:
25598 \end_layout
25599
25600 \begin_layout Standard
25601
25602 \series bold
25603
25604 \backslash
25605 usepackage{ftnright}
25606 \end_layout
25607
25608 \begin_layout Standard
25609 \begin_inset Float figure
25610 placement !h
25611 wide false
25612 sideways false
25613 status open
25614
25615 \begin_layout Plain Layout
25616 \begin_inset ERT
25617 status collapsed
25618
25619 \begin_layout Plain Layout
25620
25621
25622 \backslash
25623 framebox{
25624 \end_layout
25625
25626 \end_inset
25627
25628
25629 \begin_inset Graphics
25630         filename ../clipart/without_fntright.pdf
25631         width 100col%
25632         scaleBeforeRotation
25633
25634 \end_inset
25635
25636
25637 \begin_inset ERT
25638 status collapsed
25639
25640 \begin_layout Plain Layout
25641
25642 }
25643 \end_layout
25644
25645 \end_inset
25646
25647
25648 \end_layout
25649
25650 \begin_layout Plain Layout
25651 \begin_inset Caption
25652
25653 \begin_layout Plain Layout
25654 \begin_inset CommandInset label
25655 LatexCommand label
25656 name "abb:Standard-Fußnoten-Platzierung-in"
25657
25658 \end_inset
25659
25660 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25661 \begin_inset OptArg
25662 status open
25663
25664 \begin_layout Plain Layout
25665 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25666 \end_layout
25667
25668 \end_inset
25669
25670
25671 \end_layout
25672
25673 \end_inset
25674
25675
25676 \end_layout
25677
25678 \end_inset
25679
25680
25681 \end_layout
25682
25683 \begin_layout Standard
25684 \begin_inset Float figure
25685 placement !h
25686 wide false
25687 sideways false
25688 status open
25689
25690 \begin_layout Plain Layout
25691 \begin_inset ERT
25692 status collapsed
25693
25694 \begin_layout Plain Layout
25695
25696
25697 \backslash
25698 framebox{
25699 \end_layout
25700
25701 \end_inset
25702
25703
25704 \begin_inset Graphics
25705         filename ../clipart/with_fntright.pdf
25706         width 100col%
25707         scaleBeforeRotation
25708
25709 \end_inset
25710
25711
25712 \begin_inset ERT
25713 status collapsed
25714
25715 \begin_layout Plain Layout
25716
25717 }
25718 \end_layout
25719
25720 \end_inset
25721
25722
25723 \end_layout
25724
25725 \begin_layout Plain Layout
25726 \begin_inset Caption
25727
25728 \begin_layout Plain Layout
25729 \begin_inset CommandInset label
25730 LatexCommand label
25731 name "abb:Fußnoten-Platzierung-in-einem"
25732
25733 \end_inset
25734
25735 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
25736  
25737 \series bold
25738 ftnright
25739 \series default
25740 .
25741 \begin_inset OptArg
25742 status collapsed
25743
25744 \begin_layout Plain Layout
25745 Fußnoten-Platzierung mit 
25746 \family typewriter
25747 ftnright
25748 \end_layout
25749
25750 \end_inset
25751
25752
25753 \end_layout
25754
25755 \end_inset
25756
25757
25758 \end_layout
25759
25760 \end_inset
25761
25762
25763 \end_layout
25764
25765 \begin_layout Standard
25766 \begin_inset VSpace bigskip
25767 \end_inset
25768
25769 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
25770  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
25771 \begin_inset space ~
25772 \end_inset
25773
25774
25775 \begin_inset CommandInset ref
25776 LatexCommand ref
25777 reference "abb:endnotes"
25778
25779 \end_inset
25780
25781  gedruckt.
25782  Man nennt sie dann 
25783 \begin_inset Quotes gld
25784 \end_inset
25785
25786 Endnoten
25787 \begin_inset Quotes grd
25788 \end_inset
25789
25790 .
25791 \begin_inset Index
25792 status collapsed
25793
25794 \begin_layout Plain Layout
25795 Endnoten
25796 \end_layout
25797
25798 \end_inset
25799
25800  Um das zu erreichen, laden Sie im Menü 
25801 \family sans
25802 Dokument\SpecialChar \menuseparator
25803 Einstellungen\SpecialChar \menuseparator
25804 Module 
25805 \family default
25806 das Modul 
25807 \family sans
25808 Fußnote
25809 \begin_inset space ~
25810 \end_inset
25811
25812 als
25813 \begin_inset space ~
25814 \end_inset
25815
25816 Endnote
25817 \family default
25818 .
25819  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
25820 \end_layout
25821
25822 \begin_layout Standard
25823
25824 \series bold
25825
25826 \backslash
25827 theendnotes
25828 \end_layout
25829
25830 \begin_layout Standard
25831 als TeX-Code am Ende des Abschnitts oder Kapitels ein.
25832 \end_layout
25833
25834 \begin_layout Standard
25835 \begin_inset Float figure
25836 wide false
25837 sideways false
25838 status open
25839
25840 \begin_layout Plain Layout
25841 \align center
25842 \begin_inset ERT
25843 status collapsed
25844
25845 \begin_layout Plain Layout
25846
25847
25848 \backslash
25849 framebox{
25850 \end_layout
25851
25852 \end_inset
25853
25854
25855 \begin_inset Graphics
25856         filename ../clipart/endnotes.pdf
25857         scaleBeforeRotation
25858
25859 \end_inset
25860
25861
25862 \begin_inset ERT
25863 status collapsed
25864
25865 \begin_layout Plain Layout
25866
25867 }
25868 \end_layout
25869
25870 \end_inset
25871
25872
25873 \end_layout
25874
25875 \begin_layout Plain Layout
25876 \begin_inset Caption
25877
25878 \begin_layout Plain Layout
25879 \begin_inset CommandInset label
25880 LatexCommand label
25881 name "abb:endnotes"
25882
25883 \end_inset
25884
25885
25886 \series bold
25887 endnotes
25888 \series default
25889  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25890  gedruckt.
25891 \end_layout
25892
25893 \end_inset
25894
25895
25896 \end_layout
25897
25898 \end_inset
25899
25900
25901 \end_layout
25902
25903 \begin_layout Standard
25904 \begin_inset VSpace medskip
25905 \end_inset
25906
25907 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25908 ache übersetzt.
25909  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25910 \begin_inset Quotes gld
25911 \end_inset
25912
25913 Notes
25914 \begin_inset Quotes grd
25915 \end_inset
25916
25917  in 
25918 \begin_inset Quotes gld
25919 \end_inset
25920
25921 Anmerkungen
25922 \begin_inset Quotes grd
25923 \end_inset
25924
25925 :
25926 \end_layout
25927
25928 \begin_layout Standard
25929
25930 \series bold
25931
25932 \backslash
25933 renewcommand{
25934 \backslash
25935 notesname}{Anmerkungen}
25936 \end_layout
25937
25938 \begin_layout Standard
25939 \begin_inset VSpace medskip
25940 \end_inset
25941
25942 Wenn Sie in den Befehlen von Abschnitt
25943 \begin_inset space ~
25944 \end_inset
25945
25946
25947 \begin_inset CommandInset ref
25948 LatexCommand ref
25949 reference "uab:Fußnoten-Nummerierung"
25950
25951 \end_inset
25952
25953  
25954 \series bold
25955
25956 \backslash
25957 thefootnote
25958 \series default
25959  durch 
25960 \series bold
25961
25962 \backslash
25963 theendnote
25964 \series default
25965  ersetzen, können Sie die Nummerierung von Endnoten ändern.
25966  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
25967 \series bold
25968
25969 \backslash
25970 @addtoreset
25971 \series default
25972  wie in Abschnitt
25973 \begin_inset space \space{}
25974 \end_inset
25975
25976
25977 \begin_inset CommandInset ref
25978 LatexCommand ref
25979 reference "uab:Fußnoten-Nummerierung"
25980
25981 \end_inset
25982
25983  beschrieben und ersetzen 
25984 \series bold
25985 footnote
25986 \series default
25987  durch 
25988 \series bold
25989 endnote
25990 \series default
25991 .
25992 \end_layout
25993
25994 \begin_layout Standard
25995 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
25996  
25997 \series bold
25998
25999 \backslash
26000 endnotemark[Nummer]
26001 \series default
26002  ähnlich wie 
26003 \series bold
26004
26005 \backslash
26006 footnotemark
26007 \series default
26008  Abschnitt
26009 \begin_inset space ~
26010 \end_inset
26011
26012
26013 \begin_inset CommandInset ref
26014 LatexCommand ref
26015 reference "abs:Fußnoten"
26016
26017 \end_inset
26018
26019 .
26020 \end_layout
26021
26022 \begin_layout Standard
26023 \begin_inset VSpace bigskip
26024 \end_inset
26025
26026 Mit dem LaTeX-Paket 
26027 \series bold
26028 footmisc
26029 \series default
26030
26031 \begin_inset Index
26032 status collapsed
26033
26034 \begin_layout Plain Layout
26035 LaTeX-Pakete ! footmisc
26036 \end_layout
26037
26038 \end_inset
26039
26040  (
26041 \begin_inset CommandInset citation
26042 LatexCommand cite
26043 key "footmisc"
26044
26045 \end_inset
26046
26047 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
26048 \end_layout
26049
26050 \begin_layout Standard
26051 In LaTeX-Büchern, 
26052 \begin_inset CommandInset citation
26053 LatexCommand cite
26054 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26055
26056 \end_inset
26057
26058 , finden Sie weiteres zu Fußnoten.
26059 \end_layout
26060
26061 \begin_layout Section
26062 Randnotizen
26063 \begin_inset Index
26064 status collapsed
26065
26066 \begin_layout Plain Layout
26067 Randnotizen
26068 \end_layout
26069
26070 \end_inset
26071
26072
26073 \begin_inset Index
26074 status collapsed
26075
26076 \begin_layout Plain Layout
26077 Notizen ! Randnotizen
26078 \end_layout
26079
26080 \end_inset
26081
26082
26083 \end_layout
26084
26085 \begin_layout Standard
26086 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
26087  Sie fügen sie mit einem Klick auf den Schalter 
26088 \begin_inset Graphics
26089         filename ../../images/marginalnote-insert.png
26090         scale 70
26091         scaleBeforeRotation
26092
26093 \end_inset
26094
26095  oder über 
26096 \family sans
26097 Einfügen\SpecialChar \menuseparator
26098 Randnotiz
26099 \family default
26100  ein.
26101  Ein graues Kästchen mit der Aufschrift 
26102 \begin_inset Quotes gld
26103 \end_inset
26104
26105 Rand
26106 \begin_inset Quotes grd
26107 \end_inset
26108
26109  erscheint
26110 \family roman
26111 \series medium
26112 , und dort, wo der Cursor steht, können Sie Text eingeben.
26113 \end_layout
26114
26115 \begin_layout Standard
26116 Hier am Rand sehen Sie eine Randnotiz.
26117  
26118 \begin_inset Marginal
26119 status open
26120
26121 \begin_layout Plain Layout
26122 Dies ist eine Randnotiz.
26123 \end_layout
26124
26125 \end_inset
26126
26127
26128 \end_layout
26129
26130 \begin_layout Standard
26131 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
26132  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
26133  Seiten und rechts auf den ungeraden.
26134  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
26135  wird und umgekehrt.
26136  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
26137  wurde.
26138 \end_layout
26139
26140 \begin_layout Standard
26141 \begin_inset VSpace bigskip
26142 \end_inset
26143
26144 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
26145 \end_layout
26146
26147 \begin_layout Standard
26148
26149 \series bold
26150
26151 \backslash
26152 reversemarginpar
26153 \end_layout
26154
26155 \begin_layout Standard
26156 als TeX-Code vor einer Randnotiz ein.
26157  Das gilt dann für alle folgenden Randnotizen.
26158  
26159 \begin_inset ERT
26160 status collapsed
26161
26162 \begin_layout Plain Layout
26163
26164
26165 \backslash
26166 reversemarginpar 
26167 \end_layout
26168
26169 \end_inset
26170
26171
26172 \begin_inset Marginal
26173 status open
26174
26175 \begin_layout Plain Layout
26176 Hier ist ein Beispiel im inneren Rand.
26177 \end_layout
26178
26179 \end_inset
26180
26181
26182 \begin_inset Newline newline
26183 \end_inset
26184
26185
26186 \begin_inset Note Greyedout
26187 status open
26188
26189 \begin_layout Plain Layout
26190  
26191 \series bold
26192 Achtung:
26193 \series default
26194  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
26195 \end_layout
26196
26197 \end_inset
26198
26199
26200 \end_layout
26201
26202 \begin_layout Standard
26203 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
26204 \end_layout
26205
26206 \begin_layout Standard
26207
26208 \series bold
26209
26210 \backslash
26211 normalmarginpar
26212 \end_layout
26213
26214 \begin_layout Standard
26215 als TeX-Code ein.
26216 \begin_inset ERT
26217 status collapsed
26218
26219 \begin_layout Plain Layout
26220
26221
26222 \backslash
26223 normalmarginpar 
26224 \end_layout
26225
26226 \end_inset
26227
26228
26229 \end_layout
26230
26231 \begin_layout Standard
26232 \begin_inset Note Greyedout
26233 status open
26234
26235 \begin_layout Plain Layout
26236
26237 \series bold
26238 Achtung:
26239 \series default
26240  Der Befehl wird missachtet, wenn er im selben Absatz wie 
26241 \series bold
26242
26243 \backslash
26244 reversemarginpar
26245 \series default
26246  verwendet wird.
26247 \end_layout
26248
26249 \end_inset
26250
26251
26252 \end_layout
26253
26254 \begin_layout Standard
26255 \begin_inset VSpace bigskip
26256 \end_inset
26257
26258
26259 \begin_inset Marginal
26260 status open
26261
26262 \begin_layout Plain Layout
26263
26264 \family roman
26265 \series medium
26266 EinSehrLangesWort am Anfang, das umgebrochen wird.
26267 \end_layout
26268
26269 \end_inset
26270
26271  Ähnlich wie in Abschnitt
26272 \begin_inset space ~
26273 \end_inset
26274
26275
26276 \begin_inset CommandInset ref
26277 LatexCommand ref
26278 reference "uab:Mehrfache-Zeilen-in"
26279
26280 \end_inset
26281
26282  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
26283  Wort der Randnotiz sind.
26284  Um das zu vermeiden, fügen sie 0
26285 \begin_inset space \thinspace{}
26286 \end_inset
26287
26288 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
26289 \begin_inset Marginal
26290 status open
26291
26292 \begin_layout Plain Layout
26293 \begin_inset space \hspace{}
26294 \length 0pt
26295 \end_inset
26296
26297
26298 \family roman
26299 \series medium
26300 EinSehrLangesWort am Anfang, das umgebrochen wird.
26301 \end_layout
26302
26303 \end_inset
26304
26305
26306 \end_layout
26307
26308 \begin_layout Standard
26309 \begin_inset VSpace bigskip
26310 \end_inset
26311
26312
26313 \end_layout
26314
26315 \begin_layout Standard
26316 \begin_inset Note Greyedout
26317 status open
26318
26319 \begin_layout Plain Layout
26320
26321 \series bold
26322 Bemerkung:
26323 \series default
26324  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
26325  verwendet werden.
26326 \end_layout
26327
26328 \end_inset
26329
26330
26331 \end_layout
26332
26333 \begin_layout Standard
26334 \begin_inset VSpace bigskip
26335 \end_inset
26336
26337
26338 \end_layout
26339
26340 \begin_layout Standard
26341 \begin_inset ERT
26342 status collapsed
26343
26344 \begin_layout Plain Layout
26345
26346
26347 \backslash
26348 ifmarginnote
26349 \end_layout
26350
26351 \end_inset
26352
26353
26354 \begin_inset Note Note
26355 status open
26356
26357 \begin_layout Plain Layout
26358 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
26359 \series bold
26360 marginnote
26361 \series default
26362  installiert ist.
26363 \end_layout
26364
26365 \end_inset
26366
26367
26368 \end_layout
26369
26370 \begin_layout Standard
26371 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
26372 \series bold
26373 marginnote
26374 \series default
26375
26376 \begin_inset Index
26377 status collapsed
26378
26379 \begin_layout Plain Layout
26380 LaTeX-Pakete ! marginnote
26381 \end_layout
26382
26383 \end_inset
26384
26385  verwendet wird.
26386  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
26387  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
26388  des Pakets 
26389 \series bold
26390 marginnote
26391 \series default
26392  für Randnotizen verwendet wird:
26393 \end_layout
26394
26395 \begin_layout Standard
26396
26397 \series bold
26398
26399 \backslash
26400 usepackage{marginnote}
26401 \begin_inset Newline newline
26402 \end_inset
26403
26404
26405 \backslash
26406 let
26407 \backslash
26408 marginpar
26409 \backslash
26410 marginnote
26411 \end_layout
26412
26413 \begin_layout Standard
26414 Dies wird auch in diesem Dokument verwendet, denn 
26415 \series bold
26416 marginnote
26417 \series default
26418  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
26419  für Randnotizen angeben.
26420  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
26421 n zu dicht beieinander sind.
26422  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
26423  Schema
26424 \end_layout
26425
26426 \begin_layout Standard
26427
26428 \series bold
26429 [Versatz]
26430 \end_layout
26431
26432 \begin_layout Standard
26433 angegeben.
26434  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
26435 \begin_inset space ~
26436 \end_inset
26437
26438
26439 \begin_inset CommandInset ref
26440 LatexCommand ref
26441 reference "tab:Maßeinheiten"
26442
26443 \end_inset
26444
26445  aufgelistet sind.
26446  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
26447  nach unten.
26448  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
26449 \begin_inset space \thinspace{}
26450 \end_inset
26451
26452 cm mit dem TeX-Code-Befehl  
26453 \begin_inset Quotes gld
26454 \end_inset
26455
26456
26457 \series bold
26458 [-1.5cm]
26459 \series default
26460
26461 \begin_inset Quotes grd
26462 \end_inset
26463
26464  nach oben versetzt.
26465 \begin_inset Marginal
26466 status open
26467
26468 \begin_layout Plain Layout
26469 Diese Randnotiz ist 1.5
26470 \begin_inset space \thinspace{}
26471 \end_inset
26472
26473 cm von ihrer Originalposition nach oben versetzt.
26474 \end_layout
26475
26476 \end_inset
26477
26478
26479 \begin_inset ERT
26480 status collapsed
26481
26482 \begin_layout Plain Layout
26483
26484 [-1.5cm]
26485 \end_layout
26486
26487 \end_inset
26488
26489
26490 \end_layout
26491
26492 \begin_layout Standard
26493 \begin_inset VSpace medskip
26494 \end_inset
26495
26496 Mit 
26497 \series bold
26498 marginnote
26499 \series default
26500  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
26501  Zum Beispiel setzen die Befehle
26502 \end_layout
26503
26504 \begin_layout Standard
26505
26506 \series bold
26507
26508 \backslash
26509 renewcommand*{
26510 \backslash
26511 raggedleftmarginnote}{
26512 \backslash
26513 centering}
26514 \begin_inset Newline newline
26515 \end_inset
26516
26517
26518 \backslash
26519 renewcommand*{
26520 \backslash
26521 raggedrightmarginnote}{
26522 \backslash
26523 centering}
26524 \end_layout
26525
26526 \begin_layout Standard
26527 die Ausrichtung auf zentriert.
26528  
26529 \series bold
26530
26531 \backslash
26532 raggedleftmarginnote
26533 \series default
26534  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
26535  
26536 \begin_inset ERT
26537 status collapsed
26538
26539 \begin_layout Plain Layout
26540
26541
26542 \backslash
26543 renewcommand*{
26544 \backslash
26545 raggedleftmarginnote}{
26546 \backslash
26547 centering}
26548 \end_layout
26549
26550 \begin_layout Plain Layout
26551
26552
26553 \backslash
26554 renewcommand*{
26555 \backslash
26556 raggedrightmarginnote}{
26557 \backslash
26558 centering}
26559 \end_layout
26560
26561 \end_inset
26562
26563
26564 \begin_inset Marginal
26565 status open
26566
26567 \begin_layout Plain Layout
26568 Der Text dieser Randnotiz ist zentriert ausgerichtet.
26569 \end_layout
26570
26571 \end_inset
26572
26573  Die Voreinstellung ist
26574 \end_layout
26575
26576 \begin_layout Standard
26577
26578 \series bold
26579
26580 \backslash
26581 renewcommand*{
26582 \backslash
26583 raggedleftmarginnote}{
26584 \backslash
26585 raggedleft}
26586 \begin_inset Newline newline
26587 \end_inset
26588
26589
26590 \backslash
26591 renewcommand*{
26592 \backslash
26593 raggedrightmarginnote}{
26594 \backslash
26595 raggedright}
26596 \series default
26597
26598 \begin_inset ERT
26599 status collapsed
26600
26601 \begin_layout Plain Layout
26602
26603
26604 \backslash
26605 renewcommand*{
26606 \backslash
26607 raggedleftmarginnote}{
26608 \backslash
26609 raggedleft}
26610 \end_layout
26611
26612 \begin_layout Plain Layout
26613
26614
26615 \backslash
26616 renewcommand*{
26617 \backslash
26618 raggedrightmarginnote}{
26619 \backslash
26620 raggedright}
26621 \end_layout
26622
26623 \end_inset
26624
26625
26626 \end_layout
26627
26628 \begin_layout Standard
26629 \begin_inset VSpace medskip
26630 \end_inset
26631
26632 Für weitere Fähigkeiten des Pakets 
26633 \series bold
26634 marginnote
26635 \series default
26636  sei auf dessen Dokumentation verwiesen 
26637 \begin_inset CommandInset citation
26638 LatexCommand cite
26639 key "marginnote"
26640
26641 \end_inset
26642
26643 .
26644 \end_layout
26645
26646 \begin_layout Standard
26647 \begin_inset VSpace bigskip
26648 \end_inset
26649
26650 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
26651  geändert werden.
26652  Um z.
26653 \begin_inset space \thinspace{}
26654 \end_inset
26655
26656 B.
26657  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
26658  und fettgedruckten Text 
26659 \begin_inset Quotes eld
26660 \end_inset
26661
26662
26663 \family sans
26664 \series bold
26665 \bar under
26666 Achtung!
26667 \family default
26668 \series default
26669 \bar default
26670
26671 \begin_inset Quotes erd
26672 \end_inset
26673
26674  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
26675 \end_layout
26676
26677 \begin_layout Standard
26678
26679 \series bold
26680
26681 \backslash
26682 let
26683 \backslash
26684 myMarginpar
26685 \backslash
26686 marginpar
26687 \begin_inset Newline newline
26688 \end_inset
26689
26690
26691 \backslash
26692 renewcommand{
26693 \backslash
26694 marginpar}[1]{
26695 \backslash
26696 myMarginpar{%
26697 \begin_inset Newline newline
26698 \end_inset
26699
26700
26701 \begin_inset ERT
26702 status collapsed
26703
26704 \begin_layout Plain Layout
26705
26706
26707 \backslash
26708 hphantom{ }
26709 \end_layout
26710
26711 \end_inset
26712
26713
26714 \backslash
26715 hspace{0pt}
26716 \backslash
26717 textsf{
26718 \backslash
26719 textbf{
26720 \backslash
26721 underbar{Achtung!}}}%
26722 \begin_inset Newline newline
26723 \end_inset
26724
26725
26726 \begin_inset ERT
26727 status collapsed
26728
26729 \begin_layout Plain Layout
26730
26731
26732 \backslash
26733 hphantom{ }
26734 \end_layout
26735
26736 \end_inset
26737
26738
26739 \backslash
26740 vspace{1.5mm}
26741 \backslash
26742
26743 \backslash
26744 #1}}
26745 \end_layout
26746
26747 \begin_layout Standard
26748 \begin_inset ERT
26749 status collapsed
26750
26751 \begin_layout Plain Layout
26752
26753
26754 \backslash
26755 let
26756 \backslash
26757 myMarginpar
26758 \backslash
26759 marginpar
26760 \end_layout
26761
26762 \begin_layout Plain Layout
26763
26764
26765 \backslash
26766 renewcommand{
26767 \backslash
26768 marginpar}[1]{
26769 \backslash
26770 myMarginpar{%
26771 \end_layout
26772
26773 \begin_layout Plain Layout
26774
26775    
26776 \backslash
26777 textsf{
26778 \backslash
26779 textbf{
26780 \backslash
26781 underbar{Achtung!}}}%
26782 \end_layout
26783
26784 \begin_layout Plain Layout
26785
26786    
26787 \backslash
26788 vspace{1.5mm}
26789 \backslash
26790
26791 \backslash
26792 #1}}
26793 \end_layout
26794
26795 \end_inset
26796
26797
26798 \begin_inset Marginal
26799 status open
26800
26801 \begin_layout Plain Layout
26802 Dies ist eine Randnotiz mit einer definierten Überschrift.
26803 \end_layout
26804
26805 \end_inset
26806
26807
26808 \begin_inset ERT
26809 status collapsed
26810
26811 \begin_layout Plain Layout
26812
26813 [-1.5cm]
26814 \end_layout
26815
26816 \end_inset
26817
26818
26819 \begin_inset ERT
26820 status collapsed
26821
26822 \begin_layout Plain Layout
26823
26824
26825 \backslash
26826 renewcommand{
26827 \backslash
26828 marginpar}[1]{
26829 \backslash
26830 myMarginpar{#1}}
26831 \end_layout
26832
26833 \end_inset
26834
26835
26836 \begin_inset Note Note
26837 status open
26838
26839 \begin_layout Plain Layout
26840 Das Format wurde nur für dieses Beispiel geändert.
26841 \end_layout
26842
26843 \end_inset
26844
26845
26846 \end_layout
26847
26848 \begin_layout Standard
26849 \begin_inset ERT
26850 status collapsed
26851
26852 \begin_layout Plain Layout
26853
26854
26855 \backslash
26856 else
26857 \end_layout
26858
26859 \end_inset
26860
26861
26862 \begin_inset Note Note
26863 status open
26864
26865 \begin_layout Plain Layout
26866 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26867 \series bold
26868 marginnote
26869 \series default
26870  nicht installiert ist:
26871 \end_layout
26872
26873 \end_inset
26874
26875
26876 \end_layout
26877
26878 \begin_layout Standard
26879 Das LaTeX-Paket 
26880 \series bold
26881 marginnote
26882 \series default
26883  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26884 \end_layout
26885
26886 \begin_layout Standard
26887 \begin_inset ERT
26888 status collapsed
26889
26890 \begin_layout Plain Layout
26891
26892
26893 \backslash
26894 fi
26895 \end_layout
26896
26897 \end_inset
26898
26899
26900 \end_layout
26901
26902 \begin_layout Chapter
26903 Boxen
26904 \end_layout
26905
26906 \begin_layout Section
26907 Einleitung
26908 \begin_inset Index
26909 status collapsed
26910
26911 \begin_layout Plain Layout
26912 Boxen ! Einleitung
26913 \end_layout
26914
26915 \end_inset
26916
26917
26918 \end_layout
26919
26920 \begin_layout Standard
26921 Boxen werden benutzt, um einen Textblock zu formatieren.
26922  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26923  siehe Abschnitt
26924 \begin_inset space ~
26925 \end_inset
26926
26927
26928 \begin_inset CommandInset ref
26929 LatexCommand ref
26930 reference "abs:Minipage"
26931
26932 \end_inset
26933
26934 , um Text zu umrahmen, siehe Abschnitt
26935 \begin_inset space ~
26936 \end_inset
26937
26938
26939 \begin_inset CommandInset ref
26940 LatexCommand ref
26941 reference "uab:Verzierung"
26942
26943 \end_inset
26944
26945 , um Silbentrennung zu verhindern, siehe Abschnitt
26946 \begin_inset space ~
26947 \end_inset
26948
26949
26950 \begin_inset CommandInset ref
26951 LatexCommand ref
26952 reference "abs:Silbentrennung-unterbinden"
26953
26954 \end_inset
26955
26956 , um Text senkrecht auszurichten, siehe Abschnitt
26957 \begin_inset space ~
26958 \end_inset
26959
26960
26961 \begin_inset CommandInset ref
26962 LatexCommand ref
26963 reference "uab:Vertikale-Ausrichtung"
26964
26965 \end_inset
26966
26967  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
26968 \begin_inset space ~
26969 \end_inset
26970
26971
26972 \begin_inset CommandInset ref
26973 LatexCommand ref
26974 reference "abs:Farbige-Boxen"
26975
26976 \end_inset
26977
26978 .
26979 \end_layout
26980
26981 \begin_layout Standard
26982 Boxen werden mit 
26983 \family sans
26984 Einfügen\SpecialChar \menuseparator
26985 Box
26986 \family default
26987  oder dem Schalter 
26988 \begin_inset Graphics
26989         filename ../../images/box-insert.png
26990         scale 70
26991         scaleBeforeRotation
26992
26993 \end_inset
26994
26995  eingefügt.
26996  Ein graues Kästchen mit der Aufschrift 
26997 \begin_inset Quotes gld
26998 \end_inset
26999
27000 Box (Minipage)
27001 \begin_inset Quotes grd
27002 \end_inset
27003
27004  erscheint: 
27005 \begin_inset Graphics
27006         filename clipart/StandardBoxQt4.png
27007         scale 85
27008         scaleBeforeRotation
27009
27010 \end_inset
27011
27012  Mit einem Rechts\SpecialChar \-
27013 klick auf das graue Kästchen kann der Typ spezifiziert
27014  werden.
27015  Das Dialogfenster bietet bei 
27016 \family sans
27017 Innere
27018 \begin_inset space ~
27019 \end_inset
27020
27021 Box
27022 \family default
27023  die Typen 
27024 \family sans
27025 Parbox
27026 \family default
27027  und 
27028 \family sans
27029 Minipage
27030 \family default
27031  an.
27032  
27033 \family sans
27034 Minipage
27035 \family default
27036  ist die Standard-Einstellung für neue Boxen und in Abschnitt
27037 \begin_inset space ~
27038 \end_inset
27039
27040
27041 \begin_inset CommandInset ref
27042 LatexCommand ref
27043 reference "abs:Minipage"
27044
27045 \end_inset
27046
27047  beschrieben, 
27048 \family sans
27049 Parbox
27050 \family default
27051  in Abschnitt
27052 \begin_inset space ~
27053 \end_inset
27054
27055
27056 \begin_inset CommandInset ref
27057 LatexCommand ref
27058 reference "abs:Parbox"
27059
27060 \end_inset
27061
27062 .
27063 \end_layout
27064
27065 \begin_layout Standard
27066 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
27067  wie auf Gleitobjekte und Fußnoten.
27068 \end_layout
27069
27070 \begin_layout Standard
27071 \begin_inset Note Greyedout
27072 status open
27073
27074 \begin_layout Plain Layout
27075
27076 \series bold
27077 Bemerkung
27078 \begin_inset space ~
27079 \end_inset
27080
27081 1:
27082 \series default
27083  Boxen dürfen in 
27084 \family sans
27085 List-
27086 \family default
27087  oder 
27088 \family sans
27089 Beschreibung-
27090 \family default
27091 Umgebungen nicht verwendet werden.
27092 \end_layout
27093
27094 \end_inset
27095
27096
27097 \end_layout
27098
27099 \begin_layout Standard
27100 \begin_inset Note Greyedout
27101 status open
27102
27103 \begin_layout Plain Layout
27104
27105 \series bold
27106 Bemerkung
27107 \begin_inset space ~
27108 \end_inset
27109
27110 2:
27111 \series default
27112  Boxen ohne 
27113 \family sans
27114 Innere
27115 \begin_inset space ~
27116 \end_inset
27117
27118 Box
27119 \family default
27120  und ohne Rahmen werden in Abschnitt
27121 \begin_inset space ~
27122 \end_inset
27123
27124
27125 \begin_inset CommandInset ref
27126 LatexCommand ref
27127 reference "abs:Silbentrennung-unterbinden"
27128
27129 \end_inset
27130
27131  beschrieben.
27132 \end_layout
27133
27134 \end_inset
27135
27136
27137 \end_layout
27138
27139 \begin_layout Section
27140 Das Box-Einstellungen-Fenster
27141 \begin_inset CommandInset label
27142 LatexCommand label
27143 name "abs:Box-Dialog"
27144
27145 \end_inset
27146
27147
27148 \begin_inset Index
27149 status collapsed
27150
27151 \begin_layout Plain Layout
27152 Boxen ! Box-Dialog-Fenster
27153 \end_layout
27154
27155 \end_inset
27156
27157
27158 \end_layout
27159
27160 \begin_layout Subsection
27161 Box-Größe
27162 \begin_inset Index
27163 status collapsed
27164
27165 \begin_layout Plain Layout
27166 Boxen ! Größe
27167 \end_layout
27168
27169 \end_inset
27170
27171
27172 \end_layout
27173
27174 \begin_layout Standard
27175 Im 
27176 \family sans
27177 Box-Einstellungen
27178 \family default
27179 -Fenster können Sie die Größe der Box mit 
27180 \family sans
27181 Breite
27182 \family default
27183  und 
27184 \family sans
27185 Höhe 
27186 \family default
27187 festlegen.
27188  Die verfügbaren Einheiten werden in Tabelle
27189 \begin_inset space ~
27190 \end_inset
27191
27192
27193 \begin_inset CommandInset ref
27194 LatexCommand ref
27195 reference "tab:Maßeinheiten"
27196
27197 \end_inset
27198
27199  aufgelistet.
27200  Das Feld
27201 \family sans
27202  Höhe
27203 \family default
27204  bietet die folgenden zusätzlichen Größen:
27205 \end_layout
27206
27207 \begin_layout Description
27208 Tiefe Dies ist die reine Text-
27209 \begin_inset Quotes gld
27210 \end_inset
27211
27212 Höhe
27213 \begin_inset Quotes grd
27214 \end_inset
27215
27216 .
27217  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
27218 \begin_inset Newline newline
27219 \end_inset
27220
27221
27222 \begin_inset Newline newline
27223 \end_inset
27224
27225
27226 \begin_inset Newline newline
27227 \end_inset
27228
27229
27230 \begin_inset Box Boxed
27231 position "c"
27232 hor_pos "c"
27233 has_inner_box 1
27234 inner_pos "c"
27235 use_parbox 0
27236 width "12col%"
27237 special "none"
27238 height "1in"
27239 height_special "depth"
27240 status collapsed
27241
27242 \begin_layout Plain Layout
27243 \align center
27244 Box-Höhe = 1
27245 \begin_inset space \thinspace{}
27246 \end_inset
27247
27248 Tiefe
27249 \end_layout
27250
27251 \end_inset
27252
27253
27254 \begin_inset Newline newline
27255 \end_inset
27256
27257
27258 \begin_inset Newline newline
27259 \end_inset
27260
27261
27262 \end_layout
27263
27264 \begin_layout Description
27265 Höhe Dies ist die Texthöhe innerhalb der Box.
27266  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
27267  Texthöhe setzen: 
27268 \begin_inset Box Boxed
27269 position "c"
27270 hor_pos "c"
27271 has_inner_box 1
27272 inner_pos "c"
27273 use_parbox 0
27274 width "20col%"
27275 special "none"
27276 height "2in"
27277 height_special "height"
27278 status collapsed
27279
27280 \begin_layout Plain Layout
27281 \align center
27282 Boxhöhe = 2
27283 \begin_inset space \thinspace{}
27284 \end_inset
27285
27286 Höhe
27287 \end_layout
27288
27289 \end_inset
27290
27291
27292 \end_layout
27293
27294 \begin_layout Description
27295 Gesamthöhe Dies ist Höhe
27296 \begin_inset space \thinspace{}
27297 \end_inset
27298
27299 +
27300 \begin_inset space \thinspace{}
27301 \end_inset
27302
27303 Tiefe: 
27304 \begin_inset Box Boxed
27305 position "c"
27306 hor_pos "c"
27307 has_inner_box 1
27308 inner_pos "c"
27309 use_parbox 0
27310 width "20col%"
27311 special "none"
27312 height "1in"
27313 height_special "totalheight"
27314 status collapsed
27315
27316 \begin_layout Plain Layout
27317 \align center
27318 Boxhöhe = 1
27319 \begin_inset space \thinspace{}
27320 \end_inset
27321
27322 Gesamthöhe
27323 \end_layout
27324
27325 \end_inset
27326
27327
27328 \end_layout
27329
27330 \begin_layout Description
27331 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
27332 \begin_inset Box Boxed
27333 position "c"
27334 hor_pos "c"
27335 has_inner_box 1
27336 inner_pos "c"
27337 use_parbox 0
27338 width "12col%"
27339 special "none"
27340 height "1in"
27341 height_special "width"
27342 status collapsed
27343
27344 \begin_layout Plain Layout
27345 \align center
27346 Boxhöhe = 1
27347 \begin_inset space \thinspace{}
27348 \end_inset
27349
27350 Breite
27351 \end_layout
27352
27353 \end_inset
27354
27355
27356 \end_layout
27357
27358 \begin_layout Subsection
27359 Ausrichtung
27360 \begin_inset Index
27361 status collapsed
27362
27363 \begin_layout Plain Layout
27364 Boxen ! Ausrichtung
27365 \end_layout
27366
27367 \end_inset
27368
27369
27370 \end_layout
27371
27372 \begin_layout Standard
27373 Wenn Sie eine 
27374 \family sans
27375 Innere
27376 \begin_inset space ~
27377 \end_inset
27378
27379 Box
27380 \family default
27381  gewählt haben, kann die Box mit folgenden Werten für 
27382 \family sans
27383 Box
27384 \family default
27385  senkrecht ausgerichtet werden:
27386 \end_layout
27387
27388 \begin_layout Description
27389 Oben Dies ist ein Beispieltext.
27390  
27391 \begin_inset Box Boxed
27392 position "t"
27393 hor_pos "c"
27394 has_inner_box 1
27395 inner_pos "c"
27396 use_parbox 0
27397 width "20col%"
27398 special "none"
27399 height "1in"
27400 height_special "totalheight"
27401 status collapsed
27402
27403 \begin_layout Plain Layout
27404 \align center
27405 Die Ober\SpecialChar \-
27406 kante der Box ist in der Zeile.
27407 \end_layout
27408
27409 \end_inset
27410
27411  Dies ist ein Beispieltext.
27412 \end_layout
27413
27414 \begin_layout Description
27415 Mitte Dies ist ein Beispieltext.
27416  
27417 \begin_inset Box Boxed
27418 position "c"
27419 hor_pos "c"
27420 has_inner_box 1
27421 inner_pos "c"
27422 use_parbox 0
27423 width "20col%"
27424 special "none"
27425 height "1in"
27426 height_special "totalheight"
27427 status collapsed
27428
27429 \begin_layout Plain Layout
27430 \align center
27431 Die Mitte der Box ist in der Zeile.
27432 \end_layout
27433
27434 \end_inset
27435
27436  Dies ist ein Beispieltext.
27437 \end_layout
27438
27439 \begin_layout Description
27440 Unten Dies ist ein Beispieltext.
27441  
27442 \begin_inset Box Boxed
27443 position "b"
27444 hor_pos "c"
27445 has_inner_box 1
27446 inner_pos "c"
27447 use_parbox 0
27448 width "20col%"
27449 special "none"
27450 height "1in"
27451 height_special "totalheight"
27452 status collapsed
27453
27454 \begin_layout Plain Layout
27455 \align center
27456 Die Unter\SpecialChar \-
27457 kante der Box ist in der Zeile.
27458 \end_layout
27459
27460 \end_inset
27461
27462  Dies ist ein Beispieltext.
27463 \end_layout
27464
27465 \begin_layout Standard
27466 \begin_inset Note Greyedout
27467 status open
27468
27469 \begin_layout Plain Layout
27470
27471 \series bold
27472 Bemerkung:
27473 \series default
27474  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
27475  Boxen in einer Zeile sind und eine Box z.
27476 \begin_inset space \thinspace{}
27477 \end_inset
27478
27479 B.
27480  schattiert ist, die andere aber nicht.
27481 \end_layout
27482
27483 \end_inset
27484
27485
27486 \end_layout
27487
27488 \begin_layout Standard
27489 Eine Box kann mit dem Dialog 
27490 \family sans
27491 Absatz-Einstellungen
27492 \family default
27493  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
27494 \end_layout
27495
27496 \begin_layout Standard
27497 \begin_inset VSpace bigskip
27498 \end_inset
27499
27500 Wenn Sie eine 
27501 \family sans
27502 Innere
27503 \begin_inset space ~
27504 \end_inset
27505
27506 Box
27507 \family default
27508  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
27509 \family sans
27510 Inhalt
27511 \family default
27512  senkrecht ausgerichtet werden:
27513 \end_layout
27514
27515 \begin_layout Description
27516 Oben Dies ist ein Beispieltext.
27517  
27518 \begin_inset Box Boxed
27519 position "c"
27520 hor_pos "c"
27521 has_inner_box 1
27522 inner_pos "t"
27523 use_parbox 0
27524 width "20col%"
27525 special "none"
27526 height "1.5in"
27527 height_special "totalheight"
27528 status collapsed
27529
27530 \begin_layout Plain Layout
27531 \align center
27532 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
27533 \end_layout
27534
27535 \end_inset
27536
27537  Dies ist ein Beispieltext.
27538 \end_layout
27539
27540 \begin_layout Description
27541 Mitte Dies ist ein Beispieltext.
27542  
27543 \begin_inset Box Boxed
27544 position "c"
27545 hor_pos "c"
27546 has_inner_box 1
27547 inner_pos "c"
27548 use_parbox 0
27549 width "20col%"
27550 special "none"
27551 height "1.5in"
27552 height_special "totalheight"
27553 status collapsed
27554
27555 \begin_layout Plain Layout
27556 \align center
27557 Der Boxinhalt ist zentriert ausgerichtet.
27558 \end_layout
27559
27560 \end_inset
27561
27562  Dies ist ein Beispieltext.
27563 \end_layout
27564
27565 \begin_layout Description
27566 Unten Dies ist ein Beispieltext.
27567  
27568 \begin_inset Box Boxed
27569 position "c"
27570 hor_pos "c"
27571 has_inner_box 1
27572 inner_pos "b"
27573 use_parbox 0
27574 width "20col%"
27575 special "none"
27576 height "1.5in"
27577 height_special "totalheight"
27578 status collapsed
27579
27580 \begin_layout Plain Layout
27581 \align center
27582 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
27583 \end_layout
27584
27585 \end_inset
27586
27587  Dies ist ein Beispieltext.
27588 \end_layout
27589
27590 \begin_layout Description
27591 Dehnen Dies ist ein Beispieltext.
27592  
27593 \begin_inset Box Boxed
27594 position "c"
27595 hor_pos "c"
27596 has_inner_box 1
27597 inner_pos "s"
27598 use_parbox 0
27599 width "20col%"
27600 special "none"
27601 height "1in"
27602 height_special "totalheight"
27603 status collapsed
27604
27605 \begin_layout Plain Layout
27606 \align center
27607 Der Boxinhalt
27608 \end_layout
27609
27610 \begin_layout Plain Layout
27611 \align center
27612 ist über die
27613 \end_layout
27614
27615 \begin_layout Plain Layout
27616 \align center
27617 Boxhöhe
27618 \end_layout
27619
27620 \begin_layout Plain Layout
27621 \align center
27622 gleichmäßig verteilt.
27623 \end_layout
27624
27625 \end_inset
27626
27627  Dies ist ein Beispieltext.
27628 \end_layout
27629
27630 \begin_layout Standard
27631 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
27632  besteht.
27633  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
27634 \end_layout
27635
27636 \begin_layout Standard
27637 Ein Boxinhalt kann mit dem Dialog 
27638 \family sans
27639 Absatz-Einstellungen
27640 \family default
27641  waagerecht ausgerichtet werden, wenn Sie eine
27642 \family sans
27643  Innere
27644 \begin_inset space ~
27645 \end_inset
27646
27647 Box
27648 \family default
27649  gewählt haben.
27650 \end_layout
27651
27652 \begin_layout Standard
27653 \align center
27654 \begin_inset Box Boxed
27655 position "c"
27656 hor_pos "c"
27657 has_inner_box 1
27658 inner_pos "s"
27659 use_parbox 0
27660 width "30col%"
27661 special "none"
27662 height "1.25in"
27663 height_special "totalheight"
27664 status collapsed
27665
27666 \begin_layout Plain Layout
27667 \align left
27668 Hier ist jede Zeile
27669 \end_layout
27670
27671 \begin_layout Plain Layout
27672 \align center
27673 anders
27674 \end_layout
27675
27676 \begin_layout Plain Layout
27677 \align right
27678 ausgerichtet.
27679 \end_layout
27680
27681 \end_inset
27682
27683
27684 \end_layout
27685
27686 \begin_layout Standard
27687 Wenn Sie keine
27688 \family sans
27689  Innere
27690 \begin_inset space ~
27691 \end_inset
27692
27693 Box
27694 \family default
27695  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
27696 \family sans
27697 Box-Einstellungen-
27698 \family default
27699 Dialog ausrichten
27700 \end_layout
27701
27702 \begin_layout Standard
27703 \align center
27704 \begin_inset Box Boxed
27705 position "c"
27706 hor_pos "s"
27707 has_inner_box 0
27708 inner_pos "s"
27709 use_parbox 0
27710 width "90col%"
27711 special "none"
27712 height "1.25in"
27713 height_special "totalheight"
27714 status collapsed
27715
27716 \begin_layout Plain Layout
27717 \align left
27718 Dieser Boxinhalt wurde horizontal gedehnt.
27719 \end_layout
27720
27721 \end_inset
27722
27723
27724 \end_layout
27725
27726 \begin_layout Subsection
27727 Verzierung
27728 \begin_inset CommandInset label
27729 LatexCommand label
27730 name "uab:Verzierung"
27731
27732 \end_inset
27733
27734
27735 \begin_inset Index
27736 status collapsed
27737
27738 \begin_layout Plain Layout
27739 Boxen ! Verzierung
27740 \end_layout
27741
27742 \end_inset
27743
27744
27745 \end_layout
27746
27747 \begin_layout Standard
27748 Im 
27749 \family sans
27750 Box-Einstellungen-
27751 \family default
27752 Dialog können Sie mit der 
27753 \family sans
27754 Verzierung
27755 \family default
27756  den Typ der Box auswählen:
27757 \end_layout
27758
27759 \begin_layout Description
27760 Einfacher
27761 \begin_inset space ~
27762 \end_inset
27763
27764 rechteckiger
27765 \begin_inset space ~
27766 \end_inset
27767
27768 Rahmen Um die Box wird ein rechteckiger Rahmen gezogen.
27769  Die Rahmendicke wird durch 
27770 \series bold
27771
27772 \backslash
27773 fboxrule
27774 \series default
27775  festgelegt.
27776  
27777 \begin_inset Box Boxed
27778 position "c"
27779 hor_pos "c"
27780 has_inner_box 1
27781 inner_pos "c"
27782 use_parbox 0
27783 width "21col%"
27784 special "none"
27785 height "1in"
27786 height_special "totalheight"
27787 status collapsed
27788
27789 \begin_layout Plain Layout
27790
27791 \series medium
27792 Rechteckige
27793 \begin_inset space ~
27794 \end_inset
27795
27796 Box
27797 \end_layout
27798
27799 \end_inset
27800
27801
27802 \end_layout
27803
27804 \begin_layout Description
27805 erlaube
27806 \begin_inset space ~
27807 \end_inset
27808
27809 Seitenumbrüche Wenn Sie die Verzierung 
27810 \family sans
27811 Einfacher rechteckiger Rahmen
27812 \family default
27813  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
27814  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
27815  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
27816  für sich ist und 
27817 \series bold
27818
27819 \backslash
27820 fboxrule
27821 \series default
27822  und 
27823 \series bold
27824
27825 \backslash
27826 fboxsep
27827 \series default
27828  keinen Einfluss auf diesen Box Typ haben.
27829  Die Rahmendicke wird durch 
27830 \series bold
27831
27832 \backslash
27833 FrameRule
27834 \series default
27835  festgelegt.
27836  
27837 \begin_inset Box Framed
27838 position "t"
27839 hor_pos "c"
27840 has_inner_box 0
27841 inner_pos "t"
27842 use_parbox 0
27843 width "100col%"
27844 special "none"
27845 height "1in"
27846 height_special "totalheight"
27847 status collapsed
27848
27849 \begin_layout Plain Layout
27850 Box erlaubt Seitenumbruch
27851 \end_layout
27852
27853 \end_inset
27854
27855
27856 \end_layout
27857
27858 \begin_layout Description
27859 Ovaler
27860 \begin_inset space ~
27861 \end_inset
27862
27863 Rahmen,
27864 \begin_inset space ~
27865 \end_inset
27866
27867 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27868  Die Rahmendicke ist 0.4
27869 \begin_inset space \thinspace{}
27870 \end_inset
27871
27872 pt.
27873  
27874 \begin_inset Box ovalbox
27875 position "c"
27876 hor_pos "c"
27877 has_inner_box 1
27878 inner_pos "c"
27879 use_parbox 0
27880 width "20col%"
27881 special "none"
27882 height "1in"
27883 height_special "totalheight"
27884 status collapsed
27885
27886 \begin_layout Plain Layout
27887 Ovale
27888 \begin_inset space ~
27889 \end_inset
27890
27891 Box,
27892 \begin_inset space ~
27893 \end_inset
27894
27895 dünn
27896 \end_layout
27897
27898 \end_inset
27899
27900
27901 \end_layout
27902
27903 \begin_layout Description
27904 Ovaler
27905 \begin_inset space ~
27906 \end_inset
27907
27908 Rahmen,
27909 \begin_inset space ~
27910 \end_inset
27911
27912 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27913  Die Rahmendicke ist 0.8
27914 \begin_inset space \thinspace{}
27915 \end_inset
27916
27917 pt.
27918  
27919 \begin_inset Box Ovalbox
27920 position "c"
27921 hor_pos "c"
27922 has_inner_box 1
27923 inner_pos "c"
27924 use_parbox 0
27925 width "20col%"
27926 special "none"
27927 height "1in"
27928 height_special "totalheight"
27929 status collapsed
27930
27931 \begin_layout Plain Layout
27932 Ovale
27933 \begin_inset space ~
27934 \end_inset
27935
27936 Box,
27937 \begin_inset space ~
27938 \end_inset
27939
27940 dick
27941 \end_layout
27942
27943 \end_inset
27944
27945
27946 \end_layout
27947
27948 \begin_layout Description
27949 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
27950  Die Rahmendicke wird durch 
27951 \series bold
27952
27953 \backslash
27954 fboxrule
27955 \series default
27956  festgelegt, der Schatten ist 4
27957 \begin_inset space \thinspace{}
27958 \end_inset
27959
27960 pt breit.
27961 \begin_inset Newline newline
27962 \end_inset
27963
27964
27965 \begin_inset Box Shadowbox
27966 position "c"
27967 hor_pos "c"
27968 has_inner_box 1
27969 inner_pos "c"
27970 use_parbox 0
27971 width "20col%"
27972 special "none"
27973 height "1in"
27974 height_special "totalheight"
27975 status collapsed
27976
27977 \begin_layout Plain Layout
27978 Schattierte
27979 \begin_inset space ~
27980 \end_inset
27981
27982 Box
27983 \end_layout
27984
27985 \end_inset
27986
27987
27988 \end_layout
27989
27990 \begin_layout Description
27991 Schattierter
27992 \begin_inset space ~
27993 \end_inset
27994
27995 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
27996  Im Gegensatz zu farbigen Boxen
27997 \begin_inset Foot
27998 status collapsed
27999
28000 \begin_layout Plain Layout
28001 siehe Abschnitt
28002 \begin_inset space ~
28003 \end_inset
28004
28005
28006 \begin_inset CommandInset ref
28007 LatexCommand ref
28008 reference "abs:Farbige-Boxen"
28009
28010 \end_inset
28011
28012
28013 \end_layout
28014
28015 \end_inset
28016
28017  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
28018  die Box ist ein Absatz für sich.
28019  
28020 \begin_inset Box Shaded
28021 position "t"
28022 hor_pos "c"
28023 has_inner_box 0
28024 inner_pos "t"
28025 use_parbox 0
28026 width "50col%"
28027 special "none"
28028 height "1in"
28029 height_special "totalheight"
28030 status collapsed
28031
28032 \begin_layout Plain Layout
28033 Schattierter Hintergrund Box
28034 \end_layout
28035
28036 \end_inset
28037
28038
28039 \end_layout
28040
28041 \begin_layout Description
28042 Doppelter
28043 \begin_inset space ~
28044 \end_inset
28045
28046 rechteckiger
28047 \begin_inset space ~
28048 \end_inset
28049
28050 Rahmen zeichnet einen doppelten Rahmen um die Box.
28051  Der innere Rahmen ist 0.75
28052 \begin_inset space \thinspace{}
28053 \end_inset
28054
28055
28056 \series bold
28057
28058 \backslash
28059 fboxrule
28060 \series default
28061  breit, der äußere 1.5
28062 \begin_inset space \thinspace{}
28063 \end_inset
28064
28065
28066 \series bold
28067
28068 \backslash
28069 fboxrule
28070 \series default
28071 , der Zwischenraum 1.5
28072 \begin_inset space \thinspace{}
28073 \end_inset
28074
28075
28076 \series bold
28077
28078 \backslash
28079 fboxrule
28080 \series default
28081
28082 \begin_inset space \thinspace{}
28083 \end_inset
28084
28085 +
28086 \begin_inset space \thinspace{}
28087 \end_inset
28088
28089 0.5
28090 \begin_inset space \thinspace{}
28091 \end_inset
28092
28093 pt.
28094  
28095 \begin_inset Box Doublebox
28096 position "c"
28097 hor_pos "c"
28098 has_inner_box 1
28099 inner_pos "c"
28100 use_parbox 0
28101 width "20col%"
28102 special "none"
28103 height "1in"
28104 height_special "totalheight"
28105 status collapsed
28106
28107 \begin_layout Plain Layout
28108 Doppelt
28109 \begin_inset space ~
28110 \end_inset
28111
28112 gerahmte
28113 \begin_inset space ~
28114 \end_inset
28115
28116 Box
28117 \end_layout
28118
28119 \end_inset
28120
28121
28122 \end_layout
28123
28124 \begin_layout Standard
28125 \begin_inset VSpace bigskip
28126 \end_inset
28127
28128 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
28129  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
28130 \series bold
28131 fancybox
28132 \series default
28133
28134 \begin_inset Index
28135 status collapsed
28136
28137 \begin_layout Plain Layout
28138 LaTeX-Pakete ! fancybox
28139 \end_layout
28140
28141 \end_inset
28142
28143  installiert sein.
28144 \end_layout
28145
28146 \begin_layout Section
28147 Box-Anpassung
28148 \begin_inset Index
28149 status collapsed
28150
28151 \begin_layout Plain Layout
28152 Boxen ! Anpassung
28153 \end_layout
28154
28155 \end_inset
28156
28157
28158 \end_layout
28159
28160 \begin_layout Standard
28161 Der Standardwert für 
28162 \series bold
28163
28164 \backslash
28165 fboxrule
28166 \series default
28167  ist 0.4
28168 \begin_inset space \thinspace{}
28169 \end_inset
28170
28171 pt.
28172  Mit dem folgenden TeX-Code-Befehl kann er auf 2
28173 \begin_inset space \thinspace{}
28174 \end_inset
28175
28176 pt gesetzt werden:
28177 \end_layout
28178
28179 \begin_layout Standard
28180
28181 \series bold
28182
28183 \backslash
28184 setlength{
28185 \backslash
28186 fboxrule}{2pt}
28187 \end_layout
28188
28189 \begin_layout Standard
28190 \begin_inset ERT
28191 status collapsed
28192
28193 \begin_layout Plain Layout
28194
28195
28196 \backslash
28197 setlength{
28198 \backslash
28199 fboxrule}{2pt}
28200 \end_layout
28201
28202 \end_inset
28203
28204
28205 \begin_inset Box Boxed
28206 position "c"
28207 hor_pos "c"
28208 has_inner_box 1
28209 inner_pos "c"
28210 use_parbox 0
28211 width "30col%"
28212 special "none"
28213 height "1in"
28214 height_special "totalheight"
28215 status open
28216
28217 \begin_layout Plain Layout
28218 \align center
28219 Rechteckige Box mit einer Rahmenbreite von 2
28220 \begin_inset space \thinspace{}
28221 \end_inset
28222
28223 pt
28224 \end_layout
28225
28226 \end_inset
28227
28228
28229 \begin_inset ERT
28230 status collapsed
28231
28232 \begin_layout Plain Layout
28233
28234
28235 \backslash
28236 setlength{
28237 \backslash
28238 fboxrule}{0.4pt}
28239 \end_layout
28240
28241 \end_inset
28242
28243
28244 \begin_inset VSpace bigskip
28245 \end_inset
28246
28247
28248 \end_layout
28249
28250 \begin_layout Standard
28251 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
28252 \begin_inset space \thinspace{}
28253 \end_inset
28254
28255 pt.
28256  Sie können das ändern, indem Sie den Wert von 
28257 \series bold
28258
28259 \backslash
28260 fboxsep
28261 \series default
28262  mit einem TeX-Code-Befehl ändern:
28263 \end_layout
28264
28265 \begin_layout Standard
28266
28267 \series bold
28268
28269 \backslash
28270 setlength{
28271 \backslash
28272 fboxsep}{10pt}
28273 \end_layout
28274
28275 \begin_layout Standard
28276 setzt den Wert auf 10
28277 \begin_inset space \thinspace{}
28278 \end_inset
28279
28280 pt, wie in der folgenden Box:
28281 \end_layout
28282
28283 \begin_layout Standard
28284 \begin_inset ERT
28285 status collapsed
28286
28287 \begin_layout Plain Layout
28288
28289
28290 \backslash
28291 setlength{
28292 \backslash
28293 fboxsep}{10pt}
28294 \end_layout
28295
28296 \end_inset
28297
28298
28299 \begin_inset Box Boxed
28300 position "c"
28301 hor_pos "c"
28302 has_inner_box 1
28303 inner_pos "c"
28304 use_parbox 0
28305 width "25col%"
28306 special "none"
28307 height "1in"
28308 height_special "totalheight"
28309 status open
28310
28311 \begin_layout Plain Layout
28312 \align center
28313 Rechteckige Box mit 
28314 \series bold
28315
28316 \backslash
28317 fboxsep
28318 \series default
28319
28320 \begin_inset space \thinspace{}
28321 \end_inset
28322
28323 =
28324 \begin_inset space \thinspace{}
28325 \end_inset
28326
28327 10
28328 \begin_inset space \thinspace{}
28329 \end_inset
28330
28331 pt
28332 \end_layout
28333
28334 \end_inset
28335
28336
28337 \begin_inset ERT
28338 status collapsed
28339
28340 \begin_layout Plain Layout
28341
28342
28343 \backslash
28344 setlength{
28345 \backslash
28346 fboxsep}{3pt}
28347 \end_layout
28348
28349 \end_inset
28350
28351
28352 \end_layout
28353
28354 \begin_layout Standard
28355 \noindent
28356 \begin_inset VSpace bigskip
28357 \end_inset
28358
28359 Der Durchmesser der abgerundeten Ecken kann mit 
28360 \series bold
28361
28362 \backslash
28363 cornersize
28364 \series default
28365  gesetzt werden.
28366  Der TeX-Code-Befehl
28367 \end_layout
28368
28369 \begin_layout Standard
28370
28371 \series bold
28372
28373 \backslash
28374 cornersize*{1cm}
28375 \end_layout
28376
28377 \begin_layout Standard
28378 setzt den Durchmesser auf 1
28379 \begin_inset space \thinspace{}
28380 \end_inset
28381
28382 cm.
28383  Der TeX-Code-Befehl
28384 \end_layout
28385
28386 \begin_layout Standard
28387
28388 \series bold
28389
28390 \backslash
28391 cornersize{num}
28392 \end_layout
28393
28394 \begin_layout Standard
28395 setzt den Durchmesser auf 
28396 \family sans
28397 num
28398 \begin_inset space \thinspace{}
28399 \end_inset
28400
28401 ×
28402 \begin_inset space \thinspace{}
28403 \end_inset
28404
28405 Minimum(Breite der Box, Höhe der Box)
28406 \family default
28407 .
28408  Der Standardwert ist 
28409 \series bold
28410
28411 \backslash
28412 cornersize{0.5}
28413 \series default
28414 .
28415 \end_layout
28416
28417 \begin_layout Standard
28418 \begin_inset ERT
28419 status collapsed
28420
28421 \begin_layout Plain Layout
28422
28423
28424 \backslash
28425 cornersize*{1.5cm}
28426 \end_layout
28427
28428 \end_inset
28429
28430
28431 \begin_inset Box Ovalbox
28432 position "c"
28433 hor_pos "c"
28434 has_inner_box 1
28435 inner_pos "c"
28436 use_parbox 0
28437 width "30col%"
28438 special "none"
28439 height "1in"
28440 height_special "totalheight"
28441 status open
28442
28443 \begin_layout Plain Layout
28444 \align center
28445 Ovale Box, dicker Rand, mit 
28446 \series bold
28447
28448 \backslash
28449 cornersize
28450 \series default
28451
28452 \begin_inset space \thinspace{}
28453 \end_inset
28454
28455 =
28456 \begin_inset space \thinspace{}
28457 \end_inset
28458
28459 1.5
28460 \begin_inset space \thinspace{}
28461 \end_inset
28462
28463 cm
28464 \end_layout
28465
28466 \end_inset
28467
28468
28469 \begin_inset ERT
28470 status collapsed
28471
28472 \begin_layout Plain Layout
28473
28474
28475 \backslash
28476 cornersize{0.5}
28477 \end_layout
28478
28479 \end_inset
28480
28481
28482 \end_layout
28483
28484 \begin_layout Standard
28485 \begin_inset VSpace bigskip
28486 \end_inset
28487
28488 Die Breite des Schattens wird mit 
28489 \series bold
28490
28491 \backslash
28492 shadowsize
28493 \series default
28494  festgelegt.
28495  Mit dem TeX-Code-Befehl
28496 \end_layout
28497
28498 \begin_layout Standard
28499
28500 \series bold
28501
28502 \backslash
28503 setlength{
28504 \backslash
28505 shadowsize}{2pt}
28506 \end_layout
28507
28508 \begin_layout Standard
28509 wird er für die folgende Box auf 2
28510 \begin_inset space \thinspace{}
28511 \end_inset
28512
28513 pt festgelegt.
28514 \end_layout
28515
28516 \begin_layout Standard
28517 \begin_inset ERT
28518 status collapsed
28519
28520 \begin_layout Plain Layout
28521
28522
28523 \backslash
28524 setlength{
28525 \backslash
28526 shadowsize}{2pt}
28527 \end_layout
28528
28529 \end_inset
28530
28531
28532 \begin_inset Box Shadowbox
28533 position "c"
28534 hor_pos "c"
28535 has_inner_box 1
28536 inner_pos "c"
28537 use_parbox 0
28538 width "25col%"
28539 special "none"
28540 height "1in"
28541 height_special "totalheight"
28542 status open
28543
28544 \begin_layout Plain Layout
28545 \align center
28546 Schattierte Box mit 
28547 \series bold
28548
28549 \backslash
28550 shadowsize
28551 \series default
28552
28553 \begin_inset space \thinspace{}
28554 \end_inset
28555
28556 =
28557 \begin_inset space \thinspace{}
28558 \end_inset
28559
28560 2
28561 \begin_inset space \thinspace{}
28562 \end_inset
28563
28564 pt
28565 \end_layout
28566
28567 \end_inset
28568
28569
28570 \begin_inset ERT
28571 status collapsed
28572
28573 \begin_layout Plain Layout
28574
28575
28576 \backslash
28577 setlength{
28578 \backslash
28579 shadowsize}{4pt}
28580 \end_layout
28581
28582 \end_inset
28583
28584
28585 \end_layout
28586
28587 \begin_layout Standard
28588 \begin_inset VSpace bigskip
28589 \end_inset
28590
28591 Der Standardwert für 
28592 \series bold
28593
28594 \backslash
28595 FrameRule
28596 \series default
28597  ist 0.4
28598 \begin_inset space \thinspace{}
28599 \end_inset
28600
28601 pt.
28602  Der Standard-Abstand zwischen Rahmen und Text ist 9
28603 \begin_inset space \thinspace{}
28604 \end_inset
28605
28606 pt und kann mit dem Wert für 
28607 \series bold
28608
28609 \backslash
28610 FrameSep
28611 \series default
28612  geändert werden.
28613  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
28614  TeX-Code Befehlen geändert:
28615 \end_layout
28616
28617 \begin_layout Standard
28618
28619 \series bold
28620
28621 \backslash
28622 setlength{
28623 \backslash
28624 FrameRule}{5pt}
28625 \begin_inset Newline newline
28626 \end_inset
28627
28628
28629 \backslash
28630 setlength{
28631 \backslash
28632 FrameSep}{0.5cm}
28633 \end_layout
28634
28635 \begin_layout Standard
28636 \begin_inset ERT
28637 status collapsed
28638
28639 \begin_layout Plain Layout
28640
28641
28642 \backslash
28643 setlength{
28644 \backslash
28645 FrameRule}{5pt}
28646 \end_layout
28647
28648 \begin_layout Plain Layout
28649
28650
28651 \backslash
28652 setlength{
28653 \backslash
28654 FrameSep}{0.5cm}
28655 \end_layout
28656
28657 \end_inset
28658
28659
28660 \begin_inset Box Framed
28661 position "t"
28662 hor_pos "c"
28663 has_inner_box 0
28664 inner_pos "t"
28665 use_parbox 0
28666 width "100col%"
28667 special "none"
28668 height "1in"
28669 height_special "totalheight"
28670 status open
28671
28672 \begin_layout Plain Layout
28673 Dies ist Text in einer 
28674 \family sans
28675 Seitenumbruch erlaubt
28676 \family default
28677  Box.
28678 \end_layout
28679
28680 \end_inset
28681
28682
28683 \begin_inset ERT
28684 status collapsed
28685
28686 \begin_layout Plain Layout
28687
28688
28689 \backslash
28690 setlength{
28691 \backslash
28692 FrameRule}{0.4pt}
28693 \end_layout
28694
28695 \begin_layout Plain Layout
28696
28697
28698 \backslash
28699 setlength{
28700 \backslash
28701 FrameSep}{9pt}
28702 \end_layout
28703
28704 \end_inset
28705
28706
28707 \end_layout
28708
28709 \begin_layout Standard
28710 \begin_inset VSpace bigskip
28711 \end_inset
28712
28713 Für Boxen mit 
28714 \family sans
28715 schattiertem Hintergrund
28716 \family default
28717  beträgt der Abstand zwischen Rand und Text 3
28718 \begin_inset space \thinspace{}
28719 \end_inset
28720
28721 pt und kann mit 
28722 \series bold
28723
28724 \backslash
28725 fboxsep
28726 \series default
28727  geändert werden.
28728  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
28729  
28730 \series bold
28731
28732 \backslash
28733 definecolor{shadecolor}
28734 \series default
28735  oder global über das Menü 
28736 \family sans
28737 Werkzeuge\SpecialChar \menuseparator
28738 Einstellungen\SpecialChar \menuseparator
28739 Farben\SpecialChar \menuseparator
28740 Schattierte
28741 \begin_inset space ~
28742 \end_inset
28743
28744 Box
28745 \family default
28746  geändert werden.
28747  Das Schema des 
28748 \series bold
28749
28750 \backslash
28751 definecolor
28752 \series default
28753  Befehls ist  in Abschnitt
28754 \begin_inset space ~
28755 \end_inset
28756
28757
28758 \begin_inset CommandInset ref
28759 LatexCommand ref
28760 reference "abs:Farbige-Tabellen"
28761
28762 \end_inset
28763
28764  erklärt.
28765 \begin_inset Foot
28766 status collapsed
28767
28768 \begin_layout Plain Layout
28769 Beachten Sie, dass 
28770 \series bold
28771
28772 \backslash
28773 definecolor
28774 \series default
28775  das LaTeX-Paket 
28776 \series bold
28777 color
28778 \series default
28779  im LaTeX-Vorspann benötigt, siehe Abschnitt
28780 \begin_inset space ~
28781 \end_inset
28782
28783
28784 \begin_inset CommandInset ref
28785 LatexCommand ref
28786 reference "abs:Farbige-Boxen"
28787
28788 \end_inset
28789
28790 .
28791 \end_layout
28792
28793 \end_inset
28794
28795  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
28796 \end_layout
28797
28798 \begin_layout Standard
28799
28800 \series bold
28801
28802 \backslash
28803 setlength{
28804 \backslash
28805 fboxsep}{0.5cm}
28806 \begin_inset Newline newline
28807 \end_inset
28808
28809
28810 \backslash
28811 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28812 \end_layout
28813
28814 \begin_layout Standard
28815 \begin_inset ERT
28816 status collapsed
28817
28818 \begin_layout Plain Layout
28819
28820
28821 \backslash
28822 setlength{
28823 \backslash
28824 fboxsep}{0.5cm}
28825 \end_layout
28826
28827 \begin_layout Plain Layout
28828
28829
28830 \backslash
28831 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28832 \end_layout
28833
28834 \end_inset
28835
28836
28837 \begin_inset Box Shaded
28838 position "t"
28839 hor_pos "c"
28840 has_inner_box 0
28841 inner_pos "t"
28842 use_parbox 0
28843 width "100col%"
28844 special "none"
28845 height "1in"
28846 height_special "totalheight"
28847 status open
28848
28849 \begin_layout Plain Layout
28850
28851 \color yellow
28852 Dies ist gelber Text in einer 
28853 \family sans
28854 schattierten Hintergrund
28855 \begin_inset space ~
28856 \end_inset
28857
28858
28859 \family default
28860 Box auf dunkelgrünem Hintergrund.
28861 \end_layout
28862
28863 \end_inset
28864
28865
28866 \begin_inset ERT
28867 status collapsed
28868
28869 \begin_layout Plain Layout
28870
28871
28872 \backslash
28873 setlength{
28874 \backslash
28875 fboxsep}{3pt}
28876 \end_layout
28877
28878 \begin_layout Plain Layout
28879
28880
28881 \backslash
28882 definecolor{shadecolor}{rgb}{1,0,0}
28883 \end_layout
28884
28885 \end_inset
28886
28887
28888 \end_layout
28889
28890 \begin_layout Standard
28891 \begin_inset VSpace bigskip
28892 \end_inset
28893
28894 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
28895  der sie ändert.
28896 \end_layout
28897
28898 \begin_layout Section
28899 Minipage
28900 \begin_inset CommandInset label
28901 LatexCommand label
28902 name "abs:Minipage"
28903
28904 \end_inset
28905
28906
28907 \begin_inset Index
28908 status collapsed
28909
28910 \begin_layout Plain Layout
28911 Boxen ! Minipage
28912 \end_layout
28913
28914 \end_inset
28915
28916
28917 \end_layout
28918
28919 \begin_layout Standard
28920 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28921  deshalb unter anderem eigene Fußnoten haben.
28922 \end_layout
28923
28924 \begin_layout Standard
28925 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28926 \end_layout
28927
28928 \begin_layout Standard
28929 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28930  Ihre Breite ist 45 Spaltenbreite
28931 \begin_inset space ~
28932 \end_inset
28933
28934 %, und sie sind durch einen 
28935 \family sans
28936 HFill
28937 \family default
28938  getrennt (
28939 \family sans
28940 Einfügen\SpecialChar \menuseparator
28941 Formatierung\SpecialChar \menuseparator
28942 Horizontaler
28943 \begin_inset space \space{}
28944 \end_inset
28945
28946 Abstand\SpecialChar \menuseparator
28947 Abstand\SpecialChar \menuseparator
28948 Variabler
28949 \begin_inset space ~
28950 \end_inset
28951
28952 horiz.
28953 \begin_inset space ~
28954 \end_inset
28955
28956 Abstand
28957 \family default
28958 ).
28959 \begin_inset Newpage newpage
28960 \end_inset
28961
28962
28963 \end_layout
28964
28965 \begin_layout Standard
28966 \noindent
28967 \begin_inset Box Frameless
28968 position "t"
28969 hor_pos "c"
28970 has_inner_box 1
28971 inner_pos "c"
28972 use_parbox 0
28973 width "45col%"
28974 special "none"
28975 height "1in"
28976 height_special "totalheight"
28977 status open
28978
28979 \begin_layout Plain Layout
28980 Dies ist ein deutscher Text.
28981  Dies ist ein deutscher Text.
28982  Dies ist ein deutscher Text.
28983  Dies ist ein deutscher Text.
28984  Dies ist ein deutscher Text.
28985  Dies ist ein deutscher Text.
28986  Dies ist ein deutscher Text.
28987  Dies ist ein deutscher Text.
28988  Dies ist ein deutscher Text.
28989  Dies ist ein deutscher Text.
28990  Dies ist ein deutscher Text.
28991  Dies ist ein deutscher Text.
28992  Dies ist ein deutscher Text
28993 \begin_inset Foot
28994 status open
28995
28996 \begin_layout Plain Layout
28997 Dies ist eine deutsche Fußnote.
28998 \end_layout
28999
29000 \end_inset
29001
29002 .
29003  Dies ist ein deutscher Text.
29004  Dies ist ein deutscher Text.
29005 \end_layout
29006
29007 \end_inset
29008
29009
29010 \begin_inset space \hfill{}
29011 \end_inset
29012
29013
29014 \begin_inset Box Frameless
29015 position "t"
29016 hor_pos "c"
29017 has_inner_box 1
29018 inner_pos "c"
29019 use_parbox 0
29020 width "45col%"
29021 special "none"
29022 height "1in"
29023 height_special "totalheight"
29024 status open
29025
29026 \begin_layout Plain Layout
29027
29028 \lang english
29029 This is an English Text.
29030  This is an English Text.
29031  This is an English Text.
29032  This is an English Text.
29033  This is an English Text.
29034  This is an English Text.
29035  This is an English Text.
29036  This is an English Text.
29037  This is an English Text.
29038  This is an English Text.
29039  This is an English Text.
29040  This is an English Text.
29041  This is an English Text.
29042  This is an English Text.
29043  This is an English Text.
29044  This is an English Text.
29045 \begin_inset Foot
29046 status collapsed
29047
29048 \begin_layout Plain Layout
29049
29050 \lang english
29051 This is an English footnote.
29052 \end_layout
29053
29054 \end_inset
29055
29056  This is an English Text.
29057  
29058 \end_layout
29059
29060 \end_inset
29061
29062
29063 \end_layout
29064
29065 \begin_layout Standard
29066 \noindent
29067 \begin_inset VSpace bigskip
29068 \end_inset
29069
29070 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
29071  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
29072  auf der die Tabelle gedruckt wird: 
29073 \begin_inset Tabular
29074 <lyxtabular version="3" rows="3" columns="4">
29075 <features>
29076 <column alignment="center" valignment="top" width="0pt">
29077 <column alignment="center" valignment="top" width="0pt">
29078 <column alignment="center" valignment="top" width="0pt">
29079 <column alignment="center" valignment="top" width="0pt">
29080 <row>
29081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29082 \begin_inset Text
29083
29084 \begin_layout Plain Layout
29085 1
29086 \end_layout
29087
29088 \end_inset
29089 </cell>
29090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29091 \begin_inset Text
29092
29093 \begin_layout Plain Layout
29094 2
29095 \end_layout
29096
29097 \end_inset
29098 </cell>
29099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29100 \begin_inset Text
29101
29102 \begin_layout Plain Layout
29103 3
29104 \begin_inset Foot
29105 status collapsed
29106
29107 \begin_layout Plain Layout
29108 Dies ist eine Fußnote in einer Tabelle.
29109 \end_layout
29110
29111 \end_inset
29112
29113
29114 \end_layout
29115
29116 \end_inset
29117 </cell>
29118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29119 \begin_inset Text
29120
29121 \begin_layout Plain Layout
29122 4
29123 \end_layout
29124
29125 \end_inset
29126 </cell>
29127 </row>
29128 <row>
29129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29130 \begin_inset Text
29131
29132 \begin_layout Plain Layout
29133 a
29134 \end_layout
29135
29136 \end_inset
29137 </cell>
29138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29139 \begin_inset Text
29140
29141 \begin_layout Plain Layout
29142 b
29143 \end_layout
29144
29145 \end_inset
29146 </cell>
29147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29148 \begin_inset Text
29149
29150 \begin_layout Plain Layout
29151 c
29152 \end_layout
29153
29154 \end_inset
29155 </cell>
29156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29157 \begin_inset Text
29158
29159 \begin_layout Plain Layout
29160 d
29161 \end_layout
29162
29163 \end_inset
29164 </cell>
29165 </row>
29166 <row>
29167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29168 \begin_inset Text
29169
29170 \begin_layout Plain Layout
29171 e
29172 \end_layout
29173
29174 \end_inset
29175 </cell>
29176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29177 \begin_inset Text
29178
29179 \begin_layout Plain Layout
29180 f
29181 \end_layout
29182
29183 \end_inset
29184 </cell>
29185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29186 \begin_inset Text
29187
29188 \begin_layout Plain Layout
29189 g
29190 \end_layout
29191
29192 \end_inset
29193 </cell>
29194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29195 \begin_inset Text
29196
29197 \begin_layout Plain Layout
29198 h
29199 \end_layout
29200
29201 \end_inset
29202 </cell>
29203 </row>
29204 </lyxtabular>
29205
29206 \end_inset
29207
29208
29209 \end_layout
29210
29211 \begin_layout Standard
29212 \noindent
29213 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
29214  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
29215  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
29216  außerhalb.
29217 \end_layout
29218
29219 \begin_layout Standard
29220 \align center
29221 \begin_inset Box Frameless
29222 position "t"
29223 hor_pos "c"
29224 has_inner_box 1
29225 inner_pos "c"
29226 use_parbox 0
29227 width "30col%"
29228 special "none"
29229 height "1in"
29230 height_special "totalheight"
29231 status open
29232
29233 \begin_layout Plain Layout
29234 \align center
29235 \begin_inset Tabular
29236 <lyxtabular version="3" rows="3" columns="4">
29237 <features>
29238 <column alignment="center" valignment="top" width="0pt">
29239 <column alignment="center" valignment="top" width="0pt">
29240 <column alignment="center" valignment="top" width="0pt">
29241 <column alignment="center" valignment="top" width="0pt">
29242 <row>
29243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29244 \begin_inset Text
29245
29246 \begin_layout Plain Layout
29247 1
29248 \end_layout
29249
29250 \end_inset
29251 </cell>
29252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29253 \begin_inset Text
29254
29255 \begin_layout Plain Layout
29256 2
29257 \end_layout
29258
29259 \end_inset
29260 </cell>
29261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29262 \begin_inset Text
29263
29264 \begin_layout Plain Layout
29265 3
29266 \begin_inset Foot
29267 status collapsed
29268
29269 \begin_layout Plain Layout
29270 Dies ist eine Fußnote in einer Tabelle.
29271 \end_layout
29272
29273 \end_inset
29274
29275
29276 \end_layout
29277
29278 \end_inset
29279 </cell>
29280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29281 \begin_inset Text
29282
29283 \begin_layout Plain Layout
29284 4
29285 \end_layout
29286
29287 \end_inset
29288 </cell>
29289 </row>
29290 <row>
29291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29292 \begin_inset Text
29293
29294 \begin_layout Plain Layout
29295 a
29296 \end_layout
29297
29298 \end_inset
29299 </cell>
29300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29301 \begin_inset Text
29302
29303 \begin_layout Plain Layout
29304 b
29305 \end_layout
29306
29307 \end_inset
29308 </cell>
29309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29310 \begin_inset Text
29311
29312 \begin_layout Plain Layout
29313 c
29314 \end_layout
29315
29316 \end_inset
29317 </cell>
29318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29319 \begin_inset Text
29320
29321 \begin_layout Plain Layout
29322 d
29323 \end_layout
29324
29325 \end_inset
29326 </cell>
29327 </row>
29328 <row>
29329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29330 \begin_inset Text
29331
29332 \begin_layout Plain Layout
29333 e
29334 \end_layout
29335
29336 \end_inset
29337 </cell>
29338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29339 \begin_inset Text
29340
29341 \begin_layout Plain Layout
29342 f
29343 \end_layout
29344
29345 \end_inset
29346 </cell>
29347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29348 \begin_inset Text
29349
29350 \begin_layout Plain Layout
29351 g
29352 \end_layout
29353
29354 \end_inset
29355 </cell>
29356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29357 \begin_inset Text
29358
29359 \begin_layout Plain Layout
29360 h
29361 \end_layout
29362
29363 \end_inset
29364 </cell>
29365 </row>
29366 </lyxtabular>
29367
29368 \end_inset
29369
29370
29371 \end_layout
29372
29373 \end_inset
29374
29375
29376 \end_layout
29377
29378 \begin_layout Standard
29379 \begin_inset VSpace bigskip
29380 \end_inset
29381
29382 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
29383  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
29384  Absätze nicht eingerückt werden, obwohl Sie das in 
29385 \family sans
29386 Dokument
29387 \family default
29388 \SpecialChar \menuseparator
29389
29390 \family sans
29391 Einstellun\SpecialChar \-
29392 gen\SpecialChar \menuseparator
29393 Textformat
29394 \family default
29395  festgelegt haben.
29396  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
29397  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
29398 \series bold
29399
29400 \backslash
29401 hspace*{1em}
29402 \series default
29403 .
29404 \end_layout
29405
29406 \begin_layout Standard
29407 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
29408  zu verpassen, siehe Abschnitt
29409 \begin_inset space ~
29410 \end_inset
29411
29412
29413 \begin_inset CommandInset ref
29414 LatexCommand ref
29415 reference "uab:Farbe-für-Absätze"
29416
29417 \end_inset
29418
29419 .
29420 \end_layout
29421
29422 \begin_layout Standard
29423 \begin_inset Note Greyedout
29424 status open
29425
29426 \begin_layout Plain Layout
29427
29428 \series bold
29429 Bemerkung:
29430 \series default
29431  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
29432  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
29433 \end_layout
29434
29435 \end_inset
29436
29437
29438 \end_layout
29439
29440 \begin_layout Section
29441 Parbox
29442 \begin_inset CommandInset label
29443 LatexCommand label
29444 name "abs:Parbox"
29445
29446 \end_inset
29447
29448
29449 \begin_inset Index
29450 status collapsed
29451
29452 \begin_layout Plain Layout
29453 Boxen ! Parbox
29454 \end_layout
29455
29456 \end_inset
29457
29458
29459 \end_layout
29460
29461 \begin_layout Standard
29462 Parbox ist eine Abkürzung für 
29463 \begin_inset Quotes gld
29464 \end_inset
29465
29466 paragraph box
29467 \begin_inset Quotes grd
29468 \end_inset
29469
29470 , was Absatzbox bedeutet.
29471  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
29472  Parboxen einige Einschränkungen.
29473  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
29474  gedruckt:
29475 \end_layout
29476
29477 \begin_layout Standard
29478 \align center
29479 \begin_inset Box Frameless
29480 position "t"
29481 hor_pos "c"
29482 has_inner_box 1
29483 inner_pos "t"
29484 use_parbox 1
29485 width "33col%"
29486 special "none"
29487 height "1in"
29488 height_special "totalheight"
29489 status collapsed
29490
29491 \begin_layout Plain Layout
29492 Dies ist Text in einer Parbox.
29493  Dies ist Text in einer Parbox.
29494 \end_layout
29495
29496 \begin_layout Plain Layout
29497 Diese Fußnote wird nicht gedruckt:
29498 \begin_inset Foot
29499 status collapsed
29500
29501 \begin_layout Plain Layout
29502 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
29503 \end_layout
29504
29505 \end_inset
29506
29507
29508 \end_layout
29509
29510 \end_inset
29511
29512
29513 \end_layout
29514
29515 \begin_layout Standard
29516 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
29517  und Theoreme enthalten.
29518 \end_layout
29519
29520 \begin_layout Section
29521 Boxen für Worte und Buchstaben
29522 \begin_inset Index
29523 status collapsed
29524
29525 \begin_layout Plain Layout
29526 Boxen ! für Buchstaben
29527 \end_layout
29528
29529 \end_inset
29530
29531
29532 \end_layout
29533
29534 \begin_layout Subsection
29535 Silbentrennung unterbinden 
29536 \begin_inset CommandInset label
29537 LatexCommand label
29538 name "abs:Silbentrennung-unterbinden"
29539
29540 \end_inset
29541
29542
29543 \begin_inset Index
29544 status collapsed
29545
29546 \begin_layout Plain Layout
29547 Boxen ! zur Vermeidung von Silbentrennung
29548 \end_layout
29549
29550 \end_inset
29551
29552
29553 \end_layout
29554
29555 \begin_layout Standard
29556 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
29557 \begin_inset Newline newline
29558 \end_inset
29559
29560 Hier ist ein Beispiel: 
29561 \end_layout
29562
29563 \begin_layout Standard
29564 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
29565 \begin_inset Quotes gld
29566 \end_inset
29567
29568 einsehrsehrsehrlangeswort
29569 \begin_inset Quotes grd
29570 \end_inset
29571
29572 .
29573 \end_layout
29574
29575 \begin_layout Standard
29576 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
29577  soll, den TeX-Code
29578 \end_layout
29579
29580 \begin_layout Standard
29581
29582 \series bold
29583
29584 \backslash
29585 mbox{
29586 \end_layout
29587
29588 \begin_layout Standard
29589 ein.
29590  Hinter dem Wort fügen Sie 
29591 \series bold
29592
29593 \begin_inset Quotes gld
29594 \end_inset
29595
29596 }
29597 \series default
29598
29599 \begin_inset Quotes grd
29600 \end_inset
29601
29602  als TeX-Code ein.
29603  Hier ist das Ergebnis:
29604 \end_layout
29605
29606 \begin_layout Standard
29607 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29608 \begin_inset ERT
29609 status collapsed
29610
29611 \begin_layout Plain Layout
29612
29613
29614 \backslash
29615 mbox{
29616 \end_layout
29617
29618 \end_inset
29619
29620
29621 \begin_inset Quotes gld
29622 \end_inset
29623
29624 einsehrsehrsehrlangeswort
29625 \begin_inset Quotes grd
29626 \end_inset
29627
29628
29629 \begin_inset ERT
29630 status collapsed
29631
29632 \begin_layout Plain Layout
29633
29634 }
29635 \end_layout
29636
29637 \end_inset
29638
29639 .
29640 \end_layout
29641
29642 \begin_layout Standard
29643 Alternativ dazu kann man auch den Befehl 
29644 \begin_inset Quotes gld
29645 \end_inset
29646
29647
29648 \series bold
29649
29650 \backslash
29651 -
29652 \series default
29653
29654 \begin_inset Quotes grd
29655 \end_inset
29656
29657  als TeX-Code direkt vor das Wort setzen:
29658 \end_layout
29659
29660 \begin_layout Standard
29661 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29662 \begin_inset Quotes gld
29663 \end_inset
29664
29665
29666 \begin_inset ERT
29667 status collapsed
29668
29669 \begin_layout Plain Layout
29670
29671
29672 \backslash
29673 -
29674 \end_layout
29675
29676 \end_inset
29677
29678 einsehrsehrsehrlangeswort
29679 \begin_inset Quotes grd
29680 \end_inset
29681
29682 .
29683 \end_layout
29684
29685 \begin_layout Standard
29686 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
29687  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
29688 \series bold
29689 Strg-Eingabe
29690 \series default
29691 ) einfügen: 
29692 \end_layout
29693
29694 \begin_layout Standard
29695 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
29696 \begin_inset Newline newline
29697 \end_inset
29698
29699
29700 \begin_inset ERT
29701 status collapsed
29702
29703 \begin_layout Plain Layout
29704
29705
29706 \backslash
29707 mbox{
29708 \end_layout
29709
29710 \end_inset
29711
29712
29713 \begin_inset Quotes gld
29714 \end_inset
29715
29716 einsehrsehrsehrlangeswort
29717 \begin_inset Quotes grd
29718 \end_inset
29719
29720
29721 \begin_inset ERT
29722 status collapsed
29723
29724 \begin_layout Plain Layout
29725
29726 }
29727 \end_layout
29728
29729 \end_inset
29730
29731 .
29732 \end_layout
29733
29734 \begin_layout Subsection
29735 Vertikale Ausrichtung
29736 \begin_inset CommandInset label
29737 LatexCommand label
29738 name "uab:Vertikale-Ausrichtung"
29739
29740 \end_inset
29741
29742
29743 \begin_inset Index
29744 status collapsed
29745
29746 \begin_layout Plain Layout
29747 Boxen ! für Vertikale Ausrichtung
29748 \end_layout
29749
29750 \end_inset
29751
29752
29753 \begin_inset Index
29754 status collapsed
29755
29756 \begin_layout Plain Layout
29757 Boxen ! raisebox
29758 \end_layout
29759
29760 \end_inset
29761
29762
29763 \end_layout
29764
29765 \begin_layout Standard
29766 Mit dem LaTeX-Befehl 
29767 \series bold
29768
29769 \backslash
29770 raisebox
29771 \series default
29772  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29773 n Textes ausrichten.
29774  
29775 \series bold
29776
29777 \backslash
29778 raisebox
29779 \series default
29780  wird folgendermaßen benutzt:
29781 \end_layout
29782
29783 \begin_layout Standard
29784
29785 \series bold
29786
29787 \backslash
29788 raisebox{Verschiebung}[oben][unten]{Text}
29789 \end_layout
29790
29791 \begin_layout Standard
29792 Positive Werte für Verschiebung
29793 \series bold
29794  
29795 \series default
29796 verschieben die Box nach oben, negative nach unten.
29797  Die beiden optionalen Parameter 
29798 \family typewriter
29799 oben
29800 \family default
29801  und 
29802 \family typewriter
29803 unten
29804 \family default
29805  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29806  hinausgeht, wenn sie nicht verschoben ist.
29807 \end_layout
29808
29809 \begin_layout Standard
29810 Um zum Beispiel das Wort 
29811 \begin_inset Quotes gld
29812 \end_inset
29813
29814 provokant
29815 \begin_inset Quotes grd
29816 \end_inset
29817
29818  mit seinem 
29819 \begin_inset Quotes gld
29820 \end_inset
29821
29822 niedrigsten
29823 \begin_inset Quotes grd
29824 \end_inset
29825
29826  Buchstaben 
29827 \begin_inset Quotes gld
29828 \end_inset
29829
29830 p
29831 \begin_inset Quotes grd
29832 \end_inset
29833
29834  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29835 \end_layout
29836
29837 \begin_layout Standard
29838
29839 \series bold
29840
29841 \backslash
29842 raisebox{
29843 \backslash
29844 depth}{
29845 \end_layout
29846
29847 \begin_layout Standard
29848 vor dem Wort einfügen und 
29849 \begin_inset Quotes gld
29850 \end_inset
29851
29852
29853 \series bold
29854 }
29855 \series default
29856
29857 \begin_inset Quotes grd
29858 \end_inset
29859
29860  als TeX-Code dahinter:
29861 \end_layout
29862
29863 \begin_layout Standard
29864 Dies ist eine Zeile, in der das Wort 
29865 \begin_inset ERT
29866 status collapsed
29867
29868 \begin_layout Plain Layout
29869
29870
29871 \backslash
29872 raisebox{
29873 \backslash
29874 depth}{
29875 \end_layout
29876
29877 \end_inset
29878
29879
29880 \begin_inset Quotes gld
29881 \end_inset
29882
29883 provokant
29884 \begin_inset Quotes grd
29885 \end_inset
29886
29887
29888 \begin_inset ERT
29889 status collapsed
29890
29891 \begin_layout Plain Layout
29892
29893 }
29894 \end_layout
29895
29896 \end_inset
29897
29898  nach oben verschoben wurde.
29899 \end_layout
29900
29901 \begin_layout Standard
29902 \begin_inset VSpace bigskip
29903 \end_inset
29904
29905 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29906  gedehnt:
29907 \end_layout
29908
29909 \begin_layout Standard
29910 Dies ist eine Zeile, in der das Wort 
29911 \begin_inset ERT
29912 status collapsed
29913
29914 \begin_layout Plain Layout
29915
29916
29917 \backslash
29918 raisebox{-
29919 \backslash
29920 depth}{
29921 \end_layout
29922
29923 \end_inset
29924
29925
29926 \begin_inset Quotes gld
29927 \end_inset
29928
29929 provokant
29930 \begin_inset Quotes grd
29931 \end_inset
29932
29933
29934 \begin_inset ERT
29935 status collapsed
29936
29937 \begin_layout Plain Layout
29938
29939 }
29940 \end_layout
29941
29942 \end_inset
29943
29944  nach unten verschoben wurde.
29945 \end_layout
29946
29947 \begin_layout Standard
29948 Dies ist eine Zeile, in der das Wort 
29949 \begin_inset ERT
29950 status collapsed
29951
29952 \begin_layout Plain Layout
29953
29954
29955 \backslash
29956 raisebox{0.5cm}{
29957 \end_layout
29958
29959 \end_inset
29960
29961
29962 \begin_inset Quotes gld
29963 \end_inset
29964
29965 testen
29966 \begin_inset Quotes grd
29967 \end_inset
29968
29969
29970 \begin_inset ERT
29971 status collapsed
29972
29973 \begin_layout Plain Layout
29974
29975 }
29976 \end_layout
29977
29978 \end_inset
29979
29980  um 0.5
29981 \begin_inset space \thinspace{}
29982 \end_inset
29983
29984 cm nach oben verschoben wurde.
29985 \end_layout
29986
29987 \begin_layout Standard
29988 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
29989 \end_layout
29990
29991 \begin_layout Standard
29992
29993 \series bold
29994
29995 \backslash
29996 raisebox{-
29997 \backslash
29998 depth}[0pt]{
29999 \end_layout
30000
30001 \begin_layout Standard
30002 Dies ist eine Zeile, in der das Wort 
30003 \begin_inset ERT
30004 status collapsed
30005
30006 \begin_layout Plain Layout
30007
30008
30009 \backslash
30010 raisebox{-
30011 \backslash
30012 depth}[0pt]{
30013 \end_layout
30014
30015 \end_inset
30016
30017
30018 \begin_inset Quotes gld
30019 \end_inset
30020
30021 provokant
30022 \begin_inset Quotes grd
30023 \end_inset
30024
30025
30026 \begin_inset ERT
30027 status collapsed
30028
30029 \begin_layout Plain Layout
30030
30031 }
30032 \end_layout
30033
30034 \end_inset
30035
30036  nach unten verschoben wurde.
30037 \end_layout
30038
30039 \begin_layout Standard
30040 Dies ist eine Zeile, in der das Wort 
30041 \begin_inset ERT
30042 status collapsed
30043
30044 \begin_layout Plain Layout
30045
30046
30047 \backslash
30048 raisebox{0.5cm}[0pt]{
30049 \end_layout
30050
30051 \end_inset
30052
30053
30054 \begin_inset Quotes gld
30055 \end_inset
30056
30057 testen
30058 \begin_inset Quotes grd
30059 \end_inset
30060
30061
30062 \begin_inset ERT
30063 status collapsed
30064
30065 \begin_layout Plain Layout
30066
30067 }
30068 \end_layout
30069
30070 \end_inset
30071
30072  um 0.5
30073 \begin_inset space \thinspace{}
30074 \end_inset
30075
30076 cm nach oben verschoben wurde.
30077  Jetzt überschneiden sich die verschobenen Worte.
30078 \end_layout
30079
30080 \begin_layout Section
30081 Farbige Boxen
30082 \begin_inset CommandInset label
30083 LatexCommand label
30084 name "abs:Farbige-Boxen"
30085
30086 \end_inset
30087
30088
30089 \begin_inset Index
30090 status collapsed
30091
30092 \begin_layout Plain Layout
30093 Boxen ! farbige
30094 \end_layout
30095
30096 \end_inset
30097
30098
30099 \end_layout
30100
30101 \begin_layout Subsection
30102 Text-Hintergrundfarbe
30103 \begin_inset Index
30104 status collapsed
30105
30106 \begin_layout Plain Layout
30107 Farbe ! für Text-Hintergrund
30108 \end_layout
30109
30110 \end_inset
30111
30112
30113 \end_layout
30114
30115 \begin_layout Standard
30116 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
30117  so genannten 
30118 \begin_inset Quotes gld
30119 \end_inset
30120
30121 colorbox
30122 \begin_inset Quotes grd
30123 \end_inset
30124
30125  stehen.
30126  Dafür muss das LaTeX-Paket 
30127 \series bold
30128 color
30129 \series default
30130
30131 \begin_inset Index
30132 status collapsed
30133
30134 \begin_layout Plain Layout
30135 LaTeX-Pakete ! color
30136 \end_layout
30137
30138 \end_inset
30139
30140  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30141 \end_layout
30142
30143 \begin_layout Standard
30144
30145 \series bold
30146
30147 \backslash
30148 @ifundefined{textcolor}
30149 \begin_inset Newline newline
30150 \end_inset
30151
30152
30153 \begin_inset ERT
30154 status collapsed
30155
30156 \begin_layout Plain Layout
30157
30158
30159 \backslash
30160 hphantom{ }
30161 \end_layout
30162
30163 \end_inset
30164
30165 {
30166 \backslash
30167 usepackage{color}}{}
30168 \end_layout
30169
30170 \begin_layout Standard
30171 Wenn Sie Text einfärben, lädt LyX das Paket 
30172 \series bold
30173 color
30174 \series default
30175  automatisch.
30176 \begin_inset Foot
30177 status collapsed
30178
30179 \begin_layout Plain Layout
30180 Der Befehl 
30181 \series bold
30182
30183 \backslash
30184 @ifundefined
30185 \series default
30186  vermeidet, dass es in diesem Fall doppelt geladen wird.
30187 \end_layout
30188
30189 \end_inset
30190
30191
30192 \end_layout
30193
30194 \begin_layout Standard
30195 \begin_inset VSpace medskip
30196 \end_inset
30197
30198 Colorboxen werden mit dem Befehl 
30199 \series bold
30200
30201 \backslash
30202 colorbox
30203 \series default
30204  erzeugt:
30205 \end_layout
30206
30207 \begin_layout Standard
30208
30209 \series bold
30210
30211 \backslash
30212 colorbox{Farbe}{Boxinhalt}
30213 \end_layout
30214
30215 \begin_layout Standard
30216 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
30217  Boxen sein.
30218 \end_layout
30219
30220 \begin_layout Standard
30221 Die folgenden Farben sind vordefiniert:
30222 \family sans
30223  schwarz
30224 \family default
30225
30226 \family sans
30227 wei
30228 \family default
30229 ß, 
30230 \family sans
30231 rot
30232 \family default
30233 \series bold
30234 ,
30235 \series default
30236  
30237 \family sans
30238 grün
30239 \family default
30240
30241 \family sans
30242 blau
30243 \family default
30244
30245 \family sans
30246 türkis
30247 \family default
30248
30249 \family sans
30250 purpurrot
30251 \family default
30252  und 
30253 \family sans
30254 gelb
30255 \family default
30256 .
30257 \end_layout
30258
30259 \begin_layout Standard
30260 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
30261 \begin_inset space ~
30262 \end_inset
30263
30264
30265 \begin_inset CommandInset ref
30266 LatexCommand ref
30267 reference "abs:Farbige-Tabellen"
30268
30269 \end_inset
30270
30271  beschrieben.
30272 \end_layout
30273
30274 \begin_layout Standard
30275 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
30276  den TeX-Code-Befehl
30277 \end_layout
30278
30279 \begin_layout Standard
30280
30281 \series bold
30282
30283 \backslash
30284 colorbox{red}{
30285 \end_layout
30286
30287 \begin_layout Standard
30288 vor dem Wort ein.
30289  Hinter dem Wort fügen Sie 
30290 \series bold
30291
30292 \begin_inset Quotes gld
30293 \end_inset
30294
30295 }
30296 \series default
30297
30298 \begin_inset Quotes grd
30299 \end_inset
30300
30301  als TeX-Code ein.
30302  Hier ist das Ergebnis:
30303 \end_layout
30304
30305 \begin_layout Standard
30306 In dieser Zeile hat 
30307 \begin_inset ERT
30308 status collapsed
30309
30310 \begin_layout Plain Layout
30311
30312
30313 \backslash
30314 colorbox{red}{
30315 \end_layout
30316
30317 \end_inset
30318
30319 Achtung!
30320 \begin_inset ERT
30321 status collapsed
30322
30323 \begin_layout Plain Layout
30324
30325 }
30326 \end_layout
30327
30328 \end_inset
30329
30330  einen roten Hintergrund.
30331 \end_layout
30332
30333 \begin_layout Standard
30334 \begin_inset VSpace bigskip
30335 \end_inset
30336
30337 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
30338  
30339 \series bold
30340
30341 \backslash
30342 fcolorbox
30343 \series default
30344  verwenden:
30345 \end_layout
30346
30347 \begin_layout Standard
30348
30349 \series bold
30350
30351 \backslash
30352 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
30353 \end_layout
30354
30355 \begin_layout Standard
30356
30357 \series bold
30358
30359 \backslash
30360 fcolorbox
30361 \series default
30362  ist eine Erweiterung von 
30363 \series bold
30364
30365 \backslash
30366 colorbox
30367 \series default
30368 .
30369  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
30370  
30371 \series bold
30372
30373 \backslash
30374 fboxrule
30375 \series default
30376  und 
30377 \series bold
30378
30379 \backslash
30380 fboxsep
30381 \series default
30382  gesteuert werden, wie in Abschnitt
30383 \begin_inset space ~
30384 \end_inset
30385
30386
30387 \begin_inset CommandInset ref
30388 LatexCommand ref
30389 reference "uab:Verzierung"
30390
30391 \end_inset
30392
30393  beschrieben.
30394 \end_layout
30395
30396 \begin_layout Standard
30397 Für das folgende Beispiel wurde der Befehl
30398 \end_layout
30399
30400 \begin_layout Standard
30401
30402 \series bold
30403
30404 \backslash
30405 fcolorbox{cyan}{magenta}{
30406 \end_layout
30407
30408 \begin_layout Standard
30409 benutzt.
30410  Hier wurden die Rahmendicke und der Abstand auf 1
30411 \begin_inset space \thinspace{}
30412 \end_inset
30413
30414 mm gesetzt:
30415 \begin_inset Newline newline
30416 \end_inset
30417
30418
30419 \begin_inset ERT
30420 status collapsed
30421
30422 \begin_layout Plain Layout
30423
30424
30425 \backslash
30426 fboxrule 1mm 
30427 \backslash
30428 fboxsep 1mm
30429 \end_layout
30430
30431 \end_inset
30432
30433
30434 \begin_inset ERT
30435 status collapsed
30436
30437 \begin_layout Plain Layout
30438
30439
30440 \backslash
30441 fcolorbox{cyan}{green}{
30442 \end_layout
30443
30444 \end_inset
30445
30446 Dies ist Text in einer farbigen, gerahmten Box.
30447 \begin_inset ERT
30448 status collapsed
30449
30450 \begin_layout Plain Layout
30451
30452 }
30453 \end_layout
30454
30455 \end_inset
30456
30457
30458 \end_layout
30459
30460 \begin_layout Standard
30461 \begin_inset VSpace bigskip
30462 \end_inset
30463
30464 Natürlich gibt es auch farbigen Text in einer Colorbox:
30465 \begin_inset Newline newline
30466 \end_inset
30467
30468
30469 \begin_inset ERT
30470 status collapsed
30471
30472 \begin_layout Plain Layout
30473
30474
30475 \backslash
30476 fcolorbox{cyan}{green}{
30477 \end_layout
30478
30479 \end_inset
30480
30481
30482 \color yellow
30483 Dies ist farbiger Text in einer farbigen, gerahmten Box.
30484 \color none
30485
30486 \begin_inset ERT
30487 status collapsed
30488
30489 \begin_layout Plain Layout
30490
30491 }
30492 \end_layout
30493
30494 \end_inset
30495
30496
30497 \begin_inset ERT
30498 status collapsed
30499
30500 \begin_layout Plain Layout
30501
30502
30503 \backslash
30504 fboxrule 0.4pt 
30505 \backslash
30506 fboxsep 3pt
30507 \end_layout
30508
30509 \end_inset
30510
30511
30512 \end_layout
30513
30514 \begin_layout Standard
30515 \begin_inset VSpace bigskip
30516 \end_inset
30517
30518
30519 \end_layout
30520
30521 \begin_layout Standard
30522 \begin_inset Note Greyedout
30523 status open
30524
30525 \begin_layout Plain Layout
30526 \noindent
30527
30528 \series bold
30529 Bemerkung:
30530 \series default
30531  Text in Colorboxen kann nicht umgebrochen werden.
30532  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
30533  wie im folgenden beschrieben.
30534 \end_layout
30535
30536 \end_inset
30537
30538
30539 \end_layout
30540
30541 \begin_layout Subsection
30542 Farbe für Absätze
30543 \begin_inset CommandInset label
30544 LatexCommand label
30545 name "uab:Farbe-für-Absätze"
30546
30547 \end_inset
30548
30549
30550 \begin_inset Index
30551 status collapsed
30552
30553 \begin_layout Plain Layout
30554 Farbe ! für Absätze
30555 \end_layout
30556
30557 \end_inset
30558
30559
30560 \end_layout
30561
30562 \begin_layout Standard
30563 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
30564  den Text in eine Minipage stellen.
30565  Vor der Minipage fügen Sie den TeX-Code-Befehl
30566 \end_layout
30567
30568 \begin_layout Standard
30569
30570 \series bold
30571
30572 \backslash
30573 colorbox{color}{
30574 \end_layout
30575
30576 \begin_layout Standard
30577 ein.
30578  Hinter der Minipage fügen Sie 
30579 \series bold
30580
30581 \begin_inset Quotes gld
30582 \end_inset
30583
30584 }
30585 \series default
30586
30587 \begin_inset Quotes grd
30588 \end_inset
30589
30590  als TeX-Code ein.
30591 \end_layout
30592
30593 \begin_layout Standard
30594 \begin_inset ERT
30595 status collapsed
30596
30597 \begin_layout Plain Layout
30598
30599
30600 \backslash
30601 colorbox{hellgrau}{
30602 \end_layout
30603
30604 \end_inset
30605
30606
30607 \begin_inset Box Frameless
30608 position "t"
30609 hor_pos "c"
30610 has_inner_box 1
30611 inner_pos "t"
30612 use_parbox 0
30613 width "100col%"
30614 special "none"
30615 height "1in"
30616 height_special "totalheight"
30617 status collapsed
30618
30619 \begin_layout Plain Layout
30620 Dies ist Text mit einer Hintergrundfarbe.
30621  Dies ist Text mit einer Hintergrundfarbe.
30622 \end_layout
30623
30624 \begin_layout Plain Layout
30625 Der Text kann Fußnoten
30626 \begin_inset Foot
30627 status open
30628
30629 \begin_layout Plain Layout
30630 Eine weitere Fußnote
30631 \end_layout
30632
30633 \end_inset
30634
30635  und Tabellen und Abbildungen enthalten.
30636 \end_layout
30637
30638 \begin_layout Plain Layout
30639 \align center
30640 \begin_inset Tabular
30641 <lyxtabular version="3" rows="3" columns="3">
30642 <features>
30643 <column alignment="center" valignment="top" width="0">
30644 <column alignment="center" valignment="top" width="0">
30645 <column alignment="center" valignment="top" width="0">
30646 <row>
30647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30648 \begin_inset Text
30649
30650 \begin_layout Plain Layout
30651 a
30652 \end_layout
30653
30654 \end_inset
30655 </cell>
30656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30657 \begin_inset Text
30658
30659 \begin_layout Plain Layout
30660 !
30661 \end_layout
30662
30663 \end_inset
30664 </cell>
30665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30666 \begin_inset Text
30667
30668 \begin_layout Plain Layout
30669 3
30670 \end_layout
30671
30672 \end_inset
30673 </cell>
30674 </row>
30675 <row>
30676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30677 \begin_inset Text
30678
30679 \begin_layout Plain Layout
30680 <
30681 \end_layout
30682
30683 \end_inset
30684 </cell>
30685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30686 \begin_inset Text
30687
30688 \begin_layout Plain Layout
30689 b2
30690 \begin_inset Quotes erd
30691 \end_inset
30692
30693 |
30694 \end_layout
30695
30696 \end_inset
30697 </cell>
30698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30699 \begin_inset Text
30700
30701 \begin_layout Plain Layout
30702 >
30703 \end_layout
30704
30705 \end_inset
30706 </cell>
30707 </row>
30708 <row>
30709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30710 \begin_inset Text
30711
30712 \begin_layout Plain Layout
30713 1
30714 \end_layout
30715
30716 \end_inset
30717 </cell>
30718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30719 \begin_inset Text
30720
30721 \begin_layout Plain Layout
30722 §
30723 \end_layout
30724
30725 \end_inset
30726 </cell>
30727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30728 \begin_inset Text
30729
30730 \begin_layout Plain Layout
30731 c
30732 \end_layout
30733
30734 \end_inset
30735 </cell>
30736 </row>
30737 </lyxtabular>
30738
30739 \end_inset
30740
30741
30742 \end_layout
30743
30744 \end_inset
30745
30746
30747 \begin_inset ERT
30748 status collapsed
30749
30750 \begin_layout Plain Layout
30751
30752 }
30753 \end_layout
30754
30755 \end_inset
30756
30757
30758 \end_layout
30759
30760 \begin_layout Section
30761 Rotierte und skalierte Boxen
30762 \end_layout
30763
30764 \begin_layout Standard
30765 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30766 \series bold
30767 graphicx
30768 \series default
30769
30770 \begin_inset Index
30771 status collapsed
30772
30773 \begin_layout Plain Layout
30774 LaTeX-Pakete ! graphicx
30775 \end_layout
30776
30777 \end_inset
30778
30779  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30780 \end_layout
30781
30782 \begin_layout Standard
30783
30784 \series bold
30785
30786 \backslash
30787 @ifundefined{rotatebox}
30788 \begin_inset Newline newline
30789 \end_inset
30790
30791
30792 \begin_inset ERT
30793 status collapsed
30794
30795 \begin_layout Plain Layout
30796
30797
30798 \backslash
30799 hphantom{ }
30800 \end_layout
30801
30802 \end_inset
30803
30804 {
30805 \backslash
30806 usepackage{graphicx}}{}
30807 \end_layout
30808
30809 \begin_layout Standard
30810 \begin_inset Note Greyedout
30811 status open
30812
30813 \begin_layout Plain Layout
30814
30815 \series bold
30816 Bemerkung:
30817 \series default
30818  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30819  darstellen.
30820  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30821 \end_layout
30822
30823 \end_inset
30824
30825
30826 \end_layout
30827
30828 \begin_layout Standard
30829 \begin_inset Note Greyedout
30830 status open
30831
30832 \begin_layout Plain Layout
30833
30834 \series bold
30835 Bemerkung:
30836 \series default
30837  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30838 \end_layout
30839
30840 \end_inset
30841
30842
30843 \end_layout
30844
30845 \begin_layout Subsection
30846 Rotierte Boxen
30847 \begin_inset Index
30848 status collapsed
30849
30850 \begin_layout Plain Layout
30851 Boxen ! rotierte
30852 \end_layout
30853
30854 \end_inset
30855
30856
30857 \begin_inset Index
30858 status collapsed
30859
30860 \begin_layout Plain Layout
30861 Rotiertes Material
30862 \end_layout
30863
30864 \end_inset
30865
30866
30867 \begin_inset Index
30868 status collapsed
30869
30870 \begin_layout Plain Layout
30871 Abbildungen ! rotierte
30872 \end_layout
30873
30874 \end_inset
30875
30876
30877 \begin_inset Index
30878 status collapsed
30879
30880 \begin_layout Plain Layout
30881 Tabellen ! rotierte
30882 \end_layout
30883
30884 \end_inset
30885
30886
30887 \end_layout
30888
30889 \begin_layout Standard
30890 Um Text zu drehen, verwendet man den Befehl 
30891 \series bold
30892
30893 \backslash
30894 rotatebox
30895 \series default
30896  im TeX-Code nach folgendem Schema:
30897 \end_layout
30898
30899 \begin_layout Standard
30900
30901 \series bold
30902
30903 \backslash
30904 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30905 \end_layout
30906
30907 \begin_layout Standard
30908 Der Drehpunkt wird mit 
30909 \series bold
30910 origin=Position
30911 \series default
30912  angegeben.
30913  Folgende Positionen sind möglich: 
30914 \emph on
30915 c
30916 \emph default
30917  (mittig), 
30918 \emph on
30919 l
30920 \emph default
30921  (links), 
30922 \emph on
30923 r
30924 \emph default
30925  (rechts), 
30926 \emph on
30927 b
30928 \emph default
30929  (unten), 
30930 \emph on
30931 t
30932 \emph default
30933  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30934  Z.
30935 \begin_inset space \thinspace{}
30936 \end_inset
30937
30938 B.
30939  bedeutet 
30940 \emph on
30941 lt
30942 \emph default
30943 , dass sich der Drehpunkt links oben befindet.
30944  Wird kein Drehpunkt angegeben, wird die Position 
30945 \emph on
30946 l
30947 \emph default
30948  verwendet.
30949  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30950  Gedreht wird gegen den Uhrzeigersinn.
30951 \end_layout
30952
30953 \begin_layout Standard
30954 Im folgenden Beispiel wurde vor dem Text der Befehl 
30955 \series bold
30956
30957 \backslash
30958 rotatebox[origin=c]{60}{
30959 \series default
30960  im TeX-Modus eingegeben.
30961  Nach dem Text wurde die schließende Klammer 
30962 \series bold
30963 }
30964 \series default
30965  wiederum im TeX-Modus eingegeben.
30966 \end_layout
30967
30968 \begin_layout Standard
30969 Dies ist eine Zeile 
30970 \begin_inset ERT
30971 status collapsed
30972
30973 \begin_layout Plain Layout
30974
30975
30976 \backslash
30977 rotatebox[origin=c]{60}{
30978 \end_layout
30979
30980 \end_inset
30981
30982 mit rotiertem
30983 \begin_inset ERT
30984 status collapsed
30985
30986 \begin_layout Plain Layout
30987
30988 }
30989 \end_layout
30990
30991 \end_inset
30992
30993  Text.
30994 \end_layout
30995
30996 \begin_layout Standard
30997 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
30998 \end_layout
30999
31000 \begin_layout Standard
31001 Dies ist eine Zeile 
31002 \begin_inset ERT
31003 status collapsed
31004
31005 \begin_layout Plain Layout
31006
31007
31008 \backslash
31009 rotatebox[origin=r]{-60}{
31010 \end_layout
31011
31012 \end_inset
31013
31014
31015 \begin_inset Box Doublebox
31016 position "c"
31017 hor_pos "c"
31018 has_inner_box 0
31019 inner_pos "c"
31020 use_parbox 0
31021 width "1in"
31022 special "width"
31023 height "1in"
31024 height_special "totalheight"
31025 status collapsed
31026
31027 \begin_layout Plain Layout
31028 mit rotiertem
31029 \end_layout
31030
31031 \end_inset
31032
31033
31034 \begin_inset ERT
31035 status collapsed
31036
31037 \begin_layout Plain Layout
31038
31039 }
31040 \end_layout
31041
31042 \end_inset
31043
31044  umrandeten Text 
31045 \begin_inset ERT
31046 status collapsed
31047
31048 \begin_layout Plain Layout
31049
31050
31051 \backslash
31052 rotatebox[origin=lb]{60}{
31053 \end_layout
31054
31055 \end_inset
31056
31057
31058 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31059 \end_inset
31060
31061
31062 \begin_inset ERT
31063 status collapsed
31064
31065 \begin_layout Plain Layout
31066
31067 }
31068 \end_layout
31069
31070 \end_inset
31071
31072  und einer Formel.
31073 \end_layout
31074
31075 \begin_layout Standard
31076 Oder ein Bild oder Tabelle:
31077 \end_layout
31078
31079 \begin_layout Standard
31080 Dies ist eine Zeile 
31081 \begin_inset ERT
31082 status collapsed
31083
31084 \begin_layout Plain Layout
31085
31086
31087 \backslash
31088 rotatebox[origin=lb]{90}{
31089 \end_layout
31090
31091 \end_inset
31092
31093
31094 \begin_inset Graphics
31095         filename ../clipart/platypus.eps
31096         lyxscale 50
31097         width 25col%
31098
31099 \end_inset
31100
31101
31102 \begin_inset ERT
31103 status collapsed
31104
31105 \begin_layout Plain Layout
31106
31107 }
31108 \end_layout
31109
31110 \end_inset
31111
31112  mit einem rotierten Bild 
31113 \begin_inset ERT
31114 status collapsed
31115
31116 \begin_layout Plain Layout
31117
31118
31119 \backslash
31120 rotatebox[origin=l]{-90}{
31121 \end_layout
31122
31123 \end_inset
31124
31125
31126 \begin_inset Tabular
31127 <lyxtabular version="3" rows="2" columns="2">
31128 <features>
31129 <column alignment="center" valignment="top" width="0">
31130 <column alignment="center" valignment="top" width="0">
31131 <row>
31132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31133 \begin_inset Text
31134
31135 \begin_layout Plain Layout
31136 q
31137 \end_layout
31138
31139 \end_inset
31140 </cell>
31141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31142 \begin_inset Text
31143
31144 \begin_layout Plain Layout
31145 w
31146 \end_layout
31147
31148 \end_inset
31149 </cell>
31150 </row>
31151 <row>
31152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31153 \begin_inset Text
31154
31155 \begin_layout Plain Layout
31156 e
31157 \end_layout
31158
31159 \end_inset
31160 </cell>
31161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31162 \begin_inset Text
31163
31164 \begin_layout Plain Layout
31165 r
31166 \end_layout
31167
31168 \end_inset
31169 </cell>
31170 </row>
31171 </lyxtabular>
31172
31173 \end_inset
31174
31175
31176 \begin_inset ERT
31177 status collapsed
31178
31179 \begin_layout Plain Layout
31180
31181 }
31182 \end_layout
31183
31184 \end_inset
31185
31186  und Tabelle.
31187 \end_layout
31188
31189 \begin_layout Subsection
31190 Skalierte Boxen
31191 \begin_inset Index
31192 status collapsed
31193
31194 \begin_layout Plain Layout
31195 Boxen ! skalierte
31196 \end_layout
31197
31198 \end_inset
31199
31200
31201 \begin_inset Index
31202 status collapsed
31203
31204 \begin_layout Plain Layout
31205 Skaliertes Material
31206 \end_layout
31207
31208 \end_inset
31209
31210
31211 \begin_inset Index
31212 status collapsed
31213
31214 \begin_layout Plain Layout
31215 Abbildungen ! skalierte
31216 \end_layout
31217
31218 \end_inset
31219
31220
31221 \begin_inset Index
31222 status collapsed
31223
31224 \begin_layout Plain Layout
31225 Tabellen ! skalierte
31226 \end_layout
31227
31228 \end_inset
31229
31230
31231 \end_layout
31232
31233 \begin_layout Standard
31234 Um Text zu skalieren, kann man die Befehle 
31235 \series bold
31236
31237 \backslash
31238 scalebox
31239 \series default
31240  und 
31241 \series bold
31242
31243 \backslash
31244 resizebox
31245 \series default
31246  im TeX-Modus verwenden.
31247 \end_layout
31248
31249 \begin_layout Standard
31250
31251 \series bold
31252
31253 \backslash
31254 scalebox
31255 \series default
31256  wird nach folgendem Schema verwendet:
31257 \end_layout
31258
31259 \begin_layout Standard
31260
31261 \series bold
31262
31263 \backslash
31264 scalebox{horizontal}[vertikal]{Boxinhalt}
31265 \end_layout
31266
31267 \begin_layout Standard
31268 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
31269  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
31270  verwendet.
31271 \end_layout
31272
31273 \begin_layout Standard
31274 Z.
31275 \begin_inset space \thinspace{}
31276 \end_inset
31277
31278 B.
31279  ergibt der Befehl 
31280 \series bold
31281
31282 \backslash
31283 scalebox{2}{Hallo}
31284 \series default
31285  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
31286 \begin_inset ERT
31287 status collapsed
31288
31289 \begin_layout Plain Layout
31290
31291
31292 \backslash
31293 scalebox{2}{
31294 \end_layout
31295
31296 \end_inset
31297
31298 Hallo
31299 \begin_inset ERT
31300 status collapsed
31301
31302 \begin_layout Plain Layout
31303
31304 }
31305 \end_layout
31306
31307 \end_inset
31308
31309 .
31310 \end_layout
31311
31312 \begin_layout Standard
31313
31314 \series bold
31315
31316 \backslash
31317 scalebox{2}[1]{Hallo}
31318 \series default
31319  verzerrt hingegen das 
31320 \begin_inset ERT
31321 status collapsed
31322
31323 \begin_layout Plain Layout
31324
31325
31326 \backslash
31327 scalebox{2}[1]{
31328 \end_layout
31329
31330 \end_inset
31331
31332 Hallo
31333 \begin_inset ERT
31334 status collapsed
31335
31336 \begin_layout Plain Layout
31337
31338 }
31339 \end_layout
31340
31341 \end_inset
31342
31343 .
31344 \end_layout
31345
31346 \begin_layout Standard
31347 Die Skalierungsfaktoren dürfen auch negativ sein.
31348  In diesem Fall wird der Boxinhalt gespiegelt.
31349 \end_layout
31350
31351 \begin_layout Standard
31352 Daher lässt sich mit dem Befehl 
31353 \series bold
31354
31355 \backslash
31356 scalebox{-1}[1]{Hallo}
31357 \series default
31358  Spiegelschrift erstellen: 
31359 \begin_inset ERT
31360 status collapsed
31361
31362 \begin_layout Plain Layout
31363
31364
31365 \backslash
31366 scalebox{-1}[1]{
31367 \end_layout
31368
31369 \end_inset
31370
31371 Hallo
31372 \begin_inset ERT
31373 status collapsed
31374
31375 \begin_layout Plain Layout
31376
31377 }
31378 \end_layout
31379
31380 \end_inset
31381
31382
31383 \end_layout
31384
31385 \begin_layout Standard
31386
31387 \series bold
31388
31389 \backslash
31390 scalebox{1}[-1]{Hallo}
31391 \series default
31392  spiegelt das 
31393 \begin_inset ERT
31394 status collapsed
31395
31396 \begin_layout Plain Layout
31397
31398
31399 \backslash
31400 scalebox{1}[-1]{
31401 \end_layout
31402
31403 \end_inset
31404
31405 Hallo
31406 \begin_inset ERT
31407 status collapsed
31408
31409 \begin_layout Plain Layout
31410
31411 }
31412 \end_layout
31413
31414 \end_inset
31415
31416  an der Grundlinie.
31417 \end_layout
31418
31419 \begin_layout Standard
31420 Zu 
31421 \series bold
31422
31423 \backslash
31424 scalebox{-1}[1]{Boxinhalt}
31425 \series default
31426  gibt es den äquivalenten Befehl
31427 \begin_inset Newline newline
31428 \end_inset
31429
31430
31431 \series bold
31432
31433 \backslash
31434 reflectbox{Boxinhalt}
31435 \series default
31436 .
31437 \end_layout
31438
31439 \begin_layout Standard
31440 \begin_inset VSpace bigskip
31441 \end_inset
31442
31443
31444 \series bold
31445
31446 \backslash
31447 resizebox
31448 \series default
31449  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
31450  skalieren.
31451  Das Befehlsschema ist folgendes:
31452 \end_layout
31453
31454 \begin_layout Standard
31455
31456 \series bold
31457
31458 \backslash
31459 resizebox{Breite}{Höhe}{Boxinhalt}
31460 \end_layout
31461
31462 \begin_layout Standard
31463 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
31464 \series bold
31465 !
31466 \series default
31467  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
31468  wird.
31469 \end_layout
31470
31471 \begin_layout Standard
31472 Der Befehl 
31473 \series bold
31474
31475 \backslash
31476 resizebox{2cm}{1cm}{Hallo}
31477 \series default
31478  ergibt: 
31479 \begin_inset ERT
31480 status collapsed
31481
31482 \begin_layout Plain Layout
31483
31484
31485 \backslash
31486 resizebox{2cm}{1cm}{
31487 \end_layout
31488
31489 \end_inset
31490
31491 Hallo
31492 \begin_inset ERT
31493 status collapsed
31494
31495 \begin_layout Plain Layout
31496
31497 }
31498 \end_layout
31499
31500 \end_inset
31501
31502
31503 \begin_inset Newline newline
31504 \end_inset
31505
31506 Der Befehl 
31507 \series bold
31508
31509 \backslash
31510 resizebox{2cm}{!}{Hallo}
31511 \series default
31512  ergibt: 
31513 \begin_inset ERT
31514 status collapsed
31515
31516 \begin_layout Plain Layout
31517
31518
31519 \backslash
31520 resizebox{2cm}{!}{
31521 \end_layout
31522
31523 \end_inset
31524
31525 Hallo
31526 \begin_inset ERT
31527 status collapsed
31528
31529 \begin_layout Plain Layout
31530
31531 }
31532 \end_layout
31533
31534 \end_inset
31535
31536
31537 \end_layout
31538
31539 \begin_layout Standard
31540 \begin_inset VSpace bigskip
31541 \end_inset
31542
31543
31544 \begin_inset Note Greyedout
31545 status open
31546
31547 \begin_layout Plain Layout
31548
31549 \series bold
31550 Bemerkung:
31551 \series default
31552  Wurde in Argumenten von 
31553 \series bold
31554
31555 \backslash
31556 scalebox
31557 \series default
31558  oder 
31559 \series bold
31560
31561 \backslash
31562 resizebox
31563 \series default
31564  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
31565  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
31566  werden.
31567 \end_layout
31568
31569 \end_inset
31570
31571
31572 \end_layout
31573
31574 \begin_layout Standard
31575 \begin_inset VSpace bigskip
31576 \end_inset
31577
31578
31579 \end_layout
31580
31581 \begin_layout Standard
31582 Alle Boxen können beliebig miteinander kombiniert werden.
31583  So ergibt z.
31584 \begin_inset space \thinspace{}
31585 \end_inset
31586
31587 B.
31588  der Befehl
31589 \begin_inset Newline newline
31590 \end_inset
31591
31592
31593 \series bold
31594
31595 \backslash
31596 rotatebox[origin=c]{-45}{
31597 \backslash
31598 resizebox{2cm}{!}{
31599 \backslash
31600 reflectbox{Hallo}}}
31601 \series default
31602 :
31603 \end_layout
31604
31605 \begin_layout Standard
31606 \align center
31607 \begin_inset ERT
31608 status collapsed
31609
31610 \begin_layout Plain Layout
31611
31612
31613 \backslash
31614 rotatebox[origin=c]{-45}{
31615 \backslash
31616 resizebox{2cm}{!}{
31617 \backslash
31618 reflectbox{
31619 \end_layout
31620
31621 \end_inset
31622
31623 Hallo
31624 \begin_inset ERT
31625 status collapsed
31626
31627 \begin_layout Plain Layout
31628
31629 }}}
31630 \end_layout
31631
31632 \end_inset
31633
31634
31635 \end_layout
31636
31637 \begin_layout Standard
31638 \noindent
31639 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
31640 \end_layout
31641
31642 \begin_layout Standard
31643 \align center
31644 \begin_inset ERT
31645 status collapsed
31646
31647 \begin_layout Plain Layout
31648
31649
31650 \backslash
31651 rotatebox[origin=c]{-30}{
31652 \backslash
31653 resizebox{2cm}{!}{
31654 \backslash
31655 reflectbox{
31656 \end_layout
31657
31658 \end_inset
31659
31660
31661 \begin_inset Graphics
31662         filename ../clipart/platypus.eps
31663         lyxscale 50
31664         width 25col%
31665
31666 \end_inset
31667
31668
31669 \begin_inset ERT
31670 status collapsed
31671
31672 \begin_layout Plain Layout
31673
31674 }}}
31675 \end_layout
31676
31677 \end_inset
31678
31679
31680 \begin_inset ERT
31681 status collapsed
31682
31683 \begin_layout Plain Layout
31684
31685
31686 \backslash
31687 rotatebox[origin=c]{-45}{
31688 \backslash
31689 resizebox{2cm}{!}{
31690 \backslash
31691 reflectbox{
31692 \end_layout
31693
31694 \end_inset
31695
31696
31697 \begin_inset Tabular
31698 <lyxtabular version="3" rows="2" columns="2">
31699 <features>
31700 <column alignment="center" valignment="top" width="0">
31701 <column alignment="center" valignment="top" width="0">
31702 <row>
31703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31704 \begin_inset Text
31705
31706 \begin_layout Plain Layout
31707 q
31708 \end_layout
31709
31710 \end_inset
31711 </cell>
31712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31713 \begin_inset Text
31714
31715 \begin_layout Plain Layout
31716 w
31717 \end_layout
31718
31719 \end_inset
31720 </cell>
31721 </row>
31722 <row>
31723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31724 \begin_inset Text
31725
31726 \begin_layout Plain Layout
31727 e
31728 \end_layout
31729
31730 \end_inset
31731 </cell>
31732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31733 \begin_inset Text
31734
31735 \begin_layout Plain Layout
31736 r
31737 \end_layout
31738
31739 \end_inset
31740 </cell>
31741 </row>
31742 </lyxtabular>
31743
31744 \end_inset
31745
31746
31747 \begin_inset ERT
31748 status collapsed
31749
31750 \begin_layout Plain Layout
31751
31752 }}}
31753 \end_layout
31754
31755 \end_inset
31756
31757
31758 \begin_inset ERT
31759 status collapsed
31760
31761 \begin_layout Plain Layout
31762
31763
31764 \backslash
31765 rotatebox[origin=c]{-45}{
31766 \backslash
31767 resizebox{2cm}{!}{
31768 \backslash
31769 reflectbox{
31770 \end_layout
31771
31772 \end_inset
31773
31774
31775 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31776 \end_inset
31777
31778
31779 \begin_inset ERT
31780 status collapsed
31781
31782 \begin_layout Plain Layout
31783
31784 }}}
31785 \end_layout
31786
31787 \end_inset
31788
31789
31790 \end_layout
31791
31792 \begin_layout Standard
31793 Hat man den globalen Formelstil 
31794 \series bold
31795 fleqn
31796 \series default
31797
31798 \begin_inset Foot
31799 status collapsed
31800
31801 \begin_layout Plain Layout
31802 Wenn 
31803 \begin_inset Quotes gld
31804 \end_inset
31805
31806 fleqn
31807 \begin_inset Quotes grd
31808 \end_inset
31809
31810  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31811 \end_layout
31812
31813 \end_inset
31814
31815  gewählt, kann man auch abgesetzte Formeln skalieren.
31816 \end_layout
31817
31818 \begin_layout Chapter
31819 Externe Dateien
31820 \begin_inset Index
31821 status collapsed
31822
31823 \begin_layout Plain Layout
31824 Dateien ! externe
31825 \end_layout
31826
31827 \end_inset
31828
31829
31830 \end_layout
31831
31832 \begin_layout Standard
31833 Mit 
31834 \family sans
31835 Einfügen\SpecialChar \menuseparator
31836 Datei
31837 \family default
31838  können Sie fremdes Material in Ihr Dokument einsetzen.
31839  Das kann folgendes sein:
31840 \end_layout
31841
31842 \begin_layout Description
31843 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31844  eingefügt.
31845 \end_layout
31846
31847 \begin_layout Description
31848 Einfacher
31849 \begin_inset space ~
31850 \end_inset
31851
31852 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31853  eingefügt.
31854 \end_layout
31855
31856 \begin_layout Description
31857 Einfacher
31858 \begin_inset space ~
31859 \end_inset
31860
31861 Text,
31862 \begin_inset space ~
31863 \end_inset
31864
31865 Zeilen
31866 \begin_inset space ~
31867 \end_inset
31868
31869 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31870  Leerzeilen trennen die Absätze.
31871 \end_layout
31872
31873 \begin_layout Description
31874 Externes
31875 \begin_inset space ~
31876 \end_inset
31877
31878 Material Dateien in verschiedenen Formaten.
31879 \end_layout
31880
31881 \begin_layout Description
31882 Unterdokument LyX- oder LaTeX-Dokumente.
31883 \end_layout
31884
31885 \begin_layout Section
31886 Externes Material
31887 \begin_inset Index
31888 status collapsed
31889
31890 \begin_layout Plain Layout
31891 Externes Material
31892 \end_layout
31893
31894 \end_inset
31895
31896
31897 \end_layout
31898
31899 \begin_layout Standard
31900 Mit 
31901 \family sans
31902 Einfügen\SpecialChar \menuseparator
31903 Datei\SpecialChar \menuseparator
31904  Externes Material
31905 \family default
31906  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31907  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31908  weil LyX sich darum kümmert.
31909  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31910  eingefügt werden können.
31911  Wenn die Grafikvorschau in den LyX-Einstellungen unter
31912 \family sans
31913  Aussehen
31914 \begin_inset space ~
31915 \end_inset
31916
31917 &
31918 \begin_inset space ~
31919 \end_inset
31920
31921 Handhabung\SpecialChar \menuseparator
31922 Grafik
31923 \family default
31924 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
31925 \end_layout
31926
31927 \begin_layout Standard
31928 Zur Zeit können Sie folgende Dateitypen (
31929 \family sans
31930 Vorlagen
31931 \family default
31932 ) benutzen:
31933 \end_layout
31934
31935 \begin_layout Description
31936 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31937 \series bold
31938
31939 \begin_inset CommandInset href
31940 LatexCommand href
31941 name "XBoard"
31942 target "http://en.wikipedia.org/wiki/XBoard"
31943
31944 \end_inset
31945
31946
31947 \series default
31948  erzeugt wurden.
31949 \end_layout
31950
31951 \begin_layout Description
31952 Datum fügt ein Datum mit dem Format 
31953 \emph on
31954 Tag-Monat-Jahr
31955 \emph default
31956  ein.
31957  Hier ist ein Beispiel: 
31958 \begin_inset External
31959         template Date
31960         filename .
31961
31962 \end_inset
31963
31964
31965 \begin_inset space ~
31966 \end_inset
31967
31968
31969 \begin_inset Note Note
31970 status open
31971
31972 \begin_layout Plain Layout
31973
31974 \lang english
31975 Remove the protected space when bug 4398 is fixed!
31976 \end_layout
31977
31978 \end_inset
31979
31980
31981 \begin_inset Newline newline
31982 \end_inset
31983
31984 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
31985  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
31986  Menü 
31987 \family sans
31988 Einfügen\SpecialChar \menuseparator
31989 Datum
31990 \family default
31991  und mit dem LaTeX-Befehl 
31992 \series bold
31993
31994 \backslash
31995 today
31996 \series default
31997 .
31998  Die verschiedenen Methoden werden in Tabelle
31999 \begin_inset space ~
32000 \end_inset
32001
32002
32003 \begin_inset CommandInset ref
32004 LatexCommand ref
32005 reference "tab:Vergleich-der-Datums-Eingaben"
32006
32007 \end_inset
32008
32009  verglichen.
32010 \end_layout
32011
32012 \begin_layout Description
32013 Dia unterstützt Diagramme, die mit dem Programm 
32014 \series bold
32015
32016 \begin_inset CommandInset href
32017 LatexCommand href
32018 name "Dia"
32019 target "http://en.wikipedia.org/wiki/Dia_(software)"
32020
32021 \end_inset
32022
32023
32024 \series default
32025  erzeugt wurden.
32026 \end_layout
32027
32028 \begin_layout Description
32029 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
32030 \series bold
32031
32032 \begin_inset CommandInset href
32033 LatexCommand href
32034 name "LilyPond"
32035 target "http://en.wikipedia.org/wiki/LilyPond"
32036
32037 \end_inset
32038
32039
32040 \series default
32041  schreiben.
32042 \end_layout
32043
32044 \begin_layout Description
32045 PDFPages Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
32046  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die 
32047 \emph on
32048 pages
32049 \emph default
32050  Option im Feld 
32051 \family sans
32052 Option
32053 \family default
32054  in der Karteikarte 
32055 \family sans
32056 LaTeX- und LyX-Optionen
32057 \family default
32058  entsprechend der Vorlagenbeschreibung im Dialog.
32059  Wenn keine 
32060 \emph on
32061 pages
32062 \emph default
32063  Option gegeben ist, wird nur die erste Seite des PDFs eingefügt.
32064 \end_layout
32065
32066 \begin_layout Description
32067 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
32068  Fast alle bekannten Bildformate werden unterstützt.
32069  Die Bilddateien können im Dialogfenster 
32070 \family sans
32071 Externes
32072 \begin_inset space ~
32073 \end_inset
32074
32075 Material
32076 \family default
32077  genauso behandelt werden wie die mit dem normalen 
32078 \family sans
32079 Grafik
32080 \family default
32081 -Dialog eingefügten, siehe Abschnitt
32082 \begin_inset space ~
32083 \end_inset
32084
32085
32086 \begin_inset CommandInset ref
32087 LatexCommand ref
32088 reference "abs:Grafik-Dialog"
32089
32090 \end_inset
32091
32092 .
32093  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
32094  und EPS-Bilder werden nicht unterstützt.
32095 \end_layout
32096
32097 \begin_layout Description
32098 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
32099 \series bold
32100
32101 \begin_inset CommandInset href
32102 LatexCommand href
32103 name "Xfig"
32104 target "http://en.wikipedia.org/wiki/Xfig"
32105
32106 \end_inset
32107
32108
32109 \series default
32110  erzeugt wurden.
32111 \end_layout
32112
32113 \begin_layout Standard
32114 \begin_inset Float table
32115 placement h
32116 wide false
32117 sideways false
32118 status open
32119
32120 \begin_layout Plain Layout
32121 \begin_inset Caption
32122
32123 \begin_layout Plain Layout
32124 \begin_inset CommandInset label
32125 LatexCommand label
32126 name "tab:Vergleich-der-Datums-Eingaben"
32127
32128 \end_inset
32129
32130 Vergleich der Datums-Eingaben
32131 \end_layout
32132
32133 \end_inset
32134
32135
32136 \end_layout
32137
32138 \begin_layout Plain Layout
32139 \align center
32140 \begin_inset Tabular
32141 <lyxtabular version="3" rows="4" columns="4">
32142 <features>
32143 <column alignment="center" valignment="top" width="0">
32144 <column alignment="center" valignment="top" width="0">
32145 <column alignment="center" valignment="top" width="0">
32146 <column alignment="center" valignment="top" width="0">
32147 <row>
32148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32149 \begin_inset Text
32150
32151 \begin_layout Plain Layout
32152 Dokumentformat
32153 \end_layout
32154
32155 \end_inset
32156 </cell>
32157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32158 \begin_inset Text
32159
32160 \begin_layout Plain Layout
32161
32162 \family sans
32163 Externes Material\SpecialChar \menuseparator
32164 Datum
32165 \end_layout
32166
32167 \end_inset
32168 </cell>
32169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32170 \begin_inset Text
32171
32172 \begin_layout Plain Layout
32173
32174 \family sans
32175 Einfügen\SpecialChar \menuseparator
32176 Datum
32177 \end_layout
32178
32179 \end_inset
32180 </cell>
32181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32182 \begin_inset Text
32183
32184 \begin_layout Plain Layout
32185 Befehl 
32186 \series bold
32187
32188 \backslash
32189 today
32190 \end_layout
32191
32192 \end_inset
32193 </cell>
32194 </row>
32195 <row>
32196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32197 \begin_inset Text
32198
32199 \begin_layout Plain Layout
32200 LyX
32201 \end_layout
32202
32203 \end_inset
32204 </cell>
32205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32206 \begin_inset Text
32207
32208 \begin_layout Plain Layout
32209 als Box
32210 \end_layout
32211
32212 \end_inset
32213 </cell>
32214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32215 \begin_inset Text
32216
32217 \begin_layout Plain Layout
32218 als Datum
32219 \end_layout
32220
32221 \end_inset
32222 </cell>
32223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32224 \begin_inset Text
32225
32226 \begin_layout Plain Layout
32227 als TeX-Code
32228 \end_layout
32229
32230 \end_inset
32231 </cell>
32232 </row>
32233 <row>
32234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32235 \begin_inset Text
32236
32237 \begin_layout Plain Layout
32238 LaTeX
32239 \end_layout
32240
32241 \end_inset
32242 </cell>
32243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32244 \begin_inset Text
32245
32246 \begin_layout Plain Layout
32247 als Datum
32248 \end_layout
32249
32250 \end_inset
32251 </cell>
32252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32253 \begin_inset Text
32254
32255 \begin_layout Plain Layout
32256 als Datum
32257 \end_layout
32258
32259 \end_inset
32260 </cell>
32261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32262 \begin_inset Text
32263
32264 \begin_layout Plain Layout
32265 als Befehl
32266 \end_layout
32267
32268 \end_inset
32269 </cell>
32270 </row>
32271 <row>
32272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32273 \begin_inset Text
32274
32275 \begin_layout Plain Layout
32276 DVI, PDF, PS
32277 \end_layout
32278
32279 \end_inset
32280 </cell>
32281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32282 \begin_inset Text
32283
32284 \begin_layout Plain Layout
32285 als Datum
32286 \end_layout
32287
32288 \end_inset
32289 </cell>
32290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32291 \begin_inset Text
32292
32293 \begin_layout Plain Layout
32294 als Datum
32295 \end_layout
32296
32297 \end_inset
32298 </cell>
32299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32300 \begin_inset Text
32301
32302 \begin_layout Plain Layout
32303 als Datum
32304 \end_layout
32305
32306 \end_inset
32307 </cell>
32308 </row>
32309 </lyxtabular>
32310
32311 \end_inset
32312
32313
32314 \end_layout
32315
32316 \end_inset
32317
32318
32319 \end_layout
32320
32321 \begin_layout Standard
32322 Wenn Sie im Dialogfenster
32323 \family sans
32324  Externes
32325 \begin_inset space ~
32326 \end_inset
32327
32328 Material 
32329 \family default
32330 in der Karteikarte
32331 \family sans
32332  Datei
32333 \family default
32334  die Option 
32335 \family sans
32336 Entwurf
32337 \family default
32338  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
32339 \begin_inset Newline newline
32340 \end_inset
32341
32342 LyX kann externes Material entweder als Box wie hier: 
32343 \begin_inset Graphics
32344         filename clipart/ExternesMaterialQt4.png
32345         scale 85
32346         scaleBeforeRotation
32347
32348 \end_inset
32349
32350  oder als Bild darstellen.
32351  Das hängt davon ab, ob Sie im Dialog
32352 \family sans
32353  
32354 \family default
32355 in der Karteikarte 
32356 \family sans
32357 LaTeX- und LyX-Optionen
32358 \family default
32359  die Option 
32360 \family sans
32361 In
32362 \begin_inset space ~
32363 \end_inset
32364
32365 LyX
32366 \begin_inset space ~
32367 \end_inset
32368
32369 anzeigen
32370 \family default
32371  gewählt haben oder nicht.
32372 \end_layout
32373
32374 \begin_layout Standard
32375 Im LyX-Handbuch 
32376 \family sans
32377 \emph on
32378 Anpassung
32379 \family default
32380 \emph default
32381  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
32382 \end_layout
32383
32384 \begin_layout Section
32385 Unterdokumente
32386 \begin_inset CommandInset label
32387 LatexCommand label
32388 name "abs:Unterdokumente"
32389
32390 \end_inset
32391
32392
32393 \begin_inset Index
32394 status collapsed
32395
32396 \begin_layout Plain Layout
32397 Unterdokument
32398 \end_layout
32399
32400 \end_inset
32401
32402
32403 \end_layout
32404
32405 \begin_layout Standard
32406 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
32407  oder Abschnitten bestehen.
32408  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
32409  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
32410  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
32411  z.
32412 \begin_inset space \thinspace{}
32413 \end_inset
32414
32415 B.
32416  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
32417 \end_layout
32418
32419 \begin_layout Standard
32420 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
32421  müssen, geben Sie im Unterdokument im Menü
32422 \family sans
32423  Dokument\SpecialChar \menuseparator
32424 Einstellungen\SpecialChar \menuseparator
32425 Dokumentklasse
32426 \family default
32427  das Hauptdokument an.
32428  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
32429  bearbeiten.
32430 \end_layout
32431
32432 \begin_layout Standard
32433 Unterdokumente werden in LyX als Box angezeigt: 
32434 \begin_inset Graphics
32435         filename clipart/UnterdokumentQt4.png
32436         scale 85
32437         scaleBeforeRotation
32438
32439 \end_inset
32440
32441  Sie werden über
32442 \family sans
32443  Einfügen\SpecialChar \menuseparator
32444 Datei\SpecialChar \menuseparator
32445 Unterdokument
32446 \family default
32447  eingebunden, was das Dialogfenster
32448 \family sans
32449  Unterdokument
32450 \family default
32451  öffnet.
32452  Für 
32453 \family sans
32454 die Art
32455 \begin_inset space ~
32456 \end_inset
32457
32458 der
32459 \begin_inset space ~
32460 \end_inset
32461
32462 Einbindung
32463 \family default
32464  gibt es dort vier Möglichkeiten:
32465 \end_layout
32466
32467 \begin_layout Description
32468 Include Sie können LyX- und LaTeX-Dokumente einbinden.
32469  Wenn Sie im Dialogfenster
32470 \family sans
32471  Unterdokument
32472 \family default
32473  auf 
32474 \family sans
32475 Öffnen
32476 \family default
32477  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
32478  und Sie können es editieren.
32479 \begin_inset Newline newline
32480 \end_inset
32481
32482
32483 \end_layout
32484
32485 \begin_layout Standard
32486 Hier wird ein Unterdokument
32487 \family sans
32488  
32489 \family default
32490 per 
32491 \family sans
32492 Include
32493 \family default
32494  eingebunden: 
32495 \begin_inset CommandInset include
32496 LatexCommand include
32497 filename "DummyDocument1.lyx"
32498
32499 \end_inset
32500
32501 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
32502  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
32503  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
32504 s.
32505  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
32506 \begin_inset space ~
32507 \end_inset
32508
32509
32510 \begin_inset CommandInset ref
32511 LatexCommand ref
32512 reference "uab:Externer-Unterabschnitt-1"
32513
32514 \end_inset
32515
32516 .
32517 \end_layout
32518
32519 \begin_layout Standard
32520 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
32521  wird benutzt.
32522  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
32523  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
32524  Unterdokumente, die per 
32525 \family sans
32526 Include
32527 \family default
32528  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
32529  und enden mit einem Seitenumbruch.
32530 \end_layout
32531
32532 \begin_layout Standard
32533 Wenn Sie nur an einem Kapitel eines großen Dokuments arbeiten und Zeit sparen
32534  wollen, können Sie eingefügte Dateien in einen Zweig setzen.
32535 \begin_inset Foot
32536 status collapsed
32537
32538 \begin_layout Plain Layout
32539 Zweige sind im Kapitel 
32540 \emph on
32541 Zweige
32542 \emph default
32543  des LyX 
32544 \emph on
32545 Benutzerhandbuchs
32546 \emph default
32547  erklärt.
32548 \end_layout
32549
32550 \end_inset
32551
32552  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
32553  Dateien in der Ausgabe erscheinen.
32554 \end_layout
32555
32556 \begin_layout Standard
32557 \begin_inset Note Greyedout
32558 status open
32559
32560 \begin_layout Plain Layout
32561
32562 \series bold
32563 Achtung:
32564 \series default
32565  Aufgrund eines Fehlers in LyX kann der LaTeX-Befehl 
32566 \series bold
32567
32568 \backslash
32569 includeonly
32570 \series default
32571  momentan nicht als Alternative benutzt werden um festzulegen, welche eingefügte
32572  Dateien in der Ausgabe erscheinen.
32573 \end_layout
32574
32575 \end_inset
32576
32577
32578 \end_layout
32579
32580 \begin_layout Standard
32581 \begin_inset Note Greyedout
32582 status open
32583
32584 \begin_layout Plain Layout
32585
32586 \series bold
32587 Bemerkung:
32588 \series default
32589  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
32590  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
32591  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
32592  Ergebnissen führen wird.
32593 \end_layout
32594
32595 \end_inset
32596
32597
32598 \end_layout
32599
32600 \begin_layout Description
32601 Input Diese Methode ist 
32602 \family sans
32603 Include
32604 \family default
32605  sehr ähnlich mit folgenden Unterschieden:
32606 \end_layout
32607
32608 \begin_deeper
32609 \begin_layout Itemize
32610 Unterdokumente, die per 
32611 \family sans
32612 Input
32613 \family default
32614  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
32615  Seite und enden NICHT mit einem Seitenumbruch.
32616 \end_layout
32617
32618 \begin_layout Itemize
32619 Unterdokumente, die per 
32620 \family sans
32621 Input
32622 \family default
32623  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
32624 \family sans
32625  Unterdokument Vorschau
32626 \begin_inset space ~
32627 \end_inset
32628
32629 anzeigen
32630 \family default
32631  angekreuzt wurde und in den LyX-Einstellungen unter
32632 \family sans
32633  Aussehen
32634 \begin_inset space ~
32635 \end_inset
32636
32637 &
32638 \begin_inset space ~
32639 \end_inset
32640
32641 Handhabung\SpecialChar \menuseparator
32642 Grafik\SpecialChar \menuseparator
32643 Sofortige
32644 \begin_inset space ~
32645 \end_inset
32646
32647 Vorschau
32648 \family default
32649  auf 
32650 \family sans
32651 An
32652 \family default
32653  gesetzt wurde.
32654  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
32655  aus.
32656 \end_layout
32657
32658 \begin_layout Itemize
32659 Der LaTeX-Befehl 
32660 \series bold
32661
32662 \backslash
32663 includeonly
32664 \series default
32665  kann nicht benutzt werden.
32666 \end_layout
32667
32668 \end_deeper
32669 \begin_layout Standard
32670 Hier ist ein Unterdokument, das mit
32671 \family sans
32672  Input
32673 \family default
32674  eingebunden wurde: 
32675 \begin_inset CommandInset include
32676 LatexCommand input
32677 filename "DummyDocument2.lyx"
32678
32679 \end_inset
32680
32681 .
32682 \end_layout
32683
32684 \begin_layout Description
32685 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
32686   In der Druckvorschau wird für den Text der Stil 
32687 \family typewriter
32688 Schreibmaschine
32689 \family default
32690  verwendet.
32691  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
32692  Wenn Sie im Dialogfenster
32693 \family sans
32694  Unterdokument Leerzeichen
32695 \begin_inset space ~
32696 \end_inset
32697
32698 bei
32699 \begin_inset space ~
32700 \end_inset
32701
32702 der
32703 \begin_inset space ~
32704 \end_inset
32705
32706 Ausgabe
32707 \begin_inset space ~
32708 \end_inset
32709
32710 kennzeichnen 
32711 \family default
32712 ankreuzen, wird in der Druckvorschau das Zeichen 
32713 \begin_inset Quotes gld
32714 \end_inset
32715
32716
32717 \begin_inset ERT
32718 status collapsed
32719
32720 \begin_layout Plain Layout
32721
32722
32723 \backslash
32724 textvisiblespace 
32725 \end_layout
32726
32727 \end_inset
32728
32729
32730 \begin_inset Quotes grd
32731 \end_inset
32732
32733  für jedes Leerzeichen eingefügt.
32734 \begin_inset Newline newline
32735 \end_inset
32736
32737 Im Gegensatz zu 
32738 \family sans
32739 Einfügen\SpecialChar \menuseparator
32740 Datei\SpecialChar \menuseparator
32741 Einfacher
32742 \begin_inset space ~
32743 \end_inset
32744
32745 Text
32746 \family default
32747  wird bei 
32748 \family sans
32749 Unformatiert
32750 \family default
32751  der Dateiinhalt in LyX nicht dargestellt.
32752 \end_layout
32753
32754 \begin_layout Standard
32755 Hier ist ein Unterdokument, das mit
32756 \family sans
32757  Unformatiert
32758 \family default
32759  eingebunden wurde: 
32760 \begin_inset CommandInset include
32761 LatexCommand verbatiminput
32762 filename "DummyTextDocument.txt"
32763
32764 \end_inset
32765
32766
32767 \begin_inset VSpace bigskip
32768 \end_inset
32769
32770 Hier ist ein Unterdokument, das mit
32771 \family sans
32772  Unformatiert
32773 \family default
32774  eingebunden wurde und
32775 \family sans
32776  Leerzeichen
32777 \begin_inset space ~
32778 \end_inset
32779
32780 bei
32781 \begin_inset space ~
32782 \end_inset
32783
32784 der
32785 \begin_inset space ~
32786 \end_inset
32787
32788 Ausgabe
32789 \begin_inset space ~
32790 \end_inset
32791
32792 kennzeichnen
32793 \family default
32794  angekreuzt hat: 
32795 \begin_inset CommandInset include
32796 LatexCommand verbatiminput*
32797 filename "DummyTextDocument.txt"
32798
32799 \end_inset
32800
32801
32802 \end_layout
32803
32804 \begin_layout Standard
32805 \begin_inset VSpace bigskip
32806 \end_inset
32807
32808
32809 \end_layout
32810
32811 \begin_layout Standard
32812 \begin_inset Note Greyedout
32813 status open
32814
32815 \begin_layout Plain Layout
32816
32817 \series bold
32818 Bemerkung:
32819 \series default
32820  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32821  
32822 \family sans
32823 Unformatiert
32824 \family default
32825  eingebunden werden, am Zeilenende nicht umgebrochen.
32826 \end_layout
32827
32828 \end_inset
32829
32830
32831 \end_layout
32832
32833 \begin_layout Description
32834 Listing Dieser Typ wird in Kapitel
32835 \begin_inset space ~
32836 \end_inset
32837
32838
32839 \begin_inset CommandInset ref
32840 LatexCommand ref
32841 reference "kap:Programm-Code-Listen"
32842
32843 \end_inset
32844
32845  beschrieben.
32846 \end_layout
32847
32848 \begin_layout Standard
32849 \begin_inset Note Greyedout
32850 status open
32851
32852 \begin_layout Plain Layout
32853
32854 \series bold
32855 Bemerkung:
32856 \series default
32857  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32858  das zu LaTeX-Problemen führen.
32859 \end_layout
32860
32861 \end_inset
32862
32863
32864 \end_layout
32865
32866 \begin_layout Chapter
32867 Programm-Code-Listen
32868 \begin_inset CommandInset label
32869 LatexCommand label
32870 name "kap:Programm-Code-Listen"
32871
32872 \end_inset
32873
32874
32875 \begin_inset Index
32876 status collapsed
32877
32878 \begin_layout Plain Layout
32879 Listen
32880 \end_layout
32881
32882 \end_inset
32883
32884
32885 \begin_inset Index
32886 status collapsed
32887
32888 \begin_layout Plain Layout
32889 Programm-Code
32890 \end_layout
32891
32892 \end_inset
32893
32894
32895 \end_layout
32896
32897 \begin_layout Standard
32898 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32899 \family sans
32900 Einfügen\SpecialChar \menuseparator
32901 Pro\SpecialChar \-
32902 grammlisting
32903 \family default
32904  verwenden.
32905  Das LaTeX-Paket 
32906 \series bold
32907 listings
32908 \series default
32909
32910 \begin_inset Index
32911 status collapsed
32912
32913 \begin_layout Plain Layout
32914 LaTeX-Pakete ! listings
32915 \end_layout
32916
32917 \end_inset
32918
32919  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32920 \end_layout
32921
32922 \begin_layout Standard
32923 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
32924 rmat der Programm-Code-Liste festlegen.
32925 \end_layout
32926
32927 \begin_layout Standard
32928 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32929  Die Platzierungsoption 
32930 \family sans
32931 Eingebettetes
32932 \begin_inset space ~
32933 \end_inset
32934
32935 Listing
32936 \family default
32937  druckt das Listing in der Zeile wie hier: 
32938 \begin_inset listings
32939 lstparams "language={C++}"
32940 inline true
32941 status open
32942
32943 \begin_layout Plain Layout
32944
32945 int a=5;
32946 \end_layout
32947
32948 \end_inset
32949
32950
32951 \begin_inset Newline newline
32952 \end_inset
32953
32954 Die Option 
32955 \family sans
32956 Gleitobjekt
32957 \family default
32958  erzeugt ein Listing-Gleitobjekt, dessen 
32959 \family sans
32960 Platzierung 
32961 \family default
32962 Sie mit 
32963 \family sans
32964 h
32965 \family default
32966
32967 \family sans
32968 t
32969 \family default
32970
32971 \family sans
32972 b
32973 \family default
32974  und 
32975 \family sans
32976 p
32977 \family default
32978 , analog zu den in Abschnitt
32979 \begin_inset space ~
32980 \end_inset
32981
32982
32983 \begin_inset CommandInset ref
32984 LatexCommand ref
32985 reference "abs:Gleitobjekt-Platzierung"
32986
32987 \end_inset
32988
32989  beschriebenen Platzierungsoptionen festlegen können.
32990  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
32991  hintereinander angegeben, z.
32992 \begin_inset space \thinspace{}
32993 \end_inset
32994
32995 B.
32996  
32997 \begin_inset Quotes gld
32998 \end_inset
32999
33000
33001 \family sans
33002 htbp
33003 \family default
33004
33005 \begin_inset Quotes grd
33006 \end_inset
33007
33008 .
33009  Die Option 
33010 \begin_inset Quotes gld
33011 \end_inset
33012
33013 h
33014 \begin_inset Quotes grd
33015 \end_inset
33016
33017  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
33018  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
33019 \end_layout
33020
33021 \begin_layout Standard
33022 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
33023  zu verweisen: Listing
33024 \begin_inset space ~
33025 \end_inset
33026
33027
33028 \begin_inset CommandInset ref
33029 LatexCommand ref
33030 reference "lst:Gleitendes-Programm-Listing"
33031
33032 \end_inset
33033
33034 .
33035 \end_layout
33036
33037 \begin_layout Standard
33038 \begin_inset listings
33039 lstparams "language=Python"
33040 inline false
33041 status open
33042
33043 \begin_layout Plain Layout
33044
33045 \begin_inset Caption
33046
33047 \begin_layout Plain Layout
33048 \begin_inset CommandInset label
33049 LatexCommand label
33050 name "lst:Gleitendes-Programm-Listing"
33051
33052 \end_inset
33053
33054 Gleitendes Programm-Listing
33055 \end_layout
33056
33057 \end_inset
33058
33059 # Gleitendes Programm-Listing
33060 \end_layout
33061
33062 \begin_layout Plain Layout
33063
33064 def func(param):
33065 \end_layout
33066
33067 \begin_layout Plain Layout
33068
33069     'Dies ist eine Python-Funktion'
33070 \end_layout
33071
33072 \begin_layout Plain Layout
33073
33074     pass
33075 \end_layout
33076
33077 \end_inset
33078
33079
33080 \end_layout
33081
33082 \begin_layout Standard
33083 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
33084  der Sprache erkannt und besonders gedruckt, wie 
33085 \emph on
33086 #
33087 \emph default
33088
33089 \emph on
33090 def
33091 \emph default
33092  und 
33093 \emph on
33094 pass
33095 \emph default
33096  in Listing
33097 \begin_inset space ~
33098 \end_inset
33099
33100
33101 \begin_inset CommandInset ref
33102 LatexCommand ref
33103 reference "lst:Gleitendes-Programm-Listing"
33104
33105 \end_inset
33106
33107 .
33108 \end_layout
33109
33110 \begin_layout Standard
33111 \begin_inset Note Greyedout
33112 status open
33113
33114 \begin_layout Plain Layout
33115
33116 \series bold
33117 Bemerkung:
33118 \series default
33119  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
33120 \family typewriter
33121 Schreib\SpecialChar \-
33122 maschine
33123 \family default
33124  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
33125 h keine fett gedruckten Buchstaben.
33126  Wählen Sie in diesem Fall eine andere Schrift im Menü 
33127 \family sans
33128 Dokument\SpecialChar \menuseparator
33129 Einstellungen\SpecialChar \menuseparator
33130 Schriften
33131 \family default
33132 .
33133  (Die Schriften 
33134 \emph on
33135 LuxiMono, BeraMono
33136 \emph default
33137  und 
33138 \emph on
33139 Courier
33140 \emph default
33141  enthalten fett gedruckte Buchstaben.)
33142 \end_layout
33143
33144 \end_inset
33145
33146
33147 \end_layout
33148
33149 \begin_layout Standard
33150 Im Abschnitt 
33151 \family sans
33152 Zeilennummerierung
33153 \family default
33154  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
33155 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
33156  jede wievielte Zeile nummeriert werden soll und die 
33157 \family sans
33158 Schriftgröße
33159 \family default
33160  der Nummerierung.
33161 \end_layout
33162
33163 \begin_layout Standard
33164 Im Abschnitt 
33165 \family sans
33166 Bereich
33167 \family default
33168  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
33169  Im Abschnitt 
33170 \family sans
33171 Stil
33172 \family default
33173  legen Sie fest, wie die Liste ausgedruckt werden soll.
33174  Die Option 
33175 \family sans
33176 Erweiterte
33177 \begin_inset space ~
33178 \end_inset
33179
33180 Zeichentabelle
33181 \family default
33182  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
33183 \end_layout
33184
33185 \begin_layout Standard
33186 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
33187 \begin_inset Quotes gld
33188 \end_inset
33189
33190 3
33191 \begin_inset Quotes grd
33192 \end_inset
33193
33194 , Sprache 
33195 \begin_inset Quotes gld
33196 \end_inset
33197
33198 Python
33199 \begin_inset Quotes grd
33200 \end_inset
33201
33202 , Optionen 
33203 \begin_inset Quotes gld
33204 \end_inset
33205
33206 Erweiterte Zeichentabelle
33207 \begin_inset Quotes grd
33208 \end_inset
33209
33210  und 
33211 \begin_inset Quotes gld
33212 \end_inset
33213
33214 Leerzeichen als Symbol
33215 \begin_inset Quotes grd
33216 \end_inset
33217
33218  und Bereich Zeilen 3
33219 \begin_inset space \thinspace{}
33220 \end_inset
33221
33222 -
33223 \begin_inset space \thinspace{}
33224 \end_inset
33225
33226 8:
33227 \end_layout
33228
33229 \begin_layout Standard
33230 \begin_inset listings
33231 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
33232 inline false
33233 status open
33234
33235 \begin_layout Plain Layout
33236
33237 def func(param):
33238 \end_layout
33239
33240 \begin_layout Plain Layout
33241
33242     'Dies ist eine Python-Funktion'
33243 \end_layout
33244
33245 \begin_layout Plain Layout
33246
33247     pass
33248 \end_layout
33249
33250 \begin_layout Plain Layout
33251
33252 def func(param):
33253 \end_layout
33254
33255 \begin_layout Plain Layout
33256
33257 'Sonderzeichen: Tschüß'
33258 \end_layout
33259
33260 \begin_layout Plain Layout
33261
33262 pass
33263 \end_layout
33264
33265 \begin_layout Plain Layout
33266
33267 def func(param):
33268 \end_layout
33269
33270 \begin_layout Plain Layout
33271
33272 'Dies ist eine Python-Funktion'
33273 \end_layout
33274
33275 \begin_layout Plain Layout
33276
33277 pass
33278 \end_layout
33279
33280 \end_inset
33281
33282
33283 \end_layout
33284
33285 \begin_layout Standard
33286 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
33287 \family sans
33288 Tabulatorgröße
33289 \family default
33290  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
33291 \end_layout
33292
33293 \begin_layout Standard
33294 \noindent
33295 \begin_inset Note Greyedout
33296 status open
33297
33298 \begin_layout Plain Layout
33299
33300 \series bold
33301 Bemerkung:
33302 \series default
33303  Wegen eines Fehlers im 
33304 \series bold
33305 listings
33306 \series default
33307 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
33308  verschoben.
33309  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
33310  Listing nummeriert werden.
33311 \end_layout
33312
33313 \end_inset
33314
33315
33316 \end_layout
33317
33318 \begin_layout Standard
33319 \begin_inset VSpace bigskip
33320 \end_inset
33321
33322
33323 \end_layout
33324
33325 \begin_layout Standard
33326 \noindent
33327 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
33328  Das machen Sie mit
33329 \family sans
33330  Einfügen\SpecialChar \menuseparator
33331 Datei\SpecialChar \menuseparator
33332 Unterdokument
33333 \family default
33334  und der 
33335 \family sans
33336 Art
33337 \begin_inset space ~
33338 \end_inset
33339
33340 der
33341 \begin_inset space ~
33342 \end_inset
33343
33344 Einbindung
33345 \family default
33346  
33347 \family sans
33348 Listing
33349 \family default
33350 .
33351 \begin_inset Foot
33352 status collapsed
33353
33354 \begin_layout Plain Layout
33355 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
33356 \begin_inset space ~
33357 \end_inset
33358
33359
33360 \begin_inset CommandInset ref
33361 LatexCommand ref
33362 reference "abs:Unterdokumente"
33363
33364 \end_inset
33365
33366  beschrieben.
33367 \end_layout
33368
33369 \end_inset
33370
33371  Im Dialogfenster
33372 \family sans
33373  Unterdokument
33374 \family default
33375  können Sie die Listing-Parameter unter 
33376 \family sans
33377 Weitere
33378 \begin_inset space ~
33379 \end_inset
33380
33381 Parameter
33382 \family default
33383  eingeben.
33384  Wenn Sie dort ein Fragezeichen 
33385 \begin_inset Quotes gld
33386 \end_inset
33387
33388 ?
33389 \begin_inset Quotes grd
33390 \end_inset
33391
33392  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
33393 det.
33394 \end_layout
33395
33396 \begin_layout Standard
33397 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
33398  Text ins Feld 
33399 \family sans
33400 Marke
33401 \family default
33402 , auf die dann wie üblich verwiesen werden kann.
33403 \end_layout
33404
33405 \begin_layout Standard
33406 Listing
33407 \begin_inset space ~
33408 \end_inset
33409
33410
33411 \begin_inset CommandInset ref
33412 LatexCommand ref
33413 reference "lst:Datei-Listing"
33414
33415 \end_inset
33416
33417  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
33418 \begin_inset space \thinspace{}
33419 \end_inset
33420
33421 -
33422 \begin_inset space \thinspace{}
33423 \end_inset
33424
33425 15 gedruckt werden.
33426 \end_layout
33427
33428 \begin_layout Standard
33429 \begin_inset CommandInset include
33430 LatexCommand lstinputlisting
33431 filename "EmbeddedObjects.lyx"
33432 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
33433
33434 \end_inset
33435
33436
33437 \end_layout
33438
33439 \begin_layout Standard
33440 \begin_inset VSpace bigskip
33441 \end_inset
33442
33443
33444 \end_layout
33445
33446 \begin_layout Standard
33447 \noindent
33448 Dokumentweite Listing-Eigenschaften können in
33449 \family sans
33450  Dokument\SpecialChar \menuseparator
33451 Einstellungen\SpecialChar \menuseparator
33452 Textformat\SpecialChar \menuseparator
33453 Listing-Einstellungen
33454 \family default
33455  festgelegt werden.
33456  Auch dort bekommt man durch Eingabe eines Fragezeichens 
33457 \begin_inset Quotes gld
33458 \end_inset
33459
33460 ?
33461 \begin_inset Quotes grd
33462 \end_inset
33463
33464  links davon eine Liste aller möglichen Parameter.
33465 \end_layout
33466
33467 \begin_layout Standard
33468 Weitere Informationen über das 
33469 \series bold
33470 listings
33471 \series default
33472 -Paket finden Sie in 
33473 \begin_inset CommandInset citation
33474 LatexCommand cite
33475 key "listings"
33476
33477 \end_inset
33478
33479 .
33480 \begin_inset Newpage newpage
33481 \end_inset
33482
33483
33484 \end_layout
33485
33486 \begin_layout Chapter
33487 \start_of_appendix
33488 In LyX verfügbare Maßeinheiten
33489 \begin_inset CommandInset label
33490 LatexCommand label
33491 name "kap:In-LyX-verfügbare"
33492
33493 \end_inset
33494
33495
33496 \begin_inset Index
33497 status collapsed
33498
33499 \begin_layout Plain Layout
33500 Einheiten
33501 \end_layout
33502
33503 \end_inset
33504
33505
33506 \end_layout
33507
33508 \begin_layout Standard
33509 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
33510  Tabelle
33511 \begin_inset space ~
33512 \end_inset
33513
33514
33515 \begin_inset CommandInset ref
33516 LatexCommand ref
33517 reference "tab:Maßeinheiten"
33518
33519 \end_inset
33520
33521  alle in LyX verfügbaren Maßeinheiten.
33522 \end_layout
33523
33524 \begin_layout Standard
33525 \begin_inset Float table
33526 placement h
33527 wide false
33528 sideways false
33529 status open
33530
33531 \begin_layout Plain Layout
33532 \begin_inset Caption
33533
33534 \begin_layout Plain Layout
33535 \begin_inset CommandInset label
33536 LatexCommand label
33537 name "tab:Maßeinheiten"
33538
33539 \end_inset
33540
33541 Maßeinheiten
33542 \end_layout
33543
33544 \end_inset
33545
33546
33547 \end_layout
33548
33549 \begin_layout Plain Layout
33550 \begin_inset VSpace medskip
33551 \end_inset
33552
33553
33554 \end_layout
33555
33556 \begin_layout Plain Layout
33557 \align center
33558 \begin_inset Tabular
33559 <lyxtabular version="3" rows="20" columns="2">
33560 <features>
33561 <column alignment="center" valignment="top" width="0">
33562 <column alignment="center" valignment="top" width="0">
33563 <row>
33564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33565 \begin_inset Text
33566
33567 \begin_layout Plain Layout
33568
33569 \series bold
33570 Maßeinheit
33571 \end_layout
33572
33573 \end_inset
33574 </cell>
33575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33576 \begin_inset Text
33577
33578 \begin_layout Plain Layout
33579
33580 \series bold
33581 Name/Beschreibung
33582 \end_layout
33583
33584 \end_inset
33585 </cell>
33586 </row>
33587 <row>
33588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33589 \begin_inset Text
33590
33591 \begin_layout Plain Layout
33592 mm
33593 \end_layout
33594
33595 \end_inset
33596 </cell>
33597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33598 \begin_inset Text
33599
33600 \begin_layout Plain Layout
33601 Millimeter
33602 \end_layout
33603
33604 \end_inset
33605 </cell>
33606 </row>
33607 <row>
33608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33609 \begin_inset Text
33610
33611 \begin_layout Plain Layout
33612 cm
33613 \end_layout
33614
33615 \end_inset
33616 </cell>
33617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33618 \begin_inset Text
33619
33620 \begin_layout Plain Layout
33621 Zentimeter
33622 \end_layout
33623
33624 \end_inset
33625 </cell>
33626 </row>
33627 <row>
33628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33629 \begin_inset Text
33630
33631 \begin_layout Plain Layout
33632 in
33633 \end_layout
33634
33635 \end_inset
33636 </cell>
33637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33638 \begin_inset Text
33639
33640 \begin_layout Plain Layout
33641 Zoll (1
33642 \begin_inset space \thinspace{}
33643 \end_inset
33644
33645 in = 2.54
33646 \begin_inset space \thinspace{}
33647 \end_inset
33648
33649 cm
33650 \end_layout
33651
33652 \end_inset
33653 </cell>
33654 </row>
33655 <row>
33656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33657 \begin_inset Text
33658
33659 \begin_layout Plain Layout
33660 pt
33661 \end_layout
33662
33663 \end_inset
33664 </cell>
33665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33666 \begin_inset Text
33667
33668 \begin_layout Plain Layout
33669 Punkt (72.27
33670 \begin_inset space \thinspace{}
33671 \end_inset
33672
33673 pt = 1
33674 \begin_inset space \thinspace{}
33675 \end_inset
33676
33677 in)
33678 \end_layout
33679
33680 \end_inset
33681 </cell>
33682 </row>
33683 <row>
33684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33685 \begin_inset Text
33686
33687 \begin_layout Plain Layout
33688 pc
33689 \end_layout
33690
33691 \end_inset
33692 </cell>
33693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33694 \begin_inset Text
33695
33696 \begin_layout Plain Layout
33697 Pica (1
33698 \begin_inset space \thinspace{}
33699 \end_inset
33700
33701 pc = 12
33702 \begin_inset space \thinspace{}
33703 \end_inset
33704
33705 pt)
33706 \end_layout
33707
33708 \end_inset
33709 </cell>
33710 </row>
33711 <row>
33712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33713 \begin_inset Text
33714
33715 \begin_layout Plain Layout
33716 sp
33717 \end_layout
33718
33719 \end_inset
33720 </cell>
33721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33722 \begin_inset Text
33723
33724 \begin_layout Plain Layout
33725 skalierter Punkt (65536
33726 \begin_inset space \thinspace{}
33727 \end_inset
33728
33729 sp = 1
33730 \begin_inset space \thinspace{}
33731 \end_inset
33732
33733 pt)
33734 \end_layout
33735
33736 \end_inset
33737 </cell>
33738 </row>
33739 <row>
33740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33741 \begin_inset Text
33742
33743 \begin_layout Plain Layout
33744 bp
33745 \end_layout
33746
33747 \end_inset
33748 </cell>
33749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33750 \begin_inset Text
33751
33752 \begin_layout Plain Layout
33753 großer Punkt (72
33754 \begin_inset space \thinspace{}
33755 \end_inset
33756
33757 bp = 1
33758 \begin_inset space \thinspace{}
33759 \end_inset
33760
33761 in)
33762 \end_layout
33763
33764 \end_inset
33765 </cell>
33766 </row>
33767 <row>
33768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33769 \begin_inset Text
33770
33771 \begin_layout Plain Layout
33772 dd
33773 \end_layout
33774
33775 \end_inset
33776 </cell>
33777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33778 \begin_inset Text
33779
33780 \begin_layout Plain Layout
33781 Didot (1
33782 \begin_inset space \thinspace{}
33783 \end_inset
33784
33785 dd 
33786 \begin_inset Formula $\approx$
33787 \end_inset
33788
33789  0,376
33790 \begin_inset space \thinspace{}
33791 \end_inset
33792
33793 mm)
33794 \end_layout
33795
33796 \end_inset
33797 </cell>
33798 </row>
33799 <row>
33800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33801 \begin_inset Text
33802
33803 \begin_layout Plain Layout
33804 cc
33805 \end_layout
33806
33807 \end_inset
33808 </cell>
33809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33810 \begin_inset Text
33811
33812 \begin_layout Plain Layout
33813 Cicero (1
33814 \begin_inset space \thinspace{}
33815 \end_inset
33816
33817 cc = 12
33818 \begin_inset space \thinspace{}
33819 \end_inset
33820
33821 dd)
33822 \end_layout
33823
33824 \end_inset
33825 </cell>
33826 </row>
33827 <row>
33828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33829 \begin_inset Text
33830
33831 \begin_layout Plain Layout
33832 Skalierung%
33833 \end_layout
33834
33835 \end_inset
33836 </cell>
33837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33838 \begin_inset Text
33839
33840 \begin_layout Plain Layout
33841 % der originalen Bildbreite
33842 \end_layout
33843
33844 \end_inset
33845 </cell>
33846 </row>
33847 <row>
33848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33849 \begin_inset Text
33850
33851 \begin_layout Plain Layout
33852 Textbreite %
33853 \end_layout
33854
33855 \end_inset
33856 </cell>
33857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33858 \begin_inset Text
33859
33860 \begin_layout Plain Layout
33861 % der Textbreite
33862 \end_layout
33863
33864 \end_inset
33865 </cell>
33866 </row>
33867 <row>
33868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33869 \begin_inset Text
33870
33871 \begin_layout Plain Layout
33872 Spaltenbreite %
33873 \end_layout
33874
33875 \end_inset
33876 </cell>
33877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33878 \begin_inset Text
33879
33880 \begin_layout Plain Layout
33881 % der Spaltenbreite
33882 \end_layout
33883
33884 \end_inset
33885 </cell>
33886 </row>
33887 <row>
33888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33889 \begin_inset Text
33890
33891 \begin_layout Plain Layout
33892 Seitenbreite %
33893 \end_layout
33894
33895 \end_inset
33896 </cell>
33897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33898 \begin_inset Text
33899
33900 \begin_layout Plain Layout
33901 % der Seitenbreite
33902 \end_layout
33903
33904 \end_inset
33905 </cell>
33906 </row>
33907 <row>
33908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33909 \begin_inset Text
33910
33911 \begin_layout Plain Layout
33912 Zeilenbreite %
33913 \end_layout
33914
33915 \end_inset
33916 </cell>
33917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33918 \begin_inset Text
33919
33920 \begin_layout Plain Layout
33921 % der Zeilenbreite
33922 \end_layout
33923
33924 \end_inset
33925 </cell>
33926 </row>
33927 <row>
33928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33929 \begin_inset Text
33930
33931 \begin_layout Plain Layout
33932 Texthöhe %
33933 \end_layout
33934
33935 \end_inset
33936 </cell>
33937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33938 \begin_inset Text
33939
33940 \begin_layout Plain Layout
33941 % der Texthöhe
33942 \end_layout
33943
33944 \end_inset
33945 </cell>
33946 </row>
33947 <row>
33948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33949 \begin_inset Text
33950
33951 \begin_layout Plain Layout
33952 Seitenhöhe %
33953 \end_layout
33954
33955 \end_inset
33956 </cell>
33957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33958 \begin_inset Text
33959
33960 \begin_layout Plain Layout
33961 % der Seitenhöhe
33962 \end_layout
33963
33964 \end_inset
33965 </cell>
33966 </row>
33967 <row>
33968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33969 \begin_inset Text
33970
33971 \begin_layout Plain Layout
33972 ex
33973 \end_layout
33974
33975 \end_inset
33976 </cell>
33977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33978 \begin_inset Text
33979
33980 \begin_layout Plain Layout
33981 Die Höhe des Buchstabens 
33982 \emph on
33983 x
33984 \emph default
33985  im aktiven Zeichensatz
33986 \end_layout
33987
33988 \end_inset
33989 </cell>
33990 </row>
33991 <row>
33992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33993 \begin_inset Text
33994
33995 \begin_layout Plain Layout
33996 em
33997 \end_layout
33998
33999 \end_inset
34000 </cell>
34001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34002 \begin_inset Text
34003
34004 \begin_layout Plain Layout
34005 Die Breite des Buchstabens 
34006 \emph on
34007 M
34008 \emph default
34009  im aktiven Zeichensatz
34010 \end_layout
34011
34012 \end_inset
34013 </cell>
34014 </row>
34015 <row>
34016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34017 \begin_inset Text
34018
34019 \begin_layout Plain Layout
34020 mu
34021 \end_layout
34022
34023 \end_inset
34024 </cell>
34025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34026 \begin_inset Text
34027
34028 \begin_layout Plain Layout
34029 mathematische  Maßeinheit
34030 \series bold
34031  
34032 \series default
34033 (1
34034 \begin_inset space \thinspace{}
34035 \end_inset
34036
34037 mu = 1/18
34038 \begin_inset space \thinspace{}
34039 \end_inset
34040
34041 em)
34042 \end_layout
34043
34044 \end_inset
34045 </cell>
34046 </row>
34047 </lyxtabular>
34048
34049 \end_inset
34050
34051
34052 \end_layout
34053
34054 \end_inset
34055
34056
34057 \end_layout
34058
34059 \begin_layout Chapter
34060 Ausgabedatei-Formate mit Grafiken
34061 \begin_inset CommandInset label
34062 LatexCommand label
34063 name "kap:Ausgabedatei-Formate"
34064
34065 \end_inset
34066
34067
34068 \end_layout
34069
34070 \begin_layout Section
34071 DVI
34072 \begin_inset Index
34073 status collapsed
34074
34075 \begin_layout Plain Layout
34076 Dateiformat! DVI
34077 \end_layout
34078
34079 \end_inset
34080
34081
34082 \begin_inset Index
34083 status collapsed
34084
34085 \begin_layout Plain Layout
34086 DVI
34087 \end_layout
34088
34089 \end_inset
34090
34091
34092 \end_layout
34093
34094 \begin_layout Standard
34095 Dieser Dateityp hat die Erweiterung 
34096 \begin_inset Quotes gld
34097 \end_inset
34098
34099
34100 \family typewriter
34101 .dvi
34102 \family default
34103
34104 \begin_inset Quotes grd
34105 \end_inset
34106
34107  und wird 
34108 \begin_inset Quotes gld
34109 \end_inset
34110
34111 device independent
34112 \begin_inset Quotes grd
34113 \end_inset
34114
34115  genannt, weil er vollkommen portierbar ist.
34116  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
34117  dvi-Betrachter installiert hat.
34118  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
34119 ate wie PostScript benutzt.
34120 \end_layout
34121
34122 \begin_layout Standard
34123 \begin_inset Note Greyedout
34124 status open
34125
34126 \begin_layout Plain Layout
34127
34128 \series bold
34129 Bemerkung:
34130 \series default
34131  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
34132 \end_layout
34133
34134 \end_inset
34135
34136
34137 \end_layout
34138
34139 \begin_layout Standard
34140 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
34141  auf einen anderen Computer kopieren.
34142  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
34143  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
34144  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
34145 \family typewriter
34146  
34147 \family default
34148 blättern.
34149
34150 \family typewriter
34151  
34152 \family default
34153 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
34154  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
34155  
34156 \end_layout
34157
34158 \begin_layout Standard
34159 Sie können Ihr Dokument als DVI über das Menü 
34160 \family sans
34161 Datei\SpecialChar \menuseparator
34162 Exportieren\SpecialChar \menuseparator
34163 DVI
34164 \family default
34165  exportieren.
34166  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
34167 \family sans
34168 Ansicht
34169 \family default
34170  oder den Werkzeugleistenknopf 
34171 \begin_inset Graphics
34172         filename ../../images/buffer-view_dvi.png
34173         scale 70
34174         scaleBeforeRotation
34175         BoundingBox 0bp 0bp 20bp 20bp
34176
34177 \end_inset
34178
34179  anschauen.
34180 \end_layout
34181
34182 \begin_layout Section
34183 PostScript
34184 \begin_inset CommandInset label
34185 LatexCommand label
34186 name "abs:PostScript"
34187
34188 \end_inset
34189
34190
34191 \begin_inset Index
34192 status collapsed
34193
34194 \begin_layout Plain Layout
34195 Dateiformat  ! PostScript
34196 \end_layout
34197
34198 \end_inset
34199
34200
34201 \begin_inset Index
34202 status collapsed
34203
34204 \begin_layout Plain Layout
34205 PostScript
34206 \end_layout
34207
34208 \end_inset
34209
34210
34211 \end_layout
34212
34213 \begin_layout Standard
34214 Dieser Dateityp hat die Erweiterung 
34215 \begin_inset Quotes gld
34216 \end_inset
34217
34218
34219 \family typewriter
34220 .ps
34221 \family default
34222
34223 \begin_inset Quotes grd
34224 \end_inset
34225
34226 .
34227  PostScript wurde von der Firma
34228 \family typewriter
34229  Adobe
34230 \family default
34231  als Druckersprache entwickelt.
34232  Die Datei enthält deshalb Druckbefehle.
34233  PostScript kann als 
34234 \begin_inset Quotes gld
34235 \end_inset
34236
34237 Programmiersprache
34238 \begin_inset Quotes grd
34239 \end_inset
34240
34241  angesehen werden.
34242  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
34243 \begin_inset Foot
34244 status collapsed
34245
34246 \begin_layout Plain Layout
34247 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
34248  von
34249 \series bold
34250  PSTricks
34251 \series default
34252  
34253 \begin_inset CommandInset citation
34254 LatexCommand cite
34255 key "pstricks"
34256
34257 \end_inset
34258
34259  oder 
34260 \begin_inset CommandInset citation
34261 LatexCommand cite
34262 key "latex-praxisbuch"
34263
34264 \end_inset
34265
34266  ansehen.
34267 \end_layout
34268
34269 \end_inset
34270
34271 .
34272  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
34273 \end_layout
34274
34275 \begin_layout Standard
34276 PostScript kann nur Bilder im Format EPS
34277 \begin_inset Index
34278 status collapsed
34279
34280 \begin_layout Plain Layout
34281 EPS
34282 \end_layout
34283
34284 \end_inset
34285
34286  (Encapsulated PostScript, Datei-Er\SpecialChar \-
34287 wei\SpecialChar \-
34288 ter\SpecialChar \-
34289 ung 
34290 \begin_inset Quotes gld
34291 \end_inset
34292
34293
34294 \family typewriter
34295 .eps
34296 \family default
34297
34298 \begin_inset Quotes grd
34299 \end_inset
34300
34301 ) enthalten.
34302  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
34303  intern nach EPS konvertieren.
34304  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
34305  verlangsamen.
34306  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
34307  konvertieren und direkt als EPS einfügen.
34308 \end_layout
34309
34310 \begin_layout Standard
34311 Sie können Ihr Dokument als PostScript über das Menü 
34312 \family sans
34313 Datei\SpecialChar \menuseparator
34314 Exportieren\SpecialChar \menuseparator
34315 Post\SpecialChar \-
34316 Script
34317 \family default
34318  exportieren.
34319  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
34320 \family sans
34321 Ansicht
34322 \family default
34323  oder den Werkzeugleistenknopf 
34324 \begin_inset Graphics
34325         filename ../../images/buffer-view_ps.png
34326         scale 70
34327         scaleBeforeRotation
34328
34329 \end_inset
34330
34331  anschauen.
34332 \end_layout
34333
34334 \begin_layout Section
34335 PDF
34336 \begin_inset Index
34337 status collapsed
34338
34339 \begin_layout Plain Layout
34340 Dateiformat! PDF
34341 \end_layout
34342
34343 \end_inset
34344
34345
34346 \begin_inset Index
34347 status collapsed
34348
34349 \begin_layout Plain Layout
34350 PDF
34351 \end_layout
34352
34353 \end_inset
34354
34355
34356 \end_layout
34357
34358 \begin_layout Standard
34359 Dieser Dateityp hat die Erweiterung 
34360 \begin_inset Quotes gld
34361 \end_inset
34362
34363
34364 \family typewriter
34365 .pdf
34366 \family default
34367
34368 \begin_inset Quotes grd
34369 \end_inset
34370
34371 .
34372  Das
34373 \emph on
34374  
34375 \emph default
34376
34377 \begin_inset Quotes gld
34378 \end_inset
34379
34380 Portable Document Format
34381 \begin_inset Quotes grd
34382 \end_inset
34383
34384  (PDF) wurde auch von der Firma 
34385 \family typewriter
34386 Adobe
34387 \family default
34388  als Derivat von PostScript entwickelt.
34389  Es ist komprimierter und benutzt weniger Befehle als PostScript.
34390  Wie der Begriff 
34391 \begin_inset Quotes gld
34392 \end_inset
34393
34394 portable
34395 \begin_inset Quotes grd
34396 \end_inset
34397
34398  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
34399  werden, und der Ausdruck sieht immer gleich aus.
34400 \end_layout
34401
34402 \begin_layout Standard
34403 PDF kann Bilder im eigenen PDF-Format, im Format 
34404 \begin_inset Quotes gld
34405 \end_inset
34406
34407 Joint Photographic Experts Group
34408 \begin_inset Quotes grd
34409 \end_inset
34410
34411  (JPEG
34412 \begin_inset Index
34413 status collapsed
34414
34415 \begin_layout Plain Layout
34416 JPG, JPEG
34417 \end_layout
34418
34419 \end_inset
34420
34421 , Datei-Erweiterung 
34422 \begin_inset Quotes gld
34423 \end_inset
34424
34425
34426 \family typewriter
34427 .jpg
34428 \family default
34429
34430 \begin_inset Quotes grd
34431 \end_inset
34432
34433  oder 
34434 \begin_inset Quotes gld
34435 \end_inset
34436
34437
34438 \family typewriter
34439 .jpeg
34440 \family default
34441
34442 \begin_inset Quotes grd
34443 \end_inset
34444
34445 ) und im Format 
34446 \begin_inset Quotes gld
34447 \end_inset
34448
34449 Portable Network Graphics
34450 \begin_inset Quotes grd
34451 \end_inset
34452
34453  (PNG
34454 \begin_inset Index
34455 status collapsed
34456
34457 \begin_layout Plain Layout
34458 PNG
34459 \end_layout
34460
34461 \end_inset
34462
34463 , Datei-Erweiterung 
34464 \begin_inset Quotes gld
34465 \end_inset
34466
34467
34468 \family typewriter
34469 .png
34470 \family default
34471
34472 \begin_inset Quotes grd
34473 \end_inset
34474
34475 ) enthalten.
34476  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
34477  Sie konvertieren wird.
34478  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
34479  wird, eines der drei erwähnten Bildformate zu benutzen.
34480 \end_layout
34481
34482 \begin_layout Standard
34483 PDF-Dateien können Sie über 
34484 \family sans
34485 Datei\SpecialChar \menuseparator
34486 Exportieren
34487 \family default
34488  auf drei Arten erzeugen:
34489 \end_layout
34490
34491 \begin_layout Description
34492 PDF
34493 \begin_inset space ~
34494 \end_inset
34495
34496 (ps2pdf) benutzt das Programm
34497 \family typewriter
34498  ps2pdf
34499 \family default
34500 , das eine PDF-Datei aus einer Post\SpecialChar \-
34501 Script®-Version Ihres Dokument erstellt.
34502  Die PostScript-Version wird mit dem Programm 
34503 \family typewriter
34504 dvips
34505 \family default
34506  aus einer DVI-Version erstellt.
34507  Es werden also drei Konvertierungen verwendet.
34508 \end_layout
34509
34510 \begin_layout Description
34511 PDF
34512 \begin_inset space ~
34513 \end_inset
34514
34515 (dvipdfm) benutzt das Programm 
34516 \family typewriter
34517 dvipdfm
34518 \family default
34519 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
34520  PDF konvertiert.
34521 \end_layout
34522
34523 \begin_layout Description
34524 PDF
34525 \begin_inset space ~
34526 \end_inset
34527
34528 (pdflatex) benutzt das Programm
34529 \family typewriter
34530  pdftex
34531 \family default
34532 , das Ihr Dokument direkt nach PDF konvertiert.
34533 \end_layout
34534
34535 \begin_layout Standard
34536
34537 \family sans
34538 PDF
34539 \begin_inset space ~
34540 \end_inset
34541
34542 (pdflatex)
34543 \family default
34544  wird empfohlen, weil
34545 \family typewriter
34546  pdftex
34547 \family default
34548  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
34549  ohne Probleme arbeitet.
34550  Das Programm 
34551 \family typewriter
34552 dvi\SpecialChar \-
34553 pdfm
34554 \family default
34555  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
34556 \end_layout
34557
34558 \begin_layout Standard
34559 Sie können Ihr Dokument als PDF über das Menü 
34560 \family sans
34561 Datei\SpecialChar \menuseparator
34562 Exportieren\SpecialChar \menuseparator
34563 PDF
34564 \family default
34565  exportieren.
34566  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
34567 \family sans
34568 Ansicht
34569 \family default
34570  oder den Werkzeugleistenknopf 
34571 \begin_inset Graphics
34572         filename ../../images/buffer-view_pdf2.png
34573         scale 70
34574         scaleBeforeRotation
34575         BoundingBox 0bp 0bp 20bp 20bp
34576
34577 \end_inset
34578
34579  anschauen 
34580 \family sans
34581 (
34582 \family default
34583 der 
34584 \family sans
34585 PDF
34586 \begin_inset space ~
34587 \end_inset
34588
34589 (pdflatex)
34590 \family default
34591  verwendet).
34592 \end_layout
34593
34594 \begin_layout Chapter
34595 Erklärung der Gleichung
34596 \begin_inset space ~
34597 \end_inset
34598
34599
34600 \begin_inset CommandInset ref
34601 LatexCommand eqref
34602 reference "eq:Wgn"
34603
34604 \end_inset
34605
34606
34607 \begin_inset CommandInset label
34608 LatexCommand label
34609 name "kap:Exläuterung-einer-Gleichung"
34610
34611 \end_inset
34612
34613
34614 \end_layout
34615
34616 \begin_layout Standard
34617 Die Gesamtbreite von
34618 \emph on
34619  n
34620 \emph default
34621  Tabellenzellen 
34622 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34623 \end_inset
34624
34625  kann wie folgt berechnet werden:
34626 \end_layout
34627
34628 \begin_layout Standard
34629 \begin_inset Formula \begin{equation}
34630 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}
34631
34632 \end_inset
34633
34634
34635 \end_layout
34636
34637 \begin_layout Standard
34638 Dabei ist 
34639 \begin_inset Formula $W_{g\, n}$
34640 \end_inset
34641
34642  die Breite jeder Zelle.
34643
34644 \series bold
34645  
34646 \backslash
34647 tabcolsep
34648 \series default
34649  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
34650  Standardwert 6
34651 \begin_inset space \thinspace{}
34652 \end_inset
34653
34654 pt.
34655  
34656 \series bold
34657
34658 \backslash
34659 arrayrulewidth
34660 \series default
34661  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
34662 \begin_inset space \thinspace{}
34663 \end_inset
34664
34665 pt.
34666 \end_layout
34667
34668 \begin_layout Standard
34669 Nach Gleichung
34670 \begin_inset space ~
34671 \end_inset
34672
34673
34674 \begin_inset CommandInset ref
34675 LatexCommand ref
34676 reference "eq:Wtot_n"
34677
34678 \end_inset
34679
34680  ist die Gesamtbreite einer Mehrfachspalte, 
34681 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34682 \end_inset
34683
34684 ,
34685 \end_layout
34686
34687 \begin_layout Standard
34688 \begin_inset Formula \begin{equation}
34689 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34690
34691 \end_inset
34692
34693
34694 \end_layout
34695
34696 \begin_layout Standard
34697 Setzt man die Gleichungen
34698 \begin_inset space ~
34699 \end_inset
34700
34701
34702 \begin_inset CommandInset ref
34703 LatexCommand ref
34704 reference "eq:Wtot_n"
34705
34706 \end_inset
34707
34708  und 
34709 \begin_inset CommandInset ref
34710 LatexCommand ref
34711 reference "eq:Wtot_mult"
34712
34713 \end_inset
34714
34715  gleich, kann man die benötigte Breite 
34716 \begin_inset Formula $W_{g\, n}$
34717 \end_inset
34718
34719 , wenn 
34720 \emph on
34721 n
34722 \emph default
34723  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
34724 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34725 \end_inset
34726
34727  hat, berechnen:
34728 \end_layout
34729
34730 \begin_layout Standard
34731 \begin_inset Formula \begin{equation}
34732 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34733
34734 \end_inset
34735
34736
34737 \end_layout
34738
34739 \begin_layout Bibliography
34740 \begin_inset CommandInset bibitem
34741 LatexCommand bibitem
34742 key "latexcompanion"
34743
34744 \end_inset
34745
34746 Frank Mittelbach and Michel Goossens: 
34747 \emph on
34748 The LaTeX Companion Second Edition.
34749
34750 \emph default
34751  Addison-Wesley, 2004
34752 \end_layout
34753
34754 \begin_layout Bibliography
34755 \begin_inset CommandInset bibitem
34756 LatexCommand bibitem
34757 key "latexguide"
34758
34759 \end_inset
34760
34761 Helmut Kopka and Patrick W.
34762  Daly: 
34763 \emph on
34764 A Guide to LaTeX Fourth Edition.
34765
34766 \emph default
34767  Addison-Wesley, 2003
34768 \end_layout
34769
34770 \begin_layout Bibliography
34771 \begin_inset CommandInset bibitem
34772 LatexCommand bibitem
34773 key "lamport"
34774
34775 \end_inset
34776
34777 Leslie Lamport: 
34778 \emph on
34779 LaTeX: A Document Preparation System.
34780
34781 \emph default
34782  Addison-Wesley, second edition, 1994
34783 \end_layout
34784
34785 \begin_layout Bibliography
34786 \begin_inset CommandInset bibitem
34787 LatexCommand bibitem
34788 key "latex-praxisbuch"
34789
34790 \end_inset
34791
34792 Niedermair, Elke & Michael: 
34793 \emph on
34794 LaTeX-Praxisbuch
34795 \emph default
34796 , Franzis-Verlag, 2004
34797 \end_layout
34798
34799 \begin_layout Bibliography
34800 \begin_inset CommandInset bibitem
34801 LatexCommand bibitem
34802 key "booktabs"
34803
34804 \end_inset
34805
34806 Dokumentation des LaTeX-Pakets 
34807 \series bold
34808
34809 \begin_inset CommandInset href
34810 LatexCommand href
34811 name "booktabs"
34812 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34813
34814 \end_inset
34815
34816
34817 \series default
34818
34819 \begin_inset Index
34820 status collapsed
34821
34822 \begin_layout Plain Layout
34823 LaTeX-Pakete ! booktabs
34824 \end_layout
34825
34826 \end_inset
34827
34828
34829 \end_layout
34830
34831 \begin_layout Bibliography
34832 \begin_inset CommandInset bibitem
34833 LatexCommand bibitem
34834 key "caption"
34835
34836 \end_inset
34837
34838 Dokumentation des LaTeX-Pakets 
34839 \series bold
34840
34841 \begin_inset CommandInset href
34842 LatexCommand href
34843 name "caption"
34844 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
34845
34846 \end_inset
34847
34848
34849 \series default
34850
34851 \begin_inset Index
34852 status collapsed
34853
34854 \begin_layout Plain Layout
34855 LaTeX-Pakete ! caption
34856 \end_layout
34857
34858 \end_inset
34859
34860
34861 \end_layout
34862
34863 \begin_layout Bibliography
34864 \begin_inset CommandInset bibitem
34865 LatexCommand bibitem
34866 key "endfloat"
34867
34868 \end_inset
34869
34870 Dokumentation des LaTeX-Pakets 
34871 \series bold
34872
34873 \begin_inset CommandInset href
34874 LatexCommand href
34875 name "endfloat"
34876 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34877
34878 \end_inset
34879
34880
34881 \series default
34882
34883 \begin_inset Index
34884 status collapsed
34885
34886 \begin_layout Plain Layout
34887 LaTeX-Pakete ! endfloat
34888 \end_layout
34889
34890 \end_inset
34891
34892
34893 \end_layout
34894
34895 \begin_layout Bibliography
34896 \begin_inset CommandInset bibitem
34897 LatexCommand bibitem
34898 key "wrapfig"
34899
34900 \end_inset
34901
34902 Dokumentation des LaTeX-Pakets 
34903 \series bold
34904
34905 \begin_inset CommandInset href
34906 LatexCommand href
34907 name "wrapfig"
34908 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34909
34910 \end_inset
34911
34912
34913 \series default
34914
34915 \begin_inset Index
34916 status collapsed
34917
34918 \begin_layout Plain Layout
34919 LaTeX-Pakete ! wrapfig
34920 \begin_inset ERT
34921 status collapsed
34922
34923 \begin_layout Plain Layout
34924
34925
34926 \backslash
34927 vspace{4mm}
34928 \end_layout
34929
34930 \end_inset
34931
34932
34933 \end_layout
34934
34935 \end_inset
34936
34937
34938 \end_layout
34939
34940 \begin_layout Bibliography
34941 \begin_inset CommandInset bibitem
34942 LatexCommand bibitem
34943 key "footmisc"
34944
34945 \end_inset
34946
34947 Dokumentation des LaTeX-Pakets 
34948 \series bold
34949
34950 \begin_inset CommandInset href
34951 LatexCommand href
34952 name "footmisc"
34953 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34954
34955 \end_inset
34956
34957
34958 \series default
34959
34960 \begin_inset Index
34961 status collapsed
34962
34963 \begin_layout Plain Layout
34964 LaTeX-Pakete ! footmisc
34965 \end_layout
34966
34967 \end_inset
34968
34969
34970 \end_layout
34971
34972 \begin_layout Bibliography
34973 \begin_inset CommandInset bibitem
34974 LatexCommand bibitem
34975 key "hypcap"
34976
34977 \end_inset
34978
34979 Dokumentation des LaTeX-Pakets 
34980 \series bold
34981
34982 \begin_inset CommandInset href
34983 LatexCommand href
34984 name "hypcap"
34985 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34986
34987 \end_inset
34988
34989
34990 \series default
34991
34992 \begin_inset Index
34993 status collapsed
34994
34995 \begin_layout Plain Layout
34996 LaTeX-Pakete ! hypcap
34997 \end_layout
34998
34999 \end_inset
35000
35001
35002 \end_layout
35003
35004 \begin_layout Bibliography
35005 \begin_inset CommandInset bibitem
35006 LatexCommand bibitem
35007 key "hyperref"
35008
35009 \end_inset
35010
35011 Dokumentation des LaTeX-Pakets 
35012 \series bold
35013
35014 \begin_inset CommandInset href
35015 LatexCommand href
35016 name "hyperref"
35017 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
35018
35019 \end_inset
35020
35021
35022 \series default
35023
35024 \begin_inset Index
35025 status collapsed
35026
35027 \begin_layout Plain Layout
35028 LaTeX-Pakete ! hyperref
35029 \end_layout
35030
35031 \end_inset
35032
35033
35034 \end_layout
35035
35036 \begin_layout Bibliography
35037 \begin_inset CommandInset bibitem
35038 LatexCommand bibitem
35039 key "KOMA-Script"
35040
35041 \end_inset
35042
35043 Dokumentation des LaTeX-Pakets 
35044 \series bold
35045
35046 \begin_inset CommandInset href
35047 LatexCommand href
35048 name "KOMA-Script"
35049 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
35050
35051 \end_inset
35052
35053
35054 \series default
35055
35056 \begin_inset Index
35057 status collapsed
35058
35059 \begin_layout Plain Layout
35060 LaTeX-Pakete ! KOMA-Script
35061 \end_layout
35062
35063 \end_inset
35064
35065
35066 \end_layout
35067
35068 \begin_layout Bibliography
35069 \begin_inset CommandInset bibitem
35070 LatexCommand bibitem
35071 key "listings"
35072
35073 \end_inset
35074
35075 Dokumentation des LaTeX-Pakets 
35076 \series bold
35077
35078 \begin_inset CommandInset href
35079 LatexCommand href
35080 name "listings"
35081 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
35082
35083 \end_inset
35084
35085
35086 \series default
35087
35088 \begin_inset Index
35089 status collapsed
35090
35091 \begin_layout Plain Layout
35092 LaTeX-Pakete ! listings
35093 \end_layout
35094
35095 \end_inset
35096
35097
35098 \end_layout
35099
35100 \begin_layout Bibliography
35101 \begin_inset CommandInset bibitem
35102 LatexCommand bibitem
35103 key "marginnote"
35104
35105 \end_inset
35106
35107 Dokumentation des LaTeX-Pakets 
35108 \series bold
35109
35110 \begin_inset CommandInset href
35111 LatexCommand href
35112 name "marginnote"
35113 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
35114
35115 \end_inset
35116
35117
35118 \series default
35119
35120 \begin_inset Index
35121 status collapsed
35122
35123 \begin_layout Plain Layout
35124 LaTeX-Pakete ! marginnote
35125 \end_layout
35126
35127 \end_inset
35128
35129
35130 \end_layout
35131
35132 \begin_layout Bibliography
35133 \begin_inset CommandInset bibitem
35134 LatexCommand bibitem
35135 key "pstricks"
35136
35137 \end_inset
35138
35139 Webseite des LaTeX-Pakets 
35140 \series bold
35141
35142 \begin_inset CommandInset href
35143 LatexCommand href
35144 name "PSTricks"
35145 target "http://tug.org/PSTricks/"
35146
35147 \end_inset
35148
35149
35150 \series default
35151
35152 \begin_inset Index
35153 status collapsed
35154
35155 \begin_layout Plain Layout
35156 LaTeX-Pakete ! pstricks
35157 \end_layout
35158
35159 \end_inset
35160
35161
35162 \end_layout
35163
35164 \begin_layout Bibliography
35165 \begin_inset CommandInset bibitem
35166 LatexCommand bibitem
35167 key "sidecap"
35168
35169 \end_inset
35170
35171 Dokumentation des LaTeX-Pakets 
35172 \series bold
35173
35174 \begin_inset CommandInset href
35175 LatexCommand href
35176 name "sidecap"
35177 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
35178
35179 \end_inset
35180
35181
35182 \series default
35183
35184 \begin_inset Index
35185 status collapsed
35186
35187 \begin_layout Plain Layout
35188 LaTeX-Pakete ! sidecap
35189 \end_layout
35190
35191 \end_inset
35192
35193
35194 \end_layout
35195
35196 \begin_layout Bibliography
35197 \begin_inset CommandInset bibitem
35198 LatexCommand bibitem
35199 key "NewInLyX16"
35200
35201 \end_inset
35202
35203
35204 \begin_inset CommandInset href
35205 LatexCommand href
35206 name "Wiki-Seite"
35207 target "http://wiki.lyx.org/LyX/NewInLyX16"
35208
35209 \end_inset
35210
35211  über neue Funktionen in 
35212 \family sans
35213 LyX 1.6.0
35214 \family default
35215 .
35216 \end_layout
35217
35218 \begin_layout Standard
35219 \begin_inset CommandInset index_print
35220 LatexCommand printindex
35221
35222 \end_inset
35223
35224
35225 \end_layout
35226
35227 \begin_layout Standard
35228 \begin_inset FloatList figure
35229
35230 \end_inset
35231
35232
35233 \end_layout
35234
35235 \begin_layout Standard
35236 \begin_inset FloatList table
35237
35238 \end_inset
35239
35240
35241 \end_layout
35242
35243 \begin_layout Standard
35244 \begin_inset ERT
35245 status open
35246
35247 \begin_layout Plain Layout
35248
35249
35250 \backslash
35251 listof{algorithm}{Algorithmenverzeichnis}
35252 \end_layout
35253
35254 \end_inset
35255
35256
35257 \begin_inset Note Note
35258 status collapsed
35259
35260 \begin_layout Plain Layout
35261 siehe Abschnitt
35262 \begin_inset space ~
35263 \end_inset
35264
35265
35266 \begin_inset CommandInset ref
35267 LatexCommand ref
35268 reference "uab:Gleitobjekt-Algorithmen"
35269
35270 \end_inset
35271
35272  für eine Beschreibung
35273 \end_layout
35274
35275 \end_inset
35276
35277
35278 \end_layout
35279
35280 \end_body
35281 \end_document