]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
German Math.lyx, EmbeddedObjects.lyx: spell checking
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 1.6.4svn 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, pdfpagelabels"
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         scale 70
2173         scaleBeforeRotation
2174         BoundingBox 0bp 6bp 22bp 22bp
2175
2176 \end_inset
2177
2178  Fügt eine Zeile unterhalb der momentanen an
2179 \end_layout
2180
2181 \begin_layout Labeling
2182 \labelwidthstring 00.00.0000
2183 \begin_inset Graphics
2184         filename ../../images/tabular-feature_append-column.png
2185         scale 70
2186         scaleBeforeRotation
2187         BoundingBox 0bp 6bp 22bp 22bp
2188
2189 \end_inset
2190
2191  Fügt eine Spalte rechts von der momentanen an
2192 \end_layout
2193
2194 \begin_layout Labeling
2195 \labelwidthstring 00.00.0000
2196 \begin_inset Graphics
2197         filename ../../images/tabular-feature_delete-row.png
2198         scale 70
2199         scaleBeforeRotation
2200         BoundingBox 0bp 6bp 22bp 22bp
2201
2202 \end_inset
2203
2204  Löscht die ausgewählte(n) Zeile(n)
2205 \end_layout
2206
2207 \begin_layout Labeling
2208 \labelwidthstring 00.00.0000
2209 \begin_inset Graphics
2210         filename ../../images/tabular-feature_delete-column.png
2211         scale 70
2212         scaleBeforeRotation
2213         BoundingBox 0bp 6bp 22bp 22bp
2214
2215 \end_inset
2216
2217  Löscht die ausgewählte(n) Spalte(n)
2218 \end_layout
2219
2220 \begin_layout Labeling
2221 \labelwidthstring 00.00.0000
2222 \begin_inset Graphics
2223         filename ../../images/tabular-feature_toggle-line-top.png
2224         scale 70
2225         scaleBeforeRotation
2226         BoundingBox 0bp 6bp 22bp 22bp
2227
2228 \end_inset
2229
2230  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2231  wenn der Knopf grau hinterlegt ist
2232 \end_layout
2233
2234 \begin_layout Labeling
2235 \labelwidthstring 00.00.0000
2236 \begin_inset Graphics
2237         filename ../../images/tabular-feature_toggle-line-bottom.png
2238         scale 70
2239         scaleBeforeRotation
2240         BoundingBox 0bp 6bp 22bp 22bp
2241
2242 \end_inset
2243
2244  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(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-left.png
2252         scale 70
2253         scaleBeforeRotation
2254         BoundingBox 0bp 6bp 22bp 22bp
2255
2256 \end_inset
2257
2258  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2259  wenn der Knopf grau hinterlegt ist
2260 \end_layout
2261
2262 \begin_layout Labeling
2263 \labelwidthstring 00.00.0000
2264 \begin_inset Graphics
2265         filename ../../images/tabular-feature_toggle-line-right.png
2266         scale 70
2267         scaleBeforeRotation
2268         BoundingBox 0bp 6bp 22bp 22bp
2269
2270 \end_inset
2271
2272  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2273  wenn der Knopf grau hinterlegt ist
2274 \end_layout
2275
2276 \begin_layout Labeling
2277 \labelwidthstring 00.00.0000
2278 \begin_inset Graphics
2279         filename ../../images/tabular-feature_set-all-lines.png
2280         scale 70
2281         scaleBeforeRotation
2282         BoundingBox 0bp 6bp 22bp 22bp
2283
2284 \end_inset
2285
2286  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2287 \end_layout
2288
2289 \begin_layout Labeling
2290 \labelwidthstring 00.00.0000
2291 \begin_inset Graphics
2292         filename ../../images/tabular-feature_unset-all-lines.png
2293         scale 70
2294         scaleBeforeRotation
2295         BoundingBox 0bp 6bp 22bp 22bp
2296
2297 \end_inset
2298
2299  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2300 \end_layout
2301
2302 \begin_layout Labeling
2303 \labelwidthstring 00.00.0000
2304 \begin_inset Graphics
2305         filename ../../images/tabular-feature_m-align-left.png
2306         scale 70
2307         scaleBeforeRotation
2308         BoundingBox 0bp 6bp 22bp 22bp
2309
2310 \end_inset
2311
2312  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbü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-align-center.png
2319         scale 70
2320         scaleBeforeRotation
2321         BoundingBox 0bp 6bp 22bp 22bp
2322
2323 \end_inset
2324
2325  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2326 \end_layout
2327
2328 \begin_layout Labeling
2329 \labelwidthstring 00.00.0000
2330 \begin_inset Graphics
2331         filename ../../images/tabular-feature_m-align-right.png
2332         scale 70
2333         scaleBeforeRotation
2334         BoundingBox 0bp 6bp 22bp 22bp
2335
2336 \end_inset
2337
2338  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2339 \end_layout
2340
2341 \begin_layout Labeling
2342 \labelwidthstring 00.00.0000
2343 \begin_inset Graphics
2344         filename ../../images/tabular-feature_m-valign-top.png
2345         scale 70
2346         scaleBeforeRotation
2347         BoundingBox 0bp 6bp 22bp 22bp
2348
2349 \end_inset
2350
2351  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2352 \end_layout
2353
2354 \begin_layout Labeling
2355 \labelwidthstring 00.00.0000
2356 \begin_inset Graphics
2357         filename ../../images/tabular-feature_m-valign-middle.png
2358         scale 70
2359         scaleBeforeRotation
2360         BoundingBox 0bp 6bp 22bp 22bp
2361
2362 \end_inset
2363
2364  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2365 \end_layout
2366
2367 \begin_layout Labeling
2368 \labelwidthstring 00.00.0000
2369 \begin_inset Graphics
2370         filename ../../images/tabular-feature_m-valign-bottom.png
2371         scale 70
2372         scaleBeforeRotation
2373         BoundingBox 0bp 6bp 22bp 22bp
2374
2375 \end_inset
2376
2377  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2378 \end_layout
2379
2380 \begin_layout Labeling
2381 \labelwidthstring 00.00.0000
2382 \begin_inset Graphics
2383         filename ../../images/tabular-feature_set-rotate-cell.png
2384         scale 70
2385         scaleBeforeRotation
2386         BoundingBox 0bp 6bp 22bp 22bp
2387
2388 \end_inset
2389
2390  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2391 \end_layout
2392
2393 \begin_layout Labeling
2394 \labelwidthstring 00.00.0000
2395 \begin_inset Graphics
2396         filename ../../images/tabular-feature_set-rotate-tabular.png
2397         scale 70
2398         scaleBeforeRotation
2399         BoundingBox 0bp 6bp 22bp 22bp
2400
2401 \end_inset
2402
2403  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2404 \end_layout
2405
2406 \begin_layout Labeling
2407 \labelwidthstring 00.00.0000
2408 \begin_inset Graphics
2409         filename ../../images/tabular-feature_multicolumn.png
2410         scale 70
2411         scaleBeforeRotation
2412         BoundingBox 0bp 6bp 22bp 22bp
2413
2414 \end_inset
2415
2416  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2417 \end_layout
2418
2419 \begin_layout Standard
2420 \begin_inset Note Greyedout
2421 status open
2422
2423 \begin_layout Plain Layout
2424
2425 \series bold
2426 Bemerkung:
2427 \series default
2428  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2429  Reihe für alle Zelle der Reihe verwendet.
2430 \end_layout
2431
2432 \end_inset
2433
2434
2435 \end_layout
2436
2437 \begin_layout Section
2438 Bearbeiten-Menü
2439 \begin_inset Index
2440 status collapsed
2441
2442 \begin_layout Plain Layout
2443 Tabellen ! Bearbeiten-Menü
2444 \end_layout
2445
2446 \end_inset
2447
2448
2449 \end_layout
2450
2451 \begin_layout Standard
2452 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2453  Wenn der Cursor in einer Tabelle steht, sind im 
2454 \family sans
2455 Bearbeiten
2456 \family default
2457 -Menü folgende Punkte aktiviert: 
2458 \family sans
2459 Tabelle
2460 \family default
2461
2462 \family sans
2463 Zeilen
2464 \begin_inset space ~
2465 \end_inset
2466
2467 &
2468 \begin_inset space ~
2469 \end_inset
2470
2471 Spalten
2472 \family default
2473  und 
2474 \family sans
2475 Tabellen-Einstellungen
2476 \family default
2477 .
2478  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2479 ngsmöglichkeiten zu erreichen.
2480 \end_layout
2481
2482 \begin_layout Section
2483 Gleitende Tabellen
2484 \begin_inset CommandInset label
2485 LatexCommand label
2486 name "abs:Gleitende-Tabellen"
2487
2488 \end_inset
2489
2490
2491 \begin_inset Index
2492 status collapsed
2493
2494 \begin_layout Plain Layout
2495 Gleitobjekte ! Tabellen
2496 \end_layout
2497
2498 \end_inset
2499
2500
2501 \begin_inset Index
2502 status collapsed
2503
2504 \begin_layout Plain Layout
2505 Tabellen ! gleitende
2506 \end_layout
2507
2508 \end_inset
2509
2510
2511 \end_layout
2512
2513 \begin_layout Standard
2514 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2515 \begin_inset space ~
2516 \end_inset
2517
2518
2519 \begin_inset CommandInset ref
2520 LatexCommand ref
2521 reference "abs:Gleitobjekte-Einleitung"
2522
2523 \end_inset
2524
2525 .
2526 \end_layout
2527
2528 \begin_layout Standard
2529 \begin_inset Float table
2530 placement h
2531 wide false
2532 sideways false
2533 status open
2534
2535 \begin_layout Plain Layout
2536 \begin_inset Caption
2537
2538 \begin_layout Plain Layout
2539 \begin_inset CommandInset label
2540 LatexCommand label
2541 name "tab:a table float"
2542
2543 \end_inset
2544
2545 Eine gleitende Tabelle
2546 \end_layout
2547
2548 \end_inset
2549
2550
2551 \end_layout
2552
2553 \begin_layout Plain Layout
2554 \align center
2555 \begin_inset Tabular
2556 <lyxtabular version="3" rows="3" columns="3">
2557 <features>
2558 <column alignment="center" valignment="top" width="0pt">
2559 <column alignment="center" valignment="top" width="0pt">
2560 <column alignment="center" valignment="top" width="0pt">
2561 <row>
2562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2563 \begin_inset Text
2564
2565 \begin_layout Plain Layout
2566
2567 \family roman
2568 \series medium
2569 \shape up
2570 \size normal
2571 \emph off
2572 \bar no
2573 \noun off
2574 \color none
2575 1
2576 \end_layout
2577
2578 \end_inset
2579 </cell>
2580 <cell alignment="center" valignment="top" topline="true" bottomline="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 2
2594 \end_layout
2595
2596 \end_inset
2597 </cell>
2598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="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 3
2612 \end_layout
2613
2614 \end_inset
2615 </cell>
2616 </row>
2617 <row>
2618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2619 \begin_inset Text
2620
2621 \begin_layout Plain Layout
2622
2623 \family roman
2624 \series medium
2625 \shape up
2626 \size normal
2627 \emph off
2628 \bar no
2629 \noun off
2630 \color none
2631 Martin
2632 \end_layout
2633
2634 \end_inset
2635 </cell>
2636 <cell alignment="center" valignment="top" topline="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 Lena
2650 \end_layout
2651
2652 \end_inset
2653 </cell>
2654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2655 \begin_inset Text
2656
2657 \begin_layout Plain Layout
2658
2659 \family roman
2660 \series medium
2661 \shape up
2662 \size normal
2663 \emph off
2664 \bar no
2665 \noun off
2666 \color none
2667 Alina
2668 \end_layout
2669
2670 \end_inset
2671 </cell>
2672 </row>
2673 <row>
2674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2675 \begin_inset Text
2676
2677 \begin_layout Plain Layout
2678
2679 \family roman
2680 \series medium
2681 \shape up
2682 \size normal
2683 \emph off
2684 \bar no
2685 \noun off
2686 \color none
2687 \begin_inset Formula $\int x^{2}dx$
2688 \end_inset
2689
2690
2691 \end_layout
2692
2693 \end_inset
2694 </cell>
2695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2696 \begin_inset Text
2697
2698 \begin_layout Plain Layout
2699
2700 \family roman
2701 \series medium
2702 \shape up
2703 \size normal
2704 \emph off
2705 \bar no
2706 \noun off
2707 \color none
2708 \begin_inset Formula $\left[\begin{array}{cc}
2709 a & b\\
2710 c & d\end{array}\right]$
2711 \end_inset
2712
2713
2714 \end_layout
2715
2716 \end_inset
2717 </cell>
2718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2719 \begin_inset Text
2720
2721 \begin_layout Plain Layout
2722
2723 \family roman
2724 \series medium
2725 \shape up
2726 \size normal
2727 \emph off
2728 \bar no
2729 \noun off
2730 \color none
2731 \begin_inset Formula $1+1=2$
2732 \end_inset
2733
2734
2735 \end_layout
2736
2737 \end_inset
2738 </cell>
2739 </row>
2740 </lyxtabular>
2741
2742 \end_inset
2743
2744
2745 \end_layout
2746
2747 \end_inset
2748
2749
2750 \end_layout
2751
2752 \begin_layout Standard
2753 Gleitende Tabellen können über 
2754 \family sans
2755 Einfügen\SpecialChar \menuseparator
2756 Gleitobjekt\SpecialChar \menuseparator
2757 Tabelle
2758 \family default
2759  oder einen Klick auf den Werkzeugleistenknopf 
2760 \begin_inset Graphics
2761         filename ../../images/float-insert_table.png
2762         scale 70
2763         scaleBeforeRotation
2764         BoundingBox 0bp 6bp 22bp 22bp
2765
2766 \end_inset
2767
2768  erzeugt werden.
2769  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2770  In das rot umrahmte Feld rechts von 
2771 \emph on
2772 Tabelle
2773 \begin_inset space ~
2774 \end_inset
2775
2776 Nr:
2777 \emph default
2778  schreiben Sie die Tabellenbeschriftung.
2779  Nach einem Klick oberhalb oder unterhalb von 
2780 \emph on
2781 Tabelle
2782 \begin_inset space ~
2783 \end_inset
2784
2785 Nr:
2786 \emph default
2787  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2788 \begin_inset Graphics
2789         filename ../../images/tabular-insert.png
2790         scale 70
2791         scaleBeforeRotation
2792         BoundingBox 0bp 6bp 22bp 22bp
2793
2794 \end_inset
2795
2796  oder dem Menü 
2797 \family sans
2798 Einfügen\SpecialChar \menuseparator
2799 Tabelle
2800 \family default
2801  einfügen.
2802 \end_layout
2803
2804 \begin_layout Standard
2805 Tabelle
2806 \begin_inset space ~
2807 \end_inset
2808
2809
2810 \begin_inset CommandInset ref
2811 LatexCommand ref
2812 reference "tab:a table float"
2813
2814 \end_inset
2815
2816  ist ein Beispiel für eine gleitende Tabelle.
2817 \end_layout
2818
2819 \begin_layout Standard
2820 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2821 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2822  Das bedeutet, dass bei den Klassen 
2823 \family sans
2824 article
2825 \family default
2826
2827 \family sans
2828 book
2829 \family default
2830
2831 \family sans
2832 letter
2833 \family default
2834 , und 
2835 \family sans
2836 report
2837 \family default
2838  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2839  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2840 \series bold
2841 caption
2842 \series default
2843
2844 \begin_inset Index
2845 status collapsed
2846
2847 \begin_layout Plain Layout
2848 LaTeX-Pakete ! caption
2849 \end_layout
2850
2851 \end_inset
2852
2853  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2854 \begin_inset Foot
2855 status open
2856
2857 \begin_layout Plain Layout
2858 Näheres finden Sie im Abschnitt
2859 \begin_inset space ~
2860 \end_inset
2861
2862
2863 \begin_inset CommandInset ref
2864 LatexCommand ref
2865 reference "abs:Titel-Platzierung"
2866
2867 \end_inset
2868
2869 .
2870 \end_layout
2871
2872 \end_inset
2873
2874
2875 \end_layout
2876
2877 \begin_layout Standard
2878
2879 \series bold
2880 tableposition=top
2881 \end_layout
2882
2883 \begin_layout Standard
2884 Das Paket 
2885 \series bold
2886 caption
2887 \series default
2888 , das in Abschnitt
2889 \begin_inset space ~
2890 \end_inset
2891
2892
2893 \begin_inset CommandInset ref
2894 LatexCommand ref
2895 reference "abs:Titel-Formatierung"
2896
2897 \end_inset
2898
2899  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2900 \end_layout
2901
2902 \begin_layout Standard
2903 \begin_inset Index
2904 status collapsed
2905
2906 \begin_layout Plain Layout
2907 Querverweise ! auf Tabellen
2908 \end_layout
2909
2910 \end_inset
2911
2912 Auf Tabellen kann über ihre Marke verwiesen werden.
2913  Dafür fügen Sie in der Beschriftung mit 
2914 \family sans
2915 Einfügen\SpecialChar \menuseparator
2916 Marke
2917 \family default
2918  oder durch Klicken auf 
2919 \begin_inset Graphics
2920         filename ../../images/label-insert.png
2921         scale 70
2922         scaleBeforeRotation
2923         BoundingBox 0bp 6bp 20bp 20bp
2924
2925 \end_inset
2926
2927  eine Marke ein.
2928  Auf diese können Sie dann wie gewohnt mit 
2929 \family sans
2930 Einfügen\SpecialChar \menuseparator
2931 Querverweis
2932 \family default
2933  oder durch Klicken auf 
2934 \begin_inset Graphics
2935         filename ../../images/dialog-show-new-inset_ref.png
2936         scale 70
2937         scaleBeforeRotation
2938         BoundingBox 0bp 6bp 22bp 22bp
2939
2940 \end_inset
2941
2942  verweisen.
2943  Verweise werden detailliert in Abschnitt
2944 \begin_inset space ~
2945 \end_inset
2946
2947
2948 \begin_inset CommandInset ref
2949 LatexCommand ref
2950 reference "abs:Auf-Gleitobjekte-verweisen"
2951
2952 \end_inset
2953
2954  beschrieben.
2955 \end_layout
2956
2957 \begin_layout Section
2958 Lange Tabellen
2959 \begin_inset CommandInset label
2960 LatexCommand label
2961 name "abs:Lange-Tabellen"
2962
2963 \end_inset
2964
2965
2966 \begin_inset Index
2967 status collapsed
2968
2969 \begin_layout Plain Layout
2970 Tabellen ! lange
2971 \end_layout
2972
2973 \end_inset
2974
2975
2976 \end_layout
2977
2978 \begin_layout Standard
2979 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
2980  Dialogfenster 
2981 \family sans
2982 Tabellen-Einstellungen
2983 \family default
2984  auf der Karteikarte  
2985 \family sans
2986 Lange
2987 \begin_inset space ~
2988 \end_inset
2989
2990 Tabelle
2991 \family default
2992  die Option 
2993 \family sans
2994 Lange
2995 \begin_inset space ~
2996 \end_inset
2997
2998 Tabelle
2999 \begin_inset space ~
3000 \end_inset
3001
3002 verwenden
3003 \family default
3004  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3005  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3006 \end_layout
3007
3008 \begin_layout Description
3009 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3010  festgelegt; mit Ausnahme der ersten, wenn 
3011 \family sans
3012 Erste
3013 \begin_inset space ~
3014 \end_inset
3015
3016 Kopfzeile
3017 \family default
3018  aktiviert ist.
3019 \end_layout
3020
3021 \begin_layout Description
3022 Erste
3023 \lang english
3024
3025 \begin_inset space ~
3026 \end_inset
3027
3028
3029 \lang ngerman
3030 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3031  Seite einer mehrseitigen Tabelle definiert.
3032 \end_layout
3033
3034 \begin_layout Description
3035 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3036  mit Ausnahme der letzten, wenn 
3037 \family sans
3038 Letzte
3039 \begin_inset space ~
3040 \end_inset
3041
3042 Fußzeile
3043 \family default
3044  aktiviert ist.
3045 \end_layout
3046
3047 \begin_layout Description
3048 Letzte
3049 \begin_inset space ~
3050 \end_inset
3051
3052 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3053  einer mehrseitigen Tabelle definiert.
3054 \end_layout
3055
3056 \begin_layout Description
3057 Legende: Die aktuelle Zeile enthält die Legende.
3058  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3059  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3060 \begin_inset space ~
3061 \end_inset
3062
3063
3064 \begin_inset CommandInset ref
3065 LatexCommand ref
3066 reference "uab:Beschriftungen-langer-Tabellen"
3067
3068 \end_inset
3069
3070  erklärt.
3071 \end_layout
3072
3073 \begin_layout Standard
3074 Hier ist ein Beispiel einer langen Tabelle:
3075 \end_layout
3076
3077 \begin_layout Standard
3078 \align center
3079 \begin_inset Tabular
3080 <lyxtabular version="3" rows="69" columns="3">
3081 <features islongtable="true">
3082 <column alignment="left" valignment="top" width="0cm">
3083 <column alignment="left" valignment="top" width="0pt">
3084 <column alignment="right" valignment="top" width="0pt">
3085 <row endfirsthead="true">
3086 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3087 \begin_inset Text
3088
3089 \begin_layout Plain Layout
3090
3091 \series bold
3092 Telefonliste (ignoriere die Namen)
3093 \end_layout
3094
3095 \end_inset
3096 </cell>
3097 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3098 \begin_inset Text
3099
3100 \begin_layout Plain Layout
3101
3102 \end_layout
3103
3104 \end_inset
3105 </cell>
3106 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3107 \begin_inset Text
3108
3109 \begin_layout Plain Layout
3110
3111 \end_layout
3112
3113 \end_inset
3114 </cell>
3115 </row>
3116 <row endfirsthead="true">
3117 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3118 \begin_inset Text
3119
3120 \begin_layout Plain Layout
3121
3122 \series bold
3123 NAME
3124 \end_layout
3125
3126 \end_inset
3127 </cell>
3128 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3129 \begin_inset Text
3130
3131 \begin_layout Plain Layout
3132
3133 \end_layout
3134
3135 \end_inset
3136 </cell>
3137 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3138 \begin_inset Text
3139
3140 \begin_layout Plain Layout
3141
3142 \series bold
3143 TEL.
3144 \end_layout
3145
3146 \end_inset
3147 </cell>
3148 </row>
3149 <row endhead="true">
3150 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3151 \begin_inset Text
3152
3153 \begin_layout Plain Layout
3154
3155 \series bold
3156 Telefonliste
3157 \end_layout
3158
3159 \end_inset
3160 </cell>
3161 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Plain Layout
3165
3166 \end_layout
3167
3168 \end_inset
3169 </cell>
3170 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3171 \begin_inset Text
3172
3173 \begin_layout Plain Layout
3174
3175 \end_layout
3176
3177 \end_inset
3178 </cell>
3179 </row>
3180 <row endhead="true">
3181 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3182 \begin_inset Text
3183
3184 \begin_layout Plain Layout
3185
3186 \series bold
3187 NAME
3188 \end_layout
3189
3190 \end_inset
3191 </cell>
3192 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3193 \begin_inset Text
3194
3195 \begin_layout Plain Layout
3196
3197 \end_layout
3198
3199 \end_inset
3200 </cell>
3201 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205
3206 \series bold
3207 TEL.
3208 \end_layout
3209
3210 \end_inset
3211 </cell>
3212 </row>
3213 <row endfoot="true">
3214 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3215 \begin_inset Text
3216
3217 \begin_layout Plain Layout
3218
3219 \series bold
3220 wird fortgesetzt
3221 \series default
3222  \SpecialChar \ldots{}
3223
3224 \end_layout
3225
3226 \end_inset
3227 </cell>
3228 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3229 \begin_inset Text
3230
3231 \begin_layout Plain Layout
3232
3233 \end_layout
3234
3235 \end_inset
3236 </cell>
3237 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3238 \begin_inset Text
3239
3240 \begin_layout Plain Layout
3241
3242 \end_layout
3243
3244 \end_inset
3245 </cell>
3246 </row>
3247 <row>
3248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3249 \begin_inset Text
3250
3251 \begin_layout Plain Layout
3252
3253 \series bold
3254 Annovi
3255 \end_layout
3256
3257 \end_inset
3258 </cell>
3259 <cell alignment="center" valignment="top" usebox="none">
3260 \begin_inset Text
3261
3262 \begin_layout Plain Layout
3263 Silvia
3264 \end_layout
3265
3266 \end_inset
3267 </cell>
3268 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3269 \begin_inset Text
3270
3271 \begin_layout Plain Layout
3272 111
3273 \end_layout
3274
3275 \end_inset
3276 </cell>
3277 </row>
3278 <row>
3279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3280 \begin_inset Text
3281
3282 \begin_layout Plain Layout
3283
3284 \series bold
3285 Bertoli
3286 \end_layout
3287
3288 \end_inset
3289 </cell>
3290 <cell alignment="center" valignment="top" usebox="none">
3291 \begin_inset Text
3292
3293 \begin_layout Plain Layout
3294 Stefano
3295 \end_layout
3296
3297 \end_inset
3298 </cell>
3299 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3300 \begin_inset Text
3301
3302 \begin_layout Plain Layout
3303 111
3304 \end_layout
3305
3306 \end_inset
3307 </cell>
3308 </row>
3309 <row>
3310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3311 \begin_inset Text
3312
3313 \begin_layout Plain Layout
3314
3315 \series bold
3316 Bozzi
3317 \end_layout
3318
3319 \end_inset
3320 </cell>
3321 <cell alignment="center" valignment="top" usebox="none">
3322 \begin_inset Text
3323
3324 \begin_layout Plain Layout
3325 Walter
3326 \end_layout
3327
3328 \end_inset
3329 </cell>
3330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3331 \begin_inset Text
3332
3333 \begin_layout Plain Layout
3334 111
3335 \end_layout
3336
3337 \end_inset
3338 </cell>
3339 </row>
3340 <row>
3341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Plain Layout
3345
3346 \series bold
3347 Cachia
3348 \end_layout
3349
3350 \end_inset
3351 </cell>
3352 <cell alignment="center" valignment="top" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Plain Layout
3356 Maria
3357 \end_layout
3358
3359 \end_inset
3360 </cell>
3361 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3362 \begin_inset Text
3363
3364 \begin_layout Plain Layout
3365 111
3366 \end_layout
3367
3368 \end_inset
3369 </cell>
3370 </row>
3371 <row>
3372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376
3377 \series bold
3378 Cachia
3379 \end_layout
3380
3381 \end_inset
3382 </cell>
3383 <cell alignment="center" valignment="top" usebox="none">
3384 \begin_inset Text
3385
3386 \begin_layout Plain Layout
3387 Maurizio
3388 \end_layout
3389
3390 \end_inset
3391 </cell>
3392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3393 \begin_inset Text
3394
3395 \begin_layout Plain Layout
3396 111
3397 \end_layout
3398
3399 \end_inset
3400 </cell>
3401 </row>
3402 <row>
3403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3404 \begin_inset Text
3405
3406 \begin_layout Plain Layout
3407
3408 \series bold
3409 Cinquemani
3410 \end_layout
3411
3412 \end_inset
3413 </cell>
3414 <cell alignment="center" valignment="top" usebox="none">
3415 \begin_inset Text
3416
3417 \begin_layout Plain Layout
3418 Giusi
3419 \end_layout
3420
3421 \end_inset
3422 </cell>
3423 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3424 \begin_inset Text
3425
3426 \begin_layout Plain Layout
3427 111
3428 \end_layout
3429
3430 \end_inset
3431 </cell>
3432 </row>
3433 <row>
3434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3435 \begin_inset Text
3436
3437 \begin_layout Plain Layout
3438
3439 \series bold
3440 Colin
3441 \end_layout
3442
3443 \end_inset
3444 </cell>
3445 <cell alignment="center" valignment="top" usebox="none">
3446 \begin_inset Text
3447
3448 \begin_layout Plain Layout
3449 Bernard
3450 \end_layout
3451
3452 \end_inset
3453 </cell>
3454 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3455 \begin_inset Text
3456
3457 \begin_layout Plain Layout
3458 111
3459 \end_layout
3460
3461 \end_inset
3462 </cell>
3463 </row>
3464 <row>
3465 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3466 \begin_inset Text
3467
3468 \begin_layout Plain Layout
3469
3470 \series bold
3471 Concli
3472 \end_layout
3473
3474 \end_inset
3475 </cell>
3476 <cell alignment="center" valignment="top" usebox="none">
3477 \begin_inset Text
3478
3479 \begin_layout Plain Layout
3480 Gianfranco
3481 \end_layout
3482
3483 \end_inset
3484 </cell>
3485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3486 \begin_inset Text
3487
3488 \begin_layout Plain Layout
3489 111
3490 \end_layout
3491
3492 \end_inset
3493 </cell>
3494 </row>
3495 <row>
3496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3497 \begin_inset Text
3498
3499 \begin_layout Plain Layout
3500
3501 \series bold
3502 Dal Bosco
3503 \end_layout
3504
3505 \end_inset
3506 </cell>
3507 <cell alignment="center" valignment="top" usebox="none">
3508 \begin_inset Text
3509
3510 \begin_layout Plain Layout
3511 Carolina
3512 \end_layout
3513
3514 \end_inset
3515 </cell>
3516 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3517 \begin_inset Text
3518
3519 \begin_layout Plain Layout
3520 111
3521 \end_layout
3522
3523 \end_inset
3524 </cell>
3525 </row>
3526 <row>
3527 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3528 \begin_inset Text
3529
3530 \begin_layout Plain Layout
3531
3532 \series bold
3533 Dalpiaz
3534 \end_layout
3535
3536 \end_inset
3537 </cell>
3538 <cell alignment="center" valignment="top" usebox="none">
3539 \begin_inset Text
3540
3541 \begin_layout Plain Layout
3542 Annamaria
3543 \end_layout
3544
3545 \end_inset
3546 </cell>
3547 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3548 \begin_inset Text
3549
3550 \begin_layout Plain Layout
3551 111
3552 \end_layout
3553
3554 \end_inset
3555 </cell>
3556 </row>
3557 <row>
3558 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3559 \begin_inset Text
3560
3561 \begin_layout Plain Layout
3562
3563 \series bold
3564 Feliciello
3565 \end_layout
3566
3567 \end_inset
3568 </cell>
3569 <cell alignment="center" valignment="top" usebox="none">
3570 \begin_inset Text
3571
3572 \begin_layout Plain Layout
3573 Domenico
3574 \end_layout
3575
3576 \end_inset
3577 </cell>
3578 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Plain Layout
3582 111
3583 \end_layout
3584
3585 \end_inset
3586 </cell>
3587 </row>
3588 <row>
3589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3590 \begin_inset Text
3591
3592 \begin_layout Plain Layout
3593
3594 \series bold
3595 Focarelli
3596 \end_layout
3597
3598 \end_inset
3599 </cell>
3600 <cell alignment="center" valignment="top" usebox="none">
3601 \begin_inset Text
3602
3603 \begin_layout Plain Layout
3604 Paola
3605 \end_layout
3606
3607 \end_inset
3608 </cell>
3609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3610 \begin_inset Text
3611
3612 \begin_layout Plain Layout
3613 111
3614 \end_layout
3615
3616 \end_inset
3617 </cell>
3618 </row>
3619 <row>
3620 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3621 \begin_inset Text
3622
3623 \begin_layout Plain Layout
3624
3625 \series bold
3626 Galletti
3627 \end_layout
3628
3629 \end_inset
3630 </cell>
3631 <cell alignment="center" valignment="top" usebox="none">
3632 \begin_inset Text
3633
3634 \begin_layout Plain Layout
3635 Oreste
3636 \end_layout
3637
3638 \end_inset
3639 </cell>
3640 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3641 \begin_inset Text
3642
3643 \begin_layout Plain Layout
3644 111
3645 \end_layout
3646
3647 \end_inset
3648 </cell>
3649 </row>
3650 <row>
3651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3652 \begin_inset Text
3653
3654 \begin_layout Plain Layout
3655
3656 \series bold
3657 Gasparini
3658 \end_layout
3659
3660 \end_inset
3661 </cell>
3662 <cell alignment="center" valignment="top" usebox="none">
3663 \begin_inset Text
3664
3665 \begin_layout Plain Layout
3666 Franca
3667 \end_layout
3668
3669 \end_inset
3670 </cell>
3671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3672 \begin_inset Text
3673
3674 \begin_layout Plain Layout
3675 111
3676 \end_layout
3677
3678 \end_inset
3679 </cell>
3680 </row>
3681 <row>
3682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3683 \begin_inset Text
3684
3685 \begin_layout Plain Layout
3686
3687 \series bold
3688 Rizzardi
3689 \end_layout
3690
3691 \end_inset
3692 </cell>
3693 <cell alignment="center" valignment="top" usebox="none">
3694 \begin_inset Text
3695
3696 \begin_layout Plain Layout
3697 Paola
3698 \end_layout
3699
3700 \end_inset
3701 </cell>
3702 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3703 \begin_inset Text
3704
3705 \begin_layout Plain Layout
3706 111
3707 \end_layout
3708
3709 \end_inset
3710 </cell>
3711 </row>
3712 <row>
3713 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3714 \begin_inset Text
3715
3716 \begin_layout Plain Layout
3717
3718 \series bold
3719 Lassini
3720 \end_layout
3721
3722 \end_inset
3723 </cell>
3724 <cell alignment="center" valignment="top" usebox="none">
3725 \begin_inset Text
3726
3727 \begin_layout Plain Layout
3728 Giancarlo
3729 \end_layout
3730
3731 \end_inset
3732 </cell>
3733 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3734 \begin_inset Text
3735
3736 \begin_layout Plain Layout
3737 111
3738 \end_layout
3739
3740 \end_inset
3741 </cell>
3742 </row>
3743 <row>
3744 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3745 \begin_inset Text
3746
3747 \begin_layout Plain Layout
3748
3749 \series bold
3750 Malfatti
3751 \end_layout
3752
3753 \end_inset
3754 </cell>
3755 <cell alignment="center" valignment="top" usebox="none">
3756 \begin_inset Text
3757
3758 \begin_layout Plain Layout
3759 Luciano
3760 \end_layout
3761
3762 \end_inset
3763 </cell>
3764 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3765 \begin_inset Text
3766
3767 \begin_layout Plain Layout
3768 111
3769 \end_layout
3770
3771 \end_inset
3772 </cell>
3773 </row>
3774 <row>
3775 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3776 \begin_inset Text
3777
3778 \begin_layout Plain Layout
3779
3780 \series bold
3781 Malfatti
3782 \end_layout
3783
3784 \end_inset
3785 </cell>
3786 <cell alignment="center" valignment="top" usebox="none">
3787 \begin_inset Text
3788
3789 \begin_layout Plain Layout
3790 Valeriano
3791 \end_layout
3792
3793 \end_inset
3794 </cell>
3795 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3796 \begin_inset Text
3797
3798 \begin_layout Plain Layout
3799 111
3800 \end_layout
3801
3802 \end_inset
3803 </cell>
3804 </row>
3805 <row>
3806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3807 \begin_inset Text
3808
3809 \begin_layout Plain Layout
3810
3811 \series bold
3812 Meneguzzo
3813 \end_layout
3814
3815 \end_inset
3816 </cell>
3817 <cell alignment="center" valignment="top" usebox="none">
3818 \begin_inset Text
3819
3820 \begin_layout Plain Layout
3821 Roberto
3822 \end_layout
3823
3824 \end_inset
3825 </cell>
3826 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3827 \begin_inset Text
3828
3829 \begin_layout Plain Layout
3830 111
3831 \end_layout
3832
3833 \end_inset
3834 </cell>
3835 </row>
3836 <row>
3837 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3838 \begin_inset Text
3839
3840 \begin_layout Plain Layout
3841
3842 \series bold
3843 Mezzadra
3844 \end_layout
3845
3846 \end_inset
3847 </cell>
3848 <cell alignment="center" valignment="top" usebox="none">
3849 \begin_inset Text
3850
3851 \begin_layout Plain Layout
3852 Roberto
3853 \end_layout
3854
3855 \end_inset
3856 </cell>
3857 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3858 \begin_inset Text
3859
3860 \begin_layout Plain Layout
3861 111
3862 \end_layout
3863
3864 \end_inset
3865 </cell>
3866 </row>
3867 <row>
3868 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3869 \begin_inset Text
3870
3871 \begin_layout Plain Layout
3872
3873 \series bold
3874 Pirpamer
3875 \end_layout
3876
3877 \end_inset
3878 </cell>
3879 <cell alignment="center" valignment="top" usebox="none">
3880 \begin_inset Text
3881
3882 \begin_layout Plain Layout
3883 Erich
3884 \end_layout
3885
3886 \end_inset
3887 </cell>
3888 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3889 \begin_inset Text
3890
3891 \begin_layout Plain Layout
3892 111
3893 \end_layout
3894
3895 \end_inset
3896 </cell>
3897 </row>
3898 <row>
3899 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3900 \begin_inset Text
3901
3902 \begin_layout Plain Layout
3903
3904 \series bold
3905 Pochiesa
3906 \end_layout
3907
3908 \end_inset
3909 </cell>
3910 <cell alignment="center" valignment="top" usebox="none">
3911 \begin_inset Text
3912
3913 \begin_layout Plain Layout
3914 Paolo
3915 \end_layout
3916
3917 \end_inset
3918 </cell>
3919 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3920 \begin_inset Text
3921
3922 \begin_layout Plain Layout
3923 111, 222
3924 \end_layout
3925
3926 \end_inset
3927 </cell>
3928 </row>
3929 <row>
3930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3931 \begin_inset Text
3932
3933 \begin_layout Plain Layout
3934
3935 \series bold
3936 Radina
3937 \end_layout
3938
3939 \end_inset
3940 </cell>
3941 <cell alignment="center" valignment="top" usebox="none">
3942 \begin_inset Text
3943
3944 \begin_layout Plain Layout
3945 Claudio
3946 \end_layout
3947
3948 \end_inset
3949 </cell>
3950 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3951 \begin_inset Text
3952
3953 \begin_layout Plain Layout
3954 111
3955 \end_layout
3956
3957 \end_inset
3958 </cell>
3959 </row>
3960 <row>
3961 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3962 \begin_inset Text
3963
3964 \begin_layout Plain Layout
3965
3966 \series bold
3967 Stuffer
3968 \end_layout
3969
3970 \end_inset
3971 </cell>
3972 <cell alignment="center" valignment="top" usebox="none">
3973 \begin_inset Text
3974
3975 \begin_layout Plain Layout
3976 Oskar
3977 \end_layout
3978
3979 \end_inset
3980 </cell>
3981 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3982 \begin_inset Text
3983
3984 \begin_layout Plain Layout
3985 111
3986 \end_layout
3987
3988 \end_inset
3989 </cell>
3990 </row>
3991 <row>
3992 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3993 \begin_inset Text
3994
3995 \begin_layout Plain Layout
3996
3997 \series bold
3998 Tacchelli
3999 \end_layout
4000
4001 \end_inset
4002 </cell>
4003 <cell alignment="center" valignment="top" usebox="none">
4004 \begin_inset Text
4005
4006 \begin_layout Plain Layout
4007 Ugo
4008 \end_layout
4009
4010 \end_inset
4011 </cell>
4012 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4013 \begin_inset Text
4014
4015 \begin_layout Plain Layout
4016 111
4017 \end_layout
4018
4019 \end_inset
4020 </cell>
4021 </row>
4022 <row>
4023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4024 \begin_inset Text
4025
4026 \begin_layout Plain Layout
4027
4028 \series bold
4029 Tezzele
4030 \end_layout
4031
4032 \end_inset
4033 </cell>
4034 <cell alignment="center" valignment="top" usebox="none">
4035 \begin_inset Text
4036
4037 \begin_layout Plain Layout
4038 Margit
4039 \end_layout
4040
4041 \end_inset
4042 </cell>
4043 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4044 \begin_inset Text
4045
4046 \begin_layout Plain Layout
4047 111
4048 \end_layout
4049
4050 \end_inset
4051 </cell>
4052 </row>
4053 <row>
4054 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4055 \begin_inset Text
4056
4057 \begin_layout Plain Layout
4058
4059 \series bold
4060 Unterkalmsteiner
4061 \end_layout
4062
4063 \end_inset
4064 </cell>
4065 <cell alignment="center" valignment="top" usebox="none">
4066 \begin_inset Text
4067
4068 \begin_layout Plain Layout
4069 Frieda
4070 \end_layout
4071
4072 \end_inset
4073 </cell>
4074 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4075 \begin_inset Text
4076
4077 \begin_layout Plain Layout
4078 111
4079 \end_layout
4080
4081 \end_inset
4082 </cell>
4083 </row>
4084 <row>
4085 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4086 \begin_inset Text
4087
4088 \begin_layout Plain Layout
4089
4090 \series bold
4091 Vieider
4092 \end_layout
4093
4094 \end_inset
4095 </cell>
4096 <cell alignment="center" valignment="top" usebox="none">
4097 \begin_inset Text
4098
4099 \begin_layout Plain Layout
4100 Hilde
4101 \end_layout
4102
4103 \end_inset
4104 </cell>
4105 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4106 \begin_inset Text
4107
4108 \begin_layout Plain Layout
4109 111
4110 \end_layout
4111
4112 \end_inset
4113 </cell>
4114 </row>
4115 <row>
4116 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4117 \begin_inset Text
4118
4119 \begin_layout Plain Layout
4120
4121 \series bold
4122 Vigna
4123 \end_layout
4124
4125 \end_inset
4126 </cell>
4127 <cell alignment="center" valignment="top" usebox="none">
4128 \begin_inset Text
4129
4130 \begin_layout Plain Layout
4131 Jürgen
4132 \end_layout
4133
4134 \end_inset
4135 </cell>
4136 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4137 \begin_inset Text
4138
4139 \begin_layout Plain Layout
4140 111
4141 \end_layout
4142
4143 \end_inset
4144 </cell>
4145 </row>
4146 <row>
4147 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4148 \begin_inset Text
4149
4150 \begin_layout Plain Layout
4151
4152 \series bold
4153 Weber
4154 \end_layout
4155
4156 \end_inset
4157 </cell>
4158 <cell alignment="center" valignment="top" usebox="none">
4159 \begin_inset Text
4160
4161 \begin_layout Plain Layout
4162 Maurizio
4163 \end_layout
4164
4165 \end_inset
4166 </cell>
4167 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4168 \begin_inset Text
4169
4170 \begin_layout Plain Layout
4171 111
4172 \end_layout
4173
4174 \end_inset
4175 </cell>
4176 </row>
4177 <row>
4178 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4179 \begin_inset Text
4180
4181 \begin_layout Plain Layout
4182
4183 \series bold
4184 Winkler
4185 \end_layout
4186
4187 \end_inset
4188 </cell>
4189 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Plain Layout
4193 Franz
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Plain Layout
4202 111
4203 \end_layout
4204
4205 \end_inset
4206 </cell>
4207 </row>
4208 <row>
4209 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4210 \begin_inset Text
4211
4212 \begin_layout Plain Layout
4213  
4214 \end_layout
4215
4216 \end_inset
4217 </cell>
4218 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4219 \begin_inset Text
4220
4221 \begin_layout Plain Layout
4222
4223 \end_layout
4224
4225 \end_inset
4226 </cell>
4227 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4228 \begin_inset Text
4229
4230 \begin_layout Plain Layout
4231
4232 \end_layout
4233
4234 \end_inset
4235 </cell>
4236 </row>
4237 <row>
4238 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242
4243 \series bold
4244 Annovi
4245 \end_layout
4246
4247 \end_inset
4248 </cell>
4249 <cell alignment="center" valignment="top" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Plain Layout
4253 Silvia
4254 \end_layout
4255
4256 \end_inset
4257 </cell>
4258 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4259 \begin_inset Text
4260
4261 \begin_layout Plain Layout
4262 555
4263 \end_layout
4264
4265 \end_inset
4266 </cell>
4267 </row>
4268 <row>
4269 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273
4274 \series bold
4275 Bertoli
4276 \end_layout
4277
4278 \end_inset
4279 </cell>
4280 <cell alignment="center" valignment="top" usebox="none">
4281 \begin_inset Text
4282
4283 \begin_layout Plain Layout
4284 Stefano
4285 \end_layout
4286
4287 \end_inset
4288 </cell>
4289 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Plain Layout
4293 555
4294 \end_layout
4295
4296 \end_inset
4297 </cell>
4298 </row>
4299 <row>
4300 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4301 \begin_inset Text
4302
4303 \begin_layout Plain Layout
4304
4305 \series bold
4306 Bozzi
4307 \end_layout
4308
4309 \end_inset
4310 </cell>
4311 <cell alignment="center" valignment="top" usebox="none">
4312 \begin_inset Text
4313
4314 \begin_layout Plain Layout
4315 Walter
4316 \end_layout
4317
4318 \end_inset
4319 </cell>
4320 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4321 \begin_inset Text
4322
4323 \begin_layout Plain Layout
4324 555
4325 \end_layout
4326
4327 \end_inset
4328 </cell>
4329 </row>
4330 <row>
4331 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4332 \begin_inset Text
4333
4334 \begin_layout Plain Layout
4335
4336 \series bold
4337 Cachia
4338 \end_layout
4339
4340 \end_inset
4341 </cell>
4342 <cell alignment="center" valignment="top" usebox="none">
4343 \begin_inset Text
4344
4345 \begin_layout Plain Layout
4346 Maria
4347 \end_layout
4348
4349 \end_inset
4350 </cell>
4351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4352 \begin_inset Text
4353
4354 \begin_layout Plain Layout
4355 555
4356 \end_layout
4357
4358 \end_inset
4359 </cell>
4360 </row>
4361 <row>
4362 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4363 \begin_inset Text
4364
4365 \begin_layout Plain Layout
4366
4367 \series bold
4368 Cachia
4369 \end_layout
4370
4371 \end_inset
4372 </cell>
4373 <cell alignment="center" valignment="top" usebox="none">
4374 \begin_inset Text
4375
4376 \begin_layout Plain Layout
4377 Maurizio
4378 \end_layout
4379
4380 \end_inset
4381 </cell>
4382 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4383 \begin_inset Text
4384
4385 \begin_layout Plain Layout
4386 555
4387 \end_layout
4388
4389 \end_inset
4390 </cell>
4391 </row>
4392 <row>
4393 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397
4398 \series bold
4399 Cinquemani
4400 \end_layout
4401
4402 \end_inset
4403 </cell>
4404 <cell alignment="center" valignment="top" usebox="none">
4405 \begin_inset Text
4406
4407 \begin_layout Plain Layout
4408 Giusi
4409 \end_layout
4410
4411 \end_inset
4412 </cell>
4413 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4414 \begin_inset Text
4415
4416 \begin_layout Plain Layout
4417 555
4418 \end_layout
4419
4420 \end_inset
4421 </cell>
4422 </row>
4423 <row>
4424 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Plain Layout
4428
4429 \series bold
4430 Colin
4431 \end_layout
4432
4433 \end_inset
4434 </cell>
4435 <cell alignment="center" valignment="top" usebox="none">
4436 \begin_inset Text
4437
4438 \begin_layout Plain Layout
4439 Bernard
4440 \end_layout
4441
4442 \end_inset
4443 </cell>
4444 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4445 \begin_inset Text
4446
4447 \begin_layout Plain Layout
4448 555
4449 \end_layout
4450
4451 \end_inset
4452 </cell>
4453 </row>
4454 <row>
4455 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4456 \begin_inset Text
4457
4458 \begin_layout Plain Layout
4459
4460 \series bold
4461 Concli
4462 \end_layout
4463
4464 \end_inset
4465 </cell>
4466 <cell alignment="center" valignment="top" usebox="none">
4467 \begin_inset Text
4468
4469 \begin_layout Plain Layout
4470 Gianfranco
4471 \end_layout
4472
4473 \end_inset
4474 </cell>
4475 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4476 \begin_inset Text
4477
4478 \begin_layout Plain Layout
4479 555
4480 \end_layout
4481
4482 \end_inset
4483 </cell>
4484 </row>
4485 <row>
4486 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4487 \begin_inset Text
4488
4489 \begin_layout Plain Layout
4490
4491 \series bold
4492 Dal Bosco
4493 \end_layout
4494
4495 \end_inset
4496 </cell>
4497 <cell alignment="center" valignment="top" usebox="none">
4498 \begin_inset Text
4499
4500 \begin_layout Plain Layout
4501 Carolina
4502 \end_layout
4503
4504 \end_inset
4505 </cell>
4506 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4507 \begin_inset Text
4508
4509 \begin_layout Plain Layout
4510 555
4511 \end_layout
4512
4513 \end_inset
4514 </cell>
4515 </row>
4516 <row>
4517 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4518 \begin_inset Text
4519
4520 \begin_layout Plain Layout
4521
4522 \series bold
4523 Dalpiaz
4524 \end_layout
4525
4526 \end_inset
4527 </cell>
4528 <cell alignment="center" valignment="top" usebox="none">
4529 \begin_inset Text
4530
4531 \begin_layout Plain Layout
4532 Annamaria
4533 \end_layout
4534
4535 \end_inset
4536 </cell>
4537 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4538 \begin_inset Text
4539
4540 \begin_layout Plain Layout
4541 555
4542 \end_layout
4543
4544 \end_inset
4545 </cell>
4546 </row>
4547 <row>
4548 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4549 \begin_inset Text
4550
4551 \begin_layout Plain Layout
4552
4553 \series bold
4554 Feliciello
4555 \end_layout
4556
4557 \end_inset
4558 </cell>
4559 <cell alignment="center" valignment="top" usebox="none">
4560 \begin_inset Text
4561
4562 \begin_layout Plain Layout
4563 Domenico
4564 \end_layout
4565
4566 \end_inset
4567 </cell>
4568 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4569 \begin_inset Text
4570
4571 \begin_layout Plain Layout
4572 555
4573 \end_layout
4574
4575 \end_inset
4576 </cell>
4577 </row>
4578 <row>
4579 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4580 \begin_inset Text
4581
4582 \begin_layout Plain Layout
4583
4584 \series bold
4585 Focarelli
4586 \end_layout
4587
4588 \end_inset
4589 </cell>
4590 <cell alignment="center" valignment="top" usebox="none">
4591 \begin_inset Text
4592
4593 \begin_layout Plain Layout
4594 Paola
4595 \end_layout
4596
4597 \end_inset
4598 </cell>
4599 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4600 \begin_inset Text
4601
4602 \begin_layout Plain Layout
4603 555
4604 \end_layout
4605
4606 \end_inset
4607 </cell>
4608 </row>
4609 <row>
4610 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4611 \begin_inset Text
4612
4613 \begin_layout Plain Layout
4614
4615 \series bold
4616 Galletti
4617 \end_layout
4618
4619 \end_inset
4620 </cell>
4621 <cell alignment="center" valignment="top" usebox="none">
4622 \begin_inset Text
4623
4624 \begin_layout Plain Layout
4625 Oreste
4626 \end_layout
4627
4628 \end_inset
4629 </cell>
4630 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4631 \begin_inset Text
4632
4633 \begin_layout Plain Layout
4634 555
4635 \end_layout
4636
4637 \end_inset
4638 </cell>
4639 </row>
4640 <row>
4641 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4642 \begin_inset Text
4643
4644 \begin_layout Plain Layout
4645
4646 \series bold
4647 Gasparini
4648 \end_layout
4649
4650 \end_inset
4651 </cell>
4652 <cell alignment="center" valignment="top" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656 Franca
4657 \end_layout
4658
4659 \end_inset
4660 </cell>
4661 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4662 \begin_inset Text
4663
4664 \begin_layout Plain Layout
4665 555
4666 \end_layout
4667
4668 \end_inset
4669 </cell>
4670 </row>
4671 <row>
4672 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676
4677 \series bold
4678 Rizzardi
4679 \end_layout
4680
4681 \end_inset
4682 </cell>
4683 <cell alignment="center" valignment="top" usebox="none">
4684 \begin_inset Text
4685
4686 \begin_layout Plain Layout
4687 Paola
4688 \end_layout
4689
4690 \end_inset
4691 </cell>
4692 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4693 \begin_inset Text
4694
4695 \begin_layout Plain Layout
4696 555
4697 \end_layout
4698
4699 \end_inset
4700 </cell>
4701 </row>
4702 <row>
4703 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707
4708 \series bold
4709 Lassini
4710 \end_layout
4711
4712 \end_inset
4713 </cell>
4714 <cell alignment="center" valignment="top" usebox="none">
4715 \begin_inset Text
4716
4717 \begin_layout Plain Layout
4718 Giancarlo
4719 \end_layout
4720
4721 \end_inset
4722 </cell>
4723 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4724 \begin_inset Text
4725
4726 \begin_layout Plain Layout
4727 555
4728 \end_layout
4729
4730 \end_inset
4731 </cell>
4732 </row>
4733 <row>
4734 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4735 \begin_inset Text
4736
4737 \begin_layout Plain Layout
4738
4739 \series bold
4740 Malfatti
4741 \end_layout
4742
4743 \end_inset
4744 </cell>
4745 <cell alignment="center" valignment="top" usebox="none">
4746 \begin_inset Text
4747
4748 \begin_layout Plain Layout
4749 Luciano
4750 \end_layout
4751
4752 \end_inset
4753 </cell>
4754 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4755 \begin_inset Text
4756
4757 \begin_layout Plain Layout
4758 555
4759 \end_layout
4760
4761 \end_inset
4762 </cell>
4763 </row>
4764 <row>
4765 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Plain Layout
4769
4770 \series bold
4771 Malfatti
4772 \end_layout
4773
4774 \end_inset
4775 </cell>
4776 <cell alignment="center" valignment="top" usebox="none">
4777 \begin_inset Text
4778
4779 \begin_layout Plain Layout
4780 Valeriano
4781 \end_layout
4782
4783 \end_inset
4784 </cell>
4785 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4786 \begin_inset Text
4787
4788 \begin_layout Plain Layout
4789 555
4790 \end_layout
4791
4792 \end_inset
4793 </cell>
4794 </row>
4795 <row>
4796 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4797 \begin_inset Text
4798
4799 \begin_layout Plain Layout
4800
4801 \series bold
4802 Meneguzzo
4803 \end_layout
4804
4805 \end_inset
4806 </cell>
4807 <cell alignment="center" valignment="top" usebox="none">
4808 \begin_inset Text
4809
4810 \begin_layout Plain Layout
4811 Roberto
4812 \end_layout
4813
4814 \end_inset
4815 </cell>
4816 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4817 \begin_inset Text
4818
4819 \begin_layout Plain Layout
4820 555
4821 \end_layout
4822
4823 \end_inset
4824 </cell>
4825 </row>
4826 <row>
4827 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4828 \begin_inset Text
4829
4830 \begin_layout Plain Layout
4831
4832 \series bold
4833 Mezzadra
4834 \end_layout
4835
4836 \end_inset
4837 </cell>
4838 <cell alignment="center" valignment="top" usebox="none">
4839 \begin_inset Text
4840
4841 \begin_layout Plain Layout
4842 Roberto
4843 \end_layout
4844
4845 \end_inset
4846 </cell>
4847 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4848 \begin_inset Text
4849
4850 \begin_layout Plain Layout
4851 555
4852 \end_layout
4853
4854 \end_inset
4855 </cell>
4856 </row>
4857 <row>
4858 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4859 \begin_inset Text
4860
4861 \begin_layout Plain Layout
4862
4863 \series bold
4864 Pirpamer
4865 \end_layout
4866
4867 \end_inset
4868 </cell>
4869 <cell alignment="center" valignment="top" usebox="none">
4870 \begin_inset Text
4871
4872 \begin_layout Plain Layout
4873 Erich
4874 \end_layout
4875
4876 \end_inset
4877 </cell>
4878 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4879 \begin_inset Text
4880
4881 \begin_layout Plain Layout
4882 555
4883 \end_layout
4884
4885 \end_inset
4886 </cell>
4887 </row>
4888 <row>
4889 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4890 \begin_inset Text
4891
4892 \begin_layout Plain Layout
4893
4894 \series bold
4895 Pochiesa
4896 \end_layout
4897
4898 \end_inset
4899 </cell>
4900 <cell alignment="center" valignment="top" usebox="none">
4901 \begin_inset Text
4902
4903 \begin_layout Plain Layout
4904 Paolo
4905 \end_layout
4906
4907 \end_inset
4908 </cell>
4909 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4910 \begin_inset Text
4911
4912 \begin_layout Plain Layout
4913 555, 222
4914 \end_layout
4915
4916 \end_inset
4917 </cell>
4918 </row>
4919 <row>
4920 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4921 \begin_inset Text
4922
4923 \begin_layout Plain Layout
4924
4925 \series bold
4926 Radina
4927 \end_layout
4928
4929 \end_inset
4930 </cell>
4931 <cell alignment="center" valignment="top" usebox="none">
4932 \begin_inset Text
4933
4934 \begin_layout Plain Layout
4935 Claudio
4936 \end_layout
4937
4938 \end_inset
4939 </cell>
4940 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4941 \begin_inset Text
4942
4943 \begin_layout Plain Layout
4944 555
4945 \end_layout
4946
4947 \end_inset
4948 </cell>
4949 </row>
4950 <row>
4951 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4952 \begin_inset Text
4953
4954 \begin_layout Plain Layout
4955
4956 \series bold
4957 Stuffer
4958 \end_layout
4959
4960 \end_inset
4961 </cell>
4962 <cell alignment="center" valignment="top" usebox="none">
4963 \begin_inset Text
4964
4965 \begin_layout Plain Layout
4966 Oskar
4967 \end_layout
4968
4969 \end_inset
4970 </cell>
4971 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4972 \begin_inset Text
4973
4974 \begin_layout Plain Layout
4975 555
4976 \end_layout
4977
4978 \end_inset
4979 </cell>
4980 </row>
4981 <row>
4982 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4983 \begin_inset Text
4984
4985 \begin_layout Plain Layout
4986
4987 \series bold
4988 Tacchelli
4989 \end_layout
4990
4991 \end_inset
4992 </cell>
4993 <cell alignment="center" valignment="top" usebox="none">
4994 \begin_inset Text
4995
4996 \begin_layout Plain Layout
4997 Ugo
4998 \end_layout
4999
5000 \end_inset
5001 </cell>
5002 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5003 \begin_inset Text
5004
5005 \begin_layout Plain Layout
5006 555
5007 \end_layout
5008
5009 \end_inset
5010 </cell>
5011 </row>
5012 <row>
5013 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5014 \begin_inset Text
5015
5016 \begin_layout Plain Layout
5017
5018 \series bold
5019 Tezzele
5020 \end_layout
5021
5022 \end_inset
5023 </cell>
5024 <cell alignment="center" valignment="top" usebox="none">
5025 \begin_inset Text
5026
5027 \begin_layout Plain Layout
5028 Margit
5029 \end_layout
5030
5031 \end_inset
5032 </cell>
5033 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5034 \begin_inset Text
5035
5036 \begin_layout Plain Layout
5037 555
5038 \end_layout
5039
5040 \end_inset
5041 </cell>
5042 </row>
5043 <row>
5044 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5045 \begin_inset Text
5046
5047 \begin_layout Plain Layout
5048
5049 \series bold
5050 Unterkalmsteiner
5051 \end_layout
5052
5053 \end_inset
5054 </cell>
5055 <cell alignment="center" valignment="top" usebox="none">
5056 \begin_inset Text
5057
5058 \begin_layout Plain Layout
5059 Frieda
5060 \end_layout
5061
5062 \end_inset
5063 </cell>
5064 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5065 \begin_inset Text
5066
5067 \begin_layout Plain Layout
5068 555
5069 \end_layout
5070
5071 \end_inset
5072 </cell>
5073 </row>
5074 <row>
5075 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5076 \begin_inset Text
5077
5078 \begin_layout Plain Layout
5079
5080 \series bold
5081 Vieider
5082 \end_layout
5083
5084 \end_inset
5085 </cell>
5086 <cell alignment="center" valignment="top" usebox="none">
5087 \begin_inset Text
5088
5089 \begin_layout Plain Layout
5090 Hilde
5091 \end_layout
5092
5093 \end_inset
5094 </cell>
5095 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5096 \begin_inset Text
5097
5098 \begin_layout Plain Layout
5099 555
5100 \end_layout
5101
5102 \end_inset
5103 </cell>
5104 </row>
5105 <row>
5106 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5107 \begin_inset Text
5108
5109 \begin_layout Plain Layout
5110
5111 \series bold
5112 Vigna
5113 \end_layout
5114
5115 \end_inset
5116 </cell>
5117 <cell alignment="center" valignment="top" usebox="none">
5118 \begin_inset Text
5119
5120 \begin_layout Plain Layout
5121 Jürgen
5122 \end_layout
5123
5124 \end_inset
5125 </cell>
5126 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5127 \begin_inset Text
5128
5129 \begin_layout Plain Layout
5130 999
5131 \end_layout
5132
5133 \end_inset
5134 </cell>
5135 </row>
5136 <row>
5137 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5138 \begin_inset Text
5139
5140 \begin_layout Plain Layout
5141
5142 \series bold
5143 Weber
5144 \end_layout
5145
5146 \end_inset
5147 </cell>
5148 <cell alignment="center" valignment="top" usebox="none">
5149 \begin_inset Text
5150
5151 \begin_layout Plain Layout
5152 Maurizio
5153 \end_layout
5154
5155 \end_inset
5156 </cell>
5157 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5158 \begin_inset Text
5159
5160 \begin_layout Plain Layout
5161 555
5162 \end_layout
5163
5164 \end_inset
5165 </cell>
5166 </row>
5167 <row>
5168 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5169 \begin_inset Text
5170
5171 \begin_layout Plain Layout
5172
5173 \series bold
5174 Winkler
5175 \end_layout
5176
5177 \end_inset
5178 </cell>
5179 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5180 \begin_inset Text
5181
5182 \begin_layout Plain Layout
5183 Franz
5184 \end_layout
5185
5186 \end_inset
5187 </cell>
5188 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5189 \begin_inset Text
5190
5191 \begin_layout Plain Layout
5192 555
5193 \end_layout
5194
5195 \end_inset
5196 </cell>
5197 </row>
5198 <row endlastfoot="true">
5199 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5200 \begin_inset Text
5201
5202 \begin_layout Plain Layout
5203 Ende
5204 \end_layout
5205
5206 \end_inset
5207 </cell>
5208 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5209 \begin_inset Text
5210
5211 \begin_layout Plain Layout
5212
5213 \end_layout
5214
5215 \end_inset
5216 </cell>
5217 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221
5222 \end_layout
5223
5224 \end_inset
5225 </cell>
5226 </row>
5227 </lyxtabular>
5228
5229 \end_inset
5230
5231
5232 \begin_inset ERT
5233 status collapsed
5234
5235 \begin_layout Plain Layout
5236
5237
5238 \backslash
5239 addtocounter{table}{-1}
5240 \end_layout
5241
5242 \end_inset
5243
5244
5245 \begin_inset Note Note
5246 status collapsed
5247
5248 \begin_layout Plain Layout
5249 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5250 \begin_inset space ~
5251 \end_inset
5252
5253
5254 \begin_inset CommandInset ref
5255 LatexCommand ref
5256 reference "uab:Beschriftungen-langer-Tabellen"
5257
5258 \end_inset
5259
5260
5261 \end_layout
5262
5263 \end_inset
5264
5265
5266 \end_layout
5267
5268 \begin_layout Subsection
5269 Fußnoten in langen Tabellen
5270 \begin_inset CommandInset label
5271 LatexCommand label
5272 name "uab:Fußnoten-in-langen"
5273
5274 \end_inset
5275
5276
5277 \begin_inset Index
5278 status collapsed
5279
5280 \begin_layout Plain Layout
5281 Tabellen ! lange ! Fußnoten
5282 \end_layout
5283
5284 \end_inset
5285
5286
5287 \end_layout
5288
5289 \begin_layout Standard
5290 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5291  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5292  Tabelle
5293 \begin_inset space ~
5294 \end_inset
5295
5296
5297 \begin_inset CommandInset ref
5298 LatexCommand ref
5299 reference "tab:DiffCaptions"
5300
5301 \end_inset
5302
5303  hat zum Beispiel eine Fußnote.
5304 \end_layout
5305
5306 \begin_layout Subsection
5307 Ausrichtung langer Tabellen
5308 \begin_inset Index
5309 status collapsed
5310
5311 \begin_layout Plain Layout
5312 Tabellen ! lange ! Ausrichtung
5313 \end_layout
5314
5315 \end_inset
5316
5317
5318 \end_layout
5319
5320 \begin_layout Standard
5321 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
5322  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
5323 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
5324  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
5325  Längen 
5326 \series bold
5327
5328 \backslash
5329 LTleft 
5330 \series default
5331 und 
5332 \series bold
5333
5334 \backslash
5335 LTright
5336 \series default
5337  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5338  wird:
5339 \end_layout
5340
5341 \begin_layout Standard
5342
5343 \series bold
5344
5345 \backslash
5346 setlength{
5347 \backslash
5348 LTleft}{Wert}
5349 \end_layout
5350
5351 \begin_layout Standard
5352 Wobei der Wert eine der in Tabelle
5353 \begin_inset space ~
5354 \end_inset
5355
5356
5357 \begin_inset CommandInset ref
5358 LatexCommand ref
5359 reference "tab:Maßeinheiten"
5360
5361 \end_inset
5362
5363  aufgelisteten Einheiten haben kann.
5364  
5365 \series bold
5366
5367 \backslash
5368 LTleft
5369 \series default
5370  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5371  
5372 \series bold
5373
5374 \backslash
5375 LTright
5376 \series default
5377  den Abstand von rechts.
5378  Die Voreinstellung für beide Werte ist 
5379 \series bold
5380
5381 \backslash
5382 fill
5383 \series default
5384 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5385  in LyX ist.
5386 \end_layout
5387
5388 \begin_layout Standard
5389 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5390 \series bold
5391
5392 \backslash
5393 LTleft
5394 \series default
5395  auf den Wert 0
5396 \begin_inset space \thinspace{}
5397 \end_inset
5398
5399 pt gesetzt wurde.
5400 \begin_inset ERT
5401 status collapsed
5402
5403 \begin_layout Plain Layout
5404
5405
5406 \backslash
5407 setlength{
5408 \backslash
5409 LTleft}{0pt}
5410 \end_layout
5411
5412 \end_inset
5413
5414
5415 \end_layout
5416
5417 \begin_layout Standard
5418 \begin_inset Tabular
5419 <lyxtabular version="3" rows="5" columns="5">
5420 <features islongtable="true">
5421 <column alignment="center" valignment="top" width="0">
5422 <column alignment="center" valignment="top" width="0">
5423 <column alignment="center" valignment="top" width="0">
5424 <column alignment="center" valignment="top" width="0">
5425 <column alignment="center" valignment="top" width="0">
5426 <row>
5427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Plain Layout
5431 1
5432 \end_layout
5433
5434 \end_inset
5435 </cell>
5436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5437 \begin_inset Text
5438
5439 \begin_layout Plain Layout
5440 2
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 3
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 4
5459 \end_layout
5460
5461 \end_inset
5462 </cell>
5463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5464 \begin_inset Text
5465
5466 \begin_layout Plain Layout
5467 5
5468 \end_layout
5469
5470 \end_inset
5471 </cell>
5472 </row>
5473 <row>
5474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5475 \begin_inset Text
5476
5477 \begin_layout Plain Layout
5478 asd
5479 \end_layout
5480
5481 \end_inset
5482 </cell>
5483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5484 \begin_inset Text
5485
5486 \begin_layout Plain Layout
5487 s
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" rightline="true" usebox="none">
5511 \begin_inset Text
5512
5513 \begin_layout Plain Layout
5514 asd
5515 \end_layout
5516
5517 \end_inset
5518 </cell>
5519 </row>
5520 <row>
5521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5522 \begin_inset Text
5523
5524 \begin_layout Plain Layout
5525 asd
5526 \end_layout
5527
5528 \end_inset
5529 </cell>
5530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5531 \begin_inset Text
5532
5533 \begin_layout Plain Layout
5534 s
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" rightline="true" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Plain Layout
5561 asd
5562 \end_layout
5563
5564 \end_inset
5565 </cell>
5566 </row>
5567 <row>
5568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Plain Layout
5572 asd
5573 \end_layout
5574
5575 \end_inset
5576 </cell>
5577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5578 \begin_inset Text
5579
5580 \begin_layout Plain Layout
5581 s
5582 \end_layout
5583
5584 \end_inset
5585 </cell>
5586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5587 \begin_inset Text
5588
5589 \begin_layout Plain Layout
5590 s
5591 \end_layout
5592
5593 \end_inset
5594 </cell>
5595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5596 \begin_inset Text
5597
5598 \begin_layout Plain Layout
5599 s
5600 \end_layout
5601
5602 \end_inset
5603 </cell>
5604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
5614 <row>
5615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5616 \begin_inset Text
5617
5618 \begin_layout Plain Layout
5619 asd
5620 \end_layout
5621
5622 \end_inset
5623 </cell>
5624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5625 \begin_inset Text
5626
5627 \begin_layout Plain Layout
5628 asd
5629 \end_layout
5630
5631 \end_inset
5632 </cell>
5633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5634 \begin_inset Text
5635
5636 \begin_layout Plain Layout
5637 asd
5638 \end_layout
5639
5640 \end_inset
5641 </cell>
5642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5643 \begin_inset Text
5644
5645 \begin_layout Plain Layout
5646 asd
5647 \end_layout
5648
5649 \end_inset
5650 </cell>
5651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5652 \begin_inset Text
5653
5654 \begin_layout Plain Layout
5655 asd
5656 \end_layout
5657
5658 \end_inset
5659 </cell>
5660 </row>
5661 </lyxtabular>
5662
5663 \end_inset
5664
5665
5666 \begin_inset ERT
5667 status collapsed
5668
5669 \begin_layout Plain Layout
5670
5671
5672 \backslash
5673 setlength{
5674 \backslash
5675 LTleft}{
5676 \backslash
5677 fill}
5678 \end_layout
5679
5680 \end_inset
5681
5682
5683 \begin_inset ERT
5684 status collapsed
5685
5686 \begin_layout Plain Layout
5687
5688
5689 \backslash
5690 addtocounter{table}{-1}
5691 \end_layout
5692
5693 \end_inset
5694
5695
5696 \begin_inset Note Note
5697 status collapsed
5698
5699 \begin_layout Plain Layout
5700 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5701 \begin_inset space ~
5702 \end_inset
5703
5704
5705 \begin_inset CommandInset ref
5706 LatexCommand ref
5707 reference "uab:Beschriftungen-langer-Tabellen"
5708
5709 \end_inset
5710
5711
5712 \end_layout
5713
5714 \end_inset
5715
5716
5717 \end_layout
5718
5719 \begin_layout Subsection
5720 Beschriftungen langer Tabellen
5721 \begin_inset CommandInset label
5722 LatexCommand label
5723 name "uab:Beschriftungen-langer-Tabellen"
5724
5725 \end_inset
5726
5727
5728 \begin_inset Index
5729 status collapsed
5730
5731 \begin_layout Plain Layout
5732 Tabellen ! lange ! Titel
5733 \end_layout
5734
5735 \end_inset
5736
5737
5738 \end_layout
5739
5740 \begin_layout Standard
5741 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5742  nur auf eine Seite gedruckt werden können.
5743  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5744 \begin_inset space ~
5745 \end_inset
5746
5747
5748 \begin_inset CommandInset ref
5749 LatexCommand ref
5750 reference "abs:Lange-Tabellen"
5751
5752 \end_inset
5753
5754  erklärt.
5755  Nur eine Tabellenzeile kann eine Beschriftung enthalten.
5756 \end_layout
5757
5758 \begin_layout Standard
5759 Hier ist eine kurze lange Tabelle, die zeigt, wie das funktioniert:
5760 \end_layout
5761
5762 \begin_layout Standard
5763 \begin_inset Tabular
5764 <lyxtabular version="3" rows="6" columns="5">
5765 <features islongtable="true">
5766 <column alignment="center" valignment="top" width="0">
5767 <column alignment="center" valignment="top" width="0">
5768 <column alignment="center" valignment="top" width="0">
5769 <column alignment="center" valignment="top" width="0">
5770 <column alignment="center" valignment="top" width="0">
5771 <row caption="true">
5772 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776 \begin_inset Caption
5777
5778 \begin_layout Plain Layout
5779 Eine lange Tabelle mit Titel
5780 \begin_inset OptArg
5781 status open
5782
5783 \begin_layout Plain Layout
5784 Lange Tabelle
5785 \end_layout
5786
5787 \end_inset
5788
5789
5790 \end_layout
5791
5792 \end_inset
5793
5794
5795 \end_layout
5796
5797 \end_inset
5798 </cell>
5799 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Plain Layout
5821
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 </row>
5836 <row>
5837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841 1
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5847 \begin_inset Text
5848
5849 \begin_layout Plain Layout
5850 2
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 3
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 4
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877 5
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 </row>
5883 <row>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888 asd
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 s
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" rightline="true" usebox="none">
5921 \begin_inset Text
5922
5923 \begin_layout Plain Layout
5924 asd
5925 \end_layout
5926
5927 \end_inset
5928 </cell>
5929 </row>
5930 <row>
5931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935 asd
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944 s
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" rightline="true" usebox="none">
5968 \begin_inset Text
5969
5970 \begin_layout Plain Layout
5971 asd
5972 \end_layout
5973
5974 \end_inset
5975 </cell>
5976 </row>
5977 <row>
5978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 asd
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991 s
5992 \end_layout
5993
5994 \end_inset
5995 </cell>
5996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5997 \begin_inset Text
5998
5999 \begin_layout Plain Layout
6000 s
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6006 \begin_inset Text
6007
6008 \begin_layout Plain Layout
6009 s
6010 \end_layout
6011
6012 \end_inset
6013 </cell>
6014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6024 <row>
6025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Plain Layout
6029 asd
6030 \end_layout
6031
6032 \end_inset
6033 </cell>
6034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6035 \begin_inset Text
6036
6037 \begin_layout Plain Layout
6038 asd
6039 \end_layout
6040
6041 \end_inset
6042 </cell>
6043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Plain Layout
6047 asd
6048 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056 asd
6057 \end_layout
6058
6059 \end_inset
6060 </cell>
6061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Plain Layout
6065 asd
6066 \end_layout
6067
6068 \end_inset
6069 </cell>
6070 </row>
6071 </lyxtabular>
6072
6073 \end_inset
6074
6075
6076 \end_layout
6077
6078 \begin_layout Standard
6079 \begin_inset VSpace medskip
6080 \end_inset
6081
6082
6083 \begin_inset Note Greyedout
6084 status open
6085
6086 \begin_layout Plain Layout
6087
6088 \series bold
6089 Bemerkung
6090 \begin_inset space ~
6091 \end_inset
6092
6093 1:
6094 \series default
6095  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6096  Titel vergeben.
6097  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6098 \begin_inset space ~
6099 \end_inset
6100
6101 2.4 auf Tabelle
6102 \begin_inset space ~
6103 \end_inset
6104
6105 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6106  Beschriftung sind.
6107  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6108  LaTeX-Befehl als TeX-Code einfügen:
6109 \end_layout
6110
6111 \begin_layout Plain Layout
6112
6113 \series bold
6114
6115 \backslash
6116 addtocounter{table}{-1}
6117 \end_layout
6118
6119 \begin_layout Plain Layout
6120 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6121  Beschriftung hat und Sie diesen Code zum LaTeX-Vorspann hinzufügen:
6122 \end_layout
6123
6124 \begin_layout Plain Layout
6125
6126 \series bold
6127
6128 \backslash
6129 let
6130 \backslash
6131 myEnd
6132 \backslash
6133 endlongtable
6134 \begin_inset Newline newline
6135 \end_inset
6136
6137
6138 \backslash
6139 renewcommand{
6140 \backslash
6141 endlongtable}{
6142 \backslash
6143 myEnd
6144 \backslash
6145 addtocounter{table}{-1}}
6146 \end_layout
6147
6148 \end_inset
6149
6150
6151 \end_layout
6152
6153 \begin_layout Standard
6154 \begin_inset Note Greyedout
6155 status open
6156
6157 \begin_layout Plain Layout
6158
6159 \series bold
6160 Bemerkung
6161 \begin_inset space ~
6162 \end_inset
6163
6164 2:
6165 \series default
6166  Wenn Sie 
6167 \series bold
6168 hyperref
6169 \series default
6170
6171 \begin_inset Index
6172 status collapsed
6173
6174 \begin_layout Plain Layout
6175 LaTeX-Pakete ! hyperref
6176 \end_layout
6177
6178 \end_inset
6179
6180  in den
6181 \family sans
6182  PDF-Eigenschaften
6183 \family default
6184  im 
6185 \family sans
6186 Dokument-Einstellungen
6187 \family default
6188  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6189  immer auf den Anfang des Dokuments zeigen.
6190 \end_layout
6191
6192 \end_inset
6193
6194
6195 \end_layout
6196
6197 \begin_layout Subsubsection
6198 Querverweise auf 
6199 \family sans
6200 lange Tabelle
6201 \family default
6202 n
6203 \begin_inset Index
6204 status collapsed
6205
6206 \begin_layout Plain Layout
6207 Tabellen ! lange ! Querverweis
6208 \end_layout
6209
6210 \end_inset
6211
6212
6213 \end_layout
6214
6215 \begin_layout Standard
6216 \begin_inset Tabular
6217 <lyxtabular version="3" rows="6" columns="5">
6218 <features islongtable="true">
6219 <column alignment="center" valignment="top" width="0">
6220 <column alignment="center" valignment="top" width="0">
6221 <column alignment="center" valignment="top" width="0">
6222 <column alignment="center" valignment="top" width="0">
6223 <column alignment="center" valignment="top" width="0">
6224 <row caption="true">
6225 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6226 \begin_inset Text
6227
6228 \begin_layout Plain Layout
6229 \begin_inset Caption
6230
6231 \begin_layout Plain Layout
6232 Lange Tabelle mit Marke
6233 \begin_inset CommandInset label
6234 LatexCommand label
6235 name "tab:LangeTabelle-mit-Marke"
6236
6237 \end_inset
6238
6239
6240 \end_layout
6241
6242 \end_inset
6243
6244
6245 \end_layout
6246
6247 \end_inset
6248 </cell>
6249 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Plain Layout
6253
6254 \end_layout
6255
6256 \end_inset
6257 </cell>
6258 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Plain Layout
6262
6263 \end_layout
6264
6265 \end_inset
6266 </cell>
6267 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6268 \begin_inset Text
6269
6270 \begin_layout Plain Layout
6271
6272 \end_layout
6273
6274 \end_inset
6275 </cell>
6276 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280
6281 \end_layout
6282
6283 \end_inset
6284 </cell>
6285 </row>
6286 <row>
6287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6288 \begin_inset Text
6289
6290 \begin_layout Plain Layout
6291 1
6292 \end_layout
6293
6294 \end_inset
6295 </cell>
6296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6297 \begin_inset Text
6298
6299 \begin_layout Plain Layout
6300 2
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 3
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 4
6319 \end_layout
6320
6321 \end_inset
6322 </cell>
6323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6324 \begin_inset Text
6325
6326 \begin_layout Plain Layout
6327 5
6328 \end_layout
6329
6330 \end_inset
6331 </cell>
6332 </row>
6333 <row>
6334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6335 \begin_inset Text
6336
6337 \begin_layout Plain Layout
6338 asd
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6344 \begin_inset Text
6345
6346 \begin_layout Plain Layout
6347 s
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" rightline="true" usebox="none">
6371 \begin_inset Text
6372
6373 \begin_layout Plain Layout
6374 asd
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 </row>
6380 <row>
6381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6382 \begin_inset Text
6383
6384 \begin_layout Plain Layout
6385 asd
6386 \end_layout
6387
6388 \end_inset
6389 </cell>
6390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6391 \begin_inset Text
6392
6393 \begin_layout Plain Layout
6394 s
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" rightline="true" usebox="none">
6418 \begin_inset Text
6419
6420 \begin_layout Plain Layout
6421 asd
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 </row>
6427 <row>
6428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6429 \begin_inset Text
6430
6431 \begin_layout Plain Layout
6432 asd
6433 \end_layout
6434
6435 \end_inset
6436 </cell>
6437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6438 \begin_inset Text
6439
6440 \begin_layout Plain Layout
6441 s
6442 \end_layout
6443
6444 \end_inset
6445 </cell>
6446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6447 \begin_inset Text
6448
6449 \begin_layout Plain Layout
6450 s
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Plain Layout
6459 s
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6474 <row>
6475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6476 \begin_inset Text
6477
6478 \begin_layout Plain Layout
6479 asd
6480 \end_layout
6481
6482 \end_inset
6483 </cell>
6484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6485 \begin_inset Text
6486
6487 \begin_layout Plain Layout
6488 sad
6489 \end_layout
6490
6491 \end_inset
6492 </cell>
6493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Plain Layout
6497 asd
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Plain Layout
6506 asd
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515 asd
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 </row>
6521 </lyxtabular>
6522
6523 \end_inset
6524
6525
6526 \end_layout
6527
6528 \begin_layout Standard
6529 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6530  im Titel einfügen.
6531 \end_layout
6532
6533 \begin_layout Standard
6534 Dies ist ein Verweis auf Tabelle
6535 \begin_inset space ~
6536 \end_inset
6537
6538
6539 \begin_inset CommandInset ref
6540 LatexCommand ref
6541 reference "tab:LangeTabelle-mit-Marke"
6542
6543 \end_inset
6544
6545 .
6546 \end_layout
6547
6548 \begin_layout Standard
6549 Mit dem LaTeX-Paket 
6550 \series bold
6551 caption
6552 \series default
6553
6554 \begin_inset Index
6555 status collapsed
6556
6557 \begin_layout Plain Layout
6558 LaTeX-Pakete ! caption
6559 \end_layout
6560
6561 \end_inset
6562
6563 , siehe Abschnitt
6564 \begin_inset space ~
6565 \end_inset
6566
6567
6568 \begin_inset CommandInset ref
6569 LatexCommand ref
6570 reference "abs:Titel-Formatierung"
6571
6572 \end_inset
6573
6574 , können Sie alle anderen Beschriftungsoptionen benutzen.
6575 \end_layout
6576
6577 \begin_layout Subsubsection
6578 Titelbreite
6579 \begin_inset Index
6580 status collapsed
6581
6582 \begin_layout Plain Layout
6583 Tabellen ! lange ! Beschriftungsbreite
6584 \end_layout
6585
6586 \end_inset
6587
6588
6589 \end_layout
6590
6591 \begin_layout Standard
6592 Die maximale Titelbreite wird durch die Variable 
6593 \series bold
6594
6595 \backslash
6596 LTcapwidth
6597 \series default
6598  definiert.
6599  Ihr Standardwert ist 4
6600 \begin_inset space \thinspace{}
6601 \end_inset
6602
6603 Zoll (
6604 \begin_inset Formula $\approx10$
6605 \end_inset
6606
6607
6608 \begin_inset space \thinspace{}
6609 \end_inset
6610
6611 cm).
6612  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6613  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6614 \end_layout
6615
6616 \begin_layout Standard
6617
6618 \series bold
6619
6620 \backslash
6621 setlength{
6622 \backslash
6623 LTcapwidth}{Breite}
6624 \end_layout
6625
6626 \begin_layout Standard
6627 wobei die Breite eine der in Anhang
6628 \begin_inset space ~
6629 \end_inset
6630
6631
6632 \begin_inset CommandInset ref
6633 LatexCommand ref
6634 reference "kap:In-LyX-verfügbare"
6635
6636 \end_inset
6637
6638  aufgelisteten Einheiten haben kann.
6639 \end_layout
6640
6641 \begin_layout Standard
6642 Die beiden folgenden Tabellen zeigen den Unterschied:
6643 \end_layout
6644
6645 \begin_layout Standard
6646 \begin_inset Tabular
6647 <lyxtabular version="3" rows="6" columns="5">
6648 <features islongtable="true">
6649 <column alignment="center" valignment="top" width="0">
6650 <column alignment="center" valignment="top" width="0">
6651 <column alignment="center" valignment="top" width="0">
6652 <column alignment="center" valignment="top" width="0">
6653 <column alignment="center" valignment="top" width="0">
6654 <row caption="true">
6655 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6656 \begin_inset Text
6657
6658 \begin_layout Plain Layout
6659 \begin_inset Caption
6660
6661 \begin_layout Plain Layout
6662 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6663 \begin_inset OptArg
6664 status open
6665
6666 \begin_layout Plain Layout
6667 Titel mit Standardbreite
6668 \end_layout
6669
6670 \end_inset
6671
6672
6673 \end_layout
6674
6675 \end_inset
6676
6677
6678 \end_layout
6679
6680 \end_inset
6681 </cell>
6682 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6683 \begin_inset Text
6684
6685 \begin_layout Plain Layout
6686
6687 \end_layout
6688
6689 \end_inset
6690 </cell>
6691 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6692 \begin_inset Text
6693
6694 \begin_layout Plain Layout
6695
6696 \end_layout
6697
6698 \end_inset
6699 </cell>
6700 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6701 \begin_inset Text
6702
6703 \begin_layout Plain Layout
6704
6705 \end_layout
6706
6707 \end_inset
6708 </cell>
6709 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6710 \begin_inset Text
6711
6712 \begin_layout Plain Layout
6713
6714 \end_layout
6715
6716 \end_inset
6717 </cell>
6718 </row>
6719 <row>
6720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6721 \begin_inset Text
6722
6723 \begin_layout Plain Layout
6724 1
6725 \end_layout
6726
6727 \end_inset
6728 </cell>
6729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6730 \begin_inset Text
6731
6732 \begin_layout Plain Layout
6733 2
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 3
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 4
6752 \end_layout
6753
6754 \end_inset
6755 </cell>
6756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6757 \begin_inset Text
6758
6759 \begin_layout Plain Layout
6760 5
6761 \end_layout
6762
6763 \end_inset
6764 </cell>
6765 </row>
6766 <row>
6767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6768 \begin_inset Text
6769
6770 \begin_layout Plain Layout
6771 asd
6772 \end_layout
6773
6774 \end_inset
6775 </cell>
6776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout Plain Layout
6780 s
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" rightline="true" usebox="none">
6804 \begin_inset Text
6805
6806 \begin_layout Plain Layout
6807 asd
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 </row>
6813 <row>
6814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6815 \begin_inset Text
6816
6817 \begin_layout Plain Layout
6818 asd
6819 \end_layout
6820
6821 \end_inset
6822 </cell>
6823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6824 \begin_inset Text
6825
6826 \begin_layout Plain Layout
6827 s
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" rightline="true" usebox="none">
6851 \begin_inset Text
6852
6853 \begin_layout Plain Layout
6854 asd
6855 \end_layout
6856
6857 \end_inset
6858 </cell>
6859 </row>
6860 <row>
6861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6862 \begin_inset Text
6863
6864 \begin_layout Plain Layout
6865 asd
6866 \end_layout
6867
6868 \end_inset
6869 </cell>
6870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6871 \begin_inset Text
6872
6873 \begin_layout Plain Layout
6874 s
6875 \end_layout
6876
6877 \end_inset
6878 </cell>
6879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6880 \begin_inset Text
6881
6882 \begin_layout Plain Layout
6883 s
6884 \end_layout
6885
6886 \end_inset
6887 </cell>
6888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6889 \begin_inset Text
6890
6891 \begin_layout Plain Layout
6892 s
6893 \end_layout
6894
6895 \end_inset
6896 </cell>
6897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6907 <row>
6908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6909 \begin_inset Text
6910
6911 \begin_layout Plain Layout
6912 asd
6913 \end_layout
6914
6915 \end_inset
6916 </cell>
6917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Plain Layout
6921 sad
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6927 \begin_inset Text
6928
6929 \begin_layout Plain Layout
6930 asd
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939 asd
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948 asd
6949 \end_layout
6950
6951 \end_inset
6952 </cell>
6953 </row>
6954 </lyxtabular>
6955
6956 \end_inset
6957
6958
6959 \end_layout
6960
6961 \begin_layout Standard
6962 \begin_inset ERT
6963 status collapsed
6964
6965 \begin_layout Plain Layout
6966
6967
6968 \backslash
6969 setlength{
6970 \backslash
6971 LTcapwidth}{5cm}
6972 \end_layout
6973
6974 \end_inset
6975
6976
6977 \begin_inset Tabular
6978 <lyxtabular version="3" rows="6" columns="5">
6979 <features islongtable="true">
6980 <column alignment="center" valignment="top" width="0">
6981 <column alignment="center" valignment="top" width="0">
6982 <column alignment="center" valignment="top" width="0">
6983 <column alignment="center" valignment="top" width="0">
6984 <column alignment="center" valignment="top" width="0">
6985 <row caption="true">
6986 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6987 \begin_inset Text
6988
6989 \begin_layout Plain Layout
6990 \begin_inset Caption
6991
6992 \begin_layout Plain Layout
6993 Langer Titel mit 5
6994 \begin_inset space \thinspace{}
6995 \end_inset
6996
6997 cm Breite, Langer Titel mit 5
6998 \begin_inset space \thinspace{}
6999 \end_inset
7000
7001 cm Breite
7002 \begin_inset OptArg
7003 status open
7004
7005 \begin_layout Plain Layout
7006 Titel mit 5
7007 \begin_inset space \thinspace{}
7008 \end_inset
7009
7010 cm Breite
7011 \end_layout
7012
7013 \end_inset
7014
7015
7016 \end_layout
7017
7018 \end_inset
7019
7020
7021 \end_layout
7022
7023 \end_inset
7024 </cell>
7025 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Plain Layout
7038
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Plain Layout
7047
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Plain Layout
7056
7057 \end_layout
7058
7059 \end_inset
7060 </cell>
7061 </row>
7062 <row>
7063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7064 \begin_inset Text
7065
7066 \begin_layout Plain Layout
7067 1
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076 2
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 3
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 4
7095 \end_layout
7096
7097 \end_inset
7098 </cell>
7099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7100 \begin_inset Text
7101
7102 \begin_layout Plain Layout
7103 5
7104 \end_layout
7105
7106 \end_inset
7107 </cell>
7108 </row>
7109 <row>
7110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7111 \begin_inset Text
7112
7113 \begin_layout Plain Layout
7114 asd
7115 \end_layout
7116
7117 \end_inset
7118 </cell>
7119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7120 \begin_inset Text
7121
7122 \begin_layout Plain Layout
7123 s
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" rightline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Plain Layout
7150 asd
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 </row>
7156 <row>
7157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7158 \begin_inset Text
7159
7160 \begin_layout Plain Layout
7161 asd
7162 \end_layout
7163
7164 \end_inset
7165 </cell>
7166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7167 \begin_inset Text
7168
7169 \begin_layout Plain Layout
7170 s
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" rightline="true" usebox="none">
7194 \begin_inset Text
7195
7196 \begin_layout Plain Layout
7197 asd
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 </row>
7203 <row>
7204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7205 \begin_inset Text
7206
7207 \begin_layout Plain Layout
7208 asd
7209 \end_layout
7210
7211 \end_inset
7212 </cell>
7213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7214 \begin_inset Text
7215
7216 \begin_layout Plain Layout
7217 s
7218 \end_layout
7219
7220 \end_inset
7221 </cell>
7222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7223 \begin_inset Text
7224
7225 \begin_layout Plain Layout
7226 s
7227 \end_layout
7228
7229 \end_inset
7230 </cell>
7231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Plain Layout
7235 s
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
7250 <row>
7251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7252 \begin_inset Text
7253
7254 \begin_layout Plain Layout
7255 asd
7256 \end_layout
7257
7258 \end_inset
7259 </cell>
7260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7261 \begin_inset Text
7262
7263 \begin_layout Plain Layout
7264 sad
7265 \end_layout
7266
7267 \end_inset
7268 </cell>
7269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7270 \begin_inset Text
7271
7272 \begin_layout Plain Layout
7273 asd
7274 \end_layout
7275
7276 \end_inset
7277 </cell>
7278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7279 \begin_inset Text
7280
7281 \begin_layout Plain Layout
7282 asd
7283 \end_layout
7284
7285 \end_inset
7286 </cell>
7287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7288 \begin_inset Text
7289
7290 \begin_layout Plain Layout
7291 asd
7292 \end_layout
7293
7294 \end_inset
7295 </cell>
7296 </row>
7297 </lyxtabular>
7298
7299 \end_inset
7300
7301
7302 \begin_inset ERT
7303 status collapsed
7304
7305 \begin_layout Plain Layout
7306
7307
7308 \backslash
7309 setlength{
7310 \backslash
7311 LTcapwidth}{4in}
7312 \end_layout
7313
7314 \end_inset
7315
7316
7317 \begin_inset Note Note
7318 status collapsed
7319
7320 \begin_layout Plain Layout
7321 Beschriftungsbreite zurücksetzen
7322 \end_layout
7323
7324 \end_inset
7325
7326
7327 \end_layout
7328
7329 \begin_layout Standard
7330 \begin_inset Note Greyedout
7331 status open
7332
7333 \begin_layout Plain Layout
7334
7335 \series bold
7336 Achtung:
7337 \series default
7338  Wenn das LaTeX-Paket 
7339 \series bold
7340 caption
7341 \series default
7342
7343 \begin_inset Index
7344 status collapsed
7345
7346 \begin_layout Plain Layout
7347 LaTeX-Pakete ! caption
7348 \end_layout
7349
7350 \end_inset
7351
7352  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7353  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7354  4
7355 \begin_inset space \thinspace{}
7356 \end_inset
7357
7358 Zoll für 
7359 \series bold
7360
7361 \backslash
7362 LTcapwidth
7363 \series default
7364  benutzen.
7365  Um in diesem Fall eine genau 4
7366 \begin_inset space \thinspace{}
7367 \end_inset
7368
7369 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7370  4
7371 \begin_inset space \thinspace{}
7372 \end_inset
7373
7374 Zoll veränderten Wert wie z.
7375 \begin_inset space \thinspace{}
7376 \end_inset
7377
7378 B.
7379  3.99
7380 \begin_inset space \thinspace{}
7381 \end_inset
7382
7383 Zoll verwenden oder den LaTeX-Befehl 
7384 \series bold
7385
7386 \backslash
7387 captionsetup{width=Wert}
7388 \series default
7389  benutzen, der vom 
7390 \series bold
7391 caption
7392 \series default
7393 -Paket bereitgestellt wird.
7394 \end_layout
7395
7396 \end_inset
7397
7398
7399 \end_layout
7400
7401 \begin_layout Subsubsection
7402 Unterschiedliche Titel für Tabellenseiten
7403 \begin_inset Index
7404 status collapsed
7405
7406 \begin_layout Plain Layout
7407 Tabellen ! lange ! mehrere Titel
7408 \end_layout
7409
7410 \end_inset
7411
7412
7413 \end_layout
7414
7415 \begin_layout Standard
7416 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7417  die erste, müssen Sie die Beschriftung in eine leere Zeile, die als Kopfzeile
7418  definiert wurde, mit diesem TeX-Code Befehl einfügen:
7419 \end_layout
7420
7421 \begin_layout Standard
7422
7423 \series bold
7424
7425 \backslash
7426 caption*{Beschriftung}
7427 \backslash
7428
7429 \backslash
7430 %
7431 \end_layout
7432
7433 \begin_layout Standard
7434 Tabelle
7435 \begin_inset space ~
7436 \end_inset
7437
7438
7439 \begin_inset CommandInset ref
7440 LatexCommand ref
7441 reference "tab:DiffCaptions"
7442
7443 \end_inset
7444
7445  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7446  ohne Tabellennummer auf der zweiten Seite.
7447 \end_layout
7448
7449 \begin_layout Standard
7450 \align center
7451 \begin_inset Tabular
7452 <lyxtabular version="3" rows="59" columns="3">
7453 <features islongtable="true" lastFootEmpty="true">
7454 <column alignment="left" valignment="top" width="0cm">
7455 <column alignment="left" valignment="top" width="0pt">
7456 <column alignment="right" valignment="top" width="0pt">
7457 <row caption="true">
7458 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7459 \begin_inset Text
7460
7461 \begin_layout Plain Layout
7462 \begin_inset Caption
7463
7464 \begin_layout Plain Layout
7465 Telefonliste
7466 \begin_inset CommandInset label
7467 LatexCommand label
7468 name "tab:DiffCaptions"
7469
7470 \end_inset
7471
7472
7473 \begin_inset OptArg
7474 status collapsed
7475
7476 \begin_layout Plain Layout
7477 Telefonliste
7478 \end_layout
7479
7480 \end_inset
7481
7482
7483 \end_layout
7484
7485 \end_inset
7486
7487
7488 \end_layout
7489
7490 \end_inset
7491 </cell>
7492 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Plain Layout
7496
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505
7506 \end_layout
7507
7508 \end_inset
7509 </cell>
7510 </row>
7511 <row endfirsthead="true">
7512 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7513 \begin_inset Text
7514
7515 \begin_layout Plain Layout
7516
7517 \series bold
7518 Telefonliste (ignoriere die Namen)
7519 \end_layout
7520
7521 \end_inset
7522 </cell>
7523 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7524 \begin_inset Text
7525
7526 \begin_layout Plain Layout
7527
7528 \end_layout
7529
7530 \end_inset
7531 </cell>
7532 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7533 \begin_inset Text
7534
7535 \begin_layout Plain Layout
7536
7537 \end_layout
7538
7539 \end_inset
7540 </cell>
7541 </row>
7542 <row endfirsthead="true">
7543 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547
7548 \series bold
7549 NAME
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567
7568 \series bold
7569 TEL.
7570 \end_layout
7571
7572 \end_inset
7573 </cell>
7574 </row>
7575 <row endhead="true">
7576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7577 \begin_inset Text
7578
7579 \begin_layout Plain Layout
7580 \begin_inset ERT
7581 status open
7582
7583 \begin_layout Plain Layout
7584
7585
7586 \backslash
7587 caption*{Fortsetzung der Telefonliste}
7588 \backslash
7589
7590 \backslash
7591 %
7592 \end_layout
7593
7594 \end_inset
7595
7596
7597 \end_layout
7598
7599 \end_inset
7600 </cell>
7601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Plain Layout
7605
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Plain Layout
7614
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 </row>
7620 <row endhead="true">
7621 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7622 \begin_inset Text
7623
7624 \begin_layout Plain Layout
7625
7626 \series bold
7627 Telefonliste
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7642 \begin_inset Text
7643
7644 \begin_layout Plain Layout
7645
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 </row>
7651 <row endhead="true">
7652 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656
7657 \series bold
7658 NAME
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Plain Layout
7667
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676
7677 \series bold
7678 TEL.
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 </row>
7684 <row endfoot="true">
7685 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Plain Layout
7689 wird fortgesetzt\SpecialChar \ldots{}
7690
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7696 \begin_inset Text
7697
7698 \begin_layout Plain Layout
7699
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Plain Layout
7708
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 </row>
7714 <row>
7715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7716 \begin_inset Text
7717
7718 \begin_layout Plain Layout
7719
7720 \series bold
7721 Annovi
7722 \end_layout
7723
7724 \end_inset
7725 </cell>
7726 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7727 \begin_inset Text
7728
7729 \begin_layout Plain Layout
7730 Silvia
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7736 \begin_inset Text
7737
7738 \begin_layout Plain Layout
7739 111
7740 \end_layout
7741
7742 \end_inset
7743 </cell>
7744 </row>
7745 <row>
7746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7747 \begin_inset Text
7748
7749 \begin_layout Plain Layout
7750
7751 \series bold
7752 Bertoli
7753 \end_layout
7754
7755 \end_inset
7756 </cell>
7757 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7758 \begin_inset Text
7759
7760 \begin_layout Plain Layout
7761 Stefano
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770 111
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 </row>
7776 <row>
7777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout Plain Layout
7781
7782 \series bold
7783 Bozzi
7784 \end_layout
7785
7786 \end_inset
7787 </cell>
7788 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7789 \begin_inset Text
7790
7791 \begin_layout Plain Layout
7792 Walter
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Plain Layout
7801 111
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 </row>
7807 <row>
7808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7809 \begin_inset Text
7810
7811 \begin_layout Plain Layout
7812
7813 \series bold
7814 Cachia
7815 \end_layout
7816
7817 \end_inset
7818 </cell>
7819 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7820 \begin_inset Text
7821
7822 \begin_layout Plain Layout
7823 Maria
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832 111
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 </row>
7838 <row>
7839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7840 \begin_inset Text
7841
7842 \begin_layout Plain Layout
7843
7844 \series bold
7845 Cachia
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Plain Layout
7854 Maurizio
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863 111
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 </row>
7869 <row>
7870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7871 \begin_inset Text
7872
7873 \begin_layout Plain Layout
7874
7875 \series bold
7876 Cinquemani
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Plain Layout
7885 Giusi
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7891 \begin_inset Text
7892
7893 \begin_layout Plain Layout
7894 111
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 </row>
7900 <row>
7901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905
7906 \series bold
7907 Colin
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916 Bernard
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925 111
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 </row>
7931 <row>
7932 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936
7937 \series bold
7938 Concli
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947 Gianfranco
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956 111
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 </row>
7962 <row>
7963 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967
7968 \series bold
7969 Dal Bosco
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978 Carolina
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987 111
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 </row>
7993 <row>
7994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998
7999 \series bold
8000 Dalpiaz
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009 Annamaria
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018 111
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 </row>
8024 <row>
8025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029
8030 \series bold
8031 Feliciello
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040 Domenico
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049 111
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 </row>
8055 <row>
8056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060
8061 \series bold
8062 Focarelli
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071 Paola
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080 111
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 </row>
8086 <row>
8087 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091
8092 \series bold
8093 Galletti
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102 Oreste
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111 111
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 </row>
8117 <row>
8118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122
8123 \series bold
8124 Gasparini
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133 Franca
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Plain Layout
8142 111
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 </row>
8148 <row>
8149 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Plain Layout
8153
8154 \series bold
8155 Rizzardi
8156 \series default
8157
8158 \begin_inset Foot
8159 status open
8160
8161 \begin_layout Plain Layout
8162 Beispielfußnote
8163 \end_layout
8164
8165 \end_inset
8166
8167
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176 Paola
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8182 \begin_inset Text
8183
8184 \begin_layout Plain Layout
8185 111
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 </row>
8191 <row>
8192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8193 \begin_inset Text
8194
8195 \begin_layout Plain Layout
8196
8197 \series bold
8198 Lassini
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207 Giancarlo
8208 \end_layout
8209
8210 \end_inset
8211 </cell>
8212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8213 \begin_inset Text
8214
8215 \begin_layout Plain Layout
8216 111
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 </row>
8222 <row>
8223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8224 \begin_inset Text
8225
8226 \begin_layout Plain Layout
8227
8228 \series bold
8229 Malfatti
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238 Luciano
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247 111
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 </row>
8253 <row>
8254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8255 \begin_inset Text
8256
8257 \begin_layout Plain Layout
8258
8259 \series bold
8260 Malfatti
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269 Valeriano
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278 111
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 </row>
8284 <row>
8285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8286 \begin_inset Text
8287
8288 \begin_layout Plain Layout
8289
8290 \series bold
8291 Meneguzzo
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300 Roberto
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 111
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 </row>
8315 <row>
8316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8317 \begin_inset Text
8318
8319 \begin_layout Plain Layout
8320
8321 \series bold
8322 Mezzadra
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331 Roberto
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340 111
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 </row>
8346 <row>
8347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351
8352 \series bold
8353 Pirpamer
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362 Erich
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371 111
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 </row>
8377 <row>
8378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8379 \begin_inset Text
8380
8381 \begin_layout Plain Layout
8382
8383 \series bold
8384 Pochiesa
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393 Paolo
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 111, 222
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 </row>
8408 <row>
8409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413
8414 \series bold
8415 Radina
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424 Claudio
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433 111
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 </row>
8439 <row>
8440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8441 \begin_inset Text
8442
8443 \begin_layout Plain Layout
8444
8445 \series bold
8446 Stuffer
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455 Oskar
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464 111
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 </row>
8470 <row>
8471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475
8476 \series bold
8477 Tacchelli
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486 Ugo
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 111
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 </row>
8501 <row>
8502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Plain Layout
8506
8507 \series bold
8508 Tezzele
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517 Margit
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526 111
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 </row>
8532 <row>
8533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537
8538 \series bold
8539 Unterkalmsteiner
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548 Frieda
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557 111
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 </row>
8563 <row>
8564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568
8569 \series bold
8570 Vieider
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579 Hilde
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588 111
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 </row>
8594 <row>
8595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599
8600 \series bold
8601 Vigna
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610 Jürgen
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8616 \begin_inset Text
8617
8618 \begin_layout Plain Layout
8619 111
8620 \end_layout
8621
8622 \end_inset
8623 </cell>
8624 </row>
8625 <row>
8626 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Plain Layout
8630
8631 \series bold
8632 Weber
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641 Maurizio
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650 111
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 </row>
8656 <row>
8657 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661
8662 \series bold
8663 Winkler
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672 Franz
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681 111
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 </row>
8687 <row>
8688 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8689 \begin_inset Text
8690
8691 \begin_layout Plain Layout
8692  
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 </row>
8716 <row>
8717 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721
8722 \series bold
8723 Annovi
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732 Silvia
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741 555
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 </row>
8747 <row>
8748 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752
8753 \series bold
8754 Bertoli
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763 Stefano
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772 555
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 </row>
8778 <row>
8779 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783
8784 \series bold
8785 Bozzi
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794 Walter
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 555
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 </row>
8809 <row>
8810 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814
8815 \series bold
8816 Cachia
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825 Maria
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834 555
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 </row>
8840 <row>
8841 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845
8846 \series bold
8847 Cachia
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856 Maurizio
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865 555
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 </row>
8871 <row>
8872 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876
8877 \series bold
8878 Cinquemani
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887 Giusi
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896 555
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 </row>
8902 <row>
8903 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907
8908 \series bold
8909 Colin
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918 Bernard
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927 555
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 </row>
8933 <row>
8934 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938
8939 \series bold
8940 Concli
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949 Gianfranco
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958 555
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 </row>
8964 <row>
8965 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Plain Layout
8969
8970 \series bold
8971 Dal Bosco
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980 Carolina
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989 555
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 </row>
8995 <row>
8996 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000
9001 \series bold
9002 Dalpiaz
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011 Annamaria
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020 555
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 </row>
9026 <row>
9027 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Plain Layout
9031
9032 \series bold
9033 Feliciello
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042 Domenico
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 555
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 </row>
9057 <row>
9058 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9059 \begin_inset Text
9060
9061 \begin_layout Plain Layout
9062
9063 \series bold
9064 Focarelli
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Plain Layout
9073 Paola
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082 555
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 </row>
9088 <row>
9089 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Plain Layout
9093
9094 \series bold
9095 Galletti
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104 Oreste
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113 555
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 </row>
9119 <row>
9120 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Plain Layout
9124
9125 \series bold
9126 Gasparini
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9132 \begin_inset Text
9133
9134 \begin_layout Plain Layout
9135 Franca
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144 555
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 </row>
9150 <row>
9151 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155
9156 \series bold
9157 Rizzardi
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166 Paola
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 555
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 </row>
9181 <row>
9182 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186
9187 \series bold
9188 Lassini
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197 Giancarlo
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206 555
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 </row>
9212 <row>
9213 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217
9218 \series bold
9219 Malfatti
9220 \end_layout
9221
9222 \end_inset
9223 </cell>
9224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Plain Layout
9228 Luciano
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237 555
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 </row>
9243 <row>
9244 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Plain Layout
9248
9249 \series bold
9250 Malfatti
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Plain Layout
9259 Valeriano
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Plain Layout
9268 555
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 </row>
9274 <row>
9275 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9276 \begin_inset Text
9277
9278 \begin_layout Plain Layout
9279
9280 \series bold
9281 Meneguzzo
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290 Roberto
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Plain Layout
9299 555
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 </row>
9305 <row>
9306 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9307 \begin_inset Text
9308
9309 \begin_layout Plain Layout
9310
9311 \series bold
9312 Mezzadra
9313 \end_layout
9314
9315 \end_inset
9316 </cell>
9317 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Plain Layout
9321 Roberto
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9327 \begin_inset Text
9328
9329 \begin_layout Plain Layout
9330 555
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 </row>
9336 </lyxtabular>
9337
9338 \end_inset
9339
9340
9341 \end_layout
9342
9343 \begin_layout Section
9344 Weitere Möglichkeiten für 
9345 \family sans
9346 lange Tabelle
9347 \family default
9348 n
9349 \begin_inset CommandInset label
9350 LatexCommand label
9351 name "abs:Special-Longtable-Issues"
9352
9353 \end_inset
9354
9355
9356 \end_layout
9357
9358 \begin_layout Subsection
9359 L
9360 \family sans
9361 ange Tabelle
9362 \family default
9363 n: Berechnung
9364 \begin_inset Index
9365 status collapsed
9366
9367 \begin_layout Plain Layout
9368 Tabellen ! lange ! Berechnung
9369 \end_layout
9370
9371 \end_inset
9372
9373
9374 \end_layout
9375
9376 \begin_layout Standard
9377 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9378  so genannten 
9379 \emph on
9380 chunks
9381 \emph default
9382  (Brocken).
9383  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9384  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9385  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9386  das die Druckausgabe.
9387  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9388  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9389  einfügen:
9390 \end_layout
9391
9392 \begin_layout Standard
9393
9394 \series bold
9395
9396 \backslash
9397 setcounter{LTchunksize}{100}
9398 \end_layout
9399
9400 \begin_layout Subsection
9401 Gleitobjekte und L
9402 \family sans
9403 ange Tabelle
9404 \family default
9405 n
9406 \begin_inset Index
9407 status collapsed
9408
9409 \begin_layout Plain Layout
9410 Tabellen ! lange ! und Gleitobjekte
9411 \end_layout
9412
9413 \end_inset
9414
9415
9416 \end_layout
9417
9418 \begin_layout Standard
9419 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9420 \family sans
9421 lange
9422 \begin_inset space ~
9423 \end_inset
9424
9425 Tabelle
9426 \family default
9427  beginnt, ein Gleitobjekt befindet.
9428  Um das zu vermeiden, können Sie vor der 
9429 \family sans
9430 langen
9431 \begin_inset space ~
9432 \end_inset
9433
9434 Tabellen
9435 \family default
9436  einen manuellen Seitenumbruch
9437 \family sans
9438  Einfügen\SpecialChar \menuseparator
9439 Formatierung\SpecialChar \menuseparator
9440 [Doppel]Seite
9441 \begin_inset space \space{}
9442 \end_inset
9443
9444 leeren
9445 \family default
9446  einfügen, siehe 
9447 \emph on
9448 Benutzerhandbuch
9449 \emph default
9450 .
9451 \end_layout
9452
9453 \begin_layout Subsection
9454 Manuelle Seitenumbrüche
9455 \begin_inset Index
9456 status collapsed
9457
9458 \begin_layout Plain Layout
9459 Tabellen ! lange ! manueller Seitenumbruch
9460 \end_layout
9461
9462 \end_inset
9463
9464
9465 \end_layout
9466
9467 \begin_layout Standard
9468 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9469  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9470  der Zelle umbrechen wollen, fügen Sie den Befehl  
9471 \begin_inset Quotes gld
9472 \end_inset
9473
9474
9475 \series bold
9476
9477 \backslash
9478
9479 \backslash
9480
9481 \series default
9482
9483 \begin_inset Quotes grd
9484 \end_inset
9485
9486  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9487  werden kann.
9488  Vor dem 
9489 \begin_inset Quotes gld
9490 \end_inset
9491
9492
9493 \series bold
9494
9495 \backslash
9496
9497 \backslash
9498
9499 \series default
9500
9501 \begin_inset Quotes grd
9502 \end_inset
9503
9504 -Befehl müssen Sie so viele 
9505 \begin_inset Quotes gld
9506 \end_inset
9507
9508
9509 \series bold
9510 &
9511 \series default
9512
9513 \begin_inset Quotes grd
9514 \end_inset
9515
9516  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9517  Mit 
9518 \begin_inset Quotes gld
9519 \end_inset
9520
9521
9522 \series bold
9523 &
9524 \series default
9525
9526 \begin_inset Quotes grd
9527 \end_inset
9528
9529   werden in LaTeX Tabellenzellen getrennt.
9530  Hinter jedes 
9531 \begin_inset Quotes gld
9532 \end_inset
9533
9534
9535 \series bold
9536 &
9537 \series default
9538
9539 \begin_inset Quotes grd
9540 \end_inset
9541
9542  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9543  und löschen den Inhalt dieser Zellen.
9544 \end_layout
9545
9546 \begin_layout Standard
9547 Hinter dem 
9548 \begin_inset Quotes gld
9549 \end_inset
9550
9551
9552 \series bold
9553
9554 \backslash
9555
9556 \backslash
9557
9558 \series default
9559
9560 \begin_inset Quotes grd
9561 \end_inset
9562
9563 -Befehl müssen Sie so viele 
9564 \begin_inset Quotes gld
9565 \end_inset
9566
9567
9568 \series bold
9569 &
9570 \series default
9571
9572 \begin_inset Quotes grd
9573 \end_inset
9574
9575  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9576  In Tabelle
9577 \begin_inset space ~
9578 \end_inset
9579
9580
9581 \begin_inset CommandInset ref
9582 LatexCommand ref
9583 reference "tab:ForcedPagebreak"
9584
9585 \end_inset
9586
9587  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9588  Es folgt noch eine weitere Spalte.
9589  Deshalb wurde hinter dem Wort 
9590 \emph on
9591 Castelchiodato, 
9592 \emph default
9593 folgendes eingefügt:
9594 \end_layout
9595
9596 \begin_layout Standard
9597
9598 \series bold
9599 & 111
9600 \backslash
9601
9602 \backslash
9603  
9604 \backslash
9605 newpage
9606 \begin_inset Newline newline
9607 \end_inset
9608
9609 &
9610 \end_layout
9611
9612 \begin_layout Standard
9613 Die 
9614 \begin_inset Quotes gld
9615 \end_inset
9616
9617 111
9618 \begin_inset Quotes grd
9619 \end_inset
9620
9621  in der dritten Spalte wurde gelöscht.
9622  
9623 \series bold
9624
9625 \backslash
9626 newpage
9627 \series default
9628  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9629  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9630  Wenn die Fußzeile Ihrer 
9631 \family sans
9632 langen
9633 \begin_inset space ~
9634 \end_inset
9635
9636 Tabelle
9637 \family default
9638  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9639  Befehle benutzen:
9640 \end_layout
9641
9642 \begin_layout Standard
9643
9644 \series bold
9645 & 111
9646 \backslash
9647
9648 \backslash
9649
9650 \begin_inset Newline newline
9651 \end_inset
9652
9653
9654 \backslash
9655 hline &
9656 \end_layout
9657
9658 \begin_layout Standard
9659 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9660  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9661 \end_layout
9662
9663 \begin_layout Standard
9664
9665 \series bold
9666
9667 \backslash
9668 setlength{
9669 \backslash
9670 parfillskip}{0pt}
9671 \end_layout
9672
9673 \begin_layout Standard
9674 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9675  erscheint.
9676 \end_layout
9677
9678 \begin_layout Standard
9679 \align center
9680 \begin_inset Tabular
9681 <lyxtabular version="3" rows="38" columns="3">
9682 <features islongtable="true" lastFootEmpty="true">
9683 <column alignment="left" valignment="top" width="0cm">
9684 <column alignment="left" valignment="top" width="3cm">
9685 <column alignment="right" valignment="top" width="0pt">
9686 <row caption="true">
9687 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9688 \begin_inset Text
9689
9690 \begin_layout Plain Layout
9691 \begin_inset Caption
9692
9693 \begin_layout Plain Layout
9694 Tabelle mit manuellem Seitenumbruch in einer Zelle
9695 \begin_inset CommandInset label
9696 LatexCommand label
9697 name "tab:ForcedPagebreak"
9698
9699 \end_inset
9700
9701
9702 \begin_inset OptArg
9703 status collapsed
9704
9705 \begin_layout Plain Layout
9706 Tabelle mit manuellem Seitenumbruch in einer Zelle
9707 \end_layout
9708
9709 \end_inset
9710
9711
9712 \end_layout
9713
9714 \end_inset
9715
9716
9717 \end_layout
9718
9719 \end_inset
9720 </cell>
9721 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9722 \begin_inset Text
9723
9724 \begin_layout Plain Layout
9725
9726 \end_layout
9727
9728 \end_inset
9729 </cell>
9730 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9731 \begin_inset Text
9732
9733 \begin_layout Plain Layout
9734
9735 \end_layout
9736
9737 \end_inset
9738 </cell>
9739 </row>
9740 <row endfirsthead="true">
9741 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9742 \begin_inset Text
9743
9744 \begin_layout Plain Layout
9745
9746 \series bold
9747 Telefonliste (ignoriere die Namen)
9748 \end_layout
9749
9750 \end_inset
9751 </cell>
9752 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9753 \begin_inset Text
9754
9755 \begin_layout Plain Layout
9756
9757 \end_layout
9758
9759 \end_inset
9760 </cell>
9761 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9762 \begin_inset Text
9763
9764 \begin_layout Plain Layout
9765
9766 \end_layout
9767
9768 \end_inset
9769 </cell>
9770 </row>
9771 <row endfirsthead="true">
9772 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776
9777 \series bold
9778 NAME
9779 \end_layout
9780
9781 \end_inset
9782 </cell>
9783 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9784 \begin_inset Text
9785
9786 \begin_layout Plain Layout
9787
9788 \end_layout
9789
9790 \end_inset
9791 </cell>
9792 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9793 \begin_inset Text
9794
9795 \begin_layout Plain Layout
9796
9797 \series bold
9798 TEL.
9799 \end_layout
9800
9801 \end_inset
9802 </cell>
9803 </row>
9804 <row endhead="true">
9805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9806 \begin_inset Text
9807
9808 \begin_layout Plain Layout
9809 \begin_inset ERT
9810 status collapsed
9811
9812 \begin_layout Plain Layout
9813
9814
9815 \backslash
9816 caption*{Fortsetzung der Tabelle}
9817 \backslash
9818
9819 \backslash
9820 %
9821 \end_layout
9822
9823 \end_inset
9824
9825
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834
9835 \end_layout
9836
9837 \end_inset
9838 </cell>
9839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9840 \begin_inset Text
9841
9842 \begin_layout Plain Layout
9843
9844 \end_layout
9845
9846 \end_inset
9847 </cell>
9848 </row>
9849 <row endhead="true">
9850 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9851 \begin_inset Text
9852
9853 \begin_layout Plain Layout
9854
9855 \series bold
9856 Telefonliste
9857 \end_layout
9858
9859 \end_inset
9860 </cell>
9861 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9862 \begin_inset Text
9863
9864 \begin_layout Plain Layout
9865
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9871 \begin_inset Text
9872
9873 \begin_layout Plain Layout
9874
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 </row>
9880 <row endhead="true">
9881 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885
9886 \series bold
9887 NAME
9888 \end_layout
9889
9890 \end_inset
9891 </cell>
9892 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Plain Layout
9896
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905
9906 \series bold
9907 TEL.
9908 \end_layout
9909
9910 \end_inset
9911 </cell>
9912 </row>
9913 <row endfoot="true">
9914 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9915 \begin_inset Text
9916
9917 \begin_layout Plain Layout
9918 wird fortgesetzt\SpecialChar \ldots{}
9919
9920 \end_layout
9921
9922 \end_inset
9923 </cell>
9924 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9925 \begin_inset Text
9926
9927 \begin_layout Plain Layout
9928
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 </row>
9943 <row>
9944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948
9949 \series bold
9950 Annovi
9951 \end_layout
9952
9953 \end_inset
9954 </cell>
9955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959 Silvia
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968 111
9969 \end_layout
9970
9971 \end_inset
9972 </cell>
9973 </row>
9974 <row>
9975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9976 \begin_inset Text
9977
9978 \begin_layout Plain Layout
9979
9980 \series bold
9981 Bertoli
9982 \end_layout
9983
9984 \end_inset
9985 </cell>
9986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990 Stefano
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999 111
10000 \end_layout
10001
10002 \end_inset
10003 </cell>
10004 </row>
10005 <row>
10006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10007 \begin_inset Text
10008
10009 \begin_layout Plain Layout
10010
10011 \series bold
10012 Bozzi
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10018 \begin_inset Text
10019
10020 \begin_layout Plain Layout
10021 Walter
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030 111
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 </row>
10036 <row>
10037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Plain Layout
10041
10042 \series bold
10043 Cachia
10044 \end_layout
10045
10046 \end_inset
10047 </cell>
10048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052 Maria
10053 \end_layout
10054
10055 \end_inset
10056 </cell>
10057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061 111
10062 \end_layout
10063
10064 \end_inset
10065 </cell>
10066 </row>
10067 <row>
10068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10069 \begin_inset Text
10070
10071 \begin_layout Plain Layout
10072
10073 \series bold
10074 Cachia
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10080 \begin_inset Text
10081
10082 \begin_layout Plain Layout
10083 Maurizio
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092 111
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 </row>
10098 <row>
10099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103
10104 \series bold
10105 Cinquemani
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114 Giusi
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123 111
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 </row>
10129 <row>
10130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134
10135 \series bold
10136 Colin
10137 \end_layout
10138
10139 \end_inset
10140 </cell>
10141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145 Bernard
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154 111
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 </row>
10160 <row>
10161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165
10166 \series bold
10167 Concli
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176 Gianfranco
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185 111
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 </row>
10191 <row>
10192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196
10197 \series bold
10198 Dal Bosco
10199 \end_layout
10200
10201 \end_inset
10202 </cell>
10203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10204 \begin_inset Text
10205
10206 \begin_layout Plain Layout
10207 Carolina
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216 111
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 </row>
10222 <row>
10223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10224 \begin_inset Text
10225
10226 \begin_layout Plain Layout
10227
10228 \series bold
10229 Dalpiaz
10230 \end_layout
10231
10232 \end_inset
10233 </cell>
10234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10235 \begin_inset Text
10236
10237 \begin_layout Plain Layout
10238 Annamaria
10239 \end_layout
10240
10241 \end_inset
10242 </cell>
10243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247 111
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 </row>
10253 <row>
10254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258
10259 \series bold
10260 Feliciello
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269 Domenico
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278 111
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 </row>
10284 <row>
10285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289
10290 \series bold
10291 Focarelli
10292 \end_layout
10293
10294 \end_inset
10295 </cell>
10296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10297 \begin_inset Text
10298
10299 \begin_layout Plain Layout
10300 Paola
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309 111
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 </row>
10315 <row>
10316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Plain Layout
10320
10321 \series bold
10322 Galletti
10323 \end_layout
10324
10325 \end_inset
10326 </cell>
10327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331 Oreste
10332 \end_layout
10333
10334 \end_inset
10335 </cell>
10336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Plain Layout
10340 111
10341 \end_layout
10342
10343 \end_inset
10344 </cell>
10345 </row>
10346 <row>
10347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10348 \begin_inset Text
10349
10350 \begin_layout Plain Layout
10351
10352 \series bold
10353 Gasparini
10354 \end_layout
10355
10356 \end_inset
10357 </cell>
10358 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362 Franca
10363 \end_layout
10364
10365 \end_inset
10366 </cell>
10367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371 111
10372 \end_layout
10373
10374 \end_inset
10375 </cell>
10376 </row>
10377 <row>
10378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Plain Layout
10382
10383 \series bold
10384 Lassini
10385 \end_layout
10386
10387 \end_inset
10388 </cell>
10389 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393 Giancarlo
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402 111
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 </row>
10408 <row>
10409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Plain Layout
10413
10414 \series bold
10415 Malfatti
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424 Luciano
10425 \end_layout
10426
10427 \end_inset
10428 </cell>
10429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433 111
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 </row>
10439 <row>
10440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444
10445 \series bold
10446 Malfatti
10447 \end_layout
10448
10449 \end_inset
10450 </cell>
10451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Plain Layout
10455 Valeriano
10456 \end_layout
10457
10458 \end_inset
10459 </cell>
10460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464 111
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 </row>
10470 <row>
10471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10472 \begin_inset Text
10473
10474 \begin_layout Plain Layout
10475
10476 \series bold
10477 Meneguzzo
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Plain Layout
10486 Roberto
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495 111
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 </row>
10501 <row>
10502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506
10507 \series bold
10508 Mezzadra
10509 \end_layout
10510
10511 \end_inset
10512 </cell>
10513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10514 \begin_inset Text
10515
10516 \begin_layout Plain Layout
10517 Roberto
10518 \end_layout
10519
10520 \end_inset
10521 </cell>
10522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10523 \begin_inset Text
10524
10525 \begin_layout Plain Layout
10526 111
10527 \end_layout
10528
10529 \end_inset
10530 </cell>
10531 </row>
10532 <row>
10533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10534 \begin_inset Text
10535
10536 \begin_layout Plain Layout
10537
10538 \series bold
10539 Pirpamer
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548 Erich
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557 111
10558 \end_layout
10559
10560 \end_inset
10561 </cell>
10562 </row>
10563 <row>
10564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568
10569 \series bold
10570 Pochiesa
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Plain Layout
10579 Paolo
10580 \end_layout
10581
10582 \end_inset
10583 </cell>
10584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10585 \begin_inset Text
10586
10587 \begin_layout Plain Layout
10588 111, 222
10589 \end_layout
10590
10591 \end_inset
10592 </cell>
10593 </row>
10594 <row>
10595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10596 \begin_inset Text
10597
10598 \begin_layout Plain Layout
10599
10600 \series bold
10601 Radina
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610 Claudio
10611 \end_layout
10612
10613 \end_inset
10614 </cell>
10615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10616 \begin_inset Text
10617
10618 \begin_layout Plain Layout
10619 111
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 </row>
10625 <row>
10626 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630
10631 \series bold
10632 Rizzardi
10633 \end_layout
10634
10635 \end_inset
10636 </cell>
10637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10638 \begin_inset Text
10639
10640 \begin_layout Plain Layout
10641 Paolo, 11.
10642  Fürst von Monte\SpecialChar \-
10643 com\SpecialChar \-
10644 patri, 11.
10645  Fürst von Sulmona und Vivaro, 10.
10646  Fürst von Rossano, 5.
10647  Herzog von Canemorte, 11.
10648  Herzog von Palombara, 5.
10649  Herzog von Castelchiodato,
10650 \begin_inset ERT
10651 status open
10652
10653 \begin_layout Plain Layout
10654
10655 & 111
10656 \backslash
10657
10658 \backslash
10659  
10660 \backslash
10661 newpage
10662 \end_layout
10663
10664 \begin_layout Plain Layout
10665
10666 &
10667 \end_layout
10668
10669 \end_inset
10670
10671  11.
10672  Herzog von Poggionativo, 11.
10673  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10674  Graf von Valinfreda, 11.
10675  Baron von Cropalati, 11.
10676  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10682 \begin_inset Text
10683
10684 \begin_layout Plain Layout
10685
10686 \end_layout
10687
10688 \end_inset
10689 </cell>
10690 </row>
10691 <row>
10692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10693 \begin_inset Text
10694
10695 \begin_layout Plain Layout
10696
10697 \series bold
10698 Stuffer
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707 Oskar
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10713 \begin_inset Text
10714
10715 \begin_layout Plain Layout
10716 111
10717 \end_layout
10718
10719 \end_inset
10720 </cell>
10721 </row>
10722 <row>
10723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727
10728 \series bold
10729 Tacchelli
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738 Ugo
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10744 \begin_inset Text
10745
10746 \begin_layout Plain Layout
10747 111
10748 \end_layout
10749
10750 \end_inset
10751 </cell>
10752 </row>
10753 <row>
10754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10755 \begin_inset Text
10756
10757 \begin_layout Plain Layout
10758
10759 \series bold
10760 Tezzele
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769 Margit
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10775 \begin_inset Text
10776
10777 \begin_layout Plain Layout
10778 111
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 </row>
10784 <row>
10785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10786 \begin_inset Text
10787
10788 \begin_layout Plain Layout
10789
10790 \series bold
10791 Unterkalmsteiner
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800 Frieda
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10806 \begin_inset Text
10807
10808 \begin_layout Plain Layout
10809 111
10810 \end_layout
10811
10812 \end_inset
10813 </cell>
10814 </row>
10815 <row>
10816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10817 \begin_inset Text
10818
10819 \begin_layout Plain Layout
10820
10821 \series bold
10822 Vieider
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Plain Layout
10831 Hilde
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840 111
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 </row>
10846 <row>
10847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10848 \begin_inset Text
10849
10850 \begin_layout Plain Layout
10851
10852 \series bold
10853 Vigna
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10859 \begin_inset Text
10860
10861 \begin_layout Plain Layout
10862 Jürgen
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10868 \begin_inset Text
10869
10870 \begin_layout Plain Layout
10871 111
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 </row>
10877 <row>
10878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10879 \begin_inset Text
10880
10881 \begin_layout Plain Layout
10882
10883 \series bold
10884 Weber
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10890 \begin_inset Text
10891
10892 \begin_layout Plain Layout
10893 Maurizio
10894 \end_layout
10895
10896 \end_inset
10897 </cell>
10898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10899 \begin_inset Text
10900
10901 \begin_layout Plain Layout
10902 111
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 </row>
10908 <row>
10909 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Plain Layout
10913
10914 \series bold
10915 Winkler
10916 \end_layout
10917
10918 \end_inset
10919 </cell>
10920 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10921 \begin_inset Text
10922
10923 \begin_layout Plain Layout
10924 Franz
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933 111
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 </row>
10939 </lyxtabular>
10940
10941 \end_inset
10942
10943
10944 \end_layout
10945
10946 \begin_layout Section
10947 Mehrfache Zeilen, Spalten und Zeilen in Zellen
10948 \end_layout
10949
10950 \begin_layout Subsection
10951 Mehrfache Zeilen in Zellen
10952 \begin_inset CommandInset label
10953 LatexCommand label
10954 name "uab:Mehrfache-Zeilen-in"
10955
10956 \end_inset
10957
10958
10959 \begin_inset Index
10960 status collapsed
10961
10962 \begin_layout Plain Layout
10963 Mehrfache ! Zeilen in Zellen
10964 \end_layout
10965
10966 \end_inset
10967
10968
10969 \begin_inset Index
10970 status collapsed
10971
10972 \begin_layout Plain Layout
10973 Tabellen ! Zeilenumbrüche
10974 \end_layout
10975
10976 \end_inset
10977
10978
10979 \end_layout
10980
10981 \begin_layout Standard
10982 \noindent
10983 \begin_inset Float table
10984 placement H
10985 wide false
10986 sideways false
10987 status open
10988
10989 \begin_layout Plain Layout
10990 \begin_inset Caption
10991
10992 \begin_layout Plain Layout
10993 \begin_inset CommandInset label
10994 LatexCommand label
10995 name "tab:Table-with-multiple"
10996
10997 \end_inset
10998
10999 Tabelle mit mehrfachen Zeilen in einer Zelle
11000 \end_layout
11001
11002 \end_inset
11003
11004
11005 \end_layout
11006
11007 \begin_layout Plain Layout
11008 \align center
11009 \begin_inset Tabular
11010 <lyxtabular version="3" rows="3" columns="3">
11011 <features>
11012 <column alignment="center" valignment="middle" width="2.5cm">
11013 <column alignment="center" valignment="middle" width="0.5cm">
11014 <column alignment="center" valignment="middle" width="0.5cm">
11015 <row>
11016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020 zwei
11021 \begin_inset Newline linebreak
11022 \end_inset
11023
11024 Zeilen
11025 \end_layout
11026
11027 \end_inset
11028 </cell>
11029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11030 \begin_inset Text
11031
11032 \begin_layout Plain Layout
11033 b
11034 \end_layout
11035
11036 \end_inset
11037 </cell>
11038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11039 \begin_inset Text
11040
11041 \begin_layout Plain Layout
11042 c
11043 \end_layout
11044
11045 \end_inset
11046 </cell>
11047 </row>
11048 <row>
11049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11050 \begin_inset Text
11051
11052 \begin_layout Plain Layout
11053 d
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062 e
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11068 \begin_inset Text
11069
11070 \begin_layout Plain Layout
11071 f
11072 \end_layout
11073
11074 \end_inset
11075 </cell>
11076 </row>
11077 <row>
11078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082 g
11083 \end_layout
11084
11085 \end_inset
11086 </cell>
11087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11088 \begin_inset Text
11089
11090 \begin_layout Plain Layout
11091 h
11092 \end_layout
11093
11094 \end_inset
11095 </cell>
11096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11097 \begin_inset Text
11098
11099 \begin_layout Plain Layout
11100 i
11101 \end_layout
11102
11103 \end_inset
11104 </cell>
11105 </row>
11106 </lyxtabular>
11107
11108 \end_inset
11109
11110
11111 \end_layout
11112
11113 \end_inset
11114
11115
11116 \end_layout
11117
11118 \begin_layout Standard
11119 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11120  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11121  Tabelle
11122 \begin_inset space ~
11123 \end_inset
11124
11125
11126 \begin_inset CommandInset ref
11127 LatexCommand ref
11128 reference "tab:Table-with-multiple"
11129
11130 \end_inset
11131
11132  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11133 \family sans
11134 Tabellen-Einstellungen
11135 \family default
11136 -Dialog auf 2.5
11137 \begin_inset space \thinspace{}
11138 \end_inset
11139
11140 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11141  Weil unser Text schmaler als 2.5
11142 \begin_inset space \thinspace{}
11143 \end_inset
11144
11145 cm ist, würde er in einer Zeile gedruckt werden.
11146  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11147
11148 \family sans
11149 Strg-Shift-Enter
11150 \family default
11151 ) eingefügt.
11152  Wenn der Text länger ist, wird er automatisch umgebrochen.
11153 \end_layout
11154
11155 \begin_layout Standard
11156 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11157  setzen Sie die Breite der beiden Spalten im 
11158 \family sans
11159 Tabellen-Einstellungen
11160 \family default
11161 -Dialog auf 0.5
11162 \begin_inset space \thinspace{}
11163 \end_inset
11164
11165 cm und die vertikale Ausrichtung auf zentriert.
11166 \end_layout
11167
11168 \begin_layout Standard
11169 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11170  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11171  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11172  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11173  Fügen sie daher 0
11174 \begin_inset space \thinspace{}
11175 \end_inset
11176
11177 pt horizontalen Abstand vor dem Wort ein.
11178  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11179  Tabelle
11180 \begin_inset space ~
11181 \end_inset
11182
11183
11184 \begin_inset CommandInset ref
11185 LatexCommand ref
11186 reference "tab:Table-with-and"
11187
11188 \end_inset
11189
11190  zeigt die Wirkungen.
11191 \end_layout
11192
11193 \begin_layout Standard
11194 \begin_inset Float table
11195 placement h
11196 wide false
11197 sideways false
11198 status open
11199
11200 \begin_layout Plain Layout
11201 \begin_inset Caption
11202
11203 \begin_layout Plain Layout
11204 \begin_inset CommandInset label
11205 LatexCommand label
11206 name "tab:Table-with-and"
11207
11208 \end_inset
11209
11210 Tabelle ohne und mit Silbentrennung
11211 \end_layout
11212
11213 \end_inset
11214
11215
11216 \end_layout
11217
11218 \begin_layout Plain Layout
11219 \begin_inset space \hfill{}
11220 \end_inset
11221
11222
11223 \begin_inset Tabular
11224 <lyxtabular version="3" rows="3" columns="3">
11225 <features>
11226 <column alignment="center" valignment="middle" width="2.5cm">
11227 <column alignment="center" valignment="middle" width="0.5cm">
11228 <column alignment="center" valignment="middle" width="0.5cm">
11229 <row>
11230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 einsehrlangesZellenwort
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243 b
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11249 \begin_inset Text
11250
11251 \begin_layout Plain Layout
11252 c
11253 \end_layout
11254
11255 \end_inset
11256 </cell>
11257 </row>
11258 <row>
11259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11260 \begin_inset Text
11261
11262 \begin_layout Plain Layout
11263 d
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11269 \begin_inset Text
11270
11271 \begin_layout Plain Layout
11272 e
11273 \end_layout
11274
11275 \end_inset
11276 </cell>
11277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11278 \begin_inset Text
11279
11280 \begin_layout Plain Layout
11281 f
11282 \end_layout
11283
11284 \end_inset
11285 </cell>
11286 </row>
11287 <row>
11288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11289 \begin_inset Text
11290
11291 \begin_layout Plain Layout
11292 g
11293 \end_layout
11294
11295 \end_inset
11296 </cell>
11297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11298 \begin_inset Text
11299
11300 \begin_layout Plain Layout
11301 h
11302 \end_layout
11303
11304 \end_inset
11305 </cell>
11306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11307 \begin_inset Text
11308
11309 \begin_layout Plain Layout
11310 i
11311 \end_layout
11312
11313 \end_inset
11314 </cell>
11315 </row>
11316 </lyxtabular>
11317
11318 \end_inset
11319
11320
11321 \begin_inset space \hfill{}
11322 \end_inset
11323
11324
11325 \begin_inset Tabular
11326 <lyxtabular version="3" rows="3" columns="3">
11327 <features>
11328 <column alignment="center" valignment="middle" width="2.5cm">
11329 <column alignment="center" valignment="middle" width="0.5cm">
11330 <column alignment="center" valignment="middle" width="0.5cm">
11331 <row>
11332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11333 \begin_inset Text
11334
11335 \begin_layout Plain Layout
11336 \begin_inset space \hspace{}
11337 \length 0pt
11338 \end_inset
11339
11340 einsehrlangesZellenwort
11341 \end_layout
11342
11343 \end_inset
11344 </cell>
11345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11346 \begin_inset Text
11347
11348 \begin_layout Plain Layout
11349 b
11350 \end_layout
11351
11352 \end_inset
11353 </cell>
11354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11355 \begin_inset Text
11356
11357 \begin_layout Plain Layout
11358 c
11359 \end_layout
11360
11361 \end_inset
11362 </cell>
11363 </row>
11364 <row>
11365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11366 \begin_inset Text
11367
11368 \begin_layout Plain Layout
11369 d
11370 \end_layout
11371
11372 \end_inset
11373 </cell>
11374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11375 \begin_inset Text
11376
11377 \begin_layout Plain Layout
11378 e
11379 \end_layout
11380
11381 \end_inset
11382 </cell>
11383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11384 \begin_inset Text
11385
11386 \begin_layout Plain Layout
11387 f
11388 \end_layout
11389
11390 \end_inset
11391 </cell>
11392 </row>
11393 <row>
11394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11395 \begin_inset Text
11396
11397 \begin_layout Plain Layout
11398 g
11399 \end_layout
11400
11401 \end_inset
11402 </cell>
11403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11404 \begin_inset Text
11405
11406 \begin_layout Plain Layout
11407 h
11408 \end_layout
11409
11410 \end_inset
11411 </cell>
11412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11413 \begin_inset Text
11414
11415 \begin_layout Plain Layout
11416 i
11417 \end_layout
11418
11419 \end_inset
11420 </cell>
11421 </row>
11422 </lyxtabular>
11423
11424 \end_inset
11425
11426
11427 \begin_inset space \hfill{}
11428 \end_inset
11429
11430
11431 \end_layout
11432
11433 \end_inset
11434
11435
11436 \end_layout
11437
11438 \begin_layout Subsection
11439 Mehrfachspalten
11440 \begin_inset CommandInset label
11441 LatexCommand label
11442 name "uab:Mehrfachspalten"
11443
11444 \end_inset
11445
11446
11447 \begin_inset Index
11448 status collapsed
11449
11450 \begin_layout Plain Layout
11451 Mahrfachspalten
11452 \end_layout
11453
11454 \end_inset
11455
11456
11457 \begin_inset Index
11458 status collapsed
11459
11460 \begin_layout Plain Layout
11461 Tabellen ! Mahrfachspalten
11462 \end_layout
11463
11464 \end_inset
11465
11466
11467 \end_layout
11468
11469 \begin_layout Subsubsection
11470 Grundlagen
11471 \end_layout
11472
11473 \begin_layout Standard
11474 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11475  und verwenden dann den Knopf 
11476 \begin_inset Graphics
11477         filename ../../images/tabular-feature_multicolumn.png
11478         scale 70
11479         scaleBeforeRotation
11480         BoundingBox 0bp 6bp 22bp 22bp
11481
11482 \end_inset
11483
11484  in der Werkzeugleiste, das Menü 
11485 \family sans
11486 Bearbeiten\SpecialChar \menuseparator
11487 Tabelle\SpecialChar \menuseparator
11488 Mehrfachspalte
11489 \family default
11490  oder den 
11491 \family sans
11492 Tabellen-Einstellungen
11493 \family default
11494 -Dialog, in dem Sie auf der Karteikarte 
11495 \family sans
11496 Tabellen-Einstellungen
11497 \family default
11498  
11499 \family sans
11500 Mehrfachspalte
11501 \family default
11502  ankreuzen.
11503 \end_layout
11504
11505 \begin_layout Standard
11506 Mehrfachspalten haben ihre eigenen Einstellungen.
11507  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11508  Hier ist ein Beispiel, wobei 
11509 \begin_inset Quotes gld
11510 \end_inset
11511
11512 B 2
11513 \begin_inset Quotes grd
11514 \end_inset
11515
11516  keine Mehrfachzeile ist, wie in Abschnitt
11517 \begin_inset space ~
11518 \end_inset
11519
11520
11521 \begin_inset CommandInset ref
11522 LatexCommand ref
11523 reference "uab:Mehrfachzeilen"
11524
11525 \end_inset
11526
11527  beschrieben.
11528  Es wurde nur eine Linie weggelassen:
11529 \end_layout
11530
11531 \begin_layout Standard
11532 \align center
11533 \begin_inset Tabular
11534 <lyxtabular version="3" rows="3" columns="4">
11535 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11536 <column alignment="center" valignment="top" width="0pt">
11537 <column alignment="center" valignment="middle" width="0">
11538 <column alignment="center" valignment="top" width="0in">
11539 <column alignment="center" valignment="top" width="0pt">
11540 <row>
11541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11542 \begin_inset Text
11543
11544 \begin_layout Plain Layout
11545 abc
11546 \end_layout
11547
11548 \end_inset
11549 </cell>
11550 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11551 \begin_inset Text
11552
11553 \begin_layout Plain Layout
11554 def ghi
11555 \end_layout
11556
11557 \end_inset
11558 </cell>
11559 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11560 \begin_inset Text
11561
11562 \begin_layout Plain Layout
11563
11564 \end_layout
11565
11566 \end_inset
11567 </cell>
11568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11569 \begin_inset Text
11570
11571 \begin_layout Plain Layout
11572 jkl
11573 \end_layout
11574
11575 \end_inset
11576 </cell>
11577 </row>
11578 <row>
11579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11580 \begin_inset Text
11581
11582 \begin_layout Plain Layout
11583
11584 \family roman
11585 \series medium
11586 \shape up
11587 \size normal
11588 \emph off
11589 \bar no
11590 \noun off
11591 \color none
11592 A
11593 \end_layout
11594
11595 \end_inset
11596 </cell>
11597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11598 \begin_inset Text
11599
11600 \begin_layout Plain Layout
11601 B
11602 \end_layout
11603
11604 \end_inset
11605 </cell>
11606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11607 \begin_inset Text
11608
11609 \begin_layout Plain Layout
11610 C
11611 \end_layout
11612
11613 \end_inset
11614 </cell>
11615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11616 \begin_inset Text
11617
11618 \begin_layout Plain Layout
11619 D
11620 \end_layout
11621
11622 \end_inset
11623 </cell>
11624 </row>
11625 <row>
11626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11627 \begin_inset Text
11628
11629 \begin_layout Plain Layout
11630 1
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11636 \begin_inset Text
11637
11638 \begin_layout Plain Layout
11639 2
11640 \end_layout
11641
11642 \end_inset
11643 </cell>
11644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11645 \begin_inset Text
11646
11647 \begin_layout Plain Layout
11648 3
11649 \end_layout
11650
11651 \end_inset
11652 </cell>
11653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11654 \begin_inset Text
11655
11656 \begin_layout Plain Layout
11657 4
11658 \end_layout
11659
11660 \end_inset
11661 </cell>
11662 </row>
11663 </lyxtabular>
11664
11665 \end_inset
11666
11667
11668 \end_layout
11669
11670 \begin_layout Subsubsection
11671 Mehrfachspalten-Berechnungen
11672 \begin_inset CommandInset label
11673 LatexCommand label
11674 name "uab:Mehrfachspalten-Berechnungen"
11675
11676 \end_inset
11677
11678
11679 \begin_inset Index
11680 status collapsed
11681
11682 \begin_layout Plain Layout
11683 Mahrfachspalten ! Berechnung
11684 \end_layout
11685
11686 \end_inset
11687
11688
11689 \begin_inset Index
11690 status collapsed
11691
11692 \begin_layout Plain Layout
11693 Tabellen ! Mahrfachspalten ! Berechnung
11694 \end_layout
11695
11696 \end_inset
11697
11698
11699 \end_layout
11700
11701 \begin_layout Standard
11702 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11703  Zellen beachten.
11704 \end_layout
11705
11706 \begin_layout Standard
11707 \begin_inset Float table
11708 placement h
11709 wide false
11710 sideways false
11711 status open
11712
11713 \begin_layout Plain Layout
11714 \begin_inset Caption
11715
11716 \begin_layout Plain Layout
11717 \begin_inset CommandInset label
11718 LatexCommand label
11719 name "tab:Table-with-centered"
11720
11721 \end_inset
11722
11723 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11724  die halbe Breite der Mehrfachspalten-Zelle haben
11725 \begin_inset OptArg
11726 status collapsed
11727
11728 \begin_layout Plain Layout
11729 Eine Mehrfachspalten-Tabelle
11730 \end_layout
11731
11732 \end_inset
11733
11734
11735 \end_layout
11736
11737 \end_inset
11738
11739
11740 \end_layout
11741
11742 \begin_layout Plain Layout
11743 \align center
11744 \begin_inset Tabular
11745 <lyxtabular version="3" rows="3" columns="3">
11746 <features>
11747 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11748 <column alignment="center" valignment="middle" width="0">
11749 <column alignment="center" valignment="top" width="0">
11750 <row>
11751 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11752 \begin_inset Text
11753
11754 \begin_layout Plain Layout
11755 Dies ist eine Mehrfach\SpecialChar \-
11756 spalten-Zelle
11757 \end_layout
11758
11759 \end_inset
11760 </cell>
11761 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11762 \begin_inset Text
11763
11764 \begin_layout Plain Layout
11765
11766 \end_layout
11767
11768 \end_inset
11769 </cell>
11770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11771 \begin_inset Text
11772
11773 \begin_layout Plain Layout
11774 c
11775 \end_layout
11776
11777 \end_inset
11778 </cell>
11779 </row>
11780 <row>
11781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11782 \begin_inset Text
11783
11784 \begin_layout Plain Layout
11785 d
11786 \end_layout
11787
11788 \end_inset
11789 </cell>
11790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11791 \begin_inset Text
11792
11793 \begin_layout Plain Layout
11794 e
11795 \end_layout
11796
11797 \end_inset
11798 </cell>
11799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11800 \begin_inset Text
11801
11802 \begin_layout Plain Layout
11803 f
11804 \end_layout
11805
11806 \end_inset
11807 </cell>
11808 </row>
11809 <row>
11810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11811 \begin_inset Text
11812
11813 \begin_layout Plain Layout
11814 g
11815 \end_layout
11816
11817 \end_inset
11818 </cell>
11819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11820 \begin_inset Text
11821
11822 \begin_layout Plain Layout
11823 h
11824 \end_layout
11825
11826 \end_inset
11827 </cell>
11828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11829 \begin_inset Text
11830
11831 \begin_layout Plain Layout
11832 i
11833 \end_layout
11834
11835 \end_inset
11836 </cell>
11837 </row>
11838 </lyxtabular>
11839
11840 \end_inset
11841
11842
11843 \end_layout
11844
11845 \end_inset
11846
11847
11848 \end_layout
11849
11850 \begin_layout Standard
11851 Um Tabelle
11852 \begin_inset space ~
11853 \end_inset
11854
11855
11856 \begin_inset CommandInset ref
11857 LatexCommand ref
11858 reference "tab:Table-with-centered"
11859
11860 \end_inset
11861
11862  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11863  3×3-Tabelle, kreuzen im 
11864 \family sans
11865 Tabellen-Einstellungen
11866 \family default
11867 -Dialog 
11868 \family sans
11869 Mehrfachspalte
11870 \family default
11871  an, setzen die 
11872 \family sans
11873 Horizontale
11874 \begin_inset space ~
11875 \end_inset
11876
11877 Ausrichtung
11878 \family default
11879  auf 
11880 \family sans
11881 Zentriert
11882 \family default
11883  und die 
11884 \family sans
11885 Breite
11886 \family default
11887  auf 2.5
11888 \begin_inset space \thinspace{}
11889 \end_inset
11890
11891 cm.
11892  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
11893  Sie die Breite der ersten Spalte auf 1.25
11894 \begin_inset space \thinspace{}
11895 \end_inset
11896
11897 cm setzen.
11898  Die zweite Spalte wird dann automatisch 1.25
11899 \begin_inset space \thinspace{}
11900 \end_inset
11901
11902 cm breit (Breite der 
11903 \family sans
11904 Mehrfachspalte
11905 \family default
11906  
11907 \begin_inset Formula $-$
11908 \end_inset
11909
11910  Breite der ersten Spalte).
11911  Dies wurde so für Tabelle
11912 \begin_inset space ~
11913 \end_inset
11914
11915
11916 \begin_inset CommandInset ref
11917 LatexCommand ref
11918 reference "tab:Table-without-half"
11919
11920 \end_inset
11921
11922  gemacht.
11923 \end_layout
11924
11925 \begin_layout Standard
11926 \begin_inset Float table
11927 wide false
11928 sideways false
11929 status open
11930
11931 \begin_layout Plain Layout
11932 \begin_inset Caption
11933
11934 \begin_layout Plain Layout
11935 \begin_inset CommandInset label
11936 LatexCommand label
11937 name "tab:Table-without-half"
11938
11939 \end_inset
11940
11941 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
11942  wie die Mehrfachspalte
11943 \begin_inset OptArg
11944 status collapsed
11945
11946 \begin_layout Plain Layout
11947 Eine unvollkommene Mehrfachspalten-Tabelle
11948 \end_layout
11949
11950 \end_inset
11951
11952
11953 \end_layout
11954
11955 \end_inset
11956
11957
11958 \end_layout
11959
11960 \begin_layout Plain Layout
11961 \align center
11962 \begin_inset Tabular
11963 <lyxtabular version="3" rows="3" columns="3">
11964 <features>
11965 <column alignment="center" valignment="top" width="1.25cm">
11966 <column alignment="center" valignment="top" width="0">
11967 <column alignment="center" valignment="top" width="0">
11968 <row>
11969 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11970 \begin_inset Text
11971
11972 \begin_layout Plain Layout
11973 Dies ist auch eine Mehr\SpecialChar \-
11974 fach\SpecialChar \-
11975 spalten-Zelle
11976 \end_layout
11977
11978 \end_inset
11979 </cell>
11980 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11981 \begin_inset Text
11982
11983 \begin_layout Plain Layout
11984
11985 \end_layout
11986
11987 \end_inset
11988 </cell>
11989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11990 \begin_inset Text
11991
11992 \begin_layout Plain Layout
11993 c
11994 \end_layout
11995
11996 \end_inset
11997 </cell>
11998 </row>
11999 <row>
12000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12001 \begin_inset Text
12002
12003 \begin_layout Plain Layout
12004 d
12005 \end_layout
12006
12007 \end_inset
12008 </cell>
12009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12010 \begin_inset Text
12011
12012 \begin_layout Plain Layout
12013 e
12014 \end_layout
12015
12016 \end_inset
12017 </cell>
12018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12019 \begin_inset Text
12020
12021 \begin_layout Plain Layout
12022 f
12023 \end_layout
12024
12025 \end_inset
12026 </cell>
12027 </row>
12028 <row>
12029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12030 \begin_inset Text
12031
12032 \begin_layout Plain Layout
12033 g
12034 \end_layout
12035
12036 \end_inset
12037 </cell>
12038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12039 \begin_inset Text
12040
12041 \begin_layout Plain Layout
12042 h
12043 \end_layout
12044
12045 \end_inset
12046 </cell>
12047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12048 \begin_inset Text
12049
12050 \begin_layout Plain Layout
12051 i
12052 \end_layout
12053
12054 \end_inset
12055 </cell>
12056 </row>
12057 </lyxtabular>
12058
12059 \end_inset
12060
12061
12062 \end_layout
12063
12064 \end_inset
12065
12066
12067 \end_layout
12068
12069 \begin_layout Standard
12070 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12071  als die zweite ist.
12072  Das liegt daran, dass die Zellenbreite 
12073 \begin_inset Formula $W_{\mathrm{tot}}$
12074 \end_inset
12075
12076  nicht ihre definierte Breite 
12077 \begin_inset Formula $W_{g}$
12078 \end_inset
12079
12080  ist, sondern ein wenig mehr.
12081  Anhang
12082 \begin_inset space ~
12083 \end_inset
12084
12085
12086 \begin_inset CommandInset ref
12087 LatexCommand ref
12088 reference "kap:Exläuterung-einer-Gleichung"
12089
12090 \end_inset
12091
12092  erklärt das genauer.
12093 \end_layout
12094
12095 \begin_layout Standard
12096 Wenn 
12097 \emph on
12098 n
12099 \emph default
12100  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12101  die definierte Breite 
12102 \begin_inset Formula $W_{g\, n}$
12103 \end_inset
12104
12105  einer Spalte, deren totale Breite = 
12106 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12107 \end_inset
12108
12109  sein soll, wie folgt:
12110 \begin_inset Formula \begin{equation}
12111 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12112
12113 \end_inset
12114
12115
12116 \end_layout
12117
12118 \begin_layout Standard
12119 In unserem Falls ist 
12120 \begin_inset Formula $n=2$
12121 \end_inset
12122
12123
12124 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12125 \end_inset
12126
12127 cm, und damit wird aus Gleichung
12128 \begin_inset space ~
12129 \end_inset
12130
12131
12132 \begin_inset CommandInset ref
12133 LatexCommand ref
12134 reference "eq:Wgn"
12135
12136 \end_inset
12137
12138  
12139 \begin_inset Formula \begin{equation}
12140 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12141
12142 \end_inset
12143
12144
12145 \end_layout
12146
12147 \begin_layout Standard
12148 Damit LaTeX rechnen kann, muss das Paket 
12149 \series bold
12150 calc
12151 \series default
12152  im Vorspann geladen werden.
12153 \begin_inset Index
12154 status collapsed
12155
12156 \begin_layout Plain Layout
12157 LaTeX-Pakete ! calc
12158 \end_layout
12159
12160 \end_inset
12161
12162
12163 \end_layout
12164
12165 \begin_layout Standard
12166
12167 \series bold
12168
12169 \backslash
12170 usepackage{calc}
12171 \end_layout
12172
12173 \begin_layout Standard
12174 LyX erlaubt im 
12175 \family sans
12176 Breite
12177 \family default
12178 -Feld des 
12179 \family sans
12180 Tabellen-Einstellungen
12181 \family default
12182 -Dialogs keine Berechnungen.
12183  Deshalb müssen Sie die Formel für die Breite im Feld 
12184 \family sans
12185 LaTe
12186 \begin_inset ERT
12187 status collapsed
12188
12189 \begin_layout Plain Layout
12190
12191 {}
12192 \end_layout
12193
12194 \end_inset
12195
12196 X-Argument
12197 \family default
12198  eingeben.
12199  Hier iss ein Überblick über die Argumente:
12200 \end_layout
12201
12202 \begin_layout Itemize
12203
12204 \series bold
12205 p{Breite}
12206 \series default
12207  die Zelle bekommt eine feste 
12208 \series bold
12209 Breite
12210 \series default
12211 , und die vertikale Ausrichtung ist 
12212 \family sans
12213 Oben
12214 \end_layout
12215
12216 \begin_layout Itemize
12217
12218 \series bold
12219 m{Breite}
12220 \series default
12221  die Zelle bekommt eine feste 
12222 \series bold
12223 Breite
12224 \series default
12225 , und die vertikale Ausrichtung ist 
12226 \family sans
12227 Mitte
12228 \end_layout
12229
12230 \begin_layout Itemize
12231
12232 \series bold
12233 b{Breite}
12234 \series default
12235  die Zelle bekommt eine feste 
12236 \series bold
12237 Breite
12238 \series default
12239 , und die vertikale Ausrichtung ist 
12240 \family sans
12241 Unten
12242 \end_layout
12243
12244 \begin_layout Standard
12245 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12246  für diese Zelle überschrieben.
12247 \end_layout
12248
12249 \begin_layout Standard
12250 \begin_inset Note Greyedout
12251 status open
12252
12253 \begin_layout Plain Layout
12254
12255 \series bold
12256 Bemerkung:
12257 \series default
12258  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12259  angezeigt.
12260 \end_layout
12261
12262 \end_inset
12263
12264
12265 \end_layout
12266
12267 \begin_layout Standard
12268 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12269  der Zelle mit dem Inhalt 
12270 \begin_inset Quotes gld
12271 \end_inset
12272
12273 d
12274 \begin_inset Quotes grd
12275 \end_inset
12276
12277  der Tabelle
12278 \begin_inset space ~
12279 \end_inset
12280
12281
12282 \begin_inset CommandInset ref
12283 LatexCommand ref
12284 reference "tab:Table-with-centered"
12285
12286 \end_inset
12287
12288  auch noch der Befehl
12289 \family typewriter
12290 \series bold
12291  
12292 \family default
12293
12294 \backslash
12295 centering
12296 \series default
12297  hinzugefügt.
12298  Das Ganze sieht dann so aus:
12299 \end_layout
12300
12301 \begin_layout Standard
12302
12303 \series bold
12304 |>{
12305 \backslash
12306 centering}m{1.25cm-6.2pt}
12307 \end_layout
12308
12309 \begin_layout Standard
12310 Der vertikale Strich 
12311 \series bold
12312
12313 \begin_inset Quotes gld
12314 \end_inset
12315
12316 |
12317 \series default
12318
12319 \begin_inset Quotes grd
12320 \end_inset
12321
12322  am Anfang zeichnet die linke Linie, und der Befehl 
12323 \series bold
12324
12325 \begin_inset Quotes gld
12326 \end_inset
12327
12328 >{ }
12329 \begin_inset Quotes grd
12330 \end_inset
12331
12332
12333 \series default
12334  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12335  der Zelle benutzt werden sollen.
12336 \end_layout
12337
12338 \begin_layout Standard
12339 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12340  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12341  für einzelne Spalten anwendet.
12342  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12343  werden:
12344 \end_layout
12345
12346 \begin_layout Standard
12347
12348 \series bold
12349 |>{
12350 \backslash
12351 centering}m{2.5cm}|
12352 \end_layout
12353
12354 \begin_layout Subsection
12355 Mehrfachzeilen
12356 \begin_inset CommandInset label
12357 LatexCommand label
12358 name "uab:Mehrfachzeilen"
12359
12360 \end_inset
12361
12362
12363 \begin_inset Index
12364 status collapsed
12365
12366 \begin_layout Plain Layout
12367 Mehrfachzeilen
12368 \end_layout
12369
12370 \end_inset
12371
12372
12373 \begin_inset Index
12374 status collapsed
12375
12376 \begin_layout Plain Layout
12377 Tabellen ! Mehrfachzeilen
12378 \end_layout
12379
12380 \end_inset
12381
12382
12383 \end_layout
12384
12385 \begin_layout Standard
12386 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12387  unterstützt, sodass etwas TeX-Code notwendig ist.
12388  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12389 \series bold
12390 multirow
12391 \series default
12392
12393 \begin_inset Index
12394 status collapsed
12395
12396 \begin_layout Plain Layout
12397 LaTeX-Pakete ! multirow
12398 \end_layout
12399
12400 \end_inset
12401
12402  im Vorspann geladen werden:
12403 \end_layout
12404
12405 \begin_layout Standard
12406
12407 \series bold
12408
12409 \backslash
12410 usepackage{multirow}
12411 \end_layout
12412
12413 \begin_layout Standard
12414 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12415 \end_layout
12416
12417 \begin_layout Standard
12418
12419 \series bold
12420
12421 \backslash
12422 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12423 \end_layout
12424
12425 \begin_layout Standard
12426 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
12427  Mehrfachspalte definiert und die obere Linie entfernt.
12428 \end_layout
12429
12430 \begin_layout Standard
12431 \align center
12432 \begin_inset ERT
12433 status collapsed
12434
12435 \begin_layout Plain Layout
12436
12437
12438 \backslash
12439 renewcommand{
12440 \backslash
12441 multirowsetup}{
12442 \backslash
12443 centering}
12444 \end_layout
12445
12446 \end_inset
12447
12448
12449 \begin_inset Tabular
12450 <lyxtabular version="3" rows="3" columns="3">
12451 <features>
12452 <column alignment="center" valignment="top" width="0">
12453 <column alignment="center" valignment="top" width="0">
12454 <column alignment="center" valignment="top" width="0">
12455 <row>
12456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12457 \begin_inset Text
12458
12459 \begin_layout Plain Layout
12460 a
12461 \end_layout
12462
12463 \end_inset
12464 </cell>
12465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12466 \begin_inset Text
12467
12468 \begin_layout Plain Layout
12469 b
12470 \end_layout
12471
12472 \end_inset
12473 </cell>
12474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12475 \begin_inset Text
12476
12477 \begin_layout Plain Layout
12478 c
12479 \end_layout
12480
12481 \end_inset
12482 </cell>
12483 </row>
12484 <row>
12485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12486 \begin_inset Text
12487
12488 \begin_layout Plain Layout
12489 \begin_inset ERT
12490 status collapsed
12491
12492 \begin_layout Plain Layout
12493
12494
12495 \backslash
12496 multirow{2}{2.5cm}{
12497 \end_layout
12498
12499 \end_inset
12500
12501 Mehrfach\SpecialChar \-
12502 zeilen-Text
12503 \begin_inset ERT
12504 status collapsed
12505
12506 \begin_layout Plain Layout
12507
12508 }
12509 \end_layout
12510
12511 \end_inset
12512
12513
12514 \end_layout
12515
12516 \end_inset
12517 </cell>
12518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12519 \begin_inset Text
12520
12521 \begin_layout Plain Layout
12522 e
12523 \end_layout
12524
12525 \end_inset
12526 </cell>
12527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12528 \begin_inset Text
12529
12530 \begin_layout Plain Layout
12531 f
12532 \end_layout
12533
12534 \end_inset
12535 </cell>
12536 </row>
12537 <row>
12538 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12539 \begin_inset Text
12540
12541 \begin_layout Plain Layout
12542
12543 \end_layout
12544
12545 \end_inset
12546 </cell>
12547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12548 \begin_inset Text
12549
12550 \begin_layout Plain Layout
12551 h
12552 \end_layout
12553
12554 \end_inset
12555 </cell>
12556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12557 \begin_inset Text
12558
12559 \begin_layout Plain Layout
12560 i
12561 \end_layout
12562
12563 \end_inset
12564 </cell>
12565 </row>
12566 </lyxtabular>
12567
12568 \end_inset
12569
12570
12571 \begin_inset ERT
12572 status collapsed
12573
12574 \begin_layout Plain Layout
12575
12576
12577 \backslash
12578 renewcommand{
12579 \backslash
12580 multirowsetup}{
12581 \backslash
12582 raggedright}
12583 \end_layout
12584
12585 \end_inset
12586
12587
12588 \end_layout
12589
12590 \begin_layout Standard
12591 In der Zelle darüber wurde dann mit dem Befehl
12592 \end_layout
12593
12594 \begin_layout Standard
12595
12596 \series bold
12597
12598 \backslash
12599 multirow{2}{2.5cm}{
12600 \end_layout
12601
12602 \begin_layout Standard
12603 als TeX-Code die Mehrfachzeile definiert.
12604  Sie besteht aus zwei Zeilen und einer Breite von 2.5
12605 \begin_inset space \thinspace{}
12606 \end_inset
12607
12608 cm.
12609  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12610  mit der Klammer 
12611 \begin_inset Quotes gld
12612 \end_inset
12613
12614
12615 \series bold
12616 }
12617 \series default
12618
12619 \begin_inset Quotes grd
12620 \end_inset
12621
12622  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12623 \end_layout
12624
12625 \begin_layout Standard
12626
12627 \series bold
12628
12629 \backslash
12630 multirow
12631 \series default
12632  richtet seinen Inhalt standardmäßig linksbündig aus.
12633  Das wurde mit dem Befehl
12634 \end_layout
12635
12636 \begin_layout Standard
12637
12638 \series bold
12639
12640 \backslash
12641 renewcommand{
12642 \backslash
12643 multirowsetup}{
12644 \backslash
12645 centering}
12646 \end_layout
12647
12648 \begin_layout Standard
12649 als TeX-Code  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12650 \end_layout
12651
12652 \begin_layout Standard
12653
12654 \series bold
12655
12656 \backslash
12657 renewcommand{
12658 \backslash
12659 multirowsetup}{
12660 \backslash
12661 raggedright}
12662 \end_layout
12663
12664 \begin_layout Standard
12665 zurückgesetzt.
12666  Für rechtsbündigen Text benutzt man 
12667 \series bold
12668
12669 \backslash
12670 raggedleft
12671 \series default
12672 .
12673 \end_layout
12674
12675 \begin_layout Section
12676 Formale Tabellen
12677 \begin_inset CommandInset label
12678 LatexCommand label
12679 name "abs:Formale-Tabellen"
12680
12681 \end_inset
12682
12683
12684 \begin_inset Index
12685 status collapsed
12686
12687 \begin_layout Plain Layout
12688 Tabellen ! Formale
12689 \end_layout
12690
12691 \end_inset
12692
12693
12694 \end_layout
12695
12696 \begin_layout Standard
12697 Tabellen werden in Büchern oft wie Tabelle
12698 \begin_inset space ~
12699 \end_inset
12700
12701
12702 \begin_inset CommandInset ref
12703 LatexCommand ref
12704 reference "tab:Formale-Tabelle"
12705
12706 \end_inset
12707
12708  gesetzt.
12709  Diese Tabellen werden
12710 \emph on
12711  formal
12712 \emph default
12713  genannt.
12714  Formale Tabellen bekommen Sie, wenn Sie im 
12715 \family sans
12716 Tabellen-Einstellungen
12717 \family default
12718 -Dialog auf der Karteikarte 
12719 \family sans
12720 Rahmen
12721 \family default
12722  den 
12723 \family sans
12724 Stil
12725 \family default
12726  
12727 \family sans
12728 Formal
12729 \family default
12730  ankreuzen.
12731 \end_layout
12732
12733 \begin_layout Standard
12734 \begin_inset Float table
12735 placement h
12736 wide false
12737 sideways false
12738 status open
12739
12740 \begin_layout Plain Layout
12741 \begin_inset Caption
12742
12743 \begin_layout Plain Layout
12744 \begin_inset CommandInset label
12745 LatexCommand label
12746 name "tab:Formale-Tabelle"
12747
12748 \end_inset
12749
12750 Formale Tabelle
12751 \end_layout
12752
12753 \end_inset
12754
12755
12756 \end_layout
12757
12758 \begin_layout Plain Layout
12759 \align center
12760 \begin_inset Tabular
12761 <lyxtabular version="3" rows="8" columns="4">
12762 <features booktabs="true">
12763 <column alignment="center" valignment="top" width="0">
12764 <column alignment="right" valignment="top" width="0">
12765 <column alignment="right" valignment="top" width="0">
12766 <column alignment="right" valignment="top" width="0">
12767 <row>
12768 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12769 \begin_inset Text
12770
12771 \begin_layout Plain Layout
12772 System
12773 \end_layout
12774
12775 \end_inset
12776 </cell>
12777 <cell alignment="center" valignment="top" topline="true" usebox="none">
12778 \begin_inset Text
12779
12780 \begin_layout Plain Layout
12781 Medipix
12782 \begin_inset space \thinspace{}
12783 \end_inset
12784
12785 1
12786 \end_layout
12787
12788 \end_inset
12789 </cell>
12790 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12791 \begin_inset Text
12792
12793 \begin_layout Plain Layout
12794 Medipix
12795 \begin_inset space \thinspace{}
12796 \end_inset
12797
12798 2
12799 \end_layout
12800
12801 \end_inset
12802 </cell>
12803 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12804 \begin_inset Text
12805
12806 \begin_layout Plain Layout
12807
12808 \end_layout
12809
12810 \end_inset
12811 </cell>
12812 </row>
12813 <row>
12814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12815 \begin_inset Text
12816
12817 \begin_layout Plain Layout
12818 \begin_inset ERT
12819 status collapsed
12820
12821 \begin_layout Plain Layout
12822
12823
12824 \backslash
12825 cmidrule(r){2-2}
12826 \end_layout
12827
12828 \end_inset
12829
12830
12831 \begin_inset ERT
12832 status collapsed
12833
12834 \begin_layout Plain Layout
12835
12836
12837 \backslash
12838 cmidrule(l){3-4}
12839 \end_layout
12840
12841 \end_inset
12842
12843 Detektordicke [µm]
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 <cell alignment="center" valignment="top" usebox="none">
12849 \begin_inset Text
12850
12851 \begin_layout Plain Layout
12852 300
12853 \end_layout
12854
12855 \end_inset
12856 </cell>
12857 <cell alignment="center" valignment="top" usebox="none">
12858 \begin_inset Text
12859
12860 \begin_layout Plain Layout
12861 300
12862 \end_layout
12863
12864 \end_inset
12865 </cell>
12866 <cell alignment="center" valignment="top" usebox="none">
12867 \begin_inset Text
12868
12869 \begin_layout Plain Layout
12870 700
12871 \end_layout
12872
12873 \end_inset
12874 </cell>
12875 </row>
12876 <row>
12877 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12878 \begin_inset Text
12879
12880 \begin_layout Plain Layout
12881 Kantenwinkel [°]
12882 \end_layout
12883
12884 \end_inset
12885 </cell>
12886 <cell alignment="center" valignment="top" topline="true" usebox="none">
12887 \begin_inset Text
12888
12889 \begin_layout Plain Layout
12890 3.55
12891 \end_layout
12892
12893 \end_inset
12894 </cell>
12895 <cell alignment="center" valignment="top" topline="true" usebox="none">
12896 \begin_inset Text
12897
12898 \begin_layout Plain Layout
12899 2.71
12900 \end_layout
12901
12902 \end_inset
12903 </cell>
12904 <cell alignment="center" valignment="top" topline="true" usebox="none">
12905 \begin_inset Text
12906
12907 \begin_layout Plain Layout
12908 7.99
12909 \end_layout
12910
12911 \end_inset
12912 </cell>
12913 </row>
12914 <row topspace="default">
12915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12916 \begin_inset Text
12917
12918 \begin_layout Plain Layout
12919 räumliche Auf\SpecialChar \textcompwordmark{}
12920 lösung [µm]
12921 \end_layout
12922
12923 \end_inset
12924 </cell>
12925 <cell alignment="center" valignment="top" usebox="none">
12926 \begin_inset Text
12927
12928 \begin_layout Plain Layout
12929 4.26
12930 \end_layout
12931
12932 \end_inset
12933 </cell>
12934 <cell alignment="center" valignment="top" usebox="none">
12935 \begin_inset Text
12936
12937 \begin_layout Plain Layout
12938 10.17
12939 \end_layout
12940
12941 \end_inset
12942 </cell>
12943 <cell alignment="center" valignment="top" usebox="none">
12944 \begin_inset Text
12945
12946 \begin_layout Plain Layout
12947 10.56
12948 \end_layout
12949
12950 \end_inset
12951 </cell>
12952 </row>
12953 <row topspace="default">
12954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12955 \begin_inset Text
12956
12957 \begin_layout Plain Layout
12958 MTF bei 
12959 \begin_inset Formula $f_{\mathrm{max}}$
12960 \end_inset
12961
12962
12963 \end_layout
12964
12965 \end_inset
12966 </cell>
12967 <cell alignment="center" valignment="top" usebox="none">
12968 \begin_inset Text
12969
12970 \begin_layout Plain Layout
12971 0.53
12972 \end_layout
12973
12974 \end_inset
12975 </cell>
12976 <cell alignment="center" valignment="top" usebox="none">
12977 \begin_inset Text
12978
12979 \begin_layout Plain Layout
12980 0.37
12981 \end_layout
12982
12983 \end_inset
12984 </cell>
12985 <cell alignment="center" valignment="top" usebox="none">
12986 \begin_inset Text
12987
12988 \begin_layout Plain Layout
12989 0.39
12990 \end_layout
12991
12992 \end_inset
12993 </cell>
12994 </row>
12995 <row topspace="default">
12996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12997 \begin_inset Text
12998
12999 \begin_layout Plain Layout
13000 \begin_inset ERT
13001 status collapsed
13002
13003 \begin_layout Plain Layout
13004
13005
13006 \backslash
13007 cmidrule(l{10pt}){1-1}
13008 \end_layout
13009
13010 \end_inset
13011
13012 LSF räumliche Auf\SpecialChar \textcompwordmark{}
13013 lösung
13014 \end_layout
13015
13016 \end_inset
13017 </cell>
13018 <cell alignment="center" valignment="top" usebox="none">
13019 \begin_inset Text
13020
13021 \begin_layout Plain Layout
13022
13023 \end_layout
13024
13025 \end_inset
13026 </cell>
13027 <cell alignment="center" valignment="top" usebox="none">
13028 \begin_inset Text
13029
13030 \begin_layout Plain Layout
13031
13032 \end_layout
13033
13034 \end_inset
13035 </cell>
13036 <cell alignment="center" valignment="top" usebox="none">
13037 \begin_inset Text
13038
13039 \begin_layout Plain Layout
13040
13041 \end_layout
13042
13043 \end_inset
13044 </cell>
13045 </row>
13046 <row>
13047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13048 \begin_inset Text
13049
13050 \begin_layout Plain Layout
13051 in µm
13052 \end_layout
13053
13054 \end_inset
13055 </cell>
13056 <cell alignment="center" valignment="top" usebox="none">
13057 \begin_inset Text
13058
13059 \begin_layout Plain Layout
13060 129.7
13061 \end_layout
13062
13063 \end_inset
13064 </cell>
13065 <cell alignment="center" valignment="top" usebox="none">
13066 \begin_inset Text
13067
13068 \begin_layout Plain Layout
13069 52.75
13070 \end_layout
13071
13072 \end_inset
13073 </cell>
13074 <cell alignment="center" valignment="top" usebox="none">
13075 \begin_inset Text
13076
13077 \begin_layout Plain Layout
13078 50.78
13079 \end_layout
13080
13081 \end_inset
13082 </cell>
13083 </row>
13084 <row>
13085 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13086 \begin_inset Text
13087
13088 \begin_layout Plain Layout
13089 in % der Pixelgröße
13090 \end_layout
13091
13092 \end_inset
13093 </cell>
13094 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13095 \begin_inset Text
13096
13097 \begin_layout Plain Layout
13098 76.3
13099 \end_layout
13100
13101 \end_inset
13102 </cell>
13103 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13104 \begin_inset Text
13105
13106 \begin_layout Plain Layout
13107 95.9
13108 \end_layout
13109
13110 \end_inset
13111 </cell>
13112 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13113 \begin_inset Text
13114
13115 \begin_layout Plain Layout
13116 92.3
13117 \end_layout
13118
13119 \end_inset
13120 </cell>
13121 </row>
13122 </lyxtabular>
13123
13124 \end_inset
13125
13126
13127 \end_layout
13128
13129 \end_inset
13130
13131
13132 \end_layout
13133
13134 \begin_layout Standard
13135 Abstände zu Tabellenzeilen können auf der Karteikarte 
13136 \family sans
13137 Rahmen
13138 \family default
13139  des 
13140 \family sans
13141 Tabellen-Ein\SpecialChar \-
13142 stel\SpecialChar \-
13143 lun\SpecialChar \-
13144 gen
13145 \family default
13146 -Dialogs hinzugefügt werden, wie in Abschnitt
13147 \begin_inset space ~
13148 \end_inset
13149
13150
13151 \begin_inset CommandInset ref
13152 LatexCommand ref
13153 reference "uab:Zeilenabstand"
13154
13155 \end_inset
13156
13157  beschrieben.
13158 \end_layout
13159
13160 \begin_layout Standard
13161 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13162  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13163  gedruckt aber anders aus.
13164  Die erste und letzte Linie ist 0.08
13165 \begin_inset space \thinspace{}
13166 \end_inset
13167
13168 em dick, während die anderen 0.05
13169 \begin_inset space \thinspace{}
13170 \end_inset
13171
13172 em dick sind.
13173 \end_layout
13174
13175 \begin_layout Standard
13176 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13177 \end_layout
13178
13179 \begin_layout Standard
13180
13181 \series bold
13182
13183 \backslash
13184 let
13185 \backslash
13186 mytoprule
13187 \backslash
13188 toprule
13189 \begin_inset Newline newline
13190 \end_inset
13191
13192
13193 \backslash
13194 renewcommand{
13195 \backslash
13196 toprule}{
13197 \backslash
13198 mytoprule[Breite]}
13199 \end_layout
13200
13201 \begin_layout Standard
13202 Dies Beispiel gilt für die oberste Linie, genannt 
13203 \series bold
13204 toprule
13205 \series default
13206 .
13207  Für die letzte müssen Sie 
13208 \series bold
13209 toprule
13210 \series default
13211  durch 
13212 \series bold
13213 bottomrule
13214 \series default
13215  ersetzen.
13216  Die Linien dazwischen heißen 
13217 \series bold
13218 midrule
13219 \series default
13220 .
13221  Für 
13222 \family sans
13223 Breite
13224 \family default
13225  können Sie alle Einheiten benutzen, die in Anhang
13226 \begin_inset space ~
13227 \end_inset
13228
13229
13230 \begin_inset CommandInset ref
13231 LatexCommand ref
13232 reference "kap:In-LyX-verfügbare"
13233
13234 \end_inset
13235
13236  aufgelistet sind.
13237 \end_layout
13238
13239 \begin_layout Standard
13240 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13241  eine Linie unter einer Mehrfachspalte.
13242  LyX wird intern den Befehl 
13243 \series bold
13244
13245 \backslash
13246 cmidrule
13247 \series default
13248  benutzen, um diese Linie zu drucken.
13249  Der ganze Befehl sieht so aus:
13250 \end_layout
13251
13252 \begin_layout Standard
13253
13254 \series bold
13255
13256 \backslash
13257 cmidrule[width](trim){Anfangsspalte-Endspalte}
13258 \end_layout
13259
13260 \begin_layout Standard
13261 Die 
13262 \series bold
13263
13264 \backslash
13265 cmidrule
13266 \series default
13267 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13268  benutzen.
13269  
13270 \series bold
13271
13272 \backslash
13273 cmidrule
13274 \series default
13275  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13276  erste Zelle einer Zeile einfügt.
13277  Die Linie wird dann über der Zeile gedruckt.
13278 \end_layout
13279
13280 \begin_layout Standard
13281 Der Standardwert ist 0.03
13282 \begin_inset space \thinspace{}
13283 \end_inset
13284
13285 em.
13286  Die Linie reicht von 
13287 \family typewriter
13288 Anfangsspalte
13289 \family default
13290  bis 
13291 \family typewriter
13292 End\SpecialChar \-
13293 spal\SpecialChar \-
13294 te
13295 \family default
13296 .
13297  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13298   Der optionale Parameter 
13299 \family typewriter
13300 trim
13301 \family default
13302  kann die Werte 
13303 \emph on
13304 r
13305 \emph default
13306
13307 \emph on
13308 r{Breite}
13309 \emph default
13310
13311 \emph on
13312 l
13313 \family typewriter
13314 \emph default
13315  
13316 \family default
13317 oder 
13318 \emph on
13319 l{Breite}
13320 \emph default
13321  annehmen, wobei die 
13322 \family sans
13323 Breite
13324 \family default
13325  optional ist.
13326  
13327 \emph on
13328 l{2pt}
13329 \emph default
13330  zum Beispiel bedeutet, dass die Linie links um 2
13331 \begin_inset space \thinspace{}
13332 \end_inset
13333
13334 pt gekürzt wird.
13335  Ohne Breitenangabe werden die Linien um 0.5
13336 \begin_inset space \thinspace{}
13337 \end_inset
13338
13339 em gekürzt.
13340 \end_layout
13341
13342 \begin_layout Standard
13343 \begin_inset VSpace bigskip
13344 \end_inset
13345
13346 In Tabelle
13347 \begin_inset space ~
13348 \end_inset
13349
13350
13351 \begin_inset CommandInset ref
13352 LatexCommand ref
13353 reference "tab:Formale-Tabelle"
13354
13355 \end_inset
13356
13357  wurden die Befehle
13358 \end_layout
13359
13360 \begin_layout Standard
13361
13362 \series bold
13363
13364 \backslash
13365 cmidrule(r){2-2}
13366 \backslash
13367 cmidrule(l){3-4}
13368 \end_layout
13369
13370 \begin_layout Standard
13371 am Anfang der zweiten Zeile und
13372 \end_layout
13373
13374 \begin_layout Standard
13375
13376 \series bold
13377
13378 \backslash
13379 cmidrule(l{10pt}){1-1}
13380 \end_layout
13381
13382 \begin_layout Standard
13383 in der sechsten benutzt.
13384 \end_layout
13385
13386 \begin_layout Standard
13387 \begin_inset VSpace bigskip
13388 \end_inset
13389
13390
13391 \end_layout
13392
13393 \begin_layout Standard
13394 Sie können mit 
13395 \series bold
13396
13397 \backslash
13398 cmidrule
13399 \series default
13400  auch überlappende Linien wie in Tabelle
13401 \begin_inset space ~
13402 \end_inset
13403
13404
13405 \begin_inset CommandInset ref
13406 LatexCommand ref
13407 reference "tab:Special-booktabs-table"
13408
13409 \end_inset
13410
13411  definieren.
13412  Der Befehl ist:
13413 \end_layout
13414
13415 \begin_layout Standard
13416
13417 \series bold
13418
13419 \backslash
13420 morecmidrules
13421 \end_layout
13422
13423 \begin_layout Standard
13424 In Zeile zwei der Tabelle
13425 \begin_inset space ~
13426 \end_inset
13427
13428
13429 \begin_inset CommandInset ref
13430 LatexCommand ref
13431 reference "tab:Special-booktabs-table"
13432
13433 \end_inset
13434
13435  wurde folgender Befehl benutzt:
13436 \end_layout
13437
13438 \begin_layout Standard
13439
13440 \series bold
13441
13442 \backslash
13443 cmidrule(r){2-2}
13444 \backslash
13445 cmidrule(l){3-4}
13446 \backslash
13447 morecmidrules
13448 \begin_inset Newline newline
13449 \end_inset
13450
13451
13452 \backslash
13453 cmidrule{2-4}
13454 \end_layout
13455
13456 \begin_layout Standard
13457 und in Zeile sechs:
13458 \end_layout
13459
13460 \begin_layout Standard
13461
13462 \series bold
13463
13464 \backslash
13465 midrule
13466 \backslash
13467 morecmidrules
13468 \backslash
13469 cmidrule{3-4}
13470 \end_layout
13471
13472 \begin_layout Standard
13473 \begin_inset VSpace bigskip
13474 \end_inset
13475
13476
13477 \end_layout
13478
13479 \begin_layout Standard
13480 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13481  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13482 \end_layout
13483
13484 \begin_layout Standard
13485
13486 \series bold
13487
13488 \backslash
13489 specialrule{Dicke}{Abstand davor}{Abstand danach}
13490 \end_layout
13491
13492 \begin_layout Standard
13493 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13494 \series bold
13495 booktabs
13496 \series default
13497  
13498 \begin_inset CommandInset citation
13499 LatexCommand cite
13500 key "booktabs"
13501
13502 \end_inset
13503
13504 .
13505 \begin_inset Index
13506 status collapsed
13507
13508 \begin_layout Plain Layout
13509 LaTeX-Pakete ! booktabs
13510 \end_layout
13511
13512 \end_inset
13513
13514
13515 \end_layout
13516
13517 \begin_layout Standard
13518 \begin_inset Float table
13519 placement h
13520 wide false
13521 sideways false
13522 status open
13523
13524 \begin_layout Plain Layout
13525 \begin_inset Caption
13526
13527 \begin_layout Plain Layout
13528 \begin_inset CommandInset label
13529 LatexCommand label
13530 name "tab:Special-booktabs-table"
13531
13532 \end_inset
13533
13534 Eine spezielle formale Tabelle
13535 \end_layout
13536
13537 \end_inset
13538
13539
13540 \end_layout
13541
13542 \begin_layout Plain Layout
13543 \align center
13544 \begin_inset Tabular
13545 <lyxtabular version="3" rows="8" columns="4">
13546 <features booktabs="true">
13547 <column alignment="center" valignment="top" width="0">
13548 <column alignment="center" valignment="top" width="0">
13549 <column alignment="right" valignment="top" width="0">
13550 <column alignment="right" valignment="top" width="0">
13551 <row>
13552 <cell alignment="center" valignment="top" topline="true" usebox="none">
13553 \begin_inset Text
13554
13555 \begin_layout Plain Layout
13556 System
13557 \end_layout
13558
13559 \end_inset
13560 </cell>
13561 <cell alignment="center" valignment="top" topline="true" usebox="none">
13562 \begin_inset Text
13563
13564 \begin_layout Plain Layout
13565 Medipix
13566 \begin_inset space \thinspace{}
13567 \end_inset
13568
13569 1
13570 \end_layout
13571
13572 \end_inset
13573 </cell>
13574 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13575 \begin_inset Text
13576
13577 \begin_layout Plain Layout
13578 Medipix
13579 \begin_inset space \thinspace{}
13580 \end_inset
13581
13582 2
13583 \end_layout
13584
13585 \end_inset
13586 </cell>
13587 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13588 \begin_inset Text
13589
13590 \begin_layout Plain Layout
13591
13592 \end_layout
13593
13594 \end_inset
13595 </cell>
13596 </row>
13597 <row>
13598 <cell alignment="center" valignment="top" usebox="none">
13599 \begin_inset Text
13600
13601 \begin_layout Plain Layout
13602 \begin_inset ERT
13603 status collapsed
13604
13605 \begin_layout Plain Layout
13606
13607
13608 \backslash
13609 cmidrule(r){2-2}
13610 \end_layout
13611
13612 \end_inset
13613
13614
13615 \begin_inset ERT
13616 status collapsed
13617
13618 \begin_layout Plain Layout
13619
13620
13621 \backslash
13622 cmidrule(l){3-4}
13623 \end_layout
13624
13625 \end_inset
13626
13627
13628 \begin_inset ERT
13629 status collapsed
13630
13631 \begin_layout Plain Layout
13632
13633
13634 \backslash
13635 morecmidrules 
13636 \end_layout
13637
13638 \end_inset
13639
13640
13641 \begin_inset ERT
13642 status collapsed
13643
13644 \begin_layout Plain Layout
13645
13646
13647 \backslash
13648 cmidrule{2-4}
13649 \end_layout
13650
13651 \end_inset
13652
13653 Detektordicke  [µm]
13654 \end_layout
13655
13656 \end_inset
13657 </cell>
13658 <cell alignment="center" valignment="top" usebox="none">
13659 \begin_inset Text
13660
13661 \begin_layout Plain Layout
13662 300
13663 \end_layout
13664
13665 \end_inset
13666 </cell>
13667 <cell alignment="center" valignment="top" usebox="none">
13668 \begin_inset Text
13669
13670 \begin_layout Plain Layout
13671 300
13672 \end_layout
13673
13674 \end_inset
13675 </cell>
13676 <cell alignment="center" valignment="top" usebox="none">
13677 \begin_inset Text
13678
13679 \begin_layout Plain Layout
13680 700
13681 \end_layout
13682
13683 \end_inset
13684 </cell>
13685 </row>
13686 <row>
13687 <cell alignment="center" valignment="top" topline="true" usebox="none">
13688 \begin_inset Text
13689
13690 \begin_layout Plain Layout
13691 Kantenwinkel [°]
13692 \end_layout
13693
13694 \end_inset
13695 </cell>
13696 <cell alignment="center" valignment="top" topline="true" usebox="none">
13697 \begin_inset Text
13698
13699 \begin_layout Plain Layout
13700 3,55
13701 \end_layout
13702
13703 \end_inset
13704 </cell>
13705 <cell alignment="center" valignment="top" topline="true" usebox="none">
13706 \begin_inset Text
13707
13708 \begin_layout Plain Layout
13709 2,71
13710 \end_layout
13711
13712 \end_inset
13713 </cell>
13714 <cell alignment="center" valignment="top" topline="true" usebox="none">
13715 \begin_inset Text
13716
13717 \begin_layout Plain Layout
13718 7,99
13719 \end_layout
13720
13721 \end_inset
13722 </cell>
13723 </row>
13724 <row topspace="default">
13725 <cell alignment="center" valignment="top" usebox="none">
13726 \begin_inset Text
13727
13728 \begin_layout Plain Layout
13729 räumliche Auf\SpecialChar \textcompwordmark{}
13730 lösung [µm]
13731 \end_layout
13732
13733 \end_inset
13734 </cell>
13735 <cell alignment="center" valignment="top" usebox="none">
13736 \begin_inset Text
13737
13738 \begin_layout Plain Layout
13739 4,26
13740 \end_layout
13741
13742 \end_inset
13743 </cell>
13744 <cell alignment="center" valignment="top" usebox="none">
13745 \begin_inset Text
13746
13747 \begin_layout Plain Layout
13748 10,17
13749 \end_layout
13750
13751 \end_inset
13752 </cell>
13753 <cell alignment="center" valignment="top" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Plain Layout
13757 10,56
13758 \end_layout
13759
13760 \end_inset
13761 </cell>
13762 </row>
13763 <row topspace="default">
13764 <cell alignment="center" valignment="top" usebox="none">
13765 \begin_inset Text
13766
13767 \begin_layout Plain Layout
13768 MTF bei 
13769 \begin_inset Formula $f_{\mathrm{max}}$
13770 \end_inset
13771
13772
13773 \end_layout
13774
13775 \end_inset
13776 </cell>
13777 <cell alignment="center" valignment="top" usebox="none">
13778 \begin_inset Text
13779
13780 \begin_layout Plain Layout
13781 0,53
13782 \end_layout
13783
13784 \end_inset
13785 </cell>
13786 <cell alignment="center" valignment="top" usebox="none">
13787 \begin_inset Text
13788
13789 \begin_layout Plain Layout
13790 0,37
13791 \end_layout
13792
13793 \end_inset
13794 </cell>
13795 <cell alignment="center" valignment="top" usebox="none">
13796 \begin_inset Text
13797
13798 \begin_layout Plain Layout
13799 0,39
13800 \end_layout
13801
13802 \end_inset
13803 </cell>
13804 </row>
13805 <row>
13806 <cell alignment="center" valignment="top" topline="true" usebox="none">
13807 \begin_inset Text
13808
13809 \begin_layout Plain Layout
13810 \begin_inset ERT
13811 status collapsed
13812
13813 \begin_layout Plain Layout
13814
13815
13816 \backslash
13817 morecmidrules 
13818 \end_layout
13819
13820 \end_inset
13821
13822
13823 \begin_inset ERT
13824 status collapsed
13825
13826 \begin_layout Plain Layout
13827
13828
13829 \backslash
13830 cmidrule{3-4}
13831 \end_layout
13832
13833 \end_inset
13834
13835 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
13836 lösung
13837 \end_layout
13838
13839 \end_inset
13840 </cell>
13841 <cell alignment="center" valignment="top" topline="true" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845
13846 \end_layout
13847
13848 \end_inset
13849 </cell>
13850 <cell alignment="center" valignment="top" topline="true" usebox="none">
13851 \begin_inset Text
13852
13853 \begin_layout Plain Layout
13854
13855 \end_layout
13856
13857 \end_inset
13858 </cell>
13859 <cell alignment="center" valignment="top" topline="true" usebox="none">
13860 \begin_inset Text
13861
13862 \begin_layout Plain Layout
13863
13864 \end_layout
13865
13866 \end_inset
13867 </cell>
13868 </row>
13869 <row>
13870 <cell alignment="center" valignment="top" usebox="none">
13871 \begin_inset Text
13872
13873 \begin_layout Plain Layout
13874 in µm
13875 \end_layout
13876
13877 \end_inset
13878 </cell>
13879 <cell alignment="center" valignment="top" usebox="none">
13880 \begin_inset Text
13881
13882 \begin_layout Plain Layout
13883 129,7
13884 \end_layout
13885
13886 \end_inset
13887 </cell>
13888 <cell alignment="center" valignment="top" usebox="none">
13889 \begin_inset Text
13890
13891 \begin_layout Plain Layout
13892 52,75
13893 \end_layout
13894
13895 \end_inset
13896 </cell>
13897 <cell alignment="center" valignment="top" usebox="none">
13898 \begin_inset Text
13899
13900 \begin_layout Plain Layout
13901 50,78
13902 \end_layout
13903
13904 \end_inset
13905 </cell>
13906 </row>
13907 <row>
13908 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13909 \begin_inset Text
13910
13911 \begin_layout Plain Layout
13912 in % der Pixelgröße
13913 \end_layout
13914
13915 \end_inset
13916 </cell>
13917 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13918 \begin_inset Text
13919
13920 \begin_layout Plain Layout
13921 76,3
13922 \end_layout
13923
13924 \end_inset
13925 </cell>
13926 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13927 \begin_inset Text
13928
13929 \begin_layout Plain Layout
13930 95,9
13931 \end_layout
13932
13933 \end_inset
13934 </cell>
13935 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13936 \begin_inset Text
13937
13938 \begin_layout Plain Layout
13939 92,3
13940 \end_layout
13941
13942 \end_inset
13943 </cell>
13944 </row>
13945 </lyxtabular>
13946
13947 \end_inset
13948
13949
13950 \end_layout
13951
13952 \end_inset
13953
13954
13955 \end_layout
13956
13957 \begin_layout Section
13958 Vertikale Tabellen-Ausrichtung
13959 \begin_inset Index
13960 status collapsed
13961
13962 \begin_layout Plain Layout
13963 Tabellen ! Ausrichtung
13964 \end_layout
13965
13966 \end_inset
13967
13968
13969 \end_layout
13970
13971 \begin_layout Standard
13972 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
13973  einer Box sein.
13974  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
13975 \begin_inset space ~
13976 \end_inset
13977
13978
13979 \begin_inset CommandInset ref
13980 LatexCommand ref
13981 reference "abs:Box-Dialog"
13982
13983 \end_inset
13984
13985  beschrieben.
13986 \end_layout
13987
13988 \begin_layout Standard
13989 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
13990 \begin_inset Foot
13991 status collapsed
13992
13993 \begin_layout Plain Layout
13994 Minipages werden in Abschnitt
13995 \begin_inset space ~
13996 \end_inset
13997
13998
13999 \begin_inset CommandInset ref
14000 LatexCommand ref
14001 reference "abs:Minipage"
14002
14003 \end_inset
14004
14005  beschrieben.
14006 \end_layout
14007
14008 \end_inset
14009
14010  mit 15
14011 \begin_inset space \thinspace{}
14012 \end_inset
14013
14014 col%-Breite:
14015 \end_layout
14016
14017 \begin_layout Itemize
14018 Test 
14019 \begin_inset Box Frameless
14020 position "t"
14021 hor_pos "c"
14022 has_inner_box 1
14023 inner_pos "c"
14024 use_parbox 0
14025 width "15col%"
14026 special "none"
14027 height "1in"
14028 height_special "totalheight"
14029 status collapsed
14030
14031 \begin_layout Plain Layout
14032 \begin_inset Tabular
14033 <lyxtabular version="3" rows="3" columns="3">
14034 <features>
14035 <column alignment="center" valignment="top" width="0">
14036 <column alignment="center" valignment="top" width="0">
14037 <column alignment="center" valignment="top" width="0">
14038 <row>
14039 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14040 \begin_inset Text
14041
14042 \begin_layout Plain Layout
14043 Tabelle 1
14044 \end_layout
14045
14046 \end_inset
14047 </cell>
14048 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14049 \begin_inset Text
14050
14051 \begin_layout Plain Layout
14052
14053 \end_layout
14054
14055 \end_inset
14056 </cell>
14057 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14058 \begin_inset Text
14059
14060 \begin_layout Plain Layout
14061
14062 \end_layout
14063
14064 \end_inset
14065 </cell>
14066 </row>
14067 <row>
14068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14069 \begin_inset Text
14070
14071 \begin_layout Plain Layout
14072 b
14073 \end_layout
14074
14075 \end_inset
14076 </cell>
14077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14078 \begin_inset Text
14079
14080 \begin_layout Plain Layout
14081 e
14082 \end_layout
14083
14084 \end_inset
14085 </cell>
14086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14087 \begin_inset Text
14088
14089 \begin_layout Plain Layout
14090 h
14091 \end_layout
14092
14093 \end_inset
14094 </cell>
14095 </row>
14096 <row>
14097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14098 \begin_inset Text
14099
14100 \begin_layout Plain Layout
14101 c
14102 \end_layout
14103
14104 \end_inset
14105 </cell>
14106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14107 \begin_inset Text
14108
14109 \begin_layout Plain Layout
14110 f
14111 \end_layout
14112
14113 \end_inset
14114 </cell>
14115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14116 \begin_inset Text
14117
14118 \begin_layout Plain Layout
14119 i
14120 \end_layout
14121
14122 \end_inset
14123 </cell>
14124 </row>
14125 </lyxtabular>
14126
14127 \end_inset
14128
14129
14130 \end_layout
14131
14132 \end_inset
14133
14134  Test 
14135 \begin_inset ERT
14136 status collapsed
14137
14138 \begin_layout Plain Layout
14139
14140
14141 \backslash
14142 raisebox{0.85
14143 \backslash
14144 baselineskip}{
14145 \end_layout
14146
14147 \end_inset
14148
14149
14150 \begin_inset Box Frameless
14151 position "t"
14152 hor_pos "c"
14153 has_inner_box 1
14154 inner_pos "c"
14155 use_parbox 0
14156 width "15col%"
14157 special "none"
14158 height "1in"
14159 height_special "totalheight"
14160 status collapsed
14161
14162 \begin_layout Plain Layout
14163 \begin_inset Tabular
14164 <lyxtabular version="3" rows="3" columns="3">
14165 <features>
14166 <column alignment="center" valignment="top" width="0">
14167 <column alignment="center" valignment="top" width="0">
14168 <column alignment="center" valignment="top" width="0">
14169 <row>
14170 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14171 \begin_inset Text
14172
14173 \begin_layout Plain Layout
14174 Tabelle 2
14175 \end_layout
14176
14177 \end_inset
14178 </cell>
14179 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14180 \begin_inset Text
14181
14182 \begin_layout Plain Layout
14183
14184 \end_layout
14185
14186 \end_inset
14187 </cell>
14188 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14189 \begin_inset Text
14190
14191 \begin_layout Plain Layout
14192
14193 \end_layout
14194
14195 \end_inset
14196 </cell>
14197 </row>
14198 <row>
14199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14200 \begin_inset Text
14201
14202 \begin_layout Plain Layout
14203 b
14204 \end_layout
14205
14206 \end_inset
14207 </cell>
14208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14209 \begin_inset Text
14210
14211 \begin_layout Plain Layout
14212 e
14213 \end_layout
14214
14215 \end_inset
14216 </cell>
14217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14218 \begin_inset Text
14219
14220 \begin_layout Plain Layout
14221 h
14222 \end_layout
14223
14224 \end_inset
14225 </cell>
14226 </row>
14227 <row>
14228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14229 \begin_inset Text
14230
14231 \begin_layout Plain Layout
14232 c
14233 \end_layout
14234
14235 \end_inset
14236 </cell>
14237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14238 \begin_inset Text
14239
14240 \begin_layout Plain Layout
14241 f
14242 \end_layout
14243
14244 \end_inset
14245 </cell>
14246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14247 \begin_inset Text
14248
14249 \begin_layout Plain Layout
14250 i
14251 \end_layout
14252
14253 \end_inset
14254 </cell>
14255 </row>
14256 </lyxtabular>
14257
14258 \end_inset
14259
14260
14261 \end_layout
14262
14263 \end_inset
14264
14265
14266 \begin_inset ERT
14267 status collapsed
14268
14269 \begin_layout Plain Layout
14270
14271 }
14272 \end_layout
14273
14274 \end_inset
14275
14276
14277 \end_layout
14278
14279 \begin_layout Itemize
14280 Test 
14281 \begin_inset Box Frameless
14282 position "c"
14283 hor_pos "c"
14284 has_inner_box 1
14285 inner_pos "c"
14286 use_parbox 0
14287 width "15col%"
14288 special "none"
14289 height "1in"
14290 height_special "totalheight"
14291 status collapsed
14292
14293 \begin_layout Plain Layout
14294 \begin_inset Tabular
14295 <lyxtabular version="3" rows="3" columns="3">
14296 <features>
14297 <column alignment="center" valignment="top" width="0">
14298 <column alignment="center" valignment="top" width="0">
14299 <column alignment="center" valignment="top" width="0">
14300 <row>
14301 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14302 \begin_inset Text
14303
14304 \begin_layout Plain Layout
14305 Tabelle 3
14306 \end_layout
14307
14308 \end_inset
14309 </cell>
14310 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14311 \begin_inset Text
14312
14313 \begin_layout Plain Layout
14314
14315 \end_layout
14316
14317 \end_inset
14318 </cell>
14319 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14320 \begin_inset Text
14321
14322 \begin_layout Plain Layout
14323
14324 \end_layout
14325
14326 \end_inset
14327 </cell>
14328 </row>
14329 <row>
14330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14331 \begin_inset Text
14332
14333 \begin_layout Plain Layout
14334 b
14335 \end_layout
14336
14337 \end_inset
14338 </cell>
14339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14340 \begin_inset Text
14341
14342 \begin_layout Plain Layout
14343 e
14344 \end_layout
14345
14346 \end_inset
14347 </cell>
14348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14349 \begin_inset Text
14350
14351 \begin_layout Plain Layout
14352 h
14353 \end_layout
14354
14355 \end_inset
14356 </cell>
14357 </row>
14358 <row>
14359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14360 \begin_inset Text
14361
14362 \begin_layout Plain Layout
14363 c
14364 \end_layout
14365
14366 \end_inset
14367 </cell>
14368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14369 \begin_inset Text
14370
14371 \begin_layout Plain Layout
14372 f
14373 \end_layout
14374
14375 \end_inset
14376 </cell>
14377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14378 \begin_inset Text
14379
14380 \begin_layout Plain Layout
14381 i
14382 \end_layout
14383
14384 \end_inset
14385 </cell>
14386 </row>
14387 </lyxtabular>
14388
14389 \end_inset
14390
14391
14392 \end_layout
14393
14394 \end_inset
14395
14396
14397 \end_layout
14398
14399 \begin_layout Itemize
14400 Test 
14401 \begin_inset Box Frameless
14402 position "b"
14403 hor_pos "c"
14404 has_inner_box 1
14405 inner_pos "c"
14406 use_parbox 0
14407 width "15col%"
14408 special "none"
14409 height "1in"
14410 height_special "totalheight"
14411 status collapsed
14412
14413 \begin_layout Plain Layout
14414 \begin_inset Tabular
14415 <lyxtabular version="3" rows="3" columns="3">
14416 <features>
14417 <column alignment="center" valignment="top" width="0">
14418 <column alignment="center" valignment="top" width="0">
14419 <column alignment="center" valignment="top" width="0">
14420 <row>
14421 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14422 \begin_inset Text
14423
14424 \begin_layout Plain Layout
14425 Tabelle 4
14426 \end_layout
14427
14428 \end_inset
14429 </cell>
14430 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14431 \begin_inset Text
14432
14433 \begin_layout Plain Layout
14434
14435 \end_layout
14436
14437 \end_inset
14438 </cell>
14439 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14440 \begin_inset Text
14441
14442 \begin_layout Plain Layout
14443
14444 \end_layout
14445
14446 \end_inset
14447 </cell>
14448 </row>
14449 <row>
14450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14451 \begin_inset Text
14452
14453 \begin_layout Plain Layout
14454 b
14455 \end_layout
14456
14457 \end_inset
14458 </cell>
14459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14460 \begin_inset Text
14461
14462 \begin_layout Plain Layout
14463 e
14464 \end_layout
14465
14466 \end_inset
14467 </cell>
14468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14469 \begin_inset Text
14470
14471 \begin_layout Plain Layout
14472 h
14473 \end_layout
14474
14475 \end_inset
14476 </cell>
14477 </row>
14478 <row>
14479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14480 \begin_inset Text
14481
14482 \begin_layout Plain Layout
14483 c
14484 \end_layout
14485
14486 \end_inset
14487 </cell>
14488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14489 \begin_inset Text
14490
14491 \begin_layout Plain Layout
14492 f
14493 \end_layout
14494
14495 \end_inset
14496 </cell>
14497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14498 \begin_inset Text
14499
14500 \begin_layout Plain Layout
14501 i
14502 \end_layout
14503
14504 \end_inset
14505 </cell>
14506 </row>
14507 </lyxtabular>
14508
14509 \end_inset
14510
14511
14512 \end_layout
14513
14514 \end_inset
14515
14516 Test 
14517 \begin_inset ERT
14518 status collapsed
14519
14520 \begin_layout Plain Layout
14521
14522
14523 \backslash
14524 raisebox{-0.32
14525 \backslash
14526 baselineskip}{
14527 \end_layout
14528
14529 \end_inset
14530
14531
14532 \begin_inset Box Frameless
14533 position "b"
14534 hor_pos "c"
14535 has_inner_box 1
14536 inner_pos "c"
14537 use_parbox 0
14538 width "15col%"
14539 special "none"
14540 height "1in"
14541 height_special "totalheight"
14542 status collapsed
14543
14544 \begin_layout Plain Layout
14545 \begin_inset Tabular
14546 <lyxtabular version="3" rows="3" columns="3">
14547 <features>
14548 <column alignment="center" valignment="top" width="0">
14549 <column alignment="center" valignment="top" width="0">
14550 <column alignment="center" valignment="top" width="0">
14551 <row>
14552 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14553 \begin_inset Text
14554
14555 \begin_layout Plain Layout
14556 Tabelle 5
14557 \end_layout
14558
14559 \end_inset
14560 </cell>
14561 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14562 \begin_inset Text
14563
14564 \begin_layout Plain Layout
14565
14566 \end_layout
14567
14568 \end_inset
14569 </cell>
14570 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14571 \begin_inset Text
14572
14573 \begin_layout Plain Layout
14574
14575 \end_layout
14576
14577 \end_inset
14578 </cell>
14579 </row>
14580 <row>
14581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14582 \begin_inset Text
14583
14584 \begin_layout Plain Layout
14585 b
14586 \end_layout
14587
14588 \end_inset
14589 </cell>
14590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14591 \begin_inset Text
14592
14593 \begin_layout Plain Layout
14594 e
14595 \end_layout
14596
14597 \end_inset
14598 </cell>
14599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14600 \begin_inset Text
14601
14602 \begin_layout Plain Layout
14603 h
14604 \end_layout
14605
14606 \end_inset
14607 </cell>
14608 </row>
14609 <row>
14610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14611 \begin_inset Text
14612
14613 \begin_layout Plain Layout
14614 c
14615 \end_layout
14616
14617 \end_inset
14618 </cell>
14619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14620 \begin_inset Text
14621
14622 \begin_layout Plain Layout
14623 f
14624 \end_layout
14625
14626 \end_inset
14627 </cell>
14628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14629 \begin_inset Text
14630
14631 \begin_layout Plain Layout
14632 i
14633 \end_layout
14634
14635 \end_inset
14636 </cell>
14637 </row>
14638 </lyxtabular>
14639
14640 \end_inset
14641
14642
14643 \end_layout
14644
14645 \end_inset
14646
14647
14648 \begin_inset ERT
14649 status collapsed
14650
14651 \begin_layout Plain Layout
14652
14653 }
14654 \end_layout
14655
14656 \end_inset
14657
14658
14659 \end_layout
14660
14661 \begin_layout Standard
14662 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
14663 \begin_inset space \space{}
14664 \end_inset
14665
14666 1 und letzten Zeile von Tabelle
14667 \begin_inset space \space{}
14668 \end_inset
14669
14670 4 bezüglich dem Wort 
14671 \begin_inset Quotes gld
14672 \end_inset
14673
14674 Test
14675 \begin_inset Quotes grd
14676 \end_inset
14677
14678  nicht richtig ausgerichtet.
14679  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14680 \begin_inset Quotes gld
14681 \end_inset
14682
14683 Raisebox
14684 \begin_inset Quotes grd
14685 \end_inset
14686
14687
14688 \begin_inset Foot
14689 status collapsed
14690
14691 \begin_layout Plain Layout
14692 Raiseboxen werden in Abschnitt
14693 \begin_inset space ~
14694 \end_inset
14695
14696
14697 \begin_inset CommandInset ref
14698 LatexCommand ref
14699 reference "uab:Vertikale-Ausrichtung"
14700
14701 \end_inset
14702
14703  beschrieben.
14704 \end_layout
14705
14706 \end_inset
14707
14708  setzen.
14709  In Tabelle
14710 \begin_inset space \space{}
14711 \end_inset
14712
14713 2 wurde der Text mit dem Befehl
14714 \end_layout
14715
14716 \begin_layout Standard
14717
14718 \series bold
14719
14720 \backslash
14721 raisebox{0.85
14722 \backslash
14723 baselineskip}{
14724 \end_layout
14725
14726 \begin_layout Standard
14727 vor der Box ausgerichtet.
14728  Hinter der Box wurde auch noch 
14729 \series bold
14730 }
14731 \series default
14732  als TeX-Code eingefügt, weil der obige Befehl mit 
14733 \series bold
14734 {
14735 \series default
14736  aufhörte.
14737  Für Tabelle
14738 \begin_inset space \space{}
14739 \end_inset
14740
14741 5 wurde der Befehl
14742 \end_layout
14743
14744 \begin_layout Standard
14745
14746 \series bold
14747
14748 \backslash
14749 raisebox{-0.32
14750 \backslash
14751 baselineskip}{
14752 \end_layout
14753
14754 \begin_layout Standard
14755 benutzt.
14756 \end_layout
14757
14758 \begin_layout Standard
14759 \begin_inset Note Greyedout
14760 status open
14761
14762 \begin_layout Plain Layout
14763
14764 \series bold
14765 Bemerkung:
14766 \series default
14767  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14768  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14769  Der Faktor im 
14770 \series bold
14771
14772 \backslash
14773 raisebox
14774 \series default
14775 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14776 \end_layout
14777
14778 \end_inset
14779
14780
14781 \end_layout
14782
14783 \begin_layout Section
14784 Farbige Tabellen
14785 \begin_inset CommandInset label
14786 LatexCommand label
14787 name "abs:Farbige-Tabellen"
14788
14789 \end_inset
14790
14791
14792 \begin_inset Index
14793 status collapsed
14794
14795 \begin_layout Plain Layout
14796 Tabellen ! farbige
14797 \end_layout
14798
14799 \end_inset
14800
14801
14802 \end_layout
14803
14804 \begin_layout Subsection
14805 Farbige Zellen
14806 \begin_inset Index
14807 status collapsed
14808
14809 \begin_layout Plain Layout
14810 farbige !  Tabellenzellen
14811 \end_layout
14812
14813 \end_inset
14814
14815
14816 \end_layout
14817
14818 \begin_layout Standard
14819 \begin_inset Float table
14820 placement h
14821 wide false
14822 sideways false
14823 status open
14824
14825 \begin_layout Plain Layout
14826 \begin_inset Caption
14827
14828 \begin_layout Plain Layout
14829 \begin_inset CommandInset label
14830 LatexCommand label
14831 name "tab:Farbige-Tabelle-ohne"
14832
14833 \end_inset
14834
14835 Farbige Tabelle, ohne Paket 
14836 \series bold
14837 colortbl
14838 \series default
14839
14840 \begin_inset OptArg
14841 status collapsed
14842
14843 \begin_layout Plain Layout
14844 Tabelle ohne 
14845 \family typewriter
14846 colortbl
14847 \end_layout
14848
14849 \end_inset
14850
14851
14852 \end_layout
14853
14854 \end_inset
14855
14856
14857 \end_layout
14858
14859 \begin_layout Plain Layout
14860 \align center
14861 \begin_inset Tabular
14862 <lyxtabular version="3" rows="3" columns="3">
14863 <features>
14864 <column alignment="center" valignment="top" width="0">
14865 <column alignment="center" valignment="top" width="0">
14866 <column alignment="center" valignment="top" width="0">
14867 <row>
14868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14869 \begin_inset Text
14870
14871 \begin_layout Plain Layout
14872
14873 \color green
14874 a
14875 \end_layout
14876
14877 \end_inset
14878 </cell>
14879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14880 \begin_inset Text
14881
14882 \begin_layout Plain Layout
14883
14884 \color red
14885 b
14886 \end_layout
14887
14888 \end_inset
14889 </cell>
14890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14891 \begin_inset Text
14892
14893 \begin_layout Plain Layout
14894
14895 \color red
14896 c
14897 \end_layout
14898
14899 \end_inset
14900 </cell>
14901 </row>
14902 <row>
14903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14904 \begin_inset Text
14905
14906 \begin_layout Plain Layout
14907
14908 \color green
14909 d
14910 \end_layout
14911
14912 \end_inset
14913 </cell>
14914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14915 \begin_inset Text
14916
14917 \begin_layout Plain Layout
14918
14919 \color blue
14920 e
14921 \end_layout
14922
14923 \end_inset
14924 </cell>
14925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14926 \begin_inset Text
14927
14928 \begin_layout Plain Layout
14929
14930 \color blue
14931 f
14932 \end_layout
14933
14934 \end_inset
14935 </cell>
14936 </row>
14937 <row>
14938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14939 \begin_inset Text
14940
14941 \begin_layout Plain Layout
14942
14943 \color green
14944 g
14945 \end_layout
14946
14947 \end_inset
14948 </cell>
14949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14950 \begin_inset Text
14951
14952 \begin_layout Plain Layout
14953
14954 \color blue
14955 h
14956 \end_layout
14957
14958 \end_inset
14959 </cell>
14960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14961 \begin_inset Text
14962
14963 \begin_layout Plain Layout
14964
14965 \color blue
14966 i
14967 \end_layout
14968
14969 \end_inset
14970 </cell>
14971 </row>
14972 </lyxtabular>
14973
14974 \end_inset
14975
14976
14977 \end_layout
14978
14979 \end_inset
14980
14981
14982 \end_layout
14983
14984 \begin_layout Standard
14985 \begin_inset CommandInset label
14986 LatexCommand label
14987 name "Wenn-Sie-nur"
14988
14989 \end_inset
14990
14991 Wenn Sie nur farbigen Text
14992 \begin_inset Index
14993 status collapsed
14994
14995 \begin_layout Plain Layout
14996 Farbe ! für Text
14997 \end_layout
14998
14999 \end_inset
15000
15001  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15002  auf den Werkzeugleistenknopf 
15003 \begin_inset Graphics
15004         filename ../../images/dialog-show_character.png
15005         scale 70
15006         scaleBeforeRotation
15007         BoundingBox 0bp 0bp 20bp 20bp
15008
15009 \end_inset
15010
15011  oder über das Menü 
15012 \family sans
15013 Bearbeiten\SpecialChar \menuseparator
15014 Textstil\SpecialChar \menuseparator
15015 Benutzerdefiniert
15016 \family default
15017  mit dem 
15018 \family sans
15019 Textstil
15020 \family default
15021 -Dialog wie es in Tabelle
15022 \begin_inset space ~
15023 \end_inset
15024
15025
15026 \begin_inset CommandInset ref
15027 LatexCommand ref
15028 reference "tab:Farbige-Tabelle-ohne"
15029
15030 \end_inset
15031
15032  gemacht wurde.
15033  In anderen Fällen müssen Sie das LaTeX-Paket 
15034 \series bold
15035 colortbl
15036 \series default
15037  benutzen.
15038 \begin_inset Index
15039 status collapsed
15040
15041 \begin_layout Plain Layout
15042 LaTeX-Pakete ! colortbl
15043 \end_layout
15044
15045 \end_inset
15046
15047
15048 \end_layout
15049
15050 \begin_layout Standard
15051 \begin_inset ERT
15052 status collapsed
15053
15054 \begin_layout Plain Layout
15055
15056
15057 \backslash
15058 ifcolortbl
15059 \end_layout
15060
15061 \end_inset
15062
15063
15064 \begin_inset Note Note
15065 status open
15066
15067 \begin_layout Plain Layout
15068 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15069 \series bold
15070 colortbl
15071 \series default
15072  installiert ist.
15073 \end_layout
15074
15075 \end_inset
15076
15077
15078 \end_layout
15079
15080 \begin_layout Standard
15081 Um farbige Tabellen zu erzeugen, muss 
15082 \series bold
15083 colortbl
15084 \series default
15085  im LaTeX-Vorspann geladen werden:
15086 \end_layout
15087
15088 \begin_layout Standard
15089
15090 \series bold
15091
15092 \backslash
15093 usepackage{colortbl}
15094 \end_layout
15095
15096 \begin_layout Standard
15097 Die Farbe einer Spalte ändert man dann mit dem Befehl
15098 \end_layout
15099
15100 \begin_layout Standard
15101
15102 \series bold
15103
15104 \backslash
15105 columncolor{Farbname}
15106 \end_layout
15107
15108 \begin_layout Standard
15109 innerhalb des Befehls 
15110 \series bold
15111 >{}
15112 \series default
15113 .
15114  Mehr über den Befehl 
15115 \series bold
15116 >{}
15117 \series default
15118  finden Sie im Abschnitt
15119 \begin_inset space ~
15120 \end_inset
15121
15122
15123 \begin_inset CommandInset ref
15124 LatexCommand ref
15125 reference "uab:Mehrfachspalten-Berechnungen"
15126
15127 \end_inset
15128
15129 .
15130 \end_layout
15131
15132 \begin_layout Standard
15133 Folgende Farbnamen sind vordefiniert:
15134 \end_layout
15135
15136 \begin_layout Standard
15137
15138 \family sans
15139 red
15140 \family default
15141
15142 \family sans
15143 green
15144 \family default
15145
15146 \family sans
15147 yellow
15148 \family default
15149
15150 \family sans
15151 blue
15152 \family default
15153
15154 \family sans
15155 cyan
15156 \family default
15157
15158 \family sans
15159 magenta
15160 \family default
15161
15162 \family sans
15163 black
15164 \family default
15165  und 
15166 \family sans
15167 white
15168 \begin_inset Newline newline
15169 \end_inset
15170
15171 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15172 \family default
15173 und
15174 \family sans
15175  weiß
15176 \family default
15177 ).
15178 \end_layout
15179
15180 \begin_layout Standard
15181 \begin_inset VSpace medskip
15182 \end_inset
15183
15184
15185 \end_layout
15186
15187 \begin_layout Standard
15188 Sie können auch eigene Farben definieren:
15189 \end_layout
15190
15191 \begin_layout Standard
15192
15193 \series bold
15194
15195 \backslash
15196 definecolor{Farbname}{Farbmodell}{Farbwerte}
15197 \end_layout
15198
15199 \begin_layout Standard
15200 Das Farbmodell kann eins der folgenden sein:
15201 \end_layout
15202
15203 \begin_layout Labeling
15204 \labelwidthstring 00.00.0000
15205 cmyk: cyan, magenta, yellow, black
15206 \end_layout
15207
15208 \begin_layout Labeling
15209 \labelwidthstring 00.00.0000
15210 rgb: red, green blue
15211 \end_layout
15212
15213 \begin_layout Labeling
15214 \labelwidthstring 00.00.0000
15215 gray: gray
15216 \end_layout
15217
15218 \begin_layout Standard
15219 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15220  die die entsprechende Farbe für das Farbmodell beschreiben.
15221 \end_layout
15222
15223 \begin_layout Standard
15224 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15225 \emph on
15226
15227 \begin_inset Quotes gld
15228 \end_inset
15229
15230 dunkelgruen
15231 \emph default
15232
15233 \begin_inset Quotes grd
15234 \end_inset
15235
15236  und 
15237 \begin_inset Quotes gld
15238 \end_inset
15239
15240
15241 \emph on
15242 hellgrau
15243 \emph default
15244
15245 \begin_inset Quotes grd
15246 \end_inset
15247
15248  folgendermaßen definieren:
15249 \end_layout
15250
15251 \begin_layout Standard
15252
15253 \series bold
15254
15255 \backslash
15256 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15257 \end_layout
15258
15259 \begin_layout Standard
15260
15261 \series bold
15262
15263 \backslash
15264 definecolor{hellgrau}{gray}{0.8}
15265 \end_layout
15266
15267 \begin_layout Standard
15268 \begin_inset VSpace medskip
15269 \end_inset
15270
15271
15272 \end_layout
15273
15274 \begin_layout Standard
15275 Linien werden mit dem Befehl
15276 \end_layout
15277
15278 \begin_layout Standard
15279
15280 \series bold
15281
15282 \backslash
15283 rowcolor{Farbname}
15284 \end_layout
15285
15286 \begin_layout Standard
15287 gefärbt, Zellen mit dem Befehl
15288 \end_layout
15289
15290 \begin_layout Standard
15291
15292 \series bold
15293
15294 \backslash
15295 cellcolor{Farbname}
15296 \end_layout
15297
15298 \begin_layout Standard
15299 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15300 \end_layout
15301
15302 \begin_layout Standard
15303 Um nur Text zu färben, machen Sie es wie 
15304 \begin_inset CommandInset ref
15305 LatexCommand vpageref
15306 reference "Wenn-Sie-nur"
15307
15308 \end_inset
15309
15310  beschrieben.
15311  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15312 \emph on
15313 markieren Sie nur den Text
15314 \emph default
15315 , sonst werden Sie LaTeX-Fehler erzeugen.
15316 \end_layout
15317
15318 \begin_layout Standard
15319 \begin_inset Note Greyedout
15320 status open
15321
15322 \begin_layout Plain Layout
15323
15324 \series bold
15325 Achtung:
15326 \series default
15327  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15328 \end_layout
15329
15330 \end_inset
15331
15332
15333 \end_layout
15334
15335 \begin_layout Standard
15336 \begin_inset VSpace medskip
15337 \end_inset
15338
15339
15340 \end_layout
15341
15342 \begin_layout Standard
15343 Die Tabelle
15344 \begin_inset space ~
15345 \end_inset
15346
15347
15348 \begin_inset CommandInset ref
15349 LatexCommand ref
15350 reference "tab:Table-colored-using"
15351
15352 \end_inset
15353
15354  wurde folgendermaßen erstellt: die erste Spalte soll 
15355 \emph on
15356
15357 \begin_inset Quotes gld
15358 \end_inset
15359
15360 dunkelgruen
15361 \emph default
15362
15363 \begin_inset Quotes grd
15364 \end_inset
15365
15366  werden, also müssen Sie ins 
15367 \family sans
15368 LaTe
15369 \begin_inset ERT
15370 status collapsed
15371
15372 \begin_layout Plain Layout
15373
15374 {}
15375 \end_layout
15376
15377 \end_inset
15378
15379 X-Argument
15380 \family default
15381  der Zellen der ersten Spalte den Befehl
15382 \end_layout
15383
15384 \begin_layout Standard
15385
15386 \series bold
15387 >{
15388 \backslash
15389 columncolor{dunkelgruen}
15390 \backslash
15391 centering}c
15392 \end_layout
15393
15394 \begin_layout Standard
15395 schreiben.
15396  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15397 \end_layout
15398
15399 \begin_layout Standard
15400
15401 \series bold
15402
15403 \backslash
15404 rowcolow{cyan}
15405 \end_layout
15406
15407 \begin_layout Standard
15408 in die erste Zelle der ersten Zeile eingefügt.
15409  Diese Farbe ersetzt die Spaltenfarbe.
15410  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15411  wird mit folgendem Befehl erreicht:
15412 \end_layout
15413
15414 \begin_layout Standard
15415
15416 \series bold
15417
15418 \backslash
15419 cellcolor{magenta}
15420 \end_layout
15421
15422 \begin_layout Standard
15423 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15424 \family sans
15425 Textstil
15426 \family default
15427 -Dialog.
15428 \end_layout
15429
15430 \begin_layout Standard
15431 \begin_inset Float table
15432 placement h
15433 wide false
15434 sideways false
15435 status open
15436
15437 \begin_layout Plain Layout
15438 \begin_inset Caption
15439
15440 \begin_layout Plain Layout
15441 \begin_inset CommandInset label
15442 LatexCommand label
15443 name "tab:Table-colored-using"
15444
15445 \end_inset
15446
15447 Eine mit dem Paket 
15448 \series bold
15449 colortbl
15450 \series default
15451  gefärbte Tabelle
15452 \begin_inset OptArg
15453 status collapsed
15454
15455 \begin_layout Plain Layout
15456 Tabelle mit 
15457 \family typewriter
15458 colortbl
15459 \end_layout
15460
15461 \end_inset
15462
15463
15464 \end_layout
15465
15466 \end_inset
15467
15468
15469 \end_layout
15470
15471 \begin_layout Plain Layout
15472 \align center
15473 \begin_inset Tabular
15474 <lyxtabular version="3" rows="3" columns="3">
15475 <features>
15476 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15477 <column alignment="center" valignment="top" width="0">
15478 <column alignment="center" valignment="top" width="0">
15479 <row>
15480 <cell alignment="center" valignment="top" usebox="none">
15481 \begin_inset Text
15482
15483 \begin_layout Plain Layout
15484 \begin_inset ERT
15485 status collapsed
15486
15487 \begin_layout Plain Layout
15488
15489
15490 \backslash
15491 rowcolor{cyan}
15492 \end_layout
15493
15494 \end_inset
15495
15496
15497 \color magenta
15498 a
15499 \end_layout
15500
15501 \end_inset
15502 </cell>
15503 <cell alignment="center" valignment="top" usebox="none">
15504 \begin_inset Text
15505
15506 \begin_layout Plain Layout
15507
15508 \color red
15509 b
15510 \end_layout
15511
15512 \end_inset
15513 </cell>
15514 <cell alignment="center" valignment="top" usebox="none">
15515 \begin_inset Text
15516
15517 \begin_layout Plain Layout
15518
15519 \color red
15520 c
15521 \end_layout
15522
15523 \end_inset
15524 </cell>
15525 </row>
15526 <row>
15527 <cell alignment="center" valignment="top" usebox="none">
15528 \begin_inset Text
15529
15530 \begin_layout Plain Layout
15531
15532 \color yellow
15533 d
15534 \end_layout
15535
15536 \end_inset
15537 </cell>
15538 <cell alignment="center" valignment="top" usebox="none">
15539 \begin_inset Text
15540
15541 \begin_layout Plain Layout
15542
15543 \color blue
15544 e
15545 \end_layout
15546
15547 \end_inset
15548 </cell>
15549 <cell alignment="center" valignment="top" usebox="none">
15550 \begin_inset Text
15551
15552 \begin_layout Plain Layout
15553
15554 \color blue
15555 f
15556 \end_layout
15557
15558 \end_inset
15559 </cell>
15560 </row>
15561 <row>
15562 <cell alignment="center" valignment="top" usebox="none">
15563 \begin_inset Text
15564
15565 \begin_layout Plain Layout
15566
15567 \color yellow
15568 g
15569 \end_layout
15570
15571 \end_inset
15572 </cell>
15573 <cell alignment="center" valignment="top" usebox="none">
15574 \begin_inset Text
15575
15576 \begin_layout Plain Layout
15577
15578 \color blue
15579 h
15580 \end_layout
15581
15582 \end_inset
15583 </cell>
15584 <cell alignment="center" valignment="top" usebox="none">
15585 \begin_inset Text
15586
15587 \begin_layout Plain Layout
15588 \begin_inset ERT
15589 status collapsed
15590
15591 \begin_layout Plain Layout
15592
15593
15594 \backslash
15595 cellcolor{magenta}
15596 \end_layout
15597
15598 \end_inset
15599
15600
15601 \color green
15602 i
15603 \end_layout
15604
15605 \end_inset
15606 </cell>
15607 </row>
15608 </lyxtabular>
15609
15610 \end_inset
15611
15612
15613 \end_layout
15614
15615 \end_inset
15616
15617
15618 \end_layout
15619
15620 \begin_layout Standard
15621 \begin_inset ERT
15622 status collapsed
15623
15624 \begin_layout Plain Layout
15625
15626
15627 \backslash
15628 else
15629 \end_layout
15630
15631 \end_inset
15632
15633
15634 \begin_inset Note Note
15635 status open
15636
15637 \begin_layout Plain Layout
15638 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15639 \series bold
15640 colortbl
15641 \series default
15642  nicht installiert ist:
15643 \end_layout
15644
15645 \end_inset
15646
15647
15648 \end_layout
15649
15650 \begin_layout Standard
15651 Sie müssen das LaTeX-Paket 
15652 \series bold
15653 colortbl
15654 \series default
15655  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15656 \end_layout
15657
15658 \begin_layout Standard
15659 \begin_inset ERT
15660 status collapsed
15661
15662 \begin_layout Plain Layout
15663
15664
15665 \backslash
15666 fi
15667 \end_layout
15668
15669 \end_inset
15670
15671
15672 \end_layout
15673
15674 \begin_layout Subsection
15675 Farbige Linien
15676 \begin_inset Index
15677 status collapsed
15678
15679 \begin_layout Plain Layout
15680 farbige !  Tabellenlinien
15681 \end_layout
15682
15683 \end_inset
15684
15685
15686 \end_layout
15687
15688 \begin_layout Standard
15689 Wie in Abschnitt
15690 \begin_inset space ~
15691 \end_inset
15692
15693
15694 \begin_inset CommandInset ref
15695 LatexCommand ref
15696 reference "uab:Liniendicke"
15697
15698 \end_inset
15699
15700  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
15701 \series bold
15702
15703 \backslash
15704 arrayrulewidth
15705 \series default
15706  definiert werden.
15707  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15708 \begin_inset space \thinspace{}
15709 \end_inset
15710
15711 pt gesetzt.
15712 \begin_inset ERT
15713 status collapsed
15714
15715 \begin_layout Plain Layout
15716
15717
15718 \backslash
15719 setlength{
15720 \backslash
15721 arrayrulewidth}{1.5pt}
15722 \end_layout
15723
15724 \end_inset
15725
15726
15727 \end_layout
15728
15729 \begin_layout Standard
15730 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15731 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15732 \begin_inset space ~
15733 \end_inset
15734
15735
15736 \begin_inset CommandInset ref
15737 LatexCommand ref
15738 reference "uab:Angepasste-Zellen-/Spaltenformate"
15739
15740 \end_inset
15741
15742  definiert:
15743 \end_layout
15744
15745 \begin_layout Standard
15746
15747 \series bold
15748
15749 \backslash
15750 newcolumntype{W}{!{
15751 \backslash
15752 color{green}
15753 \backslash
15754 vline}}
15755 \end_layout
15756
15757 \begin_layout Standard
15758 In Tabelle
15759 \begin_inset space ~
15760 \end_inset
15761
15762
15763 \begin_inset CommandInset ref
15764 LatexCommand ref
15765 reference "tab:Tabelle-mit-farbigen-vert"
15766
15767 \end_inset
15768
15769  wurde das LaTeX-Argument 
15770 \series bold
15771 WcW
15772 \series default
15773  für die letzte und 
15774 \series bold
15775 Wc
15776 \series default
15777  für die anderen Spalten benutzt.
15778 \end_layout
15779
15780 \begin_layout Standard
15781 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15782 \end_layout
15783
15784 \begin_layout Standard
15785 \begin_inset Float table
15786 placement h
15787 wide false
15788 sideways false
15789 status open
15790
15791 \begin_layout Plain Layout
15792 \begin_inset Caption
15793
15794 \begin_layout Plain Layout
15795 \begin_inset CommandInset label
15796 LatexCommand label
15797 name "tab:Tabelle-mit-farbigen-vert"
15798
15799 \end_inset
15800
15801 Tabelle mit farbigen vertikalen Linien
15802 \end_layout
15803
15804 \end_inset
15805
15806
15807 \end_layout
15808
15809 \begin_layout Plain Layout
15810 \align center
15811 \begin_inset Tabular
15812 <lyxtabular version="3" rows="3" columns="3">
15813 <features>
15814 <column alignment="center" valignment="top" width="0" special="Wc">
15815 <column alignment="center" valignment="top" width="0" special="Wc">
15816 <column alignment="center" valignment="top" width="0" special="WcW">
15817 <row>
15818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15819 \begin_inset Text
15820
15821 \begin_layout Plain Layout
15822 sd
15823 \end_layout
15824
15825 \end_inset
15826 </cell>
15827 <cell alignment="center" valignment="top" topline="true" usebox="none">
15828 \begin_inset Text
15829
15830 \begin_layout Plain Layout
15831
15832 \end_layout
15833
15834 \end_inset
15835 </cell>
15836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Plain Layout
15840
15841 \end_layout
15842
15843 \end_inset
15844 </cell>
15845 </row>
15846 <row>
15847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15848 \begin_inset Text
15849
15850 \begin_layout Plain Layout
15851
15852 \end_layout
15853
15854 \end_inset
15855 </cell>
15856 <cell alignment="center" valignment="top" topline="true" usebox="none">
15857 \begin_inset Text
15858
15859 \begin_layout Plain Layout
15860 sd
15861 \end_layout
15862
15863 \end_inset
15864 </cell>
15865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15866 \begin_inset Text
15867
15868 \begin_layout Plain Layout
15869
15870 \end_layout
15871
15872 \end_inset
15873 </cell>
15874 </row>
15875 <row>
15876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15877 \begin_inset Text
15878
15879 \begin_layout Plain Layout
15880
15881 \end_layout
15882
15883 \end_inset
15884 </cell>
15885 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15886 \begin_inset Text
15887
15888 \begin_layout Plain Layout
15889
15890 \end_layout
15891
15892 \end_inset
15893 </cell>
15894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15895 \begin_inset Text
15896
15897 \begin_layout Plain Layout
15898 sd
15899 \end_layout
15900
15901 \end_inset
15902 </cell>
15903 </row>
15904 </lyxtabular>
15905
15906 \end_inset
15907
15908
15909 \end_layout
15910
15911 \end_inset
15912
15913
15914 \end_layout
15915
15916 \begin_layout Standard
15917 \begin_inset VSpace bigskip
15918 \end_inset
15919
15920 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
15921 \begin_inset space ~
15922 \end_inset
15923
15924
15925 \begin_inset CommandInset ref
15926 LatexCommand ref
15927 reference "tab:Tabelle-mit-farbigen-horiz"
15928
15929 \end_inset
15930
15931 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
15932  einfügen:
15933 \end_layout
15934
15935 \begin_layout Standard
15936
15937 \series bold
15938
15939 \backslash
15940 let
15941 \backslash
15942 myHlineC
15943 \backslash
15944 hline
15945 \begin_inset Newline newline
15946 \end_inset
15947
15948
15949 \backslash
15950 renewcommand{
15951 \backslash
15952 hline}
15953 \begin_inset Newline newline
15954 \end_inset
15955
15956
15957 \begin_inset ERT
15958 status collapsed
15959
15960 \begin_layout Plain Layout
15961
15962
15963 \backslash
15964 hphantom{ }
15965 \end_layout
15966
15967 \end_inset
15968
15969 {
15970 \backslash
15971 arrayrulecolor{red}
15972 \backslash
15973 myHlineC
15974 \backslash
15975 arrayrulecolor{black}}
15976 \end_layout
15977
15978 \begin_layout Standard
15979 \begin_inset ERT
15980 status collapsed
15981
15982 \begin_layout Plain Layout
15983
15984
15985 \backslash
15986 let
15987 \backslash
15988 myHlineC
15989 \backslash
15990 hline
15991 \end_layout
15992
15993 \begin_layout Plain Layout
15994
15995
15996 \backslash
15997 renewcommand{
15998 \backslash
15999 hline}
16000 \end_layout
16001
16002 \begin_layout Plain Layout
16003
16004  {
16005 \backslash
16006 arrayrulecolor{red}
16007 \backslash
16008 myHlineC
16009 \backslash
16010 arrayrulecolor{black}}
16011 \end_layout
16012
16013 \end_inset
16014
16015
16016 \begin_inset Float table
16017 placement h
16018 wide false
16019 sideways false
16020 status open
16021
16022 \begin_layout Plain Layout
16023 \begin_inset Caption
16024
16025 \begin_layout Plain Layout
16026 \begin_inset CommandInset label
16027 LatexCommand label
16028 name "tab:Tabelle-mit-farbigen-horiz"
16029
16030 \end_inset
16031
16032 Tabelle mit farbigen horizontalen Linien
16033 \end_layout
16034
16035 \end_inset
16036
16037
16038 \end_layout
16039
16040 \begin_layout Plain Layout
16041 \align center
16042 \begin_inset Tabular
16043 <lyxtabular version="3" rows="3" columns="3">
16044 <features>
16045 <column alignment="center" valignment="top" width="0">
16046 <column alignment="center" valignment="top" width="0">
16047 <column alignment="center" valignment="top" width="0">
16048 <row>
16049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16050 \begin_inset Text
16051
16052 \begin_layout Plain Layout
16053 sd
16054 \end_layout
16055
16056 \end_inset
16057 </cell>
16058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16059 \begin_inset Text
16060
16061 \begin_layout Plain Layout
16062
16063 \end_layout
16064
16065 \end_inset
16066 </cell>
16067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16068 \begin_inset Text
16069
16070 \begin_layout Plain Layout
16071
16072 \end_layout
16073
16074 \end_inset
16075 </cell>
16076 </row>
16077 <row>
16078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16079 \begin_inset Text
16080
16081 \begin_layout Plain Layout
16082
16083 \end_layout
16084
16085 \end_inset
16086 </cell>
16087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16088 \begin_inset Text
16089
16090 \begin_layout Plain Layout
16091 sd
16092 \end_layout
16093
16094 \end_inset
16095 </cell>
16096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16097 \begin_inset Text
16098
16099 \begin_layout Plain Layout
16100
16101 \end_layout
16102
16103 \end_inset
16104 </cell>
16105 </row>
16106 <row>
16107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16108 \begin_inset Text
16109
16110 \begin_layout Plain Layout
16111
16112 \end_layout
16113
16114 \end_inset
16115 </cell>
16116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16117 \begin_inset Text
16118
16119 \begin_layout Plain Layout
16120
16121 \end_layout
16122
16123 \end_inset
16124 </cell>
16125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16126 \begin_inset Text
16127
16128 \begin_layout Plain Layout
16129 sd
16130 \end_layout
16131
16132 \end_inset
16133 </cell>
16134 </row>
16135 </lyxtabular>
16136
16137 \end_inset
16138
16139
16140 \end_layout
16141
16142 \end_inset
16143
16144
16145 \end_layout
16146
16147 \begin_layout Standard
16148 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16149  als TeX-Code hinter der Tabelle einfügen:
16150 \end_layout
16151
16152 \begin_layout Standard
16153
16154 \series bold
16155
16156 \backslash
16157 renewcommand{
16158 \backslash
16159 hline}{
16160 \backslash
16161 myHlineC}
16162 \end_layout
16163
16164 \begin_layout Standard
16165 Tabelle
16166 \begin_inset space ~
16167 \end_inset
16168
16169
16170 \begin_inset CommandInset ref
16171 LatexCommand ref
16172 reference "tab:Table-with-colored"
16173
16174 \end_inset
16175
16176  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16177 \end_layout
16178
16179 \begin_layout Standard
16180 \begin_inset Float table
16181 placement h
16182 wide false
16183 sideways false
16184 status open
16185
16186 \begin_layout Plain Layout
16187 \begin_inset Caption
16188
16189 \begin_layout Plain Layout
16190 \begin_inset CommandInset label
16191 LatexCommand label
16192 name "tab:Table-with-colored"
16193
16194 \end_inset
16195
16196 Tabelle mit farbigen Linien
16197 \end_layout
16198
16199 \end_inset
16200
16201
16202 \end_layout
16203
16204 \begin_layout Plain Layout
16205 \align center
16206 \begin_inset Tabular
16207 <lyxtabular version="3" rows="3" columns="3">
16208 <features>
16209 <column alignment="center" valignment="top" width="0" special="Wc">
16210 <column alignment="center" valignment="top" width="0" special="Wc">
16211 <column alignment="center" valignment="top" width="0" special="WcW">
16212 <row>
16213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16214 \begin_inset Text
16215
16216 \begin_layout Plain Layout
16217 sd
16218 \end_layout
16219
16220 \end_inset
16221 </cell>
16222 <cell alignment="center" valignment="top" topline="true" usebox="none">
16223 \begin_inset Text
16224
16225 \begin_layout Plain Layout
16226
16227 \end_layout
16228
16229 \end_inset
16230 </cell>
16231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16232 \begin_inset Text
16233
16234 \begin_layout Plain Layout
16235
16236 \end_layout
16237
16238 \end_inset
16239 </cell>
16240 </row>
16241 <row>
16242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16243 \begin_inset Text
16244
16245 \begin_layout Plain Layout
16246
16247 \end_layout
16248
16249 \end_inset
16250 </cell>
16251 <cell alignment="center" valignment="top" topline="true" usebox="none">
16252 \begin_inset Text
16253
16254 \begin_layout Plain Layout
16255 sd
16256 \end_layout
16257
16258 \end_inset
16259 </cell>
16260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16261 \begin_inset Text
16262
16263 \begin_layout Plain Layout
16264
16265 \end_layout
16266
16267 \end_inset
16268 </cell>
16269 </row>
16270 <row topspace="default">
16271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16272 \begin_inset Text
16273
16274 \begin_layout Plain Layout
16275
16276 \end_layout
16277
16278 \end_inset
16279 </cell>
16280 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16281 \begin_inset Text
16282
16283 \begin_layout Plain Layout
16284
16285 \end_layout
16286
16287 \end_inset
16288 </cell>
16289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16290 \begin_inset Text
16291
16292 \begin_layout Plain Layout
16293 sd
16294 \end_layout
16295
16296 \end_inset
16297 </cell>
16298 </row>
16299 </lyxtabular>
16300
16301 \end_inset
16302
16303
16304 \end_layout
16305
16306 \end_inset
16307
16308
16309 \end_layout
16310
16311 \begin_layout Standard
16312 \begin_inset ERT
16313 status collapsed
16314
16315 \begin_layout Plain Layout
16316
16317
16318 \backslash
16319 renewcommand{
16320 \backslash
16321 hline}{
16322 \backslash
16323 myHlineC}
16324 \end_layout
16325
16326 \end_inset
16327
16328
16329 \end_layout
16330
16331 \begin_layout Standard
16332 \begin_inset ERT
16333 status collapsed
16334
16335 \begin_layout Plain Layout
16336
16337
16338 \backslash
16339 setlength{
16340 \backslash
16341 arrayrulewidth}{0.4pt}
16342 \end_layout
16343
16344 \end_inset
16345
16346
16347 \begin_inset Note Note
16348 status collapsed
16349
16350 \begin_layout Plain Layout
16351 setzt die Liniendicke wieder auf ihren Standardwert zurück
16352 \end_layout
16353
16354 \end_inset
16355
16356
16357 \end_layout
16358
16359 \begin_layout Section
16360 Tabellen-Anpassung
16361 \begin_inset Index
16362 status collapsed
16363
16364 \begin_layout Plain Layout
16365 Tabellen ! Anpassung
16366 \end_layout
16367
16368 \end_inset
16369
16370
16371 \end_layout
16372
16373 \begin_layout Subsection
16374 Zeilenabstand
16375 \begin_inset CommandInset label
16376 LatexCommand label
16377 name "uab:Zeilenabstand"
16378
16379 \end_inset
16380
16381
16382 \begin_inset Index
16383 status collapsed
16384
16385 \begin_layout Plain Layout
16386 Tabellen ! Zeilenabstand
16387 \end_layout
16388
16389 \end_inset
16390
16391
16392 \end_layout
16393
16394 \begin_layout Standard
16395 Auf der Karteikarte 
16396 \family sans
16397 Rahmen
16398 \family default
16399  des 
16400 \family sans
16401 Tabellen-Einstellungen
16402 \family default
16403 -Dialogs können Sie 
16404 \family sans
16405 zusätzliche
16406 \begin_inset space ~
16407 \end_inset
16408
16409 Abstände
16410 \family default
16411  einfügen.
16412  Dabei haben Sie drei Möglichkeiten:
16413 \end_layout
16414
16415 \begin_layout Description
16416 Oberhalb
16417 \begin_inset space ~
16418 \end_inset
16419
16420 der
16421 \begin_inset space ~
16422 \end_inset
16423
16424 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16425  Bei einer formalen Tabelle
16426 \begin_inset Foot
16427 status collapsed
16428
16429 \begin_layout Plain Layout
16430 Formale Tabellen wurden in Abschnitt
16431 \begin_inset space ~
16432 \end_inset
16433
16434
16435 \begin_inset CommandInset ref
16436 LatexCommand ref
16437 reference "abs:Formale-Tabellen"
16438
16439 \end_inset
16440
16441  beschrieben.
16442 \end_layout
16443
16444 \end_inset
16445
16446  fügt LyX standardmäßig 0.5
16447 \begin_inset space \thinspace{}
16448 \end_inset
16449
16450 em Leerraum ein.
16451  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16452 \begin_inset VSpace medskip
16453 \end_inset
16454
16455
16456 \begin_inset Newline newline
16457 \end_inset
16458
16459
16460 \begin_inset space \hspace*{}
16461 \length 0pt
16462 \end_inset
16463
16464
16465 \begin_inset space \hfill{}
16466 \end_inset
16467
16468
16469 \begin_inset Tabular
16470 <lyxtabular version="3" rows="3" columns="1">
16471 <features>
16472 <column alignment="center" valignment="top" width="0">
16473 <row>
16474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16475 \begin_inset Text
16476
16477 \begin_layout Plain Layout
16478 A
16479 \end_layout
16480
16481 \end_inset
16482 </cell>
16483 </row>
16484 <row topspace="3mm">
16485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16486 \begin_inset Text
16487
16488 \begin_layout Plain Layout
16489 3
16490 \begin_inset space \thinspace{}
16491 \end_inset
16492
16493 mm Leerraum oberhalb der Zeile
16494 \end_layout
16495
16496 \end_inset
16497 </cell>
16498 </row>
16499 <row>
16500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16501 \begin_inset Text
16502
16503 \begin_layout Plain Layout
16504 C
16505 \end_layout
16506
16507 \end_inset
16508 </cell>
16509 </row>
16510 </lyxtabular>
16511
16512 \end_inset
16513
16514
16515 \begin_inset space \hfill{}
16516 \end_inset
16517
16518
16519 \begin_inset space \hspace*{}
16520 \length 0pt
16521 \end_inset
16522
16523
16524 \begin_inset VSpace medskip
16525 \end_inset
16526
16527
16528 \begin_inset Newline newline
16529 \end_inset
16530
16531 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16532 n Linien verwenden.
16533 \end_layout
16534
16535 \begin_layout Description
16536 Unterhalb
16537 \begin_inset space ~
16538 \end_inset
16539
16540 der
16541 \begin_inset space ~
16542 \end_inset
16543
16544 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16545  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16546 \begin_inset space \thinspace{}
16547 \end_inset
16548
16549 em Leerraum ein.
16550  Bei normalen Tabellen ist der Standardwert 2
16551 \begin_inset space \thinspace{}
16552 \end_inset
16553
16554 pt.
16555 \end_layout
16556
16557 \begin_layout Description
16558 Zwischen
16559 \begin_inset space ~
16560 \end_inset
16561
16562 den
16563 \begin_inset space ~
16564 \end_inset
16565
16566 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16567  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16568 \begin_inset space \thinspace{}
16569 \end_inset
16570
16571 em Leerraum ein.
16572  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16573 \begin_inset VSpace medskip
16574 \end_inset
16575
16576
16577 \begin_inset Newline newline
16578 \end_inset
16579
16580
16581 \begin_inset space \hspace*{}
16582 \length 0pt
16583 \end_inset
16584
16585
16586 \begin_inset space \hfill{}
16587 \end_inset
16588
16589
16590 \begin_inset Tabular
16591 <lyxtabular version="3" rows="3" columns="1">
16592 <features>
16593 <column alignment="center" valignment="top" width="0">
16594 <row>
16595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16596 \begin_inset Text
16597
16598 \begin_layout Plain Layout
16599 A
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 </row>
16605 <row interlinespace="3mm">
16606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Plain Layout
16610 \begin_inset Formula $\downarrow$
16611 \end_inset
16612
16613  3
16614 \begin_inset space \thinspace{}
16615 \end_inset
16616
16617 mm Leerraum zwischen den Zeilen 
16618 \begin_inset Formula $\downarrow$
16619 \end_inset
16620
16621
16622 \end_layout
16623
16624 \end_inset
16625 </cell>
16626 </row>
16627 <row>
16628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16629 \begin_inset Text
16630
16631 \begin_layout Plain Layout
16632 \begin_inset Formula $\uparrow$
16633 \end_inset
16634
16635  3
16636 \begin_inset space \thinspace{}
16637 \end_inset
16638
16639 mm Leerraum zwischen den Zeilen 
16640 \begin_inset Formula $\uparrow$
16641 \end_inset
16642
16643
16644 \end_layout
16645
16646 \end_inset
16647 </cell>
16648 </row>
16649 </lyxtabular>
16650
16651 \end_inset
16652
16653
16654 \begin_inset space \hfill{}
16655 \end_inset
16656
16657
16658 \begin_inset space \hspace*{}
16659 \length 0pt
16660 \end_inset
16661
16662
16663 \begin_inset VSpace medskip
16664 \end_inset
16665
16666
16667 \begin_inset Newline newline
16668 \end_inset
16669
16670 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16671 n Linien verwenden.
16672 \end_layout
16673
16674 \begin_layout Standard
16675 \begin_inset VSpace bigskip
16676 \end_inset
16677
16678 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16679  Befehlen im LaTeX-Vorspann machen:
16680 \end_layout
16681
16682 \begin_layout Standard
16683
16684 \series bold
16685
16686 \backslash
16687 @ifundefined{extrarowheight}
16688 \begin_inset Newline newline
16689 \end_inset
16690
16691
16692 \begin_inset ERT
16693 status collapsed
16694
16695 \begin_layout Plain Layout
16696
16697
16698 \backslash
16699 hphantom{ }
16700 \end_layout
16701
16702 \end_inset
16703
16704 {
16705 \backslash
16706 usepackage{array}}{}
16707 \begin_inset Newline newline
16708 \end_inset
16709
16710
16711 \backslash
16712 setlength{
16713 \backslash
16714 extrarowheight}{Höhe}
16715 \end_layout
16716
16717 \begin_layout Standard
16718 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16719  ausgerichtet sind.
16720  (Das Paket 
16721 \series bold
16722 array
16723 \series default
16724  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
16725  verwenden.
16726  Der Befehl 
16727 \series bold
16728
16729 \backslash
16730 @ifundefined
16731 \series default
16732  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16733 \end_layout
16734
16735 \begin_layout Standard
16736 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
16737  zu nah an den Buchstaben.
16738  Das kann korrigiert werden, indem man den Befehl 
16739 \series bold
16740
16741 \backslash
16742 strut
16743 \series default
16744  als TeX-Code am Anfang einer Tabellenzeile einfügt.
16745  Tabelle
16746 \begin_inset space ~
16747 \end_inset
16748
16749
16750 \begin_inset CommandInset ref
16751 LatexCommand ref
16752 reference "tab:Vertikale-Ausrichtung-von"
16753
16754 \end_inset
16755
16756  zeigt den Effekt.
16757 \end_layout
16758
16759 \begin_layout Standard
16760 \noindent
16761 \begin_inset Float table
16762 placement h
16763 wide false
16764 sideways false
16765 status open
16766
16767 \begin_layout Plain Layout
16768 \begin_inset Caption
16769
16770 \begin_layout Plain Layout
16771 \begin_inset CommandInset label
16772 LatexCommand label
16773 name "tab:Vertikale-Ausrichtung-von"
16774
16775 \end_inset
16776
16777 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
16778 \end_layout
16779
16780 \end_inset
16781
16782
16783 \end_layout
16784
16785 \begin_layout Plain Layout
16786 \begin_inset space \hfill{}
16787 \end_inset
16788
16789
16790 \begin_inset Float table
16791 wide false
16792 sideways false
16793 status collapsed
16794
16795 \begin_layout Plain Layout
16796 \begin_inset Caption
16797
16798 \begin_layout Plain Layout
16799 Normale Tabelle.
16800 \end_layout
16801
16802 \end_inset
16803
16804
16805 \end_layout
16806
16807 \begin_layout Plain Layout
16808 \noindent
16809 \align center
16810 \begin_inset Tabular
16811 <lyxtabular version="3" rows="6" columns="1">
16812 <features>
16813 <column alignment="left" valignment="top" width="0">
16814 <row>
16815 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16816 \begin_inset Text
16817
16818 \begin_layout Plain Layout
16819 Normal, g
16820 \end_layout
16821
16822 \end_inset
16823 </cell>
16824 </row>
16825 <row>
16826 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16827 \begin_inset Text
16828
16829 \begin_layout Plain Layout
16830
16831 \size large
16832 Groß, g
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 </row>
16838 <row>
16839 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Plain Layout
16843
16844 \size larger
16845 Größer, g
16846 \end_layout
16847
16848 \end_inset
16849 </cell>
16850 </row>
16851 <row>
16852 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16853 \begin_inset Text
16854
16855 \begin_layout Plain Layout
16856
16857 \size largest
16858 noch Größer, g
16859 \end_layout
16860
16861 \end_inset
16862 </cell>
16863 </row>
16864 <row>
16865 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16866 \begin_inset Text
16867
16868 \begin_layout Plain Layout
16869
16870 \size huge
16871 Riesig
16872 \end_layout
16873
16874 \end_inset
16875 </cell>
16876 </row>
16877 <row>
16878 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Plain Layout
16882
16883 \size giant
16884 Gigantisch
16885 \end_layout
16886
16887 \end_inset
16888 </cell>
16889 </row>
16890 </lyxtabular>
16891
16892 \end_inset
16893
16894
16895 \end_layout
16896
16897 \end_inset
16898
16899
16900 \begin_inset space \hfill{}
16901 \end_inset
16902
16903
16904 \begin_inset Float table
16905 wide false
16906 sideways false
16907 status collapsed
16908
16909 \begin_layout Plain Layout
16910 \begin_inset Caption
16911
16912 \begin_layout Plain Layout
16913 Tabelle bei der der Befehl 
16914 \series bold
16915
16916 \backslash
16917 strut
16918 \series default
16919  verwendet wurde.
16920 \end_layout
16921
16922 \end_inset
16923
16924
16925 \end_layout
16926
16927 \begin_layout Plain Layout
16928 \noindent
16929 \align center
16930 \begin_inset Tabular
16931 <lyxtabular version="3" rows="6" columns="1">
16932 <features>
16933 <column alignment="left" valignment="top" width="0">
16934 <row>
16935 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939 Normal, g
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 </row>
16945 <row>
16946 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950
16951 \size large
16952 \begin_inset ERT
16953 status collapsed
16954
16955 \begin_layout Plain Layout
16956
16957
16958 \backslash
16959 strut 
16960 \end_layout
16961
16962 \end_inset
16963
16964 Groß, g
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 </row>
16970 <row>
16971 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975
16976 \size larger
16977 \begin_inset ERT
16978 status collapsed
16979
16980 \begin_layout Plain Layout
16981
16982
16983 \backslash
16984 strut 
16985 \end_layout
16986
16987 \end_inset
16988
16989 Größer, g
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 </row>
16995 <row>
16996 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000
17001 \size largest
17002 \begin_inset ERT
17003 status collapsed
17004
17005 \begin_layout Plain Layout
17006
17007
17008 \backslash
17009 strut 
17010 \end_layout
17011
17012 \end_inset
17013
17014 noch Größer, g
17015 \end_layout
17016
17017 \end_inset
17018 </cell>
17019 </row>
17020 <row>
17021 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Plain Layout
17025
17026 \size huge
17027 \begin_inset ERT
17028 status collapsed
17029
17030 \begin_layout Plain Layout
17031
17032
17033 \backslash
17034 strut 
17035 \end_layout
17036
17037 \end_inset
17038
17039 Riesig
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 </row>
17045 <row>
17046 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Plain Layout
17050
17051 \size giant
17052 \begin_inset ERT
17053 status collapsed
17054
17055 \begin_layout Plain Layout
17056
17057
17058 \backslash
17059 strut 
17060 \end_layout
17061
17062 \end_inset
17063
17064 Gigantisch
17065 \end_layout
17066
17067 \end_inset
17068 </cell>
17069 </row>
17070 </lyxtabular>
17071
17072 \end_inset
17073
17074
17075 \end_layout
17076
17077 \end_inset
17078
17079
17080 \begin_inset space \hfill{}
17081 \end_inset
17082
17083
17084 \end_layout
17085
17086 \end_inset
17087
17088
17089 \end_layout
17090
17091 \begin_layout Subsection
17092 Besondere Zellenausrichtung
17093 \begin_inset Index
17094 status collapsed
17095
17096 \begin_layout Plain Layout
17097 Tabellen ! Zellenausrichtung
17098 \end_layout
17099
17100 \end_inset
17101
17102
17103 \end_layout
17104
17105 \begin_layout Standard
17106 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
17107  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
17108 \begin_inset space ~
17109 \end_inset
17110
17111
17112 \begin_inset CommandInset ref
17113 LatexCommand ref
17114 reference "tab:Tabellenzellen-sind-auf"
17115
17116 \end_inset
17117
17118 .
17119 \end_layout
17120
17121 \begin_layout Standard
17122 \begin_inset Float table
17123 placement h
17124 wide false
17125 sideways false
17126 status open
17127
17128 \begin_layout Plain Layout
17129 \begin_inset Caption
17130
17131 \begin_layout Plain Layout
17132 \begin_inset CommandInset label
17133 LatexCommand label
17134 name "tab:Tabellenzellen-sind-auf"
17135
17136 \end_inset
17137
17138 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
17139 \end_layout
17140
17141 \end_inset
17142
17143
17144 \end_layout
17145
17146 \begin_layout Plain Layout
17147 \align center
17148 \begin_inset Tabular
17149 <lyxtabular version="3" rows="4" columns="2">
17150 <features>
17151 <column alignment="right" valignment="top" width="0">
17152 <column alignment="left" valignment="top" width="0" special="@{}l">
17153 <row>
17154 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17155 \begin_inset Text
17156
17157 \begin_layout Plain Layout
17158 Überschrift
17159 \end_layout
17160
17161 \end_inset
17162 </cell>
17163 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17164 \begin_inset Text
17165
17166 \begin_layout Plain Layout
17167
17168 \end_layout
17169
17170 \end_inset
17171 </cell>
17172 </row>
17173 <row>
17174 <cell alignment="center" valignment="top" usebox="none">
17175 \begin_inset Text
17176
17177 \begin_layout Plain Layout
17178 12.
17179 \end_layout
17180
17181 \end_inset
17182 </cell>
17183 <cell alignment="center" valignment="top" usebox="none">
17184 \begin_inset Text
17185
17186 \begin_layout Plain Layout
17187 6
17188 \end_layout
17189
17190 \end_inset
17191 </cell>
17192 </row>
17193 <row>
17194 <cell alignment="center" valignment="top" usebox="none">
17195 \begin_inset Text
17196
17197 \begin_layout Plain Layout
17198 0.
17199 \end_layout
17200
17201 \end_inset
17202 </cell>
17203 <cell alignment="center" valignment="top" usebox="none">
17204 \begin_inset Text
17205
17206 \begin_layout Plain Layout
17207 68
17208 \end_layout
17209
17210 \end_inset
17211 </cell>
17212 </row>
17213 <row>
17214 <cell alignment="center" valignment="top" usebox="none">
17215 \begin_inset Text
17216
17217 \begin_layout Plain Layout
17218 -123.
17219 \end_layout
17220
17221 \end_inset
17222 </cell>
17223 <cell alignment="center" valignment="top" usebox="none">
17224 \begin_inset Text
17225
17226 \begin_layout Plain Layout
17227 0
17228 \end_layout
17229
17230 \end_inset
17231 </cell>
17232 </row>
17233 </lyxtabular>
17234
17235 \end_inset
17236
17237
17238 \end_layout
17239
17240 \end_inset
17241
17242
17243 \end_layout
17244
17245 \begin_layout Standard
17246 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17247  Die Überschrift ist eine zentrierte Mehrfachspalte.
17248  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17249  der Zahlen einschließlich Dezimalpunkt.
17250  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17251  der Zahlen.
17252   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17253 \family sans
17254 LaTe
17255 \begin_inset ERT
17256 status collapsed
17257
17258 \begin_layout Plain Layout
17259
17260 {}
17261 \end_layout
17262
17263 \end_inset
17264
17265 X-Argument
17266 \family default
17267  für die zweite Spalte folgendes eingefügt:
17268 \end_layout
17269
17270 \begin_layout Standard
17271
17272 \series bold
17273 @{}l
17274 \end_layout
17275
17276 \begin_layout Standard
17277 Tabelle
17278 \begin_inset space ~
17279 \end_inset
17280
17281
17282 \begin_inset CommandInset ref
17283 LatexCommand ref
17284 reference "tab:Verschiedene-Ausrichtungen"
17285
17286 \end_inset
17287
17288  zeigt einige Ausrichtungen.
17289  Für die Ausrichtung der Relationen müssen Sie den 
17290 \family sans
17291 Mittleren
17292 \begin_inset space ~
17293 \end_inset
17294
17295 Abstand
17296 \family default
17297  aus der 
17298 \family sans
17299 Mathe-Werkzeugleiste
17300 \family default
17301  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17302  rechts vom Relationszeichen zu bekommen.
17303 \end_layout
17304
17305 \begin_layout Standard
17306
17307 \color black
17308 \begin_inset Float table
17309 placement h
17310 wide false
17311 sideways false
17312 status open
17313
17314 \begin_layout Plain Layout
17315
17316 \color black
17317 \begin_inset Caption
17318
17319 \begin_layout Plain Layout
17320
17321 \color black
17322 \begin_inset CommandInset label
17323 LatexCommand label
17324 name "tab:Verschiedene-Ausrichtungen"
17325
17326 \end_inset
17327
17328
17329 \color inherit
17330 Verschiedene Ausrichtungen
17331 \end_layout
17332
17333 \end_inset
17334
17335
17336 \end_layout
17337
17338 \begin_layout Plain Layout
17339 \align center
17340 \begin_inset Tabular
17341 <lyxtabular version="3" rows="4" columns="6">
17342 <features>
17343 <column alignment="right" valignment="top" width="0">
17344 <column alignment="left" valignment="top" width="0" special="@{}l">
17345 <column alignment="right" valignment="top" width="0">
17346 <column alignment="left" valignment="top" width="0" special="@{}l">
17347 <column alignment="right" valignment="top" width="0">
17348 <column alignment="left" valignment="top" width="0" special="@{}l">
17349 <row>
17350 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17351 \begin_inset Text
17352
17353 \begin_layout Plain Layout
17354 Einheiten
17355 \end_layout
17356
17357 \end_inset
17358 </cell>
17359 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17360 \begin_inset Text
17361
17362 \begin_layout Plain Layout
17363
17364 \end_layout
17365
17366 \end_inset
17367 </cell>
17368 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17369 \begin_inset Text
17370
17371 \begin_layout Plain Layout
17372 Exponenten
17373 \end_layout
17374
17375 \end_inset
17376 </cell>
17377 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17378 \begin_inset Text
17379
17380 \begin_layout Plain Layout
17381
17382 \end_layout
17383
17384 \end_inset
17385 </cell>
17386 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17387 \begin_inset Text
17388
17389 \begin_layout Plain Layout
17390 Relationen
17391 \end_layout
17392
17393 \end_inset
17394 </cell>
17395 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17396 \begin_inset Text
17397
17398 \begin_layout Plain Layout
17399
17400 \end_layout
17401
17402 \end_inset
17403 </cell>
17404 </row>
17405 <row>
17406 <cell alignment="center" valignment="top" usebox="none">
17407 \begin_inset Text
17408
17409 \begin_layout Plain Layout
17410 12×
17411 \end_layout
17412
17413 \end_inset
17414 </cell>
17415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17416 \begin_inset Text
17417
17418 \begin_layout Plain Layout
17419 24
17420 \begin_inset space \thinspace{}
17421 \end_inset
17422
17423 Flaschen
17424 \end_layout
17425
17426 \end_inset
17427 </cell>
17428 <cell alignment="center" valignment="top" usebox="none">
17429 \begin_inset Text
17430
17431 \begin_layout Plain Layout
17432 \begin_inset Formula $10\cdot$
17433 \end_inset
17434
17435
17436 \end_layout
17437
17438 \end_inset
17439 </cell>
17440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444 \begin_inset Formula $10^{\mbox{-}17}$
17445 \end_inset
17446
17447
17448 \end_layout
17449
17450 \end_inset
17451 </cell>
17452 <cell alignment="center" valignment="top" usebox="none">
17453 \begin_inset Text
17454
17455 \begin_layout Plain Layout
17456 \begin_inset Formula $\Gamma(t)\propto$
17457 \end_inset
17458
17459
17460 \end_layout
17461
17462 \end_inset
17463 </cell>
17464 <cell alignment="center" valignment="top" usebox="none">
17465 \begin_inset Text
17466
17467 \begin_layout Plain Layout
17468 \begin_inset Formula $\:\Upsilon(t)$
17469 \end_inset
17470
17471
17472 \end_layout
17473
17474 \end_inset
17475 </cell>
17476 </row>
17477 <row>
17478 <cell alignment="center" valignment="top" usebox="none">
17479 \begin_inset Text
17480
17481 \begin_layout Plain Layout
17482 1024×
17483 \end_layout
17484
17485 \end_inset
17486 </cell>
17487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17488 \begin_inset Text
17489
17490 \begin_layout Plain Layout
17491 768
17492 \begin_inset space \thinspace{}
17493 \end_inset
17494
17495 Pixel
17496 \end_layout
17497
17498 \end_inset
17499 </cell>
17500 <cell alignment="center" valignment="top" usebox="none">
17501 \begin_inset Text
17502
17503 \begin_layout Plain Layout
17504 \begin_inset Formula $5.78\cdot$
17505 \end_inset
17506
17507
17508 \end_layout
17509
17510 \end_inset
17511 </cell>
17512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17513 \begin_inset Text
17514
17515 \begin_layout Plain Layout
17516 \begin_inset Formula $10^{7}$
17517 \end_inset
17518
17519
17520 \end_layout
17521
17522 \end_inset
17523 </cell>
17524 <cell alignment="center" valignment="top" usebox="none">
17525 \begin_inset Text
17526
17527 \begin_layout Plain Layout
17528 \begin_inset Formula $A\ne$
17529 \end_inset
17530
17531
17532 \end_layout
17533
17534 \end_inset
17535 </cell>
17536 <cell alignment="center" valignment="top" usebox="none">
17537 \begin_inset Text
17538
17539 \begin_layout Plain Layout
17540 \begin_inset Formula $\: B_{\mathrm{red}}$
17541 \end_inset
17542
17543
17544 \end_layout
17545
17546 \end_inset
17547 </cell>
17548 </row>
17549 <row>
17550 <cell alignment="center" valignment="top" usebox="none">
17551 \begin_inset Text
17552
17553 \begin_layout Plain Layout
17554 32×
17555 \end_layout
17556
17557 \end_inset
17558 </cell>
17559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17560 \begin_inset Text
17561
17562 \begin_layout Plain Layout
17563 6
17564 \begin_inset space \thinspace{}
17565 \end_inset
17566
17567 cm
17568 \end_layout
17569
17570 \end_inset
17571 </cell>
17572 <cell alignment="center" valignment="top" usebox="none">
17573 \begin_inset Text
17574
17575 \begin_layout Plain Layout
17576 -
17577 \begin_inset Formula $33.5\cdot$
17578 \end_inset
17579
17580
17581 \end_layout
17582
17583 \end_inset
17584 </cell>
17585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17586 \begin_inset Text
17587
17588 \begin_layout Plain Layout
17589 \begin_inset Formula $10^{4}$
17590 \end_inset
17591
17592
17593 \end_layout
17594
17595 \end_inset
17596 </cell>
17597 <cell alignment="center" valignment="top" usebox="none">
17598 \begin_inset Text
17599
17600 \begin_layout Plain Layout
17601 \begin_inset Formula $\sin(\alpha)\ge$
17602 \end_inset
17603
17604
17605 \end_layout
17606
17607 \end_inset
17608 </cell>
17609 <cell alignment="center" valignment="top" usebox="none">
17610 \begin_inset Text
17611
17612 \begin_layout Plain Layout
17613 \begin_inset Formula $\:\sin(\beta)$
17614 \end_inset
17615
17616
17617 \end_layout
17618
17619 \end_inset
17620 </cell>
17621 </row>
17622 </lyxtabular>
17623
17624 \end_inset
17625
17626
17627 \end_layout
17628
17629 \end_inset
17630
17631
17632 \end_layout
17633
17634 \begin_layout Standard
17635 \begin_inset VSpace bigskip
17636 \end_inset
17637
17638 Es gibt auch noch das LaTeX-Paket 
17639 \series bold
17640 dcolumn
17641 \series default
17642 ,
17643 \begin_inset Index
17644 status collapsed
17645
17646 \begin_layout Plain Layout
17647 LaTeX-Pakete ! dcolumn
17648 \end_layout
17649
17650 \end_inset
17651
17652  mit dem man Zellen ausrichten kann.
17653  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17654  in den Zellen.
17655  Die erste Spalte von Tabelle
17656 \begin_inset space ~
17657 \end_inset
17658
17659
17660 \begin_inset CommandInset ref
17661 LatexCommand ref
17662 reference "tab:Verschiedene-Ausrichtungen"
17663
17664 \end_inset
17665
17666  wird mit 
17667 \family typewriter
17668 dcolumn
17669 \family default
17670  wie die erste Spalte von Tabelle
17671 \begin_inset space ~
17672 \end_inset
17673
17674
17675 \begin_inset CommandInset ref
17676 LatexCommand ref
17677 reference "tab:Ausrichtung-mit-dem"
17678
17679 \end_inset
17680
17681  aussehen und nur mit ein paar Tricks wie erwartet.
17682  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17683 \begin_inset space ~
17684 \end_inset
17685
17686
17687 \begin_inset CommandInset ref
17688 LatexCommand ref
17689 reference "tab:Verschiedene-Ausrichtungen"
17690
17691 \end_inset
17692
17693  ist mit 
17694 \series bold
17695 dcolumn
17696 \series default
17697  nicht möglich.
17698 \end_layout
17699
17700 \begin_layout Standard
17701 \begin_inset Float table
17702 placement h
17703 wide false
17704 sideways false
17705 status open
17706
17707 \begin_layout Plain Layout
17708 \begin_inset Caption
17709
17710 \begin_layout Plain Layout
17711 \begin_inset CommandInset label
17712 LatexCommand label
17713 name "tab:Ausrichtung-mit-dem"
17714
17715 \end_inset
17716
17717 Ausrichtung mit dem LaTeX-Paket 
17718 \series bold
17719 dcolumn
17720 \series default
17721 .
17722  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17723  bekommen.
17724 \begin_inset OptArg
17725 status collapsed
17726
17727 \begin_layout Plain Layout
17728 Ausrichtung mit dem LaTeX-Paket 
17729 \series bold
17730 dcolumn
17731 \end_layout
17732
17733 \end_inset
17734
17735
17736 \end_layout
17737
17738 \end_inset
17739
17740
17741 \end_layout
17742
17743 \begin_layout Plain Layout
17744 \align center
17745 \begin_inset Tabular
17746 <lyxtabular version="3" rows="4" columns="3">
17747 <features>
17748 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17749 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17750 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17751 <row>
17752 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17753 \begin_inset Text
17754
17755 \begin_layout Plain Layout
17756 Einheiten
17757 \end_layout
17758
17759 \end_inset
17760 </cell>
17761 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17762 \begin_inset Text
17763
17764 \begin_layout Plain Layout
17765 Einheiten
17766 \end_layout
17767
17768 \end_inset
17769 </cell>
17770 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17771 \begin_inset Text
17772
17773 \begin_layout Plain Layout
17774 Einheiten
17775 \end_layout
17776
17777 \end_inset
17778 </cell>
17779 </row>
17780 <row>
17781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17782 \begin_inset Text
17783
17784 \begin_layout Plain Layout
17785 12x24
17786 \begin_inset space \thinspace{}
17787 \end_inset
17788
17789
17790 \begin_inset Formula $\mbox{Flaschen}$
17791 \end_inset
17792
17793
17794 \end_layout
17795
17796 \end_inset
17797 </cell>
17798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17799 \begin_inset Text
17800
17801 \begin_layout Plain Layout
17802 12x24
17803 \begin_inset space \thinspace{}
17804 \end_inset
17805
17806
17807 \begin_inset Formula $\mbox{Flaschen}$
17808 \end_inset
17809
17810
17811 \end_layout
17812
17813 \end_inset
17814 </cell>
17815 <cell alignment="center" valignment="top" usebox="none">
17816 \begin_inset Text
17817
17818 \begin_layout Plain Layout
17819 12
17820 \begin_inset ERT
17821 status collapsed
17822
17823 \begin_layout Plain Layout
17824
17825
17826 \backslash
17827 times 
17828 \end_layout
17829
17830 \end_inset
17831
17832 24~
17833 \begin_inset Formula $\mbox{Flaschen}$
17834 \end_inset
17835
17836
17837 \end_layout
17838
17839 \end_inset
17840 </cell>
17841 </row>
17842 <row>
17843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17844 \begin_inset Text
17845
17846 \begin_layout Plain Layout
17847 1024x768
17848 \begin_inset space \thinspace{}
17849 \end_inset
17850
17851
17852 \begin_inset Formula $\mbox{Pixel}$
17853 \end_inset
17854
17855
17856 \end_layout
17857
17858 \end_inset
17859 </cell>
17860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17861 \begin_inset Text
17862
17863 \begin_layout Plain Layout
17864 1024x768
17865 \begin_inset space \thinspace{}
17866 \end_inset
17867
17868
17869 \begin_inset Formula $\mbox{Pixel}$
17870 \end_inset
17871
17872
17873 \end_layout
17874
17875 \end_inset
17876 </cell>
17877 <cell alignment="center" valignment="top" usebox="none">
17878 \begin_inset Text
17879
17880 \begin_layout Plain Layout
17881 1024
17882 \begin_inset ERT
17883 status collapsed
17884
17885 \begin_layout Plain Layout
17886
17887
17888 \backslash
17889 times 
17890 \end_layout
17891
17892 \end_inset
17893
17894 768~
17895 \begin_inset Formula $\mbox{Pixel}$
17896 \end_inset
17897
17898
17899 \end_layout
17900
17901 \end_inset
17902 </cell>
17903 </row>
17904 <row>
17905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17906 \begin_inset Text
17907
17908 \begin_layout Plain Layout
17909 32x6
17910 \begin_inset space \thinspace{}
17911 \end_inset
17912
17913
17914 \begin_inset Formula $\mbox{cm}$
17915 \end_inset
17916
17917
17918 \end_layout
17919
17920 \end_inset
17921 </cell>
17922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17923 \begin_inset Text
17924
17925 \begin_layout Plain Layout
17926 32x6
17927 \begin_inset space \thinspace{}
17928 \end_inset
17929
17930
17931 \begin_inset Formula $\mbox{cm}$
17932 \end_inset
17933
17934
17935 \end_layout
17936
17937 \end_inset
17938 </cell>
17939 <cell alignment="center" valignment="top" usebox="none">
17940 \begin_inset Text
17941
17942 \begin_layout Plain Layout
17943 32
17944 \begin_inset ERT
17945 status collapsed
17946
17947 \begin_layout Plain Layout
17948
17949
17950 \backslash
17951 times 
17952 \end_layout
17953
17954 \end_inset
17955
17956 6~
17957 \begin_inset Formula $\mbox{cm}$
17958 \end_inset
17959
17960
17961 \end_layout
17962
17963 \end_inset
17964 </cell>
17965 </row>
17966 </lyxtabular>
17967
17968 \end_inset
17969
17970
17971 \end_layout
17972
17973 \end_inset
17974
17975
17976 \end_layout
17977
17978 \begin_layout Subsection
17979 Angepasste Zellen-/Spaltenformate
17980 \begin_inset CommandInset label
17981 LatexCommand label
17982 name "uab:Angepasste-Zellen-/Spaltenformate"
17983
17984 \end_inset
17985
17986
17987 \begin_inset Index
17988 status collapsed
17989
17990 \begin_layout Plain Layout
17991 Tabellen ! Spaltenformat
17992 \end_layout
17993
17994 \end_inset
17995
17996
17997 \end_layout
17998
17999 \begin_layout Standard
18000 Wenn man wie in Abschnitt
18001 \begin_inset space ~
18002 \end_inset
18003
18004
18005 \begin_inset CommandInset ref
18006 LatexCommand ref
18007 reference "uab:Mehrfachspalten-Berechnungen"
18008
18009 \end_inset
18010
18011  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
18012  mehreren Tabellen mit Mehrfachspalten sehr lästig.
18013  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
18014  definieren:
18015 \end_layout
18016
18017 \begin_layout Standard
18018
18019 \series bold
18020
18021 \backslash
18022 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
18023 \end_layout
18024
18025 \begin_layout Standard
18026 Der Formatname darf nur ein Buchstabe sein, aber nicht 
18027 \emph on
18028 b
18029 \emph default
18030
18031 \emph on
18032 c
18033 \emph default
18034
18035 \emph on
18036 l
18037 \emph default
18038
18039 \emph on
18040 m
18041 \emph default
18042
18043 \emph on
18044 p
18045 \emph default
18046  oder 
18047 \emph on
18048 r
18049 \emph default
18050 , weil diese vordefiniert sind.
18051  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
18052 \end_layout
18053
18054 \begin_layout Standard
18055 \begin_inset VSpace medskip
18056 \end_inset
18057
18058
18059 \end_layout
18060
18061 \begin_layout Standard
18062 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
18063  Breite könnte das Format so aussehen:
18064 \end_layout
18065
18066 \begin_layout Standard
18067
18068 \series bold
18069
18070 \backslash
18071 newcolumntype{M}[1]{>{
18072 \backslash
18073 centering
18074 \backslash
18075 hspace{0pt}}m{#1}}
18076 \end_layout
18077
18078 \begin_layout Standard
18079 wobei 
18080 \series bold
18081
18082 \backslash
18083 hspace{0pt}
18084 \series default
18085  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
18086  Abschnitt
18087 \begin_inset space ~
18088 \end_inset
18089
18090
18091 \begin_inset CommandInset ref
18092 LatexCommand ref
18093 reference "uab:Mehrfache-Zeilen-in"
18094
18095 \end_inset
18096
18097  beschrieben.
18098  Jetzt können Sie mit
18099 \end_layout
18100
18101 \begin_layout Standard
18102
18103 \series bold
18104 M{Breite}
18105 \end_layout
18106
18107 \begin_layout Standard
18108 im 
18109 \family sans
18110 LaTeX-Argument
18111 \family default
18112  im 
18113 \family sans
18114 Tabellen-Einstellungen
18115 \family default
18116 -Dialog eine Mehrfachspalte definieren.
18117 \end_layout
18118
18119 \begin_layout Standard
18120 \begin_inset VSpace bigskip
18121 \end_inset
18122
18123
18124 \end_layout
18125
18126 \begin_layout Standard
18127 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
18128  Format definieren:
18129 \end_layout
18130
18131 \begin_layout Standard
18132
18133 \series bold
18134
18135 \backslash
18136 newcolumntype{S}[2]{>{
18137 \backslash
18138 centering
18139 \backslash
18140 hspace{0pt}}
18141 \begin_inset Newline newline
18142 \end_inset
18143
18144
18145 \begin_inset ERT
18146 status collapsed
18147
18148 \begin_layout Plain Layout
18149
18150
18151 \backslash
18152 phantom{
18153 \end_layout
18154
18155 \end_inset
18156
18157
18158 \backslash
18159 newcolumntype
18160 \begin_inset ERT
18161 status collapsed
18162
18163 \begin_layout Plain Layout
18164
18165 }
18166 \end_layout
18167
18168 \end_inset
18169
18170 m{(#1+(2
18171 \backslash
18172 tabcolsep+
18173 \backslash
18174 arrayrulewidth)*(1-#2))/#2}}
18175 \end_layout
18176
18177 \begin_layout Standard
18178 Dieses Format benutzt Gleichung
18179 \begin_inset space ~
18180 \end_inset
18181
18182
18183 \begin_inset CommandInset ref
18184 LatexCommand ref
18185 reference "eq:Wgn"
18186
18187 \end_inset
18188
18189 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18190  breit ist.
18191 \end_layout
18192
18193 \begin_layout Standard
18194 Jetzt können Sie im 
18195 \family sans
18196 LaTeX-Argument
18197 \family default
18198  im 
18199 \family sans
18200 Tabellen-Einstellungen
18201 \family default
18202 -Dialog folgendes einfügen:
18203 \end_layout
18204
18205 \begin_layout Standard
18206
18207 \series bold
18208 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18209 \end_layout
18210
18211 \begin_layout Standard
18212 \begin_inset VSpace bigskip
18213 \end_inset
18214
18215
18216 \end_layout
18217
18218 \begin_layout Standard
18219 Für farbige Spalten können Sie folgendes einfügen:
18220 \end_layout
18221
18222 \begin_layout Standard
18223
18224 \series bold
18225
18226 \backslash
18227 newcolumntype{K}[1]{>{
18228 \backslash
18229 columncolor{#1}
18230 \backslash
18231 hspace{0pt}}c}
18232 \end_layout
18233
18234 \begin_layout Standard
18235 Das 
18236 \begin_inset Quotes gld
18237 \end_inset
18238
18239 c
18240 \begin_inset Quotes grd
18241 \end_inset
18242
18243  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18244  zentriert ist.
18245  Jetzt können Sie als 
18246 \family sans
18247 LaTeX-Argument
18248 \family default
18249  folgendes einfügen:
18250 \end_layout
18251
18252 \begin_layout Standard
18253
18254 \series bold
18255 K{Farbname}
18256 \end_layout
18257
18258 \begin_layout Standard
18259 \begin_inset VSpace bigskip
18260 \end_inset
18261
18262
18263 \end_layout
18264
18265 \begin_layout Standard
18266 Für Tabelle
18267 \begin_inset space ~
18268 \end_inset
18269
18270
18271 \begin_inset CommandInset ref
18272 LatexCommand ref
18273 reference "tab:Tabelle-mit-benutzerdefinierte"
18274
18275 \end_inset
18276
18277  wurden folgende 
18278 \family sans
18279 LaTeX-Argumente
18280 \family default
18281  benutzt:
18282 \end_layout
18283
18284 \begin_layout Standard
18285
18286 \series bold
18287 M{2.5cm}
18288 \end_layout
18289
18290 \begin_layout Standard
18291 für die erste Spalte und die Mehrfachspalte,
18292 \end_layout
18293
18294 \begin_layout Standard
18295
18296 \series bold
18297 K{red}
18298 \end_layout
18299
18300 \begin_layout Standard
18301 für die letzte Spalte und
18302 \end_layout
18303
18304 \begin_layout Standard
18305
18306 \series bold
18307 S{2.5cm}{2}
18308 \end_layout
18309
18310 \begin_layout Standard
18311 für die Spalten in der zweiten Mehrfachspalte.
18312 \end_layout
18313
18314 \begin_layout Standard
18315 \begin_inset Float table
18316 placement h
18317 wide false
18318 sideways false
18319 status open
18320
18321 \begin_layout Plain Layout
18322 \begin_inset Caption
18323
18324 \begin_layout Plain Layout
18325 \begin_inset CommandInset label
18326 LatexCommand label
18327 name "tab:Tabelle-mit-benutzerdefinierte"
18328
18329 \end_inset
18330
18331 Tabelle mit benutzerdefinierten Formaten
18332 \end_layout
18333
18334 \end_inset
18335
18336
18337 \end_layout
18338
18339 \begin_layout Plain Layout
18340 \align center
18341 \begin_inset Tabular
18342 <lyxtabular version="3" rows="3" columns="4">
18343 <features>
18344 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18345 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18346 <column alignment="center" valignment="middle" width="0">
18347 <column alignment="center" valignment="middle" width="0" special="K{red}">
18348 <row>
18349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18350 \begin_inset Text
18351
18352 \begin_layout Plain Layout
18353 einsehrlangesWort
18354 \end_layout
18355
18356 \end_inset
18357 </cell>
18358 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18359 \begin_inset Text
18360
18361 \begin_layout Plain Layout
18362 Mehrfachspalte mit mehreren Zeilen
18363 \end_layout
18364
18365 \end_inset
18366 </cell>
18367 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18368 \begin_inset Text
18369
18370 \begin_layout Plain Layout
18371
18372 \end_layout
18373
18374 \end_inset
18375 </cell>
18376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18377 \begin_inset Text
18378
18379 \begin_layout Plain Layout
18380 c
18381 \end_layout
18382
18383 \end_inset
18384 </cell>
18385 </row>
18386 <row>
18387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18388 \begin_inset Text
18389
18390 \begin_layout Plain Layout
18391 d
18392 \end_layout
18393
18394 \end_inset
18395 </cell>
18396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18397 \begin_inset Text
18398
18399 \begin_layout Plain Layout
18400 e
18401 \end_layout
18402
18403 \end_inset
18404 </cell>
18405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18406 \begin_inset Text
18407
18408 \begin_layout Plain Layout
18409 f
18410 \end_layout
18411
18412 \end_inset
18413 </cell>
18414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18415 \begin_inset Text
18416
18417 \begin_layout Plain Layout
18418 g
18419 \end_layout
18420
18421 \end_inset
18422 </cell>
18423 </row>
18424 <row>
18425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18426 \begin_inset Text
18427
18428 \begin_layout Plain Layout
18429 h
18430 \end_layout
18431
18432 \end_inset
18433 </cell>
18434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18435 \begin_inset Text
18436
18437 \begin_layout Plain Layout
18438 i
18439 \end_layout
18440
18441 \end_inset
18442 </cell>
18443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18444 \begin_inset Text
18445
18446 \begin_layout Plain Layout
18447 j
18448 \end_layout
18449
18450 \end_inset
18451 </cell>
18452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18453 \begin_inset Text
18454
18455 \begin_layout Plain Layout
18456 k
18457 \end_layout
18458
18459 \end_inset
18460 </cell>
18461 </row>
18462 </lyxtabular>
18463
18464 \end_inset
18465
18466
18467 \end_layout
18468
18469 \end_inset
18470
18471
18472 \end_layout
18473
18474 \begin_layout Subsection
18475 Liniendicke
18476 \begin_inset CommandInset label
18477 LatexCommand label
18478 name "uab:Liniendicke"
18479
18480 \end_inset
18481
18482
18483 \begin_inset Index
18484 status collapsed
18485
18486 \begin_layout Plain Layout
18487 Tabellen  ! Linien ! -dicke
18488 \end_layout
18489
18490 \end_inset
18491
18492
18493 \end_layout
18494
18495 \begin_layout Standard
18496 Die Liniendicke für alle Linien einer Tabelle kann mit 
18497 \series bold
18498
18499 \backslash
18500 arrayrulewidth
18501 \series default
18502  eingestellt werden.
18503  Um eine Liniendicke von 1.5
18504 \begin_inset space \thinspace{}
18505 \end_inset
18506
18507 pt wie in Tabelle
18508 \begin_inset space ~
18509 \end_inset
18510
18511
18512 \begin_inset CommandInset ref
18513 LatexCommand ref
18514 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18515
18516 \end_inset
18517
18518  zu bekommen, geben Sie den Befehl
18519 \end_layout
18520
18521 \begin_layout Standard
18522
18523 \series bold
18524
18525 \backslash
18526 setlength{
18527 \backslash
18528 arrayrulewidth}{1.5pt}
18529 \end_layout
18530
18531 \begin_layout Standard
18532 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18533  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18534  Mit
18535 \end_layout
18536
18537 \begin_layout Standard
18538
18539 \series bold
18540
18541 \backslash
18542 setlength{
18543 \backslash
18544 arrayrulewidth}{0.4pt}
18545 \end_layout
18546
18547 \begin_layout Standard
18548 bekommen Sie wieder die Standarddicke.
18549 \end_layout
18550
18551 \begin_layout Standard
18552 \begin_inset ERT
18553 status collapsed
18554
18555 \begin_layout Plain Layout
18556
18557
18558 \backslash
18559 setlength{
18560 \backslash
18561 arrayrulewidth}{1.5pt}
18562 \end_layout
18563
18564 \end_inset
18565
18566
18567 \begin_inset Float table
18568 placement H
18569 wide false
18570 sideways false
18571 status open
18572
18573 \begin_layout Plain Layout
18574 \begin_inset Caption
18575
18576 \begin_layout Plain Layout
18577 \begin_inset CommandInset label
18578 LatexCommand label
18579 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18580
18581 \end_inset
18582
18583 Tabelle mit 1.5
18584 \begin_inset space \thinspace{}
18585 \end_inset
18586
18587 pt Liniendicke
18588 \end_layout
18589
18590 \end_inset
18591
18592
18593 \end_layout
18594
18595 \begin_layout Plain Layout
18596 \align center
18597 \begin_inset Tabular
18598 <lyxtabular version="3" rows="3" columns="3">
18599 <features>
18600 <column alignment="center" valignment="top" width="0">
18601 <column alignment="center" valignment="top" width="0">
18602 <column alignment="center" valignment="top" width="0">
18603 <row>
18604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18605 \begin_inset Text
18606
18607 \begin_layout Plain Layout
18608 sd
18609 \end_layout
18610
18611 \end_inset
18612 </cell>
18613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18614 \begin_inset Text
18615
18616 \begin_layout Plain Layout
18617
18618 \end_layout
18619
18620 \end_inset
18621 </cell>
18622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18623 \begin_inset Text
18624
18625 \begin_layout Plain Layout
18626
18627 \end_layout
18628
18629 \end_inset
18630 </cell>
18631 </row>
18632 <row>
18633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18634 \begin_inset Text
18635
18636 \begin_layout Plain Layout
18637
18638 \end_layout
18639
18640 \end_inset
18641 </cell>
18642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18643 \begin_inset Text
18644
18645 \begin_layout Plain Layout
18646 sd
18647 \end_layout
18648
18649 \end_inset
18650 </cell>
18651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18652 \begin_inset Text
18653
18654 \begin_layout Plain Layout
18655
18656 \end_layout
18657
18658 \end_inset
18659 </cell>
18660 </row>
18661 <row>
18662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18663 \begin_inset Text
18664
18665 \begin_layout Plain Layout
18666
18667 \end_layout
18668
18669 \end_inset
18670 </cell>
18671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18672 \begin_inset Text
18673
18674 \begin_layout Plain Layout
18675
18676 \end_layout
18677
18678 \end_inset
18679 </cell>
18680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18681 \begin_inset Text
18682
18683 \begin_layout Plain Layout
18684 sd
18685 \end_layout
18686
18687 \end_inset
18688 </cell>
18689 </row>
18690 </lyxtabular>
18691
18692 \end_inset
18693
18694
18695 \end_layout
18696
18697 \end_inset
18698
18699
18700 \begin_inset ERT
18701 status collapsed
18702
18703 \begin_layout Plain Layout
18704
18705
18706 \backslash
18707 setlength{
18708 \backslash
18709 arrayrulewidth}{0.4pt}
18710 \end_layout
18711
18712 \end_inset
18713
18714
18715 \end_layout
18716
18717 \begin_layout Standard
18718 \begin_inset VSpace bigskip
18719 \end_inset
18720
18721 Um eine Liniendicke von 1.5
18722 \begin_inset space \thinspace{}
18723 \end_inset
18724
18725 pt nur für horizontale Linien zu bekommen wie in Tabelle
18726 \begin_inset space ~
18727 \end_inset
18728
18729
18730 \begin_inset CommandInset ref
18731 LatexCommand ref
18732 reference "tab:Tabelle-mit-1.5pt-horiz"
18733
18734 \end_inset
18735
18736 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18737  einfügen:
18738 \end_layout
18739
18740 \begin_layout Standard
18741
18742 \series bold
18743
18744 \backslash
18745 let
18746 \backslash
18747 myHline
18748 \backslash
18749 hline
18750 \begin_inset Newline newline
18751 \end_inset
18752
18753
18754 \backslash
18755 renewcommand{
18756 \backslash
18757 hline}
18758 \begin_inset Newline newline
18759 \end_inset
18760
18761  {
18762 \backslash
18763 noalign{
18764 \backslash
18765 global
18766 \backslash
18767 arrayrulewidth 1.5pt}
18768 \begin_inset Newline newline
18769 \end_inset
18770
18771  
18772 \backslash
18773 myHline
18774 \backslash
18775 noalign{
18776 \backslash
18777 global
18778 \backslash
18779 arrayrulewidth 0.4pt}}
18780 \end_layout
18781
18782 \begin_layout Standard
18783 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18784  der (Gleit\SpecialChar \-
18785 objekt-)Tabelle zurück:
18786 \end_layout
18787
18788 \begin_layout Standard
18789
18790 \series bold
18791
18792 \backslash
18793 renewcommand{
18794 \backslash
18795 hline}{
18796 \backslash
18797 myHline}
18798 \end_layout
18799
18800 \begin_layout Standard
18801 \begin_inset ERT
18802 status collapsed
18803
18804 \begin_layout Plain Layout
18805
18806
18807 \backslash
18808 let
18809 \backslash
18810 myHline
18811 \backslash
18812 hline
18813 \end_layout
18814
18815 \begin_layout Plain Layout
18816
18817
18818 \backslash
18819 renewcommand{
18820 \backslash
18821 hline}
18822 \end_layout
18823
18824 \begin_layout Plain Layout
18825
18826  {
18827 \backslash
18828 noalign{
18829 \backslash
18830 global
18831 \backslash
18832 arrayrulewidth 1.5pt}
18833 \end_layout
18834
18835 \begin_layout Plain Layout
18836
18837   
18838 \backslash
18839 myHline
18840 \backslash
18841 noalign{
18842 \backslash
18843 global
18844 \backslash
18845 arrayrulewidth 0.4pt}}
18846 \end_layout
18847
18848 \end_inset
18849
18850
18851 \begin_inset Float table
18852 placement h
18853 wide false
18854 sideways false
18855 status open
18856
18857 \begin_layout Plain Layout
18858 \begin_inset Caption
18859
18860 \begin_layout Plain Layout
18861 \begin_inset CommandInset label
18862 LatexCommand label
18863 name "tab:Tabelle-mit-1.5pt-horiz"
18864
18865 \end_inset
18866
18867 Tabelle mit 1.5
18868 \begin_inset space \thinspace{}
18869 \end_inset
18870
18871 pt dicken horizontalen Linien
18872 \end_layout
18873
18874 \end_inset
18875
18876
18877 \end_layout
18878
18879 \begin_layout Plain Layout
18880 \align center
18881 \begin_inset Tabular
18882 <lyxtabular version="3" rows="3" columns="3">
18883 <features>
18884 <column alignment="center" valignment="top" width="0">
18885 <column alignment="center" valignment="top" width="0">
18886 <column alignment="center" valignment="top" width="0">
18887 <row>
18888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18889 \begin_inset Text
18890
18891 \begin_layout Plain Layout
18892 sd
18893 \end_layout
18894
18895 \end_inset
18896 </cell>
18897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18898 \begin_inset Text
18899
18900 \begin_layout Plain Layout
18901
18902 \end_layout
18903
18904 \end_inset
18905 </cell>
18906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18907 \begin_inset Text
18908
18909 \begin_layout Plain Layout
18910
18911 \end_layout
18912
18913 \end_inset
18914 </cell>
18915 </row>
18916 <row>
18917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18918 \begin_inset Text
18919
18920 \begin_layout Plain Layout
18921
18922 \end_layout
18923
18924 \end_inset
18925 </cell>
18926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18927 \begin_inset Text
18928
18929 \begin_layout Plain Layout
18930 sd
18931 \end_layout
18932
18933 \end_inset
18934 </cell>
18935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18936 \begin_inset Text
18937
18938 \begin_layout Plain Layout
18939
18940 \end_layout
18941
18942 \end_inset
18943 </cell>
18944 </row>
18945 <row>
18946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18947 \begin_inset Text
18948
18949 \begin_layout Plain Layout
18950
18951 \end_layout
18952
18953 \end_inset
18954 </cell>
18955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18956 \begin_inset Text
18957
18958 \begin_layout Plain Layout
18959
18960 \end_layout
18961
18962 \end_inset
18963 </cell>
18964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18965 \begin_inset Text
18966
18967 \begin_layout Plain Layout
18968 sd
18969 \end_layout
18970
18971 \end_inset
18972 </cell>
18973 </row>
18974 </lyxtabular>
18975
18976 \end_inset
18977
18978
18979 \end_layout
18980
18981 \end_inset
18982
18983
18984 \begin_inset ERT
18985 status collapsed
18986
18987 \begin_layout Plain Layout
18988
18989
18990 \backslash
18991 renewcommand{
18992 \backslash
18993 hline}{
18994 \backslash
18995 myHline}
18996 \end_layout
18997
18998 \end_inset
18999
19000
19001 \end_layout
19002
19003 \begin_layout Standard
19004 \begin_inset VSpace bigskip
19005 \end_inset
19006
19007 Um die Liniendicke von 1.5
19008 \begin_inset space \thinspace{}
19009 \end_inset
19010
19011 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
19012  Spaltenformat entsprechend der Beschreibung in Abschnitt
19013 \begin_inset space ~
19014 \end_inset
19015
19016
19017 \begin_inset CommandInset ref
19018 LatexCommand ref
19019 reference "uab:Angepasste-Zellen-/Spaltenformate"
19020
19021 \end_inset
19022
19023  definieren:
19024 \end_layout
19025
19026 \begin_layout Standard
19027
19028 \series bold
19029
19030 \backslash
19031 newcolumntype{V}{!{
19032 \backslash
19033 vrule width 1.5pt}}
19034 \end_layout
19035
19036 \begin_layout Standard
19037 In Tabelle
19038 \begin_inset space ~
19039 \end_inset
19040
19041
19042 \begin_inset CommandInset ref
19043 LatexCommand ref
19044 reference "tab:Tabelle-mit-1.5pt-vert"
19045
19046 \end_inset
19047
19048  wurde das 
19049 \family sans
19050 LaTe
19051 \begin_inset ERT
19052 status collapsed
19053
19054 \begin_layout Plain Layout
19055
19056 {}
19057 \end_layout
19058
19059 \end_inset
19060
19061 X-Argument
19062 \family default
19063 \series bold
19064  VcV
19065 \series default
19066  für die letzte Spalte und
19067 \series bold
19068  Vc
19069 \series default
19070  für die anderen benutzt.
19071 \end_layout
19072
19073 \begin_layout Standard
19074 \begin_inset Float table
19075 placement H
19076 wide false
19077 sideways false
19078 status open
19079
19080 \begin_layout Plain Layout
19081 \begin_inset Caption
19082
19083 \begin_layout Plain Layout
19084 \begin_inset CommandInset label
19085 LatexCommand label
19086 name "tab:Tabelle-mit-1.5pt-vert"
19087
19088 \end_inset
19089
19090 Tabelle mit 1.5
19091 \begin_inset space \thinspace{}
19092 \end_inset
19093
19094 pt dicken vertikalen Linien
19095 \end_layout
19096
19097 \end_inset
19098
19099
19100 \end_layout
19101
19102 \begin_layout Plain Layout
19103 \align center
19104 \begin_inset Tabular
19105 <lyxtabular version="3" rows="3" columns="3">
19106 <features>
19107 <column alignment="center" valignment="top" width="0" special="Vc">
19108 <column alignment="center" valignment="top" width="0" special="Vc">
19109 <column alignment="center" valignment="top" width="0" special="VcV">
19110 <row>
19111 <cell alignment="center" valignment="top" topline="true" usebox="none">
19112 \begin_inset Text
19113
19114 \begin_layout Plain Layout
19115 sd
19116 \end_layout
19117
19118 \end_inset
19119 </cell>
19120 <cell alignment="center" valignment="top" topline="true" usebox="none">
19121 \begin_inset Text
19122
19123 \begin_layout Plain Layout
19124
19125 \end_layout
19126
19127 \end_inset
19128 </cell>
19129 <cell alignment="center" valignment="top" topline="true" usebox="none">
19130 \begin_inset Text
19131
19132 \begin_layout Plain Layout
19133
19134 \end_layout
19135
19136 \end_inset
19137 </cell>
19138 </row>
19139 <row>
19140 <cell alignment="center" valignment="top" topline="true" usebox="none">
19141 \begin_inset Text
19142
19143 \begin_layout Plain Layout
19144
19145 \end_layout
19146
19147 \end_inset
19148 </cell>
19149 <cell alignment="center" valignment="top" topline="true" usebox="none">
19150 \begin_inset Text
19151
19152 \begin_layout Plain Layout
19153 sd
19154 \end_layout
19155
19156 \end_inset
19157 </cell>
19158 <cell alignment="center" valignment="top" topline="true" usebox="none">
19159 \begin_inset Text
19160
19161 \begin_layout Plain Layout
19162
19163 \end_layout
19164
19165 \end_inset
19166 </cell>
19167 </row>
19168 <row>
19169 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19170 \begin_inset Text
19171
19172 \begin_layout Plain Layout
19173
19174 \end_layout
19175
19176 \end_inset
19177 </cell>
19178 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19179 \begin_inset Text
19180
19181 \begin_layout Plain Layout
19182
19183 \end_layout
19184
19185 \end_inset
19186 </cell>
19187 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19188 \begin_inset Text
19189
19190 \begin_layout Plain Layout
19191 sd
19192 \end_layout
19193
19194 \end_inset
19195 </cell>
19196 </row>
19197 </lyxtabular>
19198
19199 \end_inset
19200
19201
19202 \end_layout
19203
19204 \end_inset
19205
19206
19207 \end_layout
19208
19209 \begin_layout Subsection
19210 Gestrichelte Linien
19211 \begin_inset Index
19212 status collapsed
19213
19214 \begin_layout Plain Layout
19215 Tabellen  ! Linien ! gestrichelte 
19216 \end_layout
19217
19218 \end_inset
19219
19220
19221 \end_layout
19222
19223 \begin_layout Standard
19224 \begin_inset ERT
19225 status collapsed
19226
19227 \begin_layout Plain Layout
19228
19229
19230 \backslash
19231 ifarydshln
19232 \end_layout
19233
19234 \end_inset
19235
19236
19237 \begin_inset Note Note
19238 status open
19239
19240 \begin_layout Plain Layout
19241 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19242 \series bold
19243 arydshln
19244 \series default
19245  installiert ist.
19246 \end_layout
19247
19248 \end_inset
19249
19250
19251 \end_layout
19252
19253 \begin_layout Standard
19254 \begin_inset Float table
19255 placement h
19256 wide false
19257 sideways false
19258 status open
19259
19260 \begin_layout Plain Layout
19261 \begin_inset Caption
19262
19263 \begin_layout Plain Layout
19264 \begin_inset CommandInset label
19265 LatexCommand label
19266 name "tab:Tabelle-mit-gestrichelten"
19267
19268 \end_inset
19269
19270 Tabelle mit gestrichelten Linien
19271 \end_layout
19272
19273 \end_inset
19274
19275
19276 \end_layout
19277
19278 \begin_layout Plain Layout
19279 \align center
19280 \begin_inset Tabular
19281 <lyxtabular version="3" rows="5" columns="5">
19282 <features>
19283 <column alignment="center" valignment="top" width="0">
19284 <column alignment="center" valignment="top" width="0">
19285 <column alignment="center" valignment="top" width="0" special=":c">
19286 <column alignment="center" valignment="top" width="0">
19287 <column alignment="center" valignment="top" width="0">
19288 <row>
19289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19290 \begin_inset Text
19291
19292 \begin_layout Plain Layout
19293 a
19294 \end_layout
19295
19296 \end_inset
19297 </cell>
19298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19299 \begin_inset Text
19300
19301 \begin_layout Plain Layout
19302 b
19303 \end_layout
19304
19305 \end_inset
19306 </cell>
19307 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19308 \begin_inset Text
19309
19310 \begin_layout Plain Layout
19311 c
19312 \end_layout
19313
19314 \end_inset
19315 </cell>
19316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19317 \begin_inset Text
19318
19319 \begin_layout Plain Layout
19320 d
19321 \end_layout
19322
19323 \end_inset
19324 </cell>
19325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19326 \begin_inset Text
19327
19328 \begin_layout Plain Layout
19329 e
19330 \end_layout
19331
19332 \end_inset
19333 </cell>
19334 </row>
19335 <row>
19336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19337 \begin_inset Text
19338
19339 \begin_layout Plain Layout
19340 f
19341 \end_layout
19342
19343 \end_inset
19344 </cell>
19345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19346 \begin_inset Text
19347
19348 \begin_layout Plain Layout
19349 g
19350 \end_layout
19351
19352 \end_inset
19353 </cell>
19354 <cell alignment="center" valignment="top" topline="true" usebox="none">
19355 \begin_inset Text
19356
19357 \begin_layout Plain Layout
19358 h
19359 \end_layout
19360
19361 \end_inset
19362 </cell>
19363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19364 \begin_inset Text
19365
19366 \begin_layout Plain Layout
19367 i
19368 \end_layout
19369
19370 \end_inset
19371 </cell>
19372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19373 \begin_inset Text
19374
19375 \begin_layout Plain Layout
19376 j
19377 \end_layout
19378
19379 \end_inset
19380 </cell>
19381 </row>
19382 <row>
19383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19384 \begin_inset Text
19385
19386 \begin_layout Plain Layout
19387 \begin_inset ERT
19388 status collapsed
19389
19390 \begin_layout Plain Layout
19391
19392
19393 \backslash
19394 hdashline 
19395 \end_layout
19396
19397 \end_inset
19398
19399 k
19400 \end_layout
19401
19402 \end_inset
19403 </cell>
19404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19405 \begin_inset Text
19406
19407 \begin_layout Plain Layout
19408 l
19409 \end_layout
19410
19411 \end_inset
19412 </cell>
19413 <cell alignment="center" valignment="top" usebox="none">
19414 \begin_inset Text
19415
19416 \begin_layout Plain Layout
19417 m
19418 \end_layout
19419
19420 \end_inset
19421 </cell>
19422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19423 \begin_inset Text
19424
19425 \begin_layout Plain Layout
19426 n
19427 \end_layout
19428
19429 \end_inset
19430 </cell>
19431 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19432 \begin_inset Text
19433
19434 \begin_layout Plain Layout
19435 o
19436 \end_layout
19437
19438 \end_inset
19439 </cell>
19440 </row>
19441 <row>
19442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19443 \begin_inset Text
19444
19445 \begin_layout Plain Layout
19446 \begin_inset ERT
19447 status collapsed
19448
19449 \begin_layout Plain Layout
19450
19451
19452 \backslash
19453 cdashline{4-5}
19454 \end_layout
19455
19456 \end_inset
19457
19458 p
19459 \end_layout
19460
19461 \end_inset
19462 </cell>
19463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19464 \begin_inset Text
19465
19466 \begin_layout Plain Layout
19467 q
19468 \end_layout
19469
19470 \end_inset
19471 </cell>
19472 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19473 \begin_inset Text
19474
19475 \begin_layout Plain Layout
19476 r
19477 \end_layout
19478
19479 \end_inset
19480 </cell>
19481 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19482 \begin_inset Text
19483
19484 \begin_layout Plain Layout
19485 s
19486 \end_layout
19487
19488 \end_inset
19489 </cell>
19490 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19491 \begin_inset Text
19492
19493 \begin_layout Plain Layout
19494
19495 \end_layout
19496
19497 \end_inset
19498 </cell>
19499 </row>
19500 <row>
19501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19502 \begin_inset Text
19503
19504 \begin_layout Plain Layout
19505 t
19506 \end_layout
19507
19508 \end_inset
19509 </cell>
19510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19511 \begin_inset Text
19512
19513 \begin_layout Plain Layout
19514 u
19515 \end_layout
19516
19517 \end_inset
19518 </cell>
19519 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19520 \begin_inset Text
19521
19522 \begin_layout Plain Layout
19523 v
19524 \end_layout
19525
19526 \end_inset
19527 </cell>
19528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19529 \begin_inset Text
19530
19531 \begin_layout Plain Layout
19532 w
19533 \end_layout
19534
19535 \end_inset
19536 </cell>
19537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19538 \begin_inset Text
19539
19540 \begin_layout Plain Layout
19541 x
19542 \end_layout
19543
19544 \end_inset
19545 </cell>
19546 </row>
19547 </lyxtabular>
19548
19549 \end_inset
19550
19551
19552 \end_layout
19553
19554 \end_inset
19555
19556
19557 \end_layout
19558
19559 \begin_layout Standard
19560 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19561  TeX-Code benutzen.
19562  Zunächst müssen Sie das LaTeX-Paket 
19563 \series bold
19564 arydshln
19565 \series default
19566
19567 \begin_inset Index
19568 status collapsed
19569
19570 \begin_layout Plain Layout
19571 LaTeX-Pakete ! arydshln
19572 \end_layout
19573
19574 \end_inset
19575
19576  im LaTeX-Vorspann laden:
19577 \end_layout
19578
19579 \begin_layout Standard
19580
19581 \series bold
19582
19583 \backslash
19584 usepackage{arydshln}
19585 \end_layout
19586
19587 \begin_layout Standard
19588 Um senkrechte Linien zu stricheln, müssen Sie im 
19589 \family sans
19590 LaTe
19591 \begin_inset ERT
19592 status collapsed
19593
19594 \begin_layout Plain Layout
19595
19596 {}
19597 \end_layout
19598
19599 \end_inset
19600
19601 X-Argument
19602 \family default
19603  des 
19604 \family sans
19605 Tabellen-Einstellungen
19606 \family default
19607 -Dialogs 
19608 \begin_inset Quotes gld
19609 \end_inset
19610
19611 :
19612 \begin_inset Quotes grd
19613 \end_inset
19614
19615 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19616 \end_layout
19617
19618 \begin_layout Standard
19619 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19620 \end_layout
19621
19622 \begin_layout Standard
19623
19624 \series bold
19625
19626 \backslash
19627 hdashline
19628 \end_layout
19629
19630 \begin_layout Standard
19631 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19632 \end_layout
19633
19634 \begin_layout Standard
19635 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19636 \end_layout
19637
19638 \begin_layout Standard
19639
19640 \series bold
19641
19642 \backslash
19643 cdashline{Anfangsspalte-Endspalte}
19644 \end_layout
19645
19646 \begin_layout Standard
19647 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19648  Wenn Sie z.
19649 \begin_inset space \thinspace{}
19650 \end_inset
19651
19652 B.
19653  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19654  gestrichelte Linie haben, fügen Sie den Befehl
19655 \end_layout
19656
19657 \begin_layout Standard
19658
19659 \series bold
19660
19661 \backslash
19662 cdashline{2-4}
19663 \end_layout
19664
19665 \begin_layout Standard
19666 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19667 \end_layout
19668
19669 \begin_layout Standard
19670 \begin_inset VSpace bigskip
19671 \end_inset
19672
19673
19674 \end_layout
19675
19676 \begin_layout Standard
19677 In Tabelle
19678 \begin_inset space ~
19679 \end_inset
19680
19681
19682 \begin_inset CommandInset ref
19683 LatexCommand ref
19684 reference "tab:Tabelle-mit-gestrichelten"
19685
19686 \end_inset
19687
19688  wurde in der dritten Spalte der Befehl
19689 \series bold
19690  
19691 \series default
19692
19693 \begin_inset Quotes gld
19694 \end_inset
19695
19696
19697 \series bold
19698 :c
19699 \begin_inset Quotes grd
19700 \end_inset
19701
19702
19703 \series default
19704  benutzt.
19705  Der Befehl 
19706 \series bold
19707
19708 \backslash
19709 hdashline
19710 \series default
19711  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19712 \begin_inset Newline newline
19713 \end_inset
19714
19715  
19716 \series bold
19717
19718 \backslash
19719 cdashline{4-5} 
19720 \series default
19721 wurde in die erste Zelle der vierten Zeile eingefügt.
19722 \end_layout
19723
19724 \begin_layout Standard
19725 \begin_inset Note Greyedout
19726 status open
19727
19728 \begin_layout Plain Layout
19729
19730 \series bold
19731 Bemerkung:
19732 \series default
19733  Das LaTeX-Paket 
19734 \series bold
19735 arydshln
19736 \series default
19737  ist nicht kompatibel dem LaTeX-Paket 
19738 \series bold
19739 colortbl
19740 \series default
19741
19742 \begin_inset Index
19743 status collapsed
19744
19745 \begin_layout Plain Layout
19746 LaTeX-Pakete ! colortbl
19747 \end_layout
19748
19749 \end_inset
19750
19751 , das für die farbigen Tabellen in Abschnitt
19752 \begin_inset space ~
19753 \end_inset
19754
19755
19756 \begin_inset CommandInset ref
19757 LatexCommand ref
19758 reference "abs:Farbige-Tabellen"
19759
19760 \end_inset
19761
19762  benutzt wurde.
19763  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19764 \end_layout
19765
19766 \end_inset
19767
19768
19769 \end_layout
19770
19771 \begin_layout Standard
19772 \begin_inset ERT
19773 status collapsed
19774
19775 \begin_layout Plain Layout
19776
19777
19778 \backslash
19779 else
19780 \end_layout
19781
19782 \end_inset
19783
19784
19785 \begin_inset Note Note
19786 status open
19787
19788 \begin_layout Plain Layout
19789 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19790 \series bold
19791 arydshln
19792 \series default
19793  nicht installiert ist:
19794 \end_layout
19795
19796 \end_inset
19797
19798
19799 \end_layout
19800
19801 \begin_layout Standard
19802 Sie müssen das LaTeX-Paket 
19803 \series bold
19804 arydshln
19805 \series default
19806  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19807 \end_layout
19808
19809 \begin_layout Standard
19810 \begin_inset ERT
19811 status collapsed
19812
19813 \begin_layout Plain Layout
19814
19815
19816 \backslash
19817 fi
19818 \end_layout
19819
19820 \end_inset
19821
19822
19823 \end_layout
19824
19825 \begin_layout Chapter
19826 Gleitobjekte
19827 \begin_inset Index
19828 status collapsed
19829
19830 \begin_layout Plain Layout
19831 Gleitobjekte
19832 \end_layout
19833
19834 \end_inset
19835
19836
19837 \end_layout
19838
19839 \begin_layout Section
19840 Einleitung
19841 \begin_inset CommandInset label
19842 LatexCommand label
19843 name "abs:Gleitobjekte-Einleitung"
19844
19845 \end_inset
19846
19847
19848 \begin_inset Index
19849 status collapsed
19850
19851 \begin_layout Plain Layout
19852 Gleitobjekte ! Einleitung
19853 \end_layout
19854
19855 \end_inset
19856
19857
19858 \end_layout
19859
19860 \begin_layout Standard
19861 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19862  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19863  der beste Platz ist.
19864  
19865 \family sans
19866 Fußnoten
19867 \family default
19868  und 
19869 \family sans
19870 Randnotizen
19871 \family default
19872  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19873  wenn auf ihrer Seite schon zu viele sind.
19874 \end_layout
19875
19876 \begin_layout Standard
19877 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19878  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19879  um weiße Flächen und Seiten ohne Text zu vermeiden.
19880  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
19881 löst,
19882  kann im Text auf ein Gleitobjekt verwiesen werden.
19883  Gleitobjekte sind deshalb nummeriert.
19884  Querverweise werden in Abschnitt
19885 \begin_inset space ~
19886 \end_inset
19887
19888
19889 \begin_inset CommandInset ref
19890 LatexCommand ref
19891 reference "abs:Auf-Gleitobjekte-verweisen"
19892
19893 \end_inset
19894
19895  beschrieben.
19896 \end_layout
19897
19898 \begin_layout Standard
19899 Ein Gleitobjekt wird mit 
19900 \family sans
19901 Einfügen\SpecialChar \menuseparator
19902 Gleitobjekt\SpecialChar \menuseparator
19903 Algorithmus/Abbildung/Ta\SpecialChar \-
19904 belle/Um\SpecialChar \-
19905 flos\SpecialChar \-
19906 se\SpecialChar \-
19907 nes
19908 \begin_inset space ~
19909 \end_inset
19910
19911 Gleitobjekt
19912 \family default
19913  eingefügt.
19914  Für Abbildungen oder Tabellen können Sie auch auf 
19915 \begin_inset Graphics
19916         filename ../../images/float-insert_figure.png
19917         scale 70
19918         scaleBeforeRotation
19919         BoundingBox 0bp 6bp 22bp 22bp
19920
19921 \end_inset
19922
19923  oder 
19924 \begin_inset Graphics
19925         filename ../../images/float-insert_table.png
19926         scale 70
19927         scaleBeforeRotation
19928         BoundingBox 0bp 6bp 22bp 22bp
19929
19930 \end_inset
19931
19932  klicken.
19933  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19934  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19935  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19936  #:).
19937  Statt # sehen Sie die von LyX vergebene Nummer.
19938  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19939  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19940  eingefügt.
19941  In Abschnitt
19942 \begin_inset space ~
19943 \end_inset
19944
19945
19946 \begin_inset CommandInset ref
19947 LatexCommand ref
19948 reference "abs:Titel-Platzierung"
19949
19950 \end_inset
19951
19952  finden Sie mehr über die Platzierung des Titels.
19953  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19954  auch wieder geöffnet.
19955  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19956 \begin_inset Graphics
19957         filename clipart/GleitobjektQt4.png
19958         scale 70
19959         scaleBeforeRotation
19960         BoundingBox 0bp 6bp 128bp 22bp
19961
19962 \end_inset
19963
19964  – ein graues Kästchen mit roter Beschriftung.
19965 \end_layout
19966
19967 \begin_layout Standard
19968 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19969  Gleitobjekte in einem eigenen Absatz einzufügen.
19970 \end_layout
19971
19972 \begin_layout Standard
19973 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19974  indem Sie sie markieren und dann auf 
19975 \begin_inset Graphics
19976         filename ../../images/float-insert_figure.png
19977         scale 70
19978         scaleBeforeRotation
19979         BoundingBox 0bp 6bp 22bp 22bp
19980
19981 \end_inset
19982
19983  oder 
19984 \begin_inset Graphics
19985         filename ../../images/float-insert_table.png
19986         scale 70
19987         scaleBeforeRotation
19988         BoundingBox 0bp 6bp 22bp 22bp
19989
19990 \end_inset
19991
19992  klicken.
19993 \end_layout
19994
19995 \begin_layout Section
19996 Gleitobjekt-Typen
19997 \begin_inset Index
19998 status collapsed
19999
20000 \begin_layout Plain Layout
20001 Gleitobjekte ! Typen
20002 \end_layout
20003
20004 \end_inset
20005
20006
20007 \end_layout
20008
20009 \begin_layout Standard
20010 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
20011 \begin_inset space ~
20012 \end_inset
20013
20014
20015 \begin_inset CommandInset ref
20016 LatexCommand ref
20017 reference "abs:Gleitende-Abbildungen"
20018
20019 \end_inset
20020
20021  und 
20022 \begin_inset CommandInset ref
20023 LatexCommand ref
20024 reference "abs:Gleitende-Tabellen"
20025
20026 \end_inset
20027
20028  beschrieben wurden, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
20029 \end_layout
20030
20031 \begin_layout Subsection
20032 Gleitobjekt-Algorithmen
20033 \begin_inset Index
20034 status collapsed
20035
20036 \begin_layout Plain Layout
20037 Gleitobjekte ! Algorithmen
20038 \end_layout
20039
20040 \end_inset
20041
20042
20043 \begin_inset CommandInset label
20044 LatexCommand label
20045 name "uab:Gleitobjekt-Algorithmen"
20046
20047 \end_inset
20048
20049
20050 \end_layout
20051
20052 \begin_layout Standard
20053 \begin_inset Float algorithm
20054 placement h
20055 wide false
20056 sideways false
20057 status open
20058
20059 \begin_layout Plain Layout
20060 \begin_inset Caption
20061
20062 \begin_layout Plain Layout
20063 \begin_inset CommandInset label
20064 LatexCommand label
20065 name "alg:Ein-Gleitobjekt-Algorithmus"
20066
20067 \end_inset
20068
20069 Ein Gleitobjekt-Algorithmus 
20070 \end_layout
20071
20072 \end_inset
20073
20074
20075 \end_layout
20076
20077 \begin_layout LyX-Code
20078 for I in 1..N loop
20079 \begin_inset Newline newline
20080 \end_inset
20081
20082  Sum:= Sum + A(I); /*Kommentar*/
20083 \begin_inset Newline newline
20084 \end_inset
20085
20086 end loop
20087 \begin_inset VSpace -4mm
20088 \end_inset
20089
20090
20091 \end_layout
20092
20093 \end_inset
20094
20095
20096 \end_layout
20097
20098 \begin_layout Standard
20099 Dieser Typ wird mit 
20100 \family sans
20101 Einfügen\SpecialChar \menuseparator
20102 Gleitobjekt\SpecialChar \menuseparator
20103 Algorithmus
20104 \family default
20105  eingefügt.
20106  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
20107  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
20108 \begin_inset space ~
20109 \end_inset
20110
20111
20112 \begin_inset CommandInset ref
20113 LatexCommand ref
20114 reference "kap:Programm-Code-Listen"
20115
20116 \end_inset
20117
20118 .
20119  Eine mögliche Absatz-Umgebung hier für ist 
20120 \family sans
20121 LyX-Code
20122 \family default
20123 , beschrieben im 
20124 \emph on
20125 Benutzerhandbuch
20126 \emph default
20127 .
20128  In Algorithmus
20129 \begin_inset space ~
20130 \end_inset
20131
20132
20133 \begin_inset CommandInset ref
20134 LatexCommand ref
20135 reference "alg:Ein-Gleitobjekt-Algorithmus"
20136
20137 \end_inset
20138
20139  wurden am Ende -4
20140 \begin_inset space \thinspace{}
20141 \end_inset
20142
20143 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
20144  letzten Zeile gedruckt wird.
20145 \end_layout
20146
20147 \begin_layout Standard
20148 Die Marke 
20149 \emph on
20150 Algorithmus
20151 \emph default
20152  wird nicht automatisch in die druckbare Version übernommen, sondern das
20153  englische Wort 
20154 \emph on
20155 Algorithm
20156 \emph default
20157  verwendet.
20158  Soll
20159 \emph on
20160  Algorithmus
20161 \emph default
20162  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
20163 \end_layout
20164
20165 \begin_layout Standard
20166
20167 \series bold
20168
20169 \backslash
20170 floatname{algorithm}{Algorithmus}
20171 \end_layout
20172
20173 \begin_layout Standard
20174 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
20175  Sprache wie die LyX Menünamen haben, das Menü 
20176 \family sans
20177 Einfügen\SpecialChar \menuseparator
20178 Liste
20179 \begin_inset space \thinspace{}
20180 \end_inset
20181
20182 /
20183 \begin_inset space \thinspace{}
20184 \end_inset
20185
20186 Inhaltsverzeichnis\SpecialChar \menuseparator
20187 Algorithmenverzeichnis
20188 \family default
20189  verwendet werden.
20190  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als TeX-Code
20191  eingefügt werden:
20192 \end_layout
20193
20194 \begin_layout Standard
20195
20196 \series bold
20197
20198 \backslash
20199 listof{algorithm}{Algorithmenverzeichnis}
20200 \end_layout
20201
20202 \begin_layout Standard
20203 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20204  nach dem Schema 
20205 \begin_inset Quotes gld
20206 \end_inset
20207
20208 Kapitelnummer.Algorithmusnummer
20209 \begin_inset Quotes grd
20210 \end_inset
20211
20212  nummeriert.
20213  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20214  einfügen:
20215 \end_layout
20216
20217 \begin_layout Standard
20218
20219 \series bold
20220
20221 \backslash
20222 numberwithin{algorithm}{chapter}
20223 \end_layout
20224
20225 \begin_layout Standard
20226 Um 
20227 \series bold
20228
20229 \backslash
20230 numberwithin
20231 \series default
20232  benutzen zu können, muss in den 
20233 \family sans
20234 Mathe
20235 \begin_inset space ~
20236 \end_inset
20237
20238 Optionen
20239 \family default
20240  der 
20241 \family sans
20242 Dokument-Einstellungen
20243 \family default
20244  
20245 \family sans
20246 AMS
20247 \begin_inset space ~
20248 \end_inset
20249
20250 Mathe
20251 \begin_inset space ~
20252 \end_inset
20253
20254 Paket
20255 \family default
20256
20257 \begin_inset space ~
20258 \end_inset
20259
20260
20261 \family sans
20262 verwenden
20263 \family default
20264  angekreuzt sein.
20265 \end_layout
20266
20267 \begin_layout Subsection
20268 Umflossene Gleitobjekte
20269 \begin_inset Index
20270 status collapsed
20271
20272 \begin_layout Plain Layout
20273 Gleitobjekte ! umflossene
20274 \end_layout
20275
20276 \end_inset
20277
20278
20279 \end_layout
20280
20281 \begin_layout Standard
20282 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
20283  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
20284  den die Abbildung bzw.
20285 \begin_inset space ~
20286 \end_inset
20287
20288 Tabelle übrig lässt.
20289  Sie werden über das Menü
20290 \family sans
20291  Einfügen\SpecialChar \menuseparator
20292 Gleitobjekt\SpecialChar \menuseparator
20293 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
20294 objekt
20295 \family default
20296  eingefügt, wenn das LaTeX-Paket 
20297 \series bold
20298 wrapfig
20299 \series default
20300
20301 \begin_inset Index
20302 status collapsed
20303
20304 \begin_layout Plain Layout
20305 LaTeX-Pakete ! wrapfig
20306 \begin_inset ERT
20307 status collapsed
20308
20309 \begin_layout Plain Layout
20310
20311
20312 \backslash
20313 vspace{4mm}
20314 \end_layout
20315
20316 \end_inset
20317
20318
20319 \end_layout
20320
20321 \end_inset
20322
20323  installiert ist.
20324 \begin_inset Foot
20325 status collapsed
20326
20327 \begin_layout Plain Layout
20328 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20329 \emph on
20330 LaTeX-Konfiguration
20331 \emph default
20332  beschrieben.
20333 \end_layout
20334
20335 \end_inset
20336
20337  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
20338  Box des Gleitobjekts geändert werden.
20339  
20340 \begin_inset Wrap figure
20341 lines 0
20342 placement l
20343 overhang 1cm
20344 width "40col%"
20345 status open
20346
20347 \begin_layout Plain Layout
20348 \begin_inset Graphics
20349         filename ../clipart/mobius.eps
20350         width 40col%
20351         scaleBeforeRotation
20352         rotateOrigin center
20353
20354 \end_inset
20355
20356
20357 \end_layout
20358
20359 \begin_layout Plain Layout
20360 \begin_inset Caption
20361
20362 \begin_layout Plain Layout
20363 \begin_inset CommandInset label
20364 LatexCommand label
20365 name "abb:Dies-ist-eine"
20366
20367 \end_inset
20368
20369 Dies ist eine umflossene Gleitobjekt-Abbildung
20370 \end_layout
20371
20372 \end_inset
20373
20374
20375 \end_layout
20376
20377 \end_inset
20378
20379  Obligatorische Einstellungen sind die 
20380 \family sans
20381 Breite
20382 \family default
20383  und 
20384 \family sans
20385 Platzierung
20386 \family default
20387  des Gleitobjekts.
20388  Optional sind der 
20389 \family sans
20390 Überhang 
20391 \family default
20392 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
20393 \begin_inset space \thinspace{}
20394 \end_inset
20395
20396 /
20397 \begin_inset space \thinspace{}
20398 \end_inset
20399
20400 der Seite ragt und die 
20401 \family sans
20402 benötigten Zeilen
20403 \family default
20404 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
20405  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
20406  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
20407  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
20408  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
20409  zu lassen.
20410  Abbildung
20411 \begin_inset space ~
20412 \end_inset
20413
20414
20415 \begin_inset CommandInset ref
20416 LatexCommand ref
20417 reference "abb:Dies-ist-eine"
20418
20419 \end_inset
20420
20421  ist zum Beispiel ein umflossenes Bild, das 40
20422 \begin_inset space \thinspace{}
20423 \end_inset
20424
20425 % der Spaltenbreite einnimmt, 1
20426 \begin_inset space \thinspace{}
20427 \end_inset
20428
20429 cm in den Rand ragt und links gesetzt wurde.
20430 \begin_inset Foot
20431 status collapsed
20432
20433 \begin_layout Plain Layout
20434 Die benutzbaren Einheiten werden in Anhang
20435 \begin_inset space ~
20436 \end_inset
20437
20438
20439 \begin_inset CommandInset ref
20440 LatexCommand ref
20441 reference "kap:In-LyX-verfügbare"
20442
20443 \end_inset
20444
20445  beschrieben.
20446 \end_layout
20447
20448 \end_inset
20449
20450
20451 \end_layout
20452
20453 \begin_layout Standard
20454 \begin_inset Note Greyedout
20455 status open
20456
20457 \begin_layout Plain Layout
20458
20459 \series bold
20460 Bemerkung:
20461 \series default
20462  Umflossene Objekte sind fragil! Wenn die Abbildung z.
20463 \begin_inset space \thinspace{}
20464 \end_inset
20465
20466 B.
20467  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
20468  oder über anderen Text gedruckt wird.
20469 \end_layout
20470
20471 \end_inset
20472
20473
20474 \end_layout
20475
20476 \begin_layout Standard
20477 Allgemein gilt:
20478 \end_layout
20479
20480 \begin_layout Itemize
20481 Umflossene Gleitobjekte sollten nicht in Absätze gepackt werden, die auf
20482  der nächsten Seite fortgesetzt werden.
20483  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
20484  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
20485 \end_layout
20486
20487 \begin_layout Itemize
20488 Umflossene Gleitobjekte sollten entweder vor dem Absatz, dessen Text um
20489  sie fließen soll, eingefügt werden oder darin.
20490 \end_layout
20491
20492 \begin_layout Itemize
20493 Umflossene Gleitobjekte in aufeinander folgenden Absätzen können Probleme
20494  bereiten, also achten Sie darauf, dass mindestens ein Textabsatz zwischen
20495  ihnen ist.
20496 \end_layout
20497
20498 \begin_layout Itemize
20499 Umflossene Gleitobjekte sind weder in Abschnitts-Überschriften noch in Tabellen
20500  erlaubt.
20501 \end_layout
20502
20503 \begin_layout Section
20504 Gleitobjekt-Nummerierung
20505 \begin_inset Index
20506 status collapsed
20507
20508 \begin_layout Plain Layout
20509 Gleitobjekte ! Nummerierung
20510 \end_layout
20511
20512 \end_inset
20513
20514
20515 \end_layout
20516
20517 \begin_layout Standard
20518 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20519  nummeriert oder nach dem Schema 
20520 \begin_inset Quotes gld
20521 \end_inset
20522
20523 Kapitelnummer.Gleitobjektnummer
20524 \begin_inset Quotes grd
20525 \end_inset
20526
20527  oder 
20528 \begin_inset Quotes gld
20529 \end_inset
20530
20531 Abschnittsnummer.Gleitobjektnummer
20532 \begin_inset Quotes grd
20533 \end_inset
20534
20535 .
20536  Das hängt von der Dokumentklasse ab.
20537 \end_layout
20538
20539 \begin_layout Standard
20540 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20541  in den LaTeX-Vorspann einfügen:
20542 \end_layout
20543
20544 \begin_layout Standard
20545
20546 \series bold
20547
20548 \backslash
20549 renewcommand{
20550 \backslash
20551 thetable}{
20552 \backslash
20553 roman{table}}
20554 \end_layout
20555
20556 \begin_layout Standard
20557
20558 \series bold
20559
20560 \backslash
20561 thetable
20562 \series default
20563  ist der Befehl, der die Tabellennummer druckt.
20564  Für Abbildungen ist das 
20565 \series bold
20566
20567 \backslash
20568 thefigure
20569 \series default
20570 .
20571  Der Befehl 
20572 \series bold
20573
20574 \backslash
20575 roman
20576 \series default
20577  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20578 \end_layout
20579
20580 \begin_layout Standard
20581 Um das Nummerierungsschema zum Beispiel auf 
20582 \begin_inset Quotes gld
20583 \end_inset
20584
20585 Unterabschnittsnummer.Num\SpecialChar \-
20586 mer
20587 \begin_inset Quotes grd
20588 \end_inset
20589
20590  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20591 \end_layout
20592
20593 \begin_layout Standard
20594
20595 \series bold
20596
20597 \backslash
20598 numberwithin{table}{subsection}
20599 \end_layout
20600
20601 \begin_layout Standard
20602 Um den Befehl 
20603 \series bold
20604
20605 \backslash
20606 numberwithin
20607 \series default
20608  benutzen zu können, müssen Sie in den 
20609 \family sans
20610 Mathe
20611 \begin_inset space ~
20612 \end_inset
20613
20614 Optionen
20615 \family default
20616  der 
20617 \family sans
20618 Dokument-Einstellungen
20619 \family default
20620  
20621 \family sans
20622 AMS
20623 \begin_inset space ~
20624 \end_inset
20625
20626 Mathe
20627 \begin_inset space ~
20628 \end_inset
20629
20630 Paket
20631 \family default
20632
20633 \begin_inset space ~
20634 \end_inset
20635
20636
20637 \family sans
20638 verwenden
20639 \family default
20640  ankreuzen.
20641 \end_layout
20642
20643 \begin_layout Standard
20644 Sehen Sie sich bitte auch Abschnitt
20645 \begin_inset space ~
20646 \end_inset
20647
20648
20649 \begin_inset CommandInset ref
20650 LatexCommand ref
20651 reference "uab:Fußnoten-Nummerierung"
20652
20653 \end_inset
20654
20655  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20656 \end_layout
20657
20658 \begin_layout Section
20659 Auf Gleitobjekte verweisen
20660 \begin_inset CommandInset label
20661 LatexCommand label
20662 name "abs:Auf-Gleitobjekte-verweisen"
20663
20664 \end_inset
20665
20666
20667 \begin_inset Index
20668 status collapsed
20669
20670 \begin_layout Plain Layout
20671 Gleitobjekte ! Querverweise
20672 \end_layout
20673
20674 \end_inset
20675
20676
20677 \begin_inset Index
20678 status collapsed
20679
20680 \begin_layout Plain Layout
20681 Querverweise ! auf Gleitobjekte
20682 \end_layout
20683
20684 \end_inset
20685
20686
20687 \end_layout
20688
20689 \begin_layout Standard
20690 Zunächst müssen Sie mit 
20691 \family sans
20692 Einfügen\SpecialChar \menuseparator
20693 Marke
20694 \family default
20695  oder einen Klick auf 
20696 \begin_inset Graphics
20697         filename ../../images/label-insert.png
20698         scale 70
20699         scaleBeforeRotation
20700
20701 \end_inset
20702
20703  eine Marke im Titel einfügen.
20704  Im 
20705 \family sans
20706 Marke
20707 \family default
20708 -Dialog schreiben Sie einen Text in das Feld 
20709 \family sans
20710 Marke
20711 \family default
20712  oder übernehmen den vorgeschlagenen.
20713  Die Marke sieht in LyX dann so aus:
20714 \end_layout
20715
20716 \begin_layout Standard
20717 \begin_inset Graphics
20718         filename clipart/Marke.png
20719         lyxscale 80
20720         scale 50
20721         scaleBeforeRotation
20722         BoundingBox 0bp 6bp 76bp 23bp
20723
20724 \end_inset
20725
20726
20727 \end_layout
20728
20729 \begin_layout Standard
20730 Die Marke wird als Anker und Name für den Querverweis benutzt.
20731  Mit 
20732 \family sans
20733 Einfügen\SpecialChar \menuseparator
20734 Querverweis
20735 \family default
20736  oder einen Klick auf 
20737 \begin_inset Graphics
20738         filename ../../images/dialog-show-new-inset_ref.png
20739         scale 70
20740         scaleBeforeRotation
20741
20742 \end_inset
20743
20744  können Sie dann auf die Marke verweisen.
20745  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20746  angezeigt:
20747 \end_layout
20748
20749 \begin_layout Standard
20750 \begin_inset Graphics
20751         filename clipart/Querverweis.png
20752         lyxscale 80
20753         scale 50
20754         scaleBeforeRotation
20755         BoundingBox 0bp 6bp 76bp 23bp
20756
20757 \end_inset
20758
20759
20760 \begin_inset Newline newline
20761 \end_inset
20762
20763  Mehr zu Querverweisen finden Sie im 
20764 \emph on
20765 Benutzerhandbuch
20766 \emph default
20767 .
20768 \end_layout
20769
20770 \begin_layout Standard
20771 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20772  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20773  durch einen Zeilenumbruch getrennt werden können.
20774 \end_layout
20775
20776 \begin_layout Standard
20777 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20778  LyX passt die Querverweise automatisch an.
20779 \end_layout
20780
20781 \begin_layout Standard
20782 Ein Klick auf den Schalter 
20783 \family sans
20784 Gehe
20785 \begin_inset space ~
20786 \end_inset
20787
20788 zur
20789 \begin_inset space ~
20790 \end_inset
20791
20792 Marke
20793 \family default
20794  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20795  Der Text der Schaltfläche heißt jetzt 
20796 \family sans
20797 Gehe
20798 \begin_inset space ~
20799 \end_inset
20800
20801 zurück
20802 \family default
20803  und ein Klick darauf macht genau dies.
20804   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20805  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20806  Dann ist auch kein 
20807 \family sans
20808 Gehe
20809 \begin_inset space ~
20810 \end_inset
20811
20812 zurück
20813 \family default
20814  möglich.
20815 \end_layout
20816
20817 \begin_layout Subsection
20818 Querverweis-Formate
20819 \begin_inset CommandInset label
20820 LatexCommand label
20821 name "uab:Querverweis-Formate"
20822
20823 \end_inset
20824
20825
20826 \begin_inset Index
20827 status collapsed
20828
20829 \begin_layout Plain Layout
20830 Querverweise ! Formate
20831 \end_layout
20832
20833 \end_inset
20834
20835
20836 \end_layout
20837
20838 \begin_layout Standard
20839 Es gibt sechs verschiedene Querverweisstile:
20840 \end_layout
20841
20842 \begin_layout Description
20843 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20844  
20845 \begin_inset CommandInset ref
20846 LatexCommand ref
20847 reference "abb:Zwei-Teilabbildungen"
20848
20849 \end_inset
20850
20851
20852 \end_layout
20853
20854 \begin_layout Description
20855 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20856  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20857  verwendet wird, speziell wenn der Name 
20858 \begin_inset Quotes gld
20859 \end_inset
20860
20861 Gleichung
20862 \begin_inset Quotes grd
20863 \end_inset
20864
20865  weggelassen wird: 
20866 \begin_inset CommandInset ref
20867 LatexCommand eqref
20868 reference "eq:Wgn"
20869
20870 \end_inset
20871
20872
20873 \end_layout
20874
20875 \begin_layout Description
20876 <Seite>: druckt die Seitennummer: Seite
20877 \begin_inset space ~
20878 \end_inset
20879
20880
20881 \begin_inset CommandInset ref
20882 LatexCommand pageref
20883 reference "abb:Zwei-Teilabbildungen"
20884
20885 \end_inset
20886
20887
20888 \end_layout
20889
20890 \begin_layout Description
20891 auf
20892 \begin_inset space ~
20893 \end_inset
20894
20895 Seite
20896 \begin_inset space ~
20897 \end_inset
20898
20899 <Seite>: druckt den Text 
20900 \begin_inset Quotes gld
20901 \end_inset
20902
20903 auf Seite
20904 \begin_inset Quotes grd
20905 \end_inset
20906
20907  und die Seitennummer: 
20908 \begin_inset CommandInset ref
20909 LatexCommand vpageref
20910 reference "abb:Zwei-Teilabbildungen"
20911
20912 \end_inset
20913
20914
20915 \end_layout
20916
20917 \begin_layout Description
20918 <Querverweis>
20919 \begin_inset space ~
20920 \end_inset
20921
20922 auf
20923 \begin_inset space ~
20924 \end_inset
20925
20926 Seite
20927 \begin_inset space ~
20928 \end_inset
20929
20930 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20931 \begin_inset Quotes gld
20932 \end_inset
20933
20934 auf Seite
20935 \begin_inset Quotes grd
20936 \end_inset
20937
20938 , und die Seitennummer: 
20939 \begin_inset CommandInset ref
20940 LatexCommand vref
20941 reference "abb:Zwei-Teilabbildungen"
20942
20943 \end_inset
20944
20945
20946 \end_layout
20947
20948 \begin_layout Description
20949 Formatierter
20950 \begin_inset space ~
20951 \end_inset
20952
20953 Querverweis: druckt ein selbst definiertes Querverweisformat
20954 \begin_inset Newline newline
20955 \end_inset
20956
20957
20958 \begin_inset Note Greyedout
20959 status open
20960
20961 \begin_layout Plain Layout
20962
20963 \series bold
20964 Bemerkung:
20965 \series default
20966  Dies ist nur möglich, wenn das LaTeX-Paket 
20967 \series bold
20968 prettyref
20969 \series default
20970  installiert ist.
20971 \end_layout
20972
20973 \end_inset
20974
20975
20976 \end_layout
20977
20978 \begin_layout Standard
20979 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
20980  sich die referenzierte Marke auf der vorherigen, derselben oder der nächsten
20981  Seite befindet.
20982  Stattdessen wird der Text 
20983 \begin_inset Quotes gld
20984 \end_inset
20985
20986 auf der vorigen Seite
20987 \begin_inset Quotes grd
20988 \end_inset
20989
20990
20991 \begin_inset Quotes gld
20992 \end_inset
20993
20994 auf dieser Seite
20995 \begin_inset Quotes grd
20996 \end_inset
20997
20998  oder 
20999 \begin_inset Quotes gld
21000 \end_inset
21001
21002 auf der nächsten Seite
21003 \begin_inset Quotes grd
21004 \end_inset
21005
21006  gedruckt.
21007 \end_layout
21008
21009 \begin_layout Standard
21010 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
21011  automatisch von LaTeX berechnet.
21012  Die Stile können im Feld 
21013 \family sans
21014 Format
21015 \family default
21016  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
21017  einen Querverweis klicken.
21018 \end_layout
21019
21020 \begin_layout Subsection
21021 Automatische Querverweisnamen
21022 \begin_inset Index
21023 status collapsed
21024
21025 \begin_layout Plain Layout
21026 Querverweise ! Automatische Namen 
21027 \end_layout
21028
21029 \end_inset
21030
21031
21032 \end_layout
21033
21034 \begin_layout Standard
21035 Das LaTeX-Paket 
21036 \series bold
21037 hyperref
21038 \series default
21039
21040 \begin_inset Index
21041 status collapsed
21042
21043 \begin_layout Plain Layout
21044 LaTeX-Pakete ! hyperref
21045 \end_layout
21046
21047 \end_inset
21048
21049 , das in den
21050 \family sans
21051  PDF-Eigenschaften
21052 \family default
21053  im 
21054 \family sans
21055 Dokument-Einstellungen
21056 \family default
21057  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
21058  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
21059  wie 
21060 \emph on
21061 Abschnitt
21062 \emph default
21063 ).
21064  Sie müssen damit z.
21065 \begin_inset space \thinspace{}
21066 \end_inset
21067
21068 B.
21069  nicht mehr den Namen 
21070 \begin_inset Quotes gld
21071 \end_inset
21072
21073 Abbildung
21074 \begin_inset Quotes grd
21075 \end_inset
21076
21077  vor jeden Querverweis auf eine Abbildung schreiben.
21078  Um diese Funktion benutzen zu können, aktivieren Sie 
21079 \series bold
21080 hyperref
21081 \series default
21082  und fügen diese Zeile in den LaTeX-Vorspann ein:
21083 \end_layout
21084
21085 \begin_layout Standard
21086
21087 \series bold
21088
21089 \backslash
21090 AtBeginDocument{
21091 \backslash
21092 renewcommand{
21093 \backslash
21094 ref}[1]{
21095 \backslash
21096 mbox{
21097 \backslash
21098 autoref{#1}}}}
21099 \end_layout
21100
21101 \begin_layout Standard
21102 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
21103 \begin_inset space \thinspace{}
21104 \end_inset
21105
21106 B.
21107  statt 
21108 \begin_inset Quotes gld
21109 \end_inset
21110
21111 Abschnitt
21112 \begin_inset Quotes grd
21113 \end_inset
21114
21115  den Namen 
21116 \begin_inset Quotes gld
21117 \end_inset
21118
21119 Kap.
21120 \begin_inset space \thinspace{}
21121 \end_inset
21122
21123
21124 \begin_inset Quotes grd
21125 \end_inset
21126
21127 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
21128 \end_layout
21129
21130 \begin_layout Standard
21131
21132 \series bold
21133
21134 \backslash
21135 addto
21136 \backslash
21137 extrasngerman{
21138 \backslash
21139 renewcommand{
21140 \backslash
21141 sectionautorefname}
21142 \begin_inset Newline newline
21143 \end_inset
21144
21145
21146 \begin_inset ERT
21147 status collapsed
21148
21149 \begin_layout Plain Layout
21150
21151
21152 \backslash
21153 hphantom{ }
21154 \end_layout
21155
21156 \end_inset
21157
21158 {Kap.
21159 \backslash
21160 negthinspace}}
21161 \end_layout
21162
21163 \begin_layout Standard
21164 Wenn Sie eine andere Dokumentsprache als Englisch benutzen, ersetzen Sie
21165 \begin_inset Newline newline
21166 \end_inset
21167
21168
21169 \series bold
21170
21171 \backslash
21172 extrasngerman
21173 \series default
21174  durch 
21175 \series bold
21176
21177 \backslash
21178 extras***
21179 \series default
21180 , wobei *** der Name der verwendeten Sprache ist.
21181 \end_layout
21182
21183 \begin_layout Standard
21184 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
21185  z.
21186 \begin_inset space \thinspace{}
21187 \end_inset
21188
21189 B.
21190  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
21191 \end_layout
21192
21193 \begin_layout Standard
21194
21195 \series bold
21196
21197 \backslash
21198 newlength{
21199 \backslash
21200 abc}
21201 \begin_inset Newline newline
21202 \end_inset
21203
21204
21205 \backslash
21206 settowidth{
21207 \backslash
21208 abc}{
21209 \backslash
21210 space}
21211 \begin_inset Newline newline
21212 \end_inset
21213
21214
21215 \backslash
21216 addto
21217 \backslash
21218 extrasenglish{
21219 \backslash
21220 renewcommand{
21221 \backslash
21222 equationautorefname}
21223 \begin_inset Newline newline
21224 \end_inset
21225
21226
21227 \begin_inset ERT
21228 status collapsed
21229
21230 \begin_layout Plain Layout
21231
21232
21233 \backslash
21234 hphantom{ }
21235 \end_layout
21236
21237 \end_inset
21238
21239 {
21240 \backslash
21241 hspace{-
21242 \backslash
21243 abc}}
21244 \end_layout
21245
21246 \begin_layout Standard
21247 Mehr über dieses Thema finden Sie in der 
21248 \series bold
21249 hyperref
21250 \series default
21251 -Dokumentation 
21252 \begin_inset CommandInset citation
21253 LatexCommand cite
21254 key "hyperref"
21255
21256 \end_inset
21257
21258 .
21259 \end_layout
21260
21261 \begin_layout Standard
21262 \begin_inset Note Greyedout
21263 status open
21264
21265 \begin_layout Plain Layout
21266
21267 \series bold
21268 Bemerkung:
21269 \series default
21270  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21271  als Querverweisstil 
21272 \family sans
21273 Formatierter
21274 \begin_inset space ~
21275 \end_inset
21276
21277 Querverweis
21278 \family default
21279  benutzen, wie in Abschnitt
21280 \begin_inset space ~
21281 \end_inset
21282
21283
21284 \begin_inset CommandInset ref
21285 LatexCommand ref
21286 reference "uab:Querverweis-Formate"
21287
21288 \end_inset
21289
21290  beschrieben.
21291 \end_layout
21292
21293 \end_inset
21294
21295
21296 \end_layout
21297
21298 \begin_layout Standard
21299 Das 
21300 \emph on
21301 Mathe
21302 \emph default
21303  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
21304 \end_layout
21305
21306 \begin_layout Subsection
21307 Querverweis-Position
21308 \begin_inset CommandInset label
21309 LatexCommand label
21310 name "uab:Querverweis-Position"
21311
21312 \end_inset
21313
21314
21315 \begin_inset Index
21316 status collapsed
21317
21318 \begin_layout Plain Layout
21319 Querverweise !  Position
21320 \end_layout
21321
21322 \end_inset
21323
21324
21325 \end_layout
21326
21327 \begin_layout Standard
21328 Wenn Sie 
21329 \series bold
21330 hyperref
21331 \series default
21332
21333 \begin_inset Index
21334 status collapsed
21335
21336 \begin_layout Plain Layout
21337 LaTeX-Pakete ! hyperref
21338 \end_layout
21339
21340 \end_inset
21341
21342  in den
21343 \family sans
21344  PDF-Eigenschaften
21345 \family default
21346  im 
21347 \family sans
21348 Dokument-Einstellungen
21349 \family default
21350  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
21351  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21352  und Sie werden das Bild ohne Scrollen nicht sehen.
21353  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21354  ist.
21355  Wenn Sie das  LaTeX-Paket 
21356 \series bold
21357 hypcap
21358 \series default
21359
21360 \begin_inset Index
21361 status collapsed
21362
21363 \begin_layout Plain Layout
21364 LaTeX-Pakete ! hypcap
21365 \end_layout
21366
21367 \end_inset
21368
21369 , das Teil des LaTeX-Pakets 
21370 \series bold
21371 oberdiek
21372 \series default
21373
21374 \begin_inset Index
21375 status collapsed
21376
21377 \begin_layout Plain Layout
21378 LaTeX-Pakete ! oberdiek
21379 \end_layout
21380
21381 \end_inset
21382
21383  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21384  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21385 \series bold
21386 hypcap
21387 \series default
21388  zunächst in den LaTeX-Vorspann laden:
21389 \end_layout
21390
21391 \begin_layout Standard
21392
21393 \series bold
21394
21395 \backslash
21396 usepackage[figure]{hypcap}
21397 \end_layout
21398
21399 \begin_layout Standard
21400 Sie können 
21401 \series bold
21402 hypcap
21403 \series default
21404  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
21405  nicht empfohlen.
21406  Weitere Informationen finden Sie im
21407 \series bold
21408  hypcap
21409 \series default
21410 -Handbuch 
21411 \begin_inset CommandInset citation
21412 LatexCommand cite
21413 key "hypcap"
21414
21415 \end_inset
21416
21417 .
21418 \end_layout
21419
21420 \begin_layout Standard
21421 \begin_inset Note Greyedout
21422 status open
21423
21424 \begin_layout Plain Layout
21425
21426 \series bold
21427 Bemerkung:
21428 \series default
21429  
21430 \series bold
21431 hypcap
21432 \series medium
21433  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
21434 \end_layout
21435
21436 \end_inset
21437
21438
21439 \end_layout
21440
21441 \begin_layout Section
21442 Gleitobjekt-Platzierung
21443 \begin_inset CommandInset label
21444 LatexCommand label
21445 name "abs:Gleitobjekt-Platzierung"
21446
21447 \end_inset
21448
21449
21450 \begin_inset Index
21451 status collapsed
21452
21453 \begin_layout Plain Layout
21454 Gleitobjekte ! Platzierung
21455 \end_layout
21456
21457 \end_inset
21458
21459
21460 \end_layout
21461
21462 \begin_layout Standard
21463 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21464 \family sans
21465 Gleitobjekt-Einstellungen
21466 \family default
21467 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21468  können.
21469 \begin_inset Newline newline
21470 \end_inset
21471
21472 Die Option 
21473 \family sans
21474 Spalten
21475 \begin_inset space ~
21476 \end_inset
21477
21478 überspannen
21479 \family default
21480  ist nur bei zweispaltigen Dokumenten sinnvoll.
21481  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21482 \begin_inset Newline newline
21483 \end_inset
21484
21485 Die Option 
21486 \family sans
21487 Seitwärts
21488 \begin_inset space ~
21489 \end_inset
21490
21491 drehen
21492 \family default
21493  ist in Abschnitt 
21494 \begin_inset CommandInset ref
21495 LatexCommand ref
21496 reference "abs:Gedrehte-Gleitobjekte"
21497
21498 \end_inset
21499
21500  beschrieben.
21501 \end_layout
21502
21503 \begin_layout Standard
21504 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21505  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21506  Sie die Option 
21507 \family sans
21508 Standard-Platzierung
21509 \begin_inset space ~
21510 \end_inset
21511
21512 verwenden
21513 \family default
21514  nicht verwenden:
21515 \end_layout
21516
21517 \begin_layout Description
21518 Hier
21519 \begin_inset space ~
21520 \end_inset
21521
21522 wenn
21523 \begin_inset space ~
21524 \end_inset
21525
21526 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21527 \end_layout
21528
21529 \begin_layout Description
21530 Anfang
21531 \begin_inset space ~
21532 \end_inset
21533
21534 der
21535 \begin_inset space ~
21536 \end_inset
21537
21538 Seite
21539 \family sans
21540  
21541 \family default
21542 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21543  Gleitobjekte, die maximal 70
21544 \begin_inset space \thinspace{}
21545 \end_inset
21546
21547 % einer Seite benötigen, dürfen oben platziert werden.
21548  Dies kann durch die Variable 
21549 \series bold
21550
21551 \backslash
21552 topfraction
21553 \series default
21554  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21555 \end_layout
21556
21557 \begin_deeper
21558 \begin_layout Standard
21559
21560 \series bold
21561
21562 \backslash
21563 renewcommand{
21564 \backslash
21565 topfraction}{0.9}
21566 \family typewriter
21567 \series default
21568  
21569 \end_layout
21570
21571 \end_deeper
21572 \begin_layout Description
21573 Ende
21574 \begin_inset space ~
21575 \end_inset
21576
21577 der
21578 \begin_inset space ~
21579 \end_inset
21580
21581 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21582  Gleitobjekte, die maximal 30
21583 \begin_inset space \thinspace{}
21584 \end_inset
21585
21586 % einer Seite benötigen, dürfen unten platziert werden.
21587  Dies kann durch die Variable 
21588 \series bold
21589
21590 \backslash
21591 bottomfraction
21592 \series default
21593  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21594 \end_layout
21595
21596 \begin_deeper
21597 \begin_layout Standard
21598
21599 \series bold
21600
21601 \backslash
21602 renewcommand{
21603 \backslash
21604 bottomfraction}{0.5}
21605 \end_layout
21606
21607 \begin_layout Standard
21608 die oftmals zu kleine untere Grenze auf 50
21609 \begin_inset space \thinspace{}
21610 \end_inset
21611
21612 %.
21613 \end_layout
21614
21615 \end_deeper
21616 \begin_layout Description
21617 Seite
21618 \begin_inset space ~
21619 \end_inset
21620
21621 mit
21622 \begin_inset space ~
21623 \end_inset
21624
21625 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21626  Nur wenn mehr als 50
21627 \begin_inset space \thinspace{}
21628 \end_inset
21629
21630 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21631  Gleitobjekte bereitgestellt.
21632  Dies kann durch die Variable 
21633 \series bold
21634
21635 \backslash
21636 floatpagefraction 
21637 \series default
21638 im LaTeX-Vorspann überschrieben werden.
21639 \end_layout
21640
21641 \begin_layout Standard
21642 Die Reihenfolge der obigen Optionen wird 
21643 \emph on
21644 immer
21645 \emph default
21646  von LaTeX verwendet.
21647  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21648  versuchen 
21649 \family sans
21650 Hier
21651 \begin_inset space \space{}
21652 \end_inset
21653
21654 wenn
21655 \begin_inset space \space{}
21656 \end_inset
21657
21658 möglich
21659 \family default
21660 , dann 
21661 \family sans
21662 Anfang
21663 \begin_inset space ~
21664 \end_inset
21665
21666 der
21667 \begin_inset space ~
21668 \end_inset
21669
21670 Seite
21671 \family default
21672  und dann die anderen Optionen anzuwenden.
21673  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21674  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21675  Reihenfolge.
21676  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21677 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21678 \end_layout
21679
21680 \begin_layout Standard
21681 Die Option 
21682 \family sans
21683 Hier,
21684 \begin_inset space ~
21685 \end_inset
21686
21687 auf
21688 \begin_inset space ~
21689 \end_inset
21690
21691 jeden
21692 \begin_inset space ~
21693 \end_inset
21694
21695 Fall
21696 \family default
21697  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21698  fast druckreif ist.
21699  Denn mit der Option kann das Objekt nicht mehr 
21700 \emph on
21701 gleiten
21702 \emph default
21703 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21704  oftmals zerstört.
21705 \end_layout
21706
21707 \begin_layout Standard
21708 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
21709  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
21710 \begin_inset VSpace bigskip
21711 \end_inset
21712
21713
21714 \end_layout
21715
21716 \begin_layout Standard
21717 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21718 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21719  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21720  Das kann mit dem LaTeX-Befehl
21721 \series bold
21722  
21723 \backslash
21724 suppressfloats
21725 \series default
21726  verhindert werden.
21727  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21728  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21729  gesetzt wird.
21730  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21731 \end_layout
21732
21733 \begin_layout Standard
21734
21735 \series bold
21736
21737 \backslash
21738 let
21739 \backslash
21740 meinAbschnitt
21741 \backslash
21742 section
21743 \begin_inset Newline newline
21744 \end_inset
21745
21746
21747 \backslash
21748 renewcommand{
21749 \backslash
21750 section}{
21751 \backslash
21752 suppressfloats[t]
21753 \backslash
21754 meinAbschnitt}
21755 \end_layout
21756
21757 \begin_layout Standard
21758 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21759  Unterabschnitten festlegen.
21760  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21761  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21762 \end_layout
21763
21764 \begin_layout Standard
21765 Es gibt auch noch das LaTeX-Paket 
21766 \series bold
21767 flafter
21768 \series default
21769
21770 \begin_inset Index
21771 status collapsed
21772
21773 \begin_layout Plain Layout
21774 LaTeX-Pakete ! flafter
21775 \end_layout
21776
21777 \end_inset
21778
21779  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21780  gedruckt wird.
21781 \end_layout
21782
21783 \begin_layout Standard
21784 \begin_inset VSpace bigskip
21785 \end_inset
21786
21787 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21788  Dafür gibt es das LaTeX-Paket 
21789 \series bold
21790 endfloat
21791 \series default
21792
21793 \begin_inset Index
21794 status collapsed
21795
21796 \begin_layout Plain Layout
21797 LaTeX-Pakete ! endfloat
21798 \end_layout
21799
21800 \end_inset
21801
21802 .
21803  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21804  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21805  
21806 \family sans
21807
21808 \begin_inset Quotes gld
21809 \end_inset
21810
21811 [Abbildung
21812 \begin_inset space ~
21813 \end_inset
21814
21815 3.2 ist ungefähr hier.]
21816 \family default
21817
21818 \begin_inset Quotes grd
21819 \end_inset
21820
21821  finden.
21822  Das 
21823 \series bold
21824 endfloat
21825 \series default
21826 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21827 \end_layout
21828
21829 \begin_layout Standard
21830
21831 \series bold
21832
21833 \backslash
21834 usepackage[Optionen]{endfloat}
21835 \end_layout
21836
21837 \begin_layout Standard
21838 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21839  Tabellen-Abschnitte, die Sie in der 
21840 \series bold
21841 endfloat
21842 \series default
21843 -Dokumentation 
21844 \begin_inset CommandInset citation
21845 LatexCommand cite
21846 key "endfloat"
21847
21848 \end_inset
21849
21850  nachlesen können.
21851 \begin_inset Newline newline
21852 \end_inset
21853
21854
21855 \begin_inset Note Greyedout
21856 status open
21857
21858 \begin_layout Plain Layout
21859
21860 \series bold
21861 Bemerkung
21862 \begin_inset space ~
21863 \end_inset
21864
21865 1: endfloat
21866 \series default
21867  übersetzt den Hinweistext nicht automatisch.
21868  Abschnitt
21869 \begin_inset space ~
21870 \end_inset
21871
21872 4 in 
21873 \begin_inset CommandInset citation
21874 LatexCommand cite
21875 key "endfloat"
21876
21877 \end_inset
21878
21879  beschreibt, wie es geht.
21880 \end_layout
21881
21882 \end_inset
21883
21884
21885 \end_layout
21886
21887 \begin_layout Standard
21888 \begin_inset Note Greyedout
21889 status open
21890
21891 \begin_layout Plain Layout
21892
21893 \series bold
21894 Bemerkung
21895 \begin_inset space ~
21896 \end_inset
21897
21898 2: 
21899 \series default
21900 Die aktuelle Version von 
21901 \series bold
21902 endfloat
21903 \series default
21904  hat einen Fehler, wenn die Überschrift ein 
21905 \begin_inset Quotes gld
21906 \end_inset
21907
21908 ß
21909 \begin_inset Quotes grd
21910 \end_inset
21911
21912  enthält.
21913  Sie müssen stattdessen den Befehl 
21914 \series bold
21915
21916 \backslash
21917 ss
21918 \series default
21919  als TeX-Code benutzen.
21920 \end_layout
21921
21922 \end_inset
21923
21924
21925 \end_layout
21926
21927 \begin_layout Standard
21928 \begin_inset VSpace bigskip
21929 \end_inset
21930
21931 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
21932  wie 
21933 \begin_inset CommandInset citation
21934 LatexCommand cite
21935 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21936
21937 \end_inset
21938
21939 .
21940 \end_layout
21941
21942 \begin_layout Section
21943 Gedrehte Gleitobjekte
21944 \begin_inset CommandInset label
21945 LatexCommand label
21946 name "abs:Gedrehte-Gleitobjekte"
21947
21948 \end_inset
21949
21950
21951 \begin_inset Index
21952 status collapsed
21953
21954 \begin_layout Plain Layout
21955 Gleitobjekte ! drehen
21956 \end_layout
21957
21958 \end_inset
21959
21960
21961 \end_layout
21962
21963 \begin_layout Standard
21964 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
21965 t drehen.
21966  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
21967  und die Option 
21968 \family sans
21969 Seitwärts
21970 \begin_inset space ~
21971 \end_inset
21972
21973 drehen
21974 \family default
21975  wählen.
21976 \end_layout
21977
21978 \begin_layout Standard
21979 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
21980  sie ein mehrspaltiges Dokument haben) gedruckt.
21981  Sie können mehrere Spalten überspannen, wenn die Option 
21982 \family sans
21983 Spalten
21984 \begin_inset space ~
21985 \end_inset
21986
21987 überspannen
21988 \family default
21989  in den Gleitobjekt Einstellungen gewählt ist.
21990  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
21991  werden können.
21992  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
21993  Option 
21994 \series bold
21995 figuresleft
21996 \series default
21997  oder 
21998 \series bold
21999 figuresright
22000 \series default
22001  zu den Dokumentklassen-Optionen hinzu.
22002 \end_layout
22003
22004 \begin_layout Standard
22005 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
22006  Tabelle
22007 \begin_inset space ~
22008 \end_inset
22009
22010
22011 \begin_inset CommandInset ref
22012 LatexCommand ref
22013 reference "tab:Gedrehte-Tabelle"
22014
22015 \end_inset
22016
22017  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
22018 \end_layout
22019
22020 \begin_layout Standard
22021 \begin_inset Note Greyedout
22022 status open
22023
22024 \begin_layout Plain Layout
22025
22026 \series bold
22027 Bemerkung:
22028 \series default
22029  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
22030 \end_layout
22031
22032 \end_inset
22033
22034
22035 \end_layout
22036
22037 \begin_layout Standard
22038 \begin_inset Float table
22039 wide false
22040 sideways true
22041 status open
22042
22043 \begin_layout Plain Layout
22044 \begin_inset Caption
22045
22046 \begin_layout Plain Layout
22047 \begin_inset CommandInset label
22048 LatexCommand label
22049 name "tab:Gedrehte-Tabelle"
22050
22051 \end_inset
22052
22053 Gedrehte Tabelle
22054 \end_layout
22055
22056 \end_inset
22057
22058
22059 \end_layout
22060
22061 \begin_layout Plain Layout
22062 \align center
22063 \begin_inset Tabular
22064 <lyxtabular version="3" rows="1" columns="5">
22065 <features>
22066 <column alignment="center" valignment="top" width="0">
22067 <column alignment="center" valignment="top" width="0">
22068 <column alignment="center" valignment="top" width="0">
22069 <column alignment="center" valignment="top" width="0">
22070 <column alignment="center" valignment="top" width="0">
22071 <row>
22072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22073 \begin_inset Text
22074
22075 \begin_layout Plain Layout
22076 Test
22077 \end_layout
22078
22079 \end_inset
22080 </cell>
22081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22082 \begin_inset Text
22083
22084 \begin_layout Plain Layout
22085 b
22086 \end_layout
22087
22088 \end_inset
22089 </cell>
22090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22091 \begin_inset Text
22092
22093 \begin_layout Plain Layout
22094 c
22095 \end_layout
22096
22097 \end_inset
22098 </cell>
22099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22100 \begin_inset Text
22101
22102 \begin_layout Plain Layout
22103 d
22104 \end_layout
22105
22106 \end_inset
22107 </cell>
22108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22109 \begin_inset Text
22110
22111 \begin_layout Plain Layout
22112 e
22113 \end_layout
22114
22115 \end_inset
22116 </cell>
22117 </row>
22118 </lyxtabular>
22119
22120 \end_inset
22121
22122
22123 \end_layout
22124
22125 \end_inset
22126
22127
22128 \end_layout
22129
22130 \begin_layout Section
22131 Untergleitobjekte
22132 \begin_inset Index
22133 status collapsed
22134
22135 \begin_layout Plain Layout
22136 Gleitobjekte ! Untergleitobjekte
22137 \end_layout
22138
22139 \end_inset
22140
22141
22142 \end_layout
22143
22144 \begin_layout Standard
22145 Untergleitobjekte werden z.
22146 \begin_inset space \thinspace{}
22147 \end_inset
22148
22149 B.
22150  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
22151  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
22152  eingefügt wird.
22153  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
22154  in Tabelle
22155 \begin_inset space ~
22156 \end_inset
22157
22158
22159 \begin_inset CommandInset ref
22160 LatexCommand ref
22161 reference "tab:Untertabellen-nebeneinander"
22162
22163 \end_inset
22164
22165  und 
22166 \begin_inset CommandInset ref
22167 LatexCommand ref
22168 reference "tab:Untertabellen-übereinander"
22169
22170 \end_inset
22171
22172 .
22173 \end_layout
22174
22175 \begin_layout Standard
22176 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
22177 \begin_inset space ~
22178 \end_inset
22179
22180
22181 \begin_inset CommandInset ref
22182 LatexCommand ref
22183 reference "tab:Untertabelle-a"
22184
22185 \end_inset
22186
22187  und 
22188 \begin_inset CommandInset ref
22189 LatexCommand ref
22190 reference "tab:Untertabelle-b"
22191
22192 \end_inset
22193
22194  sind Untertabellen von Tabelle
22195 \begin_inset space ~
22196 \end_inset
22197
22198
22199 \begin_inset CommandInset ref
22200 LatexCommand ref
22201 reference "tab:Untertabellen-nebeneinander"
22202
22203 \end_inset
22204
22205 .
22206 \end_layout
22207
22208 \begin_layout Standard
22209 \begin_inset Float table
22210 wide false
22211 sideways false
22212 status open
22213
22214 \begin_layout Plain Layout
22215 \begin_inset Caption
22216
22217 \begin_layout Plain Layout
22218 \begin_inset CommandInset label
22219 LatexCommand label
22220 name "tab:Untertabellen-nebeneinander"
22221
22222 \end_inset
22223
22224 Zwei Untertabellen nebeneinander.
22225 \end_layout
22226
22227 \end_inset
22228
22229
22230 \end_layout
22231
22232 \begin_layout Plain Layout
22233 \align center
22234 \begin_inset space \hfill{}
22235 \end_inset
22236
22237
22238 \begin_inset Float table
22239 wide false
22240 sideways false
22241 status collapsed
22242
22243 \begin_layout Plain Layout
22244 \begin_inset Caption
22245
22246 \begin_layout Plain Layout
22247 \begin_inset CommandInset label
22248 LatexCommand label
22249 name "tab:Untertabelle-a"
22250
22251 \end_inset
22252
22253 Dies ist Untertabelle a.
22254 \end_layout
22255
22256 \end_inset
22257
22258
22259 \end_layout
22260
22261 \begin_layout Plain Layout
22262 \align center
22263 \begin_inset Tabular
22264 <lyxtabular version="3" rows="1" columns="5">
22265 <features>
22266 <column alignment="center" valignment="top" width="0">
22267 <column alignment="center" valignment="top" width="0">
22268 <column alignment="center" valignment="top" width="0">
22269 <column alignment="center" valignment="top" width="0">
22270 <column alignment="center" valignment="top" width="0">
22271 <row>
22272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22273 \begin_inset Text
22274
22275 \begin_layout Plain Layout
22276 Test
22277 \end_layout
22278
22279 \end_inset
22280 </cell>
22281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22282 \begin_inset Text
22283
22284 \begin_layout Plain Layout
22285 b
22286 \end_layout
22287
22288 \end_inset
22289 </cell>
22290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22291 \begin_inset Text
22292
22293 \begin_layout Plain Layout
22294 c
22295 \end_layout
22296
22297 \end_inset
22298 </cell>
22299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22300 \begin_inset Text
22301
22302 \begin_layout Plain Layout
22303 d
22304 \end_layout
22305
22306 \end_inset
22307 </cell>
22308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22309 \begin_inset Text
22310
22311 \begin_layout Plain Layout
22312 e
22313 \end_layout
22314
22315 \end_inset
22316 </cell>
22317 </row>
22318 </lyxtabular>
22319
22320 \end_inset
22321
22322
22323 \end_layout
22324
22325 \end_inset
22326
22327
22328 \begin_inset space \hfill{}
22329 \end_inset
22330
22331
22332 \begin_inset Float table
22333 wide false
22334 sideways false
22335 status collapsed
22336
22337 \begin_layout Plain Layout
22338 \begin_inset Caption
22339
22340 \begin_layout Plain Layout
22341 \begin_inset CommandInset label
22342 LatexCommand label
22343 name "tab:Untertabelle-b"
22344
22345 \end_inset
22346
22347 Dies ist Untertabelle b.
22348 \end_layout
22349
22350 \end_inset
22351
22352
22353 \end_layout
22354
22355 \begin_layout Plain Layout
22356 \align center
22357 \begin_inset Tabular
22358 <lyxtabular version="3" rows="1" columns="5">
22359 <features>
22360 <column alignment="center" valignment="top" width="0">
22361 <column alignment="center" valignment="top" width="0">
22362 <column alignment="center" valignment="top" width="0">
22363 <column alignment="center" valignment="top" width="0">
22364 <column alignment="center" valignment="top" width="0">
22365 <row>
22366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22367 \begin_inset Text
22368
22369 \begin_layout Plain Layout
22370 e
22371 \end_layout
22372
22373 \end_inset
22374 </cell>
22375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22376 \begin_inset Text
22377
22378 \begin_layout Plain Layout
22379 d
22380 \end_layout
22381
22382 \end_inset
22383 </cell>
22384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22385 \begin_inset Text
22386
22387 \begin_layout Plain Layout
22388 c
22389 \end_layout
22390
22391 \end_inset
22392 </cell>
22393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22394 \begin_inset Text
22395
22396 \begin_layout Plain Layout
22397 b
22398 \end_layout
22399
22400 \end_inset
22401 </cell>
22402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22403 \begin_inset Text
22404
22405 \begin_layout Plain Layout
22406 Test
22407 \end_layout
22408
22409 \end_inset
22410 </cell>
22411 </row>
22412 </lyxtabular>
22413
22414 \end_inset
22415
22416
22417 \end_layout
22418
22419 \end_inset
22420
22421
22422 \begin_inset space \hfill{}
22423 \end_inset
22424
22425
22426 \end_layout
22427
22428 \end_inset
22429
22430
22431 \end_layout
22432
22433 \begin_layout Standard
22434 \begin_inset Float table
22435 wide false
22436 sideways false
22437 status open
22438
22439 \begin_layout Plain Layout
22440 \begin_inset Caption
22441
22442 \begin_layout Plain Layout
22443 \begin_inset CommandInset label
22444 LatexCommand label
22445 name "tab:Untertabellen-übereinander"
22446
22447 \end_inset
22448
22449 Zwei Untertabellen übereinander.
22450  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
22451 \end_layout
22452
22453 \end_inset
22454
22455
22456 \end_layout
22457
22458 \begin_layout Plain Layout
22459 \align center
22460 \begin_inset Float table
22461 wide false
22462 sideways false
22463 status collapsed
22464
22465 \begin_layout Plain Layout
22466 \begin_inset Caption
22467
22468 \begin_layout Plain Layout
22469
22470 \end_layout
22471
22472 \end_inset
22473
22474
22475 \end_layout
22476
22477 \begin_layout Plain Layout
22478 \align center
22479 \begin_inset Tabular
22480 <lyxtabular version="3" rows="1" columns="4">
22481 <features>
22482 <column alignment="center" valignment="top" width="0">
22483 <column alignment="center" valignment="top" width="0">
22484 <column alignment="center" valignment="top" width="0">
22485 <column alignment="center" valignment="top" width="0">
22486 <row>
22487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22488 \begin_inset Text
22489
22490 \begin_layout Plain Layout
22491 Test
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500 Test
22501 \end_layout
22502
22503 \end_inset
22504 </cell>
22505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22506 \begin_inset Text
22507
22508 \begin_layout Plain Layout
22509 Test
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22515 \begin_inset Text
22516
22517 \begin_layout Plain Layout
22518 Test
22519 \end_layout
22520
22521 \end_inset
22522 </cell>
22523 </row>
22524 </lyxtabular>
22525
22526 \end_inset
22527
22528
22529 \end_layout
22530
22531 \end_inset
22532
22533
22534 \end_layout
22535
22536 \begin_layout Plain Layout
22537 \align center
22538 \begin_inset Float table
22539 wide false
22540 sideways false
22541 status collapsed
22542
22543 \begin_layout Plain Layout
22544 \begin_inset Caption
22545
22546 \begin_layout Plain Layout
22547
22548 \end_layout
22549
22550 \end_inset
22551
22552
22553 \end_layout
22554
22555 \begin_layout Plain Layout
22556 \align center
22557 \begin_inset Tabular
22558 <lyxtabular version="3" rows="1" columns="5">
22559 <features>
22560 <column alignment="center" valignment="top" width="0">
22561 <column alignment="center" valignment="top" width="0">
22562 <column alignment="center" valignment="top" width="0">
22563 <column alignment="center" valignment="top" width="0">
22564 <column alignment="center" valignment="top" width="0">
22565 <row>
22566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22567 \begin_inset Text
22568
22569 \begin_layout Plain Layout
22570 a
22571 \end_layout
22572
22573 \end_inset
22574 </cell>
22575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22576 \begin_inset Text
22577
22578 \begin_layout Plain Layout
22579 b
22580 \end_layout
22581
22582 \end_inset
22583 </cell>
22584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22585 \begin_inset Text
22586
22587 \begin_layout Plain Layout
22588 c
22589 \end_layout
22590
22591 \end_inset
22592 </cell>
22593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22594 \begin_inset Text
22595
22596 \begin_layout Plain Layout
22597 d
22598 \end_layout
22599
22600 \end_inset
22601 </cell>
22602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22603 \begin_inset Text
22604
22605 \begin_layout Plain Layout
22606 e
22607 \end_layout
22608
22609 \end_inset
22610 </cell>
22611 </row>
22612 </lyxtabular>
22613
22614 \end_inset
22615
22616
22617 \end_layout
22618
22619 \end_inset
22620
22621
22622 \end_layout
22623
22624 \end_inset
22625
22626
22627 \end_layout
22628
22629 \begin_layout Section
22630 Gleitobjekte nebeneinander
22631 \begin_inset Index
22632 status collapsed
22633
22634 \begin_layout Plain Layout
22635 Gleitobjekte ! nebeneinander
22636 \end_layout
22637
22638 \end_inset
22639
22640
22641 \end_layout
22642
22643 \begin_layout Standard
22644 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
22645 \begin_inset space ~
22646 \end_inset
22647
22648
22649 \begin_inset CommandInset ref
22650 LatexCommand ref
22651 reference "abb:Gleitobjekt-links"
22652
22653 \end_inset
22654
22655  und 
22656 \begin_inset CommandInset ref
22657 LatexCommand ref
22658 reference "abb:Gleitobjekt-rechts"
22659
22660 \end_inset
22661
22662  wird nur 
22663 \emph on
22664 ein
22665 \emph default
22666  Gleitobjekt verwendet.
22667  In dieses werden zwei Minipage Boxen eingefügt.
22668 \begin_inset Foot
22669 status collapsed
22670
22671 \begin_layout Plain Layout
22672 Minipages sind in Abschnitt
22673 \begin_inset space ~
22674 \end_inset
22675
22676
22677 \begin_inset CommandInset ref
22678 LatexCommand ref
22679 reference "abs:Minipage"
22680
22681 \end_inset
22682
22683  erklärt.
22684 \end_layout
22685
22686 \end_inset
22687
22688  Die Breite wird für jede Minipage auf 45
22689 \begin_inset space \thinspace{}
22690 \end_inset
22691
22692 -50
22693 \begin_inset space \thinspace{}
22694 \end_inset
22695
22696 Spalten% und die Box Ausrichtung auf 
22697 \family sans
22698 Unten
22699 \family default
22700  gesetzt.
22701  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
22702  Gleitobjekt.
22703  Der einzige Unterschied ist, dass die Bildeinheit 
22704 \family sans
22705 Spaltenbreite
22706 \begin_inset space ~
22707 \end_inset
22708
22709 %
22710 \family default
22711  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
22712 \end_layout
22713
22714 \begin_layout Standard
22715 \begin_inset Float figure
22716 wide false
22717 sideways false
22718 status open
22719
22720 \begin_layout Plain Layout
22721 \begin_inset Box Frameless
22722 position "b"
22723 hor_pos "c"
22724 has_inner_box 1
22725 inner_pos "t"
22726 use_parbox 0
22727 width "45col%"
22728 special "none"
22729 height "1in"
22730 height_special "totalheight"
22731 status open
22732
22733 \begin_layout Plain Layout
22734 \align center
22735 \begin_inset Graphics
22736         filename ../clipart/mobius.eps
22737         lyxscale 50
22738         width 100col%
22739         scaleBeforeRotation
22740
22741 \end_inset
22742
22743
22744 \end_layout
22745
22746 \begin_layout Plain Layout
22747 \begin_inset Caption
22748
22749 \begin_layout Plain Layout
22750 \begin_inset CommandInset label
22751 LatexCommand label
22752 name "abb:Gleitobjekt-links"
22753
22754 \end_inset
22755
22756 Gleitobjekt auf der linken Seite.
22757 \end_layout
22758
22759 \end_inset
22760
22761
22762 \end_layout
22763
22764 \end_inset
22765
22766
22767 \begin_inset space \hfill{}
22768 \end_inset
22769
22770
22771 \begin_inset Box Frameless
22772 position "b"
22773 hor_pos "c"
22774 has_inner_box 1
22775 inner_pos "t"
22776 use_parbox 0
22777 width "45col%"
22778 special "none"
22779 height "1in"
22780 height_special "totalheight"
22781 status open
22782
22783 \begin_layout Plain Layout
22784 \align center
22785 \begin_inset Graphics
22786         filename ../clipart/platypus.eps
22787         lyxscale 50
22788         width 100col%
22789         scaleBeforeRotation
22790
22791 \end_inset
22792
22793
22794 \end_layout
22795
22796 \begin_layout Plain Layout
22797 \begin_inset Caption
22798
22799 \begin_layout Plain Layout
22800 \begin_inset CommandInset label
22801 LatexCommand label
22802 name "abb:Gleitobjekt-rechts"
22803
22804 \end_inset
22805
22806 Gleitobjekt auf der rechten Seite.
22807 \end_layout
22808
22809 \end_inset
22810
22811
22812 \end_layout
22813
22814 \end_inset
22815
22816
22817 \end_layout
22818
22819 \end_inset
22820
22821
22822 \end_layout
22823
22824 \begin_layout Section
22825 Beschriftungs-Formatierung
22826 \begin_inset CommandInset label
22827 LatexCommand label
22828 name "abs:Titel-Formatierung"
22829
22830 \end_inset
22831
22832
22833 \begin_inset Index
22834 status collapsed
22835
22836 \begin_layout Plain Layout
22837 Gleitobjekte ! Beschriftung ! Formatierung
22838 \end_layout
22839
22840 \end_inset
22841
22842
22843 \end_layout
22844
22845 \begin_layout Standard
22846
22847 \family sans
22848 Legende
22849 \family default
22850  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22851  In LyX sehen Titel so aus:  
22852 \family sans
22853
22854 \begin_inset Quotes gld
22855 \end_inset
22856
22857 Abbildung xyz:
22858 \family default
22859
22860 \begin_inset Quotes grd
22861 \end_inset
22862
22863 , gefolgt vom Beschriftungstext, wobei 
22864 \family sans
22865 xyz
22866 \family default
22867  die von LyX vergebene Nummer ist.
22868  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22869  gedruckt.
22870  Dies ist nicht immer brauchbar.
22871 \end_layout
22872
22873 \begin_layout Standard
22874 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22875  
22876 \series bold
22877 caption
22878 \series default
22879
22880 \begin_inset Index
22881 status collapsed
22882
22883 \begin_layout Plain Layout
22884 LaTeX-Pakete ! caption
22885 \end_layout
22886
22887 \end_inset
22888
22889  in den LaTeX-Vorspann laden:
22890 \end_layout
22891
22892 \begin_layout Standard
22893
22894 \series bold
22895
22896 \backslash
22897 usepackage[Format-Definition]{caption}
22898 \end_layout
22899
22900 \begin_layout Standard
22901 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22902  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22903 \end_layout
22904
22905 \begin_layout Standard
22906
22907 \series bold
22908
22909 \backslash
22910 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22911 \end_layout
22912
22913 \begin_layout Standard
22914 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22915  definieren.
22916  Dazu laden Sie das 
22917 \series bold
22918 caption
22919 \series default
22920 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22921  dem Befehl
22922 \end_layout
22923
22924 \begin_layout Standard
22925
22926 \series bold
22927
22928 \backslash
22929 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22930 \end_layout
22931
22932 \begin_layout Standard
22933 Für Abbildung
22934 \begin_inset space ~
22935 \end_inset
22936
22937
22938 \begin_inset CommandInset ref
22939 LatexCommand ref
22940 reference "abb:Langer-Abb-Titel"
22941
22942 \end_inset
22943
22944  und Tabelle
22945 \begin_inset space ~
22946 \end_inset
22947
22948
22949 \begin_inset CommandInset ref
22950 LatexCommand ref
22951 reference "tab:Langer-Tab-Titel"
22952
22953 \end_inset
22954
22955  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22956  werden:
22957 \end_layout
22958
22959 \begin_layout Standard
22960
22961 \series bold
22962
22963 \backslash
22964 usepackage[tableposition=top]{caption}
22965 \begin_inset Newline newline
22966 \end_inset
22967
22968
22969 \backslash
22970 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22971 \begin_inset Newline newline
22972 \end_inset
22973
22974
22975 \begin_inset ERT
22976 status collapsed
22977
22978 \begin_layout Plain Layout
22979
22980
22981 \backslash
22982 hphantom{
22983 \backslash
22984
22985 \backslash
22986 captionsetup[figure]
22987 \backslash
22988 {}
22989 \end_layout
22990
22991 \end_inset
22992
22993  labelsep=period}
22994 \begin_inset Newline newline
22995 \end_inset
22996
22997
22998 \backslash
22999 captionsetup[table]{labelfont={bf,sf}}
23000 \end_layout
23001
23002 \begin_layout Standard
23003 \begin_inset Note Greyedout
23004 status open
23005
23006 \begin_layout Plain Layout
23007
23008 \series bold
23009 Bemerkung:
23010 \series default
23011  Die Option 
23012 \series bold
23013 tableposition=top
23014 \series default
23015  hat keine Auswirkung, wenn eine 
23016 \series bold
23017 KOMA-script
23018 \series default
23019
23020 \begin_inset Index
23021 status collapsed
23022
23023 \begin_layout Plain Layout
23024 LaTeX-Pakete ! KOMA-script
23025 \end_layout
23026
23027 \end_inset
23028
23029 -Dokumentklasse verwendet wird.
23030  Hier muss die Option 
23031 \series bold
23032 tablecaptionabove
23033 \series default
23034  benutzt werden.
23035 \end_layout
23036
23037 \end_inset
23038
23039
23040 \end_layout
23041
23042 \begin_layout Standard
23043 Weitere Informationen über das Paket
23044 \series bold
23045  caption
23046 \series default
23047  finden Sie in seiner Dokumentation 
23048 \begin_inset CommandInset citation
23049 LatexCommand cite
23050 key "caption"
23051
23052 \end_inset
23053
23054 .
23055 \end_layout
23056
23057 \begin_layout Standard
23058 Wenn Sie den Namen von 
23059 \begin_inset Quotes gld
23060 \end_inset
23061
23062 Abbildung
23063 \begin_inset Quotes grd
23064 \end_inset
23065
23066  auf 
23067 \begin_inset Quotes gld
23068 \end_inset
23069
23070 Bild
23071 \begin_inset Quotes grd
23072 \end_inset
23073
23074  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
23075 \end_layout
23076
23077 \begin_layout Standard
23078
23079 \series bold
23080
23081 \backslash
23082 renewcommand{
23083 \backslash
23084 fnum@figure}{Bild~
23085 \backslash
23086 thefigure}
23087 \end_layout
23088
23089 \begin_layout Standard
23090 wobei 
23091 \series bold
23092
23093 \backslash
23094 thefigure
23095 \series default
23096  die Bildnummer einsetzt und
23097 \series bold
23098  ~
23099 \series default
23100  ein geschütztes Leerzeichen ist.
23101 \end_layout
23102
23103 \begin_layout Standard
23104 \begin_inset VSpace bigskip
23105 \end_inset
23106
23107 Wenn Sie eine 
23108 \series bold
23109 KOMA-script
23110 \series default
23111
23112 \begin_inset Index
23113 status collapsed
23114
23115 \begin_layout Plain Layout
23116 LaTeX-Pakete ! KOMA-script
23117 \end_layout
23118
23119 \end_inset
23120
23121 -Dokumentklasse (
23122 \family sans
23123 article (KOMA-script)
23124 \family default
23125
23126 \family sans
23127 book (KOMA-script)
23128 \family default
23129
23130 \family sans
23131 letter (KOMA-script)
23132 \family default
23133  oder 
23134 \family sans
23135 report (KOMA-script)
23136 \family default
23137 ) benutzen, können Sie anstatt des 
23138 \series bold
23139 caption
23140 \series default
23141 -Paketes den eingebauten Befehl 
23142 \series bold
23143
23144 \backslash
23145 setkomafont
23146 \series default
23147  von 
23148 \series bold
23149 KOMA-script
23150 \series default
23151  benutzen.
23152  Der Befehl
23153 \end_layout
23154
23155 \begin_layout Standard
23156
23157 \series bold
23158
23159 \backslash
23160 setkomafont{captionlabel}{
23161 \backslash
23162 bfseries}
23163 \end_layout
23164
23165 \begin_layout Standard
23166 im LaTeX-Vorspann druckt den Namen fett.
23167 \end_layout
23168
23169 \begin_layout Standard
23170 Weitere Informationen über 
23171 \series bold
23172
23173 \backslash
23174 setkomafont
23175 \series default
23176  finden Sie in der 
23177 \series bold
23178 KOMA-script
23179 \series default
23180 -Do\SpecialChar \-
23181 ku\SpecialChar \-
23182 men\SpecialChar \-
23183 ta\SpecialChar \-
23184 tion 
23185 \begin_inset CommandInset citation
23186 LatexCommand cite
23187 key "KOMA-script"
23188
23189 \end_inset
23190
23191 .
23192 \end_layout
23193
23194 \begin_layout Standard
23195 \begin_inset ERT
23196 status collapsed
23197
23198 \begin_layout Plain Layout
23199
23200
23201 \backslash
23202 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23203 }
23204 \end_layout
23205
23206 \end_inset
23207
23208
23209 \begin_inset Note Note
23210 status open
23211
23212 \begin_layout Plain Layout
23213 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
23214 \end_layout
23215
23216 \end_inset
23217
23218
23219 \end_layout
23220
23221 \begin_layout Standard
23222 \begin_inset Float figure
23223 placement !p
23224 wide false
23225 sideways false
23226 status open
23227
23228 \begin_layout Plain Layout
23229 \align center
23230 \begin_inset Graphics
23231         filename ../clipart/mobius.eps
23232         lyxscale 50
23233         scale 50
23234         scaleBeforeRotation
23235
23236 \end_inset
23237
23238
23239 \end_layout
23240
23241 \begin_layout Plain Layout
23242 \begin_inset Caption
23243
23244 \begin_layout Plain Layout
23245 \begin_inset CommandInset label
23246 LatexCommand label
23247 name "abb:Langer-Abb-Titel"
23248
23249 \end_inset
23250
23251 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23252  ist, um das andere Beschriftungsformat zu zeigen.
23253  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
23254 \begin_inset OptArg
23255 status collapsed
23256
23257 \begin_layout Plain Layout
23258 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23259  ist.
23260 \end_layout
23261
23262 \end_inset
23263
23264
23265 \end_layout
23266
23267 \end_inset
23268
23269
23270 \end_layout
23271
23272 \end_inset
23273
23274
23275 \end_layout
23276
23277 \begin_layout Standard
23278 \begin_inset ERT
23279 status collapsed
23280
23281 \begin_layout Plain Layout
23282
23283
23284 \backslash
23285 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23286 on}
23287 \end_layout
23288
23289 \end_inset
23290
23291
23292 \end_layout
23293
23294 \begin_layout Standard
23295 \begin_inset Float table
23296 placement !p
23297 wide false
23298 sideways false
23299 status open
23300
23301 \begin_layout Plain Layout
23302 \begin_inset Caption
23303
23304 \begin_layout Plain Layout
23305 \begin_inset CommandInset label
23306 LatexCommand label
23307 name "tab:Langer-Tab-Titel"
23308
23309 \end_inset
23310
23311 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23312  ist, um das andere Beschriftungsformat zu zeigen.
23313  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
23314  benutzt.
23315 \begin_inset OptArg
23316 status collapsed
23317
23318 \begin_layout Plain Layout
23319 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23320  ist.
23321 \end_layout
23322
23323 \end_inset
23324
23325
23326 \end_layout
23327
23328 \end_inset
23329
23330
23331 \end_layout
23332
23333 \begin_layout Plain Layout
23334 \align center
23335 \begin_inset Tabular
23336 <lyxtabular version="3" rows="1" columns="5">
23337 <features>
23338 <column alignment="center" valignment="top" width="0">
23339 <column alignment="center" valignment="top" width="0">
23340 <column alignment="center" valignment="top" width="0">
23341 <column alignment="center" valignment="top" width="0">
23342 <column alignment="center" valignment="top" width="0">
23343 <row>
23344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23345 \begin_inset Text
23346
23347 \begin_layout Plain Layout
23348 a
23349 \end_layout
23350
23351 \end_inset
23352 </cell>
23353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23354 \begin_inset Text
23355
23356 \begin_layout Plain Layout
23357 b
23358 \end_layout
23359
23360 \end_inset
23361 </cell>
23362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23363 \begin_inset Text
23364
23365 \begin_layout Plain Layout
23366 c
23367 \end_layout
23368
23369 \end_inset
23370 </cell>
23371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23372 \begin_inset Text
23373
23374 \begin_layout Plain Layout
23375 d
23376 \end_layout
23377
23378 \end_inset
23379 </cell>
23380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23381 \begin_inset Text
23382
23383 \begin_layout Plain Layout
23384 e
23385 \end_layout
23386
23387 \end_inset
23388 </cell>
23389 </row>
23390 </lyxtabular>
23391
23392 \end_inset
23393
23394
23395 \end_layout
23396
23397 \end_inset
23398
23399
23400 \end_layout
23401
23402 \begin_layout Section
23403 Beschriftungs-Platzierung
23404 \begin_inset CommandInset label
23405 LatexCommand label
23406 name "abs:Titel-Platzierung"
23407
23408 \end_inset
23409
23410
23411 \begin_inset Index
23412 status collapsed
23413
23414 \begin_layout Plain Layout
23415 Gleitobjekte ! Beschriftung ! Platzierung
23416 \end_layout
23417
23418 \end_inset
23419
23420
23421 \end_layout
23422
23423 \begin_layout Standard
23424 Normalerweise werden die Beschriftungen wie folgt platziert:
23425 \end_layout
23426
23427 \begin_layout Description
23428 Abbildung: darunter
23429 \end_layout
23430
23431 \begin_layout Description
23432 Tabelle: darüber
23433 \end_layout
23434
23435 \begin_layout Standard
23436 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
23437  Das heißt wenn Sie eine der Dokument-Klassen 
23438 \family sans
23439 article
23440 \family default
23441
23442 \family sans
23443 book
23444 \family default
23445
23446 \family sans
23447 letter
23448 \family default
23449  oder 
23450 \family sans
23451 report
23452 \family default
23453  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
23454  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
23455 \series bold
23456 caption
23457 \series default
23458  im LaTeX-Vorspann folgendes schreiben:
23459 \begin_inset Foot
23460 status collapsed
23461
23462 \begin_layout Plain Layout
23463 In Abschnitt
23464 \begin_inset space ~
23465 \end_inset
23466
23467
23468 \begin_inset CommandInset ref
23469 LatexCommand ref
23470 reference "abs:Titel-Formatierung"
23471
23472 \end_inset
23473
23474  steht mehr über das Paket 
23475 \series bold
23476 caption
23477 \series default
23478 .
23479 \end_layout
23480
23481 \end_inset
23482
23483
23484 \end_layout
23485
23486 \begin_layout Standard
23487
23488 \series bold
23489 tableposition=top
23490 \end_layout
23491
23492 \begin_layout Standard
23493 Wenn Sie eine 
23494 \series bold
23495 KOMA-script
23496 \series default
23497
23498 \begin_inset Index
23499 status collapsed
23500
23501 \begin_layout Plain Layout
23502 LaTeX-Pakete ! KOMA-script
23503 \end_layout
23504
23505 \end_inset
23506
23507 -Dokumentklasse (
23508 \family sans
23509 article (KOMA-script)
23510 \family default
23511
23512 \family sans
23513 book (KOMA-script)
23514 \family default
23515
23516 \family sans
23517 letter (KOMA-script)
23518 \family default
23519  oder 
23520 \family sans
23521 report (KOMA-script)
23522 \family default
23523 ) benutzen, können Sie alternativ zum 
23524 \series bold
23525 caption
23526 \series default
23527 -Paket die Option 
23528 \series bold
23529 tablecaptionabove
23530 \series default
23531  benutzen.
23532 \end_layout
23533
23534 \begin_layout Standard
23535 \begin_inset VSpace bigskip
23536 \end_inset
23537
23538 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
23539  Das bewirkt das LaTeX-Paket 
23540 \series bold
23541 sidecap
23542 \series default
23543
23544 \begin_inset Index
23545 status collapsed
23546
23547 \begin_layout Plain Layout
23548 LaTeX-Pakete ! sidecap
23549 \end_layout
23550
23551 \end_inset
23552
23553 , das so in den LaTeX-Vorspann geladen wird:
23554 \end_layout
23555
23556 \begin_layout Standard
23557
23558 \series bold
23559
23560 \backslash
23561 usepackage[Option]{sidecap}
23562 \end_layout
23563
23564 \begin_layout Standard
23565 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
23566  Mit 
23567 \series bold
23568 innercaption
23569 \series default
23570  wird die Beschriftung innen gedruckt.
23571  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
23572  
23573 \series bold
23574 rightcaption
23575 \series default
23576  oder 
23577 \series bold
23578 leftcaption
23579 \series default
23580 .
23581 \end_layout
23582
23583 \begin_layout Standard
23584 \begin_inset ERT
23585 status collapsed
23586
23587 \begin_layout Plain Layout
23588
23589
23590 \backslash
23591 ifsidecap
23592 \end_layout
23593
23594 \end_inset
23595
23596
23597 \begin_inset Note Note
23598 status open
23599
23600 \begin_layout Plain Layout
23601 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
23602 \series bold
23603 sidecap
23604 \series default
23605  installiert ist.
23606 \end_layout
23607
23608 \end_inset
23609
23610
23611 \end_layout
23612
23613 \begin_layout Standard
23614 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
23615  in den LaTeX-Vorspann schreiben:
23616 \end_layout
23617
23618 \begin_layout Standard
23619
23620 \lyxline
23621
23622 \end_layout
23623
23624 \begin_layout Standard
23625
23626 \series bold
23627
23628 \backslash
23629 newcommand{
23630 \backslash
23631 TabBesBeg}{%
23632 \begin_inset Newline newline
23633 \end_inset
23634
23635
23636 \begin_inset ERT
23637 status collapsed
23638
23639 \begin_layout Plain Layout
23640
23641
23642 \backslash
23643 hphantom{ }
23644 \end_layout
23645
23646 \end_inset
23647
23648
23649 \backslash
23650 let
23651 \backslash
23652 MyTable
23653 \backslash
23654 table
23655 \begin_inset Newline newline
23656 \end_inset
23657
23658
23659 \begin_inset ERT
23660 status collapsed
23661
23662 \begin_layout Plain Layout
23663
23664
23665 \backslash
23666 hphantom{ }
23667 \end_layout
23668
23669 \end_inset
23670
23671
23672 \backslash
23673 let
23674 \backslash
23675 MyEndtable
23676 \backslash
23677 endtable
23678 \begin_inset Newline newline
23679 \end_inset
23680
23681
23682 \begin_inset ERT
23683 status collapsed
23684
23685 \begin_layout Plain Layout
23686
23687
23688 \backslash
23689 hphantom{ }
23690 \end_layout
23691
23692 \end_inset
23693
23694
23695 \backslash
23696 renewenvironment{table}{
23697 \backslash
23698 begin{SCtable}}{
23699 \backslash
23700 end{SCtable}}}
23701 \end_layout
23702
23703 \begin_layout Standard
23704
23705 \series bold
23706
23707 \backslash
23708 newcommand{
23709 \backslash
23710 TabBesEnd}{%
23711 \begin_inset Newline newline
23712 \end_inset
23713
23714
23715 \begin_inset ERT
23716 status collapsed
23717
23718 \begin_layout Plain Layout
23719
23720
23721 \backslash
23722 hphantom{ }
23723 \end_layout
23724
23725 \end_inset
23726
23727
23728 \backslash
23729 let
23730 \backslash
23731 table
23732 \backslash
23733 MyTable
23734 \begin_inset Newline newline
23735 \end_inset
23736
23737
23738 \begin_inset ERT
23739 status collapsed
23740
23741 \begin_layout Plain Layout
23742
23743
23744 \backslash
23745 hphantom{ }
23746 \end_layout
23747
23748 \end_inset
23749
23750
23751 \backslash
23752 let
23753 \backslash
23754 endtable
23755 \backslash
23756 MyEndtable
23757 \end_layout
23758
23759 \begin_layout Standard
23760
23761 \series bold
23762
23763 \backslash
23764 newcommand{
23765 \backslash
23766 FigBesBeg}{%
23767 \begin_inset Newline newline
23768 \end_inset
23769
23770
23771 \begin_inset ERT
23772 status collapsed
23773
23774 \begin_layout Plain Layout
23775
23776
23777 \backslash
23778 hphantom{ }
23779 \end_layout
23780
23781 \end_inset
23782
23783
23784 \backslash
23785 let
23786 \backslash
23787 MyFigure
23788 \backslash
23789 figure
23790 \begin_inset Newline newline
23791 \end_inset
23792
23793
23794 \begin_inset ERT
23795 status collapsed
23796
23797 \begin_layout Plain Layout
23798
23799
23800 \backslash
23801 hphantom{ }
23802 \end_layout
23803
23804 \end_inset
23805
23806
23807 \backslash
23808 let
23809 \backslash
23810 MyEndfigure
23811 \backslash
23812 endfigure
23813 \begin_inset Newline newline
23814 \end_inset
23815
23816
23817 \begin_inset ERT
23818 status collapsed
23819
23820 \begin_layout Plain Layout
23821
23822
23823 \backslash
23824 hphantom{ }
23825 \end_layout
23826
23827 \end_inset
23828
23829
23830 \backslash
23831 renewenvironment{figure}{
23832 \backslash
23833 begin{SCfigure}}{
23834 \backslash
23835 end{SCfigure}}}
23836 \end_layout
23837
23838 \begin_layout Standard
23839
23840 \series bold
23841
23842 \backslash
23843 newcommand{
23844 \backslash
23845 FigBesEnd}{%
23846 \begin_inset Newline newline
23847 \end_inset
23848
23849
23850 \begin_inset ERT
23851 status collapsed
23852
23853 \begin_layout Plain Layout
23854
23855
23856 \backslash
23857 hphantom{ }
23858 \end_layout
23859
23860 \end_inset
23861
23862
23863 \backslash
23864 let
23865 \backslash
23866 figure
23867 \backslash
23868 MyFigure
23869 \begin_inset Newline newline
23870 \end_inset
23871
23872
23873 \begin_inset ERT
23874 status collapsed
23875
23876 \begin_layout Plain Layout
23877
23878
23879 \backslash
23880 hphantom{ }
23881 \end_layout
23882
23883 \end_inset
23884
23885
23886 \backslash
23887 let
23888 \backslash
23889 endfigure
23890 \backslash
23891 MyEndfigure}
23892 \series default
23893
23894 \lyxline
23895
23896 \end_layout
23897
23898 \begin_layout Standard
23899 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23900 ungen seitlich gedruckt werden.
23901  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23902 \end_layout
23903
23904 \begin_layout Standard
23905
23906 \series bold
23907
23908 \backslash
23909 FigBesBeg
23910 \end_layout
23911
23912 \begin_layout Standard
23913 als TeX-Code vor und
23914 \end_layout
23915
23916 \begin_layout Standard
23917
23918 \series bold
23919
23920 \backslash
23921 FigBesEnd
23922 \end_layout
23923
23924 \begin_layout Standard
23925 hinter das Gleitobjekt.
23926  Bei Gleitobjekt-Tabellen heißen die Befehle
23927 \end_layout
23928
23929 \begin_layout Standard
23930
23931 \series bold
23932
23933 \backslash
23934 TabBesBeg
23935 \series default
23936  und 
23937 \series bold
23938
23939 \backslash
23940 TabBesEnd
23941 \series default
23942 .
23943 \end_layout
23944
23945 \begin_layout Standard
23946 Abbildung
23947 \begin_inset space ~
23948 \end_inset
23949
23950
23951 \begin_inset CommandInset ref
23952 LatexCommand ref
23953 reference "abb:Beschriftung-neben"
23954
23955 \end_inset
23956
23957  und Tabelle
23958 \begin_inset space ~
23959 \end_inset
23960
23961
23962 \begin_inset CommandInset ref
23963 LatexCommand ref
23964 reference "tab:cap-beside-tab"
23965
23966 \end_inset
23967
23968  sind Beispiele für seitliche Beschriftungen.
23969 \end_layout
23970
23971 \begin_layout Standard
23972 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23973  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23974  der Abbildung.
23975  Das kann man mit dem Befehl
23976 \end_layout
23977
23978 \begin_layout Standard
23979
23980 \series bold
23981
23982 \backslash
23983 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
23984 \end_layout
23985
23986 \begin_layout Standard
23987 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
23988  Der Gleitobjekt-Typ ist entweder 
23989 \family sans
23990 figure
23991 \family default
23992  oder 
23993 \family sans
23994 table
23995 \family default
23996 , die
23997 \family sans
23998  
23999 \family default
24000 Platzierung ist 
24001 \family typewriter
24002 t
24003 \family default
24004  für oben, 
24005 \family typewriter
24006 c
24007 \family default
24008  für zentriert oder 
24009 \family typewriter
24010 b
24011 \family default
24012  für unten.
24013  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
24014  lautet der Befehl
24015 \end_layout
24016
24017 \begin_layout Standard
24018
24019 \series bold
24020
24021 \backslash
24022 sidecaptionvpos{figure}{c}
24023 \end_layout
24024
24025 \begin_layout Standard
24026 Das wurde in Abbildung
24027 \begin_inset space ~
24028 \end_inset
24029
24030
24031 \begin_inset CommandInset ref
24032 LatexCommand ref
24033 reference "abb:cap-beside-fig-2"
24034
24035 \end_inset
24036
24037  benutzt.
24038 \end_layout
24039
24040 \begin_layout Standard
24041 \begin_inset VSpace medskip
24042 \end_inset
24043
24044 Weitere Informationen über das Paket
24045 \series bold
24046  sidecap
24047 \series default
24048  finden Sie in seiner Dokumentation 
24049 \begin_inset CommandInset citation
24050 LatexCommand cite
24051 key "sidecap"
24052
24053 \end_inset
24054
24055 .
24056 \end_layout
24057
24058 \begin_layout Standard
24059 \begin_inset Note Greyedout
24060 status open
24061
24062 \begin_layout Plain Layout
24063
24064 \series bold
24065 Bemerkung:
24066 \series default
24067  Das LaTeX-Paket 
24068 \series bold
24069 hypcap
24070 \series default
24071 ,
24072 \begin_inset Index
24073 status collapsed
24074
24075 \begin_layout Plain Layout
24076 LaTeX-Pakete ! hypcap
24077 \end_layout
24078
24079 \end_inset
24080
24081  das in Abschnitt
24082 \begin_inset space ~
24083 \end_inset
24084
24085
24086 \begin_inset CommandInset ref
24087 LatexCommand ref
24088 reference "uab:Querverweis-Position"
24089
24090 \end_inset
24091
24092  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
24093  Beschriftungen.
24094 \end_layout
24095
24096 \end_inset
24097
24098
24099 \end_layout
24100
24101 \begin_layout Standard
24102 \begin_inset ERT
24103 status collapsed
24104
24105 \begin_layout Plain Layout
24106
24107
24108 \backslash
24109 FigBesBeg 
24110 \end_layout
24111
24112 \end_inset
24113
24114
24115 \end_layout
24116
24117 \begin_layout Standard
24118 \begin_inset Float figure
24119 wide false
24120 sideways false
24121 status open
24122
24123 \begin_layout Plain Layout
24124 \begin_inset Graphics
24125         filename ../clipart/escher-lsd.eps
24126         scale 75
24127         scaleBeforeRotation
24128
24129 \end_inset
24130
24131
24132 \end_layout
24133
24134 \begin_layout Plain Layout
24135 \begin_inset Caption
24136
24137 \begin_layout Plain Layout
24138 \begin_inset CommandInset label
24139 LatexCommand label
24140 name "abb:Beschriftung-neben"
24141
24142 \end_inset
24143
24144 Dies ist eine Beschriftung neben einer Abbildung.
24145 \end_layout
24146
24147 \end_inset
24148
24149
24150 \end_layout
24151
24152 \end_inset
24153
24154
24155 \end_layout
24156
24157 \begin_layout Standard
24158 \begin_inset ERT
24159 status collapsed
24160
24161 \begin_layout Plain Layout
24162
24163
24164 \backslash
24165 TabBesBeg 
24166 \end_layout
24167
24168 \end_inset
24169
24170
24171 \end_layout
24172
24173 \begin_layout Standard
24174 \begin_inset Float table
24175 wide false
24176 sideways false
24177 status open
24178
24179 \begin_layout Plain Layout
24180 \begin_inset Caption
24181
24182 \begin_layout Plain Layout
24183 \begin_inset CommandInset label
24184 LatexCommand label
24185 name "tab:cap-beside-tab"
24186
24187 \end_inset
24188
24189 Dies ist eine Beschriftung neben einer Tabelle.
24190 \end_layout
24191
24192 \end_inset
24193
24194
24195 \end_layout
24196
24197 \begin_layout Plain Layout
24198 \begin_inset Tabular
24199 <lyxtabular version="3" rows="4" columns="5">
24200 <features>
24201 <column alignment="center" valignment="top" width="0">
24202 <column alignment="center" valignment="top" width="0">
24203 <column alignment="center" valignment="top" width="0">
24204 <column alignment="center" valignment="top" width="0">
24205 <column alignment="center" valignment="top" width="0">
24206 <row>
24207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24208 \begin_inset Text
24209
24210 \begin_layout Plain Layout
24211 a
24212 \end_layout
24213
24214 \end_inset
24215 </cell>
24216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24217 \begin_inset Text
24218
24219 \begin_layout Plain Layout
24220
24221 \end_layout
24222
24223 \end_inset
24224 </cell>
24225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24226 \begin_inset Text
24227
24228 \begin_layout Plain Layout
24229 b
24230 \end_layout
24231
24232 \end_inset
24233 </cell>
24234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24235 \begin_inset Text
24236
24237 \begin_layout Plain Layout
24238
24239 \end_layout
24240
24241 \end_inset
24242 </cell>
24243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24244 \begin_inset Text
24245
24246 \begin_layout Plain Layout
24247 c
24248 \end_layout
24249
24250 \end_inset
24251 </cell>
24252 </row>
24253 <row>
24254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24255 \begin_inset Text
24256
24257 \begin_layout Plain Layout
24258
24259 \end_layout
24260
24261 \end_inset
24262 </cell>
24263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24264 \begin_inset Text
24265
24266 \begin_layout Plain Layout
24267 d
24268 \end_layout
24269
24270 \end_inset
24271 </cell>
24272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24273 \begin_inset Text
24274
24275 \begin_layout Plain Layout
24276
24277 \end_layout
24278
24279 \end_inset
24280 </cell>
24281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24282 \begin_inset Text
24283
24284 \begin_layout Plain Layout
24285 e
24286 \end_layout
24287
24288 \end_inset
24289 </cell>
24290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24291 \begin_inset Text
24292
24293 \begin_layout Plain Layout
24294
24295 \end_layout
24296
24297 \end_inset
24298 </cell>
24299 </row>
24300 <row>
24301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24302 \begin_inset Text
24303
24304 \begin_layout Plain Layout
24305 f
24306 \end_layout
24307
24308 \end_inset
24309 </cell>
24310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24311 \begin_inset Text
24312
24313 \begin_layout Plain Layout
24314
24315 \end_layout
24316
24317 \end_inset
24318 </cell>
24319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24320 \begin_inset Text
24321
24322 \begin_layout Plain Layout
24323 g
24324 \end_layout
24325
24326 \end_inset
24327 </cell>
24328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24329 \begin_inset Text
24330
24331 \begin_layout Plain Layout
24332
24333 \end_layout
24334
24335 \end_inset
24336 </cell>
24337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24338 \begin_inset Text
24339
24340 \begin_layout Plain Layout
24341 h
24342 \end_layout
24343
24344 \end_inset
24345 </cell>
24346 </row>
24347 <row>
24348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24349 \begin_inset Text
24350
24351 \begin_layout Plain Layout
24352
24353 \end_layout
24354
24355 \end_inset
24356 </cell>
24357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24358 \begin_inset Text
24359
24360 \begin_layout Plain Layout
24361 i
24362 \end_layout
24363
24364 \end_inset
24365 </cell>
24366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24367 \begin_inset Text
24368
24369 \begin_layout Plain Layout
24370
24371 \end_layout
24372
24373 \end_inset
24374 </cell>
24375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24376 \begin_inset Text
24377
24378 \begin_layout Plain Layout
24379 j
24380 \end_layout
24381
24382 \end_inset
24383 </cell>
24384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24385 \begin_inset Text
24386
24387 \begin_layout Plain Layout
24388
24389 \end_layout
24390
24391 \end_inset
24392 </cell>
24393 </row>
24394 </lyxtabular>
24395
24396 \end_inset
24397
24398
24399 \end_layout
24400
24401 \end_inset
24402
24403
24404 \end_layout
24405
24406 \begin_layout Standard
24407 \begin_inset ERT
24408 status collapsed
24409
24410 \begin_layout Plain Layout
24411
24412
24413 \backslash
24414 TabBesEnd
24415 \end_layout
24416
24417 \end_inset
24418
24419
24420 \end_layout
24421
24422 \begin_layout Standard
24423 \begin_inset ERT
24424 status collapsed
24425
24426 \begin_layout Plain Layout
24427
24428
24429 \backslash
24430 sidecaptionvpos{figure}{c}
24431 \end_layout
24432
24433 \end_inset
24434
24435
24436 \begin_inset Float figure
24437 wide false
24438 sideways false
24439 status open
24440
24441 \begin_layout Plain Layout
24442 \begin_inset Graphics
24443         filename ../clipart/escher-lsd.eps
24444         scale 75
24445         scaleBeforeRotation
24446
24447 \end_inset
24448
24449
24450 \end_layout
24451
24452 \begin_layout Plain Layout
24453 \begin_inset Caption
24454
24455 \begin_layout Plain Layout
24456 \begin_inset CommandInset label
24457 LatexCommand label
24458 name "abb:cap-beside-fig-2"
24459
24460 \end_inset
24461
24462 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
24463 \end_layout
24464
24465 \end_inset
24466
24467
24468 \end_layout
24469
24470 \end_inset
24471
24472
24473 \end_layout
24474
24475 \begin_layout Standard
24476 \begin_inset ERT
24477 status collapsed
24478
24479 \begin_layout Plain Layout
24480
24481
24482 \backslash
24483 FigBesEnd
24484 \end_layout
24485
24486 \end_inset
24487
24488
24489 \end_layout
24490
24491 \begin_layout Standard
24492 \begin_inset ERT
24493 status collapsed
24494
24495 \begin_layout Plain Layout
24496
24497
24498 \backslash
24499 else
24500 \end_layout
24501
24502 \end_inset
24503
24504
24505 \begin_inset Note Note
24506 status open
24507
24508 \begin_layout Plain Layout
24509 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
24510 \series bold
24511 sidecap
24512 \series default
24513  nicht installiert ist:
24514 \end_layout
24515
24516 \end_inset
24517
24518
24519 \end_layout
24520
24521 \begin_layout Standard
24522 Das LaTeX-Paket 
24523 \series bold
24524 sidecap
24525 \series default
24526  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
24527 \end_layout
24528
24529 \begin_layout Standard
24530 \begin_inset ERT
24531 status collapsed
24532
24533 \begin_layout Plain Layout
24534
24535
24536 \backslash
24537 fi
24538 \end_layout
24539
24540 \end_inset
24541
24542
24543 \end_layout
24544
24545 \begin_layout Section
24546 Gleitobjekt-Verzeichnisse
24547 \begin_inset Index
24548 status collapsed
24549
24550 \begin_layout Plain Layout
24551 Gleitobjekte ! Verzeichnisse
24552 \end_layout
24553
24554 \end_inset
24555
24556
24557 \end_layout
24558
24559 \begin_layout Standard
24560 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
24561  Sie können mit den Untermenüs von 
24562 \family sans
24563 Einfügen\SpecialChar \menuseparator
24564 Liste
24565 \begin_inset space ~
24566 \end_inset
24567
24568 /
24569 \begin_inset space ~
24570 \end_inset
24571
24572 Inhaltsverzeichnis
24573 \family default
24574  eingefügt werden.
24575 \end_layout
24576
24577 \begin_layout Standard
24578 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
24579  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
24580 \end_layout
24581
24582 \begin_layout Standard
24583 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
24584  und ein Tabellen-Verzeichnis.
24585 \end_layout
24586
24587 \begin_layout Chapter
24588 Notizen
24589 \end_layout
24590
24591 \begin_layout Section
24592 LyX-Notizen
24593 \begin_inset Index
24594 status collapsed
24595
24596 \begin_layout Plain Layout
24597 Notizen ! LyX-Notizen
24598 \end_layout
24599
24600 \end_inset
24601
24602
24603 \end_layout
24604
24605 \begin_layout Standard
24606 Notizen werden mit einem Klick auf 
24607 \begin_inset Graphics
24608         filename ../../images/note-insert.png
24609         scale 85
24610         scaleBeforeRotation
24611         BoundingBox 0bp 6bp 22bp 22bp
24612
24613 \end_inset
24614
24615  oder 
24616 \family sans
24617 Einfügen\SpecialChar \menuseparator
24618 Notiz
24619 \family default
24620  eingefügt.
24621  Es gibt drei Arten:
24622 \end_layout
24623
24624 \begin_layout Description
24625 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
24626  Eine 
24627 \family sans
24628 LyX-Notiz
24629 \family default
24630  sieht so aus:
24631 \begin_inset Newline newline
24632 \end_inset
24633
24634
24635 \begin_inset Newline newline
24636 \end_inset
24637
24638
24639 \begin_inset Graphics
24640         filename clipart/LyXNotizQt4.png
24641         display false
24642         scale 60
24643         scaleBeforeRotation
24644
24645 \end_inset
24646
24647  
24648 \begin_inset Note Note
24649 status open
24650
24651 \begin_layout Plain Layout
24652 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
24653 \end_layout
24654
24655 \end_inset
24656
24657
24658 \end_layout
24659
24660 \begin_layout Description
24661 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
24662  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
24663 \family sans
24664 Datei\SpecialChar \menuseparator
24665 Ex\SpecialChar \-
24666 por\SpecialChar \-
24667 tie\SpecialChar \-
24668 ren\SpecialChar \menuseparator
24669 LaTe
24670 \begin_inset ERT
24671 status collapsed
24672
24673 \begin_layout Plain Layout
24674
24675 {}
24676 \end_layout
24677
24678 \end_inset
24679
24680 X (pdflatex) / (normal)
24681 \family default
24682 .
24683  Ein Kommentar sieht so aus:
24684 \begin_inset Newline newline
24685 \end_inset
24686
24687
24688 \begin_inset Newline newline
24689 \end_inset
24690
24691
24692 \begin_inset Graphics
24693         filename clipart/KommentarQt4.png
24694         display false
24695         scale 60
24696         scaleBeforeRotation
24697
24698 \end_inset
24699
24700  
24701 \begin_inset Note Comment
24702 status open
24703
24704 \begin_layout Plain Layout
24705 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
24706 \end_layout
24707
24708 \end_inset
24709
24710
24711 \end_layout
24712
24713 \begin_layout Description
24714 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
24715 \begin_inset Newline newline
24716 \end_inset
24717
24718
24719 \begin_inset Newline newline
24720 \end_inset
24721
24722
24723 \begin_inset Graphics
24724         filename clipart/GrauschriftNotizQt4.png
24725         display false
24726         scale 60
24727         scaleBeforeRotation
24728
24729 \end_inset
24730
24731
24732 \begin_inset Newline newline
24733 \end_inset
24734
24735
24736 \begin_inset ERT
24737 status collapsed
24738
24739 \begin_layout Plain Layout
24740
24741
24742 \backslash
24743 renewenvironment{lyxgreyedout}
24744 \end_layout
24745
24746 \begin_layout Plain Layout
24747
24748 {
24749 \backslash
24750 textcolor[gray]{0.4}
24751 \backslash
24752 bgroup}{
24753 \backslash
24754 egroup}
24755 \end_layout
24756
24757 \end_inset
24758
24759
24760 \begin_inset Note Greyedout
24761 status open
24762
24763 \begin_layout Plain Layout
24764 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24765 \begin_inset Foot
24766 status open
24767
24768 \begin_layout Plain Layout
24769 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24770 \end_layout
24771
24772 \end_inset
24773
24774
24775 \end_layout
24776
24777 \end_inset
24778
24779
24780 \begin_inset ERT
24781 status collapsed
24782
24783 \begin_layout Plain Layout
24784
24785
24786 \backslash
24787 renewenvironment{lyxgreyedout}
24788 \end_layout
24789
24790 \begin_layout Plain Layout
24791
24792 {
24793 \backslash
24794 textcolor{blue}
24795 \backslash
24796 bgroup}{
24797 \backslash
24798 egroup}
24799 \end_layout
24800
24801 \end_inset
24802
24803
24804 \begin_inset Note Note
24805 status collapsed
24806
24807 \begin_layout Plain Layout
24808 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
24809  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
24810  
24811 \end_layout
24812
24813 \end_inset
24814
24815
24816 \begin_inset Newline newline
24817 \end_inset
24818
24819
24820 \begin_inset Newline newline
24821 \end_inset
24822
24823 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
24824  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
24825 \end_layout
24826
24827 \begin_layout Standard
24828 \begin_inset VSpace bigskip
24829 \end_inset
24830
24831 Wenn Sie auf den Werkzeugleistenknopf 
24832 \begin_inset Graphics
24833         filename ../../images/note-insert.png
24834         scale 85
24835         scaleBeforeRotation
24836         BoundingBox 0bp 6bp 22bp 22bp
24837
24838 \end_inset
24839
24840  klicken, wird zunächst eine 
24841 \family sans
24842 LyX-Notiz
24843 \family default
24844  eingefügt.
24845  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24846  anderen Möglichkeiten auswählen.
24847  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24848  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
24849  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
24850  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
24851  am Ende der Notiz ist.
24852 \end_layout
24853
24854 \begin_layout Standard
24855 \begin_inset VSpace bigskip
24856 \end_inset
24857
24858 Die Textfarbe der 
24859 \family sans
24860 Grauschrift
24861 \family default
24862 -Notiz können Sie im LaTeX-Vorspann mit folgendem Befehl ändern:
24863 \end_layout
24864
24865 \begin_layout Standard
24866
24867 \series bold
24868
24869 \backslash
24870 renewenvironment{lyxgreyedout}
24871 \begin_inset Newline newline
24872 \end_inset
24873
24874
24875 \begin_inset ERT
24876 status collapsed
24877
24878 \begin_layout Plain Layout
24879
24880
24881 \backslash
24882 hphantom{ }
24883 \end_layout
24884
24885 \end_inset
24886
24887 {
24888 \backslash
24889 textcolor{color}
24890 \backslash
24891 bgroup}{
24892 \backslash
24893 egroup}
24894 \end_layout
24895
24896 \begin_layout Standard
24897 Die verfügbaren Farben und wie man eigene definiert, wurde bereits in Abschnitt
24898 \begin_inset space ~
24899 \end_inset
24900
24901
24902 \begin_inset CommandInset ref
24903 LatexCommand ref
24904 reference "abs:Farbige-Tabellen"
24905
24906 \end_inset
24907
24908  beschrieben.
24909  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24910 \end_layout
24911
24912 \begin_layout Section
24913 Fußnoten
24914 \begin_inset CommandInset label
24915 LatexCommand label
24916 name "abs:Fußnoten"
24917
24918 \end_inset
24919
24920
24921 \begin_inset Index
24922 status collapsed
24923
24924 \begin_layout Plain Layout
24925 Notizen ! Fußnoten
24926 \end_layout
24927
24928 \end_inset
24929
24930
24931 \begin_inset Index
24932 status collapsed
24933
24934 \begin_layout Plain Layout
24935 Fußnoten
24936 \end_layout
24937
24938 \end_inset
24939
24940
24941 \end_layout
24942
24943 \begin_layout Standard
24944 Zu dem, was bereits im 
24945 \emph on
24946 Benutzerhandbuch
24947 \emph default
24948  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24949  Eine Fußnotenbox sieht folgendermaßen aus: 
24950 \begin_inset Graphics
24951         filename clipart/FussnoteQt4.png
24952         scale 80
24953         scaleBeforeRotation
24954
24955 \end_inset
24956
24957
24958 \end_layout
24959
24960 \begin_layout Standard
24961 Hier ist eine Beispielfußnote:
24962 \color black
24963
24964 \begin_inset Foot
24965 status open
24966
24967 \begin_layout Plain Layout
24968 \begin_inset CommandInset label
24969 LatexCommand label
24970 name "fuss:Fußnoten-Beispiel"
24971
24972 \end_inset
24973
24974 Dies ist eine Fußnote.
24975 \end_layout
24976
24977 \end_inset
24978
24979
24980 \end_layout
24981
24982 \begin_layout Standard
24983 \begin_inset ERT
24984 status collapsed
24985
24986 \begin_layout Plain Layout
24987
24988
24989 \backslash
24990 newcounter{MyRepeatFoot}
24991 \end_layout
24992
24993 \begin_layout Plain Layout
24994
24995
24996 \backslash
24997 setcounter{MyRepeatFoot}{
24998 \backslash
24999 thefootnote}
25000 \end_layout
25001
25002 \end_inset
25003
25004
25005 \end_layout
25006
25007 \begin_layout Standard
25008 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
25009  wurde, eine hochgestellte Zahl.
25010  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
25011  hochgestellt dem Text vorangeht.
25012  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
25013  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
25014  werden.
25015 \end_layout
25016
25017 \begin_layout Standard
25018 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
25019  der Fußnote eine Marke eingefügt wurde.
25020  Dies ist ein Querverweis auf Fußnote
25021 \begin_inset space ~
25022 \end_inset
25023
25024
25025 \begin_inset CommandInset ref
25026 LatexCommand ref
25027 reference "fuss:Fußnoten-Beispiel"
25028
25029 \end_inset
25030
25031 .
25032 \end_layout
25033
25034 \begin_layout Standard
25035 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
25036  siehe Abschnitt
25037 \begin_inset space ~
25038 \end_inset
25039
25040
25041 \begin_inset CommandInset ref
25042 LatexCommand ref
25043 reference "abs:Minipage"
25044
25045 \end_inset
25046
25047 .
25048  Fußnoten in langen Tabellen wurden bereits in Abschnitt
25049 \begin_inset space ~
25050 \end_inset
25051
25052
25053 \begin_inset CommandInset ref
25054 LatexCommand ref
25055 reference "uab:Fußnoten-in-langen"
25056
25057 \end_inset
25058
25059  beschrieben.
25060 \end_layout
25061
25062 \begin_layout Standard
25063 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
25064  TeX-Code-Befehl 
25065 \series bold
25066
25067 \backslash
25068 footnotemark[Nummer]
25069 \series default
25070  benutzen.
25071  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
25072  mal gedruckt wird.
25073 \end_layout
25074
25075 \begin_layout Standard
25076 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
25077  sie speichern, nachdem Sie die Fußnote eingefügt haben.
25078  Hinter Fußnote
25079 \begin_inset space ~
25080 \end_inset
25081
25082
25083 \begin_inset CommandInset ref
25084 LatexCommand ref
25085 reference "fuss:Fußnoten-Beispiel"
25086
25087 \end_inset
25088
25089  wurde das mit folgenden TeX-Code-Befehlen gemacht:
25090 \end_layout
25091
25092 \begin_layout Standard
25093
25094 \series bold
25095
25096 \backslash
25097 newcounter{MyRepeatFoot}
25098 \begin_inset Newline newline
25099 \end_inset
25100
25101
25102 \backslash
25103 setcounter{MyRepeatFoot}{
25104 \backslash
25105 thefootnote}
25106 \end_layout
25107
25108 \begin_layout Standard
25109 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
25110 \end_layout
25111
25112 \begin_layout Standard
25113
25114 \series bold
25115
25116 \backslash
25117 footnotemark[
25118 \backslash
25119 theMyRepeatFoot]
25120 \end_layout
25121
25122 \begin_layout Standard
25123 Hier ist ein Beispiel für eine Fußnotenmarke:
25124 \family roman
25125 \series medium
25126 \bar no
25127
25128 \begin_inset ERT
25129 status collapsed
25130
25131 \begin_layout Plain Layout
25132
25133
25134 \backslash
25135 footnotemark[
25136 \backslash
25137 theMyRepeatFoot]
25138 \end_layout
25139
25140 \end_inset
25141
25142
25143 \end_layout
25144
25145 \begin_layout Subsection
25146 Fußnoten-Nummerierung
25147 \begin_inset CommandInset label
25148 LatexCommand label
25149 name "uab:Fußnoten-Nummerierung"
25150
25151 \end_inset
25152
25153
25154 \begin_inset Index
25155 status collapsed
25156
25157 \begin_layout Plain Layout
25158 Fußnoten ! Nummerierung
25159 \end_layout
25160
25161 \end_inset
25162
25163
25164 \end_layout
25165
25166 \begin_layout Standard
25167 Um Fußnoten nach jedem Abschnitt
25168 \family roman
25169  auf 1 zurückzusetzen, 
25170 \family default
25171 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25172 \end_layout
25173
25174 \begin_layout Standard
25175
25176 \series bold
25177
25178 \backslash
25179 @addtoreset{footnote}{section}
25180 \end_layout
25181
25182 \begin_layout Standard
25183 \begin_inset VSpace bigskip
25184 \end_inset
25185
25186 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
25187  Zahlen:
25188 \end_layout
25189
25190 \begin_layout Standard
25191
25192 \series bold
25193
25194 \backslash
25195 renewcommand{
25196 \backslash
25197 thefootnote}{
25198 \backslash
25199 roman{footnote}}
25200 \end_layout
25201
25202 \begin_layout Standard
25203 \begin_inset ERT
25204 status collapsed
25205
25206 \begin_layout Plain Layout
25207
25208
25209 \backslash
25210 renewcommand{
25211 \backslash
25212 thefootnote}{
25213 \backslash
25214 roman{footnote}}
25215 \end_layout
25216
25217 \end_inset
25218
25219  Hier ist ein Beispiel für solch eine Fußnote:
25220 \begin_inset Foot
25221 status open
25222
25223 \begin_layout Plain Layout
25224 Dies ist eine Fußnote mit kleinen römischen Zahlen
25225 \end_layout
25226
25227 \end_inset
25228
25229
25230 \end_layout
25231
25232 \begin_layout Standard
25233 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
25234  in obigem Befehl 
25235 \series bold
25236
25237 \backslash
25238 roman
25239 \series default
25240  durch 
25241 \series bold
25242
25243 \backslash
25244 Roman
25245 \series default
25246 .
25247  Um Fußnoten mit großen oder kleinen Buchstaben zu 
25248 \begin_inset Quotes gld
25249 \end_inset
25250
25251 nummerieren
25252 \begin_inset Quotes grd
25253 \end_inset
25254
25255 , verwenden Sie die Befehle 
25256 \series bold
25257
25258 \backslash
25259 Alph
25260 \series default
25261  oder 
25262 \series bold
25263
25264 \backslash
25265 alph
25266 \series default
25267 .
25268  Für die 
25269 \begin_inset Quotes gld
25270 \end_inset
25271
25272 Nummerierung
25273 \begin_inset Quotes grd
25274 \end_inset
25275
25276  mit Symbolen steht der Befehl 
25277 \series bold
25278
25279 \backslash
25280 fnsymbol
25281 \series default
25282  zur Verfügung.
25283 \end_layout
25284
25285 \begin_layout Standard
25286 \begin_inset Note Greyedout
25287 status open
25288
25289 \begin_layout Plain Layout
25290
25291 \series bold
25292 Bemerkung 1:
25293 \series default
25294  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
25295  
25296 \emph on
25297 ein
25298 \emph default
25299  Buchstabe verwendet wird.
25300 \end_layout
25301
25302 \end_inset
25303
25304
25305 \begin_inset Newline newline
25306 \end_inset
25307
25308
25309 \begin_inset Note Greyedout
25310 status open
25311
25312 \begin_layout Plain Layout
25313
25314 \series bold
25315 Bemerkung 2:
25316 \series default
25317  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
25318 \end_layout
25319
25320 \end_inset
25321
25322
25323 \end_layout
25324
25325 \begin_layout Standard
25326 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
25327 \series bold
25328
25329 \backslash
25330 arabic
25331 \series default
25332  anstelle von 
25333 \series bold
25334
25335 \backslash
25336 roman
25337 \series default
25338  in obigem Befehl.
25339 \begin_inset ERT
25340 status collapsed
25341
25342 \begin_layout Plain Layout
25343
25344
25345 \backslash
25346 renewcommand{
25347 \backslash
25348 thefootnote}{
25349 \backslash
25350 arabic{footnote}}
25351 \end_layout
25352
25353 \end_inset
25354
25355
25356 \end_layout
25357
25358 \begin_layout Standard
25359 \begin_inset VSpace bigskip
25360 \end_inset
25361
25362
25363 \end_layout
25364
25365 \begin_layout Standard
25366 Wenn Sie wollen, dass Fußnoten nach dem Schema 
25367 \begin_inset Quotes gld
25368 \end_inset
25369
25370 Kapitel.Fußnote
25371 \begin_inset Quotes grd
25372 \end_inset
25373
25374  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25375 \end_layout
25376
25377 \begin_layout Standard
25378
25379 \series bold
25380
25381 \backslash
25382 numberwithin{footnote}{chapter}
25383 \end_layout
25384
25385 \begin_layout Standard
25386 Um 
25387 \series bold
25388
25389 \backslash
25390 numberwithin
25391 \series default
25392  benutzen zu können, muss in den 
25393 \family sans
25394 Mathe
25395 \begin_inset space ~
25396 \end_inset
25397
25398 Optionen
25399 \family default
25400  der 
25401 \family sans
25402 Dokument-Einstellungen
25403 \family default
25404  
25405 \family sans
25406 AMS
25407 \begin_inset space ~
25408 \end_inset
25409
25410 Mathe
25411 \begin_inset space ~
25412 \end_inset
25413
25414 Paket
25415 \family default
25416
25417 \begin_inset space ~
25418 \end_inset
25419
25420
25421 \family sans
25422 verwenden
25423 \family default
25424  angekreuzt sein.
25425 \begin_inset ERT
25426 status collapsed
25427
25428 \begin_layout Plain Layout
25429
25430
25431 \backslash
25432 numberwithin{footnote}{chapter}
25433 \end_layout
25434
25435 \end_inset
25436
25437  Hier ist ein Beispiel für solch eine Fußnote.
25438 \series bold
25439
25440 \begin_inset Foot
25441 status open
25442
25443 \begin_layout Plain Layout
25444 Dies ist eine Fußnote nach dem Schema 
25445 \begin_inset Quotes gld
25446 \end_inset
25447
25448 Kapitel.Fußnote
25449 \begin_inset Quotes grd
25450 \end_inset
25451
25452 .
25453 \end_layout
25454
25455 \end_inset
25456
25457
25458 \series default
25459
25460 \begin_inset ERT
25461 status collapsed
25462
25463 \begin_layout Plain Layout
25464
25465
25466 \backslash
25467 renewcommand{
25468 \backslash
25469 thefootnote}{
25470 \backslash
25471 arabic{footnote}}
25472 \end_layout
25473
25474 \end_inset
25475
25476
25477 \end_layout
25478
25479 \begin_layout Standard
25480 \begin_inset Note Greyedout
25481 status open
25482
25483 \begin_layout Plain Layout
25484
25485 \series bold
25486 Bemerkung:
25487 \series default
25488  
25489 \series bold
25490
25491 \backslash
25492 numberwithin
25493 \series default
25494  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
25495  werden überschrieben.
25496 \end_layout
25497
25498 \end_inset
25499
25500
25501 \end_layout
25502
25503 \begin_layout Standard
25504 Um also z.
25505 \begin_inset space \thinspace{}
25506 \end_inset
25507
25508 B.
25509  das Schema 
25510 \begin_inset Quotes gld
25511 \end_inset
25512
25513 Kapitel.
25514 \backslash
25515 Roman{footnote}
25516 \begin_inset Quotes grd
25517 \end_inset
25518
25519  zu erhalten, muss dieser Befehl anstelle von 
25520 \series bold
25521
25522 \backslash
25523 numberwithin
25524 \series default
25525  verwendet werden:
25526 \end_layout
25527
25528 \begin_layout Standard
25529
25530 \series bold
25531
25532 \backslash
25533 renewcommand{
25534 \backslash
25535 thefootnote}{
25536 \backslash
25537 thechapter.
25538 \backslash
25539 Roman{footnote}}
25540 \end_layout
25541
25542 \begin_layout Subsection
25543 Fußnoten-Platzierung
25544 \begin_inset Index
25545 status collapsed
25546
25547 \begin_layout Plain Layout
25548 Fußnoten ! Platzierung
25549 \end_layout
25550
25551 \end_inset
25552
25553
25554 \end_layout
25555
25556 \begin_layout Standard
25557 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
25558  ohne Zwischenraum am Ende der Seite gedruckt.
25559  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
25560  LaTeX-Vorspann 1.5
25561 \begin_inset space \thinspace{}
25562 \end_inset
25563
25564 mm Zwischenraum einfügen:
25565 \end_layout
25566
25567 \begin_layout Standard
25568
25569 \series bold
25570
25571 \backslash
25572 let
25573 \backslash
25574 myFoot
25575 \backslash
25576 footnote
25577 \begin_inset Newline newline
25578 \end_inset
25579
25580
25581 \backslash
25582 renewcommand{
25583 \backslash
25584 footnote}[1]{
25585 \backslash
25586 myFoot{#1
25587 \backslash
25588 vspace{1.5mm}}}
25589 \end_layout
25590
25591 \begin_layout Standard
25592 \begin_inset VSpace bigskip
25593 \end_inset
25594
25595 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
25596  Spalte gedruckt, Abbildung
25597 \begin_inset space ~
25598 \end_inset
25599
25600
25601 \begin_inset CommandInset ref
25602 LatexCommand ref
25603 reference "abb:Standard-Fußnoten-Platzierung-in"
25604
25605 \end_inset
25606
25607 .
25608  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
25609  in Abbildung
25610 \begin_inset space ~
25611 \end_inset
25612
25613
25614 \begin_inset CommandInset ref
25615 LatexCommand ref
25616 reference "abb:Fußnoten-Platzierung-in-einem"
25617
25618 \end_inset
25619
25620 , müssen Sie das LaTeX-Paket 
25621 \series bold
25622 ftnright
25623 \series default
25624
25625 \begin_inset Index
25626 status collapsed
25627
25628 \begin_layout Plain Layout
25629 LaTeX-Pakete ! ftnright
25630 \end_layout
25631
25632 \end_inset
25633
25634  mit folgendem Befehl im LaTeX-Vorspann einfügen:
25635 \end_layout
25636
25637 \begin_layout Standard
25638
25639 \series bold
25640
25641 \backslash
25642 usepackage{ftnright}
25643 \end_layout
25644
25645 \begin_layout Standard
25646 \begin_inset Float figure
25647 placement !h
25648 wide false
25649 sideways false
25650 status open
25651
25652 \begin_layout Plain Layout
25653 \begin_inset ERT
25654 status collapsed
25655
25656 \begin_layout Plain Layout
25657
25658
25659 \backslash
25660 framebox{
25661 \end_layout
25662
25663 \end_inset
25664
25665
25666 \begin_inset Graphics
25667         filename ../clipart/without_fntright.pdf
25668         width 100col%
25669         scaleBeforeRotation
25670
25671 \end_inset
25672
25673
25674 \begin_inset ERT
25675 status collapsed
25676
25677 \begin_layout Plain Layout
25678
25679 }
25680 \end_layout
25681
25682 \end_inset
25683
25684
25685 \end_layout
25686
25687 \begin_layout Plain Layout
25688 \begin_inset Caption
25689
25690 \begin_layout Plain Layout
25691 \begin_inset CommandInset label
25692 LatexCommand label
25693 name "abb:Standard-Fußnoten-Platzierung-in"
25694
25695 \end_inset
25696
25697 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25698 \begin_inset OptArg
25699 status open
25700
25701 \begin_layout Plain Layout
25702 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25703 \end_layout
25704
25705 \end_inset
25706
25707
25708 \end_layout
25709
25710 \end_inset
25711
25712
25713 \end_layout
25714
25715 \end_inset
25716
25717
25718 \end_layout
25719
25720 \begin_layout Standard
25721 \begin_inset Float figure
25722 placement !h
25723 wide false
25724 sideways false
25725 status open
25726
25727 \begin_layout Plain Layout
25728 \begin_inset ERT
25729 status collapsed
25730
25731 \begin_layout Plain Layout
25732
25733
25734 \backslash
25735 framebox{
25736 \end_layout
25737
25738 \end_inset
25739
25740
25741 \begin_inset Graphics
25742         filename ../clipart/with_fntright.pdf
25743         width 100col%
25744         scaleBeforeRotation
25745
25746 \end_inset
25747
25748
25749 \begin_inset ERT
25750 status collapsed
25751
25752 \begin_layout Plain Layout
25753
25754 }
25755 \end_layout
25756
25757 \end_inset
25758
25759
25760 \end_layout
25761
25762 \begin_layout Plain Layout
25763 \begin_inset Caption
25764
25765 \begin_layout Plain Layout
25766 \begin_inset CommandInset label
25767 LatexCommand label
25768 name "abb:Fußnoten-Platzierung-in-einem"
25769
25770 \end_inset
25771
25772 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
25773  
25774 \series bold
25775 ftnright
25776 \series default
25777 .
25778 \begin_inset OptArg
25779 status collapsed
25780
25781 \begin_layout Plain Layout
25782 Fußnoten-Platzierung mit 
25783 \family typewriter
25784 ftnright
25785 \end_layout
25786
25787 \end_inset
25788
25789
25790 \end_layout
25791
25792 \end_inset
25793
25794
25795 \end_layout
25796
25797 \end_inset
25798
25799
25800 \end_layout
25801
25802 \begin_layout Standard
25803 \begin_inset VSpace bigskip
25804 \end_inset
25805
25806 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
25807  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
25808 \begin_inset space ~
25809 \end_inset
25810
25811
25812 \begin_inset CommandInset ref
25813 LatexCommand ref
25814 reference "abb:endnotes----Die"
25815
25816 \end_inset
25817
25818  gedruckt.
25819  Man nennt sie dann 
25820 \emph on
25821 Endnoten
25822 \emph default
25823 .
25824 \begin_inset Index
25825 status collapsed
25826
25827 \begin_layout Plain Layout
25828 Endnoten
25829 \end_layout
25830
25831 \end_inset
25832
25833  Um das zu erreichen, müssen Sie das LaTeX-Paket 
25834 \series bold
25835 endnotes
25836 \series default
25837
25838 \begin_inset Index
25839 status collapsed
25840
25841 \begin_layout Plain Layout
25842 LaTeX-Pakete ! endnotes
25843 \end_layout
25844
25845 \end_inset
25846
25847  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
25848 \end_layout
25849
25850 \begin_layout Standard
25851
25852 \series bold
25853
25854 \backslash
25855 usepackage{endnotes}
25856 \begin_inset Newline newline
25857 \end_inset
25858
25859
25860 \backslash
25861 let
25862 \backslash
25863 footnote
25864 \backslash
25865 endnote
25866 \end_layout
25867
25868 \begin_layout Standard
25869 Um die gesammelten Fußnoten zu drucken, fügen Sie den TeX-Code
25870 \series bold
25871  
25872 \backslash
25873 theendnotes
25874 \series default
25875  am Ende des Abschnitts oder Kapitels ein.
25876 \end_layout
25877
25878 \begin_layout Standard
25879 \begin_inset Float figure
25880 wide false
25881 sideways false
25882 status open
25883
25884 \begin_layout Plain Layout
25885 \align center
25886 \begin_inset ERT
25887 status collapsed
25888
25889 \begin_layout Plain Layout
25890
25891
25892 \backslash
25893 framebox{
25894 \end_layout
25895
25896 \end_inset
25897
25898
25899 \begin_inset Graphics
25900         filename ../clipart/endnotes.pdf
25901         scaleBeforeRotation
25902
25903 \end_inset
25904
25905
25906 \begin_inset ERT
25907 status collapsed
25908
25909 \begin_layout Plain Layout
25910
25911 }
25912 \end_layout
25913
25914 \end_inset
25915
25916
25917 \end_layout
25918
25919 \begin_layout Plain Layout
25920 \begin_inset Caption
25921
25922 \begin_layout Plain Layout
25923 \begin_inset CommandInset label
25924 LatexCommand label
25925 name "abb:endnotes----Die"
25926
25927 \end_inset
25928
25929
25930 \series bold
25931 endnotes
25932 \series default
25933  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25934  gedruckt.
25935 \end_layout
25936
25937 \end_inset
25938
25939
25940 \end_layout
25941
25942 \end_inset
25943
25944
25945 \end_layout
25946
25947 \begin_layout Standard
25948 \begin_inset VSpace medskip
25949 \end_inset
25950
25951 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25952 ache übersetzt.
25953  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25954 \begin_inset Quotes gld
25955 \end_inset
25956
25957 Notes
25958 \begin_inset Quotes grd
25959 \end_inset
25960
25961  in 
25962 \begin_inset Quotes gld
25963 \end_inset
25964
25965 Anmerkungen
25966 \begin_inset Quotes grd
25967 \end_inset
25968
25969 :
25970 \end_layout
25971
25972 \begin_layout Standard
25973
25974 \series bold
25975
25976 \backslash
25977 renewcommand{
25978 \backslash
25979 notesname}{Anmerkungen}
25980 \end_layout
25981
25982 \begin_layout Standard
25983 \begin_inset VSpace medskip
25984 \end_inset
25985
25986 Wenn Sie in den Befehlen von Abschnitt
25987 \begin_inset space ~
25988 \end_inset
25989
25990
25991 \begin_inset CommandInset ref
25992 LatexCommand ref
25993 reference "uab:Fußnoten-Nummerierung"
25994
25995 \end_inset
25996
25997  
25998 \series bold
25999
26000 \backslash
26001 thefootnote
26002 \series default
26003  durch 
26004 \series bold
26005
26006 \backslash
26007 theendnote
26008 \series default
26009  ersetzen, können Sie die Nummerierung von Endnoten ändern.
26010  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
26011 \series bold
26012
26013 \backslash
26014 @addtoreset
26015 \series default
26016  wie in Abschnitt
26017 \begin_inset space \space{}
26018 \end_inset
26019
26020
26021 \begin_inset CommandInset ref
26022 LatexCommand ref
26023 reference "uab:Fußnoten-Nummerierung"
26024
26025 \end_inset
26026
26027  beschrieben und ersetzen 
26028 \series bold
26029 footnote
26030 \series default
26031  durch 
26032 \series bold
26033 endnote
26034 \series default
26035 .
26036 \end_layout
26037
26038 \begin_layout Standard
26039 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
26040  
26041 \series bold
26042
26043 \backslash
26044 endnotemark[Nummer]
26045 \series default
26046  ähnlich wie 
26047 \series bold
26048
26049 \backslash
26050 footnotemark
26051 \series default
26052  Abschnitt
26053 \begin_inset space ~
26054 \end_inset
26055
26056
26057 \begin_inset CommandInset ref
26058 LatexCommand ref
26059 reference "abs:Fußnoten"
26060
26061 \end_inset
26062
26063 .
26064 \end_layout
26065
26066 \begin_layout Standard
26067 \begin_inset VSpace bigskip
26068 \end_inset
26069
26070 Mit dem LaTeX-Paket 
26071 \series bold
26072 footmisc
26073 \series default
26074
26075 \begin_inset Index
26076 status collapsed
26077
26078 \begin_layout Plain Layout
26079 LaTeX-Pakete ! footmisc
26080 \end_layout
26081
26082 \end_inset
26083
26084  (
26085 \begin_inset CommandInset citation
26086 LatexCommand cite
26087 key "footmisc"
26088
26089 \end_inset
26090
26091 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
26092 \end_layout
26093
26094 \begin_layout Standard
26095 In LaTeX-Büchern, 
26096 \begin_inset CommandInset citation
26097 LatexCommand cite
26098 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26099
26100 \end_inset
26101
26102 , finden Sie weiteres zu Fußnoten.
26103 \end_layout
26104
26105 \begin_layout Section
26106 Randnotizen
26107 \begin_inset Index
26108 status collapsed
26109
26110 \begin_layout Plain Layout
26111 Randnotizen
26112 \end_layout
26113
26114 \end_inset
26115
26116
26117 \begin_inset Index
26118 status collapsed
26119
26120 \begin_layout Plain Layout
26121 Notizen ! Randnotizen
26122 \end_layout
26123
26124 \end_inset
26125
26126
26127 \end_layout
26128
26129 \begin_layout Standard
26130 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
26131  Sie fügen sie mit einem Klick auf den Schalter 
26132 \begin_inset Graphics
26133         filename ../../images/marginalnote-insert.png
26134         scale 70
26135         scaleBeforeRotation
26136
26137 \end_inset
26138
26139  oder über 
26140 \family sans
26141 Einfügen\SpecialChar \menuseparator
26142 Randnotiz
26143 \family default
26144  ein.
26145  Ein graues Kästchen mit der Aufschrift 
26146 \begin_inset Quotes gld
26147 \end_inset
26148
26149 Rand
26150 \begin_inset Quotes grd
26151 \end_inset
26152
26153  erscheint
26154 \family roman
26155 \series medium
26156 , und dort, wo der Cursor steht, können Sie Text eingeben.
26157 \end_layout
26158
26159 \begin_layout Standard
26160 Hier am Rand sehen Sie eine Randnotiz.
26161  
26162 \begin_inset Marginal
26163 status open
26164
26165 \begin_layout Plain Layout
26166 Dies ist eine Randnotiz.
26167 \end_layout
26168
26169 \end_inset
26170
26171
26172 \end_layout
26173
26174 \begin_layout Standard
26175 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
26176  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
26177  Seiten und rechts auf den ungeraden.
26178  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
26179  wird und umgekehrt.
26180  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
26181  wurde.
26182 \end_layout
26183
26184 \begin_layout Standard
26185 \begin_inset VSpace bigskip
26186 \end_inset
26187
26188 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
26189 \end_layout
26190
26191 \begin_layout Standard
26192
26193 \series bold
26194
26195 \backslash
26196 reversemarginpar
26197 \end_layout
26198
26199 \begin_layout Standard
26200 als TeX-Code vor einer Randnotiz ein.
26201  Das gilt dann für alle folgenden Randnotizen.
26202  
26203 \begin_inset ERT
26204 status collapsed
26205
26206 \begin_layout Plain Layout
26207
26208
26209 \backslash
26210 reversemarginpar 
26211 \end_layout
26212
26213 \end_inset
26214
26215
26216 \begin_inset Marginal
26217 status open
26218
26219 \begin_layout Plain Layout
26220 Hier ist ein Beispiel im inneren Rand.
26221 \end_layout
26222
26223 \end_inset
26224
26225
26226 \begin_inset Newline newline
26227 \end_inset
26228
26229
26230 \begin_inset Note Greyedout
26231 status open
26232
26233 \begin_layout Plain Layout
26234  
26235 \series bold
26236 Achtung:
26237 \series default
26238  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
26239 \end_layout
26240
26241 \end_inset
26242
26243
26244 \end_layout
26245
26246 \begin_layout Standard
26247 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
26248 \end_layout
26249
26250 \begin_layout Standard
26251
26252 \series bold
26253
26254 \backslash
26255 normalmarginpar
26256 \end_layout
26257
26258 \begin_layout Standard
26259 als TeX-Code ein.
26260 \begin_inset ERT
26261 status collapsed
26262
26263 \begin_layout Plain Layout
26264
26265
26266 \backslash
26267 normalmarginpar 
26268 \end_layout
26269
26270 \end_inset
26271
26272
26273 \end_layout
26274
26275 \begin_layout Standard
26276 \begin_inset Note Greyedout
26277 status open
26278
26279 \begin_layout Plain Layout
26280
26281 \series bold
26282 Achtung:
26283 \series default
26284  Der Befehl wird missachtet, wenn er im selben Absatz wie 
26285 \series bold
26286
26287 \backslash
26288 reversemarginpar
26289 \series default
26290  verwendet wird.
26291 \end_layout
26292
26293 \end_inset
26294
26295
26296 \end_layout
26297
26298 \begin_layout Standard
26299 \begin_inset VSpace bigskip
26300 \end_inset
26301
26302
26303 \begin_inset Marginal
26304 status open
26305
26306 \begin_layout Plain Layout
26307
26308 \family roman
26309 \series medium
26310 EinSehrLangesWort am Anfang, das umgebrochen wird.
26311 \end_layout
26312
26313 \end_inset
26314
26315  Ähnlich wie in Abschnitt
26316 \begin_inset space ~
26317 \end_inset
26318
26319
26320 \begin_inset CommandInset ref
26321 LatexCommand ref
26322 reference "uab:Mehrfache-Zeilen-in"
26323
26324 \end_inset
26325
26326  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
26327  Wort der Randnotiz sind.
26328  Um das zu vermeiden, fügen sie 0
26329 \begin_inset space \thinspace{}
26330 \end_inset
26331
26332 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
26333 \begin_inset Marginal
26334 status open
26335
26336 \begin_layout Plain Layout
26337 \begin_inset space \hspace{}
26338 \length 0pt
26339 \end_inset
26340
26341
26342 \family roman
26343 \series medium
26344 EinSehrLangesWort am Anfang, das umgebrochen wird.
26345 \end_layout
26346
26347 \end_inset
26348
26349
26350 \end_layout
26351
26352 \begin_layout Standard
26353 \begin_inset VSpace bigskip
26354 \end_inset
26355
26356
26357 \end_layout
26358
26359 \begin_layout Standard
26360 \begin_inset Note Greyedout
26361 status open
26362
26363 \begin_layout Plain Layout
26364
26365 \series bold
26366 Bemerkung:
26367 \series default
26368  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
26369  verwendet werden.
26370 \end_layout
26371
26372 \end_inset
26373
26374
26375 \end_layout
26376
26377 \begin_layout Standard
26378 \begin_inset VSpace bigskip
26379 \end_inset
26380
26381
26382 \end_layout
26383
26384 \begin_layout Standard
26385 \begin_inset ERT
26386 status collapsed
26387
26388 \begin_layout Plain Layout
26389
26390
26391 \backslash
26392 ifmarginnote
26393 \end_layout
26394
26395 \end_inset
26396
26397
26398 \begin_inset Note Note
26399 status open
26400
26401 \begin_layout Plain Layout
26402 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
26403 \series bold
26404 marginnote
26405 \series default
26406  installiert ist.
26407 \end_layout
26408
26409 \end_inset
26410
26411
26412 \end_layout
26413
26414 \begin_layout Standard
26415 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
26416 \series bold
26417 marginnote
26418 \series default
26419
26420 \begin_inset Index
26421 status collapsed
26422
26423 \begin_layout Plain Layout
26424 LaTeX-Pakete ! marginnote
26425 \end_layout
26426
26427 \end_inset
26428
26429  verwendet wird.
26430  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
26431  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
26432  des Pakets 
26433 \series bold
26434 marginnote
26435 \series default
26436  für Randnotizen verwendet wird:
26437 \end_layout
26438
26439 \begin_layout Standard
26440
26441 \series bold
26442
26443 \backslash
26444 usepackage{marginnote}
26445 \begin_inset Newline newline
26446 \end_inset
26447
26448
26449 \backslash
26450 let
26451 \backslash
26452 marginpar
26453 \backslash
26454 marginnote
26455 \end_layout
26456
26457 \begin_layout Standard
26458 Dies wird auch in diesem Dokument verwendet, denn 
26459 \series bold
26460 marginnote
26461 \series default
26462  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
26463  für Randnotizen angeben.
26464  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
26465 n zu dicht beieinander sind.
26466  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
26467  Schema
26468 \end_layout
26469
26470 \begin_layout Standard
26471
26472 \series bold
26473 [Versatz]
26474 \end_layout
26475
26476 \begin_layout Standard
26477 angegeben.
26478  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
26479 \begin_inset space ~
26480 \end_inset
26481
26482
26483 \begin_inset CommandInset ref
26484 LatexCommand ref
26485 reference "tab:Maßeinheiten"
26486
26487 \end_inset
26488
26489  aufgelistet sind.
26490  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
26491  nach unten.
26492  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
26493 \begin_inset space \thinspace{}
26494 \end_inset
26495
26496 cm mit dem TeX-Code-Befehl  
26497 \begin_inset Quotes gld
26498 \end_inset
26499
26500
26501 \series bold
26502 [-1.5cm]
26503 \series default
26504
26505 \begin_inset Quotes grd
26506 \end_inset
26507
26508  nach oben versetzt.
26509 \begin_inset Marginal
26510 status open
26511
26512 \begin_layout Plain Layout
26513 Diese Randnotiz ist 1.5
26514 \begin_inset space \thinspace{}
26515 \end_inset
26516
26517 cm von ihrer Originalposition nach oben versetzt.
26518 \end_layout
26519
26520 \end_inset
26521
26522
26523 \begin_inset ERT
26524 status collapsed
26525
26526 \begin_layout Plain Layout
26527
26528 [-1.5cm]
26529 \end_layout
26530
26531 \end_inset
26532
26533
26534 \end_layout
26535
26536 \begin_layout Standard
26537 \begin_inset VSpace medskip
26538 \end_inset
26539
26540 Mit 
26541 \series bold
26542 marginnote
26543 \series default
26544  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
26545  Zum Beispiel setzen die Befehle
26546 \end_layout
26547
26548 \begin_layout Standard
26549
26550 \series bold
26551
26552 \backslash
26553 renewcommand*{
26554 \backslash
26555 raggedleftmarginnote}{
26556 \backslash
26557 centering}
26558 \begin_inset Newline newline
26559 \end_inset
26560
26561
26562 \backslash
26563 renewcommand*{
26564 \backslash
26565 raggedrightmarginnote}{
26566 \backslash
26567 centering}
26568 \end_layout
26569
26570 \begin_layout Standard
26571 die Ausrichtung auf zentriert.
26572  
26573 \series bold
26574
26575 \backslash
26576 raggedleftmarginnote
26577 \series default
26578  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
26579  
26580 \begin_inset ERT
26581 status collapsed
26582
26583 \begin_layout Plain Layout
26584
26585
26586 \backslash
26587 renewcommand*{
26588 \backslash
26589 raggedleftmarginnote}{
26590 \backslash
26591 centering}
26592 \end_layout
26593
26594 \begin_layout Plain Layout
26595
26596
26597 \backslash
26598 renewcommand*{
26599 \backslash
26600 raggedrightmarginnote}{
26601 \backslash
26602 centering}
26603 \end_layout
26604
26605 \end_inset
26606
26607
26608 \begin_inset Marginal
26609 status open
26610
26611 \begin_layout Plain Layout
26612 Der Text dieser Randnotiz ist zentriert ausgerichtet.
26613 \end_layout
26614
26615 \end_inset
26616
26617  Die Voreinstellung ist
26618 \end_layout
26619
26620 \begin_layout Standard
26621
26622 \series bold
26623
26624 \backslash
26625 renewcommand*{
26626 \backslash
26627 raggedleftmarginnote}{
26628 \backslash
26629 raggedleft}
26630 \begin_inset Newline newline
26631 \end_inset
26632
26633
26634 \backslash
26635 renewcommand*{
26636 \backslash
26637 raggedrightmarginnote}{
26638 \backslash
26639 raggedright}
26640 \series default
26641
26642 \begin_inset ERT
26643 status collapsed
26644
26645 \begin_layout Plain Layout
26646
26647
26648 \backslash
26649 renewcommand*{
26650 \backslash
26651 raggedleftmarginnote}{
26652 \backslash
26653 raggedleft}
26654 \end_layout
26655
26656 \begin_layout Plain Layout
26657
26658
26659 \backslash
26660 renewcommand*{
26661 \backslash
26662 raggedrightmarginnote}{
26663 \backslash
26664 raggedright}
26665 \end_layout
26666
26667 \end_inset
26668
26669
26670 \end_layout
26671
26672 \begin_layout Standard
26673 \begin_inset VSpace medskip
26674 \end_inset
26675
26676 Für weitere Fähigkeiten des Pakets 
26677 \series bold
26678 marginnote
26679 \series default
26680  sei auf dessen Dokumentation verwiesen 
26681 \begin_inset CommandInset citation
26682 LatexCommand cite
26683 key "marginnote"
26684
26685 \end_inset
26686
26687 .
26688 \end_layout
26689
26690 \begin_layout Standard
26691 \begin_inset VSpace bigskip
26692 \end_inset
26693
26694 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
26695  geändert werden.
26696  Um z.
26697 \begin_inset space \thinspace{}
26698 \end_inset
26699
26700 B.
26701  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
26702  und fettgedruckten Text 
26703 \begin_inset Quotes eld
26704 \end_inset
26705
26706
26707 \family sans
26708 \series bold
26709 \bar under
26710 Achtung!
26711 \family default
26712 \series default
26713 \bar default
26714
26715 \begin_inset Quotes erd
26716 \end_inset
26717
26718  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
26719 \end_layout
26720
26721 \begin_layout Standard
26722
26723 \series bold
26724
26725 \backslash
26726 let
26727 \backslash
26728 myMarginpar
26729 \backslash
26730 marginpar
26731 \begin_inset Newline newline
26732 \end_inset
26733
26734
26735 \backslash
26736 renewcommand{
26737 \backslash
26738 marginpar}[1]{
26739 \backslash
26740 myMarginpar{%
26741 \begin_inset Newline newline
26742 \end_inset
26743
26744
26745 \begin_inset ERT
26746 status collapsed
26747
26748 \begin_layout Plain Layout
26749
26750
26751 \backslash
26752 hphantom{ }
26753 \end_layout
26754
26755 \end_inset
26756
26757
26758 \backslash
26759 hspace{0pt}
26760 \backslash
26761 textsf{
26762 \backslash
26763 textbf{
26764 \backslash
26765 underbar{Achtung!}}}%
26766 \begin_inset Newline newline
26767 \end_inset
26768
26769
26770 \begin_inset ERT
26771 status collapsed
26772
26773 \begin_layout Plain Layout
26774
26775
26776 \backslash
26777 hphantom{ }
26778 \end_layout
26779
26780 \end_inset
26781
26782
26783 \backslash
26784 vspace{1.5mm}
26785 \backslash
26786
26787 \backslash
26788 #1}}
26789 \end_layout
26790
26791 \begin_layout Standard
26792 \begin_inset ERT
26793 status collapsed
26794
26795 \begin_layout Plain Layout
26796
26797
26798 \backslash
26799 let
26800 \backslash
26801 myMarginpar
26802 \backslash
26803 marginpar
26804 \end_layout
26805
26806 \begin_layout Plain Layout
26807
26808
26809 \backslash
26810 renewcommand{
26811 \backslash
26812 marginpar}[1]{
26813 \backslash
26814 myMarginpar{%
26815 \end_layout
26816
26817 \begin_layout Plain Layout
26818
26819    
26820 \backslash
26821 textsf{
26822 \backslash
26823 textbf{
26824 \backslash
26825 underbar{Achtung!}}}%
26826 \end_layout
26827
26828 \begin_layout Plain Layout
26829
26830    
26831 \backslash
26832 vspace{1.5mm}
26833 \backslash
26834
26835 \backslash
26836 #1}}
26837 \end_layout
26838
26839 \end_inset
26840
26841
26842 \begin_inset Marginal
26843 status open
26844
26845 \begin_layout Plain Layout
26846 Dies ist eine Randnotiz mit einer definierten Überschrift.
26847 \end_layout
26848
26849 \end_inset
26850
26851
26852 \begin_inset ERT
26853 status collapsed
26854
26855 \begin_layout Plain Layout
26856
26857 [-1.5cm]
26858 \end_layout
26859
26860 \end_inset
26861
26862
26863 \begin_inset ERT
26864 status collapsed
26865
26866 \begin_layout Plain Layout
26867
26868
26869 \backslash
26870 renewcommand{
26871 \backslash
26872 marginpar}[1]{
26873 \backslash
26874 myMarginpar{#1}}
26875 \end_layout
26876
26877 \end_inset
26878
26879
26880 \begin_inset Note Note
26881 status open
26882
26883 \begin_layout Plain Layout
26884 Das Format wurde nur für dieses Beispiel geändert.
26885 \end_layout
26886
26887 \end_inset
26888
26889
26890 \end_layout
26891
26892 \begin_layout Standard
26893 \begin_inset ERT
26894 status collapsed
26895
26896 \begin_layout Plain Layout
26897
26898
26899 \backslash
26900 else
26901 \end_layout
26902
26903 \end_inset
26904
26905
26906 \begin_inset Note Note
26907 status open
26908
26909 \begin_layout Plain Layout
26910 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26911 \series bold
26912 marginnote
26913 \series default
26914  nicht installiert ist:
26915 \end_layout
26916
26917 \end_inset
26918
26919
26920 \end_layout
26921
26922 \begin_layout Standard
26923 Das LaTeX-Paket 
26924 \series bold
26925 marginnote
26926 \series default
26927  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26928 \end_layout
26929
26930 \begin_layout Standard
26931 \begin_inset ERT
26932 status collapsed
26933
26934 \begin_layout Plain Layout
26935
26936
26937 \backslash
26938 fi
26939 \end_layout
26940
26941 \end_inset
26942
26943
26944 \end_layout
26945
26946 \begin_layout Chapter
26947 Boxen
26948 \end_layout
26949
26950 \begin_layout Section
26951 Einleitung
26952 \begin_inset Index
26953 status collapsed
26954
26955 \begin_layout Plain Layout
26956 Boxen ! Einleitung
26957 \end_layout
26958
26959 \end_inset
26960
26961
26962 \end_layout
26963
26964 \begin_layout Standard
26965 Boxen werden benutzt, um einen Textblock zu formatieren.
26966  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26967  siehe Abschnitt
26968 \begin_inset space ~
26969 \end_inset
26970
26971
26972 \begin_inset CommandInset ref
26973 LatexCommand ref
26974 reference "abs:Minipage"
26975
26976 \end_inset
26977
26978 , um Text zu umrahmen, siehe Abschnitt
26979 \begin_inset space ~
26980 \end_inset
26981
26982
26983 \begin_inset CommandInset ref
26984 LatexCommand ref
26985 reference "uab:Verzierung"
26986
26987 \end_inset
26988
26989 , um Silbentrennung zu verhindern, siehe Abschnitt
26990 \begin_inset space ~
26991 \end_inset
26992
26993
26994 \begin_inset CommandInset ref
26995 LatexCommand ref
26996 reference "abs:Silbentrennung-unterbinden"
26997
26998 \end_inset
26999
27000 , um Text senkrecht auszurichten, siehe Abschnitt
27001 \begin_inset space ~
27002 \end_inset
27003
27004
27005 \begin_inset CommandInset ref
27006 LatexCommand ref
27007 reference "uab:Vertikale-Ausrichtung"
27008
27009 \end_inset
27010
27011  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
27012 \begin_inset space ~
27013 \end_inset
27014
27015
27016 \begin_inset CommandInset ref
27017 LatexCommand ref
27018 reference "abs:Farbige-Boxen"
27019
27020 \end_inset
27021
27022 .
27023 \end_layout
27024
27025 \begin_layout Standard
27026 Boxen werden mit 
27027 \family sans
27028 Einfügen\SpecialChar \menuseparator
27029 Box
27030 \family default
27031  oder dem Schalter 
27032 \begin_inset Graphics
27033         filename ../../images/box-insert.png
27034         scale 70
27035         scaleBeforeRotation
27036
27037 \end_inset
27038
27039  eingefügt.
27040  Ein graues Kästchen mit der Aufschrift 
27041 \begin_inset Quotes gld
27042 \end_inset
27043
27044 Box (Minipage)
27045 \begin_inset Quotes grd
27046 \end_inset
27047
27048  erscheint: 
27049 \begin_inset Graphics
27050         filename clipart/StandardBoxQt4.png
27051         scale 85
27052         scaleBeforeRotation
27053
27054 \end_inset
27055
27056  Mit einem Rechts\SpecialChar \-
27057 klick auf das graue Kästchen kann der Typ spezifiziert
27058  werden.
27059  Das Dialogfenster bietet bei 
27060 \family sans
27061 Innere
27062 \begin_inset space ~
27063 \end_inset
27064
27065 Box
27066 \family default
27067  die Typen 
27068 \family sans
27069 Parbox
27070 \family default
27071  und 
27072 \family sans
27073 Minipage
27074 \family default
27075  an.
27076  
27077 \family sans
27078 Minipage
27079 \family default
27080  ist die Standard-Einstellung für neue Boxen und in Abschnitt
27081 \begin_inset space ~
27082 \end_inset
27083
27084
27085 \begin_inset CommandInset ref
27086 LatexCommand ref
27087 reference "abs:Minipage"
27088
27089 \end_inset
27090
27091  beschrieben, 
27092 \family sans
27093 Parbox
27094 \family default
27095  in Abschnitt
27096 \begin_inset space ~
27097 \end_inset
27098
27099
27100 \begin_inset CommandInset ref
27101 LatexCommand ref
27102 reference "abs:Parbox"
27103
27104 \end_inset
27105
27106 .
27107 \end_layout
27108
27109 \begin_layout Standard
27110 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
27111  wie auf Gleitobjekte und Fußnoten.
27112 \end_layout
27113
27114 \begin_layout Standard
27115 \begin_inset Note Greyedout
27116 status open
27117
27118 \begin_layout Plain Layout
27119
27120 \series bold
27121 Bemerkung
27122 \begin_inset space ~
27123 \end_inset
27124
27125 1:
27126 \series default
27127  Boxen dürfen in 
27128 \family sans
27129 List-
27130 \family default
27131  oder 
27132 \family sans
27133 Beschreibung-
27134 \family default
27135 Umgebungen nicht verwendet werden.
27136 \end_layout
27137
27138 \end_inset
27139
27140
27141 \end_layout
27142
27143 \begin_layout Standard
27144 \begin_inset Note Greyedout
27145 status open
27146
27147 \begin_layout Plain Layout
27148
27149 \series bold
27150 Bemerkung
27151 \begin_inset space ~
27152 \end_inset
27153
27154 2:
27155 \series default
27156  Boxen ohne 
27157 \family sans
27158 Innere
27159 \begin_inset space ~
27160 \end_inset
27161
27162 Box
27163 \family default
27164  und ohne Rahmen werden in Abschnitt
27165 \begin_inset space ~
27166 \end_inset
27167
27168
27169 \begin_inset CommandInset ref
27170 LatexCommand ref
27171 reference "abs:Silbentrennung-unterbinden"
27172
27173 \end_inset
27174
27175  beschrieben.
27176 \end_layout
27177
27178 \end_inset
27179
27180
27181 \end_layout
27182
27183 \begin_layout Section
27184 Das Box-Einstellungen-Fenster
27185 \begin_inset CommandInset label
27186 LatexCommand label
27187 name "abs:Box-Dialog"
27188
27189 \end_inset
27190
27191
27192 \begin_inset Index
27193 status collapsed
27194
27195 \begin_layout Plain Layout
27196 Boxen ! Box-Dialog-Fenster
27197 \end_layout
27198
27199 \end_inset
27200
27201
27202 \end_layout
27203
27204 \begin_layout Subsection
27205 Box-Größe
27206 \begin_inset Index
27207 status collapsed
27208
27209 \begin_layout Plain Layout
27210 Boxen ! Größe
27211 \end_layout
27212
27213 \end_inset
27214
27215
27216 \end_layout
27217
27218 \begin_layout Standard
27219 Im 
27220 \family sans
27221 Box-Einstellungen
27222 \family default
27223 -Fenster können Sie die Größe der Box mit 
27224 \family sans
27225 Breite
27226 \family default
27227  und 
27228 \family sans
27229 Höhe 
27230 \family default
27231 festlegen.
27232  Die verfügbaren Einheiten werden in Tabelle
27233 \begin_inset space ~
27234 \end_inset
27235
27236
27237 \begin_inset CommandInset ref
27238 LatexCommand ref
27239 reference "tab:Maßeinheiten"
27240
27241 \end_inset
27242
27243  aufgelistet.
27244  Das Feld
27245 \family sans
27246  Höhe
27247 \family default
27248  bietet die folgenden zusätzlichen Größen:
27249 \end_layout
27250
27251 \begin_layout Description
27252 Tiefe Dies ist die reine Text-
27253 \begin_inset Quotes gld
27254 \end_inset
27255
27256 Höhe
27257 \begin_inset Quotes grd
27258 \end_inset
27259
27260 .
27261  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
27262 \begin_inset Newline newline
27263 \end_inset
27264
27265
27266 \begin_inset Newline newline
27267 \end_inset
27268
27269
27270 \begin_inset Newline newline
27271 \end_inset
27272
27273
27274 \begin_inset Box Boxed
27275 position "c"
27276 hor_pos "c"
27277 has_inner_box 1
27278 inner_pos "c"
27279 use_parbox 0
27280 width "12col%"
27281 special "none"
27282 height "1in"
27283 height_special "depth"
27284 status collapsed
27285
27286 \begin_layout Plain Layout
27287 \align center
27288 Box-Höhe = 1
27289 \begin_inset space \thinspace{}
27290 \end_inset
27291
27292 Tiefe
27293 \end_layout
27294
27295 \end_inset
27296
27297
27298 \begin_inset Newline newline
27299 \end_inset
27300
27301
27302 \begin_inset Newline newline
27303 \end_inset
27304
27305
27306 \end_layout
27307
27308 \begin_layout Description
27309 Höhe Dies ist die Texthöhe innerhalb der Box.
27310  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
27311  Texthöhe setzen: 
27312 \begin_inset Box Boxed
27313 position "c"
27314 hor_pos "c"
27315 has_inner_box 1
27316 inner_pos "c"
27317 use_parbox 0
27318 width "20col%"
27319 special "none"
27320 height "2in"
27321 height_special "height"
27322 status collapsed
27323
27324 \begin_layout Plain Layout
27325 \align center
27326 Boxhöhe = 2
27327 \begin_inset space \thinspace{}
27328 \end_inset
27329
27330 Höhe
27331 \end_layout
27332
27333 \end_inset
27334
27335
27336 \end_layout
27337
27338 \begin_layout Description
27339 Gesamthöhe Dies ist Höhe
27340 \begin_inset space \thinspace{}
27341 \end_inset
27342
27343 +
27344 \begin_inset space \thinspace{}
27345 \end_inset
27346
27347 Tiefe: 
27348 \begin_inset Box Boxed
27349 position "c"
27350 hor_pos "c"
27351 has_inner_box 1
27352 inner_pos "c"
27353 use_parbox 0
27354 width "20col%"
27355 special "none"
27356 height "1in"
27357 height_special "totalheight"
27358 status collapsed
27359
27360 \begin_layout Plain Layout
27361 \align center
27362 Boxhöhe = 1
27363 \begin_inset space \thinspace{}
27364 \end_inset
27365
27366 Gesamthöhe
27367 \end_layout
27368
27369 \end_inset
27370
27371
27372 \end_layout
27373
27374 \begin_layout Description
27375 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
27376 \begin_inset Box Boxed
27377 position "c"
27378 hor_pos "c"
27379 has_inner_box 1
27380 inner_pos "c"
27381 use_parbox 0
27382 width "12col%"
27383 special "none"
27384 height "1in"
27385 height_special "width"
27386 status collapsed
27387
27388 \begin_layout Plain Layout
27389 \align center
27390 Boxhöhe = 1
27391 \begin_inset space \thinspace{}
27392 \end_inset
27393
27394 Breite
27395 \end_layout
27396
27397 \end_inset
27398
27399
27400 \end_layout
27401
27402 \begin_layout Subsection
27403 Ausrichtung
27404 \begin_inset Index
27405 status collapsed
27406
27407 \begin_layout Plain Layout
27408 Boxen ! Ausrichtung
27409 \end_layout
27410
27411 \end_inset
27412
27413
27414 \end_layout
27415
27416 \begin_layout Standard
27417 Wenn Sie eine 
27418 \family sans
27419 Innere
27420 \begin_inset space ~
27421 \end_inset
27422
27423 Box
27424 \family default
27425  gewählt haben, kann die Box mit folgenden Werten für 
27426 \family sans
27427 Box
27428 \family default
27429  senkrecht ausgerichtet werden:
27430 \end_layout
27431
27432 \begin_layout Description
27433 Oben Dies ist ein Beispieltext.
27434  
27435 \begin_inset Box Boxed
27436 position "t"
27437 hor_pos "c"
27438 has_inner_box 1
27439 inner_pos "c"
27440 use_parbox 0
27441 width "20col%"
27442 special "none"
27443 height "1in"
27444 height_special "totalheight"
27445 status collapsed
27446
27447 \begin_layout Plain Layout
27448 \align center
27449 Die Ober\SpecialChar \-
27450 kante der Box ist in der Zeile.
27451 \end_layout
27452
27453 \end_inset
27454
27455  Dies ist ein Beispieltext.
27456 \end_layout
27457
27458 \begin_layout Description
27459 Mitte Dies ist ein Beispieltext.
27460  
27461 \begin_inset Box Boxed
27462 position "c"
27463 hor_pos "c"
27464 has_inner_box 1
27465 inner_pos "c"
27466 use_parbox 0
27467 width "20col%"
27468 special "none"
27469 height "1in"
27470 height_special "totalheight"
27471 status collapsed
27472
27473 \begin_layout Plain Layout
27474 \align center
27475 Die Mitte der Box ist in der Zeile.
27476 \end_layout
27477
27478 \end_inset
27479
27480  Dies ist ein Beispieltext.
27481 \end_layout
27482
27483 \begin_layout Description
27484 Unten Dies ist ein Beispieltext.
27485  
27486 \begin_inset Box Boxed
27487 position "b"
27488 hor_pos "c"
27489 has_inner_box 1
27490 inner_pos "c"
27491 use_parbox 0
27492 width "20col%"
27493 special "none"
27494 height "1in"
27495 height_special "totalheight"
27496 status collapsed
27497
27498 \begin_layout Plain Layout
27499 \align center
27500 Die Unter\SpecialChar \-
27501 kante der Box ist in der Zeile.
27502 \end_layout
27503
27504 \end_inset
27505
27506  Dies ist ein Beispieltext.
27507 \end_layout
27508
27509 \begin_layout Standard
27510 \begin_inset Note Greyedout
27511 status open
27512
27513 \begin_layout Plain Layout
27514
27515 \series bold
27516 Bemerkung:
27517 \series default
27518  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
27519  Boxen in einer Zeile sind und eine Box z.
27520 \begin_inset space \thinspace{}
27521 \end_inset
27522
27523 B.
27524  schattiert ist, die andere aber nicht.
27525 \end_layout
27526
27527 \end_inset
27528
27529
27530 \end_layout
27531
27532 \begin_layout Standard
27533 Eine Box kann mit dem Dialog 
27534 \family sans
27535 Absatz-Einstellungen
27536 \family default
27537  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
27538 \end_layout
27539
27540 \begin_layout Standard
27541 \begin_inset VSpace bigskip
27542 \end_inset
27543
27544 Wenn Sie eine 
27545 \family sans
27546 Innere
27547 \begin_inset space ~
27548 \end_inset
27549
27550 Box
27551 \family default
27552  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
27553 \family sans
27554 Inhalt
27555 \family default
27556  senkrecht ausgerichtet werden:
27557 \end_layout
27558
27559 \begin_layout Description
27560 Oben Dies ist ein Beispieltext.
27561  
27562 \begin_inset Box Boxed
27563 position "c"
27564 hor_pos "c"
27565 has_inner_box 1
27566 inner_pos "t"
27567 use_parbox 0
27568 width "20col%"
27569 special "none"
27570 height "1.5in"
27571 height_special "totalheight"
27572 status collapsed
27573
27574 \begin_layout Plain Layout
27575 \align center
27576 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
27577 \end_layout
27578
27579 \end_inset
27580
27581  Dies ist ein Beispieltext.
27582 \end_layout
27583
27584 \begin_layout Description
27585 Mitte Dies ist ein Beispieltext.
27586  
27587 \begin_inset Box Boxed
27588 position "c"
27589 hor_pos "c"
27590 has_inner_box 1
27591 inner_pos "c"
27592 use_parbox 0
27593 width "20col%"
27594 special "none"
27595 height "1.5in"
27596 height_special "totalheight"
27597 status collapsed
27598
27599 \begin_layout Plain Layout
27600 \align center
27601 Der Boxinhalt ist zentriert ausgerichtet.
27602 \end_layout
27603
27604 \end_inset
27605
27606  Dies ist ein Beispieltext.
27607 \end_layout
27608
27609 \begin_layout Description
27610 Unten Dies ist ein Beispieltext.
27611  
27612 \begin_inset Box Boxed
27613 position "c"
27614 hor_pos "c"
27615 has_inner_box 1
27616 inner_pos "b"
27617 use_parbox 0
27618 width "20col%"
27619 special "none"
27620 height "1.5in"
27621 height_special "totalheight"
27622 status collapsed
27623
27624 \begin_layout Plain Layout
27625 \align center
27626 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
27627 \end_layout
27628
27629 \end_inset
27630
27631  Dies ist ein Beispieltext.
27632 \end_layout
27633
27634 \begin_layout Description
27635 Dehnen Dies ist ein Beispieltext.
27636  
27637 \begin_inset Box Boxed
27638 position "c"
27639 hor_pos "c"
27640 has_inner_box 1
27641 inner_pos "s"
27642 use_parbox 0
27643 width "20col%"
27644 special "none"
27645 height "1in"
27646 height_special "totalheight"
27647 status collapsed
27648
27649 \begin_layout Plain Layout
27650 \align center
27651 Der Boxinhalt
27652 \end_layout
27653
27654 \begin_layout Plain Layout
27655 \align center
27656 ist über die
27657 \end_layout
27658
27659 \begin_layout Plain Layout
27660 \align center
27661 Boxhöhe
27662 \end_layout
27663
27664 \begin_layout Plain Layout
27665 \align center
27666 gleichmäßig verteilt.
27667 \end_layout
27668
27669 \end_inset
27670
27671  Dies ist ein Beispieltext.
27672 \end_layout
27673
27674 \begin_layout Standard
27675 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
27676  besteht.
27677  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
27678 \end_layout
27679
27680 \begin_layout Standard
27681 Ein Boxinhalt kann mit dem Dialog 
27682 \family sans
27683 Absatz-Einstellungen
27684 \family default
27685  waagerecht ausgerichtet werden, wenn Sie eine
27686 \family sans
27687  Innere
27688 \begin_inset space ~
27689 \end_inset
27690
27691 Box
27692 \family default
27693  gewählt haben.
27694 \end_layout
27695
27696 \begin_layout Standard
27697 \align center
27698 \begin_inset Box Boxed
27699 position "c"
27700 hor_pos "c"
27701 has_inner_box 1
27702 inner_pos "s"
27703 use_parbox 0
27704 width "30col%"
27705 special "none"
27706 height "1.25in"
27707 height_special "totalheight"
27708 status collapsed
27709
27710 \begin_layout Plain Layout
27711 \align left
27712 Hier ist jede Zeile
27713 \end_layout
27714
27715 \begin_layout Plain Layout
27716 \align center
27717 anders
27718 \end_layout
27719
27720 \begin_layout Plain Layout
27721 \align right
27722 ausgerichtet.
27723 \end_layout
27724
27725 \end_inset
27726
27727
27728 \end_layout
27729
27730 \begin_layout Standard
27731 Wenn Sie keine
27732 \family sans
27733  Innere
27734 \begin_inset space ~
27735 \end_inset
27736
27737 Box
27738 \family default
27739  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
27740 \family sans
27741 Box-Einstellungen-
27742 \family default
27743 Dialog ausrichten
27744 \end_layout
27745
27746 \begin_layout Standard
27747 \align center
27748 \begin_inset Box Boxed
27749 position "c"
27750 hor_pos "s"
27751 has_inner_box 0
27752 inner_pos "s"
27753 use_parbox 0
27754 width "90col%"
27755 special "none"
27756 height "1.25in"
27757 height_special "totalheight"
27758 status collapsed
27759
27760 \begin_layout Plain Layout
27761 \align left
27762 Dieser Boxinhalt wurde horizontal gedehnt.
27763 \end_layout
27764
27765 \end_inset
27766
27767
27768 \end_layout
27769
27770 \begin_layout Subsection
27771 Verzierung
27772 \begin_inset CommandInset label
27773 LatexCommand label
27774 name "uab:Verzierung"
27775
27776 \end_inset
27777
27778
27779 \begin_inset Index
27780 status collapsed
27781
27782 \begin_layout Plain Layout
27783 Boxen ! Verzierung
27784 \end_layout
27785
27786 \end_inset
27787
27788
27789 \end_layout
27790
27791 \begin_layout Standard
27792 Im 
27793 \family sans
27794 Box-Einstellungen-
27795 \family default
27796 Dialog können Sie mit der 
27797 \family sans
27798 Verzierung
27799 \family default
27800  den Typ der Box auswählen:
27801 \end_layout
27802
27803 \begin_layout Description
27804 Einfacher
27805 \begin_inset space ~
27806 \end_inset
27807
27808 rechteckiger
27809 \begin_inset space ~
27810 \end_inset
27811
27812 Rahmen Um die Box wird ein rechteckiger Rahmen gezogen.
27813  Die Rahmendicke wird durch 
27814 \series bold
27815
27816 \backslash
27817 fboxrule
27818 \series default
27819  festgelegt.
27820  
27821 \begin_inset Box Boxed
27822 position "c"
27823 hor_pos "c"
27824 has_inner_box 1
27825 inner_pos "c"
27826 use_parbox 0
27827 width "21col%"
27828 special "none"
27829 height "1in"
27830 height_special "totalheight"
27831 status collapsed
27832
27833 \begin_layout Plain Layout
27834
27835 \series medium
27836 Rechteckige
27837 \begin_inset space ~
27838 \end_inset
27839
27840 Box
27841 \end_layout
27842
27843 \end_inset
27844
27845
27846 \end_layout
27847
27848 \begin_layout Description
27849 erlaube
27850 \begin_inset space ~
27851 \end_inset
27852
27853 Seitenumbrüche Wenn Sie die Verzierung 
27854 \family sans
27855 Einfacher rechteckiger Rahmen
27856 \family default
27857  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
27858  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
27859  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
27860  für sich ist und 
27861 \series bold
27862
27863 \backslash
27864 fboxrule
27865 \series default
27866  und 
27867 \series bold
27868
27869 \backslash
27870 fboxsep
27871 \series default
27872  keinen Einfluss auf diesen Box Typ haben.
27873  Die Rahmendicke wird durch 
27874 \series bold
27875
27876 \backslash
27877 FrameRule
27878 \series default
27879  festgelegt.
27880  
27881 \begin_inset Box Framed
27882 position "t"
27883 hor_pos "c"
27884 has_inner_box 0
27885 inner_pos "t"
27886 use_parbox 0
27887 width "100col%"
27888 special "none"
27889 height "1in"
27890 height_special "totalheight"
27891 status collapsed
27892
27893 \begin_layout Plain Layout
27894 Box erlaubt Seitenumbruch
27895 \end_layout
27896
27897 \end_inset
27898
27899
27900 \end_layout
27901
27902 \begin_layout Description
27903 Ovaler
27904 \begin_inset space ~
27905 \end_inset
27906
27907 Rahmen,
27908 \begin_inset space ~
27909 \end_inset
27910
27911 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27912  Die Rahmendicke ist 0.4
27913 \begin_inset space \thinspace{}
27914 \end_inset
27915
27916 pt.
27917  
27918 \begin_inset Box ovalbox
27919 position "c"
27920 hor_pos "c"
27921 has_inner_box 1
27922 inner_pos "c"
27923 use_parbox 0
27924 width "20col%"
27925 special "none"
27926 height "1in"
27927 height_special "totalheight"
27928 status collapsed
27929
27930 \begin_layout Plain Layout
27931 Ovale
27932 \begin_inset space ~
27933 \end_inset
27934
27935 Box,
27936 \begin_inset space ~
27937 \end_inset
27938
27939 dünn
27940 \end_layout
27941
27942 \end_inset
27943
27944
27945 \end_layout
27946
27947 \begin_layout Description
27948 Ovaler
27949 \begin_inset space ~
27950 \end_inset
27951
27952 Rahmen,
27953 \begin_inset space ~
27954 \end_inset
27955
27956 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27957  Die Rahmendicke ist 0.8
27958 \begin_inset space \thinspace{}
27959 \end_inset
27960
27961 pt.
27962  
27963 \begin_inset Box Ovalbox
27964 position "c"
27965 hor_pos "c"
27966 has_inner_box 1
27967 inner_pos "c"
27968 use_parbox 0
27969 width "20col%"
27970 special "none"
27971 height "1in"
27972 height_special "totalheight"
27973 status collapsed
27974
27975 \begin_layout Plain Layout
27976 Ovale
27977 \begin_inset space ~
27978 \end_inset
27979
27980 Box,
27981 \begin_inset space ~
27982 \end_inset
27983
27984 dick
27985 \end_layout
27986
27987 \end_inset
27988
27989
27990 \end_layout
27991
27992 \begin_layout Description
27993 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
27994  Die Rahmendicke wird durch 
27995 \series bold
27996
27997 \backslash
27998 fboxrule
27999 \series default
28000  festgelegt, der Schatten ist 4
28001 \begin_inset space \thinspace{}
28002 \end_inset
28003
28004 pt breit.
28005 \begin_inset Newline newline
28006 \end_inset
28007
28008
28009 \begin_inset Box Shadowbox
28010 position "c"
28011 hor_pos "c"
28012 has_inner_box 1
28013 inner_pos "c"
28014 use_parbox 0
28015 width "20col%"
28016 special "none"
28017 height "1in"
28018 height_special "totalheight"
28019 status collapsed
28020
28021 \begin_layout Plain Layout
28022 Schattierte
28023 \begin_inset space ~
28024 \end_inset
28025
28026 Box
28027 \end_layout
28028
28029 \end_inset
28030
28031
28032 \end_layout
28033
28034 \begin_layout Description
28035 Schattierter
28036 \begin_inset space ~
28037 \end_inset
28038
28039 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
28040  Im Gegensatz zu farbigen Boxen
28041 \begin_inset Foot
28042 status collapsed
28043
28044 \begin_layout Plain Layout
28045 siehe Abschnitt
28046 \begin_inset space ~
28047 \end_inset
28048
28049
28050 \begin_inset CommandInset ref
28051 LatexCommand ref
28052 reference "abs:Farbige-Boxen"
28053
28054 \end_inset
28055
28056
28057 \end_layout
28058
28059 \end_inset
28060
28061  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
28062  die Box ist ein Absatz für sich.
28063  
28064 \begin_inset Box Shaded
28065 position "t"
28066 hor_pos "c"
28067 has_inner_box 0
28068 inner_pos "t"
28069 use_parbox 0
28070 width "50col%"
28071 special "none"
28072 height "1in"
28073 height_special "totalheight"
28074 status collapsed
28075
28076 \begin_layout Plain Layout
28077 Schattierter Hintergrund Box
28078 \end_layout
28079
28080 \end_inset
28081
28082
28083 \end_layout
28084
28085 \begin_layout Description
28086 Doppelter
28087 \begin_inset space ~
28088 \end_inset
28089
28090 rechteckiger
28091 \begin_inset space ~
28092 \end_inset
28093
28094 Rahmen zeichnet einen doppelten Rahmen um die Box.
28095  Der innere Rahmen ist 0.75
28096 \begin_inset space \thinspace{}
28097 \end_inset
28098
28099
28100 \series bold
28101
28102 \backslash
28103 fboxrule
28104 \series default
28105  breit, der äußere 1.5
28106 \begin_inset space \thinspace{}
28107 \end_inset
28108
28109
28110 \series bold
28111
28112 \backslash
28113 fboxrule
28114 \series default
28115 , der Zwischenraum 1.5
28116 \begin_inset space \thinspace{}
28117 \end_inset
28118
28119
28120 \series bold
28121
28122 \backslash
28123 fboxrule
28124 \series default
28125
28126 \begin_inset space \thinspace{}
28127 \end_inset
28128
28129 +
28130 \begin_inset space \thinspace{}
28131 \end_inset
28132
28133 0.5
28134 \begin_inset space \thinspace{}
28135 \end_inset
28136
28137 pt.
28138  
28139 \begin_inset Box Doublebox
28140 position "c"
28141 hor_pos "c"
28142 has_inner_box 1
28143 inner_pos "c"
28144 use_parbox 0
28145 width "20col%"
28146 special "none"
28147 height "1in"
28148 height_special "totalheight"
28149 status collapsed
28150
28151 \begin_layout Plain Layout
28152 Doppelt
28153 \begin_inset space ~
28154 \end_inset
28155
28156 gerahmte
28157 \begin_inset space ~
28158 \end_inset
28159
28160 Box
28161 \end_layout
28162
28163 \end_inset
28164
28165
28166 \end_layout
28167
28168 \begin_layout Standard
28169 \begin_inset VSpace bigskip
28170 \end_inset
28171
28172 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
28173  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
28174 \series bold
28175 fancybox
28176 \series default
28177
28178 \begin_inset Index
28179 status collapsed
28180
28181 \begin_layout Plain Layout
28182 LaTeX-Pakete ! fancybox
28183 \end_layout
28184
28185 \end_inset
28186
28187  installiert sein.
28188 \end_layout
28189
28190 \begin_layout Section
28191 Box-Anpassung
28192 \begin_inset Index
28193 status collapsed
28194
28195 \begin_layout Plain Layout
28196 Boxen ! Anpassung
28197 \end_layout
28198
28199 \end_inset
28200
28201
28202 \end_layout
28203
28204 \begin_layout Standard
28205 Der Standardwert für 
28206 \series bold
28207
28208 \backslash
28209 fboxrule
28210 \series default
28211  ist 0.4
28212 \begin_inset space \thinspace{}
28213 \end_inset
28214
28215 pt.
28216  Mit dem folgenden TeX-Code-Befehl kann er auf 2
28217 \begin_inset space \thinspace{}
28218 \end_inset
28219
28220 pt gesetzt werden:
28221 \end_layout
28222
28223 \begin_layout Standard
28224
28225 \series bold
28226
28227 \backslash
28228 setlength{
28229 \backslash
28230 fboxrule}{2pt}
28231 \end_layout
28232
28233 \begin_layout Standard
28234 \begin_inset ERT
28235 status collapsed
28236
28237 \begin_layout Plain Layout
28238
28239
28240 \backslash
28241 setlength{
28242 \backslash
28243 fboxrule}{2pt}
28244 \end_layout
28245
28246 \end_inset
28247
28248
28249 \begin_inset Box Boxed
28250 position "c"
28251 hor_pos "c"
28252 has_inner_box 1
28253 inner_pos "c"
28254 use_parbox 0
28255 width "30col%"
28256 special "none"
28257 height "1in"
28258 height_special "totalheight"
28259 status open
28260
28261 \begin_layout Plain Layout
28262 \align center
28263 Rechteckige Box mit einer Rahmenbreite von 2
28264 \begin_inset space \thinspace{}
28265 \end_inset
28266
28267 pt
28268 \end_layout
28269
28270 \end_inset
28271
28272
28273 \begin_inset ERT
28274 status collapsed
28275
28276 \begin_layout Plain Layout
28277
28278
28279 \backslash
28280 setlength{
28281 \backslash
28282 fboxrule}{0.4pt}
28283 \end_layout
28284
28285 \end_inset
28286
28287
28288 \begin_inset VSpace bigskip
28289 \end_inset
28290
28291
28292 \end_layout
28293
28294 \begin_layout Standard
28295 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
28296 \begin_inset space \thinspace{}
28297 \end_inset
28298
28299 pt.
28300  Sie können das ändern, indem Sie den Wert von 
28301 \series bold
28302
28303 \backslash
28304 fboxsep
28305 \series default
28306  mit einem TeX-Code-Befehl ändern:
28307 \end_layout
28308
28309 \begin_layout Standard
28310
28311 \series bold
28312
28313 \backslash
28314 setlength{
28315 \backslash
28316 fboxsep}{10pt}
28317 \end_layout
28318
28319 \begin_layout Standard
28320 setzt den Wert auf 10
28321 \begin_inset space \thinspace{}
28322 \end_inset
28323
28324 pt, wie in der folgenden Box:
28325 \end_layout
28326
28327 \begin_layout Standard
28328 \begin_inset ERT
28329 status collapsed
28330
28331 \begin_layout Plain Layout
28332
28333
28334 \backslash
28335 setlength{
28336 \backslash
28337 fboxsep}{10pt}
28338 \end_layout
28339
28340 \end_inset
28341
28342
28343 \begin_inset Box Boxed
28344 position "c"
28345 hor_pos "c"
28346 has_inner_box 1
28347 inner_pos "c"
28348 use_parbox 0
28349 width "25col%"
28350 special "none"
28351 height "1in"
28352 height_special "totalheight"
28353 status open
28354
28355 \begin_layout Plain Layout
28356 \align center
28357 Rechteckige Box mit 
28358 \series bold
28359
28360 \backslash
28361 fboxsep
28362 \series default
28363
28364 \begin_inset space \thinspace{}
28365 \end_inset
28366
28367 =
28368 \begin_inset space \thinspace{}
28369 \end_inset
28370
28371 10
28372 \begin_inset space \thinspace{}
28373 \end_inset
28374
28375 pt
28376 \end_layout
28377
28378 \end_inset
28379
28380
28381 \begin_inset ERT
28382 status collapsed
28383
28384 \begin_layout Plain Layout
28385
28386
28387 \backslash
28388 setlength{
28389 \backslash
28390 fboxsep}{3pt}
28391 \end_layout
28392
28393 \end_inset
28394
28395
28396 \end_layout
28397
28398 \begin_layout Standard
28399 \noindent
28400 \begin_inset VSpace bigskip
28401 \end_inset
28402
28403 Der Durchmesser der abgerundeten Ecken kann mit 
28404 \series bold
28405
28406 \backslash
28407 cornersize
28408 \series default
28409  gesetzt werden.
28410  Der TeX-Code-Befehl
28411 \end_layout
28412
28413 \begin_layout Standard
28414
28415 \series bold
28416
28417 \backslash
28418 cornersize*{1cm}
28419 \end_layout
28420
28421 \begin_layout Standard
28422 setzt den Durchmesser auf 1
28423 \begin_inset space \thinspace{}
28424 \end_inset
28425
28426 cm.
28427  Der TeX-Code-Befehl
28428 \end_layout
28429
28430 \begin_layout Standard
28431
28432 \series bold
28433
28434 \backslash
28435 cornersize{num}
28436 \end_layout
28437
28438 \begin_layout Standard
28439 setzt den Durchmesser auf 
28440 \family sans
28441 num
28442 \begin_inset space \thinspace{}
28443 \end_inset
28444
28445 ×
28446 \begin_inset space \thinspace{}
28447 \end_inset
28448
28449 Minimum(Breite der Box, Höhe der Box)
28450 \family default
28451 .
28452  Der Standardwert ist 
28453 \series bold
28454
28455 \backslash
28456 cornersize{0.5}
28457 \series default
28458 .
28459 \end_layout
28460
28461 \begin_layout Standard
28462 \begin_inset ERT
28463 status collapsed
28464
28465 \begin_layout Plain Layout
28466
28467
28468 \backslash
28469 cornersize*{1.5cm}
28470 \end_layout
28471
28472 \end_inset
28473
28474
28475 \begin_inset Box Ovalbox
28476 position "c"
28477 hor_pos "c"
28478 has_inner_box 1
28479 inner_pos "c"
28480 use_parbox 0
28481 width "30col%"
28482 special "none"
28483 height "1in"
28484 height_special "totalheight"
28485 status open
28486
28487 \begin_layout Plain Layout
28488 \align center
28489 Ovale Box, dicker Rand, mit 
28490 \series bold
28491
28492 \backslash
28493 cornersize
28494 \series default
28495
28496 \begin_inset space \thinspace{}
28497 \end_inset
28498
28499 =
28500 \begin_inset space \thinspace{}
28501 \end_inset
28502
28503 1.5
28504 \begin_inset space \thinspace{}
28505 \end_inset
28506
28507 cm
28508 \end_layout
28509
28510 \end_inset
28511
28512
28513 \begin_inset ERT
28514 status collapsed
28515
28516 \begin_layout Plain Layout
28517
28518
28519 \backslash
28520 cornersize{0.5}
28521 \end_layout
28522
28523 \end_inset
28524
28525
28526 \end_layout
28527
28528 \begin_layout Standard
28529 \begin_inset VSpace bigskip
28530 \end_inset
28531
28532 Die Breite des Schattens wird mit 
28533 \series bold
28534
28535 \backslash
28536 shadowsize
28537 \series default
28538  festgelegt.
28539  Mit dem TeX-Code-Befehl
28540 \end_layout
28541
28542 \begin_layout Standard
28543
28544 \series bold
28545
28546 \backslash
28547 setlength{
28548 \backslash
28549 shadowsize}{2pt}
28550 \end_layout
28551
28552 \begin_layout Standard
28553 wird er für die folgende Box auf 2
28554 \begin_inset space \thinspace{}
28555 \end_inset
28556
28557 pt festgelegt.
28558 \end_layout
28559
28560 \begin_layout Standard
28561 \begin_inset ERT
28562 status collapsed
28563
28564 \begin_layout Plain Layout
28565
28566
28567 \backslash
28568 setlength{
28569 \backslash
28570 shadowsize}{2pt}
28571 \end_layout
28572
28573 \end_inset
28574
28575
28576 \begin_inset Box Shadowbox
28577 position "c"
28578 hor_pos "c"
28579 has_inner_box 1
28580 inner_pos "c"
28581 use_parbox 0
28582 width "25col%"
28583 special "none"
28584 height "1in"
28585 height_special "totalheight"
28586 status open
28587
28588 \begin_layout Plain Layout
28589 \align center
28590 Schattierte Box mit 
28591 \series bold
28592
28593 \backslash
28594 shadowsize
28595 \series default
28596
28597 \begin_inset space \thinspace{}
28598 \end_inset
28599
28600 =
28601 \begin_inset space \thinspace{}
28602 \end_inset
28603
28604 2
28605 \begin_inset space \thinspace{}
28606 \end_inset
28607
28608 pt
28609 \end_layout
28610
28611 \end_inset
28612
28613
28614 \begin_inset ERT
28615 status collapsed
28616
28617 \begin_layout Plain Layout
28618
28619
28620 \backslash
28621 setlength{
28622 \backslash
28623 shadowsize}{4pt}
28624 \end_layout
28625
28626 \end_inset
28627
28628
28629 \end_layout
28630
28631 \begin_layout Standard
28632 \begin_inset VSpace bigskip
28633 \end_inset
28634
28635 Der Standardwert für 
28636 \series bold
28637
28638 \backslash
28639 FrameRule
28640 \series default
28641  ist 0.4
28642 \begin_inset space \thinspace{}
28643 \end_inset
28644
28645 pt.
28646  Der Standard-Abstand zwischen Rahmen und Text ist 9
28647 \begin_inset space \thinspace{}
28648 \end_inset
28649
28650 pt und kann mit dem Wert für 
28651 \series bold
28652
28653 \backslash
28654 FrameSep
28655 \series default
28656  geändert werden.
28657  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
28658  TeX-Code Befehlen geändert:
28659 \end_layout
28660
28661 \begin_layout Standard
28662
28663 \series bold
28664
28665 \backslash
28666 setlength{
28667 \backslash
28668 FrameRule}{5pt}
28669 \begin_inset Newline newline
28670 \end_inset
28671
28672
28673 \backslash
28674 setlength{
28675 \backslash
28676 FrameSep}{0.5cm}
28677 \end_layout
28678
28679 \begin_layout Standard
28680 \begin_inset ERT
28681 status collapsed
28682
28683 \begin_layout Plain Layout
28684
28685
28686 \backslash
28687 setlength{
28688 \backslash
28689 FrameRule}{5pt}
28690 \end_layout
28691
28692 \begin_layout Plain Layout
28693
28694
28695 \backslash
28696 setlength{
28697 \backslash
28698 FrameSep}{0.5cm}
28699 \end_layout
28700
28701 \end_inset
28702
28703
28704 \begin_inset Box Framed
28705 position "t"
28706 hor_pos "c"
28707 has_inner_box 0
28708 inner_pos "t"
28709 use_parbox 0
28710 width "100col%"
28711 special "none"
28712 height "1in"
28713 height_special "totalheight"
28714 status open
28715
28716 \begin_layout Plain Layout
28717 Dies ist Text in einer 
28718 \family sans
28719 Seitenumbruch erlaubt
28720 \family default
28721  Box.
28722 \end_layout
28723
28724 \end_inset
28725
28726
28727 \begin_inset ERT
28728 status collapsed
28729
28730 \begin_layout Plain Layout
28731
28732
28733 \backslash
28734 setlength{
28735 \backslash
28736 FrameRule}{0.4pt}
28737 \end_layout
28738
28739 \begin_layout Plain Layout
28740
28741
28742 \backslash
28743 setlength{
28744 \backslash
28745 FrameSep}{9pt}
28746 \end_layout
28747
28748 \end_inset
28749
28750
28751 \end_layout
28752
28753 \begin_layout Standard
28754 \begin_inset VSpace bigskip
28755 \end_inset
28756
28757 Für Boxen mit 
28758 \family sans
28759 schattiertem Hintergrund
28760 \family default
28761  beträgt der Abstand zwischen Rand und Text 3
28762 \begin_inset space \thinspace{}
28763 \end_inset
28764
28765 pt und kann mit 
28766 \series bold
28767
28768 \backslash
28769 fboxsep
28770 \series default
28771  geändert werden.
28772  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
28773  
28774 \series bold
28775
28776 \backslash
28777 definecolor{shadebox}
28778 \series default
28779  oder global über das Menü 
28780 \family sans
28781 Werkzeuge\SpecialChar \menuseparator
28782 Einstellungen\SpecialChar \menuseparator
28783 Farben\SpecialChar \menuseparator
28784 Schattierte
28785 \begin_inset space ~
28786 \end_inset
28787
28788 Box
28789 \family default
28790  geändert werden.
28791  Das Schema des 
28792 \series bold
28793
28794 \backslash
28795 definecolor
28796 \series default
28797  Befehls ist  in Abschnitt
28798 \begin_inset space ~
28799 \end_inset
28800
28801
28802 \begin_inset CommandInset ref
28803 LatexCommand ref
28804 reference "abs:Farbige-Tabellen"
28805
28806 \end_inset
28807
28808  erklärt.
28809 \begin_inset Foot
28810 status collapsed
28811
28812 \begin_layout Plain Layout
28813 Beachten Sie, dass 
28814 \series bold
28815
28816 \backslash
28817 definecolor
28818 \series default
28819  das LaTeX-Paket 
28820 \series bold
28821 color
28822 \series default
28823  im LaTeX-Vorspann benötigt, siehe Abschnitt
28824 \begin_inset space ~
28825 \end_inset
28826
28827
28828 \begin_inset CommandInset ref
28829 LatexCommand ref
28830 reference "abs:Farbige-Boxen"
28831
28832 \end_inset
28833
28834 .
28835 \end_layout
28836
28837 \end_inset
28838
28839  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
28840 \end_layout
28841
28842 \begin_layout Standard
28843
28844 \series bold
28845
28846 \backslash
28847 setlength{
28848 \backslash
28849 fboxsep}{0.5cm}
28850 \begin_inset Newline newline
28851 \end_inset
28852
28853
28854 \backslash
28855 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28856 \end_layout
28857
28858 \begin_layout Standard
28859 \begin_inset ERT
28860 status collapsed
28861
28862 \begin_layout Plain Layout
28863
28864
28865 \backslash
28866 setlength{
28867 \backslash
28868 fboxsep}{0.5cm}
28869 \end_layout
28870
28871 \begin_layout Plain Layout
28872
28873
28874 \backslash
28875 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28876 \end_layout
28877
28878 \end_inset
28879
28880
28881 \begin_inset Box Shaded
28882 position "t"
28883 hor_pos "c"
28884 has_inner_box 0
28885 inner_pos "t"
28886 use_parbox 0
28887 width "100col%"
28888 special "none"
28889 height "1in"
28890 height_special "totalheight"
28891 status open
28892
28893 \begin_layout Plain Layout
28894
28895 \color yellow
28896 Dies ist gelber Text in einer 
28897 \family sans
28898 schattierten Hintergrund
28899 \begin_inset space ~
28900 \end_inset
28901
28902
28903 \family default
28904 Box auf dunkelgrünem Hintergrund.
28905 \end_layout
28906
28907 \end_inset
28908
28909
28910 \begin_inset ERT
28911 status collapsed
28912
28913 \begin_layout Plain Layout
28914
28915
28916 \backslash
28917 setlength{
28918 \backslash
28919 fboxsep}{3pt}
28920 \end_layout
28921
28922 \begin_layout Plain Layout
28923
28924
28925 \backslash
28926 definecolor{shadecolor}{rgb}{1,0,0}
28927 \end_layout
28928
28929 \end_inset
28930
28931
28932 \end_layout
28933
28934 \begin_layout Standard
28935 \begin_inset VSpace bigskip
28936 \end_inset
28937
28938 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
28939  der sie ändert.
28940 \end_layout
28941
28942 \begin_layout Section
28943 Minipage
28944 \begin_inset CommandInset label
28945 LatexCommand label
28946 name "abs:Minipage"
28947
28948 \end_inset
28949
28950
28951 \begin_inset Index
28952 status collapsed
28953
28954 \begin_layout Plain Layout
28955 Boxen ! Minipage
28956 \end_layout
28957
28958 \end_inset
28959
28960
28961 \end_layout
28962
28963 \begin_layout Standard
28964 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28965  deshalb unter anderem eigene Fußnoten haben.
28966 \end_layout
28967
28968 \begin_layout Standard
28969 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28970 \end_layout
28971
28972 \begin_layout Standard
28973 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28974  Ihre Breite ist 45 Spaltenbreite
28975 \begin_inset space ~
28976 \end_inset
28977
28978 %, und sie sind durch einen 
28979 \family sans
28980 HFill
28981 \family default
28982  getrennt (
28983 \family sans
28984 Einfügen\SpecialChar \menuseparator
28985 Formatierung\SpecialChar \menuseparator
28986 Horizontaler
28987 \begin_inset space \space{}
28988 \end_inset
28989
28990 Abstand\SpecialChar \menuseparator
28991 Abstand\SpecialChar \menuseparator
28992 Variabler
28993 \begin_inset space ~
28994 \end_inset
28995
28996 horiz.
28997 \begin_inset space ~
28998 \end_inset
28999
29000 Abstand
29001 \family default
29002 ).
29003 \begin_inset Newpage newpage
29004 \end_inset
29005
29006
29007 \end_layout
29008
29009 \begin_layout Standard
29010 \noindent
29011 \begin_inset Box Frameless
29012 position "t"
29013 hor_pos "c"
29014 has_inner_box 1
29015 inner_pos "c"
29016 use_parbox 0
29017 width "45col%"
29018 special "none"
29019 height "1in"
29020 height_special "totalheight"
29021 status open
29022
29023 \begin_layout Plain Layout
29024 Dies ist ein deutscher Text.
29025  Dies ist ein deutscher Text.
29026  Dies ist ein deutscher Text.
29027  Dies ist ein deutscher Text.
29028  Dies ist ein deutscher Text.
29029  Dies ist ein deutscher Text.
29030  Dies ist ein deutscher Text.
29031  Dies ist ein deutscher Text.
29032  Dies ist ein deutscher Text.
29033  Dies ist ein deutscher Text.
29034  Dies ist ein deutscher Text.
29035  Dies ist ein deutscher Text.
29036  Dies ist ein deutscher Text
29037 \begin_inset Foot
29038 status open
29039
29040 \begin_layout Plain Layout
29041 Dies ist eine deutsche Fußnote.
29042 \end_layout
29043
29044 \end_inset
29045
29046 .
29047  Dies ist ein deutscher Text.
29048  Dies ist ein deutscher Text.
29049 \end_layout
29050
29051 \end_inset
29052
29053
29054 \begin_inset space \hfill{}
29055 \end_inset
29056
29057
29058 \begin_inset Box Frameless
29059 position "t"
29060 hor_pos "c"
29061 has_inner_box 1
29062 inner_pos "c"
29063 use_parbox 0
29064 width "45col%"
29065 special "none"
29066 height "1in"
29067 height_special "totalheight"
29068 status open
29069
29070 \begin_layout Plain Layout
29071
29072 \lang english
29073 This is an English Text.
29074  This is an English Text.
29075  This is an English Text.
29076  This is an English Text.
29077  This is an English Text.
29078  This is an English Text.
29079  This is an English Text.
29080  This is an English Text.
29081  This is an English Text.
29082  This is an English Text.
29083  This is an English Text.
29084  This is an English Text.
29085  This is an English Text.
29086  This is an English Text.
29087  This is an English Text.
29088  This is an English Text.
29089 \begin_inset Foot
29090 status collapsed
29091
29092 \begin_layout Plain Layout
29093
29094 \lang english
29095 This is an English footnote.
29096 \end_layout
29097
29098 \end_inset
29099
29100  This is an English Text.
29101  
29102 \end_layout
29103
29104 \end_inset
29105
29106
29107 \end_layout
29108
29109 \begin_layout Standard
29110 \noindent
29111 \begin_inset VSpace bigskip
29112 \end_inset
29113
29114 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
29115  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
29116  auf der die Tabelle gedruckt wird: 
29117 \begin_inset Tabular
29118 <lyxtabular version="3" rows="3" columns="4">
29119 <features>
29120 <column alignment="center" valignment="top" width="0pt">
29121 <column alignment="center" valignment="top" width="0pt">
29122 <column alignment="center" valignment="top" width="0pt">
29123 <column alignment="center" valignment="top" width="0pt">
29124 <row>
29125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29126 \begin_inset Text
29127
29128 \begin_layout Plain Layout
29129 1
29130 \end_layout
29131
29132 \end_inset
29133 </cell>
29134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29135 \begin_inset Text
29136
29137 \begin_layout Plain Layout
29138 2
29139 \end_layout
29140
29141 \end_inset
29142 </cell>
29143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29144 \begin_inset Text
29145
29146 \begin_layout Plain Layout
29147 3
29148 \begin_inset Foot
29149 status collapsed
29150
29151 \begin_layout Plain Layout
29152 Dies ist eine Fußnote in einer Tabelle.
29153 \end_layout
29154
29155 \end_inset
29156
29157
29158 \end_layout
29159
29160 \end_inset
29161 </cell>
29162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29163 \begin_inset Text
29164
29165 \begin_layout Plain Layout
29166 4
29167 \end_layout
29168
29169 \end_inset
29170 </cell>
29171 </row>
29172 <row>
29173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29174 \begin_inset Text
29175
29176 \begin_layout Plain Layout
29177 a
29178 \end_layout
29179
29180 \end_inset
29181 </cell>
29182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29183 \begin_inset Text
29184
29185 \begin_layout Plain Layout
29186 b
29187 \end_layout
29188
29189 \end_inset
29190 </cell>
29191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29192 \begin_inset Text
29193
29194 \begin_layout Plain Layout
29195 c
29196 \end_layout
29197
29198 \end_inset
29199 </cell>
29200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29201 \begin_inset Text
29202
29203 \begin_layout Plain Layout
29204 d
29205 \end_layout
29206
29207 \end_inset
29208 </cell>
29209 </row>
29210 <row>
29211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29212 \begin_inset Text
29213
29214 \begin_layout Plain Layout
29215 e
29216 \end_layout
29217
29218 \end_inset
29219 </cell>
29220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29221 \begin_inset Text
29222
29223 \begin_layout Plain Layout
29224 f
29225 \end_layout
29226
29227 \end_inset
29228 </cell>
29229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29230 \begin_inset Text
29231
29232 \begin_layout Plain Layout
29233 g
29234 \end_layout
29235
29236 \end_inset
29237 </cell>
29238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29239 \begin_inset Text
29240
29241 \begin_layout Plain Layout
29242 h
29243 \end_layout
29244
29245 \end_inset
29246 </cell>
29247 </row>
29248 </lyxtabular>
29249
29250 \end_inset
29251
29252
29253 \end_layout
29254
29255 \begin_layout Standard
29256 \noindent
29257 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
29258  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
29259  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
29260  außerhalb.
29261 \end_layout
29262
29263 \begin_layout Standard
29264 \align center
29265 \begin_inset Box Frameless
29266 position "t"
29267 hor_pos "c"
29268 has_inner_box 1
29269 inner_pos "c"
29270 use_parbox 0
29271 width "30col%"
29272 special "none"
29273 height "1in"
29274 height_special "totalheight"
29275 status open
29276
29277 \begin_layout Plain Layout
29278 \align center
29279 \begin_inset Tabular
29280 <lyxtabular version="3" rows="3" columns="4">
29281 <features>
29282 <column alignment="center" valignment="top" width="0pt">
29283 <column alignment="center" valignment="top" width="0pt">
29284 <column alignment="center" valignment="top" width="0pt">
29285 <column alignment="center" valignment="top" width="0pt">
29286 <row>
29287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29288 \begin_inset Text
29289
29290 \begin_layout Plain Layout
29291 1
29292 \end_layout
29293
29294 \end_inset
29295 </cell>
29296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29297 \begin_inset Text
29298
29299 \begin_layout Plain Layout
29300 2
29301 \end_layout
29302
29303 \end_inset
29304 </cell>
29305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29306 \begin_inset Text
29307
29308 \begin_layout Plain Layout
29309 3
29310 \begin_inset Foot
29311 status collapsed
29312
29313 \begin_layout Plain Layout
29314 Dies ist eine Fußnote in einer Tabelle.
29315 \end_layout
29316
29317 \end_inset
29318
29319
29320 \end_layout
29321
29322 \end_inset
29323 </cell>
29324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29325 \begin_inset Text
29326
29327 \begin_layout Plain Layout
29328 4
29329 \end_layout
29330
29331 \end_inset
29332 </cell>
29333 </row>
29334 <row>
29335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29336 \begin_inset Text
29337
29338 \begin_layout Plain Layout
29339 a
29340 \end_layout
29341
29342 \end_inset
29343 </cell>
29344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29345 \begin_inset Text
29346
29347 \begin_layout Plain Layout
29348 b
29349 \end_layout
29350
29351 \end_inset
29352 </cell>
29353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29354 \begin_inset Text
29355
29356 \begin_layout Plain Layout
29357 c
29358 \end_layout
29359
29360 \end_inset
29361 </cell>
29362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29363 \begin_inset Text
29364
29365 \begin_layout Plain Layout
29366 d
29367 \end_layout
29368
29369 \end_inset
29370 </cell>
29371 </row>
29372 <row>
29373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29374 \begin_inset Text
29375
29376 \begin_layout Plain Layout
29377 e
29378 \end_layout
29379
29380 \end_inset
29381 </cell>
29382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29383 \begin_inset Text
29384
29385 \begin_layout Plain Layout
29386 f
29387 \end_layout
29388
29389 \end_inset
29390 </cell>
29391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29392 \begin_inset Text
29393
29394 \begin_layout Plain Layout
29395 g
29396 \end_layout
29397
29398 \end_inset
29399 </cell>
29400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29401 \begin_inset Text
29402
29403 \begin_layout Plain Layout
29404 h
29405 \end_layout
29406
29407 \end_inset
29408 </cell>
29409 </row>
29410 </lyxtabular>
29411
29412 \end_inset
29413
29414
29415 \end_layout
29416
29417 \end_inset
29418
29419
29420 \end_layout
29421
29422 \begin_layout Standard
29423 \begin_inset VSpace bigskip
29424 \end_inset
29425
29426 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
29427  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
29428  Absätze nicht eingerückt werden, obwohl Sie das in 
29429 \family sans
29430 Dokument
29431 \family default
29432 \SpecialChar \menuseparator
29433
29434 \family sans
29435 Einstellun\SpecialChar \-
29436 gen\SpecialChar \menuseparator
29437 Textformat
29438 \family default
29439  festgelegt haben.
29440  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
29441  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
29442 \series bold
29443
29444 \backslash
29445 hspace*{1em}
29446 \series default
29447 .
29448 \end_layout
29449
29450 \begin_layout Standard
29451 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
29452  zu verpassen, siehe Abschnitt
29453 \begin_inset space ~
29454 \end_inset
29455
29456
29457 \begin_inset CommandInset ref
29458 LatexCommand ref
29459 reference "uab:Farbe-für-Absätze"
29460
29461 \end_inset
29462
29463 .
29464 \end_layout
29465
29466 \begin_layout Standard
29467 \begin_inset Note Greyedout
29468 status open
29469
29470 \begin_layout Plain Layout
29471
29472 \series bold
29473 Bemerkung:
29474 \series default
29475  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
29476  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
29477 \end_layout
29478
29479 \end_inset
29480
29481
29482 \end_layout
29483
29484 \begin_layout Section
29485 Parbox
29486 \begin_inset CommandInset label
29487 LatexCommand label
29488 name "abs:Parbox"
29489
29490 \end_inset
29491
29492
29493 \begin_inset Index
29494 status collapsed
29495
29496 \begin_layout Plain Layout
29497 Boxen ! Parbox
29498 \end_layout
29499
29500 \end_inset
29501
29502
29503 \end_layout
29504
29505 \begin_layout Standard
29506 Parbox ist eine Abkürzung für 
29507 \begin_inset Quotes gld
29508 \end_inset
29509
29510 paragraph box
29511 \begin_inset Quotes grd
29512 \end_inset
29513
29514 , was Absatzbox bedeutet.
29515  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
29516  Parboxen einige Einschränkungen.
29517  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
29518  gedruckt:
29519 \end_layout
29520
29521 \begin_layout Standard
29522 \align center
29523 \begin_inset Box Frameless
29524 position "t"
29525 hor_pos "c"
29526 has_inner_box 1
29527 inner_pos "t"
29528 use_parbox 1
29529 width "33col%"
29530 special "none"
29531 height "1in"
29532 height_special "totalheight"
29533 status collapsed
29534
29535 \begin_layout Plain Layout
29536 Dies ist Text in einer Parbox.
29537  Dies ist Text in einer Parbox.
29538 \end_layout
29539
29540 \begin_layout Plain Layout
29541 Diese Fußnote wird nicht gedruckt:
29542 \begin_inset Foot
29543 status collapsed
29544
29545 \begin_layout Plain Layout
29546 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
29547 \end_layout
29548
29549 \end_inset
29550
29551
29552 \end_layout
29553
29554 \end_inset
29555
29556
29557 \end_layout
29558
29559 \begin_layout Standard
29560 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
29561  und Theoreme enthalten.
29562 \end_layout
29563
29564 \begin_layout Section
29565 Boxen für Worte und Buchstaben
29566 \begin_inset Index
29567 status collapsed
29568
29569 \begin_layout Plain Layout
29570 Boxen ! für Buchstaben
29571 \end_layout
29572
29573 \end_inset
29574
29575
29576 \end_layout
29577
29578 \begin_layout Subsection
29579 Silbentrennung unterbinden 
29580 \begin_inset CommandInset label
29581 LatexCommand label
29582 name "abs:Silbentrennung-unterbinden"
29583
29584 \end_inset
29585
29586
29587 \begin_inset Index
29588 status collapsed
29589
29590 \begin_layout Plain Layout
29591 Boxen ! zur Vermeidung von Silbentrennung
29592 \end_layout
29593
29594 \end_inset
29595
29596
29597 \end_layout
29598
29599 \begin_layout Standard
29600 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
29601 \begin_inset Newline newline
29602 \end_inset
29603
29604 Hier ist ein Beispiel: 
29605 \end_layout
29606
29607 \begin_layout Standard
29608 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
29609 \begin_inset Quotes gld
29610 \end_inset
29611
29612 einsehrsehrsehrlangeswort
29613 \begin_inset Quotes grd
29614 \end_inset
29615
29616 .
29617 \end_layout
29618
29619 \begin_layout Standard
29620 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
29621  soll, den TeX-Code
29622 \end_layout
29623
29624 \begin_layout Standard
29625
29626 \series bold
29627
29628 \backslash
29629 mbox{
29630 \end_layout
29631
29632 \begin_layout Standard
29633 ein.
29634  Hinter dem Wort fügen Sie 
29635 \series bold
29636
29637 \begin_inset Quotes gld
29638 \end_inset
29639
29640 }
29641 \series default
29642
29643 \begin_inset Quotes grd
29644 \end_inset
29645
29646  als TeX-Code ein.
29647  Hier ist das Ergebnis:
29648 \end_layout
29649
29650 \begin_layout Standard
29651 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29652 \begin_inset ERT
29653 status collapsed
29654
29655 \begin_layout Plain Layout
29656
29657
29658 \backslash
29659 mbox{
29660 \end_layout
29661
29662 \end_inset
29663
29664
29665 \begin_inset Quotes gld
29666 \end_inset
29667
29668 einsehrsehrsehrlangeswort
29669 \begin_inset Quotes grd
29670 \end_inset
29671
29672
29673 \begin_inset ERT
29674 status collapsed
29675
29676 \begin_layout Plain Layout
29677
29678 }
29679 \end_layout
29680
29681 \end_inset
29682
29683 .
29684 \end_layout
29685
29686 \begin_layout Standard
29687 Alternativ dazu kann man auch den Befehl 
29688 \begin_inset Quotes gld
29689 \end_inset
29690
29691
29692 \series bold
29693
29694 \backslash
29695 -
29696 \series default
29697
29698 \begin_inset Quotes grd
29699 \end_inset
29700
29701  als TeX-Code direkt vor das Wort setzen:
29702 \end_layout
29703
29704 \begin_layout Standard
29705 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29706 \begin_inset Quotes gld
29707 \end_inset
29708
29709
29710 \begin_inset ERT
29711 status collapsed
29712
29713 \begin_layout Plain Layout
29714
29715
29716 \backslash
29717 -
29718 \end_layout
29719
29720 \end_inset
29721
29722 einsehrsehrsehrlangeswort
29723 \begin_inset Quotes grd
29724 \end_inset
29725
29726 .
29727 \end_layout
29728
29729 \begin_layout Standard
29730 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
29731  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
29732 \series bold
29733 Strg-Eingabe
29734 \series default
29735 ) einfügen: 
29736 \end_layout
29737
29738 \begin_layout Standard
29739 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
29740 \begin_inset Newline newline
29741 \end_inset
29742
29743
29744 \begin_inset ERT
29745 status collapsed
29746
29747 \begin_layout Plain Layout
29748
29749
29750 \backslash
29751 mbox{
29752 \end_layout
29753
29754 \end_inset
29755
29756
29757 \begin_inset Quotes gld
29758 \end_inset
29759
29760 einsehrsehrsehrlangeswort
29761 \begin_inset Quotes grd
29762 \end_inset
29763
29764
29765 \begin_inset ERT
29766 status collapsed
29767
29768 \begin_layout Plain Layout
29769
29770 }
29771 \end_layout
29772
29773 \end_inset
29774
29775 .
29776 \end_layout
29777
29778 \begin_layout Subsection
29779 Vertikale Ausrichtung
29780 \begin_inset CommandInset label
29781 LatexCommand label
29782 name "uab:Vertikale-Ausrichtung"
29783
29784 \end_inset
29785
29786
29787 \begin_inset Index
29788 status collapsed
29789
29790 \begin_layout Plain Layout
29791 Boxen ! für Vertikale Ausrichtung
29792 \end_layout
29793
29794 \end_inset
29795
29796
29797 \begin_inset Index
29798 status collapsed
29799
29800 \begin_layout Plain Layout
29801 Boxen ! raisebox
29802 \end_layout
29803
29804 \end_inset
29805
29806
29807 \end_layout
29808
29809 \begin_layout Standard
29810 Mit dem LaTeX-Befehl 
29811 \series bold
29812
29813 \backslash
29814 raisebox
29815 \series default
29816  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29817 n Textes ausrichten.
29818  
29819 \series bold
29820
29821 \backslash
29822 raisebox
29823 \series default
29824  wird folgendermaßen benutzt:
29825 \end_layout
29826
29827 \begin_layout Standard
29828
29829 \series bold
29830
29831 \backslash
29832 raisebox{Verschiebung}[oben][unten]{Text}
29833 \end_layout
29834
29835 \begin_layout Standard
29836 Positive Werte für Verschiebung
29837 \series bold
29838  
29839 \series default
29840 verschieben die Box nach oben, negative nach unten.
29841  Die beiden optionalen Parameter 
29842 \family typewriter
29843 oben
29844 \family default
29845  und 
29846 \family typewriter
29847 unten
29848 \family default
29849  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29850  hinausgeht, wenn sie nicht verschoben ist.
29851 \end_layout
29852
29853 \begin_layout Standard
29854 Um zum Beispiel das Wort 
29855 \begin_inset Quotes gld
29856 \end_inset
29857
29858 provokant
29859 \begin_inset Quotes grd
29860 \end_inset
29861
29862  mit seinem 
29863 \begin_inset Quotes gld
29864 \end_inset
29865
29866 niedrigsten
29867 \begin_inset Quotes grd
29868 \end_inset
29869
29870  Buchstaben 
29871 \begin_inset Quotes gld
29872 \end_inset
29873
29874 p
29875 \begin_inset Quotes grd
29876 \end_inset
29877
29878  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29879 \end_layout
29880
29881 \begin_layout Standard
29882
29883 \series bold
29884
29885 \backslash
29886 raisebox{
29887 \backslash
29888 depth}{
29889 \end_layout
29890
29891 \begin_layout Standard
29892 vor dem Wort einfügen und 
29893 \begin_inset Quotes gld
29894 \end_inset
29895
29896
29897 \series bold
29898 }
29899 \series default
29900
29901 \begin_inset Quotes grd
29902 \end_inset
29903
29904  als TeX-Code dahinter:
29905 \end_layout
29906
29907 \begin_layout Standard
29908 Dies ist eine Zeile, in der das Wort 
29909 \begin_inset ERT
29910 status collapsed
29911
29912 \begin_layout Plain Layout
29913
29914
29915 \backslash
29916 raisebox{
29917 \backslash
29918 depth}{
29919 \end_layout
29920
29921 \end_inset
29922
29923
29924 \begin_inset Quotes gld
29925 \end_inset
29926
29927 provokant
29928 \begin_inset Quotes grd
29929 \end_inset
29930
29931
29932 \begin_inset ERT
29933 status collapsed
29934
29935 \begin_layout Plain Layout
29936
29937 }
29938 \end_layout
29939
29940 \end_inset
29941
29942  nach oben verschoben wurde.
29943 \end_layout
29944
29945 \begin_layout Standard
29946 \begin_inset VSpace bigskip
29947 \end_inset
29948
29949 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29950  gedehnt:
29951 \end_layout
29952
29953 \begin_layout Standard
29954 Dies ist eine Zeile, in der das Wort 
29955 \begin_inset ERT
29956 status collapsed
29957
29958 \begin_layout Plain Layout
29959
29960
29961 \backslash
29962 raisebox{-
29963 \backslash
29964 depth}{
29965 \end_layout
29966
29967 \end_inset
29968
29969
29970 \begin_inset Quotes gld
29971 \end_inset
29972
29973 provokant
29974 \begin_inset Quotes grd
29975 \end_inset
29976
29977
29978 \begin_inset ERT
29979 status collapsed
29980
29981 \begin_layout Plain Layout
29982
29983 }
29984 \end_layout
29985
29986 \end_inset
29987
29988  nach unten verschoben wurde.
29989 \end_layout
29990
29991 \begin_layout Standard
29992 Dies ist eine Zeile, in der das Wort 
29993 \begin_inset ERT
29994 status collapsed
29995
29996 \begin_layout Plain Layout
29997
29998
29999 \backslash
30000 raisebox{0.5cm}{
30001 \end_layout
30002
30003 \end_inset
30004
30005
30006 \begin_inset Quotes gld
30007 \end_inset
30008
30009 testen
30010 \begin_inset Quotes grd
30011 \end_inset
30012
30013
30014 \begin_inset ERT
30015 status collapsed
30016
30017 \begin_layout Plain Layout
30018
30019 }
30020 \end_layout
30021
30022 \end_inset
30023
30024  um 0.5
30025 \begin_inset space \thinspace{}
30026 \end_inset
30027
30028 cm nach oben verschoben wurde.
30029 \end_layout
30030
30031 \begin_layout Standard
30032 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
30033 \end_layout
30034
30035 \begin_layout Standard
30036
30037 \series bold
30038
30039 \backslash
30040 raisebox{-
30041 \backslash
30042 depth}[0pt]{
30043 \end_layout
30044
30045 \begin_layout Standard
30046 Dies ist eine Zeile, in der das Wort 
30047 \begin_inset ERT
30048 status collapsed
30049
30050 \begin_layout Plain Layout
30051
30052
30053 \backslash
30054 raisebox{-
30055 \backslash
30056 depth}[0pt]{
30057 \end_layout
30058
30059 \end_inset
30060
30061
30062 \begin_inset Quotes gld
30063 \end_inset
30064
30065 provokant
30066 \begin_inset Quotes grd
30067 \end_inset
30068
30069
30070 \begin_inset ERT
30071 status collapsed
30072
30073 \begin_layout Plain Layout
30074
30075 }
30076 \end_layout
30077
30078 \end_inset
30079
30080  nach unten verschoben wurde.
30081 \end_layout
30082
30083 \begin_layout Standard
30084 Dies ist eine Zeile, in der das Wort 
30085 \begin_inset ERT
30086 status collapsed
30087
30088 \begin_layout Plain Layout
30089
30090
30091 \backslash
30092 raisebox{0.5cm}[0pt]{
30093 \end_layout
30094
30095 \end_inset
30096
30097
30098 \begin_inset Quotes gld
30099 \end_inset
30100
30101 testen
30102 \begin_inset Quotes grd
30103 \end_inset
30104
30105
30106 \begin_inset ERT
30107 status collapsed
30108
30109 \begin_layout Plain Layout
30110
30111 }
30112 \end_layout
30113
30114 \end_inset
30115
30116  um 0.5
30117 \begin_inset space \thinspace{}
30118 \end_inset
30119
30120 cm nach oben verschoben wurde.
30121  Jetzt überschneiden sich die verschobenen Worte.
30122 \end_layout
30123
30124 \begin_layout Section
30125 Farbige Boxen
30126 \begin_inset CommandInset label
30127 LatexCommand label
30128 name "abs:Farbige-Boxen"
30129
30130 \end_inset
30131
30132
30133 \begin_inset Index
30134 status collapsed
30135
30136 \begin_layout Plain Layout
30137 Boxen ! farbige
30138 \end_layout
30139
30140 \end_inset
30141
30142
30143 \end_layout
30144
30145 \begin_layout Subsection
30146 Text-Hintergrundfarbe
30147 \begin_inset Index
30148 status collapsed
30149
30150 \begin_layout Plain Layout
30151 Farbe ! für Text-Hintergrund
30152 \end_layout
30153
30154 \end_inset
30155
30156
30157 \end_layout
30158
30159 \begin_layout Standard
30160 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
30161  so genannten 
30162 \begin_inset Quotes gld
30163 \end_inset
30164
30165 colorbox
30166 \begin_inset Quotes grd
30167 \end_inset
30168
30169  stehen.
30170  Dafür muss das LaTeX-Paket 
30171 \series bold
30172 color
30173 \series default
30174
30175 \begin_inset Index
30176 status collapsed
30177
30178 \begin_layout Plain Layout
30179 LaTeX-Pakete ! color
30180 \end_layout
30181
30182 \end_inset
30183
30184  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30185 \end_layout
30186
30187 \begin_layout Standard
30188
30189 \series bold
30190
30191 \backslash
30192 @ifundefined{textcolor}
30193 \begin_inset Newline newline
30194 \end_inset
30195
30196
30197 \begin_inset ERT
30198 status collapsed
30199
30200 \begin_layout Plain Layout
30201
30202
30203 \backslash
30204 hphantom{ }
30205 \end_layout
30206
30207 \end_inset
30208
30209 {
30210 \backslash
30211 usepackage{color}}{}
30212 \end_layout
30213
30214 \begin_layout Standard
30215 Wenn Sie Text einfärben, lädt LyX das Paket 
30216 \series bold
30217 color
30218 \series default
30219  automatisch.
30220 \begin_inset Foot
30221 status collapsed
30222
30223 \begin_layout Plain Layout
30224 Der Befehl 
30225 \series bold
30226
30227 \backslash
30228 @ifundefined
30229 \series default
30230  vermeidet, dass es in diesem Fall doppelt geladen wird.
30231 \end_layout
30232
30233 \end_inset
30234
30235
30236 \end_layout
30237
30238 \begin_layout Standard
30239 \begin_inset VSpace medskip
30240 \end_inset
30241
30242 Colorboxen werden mit dem Befehl 
30243 \series bold
30244
30245 \backslash
30246 colorbox
30247 \series default
30248  erzeugt:
30249 \end_layout
30250
30251 \begin_layout Standard
30252
30253 \series bold
30254
30255 \backslash
30256 colorbox{Farbe}{Boxinhalt}
30257 \end_layout
30258
30259 \begin_layout Standard
30260 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
30261  Boxen sein.
30262 \end_layout
30263
30264 \begin_layout Standard
30265 Die folgenden Farben sind vordefiniert:
30266 \family sans
30267  schwarz
30268 \family default
30269
30270 \family sans
30271 wei
30272 \family default
30273 ß, 
30274 \family sans
30275 rot
30276 \family default
30277 \series bold
30278 ,
30279 \series default
30280  
30281 \family sans
30282 grün
30283 \family default
30284
30285 \family sans
30286 blau
30287 \family default
30288
30289 \family sans
30290 türkis
30291 \family default
30292
30293 \family sans
30294 purpurrot
30295 \family default
30296  und 
30297 \family sans
30298 gelb
30299 \family default
30300 .
30301 \end_layout
30302
30303 \begin_layout Standard
30304 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
30305 \begin_inset space ~
30306 \end_inset
30307
30308
30309 \begin_inset CommandInset ref
30310 LatexCommand ref
30311 reference "abs:Farbige-Tabellen"
30312
30313 \end_inset
30314
30315  beschrieben.
30316 \end_layout
30317
30318 \begin_layout Standard
30319 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
30320  den TeX-Code-Befehl
30321 \end_layout
30322
30323 \begin_layout Standard
30324
30325 \series bold
30326
30327 \backslash
30328 colorbox{red}{
30329 \end_layout
30330
30331 \begin_layout Standard
30332 vor dem Wort ein.
30333  Hinter dem Wort fügen Sie 
30334 \series bold
30335
30336 \begin_inset Quotes gld
30337 \end_inset
30338
30339 }
30340 \series default
30341
30342 \begin_inset Quotes grd
30343 \end_inset
30344
30345  als TeX-Code ein.
30346  Hier ist das Ergebnis:
30347 \end_layout
30348
30349 \begin_layout Standard
30350 In dieser Zeile hat 
30351 \begin_inset ERT
30352 status collapsed
30353
30354 \begin_layout Plain Layout
30355
30356
30357 \backslash
30358 colorbox{red}{
30359 \end_layout
30360
30361 \end_inset
30362
30363 Achtung!
30364 \begin_inset ERT
30365 status collapsed
30366
30367 \begin_layout Plain Layout
30368
30369 }
30370 \end_layout
30371
30372 \end_inset
30373
30374  einen roten Hintergrund.
30375 \end_layout
30376
30377 \begin_layout Standard
30378 \begin_inset VSpace bigskip
30379 \end_inset
30380
30381 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
30382  
30383 \series bold
30384
30385 \backslash
30386 fcolorbox
30387 \series default
30388  verwenden:
30389 \end_layout
30390
30391 \begin_layout Standard
30392
30393 \series bold
30394
30395 \backslash
30396 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
30397 \end_layout
30398
30399 \begin_layout Standard
30400
30401 \series bold
30402
30403 \backslash
30404 fcolorbox
30405 \series default
30406  ist eine Erweiterung von 
30407 \series bold
30408
30409 \backslash
30410 colorbox
30411 \series default
30412 .
30413  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
30414  
30415 \series bold
30416
30417 \backslash
30418 fboxrule
30419 \series default
30420  und 
30421 \series bold
30422
30423 \backslash
30424 fboxsep
30425 \series default
30426  gesteuert werden, wie in Abschnitt
30427 \begin_inset space ~
30428 \end_inset
30429
30430
30431 \begin_inset CommandInset ref
30432 LatexCommand ref
30433 reference "uab:Verzierung"
30434
30435 \end_inset
30436
30437  beschrieben.
30438 \end_layout
30439
30440 \begin_layout Standard
30441 Für das folgende Beispiel wurde der Befehl
30442 \end_layout
30443
30444 \begin_layout Standard
30445
30446 \series bold
30447
30448 \backslash
30449 fcolorbox{cyan}{magenta}{
30450 \end_layout
30451
30452 \begin_layout Standard
30453 benutzt.
30454  Hier wurden die Rahmendicke und der Abstand auf 1
30455 \begin_inset space \thinspace{}
30456 \end_inset
30457
30458 mm gesetzt:
30459 \begin_inset Newline newline
30460 \end_inset
30461
30462
30463 \begin_inset ERT
30464 status collapsed
30465
30466 \begin_layout Plain Layout
30467
30468
30469 \backslash
30470 fboxrule 1mm 
30471 \backslash
30472 fboxsep 1mm
30473 \end_layout
30474
30475 \end_inset
30476
30477
30478 \begin_inset ERT
30479 status collapsed
30480
30481 \begin_layout Plain Layout
30482
30483
30484 \backslash
30485 fcolorbox{cyan}{green}{
30486 \end_layout
30487
30488 \end_inset
30489
30490 Dies ist Text in einer farbigen, gerahmten Box.
30491 \begin_inset ERT
30492 status collapsed
30493
30494 \begin_layout Plain Layout
30495
30496 }
30497 \end_layout
30498
30499 \end_inset
30500
30501
30502 \end_layout
30503
30504 \begin_layout Standard
30505 \begin_inset VSpace bigskip
30506 \end_inset
30507
30508 Natürlich gibt es auch farbigen Text in einer Colorbox:
30509 \begin_inset Newline newline
30510 \end_inset
30511
30512
30513 \begin_inset ERT
30514 status collapsed
30515
30516 \begin_layout Plain Layout
30517
30518
30519 \backslash
30520 fcolorbox{cyan}{green}{
30521 \end_layout
30522
30523 \end_inset
30524
30525
30526 \color yellow
30527 Dies ist farbiger Text in einer farbigen, gerahmten Box.
30528 \color none
30529
30530 \begin_inset ERT
30531 status collapsed
30532
30533 \begin_layout Plain Layout
30534
30535 }
30536 \end_layout
30537
30538 \end_inset
30539
30540
30541 \begin_inset ERT
30542 status collapsed
30543
30544 \begin_layout Plain Layout
30545
30546
30547 \backslash
30548 fboxrule 0.4pt 
30549 \backslash
30550 fboxsep 3pt
30551 \end_layout
30552
30553 \end_inset
30554
30555
30556 \end_layout
30557
30558 \begin_layout Standard
30559 \begin_inset VSpace bigskip
30560 \end_inset
30561
30562
30563 \end_layout
30564
30565 \begin_layout Standard
30566 \begin_inset Note Greyedout
30567 status open
30568
30569 \begin_layout Plain Layout
30570 \noindent
30571
30572 \series bold
30573 Bemerkung:
30574 \series default
30575  Text in Colorboxen kann nicht umgebrochen werden.
30576  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
30577  wie im folgenden beschrieben.
30578 \end_layout
30579
30580 \end_inset
30581
30582
30583 \end_layout
30584
30585 \begin_layout Subsection
30586 Farbe für Absätze
30587 \begin_inset CommandInset label
30588 LatexCommand label
30589 name "uab:Farbe-für-Absätze"
30590
30591 \end_inset
30592
30593
30594 \begin_inset Index
30595 status collapsed
30596
30597 \begin_layout Plain Layout
30598 Farbe ! für Absätze
30599 \end_layout
30600
30601 \end_inset
30602
30603
30604 \end_layout
30605
30606 \begin_layout Standard
30607 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
30608  den Text in eine Minipage stellen.
30609  Vor der Minipage fügen Sie den TeX-Code-Befehl
30610 \end_layout
30611
30612 \begin_layout Standard
30613
30614 \series bold
30615
30616 \backslash
30617 colorbox{color}{
30618 \end_layout
30619
30620 \begin_layout Standard
30621 ein.
30622  Hinter der Minipage fügen Sie 
30623 \series bold
30624
30625 \begin_inset Quotes gld
30626 \end_inset
30627
30628 }
30629 \series default
30630
30631 \begin_inset Quotes grd
30632 \end_inset
30633
30634  als TeX-Code ein.
30635 \end_layout
30636
30637 \begin_layout Standard
30638 \begin_inset ERT
30639 status collapsed
30640
30641 \begin_layout Plain Layout
30642
30643
30644 \backslash
30645 colorbox{hellgrau}{
30646 \end_layout
30647
30648 \end_inset
30649
30650
30651 \begin_inset Box Frameless
30652 position "t"
30653 hor_pos "c"
30654 has_inner_box 1
30655 inner_pos "t"
30656 use_parbox 0
30657 width "100col%"
30658 special "none"
30659 height "1in"
30660 height_special "totalheight"
30661 status collapsed
30662
30663 \begin_layout Plain Layout
30664 Dies ist Text mit einer Hintergrundfarbe.
30665  Dies ist Text mit einer Hintergrundfarbe.
30666 \end_layout
30667
30668 \begin_layout Plain Layout
30669 Der Text kann Fußnoten
30670 \begin_inset Foot
30671 status open
30672
30673 \begin_layout Plain Layout
30674 Eine weitere Fußnote
30675 \end_layout
30676
30677 \end_inset
30678
30679  und Tabellen und Abbildungen enthalten.
30680 \end_layout
30681
30682 \begin_layout Plain Layout
30683 \align center
30684 \begin_inset Tabular
30685 <lyxtabular version="3" rows="3" columns="3">
30686 <features>
30687 <column alignment="center" valignment="top" width="0">
30688 <column alignment="center" valignment="top" width="0">
30689 <column alignment="center" valignment="top" width="0">
30690 <row>
30691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30692 \begin_inset Text
30693
30694 \begin_layout Plain Layout
30695 a
30696 \end_layout
30697
30698 \end_inset
30699 </cell>
30700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30701 \begin_inset Text
30702
30703 \begin_layout Plain Layout
30704 !
30705 \end_layout
30706
30707 \end_inset
30708 </cell>
30709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30710 \begin_inset Text
30711
30712 \begin_layout Plain Layout
30713 3
30714 \end_layout
30715
30716 \end_inset
30717 </cell>
30718 </row>
30719 <row>
30720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30721 \begin_inset Text
30722
30723 \begin_layout Plain Layout
30724 <
30725 \end_layout
30726
30727 \end_inset
30728 </cell>
30729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30730 \begin_inset Text
30731
30732 \begin_layout Plain Layout
30733 b2
30734 \begin_inset Quotes erd
30735 \end_inset
30736
30737 |
30738 \end_layout
30739
30740 \end_inset
30741 </cell>
30742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30743 \begin_inset Text
30744
30745 \begin_layout Plain Layout
30746 >
30747 \end_layout
30748
30749 \end_inset
30750 </cell>
30751 </row>
30752 <row>
30753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30754 \begin_inset Text
30755
30756 \begin_layout Plain Layout
30757 1
30758 \end_layout
30759
30760 \end_inset
30761 </cell>
30762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30763 \begin_inset Text
30764
30765 \begin_layout Plain Layout
30766 §
30767 \end_layout
30768
30769 \end_inset
30770 </cell>
30771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30772 \begin_inset Text
30773
30774 \begin_layout Plain Layout
30775 c
30776 \end_layout
30777
30778 \end_inset
30779 </cell>
30780 </row>
30781 </lyxtabular>
30782
30783 \end_inset
30784
30785
30786 \end_layout
30787
30788 \end_inset
30789
30790
30791 \begin_inset ERT
30792 status collapsed
30793
30794 \begin_layout Plain Layout
30795
30796 }
30797 \end_layout
30798
30799 \end_inset
30800
30801
30802 \end_layout
30803
30804 \begin_layout Section
30805 Rotierte und skalierte Boxen
30806 \end_layout
30807
30808 \begin_layout Standard
30809 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30810 \series bold
30811 graphicx
30812 \series default
30813
30814 \begin_inset Index
30815 status collapsed
30816
30817 \begin_layout Plain Layout
30818 LaTeX-Pakete ! graphicx
30819 \end_layout
30820
30821 \end_inset
30822
30823  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30824 \end_layout
30825
30826 \begin_layout Standard
30827
30828 \series bold
30829
30830 \backslash
30831 @ifundefined{rotatebox}
30832 \begin_inset Newline newline
30833 \end_inset
30834
30835
30836 \begin_inset ERT
30837 status collapsed
30838
30839 \begin_layout Plain Layout
30840
30841
30842 \backslash
30843 hphantom{ }
30844 \end_layout
30845
30846 \end_inset
30847
30848 {
30849 \backslash
30850 usepackage{graphicx}}{}
30851 \end_layout
30852
30853 \begin_layout Standard
30854 \begin_inset Note Greyedout
30855 status open
30856
30857 \begin_layout Plain Layout
30858
30859 \series bold
30860 Bemerkung:
30861 \series default
30862  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30863  darstellen.
30864  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30865 \end_layout
30866
30867 \end_inset
30868
30869
30870 \end_layout
30871
30872 \begin_layout Standard
30873 \begin_inset Note Greyedout
30874 status open
30875
30876 \begin_layout Plain Layout
30877
30878 \series bold
30879 Bemerkung:
30880 \series default
30881  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30882 \end_layout
30883
30884 \end_inset
30885
30886
30887 \end_layout
30888
30889 \begin_layout Subsection
30890 Rotierte Boxen
30891 \begin_inset Index
30892 status collapsed
30893
30894 \begin_layout Plain Layout
30895 Boxen ! rotierte
30896 \end_layout
30897
30898 \end_inset
30899
30900
30901 \begin_inset Index
30902 status collapsed
30903
30904 \begin_layout Plain Layout
30905 Rotiertes Material
30906 \end_layout
30907
30908 \end_inset
30909
30910
30911 \begin_inset Index
30912 status collapsed
30913
30914 \begin_layout Plain Layout
30915 Abbildungen ! rotierte
30916 \end_layout
30917
30918 \end_inset
30919
30920
30921 \begin_inset Index
30922 status collapsed
30923
30924 \begin_layout Plain Layout
30925 Tabellen ! rotierte
30926 \end_layout
30927
30928 \end_inset
30929
30930
30931 \end_layout
30932
30933 \begin_layout Standard
30934 Um Text zu drehen, verwendet man den Befehl 
30935 \series bold
30936
30937 \backslash
30938 rotatebox
30939 \series default
30940  im TeX-Code nach folgendem Schema:
30941 \end_layout
30942
30943 \begin_layout Standard
30944
30945 \series bold
30946
30947 \backslash
30948 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30949 \end_layout
30950
30951 \begin_layout Standard
30952 Der Drehpunkt wird mit 
30953 \series bold
30954 origin=Position
30955 \series default
30956  angegeben.
30957  Folgende Positionen sind möglich: 
30958 \emph on
30959 c
30960 \emph default
30961  (mittig), 
30962 \emph on
30963 l
30964 \emph default
30965  (links), 
30966 \emph on
30967 r
30968 \emph default
30969  (rechts), 
30970 \emph on
30971 b
30972 \emph default
30973  (unten), 
30974 \emph on
30975 t
30976 \emph default
30977  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30978  Z.
30979 \begin_inset space \thinspace{}
30980 \end_inset
30981
30982 B.
30983  bedeutet 
30984 \emph on
30985 lt
30986 \emph default
30987 , dass sich der Drehpunkt links oben befindet.
30988  Wird kein Drehpunkt angegeben, wird die Position 
30989 \emph on
30990 l
30991 \emph default
30992  verwendet.
30993  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30994  Gedreht wird gegen den Uhrzeigersinn.
30995 \end_layout
30996
30997 \begin_layout Standard
30998 Im folgenden Beispiel wurde vor dem Text der Befehl 
30999 \series bold
31000
31001 \backslash
31002 rotatebox[origin=c]{60}{
31003 \series default
31004  im TeX-Modus eingegeben.
31005  Nach dem Text wurde die schließende Klammer 
31006 \series bold
31007 }
31008 \series default
31009  wiederum im TeX-Modus eingegeben.
31010 \end_layout
31011
31012 \begin_layout Standard
31013 Dies ist eine Zeile 
31014 \begin_inset ERT
31015 status collapsed
31016
31017 \begin_layout Plain Layout
31018
31019
31020 \backslash
31021 rotatebox[origin=c]{60}{
31022 \end_layout
31023
31024 \end_inset
31025
31026 mit rotiertem
31027 \begin_inset ERT
31028 status collapsed
31029
31030 \begin_layout Plain Layout
31031
31032 }
31033 \end_layout
31034
31035 \end_inset
31036
31037  Text.
31038 \end_layout
31039
31040 \begin_layout Standard
31041 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
31042 \end_layout
31043
31044 \begin_layout Standard
31045 Dies ist eine Zeile 
31046 \begin_inset ERT
31047 status collapsed
31048
31049 \begin_layout Plain Layout
31050
31051
31052 \backslash
31053 rotatebox[origin=r]{-60}{
31054 \end_layout
31055
31056 \end_inset
31057
31058
31059 \begin_inset Box Doublebox
31060 position "c"
31061 hor_pos "c"
31062 has_inner_box 0
31063 inner_pos "c"
31064 use_parbox 0
31065 width "1in"
31066 special "width"
31067 height "1in"
31068 height_special "totalheight"
31069 status collapsed
31070
31071 \begin_layout Plain Layout
31072 mit rotiertem
31073 \end_layout
31074
31075 \end_inset
31076
31077
31078 \begin_inset ERT
31079 status collapsed
31080
31081 \begin_layout Plain Layout
31082
31083 }
31084 \end_layout
31085
31086 \end_inset
31087
31088  umrandeten Text 
31089 \begin_inset ERT
31090 status collapsed
31091
31092 \begin_layout Plain Layout
31093
31094
31095 \backslash
31096 rotatebox[origin=lb]{60}{
31097 \end_layout
31098
31099 \end_inset
31100
31101
31102 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31103 \end_inset
31104
31105
31106 \begin_inset ERT
31107 status collapsed
31108
31109 \begin_layout Plain Layout
31110
31111 }
31112 \end_layout
31113
31114 \end_inset
31115
31116  und einer Formel.
31117 \end_layout
31118
31119 \begin_layout Standard
31120 Oder ein Bild oder Tabelle:
31121 \end_layout
31122
31123 \begin_layout Standard
31124 Dies ist eine Zeile 
31125 \begin_inset ERT
31126 status collapsed
31127
31128 \begin_layout Plain Layout
31129
31130
31131 \backslash
31132 rotatebox[origin=lb]{90}{
31133 \end_layout
31134
31135 \end_inset
31136
31137
31138 \begin_inset Graphics
31139         filename ../clipart/platypus.eps
31140         lyxscale 50
31141         width 25col%
31142
31143 \end_inset
31144
31145
31146 \begin_inset ERT
31147 status collapsed
31148
31149 \begin_layout Plain Layout
31150
31151 }
31152 \end_layout
31153
31154 \end_inset
31155
31156  mit einem rotierten Bild 
31157 \begin_inset ERT
31158 status collapsed
31159
31160 \begin_layout Plain Layout
31161
31162
31163 \backslash
31164 rotatebox[origin=l]{-90}{
31165 \end_layout
31166
31167 \end_inset
31168
31169
31170 \begin_inset Tabular
31171 <lyxtabular version="3" rows="2" columns="2">
31172 <features>
31173 <column alignment="center" valignment="top" width="0">
31174 <column alignment="center" valignment="top" width="0">
31175 <row>
31176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31177 \begin_inset Text
31178
31179 \begin_layout Plain Layout
31180 q
31181 \end_layout
31182
31183 \end_inset
31184 </cell>
31185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31186 \begin_inset Text
31187
31188 \begin_layout Plain Layout
31189 w
31190 \end_layout
31191
31192 \end_inset
31193 </cell>
31194 </row>
31195 <row>
31196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31197 \begin_inset Text
31198
31199 \begin_layout Plain Layout
31200 e
31201 \end_layout
31202
31203 \end_inset
31204 </cell>
31205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31206 \begin_inset Text
31207
31208 \begin_layout Plain Layout
31209 r
31210 \end_layout
31211
31212 \end_inset
31213 </cell>
31214 </row>
31215 </lyxtabular>
31216
31217 \end_inset
31218
31219
31220 \begin_inset ERT
31221 status collapsed
31222
31223 \begin_layout Plain Layout
31224
31225 }
31226 \end_layout
31227
31228 \end_inset
31229
31230  und Tabelle.
31231 \end_layout
31232
31233 \begin_layout Subsection
31234 Skalierte Boxen
31235 \begin_inset Index
31236 status collapsed
31237
31238 \begin_layout Plain Layout
31239 Boxen ! skalierte
31240 \end_layout
31241
31242 \end_inset
31243
31244
31245 \begin_inset Index
31246 status collapsed
31247
31248 \begin_layout Plain Layout
31249 Skaliertes Material
31250 \end_layout
31251
31252 \end_inset
31253
31254
31255 \begin_inset Index
31256 status collapsed
31257
31258 \begin_layout Plain Layout
31259 Abbildungen ! skalierte
31260 \end_layout
31261
31262 \end_inset
31263
31264
31265 \begin_inset Index
31266 status collapsed
31267
31268 \begin_layout Plain Layout
31269 Tabellen ! skalierte
31270 \end_layout
31271
31272 \end_inset
31273
31274
31275 \end_layout
31276
31277 \begin_layout Standard
31278 Um Text zu skalieren, kann man die Befehle 
31279 \series bold
31280
31281 \backslash
31282 scalebox
31283 \series default
31284  und 
31285 \series bold
31286
31287 \backslash
31288 resizebox
31289 \series default
31290  im TeX-Modus verwenden.
31291 \end_layout
31292
31293 \begin_layout Standard
31294
31295 \series bold
31296
31297 \backslash
31298 scalebox
31299 \series default
31300  wird nach folgendem Schema verwendet:
31301 \end_layout
31302
31303 \begin_layout Standard
31304
31305 \series bold
31306
31307 \backslash
31308 scalebox{horizontal}[vertikal]{Boxinhalt}
31309 \end_layout
31310
31311 \begin_layout Standard
31312 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
31313  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
31314  verwendet.
31315 \end_layout
31316
31317 \begin_layout Standard
31318 Z.
31319 \begin_inset space \thinspace{}
31320 \end_inset
31321
31322 B.
31323  ergibt der Befehl 
31324 \series bold
31325
31326 \backslash
31327 scalebox{2}{Hallo}
31328 \series default
31329  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
31330 \begin_inset ERT
31331 status collapsed
31332
31333 \begin_layout Plain Layout
31334
31335
31336 \backslash
31337 scalebox{2}{
31338 \end_layout
31339
31340 \end_inset
31341
31342 Hallo
31343 \begin_inset ERT
31344 status collapsed
31345
31346 \begin_layout Plain Layout
31347
31348 }
31349 \end_layout
31350
31351 \end_inset
31352
31353 .
31354 \end_layout
31355
31356 \begin_layout Standard
31357
31358 \series bold
31359
31360 \backslash
31361 scalebox{2}[1]{Hallo}
31362 \series default
31363  verzerrt hingegen das 
31364 \begin_inset ERT
31365 status collapsed
31366
31367 \begin_layout Plain Layout
31368
31369
31370 \backslash
31371 scalebox{2}[1]{
31372 \end_layout
31373
31374 \end_inset
31375
31376 Hallo
31377 \begin_inset ERT
31378 status collapsed
31379
31380 \begin_layout Plain Layout
31381
31382 }
31383 \end_layout
31384
31385 \end_inset
31386
31387 .
31388 \end_layout
31389
31390 \begin_layout Standard
31391 Die Skalierungsfaktoren dürfen auch negativ sein.
31392  In diesem Fall wird der Boxinhalt gespiegelt.
31393 \end_layout
31394
31395 \begin_layout Standard
31396 Daher lässt sich mit dem Befehl 
31397 \series bold
31398
31399 \backslash
31400 scalebox{-1}[1]{Hallo}
31401 \series default
31402  Spiegelschrift erstellen: 
31403 \begin_inset ERT
31404 status collapsed
31405
31406 \begin_layout Plain Layout
31407
31408
31409 \backslash
31410 scalebox{-1}[1]{
31411 \end_layout
31412
31413 \end_inset
31414
31415 Hallo
31416 \begin_inset ERT
31417 status collapsed
31418
31419 \begin_layout Plain Layout
31420
31421 }
31422 \end_layout
31423
31424 \end_inset
31425
31426
31427 \end_layout
31428
31429 \begin_layout Standard
31430
31431 \series bold
31432
31433 \backslash
31434 scalebox{1}[-1]{Hallo}
31435 \series default
31436  spiegelt das 
31437 \begin_inset ERT
31438 status collapsed
31439
31440 \begin_layout Plain Layout
31441
31442
31443 \backslash
31444 scalebox{1}[-1]{
31445 \end_layout
31446
31447 \end_inset
31448
31449 Hallo
31450 \begin_inset ERT
31451 status collapsed
31452
31453 \begin_layout Plain Layout
31454
31455 }
31456 \end_layout
31457
31458 \end_inset
31459
31460  an der Grundlinie.
31461 \end_layout
31462
31463 \begin_layout Standard
31464 Zu 
31465 \series bold
31466
31467 \backslash
31468 scalebox{-1}[1]{Boxinhalt}
31469 \series default
31470  gibt es den äquivalenten Befehl
31471 \begin_inset Newline newline
31472 \end_inset
31473
31474
31475 \series bold
31476
31477 \backslash
31478 reflectbox{Boxinhalt}
31479 \series default
31480 .
31481 \end_layout
31482
31483 \begin_layout Standard
31484 \begin_inset VSpace bigskip
31485 \end_inset
31486
31487
31488 \series bold
31489
31490 \backslash
31491 resizebox
31492 \series default
31493  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
31494  skalieren.
31495  Das Befehlsschema ist folgendes:
31496 \end_layout
31497
31498 \begin_layout Standard
31499
31500 \series bold
31501
31502 \backslash
31503 resizebox{Breite}{Höhe}{Boxinhalt}
31504 \end_layout
31505
31506 \begin_layout Standard
31507 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
31508 \series bold
31509 !
31510 \series default
31511  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
31512  wird.
31513 \end_layout
31514
31515 \begin_layout Standard
31516 Der Befehl 
31517 \series bold
31518
31519 \backslash
31520 resizebox{2cm}{1cm}{Hallo}
31521 \series default
31522  ergibt: 
31523 \begin_inset ERT
31524 status collapsed
31525
31526 \begin_layout Plain Layout
31527
31528
31529 \backslash
31530 resizebox{2cm}{1cm}{
31531 \end_layout
31532
31533 \end_inset
31534
31535 Hallo
31536 \begin_inset ERT
31537 status collapsed
31538
31539 \begin_layout Plain Layout
31540
31541 }
31542 \end_layout
31543
31544 \end_inset
31545
31546
31547 \begin_inset Newline newline
31548 \end_inset
31549
31550 Der Befehl 
31551 \series bold
31552
31553 \backslash
31554 resizebox{2cm}{!}{Hallo}
31555 \series default
31556  ergibt: 
31557 \begin_inset ERT
31558 status collapsed
31559
31560 \begin_layout Plain Layout
31561
31562
31563 \backslash
31564 resizebox{2cm}{!}{
31565 \end_layout
31566
31567 \end_inset
31568
31569 Hallo
31570 \begin_inset ERT
31571 status collapsed
31572
31573 \begin_layout Plain Layout
31574
31575 }
31576 \end_layout
31577
31578 \end_inset
31579
31580
31581 \end_layout
31582
31583 \begin_layout Standard
31584 \begin_inset VSpace bigskip
31585 \end_inset
31586
31587
31588 \begin_inset Note Greyedout
31589 status open
31590
31591 \begin_layout Plain Layout
31592
31593 \series bold
31594 Bemerkung:
31595 \series default
31596  Wurde in Argumenten von 
31597 \series bold
31598
31599 \backslash
31600 scalebox
31601 \series default
31602  oder 
31603 \series bold
31604
31605 \backslash
31606 resizebox
31607 \series default
31608  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
31609  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
31610  werden.
31611 \end_layout
31612
31613 \end_inset
31614
31615
31616 \end_layout
31617
31618 \begin_layout Standard
31619 \begin_inset VSpace bigskip
31620 \end_inset
31621
31622
31623 \end_layout
31624
31625 \begin_layout Standard
31626 Alle Boxen können beliebig miteinander kombiniert werden.
31627  So ergibt z.
31628 \begin_inset space \thinspace{}
31629 \end_inset
31630
31631 B.
31632  der Befehl
31633 \begin_inset Newline newline
31634 \end_inset
31635
31636
31637 \series bold
31638
31639 \backslash
31640 rotatebox[origin=c]{-45}{
31641 \backslash
31642 resizebox{2cm}{!}{
31643 \backslash
31644 reflectbox{Hallo}}}
31645 \series default
31646 :
31647 \end_layout
31648
31649 \begin_layout Standard
31650 \align center
31651 \begin_inset ERT
31652 status collapsed
31653
31654 \begin_layout Plain Layout
31655
31656
31657 \backslash
31658 rotatebox[origin=c]{-45}{
31659 \backslash
31660 resizebox{2cm}{!}{
31661 \backslash
31662 reflectbox{
31663 \end_layout
31664
31665 \end_inset
31666
31667 Hallo
31668 \begin_inset ERT
31669 status collapsed
31670
31671 \begin_layout Plain Layout
31672
31673 }}}
31674 \end_layout
31675
31676 \end_inset
31677
31678
31679 \end_layout
31680
31681 \begin_layout Standard
31682 \noindent
31683 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
31684 \end_layout
31685
31686 \begin_layout Standard
31687 \align center
31688 \begin_inset ERT
31689 status collapsed
31690
31691 \begin_layout Plain Layout
31692
31693
31694 \backslash
31695 rotatebox[origin=c]{-30}{
31696 \backslash
31697 resizebox{2cm}{!}{
31698 \backslash
31699 reflectbox{
31700 \end_layout
31701
31702 \end_inset
31703
31704
31705 \begin_inset Graphics
31706         filename ../clipart/platypus.eps
31707         lyxscale 50
31708         width 25col%
31709
31710 \end_inset
31711
31712
31713 \begin_inset ERT
31714 status collapsed
31715
31716 \begin_layout Plain Layout
31717
31718 }}}
31719 \end_layout
31720
31721 \end_inset
31722
31723
31724 \begin_inset ERT
31725 status collapsed
31726
31727 \begin_layout Plain Layout
31728
31729
31730 \backslash
31731 rotatebox[origin=c]{-45}{
31732 \backslash
31733 resizebox{2cm}{!}{
31734 \backslash
31735 reflectbox{
31736 \end_layout
31737
31738 \end_inset
31739
31740
31741 \begin_inset Tabular
31742 <lyxtabular version="3" rows="2" columns="2">
31743 <features>
31744 <column alignment="center" valignment="top" width="0">
31745 <column alignment="center" valignment="top" width="0">
31746 <row>
31747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31748 \begin_inset Text
31749
31750 \begin_layout Plain Layout
31751 q
31752 \end_layout
31753
31754 \end_inset
31755 </cell>
31756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31757 \begin_inset Text
31758
31759 \begin_layout Plain Layout
31760 w
31761 \end_layout
31762
31763 \end_inset
31764 </cell>
31765 </row>
31766 <row>
31767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31768 \begin_inset Text
31769
31770 \begin_layout Plain Layout
31771 e
31772 \end_layout
31773
31774 \end_inset
31775 </cell>
31776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31777 \begin_inset Text
31778
31779 \begin_layout Plain Layout
31780 r
31781 \end_layout
31782
31783 \end_inset
31784 </cell>
31785 </row>
31786 </lyxtabular>
31787
31788 \end_inset
31789
31790
31791 \begin_inset ERT
31792 status collapsed
31793
31794 \begin_layout Plain Layout
31795
31796 }}}
31797 \end_layout
31798
31799 \end_inset
31800
31801
31802 \begin_inset ERT
31803 status collapsed
31804
31805 \begin_layout Plain Layout
31806
31807
31808 \backslash
31809 rotatebox[origin=c]{-45}{
31810 \backslash
31811 resizebox{2cm}{!}{
31812 \backslash
31813 reflectbox{
31814 \end_layout
31815
31816 \end_inset
31817
31818
31819 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31820 \end_inset
31821
31822
31823 \begin_inset ERT
31824 status collapsed
31825
31826 \begin_layout Plain Layout
31827
31828 }}}
31829 \end_layout
31830
31831 \end_inset
31832
31833
31834 \end_layout
31835
31836 \begin_layout Standard
31837 Hat man den globalen Formelstil 
31838 \series bold
31839 fleqn
31840 \series default
31841
31842 \begin_inset Foot
31843 status collapsed
31844
31845 \begin_layout Plain Layout
31846 Wenn 
31847 \begin_inset Quotes gld
31848 \end_inset
31849
31850 fleqn
31851 \begin_inset Quotes grd
31852 \end_inset
31853
31854  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31855 \end_layout
31856
31857 \end_inset
31858
31859  gewählt, kann man auch abgesetzte Formeln skalieren.
31860 \end_layout
31861
31862 \begin_layout Chapter
31863 Externe Dateien
31864 \begin_inset Index
31865 status collapsed
31866
31867 \begin_layout Plain Layout
31868 Dateien ! externe
31869 \end_layout
31870
31871 \end_inset
31872
31873
31874 \end_layout
31875
31876 \begin_layout Standard
31877 Mit 
31878 \family sans
31879 Einfügen\SpecialChar \menuseparator
31880 Datei
31881 \family default
31882  können Sie fremdes Material in Ihr Dokument einsetzen.
31883  Das kann folgendes sein:
31884 \end_layout
31885
31886 \begin_layout Description
31887 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31888  eingefügt.
31889 \end_layout
31890
31891 \begin_layout Description
31892 Einfacher
31893 \begin_inset space ~
31894 \end_inset
31895
31896 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31897  eingefügt.
31898 \end_layout
31899
31900 \begin_layout Description
31901 Einfacher
31902 \begin_inset space ~
31903 \end_inset
31904
31905 Text,
31906 \begin_inset space ~
31907 \end_inset
31908
31909 Zeilen
31910 \begin_inset space ~
31911 \end_inset
31912
31913 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31914  Leerzeilen trennen die Absätze.
31915 \end_layout
31916
31917 \begin_layout Description
31918 Externes
31919 \begin_inset space ~
31920 \end_inset
31921
31922 Material Dateien in verschiedenen Formaten.
31923 \end_layout
31924
31925 \begin_layout Description
31926 Unterdokument LyX- oder LaTeX-Dokumente.
31927 \end_layout
31928
31929 \begin_layout Section
31930 Externes Material
31931 \begin_inset Index
31932 status collapsed
31933
31934 \begin_layout Plain Layout
31935 Externes Material
31936 \end_layout
31937
31938 \end_inset
31939
31940
31941 \end_layout
31942
31943 \begin_layout Standard
31944 Mit 
31945 \family sans
31946 Einfügen\SpecialChar \menuseparator
31947 Datei\SpecialChar \menuseparator
31948  Externes Material
31949 \family default
31950  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31951  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31952  weil LyX sich darum kümmert.
31953  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31954  eingefügt werden können.
31955  Wenn die Grafikvorschau in den LyX-Einstellungen unter
31956 \family sans
31957  Aussehen
31958 \begin_inset space ~
31959 \end_inset
31960
31961 &
31962 \begin_inset space ~
31963 \end_inset
31964
31965 Handhabung\SpecialChar \menuseparator
31966 Grafik
31967 \family default
31968 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
31969 \end_layout
31970
31971 \begin_layout Standard
31972 Zur Zeit können Sie folgende Dateitypen (
31973 \family sans
31974 Vorlagen
31975 \family default
31976 ) benutzen:
31977 \end_layout
31978
31979 \begin_layout Description
31980 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31981 \series bold
31982
31983 \begin_inset CommandInset href
31984 LatexCommand href
31985 name "XBoard"
31986 target "http://en.wikipedia.org/wiki/XBoard"
31987
31988 \end_inset
31989
31990
31991 \series default
31992  erzeugt wurden.
31993 \end_layout
31994
31995 \begin_layout Description
31996 Datum fügt ein Datum mit dem Format 
31997 \emph on
31998 Tag-Monat-Jahr
31999 \emph default
32000  ein.
32001  Hier ist ein Beispiel: 
32002 \begin_inset External
32003         template Date
32004         filename .
32005
32006 \end_inset
32007
32008
32009 \begin_inset space ~
32010 \end_inset
32011
32012
32013 \begin_inset Note Note
32014 status open
32015
32016 \begin_layout Plain Layout
32017
32018 \lang english
32019 Remove the protected space when bug 4398 is fixed!
32020 \end_layout
32021
32022 \end_inset
32023
32024
32025 \begin_inset Newline newline
32026 \end_inset
32027
32028 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
32029  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
32030  Menü 
32031 \family sans
32032 Einfügen\SpecialChar \menuseparator
32033 Datum
32034 \family default
32035  und mit dem LaTeX-Befehl 
32036 \series bold
32037
32038 \backslash
32039 today
32040 \series default
32041 .
32042  Die verschiedenen Methoden werden in Tabelle
32043 \begin_inset space ~
32044 \end_inset
32045
32046
32047 \begin_inset CommandInset ref
32048 LatexCommand ref
32049 reference "tab:Vergleich-der-Datums-Eingaben"
32050
32051 \end_inset
32052
32053  verglichen.
32054 \end_layout
32055
32056 \begin_layout Description
32057 Dia unterstützt Diagramme, die mit dem Programm 
32058 \series bold
32059
32060 \begin_inset CommandInset href
32061 LatexCommand href
32062 name "Dia"
32063 target "http://en.wikipedia.org/wiki/Dia_(software)"
32064
32065 \end_inset
32066
32067
32068 \series default
32069  erzeugt wurden.
32070 \end_layout
32071
32072 \begin_layout Description
32073 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
32074 \series bold
32075
32076 \begin_inset CommandInset href
32077 LatexCommand href
32078 name "LilyPond"
32079 target "http://en.wikipedia.org/wiki/LilyPond"
32080
32081 \end_inset
32082
32083
32084 \series default
32085  schreiben.
32086 \end_layout
32087
32088 \begin_layout Description
32089 PDFPages Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
32090  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die 
32091 \emph on
32092 pages
32093 \emph default
32094  Option im Feld 
32095 \family sans
32096 Option
32097 \family default
32098  in der Karteikarte 
32099 \family sans
32100 LaTeX- und LyX-Optionen
32101 \family default
32102  entsprechend der Vorlagenbeschreibung im Dialog.
32103  Wenn keine 
32104 \emph on
32105 pages
32106 \emph default
32107  Option gegeben ist, wird nur die erste Seite des PDFs eingefügt.
32108 \end_layout
32109
32110 \begin_layout Description
32111 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
32112  Fast alle bekannten Bildformate werden unterstützt.
32113  Die Bilddateien können im Dialogfenster 
32114 \family sans
32115 Externes
32116 \begin_inset space ~
32117 \end_inset
32118
32119 Material
32120 \family default
32121  genauso behandelt werden wie die mit dem normalen 
32122 \family sans
32123 Grafik
32124 \family default
32125 -Dialog eingefügten, siehe Abschnitt
32126 \begin_inset space ~
32127 \end_inset
32128
32129
32130 \begin_inset CommandInset ref
32131 LatexCommand ref
32132 reference "abs:Grafik-Dialog"
32133
32134 \end_inset
32135
32136 .
32137  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
32138  und EPS-Bilder werden nicht unterstützt.
32139 \end_layout
32140
32141 \begin_layout Description
32142 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
32143 \series bold
32144
32145 \begin_inset CommandInset href
32146 LatexCommand href
32147 name "Xfig"
32148 target "http://en.wikipedia.org/wiki/Xfig"
32149
32150 \end_inset
32151
32152
32153 \series default
32154  erzeugt wurden.
32155 \end_layout
32156
32157 \begin_layout Standard
32158 \begin_inset Float table
32159 placement h
32160 wide false
32161 sideways false
32162 status open
32163
32164 \begin_layout Plain Layout
32165 \begin_inset Caption
32166
32167 \begin_layout Plain Layout
32168 \begin_inset CommandInset label
32169 LatexCommand label
32170 name "tab:Vergleich-der-Datums-Eingaben"
32171
32172 \end_inset
32173
32174 Vergleich der Datums-Eingaben
32175 \end_layout
32176
32177 \end_inset
32178
32179
32180 \end_layout
32181
32182 \begin_layout Plain Layout
32183 \align center
32184 \begin_inset Tabular
32185 <lyxtabular version="3" rows="4" columns="4">
32186 <features>
32187 <column alignment="center" valignment="top" width="0">
32188 <column alignment="center" valignment="top" width="0">
32189 <column alignment="center" valignment="top" width="0">
32190 <column alignment="center" valignment="top" width="0">
32191 <row>
32192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32193 \begin_inset Text
32194
32195 \begin_layout Plain Layout
32196 Dokumentformat
32197 \end_layout
32198
32199 \end_inset
32200 </cell>
32201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32202 \begin_inset Text
32203
32204 \begin_layout Plain Layout
32205
32206 \family sans
32207 Externes Material\SpecialChar \menuseparator
32208 Datum
32209 \end_layout
32210
32211 \end_inset
32212 </cell>
32213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32214 \begin_inset Text
32215
32216 \begin_layout Plain Layout
32217
32218 \family sans
32219 Einfügen\SpecialChar \menuseparator
32220 Datum
32221 \end_layout
32222
32223 \end_inset
32224 </cell>
32225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32226 \begin_inset Text
32227
32228 \begin_layout Plain Layout
32229 Befehl 
32230 \series bold
32231
32232 \backslash
32233 today
32234 \end_layout
32235
32236 \end_inset
32237 </cell>
32238 </row>
32239 <row>
32240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32241 \begin_inset Text
32242
32243 \begin_layout Plain Layout
32244 LyX
32245 \end_layout
32246
32247 \end_inset
32248 </cell>
32249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32250 \begin_inset Text
32251
32252 \begin_layout Plain Layout
32253 als Box
32254 \end_layout
32255
32256 \end_inset
32257 </cell>
32258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32259 \begin_inset Text
32260
32261 \begin_layout Plain Layout
32262 als Datum
32263 \end_layout
32264
32265 \end_inset
32266 </cell>
32267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32268 \begin_inset Text
32269
32270 \begin_layout Plain Layout
32271 als TeX-Code
32272 \end_layout
32273
32274 \end_inset
32275 </cell>
32276 </row>
32277 <row>
32278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32279 \begin_inset Text
32280
32281 \begin_layout Plain Layout
32282 LaTeX
32283 \end_layout
32284
32285 \end_inset
32286 </cell>
32287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32288 \begin_inset Text
32289
32290 \begin_layout Plain Layout
32291 als Datum
32292 \end_layout
32293
32294 \end_inset
32295 </cell>
32296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32297 \begin_inset Text
32298
32299 \begin_layout Plain Layout
32300 als Datum
32301 \end_layout
32302
32303 \end_inset
32304 </cell>
32305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32306 \begin_inset Text
32307
32308 \begin_layout Plain Layout
32309 als Befehl
32310 \end_layout
32311
32312 \end_inset
32313 </cell>
32314 </row>
32315 <row>
32316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32317 \begin_inset Text
32318
32319 \begin_layout Plain Layout
32320 DVI, PDF, PS
32321 \end_layout
32322
32323 \end_inset
32324 </cell>
32325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32326 \begin_inset Text
32327
32328 \begin_layout Plain Layout
32329 als Datum
32330 \end_layout
32331
32332 \end_inset
32333 </cell>
32334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32335 \begin_inset Text
32336
32337 \begin_layout Plain Layout
32338 als Datum
32339 \end_layout
32340
32341 \end_inset
32342 </cell>
32343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32344 \begin_inset Text
32345
32346 \begin_layout Plain Layout
32347 als Datum
32348 \end_layout
32349
32350 \end_inset
32351 </cell>
32352 </row>
32353 </lyxtabular>
32354
32355 \end_inset
32356
32357
32358 \end_layout
32359
32360 \end_inset
32361
32362
32363 \end_layout
32364
32365 \begin_layout Standard
32366 Wenn Sie im Dialogfenster
32367 \family sans
32368  Externes
32369 \begin_inset space ~
32370 \end_inset
32371
32372 Material 
32373 \family default
32374 in der Karteikarte
32375 \family sans
32376  Datei
32377 \family default
32378  die Option 
32379 \family sans
32380 Entwurf
32381 \family default
32382  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
32383 \begin_inset Newline newline
32384 \end_inset
32385
32386 LyX kann externes Material entweder als Box wie hier: 
32387 \begin_inset Graphics
32388         filename clipart/ExternesMaterialQt4.png
32389         scale 85
32390         scaleBeforeRotation
32391
32392 \end_inset
32393
32394  oder als Bild darstellen.
32395  Das hängt davon ab, ob Sie im Dialog
32396 \family sans
32397  
32398 \family default
32399 in der Karteikarte 
32400 \family sans
32401 LaTeX- und LyX-Optionen
32402 \family default
32403  die Option 
32404 \family sans
32405 In
32406 \begin_inset space ~
32407 \end_inset
32408
32409 LyX
32410 \begin_inset space ~
32411 \end_inset
32412
32413 anzeigen
32414 \family default
32415  gewählt haben oder nicht.
32416 \end_layout
32417
32418 \begin_layout Standard
32419 Im LyX-Handbuch 
32420 \family sans
32421 \emph on
32422 Anpassung
32423 \family default
32424 \emph default
32425  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
32426 \end_layout
32427
32428 \begin_layout Section
32429 Unterdokumente
32430 \begin_inset CommandInset label
32431 LatexCommand label
32432 name "abs:Unterdokumente"
32433
32434 \end_inset
32435
32436
32437 \begin_inset Index
32438 status collapsed
32439
32440 \begin_layout Plain Layout
32441 Unterdokument
32442 \end_layout
32443
32444 \end_inset
32445
32446
32447 \end_layout
32448
32449 \begin_layout Standard
32450 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
32451  oder Abschnitten bestehen.
32452  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
32453  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
32454  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
32455  z.
32456 \begin_inset space \thinspace{}
32457 \end_inset
32458
32459 B.
32460  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
32461 \end_layout
32462
32463 \begin_layout Standard
32464 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
32465  müssen, geben Sie im Unterdokument im Menü
32466 \family sans
32467  Dokument\SpecialChar \menuseparator
32468 Einstellungen\SpecialChar \menuseparator
32469 Dokumentklasse
32470 \family default
32471  das Hauptdokument an.
32472  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
32473  bearbeiten.
32474 \end_layout
32475
32476 \begin_layout Standard
32477 Unterdokumente werden in LyX als Box angezeigt: 
32478 \begin_inset Graphics
32479         filename clipart/UnterdokumentQt4.png
32480         scale 85
32481         scaleBeforeRotation
32482
32483 \end_inset
32484
32485  Sie werden über
32486 \family sans
32487  Einfügen\SpecialChar \menuseparator
32488 Datei\SpecialChar \menuseparator
32489 Unterdokument
32490 \family default
32491  eingebunden, was das Dialogfenster
32492 \family sans
32493  Unterdokument
32494 \family default
32495  öffnet.
32496  Für 
32497 \family sans
32498 die Art
32499 \begin_inset space ~
32500 \end_inset
32501
32502 der
32503 \begin_inset space ~
32504 \end_inset
32505
32506 Einbindung
32507 \family default
32508  gibt es dort vier Möglichkeiten:
32509 \end_layout
32510
32511 \begin_layout Description
32512 Include Sie können LyX- und LaTeX-Dokumente einbinden.
32513  Wenn Sie im Dialogfenster
32514 \family sans
32515  Unterdokument
32516 \family default
32517  auf 
32518 \family sans
32519 Öffnen
32520 \family default
32521  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
32522  und Sie können es editieren.
32523 \begin_inset Newline newline
32524 \end_inset
32525
32526
32527 \end_layout
32528
32529 \begin_layout Standard
32530 Hier wird ein Unterdokument
32531 \family sans
32532  
32533 \family default
32534 per 
32535 \family sans
32536 Include
32537 \family default
32538  eingebunden: 
32539 \begin_inset CommandInset include
32540 LatexCommand include
32541 filename "DummyDocument1.lyx"
32542
32543 \end_inset
32544
32545 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
32546  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
32547  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
32548 s.
32549  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
32550 \begin_inset space ~
32551 \end_inset
32552
32553
32554 \begin_inset CommandInset ref
32555 LatexCommand ref
32556 reference "uab:Externer-Unterabschnitt-1"
32557
32558 \end_inset
32559
32560 .
32561 \end_layout
32562
32563 \begin_layout Standard
32564 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
32565  wird benutzt.
32566  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
32567  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
32568  Unterdokumente, die per 
32569 \family sans
32570 Include
32571 \family default
32572  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
32573  und enden mit einem Seitenumbruch.
32574 \end_layout
32575
32576 \begin_layout Standard
32577 Mit dem LaTeX-Befehl 
32578 \series bold
32579
32580 \backslash
32581 includeonly 
32582 \series default
32583 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
32584  erstellt werden soll.
32585  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
32586  sehen wollen, und es geht schneller.
32587  
32588 \series bold
32589
32590 \backslash
32591 includeonly
32592 \series default
32593  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
32594  Im folgenden Beispiel
32595 \end_layout
32596
32597 \begin_layout Standard
32598
32599 \series bold
32600
32601 \backslash
32602 includeonly{Kapitel1,Kapitel5}
32603 \end_layout
32604
32605 \begin_layout Standard
32606 werden nur die Dateien 
32607 \begin_inset Quotes gld
32608 \end_inset
32609
32610 Kapitel1.lyx
32611 \begin_inset Quotes grd
32612 \end_inset
32613
32614  (oder 
32615 \begin_inset Quotes gld
32616 \end_inset
32617
32618 Kapitel1.tex
32619 \begin_inset Quotes grd
32620 \end_inset
32621
32622 ) und 
32623 \begin_inset Quotes gld
32624 \end_inset
32625
32626 Kapitel5.lyx
32627 \begin_inset Quotes grd
32628 \end_inset
32629
32630
32631 \series bold
32632  
32633 \series default
32634 eingebunden.
32635 \end_layout
32636
32637 \begin_layout Standard
32638 \begin_inset Note Greyedout
32639 status open
32640
32641 \begin_layout Plain Layout
32642
32643 \series bold
32644 Bemerkung:
32645 \series default
32646  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
32647  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
32648  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
32649  Ergebnissen führen wird.
32650 \end_layout
32651
32652 \end_inset
32653
32654
32655 \end_layout
32656
32657 \begin_layout Description
32658 Input Diese Methode ist 
32659 \family sans
32660 Include
32661 \family default
32662  sehr ähnlich mit folgenden Unterschieden:
32663 \end_layout
32664
32665 \begin_deeper
32666 \begin_layout Itemize
32667 Unterdokumente, die per 
32668 \family sans
32669 Input
32670 \family default
32671  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
32672  Seite und enden NICHT mit einem Seitenumbruch.
32673 \end_layout
32674
32675 \begin_layout Itemize
32676 Unterdokumente, die per 
32677 \family sans
32678 Input
32679 \family default
32680  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
32681 \family sans
32682  Unterdokument Vorschau
32683 \begin_inset space ~
32684 \end_inset
32685
32686 anzeigen
32687 \family default
32688  angekreuzt wurde und in den LyX-Einstellungen unter
32689 \family sans
32690  Aussehen
32691 \begin_inset space ~
32692 \end_inset
32693
32694 &
32695 \begin_inset space ~
32696 \end_inset
32697
32698 Handhabung\SpecialChar \menuseparator
32699 Grafik\SpecialChar \menuseparator
32700 Sofortige
32701 \begin_inset space ~
32702 \end_inset
32703
32704 Vorschau
32705 \family default
32706  auf 
32707 \family sans
32708 An
32709 \family default
32710  gesetzt wurde.
32711  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
32712  aus.
32713 \end_layout
32714
32715 \begin_layout Itemize
32716 Der LaTeX-Befehl 
32717 \series bold
32718
32719 \backslash
32720 includeonly
32721 \series default
32722  kann nicht benutzt werden.
32723 \end_layout
32724
32725 \end_deeper
32726 \begin_layout Standard
32727 Hier ist ein Unterdokument, das mit
32728 \family sans
32729  Input
32730 \family default
32731  eingebunden wurde: 
32732 \begin_inset CommandInset include
32733 LatexCommand input
32734 filename "DummyDocument2.lyx"
32735
32736 \end_inset
32737
32738 .
32739 \end_layout
32740
32741 \begin_layout Description
32742 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
32743   In der Druckvorschau wird für den Text der Stil 
32744 \family typewriter
32745 Schreibmaschine
32746 \family default
32747  verwendet.
32748  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
32749  Wenn Sie im Dialogfenster
32750 \family sans
32751  Unterdokument Leerzeichen
32752 \begin_inset space ~
32753 \end_inset
32754
32755 bei
32756 \begin_inset space ~
32757 \end_inset
32758
32759 der
32760 \begin_inset space ~
32761 \end_inset
32762
32763 Ausgabe
32764 \begin_inset space ~
32765 \end_inset
32766
32767 kennzeichnen 
32768 \family default
32769 ankreuzen, wird in der Druckvorschau das Zeichen 
32770 \begin_inset Quotes gld
32771 \end_inset
32772
32773
32774 \begin_inset ERT
32775 status collapsed
32776
32777 \begin_layout Plain Layout
32778
32779
32780 \backslash
32781 textvisiblespace 
32782 \end_layout
32783
32784 \end_inset
32785
32786
32787 \begin_inset Quotes grd
32788 \end_inset
32789
32790  für jedes Leerzeichen eingefügt.
32791 \begin_inset Newline newline
32792 \end_inset
32793
32794 Im Gegensatz zu 
32795 \family sans
32796 Einfügen\SpecialChar \menuseparator
32797 Datei\SpecialChar \menuseparator
32798 Einfacher
32799 \begin_inset space ~
32800 \end_inset
32801
32802 Text
32803 \family default
32804  wird bei 
32805 \family sans
32806 Unformatiert
32807 \family default
32808  der Dateiinhalt in LyX nicht dargestellt.
32809 \end_layout
32810
32811 \begin_layout Standard
32812 Hier ist ein Unterdokument, das mit
32813 \family sans
32814  Unformatiert
32815 \family default
32816  eingebunden wurde: 
32817 \begin_inset CommandInset include
32818 LatexCommand verbatiminput
32819 filename "DummyTextDocument.txt"
32820
32821 \end_inset
32822
32823
32824 \begin_inset VSpace bigskip
32825 \end_inset
32826
32827 Hier ist ein Unterdokument, das mit
32828 \family sans
32829  Unformatiert
32830 \family default
32831  eingebunden wurde und
32832 \family sans
32833  Leerzeichen
32834 \begin_inset space ~
32835 \end_inset
32836
32837 bei
32838 \begin_inset space ~
32839 \end_inset
32840
32841 der
32842 \begin_inset space ~
32843 \end_inset
32844
32845 Ausgabe
32846 \begin_inset space ~
32847 \end_inset
32848
32849 kennzeichnen
32850 \family default
32851  angekreuzt hat: 
32852 \begin_inset CommandInset include
32853 LatexCommand verbatiminput*
32854 filename "DummyTextDocument.txt"
32855
32856 \end_inset
32857
32858
32859 \end_layout
32860
32861 \begin_layout Standard
32862 \begin_inset VSpace bigskip
32863 \end_inset
32864
32865
32866 \end_layout
32867
32868 \begin_layout Standard
32869 \begin_inset Note Greyedout
32870 status open
32871
32872 \begin_layout Plain Layout
32873
32874 \series bold
32875 Bemerkung:
32876 \series default
32877  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32878  
32879 \family sans
32880 Unformatiert
32881 \family default
32882  eingebunden werden, am Zeilenende nicht umgebrochen.
32883 \end_layout
32884
32885 \end_inset
32886
32887
32888 \end_layout
32889
32890 \begin_layout Description
32891 Listing Dieser Typ wird in Kapitel
32892 \begin_inset space ~
32893 \end_inset
32894
32895
32896 \begin_inset CommandInset ref
32897 LatexCommand ref
32898 reference "kap:Programm-Code-Listen"
32899
32900 \end_inset
32901
32902  beschrieben.
32903 \end_layout
32904
32905 \begin_layout Standard
32906 \begin_inset Note Greyedout
32907 status open
32908
32909 \begin_layout Plain Layout
32910
32911 \series bold
32912 Bemerkung:
32913 \series default
32914  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32915  das zu LaTeX-Problemen führen.
32916 \end_layout
32917
32918 \end_inset
32919
32920
32921 \end_layout
32922
32923 \begin_layout Chapter
32924 Programm-Code-Listen
32925 \begin_inset CommandInset label
32926 LatexCommand label
32927 name "kap:Programm-Code-Listen"
32928
32929 \end_inset
32930
32931
32932 \begin_inset Index
32933 status collapsed
32934
32935 \begin_layout Plain Layout
32936 Listen
32937 \end_layout
32938
32939 \end_inset
32940
32941
32942 \begin_inset Index
32943 status collapsed
32944
32945 \begin_layout Plain Layout
32946 Programm-Code
32947 \end_layout
32948
32949 \end_inset
32950
32951
32952 \end_layout
32953
32954 \begin_layout Standard
32955 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32956 \family sans
32957 Einfügen\SpecialChar \menuseparator
32958 Pro\SpecialChar \-
32959 grammlisting
32960 \family default
32961  verwenden.
32962  Das LaTeX-Paket 
32963 \series bold
32964 listings
32965 \series default
32966
32967 \begin_inset Index
32968 status collapsed
32969
32970 \begin_layout Plain Layout
32971 LaTeX-Pakete ! listings
32972 \end_layout
32973
32974 \end_inset
32975
32976  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32977 \end_layout
32978
32979 \begin_layout Standard
32980 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
32981 rmat der Programm-Code-Liste festlegen.
32982 \end_layout
32983
32984 \begin_layout Standard
32985 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32986  Die Platzierungsoption 
32987 \family sans
32988 Eingebettetes
32989 \begin_inset space ~
32990 \end_inset
32991
32992 Listing
32993 \family default
32994  druckt das Listing in der Zeile wie hier: 
32995 \begin_inset listings
32996 lstparams "language={C++}"
32997 inline true
32998 status open
32999
33000 \begin_layout Plain Layout
33001
33002 int a=5;
33003 \end_layout
33004
33005 \end_inset
33006
33007
33008 \begin_inset Newline newline
33009 \end_inset
33010
33011 Die Option 
33012 \family sans
33013 Gleitobjekt
33014 \family default
33015  erzeugt ein Listing-Gleitobjekt, dessen 
33016 \family sans
33017 Platzierung 
33018 \family default
33019 Sie mit 
33020 \family sans
33021 h
33022 \family default
33023
33024 \family sans
33025 t
33026 \family default
33027
33028 \family sans
33029 b
33030 \family default
33031  und 
33032 \family sans
33033 p
33034 \family default
33035 , analog zu den in Abschnitt
33036 \begin_inset space ~
33037 \end_inset
33038
33039
33040 \begin_inset CommandInset ref
33041 LatexCommand ref
33042 reference "abs:Gleitobjekt-Platzierung"
33043
33044 \end_inset
33045
33046  beschriebenen Platzierungsoptionen festlegen können.
33047  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
33048  hintereinander angegeben, z.
33049 \begin_inset space \thinspace{}
33050 \end_inset
33051
33052 B.
33053  
33054 \begin_inset Quotes gld
33055 \end_inset
33056
33057
33058 \family sans
33059 htbp
33060 \family default
33061
33062 \begin_inset Quotes grd
33063 \end_inset
33064
33065 .
33066  Die Option 
33067 \begin_inset Quotes gld
33068 \end_inset
33069
33070 h
33071 \begin_inset Quotes grd
33072 \end_inset
33073
33074  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
33075  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
33076 \end_layout
33077
33078 \begin_layout Standard
33079 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
33080  zu verweisen: Listing
33081 \begin_inset space ~
33082 \end_inset
33083
33084
33085 \begin_inset CommandInset ref
33086 LatexCommand ref
33087 reference "lst:Gleitendes-Programm-Listing"
33088
33089 \end_inset
33090
33091 .
33092 \end_layout
33093
33094 \begin_layout Standard
33095 \begin_inset listings
33096 lstparams "language=Python"
33097 inline false
33098 status open
33099
33100 \begin_layout Plain Layout
33101
33102 \begin_inset Caption
33103
33104 \begin_layout Plain Layout
33105 \begin_inset CommandInset label
33106 LatexCommand label
33107 name "lst:Gleitendes-Programm-Listing"
33108
33109 \end_inset
33110
33111 Gleitendes Programm-Listing
33112 \end_layout
33113
33114 \end_inset
33115
33116 # Gleitendes Programm-Listing
33117 \end_layout
33118
33119 \begin_layout Plain Layout
33120
33121 def func(param):
33122 \end_layout
33123
33124 \begin_layout Plain Layout
33125
33126     'Dies ist eine Python-Funktion'
33127 \end_layout
33128
33129 \begin_layout Plain Layout
33130
33131     pass
33132 \end_layout
33133
33134 \end_inset
33135
33136
33137 \end_layout
33138
33139 \begin_layout Standard
33140 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
33141  der Sprache erkannt und besonders gedruckt, wie 
33142 \emph on
33143 #
33144 \emph default
33145
33146 \emph on
33147 def
33148 \emph default
33149  und 
33150 \emph on
33151 pass
33152 \emph default
33153  in Listing
33154 \begin_inset space ~
33155 \end_inset
33156
33157
33158 \begin_inset CommandInset ref
33159 LatexCommand ref
33160 reference "lst:Gleitendes-Programm-Listing"
33161
33162 \end_inset
33163
33164 .
33165 \end_layout
33166
33167 \begin_layout Standard
33168 \begin_inset Note Greyedout
33169 status open
33170
33171 \begin_layout Plain Layout
33172
33173 \series bold
33174 Bemerkung:
33175 \series default
33176  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
33177 \family typewriter
33178 Schreib\SpecialChar \-
33179 maschine
33180 \family default
33181  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
33182 h keine fett gedruckten Buchstaben.
33183  Wählen Sie in diesem Fall eine andere Schrift im Menü 
33184 \family sans
33185 Dokument\SpecialChar \menuseparator
33186 Einstellungen\SpecialChar \menuseparator
33187 Schriften
33188 \family default
33189 .
33190  (Die Schriften 
33191 \emph on
33192 LuxiMono, BeraMono
33193 \emph default
33194  und 
33195 \emph on
33196 Courier
33197 \emph default
33198  enthalten fett gedruckte Buchstaben.)
33199 \end_layout
33200
33201 \end_inset
33202
33203
33204 \end_layout
33205
33206 \begin_layout Standard
33207 Im Abschnitt 
33208 \family sans
33209 Zeilennummerierung
33210 \family default
33211  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
33212 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
33213  jede wievielte Zeile nummeriert werden soll und die 
33214 \family sans
33215 Schriftgröße
33216 \family default
33217  der Nummerierung.
33218 \end_layout
33219
33220 \begin_layout Standard
33221 Im Abschnitt 
33222 \family sans
33223 Bereich
33224 \family default
33225  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
33226  Im Abschnitt 
33227 \family sans
33228 Stil
33229 \family default
33230  legen Sie fest, wie die Liste ausgedruckt werden soll.
33231  Die Option 
33232 \family sans
33233 Erweiterte
33234 \begin_inset space ~
33235 \end_inset
33236
33237 Zeichentabelle
33238 \family default
33239  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
33240 \end_layout
33241
33242 \begin_layout Standard
33243 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
33244 \begin_inset Quotes gld
33245 \end_inset
33246
33247 3
33248 \begin_inset Quotes grd
33249 \end_inset
33250
33251 , Sprache 
33252 \begin_inset Quotes gld
33253 \end_inset
33254
33255 Python
33256 \begin_inset Quotes grd
33257 \end_inset
33258
33259 , Optionen 
33260 \begin_inset Quotes gld
33261 \end_inset
33262
33263 Erweiterte Zeichentabelle
33264 \begin_inset Quotes grd
33265 \end_inset
33266
33267  und 
33268 \begin_inset Quotes gld
33269 \end_inset
33270
33271 Leerzeichen als Symbol
33272 \begin_inset Quotes grd
33273 \end_inset
33274
33275  und Bereich Zeilen 3
33276 \begin_inset space \thinspace{}
33277 \end_inset
33278
33279 -
33280 \begin_inset space \thinspace{}
33281 \end_inset
33282
33283 8:
33284 \end_layout
33285
33286 \begin_layout Standard
33287 \begin_inset listings
33288 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
33289 inline false
33290 status open
33291
33292 \begin_layout Plain Layout
33293
33294 def func(param):
33295 \end_layout
33296
33297 \begin_layout Plain Layout
33298
33299     'Dies ist eine Python-Funktion'
33300 \end_layout
33301
33302 \begin_layout Plain Layout
33303
33304     pass
33305 \end_layout
33306
33307 \begin_layout Plain Layout
33308
33309 def func(param):
33310 \end_layout
33311
33312 \begin_layout Plain Layout
33313
33314 'Sonderzeichen: Tschüß'
33315 \end_layout
33316
33317 \begin_layout Plain Layout
33318
33319 pass
33320 \end_layout
33321
33322 \begin_layout Plain Layout
33323
33324 def func(param):
33325 \end_layout
33326
33327 \begin_layout Plain Layout
33328
33329 'Dies ist eine Python-Funktion'
33330 \end_layout
33331
33332 \begin_layout Plain Layout
33333
33334 pass
33335 \end_layout
33336
33337 \end_inset
33338
33339
33340 \end_layout
33341
33342 \begin_layout Standard
33343 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
33344 \family sans
33345 Tabulatorgröße
33346 \family default
33347  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
33348 \end_layout
33349
33350 \begin_layout Standard
33351 \noindent
33352 \begin_inset Note Greyedout
33353 status open
33354
33355 \begin_layout Plain Layout
33356
33357 \series bold
33358 Bemerkung:
33359 \series default
33360  Wegen eines Fehlers im 
33361 \series bold
33362 listings
33363 \series default
33364 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
33365  verschoben.
33366  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
33367  Listing nummeriert werden.
33368 \end_layout
33369
33370 \end_inset
33371
33372
33373 \end_layout
33374
33375 \begin_layout Standard
33376 \begin_inset VSpace bigskip
33377 \end_inset
33378
33379
33380 \end_layout
33381
33382 \begin_layout Standard
33383 \noindent
33384 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
33385  Das machen Sie mit
33386 \family sans
33387  Einfügen\SpecialChar \menuseparator
33388 Datei\SpecialChar \menuseparator
33389 Unterdokument
33390 \family default
33391  und der 
33392 \family sans
33393 Art
33394 \begin_inset space ~
33395 \end_inset
33396
33397 der
33398 \begin_inset space ~
33399 \end_inset
33400
33401 Einbindung
33402 \family default
33403  
33404 \family sans
33405 Listing
33406 \family default
33407 .
33408 \begin_inset Foot
33409 status collapsed
33410
33411 \begin_layout Plain Layout
33412 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
33413 \begin_inset space ~
33414 \end_inset
33415
33416
33417 \begin_inset CommandInset ref
33418 LatexCommand ref
33419 reference "abs:Unterdokumente"
33420
33421 \end_inset
33422
33423  beschrieben.
33424 \end_layout
33425
33426 \end_inset
33427
33428  Im Dialogfenster
33429 \family sans
33430  Unterdokument
33431 \family default
33432  können Sie die Listing-Parameter unter 
33433 \family sans
33434 Weitere
33435 \begin_inset space ~
33436 \end_inset
33437
33438 Parameter
33439 \family default
33440  eingeben.
33441  Wenn Sie dort ein Fragezeichen 
33442 \begin_inset Quotes gld
33443 \end_inset
33444
33445 ?
33446 \begin_inset Quotes grd
33447 \end_inset
33448
33449  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
33450 det.
33451 \end_layout
33452
33453 \begin_layout Standard
33454 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
33455  Text ins Feld 
33456 \family sans
33457 Marke
33458 \family default
33459 , auf die dann wie üblich verwiesen werden kann.
33460 \end_layout
33461
33462 \begin_layout Standard
33463 Listing
33464 \begin_inset space ~
33465 \end_inset
33466
33467
33468 \begin_inset CommandInset ref
33469 LatexCommand ref
33470 reference "lst:Datei-Listing"
33471
33472 \end_inset
33473
33474  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
33475 \begin_inset space \thinspace{}
33476 \end_inset
33477
33478 -
33479 \begin_inset space \thinspace{}
33480 \end_inset
33481
33482 15 gedruckt werden.
33483 \end_layout
33484
33485 \begin_layout Standard
33486 \begin_inset CommandInset include
33487 LatexCommand lstinputlisting
33488 filename "EmbeddedObjects.lyx"
33489 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
33490
33491 \end_inset
33492
33493
33494 \end_layout
33495
33496 \begin_layout Standard
33497 \begin_inset VSpace bigskip
33498 \end_inset
33499
33500
33501 \end_layout
33502
33503 \begin_layout Standard
33504 \noindent
33505 Dokumentweite Listing-Eigenschaften können in
33506 \family sans
33507  Dokument\SpecialChar \menuseparator
33508 Einstellungen\SpecialChar \menuseparator
33509 Textformat\SpecialChar \menuseparator
33510 Listing-Einstellungen
33511 \family default
33512  festgelegt werden.
33513  Auch dort bekommt man durch Eingabe eines Fragezeichens 
33514 \begin_inset Quotes gld
33515 \end_inset
33516
33517 ?
33518 \begin_inset Quotes grd
33519 \end_inset
33520
33521  links davon eine Liste aller möglichen Parameter.
33522 \end_layout
33523
33524 \begin_layout Standard
33525 Weitere Informationen über das 
33526 \series bold
33527 listings
33528 \series default
33529 -Paket finden Sie in 
33530 \begin_inset CommandInset citation
33531 LatexCommand cite
33532 key "listings"
33533
33534 \end_inset
33535
33536 .
33537 \begin_inset Newpage newpage
33538 \end_inset
33539
33540
33541 \end_layout
33542
33543 \begin_layout Chapter
33544 \start_of_appendix
33545 In LyX verfügbare Maßeinheiten
33546 \begin_inset CommandInset label
33547 LatexCommand label
33548 name "kap:In-LyX-verfügbare"
33549
33550 \end_inset
33551
33552
33553 \begin_inset Index
33554 status collapsed
33555
33556 \begin_layout Plain Layout
33557 Einheiten
33558 \end_layout
33559
33560 \end_inset
33561
33562
33563 \end_layout
33564
33565 \begin_layout Standard
33566 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
33567  Tabelle
33568 \begin_inset space ~
33569 \end_inset
33570
33571
33572 \begin_inset CommandInset ref
33573 LatexCommand ref
33574 reference "tab:Maßeinheiten"
33575
33576 \end_inset
33577
33578  alle in LyX verfügbaren Maßeinheiten.
33579 \end_layout
33580
33581 \begin_layout Standard
33582 \begin_inset Float table
33583 placement h
33584 wide false
33585 sideways false
33586 status open
33587
33588 \begin_layout Plain Layout
33589 \begin_inset Caption
33590
33591 \begin_layout Plain Layout
33592 \begin_inset CommandInset label
33593 LatexCommand label
33594 name "tab:Maßeinheiten"
33595
33596 \end_inset
33597
33598 Maßeinheiten
33599 \end_layout
33600
33601 \end_inset
33602
33603
33604 \end_layout
33605
33606 \begin_layout Plain Layout
33607 \begin_inset VSpace medskip
33608 \end_inset
33609
33610
33611 \end_layout
33612
33613 \begin_layout Plain Layout
33614 \align center
33615 \begin_inset Tabular
33616 <lyxtabular version="3" rows="20" columns="2">
33617 <features>
33618 <column alignment="center" valignment="top" width="0">
33619 <column alignment="center" valignment="top" width="0">
33620 <row>
33621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33622 \begin_inset Text
33623
33624 \begin_layout Plain Layout
33625
33626 \series bold
33627 Maßeinheit
33628 \end_layout
33629
33630 \end_inset
33631 </cell>
33632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33633 \begin_inset Text
33634
33635 \begin_layout Plain Layout
33636
33637 \series bold
33638 Name/Beschreibung
33639 \end_layout
33640
33641 \end_inset
33642 </cell>
33643 </row>
33644 <row>
33645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33646 \begin_inset Text
33647
33648 \begin_layout Plain Layout
33649 mm
33650 \end_layout
33651
33652 \end_inset
33653 </cell>
33654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33655 \begin_inset Text
33656
33657 \begin_layout Plain Layout
33658 Millimeter
33659 \end_layout
33660
33661 \end_inset
33662 </cell>
33663 </row>
33664 <row>
33665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33666 \begin_inset Text
33667
33668 \begin_layout Plain Layout
33669 cm
33670 \end_layout
33671
33672 \end_inset
33673 </cell>
33674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33675 \begin_inset Text
33676
33677 \begin_layout Plain Layout
33678 Zentimeter
33679 \end_layout
33680
33681 \end_inset
33682 </cell>
33683 </row>
33684 <row>
33685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33686 \begin_inset Text
33687
33688 \begin_layout Plain Layout
33689 in
33690 \end_layout
33691
33692 \end_inset
33693 </cell>
33694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33695 \begin_inset Text
33696
33697 \begin_layout Plain Layout
33698 Zoll (1
33699 \begin_inset space \thinspace{}
33700 \end_inset
33701
33702 in = 2.54
33703 \begin_inset space \thinspace{}
33704 \end_inset
33705
33706 cm
33707 \end_layout
33708
33709 \end_inset
33710 </cell>
33711 </row>
33712 <row>
33713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33714 \begin_inset Text
33715
33716 \begin_layout Plain Layout
33717 pt
33718 \end_layout
33719
33720 \end_inset
33721 </cell>
33722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33723 \begin_inset Text
33724
33725 \begin_layout Plain Layout
33726 Punkt (72.27
33727 \begin_inset space \thinspace{}
33728 \end_inset
33729
33730 pt = 1
33731 \begin_inset space \thinspace{}
33732 \end_inset
33733
33734 in)
33735 \end_layout
33736
33737 \end_inset
33738 </cell>
33739 </row>
33740 <row>
33741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33742 \begin_inset Text
33743
33744 \begin_layout Plain Layout
33745 pc
33746 \end_layout
33747
33748 \end_inset
33749 </cell>
33750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33751 \begin_inset Text
33752
33753 \begin_layout Plain Layout
33754 Pica (1
33755 \begin_inset space \thinspace{}
33756 \end_inset
33757
33758 pc = 12
33759 \begin_inset space \thinspace{}
33760 \end_inset
33761
33762 pt)
33763 \end_layout
33764
33765 \end_inset
33766 </cell>
33767 </row>
33768 <row>
33769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33770 \begin_inset Text
33771
33772 \begin_layout Plain Layout
33773 sp
33774 \end_layout
33775
33776 \end_inset
33777 </cell>
33778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33779 \begin_inset Text
33780
33781 \begin_layout Plain Layout
33782 skalierter Punkt (65536
33783 \begin_inset space \thinspace{}
33784 \end_inset
33785
33786 sp = 1
33787 \begin_inset space \thinspace{}
33788 \end_inset
33789
33790 pt)
33791 \end_layout
33792
33793 \end_inset
33794 </cell>
33795 </row>
33796 <row>
33797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33798 \begin_inset Text
33799
33800 \begin_layout Plain Layout
33801 bp
33802 \end_layout
33803
33804 \end_inset
33805 </cell>
33806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33807 \begin_inset Text
33808
33809 \begin_layout Plain Layout
33810 großer Punkt (72
33811 \begin_inset space \thinspace{}
33812 \end_inset
33813
33814 bp = 1
33815 \begin_inset space \thinspace{}
33816 \end_inset
33817
33818 in)
33819 \end_layout
33820
33821 \end_inset
33822 </cell>
33823 </row>
33824 <row>
33825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33826 \begin_inset Text
33827
33828 \begin_layout Plain Layout
33829 dd
33830 \end_layout
33831
33832 \end_inset
33833 </cell>
33834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33835 \begin_inset Text
33836
33837 \begin_layout Plain Layout
33838 Didot (1
33839 \begin_inset space \thinspace{}
33840 \end_inset
33841
33842 dd 
33843 \begin_inset Formula $\approx$
33844 \end_inset
33845
33846  0,376
33847 \begin_inset space \thinspace{}
33848 \end_inset
33849
33850 mm)
33851 \end_layout
33852
33853 \end_inset
33854 </cell>
33855 </row>
33856 <row>
33857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33858 \begin_inset Text
33859
33860 \begin_layout Plain Layout
33861 cc
33862 \end_layout
33863
33864 \end_inset
33865 </cell>
33866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33867 \begin_inset Text
33868
33869 \begin_layout Plain Layout
33870 Cicero (1
33871 \begin_inset space \thinspace{}
33872 \end_inset
33873
33874 cc = 12
33875 \begin_inset space \thinspace{}
33876 \end_inset
33877
33878 dd)
33879 \end_layout
33880
33881 \end_inset
33882 </cell>
33883 </row>
33884 <row>
33885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33886 \begin_inset Text
33887
33888 \begin_layout Plain Layout
33889 Skalierung%
33890 \end_layout
33891
33892 \end_inset
33893 </cell>
33894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33895 \begin_inset Text
33896
33897 \begin_layout Plain Layout
33898 % der originalen Bildbreite
33899 \end_layout
33900
33901 \end_inset
33902 </cell>
33903 </row>
33904 <row>
33905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33906 \begin_inset Text
33907
33908 \begin_layout Plain Layout
33909 Textbreite %
33910 \end_layout
33911
33912 \end_inset
33913 </cell>
33914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33915 \begin_inset Text
33916
33917 \begin_layout Plain Layout
33918 % der Textbreite
33919 \end_layout
33920
33921 \end_inset
33922 </cell>
33923 </row>
33924 <row>
33925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33926 \begin_inset Text
33927
33928 \begin_layout Plain Layout
33929 Spaltenbreite %
33930 \end_layout
33931
33932 \end_inset
33933 </cell>
33934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33935 \begin_inset Text
33936
33937 \begin_layout Plain Layout
33938 % der Spaltenbreite
33939 \end_layout
33940
33941 \end_inset
33942 </cell>
33943 </row>
33944 <row>
33945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33946 \begin_inset Text
33947
33948 \begin_layout Plain Layout
33949 Seitenbreite %
33950 \end_layout
33951
33952 \end_inset
33953 </cell>
33954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33955 \begin_inset Text
33956
33957 \begin_layout Plain Layout
33958 % der Seitenbreite
33959 \end_layout
33960
33961 \end_inset
33962 </cell>
33963 </row>
33964 <row>
33965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33966 \begin_inset Text
33967
33968 \begin_layout Plain Layout
33969 Zeilenbreite %
33970 \end_layout
33971
33972 \end_inset
33973 </cell>
33974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33975 \begin_inset Text
33976
33977 \begin_layout Plain Layout
33978 % der Zeilenbreite
33979 \end_layout
33980
33981 \end_inset
33982 </cell>
33983 </row>
33984 <row>
33985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33986 \begin_inset Text
33987
33988 \begin_layout Plain Layout
33989 Texthöhe %
33990 \end_layout
33991
33992 \end_inset
33993 </cell>
33994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33995 \begin_inset Text
33996
33997 \begin_layout Plain Layout
33998 % der Texthöhe
33999 \end_layout
34000
34001 \end_inset
34002 </cell>
34003 </row>
34004 <row>
34005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34006 \begin_inset Text
34007
34008 \begin_layout Plain Layout
34009 Seitenhöhe %
34010 \end_layout
34011
34012 \end_inset
34013 </cell>
34014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34015 \begin_inset Text
34016
34017 \begin_layout Plain Layout
34018 % der Seitenhöhe
34019 \end_layout
34020
34021 \end_inset
34022 </cell>
34023 </row>
34024 <row>
34025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34026 \begin_inset Text
34027
34028 \begin_layout Plain Layout
34029 ex
34030 \end_layout
34031
34032 \end_inset
34033 </cell>
34034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34035 \begin_inset Text
34036
34037 \begin_layout Plain Layout
34038 Die Höhe des Buchstabens 
34039 \emph on
34040 x
34041 \emph default
34042  im aktiven Zeichensatz
34043 \end_layout
34044
34045 \end_inset
34046 </cell>
34047 </row>
34048 <row>
34049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34050 \begin_inset Text
34051
34052 \begin_layout Plain Layout
34053 em
34054 \end_layout
34055
34056 \end_inset
34057 </cell>
34058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34059 \begin_inset Text
34060
34061 \begin_layout Plain Layout
34062 Die Breite des Buchstabens 
34063 \emph on
34064 M
34065 \emph default
34066  im aktiven Zeichensatz
34067 \end_layout
34068
34069 \end_inset
34070 </cell>
34071 </row>
34072 <row>
34073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34074 \begin_inset Text
34075
34076 \begin_layout Plain Layout
34077 mu
34078 \end_layout
34079
34080 \end_inset
34081 </cell>
34082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34083 \begin_inset Text
34084
34085 \begin_layout Plain Layout
34086 mathematische  Maßeinheit
34087 \series bold
34088  
34089 \series default
34090 (1
34091 \begin_inset space \thinspace{}
34092 \end_inset
34093
34094 mu = 1/18
34095 \begin_inset space \thinspace{}
34096 \end_inset
34097
34098 em)
34099 \end_layout
34100
34101 \end_inset
34102 </cell>
34103 </row>
34104 </lyxtabular>
34105
34106 \end_inset
34107
34108
34109 \end_layout
34110
34111 \end_inset
34112
34113
34114 \end_layout
34115
34116 \begin_layout Chapter
34117 Ausgabedatei-Formate mit Grafiken
34118 \begin_inset CommandInset label
34119 LatexCommand label
34120 name "kap:Ausgabedatei-Formate"
34121
34122 \end_inset
34123
34124
34125 \end_layout
34126
34127 \begin_layout Section
34128 DVI
34129 \begin_inset Index
34130 status collapsed
34131
34132 \begin_layout Plain Layout
34133 Dateiformat! DVI
34134 \end_layout
34135
34136 \end_inset
34137
34138
34139 \begin_inset Index
34140 status collapsed
34141
34142 \begin_layout Plain Layout
34143 DVI
34144 \end_layout
34145
34146 \end_inset
34147
34148
34149 \end_layout
34150
34151 \begin_layout Standard
34152 Dieser Dateityp hat die Erweiterung 
34153 \begin_inset Quotes gld
34154 \end_inset
34155
34156
34157 \family typewriter
34158 .dvi
34159 \family default
34160
34161 \begin_inset Quotes grd
34162 \end_inset
34163
34164  und wird 
34165 \begin_inset Quotes gld
34166 \end_inset
34167
34168 device independent
34169 \begin_inset Quotes grd
34170 \end_inset
34171
34172  genannt, weil er vollkommen portierbar ist.
34173  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
34174  dvi-Betrachter installiert hat.
34175  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
34176 ate wie PostScript benutzt.
34177 \end_layout
34178
34179 \begin_layout Standard
34180 \begin_inset Note Greyedout
34181 status open
34182
34183 \begin_layout Plain Layout
34184
34185 \series bold
34186 Bemerkung:
34187 \series default
34188  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
34189 \end_layout
34190
34191 \end_inset
34192
34193
34194 \end_layout
34195
34196 \begin_layout Standard
34197 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
34198  auf einen anderen Computer kopieren.
34199  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
34200  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
34201  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
34202 \family typewriter
34203  
34204 \family default
34205 blättern.
34206
34207 \family typewriter
34208  
34209 \family default
34210 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
34211  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
34212  
34213 \end_layout
34214
34215 \begin_layout Standard
34216 Sie können Ihr Dokument als DVI über das Menü 
34217 \family sans
34218 Datei\SpecialChar \menuseparator
34219 Exportieren\SpecialChar \menuseparator
34220 DVI
34221 \family default
34222  exportieren.
34223  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
34224 \family sans
34225 Ansicht
34226 \family default
34227  oder den Werkzeugleistenknopf 
34228 \begin_inset Graphics
34229         filename ../../images/buffer-view_dvi.png
34230         scale 70
34231         scaleBeforeRotation
34232         BoundingBox 0bp 0bp 20bp 20bp
34233
34234 \end_inset
34235
34236  anschauen.
34237 \end_layout
34238
34239 \begin_layout Section
34240 PostScript
34241 \begin_inset CommandInset label
34242 LatexCommand label
34243 name "abs:PostScript"
34244
34245 \end_inset
34246
34247
34248 \begin_inset Index
34249 status collapsed
34250
34251 \begin_layout Plain Layout
34252 Dateiformat  ! PostScript
34253 \end_layout
34254
34255 \end_inset
34256
34257
34258 \begin_inset Index
34259 status collapsed
34260
34261 \begin_layout Plain Layout
34262 PostScript
34263 \end_layout
34264
34265 \end_inset
34266
34267
34268 \end_layout
34269
34270 \begin_layout Standard
34271 Dieser Dateityp hat die Erweiterung 
34272 \begin_inset Quotes gld
34273 \end_inset
34274
34275
34276 \family typewriter
34277 .ps
34278 \family default
34279
34280 \begin_inset Quotes grd
34281 \end_inset
34282
34283 .
34284  PostScript wurde von der Firma
34285 \family typewriter
34286  Adobe
34287 \family default
34288  als Druckersprache entwickelt.
34289  Die Datei enthält deshalb Druckbefehle.
34290  PostScript kann als 
34291 \begin_inset Quotes gld
34292 \end_inset
34293
34294 Programmiersprache
34295 \begin_inset Quotes grd
34296 \end_inset
34297
34298  angesehen werden.
34299  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
34300 \begin_inset Foot
34301 status collapsed
34302
34303 \begin_layout Plain Layout
34304 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
34305  von
34306 \series bold
34307  PSTricks
34308 \series default
34309  
34310 \begin_inset CommandInset citation
34311 LatexCommand cite
34312 key "pstricks"
34313
34314 \end_inset
34315
34316  oder 
34317 \begin_inset CommandInset citation
34318 LatexCommand cite
34319 key "latex-praxisbuch"
34320
34321 \end_inset
34322
34323  ansehen.
34324 \end_layout
34325
34326 \end_inset
34327
34328 .
34329  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
34330 \end_layout
34331
34332 \begin_layout Standard
34333 PostScript kann nur Bilder im Format EPS
34334 \begin_inset Index
34335 status collapsed
34336
34337 \begin_layout Plain Layout
34338 EPS
34339 \end_layout
34340
34341 \end_inset
34342
34343  (Encapsulated PostScript, Datei-Er\SpecialChar \-
34344 wei\SpecialChar \-
34345 ter\SpecialChar \-
34346 ung 
34347 \begin_inset Quotes gld
34348 \end_inset
34349
34350
34351 \family typewriter
34352 .eps
34353 \family default
34354
34355 \begin_inset Quotes grd
34356 \end_inset
34357
34358 ) enthalten.
34359  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
34360  intern nach EPS konvertieren.
34361  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
34362  verlangsamen.
34363  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
34364  konvertieren und direkt als EPS einfügen.
34365 \end_layout
34366
34367 \begin_layout Standard
34368 Sie können Ihr Dokument als PostScript über das Menü 
34369 \family sans
34370 Datei\SpecialChar \menuseparator
34371 Exportieren\SpecialChar \menuseparator
34372 Post\SpecialChar \-
34373 Script
34374 \family default
34375  exportieren.
34376  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
34377 \family sans
34378 Ansicht
34379 \family default
34380  oder den Werkzeugleistenknopf 
34381 \begin_inset Graphics
34382         filename ../../images/buffer-view_ps.png
34383         scale 70
34384         scaleBeforeRotation
34385
34386 \end_inset
34387
34388  anschauen.
34389 \end_layout
34390
34391 \begin_layout Section
34392 PDF
34393 \begin_inset Index
34394 status collapsed
34395
34396 \begin_layout Plain Layout
34397 Dateiformat! PDF
34398 \end_layout
34399
34400 \end_inset
34401
34402
34403 \begin_inset Index
34404 status collapsed
34405
34406 \begin_layout Plain Layout
34407 PDF
34408 \end_layout
34409
34410 \end_inset
34411
34412
34413 \end_layout
34414
34415 \begin_layout Standard
34416 Dieser Dateityp hat die Erweiterung 
34417 \begin_inset Quotes gld
34418 \end_inset
34419
34420
34421 \family typewriter
34422 .pdf
34423 \family default
34424
34425 \begin_inset Quotes grd
34426 \end_inset
34427
34428 .
34429  Das
34430 \emph on
34431  
34432 \emph default
34433
34434 \begin_inset Quotes gld
34435 \end_inset
34436
34437 Portable Document Format
34438 \begin_inset Quotes grd
34439 \end_inset
34440
34441  (PDF) wurde auch von der Firma 
34442 \family typewriter
34443 Adobe
34444 \family default
34445  als Derivat von PostScript entwickelt.
34446  Es ist komprimierter und benutzt weniger Befehle als PostScript.
34447  Wie der Begriff 
34448 \begin_inset Quotes gld
34449 \end_inset
34450
34451 portable
34452 \begin_inset Quotes grd
34453 \end_inset
34454
34455  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
34456  werden, und der Ausdruck sieht immer gleich aus.
34457 \end_layout
34458
34459 \begin_layout Standard
34460 PDF kann Bilder im eigenen PDF-Format, im Format 
34461 \begin_inset Quotes gld
34462 \end_inset
34463
34464 Joint Photographic Experts Group
34465 \begin_inset Quotes grd
34466 \end_inset
34467
34468  (JPEG
34469 \begin_inset Index
34470 status collapsed
34471
34472 \begin_layout Plain Layout
34473 JPG, JPEG
34474 \end_layout
34475
34476 \end_inset
34477
34478 , Datei-Erweiterung 
34479 \begin_inset Quotes gld
34480 \end_inset
34481
34482
34483 \family typewriter
34484 .jpg
34485 \family default
34486
34487 \begin_inset Quotes grd
34488 \end_inset
34489
34490  oder 
34491 \begin_inset Quotes gld
34492 \end_inset
34493
34494
34495 \family typewriter
34496 .jpeg
34497 \family default
34498
34499 \begin_inset Quotes grd
34500 \end_inset
34501
34502 ) und im Format 
34503 \begin_inset Quotes gld
34504 \end_inset
34505
34506 Portable Network Graphics
34507 \begin_inset Quotes grd
34508 \end_inset
34509
34510  (PNG
34511 \begin_inset Index
34512 status collapsed
34513
34514 \begin_layout Plain Layout
34515 PNG
34516 \end_layout
34517
34518 \end_inset
34519
34520 , Datei-Erweiterung 
34521 \begin_inset Quotes gld
34522 \end_inset
34523
34524
34525 \family typewriter
34526 .png
34527 \family default
34528
34529 \begin_inset Quotes grd
34530 \end_inset
34531
34532 ) enthalten.
34533  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
34534  Sie konvertieren wird.
34535  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
34536  wird, eines der drei erwähnten Bildformate zu benutzen.
34537 \end_layout
34538
34539 \begin_layout Standard
34540 PDF-Dateien können Sie über 
34541 \family sans
34542 Datei\SpecialChar \menuseparator
34543 Exportieren
34544 \family default
34545  auf drei Arten erzeugen:
34546 \end_layout
34547
34548 \begin_layout Description
34549 PDF
34550 \begin_inset space ~
34551 \end_inset
34552
34553 (ps2pdf) benutzt das Programm
34554 \family typewriter
34555  ps2pdf
34556 \family default
34557 , das eine PDF-Datei aus einer Post\SpecialChar \-
34558 Script®-Version Ihres Dokument erstellt.
34559  Die PostScript-Version wird mit dem Programm 
34560 \family typewriter
34561 dvips
34562 \family default
34563  aus einer DVI-Version erstellt.
34564  Es werden also drei Konvertierungen verwendet.
34565 \end_layout
34566
34567 \begin_layout Description
34568 PDF
34569 \begin_inset space ~
34570 \end_inset
34571
34572 (dvipdfm) benutzt das Programm 
34573 \family typewriter
34574 dvipdfm
34575 \family default
34576 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
34577  PDF konvertiert.
34578 \end_layout
34579
34580 \begin_layout Description
34581 PDF
34582 \begin_inset space ~
34583 \end_inset
34584
34585 (pdflatex) benutzt das Programm
34586 \family typewriter
34587  pdftex
34588 \family default
34589 , das Ihr Dokument direkt nach PDF konvertiert.
34590 \end_layout
34591
34592 \begin_layout Standard
34593
34594 \family sans
34595 PDF
34596 \begin_inset space ~
34597 \end_inset
34598
34599 (pdflatex)
34600 \family default
34601  wird empfohlen, weil
34602 \family typewriter
34603  pdftex
34604 \family default
34605  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
34606  ohne Probleme arbeitet.
34607  Das Programm 
34608 \family typewriter
34609 dvi\SpecialChar \-
34610 pdfm
34611 \family default
34612  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
34613 \end_layout
34614
34615 \begin_layout Standard
34616 Sie können Ihr Dokument als PDF über das Menü 
34617 \family sans
34618 Datei\SpecialChar \menuseparator
34619 Exportieren\SpecialChar \menuseparator
34620 PDF
34621 \family default
34622  exportieren.
34623  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
34624 \family sans
34625 Ansicht
34626 \family default
34627  oder den Werkzeugleistenknopf 
34628 \begin_inset Graphics
34629         filename ../../images/buffer-view_pdf2.png
34630         scale 70
34631         scaleBeforeRotation
34632         BoundingBox 0bp 0bp 20bp 20bp
34633
34634 \end_inset
34635
34636  anschauen 
34637 \family sans
34638 (
34639 \family default
34640 der 
34641 \family sans
34642 PDF
34643 \begin_inset space ~
34644 \end_inset
34645
34646 (pdflatex)
34647 \family default
34648  verwendet).
34649 \end_layout
34650
34651 \begin_layout Chapter
34652 Erklärung der Gleichung
34653 \begin_inset space ~
34654 \end_inset
34655
34656
34657 \begin_inset CommandInset ref
34658 LatexCommand eqref
34659 reference "eq:Wgn"
34660
34661 \end_inset
34662
34663
34664 \begin_inset CommandInset label
34665 LatexCommand label
34666 name "kap:Exläuterung-einer-Gleichung"
34667
34668 \end_inset
34669
34670
34671 \end_layout
34672
34673 \begin_layout Standard
34674 Die Gesamtbreite von
34675 \emph on
34676  n
34677 \emph default
34678  Tabellenzellen 
34679 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34680 \end_inset
34681
34682  kann wie folgt berechnet werden:
34683 \end_layout
34684
34685 \begin_layout Standard
34686 \begin_inset Formula \begin{equation}
34687 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}
34688
34689 \end_inset
34690
34691
34692 \end_layout
34693
34694 \begin_layout Standard
34695 Dabei ist 
34696 \begin_inset Formula $W_{g\, n}$
34697 \end_inset
34698
34699  die Breite jeder Zelle.
34700
34701 \series bold
34702  
34703 \backslash
34704 tabcolsep
34705 \series default
34706  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
34707  Standardwert 6
34708 \begin_inset space \thinspace{}
34709 \end_inset
34710
34711 pt.
34712  
34713 \series bold
34714
34715 \backslash
34716 arrayrulewidth
34717 \series default
34718  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
34719 \begin_inset space \thinspace{}
34720 \end_inset
34721
34722 pt.
34723 \end_layout
34724
34725 \begin_layout Standard
34726 Nach Gleichung
34727 \begin_inset space ~
34728 \end_inset
34729
34730
34731 \begin_inset CommandInset ref
34732 LatexCommand ref
34733 reference "eq:Wtot_n"
34734
34735 \end_inset
34736
34737  ist die Gesamtbreite einer Mehrfachspalte, 
34738 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34739 \end_inset
34740
34741 ,
34742 \end_layout
34743
34744 \begin_layout Standard
34745 \begin_inset Formula \begin{equation}
34746 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34747
34748 \end_inset
34749
34750
34751 \end_layout
34752
34753 \begin_layout Standard
34754 Setzt man die Gleichungen
34755 \begin_inset space ~
34756 \end_inset
34757
34758
34759 \begin_inset CommandInset ref
34760 LatexCommand ref
34761 reference "eq:Wtot_n"
34762
34763 \end_inset
34764
34765  und 
34766 \begin_inset CommandInset ref
34767 LatexCommand ref
34768 reference "eq:Wtot_mult"
34769
34770 \end_inset
34771
34772  gleich, kann man die benötigte Breite 
34773 \begin_inset Formula $W_{g\, n}$
34774 \end_inset
34775
34776 , wenn 
34777 \emph on
34778 n
34779 \emph default
34780  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
34781 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34782 \end_inset
34783
34784  hat, berechnen:
34785 \end_layout
34786
34787 \begin_layout Standard
34788 \begin_inset Formula \begin{equation}
34789 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34790
34791 \end_inset
34792
34793
34794 \end_layout
34795
34796 \begin_layout Bibliography
34797 \begin_inset CommandInset bibitem
34798 LatexCommand bibitem
34799 key "latexcompanion"
34800
34801 \end_inset
34802
34803 Frank Mittelbach and Michel Goossens: 
34804 \emph on
34805 The LaTeX Companion Second Edition.
34806
34807 \emph default
34808  Addison-Wesley, 2004
34809 \end_layout
34810
34811 \begin_layout Bibliography
34812 \begin_inset CommandInset bibitem
34813 LatexCommand bibitem
34814 key "latexguide"
34815
34816 \end_inset
34817
34818 Helmut Kopka and Patrick W.
34819  Daly: 
34820 \emph on
34821 A Guide to LaTeX Fourth Edition.
34822
34823 \emph default
34824  Addison-Wesley, 2003
34825 \end_layout
34826
34827 \begin_layout Bibliography
34828 \begin_inset CommandInset bibitem
34829 LatexCommand bibitem
34830 key "lamport"
34831
34832 \end_inset
34833
34834 Leslie Lamport: 
34835 \emph on
34836 LaTeX: A Document Preparation System.
34837
34838 \emph default
34839  Addison-Wesley, second edition, 1994
34840 \end_layout
34841
34842 \begin_layout Bibliography
34843 \begin_inset CommandInset bibitem
34844 LatexCommand bibitem
34845 key "latex-praxisbuch"
34846
34847 \end_inset
34848
34849 Niedermair, Elke & Michael: 
34850 \emph on
34851 LaTeX-Praxisbuch
34852 \emph default
34853 , Franzis-Verlag, 2004
34854 \end_layout
34855
34856 \begin_layout Bibliography
34857 \begin_inset CommandInset bibitem
34858 LatexCommand bibitem
34859 key "booktabs"
34860
34861 \end_inset
34862
34863 Dokumentation des LaTeX-Pakets 
34864 \series bold
34865
34866 \begin_inset CommandInset href
34867 LatexCommand href
34868 name "booktabs"
34869 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34870
34871 \end_inset
34872
34873
34874 \series default
34875
34876 \begin_inset Index
34877 status collapsed
34878
34879 \begin_layout Plain Layout
34880 LaTeX-Pakete ! booktabs
34881 \end_layout
34882
34883 \end_inset
34884
34885
34886 \end_layout
34887
34888 \begin_layout Bibliography
34889 \begin_inset CommandInset bibitem
34890 LatexCommand bibitem
34891 key "caption"
34892
34893 \end_inset
34894
34895 Dokumentation des LaTeX-Pakets 
34896 \series bold
34897
34898 \begin_inset CommandInset href
34899 LatexCommand href
34900 name "caption"
34901 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
34902
34903 \end_inset
34904
34905
34906 \series default
34907
34908 \begin_inset Index
34909 status collapsed
34910
34911 \begin_layout Plain Layout
34912 LaTeX-Pakete ! caption
34913 \end_layout
34914
34915 \end_inset
34916
34917
34918 \end_layout
34919
34920 \begin_layout Bibliography
34921 \begin_inset CommandInset bibitem
34922 LatexCommand bibitem
34923 key "endfloat"
34924
34925 \end_inset
34926
34927 Dokumentation des LaTeX-Pakets 
34928 \series bold
34929
34930 \begin_inset CommandInset href
34931 LatexCommand href
34932 name "endfloat"
34933 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34934
34935 \end_inset
34936
34937
34938 \series default
34939
34940 \begin_inset Index
34941 status collapsed
34942
34943 \begin_layout Plain Layout
34944 LaTeX-Pakete ! endfloat
34945 \end_layout
34946
34947 \end_inset
34948
34949
34950 \end_layout
34951
34952 \begin_layout Bibliography
34953 \begin_inset CommandInset bibitem
34954 LatexCommand bibitem
34955 key "wrapfig"
34956
34957 \end_inset
34958
34959 Dokumentation des LaTeX-Pakets 
34960 \series bold
34961
34962 \begin_inset CommandInset href
34963 LatexCommand href
34964 name "wrapfig"
34965 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34966
34967 \end_inset
34968
34969
34970 \series default
34971
34972 \begin_inset Index
34973 status collapsed
34974
34975 \begin_layout Plain Layout
34976 LaTeX-Pakete ! wrapfig
34977 \begin_inset ERT
34978 status collapsed
34979
34980 \begin_layout Plain Layout
34981
34982
34983 \backslash
34984 vspace{4mm}
34985 \end_layout
34986
34987 \end_inset
34988
34989
34990 \end_layout
34991
34992 \end_inset
34993
34994
34995 \end_layout
34996
34997 \begin_layout Bibliography
34998 \begin_inset CommandInset bibitem
34999 LatexCommand bibitem
35000 key "footmisc"
35001
35002 \end_inset
35003
35004 Dokumentation des LaTeX-Pakets 
35005 \series bold
35006
35007 \begin_inset CommandInset href
35008 LatexCommand href
35009 name "footmisc"
35010 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
35011
35012 \end_inset
35013
35014
35015 \series default
35016
35017 \begin_inset Index
35018 status collapsed
35019
35020 \begin_layout Plain Layout
35021 LaTeX-Pakete ! footmisc
35022 \end_layout
35023
35024 \end_inset
35025
35026
35027 \end_layout
35028
35029 \begin_layout Bibliography
35030 \begin_inset CommandInset bibitem
35031 LatexCommand bibitem
35032 key "hypcap"
35033
35034 \end_inset
35035
35036 Dokumentation des LaTeX-Pakets 
35037 \series bold
35038
35039 \begin_inset CommandInset href
35040 LatexCommand href
35041 name "hypcap"
35042 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
35043
35044 \end_inset
35045
35046
35047 \series default
35048
35049 \begin_inset Index
35050 status collapsed
35051
35052 \begin_layout Plain Layout
35053 LaTeX-Pakete ! hypcap
35054 \end_layout
35055
35056 \end_inset
35057
35058
35059 \end_layout
35060
35061 \begin_layout Bibliography
35062 \begin_inset CommandInset bibitem
35063 LatexCommand bibitem
35064 key "hyperref"
35065
35066 \end_inset
35067
35068 Dokumentation des LaTeX-Pakets 
35069 \series bold
35070
35071 \begin_inset CommandInset href
35072 LatexCommand href
35073 name "hyperref"
35074 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
35075
35076 \end_inset
35077
35078
35079 \series default
35080
35081 \begin_inset Index
35082 status collapsed
35083
35084 \begin_layout Plain Layout
35085 LaTeX-Pakete ! hyperref
35086 \end_layout
35087
35088 \end_inset
35089
35090
35091 \end_layout
35092
35093 \begin_layout Bibliography
35094 \begin_inset CommandInset bibitem
35095 LatexCommand bibitem
35096 key "KOMA-script"
35097
35098 \end_inset
35099
35100 Dokumentation des LaTeX-Pakets 
35101 \series bold
35102
35103 \begin_inset CommandInset href
35104 LatexCommand href
35105 name "KOMA-script"
35106 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
35107
35108 \end_inset
35109
35110
35111 \series default
35112
35113 \begin_inset Index
35114 status collapsed
35115
35116 \begin_layout Plain Layout
35117 LaTeX-Pakete ! KOMA-script
35118 \end_layout
35119
35120 \end_inset
35121
35122
35123 \end_layout
35124
35125 \begin_layout Bibliography
35126 \begin_inset CommandInset bibitem
35127 LatexCommand bibitem
35128 key "listings"
35129
35130 \end_inset
35131
35132 Dokumentation des LaTeX-Pakets 
35133 \series bold
35134
35135 \begin_inset CommandInset href
35136 LatexCommand href
35137 name "listings"
35138 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
35139
35140 \end_inset
35141
35142
35143 \series default
35144
35145 \begin_inset Index
35146 status collapsed
35147
35148 \begin_layout Plain Layout
35149 LaTeX-Pakete ! listings
35150 \end_layout
35151
35152 \end_inset
35153
35154
35155 \end_layout
35156
35157 \begin_layout Bibliography
35158 \begin_inset CommandInset bibitem
35159 LatexCommand bibitem
35160 key "marginnote"
35161
35162 \end_inset
35163
35164 Dokumentation des LaTeX-Pakets 
35165 \series bold
35166
35167 \begin_inset CommandInset href
35168 LatexCommand href
35169 name "marginnote"
35170 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
35171
35172 \end_inset
35173
35174
35175 \series default
35176
35177 \begin_inset Index
35178 status collapsed
35179
35180 \begin_layout Plain Layout
35181 LaTeX-Pakete ! marginnote
35182 \end_layout
35183
35184 \end_inset
35185
35186
35187 \end_layout
35188
35189 \begin_layout Bibliography
35190 \begin_inset CommandInset bibitem
35191 LatexCommand bibitem
35192 key "pstricks"
35193
35194 \end_inset
35195
35196 Webseite des LaTeX-Pakets 
35197 \series bold
35198
35199 \begin_inset CommandInset href
35200 LatexCommand href
35201 name "PSTricks"
35202 target "http://tug.org/PSTricks/"
35203
35204 \end_inset
35205
35206
35207 \series default
35208
35209 \begin_inset Index
35210 status collapsed
35211
35212 \begin_layout Plain Layout
35213 LaTeX-Pakete ! pstricks
35214 \end_layout
35215
35216 \end_inset
35217
35218
35219 \end_layout
35220
35221 \begin_layout Bibliography
35222 \begin_inset CommandInset bibitem
35223 LatexCommand bibitem
35224 key "sidecap"
35225
35226 \end_inset
35227
35228 Dokumentation des LaTeX-Pakets 
35229 \series bold
35230
35231 \begin_inset CommandInset href
35232 LatexCommand href
35233 name "sidecap"
35234 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
35235
35236 \end_inset
35237
35238
35239 \series default
35240
35241 \begin_inset Index
35242 status collapsed
35243
35244 \begin_layout Plain Layout
35245 LaTeX-Pakete ! sidecap
35246 \end_layout
35247
35248 \end_inset
35249
35250
35251 \end_layout
35252
35253 \begin_layout Bibliography
35254 \begin_inset CommandInset bibitem
35255 LatexCommand bibitem
35256 key "NewInLyX16"
35257
35258 \end_inset
35259
35260
35261 \begin_inset CommandInset href
35262 LatexCommand href
35263 name "Wiki-Seite"
35264 target "http://wiki.lyx.org/LyX/NewInLyX16"
35265
35266 \end_inset
35267
35268  über neue Funktionen in 
35269 \family sans
35270 LyX 1.6.0
35271 \family default
35272 .
35273 \end_layout
35274
35275 \begin_layout Standard
35276 \begin_inset CommandInset index_print
35277 LatexCommand printindex
35278
35279 \end_inset
35280
35281
35282 \end_layout
35283
35284 \begin_layout Standard
35285 \begin_inset FloatList figure
35286
35287 \end_inset
35288
35289
35290 \end_layout
35291
35292 \begin_layout Standard
35293 \begin_inset FloatList table
35294
35295 \end_inset
35296
35297
35298 \end_layout
35299
35300 \begin_layout Standard
35301 \begin_inset ERT
35302 status open
35303
35304 \begin_layout Plain Layout
35305
35306
35307 \backslash
35308 listof{algorithm}{Algorithmenverzeichnis}
35309 \end_layout
35310
35311 \end_inset
35312
35313
35314 \begin_inset Note Note
35315 status collapsed
35316
35317 \begin_layout Plain Layout
35318 siehe Abschnitt
35319 \begin_inset space ~
35320 \end_inset
35321
35322
35323 \begin_inset CommandInset ref
35324 LatexCommand ref
35325 reference "uab:Gleitobjekt-Algorithmen"
35326
35327 \end_inset
35328
35329  für eine Beschreibung
35330 \end_layout
35331
35332 \end_inset
35333
35334
35335 \end_layout
35336
35337 \end_body
35338 \end_document