]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
EmbeddedObjects.lyx: update manual according to http://bugzilla.lyx.org/show_bug...
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 1.6.2svn 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   \let\marginpar\marginnote
154   \setboolean{sidecap}{true}}
155  {\setboolean{sidecap}{false}}
156
157 % Umdefinieren des Makros \LyX für PDF-Lesezeichen
158 \def\LyX{\texorpdfstring{%
159   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
160   {LyX}}
161
162 % Damit der Index den Namen "Stichwortverzeichnis" erhält
163 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
164 \end_preamble
165 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
166 \use_default_options false
167 \language ngerman
168 \inputencoding auto
169 \font_roman default
170 \font_sans default
171 \font_typewriter default
172 \font_default_family default
173 \font_sc false
174 \font_osf false
175 \font_sf_scale 100
176 \font_tt_scale 100
177
178 \graphics default
179 \paperfontsize 12
180 \spacing single
181 \use_hyperref true
182 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
183 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
184 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
185 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
186 \pdf_bookmarks true
187 \pdf_bookmarksnumbered true
188 \pdf_bookmarksopen true
189 \pdf_bookmarksopenlevel 1
190 \pdf_breaklinks false
191 \pdf_pdfborder false
192 \pdf_colorlinks true
193 \pdf_backref false
194 \pdf_pdfusetitle false
195 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
196 \papersize a4paper
197 \use_geometry false
198 \use_amsmath 2
199 \use_esint 0
200 \cite_engine basic
201 \use_bibtopic false
202 \paperorientation portrait
203 \secnumdepth 3
204 \tocdepth 3
205 \paragraph_separation skip
206 \defskip medskip
207 \quotes_language german
208 \papercolumns 1
209 \papersides 2
210 \paperpagestyle default
211 \bullet 1 0 9 -1
212 \bullet 2 2 35 -1
213 \bullet 3 2 7 -1
214 \tracking_changes false
215 \output_changes false
216 \author "" 
217 \author "" 
218 \end_header
219
220 \begin_body
221
222 \begin_layout Title
223 Das LyX-Handbuch der Einfügungen:
224 \begin_inset Newline newline
225 \end_inset
226
227  
228 \size larger
229 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
230 \end_layout
231
232 \begin_layout Author
233 vom LyX Team
234 \begin_inset Foot
235 status collapsed
236
237 \begin_layout Plain Layout
238 \noindent
239
240 \size normal
241 Übersetzung und Bearbeitung: Hartmut Haase
242 \size default
243 , Uwe Stöhr
244 \begin_inset Newline newline
245 \end_inset
246
247 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
248  bitte an: 
249 \begin_inset CommandInset href
250 LatexCommand href
251 name "lyx-docs@lists.lyx.org"
252 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
253 type "mailto:"
254
255 \end_inset
256
257
258 \end_layout
259
260 \end_inset
261
262
263 \begin_inset Note Note
264 status collapsed
265
266 \begin_layout Plain Layout
267 Autor: Uwe Stöhr <uwestoehr@web.de>
268 \end_layout
269
270 \end_inset
271
272
273 \begin_inset Newline newline
274 \end_inset
275
276
277 \begin_inset Newline newline
278 \end_inset
279
280
281 \family sans
282 Version 1.6.x
283 \end_layout
284
285 \begin_layout Standard
286 \begin_inset CommandInset toc
287 LatexCommand tableofcontents
288
289 \end_inset
290
291
292 \end_layout
293
294 \begin_layout Standard
295 \begin_inset Note Note
296 status open
297
298 \begin_layout Plain Layout
299 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder Rich
300  Text exportieren zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte
301  
302 \series bold
303 arydshln
304 \series default
305
306 \series bold
307 colortbl
308 \series default
309
310 \series bold
311 marginnote
312 \series default
313  und 
314 \series bold
315 sidecap
316 \series default
317 .
318  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
319  denen sie benötigt werden.
320 \end_layout
321
322 \begin_layout Plain Layout
323 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
324  des englischen Originals hier finden:
325 \begin_inset Newline newline
326 \end_inset
327
328
329 \series bold
330 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
331 \end_layout
332
333 \end_inset
334
335
336 \end_layout
337
338 \begin_layout Chapter
339 Abbildungen
340 \begin_inset Index
341 status collapsed
342
343 \begin_layout Plain Layout
344 Abbildungen
345 \end_layout
346
347 \end_inset
348
349
350 \end_layout
351
352 \begin_layout Section
353 Grafik-Dialog
354 \begin_inset Index
355 status collapsed
356
357 \begin_layout Plain Layout
358 Abbildungen ! Grafik-Dialog
359 \end_layout
360
361 \end_inset
362
363
364 \begin_inset CommandInset label
365 LatexCommand label
366 name "abs:Grafik-Dialog"
367
368 \end_inset
369
370
371 \end_layout
372
373 \begin_layout Standard
374 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
375  
376 \begin_inset Graphics
377         filename ../../images/dialog-show-new-inset_graphics.png
378         scale 70
379         scaleBeforeRotation
380         BoundingBox 0bp 6bp 22bp 22bp
381
382 \end_inset
383
384  in der Werkzeugleiste oder wählen das Menü 
385 \family sans
386 Einfügen\SpecialChar \menuseparator
387 Grafik
388 \family default
389 .
390  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
391  
392 \family sans
393 Durchsuchen
394 \family default
395  eingeben können.
396  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
397  an der Sie sie eingefügt haben.
398 \end_layout
399
400 \begin_layout Standard
401 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
402  klicken.
403  Der Dialog hat drei Karteikarten:
404 \end_layout
405
406 \begin_layout Description
407
408 \family sans
409 Grafik
410 \family default
411  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
412  Version festlegen.
413  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
414 \begin_inset space ~
415 \end_inset
416
417
418 \begin_inset CommandInset ref
419 LatexCommand ref
420 reference "kap:In-LyX-verfügbare"
421
422 \end_inset
423
424  erklärt.
425 \begin_inset Newline newline
426 \end_inset
427
428
429 \begin_inset Index
430 status collapsed
431
432 \begin_layout Plain Layout
433 Abbildungen ! rotierte
434 \end_layout
435
436 \end_inset
437
438 Sie können Abbildungen durch Angabe eines 
439 \family sans
440 Winkel
441 \family default
442
443 \begin_inset space ~
444 \end_inset
445
446
447 \family sans
448 (Grad)
449 \family default
450  und Festlegung eines 
451 \family sans
452 Drehpunktes
453 \family default
454  drehen.
455  Negative Winkel drehen im Uhrzeigersinn.
456  Die Abbildung wird auch in LyX gedreht.
457 \begin_inset Newline newline
458 \end_inset
459
460
461 \begin_inset Index
462 status collapsed
463
464 \begin_layout Plain Layout
465 Abbildungen ! skalierte
466 \end_layout
467
468 \end_inset
469
470 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
471  oder Höhe und Breite definiert.
472  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
473  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
474  wobei sie möglicherweise verzerrt wird.
475  Um das zu vermeiden, sollten Sie 
476 \family sans
477 Seitenverhältnis
478 \begin_inset space ~
479 \end_inset
480
481 beibehalten
482 \family default
483  ankreuzen.
484  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
485  und Breite nicht überschritten werden.
486 \begin_inset Newline newline
487 \end_inset
488
489 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
490 nden Kontext-Menü 
491 \family sans
492 Datei extern bearbeiten
493 \family default
494  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
495  öffnen.
496  Das Programm kann für jedes Bildformat in den LyX-Einstellungen unter 
497 \family sans
498 Datei-Handhabung\SpecialChar \menuseparator
499 Dateiformate
500 \family default
501  festgelegt werden.
502 \end_layout
503
504 \begin_layout Description
505
506 \family sans
507 Ausschnitt
508 \family default
509  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
510  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
511  Wenn Sie auf 
512 \family sans
513 Lese
514 \begin_inset space ~
515 \end_inset
516
517 aus
518 \begin_inset space ~
519 \end_inset
520
521 Datei
522 \family default
523  klicken, werden die Koordinaten automatisch berechnet.
524  Die Option 
525 \family sans
526 Auf
527 \begin_inset space ~
528 \end_inset
529
530 Begrenzungsbox
531 \begin_inset space ~
532 \end_inset
533
534 zuschneiden
535 \family default
536  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
537  Koordinaten liegt.
538  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
539  diese Karteikarte ignorieren.
540 \end_layout
541
542 \begin_layout Description
543
544 \family sans
545 LaTeX-
546 \begin_inset space ~
547 \end_inset
548
549 und
550 \begin_inset space ~
551 \end_inset
552
553 LyX-Optionen
554 \family default
555  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
556  LaTeX-Experten können weitere LaTeX-Optionen definieren.
557 \begin_inset Newline newline
558 \end_inset
559
560 Ist die Option 
561 \family sans
562 Entwurfsmodus 
563 \family default
564 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
565  darin gedruckt.
566 \begin_inset Newline newline
567 \end_inset
568
569 Die Option 
570 \family sans
571 Beim
572 \begin_inset space ~
573 \end_inset
574
575 Exportieren
576 \begin_inset space ~
577 \end_inset
578
579 nicht
580 \begin_inset space ~
581 \end_inset
582
583 entpacken
584 \family default
585  betrifft nur gepackte EPS-Dateien, zum Beispiel 
586 \emph on
587 x.eps.gz
588 \emph default
589 .
590  LaTeX kann so mit ihnen umgehen.
591 \begin_inset Newline newline
592 \end_inset
593
594 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
595  wählen, siehe Anhang
596 \begin_inset space ~
597 \end_inset
598
599
600 \begin_inset CommandInset ref
601 LatexCommand ref
602 reference "abs:PostScript"
603
604 \end_inset
605
606 .
607  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
608 \begin_inset Newline newline
609 \end_inset
610
611
612 \series bold
613 gzip x.eps
614 \begin_inset Newline newline
615 \end_inset
616
617 zgrep %%Bounding x.eps.gz > x.eps.bb
618 \series default
619
620 \begin_inset Newline newline
621 \end_inset
622
623 Der zweite Befehl erzeugt die Begrenzungsbox 
624 \begin_inset Quotes gld
625 \end_inset
626
627 x.eps.bb
628 \begin_inset Quotes grd
629 \end_inset
630
631 , die LaTeX für gepackte Abbildungen benötigt.
632 \begin_inset Newline newline
633 \end_inset
634
635 Das Feld 
636 \family sans
637 Gruppenname
638 \begin_inset space ~
639 \end_inset
640
641 initialisieren
642 \family default
643  ermöglicht es eine Einstellungsgruppe zu definieren oder dem Bild eine
644  solche zuzuordnen.
645 \begin_inset Index
646 status collapsed
647
648 \begin_layout Plain Layout
649 Abbildungen ! Einstellungsgruppen
650 \end_layout
651
652 \end_inset
653
654  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
655  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
656  der Gruppe geändert werden.
657  Damit kann man z.B.
658 \begin_inset space ~
659 \end_inset
660
661 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
662  Bild tun zu müssen.
663  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
664  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
665 \end_layout
666
667 \begin_layout Standard
668 \begin_inset VSpace bigskip
669 \end_inset
670
671
672 \end_layout
673
674 \begin_layout Standard
675 Hier ist eine zentrierte EPS-Abbildung
676 \begin_inset Foot
677 status collapsed
678
679 \begin_layout Plain Layout
680 Abbildungsformate sind in Abschnitt
681 \begin_inset space ~
682 \end_inset
683
684
685 \begin_inset CommandInset ref
686 LatexCommand ref
687 reference "abs:Bildformate"
688
689 \end_inset
690
691  beschrieben.
692 \end_layout
693
694 \end_inset
695
696  in einem eigenen Absatz:
697 \end_layout
698
699 \begin_layout Standard
700 \align center
701 \begin_inset Graphics
702         filename ../clipart/mobius.eps
703         scale 70
704         scaleBeforeRotation
705         rotateOrigin center
706
707 \end_inset
708
709
710 \end_layout
711
712 \begin_layout Standard
713 \noindent
714 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
715 \end_layout
716
717 \begin_layout Standard
718 \align center
719 \begin_inset Graphics
720         filename ../clipart/mobius.eps
721         scale 70
722         draft
723         scaleBeforeRotation
724         rotateOrigin center
725
726 \end_inset
727
728
729 \end_layout
730
731 \begin_layout Section
732 Gleitende Abbildungen
733 \begin_inset CommandInset label
734 LatexCommand label
735 name "abs:Gleitende-Abbildungen"
736
737 \end_inset
738
739
740 \begin_inset Index
741 status collapsed
742
743 \begin_layout Plain Layout
744 Abbildungen ! gleitende
745 \end_layout
746
747 \end_inset
748
749
750 \begin_inset Index
751 status collapsed
752
753 \begin_layout Plain Layout
754 Gleitobjekte ! Abbildungen
755 \end_layout
756
757 \end_inset
758
759
760 \end_layout
761
762 \begin_layout Standard
763 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
764 \begin_inset space ~
765 \end_inset
766
767
768 \begin_inset CommandInset ref
769 LatexCommand ref
770 reference "abs:Gleitobjekte-Einleitung"
771
772 \end_inset
773
774 .
775 \end_layout
776
777 \begin_layout Standard
778 Wenn Sie auf das Werkzeugleisten-Symbol 
779 \begin_inset Graphics
780         filename ../../images/float-insert_figure.png
781         scale 70
782         scaleBeforeRotation
783         BoundingBox 0bp 6bp 22bp 22bp
784
785 \end_inset
786
787  klicken oder 
788 \family sans
789 Einfügen\SpecialChar \menuseparator
790 Gleit\SpecialChar \-
791 objekt\SpecialChar \menuseparator
792 Abbildung
793 \family default
794  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
795  In das rot umrahmte Feld rechts von 
796 \emph on
797 Abbildung
798 \begin_inset space ~
799 \end_inset
800
801 Nr:
802 \emph default
803  schreiben Sie die Bildbeschriftung.
804  Nach einem Klick oberhalb oder unterhalb von 
805 \emph on
806 Abbildung
807 \begin_inset space ~
808 \end_inset
809
810 Nr:
811 \emph default
812  können Sie dann eine Abbildung wie 
813 \begin_inset CommandInset ref
814 LatexCommand ref
815 reference "abb:kill-plat"
816
817 \end_inset
818
819  oberhalb oder wie Abbildung
820 \begin_inset space ~
821 \end_inset
822
823
824 \begin_inset CommandInset ref
825 LatexCommand ref
826 reference "abb:escher"
827
828 \end_inset
829
830  unterhalb der Bildbeschriftung einfügen.
831  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
832 \begin_inset space ~
833 \end_inset
834
835
836 \begin_inset CommandInset ref
837 LatexCommand ref
838 reference "abs:Titel-Platzierung"
839
840 \end_inset
841
842 .
843 \end_layout
844
845 \begin_layout Standard
846 \begin_inset Float figure
847 wide false
848 sideways false
849 status open
850
851 \begin_layout Plain Layout
852 \align center
853 \begin_inset Graphics
854         filename ../clipart/platypus.eps
855         width 50col%
856         scaleBeforeRotation
857         rotateOrigin center
858
859 \end_inset
860
861
862 \end_layout
863
864 \begin_layout Plain Layout
865 \begin_inset Caption
866
867 \begin_layout Plain Layout
868 \begin_inset CommandInset label
869 LatexCommand label
870 name "abb:kill-plat"
871
872 \end_inset
873
874 Platypus in einem Gleitobjekt
875 \end_layout
876
877 \end_inset
878
879
880 \end_layout
881
882 \end_inset
883
884
885 \end_layout
886
887 \begin_layout Standard
888 \begin_inset Float figure
889 wide false
890 sideways false
891 status open
892
893 \begin_layout Plain Layout
894 \begin_inset Caption
895
896 \begin_layout Plain Layout
897 \begin_inset CommandInset label
898 LatexCommand label
899 name "abb:escher"
900
901 \end_inset
902
903 M.C.
904  Escher
905 \end_layout
906
907 \end_inset
908
909
910 \end_layout
911
912 \begin_layout Plain Layout
913 \align center
914 \begin_inset Graphics
915         filename ../clipart/escher-lsd.eps
916         scale 80
917         scaleBeforeRotation
918         rotateOrigin center
919
920 \end_inset
921
922
923 \end_layout
924
925 \end_inset
926
927
928 \end_layout
929
930 \begin_layout Standard
931 \begin_inset Index
932 status collapsed
933
934 \begin_layout Plain Layout
935 Querverweise ! auf Abbildungen
936 \end_layout
937
938 \end_inset
939
940 Abbildung
941 \begin_inset space ~
942 \end_inset
943
944
945 \begin_inset CommandInset ref
946 LatexCommand ref
947 reference "abb:kill-plat"
948
949 \end_inset
950
951  und 
952 \begin_inset CommandInset ref
953 LatexCommand ref
954 reference "abb:escher"
955
956 \end_inset
957
958  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
959  Dafür fügen Sie in der Beschriftung mit 
960 \family sans
961 Einfügen\SpecialChar \menuseparator
962 Marke
963 \family default
964  oder durch Klicken auf 
965 \begin_inset Graphics
966         filename ../../images/label-insert.png
967         scale 70
968         scaleBeforeRotation
969         BoundingBox 0bp 6bp 20bp 20bp
970
971 \end_inset
972
973  eine Marke ein.
974  Auf diese können Sie dann wie gewohnt mit 
975 \family sans
976 Einfügen\SpecialChar \menuseparator
977 Querverweis
978 \family default
979  oder durch Klicken auf 
980 \begin_inset Graphics
981         filename ../../images/dialog-show-new-inset_ref.png
982         scale 70
983         scaleBeforeRotation
984         BoundingBox 0bp 6bp 22bp 22bp
985
986 \end_inset
987
988  verweisen.
989  Das ist besser als eine vage Formulierung wie 
990 \begin_inset Quotes gld
991 \end_inset
992
993 die obige Abbildung
994 \begin_inset Quotes grd
995 \end_inset
996
997  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
998  erscheint, und das muss nicht 
999 \emph on
1000 oben
1001 \emph default
1002  sein.
1003  Verweise werden detailliert in Abschnitt
1004 \begin_inset space ~
1005 \end_inset
1006
1007
1008 \begin_inset CommandInset ref
1009 LatexCommand ref
1010 reference "abs:Auf-Gleitobjekte-verweisen"
1011
1012 \end_inset
1013
1014  beschrieben.
1015 \end_layout
1016
1017 \begin_layout Standard
1018 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1019  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1020  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1021  Gleitabbildung einfügt.
1022  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1023  Abbildung
1024 \begin_inset space ~
1025 \end_inset
1026
1027
1028 \begin_inset CommandInset ref
1029 LatexCommand ref
1030 reference "abb:Zwei-Teilabbildungen"
1031
1032 \end_inset
1033
1034  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1035  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1036  Gleitabbildung auf Eingabe drücken.
1037  Abbildung
1038 \begin_inset space ~
1039 \end_inset
1040
1041
1042 \begin_inset CommandInset ref
1043 LatexCommand ref
1044 reference "abb:Undefinierbar"
1045
1046 \end_inset
1047
1048  und 
1049 \begin_inset CommandInset ref
1050 LatexCommand ref
1051 reference "abb:Ein-Schnabeltier"
1052
1053 \end_inset
1054
1055  sind die Teilabbildungen.
1056 \end_layout
1057
1058 \begin_layout Standard
1059 \begin_inset Float figure
1060 wide false
1061 sideways false
1062 status open
1063
1064 \begin_layout Plain Layout
1065 \begin_inset space \hfill{}
1066 \end_inset
1067
1068
1069 \begin_inset Float figure
1070 wide false
1071 sideways false
1072 status collapsed
1073
1074 \begin_layout Plain Layout
1075 \begin_inset Caption
1076
1077 \begin_layout Plain Layout
1078 \begin_inset CommandInset label
1079 LatexCommand label
1080 name "abb:Undefinierbar"
1081
1082 \end_inset
1083
1084 Undefinierbar
1085 \end_layout
1086
1087 \end_inset
1088
1089
1090 \end_layout
1091
1092 \begin_layout Plain Layout
1093 \begin_inset Graphics
1094         filename ../clipart/escher-lsd.eps
1095         width 35col%
1096         scaleBeforeRotation
1097         groupId Teilabbildung
1098
1099 \end_inset
1100
1101
1102 \end_layout
1103
1104 \end_inset
1105
1106
1107 \begin_inset space \hfill{}
1108 \end_inset
1109
1110
1111 \begin_inset Float figure
1112 wide false
1113 sideways false
1114 status collapsed
1115
1116 \begin_layout Plain Layout
1117 \begin_inset Caption
1118
1119 \begin_layout Plain Layout
1120 \begin_inset CommandInset label
1121 LatexCommand label
1122 name "abb:Ein-Schnabeltier"
1123
1124 \end_inset
1125
1126 Ein Schnabeltier
1127 \end_layout
1128
1129 \end_inset
1130
1131
1132 \end_layout
1133
1134 \begin_layout Plain Layout
1135 \begin_inset Graphics
1136         filename ../clipart/platypus.eps
1137         width 35col%
1138         scaleBeforeRotation
1139         groupId Teilabbildung
1140
1141 \end_inset
1142
1143
1144 \end_layout
1145
1146 \end_inset
1147
1148
1149 \begin_inset space \hfill{}
1150 \end_inset
1151
1152
1153 \end_layout
1154
1155 \begin_layout Plain Layout
1156 \begin_inset Caption
1157
1158 \begin_layout Plain Layout
1159 \begin_inset CommandInset label
1160 LatexCommand label
1161 name "abb:Zwei-Teilabbildungen"
1162
1163 \end_inset
1164
1165 Zwei Teilabbildungen nebeneinander.
1166  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1167 \begin_inset Quotes gld
1168 \end_inset
1169
1170 Teilabbildung
1171 \begin_inset Quotes grd
1172 \end_inset
1173
1174  an.
1175 \end_layout
1176
1177 \end_inset
1178
1179
1180 \end_layout
1181
1182 \end_inset
1183
1184
1185 \end_layout
1186
1187 \begin_layout Section
1188 Bildformate
1189 \begin_inset CommandInset label
1190 LatexCommand label
1191 name "abs:Bildformate"
1192
1193 \end_inset
1194
1195
1196 \begin_inset Index
1197 status collapsed
1198
1199 \begin_layout Plain Layout
1200 Abbildungen ! Bildformate
1201 \end_layout
1202
1203 \end_inset
1204
1205
1206 \end_layout
1207
1208 \begin_layout Standard
1209 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1210  Aber wie in Anhang
1211 \begin_inset space ~
1212 \end_inset
1213
1214
1215 \begin_inset CommandInset ref
1216 LatexCommand ref
1217 reference "kap:Ausgabedatei-Formate"
1218
1219 \end_inset
1220
1221  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1222  LyX benutzt im Hintergrund das Programm
1223 \family typewriter
1224  Imagemagick
1225 \family default
1226 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1227  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1228  vermeiden.
1229  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1230  werden können.
1231  Diese Formate werden in Anhang
1232 \begin_inset space ~
1233 \end_inset
1234
1235
1236 \begin_inset CommandInset ref
1237 LatexCommand ref
1238 reference "kap:Ausgabedatei-Formate"
1239
1240 \end_inset
1241
1242  beschrieben.
1243 \end_layout
1244
1245 \begin_layout Standard
1246 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1247 \end_layout
1248
1249 \begin_layout Description
1250 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1251  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1252  
1253 \emph on
1254 pixelig
1255 \emph default
1256  aus.
1257  Bekannte Pixel-Formate sind 
1258 \begin_inset Quotes gld
1259 \end_inset
1260
1261 Graphics Interchange Format
1262 \begin_inset Quotes grd
1263 \end_inset
1264
1265  (GIF, Dateiendung
1266 \family typewriter
1267  
1268 \family default
1269
1270 \begin_inset Quotes gld
1271 \end_inset
1272
1273
1274 \family typewriter
1275 .gif
1276 \family default
1277
1278 \begin_inset Quotes grd
1279 \end_inset
1280
1281 )
1282 \begin_inset Index
1283 status collapsed
1284
1285 \begin_layout Plain Layout
1286 GIF
1287 \end_layout
1288
1289 \end_inset
1290
1291
1292 \begin_inset Quotes gld
1293 \end_inset
1294
1295 Portable Network Graphics
1296 \begin_inset Quotes grd
1297 \end_inset
1298
1299  (PNG, Dateiendung 
1300 \begin_inset Quotes gld
1301 \end_inset
1302
1303
1304 \family typewriter
1305 .png
1306 \family default
1307
1308 \begin_inset Quotes grd
1309 \end_inset
1310
1311 )
1312 \begin_inset Index
1313 status collapsed
1314
1315 \begin_layout Plain Layout
1316 PNG
1317 \end_layout
1318
1319 \end_inset
1320
1321
1322 \begin_inset Quotes gld
1323 \end_inset
1324
1325 Joint Photographic Experts Group
1326 \begin_inset Quotes grd
1327 \end_inset
1328
1329  (JPEG, Dateiendung
1330 \family typewriter
1331  
1332 \family default
1333
1334 \begin_inset Quotes gld
1335 \end_inset
1336
1337
1338 \family typewriter
1339 .jpg
1340 \family default
1341
1342 \begin_inset Quotes grd
1343 \end_inset
1344
1345  oder 
1346 \begin_inset Quotes gld
1347 \end_inset
1348
1349
1350 \family typewriter
1351 .jpeg
1352 \family default
1353
1354 \begin_inset Quotes grd
1355 \end_inset
1356
1357 )
1358 \begin_inset Index
1359 status collapsed
1360
1361 \begin_layout Plain Layout
1362 JPG, JPEG
1363 \end_layout
1364
1365 \end_inset
1366
1367  und 
1368 \begin_inset Quotes gld
1369 \end_inset
1370
1371 Windows Bitmap
1372 \begin_inset Quotes grd
1373 \end_inset
1374
1375  (BMP, Dateiendung 
1376 \begin_inset Quotes gld
1377 \end_inset
1378
1379
1380 \family typewriter
1381 .bmp
1382 \family default
1383
1384 \begin_inset Quotes grd
1385 \end_inset
1386
1387 )
1388 \begin_inset Index
1389 status collapsed
1390
1391 \begin_layout Plain Layout
1392 BMP
1393 \end_layout
1394
1395 \end_inset
1396
1397 .
1398 \end_layout
1399
1400 \begin_layout Description
1401 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1402  auf jede beliebige Größe skaliert werden.
1403  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1404  zoomen zu können.
1405 \begin_inset Newline newline
1406 \end_inset
1407
1408 Bekannte Formate sind 
1409 \begin_inset Quotes gld
1410 \end_inset
1411
1412 Scalable Vector Graphics
1413 \begin_inset Quotes grd
1414 \end_inset
1415
1416  (SVG, Dateiendung
1417 \family typewriter
1418  
1419 \family default
1420
1421 \begin_inset Quotes gld
1422 \end_inset
1423
1424
1425 \family typewriter
1426 .svg
1427 \family default
1428
1429 \begin_inset Quotes grd
1430 \end_inset
1431
1432 )
1433 \begin_inset Index
1434 status collapsed
1435
1436 \begin_layout Plain Layout
1437 SVG
1438 \end_layout
1439
1440 \end_inset
1441
1442
1443 \begin_inset Quotes gld
1444 \end_inset
1445
1446 Encapsulated PostScript
1447 \begin_inset Quotes grd
1448 \end_inset
1449
1450  (EPS, Dateiendung 
1451 \begin_inset Quotes gld
1452 \end_inset
1453
1454
1455 \family typewriter
1456 .eps
1457 \family default
1458
1459 \begin_inset Quotes grd
1460 \end_inset
1461
1462 )
1463 \begin_inset Index
1464 status collapsed
1465
1466 \begin_layout Plain Layout
1467 EPS
1468 \end_layout
1469
1470 \end_inset
1471
1472
1473 \begin_inset Quotes gld
1474 \end_inset
1475
1476 Portable Document Format
1477 \begin_inset Quotes grd
1478 \end_inset
1479
1480  (PDF, Dateiendung
1481 \family typewriter
1482  
1483 \family default
1484
1485 \begin_inset Quotes gld
1486 \end_inset
1487
1488
1489 \family typewriter
1490 .pdf
1491 \family default
1492
1493 \begin_inset Quotes grd
1494 \end_inset
1495
1496 )
1497 \begin_inset Index
1498 status collapsed
1499
1500 \begin_layout Plain Layout
1501 PDF
1502 \end_layout
1503
1504 \end_inset
1505
1506  und 
1507 \begin_inset Quotes gld
1508 \end_inset
1509
1510 Windows Metafile
1511 \begin_inset Quotes grd
1512 \end_inset
1513
1514  (WMF, Dateiendung 
1515 \begin_inset Quotes gld
1516 \end_inset
1517
1518
1519 \family typewriter
1520 .wmf
1521 \family default
1522
1523 \begin_inset Quotes grd
1524 \end_inset
1525
1526 )
1527 \begin_inset Index
1528 status collapsed
1529
1530 \begin_layout Plain Layout
1531 WMF
1532 \end_layout
1533
1534 \end_inset
1535
1536 .
1537 \end_layout
1538
1539 \begin_layout Standard
1540 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1541  das Ergebnis ist immer noch ein Pixelbild.
1542  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1543  hinzugefügt.
1544 \begin_inset Foot
1545 status open
1546
1547 \begin_layout Plain Layout
1548 Bei PDF wird das Originalbild auch noch komprimiert.
1549 \end_layout
1550
1551 \end_inset
1552
1553  Die PDF-Dateien, die 
1554 \family typewriter
1555 Adobe Photoshop
1556 \family default
1557  erzeugt, sind zum Beispiel Pixelbilder.
1558 \end_layout
1559
1560 \begin_layout Standard
1561 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1562  umgekehrt.
1563  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1564  eingefügt werden.
1565  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1566  erzeugt wird, weil es zur Zeit keine WMF/SVG
1567 \begin_inset Formula $\to$
1568 \end_inset
1569
1570 PDF/EPS Konverter gibt.
1571 \end_layout
1572
1573 \begin_layout Chapter
1574 Tabellen
1575 \begin_inset Index
1576 status collapsed
1577
1578 \begin_layout Plain Layout
1579 Tabellen
1580 \end_layout
1581
1582 \end_inset
1583
1584
1585 \end_layout
1586
1587 \begin_layout Section
1588 Einführung
1589 \begin_inset Index
1590 status collapsed
1591
1592 \begin_layout Plain Layout
1593 Tabellen ! Einführung
1594 \end_layout
1595
1596 \end_inset
1597
1598
1599 \end_layout
1600
1601 \begin_layout Standard
1602 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1603 \begin_inset Graphics
1604         filename ../../images/tabular-insert.png
1605         scale 70
1606         scaleBeforeRotation
1607         BoundingBox 0bp 6bp 22bp 22bp
1608
1609 \end_inset
1610
1611  oder das Menü 
1612 \family sans
1613 Einfügen\SpecialChar \menuseparator
1614 Tabelle
1615 \family default
1616  einfügen.
1617  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1618 \begin_inset space \thinspace{}
1619 \end_inset
1620
1621 -Tabelle.
1622  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1623  und die Größe der dunkelblauen Tabelle angezeigt.
1624  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1625  ein.
1626  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1627  Spaltenanzahl festlegen können.
1628 \end_layout
1629
1630 \begin_layout Standard
1631 In der so erstellten Tabelle ist jede Zelle umrandet.
1632  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1633  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1634  die zweite Zeile eine Linie oberhalb haben.
1635  Hier ist ein Beispiel:
1636 \end_layout
1637
1638 \begin_layout Standard
1639 \align center
1640 \begin_inset Tabular
1641 <lyxtabular version="3" rows="5" columns="4">
1642 <features>
1643 <column alignment="center" valignment="top" width="0">
1644 <column alignment="center" valignment="top" width="0">
1645 <column alignment="center" valignment="top" width="0">
1646 <column alignment="center" valignment="top" width="0">
1647 <row>
1648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1649 \begin_inset Text
1650
1651 \begin_layout Plain Layout
1652
1653 \end_layout
1654
1655 \end_inset
1656 </cell>
1657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1658 \begin_inset Text
1659
1660 \begin_layout Plain Layout
1661
1662 \family roman
1663 \series medium
1664 \shape up
1665 \size normal
1666 \emph off
1667 \bar no
1668 \noun off
1669 \color none
1670 1
1671 \end_layout
1672
1673 \end_inset
1674 </cell>
1675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1676 \begin_inset Text
1677
1678 \begin_layout Plain Layout
1679 2
1680 \end_layout
1681
1682 \end_inset
1683 </cell>
1684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1685 \begin_inset Text
1686
1687 \begin_layout Plain Layout
1688 3
1689 \end_layout
1690
1691 \end_inset
1692 </cell>
1693 </row>
1694 <row>
1695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1696 \begin_inset Text
1697
1698 \begin_layout Plain Layout
1699
1700 \family roman
1701 \series medium
1702 \shape up
1703 \size normal
1704 \emph off
1705 \bar no
1706 \noun off
1707 \color none
1708 A
1709 \end_layout
1710
1711 \end_inset
1712 </cell>
1713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1714 \begin_inset Text
1715
1716 \begin_layout Plain Layout
1717
1718 \end_layout
1719
1720 \end_inset
1721 </cell>
1722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1723 \begin_inset Text
1724
1725 \begin_layout Plain Layout
1726
1727 \end_layout
1728
1729 \end_inset
1730 </cell>
1731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1732 \begin_inset Text
1733
1734 \begin_layout Plain Layout
1735
1736 \end_layout
1737
1738 \end_inset
1739 </cell>
1740 </row>
1741 <row>
1742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1743 \begin_inset Text
1744
1745 \begin_layout Plain Layout
1746
1747 \family roman
1748 \series medium
1749 \shape up
1750 \size normal
1751 \emph off
1752 \bar no
1753 \noun off
1754 \color none
1755 B
1756 \end_layout
1757
1758 \end_inset
1759 </cell>
1760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1761 \begin_inset Text
1762
1763 \begin_layout Plain Layout
1764
1765 \end_layout
1766
1767 \end_inset
1768 </cell>
1769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1770 \begin_inset Text
1771
1772 \begin_layout Plain Layout
1773
1774 \end_layout
1775
1776 \end_inset
1777 </cell>
1778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1779 \begin_inset Text
1780
1781 \begin_layout Plain Layout
1782
1783 \end_layout
1784
1785 \end_inset
1786 </cell>
1787 </row>
1788 <row>
1789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1790 \begin_inset Text
1791
1792 \begin_layout Plain Layout
1793
1794 \family roman
1795 \series medium
1796 \shape up
1797 \size normal
1798 \emph off
1799 \bar no
1800 \noun off
1801 \color none
1802 C
1803 \end_layout
1804
1805 \end_inset
1806 </cell>
1807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1808 \begin_inset Text
1809
1810 \begin_layout Plain Layout
1811
1812 \end_layout
1813
1814 \end_inset
1815 </cell>
1816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1817 \begin_inset Text
1818
1819 \begin_layout Plain Layout
1820
1821 \end_layout
1822
1823 \end_inset
1824 </cell>
1825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1826 \begin_inset Text
1827
1828 \begin_layout Plain Layout
1829
1830 \end_layout
1831
1832 \end_inset
1833 </cell>
1834 </row>
1835 <row>
1836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1837 \begin_inset Text
1838
1839 \begin_layout Plain Layout
1840 D
1841 \end_layout
1842
1843 \end_inset
1844 </cell>
1845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1846 \begin_inset Text
1847
1848 \begin_layout Plain Layout
1849
1850 \end_layout
1851
1852 \end_inset
1853 </cell>
1854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1855 \begin_inset Text
1856
1857 \begin_layout Plain Layout
1858
1859 \end_layout
1860
1861 \end_inset
1862 </cell>
1863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1864 \begin_inset Text
1865
1866 \begin_layout Plain Layout
1867
1868 \end_layout
1869
1870 \end_inset
1871 </cell>
1872 </row>
1873 </lyxtabular>
1874
1875 \end_inset
1876
1877
1878 \end_layout
1879
1880 \begin_layout Section
1881 Tabellen-Einstellungen
1882 \begin_inset Index
1883 status collapsed
1884
1885 \begin_layout Plain Layout
1886 Tabellen ! Einstellungen
1887 \end_layout
1888
1889 \end_inset
1890
1891
1892 \end_layout
1893
1894 \begin_layout Standard
1895 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1896  Maustaste draufklicken.
1897  Dadurch wird ein Kontextmenü angezeigt, an derem Ende 
1898 \family sans
1899 Einstellungen
1900 \family default
1901  steht.
1902  Ein Klick darauf öffnet das Fenster 
1903 \family sans
1904 Tabellen-Einstellungen
1905 \family default
1906 .
1907  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1908  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1909  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1910  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1911  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1912  Auswahl.
1913  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1914 \emph on
1915 Inhalt
1916 \emph default
1917  einer Zelle oder die Zelle selber ausgewählt haben.
1918  Das 
1919 \family sans
1920 Tabellen-Einstellungen
1921 \family default
1922 -Menü hat folgende Karteikarten:
1923 \end_layout
1924
1925 \begin_layout Description
1926
1927 \family sans
1928 Tabellen-Einstellungen
1929 \family default
1930  Hier können Sie die 
1931 \family sans
1932 Horizontale
1933 \begin_inset space ~
1934 \end_inset
1935
1936 Ausrichtung
1937 \family default
1938  der momentanen Spalte und die 
1939 \family sans
1940 Spaltenbreite
1941 \family default
1942  festlegen.
1943  Wenn Sie eine 
1944 \family sans
1945 Spaltenbreite
1946 \family default
1947  festgelegt haben, können Sie auch eine 
1948 \family sans
1949 Vertikale
1950 \begin_inset space ~
1951 \end_inset
1952
1953 Ausrichtung
1954 \family default
1955  der momentanen Zeile wählen.
1956  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1957  Absätze haben, wie in Abschnitt
1958 \begin_inset space ~
1959 \end_inset
1960
1961
1962 \begin_inset CommandInset ref
1963 LatexCommand ref
1964 reference "uab:Mehrfache-Zeilen-in"
1965
1966 \end_inset
1967
1968  beschrieben.
1969  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1970 \begin_inset Newline newline
1971 \end_inset
1972
1973 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
1974  als 
1975 \family sans
1976 Mehrfachspalte
1977 \family default
1978  definieren, wie in Abschnitt
1979 \begin_inset space ~
1980 \end_inset
1981
1982
1983 \begin_inset CommandInset ref
1984 LatexCommand ref
1985 reference "uab:Mehrfachspalten"
1986
1987 \end_inset
1988
1989  beschrieben.
1990 \begin_inset Newline newline
1991 \end_inset
1992
1993 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
1994  den Uhrzeigersinn um 90° drehen.
1995  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
1996 \begin_inset Newline newline
1997 \end_inset
1998
1999
2000 \begin_inset Note Greyedout
2001 status open
2002
2003 \begin_layout Plain Layout
2004
2005 \series bold
2006 Achtung:
2007 \series default
2008  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2009 \end_layout
2010
2011 \end_inset
2012
2013
2014 \begin_inset Newline newline
2015 \end_inset
2016
2017 Man kann auch ein 
2018 \family sans
2019 LaTe
2020 \begin_inset ERT
2021 status collapsed
2022
2023 \begin_layout Plain Layout
2024
2025 {}
2026 \end_layout
2027
2028 \end_inset
2029
2030 X-Argument
2031 \family default
2032  für besondere Tabellen-Formatierun\SpecialChar \-
2033 gen einfügen, wie in den Abschnitten
2034  
2035 \begin_inset CommandInset ref
2036 LatexCommand ref
2037 reference "uab:Mehrfachspalten-Berechnungen"
2038
2039 \end_inset
2040
2041  und 
2042 \begin_inset CommandInset ref
2043 LatexCommand ref
2044 reference "abs:Farbige-Tabellen"
2045
2046 \end_inset
2047
2048  beschrieben.
2049 \end_layout
2050
2051 \begin_layout Description
2052
2053 \family sans
2054 Rahmen
2055 \family default
2056  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2057  hinzufügen und löschen.
2058 \begin_inset Newline newline
2059 \end_inset
2060
2061 Wenn Sie die Stil-Option
2062 \family sans
2063  Formal
2064 \family default
2065  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2066 \begin_inset space ~
2067 \end_inset
2068
2069
2070 \begin_inset CommandInset ref
2071 LatexCommand ref
2072 reference "abs:Formale-Tabellen"
2073
2074 \end_inset
2075
2076  beschrieben, konvertiert.
2077 \begin_inset Newline newline
2078 \end_inset
2079
2080 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2081 \begin_inset space ~
2082 \end_inset
2083
2084
2085 \begin_inset CommandInset ref
2086 LatexCommand ref
2087 reference "uab:Zeilenabstand"
2088
2089 \end_inset
2090
2091  beschrieben.
2092 \end_layout
2093
2094 \begin_layout Description
2095
2096 \family sans
2097 Lange
2098 \begin_inset space ~
2099 \end_inset
2100
2101 Tabelle
2102 \family default
2103  Hier kann eine Tabelle als 
2104 \family sans
2105 Lange
2106 \begin_inset space ~
2107 \end_inset
2108
2109 Tabelle
2110 \family default
2111  definiert werden, die über mehrere Seiten reicht.
2112  Die Abschnitte
2113 \begin_inset space ~
2114 \end_inset
2115
2116
2117 \begin_inset CommandInset ref
2118 LatexCommand ref
2119 reference "abs:Lange-Tabellen"
2120
2121 \end_inset
2122
2123  und 
2124 \begin_inset CommandInset ref
2125 LatexCommand ref
2126 reference "abs:Special-Longtable-Issues"
2127
2128 \end_inset
2129
2130  beschreiben diese Funktion genauer.
2131 \end_layout
2132
2133 \begin_layout Standard
2134 Wenn das Menü 
2135 \family sans
2136 Tabellen-Einstellungen
2137 \family default
2138  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
2139  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
2140 \end_layout
2141
2142 \begin_layout Section
2143 Tabellen-Werkzeugleiste
2144 \begin_inset Index
2145 status collapsed
2146
2147 \begin_layout Plain Layout
2148 Tabellen ! Werkzeugleiste
2149 \end_layout
2150
2151 \end_inset
2152
2153
2154 \end_layout
2155
2156 \begin_layout Standard
2157 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2158 \family sans
2159 Tabellen-Einstellungen
2160 \family default
2161 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2162  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2163  LyX-Fensters.
2164 \end_layout
2165
2166 \begin_layout Standard
2167 Die Werkzeugleiste hat folgende Knöpfe:
2168 \end_layout
2169
2170 \begin_layout Labeling
2171 \labelwidthstring 00.00.0000
2172 \begin_inset Graphics
2173         filename ../../images/tabular-feature_append-row.png
2174         scale 70
2175         scaleBeforeRotation
2176         BoundingBox 0bp 6bp 22bp 22bp
2177
2178 \end_inset
2179
2180  Fügt eine Zeile unterhalb der momentanen an
2181 \end_layout
2182
2183 \begin_layout Labeling
2184 \labelwidthstring 00.00.0000
2185 \begin_inset Graphics
2186         filename ../../images/tabular-feature_append-column.png
2187         scale 70
2188         scaleBeforeRotation
2189         BoundingBox 0bp 6bp 22bp 22bp
2190
2191 \end_inset
2192
2193  Fügt eine Spalte rechts von der momentanen an
2194 \end_layout
2195
2196 \begin_layout Labeling
2197 \labelwidthstring 00.00.0000
2198 \begin_inset Graphics
2199         filename ../../images/tabular-feature_delete-row.png
2200         scale 70
2201         scaleBeforeRotation
2202         BoundingBox 0bp 6bp 22bp 22bp
2203
2204 \end_inset
2205
2206  Löscht die ausgewählte(n) Zeile(n)
2207 \end_layout
2208
2209 \begin_layout Labeling
2210 \labelwidthstring 00.00.0000
2211 \begin_inset Graphics
2212         filename ../../images/tabular-feature_delete-column.png
2213         scale 70
2214         scaleBeforeRotation
2215         BoundingBox 0bp 6bp 22bp 22bp
2216
2217 \end_inset
2218
2219  Löscht die ausgewählte(n) Spalte(n)
2220 \end_layout
2221
2222 \begin_layout Labeling
2223 \labelwidthstring 00.00.0000
2224 \begin_inset Graphics
2225         filename ../../images/tabular-feature_toggle-line-top.png
2226         scale 70
2227         scaleBeforeRotation
2228         BoundingBox 0bp 6bp 22bp 22bp
2229
2230 \end_inset
2231
2232  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2233  wenn der Knopf grau hinterlegt ist
2234 \end_layout
2235
2236 \begin_layout Labeling
2237 \labelwidthstring 00.00.0000
2238 \begin_inset Graphics
2239         filename ../../images/tabular-feature_toggle-line-bottom.png
2240         scale 70
2241         scaleBeforeRotation
2242         BoundingBox 0bp 6bp 22bp 22bp
2243
2244 \end_inset
2245
2246  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2247  wenn der Knopf grau hinterlegt ist
2248 \end_layout
2249
2250 \begin_layout Labeling
2251 \labelwidthstring 00.00.0000
2252 \begin_inset Graphics
2253         filename ../../images/tabular-feature_toggle-line-left.png
2254         scale 70
2255         scaleBeforeRotation
2256         BoundingBox 0bp 6bp 22bp 22bp
2257
2258 \end_inset
2259
2260  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2261  wenn der Knopf grau hinterlegt ist
2262 \end_layout
2263
2264 \begin_layout Labeling
2265 \labelwidthstring 00.00.0000
2266 \begin_inset Graphics
2267         filename ../../images/tabular-feature_toggle-line-right.png
2268         scale 70
2269         scaleBeforeRotation
2270         BoundingBox 0bp 6bp 22bp 22bp
2271
2272 \end_inset
2273
2274  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2275  wenn der Knopf grau hinterlegt ist
2276 \end_layout
2277
2278 \begin_layout Labeling
2279 \labelwidthstring 00.00.0000
2280 \begin_inset Graphics
2281         filename ../../images/tabular-feature_set-all-lines.png
2282         scale 70
2283         scaleBeforeRotation
2284         BoundingBox 0bp 6bp 22bp 22bp
2285
2286 \end_inset
2287
2288  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2289 \end_layout
2290
2291 \begin_layout Labeling
2292 \labelwidthstring 00.00.0000
2293 \begin_inset Graphics
2294         filename ../../images/tabular-feature_unset-all-lines.png
2295         scale 70
2296         scaleBeforeRotation
2297         BoundingBox 0bp 6bp 22bp 22bp
2298
2299 \end_inset
2300
2301  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2302 \end_layout
2303
2304 \begin_layout Labeling
2305 \labelwidthstring 00.00.0000
2306 \begin_inset Graphics
2307         filename ../../images/tabular-feature_align-left.png
2308         scale 70
2309         scaleBeforeRotation
2310         BoundingBox 0bp 6bp 22bp 22bp
2311
2312 \end_inset
2313
2314  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2315 \end_layout
2316
2317 \begin_layout Labeling
2318 \labelwidthstring 00.00.0000
2319 \begin_inset Graphics
2320         filename ../../images/tabular-feature_align-center.png
2321         scale 70
2322         scaleBeforeRotation
2323         BoundingBox 0bp 6bp 22bp 22bp
2324
2325 \end_inset
2326
2327  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2328 \end_layout
2329
2330 \begin_layout Labeling
2331 \labelwidthstring 00.00.0000
2332 \begin_inset Graphics
2333         filename ../../images/tabular-feature_align-right.png
2334         scale 70
2335         scaleBeforeRotation
2336         BoundingBox 0bp 6bp 22bp 22bp
2337
2338 \end_inset
2339
2340  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2341 \end_layout
2342
2343 \begin_layout Labeling
2344 \labelwidthstring 00.00.0000
2345 \begin_inset Graphics
2346         filename ../../images/tabular-feature_valign-top.png
2347         scale 70
2348         scaleBeforeRotation
2349         BoundingBox 0bp 6bp 22bp 22bp
2350
2351 \end_inset
2352
2353  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2354 \end_layout
2355
2356 \begin_layout Labeling
2357 \labelwidthstring 00.00.0000
2358 \begin_inset Graphics
2359         filename ../../images/tabular-feature_valign-middle.png
2360         scale 70
2361         scaleBeforeRotation
2362         BoundingBox 0bp 6bp 22bp 22bp
2363
2364 \end_inset
2365
2366  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2367 \end_layout
2368
2369 \begin_layout Labeling
2370 \labelwidthstring 00.00.0000
2371 \begin_inset Graphics
2372         filename ../../images/tabular-feature_valign-bottom.png
2373         scale 70
2374         scaleBeforeRotation
2375         BoundingBox 0bp 6bp 22bp 22bp
2376
2377 \end_inset
2378
2379  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2380 \end_layout
2381
2382 \begin_layout Labeling
2383 \labelwidthstring 00.00.0000
2384 \begin_inset Graphics
2385         filename ../../images/tabular-feature_set-rotate-cell.png
2386         scale 70
2387         scaleBeforeRotation
2388         BoundingBox 0bp 6bp 22bp 22bp
2389
2390 \end_inset
2391
2392  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2393 \end_layout
2394
2395 \begin_layout Labeling
2396 \labelwidthstring 00.00.0000
2397 \begin_inset Graphics
2398         filename ../../images/tabular-feature_set-rotate-tabular.png
2399         scale 70
2400         scaleBeforeRotation
2401         BoundingBox 0bp 6bp 22bp 22bp
2402
2403 \end_inset
2404
2405  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2406 \end_layout
2407
2408 \begin_layout Labeling
2409 \labelwidthstring 00.00.0000
2410 \begin_inset Graphics
2411         filename ../../images/tabular-feature_multicolumn.png
2412         scale 70
2413         scaleBeforeRotation
2414         BoundingBox 0bp 6bp 22bp 22bp
2415
2416 \end_inset
2417
2418  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2419 \end_layout
2420
2421 \begin_layout Standard
2422 \begin_inset Note Greyedout
2423 status open
2424
2425 \begin_layout Plain Layout
2426
2427 \series bold
2428 Bemerkung:
2429 \series default
2430  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2431  Reihe für alle Zelle der Reihe verwendet.
2432 \end_layout
2433
2434 \end_inset
2435
2436
2437 \end_layout
2438
2439 \begin_layout Section
2440 Bearbeiten-Menü
2441 \begin_inset Index
2442 status collapsed
2443
2444 \begin_layout Plain Layout
2445 Tabellen ! Bearbeiten-Menü
2446 \end_layout
2447
2448 \end_inset
2449
2450
2451 \end_layout
2452
2453 \begin_layout Standard
2454 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2455  Wenn der Cursor in einer Tabelle steht, sind im 
2456 \family sans
2457 Bearbeiten
2458 \family default
2459 -Menü folgende Punkte aktiviert: 
2460 \family sans
2461 Tabelle
2462 \family default
2463
2464 \family sans
2465 Zeilen
2466 \begin_inset space ~
2467 \end_inset
2468
2469 &
2470 \begin_inset space ~
2471 \end_inset
2472
2473 Spalten
2474 \family default
2475  und 
2476 \family sans
2477 Tabellen-Einstellungen
2478 \family default
2479 .
2480  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2481 ngsmöglichkeiten zu erreichen.
2482 \end_layout
2483
2484 \begin_layout Section
2485 Gleitende Tabellen
2486 \begin_inset CommandInset label
2487 LatexCommand label
2488 name "abs:Gleitende-Tabellen"
2489
2490 \end_inset
2491
2492
2493 \begin_inset Index
2494 status collapsed
2495
2496 \begin_layout Plain Layout
2497 Gleitobjekte ! Tabellen
2498 \end_layout
2499
2500 \end_inset
2501
2502
2503 \begin_inset Index
2504 status collapsed
2505
2506 \begin_layout Plain Layout
2507 Tabellen ! gleitende
2508 \end_layout
2509
2510 \end_inset
2511
2512
2513 \end_layout
2514
2515 \begin_layout Standard
2516 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2517 \begin_inset space ~
2518 \end_inset
2519
2520
2521 \begin_inset CommandInset ref
2522 LatexCommand ref
2523 reference "abs:Gleitobjekte-Einleitung"
2524
2525 \end_inset
2526
2527 .
2528 \end_layout
2529
2530 \begin_layout Standard
2531 \begin_inset Float table
2532 placement h
2533 wide false
2534 sideways false
2535 status open
2536
2537 \begin_layout Plain Layout
2538 \begin_inset Caption
2539
2540 \begin_layout Plain Layout
2541 \begin_inset CommandInset label
2542 LatexCommand label
2543 name "tab:a table float"
2544
2545 \end_inset
2546
2547 Eine gleitende Tabelle
2548 \end_layout
2549
2550 \end_inset
2551
2552
2553 \end_layout
2554
2555 \begin_layout Plain Layout
2556 \align center
2557 \begin_inset Tabular
2558 <lyxtabular version="3" rows="3" columns="3">
2559 <features>
2560 <column alignment="center" valignment="top" width="0pt">
2561 <column alignment="center" valignment="top" width="0pt">
2562 <column alignment="center" valignment="top" width="0pt">
2563 <row>
2564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2565 \begin_inset Text
2566
2567 \begin_layout Plain Layout
2568
2569 \family roman
2570 \series medium
2571 \shape up
2572 \size normal
2573 \emph off
2574 \bar no
2575 \noun off
2576 \color none
2577 1
2578 \end_layout
2579
2580 \end_inset
2581 </cell>
2582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2583 \begin_inset Text
2584
2585 \begin_layout Plain Layout
2586
2587 \family roman
2588 \series medium
2589 \shape up
2590 \size normal
2591 \emph off
2592 \bar no
2593 \noun off
2594 \color none
2595 2
2596 \end_layout
2597
2598 \end_inset
2599 </cell>
2600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2601 \begin_inset Text
2602
2603 \begin_layout Plain Layout
2604
2605 \family roman
2606 \series medium
2607 \shape up
2608 \size normal
2609 \emph off
2610 \bar no
2611 \noun off
2612 \color none
2613 3
2614 \end_layout
2615
2616 \end_inset
2617 </cell>
2618 </row>
2619 <row>
2620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2621 \begin_inset Text
2622
2623 \begin_layout Plain Layout
2624
2625 \family roman
2626 \series medium
2627 \shape up
2628 \size normal
2629 \emph off
2630 \bar no
2631 \noun off
2632 \color none
2633 Martin
2634 \end_layout
2635
2636 \end_inset
2637 </cell>
2638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2639 \begin_inset Text
2640
2641 \begin_layout Plain Layout
2642
2643 \family roman
2644 \series medium
2645 \shape up
2646 \size normal
2647 \emph off
2648 \bar no
2649 \noun off
2650 \color none
2651 Lena
2652 \end_layout
2653
2654 \end_inset
2655 </cell>
2656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2657 \begin_inset Text
2658
2659 \begin_layout Plain Layout
2660
2661 \family roman
2662 \series medium
2663 \shape up
2664 \size normal
2665 \emph off
2666 \bar no
2667 \noun off
2668 \color none
2669 Alina
2670 \end_layout
2671
2672 \end_inset
2673 </cell>
2674 </row>
2675 <row>
2676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2677 \begin_inset Text
2678
2679 \begin_layout Plain Layout
2680
2681 \family roman
2682 \series medium
2683 \shape up
2684 \size normal
2685 \emph off
2686 \bar no
2687 \noun off
2688 \color none
2689 \begin_inset Formula $\int x^{2}dx$
2690 \end_inset
2691
2692
2693 \end_layout
2694
2695 \end_inset
2696 </cell>
2697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2698 \begin_inset Text
2699
2700 \begin_layout Plain Layout
2701
2702 \family roman
2703 \series medium
2704 \shape up
2705 \size normal
2706 \emph off
2707 \bar no
2708 \noun off
2709 \color none
2710 \begin_inset Formula $\left[\begin{array}{cc}
2711 a & b\\
2712 c & d\end{array}\right]$
2713 \end_inset
2714
2715
2716 \end_layout
2717
2718 \end_inset
2719 </cell>
2720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2721 \begin_inset Text
2722
2723 \begin_layout Plain Layout
2724
2725 \family roman
2726 \series medium
2727 \shape up
2728 \size normal
2729 \emph off
2730 \bar no
2731 \noun off
2732 \color none
2733 \begin_inset Formula $1+1=2$
2734 \end_inset
2735
2736
2737 \end_layout
2738
2739 \end_inset
2740 </cell>
2741 </row>
2742 </lyxtabular>
2743
2744 \end_inset
2745
2746
2747 \end_layout
2748
2749 \end_inset
2750
2751
2752 \end_layout
2753
2754 \begin_layout Standard
2755 Gleitende Tabellen können über 
2756 \family sans
2757 Einfügen\SpecialChar \menuseparator
2758 Gleitobjekt\SpecialChar \menuseparator
2759 Tabelle
2760 \family default
2761  oder einen Klick auf den Werkzeugleistenknopf 
2762 \begin_inset Graphics
2763         filename ../../images/float-insert_table.png
2764         scale 70
2765         scaleBeforeRotation
2766         BoundingBox 0bp 6bp 22bp 22bp
2767
2768 \end_inset
2769
2770  erzeugt werden.
2771  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2772  In das rot umrahmte Feld rechts von 
2773 \emph on
2774 Tabelle
2775 \begin_inset space ~
2776 \end_inset
2777
2778 Nr:
2779 \emph default
2780  schreiben Sie die Tabellenbeschriftung.
2781  Nach einem Klick oberhalb oder unterhalb von 
2782 \emph on
2783 Tabelle
2784 \begin_inset space ~
2785 \end_inset
2786
2787 Nr:
2788 \emph default
2789  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2790 \begin_inset Graphics
2791         filename ../../images/tabular-insert.png
2792         scale 70
2793         scaleBeforeRotation
2794         BoundingBox 0bp 6bp 22bp 22bp
2795
2796 \end_inset
2797
2798  oder dem Menü 
2799 \family sans
2800 Einfügen\SpecialChar \menuseparator
2801 Tabelle
2802 \family default
2803  einfügen.
2804 \end_layout
2805
2806 \begin_layout Standard
2807 Tabelle
2808 \begin_inset space ~
2809 \end_inset
2810
2811
2812 \begin_inset CommandInset ref
2813 LatexCommand ref
2814 reference "tab:a table float"
2815
2816 \end_inset
2817
2818  ist ein Beispiel für eine gleitende Tabelle.
2819 \end_layout
2820
2821 \begin_layout Standard
2822 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2823 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2824  Das bedeutet, dass bei den Klassen 
2825 \family sans
2826 article
2827 \family default
2828
2829 \family sans
2830 book
2831 \family default
2832
2833 \family sans
2834 letter
2835 \family default
2836 , und 
2837 \family sans
2838 report
2839 \family default
2840  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2841  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2842 \series bold
2843 caption
2844 \series default
2845
2846 \begin_inset Index
2847 status collapsed
2848
2849 \begin_layout Plain Layout
2850 LaTeX-Pakete ! caption
2851 \end_layout
2852
2853 \end_inset
2854
2855  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2856 \begin_inset Foot
2857 status open
2858
2859 \begin_layout Plain Layout
2860 Näheres finden Sie im Abschnitt
2861 \begin_inset space ~
2862 \end_inset
2863
2864
2865 \begin_inset CommandInset ref
2866 LatexCommand ref
2867 reference "abs:Titel-Platzierung"
2868
2869 \end_inset
2870
2871 .
2872 \end_layout
2873
2874 \end_inset
2875
2876
2877 \end_layout
2878
2879 \begin_layout Standard
2880
2881 \series bold
2882 tableposition=top
2883 \end_layout
2884
2885 \begin_layout Standard
2886 Das Paket 
2887 \series bold
2888 caption
2889 \series default
2890 , das in Abschnitt
2891 \begin_inset space ~
2892 \end_inset
2893
2894
2895 \begin_inset CommandInset ref
2896 LatexCommand ref
2897 reference "abs:Titel-Formatierung"
2898
2899 \end_inset
2900
2901  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2902 \end_layout
2903
2904 \begin_layout Standard
2905 \begin_inset Index
2906 status collapsed
2907
2908 \begin_layout Plain Layout
2909 Querverweise ! auf Tabellen
2910 \end_layout
2911
2912 \end_inset
2913
2914 Auf Tabellen kann über ihre Marke verwiesen werden.
2915  Dafür fügen Sie in der Beschriftung mit 
2916 \family sans
2917 Einfügen\SpecialChar \menuseparator
2918 Marke
2919 \family default
2920  oder durch Klicken auf 
2921 \begin_inset Graphics
2922         filename ../../images/label-insert.png
2923         scale 70
2924         scaleBeforeRotation
2925         BoundingBox 0bp 6bp 20bp 20bp
2926
2927 \end_inset
2928
2929  eine Marke ein.
2930  Auf diese können Sie dann wie gewohnt mit 
2931 \family sans
2932 Einfügen\SpecialChar \menuseparator
2933 Querverweis
2934 \family default
2935  oder durch Klicken auf 
2936 \begin_inset Graphics
2937         filename ../../images/dialog-show-new-inset_ref.png
2938         scale 70
2939         scaleBeforeRotation
2940         BoundingBox 0bp 6bp 22bp 22bp
2941
2942 \end_inset
2943
2944  verweisen.
2945  Verweise werden detailliert in Abschnitt
2946 \begin_inset space ~
2947 \end_inset
2948
2949
2950 \begin_inset CommandInset ref
2951 LatexCommand ref
2952 reference "abs:Auf-Gleitobjekte-verweisen"
2953
2954 \end_inset
2955
2956  beschrieben.
2957 \end_layout
2958
2959 \begin_layout Section
2960 Lange Tabellen
2961 \begin_inset CommandInset label
2962 LatexCommand label
2963 name "abs:Lange-Tabellen"
2964
2965 \end_inset
2966
2967
2968 \begin_inset Index
2969 status collapsed
2970
2971 \begin_layout Plain Layout
2972 Tabellen ! lange
2973 \end_layout
2974
2975 \end_inset
2976
2977
2978 \end_layout
2979
2980 \begin_layout Standard
2981 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
2982  Dialogfenster 
2983 \family sans
2984 Tabellen-Einstellungen
2985 \family default
2986  auf der Karteikarte  
2987 \family sans
2988 Lange
2989 \begin_inset space ~
2990 \end_inset
2991
2992 Tabelle
2993 \family default
2994  die Option 
2995 \family sans
2996 Lange
2997 \begin_inset space ~
2998 \end_inset
2999
3000 Tabelle
3001 \begin_inset space ~
3002 \end_inset
3003
3004 verwenden
3005 \family default
3006  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3007  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3008 \end_layout
3009
3010 \begin_layout Description
3011 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3012  festgelegt; mit Ausnahme der ersten, wenn 
3013 \family sans
3014 Erste
3015 \begin_inset space ~
3016 \end_inset
3017
3018 Kopfzeile
3019 \family default
3020  aktiviert ist.
3021 \end_layout
3022
3023 \begin_layout Description
3024 Erste
3025 \lang english
3026
3027 \begin_inset space ~
3028 \end_inset
3029
3030
3031 \lang ngerman
3032 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3033  Seite einer mehrseitigen Tabelle definiert.
3034 \end_layout
3035
3036 \begin_layout Description
3037 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3038  mit Ausnahme der letzten, wenn 
3039 \family sans
3040 Letzte
3041 \begin_inset space ~
3042 \end_inset
3043
3044 Fußzeile
3045 \family default
3046  aktiviert ist.
3047 \end_layout
3048
3049 \begin_layout Description
3050 Letzte
3051 \begin_inset space ~
3052 \end_inset
3053
3054 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3055  einer mehrseitigen Tabelle definiert.
3056 \end_layout
3057
3058 \begin_layout Description
3059 Legende: Die aktuelle Zeile enthält die Legende.
3060  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3061  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3062 \begin_inset space ~
3063 \end_inset
3064
3065
3066 \begin_inset CommandInset ref
3067 LatexCommand ref
3068 reference "uab:Beschriftungen-langer-Tabellen"
3069
3070 \end_inset
3071
3072  erklärt.
3073 \end_layout
3074
3075 \begin_layout Standard
3076 Hier ist ein Beispiel einer langen Tabelle:
3077 \end_layout
3078
3079 \begin_layout Standard
3080 \align center
3081 \begin_inset Tabular
3082 <lyxtabular version="3" rows="69" columns="3">
3083 <features islongtable="true">
3084 <column alignment="left" valignment="top" width="0cm">
3085 <column alignment="left" valignment="top" width="0pt">
3086 <column alignment="right" valignment="top" width="0pt">
3087 <row endfirsthead="true">
3088 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3089 \begin_inset Text
3090
3091 \begin_layout Plain Layout
3092
3093 \series bold
3094 Telefonliste (ignoriere die Namen)
3095 \end_layout
3096
3097 \end_inset
3098 </cell>
3099 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3100 \begin_inset Text
3101
3102 \begin_layout Plain Layout
3103
3104 \end_layout
3105
3106 \end_inset
3107 </cell>
3108 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3109 \begin_inset Text
3110
3111 \begin_layout Plain Layout
3112
3113 \end_layout
3114
3115 \end_inset
3116 </cell>
3117 </row>
3118 <row endfirsthead="true">
3119 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3120 \begin_inset Text
3121
3122 \begin_layout Plain Layout
3123
3124 \series bold
3125 NAME
3126 \end_layout
3127
3128 \end_inset
3129 </cell>
3130 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3131 \begin_inset Text
3132
3133 \begin_layout Plain Layout
3134
3135 \end_layout
3136
3137 \end_inset
3138 </cell>
3139 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3140 \begin_inset Text
3141
3142 \begin_layout Plain Layout
3143
3144 \series bold
3145 TEL.
3146 \end_layout
3147
3148 \end_inset
3149 </cell>
3150 </row>
3151 <row endhead="true">
3152 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3153 \begin_inset Text
3154
3155 \begin_layout Plain Layout
3156
3157 \series bold
3158 Telefonliste
3159 \end_layout
3160
3161 \end_inset
3162 </cell>
3163 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3164 \begin_inset Text
3165
3166 \begin_layout Plain Layout
3167
3168 \end_layout
3169
3170 \end_inset
3171 </cell>
3172 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3173 \begin_inset Text
3174
3175 \begin_layout Plain Layout
3176
3177 \end_layout
3178
3179 \end_inset
3180 </cell>
3181 </row>
3182 <row endhead="true">
3183 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3184 \begin_inset Text
3185
3186 \begin_layout Plain Layout
3187
3188 \series bold
3189 NAME
3190 \end_layout
3191
3192 \end_inset
3193 </cell>
3194 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3195 \begin_inset Text
3196
3197 \begin_layout Plain Layout
3198
3199 \end_layout
3200
3201 \end_inset
3202 </cell>
3203 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3204 \begin_inset Text
3205
3206 \begin_layout Plain Layout
3207
3208 \series bold
3209 TEL.
3210 \end_layout
3211
3212 \end_inset
3213 </cell>
3214 </row>
3215 <row endfoot="true">
3216 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3217 \begin_inset Text
3218
3219 \begin_layout Plain Layout
3220
3221 \series bold
3222 wird fortgesetzt
3223 \series default
3224  \SpecialChar \ldots{}
3225
3226 \end_layout
3227
3228 \end_inset
3229 </cell>
3230 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3231 \begin_inset Text
3232
3233 \begin_layout Plain Layout
3234
3235 \end_layout
3236
3237 \end_inset
3238 </cell>
3239 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3240 \begin_inset Text
3241
3242 \begin_layout Plain Layout
3243
3244 \end_layout
3245
3246 \end_inset
3247 </cell>
3248 </row>
3249 <row>
3250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3251 \begin_inset Text
3252
3253 \begin_layout Plain Layout
3254
3255 \series bold
3256 Annovi
3257 \end_layout
3258
3259 \end_inset
3260 </cell>
3261 <cell alignment="center" valignment="top" usebox="none">
3262 \begin_inset Text
3263
3264 \begin_layout Plain Layout
3265 Silvia
3266 \end_layout
3267
3268 \end_inset
3269 </cell>
3270 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3271 \begin_inset Text
3272
3273 \begin_layout Plain Layout
3274 111
3275 \end_layout
3276
3277 \end_inset
3278 </cell>
3279 </row>
3280 <row>
3281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3282 \begin_inset Text
3283
3284 \begin_layout Plain Layout
3285
3286 \series bold
3287 Bertoli
3288 \end_layout
3289
3290 \end_inset
3291 </cell>
3292 <cell alignment="center" valignment="top" usebox="none">
3293 \begin_inset Text
3294
3295 \begin_layout Plain Layout
3296 Stefano
3297 \end_layout
3298
3299 \end_inset
3300 </cell>
3301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3302 \begin_inset Text
3303
3304 \begin_layout Plain Layout
3305 111
3306 \end_layout
3307
3308 \end_inset
3309 </cell>
3310 </row>
3311 <row>
3312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3313 \begin_inset Text
3314
3315 \begin_layout Plain Layout
3316
3317 \series bold
3318 Bozzi
3319 \end_layout
3320
3321 \end_inset
3322 </cell>
3323 <cell alignment="center" valignment="top" usebox="none">
3324 \begin_inset Text
3325
3326 \begin_layout Plain Layout
3327 Walter
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336 111
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 </row>
3342 <row>
3343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3344 \begin_inset Text
3345
3346 \begin_layout Plain Layout
3347
3348 \series bold
3349 Cachia
3350 \end_layout
3351
3352 \end_inset
3353 </cell>
3354 <cell alignment="center" valignment="top" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358 Maria
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Plain Layout
3367 111
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 </row>
3373 <row>
3374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3375 \begin_inset Text
3376
3377 \begin_layout Plain Layout
3378
3379 \series bold
3380 Cachia
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 <cell alignment="center" valignment="top" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Plain Layout
3389 Maurizio
3390 \end_layout
3391
3392 \end_inset
3393 </cell>
3394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3395 \begin_inset Text
3396
3397 \begin_layout Plain Layout
3398 111
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 </row>
3404 <row>
3405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3406 \begin_inset Text
3407
3408 \begin_layout Plain Layout
3409
3410 \series bold
3411 Cinquemani
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 <cell alignment="center" valignment="top" usebox="none">
3417 \begin_inset Text
3418
3419 \begin_layout Plain Layout
3420 Giusi
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Plain Layout
3429 111
3430 \end_layout
3431
3432 \end_inset
3433 </cell>
3434 </row>
3435 <row>
3436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3437 \begin_inset Text
3438
3439 \begin_layout Plain Layout
3440
3441 \series bold
3442 Colin
3443 \end_layout
3444
3445 \end_inset
3446 </cell>
3447 <cell alignment="center" valignment="top" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Plain Layout
3451 Bernard
3452 \end_layout
3453
3454 \end_inset
3455 </cell>
3456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3457 \begin_inset Text
3458
3459 \begin_layout Plain Layout
3460 111
3461 \end_layout
3462
3463 \end_inset
3464 </cell>
3465 </row>
3466 <row>
3467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3468 \begin_inset Text
3469
3470 \begin_layout Plain Layout
3471
3472 \series bold
3473 Concli
3474 \end_layout
3475
3476 \end_inset
3477 </cell>
3478 <cell alignment="center" valignment="top" usebox="none">
3479 \begin_inset Text
3480
3481 \begin_layout Plain Layout
3482 Gianfranco
3483 \end_layout
3484
3485 \end_inset
3486 </cell>
3487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3488 \begin_inset Text
3489
3490 \begin_layout Plain Layout
3491 111
3492 \end_layout
3493
3494 \end_inset
3495 </cell>
3496 </row>
3497 <row>
3498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3499 \begin_inset Text
3500
3501 \begin_layout Plain Layout
3502
3503 \series bold
3504 Dal Bosco
3505 \end_layout
3506
3507 \end_inset
3508 </cell>
3509 <cell alignment="center" valignment="top" usebox="none">
3510 \begin_inset Text
3511
3512 \begin_layout Plain Layout
3513 Carolina
3514 \end_layout
3515
3516 \end_inset
3517 </cell>
3518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3519 \begin_inset Text
3520
3521 \begin_layout Plain Layout
3522 111
3523 \end_layout
3524
3525 \end_inset
3526 </cell>
3527 </row>
3528 <row>
3529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3530 \begin_inset Text
3531
3532 \begin_layout Plain Layout
3533
3534 \series bold
3535 Dalpiaz
3536 \end_layout
3537
3538 \end_inset
3539 </cell>
3540 <cell alignment="center" valignment="top" usebox="none">
3541 \begin_inset Text
3542
3543 \begin_layout Plain Layout
3544 Annamaria
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3550 \begin_inset Text
3551
3552 \begin_layout Plain Layout
3553 111
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 </row>
3559 <row>
3560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3561 \begin_inset Text
3562
3563 \begin_layout Plain Layout
3564
3565 \series bold
3566 Feliciello
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 <cell alignment="center" valignment="top" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Plain Layout
3575 Domenico
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3581 \begin_inset Text
3582
3583 \begin_layout Plain Layout
3584 111
3585 \end_layout
3586
3587 \end_inset
3588 </cell>
3589 </row>
3590 <row>
3591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3592 \begin_inset Text
3593
3594 \begin_layout Plain Layout
3595
3596 \series bold
3597 Focarelli
3598 \end_layout
3599
3600 \end_inset
3601 </cell>
3602 <cell alignment="center" valignment="top" usebox="none">
3603 \begin_inset Text
3604
3605 \begin_layout Plain Layout
3606 Paola
3607 \end_layout
3608
3609 \end_inset
3610 </cell>
3611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3612 \begin_inset Text
3613
3614 \begin_layout Plain Layout
3615 111
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 </row>
3621 <row>
3622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3623 \begin_inset Text
3624
3625 \begin_layout Plain Layout
3626
3627 \series bold
3628 Galletti
3629 \end_layout
3630
3631 \end_inset
3632 </cell>
3633 <cell alignment="center" valignment="top" usebox="none">
3634 \begin_inset Text
3635
3636 \begin_layout Plain Layout
3637 Oreste
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3643 \begin_inset Text
3644
3645 \begin_layout Plain Layout
3646 111
3647 \end_layout
3648
3649 \end_inset
3650 </cell>
3651 </row>
3652 <row>
3653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3654 \begin_inset Text
3655
3656 \begin_layout Plain Layout
3657
3658 \series bold
3659 Gasparini
3660 \end_layout
3661
3662 \end_inset
3663 </cell>
3664 <cell alignment="center" valignment="top" usebox="none">
3665 \begin_inset Text
3666
3667 \begin_layout Plain Layout
3668 Franca
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Plain Layout
3677 111
3678 \end_layout
3679
3680 \end_inset
3681 </cell>
3682 </row>
3683 <row>
3684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3685 \begin_inset Text
3686
3687 \begin_layout Plain Layout
3688
3689 \series bold
3690 Rizzardi
3691 \end_layout
3692
3693 \end_inset
3694 </cell>
3695 <cell alignment="center" valignment="top" usebox="none">
3696 \begin_inset Text
3697
3698 \begin_layout Plain Layout
3699 Paola
3700 \end_layout
3701
3702 \end_inset
3703 </cell>
3704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3705 \begin_inset Text
3706
3707 \begin_layout Plain Layout
3708 111
3709 \end_layout
3710
3711 \end_inset
3712 </cell>
3713 </row>
3714 <row>
3715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3716 \begin_inset Text
3717
3718 \begin_layout Plain Layout
3719
3720 \series bold
3721 Lassini
3722 \end_layout
3723
3724 \end_inset
3725 </cell>
3726 <cell alignment="center" valignment="top" usebox="none">
3727 \begin_inset Text
3728
3729 \begin_layout Plain Layout
3730 Giancarlo
3731 \end_layout
3732
3733 \end_inset
3734 </cell>
3735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3736 \begin_inset Text
3737
3738 \begin_layout Plain Layout
3739 111
3740 \end_layout
3741
3742 \end_inset
3743 </cell>
3744 </row>
3745 <row>
3746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3747 \begin_inset Text
3748
3749 \begin_layout Plain Layout
3750
3751 \series bold
3752 Malfatti
3753 \end_layout
3754
3755 \end_inset
3756 </cell>
3757 <cell alignment="center" valignment="top" usebox="none">
3758 \begin_inset Text
3759
3760 \begin_layout Plain Layout
3761 Luciano
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3767 \begin_inset Text
3768
3769 \begin_layout Plain Layout
3770 111
3771 \end_layout
3772
3773 \end_inset
3774 </cell>
3775 </row>
3776 <row>
3777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3778 \begin_inset Text
3779
3780 \begin_layout Plain Layout
3781
3782 \series bold
3783 Malfatti
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 <cell alignment="center" valignment="top" usebox="none">
3789 \begin_inset Text
3790
3791 \begin_layout Plain Layout
3792 Valeriano
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Plain Layout
3801 111
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 </row>
3807 <row>
3808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3809 \begin_inset Text
3810
3811 \begin_layout Plain Layout
3812
3813 \series bold
3814 Meneguzzo
3815 \end_layout
3816
3817 \end_inset
3818 </cell>
3819 <cell alignment="center" valignment="top" usebox="none">
3820 \begin_inset Text
3821
3822 \begin_layout Plain Layout
3823 Roberto
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832 111
3833 \end_layout
3834
3835 \end_inset
3836 </cell>
3837 </row>
3838 <row>
3839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3840 \begin_inset Text
3841
3842 \begin_layout Plain Layout
3843
3844 \series bold
3845 Mezzadra
3846 \end_layout
3847
3848 \end_inset
3849 </cell>
3850 <cell alignment="center" valignment="top" usebox="none">
3851 \begin_inset Text
3852
3853 \begin_layout Plain Layout
3854 Roberto
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Plain Layout
3863 111
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 </row>
3869 <row>
3870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3871 \begin_inset Text
3872
3873 \begin_layout Plain Layout
3874
3875 \series bold
3876 Pirpamer
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 <cell alignment="center" valignment="top" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Plain Layout
3885 Erich
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3891 \begin_inset Text
3892
3893 \begin_layout Plain Layout
3894 111
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 </row>
3900 <row>
3901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3902 \begin_inset Text
3903
3904 \begin_layout Plain Layout
3905
3906 \series bold
3907 Pochiesa
3908 \end_layout
3909
3910 \end_inset
3911 </cell>
3912 <cell alignment="center" valignment="top" usebox="none">
3913 \begin_inset Text
3914
3915 \begin_layout Plain Layout
3916 Paolo
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3922 \begin_inset Text
3923
3924 \begin_layout Plain Layout
3925 111, 222
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 </row>
3931 <row>
3932 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3933 \begin_inset Text
3934
3935 \begin_layout Plain Layout
3936
3937 \series bold
3938 Radina
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 <cell alignment="center" valignment="top" usebox="none">
3944 \begin_inset Text
3945
3946 \begin_layout Plain Layout
3947 Claudio
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3953 \begin_inset Text
3954
3955 \begin_layout Plain Layout
3956 111
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 </row>
3962 <row>
3963 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3964 \begin_inset Text
3965
3966 \begin_layout Plain Layout
3967
3968 \series bold
3969 Stuffer
3970 \end_layout
3971
3972 \end_inset
3973 </cell>
3974 <cell alignment="center" valignment="top" usebox="none">
3975 \begin_inset Text
3976
3977 \begin_layout Plain Layout
3978 Oskar
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Plain Layout
3987 111
3988 \end_layout
3989
3990 \end_inset
3991 </cell>
3992 </row>
3993 <row>
3994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3995 \begin_inset Text
3996
3997 \begin_layout Plain Layout
3998
3999 \series bold
4000 Tacchelli
4001 \end_layout
4002
4003 \end_inset
4004 </cell>
4005 <cell alignment="center" valignment="top" usebox="none">
4006 \begin_inset Text
4007
4008 \begin_layout Plain Layout
4009 Ugo
4010 \end_layout
4011
4012 \end_inset
4013 </cell>
4014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Plain Layout
4018 111
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 </row>
4024 <row>
4025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4026 \begin_inset Text
4027
4028 \begin_layout Plain Layout
4029
4030 \series bold
4031 Tezzele
4032 \end_layout
4033
4034 \end_inset
4035 </cell>
4036 <cell alignment="center" valignment="top" usebox="none">
4037 \begin_inset Text
4038
4039 \begin_layout Plain Layout
4040 Margit
4041 \end_layout
4042
4043 \end_inset
4044 </cell>
4045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4046 \begin_inset Text
4047
4048 \begin_layout Plain Layout
4049 111
4050 \end_layout
4051
4052 \end_inset
4053 </cell>
4054 </row>
4055 <row>
4056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4057 \begin_inset Text
4058
4059 \begin_layout Plain Layout
4060
4061 \series bold
4062 Unterkalmsteiner
4063 \end_layout
4064
4065 \end_inset
4066 </cell>
4067 <cell alignment="center" valignment="top" usebox="none">
4068 \begin_inset Text
4069
4070 \begin_layout Plain Layout
4071 Frieda
4072 \end_layout
4073
4074 \end_inset
4075 </cell>
4076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4077 \begin_inset Text
4078
4079 \begin_layout Plain Layout
4080 111
4081 \end_layout
4082
4083 \end_inset
4084 </cell>
4085 </row>
4086 <row>
4087 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4088 \begin_inset Text
4089
4090 \begin_layout Plain Layout
4091
4092 \series bold
4093 Vieider
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 <cell alignment="center" valignment="top" usebox="none">
4099 \begin_inset Text
4100
4101 \begin_layout Plain Layout
4102 Hilde
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111 111
4112 \end_layout
4113
4114 \end_inset
4115 </cell>
4116 </row>
4117 <row>
4118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4119 \begin_inset Text
4120
4121 \begin_layout Plain Layout
4122
4123 \series bold
4124 Vigna
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 <cell alignment="center" valignment="top" usebox="none">
4130 \begin_inset Text
4131
4132 \begin_layout Plain Layout
4133 Jürgen
4134 \end_layout
4135
4136 \end_inset
4137 </cell>
4138 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Plain Layout
4142 111
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 </row>
4148 <row>
4149 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Plain Layout
4153
4154 \series bold
4155 Weber
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 <cell alignment="center" valignment="top" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164 Maurizio
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Plain Layout
4173 111
4174 \end_layout
4175
4176 \end_inset
4177 </cell>
4178 </row>
4179 <row>
4180 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Plain Layout
4184
4185 \series bold
4186 Winkler
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4192 \begin_inset Text
4193
4194 \begin_layout Plain Layout
4195 Franz
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Plain Layout
4204 111
4205 \end_layout
4206
4207 \end_inset
4208 </cell>
4209 </row>
4210 <row>
4211 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215  
4216 \end_layout
4217
4218 \end_inset
4219 </cell>
4220 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4221 \begin_inset Text
4222
4223 \begin_layout Plain Layout
4224
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4230 \begin_inset Text
4231
4232 \begin_layout Plain Layout
4233
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 </row>
4239 <row>
4240 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4241 \begin_inset Text
4242
4243 \begin_layout Plain Layout
4244
4245 \series bold
4246 Annovi
4247 \end_layout
4248
4249 \end_inset
4250 </cell>
4251 <cell alignment="center" valignment="top" usebox="none">
4252 \begin_inset Text
4253
4254 \begin_layout Plain Layout
4255 Silvia
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4261 \begin_inset Text
4262
4263 \begin_layout Plain Layout
4264 555
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 </row>
4270 <row>
4271 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4272 \begin_inset Text
4273
4274 \begin_layout Plain Layout
4275
4276 \series bold
4277 Bertoli
4278 \end_layout
4279
4280 \end_inset
4281 </cell>
4282 <cell alignment="center" valignment="top" usebox="none">
4283 \begin_inset Text
4284
4285 \begin_layout Plain Layout
4286 Stefano
4287 \end_layout
4288
4289 \end_inset
4290 </cell>
4291 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4292 \begin_inset Text
4293
4294 \begin_layout Plain Layout
4295 555
4296 \end_layout
4297
4298 \end_inset
4299 </cell>
4300 </row>
4301 <row>
4302 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4303 \begin_inset Text
4304
4305 \begin_layout Plain Layout
4306
4307 \series bold
4308 Bozzi
4309 \end_layout
4310
4311 \end_inset
4312 </cell>
4313 <cell alignment="center" valignment="top" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Plain Layout
4317 Walter
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4323 \begin_inset Text
4324
4325 \begin_layout Plain Layout
4326 555
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 </row>
4332 <row>
4333 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4334 \begin_inset Text
4335
4336 \begin_layout Plain Layout
4337
4338 \series bold
4339 Cachia
4340 \end_layout
4341
4342 \end_inset
4343 </cell>
4344 <cell alignment="center" valignment="top" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Plain Layout
4348 Maria
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4354 \begin_inset Text
4355
4356 \begin_layout Plain Layout
4357 555
4358 \end_layout
4359
4360 \end_inset
4361 </cell>
4362 </row>
4363 <row>
4364 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4365 \begin_inset Text
4366
4367 \begin_layout Plain Layout
4368
4369 \series bold
4370 Cachia
4371 \end_layout
4372
4373 \end_inset
4374 </cell>
4375 <cell alignment="center" valignment="top" usebox="none">
4376 \begin_inset Text
4377
4378 \begin_layout Plain Layout
4379 Maurizio
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4385 \begin_inset Text
4386
4387 \begin_layout Plain Layout
4388 555
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 </row>
4394 <row>
4395 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4396 \begin_inset Text
4397
4398 \begin_layout Plain Layout
4399
4400 \series bold
4401 Cinquemani
4402 \end_layout
4403
4404 \end_inset
4405 </cell>
4406 <cell alignment="center" valignment="top" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410 Giusi
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Plain Layout
4419 555
4420 \end_layout
4421
4422 \end_inset
4423 </cell>
4424 </row>
4425 <row>
4426 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4427 \begin_inset Text
4428
4429 \begin_layout Plain Layout
4430
4431 \series bold
4432 Colin
4433 \end_layout
4434
4435 \end_inset
4436 </cell>
4437 <cell alignment="center" valignment="top" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441 Bernard
4442 \end_layout
4443
4444 \end_inset
4445 </cell>
4446 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4447 \begin_inset Text
4448
4449 \begin_layout Plain Layout
4450 555
4451 \end_layout
4452
4453 \end_inset
4454 </cell>
4455 </row>
4456 <row>
4457 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4458 \begin_inset Text
4459
4460 \begin_layout Plain Layout
4461
4462 \series bold
4463 Concli
4464 \end_layout
4465
4466 \end_inset
4467 </cell>
4468 <cell alignment="center" valignment="top" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472 Gianfranco
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4478 \begin_inset Text
4479
4480 \begin_layout Plain Layout
4481 555
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 </row>
4487 <row>
4488 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4489 \begin_inset Text
4490
4491 \begin_layout Plain Layout
4492
4493 \series bold
4494 Dal Bosco
4495 \end_layout
4496
4497 \end_inset
4498 </cell>
4499 <cell alignment="center" valignment="top" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503 Carolina
4504 \end_layout
4505
4506 \end_inset
4507 </cell>
4508 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4509 \begin_inset Text
4510
4511 \begin_layout Plain Layout
4512 555
4513 \end_layout
4514
4515 \end_inset
4516 </cell>
4517 </row>
4518 <row>
4519 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4520 \begin_inset Text
4521
4522 \begin_layout Plain Layout
4523
4524 \series bold
4525 Dalpiaz
4526 \end_layout
4527
4528 \end_inset
4529 </cell>
4530 <cell alignment="center" valignment="top" usebox="none">
4531 \begin_inset Text
4532
4533 \begin_layout Plain Layout
4534 Annamaria
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4540 \begin_inset Text
4541
4542 \begin_layout Plain Layout
4543 555
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 </row>
4549 <row>
4550 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4551 \begin_inset Text
4552
4553 \begin_layout Plain Layout
4554
4555 \series bold
4556 Feliciello
4557 \end_layout
4558
4559 \end_inset
4560 </cell>
4561 <cell alignment="center" valignment="top" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Plain Layout
4565 Domenico
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574 555
4575 \end_layout
4576
4577 \end_inset
4578 </cell>
4579 </row>
4580 <row>
4581 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4582 \begin_inset Text
4583
4584 \begin_layout Plain Layout
4585
4586 \series bold
4587 Focarelli
4588 \end_layout
4589
4590 \end_inset
4591 </cell>
4592 <cell alignment="center" valignment="top" usebox="none">
4593 \begin_inset Text
4594
4595 \begin_layout Plain Layout
4596 Paola
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605 555
4606 \end_layout
4607
4608 \end_inset
4609 </cell>
4610 </row>
4611 <row>
4612 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4613 \begin_inset Text
4614
4615 \begin_layout Plain Layout
4616
4617 \series bold
4618 Galletti
4619 \end_layout
4620
4621 \end_inset
4622 </cell>
4623 <cell alignment="center" valignment="top" usebox="none">
4624 \begin_inset Text
4625
4626 \begin_layout Plain Layout
4627 Oreste
4628 \end_layout
4629
4630 \end_inset
4631 </cell>
4632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4633 \begin_inset Text
4634
4635 \begin_layout Plain Layout
4636 555
4637 \end_layout
4638
4639 \end_inset
4640 </cell>
4641 </row>
4642 <row>
4643 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4644 \begin_inset Text
4645
4646 \begin_layout Plain Layout
4647
4648 \series bold
4649 Gasparini
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 <cell alignment="center" valignment="top" usebox="none">
4655 \begin_inset Text
4656
4657 \begin_layout Plain Layout
4658 Franca
4659 \end_layout
4660
4661 \end_inset
4662 </cell>
4663 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4664 \begin_inset Text
4665
4666 \begin_layout Plain Layout
4667 555
4668 \end_layout
4669
4670 \end_inset
4671 </cell>
4672 </row>
4673 <row>
4674 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4675 \begin_inset Text
4676
4677 \begin_layout Plain Layout
4678
4679 \series bold
4680 Rizzardi
4681 \end_layout
4682
4683 \end_inset
4684 </cell>
4685 <cell alignment="center" valignment="top" usebox="none">
4686 \begin_inset Text
4687
4688 \begin_layout Plain Layout
4689 Paola
4690 \end_layout
4691
4692 \end_inset
4693 </cell>
4694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4695 \begin_inset Text
4696
4697 \begin_layout Plain Layout
4698 555
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 </row>
4704 <row>
4705 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4706 \begin_inset Text
4707
4708 \begin_layout Plain Layout
4709
4710 \series bold
4711 Lassini
4712 \end_layout
4713
4714 \end_inset
4715 </cell>
4716 <cell alignment="center" valignment="top" usebox="none">
4717 \begin_inset Text
4718
4719 \begin_layout Plain Layout
4720 Giancarlo
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4726 \begin_inset Text
4727
4728 \begin_layout Plain Layout
4729 555
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 </row>
4735 <row>
4736 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4737 \begin_inset Text
4738
4739 \begin_layout Plain Layout
4740
4741 \series bold
4742 Malfatti
4743 \end_layout
4744
4745 \end_inset
4746 </cell>
4747 <cell alignment="center" valignment="top" usebox="none">
4748 \begin_inset Text
4749
4750 \begin_layout Plain Layout
4751 Luciano
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Plain Layout
4760 555
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 </row>
4766 <row>
4767 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4768 \begin_inset Text
4769
4770 \begin_layout Plain Layout
4771
4772 \series bold
4773 Malfatti
4774 \end_layout
4775
4776 \end_inset
4777 </cell>
4778 <cell alignment="center" valignment="top" usebox="none">
4779 \begin_inset Text
4780
4781 \begin_layout Plain Layout
4782 Valeriano
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4788 \begin_inset Text
4789
4790 \begin_layout Plain Layout
4791 555
4792 \end_layout
4793
4794 \end_inset
4795 </cell>
4796 </row>
4797 <row>
4798 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4799 \begin_inset Text
4800
4801 \begin_layout Plain Layout
4802
4803 \series bold
4804 Meneguzzo
4805 \end_layout
4806
4807 \end_inset
4808 </cell>
4809 <cell alignment="center" valignment="top" usebox="none">
4810 \begin_inset Text
4811
4812 \begin_layout Plain Layout
4813 Roberto
4814 \end_layout
4815
4816 \end_inset
4817 </cell>
4818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4819 \begin_inset Text
4820
4821 \begin_layout Plain Layout
4822 555
4823 \end_layout
4824
4825 \end_inset
4826 </cell>
4827 </row>
4828 <row>
4829 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4830 \begin_inset Text
4831
4832 \begin_layout Plain Layout
4833
4834 \series bold
4835 Mezzadra
4836 \end_layout
4837
4838 \end_inset
4839 </cell>
4840 <cell alignment="center" valignment="top" usebox="none">
4841 \begin_inset Text
4842
4843 \begin_layout Plain Layout
4844 Roberto
4845 \end_layout
4846
4847 \end_inset
4848 </cell>
4849 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4850 \begin_inset Text
4851
4852 \begin_layout Plain Layout
4853 555
4854 \end_layout
4855
4856 \end_inset
4857 </cell>
4858 </row>
4859 <row>
4860 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4861 \begin_inset Text
4862
4863 \begin_layout Plain Layout
4864
4865 \series bold
4866 Pirpamer
4867 \end_layout
4868
4869 \end_inset
4870 </cell>
4871 <cell alignment="center" valignment="top" usebox="none">
4872 \begin_inset Text
4873
4874 \begin_layout Plain Layout
4875 Erich
4876 \end_layout
4877
4878 \end_inset
4879 </cell>
4880 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4881 \begin_inset Text
4882
4883 \begin_layout Plain Layout
4884 555
4885 \end_layout
4886
4887 \end_inset
4888 </cell>
4889 </row>
4890 <row>
4891 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4892 \begin_inset Text
4893
4894 \begin_layout Plain Layout
4895
4896 \series bold
4897 Pochiesa
4898 \end_layout
4899
4900 \end_inset
4901 </cell>
4902 <cell alignment="center" valignment="top" usebox="none">
4903 \begin_inset Text
4904
4905 \begin_layout Plain Layout
4906 Paolo
4907 \end_layout
4908
4909 \end_inset
4910 </cell>
4911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4912 \begin_inset Text
4913
4914 \begin_layout Plain Layout
4915 555, 222
4916 \end_layout
4917
4918 \end_inset
4919 </cell>
4920 </row>
4921 <row>
4922 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4923 \begin_inset Text
4924
4925 \begin_layout Plain Layout
4926
4927 \series bold
4928 Radina
4929 \end_layout
4930
4931 \end_inset
4932 </cell>
4933 <cell alignment="center" valignment="top" usebox="none">
4934 \begin_inset Text
4935
4936 \begin_layout Plain Layout
4937 Claudio
4938 \end_layout
4939
4940 \end_inset
4941 </cell>
4942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4943 \begin_inset Text
4944
4945 \begin_layout Plain Layout
4946 555
4947 \end_layout
4948
4949 \end_inset
4950 </cell>
4951 </row>
4952 <row>
4953 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4954 \begin_inset Text
4955
4956 \begin_layout Plain Layout
4957
4958 \series bold
4959 Stuffer
4960 \end_layout
4961
4962 \end_inset
4963 </cell>
4964 <cell alignment="center" valignment="top" usebox="none">
4965 \begin_inset Text
4966
4967 \begin_layout Plain Layout
4968 Oskar
4969 \end_layout
4970
4971 \end_inset
4972 </cell>
4973 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4974 \begin_inset Text
4975
4976 \begin_layout Plain Layout
4977 555
4978 \end_layout
4979
4980 \end_inset
4981 </cell>
4982 </row>
4983 <row>
4984 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4985 \begin_inset Text
4986
4987 \begin_layout Plain Layout
4988
4989 \series bold
4990 Tacchelli
4991 \end_layout
4992
4993 \end_inset
4994 </cell>
4995 <cell alignment="center" valignment="top" usebox="none">
4996 \begin_inset Text
4997
4998 \begin_layout Plain Layout
4999 Ugo
5000 \end_layout
5001
5002 \end_inset
5003 </cell>
5004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5005 \begin_inset Text
5006
5007 \begin_layout Plain Layout
5008 555
5009 \end_layout
5010
5011 \end_inset
5012 </cell>
5013 </row>
5014 <row>
5015 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5016 \begin_inset Text
5017
5018 \begin_layout Plain Layout
5019
5020 \series bold
5021 Tezzele
5022 \end_layout
5023
5024 \end_inset
5025 </cell>
5026 <cell alignment="center" valignment="top" usebox="none">
5027 \begin_inset Text
5028
5029 \begin_layout Plain Layout
5030 Margit
5031 \end_layout
5032
5033 \end_inset
5034 </cell>
5035 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5036 \begin_inset Text
5037
5038 \begin_layout Plain Layout
5039 555
5040 \end_layout
5041
5042 \end_inset
5043 </cell>
5044 </row>
5045 <row>
5046 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5047 \begin_inset Text
5048
5049 \begin_layout Plain Layout
5050
5051 \series bold
5052 Unterkalmsteiner
5053 \end_layout
5054
5055 \end_inset
5056 </cell>
5057 <cell alignment="center" valignment="top" usebox="none">
5058 \begin_inset Text
5059
5060 \begin_layout Plain Layout
5061 Frieda
5062 \end_layout
5063
5064 \end_inset
5065 </cell>
5066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5067 \begin_inset Text
5068
5069 \begin_layout Plain Layout
5070 555
5071 \end_layout
5072
5073 \end_inset
5074 </cell>
5075 </row>
5076 <row>
5077 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5078 \begin_inset Text
5079
5080 \begin_layout Plain Layout
5081
5082 \series bold
5083 Vieider
5084 \end_layout
5085
5086 \end_inset
5087 </cell>
5088 <cell alignment="center" valignment="top" usebox="none">
5089 \begin_inset Text
5090
5091 \begin_layout Plain Layout
5092 Hilde
5093 \end_layout
5094
5095 \end_inset
5096 </cell>
5097 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5098 \begin_inset Text
5099
5100 \begin_layout Plain Layout
5101 555
5102 \end_layout
5103
5104 \end_inset
5105 </cell>
5106 </row>
5107 <row>
5108 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5109 \begin_inset Text
5110
5111 \begin_layout Plain Layout
5112
5113 \series bold
5114 Vigna
5115 \end_layout
5116
5117 \end_inset
5118 </cell>
5119 <cell alignment="center" valignment="top" usebox="none">
5120 \begin_inset Text
5121
5122 \begin_layout Plain Layout
5123 Jürgen
5124 \end_layout
5125
5126 \end_inset
5127 </cell>
5128 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5129 \begin_inset Text
5130
5131 \begin_layout Plain Layout
5132 999
5133 \end_layout
5134
5135 \end_inset
5136 </cell>
5137 </row>
5138 <row>
5139 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5140 \begin_inset Text
5141
5142 \begin_layout Plain Layout
5143
5144 \series bold
5145 Weber
5146 \end_layout
5147
5148 \end_inset
5149 </cell>
5150 <cell alignment="center" valignment="top" usebox="none">
5151 \begin_inset Text
5152
5153 \begin_layout Plain Layout
5154 Maurizio
5155 \end_layout
5156
5157 \end_inset
5158 </cell>
5159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5160 \begin_inset Text
5161
5162 \begin_layout Plain Layout
5163 555
5164 \end_layout
5165
5166 \end_inset
5167 </cell>
5168 </row>
5169 <row>
5170 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5171 \begin_inset Text
5172
5173 \begin_layout Plain Layout
5174
5175 \series bold
5176 Winkler
5177 \end_layout
5178
5179 \end_inset
5180 </cell>
5181 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5182 \begin_inset Text
5183
5184 \begin_layout Plain Layout
5185 Franz
5186 \end_layout
5187
5188 \end_inset
5189 </cell>
5190 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5191 \begin_inset Text
5192
5193 \begin_layout Plain Layout
5194 555
5195 \end_layout
5196
5197 \end_inset
5198 </cell>
5199 </row>
5200 <row endlastfoot="true">
5201 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5202 \begin_inset Text
5203
5204 \begin_layout Plain Layout
5205 Ende
5206 \end_layout
5207
5208 \end_inset
5209 </cell>
5210 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5211 \begin_inset Text
5212
5213 \begin_layout Plain Layout
5214
5215 \end_layout
5216
5217 \end_inset
5218 </cell>
5219 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5220 \begin_inset Text
5221
5222 \begin_layout Plain Layout
5223
5224 \end_layout
5225
5226 \end_inset
5227 </cell>
5228 </row>
5229 </lyxtabular>
5230
5231 \end_inset
5232
5233
5234 \begin_inset ERT
5235 status collapsed
5236
5237 \begin_layout Plain Layout
5238
5239
5240 \backslash
5241 addtocounter{table}{-1}
5242 \end_layout
5243
5244 \end_inset
5245
5246
5247 \begin_inset Note Note
5248 status collapsed
5249
5250 \begin_layout Plain Layout
5251 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5252 \begin_inset space ~
5253 \end_inset
5254
5255
5256 \begin_inset CommandInset ref
5257 LatexCommand ref
5258 reference "uab:Beschriftungen-langer-Tabellen"
5259
5260 \end_inset
5261
5262
5263 \end_layout
5264
5265 \end_inset
5266
5267
5268 \end_layout
5269
5270 \begin_layout Subsection
5271 Fußnoten in langen Tabellen
5272 \begin_inset CommandInset label
5273 LatexCommand label
5274 name "uab:Fußnoten-in-langen"
5275
5276 \end_inset
5277
5278
5279 \begin_inset Index
5280 status collapsed
5281
5282 \begin_layout Plain Layout
5283 Tabellen ! lange ! Fußnoten
5284 \end_layout
5285
5286 \end_inset
5287
5288
5289 \end_layout
5290
5291 \begin_layout Standard
5292 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5293  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5294  Tabelle
5295 \begin_inset space ~
5296 \end_inset
5297
5298
5299 \begin_inset CommandInset ref
5300 LatexCommand ref
5301 reference "tab:DiffCaptions"
5302
5303 \end_inset
5304
5305  hat zum Beispiel eine Fußnote.
5306 \end_layout
5307
5308 \begin_layout Subsection
5309 Ausrichtung langer Tabellen
5310 \begin_inset Index
5311 status collapsed
5312
5313 \begin_layout Plain Layout
5314 Tabellen ! lange ! Ausrichtung
5315 \end_layout
5316
5317 \end_inset
5318
5319
5320 \end_layout
5321
5322 \begin_layout Standard
5323 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
5324  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
5325 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
5326  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
5327  Längen 
5328 \series bold
5329
5330 \backslash
5331 LTleft 
5332 \series default
5333 und 
5334 \series bold
5335
5336 \backslash
5337 LTright
5338 \series default
5339  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5340  wird:
5341 \end_layout
5342
5343 \begin_layout Standard
5344
5345 \series bold
5346
5347 \backslash
5348 setlength{
5349 \backslash
5350 LTleft}{Wert}
5351 \end_layout
5352
5353 \begin_layout Standard
5354 Wobei der Wert eine der in Tabelle
5355 \begin_inset space ~
5356 \end_inset
5357
5358
5359 \begin_inset CommandInset ref
5360 LatexCommand ref
5361 reference "tab:Maßeinheiten"
5362
5363 \end_inset
5364
5365  aufgelisteten Einheiten haben kann.
5366  
5367 \series bold
5368
5369 \backslash
5370 LTleft
5371 \series default
5372  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5373  
5374 \series bold
5375
5376 \backslash
5377 LTright
5378 \series default
5379  den Abstand von rechts.
5380  Die Voreinstellung für beide Werte ist 
5381 \series bold
5382
5383 \backslash
5384 fill
5385 \series default
5386 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5387  in LyX ist.
5388 \end_layout
5389
5390 \begin_layout Standard
5391 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5392 \series bold
5393
5394 \backslash
5395 LTleft
5396 \series default
5397  auf den Wert 0
5398 \begin_inset space \thinspace{}
5399 \end_inset
5400
5401 pt gesetzt wurde.
5402 \begin_inset ERT
5403 status collapsed
5404
5405 \begin_layout Plain Layout
5406
5407
5408 \backslash
5409 setlength{
5410 \backslash
5411 LTleft}{0pt}
5412 \end_layout
5413
5414 \end_inset
5415
5416
5417 \end_layout
5418
5419 \begin_layout Standard
5420 \begin_inset Tabular
5421 <lyxtabular version="3" rows="5" columns="5">
5422 <features islongtable="true">
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 <column alignment="center" valignment="top" width="0">
5427 <column alignment="center" valignment="top" width="0">
5428 <row>
5429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5430 \begin_inset Text
5431
5432 \begin_layout Plain Layout
5433 1
5434 \end_layout
5435
5436 \end_inset
5437 </cell>
5438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442 2
5443 \end_layout
5444
5445 \end_inset
5446 </cell>
5447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5448 \begin_inset Text
5449
5450 \begin_layout Plain Layout
5451 3
5452 \end_layout
5453
5454 \end_inset
5455 </cell>
5456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5457 \begin_inset Text
5458
5459 \begin_layout Plain Layout
5460 4
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469 5
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 </row>
5475 <row>
5476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5477 \begin_inset Text
5478
5479 \begin_layout Plain Layout
5480 asd
5481 \end_layout
5482
5483 \end_inset
5484 </cell>
5485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5486 \begin_inset Text
5487
5488 \begin_layout Plain Layout
5489 s
5490 \end_layout
5491
5492 \end_inset
5493 </cell>
5494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5495 \begin_inset Text
5496
5497 \begin_layout Plain Layout
5498 s
5499 \end_layout
5500
5501 \end_inset
5502 </cell>
5503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5504 \begin_inset Text
5505
5506 \begin_layout Plain Layout
5507 s
5508 \end_layout
5509
5510 \end_inset
5511 </cell>
5512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516 asd
5517 \end_layout
5518
5519 \end_inset
5520 </cell>
5521 </row>
5522 <row>
5523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5524 \begin_inset Text
5525
5526 \begin_layout Plain Layout
5527 asd
5528 \end_layout
5529
5530 \end_inset
5531 </cell>
5532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536 s
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5542 \begin_inset Text
5543
5544 \begin_layout Plain Layout
5545 s
5546 \end_layout
5547
5548 \end_inset
5549 </cell>
5550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Plain Layout
5554 s
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563 asd
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 </row>
5569 <row>
5570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5571 \begin_inset Text
5572
5573 \begin_layout Plain Layout
5574 asd
5575 \end_layout
5576
5577 \end_inset
5578 </cell>
5579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5580 \begin_inset Text
5581
5582 \begin_layout Plain Layout
5583 s
5584 \end_layout
5585
5586 \end_inset
5587 </cell>
5588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5589 \begin_inset Text
5590
5591 \begin_layout Plain Layout
5592 s
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5598 \begin_inset Text
5599
5600 \begin_layout Plain Layout
5601 s
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5607 \begin_inset Text
5608
5609 \begin_layout Plain Layout
5610 asd
5611 \end_layout
5612
5613 \end_inset
5614 </cell>
5615 </row>
5616 <row>
5617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5618 \begin_inset Text
5619
5620 \begin_layout Plain Layout
5621 asd
5622 \end_layout
5623
5624 \end_inset
5625 </cell>
5626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5627 \begin_inset Text
5628
5629 \begin_layout Plain Layout
5630 asd
5631 \end_layout
5632
5633 \end_inset
5634 </cell>
5635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5636 \begin_inset Text
5637
5638 \begin_layout Plain Layout
5639 asd
5640 \end_layout
5641
5642 \end_inset
5643 </cell>
5644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5645 \begin_inset Text
5646
5647 \begin_layout Plain Layout
5648 asd
5649 \end_layout
5650
5651 \end_inset
5652 </cell>
5653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5654 \begin_inset Text
5655
5656 \begin_layout Plain Layout
5657 asd
5658 \end_layout
5659
5660 \end_inset
5661 </cell>
5662 </row>
5663 </lyxtabular>
5664
5665 \end_inset
5666
5667
5668 \begin_inset ERT
5669 status collapsed
5670
5671 \begin_layout Plain Layout
5672
5673
5674 \backslash
5675 setlength{
5676 \backslash
5677 LTleft}{
5678 \backslash
5679 fill}
5680 \end_layout
5681
5682 \end_inset
5683
5684
5685 \begin_inset ERT
5686 status collapsed
5687
5688 \begin_layout Plain Layout
5689
5690
5691 \backslash
5692 addtocounter{table}{-1}
5693 \end_layout
5694
5695 \end_inset
5696
5697
5698 \begin_inset Note Note
5699 status collapsed
5700
5701 \begin_layout Plain Layout
5702 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5703 \begin_inset space ~
5704 \end_inset
5705
5706
5707 \begin_inset CommandInset ref
5708 LatexCommand ref
5709 reference "uab:Beschriftungen-langer-Tabellen"
5710
5711 \end_inset
5712
5713
5714 \end_layout
5715
5716 \end_inset
5717
5718
5719 \end_layout
5720
5721 \begin_layout Subsection
5722 Beschriftungen langer Tabellen
5723 \begin_inset CommandInset label
5724 LatexCommand label
5725 name "uab:Beschriftungen-langer-Tabellen"
5726
5727 \end_inset
5728
5729
5730 \begin_inset Index
5731 status collapsed
5732
5733 \begin_layout Plain Layout
5734 Tabellen ! lange ! Titel
5735 \end_layout
5736
5737 \end_inset
5738
5739
5740 \end_layout
5741
5742 \begin_layout Standard
5743 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5744  nur auf eine Seite gedruckt werden können.
5745  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5746 \begin_inset space ~
5747 \end_inset
5748
5749
5750 \begin_inset CommandInset ref
5751 LatexCommand ref
5752 reference "abs:Lange-Tabellen"
5753
5754 \end_inset
5755
5756  erklärt.
5757  Nur eine Tabellenzeile kann eine Beschriftung enthalten.
5758 \end_layout
5759
5760 \begin_layout Standard
5761 Hier ist eine kurze lange Tabelle, die zeigt, wie das funktioniert:
5762 \end_layout
5763
5764 \begin_layout Standard
5765 \begin_inset Tabular
5766 <lyxtabular version="3" rows="6" columns="5">
5767 <features islongtable="true">
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 <column alignment="center" valignment="top" width="0">
5772 <column alignment="center" valignment="top" width="0">
5773 <row caption="true">
5774 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5775 \begin_inset Text
5776
5777 \begin_layout Plain Layout
5778 \begin_inset Caption
5779
5780 \begin_layout Plain Layout
5781 Eine lange Tabelle mit Titel
5782 \begin_inset OptArg
5783 status open
5784
5785 \begin_layout Plain Layout
5786 Lange Tabelle
5787 \end_layout
5788
5789 \end_inset
5790
5791
5792 \end_layout
5793
5794 \end_inset
5795
5796
5797 \end_layout
5798
5799 \end_inset
5800 </cell>
5801 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5802 \begin_inset Text
5803
5804 \begin_layout Plain Layout
5805
5806 \end_layout
5807
5808 \end_inset
5809 </cell>
5810 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5811 \begin_inset Text
5812
5813 \begin_layout Plain Layout
5814
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5820 \begin_inset Text
5821
5822 \begin_layout Plain Layout
5823
5824 \end_layout
5825
5826 \end_inset
5827 </cell>
5828 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 </row>
5838 <row>
5839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Plain Layout
5843 1
5844 \end_layout
5845
5846 \end_inset
5847 </cell>
5848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Plain Layout
5852 2
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861 3
5862 \end_layout
5863
5864 \end_inset
5865 </cell>
5866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5867 \begin_inset Text
5868
5869 \begin_layout Plain Layout
5870 4
5871 \end_layout
5872
5873 \end_inset
5874 </cell>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879 5
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 </row>
5885 <row>
5886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5887 \begin_inset Text
5888
5889 \begin_layout Plain Layout
5890 asd
5891 \end_layout
5892
5893 \end_inset
5894 </cell>
5895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899 s
5900 \end_layout
5901
5902 \end_inset
5903 </cell>
5904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908 s
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Plain Layout
5917 s
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926 asd
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 </row>
5932 <row>
5933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5934 \begin_inset Text
5935
5936 \begin_layout Plain Layout
5937 asd
5938 \end_layout
5939
5940 \end_inset
5941 </cell>
5942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Plain Layout
5946 s
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955 s
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964 s
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 asd
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 </row>
5979 <row>
5980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Plain Layout
5984 asd
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Plain Layout
5993 s
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002 s
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011 s
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 asd
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 </row>
6026 <row>
6027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6028 \begin_inset Text
6029
6030 \begin_layout Plain Layout
6031 asd
6032 \end_layout
6033
6034 \end_inset
6035 </cell>
6036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6037 \begin_inset Text
6038
6039 \begin_layout Plain Layout
6040 asd
6041 \end_layout
6042
6043 \end_inset
6044 </cell>
6045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049 asd
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058 asd
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Plain Layout
6067 asd
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 </row>
6073 </lyxtabular>
6074
6075 \end_inset
6076
6077
6078 \end_layout
6079
6080 \begin_layout Standard
6081 \begin_inset VSpace medskip
6082 \end_inset
6083
6084
6085 \begin_inset Note Greyedout
6086 status open
6087
6088 \begin_layout Plain Layout
6089
6090 \series bold
6091 Bemerkung
6092 \begin_inset space ~
6093 \end_inset
6094
6095 1:
6096 \series default
6097  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6098  Titel vergeben.
6099  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6100 \begin_inset space ~
6101 \end_inset
6102
6103 2.4 auf Tabelle
6104 \begin_inset space ~
6105 \end_inset
6106
6107 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6108  Beschriftung sind.
6109  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6110  LaTeX-Befehl als TeX-Code einfügen:
6111 \end_layout
6112
6113 \begin_layout Plain Layout
6114
6115 \series bold
6116
6117 \backslash
6118 addtocounter{table}{-1}
6119 \end_layout
6120
6121 \begin_layout Plain Layout
6122 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6123  Beschriftung hat und Sie diesen Code zum LaTeX-Vorspann hinzufügen:
6124 \end_layout
6125
6126 \begin_layout Plain Layout
6127
6128 \series bold
6129
6130 \backslash
6131 let
6132 \backslash
6133 myEnd
6134 \backslash
6135 endlongtable
6136 \begin_inset Newline newline
6137 \end_inset
6138
6139
6140 \backslash
6141 renewcommand{
6142 \backslash
6143 endlongtable}{
6144 \backslash
6145 myEnd
6146 \backslash
6147 addtocounter{table}{-1}}
6148 \end_layout
6149
6150 \end_inset
6151
6152
6153 \end_layout
6154
6155 \begin_layout Standard
6156 \begin_inset Note Greyedout
6157 status open
6158
6159 \begin_layout Plain Layout
6160
6161 \series bold
6162 Bemerkung
6163 \begin_inset space ~
6164 \end_inset
6165
6166 2:
6167 \series default
6168  Wenn Sie 
6169 \series bold
6170 hyperref
6171 \series default
6172
6173 \begin_inset Index
6174 status collapsed
6175
6176 \begin_layout Plain Layout
6177 LaTeX-Pakete ! hyperref
6178 \end_layout
6179
6180 \end_inset
6181
6182  in den
6183 \family sans
6184  PDF-Eigenschaften
6185 \family default
6186  im 
6187 \family sans
6188 Dokument-Einstellungen
6189 \family default
6190  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6191  immer auf den Anfang des Dokuments zeigen.
6192 \end_layout
6193
6194 \end_inset
6195
6196
6197 \end_layout
6198
6199 \begin_layout Subsubsection
6200 Querverweise auf 
6201 \family sans
6202 lange Tabelle
6203 \family default
6204 n
6205 \begin_inset Index
6206 status collapsed
6207
6208 \begin_layout Plain Layout
6209 Tabellen ! lange ! Querverweis
6210 \end_layout
6211
6212 \end_inset
6213
6214
6215 \end_layout
6216
6217 \begin_layout Standard
6218 \begin_inset Tabular
6219 <lyxtabular version="3" rows="6" columns="5">
6220 <features islongtable="true">
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 <column alignment="center" valignment="top" width="0">
6225 <column alignment="center" valignment="top" width="0">
6226 <row caption="true">
6227 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6228 \begin_inset Text
6229
6230 \begin_layout Plain Layout
6231 \begin_inset Caption
6232
6233 \begin_layout Plain Layout
6234 Lange Tabelle mit Marke
6235 \begin_inset CommandInset label
6236 LatexCommand label
6237 name "tab:LangeTabelle-mit-Marke"
6238
6239 \end_inset
6240
6241
6242 \end_layout
6243
6244 \end_inset
6245
6246
6247 \end_layout
6248
6249 \end_inset
6250 </cell>
6251 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6252 \begin_inset Text
6253
6254 \begin_layout Plain Layout
6255
6256 \end_layout
6257
6258 \end_inset
6259 </cell>
6260 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6261 \begin_inset Text
6262
6263 \begin_layout Plain Layout
6264
6265 \end_layout
6266
6267 \end_inset
6268 </cell>
6269 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6270 \begin_inset Text
6271
6272 \begin_layout Plain Layout
6273
6274 \end_layout
6275
6276 \end_inset
6277 </cell>
6278 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6279 \begin_inset Text
6280
6281 \begin_layout Plain Layout
6282
6283 \end_layout
6284
6285 \end_inset
6286 </cell>
6287 </row>
6288 <row>
6289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6290 \begin_inset Text
6291
6292 \begin_layout Plain Layout
6293 1
6294 \end_layout
6295
6296 \end_inset
6297 </cell>
6298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6299 \begin_inset Text
6300
6301 \begin_layout Plain Layout
6302 2
6303 \end_layout
6304
6305 \end_inset
6306 </cell>
6307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6308 \begin_inset Text
6309
6310 \begin_layout Plain Layout
6311 3
6312 \end_layout
6313
6314 \end_inset
6315 </cell>
6316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6317 \begin_inset Text
6318
6319 \begin_layout Plain Layout
6320 4
6321 \end_layout
6322
6323 \end_inset
6324 </cell>
6325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6326 \begin_inset Text
6327
6328 \begin_layout Plain Layout
6329 5
6330 \end_layout
6331
6332 \end_inset
6333 </cell>
6334 </row>
6335 <row>
6336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6337 \begin_inset Text
6338
6339 \begin_layout Plain Layout
6340 asd
6341 \end_layout
6342
6343 \end_inset
6344 </cell>
6345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6346 \begin_inset Text
6347
6348 \begin_layout Plain Layout
6349 s
6350 \end_layout
6351
6352 \end_inset
6353 </cell>
6354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6355 \begin_inset Text
6356
6357 \begin_layout Plain Layout
6358 s
6359 \end_layout
6360
6361 \end_inset
6362 </cell>
6363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6364 \begin_inset Text
6365
6366 \begin_layout Plain Layout
6367 s
6368 \end_layout
6369
6370 \end_inset
6371 </cell>
6372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6373 \begin_inset Text
6374
6375 \begin_layout Plain Layout
6376 asd
6377 \end_layout
6378
6379 \end_inset
6380 </cell>
6381 </row>
6382 <row>
6383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6384 \begin_inset Text
6385
6386 \begin_layout Plain Layout
6387 asd
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6393 \begin_inset Text
6394
6395 \begin_layout Plain Layout
6396 s
6397 \end_layout
6398
6399 \end_inset
6400 </cell>
6401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6402 \begin_inset Text
6403
6404 \begin_layout Plain Layout
6405 s
6406 \end_layout
6407
6408 \end_inset
6409 </cell>
6410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6411 \begin_inset Text
6412
6413 \begin_layout Plain Layout
6414 s
6415 \end_layout
6416
6417 \end_inset
6418 </cell>
6419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6420 \begin_inset Text
6421
6422 \begin_layout Plain Layout
6423 asd
6424 \end_layout
6425
6426 \end_inset
6427 </cell>
6428 </row>
6429 <row>
6430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434 asd
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6440 \begin_inset Text
6441
6442 \begin_layout Plain Layout
6443 s
6444 \end_layout
6445
6446 \end_inset
6447 </cell>
6448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6449 \begin_inset Text
6450
6451 \begin_layout Plain Layout
6452 s
6453 \end_layout
6454
6455 \end_inset
6456 </cell>
6457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6458 \begin_inset Text
6459
6460 \begin_layout Plain Layout
6461 s
6462 \end_layout
6463
6464 \end_inset
6465 </cell>
6466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6467 \begin_inset Text
6468
6469 \begin_layout Plain Layout
6470 asd
6471 \end_layout
6472
6473 \end_inset
6474 </cell>
6475 </row>
6476 <row>
6477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6478 \begin_inset Text
6479
6480 \begin_layout Plain Layout
6481 asd
6482 \end_layout
6483
6484 \end_inset
6485 </cell>
6486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6487 \begin_inset Text
6488
6489 \begin_layout Plain Layout
6490 sad
6491 \end_layout
6492
6493 \end_inset
6494 </cell>
6495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6496 \begin_inset Text
6497
6498 \begin_layout Plain Layout
6499 asd
6500 \end_layout
6501
6502 \end_inset
6503 </cell>
6504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6505 \begin_inset Text
6506
6507 \begin_layout Plain Layout
6508 asd
6509 \end_layout
6510
6511 \end_inset
6512 </cell>
6513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6514 \begin_inset Text
6515
6516 \begin_layout Plain Layout
6517 asd
6518 \end_layout
6519
6520 \end_inset
6521 </cell>
6522 </row>
6523 </lyxtabular>
6524
6525 \end_inset
6526
6527
6528 \end_layout
6529
6530 \begin_layout Standard
6531 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6532  im Titel einfügen.
6533 \end_layout
6534
6535 \begin_layout Standard
6536 Dies ist ein Verweis auf Tabelle
6537 \begin_inset space ~
6538 \end_inset
6539
6540
6541 \begin_inset CommandInset ref
6542 LatexCommand ref
6543 reference "tab:LangeTabelle-mit-Marke"
6544
6545 \end_inset
6546
6547 .
6548 \end_layout
6549
6550 \begin_layout Standard
6551 Mit dem LaTeX-Paket 
6552 \series bold
6553 caption
6554 \series default
6555
6556 \begin_inset Index
6557 status collapsed
6558
6559 \begin_layout Plain Layout
6560 LaTeX-Pakete ! caption
6561 \end_layout
6562
6563 \end_inset
6564
6565 , siehe Abschnitt
6566 \begin_inset space ~
6567 \end_inset
6568
6569
6570 \begin_inset CommandInset ref
6571 LatexCommand ref
6572 reference "abs:Titel-Formatierung"
6573
6574 \end_inset
6575
6576 , können Sie alle anderen Beschriftungsoptionen benutzen.
6577 \end_layout
6578
6579 \begin_layout Subsubsection
6580 Titelbreite
6581 \begin_inset Index
6582 status collapsed
6583
6584 \begin_layout Plain Layout
6585 Tabellen ! lange ! Beschriftungsbreite
6586 \end_layout
6587
6588 \end_inset
6589
6590
6591 \end_layout
6592
6593 \begin_layout Standard
6594 Die maximale Titelbreite wird durch die Variable 
6595 \series bold
6596
6597 \backslash
6598 LTcapwidth
6599 \series default
6600  definiert.
6601  Ihr Standardwert ist 4
6602 \begin_inset space \thinspace{}
6603 \end_inset
6604
6605 Zoll (
6606 \begin_inset Formula $\approx10$
6607 \end_inset
6608
6609
6610 \begin_inset space \thinspace{}
6611 \end_inset
6612
6613 cm).
6614  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6615  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6616 \end_layout
6617
6618 \begin_layout Standard
6619
6620 \series bold
6621
6622 \backslash
6623 setlength{
6624 \backslash
6625 LTcapwidth}{Breite}
6626 \end_layout
6627
6628 \begin_layout Standard
6629 wobei die Breite eine der in Anhang
6630 \begin_inset space ~
6631 \end_inset
6632
6633
6634 \begin_inset CommandInset ref
6635 LatexCommand ref
6636 reference "kap:In-LyX-verfügbare"
6637
6638 \end_inset
6639
6640  aufgelisteten Einheiten haben kann.
6641 \end_layout
6642
6643 \begin_layout Standard
6644 Die beiden folgenden Tabellen zeigen den Unterschied:
6645 \end_layout
6646
6647 \begin_layout Standard
6648 \begin_inset Tabular
6649 <lyxtabular version="3" rows="6" columns="5">
6650 <features islongtable="true">
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 <column alignment="center" valignment="top" width="0">
6655 <column alignment="center" valignment="top" width="0">
6656 <row caption="true">
6657 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6658 \begin_inset Text
6659
6660 \begin_layout Plain Layout
6661 \begin_inset Caption
6662
6663 \begin_layout Plain Layout
6664 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6665 \begin_inset OptArg
6666 status open
6667
6668 \begin_layout Plain Layout
6669 Titel mit Standardbreite
6670 \end_layout
6671
6672 \end_inset
6673
6674
6675 \end_layout
6676
6677 \end_inset
6678
6679
6680 \end_layout
6681
6682 \end_inset
6683 </cell>
6684 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6685 \begin_inset Text
6686
6687 \begin_layout Plain Layout
6688
6689 \end_layout
6690
6691 \end_inset
6692 </cell>
6693 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6694 \begin_inset Text
6695
6696 \begin_layout Plain Layout
6697
6698 \end_layout
6699
6700 \end_inset
6701 </cell>
6702 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6703 \begin_inset Text
6704
6705 \begin_layout Plain Layout
6706
6707 \end_layout
6708
6709 \end_inset
6710 </cell>
6711 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6712 \begin_inset Text
6713
6714 \begin_layout Plain Layout
6715
6716 \end_layout
6717
6718 \end_inset
6719 </cell>
6720 </row>
6721 <row>
6722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6723 \begin_inset Text
6724
6725 \begin_layout Plain Layout
6726 1
6727 \end_layout
6728
6729 \end_inset
6730 </cell>
6731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6732 \begin_inset Text
6733
6734 \begin_layout Plain Layout
6735 2
6736 \end_layout
6737
6738 \end_inset
6739 </cell>
6740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6741 \begin_inset Text
6742
6743 \begin_layout Plain Layout
6744 3
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6750 \begin_inset Text
6751
6752 \begin_layout Plain Layout
6753 4
6754 \end_layout
6755
6756 \end_inset
6757 </cell>
6758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6759 \begin_inset Text
6760
6761 \begin_layout Plain Layout
6762 5
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 </row>
6768 <row>
6769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6770 \begin_inset Text
6771
6772 \begin_layout Plain Layout
6773 asd
6774 \end_layout
6775
6776 \end_inset
6777 </cell>
6778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6779 \begin_inset Text
6780
6781 \begin_layout Plain Layout
6782 s
6783 \end_layout
6784
6785 \end_inset
6786 </cell>
6787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6788 \begin_inset Text
6789
6790 \begin_layout Plain Layout
6791 s
6792 \end_layout
6793
6794 \end_inset
6795 </cell>
6796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6797 \begin_inset Text
6798
6799 \begin_layout Plain Layout
6800 s
6801 \end_layout
6802
6803 \end_inset
6804 </cell>
6805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6806 \begin_inset Text
6807
6808 \begin_layout Plain Layout
6809 asd
6810 \end_layout
6811
6812 \end_inset
6813 </cell>
6814 </row>
6815 <row>
6816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6817 \begin_inset Text
6818
6819 \begin_layout Plain Layout
6820 asd
6821 \end_layout
6822
6823 \end_inset
6824 </cell>
6825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6826 \begin_inset Text
6827
6828 \begin_layout Plain Layout
6829 s
6830 \end_layout
6831
6832 \end_inset
6833 </cell>
6834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6835 \begin_inset Text
6836
6837 \begin_layout Plain Layout
6838 s
6839 \end_layout
6840
6841 \end_inset
6842 </cell>
6843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6844 \begin_inset Text
6845
6846 \begin_layout Plain Layout
6847 s
6848 \end_layout
6849
6850 \end_inset
6851 </cell>
6852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6853 \begin_inset Text
6854
6855 \begin_layout Plain Layout
6856 asd
6857 \end_layout
6858
6859 \end_inset
6860 </cell>
6861 </row>
6862 <row>
6863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6864 \begin_inset Text
6865
6866 \begin_layout Plain Layout
6867 asd
6868 \end_layout
6869
6870 \end_inset
6871 </cell>
6872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6873 \begin_inset Text
6874
6875 \begin_layout Plain Layout
6876 s
6877 \end_layout
6878
6879 \end_inset
6880 </cell>
6881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6882 \begin_inset Text
6883
6884 \begin_layout Plain Layout
6885 s
6886 \end_layout
6887
6888 \end_inset
6889 </cell>
6890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6891 \begin_inset Text
6892
6893 \begin_layout Plain Layout
6894 s
6895 \end_layout
6896
6897 \end_inset
6898 </cell>
6899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6900 \begin_inset Text
6901
6902 \begin_layout Plain Layout
6903 asd
6904 \end_layout
6905
6906 \end_inset
6907 </cell>
6908 </row>
6909 <row>
6910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6911 \begin_inset Text
6912
6913 \begin_layout Plain Layout
6914 asd
6915 \end_layout
6916
6917 \end_inset
6918 </cell>
6919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6920 \begin_inset Text
6921
6922 \begin_layout Plain Layout
6923 sad
6924 \end_layout
6925
6926 \end_inset
6927 </cell>
6928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6929 \begin_inset Text
6930
6931 \begin_layout Plain Layout
6932 asd
6933 \end_layout
6934
6935 \end_inset
6936 </cell>
6937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6938 \begin_inset Text
6939
6940 \begin_layout Plain Layout
6941 asd
6942 \end_layout
6943
6944 \end_inset
6945 </cell>
6946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6947 \begin_inset Text
6948
6949 \begin_layout Plain Layout
6950 asd
6951 \end_layout
6952
6953 \end_inset
6954 </cell>
6955 </row>
6956 </lyxtabular>
6957
6958 \end_inset
6959
6960
6961 \end_layout
6962
6963 \begin_layout Standard
6964 \begin_inset ERT
6965 status collapsed
6966
6967 \begin_layout Plain Layout
6968
6969
6970 \backslash
6971 setlength{
6972 \backslash
6973 LTcapwidth}{5cm}
6974 \end_layout
6975
6976 \end_inset
6977
6978
6979 \begin_inset Tabular
6980 <lyxtabular version="3" rows="6" columns="5">
6981 <features islongtable="true">
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 <column alignment="center" valignment="top" width="0">
6986 <column alignment="center" valignment="top" width="0">
6987 <row caption="true">
6988 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Plain Layout
6992 \begin_inset Caption
6993
6994 \begin_layout Plain Layout
6995 Langer Titel mit 5
6996 \begin_inset space \thinspace{}
6997 \end_inset
6998
6999 cm Breite, Langer Titel mit 5
7000 \begin_inset space \thinspace{}
7001 \end_inset
7002
7003 cm Breite
7004 \begin_inset OptArg
7005 status open
7006
7007 \begin_layout Plain Layout
7008 Titel mit 5
7009 \begin_inset space \thinspace{}
7010 \end_inset
7011
7012 cm Breite
7013 \end_layout
7014
7015 \end_inset
7016
7017
7018 \end_layout
7019
7020 \end_inset
7021
7022
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Plain Layout
7031
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Plain Layout
7040
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Plain Layout
7049
7050 \end_layout
7051
7052 \end_inset
7053 </cell>
7054 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Plain Layout
7058
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 </row>
7064 <row>
7065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Plain Layout
7069 1
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Plain Layout
7078 2
7079 \end_layout
7080
7081 \end_inset
7082 </cell>
7083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Plain Layout
7087 3
7088 \end_layout
7089
7090 \end_inset
7091 </cell>
7092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7093 \begin_inset Text
7094
7095 \begin_layout Plain Layout
7096 4
7097 \end_layout
7098
7099 \end_inset
7100 </cell>
7101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7102 \begin_inset Text
7103
7104 \begin_layout Plain Layout
7105 5
7106 \end_layout
7107
7108 \end_inset
7109 </cell>
7110 </row>
7111 <row>
7112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7113 \begin_inset Text
7114
7115 \begin_layout Plain Layout
7116 asd
7117 \end_layout
7118
7119 \end_inset
7120 </cell>
7121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7122 \begin_inset Text
7123
7124 \begin_layout Plain Layout
7125 s
7126 \end_layout
7127
7128 \end_inset
7129 </cell>
7130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7131 \begin_inset Text
7132
7133 \begin_layout Plain Layout
7134 s
7135 \end_layout
7136
7137 \end_inset
7138 </cell>
7139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7140 \begin_inset Text
7141
7142 \begin_layout Plain Layout
7143 s
7144 \end_layout
7145
7146 \end_inset
7147 </cell>
7148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7149 \begin_inset Text
7150
7151 \begin_layout Plain Layout
7152 asd
7153 \end_layout
7154
7155 \end_inset
7156 </cell>
7157 </row>
7158 <row>
7159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163 asd
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172 s
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7178 \begin_inset Text
7179
7180 \begin_layout Plain Layout
7181 s
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7187 \begin_inset Text
7188
7189 \begin_layout Plain Layout
7190 s
7191 \end_layout
7192
7193 \end_inset
7194 </cell>
7195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7196 \begin_inset Text
7197
7198 \begin_layout Plain Layout
7199 asd
7200 \end_layout
7201
7202 \end_inset
7203 </cell>
7204 </row>
7205 <row>
7206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7207 \begin_inset Text
7208
7209 \begin_layout Plain Layout
7210 asd
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Plain Layout
7219 s
7220 \end_layout
7221
7222 \end_inset
7223 </cell>
7224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7225 \begin_inset Text
7226
7227 \begin_layout Plain Layout
7228 s
7229 \end_layout
7230
7231 \end_inset
7232 </cell>
7233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7234 \begin_inset Text
7235
7236 \begin_layout Plain Layout
7237 s
7238 \end_layout
7239
7240 \end_inset
7241 </cell>
7242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7243 \begin_inset Text
7244
7245 \begin_layout Plain Layout
7246 asd
7247 \end_layout
7248
7249 \end_inset
7250 </cell>
7251 </row>
7252 <row>
7253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7254 \begin_inset Text
7255
7256 \begin_layout Plain Layout
7257 asd
7258 \end_layout
7259
7260 \end_inset
7261 </cell>
7262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Plain Layout
7266 sad
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7272 \begin_inset Text
7273
7274 \begin_layout Plain Layout
7275 asd
7276 \end_layout
7277
7278 \end_inset
7279 </cell>
7280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7281 \begin_inset Text
7282
7283 \begin_layout Plain Layout
7284 asd
7285 \end_layout
7286
7287 \end_inset
7288 </cell>
7289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7290 \begin_inset Text
7291
7292 \begin_layout Plain Layout
7293 asd
7294 \end_layout
7295
7296 \end_inset
7297 </cell>
7298 </row>
7299 </lyxtabular>
7300
7301 \end_inset
7302
7303
7304 \begin_inset ERT
7305 status collapsed
7306
7307 \begin_layout Plain Layout
7308
7309
7310 \backslash
7311 setlength{
7312 \backslash
7313 LTcapwidth}{4in}
7314 \end_layout
7315
7316 \end_inset
7317
7318
7319 \begin_inset Note Note
7320 status collapsed
7321
7322 \begin_layout Plain Layout
7323 Beschriftungsbreite zurücksetzen
7324 \end_layout
7325
7326 \end_inset
7327
7328
7329 \end_layout
7330
7331 \begin_layout Standard
7332 \begin_inset Note Greyedout
7333 status open
7334
7335 \begin_layout Plain Layout
7336
7337 \series bold
7338 Achtung:
7339 \series default
7340  Wenn das LaTeX-Paket 
7341 \series bold
7342 caption
7343 \series default
7344
7345 \begin_inset Index
7346 status collapsed
7347
7348 \begin_layout Plain Layout
7349 LaTeX-Pakete ! caption
7350 \end_layout
7351
7352 \end_inset
7353
7354  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7355  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7356  4
7357 \begin_inset space \thinspace{}
7358 \end_inset
7359
7360 Zoll für 
7361 \series bold
7362
7363 \backslash
7364 LTcapwidth
7365 \series default
7366  benutzen.
7367  Um in diesem Fall eine genau 4
7368 \begin_inset space \thinspace{}
7369 \end_inset
7370
7371 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7372  4
7373 \begin_inset space \thinspace{}
7374 \end_inset
7375
7376 Zoll veränderten Wert wie z.
7377 \begin_inset space \thinspace{}
7378 \end_inset
7379
7380 B.
7381  3.99
7382 \begin_inset space \thinspace{}
7383 \end_inset
7384
7385 Zoll verwenden oder den LaTeX-Befehl 
7386 \series bold
7387
7388 \backslash
7389 captionsetup{width=Wert}
7390 \series default
7391  benutzen, der vom 
7392 \series bold
7393 caption
7394 \series default
7395 -Paket bereitgestellt wird.
7396 \end_layout
7397
7398 \end_inset
7399
7400
7401 \end_layout
7402
7403 \begin_layout Subsubsection
7404 Unterschiedliche Titel für Tabellenseiten
7405 \begin_inset Index
7406 status collapsed
7407
7408 \begin_layout Plain Layout
7409 Tabellen ! lange ! mehrere Titel
7410 \end_layout
7411
7412 \end_inset
7413
7414
7415 \end_layout
7416
7417 \begin_layout Standard
7418 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7419  die erste, müssen Sie die Beschriftung in eine leere Zeile, die als Kopfzeile
7420  definiert wurde, mit diesem TeX-Code Befehl einfügen:
7421 \end_layout
7422
7423 \begin_layout Standard
7424
7425 \series bold
7426
7427 \backslash
7428 caption*{Beschriftung}
7429 \backslash
7430
7431 \backslash
7432 %
7433 \end_layout
7434
7435 \begin_layout Standard
7436 Tabelle
7437 \begin_inset space ~
7438 \end_inset
7439
7440
7441 \begin_inset CommandInset ref
7442 LatexCommand ref
7443 reference "tab:DiffCaptions"
7444
7445 \end_inset
7446
7447  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7448  ohne Tabellennummer auf der zweiten Seite.
7449 \end_layout
7450
7451 \begin_layout Standard
7452 \align center
7453 \begin_inset Tabular
7454 <lyxtabular version="3" rows="59" columns="3">
7455 <features islongtable="true" lastFootEmpty="true">
7456 <column alignment="left" valignment="top" width="0cm">
7457 <column alignment="left" valignment="top" width="0pt">
7458 <column alignment="right" valignment="top" width="0pt">
7459 <row caption="true">
7460 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7461 \begin_inset Text
7462
7463 \begin_layout Plain Layout
7464 \begin_inset Caption
7465
7466 \begin_layout Plain Layout
7467 Telefonliste
7468 \begin_inset CommandInset label
7469 LatexCommand label
7470 name "tab:DiffCaptions"
7471
7472 \end_inset
7473
7474
7475 \begin_inset OptArg
7476 status collapsed
7477
7478 \begin_layout Plain Layout
7479 Telefonliste
7480 \end_layout
7481
7482 \end_inset
7483
7484
7485 \end_layout
7486
7487 \end_inset
7488
7489
7490 \end_layout
7491
7492 \end_inset
7493 </cell>
7494 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7495 \begin_inset Text
7496
7497 \begin_layout Plain Layout
7498
7499 \end_layout
7500
7501 \end_inset
7502 </cell>
7503 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7504 \begin_inset Text
7505
7506 \begin_layout Plain Layout
7507
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 </row>
7513 <row endfirsthead="true">
7514 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7515 \begin_inset Text
7516
7517 \begin_layout Plain Layout
7518
7519 \series bold
7520 Telefonliste (ignoriere die Namen)
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529
7530 \end_layout
7531
7532 \end_inset
7533 </cell>
7534 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7535 \begin_inset Text
7536
7537 \begin_layout Plain Layout
7538
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 </row>
7544 <row endfirsthead="true">
7545 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Plain Layout
7549
7550 \series bold
7551 NAME
7552 \end_layout
7553
7554 \end_inset
7555 </cell>
7556 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7557 \begin_inset Text
7558
7559 \begin_layout Plain Layout
7560
7561 \end_layout
7562
7563 \end_inset
7564 </cell>
7565 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7566 \begin_inset Text
7567
7568 \begin_layout Plain Layout
7569
7570 \series bold
7571 TEL.
7572 \end_layout
7573
7574 \end_inset
7575 </cell>
7576 </row>
7577 <row endhead="true">
7578 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7579 \begin_inset Text
7580
7581 \begin_layout Plain Layout
7582 \begin_inset ERT
7583 status open
7584
7585 \begin_layout Plain Layout
7586
7587
7588 \backslash
7589 caption*{Fortsetzung der Telefonliste}
7590 \backslash
7591
7592 \backslash
7593 %
7594 \end_layout
7595
7596 \end_inset
7597
7598
7599 \end_layout
7600
7601 \end_inset
7602 </cell>
7603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7604 \begin_inset Text
7605
7606 \begin_layout Plain Layout
7607
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7613 \begin_inset Text
7614
7615 \begin_layout Plain Layout
7616
7617 \end_layout
7618
7619 \end_inset
7620 </cell>
7621 </row>
7622 <row endhead="true">
7623 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Plain Layout
7627
7628 \series bold
7629 Telefonliste
7630 \end_layout
7631
7632 \end_inset
7633 </cell>
7634 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7635 \begin_inset Text
7636
7637 \begin_layout Plain Layout
7638
7639 \end_layout
7640
7641 \end_inset
7642 </cell>
7643 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 </row>
7653 <row endhead="true">
7654 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Plain Layout
7658
7659 \series bold
7660 NAME
7661 \end_layout
7662
7663 \end_inset
7664 </cell>
7665 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7666 \begin_inset Text
7667
7668 \begin_layout Plain Layout
7669
7670 \end_layout
7671
7672 \end_inset
7673 </cell>
7674 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Plain Layout
7678
7679 \series bold
7680 TEL.
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 </row>
7686 <row endfoot="true">
7687 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7688 \begin_inset Text
7689
7690 \begin_layout Plain Layout
7691 wird fortgesetzt\SpecialChar \ldots{}
7692
7693 \end_layout
7694
7695 \end_inset
7696 </cell>
7697 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7698 \begin_inset Text
7699
7700 \begin_layout Plain Layout
7701
7702 \end_layout
7703
7704 \end_inset
7705 </cell>
7706 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7707 \begin_inset Text
7708
7709 \begin_layout Plain Layout
7710
7711 \end_layout
7712
7713 \end_inset
7714 </cell>
7715 </row>
7716 <row>
7717 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7718 \begin_inset Text
7719
7720 \begin_layout Plain Layout
7721
7722 \series bold
7723 Annovi
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7729 \begin_inset Text
7730
7731 \begin_layout Plain Layout
7732 Silvia
7733 \end_layout
7734
7735 \end_inset
7736 </cell>
7737 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7738 \begin_inset Text
7739
7740 \begin_layout Plain Layout
7741 111
7742 \end_layout
7743
7744 \end_inset
7745 </cell>
7746 </row>
7747 <row>
7748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7749 \begin_inset Text
7750
7751 \begin_layout Plain Layout
7752
7753 \series bold
7754 Bertoli
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7760 \begin_inset Text
7761
7762 \begin_layout Plain Layout
7763 Stefano
7764 \end_layout
7765
7766 \end_inset
7767 </cell>
7768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7769 \begin_inset Text
7770
7771 \begin_layout Plain Layout
7772 111
7773 \end_layout
7774
7775 \end_inset
7776 </cell>
7777 </row>
7778 <row>
7779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7780 \begin_inset Text
7781
7782 \begin_layout Plain Layout
7783
7784 \series bold
7785 Bozzi
7786 \end_layout
7787
7788 \end_inset
7789 </cell>
7790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7791 \begin_inset Text
7792
7793 \begin_layout Plain Layout
7794 Walter
7795 \end_layout
7796
7797 \end_inset
7798 </cell>
7799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7800 \begin_inset Text
7801
7802 \begin_layout Plain Layout
7803 111
7804 \end_layout
7805
7806 \end_inset
7807 </cell>
7808 </row>
7809 <row>
7810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7811 \begin_inset Text
7812
7813 \begin_layout Plain Layout
7814
7815 \series bold
7816 Cachia
7817 \end_layout
7818
7819 \end_inset
7820 </cell>
7821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7822 \begin_inset Text
7823
7824 \begin_layout Plain Layout
7825 Maria
7826 \end_layout
7827
7828 \end_inset
7829 </cell>
7830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7831 \begin_inset Text
7832
7833 \begin_layout Plain Layout
7834 111
7835 \end_layout
7836
7837 \end_inset
7838 </cell>
7839 </row>
7840 <row>
7841 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7842 \begin_inset Text
7843
7844 \begin_layout Plain Layout
7845
7846 \series bold
7847 Cachia
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7853 \begin_inset Text
7854
7855 \begin_layout Plain Layout
7856 Maurizio
7857 \end_layout
7858
7859 \end_inset
7860 </cell>
7861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7862 \begin_inset Text
7863
7864 \begin_layout Plain Layout
7865 111
7866 \end_layout
7867
7868 \end_inset
7869 </cell>
7870 </row>
7871 <row>
7872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876
7877 \series bold
7878 Cinquemani
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Plain Layout
7887 Giusi
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896 111
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 </row>
7902 <row>
7903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907
7908 \series bold
7909 Colin
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918 Bernard
7919 \end_layout
7920
7921 \end_inset
7922 </cell>
7923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7924 \begin_inset Text
7925
7926 \begin_layout Plain Layout
7927 111
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 </row>
7933 <row>
7934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938
7939 \series bold
7940 Concli
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949 Gianfranco
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958 111
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 </row>
7964 <row>
7965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Plain Layout
7969
7970 \series bold
7971 Dal Bosco
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980 Carolina
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989 111
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 </row>
7995 <row>
7996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000
8001 \series bold
8002 Dalpiaz
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011 Annamaria
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020 111
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 </row>
8026 <row>
8027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031
8032 \series bold
8033 Feliciello
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042 Domenico
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051 111
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 </row>
8057 <row>
8058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062
8063 \series bold
8064 Focarelli
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8070 \begin_inset Text
8071
8072 \begin_layout Plain Layout
8073 Paola
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082 111
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 </row>
8088 <row>
8089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093
8094 \series bold
8095 Galletti
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104 Oreste
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113 111
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 </row>
8119 <row>
8120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124
8125 \series bold
8126 Gasparini
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135 Franca
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144 111
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 </row>
8150 <row>
8151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155
8156 \series bold
8157 Rizzardi
8158 \series default
8159
8160 \begin_inset Foot
8161 status open
8162
8163 \begin_layout Plain Layout
8164 Beispielfußnote
8165 \end_layout
8166
8167 \end_inset
8168
8169
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178 Paola
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187 111
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 </row>
8193 <row>
8194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198
8199 \series bold
8200 Lassini
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209 Giancarlo
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8215 \begin_inset Text
8216
8217 \begin_layout Plain Layout
8218 111
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 </row>
8224 <row>
8225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229
8230 \series bold
8231 Malfatti
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240 Luciano
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249 111
8250 \end_layout
8251
8252 \end_inset
8253 </cell>
8254 </row>
8255 <row>
8256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260
8261 \series bold
8262 Malfatti
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271 Valeriano
8272 \end_layout
8273
8274 \end_inset
8275 </cell>
8276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8277 \begin_inset Text
8278
8279 \begin_layout Plain Layout
8280 111
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 </row>
8286 <row>
8287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291
8292 \series bold
8293 Meneguzzo
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302 Roberto
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311 111
8312 \end_layout
8313
8314 \end_inset
8315 </cell>
8316 </row>
8317 <row>
8318 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322
8323 \series bold
8324 Mezzadra
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333 Roberto
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342 111
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 </row>
8348 <row>
8349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353
8354 \series bold
8355 Pirpamer
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364 Erich
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373 111
8374 \end_layout
8375
8376 \end_inset
8377 </cell>
8378 </row>
8379 <row>
8380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384
8385 \series bold
8386 Pochiesa
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395 Paolo
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404 111, 222
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 </row>
8410 <row>
8411 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415
8416 \series bold
8417 Radina
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426 Claudio
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435 111
8436 \end_layout
8437
8438 \end_inset
8439 </cell>
8440 </row>
8441 <row>
8442 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446
8447 \series bold
8448 Stuffer
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457 Oskar
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466 111
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 </row>
8472 <row>
8473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477
8478 \series bold
8479 Tacchelli
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488 Ugo
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497 111
8498 \end_layout
8499
8500 \end_inset
8501 </cell>
8502 </row>
8503 <row>
8504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508
8509 \series bold
8510 Tezzele
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519 Margit
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528 111
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 </row>
8534 <row>
8535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539
8540 \series bold
8541 Unterkalmsteiner
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Plain Layout
8550 Frieda
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559 111
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 </row>
8565 <row>
8566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570
8571 \series bold
8572 Vieider
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581 Hilde
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590 111
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 </row>
8596 <row>
8597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601
8602 \series bold
8603 Vigna
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612 Jürgen
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621 111
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 </row>
8627 <row>
8628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632
8633 \series bold
8634 Weber
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643 Maurizio
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652 111
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 </row>
8658 <row>
8659 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663
8664 \series bold
8665 Winkler
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674 Franz
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683 111
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 </row>
8689 <row>
8690 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694  
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 </row>
8718 <row>
8719 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8720 \begin_inset Text
8721
8722 \begin_layout Plain Layout
8723
8724 \series bold
8725 Annovi
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734 Silvia
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743 555
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 </row>
8749 <row>
8750 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8751 \begin_inset Text
8752
8753 \begin_layout Plain Layout
8754
8755 \series bold
8756 Bertoli
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765 Stefano
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8771 \begin_inset Text
8772
8773 \begin_layout Plain Layout
8774 555
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 </row>
8780 <row>
8781 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8782 \begin_inset Text
8783
8784 \begin_layout Plain Layout
8785
8786 \series bold
8787 Bozzi
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Plain Layout
8796 Walter
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805 555
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 </row>
8811 <row>
8812 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8813 \begin_inset Text
8814
8815 \begin_layout Plain Layout
8816
8817 \series bold
8818 Cachia
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Plain Layout
8827 Maria
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836 555
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 </row>
8842 <row>
8843 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8844 \begin_inset Text
8845
8846 \begin_layout Plain Layout
8847
8848 \series bold
8849 Cachia
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858 Maurizio
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Plain Layout
8867 555
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 </row>
8873 <row>
8874 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878
8879 \series bold
8880 Cinquemani
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889 Giusi
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898 555
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 </row>
8904 <row>
8905 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8906 \begin_inset Text
8907
8908 \begin_layout Plain Layout
8909
8910 \series bold
8911 Colin
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920 Bernard
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Plain Layout
8929 555
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 </row>
8935 <row>
8936 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940
8941 \series bold
8942 Concli
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8948 \begin_inset Text
8949
8950 \begin_layout Plain Layout
8951 Gianfranco
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960 555
8961 \end_layout
8962
8963 \end_inset
8964 </cell>
8965 </row>
8966 <row>
8967 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971
8972 \series bold
8973 Dal Bosco
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982 Carolina
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991 555
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 </row>
8997 <row>
8998 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002
9003 \series bold
9004 Dalpiaz
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013 Annamaria
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022 555
9023 \end_layout
9024
9025 \end_inset
9026 </cell>
9027 </row>
9028 <row>
9029 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033
9034 \series bold
9035 Feliciello
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044 Domenico
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Plain Layout
9053 555
9054 \end_layout
9055
9056 \end_inset
9057 </cell>
9058 </row>
9059 <row>
9060 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064
9065 \series bold
9066 Focarelli
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075 Paola
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084 555
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 </row>
9090 <row>
9091 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095
9096 \series bold
9097 Galletti
9098 \end_layout
9099
9100 \end_inset
9101 </cell>
9102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106 Oreste
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115 555
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 </row>
9121 <row>
9122 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126
9127 \series bold
9128 Gasparini
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137 Franca
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9143 \begin_inset Text
9144
9145 \begin_layout Plain Layout
9146 555
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 </row>
9152 <row>
9153 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157
9158 \series bold
9159 Rizzardi
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168 Paola
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177 555
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 </row>
9183 <row>
9184 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188
9189 \series bold
9190 Lassini
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199 Giancarlo
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208 555
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 </row>
9214 <row>
9215 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219
9220 \series bold
9221 Malfatti
9222 \end_layout
9223
9224 \end_inset
9225 </cell>
9226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9227 \begin_inset Text
9228
9229 \begin_layout Plain Layout
9230 Luciano
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239 555
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 </row>
9245 <row>
9246 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250
9251 \series bold
9252 Malfatti
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261 Valeriano
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270 555
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 </row>
9276 <row>
9277 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281
9282 \series bold
9283 Meneguzzo
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9289 \begin_inset Text
9290
9291 \begin_layout Plain Layout
9292 Roberto
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301 555
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 </row>
9307 <row>
9308 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312
9313 \series bold
9314 Mezzadra
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9320 \begin_inset Text
9321
9322 \begin_layout Plain Layout
9323 Roberto
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332 555
9333 \end_layout
9334
9335 \end_inset
9336 </cell>
9337 </row>
9338 </lyxtabular>
9339
9340 \end_inset
9341
9342
9343 \end_layout
9344
9345 \begin_layout Section
9346 Weitere Möglichkeiten für 
9347 \family sans
9348 lange Tabelle
9349 \family default
9350 n
9351 \begin_inset CommandInset label
9352 LatexCommand label
9353 name "abs:Special-Longtable-Issues"
9354
9355 \end_inset
9356
9357
9358 \end_layout
9359
9360 \begin_layout Subsection
9361 L
9362 \family sans
9363 ange Tabelle
9364 \family default
9365 n: Berechnung
9366 \begin_inset Index
9367 status collapsed
9368
9369 \begin_layout Plain Layout
9370 Tabellen ! lange ! Berechnung
9371 \end_layout
9372
9373 \end_inset
9374
9375
9376 \end_layout
9377
9378 \begin_layout Standard
9379 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9380  sogenannten 
9381 \emph on
9382 chunks
9383 \emph default
9384  (Brocken).
9385  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9386  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9387  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9388  das die Druckausgabe.
9389  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9390  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9391  einfügen:
9392 \end_layout
9393
9394 \begin_layout Standard
9395
9396 \series bold
9397
9398 \backslash
9399 setcounter{LTchunksize}{100}
9400 \end_layout
9401
9402 \begin_layout Subsection
9403 Gleitobjekte und L
9404 \family sans
9405 ange Tabelle
9406 \family default
9407 n
9408 \begin_inset Index
9409 status collapsed
9410
9411 \begin_layout Plain Layout
9412 Tabellen ! lange ! und Gleitobjekte
9413 \end_layout
9414
9415 \end_inset
9416
9417
9418 \end_layout
9419
9420 \begin_layout Standard
9421 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9422 \family sans
9423 lange
9424 \begin_inset space ~
9425 \end_inset
9426
9427 Tabelle
9428 \family default
9429  beginnt, ein Gleitobjekt befindet.
9430  Um das zu vermeiden, können Sie vor der 
9431 \family sans
9432 langen
9433 \begin_inset space ~
9434 \end_inset
9435
9436 Tabellen
9437 \family default
9438  einen manuellen Seitenumbruch
9439 \family sans
9440  Einfügen\SpecialChar \menuseparator
9441 Formatierung\SpecialChar \menuseparator
9442 [Doppel]Seite
9443 \begin_inset space \space{}
9444 \end_inset
9445
9446 leeren
9447 \family default
9448  einfügen, siehe 
9449 \emph on
9450 Benutzerhandbuch
9451 \emph default
9452 .
9453 \end_layout
9454
9455 \begin_layout Subsection
9456 Manuelle Seitenumbrüche
9457 \begin_inset Index
9458 status collapsed
9459
9460 \begin_layout Plain Layout
9461 Tabellen ! lange ! manueller Seitenumbruch
9462 \end_layout
9463
9464 \end_inset
9465
9466
9467 \end_layout
9468
9469 \begin_layout Standard
9470 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9471  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9472  der Zelle umbrechen wollen, fügen Sie den Befehl  
9473 \begin_inset Quotes gld
9474 \end_inset
9475
9476
9477 \series bold
9478
9479 \backslash
9480
9481 \backslash
9482
9483 \series default
9484
9485 \begin_inset Quotes grd
9486 \end_inset
9487
9488  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9489  werden kann.
9490  Vor dem 
9491 \begin_inset Quotes gld
9492 \end_inset
9493
9494
9495 \series bold
9496
9497 \backslash
9498
9499 \backslash
9500
9501 \series default
9502
9503 \begin_inset Quotes grd
9504 \end_inset
9505
9506 -Befehl müssen Sie so viele 
9507 \begin_inset Quotes gld
9508 \end_inset
9509
9510
9511 \series bold
9512 &
9513 \series default
9514
9515 \begin_inset Quotes grd
9516 \end_inset
9517
9518  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9519  Mit 
9520 \begin_inset Quotes gld
9521 \end_inset
9522
9523
9524 \series bold
9525 &
9526 \series default
9527
9528 \begin_inset Quotes grd
9529 \end_inset
9530
9531   werden in LaTeX Tabellenzellen getrennt.
9532  Hinter jedes 
9533 \begin_inset Quotes gld
9534 \end_inset
9535
9536
9537 \series bold
9538 &
9539 \series default
9540
9541 \begin_inset Quotes grd
9542 \end_inset
9543
9544  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9545  und löschen den Inhalt dieser Zellen.
9546 \end_layout
9547
9548 \begin_layout Standard
9549 Hinter dem 
9550 \begin_inset Quotes gld
9551 \end_inset
9552
9553
9554 \series bold
9555
9556 \backslash
9557
9558 \backslash
9559
9560 \series default
9561
9562 \begin_inset Quotes grd
9563 \end_inset
9564
9565 -Befehl müssen Sie so viele 
9566 \begin_inset Quotes gld
9567 \end_inset
9568
9569
9570 \series bold
9571 &
9572 \series default
9573
9574 \begin_inset Quotes grd
9575 \end_inset
9576
9577  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9578  In Tabelle
9579 \begin_inset space ~
9580 \end_inset
9581
9582
9583 \begin_inset CommandInset ref
9584 LatexCommand ref
9585 reference "tab:ForcedPagebreak"
9586
9587 \end_inset
9588
9589  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9590  Es folgt noch eine weitere Spalte.
9591  Deshalb wurde hinter dem Wort 
9592 \emph on
9593 Castelchiodato, 
9594 \emph default
9595 folgendes eingefügt:
9596 \end_layout
9597
9598 \begin_layout Standard
9599
9600 \series bold
9601 & 111
9602 \backslash
9603
9604 \backslash
9605  
9606 \backslash
9607 newpage
9608 \begin_inset Newline newline
9609 \end_inset
9610
9611 &
9612 \end_layout
9613
9614 \begin_layout Standard
9615 Die 
9616 \begin_inset Quotes gld
9617 \end_inset
9618
9619 111
9620 \begin_inset Quotes grd
9621 \end_inset
9622
9623  in der dritten Spalte wurde gelöscht.
9624  
9625 \series bold
9626
9627 \backslash
9628 newpage
9629 \series default
9630  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9631  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9632  Wenn die Fußzeile Ihrer 
9633 \family sans
9634 langen
9635 \begin_inset space ~
9636 \end_inset
9637
9638 Tabelle
9639 \family default
9640  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9641  Befehle benutzen:
9642 \end_layout
9643
9644 \begin_layout Standard
9645
9646 \series bold
9647 & 111
9648 \backslash
9649
9650 \backslash
9651
9652 \begin_inset Newline newline
9653 \end_inset
9654
9655
9656 \backslash
9657 hline &
9658 \end_layout
9659
9660 \begin_layout Standard
9661 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9662  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9663 \end_layout
9664
9665 \begin_layout Standard
9666
9667 \series bold
9668
9669 \backslash
9670 setlength{
9671 \backslash
9672 parfillskip}{0pt}
9673 \end_layout
9674
9675 \begin_layout Standard
9676 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9677  erscheint.
9678 \end_layout
9679
9680 \begin_layout Standard
9681 \align center
9682 \begin_inset Tabular
9683 <lyxtabular version="3" rows="38" columns="3">
9684 <features islongtable="true" lastFootEmpty="true">
9685 <column alignment="left" valignment="top" width="0cm">
9686 <column alignment="left" valignment="top" width="3cm">
9687 <column alignment="right" valignment="top" width="0pt">
9688 <row caption="true">
9689 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9690 \begin_inset Text
9691
9692 \begin_layout Plain Layout
9693 \begin_inset Caption
9694
9695 \begin_layout Plain Layout
9696 Tabelle mit manuellem Seitenumbruch in einer Zelle
9697 \begin_inset CommandInset label
9698 LatexCommand label
9699 name "tab:ForcedPagebreak"
9700
9701 \end_inset
9702
9703
9704 \begin_inset OptArg
9705 status collapsed
9706
9707 \begin_layout Plain Layout
9708 Tabelle mit manuellem Seitenumbruch in einer Zelle
9709 \end_layout
9710
9711 \end_inset
9712
9713
9714 \end_layout
9715
9716 \end_inset
9717
9718
9719 \end_layout
9720
9721 \end_inset
9722 </cell>
9723 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9724 \begin_inset Text
9725
9726 \begin_layout Plain Layout
9727
9728 \end_layout
9729
9730 \end_inset
9731 </cell>
9732 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9733 \begin_inset Text
9734
9735 \begin_layout Plain Layout
9736
9737 \end_layout
9738
9739 \end_inset
9740 </cell>
9741 </row>
9742 <row endfirsthead="true">
9743 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9744 \begin_inset Text
9745
9746 \begin_layout Plain Layout
9747
9748 \series bold
9749 Telefonliste (ignoriere die Namen)
9750 \end_layout
9751
9752 \end_inset
9753 </cell>
9754 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9755 \begin_inset Text
9756
9757 \begin_layout Plain Layout
9758
9759 \end_layout
9760
9761 \end_inset
9762 </cell>
9763 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767
9768 \end_layout
9769
9770 \end_inset
9771 </cell>
9772 </row>
9773 <row endfirsthead="true">
9774 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9775 \begin_inset Text
9776
9777 \begin_layout Plain Layout
9778
9779 \series bold
9780 NAME
9781 \end_layout
9782
9783 \end_inset
9784 </cell>
9785 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9786 \begin_inset Text
9787
9788 \begin_layout Plain Layout
9789
9790 \end_layout
9791
9792 \end_inset
9793 </cell>
9794 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Plain Layout
9798
9799 \series bold
9800 TEL.
9801 \end_layout
9802
9803 \end_inset
9804 </cell>
9805 </row>
9806 <row endhead="true">
9807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9808 \begin_inset Text
9809
9810 \begin_layout Plain Layout
9811 \begin_inset ERT
9812 status collapsed
9813
9814 \begin_layout Plain Layout
9815
9816
9817 \backslash
9818 caption*{Fortsetzung der Tabelle}
9819 \backslash
9820
9821 \backslash
9822 %
9823 \end_layout
9824
9825 \end_inset
9826
9827
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9833 \begin_inset Text
9834
9835 \begin_layout Plain Layout
9836
9837 \end_layout
9838
9839 \end_inset
9840 </cell>
9841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9842 \begin_inset Text
9843
9844 \begin_layout Plain Layout
9845
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 </row>
9851 <row endhead="true">
9852 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9853 \begin_inset Text
9854
9855 \begin_layout Plain Layout
9856
9857 \series bold
9858 Telefonliste
9859 \end_layout
9860
9861 \end_inset
9862 </cell>
9863 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9864 \begin_inset Text
9865
9866 \begin_layout Plain Layout
9867
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876
9877 \end_layout
9878
9879 \end_inset
9880 </cell>
9881 </row>
9882 <row endhead="true">
9883 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9884 \begin_inset Text
9885
9886 \begin_layout Plain Layout
9887
9888 \series bold
9889 NAME
9890 \end_layout
9891
9892 \end_inset
9893 </cell>
9894 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9895 \begin_inset Text
9896
9897 \begin_layout Plain Layout
9898
9899 \end_layout
9900
9901 \end_inset
9902 </cell>
9903 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9904 \begin_inset Text
9905
9906 \begin_layout Plain Layout
9907
9908 \series bold
9909 TEL.
9910 \end_layout
9911
9912 \end_inset
9913 </cell>
9914 </row>
9915 <row endfoot="true">
9916 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9917 \begin_inset Text
9918
9919 \begin_layout Plain Layout
9920 wird fortgesetzt\SpecialChar \ldots{}
9921
9922 \end_layout
9923
9924 \end_inset
9925 </cell>
9926 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9927 \begin_inset Text
9928
9929 \begin_layout Plain Layout
9930
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 </row>
9945 <row>
9946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9947 \begin_inset Text
9948
9949 \begin_layout Plain Layout
9950
9951 \series bold
9952 Annovi
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9958 \begin_inset Text
9959
9960 \begin_layout Plain Layout
9961 Silvia
9962 \end_layout
9963
9964 \end_inset
9965 </cell>
9966 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Plain Layout
9970 111
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 </row>
9976 <row>
9977 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981
9982 \series bold
9983 Bertoli
9984 \end_layout
9985
9986 \end_inset
9987 </cell>
9988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9989 \begin_inset Text
9990
9991 \begin_layout Plain Layout
9992 Stefano
9993 \end_layout
9994
9995 \end_inset
9996 </cell>
9997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001 111
10002 \end_layout
10003
10004 \end_inset
10005 </cell>
10006 </row>
10007 <row>
10008 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012
10013 \series bold
10014 Bozzi
10015 \end_layout
10016
10017 \end_inset
10018 </cell>
10019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023 Walter
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10029 \begin_inset Text
10030
10031 \begin_layout Plain Layout
10032 111
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 </row>
10038 <row>
10039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10040 \begin_inset Text
10041
10042 \begin_layout Plain Layout
10043
10044 \series bold
10045 Cachia
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10051 \begin_inset Text
10052
10053 \begin_layout Plain Layout
10054 Maria
10055 \end_layout
10056
10057 \end_inset
10058 </cell>
10059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10060 \begin_inset Text
10061
10062 \begin_layout Plain Layout
10063 111
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 </row>
10069 <row>
10070 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074
10075 \series bold
10076 Cachia
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Plain Layout
10085 Maurizio
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094 111
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 </row>
10100 <row>
10101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105
10106 \series bold
10107 Cinquemani
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10113 \begin_inset Text
10114
10115 \begin_layout Plain Layout
10116 Giusi
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125 111
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 </row>
10131 <row>
10132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10133 \begin_inset Text
10134
10135 \begin_layout Plain Layout
10136
10137 \series bold
10138 Colin
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Plain Layout
10147 Bernard
10148 \end_layout
10149
10150 \end_inset
10151 </cell>
10152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10153 \begin_inset Text
10154
10155 \begin_layout Plain Layout
10156 111
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 </row>
10162 <row>
10163 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Plain Layout
10167
10168 \series bold
10169 Concli
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Plain Layout
10178 Gianfranco
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10184 \begin_inset Text
10185
10186 \begin_layout Plain Layout
10187 111
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 </row>
10193 <row>
10194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10195 \begin_inset Text
10196
10197 \begin_layout Plain Layout
10198
10199 \series bold
10200 Dal Bosco
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209 Carolina
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Plain Layout
10218 111
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 </row>
10224 <row>
10225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Plain Layout
10229
10230 \series bold
10231 Dalpiaz
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240 Annamaria
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10246 \begin_inset Text
10247
10248 \begin_layout Plain Layout
10249 111
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 </row>
10255 <row>
10256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260
10261 \series bold
10262 Feliciello
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Plain Layout
10271 Domenico
10272 \end_layout
10273
10274 \end_inset
10275 </cell>
10276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10277 \begin_inset Text
10278
10279 \begin_layout Plain Layout
10280 111
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 </row>
10286 <row>
10287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10288 \begin_inset Text
10289
10290 \begin_layout Plain Layout
10291
10292 \series bold
10293 Focarelli
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10299 \begin_inset Text
10300
10301 \begin_layout Plain Layout
10302 Paola
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10308 \begin_inset Text
10309
10310 \begin_layout Plain Layout
10311 111
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 </row>
10317 <row>
10318 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10319 \begin_inset Text
10320
10321 \begin_layout Plain Layout
10322
10323 \series bold
10324 Galletti
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10330 \begin_inset Text
10331
10332 \begin_layout Plain Layout
10333 Oreste
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10339 \begin_inset Text
10340
10341 \begin_layout Plain Layout
10342 111
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 </row>
10348 <row>
10349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10350 \begin_inset Text
10351
10352 \begin_layout Plain Layout
10353
10354 \series bold
10355 Gasparini
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Plain Layout
10364 Franca
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373 111
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 </row>
10379 <row>
10380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384
10385 \series bold
10386 Lassini
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395 Giancarlo
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10401 \begin_inset Text
10402
10403 \begin_layout Plain Layout
10404 111
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 </row>
10410 <row>
10411 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Plain Layout
10415
10416 \series bold
10417 Malfatti
10418 \end_layout
10419
10420 \end_inset
10421 </cell>
10422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426 Luciano
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435 111
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 </row>
10441 <row>
10442 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446
10447 \series bold
10448 Malfatti
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457 Valeriano
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Plain Layout
10466 111
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 </row>
10472 <row>
10473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477
10478 \series bold
10479 Meneguzzo
10480 \end_layout
10481
10482 \end_inset
10483 </cell>
10484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10485 \begin_inset Text
10486
10487 \begin_layout Plain Layout
10488 Roberto
10489 \end_layout
10490
10491 \end_inset
10492 </cell>
10493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Plain Layout
10497 111
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 </row>
10503 <row>
10504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508
10509 \series bold
10510 Mezzadra
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519 Roberto
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10525 \begin_inset Text
10526
10527 \begin_layout Plain Layout
10528 111
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 </row>
10534 <row>
10535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539
10540 \series bold
10541 Pirpamer
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550 Erich
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559 111
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 </row>
10565 <row>
10566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570
10571 \series bold
10572 Pochiesa
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581 Paolo
10582 \end_layout
10583
10584 \end_inset
10585 </cell>
10586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590 111, 222
10591 \end_layout
10592
10593 \end_inset
10594 </cell>
10595 </row>
10596 <row>
10597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601
10602 \series bold
10603 Radina
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612 Claudio
10613 \end_layout
10614
10615 \end_inset
10616 </cell>
10617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Plain Layout
10621 111
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 </row>
10627 <row>
10628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Plain Layout
10632
10633 \series bold
10634 Rizzardi
10635 \end_layout
10636
10637 \end_inset
10638 </cell>
10639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10640 \begin_inset Text
10641
10642 \begin_layout Plain Layout
10643 Paolo, 11.
10644  Fürst von Monte\SpecialChar \-
10645 com\SpecialChar \-
10646 patri, 11.
10647  Fürst von Sulmona und Vivaro, 10.
10648  Fürst von Rossano, 5.
10649  Herzog von Canemorte, 11.
10650  Herzog von Palombara, 5.
10651  Herzog von Castelchiodato,
10652 \begin_inset ERT
10653 status open
10654
10655 \begin_layout Plain Layout
10656
10657 & 111
10658 \backslash
10659
10660 \backslash
10661  
10662 \backslash
10663 newpage
10664 \end_layout
10665
10666 \begin_layout Plain Layout
10667
10668 &
10669 \end_layout
10670
10671 \end_inset
10672
10673  11.
10674  Herzog von Poggionativo, 11.
10675  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10676  Graf von Valinfreda, 11.
10677  Baron von Cropalati, 11.
10678  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 </row>
10693 <row>
10694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698
10699 \series bold
10700 Stuffer
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 Oskar
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718 111
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 </row>
10724 <row>
10725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729
10730 \series bold
10731 Tacchelli
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740 Ugo
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749 111
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 </row>
10755 <row>
10756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760
10761 \series bold
10762 Tezzele
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771 Margit
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780 111
10781 \end_layout
10782
10783 \end_inset
10784 </cell>
10785 </row>
10786 <row>
10787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791
10792 \series bold
10793 Unterkalmsteiner
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802 Frieda
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811 111
10812 \end_layout
10813
10814 \end_inset
10815 </cell>
10816 </row>
10817 <row>
10818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822
10823 \series bold
10824 Vieider
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833 Hilde
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10839 \begin_inset Text
10840
10841 \begin_layout Plain Layout
10842 111
10843 \end_layout
10844
10845 \end_inset
10846 </cell>
10847 </row>
10848 <row>
10849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Plain Layout
10853
10854 \series bold
10855 Vigna
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864 Jürgen
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873 111
10874 \end_layout
10875
10876 \end_inset
10877 </cell>
10878 </row>
10879 <row>
10880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884
10885 \series bold
10886 Weber
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895 Maurizio
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10901 \begin_inset Text
10902
10903 \begin_layout Plain Layout
10904 111
10905 \end_layout
10906
10907 \end_inset
10908 </cell>
10909 </row>
10910 <row>
10911 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10912 \begin_inset Text
10913
10914 \begin_layout Plain Layout
10915
10916 \series bold
10917 Winkler
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 Franz
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10932 \begin_inset Text
10933
10934 \begin_layout Plain Layout
10935 111
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 </row>
10941 </lyxtabular>
10942
10943 \end_inset
10944
10945
10946 \end_layout
10947
10948 \begin_layout Section
10949 Mehrfache Zeilen, Spalten und Zeilen in Zellen
10950 \end_layout
10951
10952 \begin_layout Subsection
10953 Mehrfache Zeilen in Zellen
10954 \begin_inset CommandInset label
10955 LatexCommand label
10956 name "uab:Mehrfache-Zeilen-in"
10957
10958 \end_inset
10959
10960
10961 \begin_inset Index
10962 status collapsed
10963
10964 \begin_layout Plain Layout
10965 Mehrfache ! Zeilen in Zellen
10966 \end_layout
10967
10968 \end_inset
10969
10970
10971 \begin_inset Index
10972 status collapsed
10973
10974 \begin_layout Plain Layout
10975 Tabellen ! Zeilenumbrüche
10976 \end_layout
10977
10978 \end_inset
10979
10980
10981 \end_layout
10982
10983 \begin_layout Standard
10984 \noindent
10985 \begin_inset Float table
10986 placement H
10987 wide false
10988 sideways false
10989 status open
10990
10991 \begin_layout Plain Layout
10992 \begin_inset Caption
10993
10994 \begin_layout Plain Layout
10995 \begin_inset CommandInset label
10996 LatexCommand label
10997 name "tab:Table-with-multiple"
10998
10999 \end_inset
11000
11001 Tabelle mit mehrfachen Zeilen in einer Zelle
11002 \end_layout
11003
11004 \end_inset
11005
11006
11007 \end_layout
11008
11009 \begin_layout Plain Layout
11010 \align center
11011 \begin_inset Tabular
11012 <lyxtabular version="3" rows="3" columns="3">
11013 <features>
11014 <column alignment="center" valignment="middle" width="2.5cm">
11015 <column alignment="center" valignment="middle" width="0.5cm">
11016 <column alignment="center" valignment="middle" width="0.5cm">
11017 <row>
11018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11019 \begin_inset Text
11020
11021 \begin_layout Plain Layout
11022 zwei
11023 \begin_inset Newline linebreak
11024 \end_inset
11025
11026 Zeilen
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035 b
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11041 \begin_inset Text
11042
11043 \begin_layout Plain Layout
11044 c
11045 \end_layout
11046
11047 \end_inset
11048 </cell>
11049 </row>
11050 <row>
11051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11052 \begin_inset Text
11053
11054 \begin_layout Plain Layout
11055 d
11056 \end_layout
11057
11058 \end_inset
11059 </cell>
11060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11061 \begin_inset Text
11062
11063 \begin_layout Plain Layout
11064 e
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11070 \begin_inset Text
11071
11072 \begin_layout Plain Layout
11073 f
11074 \end_layout
11075
11076 \end_inset
11077 </cell>
11078 </row>
11079 <row>
11080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11081 \begin_inset Text
11082
11083 \begin_layout Plain Layout
11084 g
11085 \end_layout
11086
11087 \end_inset
11088 </cell>
11089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Plain Layout
11093 h
11094 \end_layout
11095
11096 \end_inset
11097 </cell>
11098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11099 \begin_inset Text
11100
11101 \begin_layout Plain Layout
11102 i
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 </row>
11108 </lyxtabular>
11109
11110 \end_inset
11111
11112
11113 \end_layout
11114
11115 \end_inset
11116
11117
11118 \end_layout
11119
11120 \begin_layout Standard
11121 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11122  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11123  Tabelle
11124 \begin_inset space ~
11125 \end_inset
11126
11127
11128 \begin_inset CommandInset ref
11129 LatexCommand ref
11130 reference "tab:Table-with-multiple"
11131
11132 \end_inset
11133
11134  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11135 \family sans
11136 Tabellen-Einstellungen
11137 \family default
11138 -Dialog auf 2.5
11139 \begin_inset space \thinspace{}
11140 \end_inset
11141
11142 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11143  Weil unser Text schmaler als 2.5
11144 \begin_inset space \thinspace{}
11145 \end_inset
11146
11147 cm ist, würde er in einer Zeile gedruckt werden.
11148  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11149
11150 \family sans
11151 Strg-Shift-Enter
11152 \family default
11153 ) eingefügt.
11154  Wenn der Text länger ist, wird er automatisch umgebrochen.
11155 \end_layout
11156
11157 \begin_layout Standard
11158 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11159  setzen Sie die Breite der beiden Spalten im 
11160 \family sans
11161 Tabellen-Einstellungen
11162 \family default
11163 -Dialog auf 0.5
11164 \begin_inset space \thinspace{}
11165 \end_inset
11166
11167 cm und die vertikale Ausrichtung auf zentriert.
11168 \end_layout
11169
11170 \begin_layout Standard
11171 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11172  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11173  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11174  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11175  Fügen sie daher 0
11176 \begin_inset space \thinspace{}
11177 \end_inset
11178
11179 pt horizontalen Abstand vor dem Wort ein.
11180  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11181  Tabelle
11182 \begin_inset space ~
11183 \end_inset
11184
11185
11186 \begin_inset CommandInset ref
11187 LatexCommand ref
11188 reference "tab:Table-with-and"
11189
11190 \end_inset
11191
11192  zeigt die Wirkungen.
11193 \end_layout
11194
11195 \begin_layout Standard
11196 \begin_inset Float table
11197 placement h
11198 wide false
11199 sideways false
11200 status open
11201
11202 \begin_layout Plain Layout
11203 \begin_inset Caption
11204
11205 \begin_layout Plain Layout
11206 \begin_inset CommandInset label
11207 LatexCommand label
11208 name "tab:Table-with-and"
11209
11210 \end_inset
11211
11212 Tabelle ohne und mit Silbentrennung
11213 \end_layout
11214
11215 \end_inset
11216
11217
11218 \end_layout
11219
11220 \begin_layout Plain Layout
11221 \begin_inset space \hfill{}
11222 \end_inset
11223
11224
11225 \begin_inset Tabular
11226 <lyxtabular version="3" rows="3" columns="3">
11227 <features>
11228 <column alignment="center" valignment="middle" width="2.5cm">
11229 <column alignment="center" valignment="middle" width="0.5cm">
11230 <column alignment="center" valignment="middle" width="0.5cm">
11231 <row>
11232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236 einsehrlangesZellenwort
11237 \end_layout
11238
11239 \end_inset
11240 </cell>
11241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11242 \begin_inset Text
11243
11244 \begin_layout Plain Layout
11245 b
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254 c
11255 \end_layout
11256
11257 \end_inset
11258 </cell>
11259 </row>
11260 <row>
11261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265 d
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11271 \begin_inset Text
11272
11273 \begin_layout Plain Layout
11274 e
11275 \end_layout
11276
11277 \end_inset
11278 </cell>
11279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283 f
11284 \end_layout
11285
11286 \end_inset
11287 </cell>
11288 </row>
11289 <row>
11290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11291 \begin_inset Text
11292
11293 \begin_layout Plain Layout
11294 g
11295 \end_layout
11296
11297 \end_inset
11298 </cell>
11299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11300 \begin_inset Text
11301
11302 \begin_layout Plain Layout
11303 h
11304 \end_layout
11305
11306 \end_inset
11307 </cell>
11308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11309 \begin_inset Text
11310
11311 \begin_layout Plain Layout
11312 i
11313 \end_layout
11314
11315 \end_inset
11316 </cell>
11317 </row>
11318 </lyxtabular>
11319
11320 \end_inset
11321
11322
11323 \begin_inset space \hfill{}
11324 \end_inset
11325
11326
11327 \begin_inset Tabular
11328 <lyxtabular version="3" rows="3" columns="3">
11329 <features>
11330 <column alignment="center" valignment="middle" width="2.5cm">
11331 <column alignment="center" valignment="middle" width="0.5cm">
11332 <column alignment="center" valignment="middle" width="0.5cm">
11333 <row>
11334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11335 \begin_inset Text
11336
11337 \begin_layout Plain Layout
11338 \begin_inset space \hspace{}
11339 \length 0pt
11340 \end_inset
11341
11342 einsehrlangesZellenwort
11343 \end_layout
11344
11345 \end_inset
11346 </cell>
11347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11348 \begin_inset Text
11349
11350 \begin_layout Plain Layout
11351 b
11352 \end_layout
11353
11354 \end_inset
11355 </cell>
11356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11357 \begin_inset Text
11358
11359 \begin_layout Plain Layout
11360 c
11361 \end_layout
11362
11363 \end_inset
11364 </cell>
11365 </row>
11366 <row>
11367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11368 \begin_inset Text
11369
11370 \begin_layout Plain Layout
11371 d
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11377 \begin_inset Text
11378
11379 \begin_layout Plain Layout
11380 e
11381 \end_layout
11382
11383 \end_inset
11384 </cell>
11385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11386 \begin_inset Text
11387
11388 \begin_layout Plain Layout
11389 f
11390 \end_layout
11391
11392 \end_inset
11393 </cell>
11394 </row>
11395 <row>
11396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11397 \begin_inset Text
11398
11399 \begin_layout Plain Layout
11400 g
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11406 \begin_inset Text
11407
11408 \begin_layout Plain Layout
11409 h
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11415 \begin_inset Text
11416
11417 \begin_layout Plain Layout
11418 i
11419 \end_layout
11420
11421 \end_inset
11422 </cell>
11423 </row>
11424 </lyxtabular>
11425
11426 \end_inset
11427
11428
11429 \begin_inset space \hfill{}
11430 \end_inset
11431
11432
11433 \end_layout
11434
11435 \end_inset
11436
11437
11438 \end_layout
11439
11440 \begin_layout Subsection
11441 Mehrfachspalten
11442 \begin_inset CommandInset label
11443 LatexCommand label
11444 name "uab:Mehrfachspalten"
11445
11446 \end_inset
11447
11448
11449 \begin_inset Index
11450 status collapsed
11451
11452 \begin_layout Plain Layout
11453 Mahrfachspalten
11454 \end_layout
11455
11456 \end_inset
11457
11458
11459 \begin_inset Index
11460 status collapsed
11461
11462 \begin_layout Plain Layout
11463 Tabellen ! Mahrfachspalten
11464 \end_layout
11465
11466 \end_inset
11467
11468
11469 \end_layout
11470
11471 \begin_layout Subsubsection
11472 Grundlagen
11473 \end_layout
11474
11475 \begin_layout Standard
11476 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11477  und verwenden dann den Knopf 
11478 \begin_inset Graphics
11479         filename ../../images/tabular-feature_multicolumn.png
11480         scale 70
11481         scaleBeforeRotation
11482         BoundingBox 0bp 6bp 22bp 22bp
11483
11484 \end_inset
11485
11486  in der Werkzeugleiste, das Menü 
11487 \family sans
11488 Bearbeiten\SpecialChar \menuseparator
11489 Tabelle\SpecialChar \menuseparator
11490 Mehrfachspalte
11491 \family default
11492  oder den 
11493 \family sans
11494 Tabellen-Einstellungen
11495 \family default
11496 -Dialog, in dem Sie auf der Karteikarte 
11497 \family sans
11498 Tabellen-Einstellungen
11499 \family default
11500  
11501 \family sans
11502 Mehrfachspalte
11503 \family default
11504  ankreuzen.
11505 \end_layout
11506
11507 \begin_layout Standard
11508 Mehrfachspalten haben ihre eigenen Einstellungen.
11509  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11510  Hier ist ein Beispiel, wobei 
11511 \begin_inset Quotes gld
11512 \end_inset
11513
11514 B 2
11515 \begin_inset Quotes grd
11516 \end_inset
11517
11518  keine Mehrfachzeile ist, wie in Abschnitt
11519 \begin_inset space ~
11520 \end_inset
11521
11522
11523 \begin_inset CommandInset ref
11524 LatexCommand ref
11525 reference "uab:Mehrfachzeilen"
11526
11527 \end_inset
11528
11529  beschrieben.
11530  Es wurde nur eine Linie weggelassen:
11531 \end_layout
11532
11533 \begin_layout Standard
11534 \align center
11535 \begin_inset Tabular
11536 <lyxtabular version="3" rows="3" columns="4">
11537 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11538 <column alignment="center" valignment="top" width="0pt">
11539 <column alignment="center" valignment="middle" width="0">
11540 <column alignment="center" valignment="top" width="0in">
11541 <column alignment="center" valignment="top" width="0pt">
11542 <row>
11543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11544 \begin_inset Text
11545
11546 \begin_layout Plain Layout
11547 abc
11548 \end_layout
11549
11550 \end_inset
11551 </cell>
11552 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11553 \begin_inset Text
11554
11555 \begin_layout Plain Layout
11556 def ghi
11557 \end_layout
11558
11559 \end_inset
11560 </cell>
11561 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11562 \begin_inset Text
11563
11564 \begin_layout Plain Layout
11565
11566 \end_layout
11567
11568 \end_inset
11569 </cell>
11570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11571 \begin_inset Text
11572
11573 \begin_layout Plain Layout
11574 jkl
11575 \end_layout
11576
11577 \end_inset
11578 </cell>
11579 </row>
11580 <row>
11581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11582 \begin_inset Text
11583
11584 \begin_layout Plain Layout
11585
11586 \family roman
11587 \series medium
11588 \shape up
11589 \size normal
11590 \emph off
11591 \bar no
11592 \noun off
11593 \color none
11594 A
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11600 \begin_inset Text
11601
11602 \begin_layout Plain Layout
11603 B
11604 \end_layout
11605
11606 \end_inset
11607 </cell>
11608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11609 \begin_inset Text
11610
11611 \begin_layout Plain Layout
11612 C
11613 \end_layout
11614
11615 \end_inset
11616 </cell>
11617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11618 \begin_inset Text
11619
11620 \begin_layout Plain Layout
11621 D
11622 \end_layout
11623
11624 \end_inset
11625 </cell>
11626 </row>
11627 <row>
11628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11629 \begin_inset Text
11630
11631 \begin_layout Plain Layout
11632 1
11633 \end_layout
11634
11635 \end_inset
11636 </cell>
11637 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11638 \begin_inset Text
11639
11640 \begin_layout Plain Layout
11641 2
11642 \end_layout
11643
11644 \end_inset
11645 </cell>
11646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11647 \begin_inset Text
11648
11649 \begin_layout Plain Layout
11650 3
11651 \end_layout
11652
11653 \end_inset
11654 </cell>
11655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11656 \begin_inset Text
11657
11658 \begin_layout Plain Layout
11659 4
11660 \end_layout
11661
11662 \end_inset
11663 </cell>
11664 </row>
11665 </lyxtabular>
11666
11667 \end_inset
11668
11669
11670 \end_layout
11671
11672 \begin_layout Subsubsection
11673 Mehrfachspalten-Berechnungen
11674 \begin_inset CommandInset label
11675 LatexCommand label
11676 name "uab:Mehrfachspalten-Berechnungen"
11677
11678 \end_inset
11679
11680
11681 \begin_inset Index
11682 status collapsed
11683
11684 \begin_layout Plain Layout
11685 Mahrfachspalten ! Berechnung
11686 \end_layout
11687
11688 \end_inset
11689
11690
11691 \begin_inset Index
11692 status collapsed
11693
11694 \begin_layout Plain Layout
11695 Tabellen ! Mahrfachspalten ! Berechnung
11696 \end_layout
11697
11698 \end_inset
11699
11700
11701 \end_layout
11702
11703 \begin_layout Standard
11704 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11705  Zellen beachten.
11706 \end_layout
11707
11708 \begin_layout Standard
11709 \begin_inset Float table
11710 placement h
11711 wide false
11712 sideways false
11713 status open
11714
11715 \begin_layout Plain Layout
11716 \begin_inset Caption
11717
11718 \begin_layout Plain Layout
11719 \begin_inset CommandInset label
11720 LatexCommand label
11721 name "tab:Table-with-centered"
11722
11723 \end_inset
11724
11725 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11726  die halbe Breite der Mehrfachspalten-Zelle haben
11727 \begin_inset OptArg
11728 status collapsed
11729
11730 \begin_layout Plain Layout
11731 Eine Mehrfachspalten-Tabelle
11732 \end_layout
11733
11734 \end_inset
11735
11736
11737 \end_layout
11738
11739 \end_inset
11740
11741
11742 \end_layout
11743
11744 \begin_layout Plain Layout
11745 \align center
11746 \begin_inset Tabular
11747 <lyxtabular version="3" rows="3" columns="3">
11748 <features>
11749 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11750 <column alignment="center" valignment="middle" width="0">
11751 <column alignment="center" valignment="top" width="0">
11752 <row>
11753 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11754 \begin_inset Text
11755
11756 \begin_layout Plain Layout
11757 Dies ist eine Mehrfach\SpecialChar \-
11758 spalten-Zelle
11759 \end_layout
11760
11761 \end_inset
11762 </cell>
11763 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11764 \begin_inset Text
11765
11766 \begin_layout Plain Layout
11767
11768 \end_layout
11769
11770 \end_inset
11771 </cell>
11772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11773 \begin_inset Text
11774
11775 \begin_layout Plain Layout
11776 c
11777 \end_layout
11778
11779 \end_inset
11780 </cell>
11781 </row>
11782 <row>
11783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11784 \begin_inset Text
11785
11786 \begin_layout Plain Layout
11787 d
11788 \end_layout
11789
11790 \end_inset
11791 </cell>
11792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11793 \begin_inset Text
11794
11795 \begin_layout Plain Layout
11796 e
11797 \end_layout
11798
11799 \end_inset
11800 </cell>
11801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11802 \begin_inset Text
11803
11804 \begin_layout Plain Layout
11805 f
11806 \end_layout
11807
11808 \end_inset
11809 </cell>
11810 </row>
11811 <row>
11812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11813 \begin_inset Text
11814
11815 \begin_layout Plain Layout
11816 g
11817 \end_layout
11818
11819 \end_inset
11820 </cell>
11821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11822 \begin_inset Text
11823
11824 \begin_layout Plain Layout
11825 h
11826 \end_layout
11827
11828 \end_inset
11829 </cell>
11830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11831 \begin_inset Text
11832
11833 \begin_layout Plain Layout
11834 i
11835 \end_layout
11836
11837 \end_inset
11838 </cell>
11839 </row>
11840 </lyxtabular>
11841
11842 \end_inset
11843
11844
11845 \end_layout
11846
11847 \end_inset
11848
11849
11850 \end_layout
11851
11852 \begin_layout Standard
11853 Um Tabelle
11854 \begin_inset space ~
11855 \end_inset
11856
11857
11858 \begin_inset CommandInset ref
11859 LatexCommand ref
11860 reference "tab:Table-with-centered"
11861
11862 \end_inset
11863
11864  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11865  3×3-Tabelle, kreuzen im 
11866 \family sans
11867 Tabellen-Einstellungen
11868 \family default
11869 -Dialog 
11870 \family sans
11871 Mehrfachspalte
11872 \family default
11873  an, setzen die 
11874 \family sans
11875 Horizontale
11876 \begin_inset space ~
11877 \end_inset
11878
11879 Ausrichtung
11880 \family default
11881  auf 
11882 \family sans
11883 Zentriert
11884 \family default
11885  und die 
11886 \family sans
11887 Breite
11888 \family default
11889  auf 2.5
11890 \begin_inset space \thinspace{}
11891 \end_inset
11892
11893 cm.
11894  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
11895  Sie die Breite der ersten Spalte auf 1.25
11896 \begin_inset space \thinspace{}
11897 \end_inset
11898
11899 cm setzen.
11900  Die zweite Spalte wird dann automatisch 1.25
11901 \begin_inset space \thinspace{}
11902 \end_inset
11903
11904 cm breit (Breite der 
11905 \family sans
11906 Mehrfachspalte
11907 \family default
11908  
11909 \begin_inset Formula $-$
11910 \end_inset
11911
11912  Breite der ersten Spalte).
11913  Dies wurde so für Tabelle
11914 \begin_inset space ~
11915 \end_inset
11916
11917
11918 \begin_inset CommandInset ref
11919 LatexCommand ref
11920 reference "tab:Table-without-half"
11921
11922 \end_inset
11923
11924  gemacht.
11925 \end_layout
11926
11927 \begin_layout Standard
11928 \begin_inset Float table
11929 wide false
11930 sideways false
11931 status open
11932
11933 \begin_layout Plain Layout
11934 \begin_inset Caption
11935
11936 \begin_layout Plain Layout
11937 \begin_inset CommandInset label
11938 LatexCommand label
11939 name "tab:Table-without-half"
11940
11941 \end_inset
11942
11943 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
11944  wie die Mehrfachspalte
11945 \begin_inset OptArg
11946 status collapsed
11947
11948 \begin_layout Plain Layout
11949 Eine unvollkommene Mehrfachspalten-Tabelle
11950 \end_layout
11951
11952 \end_inset
11953
11954
11955 \end_layout
11956
11957 \end_inset
11958
11959
11960 \end_layout
11961
11962 \begin_layout Plain Layout
11963 \align center
11964 \begin_inset Tabular
11965 <lyxtabular version="3" rows="3" columns="3">
11966 <features>
11967 <column alignment="center" valignment="top" width="1.25cm">
11968 <column alignment="center" valignment="top" width="0">
11969 <column alignment="center" valignment="top" width="0">
11970 <row>
11971 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11972 \begin_inset Text
11973
11974 \begin_layout Plain Layout
11975 Dies ist auch eine Mehr\SpecialChar \-
11976 fach\SpecialChar \-
11977 spalten-Zelle
11978 \end_layout
11979
11980 \end_inset
11981 </cell>
11982 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11983 \begin_inset Text
11984
11985 \begin_layout Plain Layout
11986
11987 \end_layout
11988
11989 \end_inset
11990 </cell>
11991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11992 \begin_inset Text
11993
11994 \begin_layout Plain Layout
11995 c
11996 \end_layout
11997
11998 \end_inset
11999 </cell>
12000 </row>
12001 <row>
12002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12003 \begin_inset Text
12004
12005 \begin_layout Plain Layout
12006 d
12007 \end_layout
12008
12009 \end_inset
12010 </cell>
12011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12012 \begin_inset Text
12013
12014 \begin_layout Plain Layout
12015 e
12016 \end_layout
12017
12018 \end_inset
12019 </cell>
12020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12021 \begin_inset Text
12022
12023 \begin_layout Plain Layout
12024 f
12025 \end_layout
12026
12027 \end_inset
12028 </cell>
12029 </row>
12030 <row>
12031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12032 \begin_inset Text
12033
12034 \begin_layout Plain Layout
12035 g
12036 \end_layout
12037
12038 \end_inset
12039 </cell>
12040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12041 \begin_inset Text
12042
12043 \begin_layout Plain Layout
12044 h
12045 \end_layout
12046
12047 \end_inset
12048 </cell>
12049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12050 \begin_inset Text
12051
12052 \begin_layout Plain Layout
12053 i
12054 \end_layout
12055
12056 \end_inset
12057 </cell>
12058 </row>
12059 </lyxtabular>
12060
12061 \end_inset
12062
12063
12064 \end_layout
12065
12066 \end_inset
12067
12068
12069 \end_layout
12070
12071 \begin_layout Standard
12072 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12073  als die zweite ist.
12074  Das liegt daran, dass die Zellenbreite 
12075 \begin_inset Formula $W_{\mathrm{tot}}$
12076 \end_inset
12077
12078  nicht ihre definierte Breite 
12079 \begin_inset Formula $W_{g}$
12080 \end_inset
12081
12082  ist, sondern ein wenig mehr.
12083  Anhang
12084 \begin_inset space ~
12085 \end_inset
12086
12087
12088 \begin_inset CommandInset ref
12089 LatexCommand ref
12090 reference "kap:Exläuterung-einer-Gleichung"
12091
12092 \end_inset
12093
12094  erklärt das genauer.
12095 \end_layout
12096
12097 \begin_layout Standard
12098 Wenn 
12099 \emph on
12100 n
12101 \emph default
12102  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12103  die definierte Breite 
12104 \begin_inset Formula $W_{g\, n}$
12105 \end_inset
12106
12107  einer Spalte, deren totale Breite = 
12108 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12109 \end_inset
12110
12111  sein soll, wie folgt:
12112 \begin_inset Formula \begin{equation}
12113 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12114
12115 \end_inset
12116
12117
12118 \end_layout
12119
12120 \begin_layout Standard
12121 In unserem Falls ist 
12122 \begin_inset Formula $n=2$
12123 \end_inset
12124
12125
12126 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12127 \end_inset
12128
12129 cm, und damit wird aus Gleichung
12130 \begin_inset space ~
12131 \end_inset
12132
12133
12134 \begin_inset CommandInset ref
12135 LatexCommand ref
12136 reference "eq:Wgn"
12137
12138 \end_inset
12139
12140  
12141 \begin_inset Formula \begin{equation}
12142 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12143
12144 \end_inset
12145
12146
12147 \end_layout
12148
12149 \begin_layout Standard
12150 Damit LaTeX rechnen kann, muss das Paket 
12151 \series bold
12152 calc
12153 \series default
12154  im Vorspann geladen werden.
12155 \begin_inset Index
12156 status collapsed
12157
12158 \begin_layout Plain Layout
12159 LaTeX-Pakete ! calc
12160 \end_layout
12161
12162 \end_inset
12163
12164
12165 \end_layout
12166
12167 \begin_layout Standard
12168
12169 \series bold
12170
12171 \backslash
12172 usepackage{calc}
12173 \end_layout
12174
12175 \begin_layout Standard
12176 LyX erlaubt im 
12177 \family sans
12178 Breite
12179 \family default
12180 -Feld des 
12181 \family sans
12182 Tabellen-Einstellungen
12183 \family default
12184 -Dialogs keine Berechnungen.
12185  Deshalb müssen Sie die Formel für die Breite im Feld 
12186 \family sans
12187 LaTe
12188 \begin_inset ERT
12189 status collapsed
12190
12191 \begin_layout Plain Layout
12192
12193 {}
12194 \end_layout
12195
12196 \end_inset
12197
12198 X-Argument
12199 \family default
12200  eingeben.
12201  Hier iss ein Überblick über die Argumente:
12202 \end_layout
12203
12204 \begin_layout Itemize
12205
12206 \series bold
12207 p{Breite}
12208 \series default
12209  die Zelle bekommt eine feste 
12210 \series bold
12211 Breite
12212 \series default
12213 , und die vertikale Ausrichtung ist 
12214 \family sans
12215 Oben
12216 \end_layout
12217
12218 \begin_layout Itemize
12219
12220 \series bold
12221 m{Breite}
12222 \series default
12223  die Zelle bekommt eine feste 
12224 \series bold
12225 Breite
12226 \series default
12227 , und die vertikale Ausrichtung ist 
12228 \family sans
12229 Mitte
12230 \end_layout
12231
12232 \begin_layout Itemize
12233
12234 \series bold
12235 b{Breite}
12236 \series default
12237  die Zelle bekommt eine feste 
12238 \series bold
12239 Breite
12240 \series default
12241 , und die vertikale Ausrichtung ist 
12242 \family sans
12243 Unten
12244 \end_layout
12245
12246 \begin_layout Standard
12247 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12248  für diese Zelle überschrieben.
12249 \end_layout
12250
12251 \begin_layout Standard
12252 \begin_inset Note Greyedout
12253 status open
12254
12255 \begin_layout Plain Layout
12256
12257 \series bold
12258 Bemerkung:
12259 \series default
12260  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12261  angezeigt.
12262 \end_layout
12263
12264 \end_inset
12265
12266
12267 \end_layout
12268
12269 \begin_layout Standard
12270 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12271  der Zelle mit dem Inhalt 
12272 \begin_inset Quotes gld
12273 \end_inset
12274
12275 d
12276 \begin_inset Quotes grd
12277 \end_inset
12278
12279  der Tabelle
12280 \begin_inset space ~
12281 \end_inset
12282
12283
12284 \begin_inset CommandInset ref
12285 LatexCommand ref
12286 reference "tab:Table-with-centered"
12287
12288 \end_inset
12289
12290  auch noch der Befehl
12291 \family typewriter
12292 \series bold
12293  
12294 \family default
12295
12296 \backslash
12297 centering
12298 \series default
12299  hinzugefügt.
12300  Das Ganze sieht dann so aus:
12301 \end_layout
12302
12303 \begin_layout Standard
12304
12305 \series bold
12306 |>{
12307 \backslash
12308 centering}m{1.25cm-6.2pt}
12309 \end_layout
12310
12311 \begin_layout Standard
12312 Der vertikale Strich 
12313 \series bold
12314
12315 \begin_inset Quotes gld
12316 \end_inset
12317
12318 |
12319 \series default
12320
12321 \begin_inset Quotes grd
12322 \end_inset
12323
12324  am Anfang zeichnet die linke Linie, und der Befehl 
12325 \series bold
12326
12327 \begin_inset Quotes gld
12328 \end_inset
12329
12330 >{ }
12331 \begin_inset Quotes grd
12332 \end_inset
12333
12334
12335 \series default
12336  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12337  der Zelle benutzt werden sollen.
12338 \end_layout
12339
12340 \begin_layout Standard
12341 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12342  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12343  für einzelne Spalten anwendet.
12344  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12345  werden:
12346 \end_layout
12347
12348 \begin_layout Standard
12349
12350 \series bold
12351 |>{
12352 \backslash
12353 centering}m{2.5cm}|
12354 \end_layout
12355
12356 \begin_layout Subsection
12357 Mehrfachzeilen
12358 \begin_inset CommandInset label
12359 LatexCommand label
12360 name "uab:Mehrfachzeilen"
12361
12362 \end_inset
12363
12364
12365 \begin_inset Index
12366 status collapsed
12367
12368 \begin_layout Plain Layout
12369 Mehrfachzeilen
12370 \end_layout
12371
12372 \end_inset
12373
12374
12375 \begin_inset Index
12376 status collapsed
12377
12378 \begin_layout Plain Layout
12379 Tabellen ! Mehrfachzeilen
12380 \end_layout
12381
12382 \end_inset
12383
12384
12385 \end_layout
12386
12387 \begin_layout Standard
12388 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12389  unterstützt, sodass etwas TeX-Code notwendig ist.
12390  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12391 \series bold
12392 multirow
12393 \series default
12394
12395 \begin_inset Index
12396 status collapsed
12397
12398 \begin_layout Plain Layout
12399 LaTeX-Pakete ! multirow
12400 \end_layout
12401
12402 \end_inset
12403
12404  im Vorspann geladen werden:
12405 \end_layout
12406
12407 \begin_layout Standard
12408
12409 \series bold
12410
12411 \backslash
12412 usepackage{multirow}
12413 \end_layout
12414
12415 \begin_layout Standard
12416 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12417 \end_layout
12418
12419 \begin_layout Standard
12420
12421 \series bold
12422
12423 \backslash
12424 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12425 \end_layout
12426
12427 \begin_layout Standard
12428 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
12429  Mehrfachspalte definiert und die obere Linie entfernt.
12430 \end_layout
12431
12432 \begin_layout Standard
12433 \align center
12434 \begin_inset ERT
12435 status collapsed
12436
12437 \begin_layout Plain Layout
12438
12439
12440 \backslash
12441 renewcommand{
12442 \backslash
12443 multirowsetup}{
12444 \backslash
12445 centering}
12446 \end_layout
12447
12448 \end_inset
12449
12450
12451 \begin_inset Tabular
12452 <lyxtabular version="3" rows="3" columns="3">
12453 <features>
12454 <column alignment="center" valignment="top" width="0">
12455 <column alignment="center" valignment="top" width="0">
12456 <column alignment="center" valignment="top" width="0">
12457 <row>
12458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12459 \begin_inset Text
12460
12461 \begin_layout Plain Layout
12462 a
12463 \end_layout
12464
12465 \end_inset
12466 </cell>
12467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12468 \begin_inset Text
12469
12470 \begin_layout Plain Layout
12471 b
12472 \end_layout
12473
12474 \end_inset
12475 </cell>
12476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12477 \begin_inset Text
12478
12479 \begin_layout Plain Layout
12480 c
12481 \end_layout
12482
12483 \end_inset
12484 </cell>
12485 </row>
12486 <row>
12487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12488 \begin_inset Text
12489
12490 \begin_layout Plain Layout
12491 \begin_inset ERT
12492 status collapsed
12493
12494 \begin_layout Plain Layout
12495
12496
12497 \backslash
12498 multirow{2}{2.5cm}{
12499 \end_layout
12500
12501 \end_inset
12502
12503 Mehrfach\SpecialChar \-
12504 zeilen-Text
12505 \begin_inset ERT
12506 status collapsed
12507
12508 \begin_layout Plain Layout
12509
12510 }
12511 \end_layout
12512
12513 \end_inset
12514
12515
12516 \end_layout
12517
12518 \end_inset
12519 </cell>
12520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12521 \begin_inset Text
12522
12523 \begin_layout Plain Layout
12524 e
12525 \end_layout
12526
12527 \end_inset
12528 </cell>
12529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12530 \begin_inset Text
12531
12532 \begin_layout Plain Layout
12533 f
12534 \end_layout
12535
12536 \end_inset
12537 </cell>
12538 </row>
12539 <row>
12540 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12541 \begin_inset Text
12542
12543 \begin_layout Plain Layout
12544
12545 \end_layout
12546
12547 \end_inset
12548 </cell>
12549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12550 \begin_inset Text
12551
12552 \begin_layout Plain Layout
12553 h
12554 \end_layout
12555
12556 \end_inset
12557 </cell>
12558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12559 \begin_inset Text
12560
12561 \begin_layout Plain Layout
12562 i
12563 \end_layout
12564
12565 \end_inset
12566 </cell>
12567 </row>
12568 </lyxtabular>
12569
12570 \end_inset
12571
12572
12573 \begin_inset ERT
12574 status collapsed
12575
12576 \begin_layout Plain Layout
12577
12578
12579 \backslash
12580 renewcommand{
12581 \backslash
12582 multirowsetup}{
12583 \backslash
12584 raggedright}
12585 \end_layout
12586
12587 \end_inset
12588
12589
12590 \end_layout
12591
12592 \begin_layout Standard
12593 In der Zelle darüber wurde dann mit dem Befehl
12594 \end_layout
12595
12596 \begin_layout Standard
12597
12598 \series bold
12599
12600 \backslash
12601 multirow{2}{2.5cm}{
12602 \end_layout
12603
12604 \begin_layout Standard
12605 als TeX-Code die Mehrfachzeile definiert.
12606  Sie besteht aus zwei Zeilen und einer Breite von 2.5
12607 \begin_inset space \thinspace{}
12608 \end_inset
12609
12610 cm.
12611  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12612  mit der Klammer 
12613 \begin_inset Quotes gld
12614 \end_inset
12615
12616
12617 \series bold
12618 }
12619 \series default
12620
12621 \begin_inset Quotes grd
12622 \end_inset
12623
12624  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12625 \end_layout
12626
12627 \begin_layout Standard
12628
12629 \series bold
12630
12631 \backslash
12632 multirow
12633 \series default
12634  richtet seinen Inhalt standardmäßig linksbündig aus.
12635  Das wurde mit dem Befehl
12636 \end_layout
12637
12638 \begin_layout Standard
12639
12640 \series bold
12641
12642 \backslash
12643 renewcommand{
12644 \backslash
12645 multirowsetup}{
12646 \backslash
12647 centering}
12648 \end_layout
12649
12650 \begin_layout Standard
12651 als TeX-Code  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12652 \end_layout
12653
12654 \begin_layout Standard
12655
12656 \series bold
12657
12658 \backslash
12659 renewcommand{
12660 \backslash
12661 multirowsetup}{
12662 \backslash
12663 raggedright}
12664 \end_layout
12665
12666 \begin_layout Standard
12667 zurückgesetzt.
12668  Für rechtsbündigen Text benutzt man 
12669 \series bold
12670
12671 \backslash
12672 raggedleft
12673 \series default
12674 .
12675 \end_layout
12676
12677 \begin_layout Section
12678 Formale Tabellen
12679 \begin_inset CommandInset label
12680 LatexCommand label
12681 name "abs:Formale-Tabellen"
12682
12683 \end_inset
12684
12685
12686 \begin_inset Index
12687 status collapsed
12688
12689 \begin_layout Plain Layout
12690 Tabellen ! Formale
12691 \end_layout
12692
12693 \end_inset
12694
12695
12696 \end_layout
12697
12698 \begin_layout Standard
12699 Tabellen werden in Büchern oft wie Tabelle
12700 \begin_inset space ~
12701 \end_inset
12702
12703
12704 \begin_inset CommandInset ref
12705 LatexCommand ref
12706 reference "tab:Formale-Tabelle"
12707
12708 \end_inset
12709
12710  gesetzt.
12711  Diese Tabellen werden
12712 \emph on
12713  formal
12714 \emph default
12715  genannt.
12716  Formale Tabellen bekommen Sie, wenn Sie im 
12717 \family sans
12718 Tabellen-Einstellungen
12719 \family default
12720 -Dialog auf der Karteikarte 
12721 \family sans
12722 Rahmen
12723 \family default
12724  den 
12725 \family sans
12726 Stil
12727 \family default
12728  
12729 \family sans
12730 Formal
12731 \family default
12732  ankreuzen.
12733 \end_layout
12734
12735 \begin_layout Standard
12736 \begin_inset Float table
12737 placement h
12738 wide false
12739 sideways false
12740 status open
12741
12742 \begin_layout Plain Layout
12743 \begin_inset Caption
12744
12745 \begin_layout Plain Layout
12746 \begin_inset CommandInset label
12747 LatexCommand label
12748 name "tab:Formale-Tabelle"
12749
12750 \end_inset
12751
12752 Formale Tabelle
12753 \end_layout
12754
12755 \end_inset
12756
12757
12758 \end_layout
12759
12760 \begin_layout Plain Layout
12761 \align center
12762 \begin_inset Tabular
12763 <lyxtabular version="3" rows="8" columns="4">
12764 <features booktabs="true">
12765 <column alignment="center" valignment="top" width="0">
12766 <column alignment="right" valignment="top" width="0">
12767 <column alignment="right" valignment="top" width="0">
12768 <column alignment="right" valignment="top" width="0">
12769 <row>
12770 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12771 \begin_inset Text
12772
12773 \begin_layout Plain Layout
12774 System
12775 \end_layout
12776
12777 \end_inset
12778 </cell>
12779 <cell alignment="center" valignment="top" topline="true" usebox="none">
12780 \begin_inset Text
12781
12782 \begin_layout Plain Layout
12783 Medipix
12784 \begin_inset space \thinspace{}
12785 \end_inset
12786
12787 1
12788 \end_layout
12789
12790 \end_inset
12791 </cell>
12792 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12793 \begin_inset Text
12794
12795 \begin_layout Plain Layout
12796 Medipix
12797 \begin_inset space \thinspace{}
12798 \end_inset
12799
12800 2
12801 \end_layout
12802
12803 \end_inset
12804 </cell>
12805 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12806 \begin_inset Text
12807
12808 \begin_layout Plain Layout
12809
12810 \end_layout
12811
12812 \end_inset
12813 </cell>
12814 </row>
12815 <row>
12816 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12817 \begin_inset Text
12818
12819 \begin_layout Plain Layout
12820 \begin_inset ERT
12821 status collapsed
12822
12823 \begin_layout Plain Layout
12824
12825
12826 \backslash
12827 cmidrule(r){2-2}
12828 \end_layout
12829
12830 \end_inset
12831
12832
12833 \begin_inset ERT
12834 status collapsed
12835
12836 \begin_layout Plain Layout
12837
12838
12839 \backslash
12840 cmidrule(l){3-4}
12841 \end_layout
12842
12843 \end_inset
12844
12845 Detektordicke [µm]
12846 \end_layout
12847
12848 \end_inset
12849 </cell>
12850 <cell alignment="center" valignment="top" usebox="none">
12851 \begin_inset Text
12852
12853 \begin_layout Plain Layout
12854 300
12855 \end_layout
12856
12857 \end_inset
12858 </cell>
12859 <cell alignment="center" valignment="top" usebox="none">
12860 \begin_inset Text
12861
12862 \begin_layout Plain Layout
12863 300
12864 \end_layout
12865
12866 \end_inset
12867 </cell>
12868 <cell alignment="center" valignment="top" usebox="none">
12869 \begin_inset Text
12870
12871 \begin_layout Plain Layout
12872 700
12873 \end_layout
12874
12875 \end_inset
12876 </cell>
12877 </row>
12878 <row>
12879 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12880 \begin_inset Text
12881
12882 \begin_layout Plain Layout
12883 Kantenwinkel [°]
12884 \end_layout
12885
12886 \end_inset
12887 </cell>
12888 <cell alignment="center" valignment="top" topline="true" usebox="none">
12889 \begin_inset Text
12890
12891 \begin_layout Plain Layout
12892 3.55
12893 \end_layout
12894
12895 \end_inset
12896 </cell>
12897 <cell alignment="center" valignment="top" topline="true" usebox="none">
12898 \begin_inset Text
12899
12900 \begin_layout Plain Layout
12901 2.71
12902 \end_layout
12903
12904 \end_inset
12905 </cell>
12906 <cell alignment="center" valignment="top" topline="true" usebox="none">
12907 \begin_inset Text
12908
12909 \begin_layout Plain Layout
12910 7.99
12911 \end_layout
12912
12913 \end_inset
12914 </cell>
12915 </row>
12916 <row topspace="default">
12917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12918 \begin_inset Text
12919
12920 \begin_layout Plain Layout
12921 räumliche Auf\SpecialChar \textcompwordmark{}
12922 lösung [µm]
12923 \end_layout
12924
12925 \end_inset
12926 </cell>
12927 <cell alignment="center" valignment="top" usebox="none">
12928 \begin_inset Text
12929
12930 \begin_layout Plain Layout
12931 4.26
12932 \end_layout
12933
12934 \end_inset
12935 </cell>
12936 <cell alignment="center" valignment="top" usebox="none">
12937 \begin_inset Text
12938
12939 \begin_layout Plain Layout
12940 10.17
12941 \end_layout
12942
12943 \end_inset
12944 </cell>
12945 <cell alignment="center" valignment="top" usebox="none">
12946 \begin_inset Text
12947
12948 \begin_layout Plain Layout
12949 10.56
12950 \end_layout
12951
12952 \end_inset
12953 </cell>
12954 </row>
12955 <row topspace="default">
12956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12957 \begin_inset Text
12958
12959 \begin_layout Plain Layout
12960 MTF bei 
12961 \begin_inset Formula $f_{\mathrm{max}}$
12962 \end_inset
12963
12964
12965 \end_layout
12966
12967 \end_inset
12968 </cell>
12969 <cell alignment="center" valignment="top" usebox="none">
12970 \begin_inset Text
12971
12972 \begin_layout Plain Layout
12973 0.53
12974 \end_layout
12975
12976 \end_inset
12977 </cell>
12978 <cell alignment="center" valignment="top" usebox="none">
12979 \begin_inset Text
12980
12981 \begin_layout Plain Layout
12982 0.37
12983 \end_layout
12984
12985 \end_inset
12986 </cell>
12987 <cell alignment="center" valignment="top" usebox="none">
12988 \begin_inset Text
12989
12990 \begin_layout Plain Layout
12991 0.39
12992 \end_layout
12993
12994 \end_inset
12995 </cell>
12996 </row>
12997 <row topspace="default">
12998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12999 \begin_inset Text
13000
13001 \begin_layout Plain Layout
13002 \begin_inset ERT
13003 status collapsed
13004
13005 \begin_layout Plain Layout
13006
13007
13008 \backslash
13009 cmidrule(l{10pt}){1-1}
13010 \end_layout
13011
13012 \end_inset
13013
13014 LSF räumliche Auf\SpecialChar \textcompwordmark{}
13015 lösung
13016 \end_layout
13017
13018 \end_inset
13019 </cell>
13020 <cell alignment="center" valignment="top" usebox="none">
13021 \begin_inset Text
13022
13023 \begin_layout Plain Layout
13024
13025 \end_layout
13026
13027 \end_inset
13028 </cell>
13029 <cell alignment="center" valignment="top" usebox="none">
13030 \begin_inset Text
13031
13032 \begin_layout Plain Layout
13033
13034 \end_layout
13035
13036 \end_inset
13037 </cell>
13038 <cell alignment="center" valignment="top" usebox="none">
13039 \begin_inset Text
13040
13041 \begin_layout Plain Layout
13042
13043 \end_layout
13044
13045 \end_inset
13046 </cell>
13047 </row>
13048 <row>
13049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13050 \begin_inset Text
13051
13052 \begin_layout Plain Layout
13053 in µm
13054 \end_layout
13055
13056 \end_inset
13057 </cell>
13058 <cell alignment="center" valignment="top" usebox="none">
13059 \begin_inset Text
13060
13061 \begin_layout Plain Layout
13062 129.7
13063 \end_layout
13064
13065 \end_inset
13066 </cell>
13067 <cell alignment="center" valignment="top" usebox="none">
13068 \begin_inset Text
13069
13070 \begin_layout Plain Layout
13071 52.75
13072 \end_layout
13073
13074 \end_inset
13075 </cell>
13076 <cell alignment="center" valignment="top" usebox="none">
13077 \begin_inset Text
13078
13079 \begin_layout Plain Layout
13080 50.78
13081 \end_layout
13082
13083 \end_inset
13084 </cell>
13085 </row>
13086 <row>
13087 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13088 \begin_inset Text
13089
13090 \begin_layout Plain Layout
13091 in % der Pixelgröße
13092 \end_layout
13093
13094 \end_inset
13095 </cell>
13096 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13097 \begin_inset Text
13098
13099 \begin_layout Plain Layout
13100 76.3
13101 \end_layout
13102
13103 \end_inset
13104 </cell>
13105 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13106 \begin_inset Text
13107
13108 \begin_layout Plain Layout
13109 95.9
13110 \end_layout
13111
13112 \end_inset
13113 </cell>
13114 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13115 \begin_inset Text
13116
13117 \begin_layout Plain Layout
13118 92.3
13119 \end_layout
13120
13121 \end_inset
13122 </cell>
13123 </row>
13124 </lyxtabular>
13125
13126 \end_inset
13127
13128
13129 \end_layout
13130
13131 \end_inset
13132
13133
13134 \end_layout
13135
13136 \begin_layout Standard
13137 Abstände zu Tabellenzeilen können auf der Karteikarte 
13138 \family sans
13139 Rahmen
13140 \family default
13141  des 
13142 \family sans
13143 Tabellen-Ein\SpecialChar \-
13144 stel\SpecialChar \-
13145 lun\SpecialChar \-
13146 gen
13147 \family default
13148 -Dialogs hinzugefügt werden, wie in Abschnitt
13149 \begin_inset space ~
13150 \end_inset
13151
13152
13153 \begin_inset CommandInset ref
13154 LatexCommand ref
13155 reference "uab:Zeilenabstand"
13156
13157 \end_inset
13158
13159  beschrieben.
13160 \end_layout
13161
13162 \begin_layout Standard
13163 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13164  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13165  gedruckt aber anders aus.
13166  Die erste und letzte Linie ist 0.08
13167 \begin_inset space \thinspace{}
13168 \end_inset
13169
13170 em dick, während die anderen 0.05
13171 \begin_inset space \thinspace{}
13172 \end_inset
13173
13174 em dick sind.
13175 \end_layout
13176
13177 \begin_layout Standard
13178 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13179 \end_layout
13180
13181 \begin_layout Standard
13182
13183 \series bold
13184
13185 \backslash
13186 let
13187 \backslash
13188 mytoprule
13189 \backslash
13190 toprule
13191 \begin_inset Newline newline
13192 \end_inset
13193
13194
13195 \backslash
13196 renewcommand{
13197 \backslash
13198 toprule}{
13199 \backslash
13200 mytoprule[Breite]}
13201 \end_layout
13202
13203 \begin_layout Standard
13204 Dies Beispiel gilt für die oberste Linie, genannt 
13205 \series bold
13206 toprule
13207 \series default
13208 .
13209  Für die letzte müssen Sie 
13210 \series bold
13211 toprule
13212 \series default
13213  durch 
13214 \series bold
13215 bottomrule
13216 \series default
13217  ersetzen.
13218  Die Linien dazwischen heißen 
13219 \series bold
13220 midrule
13221 \series default
13222 .
13223  Für 
13224 \family sans
13225 Breite
13226 \family default
13227  können Sie alle Einheiten benutzen, die in Anhang
13228 \begin_inset space ~
13229 \end_inset
13230
13231
13232 \begin_inset CommandInset ref
13233 LatexCommand ref
13234 reference "kap:In-LyX-verfügbare"
13235
13236 \end_inset
13237
13238  aufgelistet sind.
13239 \end_layout
13240
13241 \begin_layout Standard
13242 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13243  eine Linie unter einer Mehrfachspalte.
13244  LyX wird intern den Befehl 
13245 \series bold
13246
13247 \backslash
13248 cmidrule
13249 \series default
13250  benutzen, um diese Linie zu drucken.
13251  Der ganze Befehl sieht so aus:
13252 \end_layout
13253
13254 \begin_layout Standard
13255
13256 \series bold
13257
13258 \backslash
13259 cmidrule[width](trim){Anfangsspalte-Endspalte}
13260 \end_layout
13261
13262 \begin_layout Standard
13263 Die 
13264 \series bold
13265
13266 \backslash
13267 cmidrule
13268 \series default
13269 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13270  benutzen.
13271  
13272 \series bold
13273
13274 \backslash
13275 cmidrule
13276 \series default
13277  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13278  erste Zelle einer Zeile einfügt.
13279  Die Linie wird dann über der Zeile gedruckt.
13280 \end_layout
13281
13282 \begin_layout Standard
13283 Der Standardwert ist 0.03
13284 \begin_inset space \thinspace{}
13285 \end_inset
13286
13287 em.
13288  Die Linie reicht von 
13289 \family typewriter
13290 Anfangsspalte
13291 \family default
13292  bis 
13293 \family typewriter
13294 End\SpecialChar \-
13295 spal\SpecialChar \-
13296 te
13297 \family default
13298 .
13299  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13300   Der optionale Parameter 
13301 \family typewriter
13302 trim
13303 \family default
13304  kann die Werte 
13305 \emph on
13306 r
13307 \emph default
13308
13309 \emph on
13310 r{Breite}
13311 \emph default
13312
13313 \emph on
13314 l
13315 \family typewriter
13316 \emph default
13317  
13318 \family default
13319 oder 
13320 \emph on
13321 l{Breite}
13322 \emph default
13323  annehmen, wobei die 
13324 \family sans
13325 Breite
13326 \family default
13327  optional ist.
13328  
13329 \emph on
13330 l{2pt}
13331 \emph default
13332  zum Beispiel bedeutet, dass die Linie links um 2
13333 \begin_inset space \thinspace{}
13334 \end_inset
13335
13336 pt gekürzt wird.
13337  Ohne Breitenangabe werden die Linien um 0.5
13338 \begin_inset space \thinspace{}
13339 \end_inset
13340
13341 em gekürzt.
13342 \end_layout
13343
13344 \begin_layout Standard
13345 \begin_inset VSpace bigskip
13346 \end_inset
13347
13348 In Tabelle
13349 \begin_inset space ~
13350 \end_inset
13351
13352
13353 \begin_inset CommandInset ref
13354 LatexCommand ref
13355 reference "tab:Formale-Tabelle"
13356
13357 \end_inset
13358
13359  wurden die Befehle
13360 \end_layout
13361
13362 \begin_layout Standard
13363
13364 \series bold
13365
13366 \backslash
13367 cmidrule(r){2-2}
13368 \backslash
13369 cmidrule(l){3-4}
13370 \end_layout
13371
13372 \begin_layout Standard
13373 am Anfang der zweiten Zeile und
13374 \end_layout
13375
13376 \begin_layout Standard
13377
13378 \series bold
13379
13380 \backslash
13381 cmidrule(l{10pt}){1-1}
13382 \end_layout
13383
13384 \begin_layout Standard
13385 in der sechsten benutzt.
13386 \end_layout
13387
13388 \begin_layout Standard
13389 \begin_inset VSpace bigskip
13390 \end_inset
13391
13392
13393 \end_layout
13394
13395 \begin_layout Standard
13396 Sie können mit 
13397 \series bold
13398
13399 \backslash
13400 cmidrule
13401 \series default
13402  auch überlappende Linien wie in Tabelle
13403 \begin_inset space ~
13404 \end_inset
13405
13406
13407 \begin_inset CommandInset ref
13408 LatexCommand ref
13409 reference "tab:Special-booktabs-table"
13410
13411 \end_inset
13412
13413  definieren.
13414  Der Befehl ist:
13415 \end_layout
13416
13417 \begin_layout Standard
13418
13419 \series bold
13420
13421 \backslash
13422 morecmidrules
13423 \end_layout
13424
13425 \begin_layout Standard
13426 In Zeile zwei der Tabelle
13427 \begin_inset space ~
13428 \end_inset
13429
13430
13431 \begin_inset CommandInset ref
13432 LatexCommand ref
13433 reference "tab:Special-booktabs-table"
13434
13435 \end_inset
13436
13437  wurde folgender Befehl benutzt:
13438 \end_layout
13439
13440 \begin_layout Standard
13441
13442 \series bold
13443
13444 \backslash
13445 cmidrule(r){2-2}
13446 \backslash
13447 cmidrule(l){3-4}
13448 \backslash
13449 morecmidrules
13450 \begin_inset Newline newline
13451 \end_inset
13452
13453
13454 \backslash
13455 cmidrule{2-4}
13456 \end_layout
13457
13458 \begin_layout Standard
13459 und in Zeile sechs:
13460 \end_layout
13461
13462 \begin_layout Standard
13463
13464 \series bold
13465
13466 \backslash
13467 midrule
13468 \backslash
13469 morecmidrules
13470 \backslash
13471 cmidrule{3-4}
13472 \end_layout
13473
13474 \begin_layout Standard
13475 \begin_inset VSpace bigskip
13476 \end_inset
13477
13478
13479 \end_layout
13480
13481 \begin_layout Standard
13482 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13483  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13484 \end_layout
13485
13486 \begin_layout Standard
13487
13488 \series bold
13489
13490 \backslash
13491 specialrule{Dicke}{Abstand davor}{Abstand danach}
13492 \end_layout
13493
13494 \begin_layout Standard
13495 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13496 \series bold
13497 booktabs
13498 \series default
13499  
13500 \begin_inset CommandInset citation
13501 LatexCommand cite
13502 key "booktabs"
13503
13504 \end_inset
13505
13506 .
13507 \begin_inset Index
13508 status collapsed
13509
13510 \begin_layout Plain Layout
13511 LaTeX-Pakete ! booktabs
13512 \end_layout
13513
13514 \end_inset
13515
13516
13517 \end_layout
13518
13519 \begin_layout Standard
13520 \begin_inset Float table
13521 placement h
13522 wide false
13523 sideways false
13524 status open
13525
13526 \begin_layout Plain Layout
13527 \begin_inset Caption
13528
13529 \begin_layout Plain Layout
13530 \begin_inset CommandInset label
13531 LatexCommand label
13532 name "tab:Special-booktabs-table"
13533
13534 \end_inset
13535
13536 Eine spezielle formale Tabelle
13537 \end_layout
13538
13539 \end_inset
13540
13541
13542 \end_layout
13543
13544 \begin_layout Plain Layout
13545 \align center
13546 \begin_inset Tabular
13547 <lyxtabular version="3" rows="8" columns="4">
13548 <features booktabs="true">
13549 <column alignment="center" valignment="top" width="0">
13550 <column alignment="center" valignment="top" width="0">
13551 <column alignment="right" valignment="top" width="0">
13552 <column alignment="right" valignment="top" width="0">
13553 <row>
13554 <cell alignment="center" valignment="top" topline="true" usebox="none">
13555 \begin_inset Text
13556
13557 \begin_layout Plain Layout
13558 System
13559 \end_layout
13560
13561 \end_inset
13562 </cell>
13563 <cell alignment="center" valignment="top" topline="true" usebox="none">
13564 \begin_inset Text
13565
13566 \begin_layout Plain Layout
13567 Medipix
13568 \begin_inset space \thinspace{}
13569 \end_inset
13570
13571 1
13572 \end_layout
13573
13574 \end_inset
13575 </cell>
13576 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13577 \begin_inset Text
13578
13579 \begin_layout Plain Layout
13580 Medipix
13581 \begin_inset space \thinspace{}
13582 \end_inset
13583
13584 2
13585 \end_layout
13586
13587 \end_inset
13588 </cell>
13589 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13590 \begin_inset Text
13591
13592 \begin_layout Plain Layout
13593
13594 \end_layout
13595
13596 \end_inset
13597 </cell>
13598 </row>
13599 <row>
13600 <cell alignment="center" valignment="top" usebox="none">
13601 \begin_inset Text
13602
13603 \begin_layout Plain Layout
13604 \begin_inset ERT
13605 status collapsed
13606
13607 \begin_layout Plain Layout
13608
13609
13610 \backslash
13611 cmidrule(r){2-2}
13612 \end_layout
13613
13614 \end_inset
13615
13616
13617 \begin_inset ERT
13618 status collapsed
13619
13620 \begin_layout Plain Layout
13621
13622
13623 \backslash
13624 cmidrule(l){3-4}
13625 \end_layout
13626
13627 \end_inset
13628
13629
13630 \begin_inset ERT
13631 status collapsed
13632
13633 \begin_layout Plain Layout
13634
13635
13636 \backslash
13637 morecmidrules 
13638 \end_layout
13639
13640 \end_inset
13641
13642
13643 \begin_inset ERT
13644 status collapsed
13645
13646 \begin_layout Plain Layout
13647
13648
13649 \backslash
13650 cmidrule{2-4}
13651 \end_layout
13652
13653 \end_inset
13654
13655 Detektordicke  [µm]
13656 \end_layout
13657
13658 \end_inset
13659 </cell>
13660 <cell alignment="center" valignment="top" usebox="none">
13661 \begin_inset Text
13662
13663 \begin_layout Plain Layout
13664 300
13665 \end_layout
13666
13667 \end_inset
13668 </cell>
13669 <cell alignment="center" valignment="top" usebox="none">
13670 \begin_inset Text
13671
13672 \begin_layout Plain Layout
13673 300
13674 \end_layout
13675
13676 \end_inset
13677 </cell>
13678 <cell alignment="center" valignment="top" usebox="none">
13679 \begin_inset Text
13680
13681 \begin_layout Plain Layout
13682 700
13683 \end_layout
13684
13685 \end_inset
13686 </cell>
13687 </row>
13688 <row>
13689 <cell alignment="center" valignment="top" topline="true" usebox="none">
13690 \begin_inset Text
13691
13692 \begin_layout Plain Layout
13693 Kantenwinkel [°]
13694 \end_layout
13695
13696 \end_inset
13697 </cell>
13698 <cell alignment="center" valignment="top" topline="true" usebox="none">
13699 \begin_inset Text
13700
13701 \begin_layout Plain Layout
13702 3,55
13703 \end_layout
13704
13705 \end_inset
13706 </cell>
13707 <cell alignment="center" valignment="top" topline="true" usebox="none">
13708 \begin_inset Text
13709
13710 \begin_layout Plain Layout
13711 2,71
13712 \end_layout
13713
13714 \end_inset
13715 </cell>
13716 <cell alignment="center" valignment="top" topline="true" usebox="none">
13717 \begin_inset Text
13718
13719 \begin_layout Plain Layout
13720 7,99
13721 \end_layout
13722
13723 \end_inset
13724 </cell>
13725 </row>
13726 <row topspace="default">
13727 <cell alignment="center" valignment="top" usebox="none">
13728 \begin_inset Text
13729
13730 \begin_layout Plain Layout
13731 räumliche Auf\SpecialChar \textcompwordmark{}
13732 lösung [µm]
13733 \end_layout
13734
13735 \end_inset
13736 </cell>
13737 <cell alignment="center" valignment="top" usebox="none">
13738 \begin_inset Text
13739
13740 \begin_layout Plain Layout
13741 4,26
13742 \end_layout
13743
13744 \end_inset
13745 </cell>
13746 <cell alignment="center" valignment="top" usebox="none">
13747 \begin_inset Text
13748
13749 \begin_layout Plain Layout
13750 10,17
13751 \end_layout
13752
13753 \end_inset
13754 </cell>
13755 <cell alignment="center" valignment="top" usebox="none">
13756 \begin_inset Text
13757
13758 \begin_layout Plain Layout
13759 10,56
13760 \end_layout
13761
13762 \end_inset
13763 </cell>
13764 </row>
13765 <row topspace="default">
13766 <cell alignment="center" valignment="top" usebox="none">
13767 \begin_inset Text
13768
13769 \begin_layout Plain Layout
13770 MTF bei 
13771 \begin_inset Formula $f_{\mathrm{max}}$
13772 \end_inset
13773
13774
13775 \end_layout
13776
13777 \end_inset
13778 </cell>
13779 <cell alignment="center" valignment="top" usebox="none">
13780 \begin_inset Text
13781
13782 \begin_layout Plain Layout
13783 0,53
13784 \end_layout
13785
13786 \end_inset
13787 </cell>
13788 <cell alignment="center" valignment="top" usebox="none">
13789 \begin_inset Text
13790
13791 \begin_layout Plain Layout
13792 0,37
13793 \end_layout
13794
13795 \end_inset
13796 </cell>
13797 <cell alignment="center" valignment="top" usebox="none">
13798 \begin_inset Text
13799
13800 \begin_layout Plain Layout
13801 0,39
13802 \end_layout
13803
13804 \end_inset
13805 </cell>
13806 </row>
13807 <row>
13808 <cell alignment="center" valignment="top" topline="true" usebox="none">
13809 \begin_inset Text
13810
13811 \begin_layout Plain Layout
13812 \begin_inset ERT
13813 status collapsed
13814
13815 \begin_layout Plain Layout
13816
13817
13818 \backslash
13819 morecmidrules 
13820 \end_layout
13821
13822 \end_inset
13823
13824
13825 \begin_inset ERT
13826 status collapsed
13827
13828 \begin_layout Plain Layout
13829
13830
13831 \backslash
13832 cmidrule{3-4}
13833 \end_layout
13834
13835 \end_inset
13836
13837 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
13838 lösung
13839 \end_layout
13840
13841 \end_inset
13842 </cell>
13843 <cell alignment="center" valignment="top" topline="true" usebox="none">
13844 \begin_inset Text
13845
13846 \begin_layout Plain Layout
13847
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 <cell alignment="center" valignment="top" topline="true" usebox="none">
13853 \begin_inset Text
13854
13855 \begin_layout Plain Layout
13856
13857 \end_layout
13858
13859 \end_inset
13860 </cell>
13861 <cell alignment="center" valignment="top" topline="true" usebox="none">
13862 \begin_inset Text
13863
13864 \begin_layout Plain Layout
13865
13866 \end_layout
13867
13868 \end_inset
13869 </cell>
13870 </row>
13871 <row>
13872 <cell alignment="center" valignment="top" usebox="none">
13873 \begin_inset Text
13874
13875 \begin_layout Plain Layout
13876 in µm
13877 \end_layout
13878
13879 \end_inset
13880 </cell>
13881 <cell alignment="center" valignment="top" usebox="none">
13882 \begin_inset Text
13883
13884 \begin_layout Plain Layout
13885 129,7
13886 \end_layout
13887
13888 \end_inset
13889 </cell>
13890 <cell alignment="center" valignment="top" usebox="none">
13891 \begin_inset Text
13892
13893 \begin_layout Plain Layout
13894 52,75
13895 \end_layout
13896
13897 \end_inset
13898 </cell>
13899 <cell alignment="center" valignment="top" usebox="none">
13900 \begin_inset Text
13901
13902 \begin_layout Plain Layout
13903 50,78
13904 \end_layout
13905
13906 \end_inset
13907 </cell>
13908 </row>
13909 <row>
13910 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13911 \begin_inset Text
13912
13913 \begin_layout Plain Layout
13914 in % der Pixelgröße
13915 \end_layout
13916
13917 \end_inset
13918 </cell>
13919 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13920 \begin_inset Text
13921
13922 \begin_layout Plain Layout
13923 76,3
13924 \end_layout
13925
13926 \end_inset
13927 </cell>
13928 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13929 \begin_inset Text
13930
13931 \begin_layout Plain Layout
13932 95,9
13933 \end_layout
13934
13935 \end_inset
13936 </cell>
13937 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13938 \begin_inset Text
13939
13940 \begin_layout Plain Layout
13941 92,3
13942 \end_layout
13943
13944 \end_inset
13945 </cell>
13946 </row>
13947 </lyxtabular>
13948
13949 \end_inset
13950
13951
13952 \end_layout
13953
13954 \end_inset
13955
13956
13957 \end_layout
13958
13959 \begin_layout Section
13960 Vertikale Tabellen-Ausrichtung
13961 \begin_inset Index
13962 status collapsed
13963
13964 \begin_layout Plain Layout
13965 Tabellen ! Ausrichtung
13966 \end_layout
13967
13968 \end_inset
13969
13970
13971 \end_layout
13972
13973 \begin_layout Standard
13974 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
13975  einer Box sein.
13976  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
13977 \begin_inset space ~
13978 \end_inset
13979
13980
13981 \begin_inset CommandInset ref
13982 LatexCommand ref
13983 reference "abs:Box-Dialog"
13984
13985 \end_inset
13986
13987  beschrieben.
13988 \end_layout
13989
13990 \begin_layout Standard
13991 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
13992 \begin_inset Foot
13993 status collapsed
13994
13995 \begin_layout Plain Layout
13996 Minipages werden in Abschnitt
13997 \begin_inset space ~
13998 \end_inset
13999
14000
14001 \begin_inset CommandInset ref
14002 LatexCommand ref
14003 reference "abs:Minipage"
14004
14005 \end_inset
14006
14007  beschrieben.
14008 \end_layout
14009
14010 \end_inset
14011
14012  mit 15
14013 \begin_inset space \thinspace{}
14014 \end_inset
14015
14016 col%-Breite:
14017 \end_layout
14018
14019 \begin_layout Itemize
14020 Test 
14021 \begin_inset Box Frameless
14022 position "t"
14023 hor_pos "c"
14024 has_inner_box 1
14025 inner_pos "c"
14026 use_parbox 0
14027 width "15col%"
14028 special "none"
14029 height "1in"
14030 height_special "totalheight"
14031 status collapsed
14032
14033 \begin_layout Plain Layout
14034 \begin_inset Tabular
14035 <lyxtabular version="3" rows="3" columns="3">
14036 <features>
14037 <column alignment="center" valignment="top" width="0">
14038 <column alignment="center" valignment="top" width="0">
14039 <column alignment="center" valignment="top" width="0">
14040 <row>
14041 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14042 \begin_inset Text
14043
14044 \begin_layout Plain Layout
14045 Tabelle 1
14046 \end_layout
14047
14048 \end_inset
14049 </cell>
14050 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14051 \begin_inset Text
14052
14053 \begin_layout Plain Layout
14054
14055 \end_layout
14056
14057 \end_inset
14058 </cell>
14059 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14060 \begin_inset Text
14061
14062 \begin_layout Plain Layout
14063
14064 \end_layout
14065
14066 \end_inset
14067 </cell>
14068 </row>
14069 <row>
14070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14071 \begin_inset Text
14072
14073 \begin_layout Plain Layout
14074 b
14075 \end_layout
14076
14077 \end_inset
14078 </cell>
14079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14080 \begin_inset Text
14081
14082 \begin_layout Plain Layout
14083 e
14084 \end_layout
14085
14086 \end_inset
14087 </cell>
14088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14089 \begin_inset Text
14090
14091 \begin_layout Plain Layout
14092 h
14093 \end_layout
14094
14095 \end_inset
14096 </cell>
14097 </row>
14098 <row>
14099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14100 \begin_inset Text
14101
14102 \begin_layout Plain Layout
14103 c
14104 \end_layout
14105
14106 \end_inset
14107 </cell>
14108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14109 \begin_inset Text
14110
14111 \begin_layout Plain Layout
14112 f
14113 \end_layout
14114
14115 \end_inset
14116 </cell>
14117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14118 \begin_inset Text
14119
14120 \begin_layout Plain Layout
14121 i
14122 \end_layout
14123
14124 \end_inset
14125 </cell>
14126 </row>
14127 </lyxtabular>
14128
14129 \end_inset
14130
14131
14132 \end_layout
14133
14134 \end_inset
14135
14136  Test 
14137 \begin_inset ERT
14138 status collapsed
14139
14140 \begin_layout Plain Layout
14141
14142
14143 \backslash
14144 raisebox{0.85
14145 \backslash
14146 baselineskip}{
14147 \end_layout
14148
14149 \end_inset
14150
14151
14152 \begin_inset Box Frameless
14153 position "t"
14154 hor_pos "c"
14155 has_inner_box 1
14156 inner_pos "c"
14157 use_parbox 0
14158 width "15col%"
14159 special "none"
14160 height "1in"
14161 height_special "totalheight"
14162 status collapsed
14163
14164 \begin_layout Plain Layout
14165 \begin_inset Tabular
14166 <lyxtabular version="3" rows="3" columns="3">
14167 <features>
14168 <column alignment="center" valignment="top" width="0">
14169 <column alignment="center" valignment="top" width="0">
14170 <column alignment="center" valignment="top" width="0">
14171 <row>
14172 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14173 \begin_inset Text
14174
14175 \begin_layout Plain Layout
14176 Tabelle 2
14177 \end_layout
14178
14179 \end_inset
14180 </cell>
14181 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14182 \begin_inset Text
14183
14184 \begin_layout Plain Layout
14185
14186 \end_layout
14187
14188 \end_inset
14189 </cell>
14190 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14191 \begin_inset Text
14192
14193 \begin_layout Plain Layout
14194
14195 \end_layout
14196
14197 \end_inset
14198 </cell>
14199 </row>
14200 <row>
14201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14202 \begin_inset Text
14203
14204 \begin_layout Plain Layout
14205 b
14206 \end_layout
14207
14208 \end_inset
14209 </cell>
14210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14211 \begin_inset Text
14212
14213 \begin_layout Plain Layout
14214 e
14215 \end_layout
14216
14217 \end_inset
14218 </cell>
14219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14220 \begin_inset Text
14221
14222 \begin_layout Plain Layout
14223 h
14224 \end_layout
14225
14226 \end_inset
14227 </cell>
14228 </row>
14229 <row>
14230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14231 \begin_inset Text
14232
14233 \begin_layout Plain Layout
14234 c
14235 \end_layout
14236
14237 \end_inset
14238 </cell>
14239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14240 \begin_inset Text
14241
14242 \begin_layout Plain Layout
14243 f
14244 \end_layout
14245
14246 \end_inset
14247 </cell>
14248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14249 \begin_inset Text
14250
14251 \begin_layout Plain Layout
14252 i
14253 \end_layout
14254
14255 \end_inset
14256 </cell>
14257 </row>
14258 </lyxtabular>
14259
14260 \end_inset
14261
14262
14263 \end_layout
14264
14265 \end_inset
14266
14267
14268 \begin_inset ERT
14269 status collapsed
14270
14271 \begin_layout Plain Layout
14272
14273 }
14274 \end_layout
14275
14276 \end_inset
14277
14278
14279 \end_layout
14280
14281 \begin_layout Itemize
14282 Test 
14283 \begin_inset Box Frameless
14284 position "c"
14285 hor_pos "c"
14286 has_inner_box 1
14287 inner_pos "c"
14288 use_parbox 0
14289 width "15col%"
14290 special "none"
14291 height "1in"
14292 height_special "totalheight"
14293 status collapsed
14294
14295 \begin_layout Plain Layout
14296 \begin_inset Tabular
14297 <lyxtabular version="3" rows="3" columns="3">
14298 <features>
14299 <column alignment="center" valignment="top" width="0">
14300 <column alignment="center" valignment="top" width="0">
14301 <column alignment="center" valignment="top" width="0">
14302 <row>
14303 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14304 \begin_inset Text
14305
14306 \begin_layout Plain Layout
14307 Tabelle 3
14308 \end_layout
14309
14310 \end_inset
14311 </cell>
14312 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14313 \begin_inset Text
14314
14315 \begin_layout Plain Layout
14316
14317 \end_layout
14318
14319 \end_inset
14320 </cell>
14321 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14322 \begin_inset Text
14323
14324 \begin_layout Plain Layout
14325
14326 \end_layout
14327
14328 \end_inset
14329 </cell>
14330 </row>
14331 <row>
14332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14333 \begin_inset Text
14334
14335 \begin_layout Plain Layout
14336 b
14337 \end_layout
14338
14339 \end_inset
14340 </cell>
14341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14342 \begin_inset Text
14343
14344 \begin_layout Plain Layout
14345 e
14346 \end_layout
14347
14348 \end_inset
14349 </cell>
14350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14351 \begin_inset Text
14352
14353 \begin_layout Plain Layout
14354 h
14355 \end_layout
14356
14357 \end_inset
14358 </cell>
14359 </row>
14360 <row>
14361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14362 \begin_inset Text
14363
14364 \begin_layout Plain Layout
14365 c
14366 \end_layout
14367
14368 \end_inset
14369 </cell>
14370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14371 \begin_inset Text
14372
14373 \begin_layout Plain Layout
14374 f
14375 \end_layout
14376
14377 \end_inset
14378 </cell>
14379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14380 \begin_inset Text
14381
14382 \begin_layout Plain Layout
14383 i
14384 \end_layout
14385
14386 \end_inset
14387 </cell>
14388 </row>
14389 </lyxtabular>
14390
14391 \end_inset
14392
14393
14394 \end_layout
14395
14396 \end_inset
14397
14398
14399 \end_layout
14400
14401 \begin_layout Itemize
14402 Test 
14403 \begin_inset Box Frameless
14404 position "b"
14405 hor_pos "c"
14406 has_inner_box 1
14407 inner_pos "c"
14408 use_parbox 0
14409 width "15col%"
14410 special "none"
14411 height "1in"
14412 height_special "totalheight"
14413 status collapsed
14414
14415 \begin_layout Plain Layout
14416 \begin_inset Tabular
14417 <lyxtabular version="3" rows="3" columns="3">
14418 <features>
14419 <column alignment="center" valignment="top" width="0">
14420 <column alignment="center" valignment="top" width="0">
14421 <column alignment="center" valignment="top" width="0">
14422 <row>
14423 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14424 \begin_inset Text
14425
14426 \begin_layout Plain Layout
14427 Tabelle 4
14428 \end_layout
14429
14430 \end_inset
14431 </cell>
14432 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14433 \begin_inset Text
14434
14435 \begin_layout Plain Layout
14436
14437 \end_layout
14438
14439 \end_inset
14440 </cell>
14441 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14442 \begin_inset Text
14443
14444 \begin_layout Plain Layout
14445
14446 \end_layout
14447
14448 \end_inset
14449 </cell>
14450 </row>
14451 <row>
14452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14453 \begin_inset Text
14454
14455 \begin_layout Plain Layout
14456 b
14457 \end_layout
14458
14459 \end_inset
14460 </cell>
14461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14462 \begin_inset Text
14463
14464 \begin_layout Plain Layout
14465 e
14466 \end_layout
14467
14468 \end_inset
14469 </cell>
14470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14471 \begin_inset Text
14472
14473 \begin_layout Plain Layout
14474 h
14475 \end_layout
14476
14477 \end_inset
14478 </cell>
14479 </row>
14480 <row>
14481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14482 \begin_inset Text
14483
14484 \begin_layout Plain Layout
14485 c
14486 \end_layout
14487
14488 \end_inset
14489 </cell>
14490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14491 \begin_inset Text
14492
14493 \begin_layout Plain Layout
14494 f
14495 \end_layout
14496
14497 \end_inset
14498 </cell>
14499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14500 \begin_inset Text
14501
14502 \begin_layout Plain Layout
14503 i
14504 \end_layout
14505
14506 \end_inset
14507 </cell>
14508 </row>
14509 </lyxtabular>
14510
14511 \end_inset
14512
14513
14514 \end_layout
14515
14516 \end_inset
14517
14518 Test 
14519 \begin_inset ERT
14520 status collapsed
14521
14522 \begin_layout Plain Layout
14523
14524
14525 \backslash
14526 raisebox{-0.32
14527 \backslash
14528 baselineskip}{
14529 \end_layout
14530
14531 \end_inset
14532
14533
14534 \begin_inset Box Frameless
14535 position "b"
14536 hor_pos "c"
14537 has_inner_box 1
14538 inner_pos "c"
14539 use_parbox 0
14540 width "15col%"
14541 special "none"
14542 height "1in"
14543 height_special "totalheight"
14544 status collapsed
14545
14546 \begin_layout Plain Layout
14547 \begin_inset Tabular
14548 <lyxtabular version="3" rows="3" columns="3">
14549 <features>
14550 <column alignment="center" valignment="top" width="0">
14551 <column alignment="center" valignment="top" width="0">
14552 <column alignment="center" valignment="top" width="0">
14553 <row>
14554 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14555 \begin_inset Text
14556
14557 \begin_layout Plain Layout
14558 Tabelle 5
14559 \end_layout
14560
14561 \end_inset
14562 </cell>
14563 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14564 \begin_inset Text
14565
14566 \begin_layout Plain Layout
14567
14568 \end_layout
14569
14570 \end_inset
14571 </cell>
14572 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14573 \begin_inset Text
14574
14575 \begin_layout Plain Layout
14576
14577 \end_layout
14578
14579 \end_inset
14580 </cell>
14581 </row>
14582 <row>
14583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14584 \begin_inset Text
14585
14586 \begin_layout Plain Layout
14587 b
14588 \end_layout
14589
14590 \end_inset
14591 </cell>
14592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14593 \begin_inset Text
14594
14595 \begin_layout Plain Layout
14596 e
14597 \end_layout
14598
14599 \end_inset
14600 </cell>
14601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14602 \begin_inset Text
14603
14604 \begin_layout Plain Layout
14605 h
14606 \end_layout
14607
14608 \end_inset
14609 </cell>
14610 </row>
14611 <row>
14612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14613 \begin_inset Text
14614
14615 \begin_layout Plain Layout
14616 c
14617 \end_layout
14618
14619 \end_inset
14620 </cell>
14621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14622 \begin_inset Text
14623
14624 \begin_layout Plain Layout
14625 f
14626 \end_layout
14627
14628 \end_inset
14629 </cell>
14630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14631 \begin_inset Text
14632
14633 \begin_layout Plain Layout
14634 i
14635 \end_layout
14636
14637 \end_inset
14638 </cell>
14639 </row>
14640 </lyxtabular>
14641
14642 \end_inset
14643
14644
14645 \end_layout
14646
14647 \end_inset
14648
14649
14650 \begin_inset ERT
14651 status collapsed
14652
14653 \begin_layout Plain Layout
14654
14655 }
14656 \end_layout
14657
14658 \end_inset
14659
14660
14661 \end_layout
14662
14663 \begin_layout Standard
14664 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
14665 \begin_inset space \space{}
14666 \end_inset
14667
14668 1 und letzten Zeile von Tabelle
14669 \begin_inset space \space{}
14670 \end_inset
14671
14672 4 bezüglich dem Wort 
14673 \begin_inset Quotes gld
14674 \end_inset
14675
14676 Test
14677 \begin_inset Quotes grd
14678 \end_inset
14679
14680  nicht richtig ausgerichtet.
14681  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14682 \begin_inset Quotes gld
14683 \end_inset
14684
14685 Raisebox
14686 \begin_inset Quotes grd
14687 \end_inset
14688
14689
14690 \begin_inset Foot
14691 status collapsed
14692
14693 \begin_layout Plain Layout
14694 Raiseboxen werden in Abschnitt
14695 \begin_inset space ~
14696 \end_inset
14697
14698
14699 \begin_inset CommandInset ref
14700 LatexCommand ref
14701 reference "uab:Vertikale-Ausrichtung"
14702
14703 \end_inset
14704
14705  beschrieben.
14706 \end_layout
14707
14708 \end_inset
14709
14710  setzen.
14711  In Tabelle
14712 \begin_inset space \space{}
14713 \end_inset
14714
14715 2 wurde der Text mit dem Befehl
14716 \end_layout
14717
14718 \begin_layout Standard
14719
14720 \series bold
14721
14722 \backslash
14723 raisebox{0.85
14724 \backslash
14725 baselineskip}{
14726 \end_layout
14727
14728 \begin_layout Standard
14729 vor der Box ausgerichtet.
14730  Hinter der Box wurde auch noch 
14731 \series bold
14732 }
14733 \series default
14734  als TeX-Code eingefügt, weil der obige Befehl mit 
14735 \series bold
14736 {
14737 \series default
14738  aufhörte.
14739  Für Tabelle
14740 \begin_inset space \space{}
14741 \end_inset
14742
14743 5 wurde der Befehl
14744 \end_layout
14745
14746 \begin_layout Standard
14747
14748 \series bold
14749
14750 \backslash
14751 raisebox{-0.32
14752 \backslash
14753 baselineskip}{
14754 \end_layout
14755
14756 \begin_layout Standard
14757 benutzt.
14758 \end_layout
14759
14760 \begin_layout Standard
14761 \begin_inset Note Greyedout
14762 status open
14763
14764 \begin_layout Plain Layout
14765
14766 \series bold
14767 Bemerkung:
14768 \series default
14769  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14770  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14771  Der Faktor im 
14772 \series bold
14773
14774 \backslash
14775 raisebox
14776 \series default
14777 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14778 \end_layout
14779
14780 \end_inset
14781
14782
14783 \end_layout
14784
14785 \begin_layout Section
14786 Farbige Tabellen
14787 \begin_inset CommandInset label
14788 LatexCommand label
14789 name "abs:Farbige-Tabellen"
14790
14791 \end_inset
14792
14793
14794 \begin_inset Index
14795 status collapsed
14796
14797 \begin_layout Plain Layout
14798 Tabellen ! farbige
14799 \end_layout
14800
14801 \end_inset
14802
14803
14804 \end_layout
14805
14806 \begin_layout Subsection
14807 Farbige Zellen
14808 \begin_inset Index
14809 status collapsed
14810
14811 \begin_layout Plain Layout
14812 farbige !  Tabellenzellen
14813 \end_layout
14814
14815 \end_inset
14816
14817
14818 \end_layout
14819
14820 \begin_layout Standard
14821 \begin_inset Float table
14822 placement h
14823 wide false
14824 sideways false
14825 status open
14826
14827 \begin_layout Plain Layout
14828 \begin_inset Caption
14829
14830 \begin_layout Plain Layout
14831 \begin_inset CommandInset label
14832 LatexCommand label
14833 name "tab:Farbige-Tabelle-ohne"
14834
14835 \end_inset
14836
14837 Farbige Tabelle, ohne Paket 
14838 \series bold
14839 colortbl
14840 \series default
14841
14842 \begin_inset OptArg
14843 status collapsed
14844
14845 \begin_layout Plain Layout
14846 Tabelle ohne 
14847 \family typewriter
14848 colortbl
14849 \end_layout
14850
14851 \end_inset
14852
14853
14854 \end_layout
14855
14856 \end_inset
14857
14858
14859 \end_layout
14860
14861 \begin_layout Plain Layout
14862 \align center
14863 \begin_inset Tabular
14864 <lyxtabular version="3" rows="3" columns="3">
14865 <features>
14866 <column alignment="center" valignment="top" width="0">
14867 <column alignment="center" valignment="top" width="0">
14868 <column alignment="center" valignment="top" width="0">
14869 <row>
14870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14871 \begin_inset Text
14872
14873 \begin_layout Plain Layout
14874
14875 \color green
14876 a
14877 \end_layout
14878
14879 \end_inset
14880 </cell>
14881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14882 \begin_inset Text
14883
14884 \begin_layout Plain Layout
14885
14886 \color red
14887 b
14888 \end_layout
14889
14890 \end_inset
14891 </cell>
14892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14893 \begin_inset Text
14894
14895 \begin_layout Plain Layout
14896
14897 \color red
14898 c
14899 \end_layout
14900
14901 \end_inset
14902 </cell>
14903 </row>
14904 <row>
14905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14906 \begin_inset Text
14907
14908 \begin_layout Plain Layout
14909
14910 \color green
14911 d
14912 \end_layout
14913
14914 \end_inset
14915 </cell>
14916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14917 \begin_inset Text
14918
14919 \begin_layout Plain Layout
14920
14921 \color blue
14922 e
14923 \end_layout
14924
14925 \end_inset
14926 </cell>
14927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14928 \begin_inset Text
14929
14930 \begin_layout Plain Layout
14931
14932 \color blue
14933 f
14934 \end_layout
14935
14936 \end_inset
14937 </cell>
14938 </row>
14939 <row>
14940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14941 \begin_inset Text
14942
14943 \begin_layout Plain Layout
14944
14945 \color green
14946 g
14947 \end_layout
14948
14949 \end_inset
14950 </cell>
14951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14952 \begin_inset Text
14953
14954 \begin_layout Plain Layout
14955
14956 \color blue
14957 h
14958 \end_layout
14959
14960 \end_inset
14961 </cell>
14962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14963 \begin_inset Text
14964
14965 \begin_layout Plain Layout
14966
14967 \color blue
14968 i
14969 \end_layout
14970
14971 \end_inset
14972 </cell>
14973 </row>
14974 </lyxtabular>
14975
14976 \end_inset
14977
14978
14979 \end_layout
14980
14981 \end_inset
14982
14983
14984 \end_layout
14985
14986 \begin_layout Standard
14987 \begin_inset CommandInset label
14988 LatexCommand label
14989 name "Wenn-Sie-nur"
14990
14991 \end_inset
14992
14993 Wenn Sie nur farbigen Text
14994 \begin_inset Index
14995 status collapsed
14996
14997 \begin_layout Plain Layout
14998 Farbe ! für Text
14999 \end_layout
15000
15001 \end_inset
15002
15003  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15004  auf den Werkzeugleistenknopf 
15005 \begin_inset Graphics
15006         filename ../../images/dialog-show_character.png
15007         scale 70
15008         scaleBeforeRotation
15009         BoundingBox 0bp 0bp 20bp 20bp
15010
15011 \end_inset
15012
15013  oder über das Menü 
15014 \family sans
15015 Bearbeiten\SpecialChar \menuseparator
15016 Textstil\SpecialChar \menuseparator
15017 Benutzerdefiniert
15018 \family default
15019  mit dem 
15020 \family sans
15021 Textstil
15022 \family default
15023 -Dialog wie es in Tabelle
15024 \begin_inset space ~
15025 \end_inset
15026
15027
15028 \begin_inset CommandInset ref
15029 LatexCommand ref
15030 reference "tab:Farbige-Tabelle-ohne"
15031
15032 \end_inset
15033
15034  gemacht wurde.
15035  In anderen Fällen müssen Sie das LaTeX-Paket 
15036 \series bold
15037 colortbl
15038 \series default
15039  benutzen.
15040 \begin_inset Index
15041 status collapsed
15042
15043 \begin_layout Plain Layout
15044 LaTeX-Pakete ! colortbl
15045 \end_layout
15046
15047 \end_inset
15048
15049
15050 \end_layout
15051
15052 \begin_layout Standard
15053 \begin_inset ERT
15054 status collapsed
15055
15056 \begin_layout Plain Layout
15057
15058
15059 \backslash
15060 ifcolortbl
15061 \end_layout
15062
15063 \end_inset
15064
15065
15066 \begin_inset Note Note
15067 status open
15068
15069 \begin_layout Plain Layout
15070 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15071 \series bold
15072 colortbl
15073 \series default
15074  installiert ist.
15075 \end_layout
15076
15077 \end_inset
15078
15079
15080 \end_layout
15081
15082 \begin_layout Standard
15083 Um farbige Tabellen zu erzeugen, muss 
15084 \series bold
15085 colortbl
15086 \series default
15087  im LaTeX-Vorspann geladen werden:
15088 \end_layout
15089
15090 \begin_layout Standard
15091
15092 \series bold
15093
15094 \backslash
15095 usepackage{colortbl}
15096 \end_layout
15097
15098 \begin_layout Standard
15099 Die Farbe einer Spalte ändert man dann mit dem Befehl
15100 \end_layout
15101
15102 \begin_layout Standard
15103
15104 \series bold
15105
15106 \backslash
15107 columncolor{Farbname}
15108 \end_layout
15109
15110 \begin_layout Standard
15111 innerhalb des Befehls 
15112 \series bold
15113 >{}
15114 \series default
15115 .
15116  Mehr über den Befehl 
15117 \series bold
15118 >{}
15119 \series default
15120  finden Sie im Abschnitt
15121 \begin_inset space ~
15122 \end_inset
15123
15124
15125 \begin_inset CommandInset ref
15126 LatexCommand ref
15127 reference "uab:Mehrfachspalten-Berechnungen"
15128
15129 \end_inset
15130
15131 .
15132 \end_layout
15133
15134 \begin_layout Standard
15135 Folgende Farbnamen sind vordefiniert:
15136 \end_layout
15137
15138 \begin_layout Standard
15139
15140 \family sans
15141 red
15142 \family default
15143
15144 \family sans
15145 green
15146 \family default
15147
15148 \family sans
15149 yellow
15150 \family default
15151
15152 \family sans
15153 blue
15154 \family default
15155
15156 \family sans
15157 cyan
15158 \family default
15159
15160 \family sans
15161 magenta
15162 \family default
15163
15164 \family sans
15165 black
15166 \family default
15167  und 
15168 \family sans
15169 white
15170 \begin_inset Newline newline
15171 \end_inset
15172
15173 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15174 \family default
15175 und
15176 \family sans
15177  weiß
15178 \family default
15179 ).
15180 \end_layout
15181
15182 \begin_layout Standard
15183 \begin_inset VSpace medskip
15184 \end_inset
15185
15186
15187 \end_layout
15188
15189 \begin_layout Standard
15190 Sie können auch eigene Farben definieren:
15191 \end_layout
15192
15193 \begin_layout Standard
15194
15195 \series bold
15196
15197 \backslash
15198 definecolor{Farbname}{Farbmodell}{Farbwerte}
15199 \end_layout
15200
15201 \begin_layout Standard
15202 Das Farbmodell kann eins der folgenden sein:
15203 \end_layout
15204
15205 \begin_layout Labeling
15206 \labelwidthstring 00.00.0000
15207 cmyk: cyan, magenta, yellow, black
15208 \end_layout
15209
15210 \begin_layout Labeling
15211 \labelwidthstring 00.00.0000
15212 rgb: red, green blue
15213 \end_layout
15214
15215 \begin_layout Labeling
15216 \labelwidthstring 00.00.0000
15217 gray: gray
15218 \end_layout
15219
15220 \begin_layout Standard
15221 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15222  die die entsprechende Farbe für das Farbmodell beschreiben.
15223 \end_layout
15224
15225 \begin_layout Standard
15226 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15227 \emph on
15228
15229 \begin_inset Quotes gld
15230 \end_inset
15231
15232 dunkelgruen
15233 \emph default
15234
15235 \begin_inset Quotes grd
15236 \end_inset
15237
15238  und 
15239 \begin_inset Quotes gld
15240 \end_inset
15241
15242
15243 \emph on
15244 hellgrau
15245 \emph default
15246
15247 \begin_inset Quotes grd
15248 \end_inset
15249
15250  folgendermaßen definieren:
15251 \end_layout
15252
15253 \begin_layout Standard
15254
15255 \series bold
15256
15257 \backslash
15258 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15259 \end_layout
15260
15261 \begin_layout Standard
15262
15263 \series bold
15264
15265 \backslash
15266 definecolor{hellgrau}{gray}{0.8}
15267 \end_layout
15268
15269 \begin_layout Standard
15270 \begin_inset VSpace medskip
15271 \end_inset
15272
15273
15274 \end_layout
15275
15276 \begin_layout Standard
15277 Linien werden mit dem Befehl
15278 \end_layout
15279
15280 \begin_layout Standard
15281
15282 \series bold
15283
15284 \backslash
15285 rowcolor{Farbname}
15286 \end_layout
15287
15288 \begin_layout Standard
15289 gefärbt, Zellen mit dem Befehl
15290 \end_layout
15291
15292 \begin_layout Standard
15293
15294 \series bold
15295
15296 \backslash
15297 cellcolor{Farbname}
15298 \end_layout
15299
15300 \begin_layout Standard
15301 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15302 \end_layout
15303
15304 \begin_layout Standard
15305 Um nur Text zu färben, machen Sie es wie 
15306 \begin_inset CommandInset ref
15307 LatexCommand vpageref
15308 reference "Wenn-Sie-nur"
15309
15310 \end_inset
15311
15312  beschrieben.
15313  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15314 \emph on
15315 markieren Sie nur den Text
15316 \emph default
15317 , sonst werden Sie LaTeX-Fehler erzeugen.
15318 \end_layout
15319
15320 \begin_layout Standard
15321 \begin_inset Note Greyedout
15322 status open
15323
15324 \begin_layout Plain Layout
15325
15326 \series bold
15327 Achtung:
15328 \series default
15329  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15330 \end_layout
15331
15332 \end_inset
15333
15334
15335 \end_layout
15336
15337 \begin_layout Standard
15338 \begin_inset VSpace medskip
15339 \end_inset
15340
15341
15342 \end_layout
15343
15344 \begin_layout Standard
15345 Die Tabelle
15346 \begin_inset space ~
15347 \end_inset
15348
15349
15350 \begin_inset CommandInset ref
15351 LatexCommand ref
15352 reference "tab:Table-colored-using"
15353
15354 \end_inset
15355
15356  wurde folgendermaßen erstellt: die erste Spalte soll 
15357 \emph on
15358
15359 \begin_inset Quotes gld
15360 \end_inset
15361
15362 dunkelgruen
15363 \emph default
15364
15365 \begin_inset Quotes grd
15366 \end_inset
15367
15368  werden, also müssen Sie ins 
15369 \family sans
15370 LaTe
15371 \begin_inset ERT
15372 status collapsed
15373
15374 \begin_layout Plain Layout
15375
15376 {}
15377 \end_layout
15378
15379 \end_inset
15380
15381 X-Argument
15382 \family default
15383  der Zellen der ersten Spalte den Befehl
15384 \end_layout
15385
15386 \begin_layout Standard
15387
15388 \series bold
15389 >{
15390 \backslash
15391 columncolor{dunkelgruen}
15392 \backslash
15393 centering}c
15394 \end_layout
15395
15396 \begin_layout Standard
15397 schreiben.
15398  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15399 \end_layout
15400
15401 \begin_layout Standard
15402
15403 \series bold
15404
15405 \backslash
15406 rowcolow{cyan}
15407 \end_layout
15408
15409 \begin_layout Standard
15410 in die erste Zelle der ersten Zeile eingefügt.
15411  Diese Farbe ersetzt die Spaltenfarbe.
15412  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15413  wird mit folgendem Befehl erreicht:
15414 \end_layout
15415
15416 \begin_layout Standard
15417
15418 \series bold
15419
15420 \backslash
15421 cellcolor{magenta}
15422 \end_layout
15423
15424 \begin_layout Standard
15425 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15426 \family sans
15427 Textstil
15428 \family default
15429 -Dialog.
15430 \end_layout
15431
15432 \begin_layout Standard
15433 \begin_inset Float table
15434 placement h
15435 wide false
15436 sideways false
15437 status open
15438
15439 \begin_layout Plain Layout
15440 \begin_inset Caption
15441
15442 \begin_layout Plain Layout
15443 \begin_inset CommandInset label
15444 LatexCommand label
15445 name "tab:Table-colored-using"
15446
15447 \end_inset
15448
15449 Eine mit dem Paket 
15450 \series bold
15451 colortbl
15452 \series default
15453  gefärbte Tabelle
15454 \begin_inset OptArg
15455 status collapsed
15456
15457 \begin_layout Plain Layout
15458 Tabelle mit 
15459 \family typewriter
15460 colortbl
15461 \end_layout
15462
15463 \end_inset
15464
15465
15466 \end_layout
15467
15468 \end_inset
15469
15470
15471 \end_layout
15472
15473 \begin_layout Plain Layout
15474 \align center
15475 \begin_inset Tabular
15476 <lyxtabular version="3" rows="3" columns="3">
15477 <features>
15478 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15479 <column alignment="center" valignment="top" width="0">
15480 <column alignment="center" valignment="top" width="0">
15481 <row>
15482 <cell alignment="center" valignment="top" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486 \begin_inset ERT
15487 status collapsed
15488
15489 \begin_layout Plain Layout
15490
15491
15492 \backslash
15493 rowcolor{cyan}
15494 \end_layout
15495
15496 \end_inset
15497
15498
15499 \color magenta
15500 a
15501 \end_layout
15502
15503 \end_inset
15504 </cell>
15505 <cell alignment="center" valignment="top" usebox="none">
15506 \begin_inset Text
15507
15508 \begin_layout Plain Layout
15509
15510 \color red
15511 b
15512 \end_layout
15513
15514 \end_inset
15515 </cell>
15516 <cell alignment="center" valignment="top" usebox="none">
15517 \begin_inset Text
15518
15519 \begin_layout Plain Layout
15520
15521 \color red
15522 c
15523 \end_layout
15524
15525 \end_inset
15526 </cell>
15527 </row>
15528 <row>
15529 <cell alignment="center" valignment="top" usebox="none">
15530 \begin_inset Text
15531
15532 \begin_layout Plain Layout
15533
15534 \color yellow
15535 d
15536 \end_layout
15537
15538 \end_inset
15539 </cell>
15540 <cell alignment="center" valignment="top" usebox="none">
15541 \begin_inset Text
15542
15543 \begin_layout Plain Layout
15544
15545 \color blue
15546 e
15547 \end_layout
15548
15549 \end_inset
15550 </cell>
15551 <cell alignment="center" valignment="top" usebox="none">
15552 \begin_inset Text
15553
15554 \begin_layout Plain Layout
15555
15556 \color blue
15557 f
15558 \end_layout
15559
15560 \end_inset
15561 </cell>
15562 </row>
15563 <row>
15564 <cell alignment="center" valignment="top" usebox="none">
15565 \begin_inset Text
15566
15567 \begin_layout Plain Layout
15568
15569 \color yellow
15570 g
15571 \end_layout
15572
15573 \end_inset
15574 </cell>
15575 <cell alignment="center" valignment="top" usebox="none">
15576 \begin_inset Text
15577
15578 \begin_layout Plain Layout
15579
15580 \color blue
15581 h
15582 \end_layout
15583
15584 \end_inset
15585 </cell>
15586 <cell alignment="center" valignment="top" usebox="none">
15587 \begin_inset Text
15588
15589 \begin_layout Plain Layout
15590 \begin_inset ERT
15591 status collapsed
15592
15593 \begin_layout Plain Layout
15594
15595
15596 \backslash
15597 cellcolor{magenta}
15598 \end_layout
15599
15600 \end_inset
15601
15602
15603 \color green
15604 i
15605 \end_layout
15606
15607 \end_inset
15608 </cell>
15609 </row>
15610 </lyxtabular>
15611
15612 \end_inset
15613
15614
15615 \end_layout
15616
15617 \end_inset
15618
15619
15620 \end_layout
15621
15622 \begin_layout Standard
15623 \begin_inset ERT
15624 status collapsed
15625
15626 \begin_layout Plain Layout
15627
15628
15629 \backslash
15630 else
15631 \end_layout
15632
15633 \end_inset
15634
15635
15636 \begin_inset Note Note
15637 status open
15638
15639 \begin_layout Plain Layout
15640 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15641 \series bold
15642 colortbl
15643 \series default
15644  nicht installiert ist:
15645 \end_layout
15646
15647 \end_inset
15648
15649
15650 \end_layout
15651
15652 \begin_layout Standard
15653 Sie müssen das LaTeX-Paket 
15654 \series bold
15655 colortbl
15656 \series default
15657  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15658 \end_layout
15659
15660 \begin_layout Standard
15661 \begin_inset ERT
15662 status collapsed
15663
15664 \begin_layout Plain Layout
15665
15666
15667 \backslash
15668 fi
15669 \end_layout
15670
15671 \end_inset
15672
15673
15674 \end_layout
15675
15676 \begin_layout Subsection
15677 Farbige Linien
15678 \begin_inset Index
15679 status collapsed
15680
15681 \begin_layout Plain Layout
15682 farbige !  Tabellenlinien
15683 \end_layout
15684
15685 \end_inset
15686
15687
15688 \end_layout
15689
15690 \begin_layout Standard
15691 Wie in Abschnitt
15692 \begin_inset space ~
15693 \end_inset
15694
15695
15696 \begin_inset CommandInset ref
15697 LatexCommand ref
15698 reference "uab:Liniendicke"
15699
15700 \end_inset
15701
15702  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
15703 \series bold
15704
15705 \backslash
15706 arrayrulewidth
15707 \series default
15708  definiert werden.
15709  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15710 \begin_inset space \thinspace{}
15711 \end_inset
15712
15713 pt gesetzt.
15714 \begin_inset ERT
15715 status collapsed
15716
15717 \begin_layout Plain Layout
15718
15719
15720 \backslash
15721 setlength{
15722 \backslash
15723 arrayrulewidth}{1.5pt}
15724 \end_layout
15725
15726 \end_inset
15727
15728
15729 \end_layout
15730
15731 \begin_layout Standard
15732 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15733 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15734 \begin_inset space ~
15735 \end_inset
15736
15737
15738 \begin_inset CommandInset ref
15739 LatexCommand ref
15740 reference "uab:Angepasste-Zellen-/Spaltenformate"
15741
15742 \end_inset
15743
15744  definiert:
15745 \end_layout
15746
15747 \begin_layout Standard
15748
15749 \series bold
15750
15751 \backslash
15752 newcolumntype{W}{!{
15753 \backslash
15754 color{green}
15755 \backslash
15756 vline}}
15757 \end_layout
15758
15759 \begin_layout Standard
15760 In Tabelle
15761 \begin_inset space ~
15762 \end_inset
15763
15764
15765 \begin_inset CommandInset ref
15766 LatexCommand ref
15767 reference "tab:Tabelle-mit-farbigen-vert"
15768
15769 \end_inset
15770
15771  wurde das LaTeX-Argument 
15772 \series bold
15773 WcW
15774 \series default
15775  für die letzte und 
15776 \series bold
15777 Wc
15778 \series default
15779  für die anderen Spalten benutzt.
15780 \end_layout
15781
15782 \begin_layout Standard
15783 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15784 \end_layout
15785
15786 \begin_layout Standard
15787 \begin_inset Float table
15788 placement h
15789 wide false
15790 sideways false
15791 status open
15792
15793 \begin_layout Plain Layout
15794 \begin_inset Caption
15795
15796 \begin_layout Plain Layout
15797 \begin_inset CommandInset label
15798 LatexCommand label
15799 name "tab:Tabelle-mit-farbigen-vert"
15800
15801 \end_inset
15802
15803 Tabelle mit farbigen vertikalen Linien
15804 \end_layout
15805
15806 \end_inset
15807
15808
15809 \end_layout
15810
15811 \begin_layout Plain Layout
15812 \align center
15813 \begin_inset Tabular
15814 <lyxtabular version="3" rows="3" columns="3">
15815 <features>
15816 <column alignment="center" valignment="top" width="0" special="Wc">
15817 <column alignment="center" valignment="top" width="0" special="Wc">
15818 <column alignment="center" valignment="top" width="0" special="WcW">
15819 <row>
15820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15821 \begin_inset Text
15822
15823 \begin_layout Plain Layout
15824 sd
15825 \end_layout
15826
15827 \end_inset
15828 </cell>
15829 <cell alignment="center" valignment="top" topline="true" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833
15834 \end_layout
15835
15836 \end_inset
15837 </cell>
15838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15839 \begin_inset Text
15840
15841 \begin_layout Plain Layout
15842
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 </row>
15848 <row>
15849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15850 \begin_inset Text
15851
15852 \begin_layout Plain Layout
15853
15854 \end_layout
15855
15856 \end_inset
15857 </cell>
15858 <cell alignment="center" valignment="top" topline="true" usebox="none">
15859 \begin_inset Text
15860
15861 \begin_layout Plain Layout
15862 sd
15863 \end_layout
15864
15865 \end_inset
15866 </cell>
15867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Plain Layout
15871
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 </row>
15877 <row>
15878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15879 \begin_inset Text
15880
15881 \begin_layout Plain Layout
15882
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891
15892 \end_layout
15893
15894 \end_inset
15895 </cell>
15896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15897 \begin_inset Text
15898
15899 \begin_layout Plain Layout
15900 sd
15901 \end_layout
15902
15903 \end_inset
15904 </cell>
15905 </row>
15906 </lyxtabular>
15907
15908 \end_inset
15909
15910
15911 \end_layout
15912
15913 \end_inset
15914
15915
15916 \end_layout
15917
15918 \begin_layout Standard
15919 \begin_inset VSpace bigskip
15920 \end_inset
15921
15922 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
15923 \begin_inset space ~
15924 \end_inset
15925
15926
15927 \begin_inset CommandInset ref
15928 LatexCommand ref
15929 reference "tab:Tabelle-mit-farbigen-horiz"
15930
15931 \end_inset
15932
15933 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
15934  einfügen:
15935 \end_layout
15936
15937 \begin_layout Standard
15938
15939 \series bold
15940
15941 \backslash
15942 let
15943 \backslash
15944 myHlineC
15945 \backslash
15946 hline
15947 \begin_inset Newline newline
15948 \end_inset
15949
15950
15951 \backslash
15952 renewcommand{
15953 \backslash
15954 hline}
15955 \begin_inset Newline newline
15956 \end_inset
15957
15958
15959 \begin_inset ERT
15960 status collapsed
15961
15962 \begin_layout Plain Layout
15963
15964
15965 \backslash
15966 hphantom{ }
15967 \end_layout
15968
15969 \end_inset
15970
15971 {
15972 \backslash
15973 arrayrulecolor{red}
15974 \backslash
15975 myHlineC
15976 \backslash
15977 arrayrulecolor{black}}
15978 \end_layout
15979
15980 \begin_layout Standard
15981 \begin_inset ERT
15982 status collapsed
15983
15984 \begin_layout Plain Layout
15985
15986
15987 \backslash
15988 let
15989 \backslash
15990 myHlineC
15991 \backslash
15992 hline
15993 \end_layout
15994
15995 \begin_layout Plain Layout
15996
15997
15998 \backslash
15999 renewcommand{
16000 \backslash
16001 hline}
16002 \end_layout
16003
16004 \begin_layout Plain Layout
16005
16006  {
16007 \backslash
16008 arrayrulecolor{red}
16009 \backslash
16010 myHlineC
16011 \backslash
16012 arrayrulecolor{black}}
16013 \end_layout
16014
16015 \end_inset
16016
16017
16018 \begin_inset Float table
16019 placement h
16020 wide false
16021 sideways false
16022 status open
16023
16024 \begin_layout Plain Layout
16025 \begin_inset Caption
16026
16027 \begin_layout Plain Layout
16028 \begin_inset CommandInset label
16029 LatexCommand label
16030 name "tab:Tabelle-mit-farbigen-horiz"
16031
16032 \end_inset
16033
16034 Tabelle mit farbigen horizontalen Linien
16035 \end_layout
16036
16037 \end_inset
16038
16039
16040 \end_layout
16041
16042 \begin_layout Plain Layout
16043 \align center
16044 \begin_inset Tabular
16045 <lyxtabular version="3" rows="3" columns="3">
16046 <features>
16047 <column alignment="center" valignment="top" width="0">
16048 <column alignment="center" valignment="top" width="0">
16049 <column alignment="center" valignment="top" width="0">
16050 <row>
16051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16052 \begin_inset Text
16053
16054 \begin_layout Plain Layout
16055 sd
16056 \end_layout
16057
16058 \end_inset
16059 </cell>
16060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Plain Layout
16064
16065 \end_layout
16066
16067 \end_inset
16068 </cell>
16069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16070 \begin_inset Text
16071
16072 \begin_layout Plain Layout
16073
16074 \end_layout
16075
16076 \end_inset
16077 </cell>
16078 </row>
16079 <row>
16080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16081 \begin_inset Text
16082
16083 \begin_layout Plain Layout
16084
16085 \end_layout
16086
16087 \end_inset
16088 </cell>
16089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16090 \begin_inset Text
16091
16092 \begin_layout Plain Layout
16093 sd
16094 \end_layout
16095
16096 \end_inset
16097 </cell>
16098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16099 \begin_inset Text
16100
16101 \begin_layout Plain Layout
16102
16103 \end_layout
16104
16105 \end_inset
16106 </cell>
16107 </row>
16108 <row>
16109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16110 \begin_inset Text
16111
16112 \begin_layout Plain Layout
16113
16114 \end_layout
16115
16116 \end_inset
16117 </cell>
16118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16119 \begin_inset Text
16120
16121 \begin_layout Plain Layout
16122
16123 \end_layout
16124
16125 \end_inset
16126 </cell>
16127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16128 \begin_inset Text
16129
16130 \begin_layout Plain Layout
16131 sd
16132 \end_layout
16133
16134 \end_inset
16135 </cell>
16136 </row>
16137 </lyxtabular>
16138
16139 \end_inset
16140
16141
16142 \end_layout
16143
16144 \end_inset
16145
16146
16147 \end_layout
16148
16149 \begin_layout Standard
16150 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16151  als TeX-Code hinter der Tabelle einfügen:
16152 \end_layout
16153
16154 \begin_layout Standard
16155
16156 \series bold
16157
16158 \backslash
16159 renewcommand{
16160 \backslash
16161 hline}{
16162 \backslash
16163 myHlineC}
16164 \end_layout
16165
16166 \begin_layout Standard
16167 Tabelle
16168 \begin_inset space ~
16169 \end_inset
16170
16171
16172 \begin_inset CommandInset ref
16173 LatexCommand ref
16174 reference "tab:Table-with-colored"
16175
16176 \end_inset
16177
16178  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16179 \end_layout
16180
16181 \begin_layout Standard
16182 \begin_inset Float table
16183 placement h
16184 wide false
16185 sideways false
16186 status open
16187
16188 \begin_layout Plain Layout
16189 \begin_inset Caption
16190
16191 \begin_layout Plain Layout
16192 \begin_inset CommandInset label
16193 LatexCommand label
16194 name "tab:Table-with-colored"
16195
16196 \end_inset
16197
16198 Tabelle mit farbigen Linien
16199 \end_layout
16200
16201 \end_inset
16202
16203
16204 \end_layout
16205
16206 \begin_layout Plain Layout
16207 \align center
16208 \begin_inset Tabular
16209 <lyxtabular version="3" rows="3" columns="3">
16210 <features>
16211 <column alignment="center" valignment="top" width="0" special="Wc">
16212 <column alignment="center" valignment="top" width="0" special="Wc">
16213 <column alignment="center" valignment="top" width="0" special="WcW">
16214 <row>
16215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16216 \begin_inset Text
16217
16218 \begin_layout Plain Layout
16219 sd
16220 \end_layout
16221
16222 \end_inset
16223 </cell>
16224 <cell alignment="center" valignment="top" topline="true" usebox="none">
16225 \begin_inset Text
16226
16227 \begin_layout Plain Layout
16228
16229 \end_layout
16230
16231 \end_inset
16232 </cell>
16233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16234 \begin_inset Text
16235
16236 \begin_layout Plain Layout
16237
16238 \end_layout
16239
16240 \end_inset
16241 </cell>
16242 </row>
16243 <row>
16244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16245 \begin_inset Text
16246
16247 \begin_layout Plain Layout
16248
16249 \end_layout
16250
16251 \end_inset
16252 </cell>
16253 <cell alignment="center" valignment="top" topline="true" usebox="none">
16254 \begin_inset Text
16255
16256 \begin_layout Plain Layout
16257 sd
16258 \end_layout
16259
16260 \end_inset
16261 </cell>
16262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16263 \begin_inset Text
16264
16265 \begin_layout Plain Layout
16266
16267 \end_layout
16268
16269 \end_inset
16270 </cell>
16271 </row>
16272 <row topspace="default">
16273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16274 \begin_inset Text
16275
16276 \begin_layout Plain Layout
16277
16278 \end_layout
16279
16280 \end_inset
16281 </cell>
16282 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16283 \begin_inset Text
16284
16285 \begin_layout Plain Layout
16286
16287 \end_layout
16288
16289 \end_inset
16290 </cell>
16291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16292 \begin_inset Text
16293
16294 \begin_layout Plain Layout
16295 sd
16296 \end_layout
16297
16298 \end_inset
16299 </cell>
16300 </row>
16301 </lyxtabular>
16302
16303 \end_inset
16304
16305
16306 \end_layout
16307
16308 \end_inset
16309
16310
16311 \end_layout
16312
16313 \begin_layout Standard
16314 \begin_inset ERT
16315 status collapsed
16316
16317 \begin_layout Plain Layout
16318
16319
16320 \backslash
16321 renewcommand{
16322 \backslash
16323 hline}{
16324 \backslash
16325 myHlineC}
16326 \end_layout
16327
16328 \end_inset
16329
16330
16331 \end_layout
16332
16333 \begin_layout Standard
16334 \begin_inset ERT
16335 status collapsed
16336
16337 \begin_layout Plain Layout
16338
16339
16340 \backslash
16341 setlength{
16342 \backslash
16343 arrayrulewidth}{0.4pt}
16344 \end_layout
16345
16346 \end_inset
16347
16348
16349 \begin_inset Note Note
16350 status collapsed
16351
16352 \begin_layout Plain Layout
16353 setzt die Liniendicke wieder auf ihren Standardwert zurück
16354 \end_layout
16355
16356 \end_inset
16357
16358
16359 \end_layout
16360
16361 \begin_layout Section
16362 Tabellen-Anpassung
16363 \begin_inset Index
16364 status collapsed
16365
16366 \begin_layout Plain Layout
16367 Tabellen ! Anpassung
16368 \end_layout
16369
16370 \end_inset
16371
16372
16373 \end_layout
16374
16375 \begin_layout Subsection
16376 Zeilenabstand
16377 \begin_inset CommandInset label
16378 LatexCommand label
16379 name "uab:Zeilenabstand"
16380
16381 \end_inset
16382
16383
16384 \begin_inset Index
16385 status collapsed
16386
16387 \begin_layout Plain Layout
16388 Tabellen ! Zeilenabstand
16389 \end_layout
16390
16391 \end_inset
16392
16393
16394 \end_layout
16395
16396 \begin_layout Standard
16397 Auf der Karteikarte 
16398 \family sans
16399 Rahmen
16400 \family default
16401  des 
16402 \family sans
16403 Tabellen-Einstellungen
16404 \family default
16405 -Dialogs können Sie 
16406 \family sans
16407 zusätzliche
16408 \begin_inset space ~
16409 \end_inset
16410
16411 Abstände
16412 \family default
16413  einfügen.
16414  Dabei haben Sie drei Möglichkeiten:
16415 \end_layout
16416
16417 \begin_layout Description
16418 Oberhalb
16419 \begin_inset space ~
16420 \end_inset
16421
16422 der
16423 \begin_inset space ~
16424 \end_inset
16425
16426 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16427  Bei einer formalen Tabelle
16428 \begin_inset Foot
16429 status collapsed
16430
16431 \begin_layout Plain Layout
16432 Formale Tabellen wurden in Abschnitt
16433 \begin_inset space ~
16434 \end_inset
16435
16436
16437 \begin_inset CommandInset ref
16438 LatexCommand ref
16439 reference "abs:Formale-Tabellen"
16440
16441 \end_inset
16442
16443  beschrieben.
16444 \end_layout
16445
16446 \end_inset
16447
16448  fügt LyX standardmäßig 0.5
16449 \begin_inset space \thinspace{}
16450 \end_inset
16451
16452 em Leerraum ein.
16453  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16454 \begin_inset VSpace medskip
16455 \end_inset
16456
16457
16458 \begin_inset Newline newline
16459 \end_inset
16460
16461
16462 \begin_inset space \hspace*{}
16463 \length 0pt
16464 \end_inset
16465
16466
16467 \begin_inset space \hfill{}
16468 \end_inset
16469
16470
16471 \begin_inset Tabular
16472 <lyxtabular version="3" rows="3" columns="1">
16473 <features>
16474 <column alignment="center" valignment="top" width="0">
16475 <row>
16476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16477 \begin_inset Text
16478
16479 \begin_layout Plain Layout
16480 A
16481 \end_layout
16482
16483 \end_inset
16484 </cell>
16485 </row>
16486 <row topspace="3mm">
16487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Plain Layout
16491 3
16492 \begin_inset space \thinspace{}
16493 \end_inset
16494
16495 mm Leerraum oberhalb der Zeile
16496 \end_layout
16497
16498 \end_inset
16499 </cell>
16500 </row>
16501 <row>
16502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16503 \begin_inset Text
16504
16505 \begin_layout Plain Layout
16506 C
16507 \end_layout
16508
16509 \end_inset
16510 </cell>
16511 </row>
16512 </lyxtabular>
16513
16514 \end_inset
16515
16516
16517 \begin_inset space \hfill{}
16518 \end_inset
16519
16520
16521 \begin_inset space \hspace*{}
16522 \length 0pt
16523 \end_inset
16524
16525
16526 \begin_inset VSpace medskip
16527 \end_inset
16528
16529
16530 \begin_inset Newline newline
16531 \end_inset
16532
16533 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16534 n Linien verwenden.
16535 \end_layout
16536
16537 \begin_layout Description
16538 Unterhalb
16539 \begin_inset space ~
16540 \end_inset
16541
16542 der
16543 \begin_inset space ~
16544 \end_inset
16545
16546 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16547  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16548 \begin_inset space \thinspace{}
16549 \end_inset
16550
16551 em Leerraum ein.
16552  Bei normalen Tabellen ist der Standardwert 2
16553 \begin_inset space \thinspace{}
16554 \end_inset
16555
16556 pt.
16557 \end_layout
16558
16559 \begin_layout Description
16560 Zwischen
16561 \begin_inset space ~
16562 \end_inset
16563
16564 den
16565 \begin_inset space ~
16566 \end_inset
16567
16568 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16569  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16570 \begin_inset space \thinspace{}
16571 \end_inset
16572
16573 em Leerraum ein.
16574  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16575 \begin_inset VSpace medskip
16576 \end_inset
16577
16578
16579 \begin_inset Newline newline
16580 \end_inset
16581
16582
16583 \begin_inset space \hspace*{}
16584 \length 0pt
16585 \end_inset
16586
16587
16588 \begin_inset space \hfill{}
16589 \end_inset
16590
16591
16592 \begin_inset Tabular
16593 <lyxtabular version="3" rows="3" columns="1">
16594 <features>
16595 <column alignment="center" valignment="top" width="0">
16596 <row>
16597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16598 \begin_inset Text
16599
16600 \begin_layout Plain Layout
16601 A
16602 \end_layout
16603
16604 \end_inset
16605 </cell>
16606 </row>
16607 <row interlinespace="3mm">
16608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16609 \begin_inset Text
16610
16611 \begin_layout Plain Layout
16612 \begin_inset Formula $\downarrow$
16613 \end_inset
16614
16615  3
16616 \begin_inset space \thinspace{}
16617 \end_inset
16618
16619 mm Leerraum zwischen den Zeilen 
16620 \begin_inset Formula $\downarrow$
16621 \end_inset
16622
16623
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 </row>
16629 <row>
16630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Plain Layout
16634 \begin_inset Formula $\uparrow$
16635 \end_inset
16636
16637  3
16638 \begin_inset space \thinspace{}
16639 \end_inset
16640
16641 mm Leerraum zwischen den Zeilen 
16642 \begin_inset Formula $\uparrow$
16643 \end_inset
16644
16645
16646 \end_layout
16647
16648 \end_inset
16649 </cell>
16650 </row>
16651 </lyxtabular>
16652
16653 \end_inset
16654
16655
16656 \begin_inset space \hfill{}
16657 \end_inset
16658
16659
16660 \begin_inset space \hspace*{}
16661 \length 0pt
16662 \end_inset
16663
16664
16665 \begin_inset VSpace medskip
16666 \end_inset
16667
16668
16669 \begin_inset Newline newline
16670 \end_inset
16671
16672 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16673 n Linien verwenden.
16674 \end_layout
16675
16676 \begin_layout Standard
16677 \begin_inset VSpace bigskip
16678 \end_inset
16679
16680 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16681  Befehlen im LaTeX-Vorspann machen:
16682 \end_layout
16683
16684 \begin_layout Standard
16685
16686 \series bold
16687
16688 \backslash
16689 @ifundefined{extrarowheight}
16690 \begin_inset Newline newline
16691 \end_inset
16692
16693
16694 \begin_inset ERT
16695 status collapsed
16696
16697 \begin_layout Plain Layout
16698
16699
16700 \backslash
16701 hphantom{ }
16702 \end_layout
16703
16704 \end_inset
16705
16706 {
16707 \backslash
16708 usepackage{array}}{}
16709 \begin_inset Newline newline
16710 \end_inset
16711
16712
16713 \backslash
16714 setlength{
16715 \backslash
16716 extrarowheight}{Höhe}
16717 \end_layout
16718
16719 \begin_layout Standard
16720 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16721  ausgerichtet sind.
16722  (Das Paket 
16723 \series bold
16724 array
16725 \series default
16726  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
16727  verwenden.
16728  Der Befehl 
16729 \series bold
16730
16731 \backslash
16732 @ifundefined
16733 \series default
16734  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16735 \end_layout
16736
16737 \begin_layout Standard
16738 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
16739  zu nah an den Buchstaben.
16740  Das kann korrigiert werden, indem man den Befehl 
16741 \series bold
16742
16743 \backslash
16744 strut
16745 \series default
16746  als TeX-Code am Anfang einer Tabellenzeile einfügt.
16747  Tabelle
16748 \begin_inset space ~
16749 \end_inset
16750
16751
16752 \begin_inset CommandInset ref
16753 LatexCommand ref
16754 reference "tab:Vertikale-Ausrichtung-von"
16755
16756 \end_inset
16757
16758  zeigt den Effekt.
16759 \end_layout
16760
16761 \begin_layout Standard
16762 \noindent
16763 \begin_inset Float table
16764 placement h
16765 wide false
16766 sideways false
16767 status open
16768
16769 \begin_layout Plain Layout
16770 \begin_inset Caption
16771
16772 \begin_layout Plain Layout
16773 \begin_inset CommandInset label
16774 LatexCommand label
16775 name "tab:Vertikale-Ausrichtung-von"
16776
16777 \end_inset
16778
16779 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
16780 \end_layout
16781
16782 \end_inset
16783
16784
16785 \end_layout
16786
16787 \begin_layout Plain Layout
16788 \begin_inset space \hfill{}
16789 \end_inset
16790
16791
16792 \begin_inset Float table
16793 wide false
16794 sideways false
16795 status collapsed
16796
16797 \begin_layout Plain Layout
16798 \begin_inset Caption
16799
16800 \begin_layout Plain Layout
16801 Normale Tabelle.
16802 \end_layout
16803
16804 \end_inset
16805
16806
16807 \end_layout
16808
16809 \begin_layout Plain Layout
16810 \noindent
16811 \align center
16812 \begin_inset Tabular
16813 <lyxtabular version="3" rows="6" columns="1">
16814 <features>
16815 <column alignment="left" valignment="top" width="0">
16816 <row>
16817 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Plain Layout
16821 Normal, g
16822 \end_layout
16823
16824 \end_inset
16825 </cell>
16826 </row>
16827 <row>
16828 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16829 \begin_inset Text
16830
16831 \begin_layout Plain Layout
16832
16833 \size large
16834 Groß, g
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 </row>
16840 <row>
16841 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16842 \begin_inset Text
16843
16844 \begin_layout Plain Layout
16845
16846 \size larger
16847 Größer, g
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 </row>
16853 <row>
16854 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858
16859 \size largest
16860 noch Größer, g
16861 \end_layout
16862
16863 \end_inset
16864 </cell>
16865 </row>
16866 <row>
16867 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16868 \begin_inset Text
16869
16870 \begin_layout Plain Layout
16871
16872 \size huge
16873 Riesig
16874 \end_layout
16875
16876 \end_inset
16877 </cell>
16878 </row>
16879 <row>
16880 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16881 \begin_inset Text
16882
16883 \begin_layout Plain Layout
16884
16885 \size giant
16886 Gigantisch
16887 \end_layout
16888
16889 \end_inset
16890 </cell>
16891 </row>
16892 </lyxtabular>
16893
16894 \end_inset
16895
16896
16897 \end_layout
16898
16899 \end_inset
16900
16901
16902 \begin_inset space \hfill{}
16903 \end_inset
16904
16905
16906 \begin_inset Float table
16907 wide false
16908 sideways false
16909 status collapsed
16910
16911 \begin_layout Plain Layout
16912 \begin_inset Caption
16913
16914 \begin_layout Plain Layout
16915 Tabelle bei der der Befehl 
16916 \series bold
16917
16918 \backslash
16919 strut
16920 \series default
16921  verwendet wurde.
16922 \end_layout
16923
16924 \end_inset
16925
16926
16927 \end_layout
16928
16929 \begin_layout Plain Layout
16930 \noindent
16931 \align center
16932 \begin_inset Tabular
16933 <lyxtabular version="3" rows="6" columns="1">
16934 <features>
16935 <column alignment="left" valignment="top" width="0">
16936 <row>
16937 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941 Normal, g
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 </row>
16947 <row>
16948 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16949 \begin_inset Text
16950
16951 \begin_layout Plain Layout
16952
16953 \size large
16954 \begin_inset ERT
16955 status collapsed
16956
16957 \begin_layout Plain Layout
16958
16959
16960 \backslash
16961 strut 
16962 \end_layout
16963
16964 \end_inset
16965
16966 Groß, g
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 </row>
16972 <row>
16973 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977
16978 \size larger
16979 \begin_inset ERT
16980 status collapsed
16981
16982 \begin_layout Plain Layout
16983
16984
16985 \backslash
16986 strut 
16987 \end_layout
16988
16989 \end_inset
16990
16991 Größer, g
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 </row>
16997 <row>
16998 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16999 \begin_inset Text
17000
17001 \begin_layout Plain Layout
17002
17003 \size largest
17004 \begin_inset ERT
17005 status collapsed
17006
17007 \begin_layout Plain Layout
17008
17009
17010 \backslash
17011 strut 
17012 \end_layout
17013
17014 \end_inset
17015
17016 noch Größer, g
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 </row>
17022 <row>
17023 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17024 \begin_inset Text
17025
17026 \begin_layout Plain Layout
17027
17028 \size huge
17029 \begin_inset ERT
17030 status collapsed
17031
17032 \begin_layout Plain Layout
17033
17034
17035 \backslash
17036 strut 
17037 \end_layout
17038
17039 \end_inset
17040
17041 Riesig
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 </row>
17047 <row>
17048 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17049 \begin_inset Text
17050
17051 \begin_layout Plain Layout
17052
17053 \size giant
17054 \begin_inset ERT
17055 status collapsed
17056
17057 \begin_layout Plain Layout
17058
17059
17060 \backslash
17061 strut 
17062 \end_layout
17063
17064 \end_inset
17065
17066 Gigantisch
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 </row>
17072 </lyxtabular>
17073
17074 \end_inset
17075
17076
17077 \end_layout
17078
17079 \end_inset
17080
17081
17082 \begin_inset space \hfill{}
17083 \end_inset
17084
17085
17086 \end_layout
17087
17088 \end_inset
17089
17090
17091 \end_layout
17092
17093 \begin_layout Subsection
17094 Besondere Zellenausrichtung
17095 \begin_inset Index
17096 status collapsed
17097
17098 \begin_layout Plain Layout
17099 Tabellen ! Zellenausrichtung
17100 \end_layout
17101
17102 \end_inset
17103
17104
17105 \end_layout
17106
17107 \begin_layout Standard
17108 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
17109  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
17110 \begin_inset space ~
17111 \end_inset
17112
17113
17114 \begin_inset CommandInset ref
17115 LatexCommand ref
17116 reference "tab:Tabellenzellen-sind-auf"
17117
17118 \end_inset
17119
17120 .
17121 \end_layout
17122
17123 \begin_layout Standard
17124 \begin_inset Float table
17125 placement h
17126 wide false
17127 sideways false
17128 status open
17129
17130 \begin_layout Plain Layout
17131 \begin_inset Caption
17132
17133 \begin_layout Plain Layout
17134 \begin_inset CommandInset label
17135 LatexCommand label
17136 name "tab:Tabellenzellen-sind-auf"
17137
17138 \end_inset
17139
17140 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
17141 \end_layout
17142
17143 \end_inset
17144
17145
17146 \end_layout
17147
17148 \begin_layout Plain Layout
17149 \align center
17150 \begin_inset Tabular
17151 <lyxtabular version="3" rows="4" columns="2">
17152 <features>
17153 <column alignment="right" valignment="top" width="0">
17154 <column alignment="left" valignment="top" width="0" special="@{}l">
17155 <row>
17156 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160 Überschrift
17161 \end_layout
17162
17163 \end_inset
17164 </cell>
17165 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17166 \begin_inset Text
17167
17168 \begin_layout Plain Layout
17169
17170 \end_layout
17171
17172 \end_inset
17173 </cell>
17174 </row>
17175 <row>
17176 <cell alignment="center" valignment="top" usebox="none">
17177 \begin_inset Text
17178
17179 \begin_layout Plain Layout
17180 12.
17181 \end_layout
17182
17183 \end_inset
17184 </cell>
17185 <cell alignment="center" valignment="top" usebox="none">
17186 \begin_inset Text
17187
17188 \begin_layout Plain Layout
17189 6
17190 \end_layout
17191
17192 \end_inset
17193 </cell>
17194 </row>
17195 <row>
17196 <cell alignment="center" valignment="top" usebox="none">
17197 \begin_inset Text
17198
17199 \begin_layout Plain Layout
17200 0.
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 <cell alignment="center" valignment="top" usebox="none">
17206 \begin_inset Text
17207
17208 \begin_layout Plain Layout
17209 68
17210 \end_layout
17211
17212 \end_inset
17213 </cell>
17214 </row>
17215 <row>
17216 <cell alignment="center" valignment="top" usebox="none">
17217 \begin_inset Text
17218
17219 \begin_layout Plain Layout
17220 -123.
17221 \end_layout
17222
17223 \end_inset
17224 </cell>
17225 <cell alignment="center" valignment="top" usebox="none">
17226 \begin_inset Text
17227
17228 \begin_layout Plain Layout
17229 0
17230 \end_layout
17231
17232 \end_inset
17233 </cell>
17234 </row>
17235 </lyxtabular>
17236
17237 \end_inset
17238
17239
17240 \end_layout
17241
17242 \end_inset
17243
17244
17245 \end_layout
17246
17247 \begin_layout Standard
17248 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17249  Die Überschrift ist eine zentrierte Mehrfachspalte.
17250  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17251  der Zahlen einschließlich Dezimalpunkt.
17252  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17253  der Zahlen.
17254   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17255 \family sans
17256 LaTe
17257 \begin_inset ERT
17258 status collapsed
17259
17260 \begin_layout Plain Layout
17261
17262 {}
17263 \end_layout
17264
17265 \end_inset
17266
17267 X-Argument
17268 \family default
17269  für die zweite Spalte folgendes eingefügt:
17270 \end_layout
17271
17272 \begin_layout Standard
17273
17274 \series bold
17275 @{}l
17276 \end_layout
17277
17278 \begin_layout Standard
17279 Tabelle
17280 \begin_inset space ~
17281 \end_inset
17282
17283
17284 \begin_inset CommandInset ref
17285 LatexCommand ref
17286 reference "tab:Verschiedene-Ausrichtungen"
17287
17288 \end_inset
17289
17290  zeigt einige Ausrichtungen.
17291  Für die Ausrichtung der Relationen müssen Sie den 
17292 \family sans
17293 Mittleren
17294 \begin_inset space ~
17295 \end_inset
17296
17297 Abstand
17298 \family default
17299  aus der 
17300 \family sans
17301 Mathe-Werkzeugleiste
17302 \family default
17303  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17304  rechts vom Relationszeichen zu bekommen.
17305 \end_layout
17306
17307 \begin_layout Standard
17308
17309 \color black
17310 \begin_inset Float table
17311 placement h
17312 wide false
17313 sideways false
17314 status open
17315
17316 \begin_layout Plain Layout
17317
17318 \color black
17319 \begin_inset Caption
17320
17321 \begin_layout Plain Layout
17322
17323 \color black
17324 \begin_inset CommandInset label
17325 LatexCommand label
17326 name "tab:Verschiedene-Ausrichtungen"
17327
17328 \end_inset
17329
17330
17331 \color inherit
17332 Verschiedene Ausrichtungen
17333 \end_layout
17334
17335 \end_inset
17336
17337
17338 \end_layout
17339
17340 \begin_layout Plain Layout
17341 \align center
17342 \begin_inset Tabular
17343 <lyxtabular version="3" rows="4" columns="6">
17344 <features>
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 <column alignment="right" valignment="top" width="0">
17350 <column alignment="left" valignment="top" width="0" special="@{}l">
17351 <row>
17352 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17353 \begin_inset Text
17354
17355 \begin_layout Plain Layout
17356 Einheiten
17357 \end_layout
17358
17359 \end_inset
17360 </cell>
17361 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17362 \begin_inset Text
17363
17364 \begin_layout Plain Layout
17365
17366 \end_layout
17367
17368 \end_inset
17369 </cell>
17370 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17371 \begin_inset Text
17372
17373 \begin_layout Plain Layout
17374 Exponenten
17375 \end_layout
17376
17377 \end_inset
17378 </cell>
17379 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17380 \begin_inset Text
17381
17382 \begin_layout Plain Layout
17383
17384 \end_layout
17385
17386 \end_inset
17387 </cell>
17388 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17389 \begin_inset Text
17390
17391 \begin_layout Plain Layout
17392 Relationen
17393 \end_layout
17394
17395 \end_inset
17396 </cell>
17397 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17398 \begin_inset Text
17399
17400 \begin_layout Plain Layout
17401
17402 \end_layout
17403
17404 \end_inset
17405 </cell>
17406 </row>
17407 <row>
17408 <cell alignment="center" valignment="top" usebox="none">
17409 \begin_inset Text
17410
17411 \begin_layout Plain Layout
17412 12×
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Plain Layout
17421 24
17422 \begin_inset space \thinspace{}
17423 \end_inset
17424
17425 Flaschen
17426 \end_layout
17427
17428 \end_inset
17429 </cell>
17430 <cell alignment="center" valignment="top" usebox="none">
17431 \begin_inset Text
17432
17433 \begin_layout Plain Layout
17434 \begin_inset Formula $10\cdot$
17435 \end_inset
17436
17437
17438 \end_layout
17439
17440 \end_inset
17441 </cell>
17442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17443 \begin_inset Text
17444
17445 \begin_layout Plain Layout
17446 \begin_inset Formula $10^{\mbox{-}17}$
17447 \end_inset
17448
17449
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 <cell alignment="center" valignment="top" usebox="none">
17455 \begin_inset Text
17456
17457 \begin_layout Plain Layout
17458 \begin_inset Formula $\Gamma(t)\propto$
17459 \end_inset
17460
17461
17462 \end_layout
17463
17464 \end_inset
17465 </cell>
17466 <cell alignment="center" valignment="top" usebox="none">
17467 \begin_inset Text
17468
17469 \begin_layout Plain Layout
17470 \begin_inset Formula $\:\Upsilon(t)$
17471 \end_inset
17472
17473
17474 \end_layout
17475
17476 \end_inset
17477 </cell>
17478 </row>
17479 <row>
17480 <cell alignment="center" valignment="top" usebox="none">
17481 \begin_inset Text
17482
17483 \begin_layout Plain Layout
17484 1024×
17485 \end_layout
17486
17487 \end_inset
17488 </cell>
17489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17490 \begin_inset Text
17491
17492 \begin_layout Plain Layout
17493 768
17494 \begin_inset space \thinspace{}
17495 \end_inset
17496
17497 Pixel
17498 \end_layout
17499
17500 \end_inset
17501 </cell>
17502 <cell alignment="center" valignment="top" usebox="none">
17503 \begin_inset Text
17504
17505 \begin_layout Plain Layout
17506 \begin_inset Formula $5.78\cdot$
17507 \end_inset
17508
17509
17510 \end_layout
17511
17512 \end_inset
17513 </cell>
17514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17515 \begin_inset Text
17516
17517 \begin_layout Plain Layout
17518 \begin_inset Formula $10^{7}$
17519 \end_inset
17520
17521
17522 \end_layout
17523
17524 \end_inset
17525 </cell>
17526 <cell alignment="center" valignment="top" usebox="none">
17527 \begin_inset Text
17528
17529 \begin_layout Plain Layout
17530 \begin_inset Formula $A\ne$
17531 \end_inset
17532
17533
17534 \end_layout
17535
17536 \end_inset
17537 </cell>
17538 <cell alignment="center" valignment="top" usebox="none">
17539 \begin_inset Text
17540
17541 \begin_layout Plain Layout
17542 \begin_inset Formula $\: B_{\mathrm{red}}$
17543 \end_inset
17544
17545
17546 \end_layout
17547
17548 \end_inset
17549 </cell>
17550 </row>
17551 <row>
17552 <cell alignment="center" valignment="top" usebox="none">
17553 \begin_inset Text
17554
17555 \begin_layout Plain Layout
17556 32×
17557 \end_layout
17558
17559 \end_inset
17560 </cell>
17561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17562 \begin_inset Text
17563
17564 \begin_layout Plain Layout
17565 6
17566 \begin_inset space \thinspace{}
17567 \end_inset
17568
17569 cm
17570 \end_layout
17571
17572 \end_inset
17573 </cell>
17574 <cell alignment="center" valignment="top" usebox="none">
17575 \begin_inset Text
17576
17577 \begin_layout Plain Layout
17578 -
17579 \begin_inset Formula $33.5\cdot$
17580 \end_inset
17581
17582
17583 \end_layout
17584
17585 \end_inset
17586 </cell>
17587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17588 \begin_inset Text
17589
17590 \begin_layout Plain Layout
17591 \begin_inset Formula $10^{4}$
17592 \end_inset
17593
17594
17595 \end_layout
17596
17597 \end_inset
17598 </cell>
17599 <cell alignment="center" valignment="top" usebox="none">
17600 \begin_inset Text
17601
17602 \begin_layout Plain Layout
17603 \begin_inset Formula $\sin(\alpha)\ge$
17604 \end_inset
17605
17606
17607 \end_layout
17608
17609 \end_inset
17610 </cell>
17611 <cell alignment="center" valignment="top" usebox="none">
17612 \begin_inset Text
17613
17614 \begin_layout Plain Layout
17615 \begin_inset Formula $\:\sin(\beta)$
17616 \end_inset
17617
17618
17619 \end_layout
17620
17621 \end_inset
17622 </cell>
17623 </row>
17624 </lyxtabular>
17625
17626 \end_inset
17627
17628
17629 \end_layout
17630
17631 \end_inset
17632
17633
17634 \end_layout
17635
17636 \begin_layout Standard
17637 \begin_inset VSpace bigskip
17638 \end_inset
17639
17640 Es gibt auch noch das LaTeX-Paket 
17641 \series bold
17642 dcolumn
17643 \series default
17644 ,
17645 \begin_inset Index
17646 status collapsed
17647
17648 \begin_layout Plain Layout
17649 LaTeX-Pakete ! dcolumn
17650 \end_layout
17651
17652 \end_inset
17653
17654  mit dem man Zellen ausrichten kann.
17655  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17656  in den Zellen.
17657  Die erste Spalte von Tabelle
17658 \begin_inset space ~
17659 \end_inset
17660
17661
17662 \begin_inset CommandInset ref
17663 LatexCommand ref
17664 reference "tab:Verschiedene-Ausrichtungen"
17665
17666 \end_inset
17667
17668  wird mit 
17669 \family typewriter
17670 dcolumn
17671 \family default
17672  wie die erste Spalte von Tabelle
17673 \begin_inset space ~
17674 \end_inset
17675
17676
17677 \begin_inset CommandInset ref
17678 LatexCommand ref
17679 reference "tab:Ausrichtung-mit-dem"
17680
17681 \end_inset
17682
17683  aussehen und nur mit ein paar Tricks wie erwartet.
17684  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17685 \begin_inset space ~
17686 \end_inset
17687
17688
17689 \begin_inset CommandInset ref
17690 LatexCommand ref
17691 reference "tab:Verschiedene-Ausrichtungen"
17692
17693 \end_inset
17694
17695  ist mit 
17696 \series bold
17697 dcolumn
17698 \series default
17699  nicht möglich.
17700 \end_layout
17701
17702 \begin_layout Standard
17703 \begin_inset Float table
17704 placement h
17705 wide false
17706 sideways false
17707 status open
17708
17709 \begin_layout Plain Layout
17710 \begin_inset Caption
17711
17712 \begin_layout Plain Layout
17713 \begin_inset CommandInset label
17714 LatexCommand label
17715 name "tab:Ausrichtung-mit-dem"
17716
17717 \end_inset
17718
17719 Ausrichtung mit dem LaTeX-Paket 
17720 \series bold
17721 dcolumn
17722 \series default
17723 .
17724  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17725  bekommen.
17726 \begin_inset OptArg
17727 status collapsed
17728
17729 \begin_layout Plain Layout
17730 Ausrichtung mit dem LaTeX-Paket 
17731 \series bold
17732 dcolumn
17733 \end_layout
17734
17735 \end_inset
17736
17737
17738 \end_layout
17739
17740 \end_inset
17741
17742
17743 \end_layout
17744
17745 \begin_layout Plain Layout
17746 \align center
17747 \begin_inset Tabular
17748 <lyxtabular version="3" rows="4" columns="3">
17749 <features>
17750 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17751 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17752 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17753 <row>
17754 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17755 \begin_inset Text
17756
17757 \begin_layout Plain Layout
17758 Einheiten
17759 \end_layout
17760
17761 \end_inset
17762 </cell>
17763 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17764 \begin_inset Text
17765
17766 \begin_layout Plain Layout
17767 Einheiten
17768 \end_layout
17769
17770 \end_inset
17771 </cell>
17772 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17773 \begin_inset Text
17774
17775 \begin_layout Plain Layout
17776 Einheiten
17777 \end_layout
17778
17779 \end_inset
17780 </cell>
17781 </row>
17782 <row>
17783 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17784 \begin_inset Text
17785
17786 \begin_layout Plain Layout
17787 12x24
17788 \begin_inset space \thinspace{}
17789 \end_inset
17790
17791
17792 \begin_inset Formula $\mbox{Flaschen}$
17793 \end_inset
17794
17795
17796 \end_layout
17797
17798 \end_inset
17799 </cell>
17800 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17801 \begin_inset Text
17802
17803 \begin_layout Plain Layout
17804 12x24
17805 \begin_inset space \thinspace{}
17806 \end_inset
17807
17808
17809 \begin_inset Formula $\mbox{Flaschen}$
17810 \end_inset
17811
17812
17813 \end_layout
17814
17815 \end_inset
17816 </cell>
17817 <cell alignment="center" valignment="top" usebox="none">
17818 \begin_inset Text
17819
17820 \begin_layout Plain Layout
17821 12
17822 \begin_inset ERT
17823 status collapsed
17824
17825 \begin_layout Plain Layout
17826
17827
17828 \backslash
17829 times 
17830 \end_layout
17831
17832 \end_inset
17833
17834 24~
17835 \begin_inset Formula $\mbox{Flaschen}$
17836 \end_inset
17837
17838
17839 \end_layout
17840
17841 \end_inset
17842 </cell>
17843 </row>
17844 <row>
17845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17846 \begin_inset Text
17847
17848 \begin_layout Plain Layout
17849 1024x768
17850 \begin_inset space \thinspace{}
17851 \end_inset
17852
17853
17854 \begin_inset Formula $\mbox{Pixel}$
17855 \end_inset
17856
17857
17858 \end_layout
17859
17860 \end_inset
17861 </cell>
17862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17863 \begin_inset Text
17864
17865 \begin_layout Plain Layout
17866 1024x768
17867 \begin_inset space \thinspace{}
17868 \end_inset
17869
17870
17871 \begin_inset Formula $\mbox{Pixel}$
17872 \end_inset
17873
17874
17875 \end_layout
17876
17877 \end_inset
17878 </cell>
17879 <cell alignment="center" valignment="top" usebox="none">
17880 \begin_inset Text
17881
17882 \begin_layout Plain Layout
17883 1024
17884 \begin_inset ERT
17885 status collapsed
17886
17887 \begin_layout Plain Layout
17888
17889
17890 \backslash
17891 times 
17892 \end_layout
17893
17894 \end_inset
17895
17896 768~
17897 \begin_inset Formula $\mbox{Pixel}$
17898 \end_inset
17899
17900
17901 \end_layout
17902
17903 \end_inset
17904 </cell>
17905 </row>
17906 <row>
17907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17908 \begin_inset Text
17909
17910 \begin_layout Plain Layout
17911 32x6
17912 \begin_inset space \thinspace{}
17913 \end_inset
17914
17915
17916 \begin_inset Formula $\mbox{cm}$
17917 \end_inset
17918
17919
17920 \end_layout
17921
17922 \end_inset
17923 </cell>
17924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17925 \begin_inset Text
17926
17927 \begin_layout Plain Layout
17928 32x6
17929 \begin_inset space \thinspace{}
17930 \end_inset
17931
17932
17933 \begin_inset Formula $\mbox{cm}$
17934 \end_inset
17935
17936
17937 \end_layout
17938
17939 \end_inset
17940 </cell>
17941 <cell alignment="center" valignment="top" usebox="none">
17942 \begin_inset Text
17943
17944 \begin_layout Plain Layout
17945 32
17946 \begin_inset ERT
17947 status collapsed
17948
17949 \begin_layout Plain Layout
17950
17951
17952 \backslash
17953 times 
17954 \end_layout
17955
17956 \end_inset
17957
17958 6~
17959 \begin_inset Formula $\mbox{cm}$
17960 \end_inset
17961
17962
17963 \end_layout
17964
17965 \end_inset
17966 </cell>
17967 </row>
17968 </lyxtabular>
17969
17970 \end_inset
17971
17972
17973 \end_layout
17974
17975 \end_inset
17976
17977
17978 \end_layout
17979
17980 \begin_layout Subsection
17981 Angepasste Zellen-/Spaltenformate
17982 \begin_inset CommandInset label
17983 LatexCommand label
17984 name "uab:Angepasste-Zellen-/Spaltenformate"
17985
17986 \end_inset
17987
17988
17989 \begin_inset Index
17990 status collapsed
17991
17992 \begin_layout Plain Layout
17993 Tabellen ! Spaltenformat
17994 \end_layout
17995
17996 \end_inset
17997
17998
17999 \end_layout
18000
18001 \begin_layout Standard
18002 Wenn man wie in Abschnitt
18003 \begin_inset space ~
18004 \end_inset
18005
18006
18007 \begin_inset CommandInset ref
18008 LatexCommand ref
18009 reference "uab:Mehrfachspalten-Berechnungen"
18010
18011 \end_inset
18012
18013  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
18014  mehreren Tabellen mit Mehrfachspalten sehr lästig.
18015  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
18016  definieren:
18017 \end_layout
18018
18019 \begin_layout Standard
18020
18021 \series bold
18022
18023 \backslash
18024 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
18025 \end_layout
18026
18027 \begin_layout Standard
18028 Der Formatname darf nur ein Buchstabe sein, aber nicht 
18029 \emph on
18030 b
18031 \emph default
18032
18033 \emph on
18034 c
18035 \emph default
18036
18037 \emph on
18038 l
18039 \emph default
18040
18041 \emph on
18042 m
18043 \emph default
18044
18045 \emph on
18046 p
18047 \emph default
18048  oder 
18049 \emph on
18050 r
18051 \emph default
18052 , weil diese vordefiniert sind.
18053  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
18054 \end_layout
18055
18056 \begin_layout Standard
18057 \begin_inset VSpace medskip
18058 \end_inset
18059
18060
18061 \end_layout
18062
18063 \begin_layout Standard
18064 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
18065  Breite könnte das Format so aussehen:
18066 \end_layout
18067
18068 \begin_layout Standard
18069
18070 \series bold
18071
18072 \backslash
18073 newcolumntype{M}[1]{>{
18074 \backslash
18075 centering
18076 \backslash
18077 hspace{0pt}}m{#1}}
18078 \end_layout
18079
18080 \begin_layout Standard
18081 wobei 
18082 \series bold
18083
18084 \backslash
18085 hspace{0pt}
18086 \series default
18087  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
18088  Abschnitt
18089 \begin_inset space ~
18090 \end_inset
18091
18092
18093 \begin_inset CommandInset ref
18094 LatexCommand ref
18095 reference "uab:Mehrfache-Zeilen-in"
18096
18097 \end_inset
18098
18099  beschrieben.
18100  Jetzt können Sie mit
18101 \end_layout
18102
18103 \begin_layout Standard
18104
18105 \series bold
18106 M{Breite}
18107 \end_layout
18108
18109 \begin_layout Standard
18110 im 
18111 \family sans
18112 LaTeX-Argument
18113 \family default
18114  im 
18115 \family sans
18116 Tabellen-Einstellungen
18117 \family default
18118 -Dialog eine Mehrfachspalte definieren.
18119 \end_layout
18120
18121 \begin_layout Standard
18122 \begin_inset VSpace bigskip
18123 \end_inset
18124
18125
18126 \end_layout
18127
18128 \begin_layout Standard
18129 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
18130  Format definieren:
18131 \end_layout
18132
18133 \begin_layout Standard
18134
18135 \series bold
18136
18137 \backslash
18138 newcolumntype{S}[2]{>{
18139 \backslash
18140 centering
18141 \backslash
18142 hspace{0pt}}
18143 \begin_inset Newline newline
18144 \end_inset
18145
18146
18147 \begin_inset ERT
18148 status collapsed
18149
18150 \begin_layout Plain Layout
18151
18152
18153 \backslash
18154 phantom{
18155 \end_layout
18156
18157 \end_inset
18158
18159
18160 \backslash
18161 newcolumntype
18162 \begin_inset ERT
18163 status collapsed
18164
18165 \begin_layout Plain Layout
18166
18167 }
18168 \end_layout
18169
18170 \end_inset
18171
18172 m{(#1+(2
18173 \backslash
18174 tabcolsep+
18175 \backslash
18176 arrayrulewidth)*(1-#2))/#2}}
18177 \end_layout
18178
18179 \begin_layout Standard
18180 Dieses Format benutzt Gleichung
18181 \begin_inset space ~
18182 \end_inset
18183
18184
18185 \begin_inset CommandInset ref
18186 LatexCommand ref
18187 reference "eq:Wgn"
18188
18189 \end_inset
18190
18191 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18192  breit ist.
18193 \end_layout
18194
18195 \begin_layout Standard
18196 Jetzt können Sie im 
18197 \family sans
18198 LaTeX-Argument
18199 \family default
18200  im 
18201 \family sans
18202 Tabellen-Einstellungen
18203 \family default
18204 -Dialog folgendes einfügen:
18205 \end_layout
18206
18207 \begin_layout Standard
18208
18209 \series bold
18210 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18211 \end_layout
18212
18213 \begin_layout Standard
18214 \begin_inset VSpace bigskip
18215 \end_inset
18216
18217
18218 \end_layout
18219
18220 \begin_layout Standard
18221 Für farbige Spalten können Sie folgendes einfügen:
18222 \end_layout
18223
18224 \begin_layout Standard
18225
18226 \series bold
18227
18228 \backslash
18229 newcolumntype{K}[1]{>{
18230 \backslash
18231 columncolor{#1}
18232 \backslash
18233 hspace{0pt}}c}
18234 \end_layout
18235
18236 \begin_layout Standard
18237 Das 
18238 \begin_inset Quotes gld
18239 \end_inset
18240
18241 c
18242 \begin_inset Quotes grd
18243 \end_inset
18244
18245  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18246  zentriert ist.
18247  Jetzt können Sie als 
18248 \family sans
18249 LaTeX-Argument
18250 \family default
18251  folgendes einfügen:
18252 \end_layout
18253
18254 \begin_layout Standard
18255
18256 \series bold
18257 K{Farbname}
18258 \end_layout
18259
18260 \begin_layout Standard
18261 \begin_inset VSpace bigskip
18262 \end_inset
18263
18264
18265 \end_layout
18266
18267 \begin_layout Standard
18268 Für Tabelle
18269 \begin_inset space ~
18270 \end_inset
18271
18272
18273 \begin_inset CommandInset ref
18274 LatexCommand ref
18275 reference "tab:Tabelle-mit-benutzerdefinierte"
18276
18277 \end_inset
18278
18279  wurden folgende 
18280 \family sans
18281 LaTeX-Argumente
18282 \family default
18283  benutzt:
18284 \end_layout
18285
18286 \begin_layout Standard
18287
18288 \series bold
18289 M{2.5cm}
18290 \end_layout
18291
18292 \begin_layout Standard
18293 für die erste Spalte und die Mehrfachspalte,
18294 \end_layout
18295
18296 \begin_layout Standard
18297
18298 \series bold
18299 K{red}
18300 \end_layout
18301
18302 \begin_layout Standard
18303 für die letzte Spalte und
18304 \end_layout
18305
18306 \begin_layout Standard
18307
18308 \series bold
18309 S{2.5cm}{2}
18310 \end_layout
18311
18312 \begin_layout Standard
18313 für die Spalten in der zweiten Mehrfachspalte.
18314 \end_layout
18315
18316 \begin_layout Standard
18317 \begin_inset Float table
18318 placement h
18319 wide false
18320 sideways false
18321 status open
18322
18323 \begin_layout Plain Layout
18324 \begin_inset Caption
18325
18326 \begin_layout Plain Layout
18327 \begin_inset CommandInset label
18328 LatexCommand label
18329 name "tab:Tabelle-mit-benutzerdefinierte"
18330
18331 \end_inset
18332
18333 Tabelle mit benutzerdefinierten Formaten
18334 \end_layout
18335
18336 \end_inset
18337
18338
18339 \end_layout
18340
18341 \begin_layout Plain Layout
18342 \align center
18343 \begin_inset Tabular
18344 <lyxtabular version="3" rows="3" columns="4">
18345 <features>
18346 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18347 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18348 <column alignment="center" valignment="middle" width="0">
18349 <column alignment="center" valignment="middle" width="0" special="K{red}">
18350 <row>
18351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18352 \begin_inset Text
18353
18354 \begin_layout Plain Layout
18355 einsehrlangesWort
18356 \end_layout
18357
18358 \end_inset
18359 </cell>
18360 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18361 \begin_inset Text
18362
18363 \begin_layout Plain Layout
18364 Mehrfachspalte mit mehreren Zeilen
18365 \end_layout
18366
18367 \end_inset
18368 </cell>
18369 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18370 \begin_inset Text
18371
18372 \begin_layout Plain Layout
18373
18374 \end_layout
18375
18376 \end_inset
18377 </cell>
18378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18379 \begin_inset Text
18380
18381 \begin_layout Plain Layout
18382 c
18383 \end_layout
18384
18385 \end_inset
18386 </cell>
18387 </row>
18388 <row>
18389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18390 \begin_inset Text
18391
18392 \begin_layout Plain Layout
18393 d
18394 \end_layout
18395
18396 \end_inset
18397 </cell>
18398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18399 \begin_inset Text
18400
18401 \begin_layout Plain Layout
18402 e
18403 \end_layout
18404
18405 \end_inset
18406 </cell>
18407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18408 \begin_inset Text
18409
18410 \begin_layout Plain Layout
18411 f
18412 \end_layout
18413
18414 \end_inset
18415 </cell>
18416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18417 \begin_inset Text
18418
18419 \begin_layout Plain Layout
18420 g
18421 \end_layout
18422
18423 \end_inset
18424 </cell>
18425 </row>
18426 <row>
18427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18428 \begin_inset Text
18429
18430 \begin_layout Plain Layout
18431 h
18432 \end_layout
18433
18434 \end_inset
18435 </cell>
18436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18437 \begin_inset Text
18438
18439 \begin_layout Plain Layout
18440 i
18441 \end_layout
18442
18443 \end_inset
18444 </cell>
18445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18446 \begin_inset Text
18447
18448 \begin_layout Plain Layout
18449 j
18450 \end_layout
18451
18452 \end_inset
18453 </cell>
18454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18455 \begin_inset Text
18456
18457 \begin_layout Plain Layout
18458 k
18459 \end_layout
18460
18461 \end_inset
18462 </cell>
18463 </row>
18464 </lyxtabular>
18465
18466 \end_inset
18467
18468
18469 \end_layout
18470
18471 \end_inset
18472
18473
18474 \end_layout
18475
18476 \begin_layout Subsection
18477 Liniendicke
18478 \begin_inset CommandInset label
18479 LatexCommand label
18480 name "uab:Liniendicke"
18481
18482 \end_inset
18483
18484
18485 \begin_inset Index
18486 status collapsed
18487
18488 \begin_layout Plain Layout
18489 Tabellen  ! Linien ! -dicke
18490 \end_layout
18491
18492 \end_inset
18493
18494
18495 \end_layout
18496
18497 \begin_layout Standard
18498 Die Liniendicke für alle Linien einer Tabelle kann mit 
18499 \series bold
18500
18501 \backslash
18502 arrayrulewidth
18503 \series default
18504  eingestellt werden.
18505  Um eine Liniendicke von 1.5
18506 \begin_inset space \thinspace{}
18507 \end_inset
18508
18509 pt wie in Tabelle
18510 \begin_inset space ~
18511 \end_inset
18512
18513
18514 \begin_inset CommandInset ref
18515 LatexCommand ref
18516 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18517
18518 \end_inset
18519
18520  zu bekommen, geben Sie den Befehl
18521 \end_layout
18522
18523 \begin_layout Standard
18524
18525 \series bold
18526
18527 \backslash
18528 setlength{
18529 \backslash
18530 arrayrulewidth}{1.5pt}
18531 \end_layout
18532
18533 \begin_layout Standard
18534 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18535  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18536  Mit
18537 \end_layout
18538
18539 \begin_layout Standard
18540
18541 \series bold
18542
18543 \backslash
18544 setlength{
18545 \backslash
18546 arrayrulewidth}{0.4pt}
18547 \end_layout
18548
18549 \begin_layout Standard
18550 bekommen Sie wieder die Standarddicke.
18551 \end_layout
18552
18553 \begin_layout Standard
18554 \begin_inset ERT
18555 status collapsed
18556
18557 \begin_layout Plain Layout
18558
18559
18560 \backslash
18561 setlength{
18562 \backslash
18563 arrayrulewidth}{1.5pt}
18564 \end_layout
18565
18566 \end_inset
18567
18568
18569 \begin_inset Float table
18570 placement H
18571 wide false
18572 sideways false
18573 status open
18574
18575 \begin_layout Plain Layout
18576 \begin_inset Caption
18577
18578 \begin_layout Plain Layout
18579 \begin_inset CommandInset label
18580 LatexCommand label
18581 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18582
18583 \end_inset
18584
18585 Tabelle mit 1.5
18586 \begin_inset space \thinspace{}
18587 \end_inset
18588
18589 pt Liniendicke
18590 \end_layout
18591
18592 \end_inset
18593
18594
18595 \end_layout
18596
18597 \begin_layout Plain Layout
18598 \align center
18599 \begin_inset Tabular
18600 <lyxtabular version="3" rows="3" columns="3">
18601 <features>
18602 <column alignment="center" valignment="top" width="0">
18603 <column alignment="center" valignment="top" width="0">
18604 <column alignment="center" valignment="top" width="0">
18605 <row>
18606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18607 \begin_inset Text
18608
18609 \begin_layout Plain Layout
18610 sd
18611 \end_layout
18612
18613 \end_inset
18614 </cell>
18615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18616 \begin_inset Text
18617
18618 \begin_layout Plain Layout
18619
18620 \end_layout
18621
18622 \end_inset
18623 </cell>
18624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18625 \begin_inset Text
18626
18627 \begin_layout Plain Layout
18628
18629 \end_layout
18630
18631 \end_inset
18632 </cell>
18633 </row>
18634 <row>
18635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18636 \begin_inset Text
18637
18638 \begin_layout Plain Layout
18639
18640 \end_layout
18641
18642 \end_inset
18643 </cell>
18644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18645 \begin_inset Text
18646
18647 \begin_layout Plain Layout
18648 sd
18649 \end_layout
18650
18651 \end_inset
18652 </cell>
18653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18654 \begin_inset Text
18655
18656 \begin_layout Plain Layout
18657
18658 \end_layout
18659
18660 \end_inset
18661 </cell>
18662 </row>
18663 <row>
18664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18665 \begin_inset Text
18666
18667 \begin_layout Plain Layout
18668
18669 \end_layout
18670
18671 \end_inset
18672 </cell>
18673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18674 \begin_inset Text
18675
18676 \begin_layout Plain Layout
18677
18678 \end_layout
18679
18680 \end_inset
18681 </cell>
18682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18683 \begin_inset Text
18684
18685 \begin_layout Plain Layout
18686 sd
18687 \end_layout
18688
18689 \end_inset
18690 </cell>
18691 </row>
18692 </lyxtabular>
18693
18694 \end_inset
18695
18696
18697 \end_layout
18698
18699 \end_inset
18700
18701
18702 \begin_inset ERT
18703 status collapsed
18704
18705 \begin_layout Plain Layout
18706
18707
18708 \backslash
18709 setlength{
18710 \backslash
18711 arrayrulewidth}{0.4pt}
18712 \end_layout
18713
18714 \end_inset
18715
18716
18717 \end_layout
18718
18719 \begin_layout Standard
18720 \begin_inset VSpace bigskip
18721 \end_inset
18722
18723 Um eine Liniendicke von 1.5
18724 \begin_inset space \thinspace{}
18725 \end_inset
18726
18727 pt nur für horizontale Linien zu bekommen wie in Tabelle
18728 \begin_inset space ~
18729 \end_inset
18730
18731
18732 \begin_inset CommandInset ref
18733 LatexCommand ref
18734 reference "tab:Tabelle-mit-1.5pt-horiz"
18735
18736 \end_inset
18737
18738 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18739  einfügen:
18740 \end_layout
18741
18742 \begin_layout Standard
18743
18744 \series bold
18745
18746 \backslash
18747 let
18748 \backslash
18749 myHline
18750 \backslash
18751 hline
18752 \begin_inset Newline newline
18753 \end_inset
18754
18755
18756 \backslash
18757 renewcommand{
18758 \backslash
18759 hline}
18760 \begin_inset Newline newline
18761 \end_inset
18762
18763  {
18764 \backslash
18765 noalign{
18766 \backslash
18767 global
18768 \backslash
18769 arrayrulewidth 1.5pt}
18770 \begin_inset Newline newline
18771 \end_inset
18772
18773  
18774 \backslash
18775 myHline
18776 \backslash
18777 noalign{
18778 \backslash
18779 global
18780 \backslash
18781 arrayrulewidth 0.4pt}}
18782 \end_layout
18783
18784 \begin_layout Standard
18785 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18786  der (Gleit\SpecialChar \-
18787 objekt-)Tabelle zurück:
18788 \end_layout
18789
18790 \begin_layout Standard
18791
18792 \series bold
18793
18794 \backslash
18795 renewcommand{
18796 \backslash
18797 hline}{
18798 \backslash
18799 myHline}
18800 \end_layout
18801
18802 \begin_layout Standard
18803 \begin_inset ERT
18804 status collapsed
18805
18806 \begin_layout Plain Layout
18807
18808
18809 \backslash
18810 let
18811 \backslash
18812 myHline
18813 \backslash
18814 hline
18815 \end_layout
18816
18817 \begin_layout Plain Layout
18818
18819
18820 \backslash
18821 renewcommand{
18822 \backslash
18823 hline}
18824 \end_layout
18825
18826 \begin_layout Plain Layout
18827
18828  {
18829 \backslash
18830 noalign{
18831 \backslash
18832 global
18833 \backslash
18834 arrayrulewidth 1.5pt}
18835 \end_layout
18836
18837 \begin_layout Plain Layout
18838
18839   
18840 \backslash
18841 myHline
18842 \backslash
18843 noalign{
18844 \backslash
18845 global
18846 \backslash
18847 arrayrulewidth 0.4pt}}
18848 \end_layout
18849
18850 \end_inset
18851
18852
18853 \begin_inset Float table
18854 placement h
18855 wide false
18856 sideways false
18857 status open
18858
18859 \begin_layout Plain Layout
18860 \begin_inset Caption
18861
18862 \begin_layout Plain Layout
18863 \begin_inset CommandInset label
18864 LatexCommand label
18865 name "tab:Tabelle-mit-1.5pt-horiz"
18866
18867 \end_inset
18868
18869 Tabelle mit 1.5
18870 \begin_inset space \thinspace{}
18871 \end_inset
18872
18873 pt dicken horizontalen Linien
18874 \end_layout
18875
18876 \end_inset
18877
18878
18879 \end_layout
18880
18881 \begin_layout Plain Layout
18882 \align center
18883 \begin_inset Tabular
18884 <lyxtabular version="3" rows="3" columns="3">
18885 <features>
18886 <column alignment="center" valignment="top" width="0">
18887 <column alignment="center" valignment="top" width="0">
18888 <column alignment="center" valignment="top" width="0">
18889 <row>
18890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18891 \begin_inset Text
18892
18893 \begin_layout Plain Layout
18894 sd
18895 \end_layout
18896
18897 \end_inset
18898 </cell>
18899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18900 \begin_inset Text
18901
18902 \begin_layout Plain Layout
18903
18904 \end_layout
18905
18906 \end_inset
18907 </cell>
18908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18909 \begin_inset Text
18910
18911 \begin_layout Plain Layout
18912
18913 \end_layout
18914
18915 \end_inset
18916 </cell>
18917 </row>
18918 <row>
18919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18920 \begin_inset Text
18921
18922 \begin_layout Plain Layout
18923
18924 \end_layout
18925
18926 \end_inset
18927 </cell>
18928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18929 \begin_inset Text
18930
18931 \begin_layout Plain Layout
18932 sd
18933 \end_layout
18934
18935 \end_inset
18936 </cell>
18937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18938 \begin_inset Text
18939
18940 \begin_layout Plain Layout
18941
18942 \end_layout
18943
18944 \end_inset
18945 </cell>
18946 </row>
18947 <row>
18948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18949 \begin_inset Text
18950
18951 \begin_layout Plain Layout
18952
18953 \end_layout
18954
18955 \end_inset
18956 </cell>
18957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18958 \begin_inset Text
18959
18960 \begin_layout Plain Layout
18961
18962 \end_layout
18963
18964 \end_inset
18965 </cell>
18966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18967 \begin_inset Text
18968
18969 \begin_layout Plain Layout
18970 sd
18971 \end_layout
18972
18973 \end_inset
18974 </cell>
18975 </row>
18976 </lyxtabular>
18977
18978 \end_inset
18979
18980
18981 \end_layout
18982
18983 \end_inset
18984
18985
18986 \begin_inset ERT
18987 status collapsed
18988
18989 \begin_layout Plain Layout
18990
18991
18992 \backslash
18993 renewcommand{
18994 \backslash
18995 hline}{
18996 \backslash
18997 myHline}
18998 \end_layout
18999
19000 \end_inset
19001
19002
19003 \end_layout
19004
19005 \begin_layout Standard
19006 \begin_inset VSpace bigskip
19007 \end_inset
19008
19009 Um die Liniendicke von 1.5
19010 \begin_inset space \thinspace{}
19011 \end_inset
19012
19013 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
19014  Spaltenformat entsprechend der Beschreibung in Abschnitt
19015 \begin_inset space ~
19016 \end_inset
19017
19018
19019 \begin_inset CommandInset ref
19020 LatexCommand ref
19021 reference "uab:Angepasste-Zellen-/Spaltenformate"
19022
19023 \end_inset
19024
19025  definieren:
19026 \end_layout
19027
19028 \begin_layout Standard
19029
19030 \series bold
19031
19032 \backslash
19033 newcolumntype{V}{!{
19034 \backslash
19035 vrule width 1.5pt}}
19036 \end_layout
19037
19038 \begin_layout Standard
19039 In Tabelle
19040 \begin_inset space ~
19041 \end_inset
19042
19043
19044 \begin_inset CommandInset ref
19045 LatexCommand ref
19046 reference "tab:Tabelle-mit-1.5pt-vert"
19047
19048 \end_inset
19049
19050  wurde das 
19051 \family sans
19052 LaTe
19053 \begin_inset ERT
19054 status collapsed
19055
19056 \begin_layout Plain Layout
19057
19058 {}
19059 \end_layout
19060
19061 \end_inset
19062
19063 X-Argument
19064 \family default
19065 \series bold
19066  VcV
19067 \series default
19068  für die letzte Spalte und
19069 \series bold
19070  Vc
19071 \series default
19072  für die anderen benutzt.
19073 \end_layout
19074
19075 \begin_layout Standard
19076 \begin_inset Float table
19077 placement H
19078 wide false
19079 sideways false
19080 status open
19081
19082 \begin_layout Plain Layout
19083 \begin_inset Caption
19084
19085 \begin_layout Plain Layout
19086 \begin_inset CommandInset label
19087 LatexCommand label
19088 name "tab:Tabelle-mit-1.5pt-vert"
19089
19090 \end_inset
19091
19092 Tabelle mit 1.5
19093 \begin_inset space \thinspace{}
19094 \end_inset
19095
19096 pt dicken vertikalen Linien
19097 \end_layout
19098
19099 \end_inset
19100
19101
19102 \end_layout
19103
19104 \begin_layout Plain Layout
19105 \align center
19106 \begin_inset Tabular
19107 <lyxtabular version="3" rows="3" columns="3">
19108 <features>
19109 <column alignment="center" valignment="top" width="0" special="Vc">
19110 <column alignment="center" valignment="top" width="0" special="Vc">
19111 <column alignment="center" valignment="top" width="0" special="VcV">
19112 <row>
19113 <cell alignment="center" valignment="top" topline="true" usebox="none">
19114 \begin_inset Text
19115
19116 \begin_layout Plain Layout
19117 sd
19118 \end_layout
19119
19120 \end_inset
19121 </cell>
19122 <cell alignment="center" valignment="top" topline="true" usebox="none">
19123 \begin_inset Text
19124
19125 \begin_layout Plain Layout
19126
19127 \end_layout
19128
19129 \end_inset
19130 </cell>
19131 <cell alignment="center" valignment="top" topline="true" usebox="none">
19132 \begin_inset Text
19133
19134 \begin_layout Plain Layout
19135
19136 \end_layout
19137
19138 \end_inset
19139 </cell>
19140 </row>
19141 <row>
19142 <cell alignment="center" valignment="top" topline="true" usebox="none">
19143 \begin_inset Text
19144
19145 \begin_layout Plain Layout
19146
19147 \end_layout
19148
19149 \end_inset
19150 </cell>
19151 <cell alignment="center" valignment="top" topline="true" usebox="none">
19152 \begin_inset Text
19153
19154 \begin_layout Plain Layout
19155 sd
19156 \end_layout
19157
19158 \end_inset
19159 </cell>
19160 <cell alignment="center" valignment="top" topline="true" usebox="none">
19161 \begin_inset Text
19162
19163 \begin_layout Plain Layout
19164
19165 \end_layout
19166
19167 \end_inset
19168 </cell>
19169 </row>
19170 <row>
19171 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19172 \begin_inset Text
19173
19174 \begin_layout Plain Layout
19175
19176 \end_layout
19177
19178 \end_inset
19179 </cell>
19180 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19181 \begin_inset Text
19182
19183 \begin_layout Plain Layout
19184
19185 \end_layout
19186
19187 \end_inset
19188 </cell>
19189 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19190 \begin_inset Text
19191
19192 \begin_layout Plain Layout
19193 sd
19194 \end_layout
19195
19196 \end_inset
19197 </cell>
19198 </row>
19199 </lyxtabular>
19200
19201 \end_inset
19202
19203
19204 \end_layout
19205
19206 \end_inset
19207
19208
19209 \end_layout
19210
19211 \begin_layout Subsection
19212 Gestrichelte Linien
19213 \begin_inset Index
19214 status collapsed
19215
19216 \begin_layout Plain Layout
19217 Tabellen  ! Linien ! gestrichelte 
19218 \end_layout
19219
19220 \end_inset
19221
19222
19223 \end_layout
19224
19225 \begin_layout Standard
19226 \begin_inset ERT
19227 status collapsed
19228
19229 \begin_layout Plain Layout
19230
19231
19232 \backslash
19233 ifarydshln
19234 \end_layout
19235
19236 \end_inset
19237
19238
19239 \begin_inset Note Note
19240 status open
19241
19242 \begin_layout Plain Layout
19243 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19244 \series bold
19245 arydshln
19246 \series default
19247  installiert ist.
19248 \end_layout
19249
19250 \end_inset
19251
19252
19253 \end_layout
19254
19255 \begin_layout Standard
19256 \begin_inset Float table
19257 placement h
19258 wide false
19259 sideways false
19260 status open
19261
19262 \begin_layout Plain Layout
19263 \begin_inset Caption
19264
19265 \begin_layout Plain Layout
19266 \begin_inset CommandInset label
19267 LatexCommand label
19268 name "tab:Tabelle-mit-gestrichelten"
19269
19270 \end_inset
19271
19272 Tabelle mit gestrichelten Linien
19273 \end_layout
19274
19275 \end_inset
19276
19277
19278 \end_layout
19279
19280 \begin_layout Plain Layout
19281 \align center
19282 \begin_inset Tabular
19283 <lyxtabular version="3" rows="5" columns="5">
19284 <features>
19285 <column alignment="center" valignment="top" width="0">
19286 <column alignment="center" valignment="top" width="0">
19287 <column alignment="center" valignment="top" width="0" special=":c">
19288 <column alignment="center" valignment="top" width="0">
19289 <column alignment="center" valignment="top" width="0">
19290 <row>
19291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19292 \begin_inset Text
19293
19294 \begin_layout Plain Layout
19295 a
19296 \end_layout
19297
19298 \end_inset
19299 </cell>
19300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19301 \begin_inset Text
19302
19303 \begin_layout Plain Layout
19304 b
19305 \end_layout
19306
19307 \end_inset
19308 </cell>
19309 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19310 \begin_inset Text
19311
19312 \begin_layout Plain Layout
19313 c
19314 \end_layout
19315
19316 \end_inset
19317 </cell>
19318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19319 \begin_inset Text
19320
19321 \begin_layout Plain Layout
19322 d
19323 \end_layout
19324
19325 \end_inset
19326 </cell>
19327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19328 \begin_inset Text
19329
19330 \begin_layout Plain Layout
19331 e
19332 \end_layout
19333
19334 \end_inset
19335 </cell>
19336 </row>
19337 <row>
19338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19339 \begin_inset Text
19340
19341 \begin_layout Plain Layout
19342 f
19343 \end_layout
19344
19345 \end_inset
19346 </cell>
19347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19348 \begin_inset Text
19349
19350 \begin_layout Plain Layout
19351 g
19352 \end_layout
19353
19354 \end_inset
19355 </cell>
19356 <cell alignment="center" valignment="top" topline="true" usebox="none">
19357 \begin_inset Text
19358
19359 \begin_layout Plain Layout
19360 h
19361 \end_layout
19362
19363 \end_inset
19364 </cell>
19365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19366 \begin_inset Text
19367
19368 \begin_layout Plain Layout
19369 i
19370 \end_layout
19371
19372 \end_inset
19373 </cell>
19374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19375 \begin_inset Text
19376
19377 \begin_layout Plain Layout
19378 j
19379 \end_layout
19380
19381 \end_inset
19382 </cell>
19383 </row>
19384 <row>
19385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19386 \begin_inset Text
19387
19388 \begin_layout Plain Layout
19389 \begin_inset ERT
19390 status collapsed
19391
19392 \begin_layout Plain Layout
19393
19394
19395 \backslash
19396 hdashline 
19397 \end_layout
19398
19399 \end_inset
19400
19401 k
19402 \end_layout
19403
19404 \end_inset
19405 </cell>
19406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19407 \begin_inset Text
19408
19409 \begin_layout Plain Layout
19410 l
19411 \end_layout
19412
19413 \end_inset
19414 </cell>
19415 <cell alignment="center" valignment="top" usebox="none">
19416 \begin_inset Text
19417
19418 \begin_layout Plain Layout
19419 m
19420 \end_layout
19421
19422 \end_inset
19423 </cell>
19424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19425 \begin_inset Text
19426
19427 \begin_layout Plain Layout
19428 n
19429 \end_layout
19430
19431 \end_inset
19432 </cell>
19433 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19434 \begin_inset Text
19435
19436 \begin_layout Plain Layout
19437 o
19438 \end_layout
19439
19440 \end_inset
19441 </cell>
19442 </row>
19443 <row>
19444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19445 \begin_inset Text
19446
19447 \begin_layout Plain Layout
19448 \begin_inset ERT
19449 status collapsed
19450
19451 \begin_layout Plain Layout
19452
19453
19454 \backslash
19455 cdashline{4-5}
19456 \end_layout
19457
19458 \end_inset
19459
19460 p
19461 \end_layout
19462
19463 \end_inset
19464 </cell>
19465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19466 \begin_inset Text
19467
19468 \begin_layout Plain Layout
19469 q
19470 \end_layout
19471
19472 \end_inset
19473 </cell>
19474 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19475 \begin_inset Text
19476
19477 \begin_layout Plain Layout
19478 r
19479 \end_layout
19480
19481 \end_inset
19482 </cell>
19483 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19484 \begin_inset Text
19485
19486 \begin_layout Plain Layout
19487 s
19488 \end_layout
19489
19490 \end_inset
19491 </cell>
19492 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19493 \begin_inset Text
19494
19495 \begin_layout Plain Layout
19496
19497 \end_layout
19498
19499 \end_inset
19500 </cell>
19501 </row>
19502 <row>
19503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19504 \begin_inset Text
19505
19506 \begin_layout Plain Layout
19507 t
19508 \end_layout
19509
19510 \end_inset
19511 </cell>
19512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19513 \begin_inset Text
19514
19515 \begin_layout Plain Layout
19516 u
19517 \end_layout
19518
19519 \end_inset
19520 </cell>
19521 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19522 \begin_inset Text
19523
19524 \begin_layout Plain Layout
19525 v
19526 \end_layout
19527
19528 \end_inset
19529 </cell>
19530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19531 \begin_inset Text
19532
19533 \begin_layout Plain Layout
19534 w
19535 \end_layout
19536
19537 \end_inset
19538 </cell>
19539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19540 \begin_inset Text
19541
19542 \begin_layout Plain Layout
19543 x
19544 \end_layout
19545
19546 \end_inset
19547 </cell>
19548 </row>
19549 </lyxtabular>
19550
19551 \end_inset
19552
19553
19554 \end_layout
19555
19556 \end_inset
19557
19558
19559 \end_layout
19560
19561 \begin_layout Standard
19562 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19563  TeX-Code benutzen.
19564  Zunächst müssen Sie das LaTeX-Paket 
19565 \series bold
19566 arydshln
19567 \series default
19568
19569 \begin_inset Index
19570 status collapsed
19571
19572 \begin_layout Plain Layout
19573 LaTeX-Pakete ! arydshln
19574 \end_layout
19575
19576 \end_inset
19577
19578  im LaTeX-Vorspann laden:
19579 \end_layout
19580
19581 \begin_layout Standard
19582
19583 \series bold
19584
19585 \backslash
19586 usepackage{arydshln}
19587 \end_layout
19588
19589 \begin_layout Standard
19590 Um senkrechte Linien zu stricheln, müssen Sie im 
19591 \family sans
19592 LaTe
19593 \begin_inset ERT
19594 status collapsed
19595
19596 \begin_layout Plain Layout
19597
19598 {}
19599 \end_layout
19600
19601 \end_inset
19602
19603 X-Argument
19604 \family default
19605  des 
19606 \family sans
19607 Tabellen-Einstellungen
19608 \family default
19609 -Dialogs 
19610 \begin_inset Quotes gld
19611 \end_inset
19612
19613 :
19614 \begin_inset Quotes grd
19615 \end_inset
19616
19617 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19618 \end_layout
19619
19620 \begin_layout Standard
19621 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19622 \end_layout
19623
19624 \begin_layout Standard
19625
19626 \series bold
19627
19628 \backslash
19629 hdashline
19630 \end_layout
19631
19632 \begin_layout Standard
19633 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19634 \end_layout
19635
19636 \begin_layout Standard
19637 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19638 \end_layout
19639
19640 \begin_layout Standard
19641
19642 \series bold
19643
19644 \backslash
19645 cdashline{Anfangsspalte-Endspalte}
19646 \end_layout
19647
19648 \begin_layout Standard
19649 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19650  Wenn Sie z.
19651 \begin_inset space \thinspace{}
19652 \end_inset
19653
19654 B.
19655  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19656  gestrichelte Linie haben, fügen Sie den Befehl
19657 \end_layout
19658
19659 \begin_layout Standard
19660
19661 \series bold
19662
19663 \backslash
19664 cdashline{2-4}
19665 \end_layout
19666
19667 \begin_layout Standard
19668 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19669 \end_layout
19670
19671 \begin_layout Standard
19672 \begin_inset VSpace bigskip
19673 \end_inset
19674
19675
19676 \end_layout
19677
19678 \begin_layout Standard
19679 In Tabelle
19680 \begin_inset space ~
19681 \end_inset
19682
19683
19684 \begin_inset CommandInset ref
19685 LatexCommand ref
19686 reference "tab:Tabelle-mit-gestrichelten"
19687
19688 \end_inset
19689
19690  wurde in der dritten Spalte der Befehl
19691 \series bold
19692  
19693 \series default
19694
19695 \begin_inset Quotes gld
19696 \end_inset
19697
19698
19699 \series bold
19700 :c
19701 \begin_inset Quotes grd
19702 \end_inset
19703
19704
19705 \series default
19706  benutzt.
19707  Der Befehl 
19708 \series bold
19709
19710 \backslash
19711 hdashline
19712 \series default
19713  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19714 \begin_inset Newline newline
19715 \end_inset
19716
19717  
19718 \series bold
19719
19720 \backslash
19721 cdashline{4-5} 
19722 \series default
19723 wurde in die erste Zelle der vierten Zeile eingefügt.
19724 \end_layout
19725
19726 \begin_layout Standard
19727 \begin_inset Note Greyedout
19728 status open
19729
19730 \begin_layout Plain Layout
19731
19732 \series bold
19733 Bemerkung:
19734 \series default
19735  Das LaTeX-Paket 
19736 \series bold
19737 arydshln
19738 \series default
19739  ist nicht kompatibel dem LaTeX-Paket 
19740 \series bold
19741 colortbl
19742 \series default
19743
19744 \begin_inset Index
19745 status collapsed
19746
19747 \begin_layout Plain Layout
19748 LaTeX-Pakete ! colortbl
19749 \end_layout
19750
19751 \end_inset
19752
19753 , das für die farbigen Tabellen in Abschnitt
19754 \begin_inset space ~
19755 \end_inset
19756
19757
19758 \begin_inset CommandInset ref
19759 LatexCommand ref
19760 reference "abs:Farbige-Tabellen"
19761
19762 \end_inset
19763
19764  benutzt wurde.
19765  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19766 \end_layout
19767
19768 \end_inset
19769
19770
19771 \end_layout
19772
19773 \begin_layout Standard
19774 \begin_inset ERT
19775 status collapsed
19776
19777 \begin_layout Plain Layout
19778
19779
19780 \backslash
19781 else
19782 \end_layout
19783
19784 \end_inset
19785
19786
19787 \begin_inset Note Note
19788 status open
19789
19790 \begin_layout Plain Layout
19791 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19792 \series bold
19793 arydshln
19794 \series default
19795  nicht installiert ist:
19796 \end_layout
19797
19798 \end_inset
19799
19800
19801 \end_layout
19802
19803 \begin_layout Standard
19804 Sie müssen das LaTeX-Paket 
19805 \series bold
19806 arydshln
19807 \series default
19808  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19809 \end_layout
19810
19811 \begin_layout Standard
19812 \begin_inset ERT
19813 status collapsed
19814
19815 \begin_layout Plain Layout
19816
19817
19818 \backslash
19819 fi
19820 \end_layout
19821
19822 \end_inset
19823
19824
19825 \end_layout
19826
19827 \begin_layout Chapter
19828 Gleitobjekte
19829 \begin_inset Index
19830 status collapsed
19831
19832 \begin_layout Plain Layout
19833 Gleitobjekte
19834 \end_layout
19835
19836 \end_inset
19837
19838
19839 \end_layout
19840
19841 \begin_layout Section
19842 Einleitung
19843 \begin_inset CommandInset label
19844 LatexCommand label
19845 name "abs:Gleitobjekte-Einleitung"
19846
19847 \end_inset
19848
19849
19850 \begin_inset Index
19851 status collapsed
19852
19853 \begin_layout Plain Layout
19854 Gleitobjekte ! Einleitung
19855 \end_layout
19856
19857 \end_inset
19858
19859
19860 \end_layout
19861
19862 \begin_layout Standard
19863 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19864  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19865  der beste Platz ist.
19866  
19867 \family sans
19868 Fußnoten
19869 \family default
19870  und 
19871 \family sans
19872 Randnotizen
19873 \family default
19874  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19875  wenn auf ihrer Seite schon zu viele sind.
19876 \end_layout
19877
19878 \begin_layout Standard
19879 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19880  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19881  um weiße Flächen und Seiten ohne Text zu vermeiden.
19882  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
19883 löst,
19884  kann im Text auf ein Gleitobjekt verwiesen werden.
19885  Gleitobjekte sind deshalb nummeriert.
19886  Querverweise werden in Abschnitt
19887 \begin_inset space ~
19888 \end_inset
19889
19890
19891 \begin_inset CommandInset ref
19892 LatexCommand ref
19893 reference "abs:Auf-Gleitobjekte-verweisen"
19894
19895 \end_inset
19896
19897  beschrieben.
19898 \end_layout
19899
19900 \begin_layout Standard
19901 Ein Gleitobjekt wird mit 
19902 \family sans
19903 Einfügen\SpecialChar \menuseparator
19904 Gleitobjekt\SpecialChar \menuseparator
19905 Algorithmus/Abbildung/Ta\SpecialChar \-
19906 belle/Um\SpecialChar \-
19907 flos\SpecialChar \-
19908 se\SpecialChar \-
19909 nes
19910 \begin_inset space ~
19911 \end_inset
19912
19913 Gleitobjekt
19914 \family default
19915  eingefügt.
19916  Für Abbildungen oder Tabellen können Sie auch auf 
19917 \begin_inset Graphics
19918         filename ../../images/float-insert_figure.png
19919         scale 70
19920         scaleBeforeRotation
19921         BoundingBox 0bp 6bp 22bp 22bp
19922
19923 \end_inset
19924
19925  oder 
19926 \begin_inset Graphics
19927         filename ../../images/float-insert_table.png
19928         scale 70
19929         scaleBeforeRotation
19930         BoundingBox 0bp 6bp 22bp 22bp
19931
19932 \end_inset
19933
19934  klicken.
19935  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19936  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19937  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19938  #:).
19939  Statt # sehen Sie die von LyX vergebene Nummer.
19940  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19941  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19942  eingefügt.
19943  In Abschnitt
19944 \begin_inset space ~
19945 \end_inset
19946
19947
19948 \begin_inset CommandInset ref
19949 LatexCommand ref
19950 reference "abs:Titel-Platzierung"
19951
19952 \end_inset
19953
19954  finden Sie mehr über die Platzierung des Titels.
19955  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19956  auch wieder geöffnet.
19957  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19958 \begin_inset Graphics
19959         filename clipart/GleitobjektQt4.png
19960         scale 70
19961         scaleBeforeRotation
19962         BoundingBox 0bp 6bp 128bp 22bp
19963
19964 \end_inset
19965
19966  – ein graues Kästchen mit roter Beschriftung.
19967 \end_layout
19968
19969 \begin_layout Standard
19970 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19971  Gleitobjekte in einem eigenen Absatz einzufügen.
19972 \end_layout
19973
19974 \begin_layout Standard
19975 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19976  indem Sie sie markieren und dann auf 
19977 \begin_inset Graphics
19978         filename ../../images/float-insert_figure.png
19979         scale 70
19980         scaleBeforeRotation
19981         BoundingBox 0bp 6bp 22bp 22bp
19982
19983 \end_inset
19984
19985  oder 
19986 \begin_inset Graphics
19987         filename ../../images/float-insert_table.png
19988         scale 70
19989         scaleBeforeRotation
19990         BoundingBox 0bp 6bp 22bp 22bp
19991
19992 \end_inset
19993
19994  klicken.
19995 \end_layout
19996
19997 \begin_layout Section
19998 Gleitobjekt-Typen
19999 \begin_inset Index
20000 status collapsed
20001
20002 \begin_layout Plain Layout
20003 Gleitobjekte ! Typen
20004 \end_layout
20005
20006 \end_inset
20007
20008
20009 \end_layout
20010
20011 \begin_layout Standard
20012 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
20013 \begin_inset space ~
20014 \end_inset
20015
20016
20017 \begin_inset CommandInset ref
20018 LatexCommand ref
20019 reference "abs:Gleitende-Abbildungen"
20020
20021 \end_inset
20022
20023  und 
20024 \begin_inset CommandInset ref
20025 LatexCommand ref
20026 reference "abs:Gleitende-Tabellen"
20027
20028 \end_inset
20029
20030  beschrieben wurden, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
20031 \end_layout
20032
20033 \begin_layout Subsection
20034 Gleitobjekt-Algorithmen
20035 \begin_inset Index
20036 status collapsed
20037
20038 \begin_layout Plain Layout
20039 Gleitobjekte ! Algorithmen
20040 \end_layout
20041
20042 \end_inset
20043
20044
20045 \begin_inset CommandInset label
20046 LatexCommand label
20047 name "uab:Gleitobjekt-Algorithmen"
20048
20049 \end_inset
20050
20051
20052 \end_layout
20053
20054 \begin_layout Standard
20055 \begin_inset Float algorithm
20056 placement h
20057 wide false
20058 sideways false
20059 status open
20060
20061 \begin_layout Plain Layout
20062 \begin_inset Caption
20063
20064 \begin_layout Plain Layout
20065 \begin_inset CommandInset label
20066 LatexCommand label
20067 name "alg:Ein-Gleitobjekt-Algorithmus"
20068
20069 \end_inset
20070
20071 Ein Gleitobjekt-Algorithmus 
20072 \end_layout
20073
20074 \end_inset
20075
20076
20077 \end_layout
20078
20079 \begin_layout LyX-Code
20080 for I in 1..N loop
20081 \begin_inset Newline newline
20082 \end_inset
20083
20084  Sum:= Sum + A(I); /*Kommentar*/
20085 \begin_inset Newline newline
20086 \end_inset
20087
20088 end loop
20089 \begin_inset VSpace -4mm
20090 \end_inset
20091
20092
20093 \end_layout
20094
20095 \end_inset
20096
20097
20098 \end_layout
20099
20100 \begin_layout Standard
20101 Dieser Typ wird mit 
20102 \family sans
20103 Einfügen\SpecialChar \menuseparator
20104 Gleitobjekt\SpecialChar \menuseparator
20105 Algorithmus
20106 \family default
20107  eingefügt.
20108  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
20109  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
20110 \begin_inset space ~
20111 \end_inset
20112
20113
20114 \begin_inset CommandInset ref
20115 LatexCommand ref
20116 reference "kap:Programm-Code-Listen"
20117
20118 \end_inset
20119
20120 .
20121  Eine mögliche Absatz-Umgebung hier für ist 
20122 \family sans
20123 LyX-Code
20124 \family default
20125 , beschrieben im 
20126 \emph on
20127 Benutzerhandbuch
20128 \emph default
20129 .
20130  In Algorithmus
20131 \begin_inset space ~
20132 \end_inset
20133
20134
20135 \begin_inset CommandInset ref
20136 LatexCommand ref
20137 reference "alg:Ein-Gleitobjekt-Algorithmus"
20138
20139 \end_inset
20140
20141  wurden am Ende -4
20142 \begin_inset space \thinspace{}
20143 \end_inset
20144
20145 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
20146  letzten Zeile gedruckt wird.
20147 \end_layout
20148
20149 \begin_layout Standard
20150 Die Marke 
20151 \emph on
20152 Algorithmus
20153 \emph default
20154  wird nicht automatisch in die druckbare Version übernommen, sondern das
20155  englische Wort 
20156 \emph on
20157 Algorithm
20158 \emph default
20159  verwendet.
20160  Soll
20161 \emph on
20162  Algorithmus
20163 \emph default
20164  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
20165 \end_layout
20166
20167 \begin_layout Standard
20168
20169 \series bold
20170
20171 \backslash
20172 floatname{algorithm}{Algorithmus}
20173 \end_layout
20174
20175 \begin_layout Standard
20176 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
20177  Sprache wie die LyX Menünamen haben, das Menü 
20178 \family sans
20179 Einfügen\SpecialChar \menuseparator
20180 Liste
20181 \begin_inset space \thinspace{}
20182 \end_inset
20183
20184 /
20185 \begin_inset space \thinspace{}
20186 \end_inset
20187
20188 Inhaltsverzeichnis\SpecialChar \menuseparator
20189 Algorithmenverzeichnis
20190 \family default
20191  verwendet werden.
20192  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als TeX-Code
20193  eingefügt werden:
20194 \end_layout
20195
20196 \begin_layout Standard
20197
20198 \series bold
20199
20200 \backslash
20201 listof{algorithm}{Algorithmenverzeichnis}
20202 \end_layout
20203
20204 \begin_layout Standard
20205 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20206  nach dem Schema 
20207 \begin_inset Quotes gld
20208 \end_inset
20209
20210 Kapitelnummer.Algorithmusnummer
20211 \begin_inset Quotes grd
20212 \end_inset
20213
20214  nummeriert.
20215  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20216  einfügen:
20217 \end_layout
20218
20219 \begin_layout Standard
20220
20221 \series bold
20222
20223 \backslash
20224 numberwithin{algorithm}{chapter}
20225 \end_layout
20226
20227 \begin_layout Standard
20228 Um 
20229 \series bold
20230
20231 \backslash
20232 numberwithin
20233 \series default
20234  benutzen zu können, muss in den 
20235 \family sans
20236 Mathe
20237 \begin_inset space ~
20238 \end_inset
20239
20240 Optionen
20241 \family default
20242  der 
20243 \family sans
20244 Dokument-Einstellungen
20245 \family default
20246  
20247 \family sans
20248 AMS
20249 \begin_inset space ~
20250 \end_inset
20251
20252 Mathe
20253 \begin_inset space ~
20254 \end_inset
20255
20256 Paket
20257 \family default
20258
20259 \begin_inset space ~
20260 \end_inset
20261
20262
20263 \family sans
20264 verwenden
20265 \family default
20266  angekreuzt sein.
20267 \end_layout
20268
20269 \begin_layout Subsection
20270 Umflossene Gleitobjekte
20271 \begin_inset Index
20272 status collapsed
20273
20274 \begin_layout Plain Layout
20275 Gleitobjekte ! umflossene
20276 \end_layout
20277
20278 \end_inset
20279
20280
20281 \end_layout
20282
20283 \begin_layout Standard
20284 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
20285  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
20286  den die Abbildung bzw.
20287 \begin_inset space ~
20288 \end_inset
20289
20290 Tabelle übrig lässt.
20291  Sie werden über das Menü
20292 \family sans
20293  Einfügen\SpecialChar \menuseparator
20294 Gleitobjekt\SpecialChar \menuseparator
20295 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
20296 objekt
20297 \family default
20298  eingefügt, wenn das LaTeX-Paket 
20299 \series bold
20300 wrapfig
20301 \series default
20302
20303 \begin_inset Index
20304 status collapsed
20305
20306 \begin_layout Plain Layout
20307 LaTeX-Pakete ! wrapfig
20308 \begin_inset ERT
20309 status collapsed
20310
20311 \begin_layout Plain Layout
20312
20313
20314 \backslash
20315 vspace{4mm}
20316 \end_layout
20317
20318 \end_inset
20319
20320
20321 \end_layout
20322
20323 \end_inset
20324
20325  installiert ist.
20326 \begin_inset Foot
20327 status collapsed
20328
20329 \begin_layout Plain Layout
20330 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20331 \emph on
20332 LaTeX-Konfiguration
20333 \emph default
20334  beschrieben.
20335 \end_layout
20336
20337 \end_inset
20338
20339  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
20340  Box des Gleitobjekts geändert werden.
20341  
20342 \begin_inset Wrap figure
20343 lines 0
20344 placement l
20345 overhang 1cm
20346 width "40col%"
20347 status open
20348
20349 \begin_layout Plain Layout
20350 \begin_inset Graphics
20351         filename ../clipart/mobius.eps
20352         width 40col%
20353         scaleBeforeRotation
20354         rotateOrigin center
20355
20356 \end_inset
20357
20358
20359 \end_layout
20360
20361 \begin_layout Plain Layout
20362 \begin_inset Caption
20363
20364 \begin_layout Plain Layout
20365 \begin_inset CommandInset label
20366 LatexCommand label
20367 name "abb:Dies-ist-eine"
20368
20369 \end_inset
20370
20371 Dies ist eine umflossene Gleitobjekt-Abbildung
20372 \end_layout
20373
20374 \end_inset
20375
20376
20377 \end_layout
20378
20379 \end_inset
20380
20381  Obligatorische Einstellungen sind die 
20382 \family sans
20383 Breite
20384 \family default
20385  und 
20386 \family sans
20387 Platzierung
20388 \family default
20389  des Gleitobjekts.
20390  Optional sind der 
20391 \family sans
20392 Überhang 
20393 \family default
20394 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
20395 \begin_inset space \thinspace{}
20396 \end_inset
20397
20398 /
20399 \begin_inset space \thinspace{}
20400 \end_inset
20401
20402 der Seite ragt und die 
20403 \family sans
20404 benötigten Zeilen
20405 \family default
20406 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
20407  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
20408  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
20409  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
20410  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
20411  zu lassen.
20412  Abbildung
20413 \begin_inset space ~
20414 \end_inset
20415
20416
20417 \begin_inset CommandInset ref
20418 LatexCommand ref
20419 reference "abb:Dies-ist-eine"
20420
20421 \end_inset
20422
20423  ist zum Beispiel ein umflossenes Bild, das 40
20424 \begin_inset space \thinspace{}
20425 \end_inset
20426
20427 % der Spaltenbreite einnimmt, 1
20428 \begin_inset space \thinspace{}
20429 \end_inset
20430
20431 cm in den Rand ragt und links gesetzt wurde.
20432 \begin_inset Foot
20433 status collapsed
20434
20435 \begin_layout Plain Layout
20436 Die benutzbaren Einheiten werden in Anhang
20437 \begin_inset space ~
20438 \end_inset
20439
20440
20441 \begin_inset CommandInset ref
20442 LatexCommand ref
20443 reference "kap:In-LyX-verfügbare"
20444
20445 \end_inset
20446
20447  beschrieben.
20448 \end_layout
20449
20450 \end_inset
20451
20452
20453 \end_layout
20454
20455 \begin_layout Standard
20456 \begin_inset Note Greyedout
20457 status open
20458
20459 \begin_layout Plain Layout
20460
20461 \series bold
20462 Bemerkung:
20463 \series default
20464  Umflossene Objekte sind fragil! Wenn die Abbildung z.
20465 \begin_inset space \thinspace{}
20466 \end_inset
20467
20468 B.
20469  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
20470  oder über anderen Text gedruckt wird.
20471 \end_layout
20472
20473 \end_inset
20474
20475
20476 \end_layout
20477
20478 \begin_layout Standard
20479 Allgemein gilt:
20480 \end_layout
20481
20482 \begin_layout Itemize
20483 Umflossene Gleitobjekte sollten nicht in Absätze gepackt werden, die auf
20484  der nächsten Seite fortgesetzt werden.
20485  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
20486  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
20487 \end_layout
20488
20489 \begin_layout Itemize
20490 Umflossene Gleitobjekte sollten entweder vor dem Absatz, dessen Text um
20491  sie fließen soll, eingefügt werden oder darin.
20492 \end_layout
20493
20494 \begin_layout Itemize
20495 Umflossene Gleitobjekte in aufeinander folgenden Absätzen können Probleme
20496  bereiten, also achten Sie darauf, dass mindestens ein Textabsatz zwischen
20497  ihnen ist.
20498 \end_layout
20499
20500 \begin_layout Itemize
20501 Umflossene Gleitobjekte sind weder in Abschnitts-Überschriften noch in Tabellen
20502  erlaubt.
20503 \end_layout
20504
20505 \begin_layout Section
20506 Gleitobjekt-Nummerierung
20507 \begin_inset Index
20508 status collapsed
20509
20510 \begin_layout Plain Layout
20511 Gleitobjekte ! Nummerierung
20512 \end_layout
20513
20514 \end_inset
20515
20516
20517 \end_layout
20518
20519 \begin_layout Standard
20520 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20521  nummeriert oder nach dem Schema 
20522 \begin_inset Quotes gld
20523 \end_inset
20524
20525 Kapitelnummer.Gleitobjektnummer
20526 \begin_inset Quotes grd
20527 \end_inset
20528
20529  oder 
20530 \begin_inset Quotes gld
20531 \end_inset
20532
20533 Abschnittsnummer.Gleitobjektnummer
20534 \begin_inset Quotes grd
20535 \end_inset
20536
20537 .
20538  Das hängt von der Dokumentklasse ab.
20539 \end_layout
20540
20541 \begin_layout Standard
20542 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20543  in den LaTeX-Vorspann einfügen:
20544 \end_layout
20545
20546 \begin_layout Standard
20547
20548 \series bold
20549
20550 \backslash
20551 renewcommand{
20552 \backslash
20553 thetable}{
20554 \backslash
20555 roman{table}}
20556 \end_layout
20557
20558 \begin_layout Standard
20559
20560 \series bold
20561
20562 \backslash
20563 thetable
20564 \series default
20565  ist der Befehl, der die Tabellennummer druckt.
20566  Für Abbildungen ist das 
20567 \series bold
20568
20569 \backslash
20570 thefigure
20571 \series default
20572 .
20573  Der Befehl 
20574 \series bold
20575
20576 \backslash
20577 roman
20578 \series default
20579  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20580 \end_layout
20581
20582 \begin_layout Standard
20583 Um das Nummerierungsschema zum Beispiel auf 
20584 \begin_inset Quotes gld
20585 \end_inset
20586
20587 Unterabschnittsnummer.Num\SpecialChar \-
20588 mer
20589 \begin_inset Quotes grd
20590 \end_inset
20591
20592  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20593 \end_layout
20594
20595 \begin_layout Standard
20596
20597 \series bold
20598
20599 \backslash
20600 numberwithin{table}{subsection}
20601 \end_layout
20602
20603 \begin_layout Standard
20604 Um den Befehl 
20605 \series bold
20606
20607 \backslash
20608 numberwithin
20609 \series default
20610  benutzen zu können, müssen Sie in den 
20611 \family sans
20612 Mathe
20613 \begin_inset space ~
20614 \end_inset
20615
20616 Optionen
20617 \family default
20618  der 
20619 \family sans
20620 Dokument-Einstellungen
20621 \family default
20622  
20623 \family sans
20624 AMS
20625 \begin_inset space ~
20626 \end_inset
20627
20628 Mathe
20629 \begin_inset space ~
20630 \end_inset
20631
20632 Paket
20633 \family default
20634
20635 \begin_inset space ~
20636 \end_inset
20637
20638
20639 \family sans
20640 verwenden
20641 \family default
20642  ankreuzen.
20643 \end_layout
20644
20645 \begin_layout Standard
20646 Sehen Sie sich bitte auch Abschnitt
20647 \begin_inset space ~
20648 \end_inset
20649
20650
20651 \begin_inset CommandInset ref
20652 LatexCommand ref
20653 reference "uab:Fußnoten-Nummerierung"
20654
20655 \end_inset
20656
20657  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20658 \end_layout
20659
20660 \begin_layout Section
20661 Auf Gleitobjekte verweisen
20662 \begin_inset CommandInset label
20663 LatexCommand label
20664 name "abs:Auf-Gleitobjekte-verweisen"
20665
20666 \end_inset
20667
20668
20669 \begin_inset Index
20670 status collapsed
20671
20672 \begin_layout Plain Layout
20673 Gleitobjekte ! Querverweise
20674 \end_layout
20675
20676 \end_inset
20677
20678
20679 \begin_inset Index
20680 status collapsed
20681
20682 \begin_layout Plain Layout
20683 Querverweise ! auf Gleitobjekte
20684 \end_layout
20685
20686 \end_inset
20687
20688
20689 \end_layout
20690
20691 \begin_layout Standard
20692 Zunächst müssen Sie mit 
20693 \family sans
20694 Einfügen\SpecialChar \menuseparator
20695 Marke
20696 \family default
20697  oder einen Klick auf 
20698 \begin_inset Graphics
20699         filename ../../images/label-insert.png
20700         scale 70
20701         scaleBeforeRotation
20702
20703 \end_inset
20704
20705  eine Marke im Titel einfügen.
20706  Im 
20707 \family sans
20708 Marke
20709 \family default
20710 -Dialog schreiben Sie einen Text in das Feld 
20711 \family sans
20712 Marke
20713 \family default
20714  oder übernehmen den vorgeschlagenen.
20715  Die Marke sieht in LyX dann so aus:
20716 \end_layout
20717
20718 \begin_layout Standard
20719 \begin_inset Graphics
20720         filename clipart/Marke.png
20721         lyxscale 80
20722         scale 50
20723         scaleBeforeRotation
20724         BoundingBox 0bp 6bp 76bp 23bp
20725
20726 \end_inset
20727
20728
20729 \end_layout
20730
20731 \begin_layout Standard
20732 Die Marke wird als Anker und Name für den Querverweis benutzt.
20733  Mit 
20734 \family sans
20735 Einfügen\SpecialChar \menuseparator
20736 Querverweis
20737 \family default
20738  oder einen Klick auf 
20739 \begin_inset Graphics
20740         filename ../../images/dialog-show-new-inset_ref.png
20741         scale 70
20742         scaleBeforeRotation
20743
20744 \end_inset
20745
20746  können Sie dann auf die Marke verweisen.
20747  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20748  angezeigt:
20749 \end_layout
20750
20751 \begin_layout Standard
20752 \begin_inset Graphics
20753         filename clipart/Querverweis.png
20754         lyxscale 80
20755         scale 50
20756         scaleBeforeRotation
20757         BoundingBox 0bp 6bp 76bp 23bp
20758
20759 \end_inset
20760
20761
20762 \begin_inset Newline newline
20763 \end_inset
20764
20765  Mehr zu Querverweisen finden Sie im 
20766 \emph on
20767 Benutzerhandbuch
20768 \emph default
20769 .
20770 \end_layout
20771
20772 \begin_layout Standard
20773 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20774  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20775  durch einen Zeilenumbruch getrennt werden können.
20776 \end_layout
20777
20778 \begin_layout Standard
20779 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20780  LyX passt die Querverweise automatisch an.
20781 \end_layout
20782
20783 \begin_layout Standard
20784 Ein Klick auf den Schalter 
20785 \family sans
20786 Gehe
20787 \begin_inset space ~
20788 \end_inset
20789
20790 zur
20791 \begin_inset space ~
20792 \end_inset
20793
20794 Marke
20795 \family default
20796  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20797  Der Text der Schaltfläche heißt jetzt 
20798 \family sans
20799 Gehe
20800 \begin_inset space ~
20801 \end_inset
20802
20803 zurück
20804 \family default
20805  und ein Klick darauf macht genau dies.
20806   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20807  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20808  Dann ist auch kein 
20809 \family sans
20810 Gehe
20811 \begin_inset space ~
20812 \end_inset
20813
20814 zurück
20815 \family default
20816  möglich.
20817 \end_layout
20818
20819 \begin_layout Subsection
20820 Querverweis-Formate
20821 \begin_inset CommandInset label
20822 LatexCommand label
20823 name "uab:Querverweis-Formate"
20824
20825 \end_inset
20826
20827
20828 \begin_inset Index
20829 status collapsed
20830
20831 \begin_layout Plain Layout
20832 Querverweise ! Formate
20833 \end_layout
20834
20835 \end_inset
20836
20837
20838 \end_layout
20839
20840 \begin_layout Standard
20841 Es gibt sechs verschiedene Querverweisstile:
20842 \end_layout
20843
20844 \begin_layout Description
20845 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20846  
20847 \begin_inset CommandInset ref
20848 LatexCommand ref
20849 reference "abb:Zwei-Teilabbildungen"
20850
20851 \end_inset
20852
20853
20854 \end_layout
20855
20856 \begin_layout Description
20857 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20858  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20859  verwendet wird, speziell wenn der Name 
20860 \begin_inset Quotes gld
20861 \end_inset
20862
20863 Gleichung
20864 \begin_inset Quotes grd
20865 \end_inset
20866
20867  weggelassen wird: 
20868 \begin_inset CommandInset ref
20869 LatexCommand eqref
20870 reference "eq:Wgn"
20871
20872 \end_inset
20873
20874
20875 \end_layout
20876
20877 \begin_layout Description
20878 <Seite>: druckt die Seitennummer: Seite
20879 \begin_inset space ~
20880 \end_inset
20881
20882
20883 \begin_inset CommandInset ref
20884 LatexCommand pageref
20885 reference "abb:Zwei-Teilabbildungen"
20886
20887 \end_inset
20888
20889
20890 \end_layout
20891
20892 \begin_layout Description
20893 auf
20894 \begin_inset space ~
20895 \end_inset
20896
20897 Seite
20898 \begin_inset space ~
20899 \end_inset
20900
20901 <Seite>: druckt den Text 
20902 \begin_inset Quotes gld
20903 \end_inset
20904
20905 auf Seite
20906 \begin_inset Quotes grd
20907 \end_inset
20908
20909  und die Seitennummer: 
20910 \begin_inset CommandInset ref
20911 LatexCommand vpageref
20912 reference "abb:Zwei-Teilabbildungen"
20913
20914 \end_inset
20915
20916
20917 \end_layout
20918
20919 \begin_layout Description
20920 <Querverweis>
20921 \begin_inset space ~
20922 \end_inset
20923
20924 auf
20925 \begin_inset space ~
20926 \end_inset
20927
20928 Seite
20929 \begin_inset space ~
20930 \end_inset
20931
20932 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20933 \begin_inset Quotes gld
20934 \end_inset
20935
20936 auf Seite
20937 \begin_inset Quotes grd
20938 \end_inset
20939
20940 , und die Seitennummer: 
20941 \begin_inset CommandInset ref
20942 LatexCommand vref
20943 reference "abb:Zwei-Teilabbildungen"
20944
20945 \end_inset
20946
20947
20948 \end_layout
20949
20950 \begin_layout Description
20951 Formatierter
20952 \begin_inset space ~
20953 \end_inset
20954
20955 Querverweis: druckt ein selbst definiertes Querverweisformat
20956 \begin_inset Newline newline
20957 \end_inset
20958
20959
20960 \begin_inset Note Greyedout
20961 status open
20962
20963 \begin_layout Plain Layout
20964
20965 \series bold
20966 Bemerkung:
20967 \series default
20968  Dies ist nur möglich, wenn das LaTeX-Paket 
20969 \series bold
20970 prettyref
20971 \series default
20972  installiert ist.
20973 \end_layout
20974
20975 \end_inset
20976
20977
20978 \end_layout
20979
20980 \begin_layout Standard
20981 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
20982  sich die referenzierte Marke auf der vorherigen, derselben oder der nächsten
20983  Seite befindet.
20984  Stattdessen wird der Text 
20985 \begin_inset Quotes gld
20986 \end_inset
20987
20988 auf der vorigen Seite
20989 \begin_inset Quotes grd
20990 \end_inset
20991
20992
20993 \begin_inset Quotes gld
20994 \end_inset
20995
20996 auf dieser Seite
20997 \begin_inset Quotes grd
20998 \end_inset
20999
21000  oder 
21001 \begin_inset Quotes gld
21002 \end_inset
21003
21004 auf der nächsten Seite
21005 \begin_inset Quotes grd
21006 \end_inset
21007
21008  gedruckt.
21009 \end_layout
21010
21011 \begin_layout Standard
21012 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
21013  automatisch von LaTeX berechnet.
21014  Die Stile können im Feld 
21015 \family sans
21016 Format
21017 \family default
21018  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
21019  einen Querverweis klicken.
21020 \end_layout
21021
21022 \begin_layout Subsection
21023 Automatische Querverweisnamen
21024 \begin_inset Index
21025 status collapsed
21026
21027 \begin_layout Plain Layout
21028 Querverweise ! Automatische Namen 
21029 \end_layout
21030
21031 \end_inset
21032
21033
21034 \end_layout
21035
21036 \begin_layout Standard
21037 Das LaTeX-Paket 
21038 \series bold
21039 hyperref
21040 \series default
21041
21042 \begin_inset Index
21043 status collapsed
21044
21045 \begin_layout Plain Layout
21046 LaTeX-Pakete ! hyperref
21047 \end_layout
21048
21049 \end_inset
21050
21051 , das in den
21052 \family sans
21053  PDF-Eigenschaften
21054 \family default
21055  im 
21056 \family sans
21057 Dokument-Einstellungen
21058 \family default
21059  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
21060  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
21061  wie 
21062 \emph on
21063 Abschnitt
21064 \emph default
21065 ).
21066  Sie müssen damit z.
21067 \begin_inset space \thinspace{}
21068 \end_inset
21069
21070 B.
21071  nicht mehr den Namen 
21072 \begin_inset Quotes gld
21073 \end_inset
21074
21075 Abbildung
21076 \begin_inset Quotes grd
21077 \end_inset
21078
21079  vor jeden Querverweis auf eine Abbildung schreiben.
21080  Um diese Funktion benutzen zu können, aktivieren Sie 
21081 \series bold
21082 hyperref
21083 \series default
21084  und fügen diese Zeile in den LaTeX-Vorspann ein:
21085 \end_layout
21086
21087 \begin_layout Standard
21088
21089 \series bold
21090
21091 \backslash
21092 AtBeginDocument{
21093 \backslash
21094 renewcommand{
21095 \backslash
21096 ref}[1]{
21097 \backslash
21098 mbox{
21099 \backslash
21100 autoref{#1}}}}
21101 \end_layout
21102
21103 \begin_layout Standard
21104 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
21105 \begin_inset space \thinspace{}
21106 \end_inset
21107
21108 B.
21109  statt 
21110 \begin_inset Quotes gld
21111 \end_inset
21112
21113 Abschnitt
21114 \begin_inset Quotes grd
21115 \end_inset
21116
21117  den Namen 
21118 \begin_inset Quotes gld
21119 \end_inset
21120
21121 Kap.
21122 \begin_inset space \thinspace{}
21123 \end_inset
21124
21125
21126 \begin_inset Quotes grd
21127 \end_inset
21128
21129 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
21130 \end_layout
21131
21132 \begin_layout Standard
21133
21134 \series bold
21135
21136 \backslash
21137 addto
21138 \backslash
21139 extrasngerman{
21140 \backslash
21141 renewcommand{
21142 \backslash
21143 sectionautorefname}
21144 \begin_inset Newline newline
21145 \end_inset
21146
21147
21148 \begin_inset ERT
21149 status collapsed
21150
21151 \begin_layout Plain Layout
21152
21153
21154 \backslash
21155 hphantom{ }
21156 \end_layout
21157
21158 \end_inset
21159
21160 {Kap.
21161 \backslash
21162 negthinspace}}
21163 \end_layout
21164
21165 \begin_layout Standard
21166 Wenn Sie eine andere Dokumentsprache als Englisch benutzen, ersetzen Sie
21167 \begin_inset Newline newline
21168 \end_inset
21169
21170
21171 \series bold
21172
21173 \backslash
21174 extrasngerman
21175 \series default
21176  durch 
21177 \series bold
21178
21179 \backslash
21180 extras***
21181 \series default
21182 , wobei *** der Name der verwendeten Sprache ist.
21183 \end_layout
21184
21185 \begin_layout Standard
21186 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
21187  z.
21188 \begin_inset space \thinspace{}
21189 \end_inset
21190
21191 B.
21192  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
21193 \end_layout
21194
21195 \begin_layout Standard
21196
21197 \series bold
21198
21199 \backslash
21200 newlength{
21201 \backslash
21202 abc}
21203 \begin_inset Newline newline
21204 \end_inset
21205
21206
21207 \backslash
21208 settowidth{
21209 \backslash
21210 abc}{
21211 \backslash
21212 space}
21213 \begin_inset Newline newline
21214 \end_inset
21215
21216
21217 \backslash
21218 addto
21219 \backslash
21220 extrasenglish{
21221 \backslash
21222 renewcommand{
21223 \backslash
21224 equationautorefname}
21225 \begin_inset Newline newline
21226 \end_inset
21227
21228
21229 \begin_inset ERT
21230 status collapsed
21231
21232 \begin_layout Plain Layout
21233
21234
21235 \backslash
21236 hphantom{ }
21237 \end_layout
21238
21239 \end_inset
21240
21241 {
21242 \backslash
21243 hspace{-
21244 \backslash
21245 abc}}
21246 \end_layout
21247
21248 \begin_layout Standard
21249 Mehr über dieses Thema finden Sie in der 
21250 \series bold
21251 hyperref
21252 \series default
21253 -Dokumentation 
21254 \begin_inset CommandInset citation
21255 LatexCommand cite
21256 key "hyperref"
21257
21258 \end_inset
21259
21260 .
21261 \end_layout
21262
21263 \begin_layout Standard
21264 \begin_inset Note Greyedout
21265 status open
21266
21267 \begin_layout Plain Layout
21268
21269 \series bold
21270 Bemerkung:
21271 \series default
21272  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21273  als Querverweisstil 
21274 \family sans
21275 Formatierter
21276 \begin_inset space ~
21277 \end_inset
21278
21279 Querverweis
21280 \family default
21281  benutzen, wie in Abschnitt
21282 \begin_inset space ~
21283 \end_inset
21284
21285
21286 \begin_inset CommandInset ref
21287 LatexCommand ref
21288 reference "uab:Querverweis-Formate"
21289
21290 \end_inset
21291
21292  beschrieben.
21293 \end_layout
21294
21295 \end_inset
21296
21297
21298 \end_layout
21299
21300 \begin_layout Standard
21301 Das 
21302 \emph on
21303 Mathe
21304 \emph default
21305  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
21306 \end_layout
21307
21308 \begin_layout Subsection
21309 Querverweis-Position
21310 \begin_inset CommandInset label
21311 LatexCommand label
21312 name "uab:Querverweis-Position"
21313
21314 \end_inset
21315
21316
21317 \begin_inset Index
21318 status collapsed
21319
21320 \begin_layout Plain Layout
21321 Querverweise !  Position
21322 \end_layout
21323
21324 \end_inset
21325
21326
21327 \end_layout
21328
21329 \begin_layout Standard
21330 Wenn Sie 
21331 \series bold
21332 hyperref
21333 \series default
21334
21335 \begin_inset Index
21336 status collapsed
21337
21338 \begin_layout Plain Layout
21339 LaTeX-Pakete ! hyperref
21340 \end_layout
21341
21342 \end_inset
21343
21344  in den
21345 \family sans
21346  PDF-Eigenschaften
21347 \family default
21348  im 
21349 \family sans
21350 Dokument-Einstellungen
21351 \family default
21352  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
21353  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21354  und Sie werden das Bild ohne Scrollen nicht sehen.
21355  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21356  ist.
21357  Wenn Sie das  LaTeX-Paket 
21358 \series bold
21359 hypcap
21360 \series default
21361
21362 \begin_inset Index
21363 status collapsed
21364
21365 \begin_layout Plain Layout
21366 LaTeX-Pakete ! hypcap
21367 \end_layout
21368
21369 \end_inset
21370
21371 , das Teil des LaTeX-Pakets 
21372 \series bold
21373 oberdiek
21374 \series default
21375
21376 \begin_inset Index
21377 status collapsed
21378
21379 \begin_layout Plain Layout
21380 LaTeX-Pakete ! oberdiek
21381 \end_layout
21382
21383 \end_inset
21384
21385  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21386  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21387 \series bold
21388 hypcap
21389 \series default
21390  zunächst in den LaTeX-Vorspann laden:
21391 \end_layout
21392
21393 \begin_layout Standard
21394
21395 \series bold
21396
21397 \backslash
21398 usepackage[figure]{hypcap}
21399 \end_layout
21400
21401 \begin_layout Standard
21402 Sie können 
21403 \series bold
21404 hypcap
21405 \series default
21406  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
21407  nicht empfohlen.
21408  Weitere Informationen finden Sie im
21409 \series bold
21410  hypcap
21411 \series default
21412 -Handbuch 
21413 \begin_inset CommandInset citation
21414 LatexCommand cite
21415 key "hypcap"
21416
21417 \end_inset
21418
21419 .
21420 \end_layout
21421
21422 \begin_layout Standard
21423 \begin_inset Note Greyedout
21424 status open
21425
21426 \begin_layout Plain Layout
21427
21428 \series bold
21429 Bemerkung:
21430 \series default
21431  
21432 \series bold
21433 hypcap
21434 \series medium
21435  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
21436 \end_layout
21437
21438 \end_inset
21439
21440
21441 \end_layout
21442
21443 \begin_layout Section
21444 Gleitobjekt-Platzierung
21445 \begin_inset CommandInset label
21446 LatexCommand label
21447 name "abs:Gleitobjekt-Platzierung"
21448
21449 \end_inset
21450
21451
21452 \begin_inset Index
21453 status collapsed
21454
21455 \begin_layout Plain Layout
21456 Gleitobjekte ! Platzierung
21457 \end_layout
21458
21459 \end_inset
21460
21461
21462 \end_layout
21463
21464 \begin_layout Standard
21465 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21466 \family sans
21467 Gleitobjekt-Einstellungen
21468 \family default
21469 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21470  können.
21471 \begin_inset Newline newline
21472 \end_inset
21473
21474 Die Option 
21475 \family sans
21476 Spalten
21477 \begin_inset space ~
21478 \end_inset
21479
21480 überspannen
21481 \family default
21482  ist nur bei zweispaltigen Dokumenten sinnvoll.
21483  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21484 \begin_inset Newline newline
21485 \end_inset
21486
21487 Die Option 
21488 \family sans
21489 Seitwärts
21490 \begin_inset space ~
21491 \end_inset
21492
21493 drehen
21494 \family default
21495  ist in Abschnitt 
21496 \begin_inset CommandInset ref
21497 LatexCommand ref
21498 reference "abs:Gedrehte-Gleitobjekte"
21499
21500 \end_inset
21501
21502  beschrieben.
21503 \end_layout
21504
21505 \begin_layout Standard
21506 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21507  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21508  Sie die Option 
21509 \family sans
21510 Standard-Platzierung
21511 \begin_inset space ~
21512 \end_inset
21513
21514 verwenden
21515 \family default
21516  nicht verwenden:
21517 \end_layout
21518
21519 \begin_layout Description
21520 Hier
21521 \begin_inset space ~
21522 \end_inset
21523
21524 wenn
21525 \begin_inset space ~
21526 \end_inset
21527
21528 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21529 \end_layout
21530
21531 \begin_layout Description
21532 Anfang
21533 \begin_inset space ~
21534 \end_inset
21535
21536 der
21537 \begin_inset space ~
21538 \end_inset
21539
21540 Seite
21541 \family sans
21542  
21543 \family default
21544 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21545  Gleitobjekte, die maximal 70
21546 \begin_inset space \thinspace{}
21547 \end_inset
21548
21549 % einer Seite benötigen, dürfen oben platziert werden.
21550  Dies kann durch die Variable 
21551 \series bold
21552
21553 \backslash
21554 topfraction
21555 \series default
21556  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21557 \end_layout
21558
21559 \begin_deeper
21560 \begin_layout Standard
21561
21562 \series bold
21563
21564 \backslash
21565 renewcommand{
21566 \backslash
21567 topfraction}{0.9}
21568 \family typewriter
21569 \series default
21570  
21571 \end_layout
21572
21573 \end_deeper
21574 \begin_layout Description
21575 Ende
21576 \begin_inset space ~
21577 \end_inset
21578
21579 der
21580 \begin_inset space ~
21581 \end_inset
21582
21583 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21584  Gleitobjekte, die maximal 30
21585 \begin_inset space \thinspace{}
21586 \end_inset
21587
21588 % einer Seite benötigen, dürfen unten platziert werden.
21589  Dies kann durch die Variable 
21590 \series bold
21591
21592 \backslash
21593 bottomfraction
21594 \series default
21595  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21596 \end_layout
21597
21598 \begin_deeper
21599 \begin_layout Standard
21600
21601 \series bold
21602
21603 \backslash
21604 renewcommand{
21605 \backslash
21606 bottomfraction}{0.5}
21607 \end_layout
21608
21609 \begin_layout Standard
21610 die oftmals zu kleine untere Grenze auf 50
21611 \begin_inset space \thinspace{}
21612 \end_inset
21613
21614 %.
21615 \end_layout
21616
21617 \end_deeper
21618 \begin_layout Description
21619 Seite
21620 \begin_inset space ~
21621 \end_inset
21622
21623 mit
21624 \begin_inset space ~
21625 \end_inset
21626
21627 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21628  Nur wenn mehr als 50
21629 \begin_inset space \thinspace{}
21630 \end_inset
21631
21632 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21633  Gleitobjekte bereitgestellt.
21634  Dies kann durch die Variable 
21635 \series bold
21636
21637 \backslash
21638 floatpagefraction 
21639 \series default
21640 im LaTeX-Vorspann überschrieben werden.
21641 \end_layout
21642
21643 \begin_layout Standard
21644 Die Reihenfolge der obigen Optionen wird 
21645 \emph on
21646 immer
21647 \emph default
21648  von LaTeX verwendet.
21649  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21650  versuchen 
21651 \family sans
21652 Hier
21653 \begin_inset space \space{}
21654 \end_inset
21655
21656 wenn
21657 \begin_inset space \space{}
21658 \end_inset
21659
21660 möglich
21661 \family default
21662 , dann 
21663 \family sans
21664 Anfang
21665 \begin_inset space ~
21666 \end_inset
21667
21668 der
21669 \begin_inset space ~
21670 \end_inset
21671
21672 Seite
21673 \family default
21674  und dann die anderen Optionen anzuwenden.
21675  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21676  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21677  Reihenfolge.
21678  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21679 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21680 \end_layout
21681
21682 \begin_layout Standard
21683 Die Option 
21684 \family sans
21685 Hier,
21686 \begin_inset space ~
21687 \end_inset
21688
21689 auf
21690 \begin_inset space ~
21691 \end_inset
21692
21693 jeden
21694 \begin_inset space ~
21695 \end_inset
21696
21697 Fall
21698 \family default
21699  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21700  fast druckreif ist.
21701  Denn mit der Option kann das Objekt nicht mehr 
21702 \emph on
21703 gleiten
21704 \emph default
21705 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21706  oftmals zerstört.
21707 \end_layout
21708
21709 \begin_layout Standard
21710 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
21711  immer vom Text eines bestimmten Absatzes umgeben sind.
21712 \begin_inset VSpace bigskip
21713 \end_inset
21714
21715
21716 \end_layout
21717
21718 \begin_layout Standard
21719 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21720 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21721  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21722  Das kann mit dem LaTeX-Befehl
21723 \series bold
21724  
21725 \backslash
21726 suppressfloats
21727 \series default
21728  verhindert werden.
21729  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21730  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21731  gesetzt wird.
21732  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21733 \end_layout
21734
21735 \begin_layout Standard
21736
21737 \series bold
21738
21739 \backslash
21740 let
21741 \backslash
21742 meinAbschnitt
21743 \backslash
21744 section
21745 \begin_inset Newline newline
21746 \end_inset
21747
21748
21749 \backslash
21750 renewcommand{
21751 \backslash
21752 section}{
21753 \backslash
21754 suppressfloats[t]
21755 \backslash
21756 meinAbschnitt}
21757 \end_layout
21758
21759 \begin_layout Standard
21760 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21761  Unterabschnitten festlegen.
21762  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21763  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21764 \end_layout
21765
21766 \begin_layout Standard
21767 Es gibt auch noch das LaTeX-Paket 
21768 \series bold
21769 flafter
21770 \series default
21771
21772 \begin_inset Index
21773 status collapsed
21774
21775 \begin_layout Plain Layout
21776 LaTeX-Pakete ! flafter
21777 \end_layout
21778
21779 \end_inset
21780
21781  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21782  gedruckt wird.
21783 \end_layout
21784
21785 \begin_layout Standard
21786 \begin_inset VSpace bigskip
21787 \end_inset
21788
21789 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21790  Dafür gibt es das LaTeX-Paket 
21791 \series bold
21792 endfloat
21793 \series default
21794
21795 \begin_inset Index
21796 status collapsed
21797
21798 \begin_layout Plain Layout
21799 LaTeX-Pakete ! endfloat
21800 \end_layout
21801
21802 \end_inset
21803
21804 .
21805  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21806  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21807  
21808 \family sans
21809
21810 \begin_inset Quotes gld
21811 \end_inset
21812
21813 [Abbildung
21814 \begin_inset space ~
21815 \end_inset
21816
21817 3.2 ist ungefähr hier.]
21818 \family default
21819
21820 \begin_inset Quotes grd
21821 \end_inset
21822
21823  finden.
21824  Das 
21825 \series bold
21826 endfloat
21827 \series default
21828 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21829 \end_layout
21830
21831 \begin_layout Standard
21832
21833 \series bold
21834
21835 \backslash
21836 usepackage[Optionen]{endfloat}
21837 \end_layout
21838
21839 \begin_layout Standard
21840 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21841  Tabellen-Abschnitte, die Sie in der 
21842 \series bold
21843 endfloat
21844 \series default
21845 -Dokumentation 
21846 \begin_inset CommandInset citation
21847 LatexCommand cite
21848 key "endfloat"
21849
21850 \end_inset
21851
21852  nachlesen können.
21853 \begin_inset Newline newline
21854 \end_inset
21855
21856
21857 \begin_inset Note Greyedout
21858 status open
21859
21860 \begin_layout Plain Layout
21861
21862 \series bold
21863 Bemerkung
21864 \begin_inset space ~
21865 \end_inset
21866
21867 1: endfloat
21868 \series default
21869  übersetzt den Hinweistext nicht automatisch.
21870  Abschnitt
21871 \begin_inset space ~
21872 \end_inset
21873
21874 4 in 
21875 \begin_inset CommandInset citation
21876 LatexCommand cite
21877 key "endfloat"
21878
21879 \end_inset
21880
21881  beschreibt, wie es geht.
21882 \end_layout
21883
21884 \end_inset
21885
21886
21887 \end_layout
21888
21889 \begin_layout Standard
21890 \begin_inset Note Greyedout
21891 status open
21892
21893 \begin_layout Plain Layout
21894
21895 \series bold
21896 Bemerkung
21897 \begin_inset space ~
21898 \end_inset
21899
21900 2: 
21901 \series default
21902 Die aktuelle Version von 
21903 \series bold
21904 endfloat
21905 \series default
21906  hat einen Fehler, wenn die Überschrift ein 
21907 \begin_inset Quotes gld
21908 \end_inset
21909
21910 ß
21911 \begin_inset Quotes grd
21912 \end_inset
21913
21914  enthält.
21915  Sie müssen stattdessen den Befehl 
21916 \series bold
21917
21918 \backslash
21919 ss
21920 \series default
21921  als TeX-Code benutzen.
21922 \end_layout
21923
21924 \end_inset
21925
21926
21927 \end_layout
21928
21929 \begin_layout Standard
21930 \begin_inset VSpace bigskip
21931 \end_inset
21932
21933 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
21934  wie 
21935 \begin_inset CommandInset citation
21936 LatexCommand cite
21937 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21938
21939 \end_inset
21940
21941 .
21942 \end_layout
21943
21944 \begin_layout Section
21945 Gedrehte Gleitobjekte
21946 \begin_inset CommandInset label
21947 LatexCommand label
21948 name "abs:Gedrehte-Gleitobjekte"
21949
21950 \end_inset
21951
21952
21953 \begin_inset Index
21954 status collapsed
21955
21956 \begin_layout Plain Layout
21957 Gleitobjekte ! drehen
21958 \end_layout
21959
21960 \end_inset
21961
21962
21963 \end_layout
21964
21965 \begin_layout Standard
21966 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
21967 t drehen.
21968  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
21969  und die Option 
21970 \family sans
21971 Seitwärts
21972 \begin_inset space ~
21973 \end_inset
21974
21975 drehen
21976 \family default
21977  wählen.
21978 \end_layout
21979
21980 \begin_layout Standard
21981 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
21982  sie ein mehrspaltiges Dokument haben) gedruckt.
21983  Sie können mehrere Spalten überspannen, wenn die Option 
21984 \family sans
21985 Spalten
21986 \begin_inset space ~
21987 \end_inset
21988
21989 überspannen
21990 \family default
21991  in den Gleitobjekt Einstellungen gewählt ist.
21992  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
21993  werden können.
21994  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
21995  Option 
21996 \series bold
21997 figuresleft
21998 \series default
21999  oder 
22000 \series bold
22001 figuresright
22002 \series default
22003  zu den Dokumentklassen-Optionen hinzu.
22004 \end_layout
22005
22006 \begin_layout Standard
22007 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
22008  Tabelle
22009 \begin_inset space ~
22010 \end_inset
22011
22012
22013 \begin_inset CommandInset ref
22014 LatexCommand ref
22015 reference "tab:Gedrehte-Tabelle"
22016
22017 \end_inset
22018
22019  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
22020 \end_layout
22021
22022 \begin_layout Standard
22023 \begin_inset Note Greyedout
22024 status open
22025
22026 \begin_layout Plain Layout
22027
22028 \series bold
22029 Bemerkung:
22030 \series default
22031  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
22032 \end_layout
22033
22034 \end_inset
22035
22036
22037 \end_layout
22038
22039 \begin_layout Standard
22040 \begin_inset Float table
22041 wide false
22042 sideways true
22043 status open
22044
22045 \begin_layout Plain Layout
22046 \begin_inset Caption
22047
22048 \begin_layout Plain Layout
22049 \begin_inset CommandInset label
22050 LatexCommand label
22051 name "tab:Gedrehte-Tabelle"
22052
22053 \end_inset
22054
22055 Gedrehte Tabelle
22056 \end_layout
22057
22058 \end_inset
22059
22060
22061 \end_layout
22062
22063 \begin_layout Plain Layout
22064 \align center
22065 \begin_inset Tabular
22066 <lyxtabular version="3" rows="1" columns="5">
22067 <features>
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 <column alignment="center" valignment="top" width="0">
22072 <column alignment="center" valignment="top" width="0">
22073 <row>
22074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22075 \begin_inset Text
22076
22077 \begin_layout Plain Layout
22078 Test
22079 \end_layout
22080
22081 \end_inset
22082 </cell>
22083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22084 \begin_inset Text
22085
22086 \begin_layout Plain Layout
22087 b
22088 \end_layout
22089
22090 \end_inset
22091 </cell>
22092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22093 \begin_inset Text
22094
22095 \begin_layout Plain Layout
22096 c
22097 \end_layout
22098
22099 \end_inset
22100 </cell>
22101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22102 \begin_inset Text
22103
22104 \begin_layout Plain Layout
22105 d
22106 \end_layout
22107
22108 \end_inset
22109 </cell>
22110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22111 \begin_inset Text
22112
22113 \begin_layout Plain Layout
22114 e
22115 \end_layout
22116
22117 \end_inset
22118 </cell>
22119 </row>
22120 </lyxtabular>
22121
22122 \end_inset
22123
22124
22125 \end_layout
22126
22127 \end_inset
22128
22129
22130 \end_layout
22131
22132 \begin_layout Section
22133 Gleitobjekte nebeneinander
22134 \begin_inset Index
22135 status collapsed
22136
22137 \begin_layout Plain Layout
22138 Gleitobjekte ! nebeneinander
22139 \end_layout
22140
22141 \end_inset
22142
22143
22144 \end_layout
22145
22146 \begin_layout Standard
22147 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
22148 \begin_inset space ~
22149 \end_inset
22150
22151
22152 \begin_inset CommandInset ref
22153 LatexCommand ref
22154 reference "abb:Gleitobjekt-links"
22155
22156 \end_inset
22157
22158  und 
22159 \begin_inset CommandInset ref
22160 LatexCommand ref
22161 reference "abb:Gleitobjekt-rechts"
22162
22163 \end_inset
22164
22165  wird nur 
22166 \emph on
22167 ein
22168 \emph default
22169  Gleitobjekt verwendet.
22170  In dieses werden zwei Minipage Boxen eingefügt.
22171 \begin_inset Foot
22172 status collapsed
22173
22174 \begin_layout Plain Layout
22175 Minipages sind in Abschnitt
22176 \begin_inset space ~
22177 \end_inset
22178
22179
22180 \begin_inset CommandInset ref
22181 LatexCommand ref
22182 reference "abs:Minipage"
22183
22184 \end_inset
22185
22186  erklärt.
22187 \end_layout
22188
22189 \end_inset
22190
22191  Die Breite wird für jede Minipage auf 45
22192 \begin_inset space \thinspace{}
22193 \end_inset
22194
22195 -50
22196 \begin_inset space \thinspace{}
22197 \end_inset
22198
22199 Spalten% und die Box Ausrichtung auf 
22200 \family sans
22201 Unten
22202 \family default
22203  gesetzt.
22204  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
22205  Gleitobjekt.
22206  Der einzige Unterschied ist, dass die Bildeinheit 
22207 \family sans
22208 Spaltenbreite
22209 \begin_inset space ~
22210 \end_inset
22211
22212 %
22213 \family default
22214  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
22215 \end_layout
22216
22217 \begin_layout Standard
22218 \begin_inset Float figure
22219 wide false
22220 sideways false
22221 status open
22222
22223 \begin_layout Plain Layout
22224 \begin_inset Box Frameless
22225 position "b"
22226 hor_pos "c"
22227 has_inner_box 1
22228 inner_pos "t"
22229 use_parbox 0
22230 width "45col%"
22231 special "none"
22232 height "1in"
22233 height_special "totalheight"
22234 status open
22235
22236 \begin_layout Plain Layout
22237 \align center
22238 \begin_inset Graphics
22239         filename ../clipart/mobius.eps
22240         lyxscale 50
22241         width 100col%
22242         scaleBeforeRotation
22243
22244 \end_inset
22245
22246
22247 \end_layout
22248
22249 \begin_layout Plain Layout
22250 \begin_inset Caption
22251
22252 \begin_layout Plain Layout
22253 \begin_inset CommandInset label
22254 LatexCommand label
22255 name "abb:Gleitobjekt-links"
22256
22257 \end_inset
22258
22259 Gleitobjekt auf der linken Seite.
22260 \end_layout
22261
22262 \end_inset
22263
22264
22265 \end_layout
22266
22267 \end_inset
22268
22269
22270 \begin_inset space \hfill{}
22271 \end_inset
22272
22273
22274 \begin_inset Box Frameless
22275 position "b"
22276 hor_pos "c"
22277 has_inner_box 1
22278 inner_pos "t"
22279 use_parbox 0
22280 width "45col%"
22281 special "none"
22282 height "1in"
22283 height_special "totalheight"
22284 status open
22285
22286 \begin_layout Plain Layout
22287 \align center
22288 \begin_inset Graphics
22289         filename ../clipart/platypus.eps
22290         lyxscale 50
22291         width 100col%
22292         scaleBeforeRotation
22293
22294 \end_inset
22295
22296
22297 \end_layout
22298
22299 \begin_layout Plain Layout
22300 \begin_inset Caption
22301
22302 \begin_layout Plain Layout
22303 \begin_inset CommandInset label
22304 LatexCommand label
22305 name "abb:Gleitobjekt-rechts"
22306
22307 \end_inset
22308
22309 Gleitobjekt auf der rechten Seite.
22310 \end_layout
22311
22312 \end_inset
22313
22314
22315 \end_layout
22316
22317 \end_inset
22318
22319
22320 \end_layout
22321
22322 \end_inset
22323
22324
22325 \end_layout
22326
22327 \begin_layout Section
22328 Beschriftungs-Formatierung
22329 \begin_inset CommandInset label
22330 LatexCommand label
22331 name "abs:Titel-Formatierung"
22332
22333 \end_inset
22334
22335
22336 \begin_inset Index
22337 status collapsed
22338
22339 \begin_layout Plain Layout
22340 Gleitobjekte ! Beschriftung ! Formatierung
22341 \end_layout
22342
22343 \end_inset
22344
22345
22346 \end_layout
22347
22348 \begin_layout Standard
22349
22350 \family sans
22351 Legende
22352 \family default
22353  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22354  In LyX sehen Titel so aus:  
22355 \family sans
22356
22357 \begin_inset Quotes gld
22358 \end_inset
22359
22360 Abbildung xyz:
22361 \family default
22362
22363 \begin_inset Quotes grd
22364 \end_inset
22365
22366 , gefolgt vom Beschriftungstext, wobei 
22367 \family sans
22368 xyz
22369 \family default
22370  die von LyX vergebene Nummer ist.
22371  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22372  gedruckt.
22373  Dies ist nicht immer brauchbar.
22374 \end_layout
22375
22376 \begin_layout Standard
22377 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22378  
22379 \series bold
22380 caption
22381 \series default
22382
22383 \begin_inset Index
22384 status collapsed
22385
22386 \begin_layout Plain Layout
22387 LaTeX-Pakete ! caption
22388 \end_layout
22389
22390 \end_inset
22391
22392  in den LaTeX-Vorspann laden:
22393 \end_layout
22394
22395 \begin_layout Standard
22396
22397 \series bold
22398
22399 \backslash
22400 usepackage[Format-Definition]{caption}
22401 \end_layout
22402
22403 \begin_layout Standard
22404 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22405  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22406 \end_layout
22407
22408 \begin_layout Standard
22409
22410 \series bold
22411
22412 \backslash
22413 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22414 \end_layout
22415
22416 \begin_layout Standard
22417 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22418  definieren.
22419  Dazu laden Sie das 
22420 \series bold
22421 caption
22422 \series default
22423 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22424  dem Befehl
22425 \end_layout
22426
22427 \begin_layout Standard
22428
22429 \series bold
22430
22431 \backslash
22432 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22433 \end_layout
22434
22435 \begin_layout Standard
22436 Für Abbildung
22437 \begin_inset space ~
22438 \end_inset
22439
22440
22441 \begin_inset CommandInset ref
22442 LatexCommand ref
22443 reference "abb:Langer-Abb-Titel"
22444
22445 \end_inset
22446
22447  und Tabelle
22448 \begin_inset space ~
22449 \end_inset
22450
22451
22452 \begin_inset CommandInset ref
22453 LatexCommand ref
22454 reference "tab:Langer-Tab-Titel"
22455
22456 \end_inset
22457
22458  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22459  werden:
22460 \end_layout
22461
22462 \begin_layout Standard
22463
22464 \series bold
22465
22466 \backslash
22467 usepackage[tableposition=top]{caption}
22468 \begin_inset Newline newline
22469 \end_inset
22470
22471
22472 \backslash
22473 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22474 \begin_inset Newline newline
22475 \end_inset
22476
22477
22478 \begin_inset ERT
22479 status collapsed
22480
22481 \begin_layout Plain Layout
22482
22483
22484 \backslash
22485 hphantom{
22486 \backslash
22487
22488 \backslash
22489 captionsetup[figure]
22490 \backslash
22491 {}
22492 \end_layout
22493
22494 \end_inset
22495
22496  labelsep=period}
22497 \begin_inset Newline newline
22498 \end_inset
22499
22500
22501 \backslash
22502 captionsetup[table]{labelfont={bf,sf}}
22503 \end_layout
22504
22505 \begin_layout Standard
22506 \begin_inset Note Greyedout
22507 status open
22508
22509 \begin_layout Plain Layout
22510
22511 \series bold
22512 Bemerkung:
22513 \series default
22514  Die Option 
22515 \series bold
22516 tableposition=top
22517 \series default
22518  hat keine Auswirkung, wenn eine 
22519 \series bold
22520 koma-script
22521 \series default
22522
22523 \begin_inset Index
22524 status collapsed
22525
22526 \begin_layout Plain Layout
22527 LaTeX-Pakete ! koma-script
22528 \end_layout
22529
22530 \end_inset
22531
22532 -Dokumentklasse verwendet wird.
22533  Hier muss die Option 
22534 \series bold
22535 tablecaptionabove
22536 \series default
22537  benutzt werden.
22538 \end_layout
22539
22540 \end_inset
22541
22542
22543 \end_layout
22544
22545 \begin_layout Standard
22546 Weitere Informationen über das Paket
22547 \series bold
22548  caption
22549 \series default
22550  finden Sie in seiner Dokumentation 
22551 \begin_inset CommandInset citation
22552 LatexCommand cite
22553 key "caption"
22554
22555 \end_inset
22556
22557 .
22558 \end_layout
22559
22560 \begin_layout Standard
22561 Wenn Sie den Namen von 
22562 \begin_inset Quotes gld
22563 \end_inset
22564
22565 Abbildung
22566 \begin_inset Quotes grd
22567 \end_inset
22568
22569  auf 
22570 \begin_inset Quotes gld
22571 \end_inset
22572
22573 Bild
22574 \begin_inset Quotes grd
22575 \end_inset
22576
22577  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
22578 \end_layout
22579
22580 \begin_layout Standard
22581
22582 \series bold
22583
22584 \backslash
22585 renewcommand{
22586 \backslash
22587 fnum@figure}{Bild~
22588 \backslash
22589 thefigure}
22590 \end_layout
22591
22592 \begin_layout Standard
22593 wobei 
22594 \series bold
22595
22596 \backslash
22597 thefigure
22598 \series default
22599  die Bildnummer einsetzt und
22600 \series bold
22601  ~
22602 \series default
22603  ein geschütztes Leerzeichen ist.
22604 \end_layout
22605
22606 \begin_layout Standard
22607 \begin_inset VSpace bigskip
22608 \end_inset
22609
22610 Wenn Sie eine 
22611 \series bold
22612 koma-script
22613 \series default
22614
22615 \begin_inset Index
22616 status collapsed
22617
22618 \begin_layout Plain Layout
22619 LaTeX-Pakete ! koma-script
22620 \end_layout
22621
22622 \end_inset
22623
22624 -Dokumentklasse (
22625 \family sans
22626 article (koma-script)
22627 \family default
22628
22629 \family sans
22630 book (koma-script)
22631 \family default
22632
22633 \family sans
22634 letter (koma-script)
22635 \family default
22636  oder 
22637 \family sans
22638 report (koma-script)
22639 \family default
22640 ) benutzen, können Sie anstatt des 
22641 \series bold
22642 caption
22643 \series default
22644 -Paketes den eingebauten Befehl 
22645 \series bold
22646
22647 \backslash
22648 setkomafont
22649 \series default
22650  von 
22651 \series bold
22652 koma-script
22653 \series default
22654  benutzen.
22655  Der Befehl
22656 \end_layout
22657
22658 \begin_layout Standard
22659
22660 \series bold
22661
22662 \backslash
22663 setkomafont{captionlabel}{
22664 \backslash
22665 bfseries}
22666 \end_layout
22667
22668 \begin_layout Standard
22669 im LaTeX-Vorspann druckt den Namen fett.
22670 \end_layout
22671
22672 \begin_layout Standard
22673 Weitere Informationen über 
22674 \series bold
22675
22676 \backslash
22677 setkomafont
22678 \series default
22679  finden Sie in der 
22680 \series bold
22681 koma-script
22682 \series default
22683 -Do\SpecialChar \-
22684 ku\SpecialChar \-
22685 men\SpecialChar \-
22686 ta\SpecialChar \-
22687 tion 
22688 \begin_inset CommandInset citation
22689 LatexCommand cite
22690 key "koma-script"
22691
22692 \end_inset
22693
22694 .
22695 \end_layout
22696
22697 \begin_layout Standard
22698 \begin_inset ERT
22699 status collapsed
22700
22701 \begin_layout Plain Layout
22702
22703
22704 \backslash
22705 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22706 }
22707 \end_layout
22708
22709 \end_inset
22710
22711
22712 \begin_inset Note Note
22713 status open
22714
22715 \begin_layout Plain Layout
22716 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
22717 \end_layout
22718
22719 \end_inset
22720
22721
22722 \end_layout
22723
22724 \begin_layout Standard
22725 \begin_inset Float figure
22726 placement !p
22727 wide false
22728 sideways false
22729 status open
22730
22731 \begin_layout Plain Layout
22732 \align center
22733 \begin_inset Graphics
22734         filename ../clipart/mobius.eps
22735         lyxscale 50
22736         scale 50
22737         scaleBeforeRotation
22738
22739 \end_inset
22740
22741
22742 \end_layout
22743
22744 \begin_layout Plain Layout
22745 \begin_inset Caption
22746
22747 \begin_layout Plain Layout
22748 \begin_inset CommandInset label
22749 LatexCommand label
22750 name "abb:Langer-Abb-Titel"
22751
22752 \end_inset
22753
22754 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22755  ist, um das andere Beschriftungsformat zu zeigen.
22756  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
22757 \begin_inset OptArg
22758 status collapsed
22759
22760 \begin_layout Plain Layout
22761 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22762  ist.
22763 \end_layout
22764
22765 \end_inset
22766
22767
22768 \end_layout
22769
22770 \end_inset
22771
22772
22773 \end_layout
22774
22775 \end_inset
22776
22777
22778 \end_layout
22779
22780 \begin_layout Standard
22781 \begin_inset ERT
22782 status collapsed
22783
22784 \begin_layout Plain Layout
22785
22786
22787 \backslash
22788 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22789 on}
22790 \end_layout
22791
22792 \end_inset
22793
22794
22795 \end_layout
22796
22797 \begin_layout Standard
22798 \begin_inset Float table
22799 placement !p
22800 wide false
22801 sideways false
22802 status open
22803
22804 \begin_layout Plain Layout
22805 \begin_inset Caption
22806
22807 \begin_layout Plain Layout
22808 \begin_inset CommandInset label
22809 LatexCommand label
22810 name "tab:Langer-Tab-Titel"
22811
22812 \end_inset
22813
22814 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22815  ist, um das andere Beschriftungsformat zu zeigen.
22816  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
22817  benutzt.
22818 \begin_inset OptArg
22819 status collapsed
22820
22821 \begin_layout Plain Layout
22822 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22823  ist.
22824 \end_layout
22825
22826 \end_inset
22827
22828
22829 \end_layout
22830
22831 \end_inset
22832
22833
22834 \end_layout
22835
22836 \begin_layout Plain Layout
22837 \align center
22838 \begin_inset Tabular
22839 <lyxtabular version="3" rows="1" columns="5">
22840 <features>
22841 <column alignment="center" valignment="top" width="0">
22842 <column alignment="center" valignment="top" width="0">
22843 <column alignment="center" valignment="top" width="0">
22844 <column alignment="center" valignment="top" width="0">
22845 <column alignment="center" valignment="top" width="0">
22846 <row>
22847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22848 \begin_inset Text
22849
22850 \begin_layout Plain Layout
22851 a
22852 \end_layout
22853
22854 \end_inset
22855 </cell>
22856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22857 \begin_inset Text
22858
22859 \begin_layout Plain Layout
22860 b
22861 \end_layout
22862
22863 \end_inset
22864 </cell>
22865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22866 \begin_inset Text
22867
22868 \begin_layout Plain Layout
22869 c
22870 \end_layout
22871
22872 \end_inset
22873 </cell>
22874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22875 \begin_inset Text
22876
22877 \begin_layout Plain Layout
22878 d
22879 \end_layout
22880
22881 \end_inset
22882 </cell>
22883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22884 \begin_inset Text
22885
22886 \begin_layout Plain Layout
22887 e
22888 \end_layout
22889
22890 \end_inset
22891 </cell>
22892 </row>
22893 </lyxtabular>
22894
22895 \end_inset
22896
22897
22898 \end_layout
22899
22900 \end_inset
22901
22902
22903 \end_layout
22904
22905 \begin_layout Section
22906 Beschriftungs-Platzierung
22907 \begin_inset CommandInset label
22908 LatexCommand label
22909 name "abs:Titel-Platzierung"
22910
22911 \end_inset
22912
22913
22914 \begin_inset Index
22915 status collapsed
22916
22917 \begin_layout Plain Layout
22918 Gleitobjekte ! Beschriftung ! Platzierung
22919 \end_layout
22920
22921 \end_inset
22922
22923
22924 \end_layout
22925
22926 \begin_layout Standard
22927 Normalerweise werden die Beschriftungen wie folgt platziert:
22928 \end_layout
22929
22930 \begin_layout Description
22931 Abbildung: darunter
22932 \end_layout
22933
22934 \begin_layout Description
22935 Tabelle: darüber
22936 \end_layout
22937
22938 \begin_layout Standard
22939 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
22940  Das heißt wenn Sie eine der Dokument-Klassen 
22941 \family sans
22942 article
22943 \family default
22944
22945 \family sans
22946 book
22947 \family default
22948
22949 \family sans
22950 letter
22951 \family default
22952  oder 
22953 \family sans
22954 report
22955 \family default
22956  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
22957  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
22958 \series bold
22959 caption
22960 \series default
22961  im LaTeX-Vorspann folgendes schreiben:
22962 \begin_inset Foot
22963 status collapsed
22964
22965 \begin_layout Plain Layout
22966 In Abschnitt
22967 \begin_inset space ~
22968 \end_inset
22969
22970
22971 \begin_inset CommandInset ref
22972 LatexCommand ref
22973 reference "abs:Titel-Formatierung"
22974
22975 \end_inset
22976
22977  steht mehr über das Paket 
22978 \series bold
22979 caption
22980 \series default
22981 .
22982 \end_layout
22983
22984 \end_inset
22985
22986
22987 \end_layout
22988
22989 \begin_layout Standard
22990
22991 \series bold
22992 tableposition=top
22993 \end_layout
22994
22995 \begin_layout Standard
22996 Wenn Sie eine 
22997 \series bold
22998 koma-script
22999 \series default
23000
23001 \begin_inset Index
23002 status collapsed
23003
23004 \begin_layout Plain Layout
23005 LaTeX-Pakete ! koma-script
23006 \end_layout
23007
23008 \end_inset
23009
23010 -Dokumentklasse (
23011 \family sans
23012 article (koma-script)
23013 \family default
23014
23015 \family sans
23016 book (koma-script)
23017 \family default
23018
23019 \family sans
23020 letter (koma-script)
23021 \family default
23022  oder 
23023 \family sans
23024 report (koma-script)
23025 \family default
23026 ) benutzen, können Sie alternativ zum 
23027 \series bold
23028 caption
23029 \series default
23030 -Paket die Option 
23031 \series bold
23032 tablecaptionabove
23033 \series default
23034  benutzen.
23035 \end_layout
23036
23037 \begin_layout Standard
23038 \begin_inset VSpace bigskip
23039 \end_inset
23040
23041 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
23042  Das bewirkt das LaTeX-Paket 
23043 \series bold
23044 sidecap
23045 \series default
23046
23047 \begin_inset Index
23048 status collapsed
23049
23050 \begin_layout Plain Layout
23051 LaTeX-Pakete ! sidecap
23052 \end_layout
23053
23054 \end_inset
23055
23056 , das so in den LaTeX-Vorspann geladen wird:
23057 \end_layout
23058
23059 \begin_layout Standard
23060
23061 \series bold
23062
23063 \backslash
23064 usepackage[Option]{sidecap}
23065 \end_layout
23066
23067 \begin_layout Standard
23068 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
23069  Mit 
23070 \series bold
23071 innercaption
23072 \series default
23073  wird die Beschriftung innen gedruckt.
23074  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
23075  
23076 \series bold
23077 rightcaption
23078 \series default
23079  oder 
23080 \series bold
23081 leftcaption
23082 \series default
23083 .
23084 \end_layout
23085
23086 \begin_layout Standard
23087 \begin_inset ERT
23088 status collapsed
23089
23090 \begin_layout Plain Layout
23091
23092
23093 \backslash
23094 ifsidecap
23095 \end_layout
23096
23097 \end_inset
23098
23099
23100 \begin_inset Note Note
23101 status open
23102
23103 \begin_layout Plain Layout
23104 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
23105 \series bold
23106 sidecap
23107 \series default
23108  installiert ist.
23109 \end_layout
23110
23111 \end_inset
23112
23113
23114 \end_layout
23115
23116 \begin_layout Standard
23117 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
23118  in den LaTeX-Vorspann schreiben:
23119 \end_layout
23120
23121 \begin_layout Standard
23122
23123 \lyxline
23124
23125 \end_layout
23126
23127 \begin_layout Standard
23128
23129 \series bold
23130
23131 \backslash
23132 newcommand{
23133 \backslash
23134 TabBesBeg}{%
23135 \begin_inset Newline newline
23136 \end_inset
23137
23138
23139 \begin_inset ERT
23140 status collapsed
23141
23142 \begin_layout Plain Layout
23143
23144
23145 \backslash
23146 hphantom{ }
23147 \end_layout
23148
23149 \end_inset
23150
23151
23152 \backslash
23153 let
23154 \backslash
23155 MyTable
23156 \backslash
23157 table
23158 \begin_inset Newline newline
23159 \end_inset
23160
23161
23162 \begin_inset ERT
23163 status collapsed
23164
23165 \begin_layout Plain Layout
23166
23167
23168 \backslash
23169 hphantom{ }
23170 \end_layout
23171
23172 \end_inset
23173
23174
23175 \backslash
23176 let
23177 \backslash
23178 MyEndtable
23179 \backslash
23180 endtable
23181 \begin_inset Newline newline
23182 \end_inset
23183
23184
23185 \begin_inset ERT
23186 status collapsed
23187
23188 \begin_layout Plain Layout
23189
23190
23191 \backslash
23192 hphantom{ }
23193 \end_layout
23194
23195 \end_inset
23196
23197
23198 \backslash
23199 renewenvironment{table}{
23200 \backslash
23201 begin{SCtable}}{
23202 \backslash
23203 end{SCtable}}}
23204 \end_layout
23205
23206 \begin_layout Standard
23207
23208 \series bold
23209
23210 \backslash
23211 newcommand{
23212 \backslash
23213 TabBesEnd}{%
23214 \begin_inset Newline newline
23215 \end_inset
23216
23217
23218 \begin_inset ERT
23219 status collapsed
23220
23221 \begin_layout Plain Layout
23222
23223
23224 \backslash
23225 hphantom{ }
23226 \end_layout
23227
23228 \end_inset
23229
23230
23231 \backslash
23232 let
23233 \backslash
23234 table
23235 \backslash
23236 MyTable
23237 \begin_inset Newline newline
23238 \end_inset
23239
23240
23241 \begin_inset ERT
23242 status collapsed
23243
23244 \begin_layout Plain Layout
23245
23246
23247 \backslash
23248 hphantom{ }
23249 \end_layout
23250
23251 \end_inset
23252
23253
23254 \backslash
23255 let
23256 \backslash
23257 endtable
23258 \backslash
23259 MyEndtable
23260 \end_layout
23261
23262 \begin_layout Standard
23263
23264 \series bold
23265
23266 \backslash
23267 newcommand{
23268 \backslash
23269 FigBesBeg}{%
23270 \begin_inset Newline newline
23271 \end_inset
23272
23273
23274 \begin_inset ERT
23275 status collapsed
23276
23277 \begin_layout Plain Layout
23278
23279
23280 \backslash
23281 hphantom{ }
23282 \end_layout
23283
23284 \end_inset
23285
23286
23287 \backslash
23288 let
23289 \backslash
23290 MyFigure
23291 \backslash
23292 figure
23293 \begin_inset Newline newline
23294 \end_inset
23295
23296
23297 \begin_inset ERT
23298 status collapsed
23299
23300 \begin_layout Plain Layout
23301
23302
23303 \backslash
23304 hphantom{ }
23305 \end_layout
23306
23307 \end_inset
23308
23309
23310 \backslash
23311 let
23312 \backslash
23313 MyEndfigure
23314 \backslash
23315 endfigure
23316 \begin_inset Newline newline
23317 \end_inset
23318
23319
23320 \begin_inset ERT
23321 status collapsed
23322
23323 \begin_layout Plain Layout
23324
23325
23326 \backslash
23327 hphantom{ }
23328 \end_layout
23329
23330 \end_inset
23331
23332
23333 \backslash
23334 renewenvironment{figure}{
23335 \backslash
23336 begin{SCfigure}}{
23337 \backslash
23338 end{SCfigure}}}
23339 \end_layout
23340
23341 \begin_layout Standard
23342
23343 \series bold
23344
23345 \backslash
23346 newcommand{
23347 \backslash
23348 FigBesEnd}{%
23349 \begin_inset Newline newline
23350 \end_inset
23351
23352
23353 \begin_inset ERT
23354 status collapsed
23355
23356 \begin_layout Plain Layout
23357
23358
23359 \backslash
23360 hphantom{ }
23361 \end_layout
23362
23363 \end_inset
23364
23365
23366 \backslash
23367 let
23368 \backslash
23369 figure
23370 \backslash
23371 MyFigure
23372 \begin_inset Newline newline
23373 \end_inset
23374
23375
23376 \begin_inset ERT
23377 status collapsed
23378
23379 \begin_layout Plain Layout
23380
23381
23382 \backslash
23383 hphantom{ }
23384 \end_layout
23385
23386 \end_inset
23387
23388
23389 \backslash
23390 let
23391 \backslash
23392 endfigure
23393 \backslash
23394 MyEndfigure}
23395 \series default
23396
23397 \lyxline
23398
23399 \end_layout
23400
23401 \begin_layout Standard
23402 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23403 ungen seitlich gedruckt werden.
23404  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23405 \end_layout
23406
23407 \begin_layout Standard
23408
23409 \series bold
23410
23411 \backslash
23412 FigBesBeg
23413 \end_layout
23414
23415 \begin_layout Standard
23416 als TeX-Code vor und
23417 \end_layout
23418
23419 \begin_layout Standard
23420
23421 \series bold
23422
23423 \backslash
23424 FigBesEnd
23425 \end_layout
23426
23427 \begin_layout Standard
23428 hinter das Gleitobjekt.
23429  Bei Gleitobjekt-Tabellen heißen die Befehle
23430 \end_layout
23431
23432 \begin_layout Standard
23433
23434 \series bold
23435
23436 \backslash
23437 TabBesBeg
23438 \series default
23439  und 
23440 \series bold
23441
23442 \backslash
23443 TabBesEnd
23444 \series default
23445 .
23446 \end_layout
23447
23448 \begin_layout Standard
23449 Abbildung
23450 \begin_inset space ~
23451 \end_inset
23452
23453
23454 \begin_inset CommandInset ref
23455 LatexCommand ref
23456 reference "abb:Beschriftung-neben"
23457
23458 \end_inset
23459
23460  und Tabelle
23461 \begin_inset space ~
23462 \end_inset
23463
23464
23465 \begin_inset CommandInset ref
23466 LatexCommand ref
23467 reference "tab:cap-beside-tab"
23468
23469 \end_inset
23470
23471  sind Beispiele für seitliche Beschriftungen.
23472 \end_layout
23473
23474 \begin_layout Standard
23475 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23476  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23477  der Abbildung.
23478  Das kann man mit dem Befehl
23479 \end_layout
23480
23481 \begin_layout Standard
23482
23483 \series bold
23484
23485 \backslash
23486 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
23487 \end_layout
23488
23489 \begin_layout Standard
23490 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
23491  Der Gleitobjekt-Typ ist entweder 
23492 \family sans
23493 figure
23494 \family default
23495  oder 
23496 \family sans
23497 table
23498 \family default
23499 , die
23500 \family sans
23501  
23502 \family default
23503 Platzierung ist 
23504 \family typewriter
23505 t
23506 \family default
23507  für oben, 
23508 \family typewriter
23509 c
23510 \family default
23511  für zentriert oder 
23512 \family typewriter
23513 b
23514 \family default
23515  für unten.
23516  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
23517  lautet der Befehl
23518 \end_layout
23519
23520 \begin_layout Standard
23521
23522 \series bold
23523
23524 \backslash
23525 sidecaptionvpos{figure}{c}
23526 \end_layout
23527
23528 \begin_layout Standard
23529 Das wurde in Abbildung
23530 \begin_inset space ~
23531 \end_inset
23532
23533
23534 \begin_inset CommandInset ref
23535 LatexCommand ref
23536 reference "abb:cap-beside-fig-2"
23537
23538 \end_inset
23539
23540  benutzt.
23541 \end_layout
23542
23543 \begin_layout Standard
23544 \begin_inset VSpace medskip
23545 \end_inset
23546
23547 Weitere Informationen über das Paket
23548 \series bold
23549  sidecap
23550 \series default
23551  finden Sie in seiner Dokumentation 
23552 \begin_inset CommandInset citation
23553 LatexCommand cite
23554 key "sidecap"
23555
23556 \end_inset
23557
23558 .
23559 \end_layout
23560
23561 \begin_layout Standard
23562 \begin_inset Note Greyedout
23563 status open
23564
23565 \begin_layout Plain Layout
23566
23567 \series bold
23568 Bemerkung:
23569 \series default
23570  Das LaTeX-Paket 
23571 \series bold
23572 hypcap
23573 \series default
23574 ,
23575 \begin_inset Index
23576 status collapsed
23577
23578 \begin_layout Plain Layout
23579 LaTeX-Pakete ! hypcap
23580 \end_layout
23581
23582 \end_inset
23583
23584  das in Abschnitt
23585 \begin_inset space ~
23586 \end_inset
23587
23588
23589 \begin_inset CommandInset ref
23590 LatexCommand ref
23591 reference "uab:Querverweis-Position"
23592
23593 \end_inset
23594
23595  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
23596  Beschriftungen.
23597 \end_layout
23598
23599 \end_inset
23600
23601
23602 \end_layout
23603
23604 \begin_layout Standard
23605 \begin_inset ERT
23606 status collapsed
23607
23608 \begin_layout Plain Layout
23609
23610
23611 \backslash
23612 FigBesBeg 
23613 \end_layout
23614
23615 \end_inset
23616
23617
23618 \end_layout
23619
23620 \begin_layout Standard
23621 \begin_inset Float figure
23622 wide false
23623 sideways false
23624 status open
23625
23626 \begin_layout Plain Layout
23627 \begin_inset Graphics
23628         filename ../clipart/escher-lsd.eps
23629         scale 75
23630         scaleBeforeRotation
23631
23632 \end_inset
23633
23634
23635 \end_layout
23636
23637 \begin_layout Plain Layout
23638 \begin_inset Caption
23639
23640 \begin_layout Plain Layout
23641 \begin_inset CommandInset label
23642 LatexCommand label
23643 name "abb:Beschriftung-neben"
23644
23645 \end_inset
23646
23647 Dies ist eine Beschriftung neben einer Abbildung.
23648 \end_layout
23649
23650 \end_inset
23651
23652
23653 \end_layout
23654
23655 \end_inset
23656
23657
23658 \end_layout
23659
23660 \begin_layout Standard
23661 \begin_inset ERT
23662 status collapsed
23663
23664 \begin_layout Plain Layout
23665
23666
23667 \backslash
23668 TabBesBeg 
23669 \end_layout
23670
23671 \end_inset
23672
23673
23674 \end_layout
23675
23676 \begin_layout Standard
23677 \begin_inset Float table
23678 wide false
23679 sideways false
23680 status open
23681
23682 \begin_layout Plain Layout
23683 \begin_inset Caption
23684
23685 \begin_layout Plain Layout
23686 \begin_inset CommandInset label
23687 LatexCommand label
23688 name "tab:cap-beside-tab"
23689
23690 \end_inset
23691
23692 Dies ist eine Beschriftung neben einer Tabelle.
23693 \end_layout
23694
23695 \end_inset
23696
23697
23698 \end_layout
23699
23700 \begin_layout Plain Layout
23701 \begin_inset Tabular
23702 <lyxtabular version="3" rows="4" columns="5">
23703 <features>
23704 <column alignment="center" valignment="top" width="0">
23705 <column alignment="center" valignment="top" width="0">
23706 <column alignment="center" valignment="top" width="0">
23707 <column alignment="center" valignment="top" width="0">
23708 <column alignment="center" valignment="top" width="0">
23709 <row>
23710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23711 \begin_inset Text
23712
23713 \begin_layout Plain Layout
23714 a
23715 \end_layout
23716
23717 \end_inset
23718 </cell>
23719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23720 \begin_inset Text
23721
23722 \begin_layout Plain Layout
23723
23724 \end_layout
23725
23726 \end_inset
23727 </cell>
23728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23729 \begin_inset Text
23730
23731 \begin_layout Plain Layout
23732 b
23733 \end_layout
23734
23735 \end_inset
23736 </cell>
23737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23738 \begin_inset Text
23739
23740 \begin_layout Plain Layout
23741
23742 \end_layout
23743
23744 \end_inset
23745 </cell>
23746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23747 \begin_inset Text
23748
23749 \begin_layout Plain Layout
23750 c
23751 \end_layout
23752
23753 \end_inset
23754 </cell>
23755 </row>
23756 <row>
23757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23758 \begin_inset Text
23759
23760 \begin_layout Plain Layout
23761
23762 \end_layout
23763
23764 \end_inset
23765 </cell>
23766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23767 \begin_inset Text
23768
23769 \begin_layout Plain Layout
23770 d
23771 \end_layout
23772
23773 \end_inset
23774 </cell>
23775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23776 \begin_inset Text
23777
23778 \begin_layout Plain Layout
23779
23780 \end_layout
23781
23782 \end_inset
23783 </cell>
23784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23785 \begin_inset Text
23786
23787 \begin_layout Plain Layout
23788 e
23789 \end_layout
23790
23791 \end_inset
23792 </cell>
23793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23794 \begin_inset Text
23795
23796 \begin_layout Plain Layout
23797
23798 \end_layout
23799
23800 \end_inset
23801 </cell>
23802 </row>
23803 <row>
23804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23805 \begin_inset Text
23806
23807 \begin_layout Plain Layout
23808 f
23809 \end_layout
23810
23811 \end_inset
23812 </cell>
23813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23814 \begin_inset Text
23815
23816 \begin_layout Plain Layout
23817
23818 \end_layout
23819
23820 \end_inset
23821 </cell>
23822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23823 \begin_inset Text
23824
23825 \begin_layout Plain Layout
23826 g
23827 \end_layout
23828
23829 \end_inset
23830 </cell>
23831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23832 \begin_inset Text
23833
23834 \begin_layout Plain Layout
23835
23836 \end_layout
23837
23838 \end_inset
23839 </cell>
23840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23841 \begin_inset Text
23842
23843 \begin_layout Plain Layout
23844 h
23845 \end_layout
23846
23847 \end_inset
23848 </cell>
23849 </row>
23850 <row>
23851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23852 \begin_inset Text
23853
23854 \begin_layout Plain Layout
23855
23856 \end_layout
23857
23858 \end_inset
23859 </cell>
23860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23861 \begin_inset Text
23862
23863 \begin_layout Plain Layout
23864 i
23865 \end_layout
23866
23867 \end_inset
23868 </cell>
23869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23870 \begin_inset Text
23871
23872 \begin_layout Plain Layout
23873
23874 \end_layout
23875
23876 \end_inset
23877 </cell>
23878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23879 \begin_inset Text
23880
23881 \begin_layout Plain Layout
23882 j
23883 \end_layout
23884
23885 \end_inset
23886 </cell>
23887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23888 \begin_inset Text
23889
23890 \begin_layout Plain Layout
23891
23892 \end_layout
23893
23894 \end_inset
23895 </cell>
23896 </row>
23897 </lyxtabular>
23898
23899 \end_inset
23900
23901
23902 \end_layout
23903
23904 \end_inset
23905
23906
23907 \end_layout
23908
23909 \begin_layout Standard
23910 \begin_inset ERT
23911 status collapsed
23912
23913 \begin_layout Plain Layout
23914
23915
23916 \backslash
23917 TabBesEnd
23918 \end_layout
23919
23920 \end_inset
23921
23922
23923 \end_layout
23924
23925 \begin_layout Standard
23926 \begin_inset ERT
23927 status collapsed
23928
23929 \begin_layout Plain Layout
23930
23931
23932 \backslash
23933 sidecaptionvpos{figure}{c}
23934 \end_layout
23935
23936 \end_inset
23937
23938
23939 \begin_inset Float figure
23940 wide false
23941 sideways false
23942 status open
23943
23944 \begin_layout Plain Layout
23945 \begin_inset Graphics
23946         filename ../clipart/escher-lsd.eps
23947         scale 75
23948         scaleBeforeRotation
23949
23950 \end_inset
23951
23952
23953 \end_layout
23954
23955 \begin_layout Plain Layout
23956 \begin_inset Caption
23957
23958 \begin_layout Plain Layout
23959 \begin_inset CommandInset label
23960 LatexCommand label
23961 name "abb:cap-beside-fig-2"
23962
23963 \end_inset
23964
23965 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
23966 \end_layout
23967
23968 \end_inset
23969
23970
23971 \end_layout
23972
23973 \end_inset
23974
23975
23976 \end_layout
23977
23978 \begin_layout Standard
23979 \begin_inset ERT
23980 status collapsed
23981
23982 \begin_layout Plain Layout
23983
23984
23985 \backslash
23986 FigBesEnd
23987 \end_layout
23988
23989 \end_inset
23990
23991
23992 \end_layout
23993
23994 \begin_layout Standard
23995 \begin_inset ERT
23996 status collapsed
23997
23998 \begin_layout Plain Layout
23999
24000
24001 \backslash
24002 else
24003 \end_layout
24004
24005 \end_inset
24006
24007
24008 \begin_inset Note Note
24009 status open
24010
24011 \begin_layout Plain Layout
24012 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
24013 \series bold
24014 sidecap
24015 \series default
24016  nicht installiert ist:
24017 \end_layout
24018
24019 \end_inset
24020
24021
24022 \end_layout
24023
24024 \begin_layout Standard
24025 Das LaTeX-Paket 
24026 \series bold
24027 sidecap
24028 \series default
24029  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
24030 \end_layout
24031
24032 \begin_layout Standard
24033 \begin_inset ERT
24034 status collapsed
24035
24036 \begin_layout Plain Layout
24037
24038
24039 \backslash
24040 fi
24041 \end_layout
24042
24043 \end_inset
24044
24045
24046 \end_layout
24047
24048 \begin_layout Section
24049 Gleitobjekt-Verzeichnisse
24050 \begin_inset Index
24051 status collapsed
24052
24053 \begin_layout Plain Layout
24054 Gleitobjekte ! Verzeichnisse
24055 \end_layout
24056
24057 \end_inset
24058
24059
24060 \end_layout
24061
24062 \begin_layout Standard
24063 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
24064  Sie können mit den Untermenüs von 
24065 \family sans
24066 Einfügen\SpecialChar \menuseparator
24067 Liste
24068 \begin_inset space ~
24069 \end_inset
24070
24071 /
24072 \begin_inset space ~
24073 \end_inset
24074
24075 Inhaltsverzeichnis
24076 \family default
24077  eingefügt werden.
24078 \end_layout
24079
24080 \begin_layout Standard
24081 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
24082  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
24083 \end_layout
24084
24085 \begin_layout Standard
24086 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
24087  und ein Tabellen-Verzeichnis.
24088 \end_layout
24089
24090 \begin_layout Chapter
24091 Notizen
24092 \end_layout
24093
24094 \begin_layout Section
24095 LyX-Notizen
24096 \begin_inset Index
24097 status collapsed
24098
24099 \begin_layout Plain Layout
24100 Notizen ! LyX-Notizen
24101 \end_layout
24102
24103 \end_inset
24104
24105
24106 \end_layout
24107
24108 \begin_layout Standard
24109 Notizen werden mit einem Klick auf 
24110 \begin_inset Graphics
24111         filename ../../images/note-insert.png
24112         scale 85
24113         scaleBeforeRotation
24114         BoundingBox 0bp 6bp 22bp 22bp
24115
24116 \end_inset
24117
24118  oder 
24119 \family sans
24120 Einfügen\SpecialChar \menuseparator
24121 Notiz
24122 \family default
24123  eingefügt.
24124  Es gibt drei Arten:
24125 \end_layout
24126
24127 \begin_layout Description
24128 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
24129  Eine 
24130 \family sans
24131 LyX-Notiz
24132 \family default
24133  sieht so aus:
24134 \begin_inset Newline newline
24135 \end_inset
24136
24137
24138 \begin_inset Newline newline
24139 \end_inset
24140
24141
24142 \begin_inset Graphics
24143         filename clipart/LyXNotizQt4.png
24144         display false
24145         scale 60
24146         scaleBeforeRotation
24147
24148 \end_inset
24149
24150  
24151 \begin_inset Note Note
24152 status open
24153
24154 \begin_layout Plain Layout
24155 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
24156 \end_layout
24157
24158 \end_inset
24159
24160
24161 \end_layout
24162
24163 \begin_layout Description
24164 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
24165  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
24166 \family sans
24167 Datei\SpecialChar \menuseparator
24168 Ex\SpecialChar \-
24169 por\SpecialChar \-
24170 tie\SpecialChar \-
24171 ren\SpecialChar \menuseparator
24172 LaTe
24173 \begin_inset ERT
24174 status collapsed
24175
24176 \begin_layout Plain Layout
24177
24178 {}
24179 \end_layout
24180
24181 \end_inset
24182
24183 X (pdflatex) / (normal)
24184 \family default
24185 .
24186  Ein Kommentar sieht so aus:
24187 \begin_inset Newline newline
24188 \end_inset
24189
24190
24191 \begin_inset Newline newline
24192 \end_inset
24193
24194
24195 \begin_inset Graphics
24196         filename clipart/KommentarQt4.png
24197         display false
24198         scale 60
24199         scaleBeforeRotation
24200
24201 \end_inset
24202
24203  
24204 \begin_inset Note Comment
24205 status open
24206
24207 \begin_layout Plain Layout
24208 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
24209 \end_layout
24210
24211 \end_inset
24212
24213
24214 \end_layout
24215
24216 \begin_layout Description
24217 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
24218 \begin_inset Newline newline
24219 \end_inset
24220
24221
24222 \begin_inset Newline newline
24223 \end_inset
24224
24225
24226 \begin_inset Graphics
24227         filename clipart/GrauschriftNotizQt4.png
24228         display false
24229         scale 60
24230         scaleBeforeRotation
24231
24232 \end_inset
24233
24234
24235 \begin_inset Newline newline
24236 \end_inset
24237
24238
24239 \begin_inset ERT
24240 status collapsed
24241
24242 \begin_layout Plain Layout
24243
24244
24245 \backslash
24246 renewenvironment{lyxgreyedout}
24247 \end_layout
24248
24249 \begin_layout Plain Layout
24250
24251 {
24252 \backslash
24253 textcolor[gray]{0.4}
24254 \backslash
24255 bgroup}{
24256 \backslash
24257 egroup}
24258 \end_layout
24259
24260 \end_inset
24261
24262
24263 \begin_inset Note Greyedout
24264 status open
24265
24266 \begin_layout Plain Layout
24267 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24268 \begin_inset Foot
24269 status open
24270
24271 \begin_layout Plain Layout
24272 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24273 \end_layout
24274
24275 \end_inset
24276
24277
24278 \end_layout
24279
24280 \end_inset
24281
24282
24283 \begin_inset ERT
24284 status collapsed
24285
24286 \begin_layout Plain Layout
24287
24288
24289 \backslash
24290 renewenvironment{lyxgreyedout}
24291 \end_layout
24292
24293 \begin_layout Plain Layout
24294
24295 {
24296 \backslash
24297 textcolor{blue}
24298 \backslash
24299 bgroup}{
24300 \backslash
24301 egroup}
24302 \end_layout
24303
24304 \end_inset
24305
24306
24307 \begin_inset Note Note
24308 status collapsed
24309
24310 \begin_layout Plain Layout
24311 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
24312  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
24313  
24314 \end_layout
24315
24316 \end_inset
24317
24318
24319 \begin_inset Newline newline
24320 \end_inset
24321
24322
24323 \begin_inset Newline newline
24324 \end_inset
24325
24326 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
24327  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
24328 \end_layout
24329
24330 \begin_layout Standard
24331 \begin_inset VSpace bigskip
24332 \end_inset
24333
24334 Wenn Sie auf den Werzeugleistenknopf 
24335 \begin_inset Graphics
24336         filename ../../images/note-insert.png
24337         scale 85
24338         scaleBeforeRotation
24339         BoundingBox 0bp 6bp 22bp 22bp
24340
24341 \end_inset
24342
24343  klicken, wird zunächst eine 
24344 \family sans
24345 LyX-Notiz
24346 \family default
24347  eingefügt.
24348  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24349  anderen Möglichkeiten auswählen.
24350  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24351  Sie ihn und klicken dann auf den Werzeugleistenknopf.
24352  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
24353  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
24354  am Ende der Notiz ist.
24355 \end_layout
24356
24357 \begin_layout Standard
24358 \begin_inset VSpace bigskip
24359 \end_inset
24360
24361 Die Textfarbe der 
24362 \family sans
24363 Grauschrift
24364 \family default
24365 -Notiz können Sie im LaTeX-Vorspann mit folgendem Befehl ändern:
24366 \end_layout
24367
24368 \begin_layout Standard
24369
24370 \series bold
24371
24372 \backslash
24373 renewenvironment{lyxgreyedout}
24374 \begin_inset Newline newline
24375 \end_inset
24376
24377
24378 \begin_inset ERT
24379 status collapsed
24380
24381 \begin_layout Plain Layout
24382
24383
24384 \backslash
24385 hphantom{ }
24386 \end_layout
24387
24388 \end_inset
24389
24390 {
24391 \backslash
24392 textcolor{color}
24393 \backslash
24394 bgroup}{
24395 \backslash
24396 egroup}
24397 \end_layout
24398
24399 \begin_layout Standard
24400 Die verfügbaren Farben und wie man eigene definiert, wurde bereits in Abschnitt
24401 \begin_inset space ~
24402 \end_inset
24403
24404
24405 \begin_inset CommandInset ref
24406 LatexCommand ref
24407 reference "abs:Farbige-Tabellen"
24408
24409 \end_inset
24410
24411  beschrieben.
24412  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24413 \end_layout
24414
24415 \begin_layout Section
24416 Fußnoten
24417 \begin_inset CommandInset label
24418 LatexCommand label
24419 name "abs:Fußnoten"
24420
24421 \end_inset
24422
24423
24424 \begin_inset Index
24425 status collapsed
24426
24427 \begin_layout Plain Layout
24428 Notizen ! Fußnoten
24429 \end_layout
24430
24431 \end_inset
24432
24433
24434 \begin_inset Index
24435 status collapsed
24436
24437 \begin_layout Plain Layout
24438 Fußnoten
24439 \end_layout
24440
24441 \end_inset
24442
24443
24444 \end_layout
24445
24446 \begin_layout Standard
24447 Zu dem, was bereits im 
24448 \emph on
24449 Benutzerhandbuch
24450 \emph default
24451  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24452  Eine Fußnotenbox sieht folgendermaßen aus: 
24453 \begin_inset Graphics
24454         filename clipart/FussnoteQt4.png
24455         scale 80
24456         scaleBeforeRotation
24457
24458 \end_inset
24459
24460
24461 \end_layout
24462
24463 \begin_layout Standard
24464 Hier ist eine Beispielfußnote:
24465 \color black
24466
24467 \begin_inset Foot
24468 status open
24469
24470 \begin_layout Plain Layout
24471 \begin_inset CommandInset label
24472 LatexCommand label
24473 name "fuss:Fußnoten-Beispiel"
24474
24475 \end_inset
24476
24477 Dies ist eine Fußnote.
24478 \end_layout
24479
24480 \end_inset
24481
24482
24483 \end_layout
24484
24485 \begin_layout Standard
24486 \begin_inset ERT
24487 status collapsed
24488
24489 \begin_layout Plain Layout
24490
24491
24492 \backslash
24493 newcounter{MyRepeatFoot}
24494 \end_layout
24495
24496 \begin_layout Plain Layout
24497
24498
24499 \backslash
24500 setcounter{MyRepeatFoot}{
24501 \backslash
24502 thefootnote}
24503 \end_layout
24504
24505 \end_inset
24506
24507
24508 \end_layout
24509
24510 \begin_layout Standard
24511 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
24512  wurde, eine hochgestellte Zahl.
24513  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
24514  hochgestellt dem Text vorangeht.
24515  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
24516  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
24517  werden.
24518 \end_layout
24519
24520 \begin_layout Standard
24521 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
24522  der Fußnote eine Marke eingefügt wurde.
24523  Dies ist ein Querverweis auf Fußnote
24524 \begin_inset space ~
24525 \end_inset
24526
24527
24528 \begin_inset CommandInset ref
24529 LatexCommand ref
24530 reference "fuss:Fußnoten-Beispiel"
24531
24532 \end_inset
24533
24534 .
24535 \end_layout
24536
24537 \begin_layout Standard
24538 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
24539  siehe Abschnitt
24540 \begin_inset space ~
24541 \end_inset
24542
24543
24544 \begin_inset CommandInset ref
24545 LatexCommand ref
24546 reference "abs:Minipage"
24547
24548 \end_inset
24549
24550 .
24551  Fußnoten in langen Tabellen wurden bereits in Abschnitt
24552 \begin_inset space ~
24553 \end_inset
24554
24555
24556 \begin_inset CommandInset ref
24557 LatexCommand ref
24558 reference "uab:Fußnoten-in-langen"
24559
24560 \end_inset
24561
24562  beschrieben.
24563 \end_layout
24564
24565 \begin_layout Standard
24566 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
24567  TeX-Code-Befehl 
24568 \series bold
24569
24570 \backslash
24571 footnotemark[Nummer]
24572 \series default
24573  benutzen.
24574  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
24575  mal gedruckt wird.
24576 \end_layout
24577
24578 \begin_layout Standard
24579 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
24580  sie speichern, nachdem Sie die Fußnote eingefügt haben.
24581  Hinter Fußnote
24582 \begin_inset space ~
24583 \end_inset
24584
24585
24586 \begin_inset CommandInset ref
24587 LatexCommand ref
24588 reference "fuss:Fußnoten-Beispiel"
24589
24590 \end_inset
24591
24592  wurde das mit folgenden TeX-Code-Befehlen gemacht:
24593 \end_layout
24594
24595 \begin_layout Standard
24596
24597 \series bold
24598
24599 \backslash
24600 newcounter{MyRepeatFoot}
24601 \begin_inset Newline newline
24602 \end_inset
24603
24604
24605 \backslash
24606 setcounter{MyRepeatFoot}{
24607 \backslash
24608 thefootnote}
24609 \end_layout
24610
24611 \begin_layout Standard
24612 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
24613 \end_layout
24614
24615 \begin_layout Standard
24616
24617 \series bold
24618
24619 \backslash
24620 footnotemark[
24621 \backslash
24622 theMyRepeatFoot]
24623 \end_layout
24624
24625 \begin_layout Standard
24626 Hier ist ein Beispiel für eine Fußnotenmarke:
24627 \family roman
24628 \series medium
24629 \bar no
24630
24631 \begin_inset ERT
24632 status collapsed
24633
24634 \begin_layout Plain Layout
24635
24636
24637 \backslash
24638 footnotemark[
24639 \backslash
24640 theMyRepeatFoot]
24641 \end_layout
24642
24643 \end_inset
24644
24645
24646 \end_layout
24647
24648 \begin_layout Subsection
24649 Fußnoten-Nummerierung
24650 \begin_inset CommandInset label
24651 LatexCommand label
24652 name "uab:Fußnoten-Nummerierung"
24653
24654 \end_inset
24655
24656
24657 \begin_inset Index
24658 status collapsed
24659
24660 \begin_layout Plain Layout
24661 Fußnoten ! Nummerierung
24662 \end_layout
24663
24664 \end_inset
24665
24666
24667 \end_layout
24668
24669 \begin_layout Standard
24670 Um Fußnoten nach jedem Abschnitt
24671 \family roman
24672  auf 1 zurückzusetzen, 
24673 \family default
24674 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24675 \end_layout
24676
24677 \begin_layout Standard
24678
24679 \series bold
24680
24681 \backslash
24682 @addtoreset{footnote}{section}
24683 \end_layout
24684
24685 \begin_layout Standard
24686 \begin_inset VSpace bigskip
24687 \end_inset
24688
24689 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
24690  Zahlen:
24691 \end_layout
24692
24693 \begin_layout Standard
24694
24695 \series bold
24696
24697 \backslash
24698 renewcommand{
24699 \backslash
24700 thefootnote}{
24701 \backslash
24702 roman{footnote}}
24703 \end_layout
24704
24705 \begin_layout Standard
24706 \begin_inset ERT
24707 status collapsed
24708
24709 \begin_layout Plain Layout
24710
24711
24712 \backslash
24713 renewcommand{
24714 \backslash
24715 thefootnote}{
24716 \backslash
24717 roman{footnote}}
24718 \end_layout
24719
24720 \end_inset
24721
24722  Hier ist ein Beispiel für solch eine Fußnote:
24723 \begin_inset Foot
24724 status open
24725
24726 \begin_layout Plain Layout
24727 Dies ist eine Fußnote mit kleinen römischen Zahlen
24728 \end_layout
24729
24730 \end_inset
24731
24732
24733 \end_layout
24734
24735 \begin_layout Standard
24736 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
24737  in obigem Befehl 
24738 \series bold
24739
24740 \backslash
24741 roman
24742 \series default
24743  durch 
24744 \series bold
24745
24746 \backslash
24747 Roman
24748 \series default
24749 .
24750  Um Fußnoten mit großen oder kleinen Buchstaben zu 
24751 \begin_inset Quotes gld
24752 \end_inset
24753
24754 nummerieren
24755 \begin_inset Quotes grd
24756 \end_inset
24757
24758 , verwenden Sie die Befehle 
24759 \series bold
24760
24761 \backslash
24762 Alph
24763 \series default
24764  oder 
24765 \series bold
24766
24767 \backslash
24768 alph
24769 \series default
24770 .
24771  Für die 
24772 \begin_inset Quotes gld
24773 \end_inset
24774
24775 Nummerierung
24776 \begin_inset Quotes grd
24777 \end_inset
24778
24779  mit Symbolen steht der Befehl 
24780 \series bold
24781
24782 \backslash
24783 fnsymbol
24784 \series default
24785  zur Verfügung.
24786 \end_layout
24787
24788 \begin_layout Standard
24789 \begin_inset Note Greyedout
24790 status open
24791
24792 \begin_layout Plain Layout
24793
24794 \series bold
24795 Bemerkung 1:
24796 \series default
24797  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
24798  
24799 \emph on
24800 ein
24801 \emph default
24802  Buchstabe verwendet wird.
24803 \end_layout
24804
24805 \end_inset
24806
24807
24808 \begin_inset Newline newline
24809 \end_inset
24810
24811
24812 \begin_inset Note Greyedout
24813 status open
24814
24815 \begin_layout Plain Layout
24816
24817 \series bold
24818 Bemerkung 2:
24819 \series default
24820  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
24821 \end_layout
24822
24823 \end_inset
24824
24825
24826 \end_layout
24827
24828 \begin_layout Standard
24829 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
24830 \series bold
24831
24832 \backslash
24833 arabic
24834 \series default
24835  anstelle von 
24836 \series bold
24837
24838 \backslash
24839 roman
24840 \series default
24841  in obigem Befehl.
24842 \begin_inset ERT
24843 status collapsed
24844
24845 \begin_layout Plain Layout
24846
24847
24848 \backslash
24849 renewcommand{
24850 \backslash
24851 thefootnote}{
24852 \backslash
24853 arabic{footnote}}
24854 \end_layout
24855
24856 \end_inset
24857
24858
24859 \end_layout
24860
24861 \begin_layout Standard
24862 \begin_inset VSpace bigskip
24863 \end_inset
24864
24865
24866 \end_layout
24867
24868 \begin_layout Standard
24869 Wenn Sie wollen, dass Fußnoten nach dem Schema 
24870 \begin_inset Quotes gld
24871 \end_inset
24872
24873 Kapitel.Fußnote
24874 \begin_inset Quotes grd
24875 \end_inset
24876
24877  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24878 \end_layout
24879
24880 \begin_layout Standard
24881
24882 \series bold
24883
24884 \backslash
24885 numberwithin{footnote}{chapter}
24886 \end_layout
24887
24888 \begin_layout Standard
24889 Um 
24890 \series bold
24891
24892 \backslash
24893 numberwithin
24894 \series default
24895  benutzen zu können, muss in den 
24896 \family sans
24897 Mathe
24898 \begin_inset space ~
24899 \end_inset
24900
24901 Optionen
24902 \family default
24903  der 
24904 \family sans
24905 Dokument-Einstellungen
24906 \family default
24907  
24908 \family sans
24909 AMS
24910 \begin_inset space ~
24911 \end_inset
24912
24913 Mathe
24914 \begin_inset space ~
24915 \end_inset
24916
24917 Paket
24918 \family default
24919
24920 \begin_inset space ~
24921 \end_inset
24922
24923
24924 \family sans
24925 verwenden
24926 \family default
24927  angekreuzt sein.
24928 \begin_inset ERT
24929 status collapsed
24930
24931 \begin_layout Plain Layout
24932
24933
24934 \backslash
24935 numberwithin{footnote}{chapter}
24936 \end_layout
24937
24938 \end_inset
24939
24940  Hier ist ein Beispiel für solch eine Fußnote.
24941 \series bold
24942
24943 \begin_inset Foot
24944 status open
24945
24946 \begin_layout Plain Layout
24947 Dies ist eine Fußnote nach dem Schema 
24948 \begin_inset Quotes gld
24949 \end_inset
24950
24951 Kapitel.Fußnote
24952 \begin_inset Quotes grd
24953 \end_inset
24954
24955 .
24956 \end_layout
24957
24958 \end_inset
24959
24960
24961 \series default
24962
24963 \begin_inset ERT
24964 status collapsed
24965
24966 \begin_layout Plain Layout
24967
24968
24969 \backslash
24970 renewcommand{
24971 \backslash
24972 thefootnote}{
24973 \backslash
24974 arabic{footnote}}
24975 \end_layout
24976
24977 \end_inset
24978
24979
24980 \end_layout
24981
24982 \begin_layout Standard
24983 \begin_inset Note Greyedout
24984 status open
24985
24986 \begin_layout Plain Layout
24987
24988 \series bold
24989 Bemerkung:
24990 \series default
24991  
24992 \series bold
24993
24994 \backslash
24995 numberwithin
24996 \series default
24997  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
24998  werden überschrieben.
24999 \end_layout
25000
25001 \end_inset
25002
25003
25004 \end_layout
25005
25006 \begin_layout Standard
25007 Um also z.
25008 \begin_inset space \thinspace{}
25009 \end_inset
25010
25011 B.
25012  das Schema 
25013 \begin_inset Quotes gld
25014 \end_inset
25015
25016 Kapitel.
25017 \backslash
25018 Roman{footnote}
25019 \begin_inset Quotes grd
25020 \end_inset
25021
25022  zu erhalten, muss dieser Befehl anstelle von 
25023 \series bold
25024
25025 \backslash
25026 numberwithin
25027 \series default
25028  verwendet werden:
25029 \end_layout
25030
25031 \begin_layout Standard
25032
25033 \series bold
25034
25035 \backslash
25036 renewcommand{
25037 \backslash
25038 thefootnote}{
25039 \backslash
25040 thechapter.
25041 \backslash
25042 Roman{footnote}}
25043 \end_layout
25044
25045 \begin_layout Subsection
25046 Fußnoten-Platzierung
25047 \begin_inset Index
25048 status collapsed
25049
25050 \begin_layout Plain Layout
25051 Fußnoten ! Platzierung
25052 \end_layout
25053
25054 \end_inset
25055
25056
25057 \end_layout
25058
25059 \begin_layout Standard
25060 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
25061  ohne Zwischenraum am Ende der Seite gedruckt.
25062  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
25063  LaTeX-Vorspann 1.5
25064 \begin_inset space \thinspace{}
25065 \end_inset
25066
25067 mm Zwischenraum einfügen:
25068 \end_layout
25069
25070 \begin_layout Standard
25071
25072 \series bold
25073
25074 \backslash
25075 let
25076 \backslash
25077 myFoot
25078 \backslash
25079 footnote
25080 \begin_inset Newline newline
25081 \end_inset
25082
25083
25084 \backslash
25085 renewcommand{
25086 \backslash
25087 footnote}[1]{
25088 \backslash
25089 myFoot{#1
25090 \backslash
25091 vspace{1.5mm}}}
25092 \end_layout
25093
25094 \begin_layout Standard
25095 \begin_inset VSpace bigskip
25096 \end_inset
25097
25098 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
25099  Spalte gedruckt, Abbildung
25100 \begin_inset space ~
25101 \end_inset
25102
25103
25104 \begin_inset CommandInset ref
25105 LatexCommand ref
25106 reference "abb:Standard-Fußnoten-Platzierung-in"
25107
25108 \end_inset
25109
25110 .
25111  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
25112  in Abbildung
25113 \begin_inset space ~
25114 \end_inset
25115
25116
25117 \begin_inset CommandInset ref
25118 LatexCommand ref
25119 reference "abb:Fußnoten-Platzierung-in-einem"
25120
25121 \end_inset
25122
25123 , müssen Sie das LaTeX-Paket 
25124 \series bold
25125 ftnright
25126 \series default
25127
25128 \begin_inset Index
25129 status collapsed
25130
25131 \begin_layout Plain Layout
25132 LaTeX-Pakete ! ftnright
25133 \end_layout
25134
25135 \end_inset
25136
25137  mit folgendem Befehl im LaTeX-Vorspann einfügen:
25138 \end_layout
25139
25140 \begin_layout Standard
25141
25142 \series bold
25143
25144 \backslash
25145 usepackage{ftnright}
25146 \end_layout
25147
25148 \begin_layout Standard
25149 \begin_inset Float figure
25150 placement !h
25151 wide false
25152 sideways false
25153 status open
25154
25155 \begin_layout Plain Layout
25156 \begin_inset ERT
25157 status collapsed
25158
25159 \begin_layout Plain Layout
25160
25161
25162 \backslash
25163 framebox{
25164 \end_layout
25165
25166 \end_inset
25167
25168
25169 \begin_inset Graphics
25170         filename ../clipart/without_fntright.pdf
25171         width 100col%
25172         scaleBeforeRotation
25173
25174 \end_inset
25175
25176
25177 \begin_inset ERT
25178 status collapsed
25179
25180 \begin_layout Plain Layout
25181
25182 }
25183 \end_layout
25184
25185 \end_inset
25186
25187
25188 \end_layout
25189
25190 \begin_layout Plain Layout
25191 \begin_inset Caption
25192
25193 \begin_layout Plain Layout
25194 \begin_inset CommandInset label
25195 LatexCommand label
25196 name "abb:Standard-Fußnoten-Platzierung-in"
25197
25198 \end_inset
25199
25200 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25201 \begin_inset OptArg
25202 status open
25203
25204 \begin_layout Plain Layout
25205 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25206 \end_layout
25207
25208 \end_inset
25209
25210
25211 \end_layout
25212
25213 \end_inset
25214
25215
25216 \end_layout
25217
25218 \end_inset
25219
25220
25221 \end_layout
25222
25223 \begin_layout Standard
25224 \begin_inset Float figure
25225 placement !h
25226 wide false
25227 sideways false
25228 status open
25229
25230 \begin_layout Plain Layout
25231 \begin_inset ERT
25232 status collapsed
25233
25234 \begin_layout Plain Layout
25235
25236
25237 \backslash
25238 framebox{
25239 \end_layout
25240
25241 \end_inset
25242
25243
25244 \begin_inset Graphics
25245         filename ../clipart/with_fntright.pdf
25246         width 100col%
25247         scaleBeforeRotation
25248
25249 \end_inset
25250
25251
25252 \begin_inset ERT
25253 status collapsed
25254
25255 \begin_layout Plain Layout
25256
25257 }
25258 \end_layout
25259
25260 \end_inset
25261
25262
25263 \end_layout
25264
25265 \begin_layout Plain Layout
25266 \begin_inset Caption
25267
25268 \begin_layout Plain Layout
25269 \begin_inset CommandInset label
25270 LatexCommand label
25271 name "abb:Fußnoten-Platzierung-in-einem"
25272
25273 \end_inset
25274
25275 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
25276  
25277 \series bold
25278 ftnright
25279 \series default
25280 .
25281 \begin_inset OptArg
25282 status collapsed
25283
25284 \begin_layout Plain Layout
25285 Fußnoten-Platzierung mit 
25286 \family typewriter
25287 ftnright
25288 \end_layout
25289
25290 \end_inset
25291
25292
25293 \end_layout
25294
25295 \end_inset
25296
25297
25298 \end_layout
25299
25300 \end_inset
25301
25302
25303 \end_layout
25304
25305 \begin_layout Standard
25306 \begin_inset VSpace bigskip
25307 \end_inset
25308
25309 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
25310  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
25311 \begin_inset space ~
25312 \end_inset
25313
25314
25315 \begin_inset CommandInset ref
25316 LatexCommand ref
25317 reference "abb:endnotes----Die"
25318
25319 \end_inset
25320
25321  gedruckt.
25322  Man nennt sie dann 
25323 \emph on
25324 Endnoten
25325 \emph default
25326 .
25327 \begin_inset Index
25328 status collapsed
25329
25330 \begin_layout Plain Layout
25331 Endnoten
25332 \end_layout
25333
25334 \end_inset
25335
25336  Um das zu erreichen, müssen Sie das LaTeX-Paket 
25337 \series bold
25338 endnotes
25339 \series default
25340
25341 \begin_inset Index
25342 status collapsed
25343
25344 \begin_layout Plain Layout
25345 LaTeX-Pakete ! endnotes
25346 \end_layout
25347
25348 \end_inset
25349
25350  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
25351 \end_layout
25352
25353 \begin_layout Standard
25354
25355 \series bold
25356
25357 \backslash
25358 usepackage{endnotes}
25359 \begin_inset Newline newline
25360 \end_inset
25361
25362
25363 \backslash
25364 let
25365 \backslash
25366 footnote
25367 \backslash
25368 endnote
25369 \end_layout
25370
25371 \begin_layout Standard
25372 Um die gesammelten Fußnoten zu drucken, fügen Sie den TeX-Code
25373 \series bold
25374  
25375 \backslash
25376 theendnotes
25377 \series default
25378  am Ende des Abschnitts oder Kapitels ein.
25379 \end_layout
25380
25381 \begin_layout Standard
25382 \begin_inset Float figure
25383 wide false
25384 sideways false
25385 status open
25386
25387 \begin_layout Plain Layout
25388 \align center
25389 \begin_inset ERT
25390 status collapsed
25391
25392 \begin_layout Plain Layout
25393
25394
25395 \backslash
25396 framebox{
25397 \end_layout
25398
25399 \end_inset
25400
25401
25402 \begin_inset Graphics
25403         filename ../clipart/endnotes.pdf
25404         scaleBeforeRotation
25405
25406 \end_inset
25407
25408
25409 \begin_inset ERT
25410 status collapsed
25411
25412 \begin_layout Plain Layout
25413
25414 }
25415 \end_layout
25416
25417 \end_inset
25418
25419
25420 \end_layout
25421
25422 \begin_layout Plain Layout
25423 \begin_inset Caption
25424
25425 \begin_layout Plain Layout
25426 \begin_inset CommandInset label
25427 LatexCommand label
25428 name "abb:endnotes----Die"
25429
25430 \end_inset
25431
25432
25433 \series bold
25434 endnotes
25435 \series default
25436  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25437  gedruckt.
25438 \end_layout
25439
25440 \end_inset
25441
25442
25443 \end_layout
25444
25445 \end_inset
25446
25447
25448 \end_layout
25449
25450 \begin_layout Standard
25451 \begin_inset VSpace medskip
25452 \end_inset
25453
25454 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25455 ache übersetzt.
25456  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25457 \begin_inset Quotes gld
25458 \end_inset
25459
25460 Notes 
25461 \begin_inset Quotes grd
25462 \end_inset
25463
25464 in 
25465 \begin_inset Quotes gld
25466 \end_inset
25467
25468 Anmerkungen
25469 \begin_inset Quotes grd
25470 \end_inset
25471
25472 :
25473 \end_layout
25474
25475 \begin_layout Standard
25476
25477 \series bold
25478
25479 \backslash
25480 renewcommand{
25481 \backslash
25482 notesname}{Anmerkungen}
25483 \end_layout
25484
25485 \begin_layout Standard
25486 \begin_inset VSpace medskip
25487 \end_inset
25488
25489 Wenn Sie in den Befehlen von Abschnitt
25490 \begin_inset space ~
25491 \end_inset
25492
25493
25494 \begin_inset CommandInset ref
25495 LatexCommand ref
25496 reference "uab:Fußnoten-Nummerierung"
25497
25498 \end_inset
25499
25500  
25501 \series bold
25502
25503 \backslash
25504 thefootnote
25505 \series default
25506  durch 
25507 \series bold
25508
25509 \backslash
25510 theendnote
25511 \series default
25512  ersetzen, können Sie die Nummerierung von Endnoten ändern.
25513  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
25514 \series bold
25515
25516 \backslash
25517 @addtoreset
25518 \series default
25519  wie in Abschnitt
25520 \begin_inset space \space{}
25521 \end_inset
25522
25523
25524 \begin_inset CommandInset ref
25525 LatexCommand ref
25526 reference "uab:Fußnoten-Nummerierung"
25527
25528 \end_inset
25529
25530  beschrieben und ersetzen 
25531 \series bold
25532 footnote
25533 \series default
25534  durch 
25535 \series bold
25536 endnote
25537 \series default
25538 .
25539 \end_layout
25540
25541 \begin_layout Standard
25542 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
25543  
25544 \series bold
25545
25546 \backslash
25547 endnotemark[Nummer]
25548 \series default
25549  ähnlich wie 
25550 \series bold
25551
25552 \backslash
25553 footnotemark
25554 \series default
25555  Abschnitt
25556 \begin_inset space ~
25557 \end_inset
25558
25559
25560 \begin_inset CommandInset ref
25561 LatexCommand ref
25562 reference "abs:Fußnoten"
25563
25564 \end_inset
25565
25566 .
25567 \end_layout
25568
25569 \begin_layout Standard
25570 \begin_inset VSpace bigskip
25571 \end_inset
25572
25573 Mit dem LaTeX-Paket 
25574 \series bold
25575 footmisc
25576 \series default
25577
25578 \begin_inset Index
25579 status collapsed
25580
25581 \begin_layout Plain Layout
25582 LaTeX-Pakete ! footmisc
25583 \end_layout
25584
25585 \end_inset
25586
25587  (
25588 \begin_inset CommandInset citation
25589 LatexCommand cite
25590 key "footmisc"
25591
25592 \end_inset
25593
25594 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
25595 \end_layout
25596
25597 \begin_layout Standard
25598 In LaTeX-Büchern, 
25599 \begin_inset CommandInset citation
25600 LatexCommand cite
25601 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
25602
25603 \end_inset
25604
25605 , finden Sie weiteres zu Fußnoten.
25606 \end_layout
25607
25608 \begin_layout Section
25609 Randnotizen
25610 \begin_inset Index
25611 status collapsed
25612
25613 \begin_layout Plain Layout
25614 Randnotizen
25615 \end_layout
25616
25617 \end_inset
25618
25619
25620 \begin_inset Index
25621 status collapsed
25622
25623 \begin_layout Plain Layout
25624 Notizen ! Randnotizen
25625 \end_layout
25626
25627 \end_inset
25628
25629
25630 \end_layout
25631
25632 \begin_layout Standard
25633 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
25634  Sie fügen sie mit einem Klick auf den Schalter 
25635 \begin_inset Graphics
25636         filename ../../images/marginalnote-insert.png
25637         scale 70
25638         scaleBeforeRotation
25639
25640 \end_inset
25641
25642  oder über 
25643 \family sans
25644 Einfügen\SpecialChar \menuseparator
25645 Randnotiz
25646 \family default
25647  ein.
25648  Ein graues Kästchen mit der Aufschrift 
25649 \begin_inset Quotes gld
25650 \end_inset
25651
25652 Rand
25653 \begin_inset Quotes grd
25654 \end_inset
25655
25656  erscheint
25657 \family roman
25658 \series medium
25659 , und dort, wo der Cursor steht, können Sie Text eingeben.
25660 \end_layout
25661
25662 \begin_layout Standard
25663 Hier am Rand sehen Sie eine Randnotiz.
25664  
25665 \begin_inset Marginal
25666 status open
25667
25668 \begin_layout Plain Layout
25669 Dies ist eine Randnotiz.
25670 \end_layout
25671
25672 \end_inset
25673
25674
25675 \end_layout
25676
25677 \begin_layout Standard
25678 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
25679  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
25680  Seiten und rechts auf den ungeraden.
25681  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
25682  wird und umgekehrt.
25683  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
25684  wurde.
25685 \end_layout
25686
25687 \begin_layout Standard
25688 \begin_inset VSpace bigskip
25689 \end_inset
25690
25691 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
25692 \end_layout
25693
25694 \begin_layout Standard
25695
25696 \series bold
25697
25698 \backslash
25699 reversemarginpar
25700 \end_layout
25701
25702 \begin_layout Standard
25703 als TeX-Code vor einer Randnotiz ein.
25704  Das gilt dann für alle folgenden Randnotizen.
25705  
25706 \begin_inset ERT
25707 status collapsed
25708
25709 \begin_layout Plain Layout
25710
25711
25712 \backslash
25713 reversemarginpar 
25714 \end_layout
25715
25716 \end_inset
25717
25718
25719 \begin_inset Marginal
25720 status open
25721
25722 \begin_layout Plain Layout
25723 Hier ist ein Beispiel im inneren Rand.
25724 \end_layout
25725
25726 \end_inset
25727
25728
25729 \begin_inset Newline newline
25730 \end_inset
25731
25732
25733 \begin_inset Note Greyedout
25734 status open
25735
25736 \begin_layout Plain Layout
25737  
25738 \series bold
25739 Achtung:
25740 \series default
25741  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
25742 \end_layout
25743
25744 \end_inset
25745
25746
25747 \end_layout
25748
25749 \begin_layout Standard
25750 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
25751 \end_layout
25752
25753 \begin_layout Standard
25754
25755 \series bold
25756
25757 \backslash
25758 normalmarginpar
25759 \end_layout
25760
25761 \begin_layout Standard
25762 als TeX-Code ein.
25763 \begin_inset ERT
25764 status collapsed
25765
25766 \begin_layout Plain Layout
25767
25768
25769 \backslash
25770 normalmarginpar 
25771 \end_layout
25772
25773 \end_inset
25774
25775
25776 \end_layout
25777
25778 \begin_layout Standard
25779 \begin_inset Note Greyedout
25780 status open
25781
25782 \begin_layout Plain Layout
25783
25784 \series bold
25785 Achtung:
25786 \series default
25787  Der Befehl wird missachtet, wenn er im selben Absatz wie 
25788 \series bold
25789
25790 \backslash
25791 reversemarginpar
25792 \series default
25793  verwendet wird.
25794 \end_layout
25795
25796 \end_inset
25797
25798
25799 \end_layout
25800
25801 \begin_layout Standard
25802 \begin_inset VSpace bigskip
25803 \end_inset
25804
25805
25806 \begin_inset Marginal
25807 status open
25808
25809 \begin_layout Plain Layout
25810
25811 \family roman
25812 \series medium
25813 EinSehrLangesWort am Anfang, das umgebrochen wird.
25814 \end_layout
25815
25816 \end_inset
25817
25818  Ähnlich wie in Abschnitt
25819 \begin_inset space ~
25820 \end_inset
25821
25822
25823 \begin_inset CommandInset ref
25824 LatexCommand ref
25825 reference "uab:Mehrfache-Zeilen-in"
25826
25827 \end_inset
25828
25829  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
25830  Wort der Randnotiz sind.
25831  Um das zu vermeiden, fügen sie 0
25832 \begin_inset space \thinspace{}
25833 \end_inset
25834
25835 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
25836 \begin_inset Marginal
25837 status open
25838
25839 \begin_layout Plain Layout
25840 \begin_inset space \hspace{}
25841 \length 0pt
25842 \end_inset
25843
25844
25845 \family roman
25846 \series medium
25847 EinSehrLangesWort am Anfang, das umgebrochen wird.
25848 \end_layout
25849
25850 \end_inset
25851
25852
25853 \end_layout
25854
25855 \begin_layout Standard
25856 \begin_inset VSpace bigskip
25857 \end_inset
25858
25859
25860 \end_layout
25861
25862 \begin_layout Standard
25863 \begin_inset Note Greyedout
25864 status open
25865
25866 \begin_layout Plain Layout
25867
25868 \series bold
25869 Bemerkung:
25870 \series default
25871  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
25872  verwendet werden.
25873 \end_layout
25874
25875 \end_inset
25876
25877
25878 \end_layout
25879
25880 \begin_layout Standard
25881 \begin_inset VSpace bigskip
25882 \end_inset
25883
25884
25885 \end_layout
25886
25887 \begin_layout Standard
25888 \begin_inset ERT
25889 status collapsed
25890
25891 \begin_layout Plain Layout
25892
25893
25894 \backslash
25895 ifmarginnote
25896 \end_layout
25897
25898 \end_inset
25899
25900
25901 \begin_inset Note Note
25902 status open
25903
25904 \begin_layout Plain Layout
25905 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
25906 \series bold
25907 marginnote
25908 \series default
25909  installiert ist.
25910 \end_layout
25911
25912 \end_inset
25913
25914
25915 \end_layout
25916
25917 \begin_layout Standard
25918 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
25919 \series bold
25920 marginnote
25921 \series default
25922
25923 \begin_inset Index
25924 status collapsed
25925
25926 \begin_layout Plain Layout
25927 LaTeX-Pakete ! marginnote
25928 \end_layout
25929
25930 \end_inset
25931
25932  verwendet wird.
25933  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
25934  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
25935  des Pakets 
25936 \series bold
25937 marginnote
25938 \series default
25939  für Randnotizen verwendet wird:
25940 \end_layout
25941
25942 \begin_layout Standard
25943
25944 \series bold
25945
25946 \backslash
25947 usepackage{marginnote}
25948 \begin_inset Newline newline
25949 \end_inset
25950
25951
25952 \backslash
25953 let
25954 \backslash
25955 marginpar
25956 \backslash
25957 marginnote
25958 \end_layout
25959
25960 \begin_layout Standard
25961 Dies wird auch in diesem Dokument verwendet, denn 
25962 \series bold
25963 marginnote
25964 \series default
25965  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
25966  für Randnotizen angeben.
25967  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
25968 n zu dicht beieinander sind.
25969  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
25970  Schema
25971 \end_layout
25972
25973 \begin_layout Standard
25974
25975 \series bold
25976 [Versatz]
25977 \end_layout
25978
25979 \begin_layout Standard
25980 angegeben.
25981  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
25982 \begin_inset space ~
25983 \end_inset
25984
25985
25986 \begin_inset CommandInset ref
25987 LatexCommand ref
25988 reference "tab:Maßeinheiten"
25989
25990 \end_inset
25991
25992  aufgelistet sind.
25993  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
25994  nach unten.
25995  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
25996 \begin_inset space \thinspace{}
25997 \end_inset
25998
25999 cm mit dem TeX-Code-Befehl  
26000 \begin_inset Quotes gld
26001 \end_inset
26002
26003
26004 \series bold
26005 [-1.5cm]
26006 \series default
26007
26008 \begin_inset Quotes grd
26009 \end_inset
26010
26011  nach oben versetzt.
26012 \begin_inset Marginal
26013 status open
26014
26015 \begin_layout Plain Layout
26016 Diese Randnotiz ist 1.5
26017 \begin_inset space \thinspace{}
26018 \end_inset
26019
26020 cm von ihrer Originalposition nach oben versetzt.
26021 \end_layout
26022
26023 \end_inset
26024
26025
26026 \begin_inset ERT
26027 status collapsed
26028
26029 \begin_layout Plain Layout
26030
26031 [-1.5cm]
26032 \end_layout
26033
26034 \end_inset
26035
26036
26037 \end_layout
26038
26039 \begin_layout Standard
26040 \begin_inset VSpace medskip
26041 \end_inset
26042
26043 Mit 
26044 \series bold
26045 marginnote
26046 \series default
26047  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
26048  Zum Beispiel setzen die Befehle
26049 \end_layout
26050
26051 \begin_layout Standard
26052
26053 \series bold
26054
26055 \backslash
26056 renewcommand*{
26057 \backslash
26058 raggedleftmarginnote}{
26059 \backslash
26060 centering}
26061 \begin_inset Newline newline
26062 \end_inset
26063
26064
26065 \backslash
26066 renewcommand*{
26067 \backslash
26068 raggedrightmarginnote}{
26069 \backslash
26070 centering}
26071 \end_layout
26072
26073 \begin_layout Standard
26074 die Ausrichtung auf zentriert.
26075  
26076 \series bold
26077
26078 \backslash
26079 raggedleftmarginnote
26080 \series default
26081  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
26082  
26083 \begin_inset ERT
26084 status collapsed
26085
26086 \begin_layout Plain Layout
26087
26088
26089 \backslash
26090 renewcommand*{
26091 \backslash
26092 raggedleftmarginnote}{
26093 \backslash
26094 centering}
26095 \end_layout
26096
26097 \begin_layout Plain Layout
26098
26099
26100 \backslash
26101 renewcommand*{
26102 \backslash
26103 raggedrightmarginnote}{
26104 \backslash
26105 centering}
26106 \end_layout
26107
26108 \end_inset
26109
26110
26111 \begin_inset Marginal
26112 status open
26113
26114 \begin_layout Plain Layout
26115 Der Text dieser Randnotiz ist zentriert ausgerichtet.
26116 \end_layout
26117
26118 \end_inset
26119
26120  Die Voreinstellung ist
26121 \end_layout
26122
26123 \begin_layout Standard
26124
26125 \series bold
26126
26127 \backslash
26128 renewcommand*{
26129 \backslash
26130 raggedleftmarginnote}{
26131 \backslash
26132 raggedleft}
26133 \begin_inset Newline newline
26134 \end_inset
26135
26136
26137 \backslash
26138 renewcommand*{
26139 \backslash
26140 raggedrightmarginnote}{
26141 \backslash
26142 raggedright}
26143 \series default
26144
26145 \begin_inset ERT
26146 status collapsed
26147
26148 \begin_layout Plain Layout
26149
26150
26151 \backslash
26152 renewcommand*{
26153 \backslash
26154 raggedleftmarginnote}{
26155 \backslash
26156 raggedleft}
26157 \end_layout
26158
26159 \begin_layout Plain Layout
26160
26161
26162 \backslash
26163 renewcommand*{
26164 \backslash
26165 raggedrightmarginnote}{
26166 \backslash
26167 raggedright}
26168 \end_layout
26169
26170 \end_inset
26171
26172
26173 \end_layout
26174
26175 \begin_layout Standard
26176 \begin_inset VSpace medskip
26177 \end_inset
26178
26179 Für weitere Fähigkeiten des Pakets 
26180 \series bold
26181 marginnote
26182 \series default
26183  sei auf dessen Dokumentation verwiesen 
26184 \begin_inset CommandInset citation
26185 LatexCommand cite
26186 key "marginnote"
26187
26188 \end_inset
26189
26190 .
26191 \end_layout
26192
26193 \begin_layout Standard
26194 \begin_inset VSpace bigskip
26195 \end_inset
26196
26197 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
26198  geändert werden.
26199  Um z.
26200 \begin_inset space \thinspace{}
26201 \end_inset
26202
26203 B.
26204  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
26205  und fettgedruckten Text 
26206 \begin_inset Quotes eld
26207 \end_inset
26208
26209
26210 \family sans
26211 \series bold
26212 \bar under
26213 Achtung!
26214 \family default
26215 \series default
26216 \bar default
26217
26218 \begin_inset Quotes erd
26219 \end_inset
26220
26221  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
26222 \end_layout
26223
26224 \begin_layout Standard
26225
26226 \series bold
26227
26228 \backslash
26229 let
26230 \backslash
26231 myMarginpar
26232 \backslash
26233 marginpar
26234 \begin_inset Newline newline
26235 \end_inset
26236
26237
26238 \backslash
26239 renewcommand{
26240 \backslash
26241 marginpar}[1]{
26242 \backslash
26243 myMarginpar{%
26244 \begin_inset Newline newline
26245 \end_inset
26246
26247
26248 \begin_inset ERT
26249 status collapsed
26250
26251 \begin_layout Plain Layout
26252
26253
26254 \backslash
26255 hphantom{ }
26256 \end_layout
26257
26258 \end_inset
26259
26260
26261 \backslash
26262 hspace{0pt}
26263 \backslash
26264 textsf{
26265 \backslash
26266 textbf{
26267 \backslash
26268 underbar{Achtung!}}}%
26269 \begin_inset Newline newline
26270 \end_inset
26271
26272
26273 \begin_inset ERT
26274 status collapsed
26275
26276 \begin_layout Plain Layout
26277
26278
26279 \backslash
26280 hphantom{ }
26281 \end_layout
26282
26283 \end_inset
26284
26285
26286 \backslash
26287 vspace{1.5mm}
26288 \backslash
26289
26290 \backslash
26291 #1}}
26292 \end_layout
26293
26294 \begin_layout Standard
26295 \begin_inset ERT
26296 status collapsed
26297
26298 \begin_layout Plain Layout
26299
26300
26301 \backslash
26302 let
26303 \backslash
26304 myMarginpar
26305 \backslash
26306 marginpar
26307 \end_layout
26308
26309 \begin_layout Plain Layout
26310
26311
26312 \backslash
26313 renewcommand{
26314 \backslash
26315 marginpar}[1]{
26316 \backslash
26317 myMarginpar{%
26318 \end_layout
26319
26320 \begin_layout Plain Layout
26321
26322    
26323 \backslash
26324 textsf{
26325 \backslash
26326 textbf{
26327 \backslash
26328 underbar{Achtung!}}}%
26329 \end_layout
26330
26331 \begin_layout Plain Layout
26332
26333    
26334 \backslash
26335 vspace{1.5mm}
26336 \backslash
26337
26338 \backslash
26339 #1}}
26340 \end_layout
26341
26342 \end_inset
26343
26344
26345 \begin_inset Marginal
26346 status open
26347
26348 \begin_layout Plain Layout
26349 Dies ist eine Randnotiz mit einer definierten Überschrift.
26350 \end_layout
26351
26352 \end_inset
26353
26354
26355 \begin_inset ERT
26356 status collapsed
26357
26358 \begin_layout Plain Layout
26359
26360 [-1.5cm]
26361 \end_layout
26362
26363 \end_inset
26364
26365
26366 \begin_inset ERT
26367 status collapsed
26368
26369 \begin_layout Plain Layout
26370
26371
26372 \backslash
26373 renewcommand{
26374 \backslash
26375 marginpar}[1]{
26376 \backslash
26377 myMarginpar{#1}}
26378 \end_layout
26379
26380 \end_inset
26381
26382
26383 \begin_inset Note Note
26384 status open
26385
26386 \begin_layout Plain Layout
26387 Das Format wurde nur für dieses Beispiel geändert.
26388 \end_layout
26389
26390 \end_inset
26391
26392
26393 \end_layout
26394
26395 \begin_layout Standard
26396 \begin_inset ERT
26397 status collapsed
26398
26399 \begin_layout Plain Layout
26400
26401
26402 \backslash
26403 else
26404 \end_layout
26405
26406 \end_inset
26407
26408
26409 \begin_inset Note Note
26410 status open
26411
26412 \begin_layout Plain Layout
26413 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26414 \series bold
26415 marginnote
26416 \series default
26417  nicht installiert ist:
26418 \end_layout
26419
26420 \end_inset
26421
26422
26423 \end_layout
26424
26425 \begin_layout Standard
26426 Das LaTeX-Paket 
26427 \series bold
26428 marginnote
26429 \series default
26430  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26431 \end_layout
26432
26433 \begin_layout Standard
26434 \begin_inset ERT
26435 status collapsed
26436
26437 \begin_layout Plain Layout
26438
26439
26440 \backslash
26441 fi
26442 \end_layout
26443
26444 \end_inset
26445
26446
26447 \end_layout
26448
26449 \begin_layout Chapter
26450 Boxen
26451 \end_layout
26452
26453 \begin_layout Section
26454 Einleitung
26455 \begin_inset Index
26456 status collapsed
26457
26458 \begin_layout Plain Layout
26459 Boxen ! Einleitung
26460 \end_layout
26461
26462 \end_inset
26463
26464
26465 \end_layout
26466
26467 \begin_layout Standard
26468 Boxen werden benutzt, um einen Textblock zu formatieren.
26469  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26470  siehe Abschnitt
26471 \begin_inset space ~
26472 \end_inset
26473
26474
26475 \begin_inset CommandInset ref
26476 LatexCommand ref
26477 reference "abs:Minipage"
26478
26479 \end_inset
26480
26481 , um Text zu umrahmen, siehe Abschnitt
26482 \begin_inset space ~
26483 \end_inset
26484
26485
26486 \begin_inset CommandInset ref
26487 LatexCommand ref
26488 reference "uab:Verzierung"
26489
26490 \end_inset
26491
26492 , um Silbentrennung zu verhindern, siehe Abschnitt
26493 \begin_inset space ~
26494 \end_inset
26495
26496
26497 \begin_inset CommandInset ref
26498 LatexCommand ref
26499 reference "abs:Silbentrennung-unterbinden"
26500
26501 \end_inset
26502
26503 , um Text senkrecht auszurichten, siehe Abschnitt
26504 \begin_inset space ~
26505 \end_inset
26506
26507
26508 \begin_inset CommandInset ref
26509 LatexCommand ref
26510 reference "uab:Vertikale-Ausrichtung"
26511
26512 \end_inset
26513
26514  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
26515 \begin_inset space ~
26516 \end_inset
26517
26518
26519 \begin_inset CommandInset ref
26520 LatexCommand ref
26521 reference "abs:Farbige-Boxen"
26522
26523 \end_inset
26524
26525 .
26526 \end_layout
26527
26528 \begin_layout Standard
26529 Boxen werden mit 
26530 \family sans
26531 Einfügen\SpecialChar \menuseparator
26532 Box
26533 \family default
26534  oder dem Schalter 
26535 \begin_inset Graphics
26536         filename ../../images/box-insert.png
26537         scale 70
26538         scaleBeforeRotation
26539
26540 \end_inset
26541
26542  eingefügt.
26543  Ein graues Kästchen mit der Aufschrift 
26544 \begin_inset Quotes gld
26545 \end_inset
26546
26547 Box (Minipage)
26548 \begin_inset Quotes grd
26549 \end_inset
26550
26551  erscheint: 
26552 \begin_inset Graphics
26553         filename clipart/StandardBoxQt4.png
26554         scale 85
26555         scaleBeforeRotation
26556
26557 \end_inset
26558
26559  Mit einem Rechts\SpecialChar \-
26560 klick auf das graue Kästchen kann der Typ spezifiziert
26561  werden.
26562  Das Dialogfenster bietet bei 
26563 \family sans
26564 Innere
26565 \begin_inset space ~
26566 \end_inset
26567
26568 Box
26569 \family default
26570  die Typen 
26571 \family sans
26572 Parbox
26573 \family default
26574  und 
26575 \family sans
26576 Minipage
26577 \family default
26578  an.
26579  
26580 \family sans
26581 Minipage
26582 \family default
26583  ist die Standard-Einstellung für neue Boxen und in Abschnitt
26584 \begin_inset space ~
26585 \end_inset
26586
26587
26588 \begin_inset CommandInset ref
26589 LatexCommand ref
26590 reference "abs:Minipage"
26591
26592 \end_inset
26593
26594  beschrieben, 
26595 \family sans
26596 Parbox
26597 \family default
26598  in Abschnitt
26599 \begin_inset space ~
26600 \end_inset
26601
26602
26603 \begin_inset CommandInset ref
26604 LatexCommand ref
26605 reference "abs:Parbox"
26606
26607 \end_inset
26608
26609 .
26610 \end_layout
26611
26612 \begin_layout Standard
26613 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
26614  wie auf Gleitobjekte und Fußnoten.
26615 \end_layout
26616
26617 \begin_layout Standard
26618 \begin_inset Note Greyedout
26619 status open
26620
26621 \begin_layout Plain Layout
26622
26623 \series bold
26624 Bemerkung
26625 \begin_inset space ~
26626 \end_inset
26627
26628 1:
26629 \series default
26630  Boxen dürfen in 
26631 \family sans
26632 List-
26633 \family default
26634  oder 
26635 \family sans
26636 Beschreibung-
26637 \family default
26638 Umgebungen nicht verwendet werden.
26639 \end_layout
26640
26641 \end_inset
26642
26643
26644 \end_layout
26645
26646 \begin_layout Standard
26647 \begin_inset Note Greyedout
26648 status open
26649
26650 \begin_layout Plain Layout
26651
26652 \series bold
26653 Bemerkung
26654 \begin_inset space ~
26655 \end_inset
26656
26657 2:
26658 \series default
26659  Boxen ohne 
26660 \family sans
26661 Innere
26662 \begin_inset space ~
26663 \end_inset
26664
26665 Box
26666 \family default
26667  und ohne Rahmen werden in Abschnitt
26668 \begin_inset space ~
26669 \end_inset
26670
26671
26672 \begin_inset CommandInset ref
26673 LatexCommand ref
26674 reference "abs:Silbentrennung-unterbinden"
26675
26676 \end_inset
26677
26678  beschrieben.
26679 \end_layout
26680
26681 \end_inset
26682
26683
26684 \end_layout
26685
26686 \begin_layout Section
26687 Das Box-Einstellungen-Fenster
26688 \begin_inset CommandInset label
26689 LatexCommand label
26690 name "abs:Box-Dialog"
26691
26692 \end_inset
26693
26694
26695 \begin_inset Index
26696 status collapsed
26697
26698 \begin_layout Plain Layout
26699 Boxen ! Box-Dialog-Fenster
26700 \end_layout
26701
26702 \end_inset
26703
26704
26705 \end_layout
26706
26707 \begin_layout Subsection
26708 Box-Größe
26709 \begin_inset Index
26710 status collapsed
26711
26712 \begin_layout Plain Layout
26713 Boxen ! Größe
26714 \end_layout
26715
26716 \end_inset
26717
26718
26719 \end_layout
26720
26721 \begin_layout Standard
26722 Im 
26723 \family sans
26724 Box-Einstellungen
26725 \family default
26726 -Fenster können Sie die Größe der Box mit 
26727 \family sans
26728 Breite
26729 \family default
26730  und 
26731 \family sans
26732 Höhe 
26733 \family default
26734 festlegen.
26735  Die verfügbaren Einheiten werden in Tabelle
26736 \begin_inset space ~
26737 \end_inset
26738
26739
26740 \begin_inset CommandInset ref
26741 LatexCommand ref
26742 reference "tab:Maßeinheiten"
26743
26744 \end_inset
26745
26746  aufgelistet.
26747  Das Feld
26748 \family sans
26749  Höhe
26750 \family default
26751  bietet die folgenden zusätzlichen Größen:
26752 \end_layout
26753
26754 \begin_layout Description
26755 Tiefe Dies ist die reine Text-
26756 \begin_inset Quotes gld
26757 \end_inset
26758
26759 Höhe
26760 \begin_inset Quotes grd
26761 \end_inset
26762
26763 .
26764  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
26765 \begin_inset Newline newline
26766 \end_inset
26767
26768
26769 \begin_inset Newline newline
26770 \end_inset
26771
26772
26773 \begin_inset Newline newline
26774 \end_inset
26775
26776
26777 \begin_inset Box Boxed
26778 position "c"
26779 hor_pos "c"
26780 has_inner_box 1
26781 inner_pos "c"
26782 use_parbox 0
26783 width "12col%"
26784 special "none"
26785 height "1in"
26786 height_special "depth"
26787 status collapsed
26788
26789 \begin_layout Plain Layout
26790 \align center
26791 Box-Höhe = 1
26792 \begin_inset space \thinspace{}
26793 \end_inset
26794
26795 Tiefe
26796 \end_layout
26797
26798 \end_inset
26799
26800
26801 \begin_inset Newline newline
26802 \end_inset
26803
26804
26805 \begin_inset Newline newline
26806 \end_inset
26807
26808
26809 \end_layout
26810
26811 \begin_layout Description
26812 Höhe Dies ist die Texthöhe innerhalb der Box.
26813  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
26814  Texthöhe setzen: 
26815 \begin_inset Box Boxed
26816 position "c"
26817 hor_pos "c"
26818 has_inner_box 1
26819 inner_pos "c"
26820 use_parbox 0
26821 width "20col%"
26822 special "none"
26823 height "2in"
26824 height_special "height"
26825 status collapsed
26826
26827 \begin_layout Plain Layout
26828 \align center
26829 Boxhöhe = 2
26830 \begin_inset space \thinspace{}
26831 \end_inset
26832
26833 Höhe
26834 \end_layout
26835
26836 \end_inset
26837
26838
26839 \end_layout
26840
26841 \begin_layout Description
26842 Gesamthöhe Dies ist Höhe
26843 \begin_inset space \thinspace{}
26844 \end_inset
26845
26846 +
26847 \begin_inset space \thinspace{}
26848 \end_inset
26849
26850 Tiefe: 
26851 \begin_inset Box Boxed
26852 position "c"
26853 hor_pos "c"
26854 has_inner_box 1
26855 inner_pos "c"
26856 use_parbox 0
26857 width "20col%"
26858 special "none"
26859 height "1in"
26860 height_special "totalheight"
26861 status collapsed
26862
26863 \begin_layout Plain Layout
26864 \align center
26865 Boxhöhe = 1
26866 \begin_inset space \thinspace{}
26867 \end_inset
26868
26869 Gesamthöhe
26870 \end_layout
26871
26872 \end_inset
26873
26874
26875 \end_layout
26876
26877 \begin_layout Description
26878 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
26879 \begin_inset Box Boxed
26880 position "c"
26881 hor_pos "c"
26882 has_inner_box 1
26883 inner_pos "c"
26884 use_parbox 0
26885 width "12col%"
26886 special "none"
26887 height "1in"
26888 height_special "width"
26889 status collapsed
26890
26891 \begin_layout Plain Layout
26892 \align center
26893 Boxhöhe = 1
26894 \begin_inset space \thinspace{}
26895 \end_inset
26896
26897 Breite
26898 \end_layout
26899
26900 \end_inset
26901
26902
26903 \end_layout
26904
26905 \begin_layout Subsection
26906 Ausrichtung
26907 \begin_inset Index
26908 status collapsed
26909
26910 \begin_layout Plain Layout
26911 Boxen ! Ausrichtung
26912 \end_layout
26913
26914 \end_inset
26915
26916
26917 \end_layout
26918
26919 \begin_layout Standard
26920 Wenn Sie eine 
26921 \family sans
26922 Innere
26923 \begin_inset space ~
26924 \end_inset
26925
26926 Box
26927 \family default
26928  gewählt haben, kann die Box mit folgenden Werten für 
26929 \family sans
26930 Box
26931 \family default
26932  senkrecht ausgerichtet werden:
26933 \end_layout
26934
26935 \begin_layout Description
26936 Oben Dies ist ein Beispieltext.
26937  
26938 \begin_inset Box Boxed
26939 position "t"
26940 hor_pos "c"
26941 has_inner_box 1
26942 inner_pos "c"
26943 use_parbox 0
26944 width "20col%"
26945 special "none"
26946 height "1in"
26947 height_special "totalheight"
26948 status collapsed
26949
26950 \begin_layout Plain Layout
26951 \align center
26952 Die Ober\SpecialChar \-
26953 kante der Box ist in der Zeile.
26954 \end_layout
26955
26956 \end_inset
26957
26958  Dies ist ein Beispieltext.
26959 \end_layout
26960
26961 \begin_layout Description
26962 Mitte Dies ist ein Beispieltext.
26963  
26964 \begin_inset Box Boxed
26965 position "c"
26966 hor_pos "c"
26967 has_inner_box 1
26968 inner_pos "c"
26969 use_parbox 0
26970 width "20col%"
26971 special "none"
26972 height "1in"
26973 height_special "totalheight"
26974 status collapsed
26975
26976 \begin_layout Plain Layout
26977 \align center
26978 Die Mitte der Box ist in der Zeile.
26979 \end_layout
26980
26981 \end_inset
26982
26983  Dies ist ein Beispieltext.
26984 \end_layout
26985
26986 \begin_layout Description
26987 Unten Dies ist ein Beispieltext.
26988  
26989 \begin_inset Box Boxed
26990 position "b"
26991 hor_pos "c"
26992 has_inner_box 1
26993 inner_pos "c"
26994 use_parbox 0
26995 width "20col%"
26996 special "none"
26997 height "1in"
26998 height_special "totalheight"
26999 status collapsed
27000
27001 \begin_layout Plain Layout
27002 \align center
27003 Die Unter\SpecialChar \-
27004 kante der Box ist in der Zeile.
27005 \end_layout
27006
27007 \end_inset
27008
27009  Dies ist ein Beispieltext.
27010 \end_layout
27011
27012 \begin_layout Standard
27013 \begin_inset Note Greyedout
27014 status open
27015
27016 \begin_layout Plain Layout
27017
27018 \series bold
27019 Bemerkung:
27020 \series default
27021  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
27022  Boxen in einer Zeile sind und eine Box z.
27023 \begin_inset space \thinspace{}
27024 \end_inset
27025
27026 B.
27027  schattiert ist, die andere abere nicht.
27028 \end_layout
27029
27030 \end_inset
27031
27032
27033 \end_layout
27034
27035 \begin_layout Standard
27036 Eine Box kann mit dem Dialog 
27037 \family sans
27038 Absatz-Einstellungen
27039 \family default
27040  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
27041 \end_layout
27042
27043 \begin_layout Standard
27044 \begin_inset VSpace bigskip
27045 \end_inset
27046
27047 Wenn Sie eine 
27048 \family sans
27049 Innere
27050 \begin_inset space ~
27051 \end_inset
27052
27053 Box
27054 \family default
27055  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
27056 \family sans
27057 Inhalt
27058 \family default
27059  senkrecht ausgerichtet werden:
27060 \end_layout
27061
27062 \begin_layout Description
27063 Oben Dies ist ein Beispieltext.
27064  
27065 \begin_inset Box Boxed
27066 position "c"
27067 hor_pos "c"
27068 has_inner_box 1
27069 inner_pos "t"
27070 use_parbox 0
27071 width "20col%"
27072 special "none"
27073 height "1.5in"
27074 height_special "totalheight"
27075 status collapsed
27076
27077 \begin_layout Plain Layout
27078 \align center
27079 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
27080 \end_layout
27081
27082 \end_inset
27083
27084  Dies ist ein Beispieltext.
27085 \end_layout
27086
27087 \begin_layout Description
27088 Mitte Dies ist ein Beispieltext.
27089  
27090 \begin_inset Box Boxed
27091 position "c"
27092 hor_pos "c"
27093 has_inner_box 1
27094 inner_pos "c"
27095 use_parbox 0
27096 width "20col%"
27097 special "none"
27098 height "1.5in"
27099 height_special "totalheight"
27100 status collapsed
27101
27102 \begin_layout Plain Layout
27103 \align center
27104 Der Boxinhalt ist zentriert ausgerichtet.
27105 \end_layout
27106
27107 \end_inset
27108
27109  Dies ist ein Beispieltext.
27110 \end_layout
27111
27112 \begin_layout Description
27113 Unten Dies ist ein Beispieltext.
27114  
27115 \begin_inset Box Boxed
27116 position "c"
27117 hor_pos "c"
27118 has_inner_box 1
27119 inner_pos "b"
27120 use_parbox 0
27121 width "20col%"
27122 special "none"
27123 height "1.5in"
27124 height_special "totalheight"
27125 status collapsed
27126
27127 \begin_layout Plain Layout
27128 \align center
27129 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
27130 \end_layout
27131
27132 \end_inset
27133
27134  Dies ist ein Beispieltext.
27135 \end_layout
27136
27137 \begin_layout Description
27138 Dehnen Dies ist ein Beispieltext.
27139  
27140 \begin_inset Box Boxed
27141 position "c"
27142 hor_pos "c"
27143 has_inner_box 1
27144 inner_pos "s"
27145 use_parbox 0
27146 width "20col%"
27147 special "none"
27148 height "1in"
27149 height_special "totalheight"
27150 status collapsed
27151
27152 \begin_layout Plain Layout
27153 \align center
27154 Der Boxinhalt
27155 \end_layout
27156
27157 \begin_layout Plain Layout
27158 \align center
27159 ist über die
27160 \end_layout
27161
27162 \begin_layout Plain Layout
27163 \align center
27164 Boxhöhe
27165 \end_layout
27166
27167 \begin_layout Plain Layout
27168 \align center
27169 gleichmäßig verteilt.
27170 \end_layout
27171
27172 \end_inset
27173
27174  Dies ist ein Beispieltext.
27175 \end_layout
27176
27177 \begin_layout Standard
27178 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
27179  besteht.
27180  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
27181 \end_layout
27182
27183 \begin_layout Standard
27184 Ein Boxinhalt kann mit dem Dialog 
27185 \family sans
27186 Absatz-Einstellungen
27187 \family default
27188  waagerecht ausgerichtet werden, wenn Sie eine
27189 \family sans
27190  Innere
27191 \begin_inset space ~
27192 \end_inset
27193
27194 Box
27195 \family default
27196  gewählt haben.
27197 \end_layout
27198
27199 \begin_layout Standard
27200 \align center
27201 \begin_inset Box Boxed
27202 position "c"
27203 hor_pos "c"
27204 has_inner_box 1
27205 inner_pos "s"
27206 use_parbox 0
27207 width "30col%"
27208 special "none"
27209 height "1.25in"
27210 height_special "totalheight"
27211 status collapsed
27212
27213 \begin_layout Plain Layout
27214 \align left
27215 Hier ist jede Zeile
27216 \end_layout
27217
27218 \begin_layout Plain Layout
27219 \align center
27220 anders
27221 \end_layout
27222
27223 \begin_layout Plain Layout
27224 \align right
27225 ausgerichtet.
27226 \end_layout
27227
27228 \end_inset
27229
27230
27231 \end_layout
27232
27233 \begin_layout Standard
27234 Wenn Sie keine
27235 \family sans
27236  Innere
27237 \begin_inset space ~
27238 \end_inset
27239
27240 Box
27241 \family default
27242  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
27243 \family sans
27244 Box-Einstellungen-
27245 \family default
27246 Dialog ausrichten
27247 \end_layout
27248
27249 \begin_layout Standard
27250 \align center
27251 \begin_inset Box Boxed
27252 position "c"
27253 hor_pos "s"
27254 has_inner_box 0
27255 inner_pos "s"
27256 use_parbox 0
27257 width "90col%"
27258 special "none"
27259 height "1.25in"
27260 height_special "totalheight"
27261 status collapsed
27262
27263 \begin_layout Plain Layout
27264 \align left
27265 Dieser Boxinhalt wurde horizontal gedehnt.
27266 \end_layout
27267
27268 \end_inset
27269
27270
27271 \end_layout
27272
27273 \begin_layout Subsection
27274 Verzierung
27275 \begin_inset CommandInset label
27276 LatexCommand label
27277 name "uab:Verzierung"
27278
27279 \end_inset
27280
27281
27282 \begin_inset Index
27283 status collapsed
27284
27285 \begin_layout Plain Layout
27286 Boxen ! Verzierung
27287 \end_layout
27288
27289 \end_inset
27290
27291
27292 \end_layout
27293
27294 \begin_layout Standard
27295 Im 
27296 \family sans
27297 Box-Einstellungen-
27298 \family default
27299 Dialog können Sie mit der 
27300 \family sans
27301 Verzierung
27302 \family default
27303  den Typ der Box auswählen:
27304 \end_layout
27305
27306 \begin_layout Description
27307 Einfacher
27308 \begin_inset space ~
27309 \end_inset
27310
27311 rechteckiger
27312 \begin_inset space ~
27313 \end_inset
27314
27315 Rahmen Um die Box wird ein rechteckiger Rahmen gezogen.
27316  Die Rahmendicke wird durch 
27317 \series bold
27318
27319 \backslash
27320 fboxrule
27321 \series default
27322  festgelegt.
27323  
27324 \begin_inset Box Boxed
27325 position "c"
27326 hor_pos "c"
27327 has_inner_box 1
27328 inner_pos "c"
27329 use_parbox 0
27330 width "21col%"
27331 special "none"
27332 height "1in"
27333 height_special "totalheight"
27334 status collapsed
27335
27336 \begin_layout Plain Layout
27337
27338 \series medium
27339 Rechteckige
27340 \begin_inset space ~
27341 \end_inset
27342
27343 Box
27344 \end_layout
27345
27346 \end_inset
27347
27348
27349 \end_layout
27350
27351 \begin_layout Description
27352 erlaube
27353 \begin_inset space ~
27354 \end_inset
27355
27356 Seitenumbrüche Wenn Sie die Verzierung 
27357 \family sans
27358 Einfacher rechteckiger Rahmen
27359 \family default
27360  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
27361  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
27362  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
27363  für sich ist und 
27364 \series bold
27365
27366 \backslash
27367 fboxrule
27368 \series default
27369  und 
27370 \series bold
27371
27372 \backslash
27373 fboxsep
27374 \series default
27375  keinen Einfluss auf diesen Box Typ haben.
27376  Die Rahmendicke wird durch 
27377 \series bold
27378
27379 \backslash
27380 FrameRule
27381 \series default
27382  festgelegt.
27383  
27384 \begin_inset Box Framed
27385 position "t"
27386 hor_pos "c"
27387 has_inner_box 0
27388 inner_pos "t"
27389 use_parbox 0
27390 width "100col%"
27391 special "none"
27392 height "1in"
27393 height_special "totalheight"
27394 status collapsed
27395
27396 \begin_layout Plain Layout
27397 Box erlaubt Seitenumbruch
27398 \end_layout
27399
27400 \end_inset
27401
27402
27403 \end_layout
27404
27405 \begin_layout Description
27406 Ovaler
27407 \begin_inset space ~
27408 \end_inset
27409
27410 Rahmen,
27411 \begin_inset space ~
27412 \end_inset
27413
27414 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27415  Die Rahmendicke ist 0.4
27416 \begin_inset space \thinspace{}
27417 \end_inset
27418
27419 pt.
27420  
27421 \begin_inset Box ovalbox
27422 position "c"
27423 hor_pos "c"
27424 has_inner_box 1
27425 inner_pos "c"
27426 use_parbox 0
27427 width "20col%"
27428 special "none"
27429 height "1in"
27430 height_special "totalheight"
27431 status collapsed
27432
27433 \begin_layout Plain Layout
27434 Ovale
27435 \begin_inset space ~
27436 \end_inset
27437
27438 Box,
27439 \begin_inset space ~
27440 \end_inset
27441
27442 dünn
27443 \end_layout
27444
27445 \end_inset
27446
27447
27448 \end_layout
27449
27450 \begin_layout Description
27451 Ovaler
27452 \begin_inset space ~
27453 \end_inset
27454
27455 Rahmen,
27456 \begin_inset space ~
27457 \end_inset
27458
27459 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27460  Die Rahmendicke ist 0.8
27461 \begin_inset space \thinspace{}
27462 \end_inset
27463
27464 pt.
27465  
27466 \begin_inset Box Ovalbox
27467 position "c"
27468 hor_pos "c"
27469 has_inner_box 1
27470 inner_pos "c"
27471 use_parbox 0
27472 width "20col%"
27473 special "none"
27474 height "1in"
27475 height_special "totalheight"
27476 status collapsed
27477
27478 \begin_layout Plain Layout
27479 Ovale
27480 \begin_inset space ~
27481 \end_inset
27482
27483 Box,
27484 \begin_inset space ~
27485 \end_inset
27486
27487 dick
27488 \end_layout
27489
27490 \end_inset
27491
27492
27493 \end_layout
27494
27495 \begin_layout Description
27496 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
27497  Die Rahmendicke wird durch 
27498 \series bold
27499
27500 \backslash
27501 fboxrule
27502 \series default
27503  festgelegt, der Schatten ist 4
27504 \begin_inset space \thinspace{}
27505 \end_inset
27506
27507 pt breit.
27508 \begin_inset Newline newline
27509 \end_inset
27510
27511
27512 \begin_inset Box Shadowbox
27513 position "c"
27514 hor_pos "c"
27515 has_inner_box 1
27516 inner_pos "c"
27517 use_parbox 0
27518 width "20col%"
27519 special "none"
27520 height "1in"
27521 height_special "totalheight"
27522 status collapsed
27523
27524 \begin_layout Plain Layout
27525 Schattierte
27526 \begin_inset space ~
27527 \end_inset
27528
27529 Box
27530 \end_layout
27531
27532 \end_inset
27533
27534
27535 \end_layout
27536
27537 \begin_layout Description
27538 Schattierter
27539 \begin_inset space ~
27540 \end_inset
27541
27542 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
27543  Im Gegensatz zu farbigen Boxen
27544 \begin_inset Foot
27545 status collapsed
27546
27547 \begin_layout Plain Layout
27548 siehe Abschnitt
27549 \begin_inset space ~
27550 \end_inset
27551
27552
27553 \begin_inset CommandInset ref
27554 LatexCommand ref
27555 reference "abs:Farbige-Boxen"
27556
27557 \end_inset
27558
27559
27560 \end_layout
27561
27562 \end_inset
27563
27564  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
27565  die Box ist ein Absatz für sich.
27566  
27567 \begin_inset Box Shaded
27568 position "t"
27569 hor_pos "c"
27570 has_inner_box 0
27571 inner_pos "t"
27572 use_parbox 0
27573 width "50col%"
27574 special "none"
27575 height "1in"
27576 height_special "totalheight"
27577 status collapsed
27578
27579 \begin_layout Plain Layout
27580 Schattierter Hintergrund Box
27581 \end_layout
27582
27583 \end_inset
27584
27585
27586 \end_layout
27587
27588 \begin_layout Description
27589 Doppelter
27590 \begin_inset space ~
27591 \end_inset
27592
27593 rechteckiger
27594 \begin_inset space ~
27595 \end_inset
27596
27597 Rahmen zeichnet einen doppelten Rahmen um die Box.
27598  Der innere Rahmen ist 0.75
27599 \begin_inset space \thinspace{}
27600 \end_inset
27601
27602
27603 \series bold
27604
27605 \backslash
27606 fboxrule
27607 \series default
27608  breit, der äußere 1.5
27609 \begin_inset space \thinspace{}
27610 \end_inset
27611
27612
27613 \series bold
27614
27615 \backslash
27616 fboxrule
27617 \series default
27618 , der Zwischenraum 1.5
27619 \begin_inset space \thinspace{}
27620 \end_inset
27621
27622
27623 \series bold
27624
27625 \backslash
27626 fboxrule
27627 \series default
27628
27629 \begin_inset space \thinspace{}
27630 \end_inset
27631
27632 +
27633 \begin_inset space \thinspace{}
27634 \end_inset
27635
27636 0.5
27637 \begin_inset space \thinspace{}
27638 \end_inset
27639
27640 pt.
27641  
27642 \begin_inset Box Doublebox
27643 position "c"
27644 hor_pos "c"
27645 has_inner_box 1
27646 inner_pos "c"
27647 use_parbox 0
27648 width "20col%"
27649 special "none"
27650 height "1in"
27651 height_special "totalheight"
27652 status collapsed
27653
27654 \begin_layout Plain Layout
27655 Doppelt
27656 \begin_inset space ~
27657 \end_inset
27658
27659 gerahmte
27660 \begin_inset space ~
27661 \end_inset
27662
27663 Box
27664 \end_layout
27665
27666 \end_inset
27667
27668
27669 \end_layout
27670
27671 \begin_layout Standard
27672 \begin_inset VSpace bigskip
27673 \end_inset
27674
27675 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
27676  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
27677 \series bold
27678 fancybox
27679 \series default
27680
27681 \begin_inset Index
27682 status collapsed
27683
27684 \begin_layout Plain Layout
27685 LaTeX-Pakete ! fancybox
27686 \end_layout
27687
27688 \end_inset
27689
27690  installiert sein.
27691 \end_layout
27692
27693 \begin_layout Section
27694 Box-Anpassung
27695 \begin_inset Index
27696 status collapsed
27697
27698 \begin_layout Plain Layout
27699 Boxen ! Anpassung
27700 \end_layout
27701
27702 \end_inset
27703
27704
27705 \end_layout
27706
27707 \begin_layout Standard
27708 Der Standardwert für 
27709 \series bold
27710
27711 \backslash
27712 fboxrule
27713 \series default
27714  ist 0.4
27715 \begin_inset space \thinspace{}
27716 \end_inset
27717
27718 pt.
27719  Mit dem folgenden TeX-Code-Befehl kann er auf 2
27720 \begin_inset space \thinspace{}
27721 \end_inset
27722
27723 pt gesetzt werden:
27724 \end_layout
27725
27726 \begin_layout Standard
27727
27728 \series bold
27729
27730 \backslash
27731 setlength{
27732 \backslash
27733 fboxrule}{2pt}
27734 \end_layout
27735
27736 \begin_layout Standard
27737 \begin_inset ERT
27738 status collapsed
27739
27740 \begin_layout Plain Layout
27741
27742
27743 \backslash
27744 setlength{
27745 \backslash
27746 fboxrule}{2pt}
27747 \end_layout
27748
27749 \end_inset
27750
27751
27752 \begin_inset Box Boxed
27753 position "c"
27754 hor_pos "c"
27755 has_inner_box 1
27756 inner_pos "c"
27757 use_parbox 0
27758 width "30col%"
27759 special "none"
27760 height "1in"
27761 height_special "totalheight"
27762 status open
27763
27764 \begin_layout Plain Layout
27765 \align center
27766 Rechteckige Box mit einer Rahmenbreite von 2
27767 \begin_inset space \thinspace{}
27768 \end_inset
27769
27770 pt
27771 \end_layout
27772
27773 \end_inset
27774
27775
27776 \begin_inset ERT
27777 status collapsed
27778
27779 \begin_layout Plain Layout
27780
27781
27782 \backslash
27783 setlength{
27784 \backslash
27785 fboxrule}{0.4pt}
27786 \end_layout
27787
27788 \end_inset
27789
27790
27791 \begin_inset VSpace bigskip
27792 \end_inset
27793
27794
27795 \end_layout
27796
27797 \begin_layout Standard
27798 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
27799 \begin_inset space \thinspace{}
27800 \end_inset
27801
27802 pt.
27803  Sie können das ändern, indem Sie den Wert von 
27804 \series bold
27805
27806 \backslash
27807 fboxsep
27808 \series default
27809  mit einem TeX-Code-Befehl ändern:
27810 \end_layout
27811
27812 \begin_layout Standard
27813
27814 \series bold
27815
27816 \backslash
27817 setlength{
27818 \backslash
27819 fboxsep}{10pt}
27820 \end_layout
27821
27822 \begin_layout Standard
27823 setzt den Wert auf 10
27824 \begin_inset space \thinspace{}
27825 \end_inset
27826
27827 pt, wie in der folgenden Box:
27828 \end_layout
27829
27830 \begin_layout Standard
27831 \begin_inset ERT
27832 status collapsed
27833
27834 \begin_layout Plain Layout
27835
27836
27837 \backslash
27838 setlength{
27839 \backslash
27840 fboxsep}{10pt}
27841 \end_layout
27842
27843 \end_inset
27844
27845
27846 \begin_inset Box Boxed
27847 position "c"
27848 hor_pos "c"
27849 has_inner_box 1
27850 inner_pos "c"
27851 use_parbox 0
27852 width "25col%"
27853 special "none"
27854 height "1in"
27855 height_special "totalheight"
27856 status open
27857
27858 \begin_layout Plain Layout
27859 \align center
27860 Rechteckige Box mit 
27861 \series bold
27862
27863 \backslash
27864 fboxsep
27865 \series default
27866
27867 \begin_inset space \thinspace{}
27868 \end_inset
27869
27870 =
27871 \begin_inset space \thinspace{}
27872 \end_inset
27873
27874 10
27875 \begin_inset space \thinspace{}
27876 \end_inset
27877
27878 pt
27879 \end_layout
27880
27881 \end_inset
27882
27883
27884 \begin_inset ERT
27885 status collapsed
27886
27887 \begin_layout Plain Layout
27888
27889
27890 \backslash
27891 setlength{
27892 \backslash
27893 fboxsep}{3pt}
27894 \end_layout
27895
27896 \end_inset
27897
27898
27899 \end_layout
27900
27901 \begin_layout Standard
27902 \noindent
27903 \begin_inset VSpace bigskip
27904 \end_inset
27905
27906 Der Durchmesser der abgerundeten Ecken kann mit 
27907 \series bold
27908
27909 \backslash
27910 cornersize
27911 \series default
27912  gesetzt werden.
27913  Der TeX-Code-Befehl
27914 \end_layout
27915
27916 \begin_layout Standard
27917
27918 \series bold
27919
27920 \backslash
27921 cornersize*{1cm}
27922 \end_layout
27923
27924 \begin_layout Standard
27925 setzt den Durchmesser auf 1
27926 \begin_inset space \thinspace{}
27927 \end_inset
27928
27929 cm.
27930  Der TeX-Code-Befehl
27931 \end_layout
27932
27933 \begin_layout Standard
27934
27935 \series bold
27936
27937 \backslash
27938 cornersize{num}
27939 \end_layout
27940
27941 \begin_layout Standard
27942 setzt den Durchmesser auf 
27943 \family sans
27944 num
27945 \begin_inset space \thinspace{}
27946 \end_inset
27947
27948 ×
27949 \begin_inset space \thinspace{}
27950 \end_inset
27951
27952 Minimum(Breite der Box, Höhe der Box)
27953 \family default
27954 .
27955  Der Standardwert ist 
27956 \series bold
27957
27958 \backslash
27959 cornersize{0.5}
27960 \series default
27961 .
27962 \end_layout
27963
27964 \begin_layout Standard
27965 \begin_inset ERT
27966 status collapsed
27967
27968 \begin_layout Plain Layout
27969
27970
27971 \backslash
27972 cornersize*{1.5cm}
27973 \end_layout
27974
27975 \end_inset
27976
27977
27978 \begin_inset Box Ovalbox
27979 position "c"
27980 hor_pos "c"
27981 has_inner_box 1
27982 inner_pos "c"
27983 use_parbox 0
27984 width "30col%"
27985 special "none"
27986 height "1in"
27987 height_special "totalheight"
27988 status open
27989
27990 \begin_layout Plain Layout
27991 \align center
27992 Ovale Box, dicker Rand, mit 
27993 \series bold
27994
27995 \backslash
27996 cornersize
27997 \series default
27998
27999 \begin_inset space \thinspace{}
28000 \end_inset
28001
28002 =
28003 \begin_inset space \thinspace{}
28004 \end_inset
28005
28006 1.5
28007 \begin_inset space \thinspace{}
28008 \end_inset
28009
28010 cm
28011 \end_layout
28012
28013 \end_inset
28014
28015
28016 \begin_inset ERT
28017 status collapsed
28018
28019 \begin_layout Plain Layout
28020
28021
28022 \backslash
28023 cornersize{0.5}
28024 \end_layout
28025
28026 \end_inset
28027
28028
28029 \end_layout
28030
28031 \begin_layout Standard
28032 \begin_inset VSpace bigskip
28033 \end_inset
28034
28035 Die Breite des Schattens wird mit 
28036 \series bold
28037
28038 \backslash
28039 shadowsize
28040 \series default
28041  festgelegt.
28042  Mit dem TeX-Code-Befehl
28043 \end_layout
28044
28045 \begin_layout Standard
28046
28047 \series bold
28048
28049 \backslash
28050 setlength{
28051 \backslash
28052 shadowsize}{2pt}
28053 \end_layout
28054
28055 \begin_layout Standard
28056 wird er für die folgende Box auf 2
28057 \begin_inset space \thinspace{}
28058 \end_inset
28059
28060 pt festgelegt.
28061 \end_layout
28062
28063 \begin_layout Standard
28064 \begin_inset ERT
28065 status collapsed
28066
28067 \begin_layout Plain Layout
28068
28069
28070 \backslash
28071 setlength{
28072 \backslash
28073 shadowsize}{2pt}
28074 \end_layout
28075
28076 \end_inset
28077
28078
28079 \begin_inset Box Shadowbox
28080 position "c"
28081 hor_pos "c"
28082 has_inner_box 1
28083 inner_pos "c"
28084 use_parbox 0
28085 width "25col%"
28086 special "none"
28087 height "1in"
28088 height_special "totalheight"
28089 status open
28090
28091 \begin_layout Plain Layout
28092 \align center
28093 Schattierte Box mit 
28094 \series bold
28095
28096 \backslash
28097 shadowsize
28098 \series default
28099
28100 \begin_inset space \thinspace{}
28101 \end_inset
28102
28103 =
28104 \begin_inset space \thinspace{}
28105 \end_inset
28106
28107 2
28108 \begin_inset space \thinspace{}
28109 \end_inset
28110
28111 pt
28112 \end_layout
28113
28114 \end_inset
28115
28116
28117 \begin_inset ERT
28118 status collapsed
28119
28120 \begin_layout Plain Layout
28121
28122
28123 \backslash
28124 setlength{
28125 \backslash
28126 shadowsize}{4pt}
28127 \end_layout
28128
28129 \end_inset
28130
28131
28132 \end_layout
28133
28134 \begin_layout Standard
28135 \begin_inset VSpace bigskip
28136 \end_inset
28137
28138 Der Standardwert für 
28139 \series bold
28140
28141 \backslash
28142 FrameRule
28143 \series default
28144  ist 0.4
28145 \begin_inset space \thinspace{}
28146 \end_inset
28147
28148 pt.
28149  Der Standard-Abstand zwischen Rahmen und Text ist 9
28150 \begin_inset space \thinspace{}
28151 \end_inset
28152
28153 pt und kann mit dem Wert für 
28154 \series bold
28155
28156 \backslash
28157 FrameSep
28158 \series default
28159  geändert werden.
28160  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
28161  TeX-Code Befehlen geändert:
28162 \end_layout
28163
28164 \begin_layout Standard
28165
28166 \series bold
28167
28168 \backslash
28169 setlength{
28170 \backslash
28171 FrameRule}{5pt}
28172 \begin_inset Newline newline
28173 \end_inset
28174
28175
28176 \backslash
28177 setlength{
28178 \backslash
28179 FrameSep}{0.5cm}
28180 \end_layout
28181
28182 \begin_layout Standard
28183 \begin_inset ERT
28184 status collapsed
28185
28186 \begin_layout Plain Layout
28187
28188
28189 \backslash
28190 setlength{
28191 \backslash
28192 FrameRule}{5pt}
28193 \end_layout
28194
28195 \begin_layout Plain Layout
28196
28197
28198 \backslash
28199 setlength{
28200 \backslash
28201 FrameSep}{0.5cm}
28202 \end_layout
28203
28204 \end_inset
28205
28206
28207 \begin_inset Box Framed
28208 position "t"
28209 hor_pos "c"
28210 has_inner_box 0
28211 inner_pos "t"
28212 use_parbox 0
28213 width "100col%"
28214 special "none"
28215 height "1in"
28216 height_special "totalheight"
28217 status open
28218
28219 \begin_layout Plain Layout
28220 Dies ist Text in einer 
28221 \family sans
28222 Seitenumbruch erlaubt
28223 \family default
28224  Box.
28225 \end_layout
28226
28227 \end_inset
28228
28229
28230 \begin_inset ERT
28231 status collapsed
28232
28233 \begin_layout Plain Layout
28234
28235
28236 \backslash
28237 setlength{
28238 \backslash
28239 FrameRule}{0.4pt}
28240 \end_layout
28241
28242 \begin_layout Plain Layout
28243
28244
28245 \backslash
28246 setlength{
28247 \backslash
28248 FrameSep}{9pt}
28249 \end_layout
28250
28251 \end_inset
28252
28253
28254 \end_layout
28255
28256 \begin_layout Standard
28257 \begin_inset VSpace bigskip
28258 \end_inset
28259
28260 Für Boxen mit 
28261 \family sans
28262 schattiertem Hintergrund
28263 \family default
28264  beträgt der Abstand zwischen Rand und Text 3
28265 \begin_inset space \thinspace{}
28266 \end_inset
28267
28268 pt und kann mit 
28269 \series bold
28270
28271 \backslash
28272 fboxsep
28273 \series default
28274  geändert werden.
28275  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
28276  
28277 \series bold
28278
28279 \backslash
28280 definecolor{shadebox}
28281 \series default
28282  oder global über das Menü 
28283 \family sans
28284 Werkzeuge\SpecialChar \menuseparator
28285 Einstellungen\SpecialChar \menuseparator
28286 Farben\SpecialChar \menuseparator
28287 Schattierte
28288 \begin_inset space ~
28289 \end_inset
28290
28291 Box
28292 \family default
28293  geändert werden.
28294  Das Schema des 
28295 \series bold
28296
28297 \backslash
28298 definecolor
28299 \series default
28300  Befehls ist  in Abschnitt
28301 \begin_inset space ~
28302 \end_inset
28303
28304
28305 \begin_inset CommandInset ref
28306 LatexCommand ref
28307 reference "abs:Farbige-Tabellen"
28308
28309 \end_inset
28310
28311  erklärt.
28312 \begin_inset Foot
28313 status collapsed
28314
28315 \begin_layout Plain Layout
28316 Beachten Sie, dass 
28317 \series bold
28318
28319 \backslash
28320 definecolor
28321 \series default
28322  das LaTeX-Paket 
28323 \series bold
28324 color
28325 \series default
28326  im LaTeX-Vorspann benötigt, siehe Abschnitt
28327 \begin_inset space ~
28328 \end_inset
28329
28330
28331 \begin_inset CommandInset ref
28332 LatexCommand ref
28333 reference "abs:Farbige-Boxen"
28334
28335 \end_inset
28336
28337 .
28338 \end_layout
28339
28340 \end_inset
28341
28342  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
28343 \end_layout
28344
28345 \begin_layout Standard
28346
28347 \series bold
28348
28349 \backslash
28350 setlength{
28351 \backslash
28352 fboxsep}{0.5cm}
28353 \begin_inset Newline newline
28354 \end_inset
28355
28356
28357 \backslash
28358 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28359 \end_layout
28360
28361 \begin_layout Standard
28362 \begin_inset ERT
28363 status collapsed
28364
28365 \begin_layout Plain Layout
28366
28367
28368 \backslash
28369 setlength{
28370 \backslash
28371 fboxsep}{0.5cm}
28372 \end_layout
28373
28374 \begin_layout Plain Layout
28375
28376
28377 \backslash
28378 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28379 \end_layout
28380
28381 \end_inset
28382
28383
28384 \begin_inset Box Shaded
28385 position "t"
28386 hor_pos "c"
28387 has_inner_box 0
28388 inner_pos "t"
28389 use_parbox 0
28390 width "100col%"
28391 special "none"
28392 height "1in"
28393 height_special "totalheight"
28394 status open
28395
28396 \begin_layout Plain Layout
28397
28398 \color yellow
28399 Dies ist gelber Text in einer 
28400 \family sans
28401 schattierten Hintergrund
28402 \begin_inset space ~
28403 \end_inset
28404
28405
28406 \family default
28407 Box auf dunkelgrünem Hintergrund.
28408 \end_layout
28409
28410 \end_inset
28411
28412
28413 \begin_inset ERT
28414 status collapsed
28415
28416 \begin_layout Plain Layout
28417
28418
28419 \backslash
28420 setlength{
28421 \backslash
28422 fboxsep}{3pt}
28423 \end_layout
28424
28425 \begin_layout Plain Layout
28426
28427
28428 \backslash
28429 definecolor{shadecolor}{rgb}{1,0,0}
28430 \end_layout
28431
28432 \end_inset
28433
28434
28435 \end_layout
28436
28437 \begin_layout Standard
28438 \begin_inset VSpace bigskip
28439 \end_inset
28440
28441 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
28442  der sie ändert.
28443 \end_layout
28444
28445 \begin_layout Section
28446 Minipage
28447 \begin_inset CommandInset label
28448 LatexCommand label
28449 name "abs:Minipage"
28450
28451 \end_inset
28452
28453
28454 \begin_inset Index
28455 status collapsed
28456
28457 \begin_layout Plain Layout
28458 Boxen ! Minipage
28459 \end_layout
28460
28461 \end_inset
28462
28463
28464 \end_layout
28465
28466 \begin_layout Standard
28467 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28468  deshalb unter anderem eigene Fußnoten haben.
28469 \end_layout
28470
28471 \begin_layout Standard
28472 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28473 \end_layout
28474
28475 \begin_layout Standard
28476 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28477  Ihre Breite ist 45 Spaltenbreite
28478 \begin_inset space ~
28479 \end_inset
28480
28481 %, und sie sind durch einen 
28482 \family sans
28483 HFill
28484 \family default
28485  getrennt (
28486 \family sans
28487 Einfügen\SpecialChar \menuseparator
28488 Formatierung\SpecialChar \menuseparator
28489 Horizontaler
28490 \begin_inset space \space{}
28491 \end_inset
28492
28493 Abstand\SpecialChar \menuseparator
28494 Abstand\SpecialChar \menuseparator
28495 Variabler
28496 \begin_inset space ~
28497 \end_inset
28498
28499 horiz.
28500 \begin_inset space ~
28501 \end_inset
28502
28503 Abstand
28504 \family default
28505 ).
28506 \begin_inset Newpage newpage
28507 \end_inset
28508
28509
28510 \end_layout
28511
28512 \begin_layout Standard
28513 \noindent
28514 \begin_inset Box Frameless
28515 position "t"
28516 hor_pos "c"
28517 has_inner_box 1
28518 inner_pos "c"
28519 use_parbox 0
28520 width "45col%"
28521 special "none"
28522 height "1in"
28523 height_special "totalheight"
28524 status open
28525
28526 \begin_layout Plain Layout
28527 Dies ist ein deutscher Text.
28528  Dies ist ein deutscher Text.
28529  Dies ist ein deutscher Text.
28530  Dies ist ein deutscher Text.
28531  Dies ist ein deutscher Text.
28532  Dies ist ein deutscher Text.
28533  Dies ist ein deutscher Text.
28534  Dies ist ein deutscher Text.
28535  Dies ist ein deutscher Text.
28536  Dies ist ein deutscher Text.
28537  Dies ist ein deutscher Text.
28538  Dies ist ein deutscher Text.
28539  Dies ist ein deutscher Text
28540 \begin_inset Foot
28541 status open
28542
28543 \begin_layout Plain Layout
28544 Dies ist eine deutsche Fußnote.
28545 \end_layout
28546
28547 \end_inset
28548
28549 .
28550  Dies ist ein deutscher Text.
28551  Dies ist ein deutscher Text.
28552 \end_layout
28553
28554 \end_inset
28555
28556
28557 \begin_inset space \hfill{}
28558 \end_inset
28559
28560
28561 \begin_inset Box Frameless
28562 position "t"
28563 hor_pos "c"
28564 has_inner_box 1
28565 inner_pos "c"
28566 use_parbox 0
28567 width "45col%"
28568 special "none"
28569 height "1in"
28570 height_special "totalheight"
28571 status open
28572
28573 \begin_layout Plain Layout
28574
28575 \lang english
28576 This is an English Text.
28577  This is an English Text.
28578  This is an English Text.
28579  This is an English Text.
28580  This is an English Text.
28581  This is an English Text.
28582  This is an English Text.
28583  This is an English Text.
28584  This is an English Text.
28585  This is an English Text.
28586  This is an English Text.
28587  This is an English Text.
28588  This is an English Text.
28589  This is an English Text.
28590  This is an English Text.
28591  This is an English Text.
28592 \begin_inset Foot
28593 status collapsed
28594
28595 \begin_layout Plain Layout
28596
28597 \lang english
28598 This is an English footnote.
28599 \end_layout
28600
28601 \end_inset
28602
28603  This is an English Text.
28604  
28605 \end_layout
28606
28607 \end_inset
28608
28609
28610 \end_layout
28611
28612 \begin_layout Standard
28613 \noindent
28614 \begin_inset VSpace bigskip
28615 \end_inset
28616
28617 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
28618  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
28619  auf der die Tabelle gedruckt wird: 
28620 \begin_inset Tabular
28621 <lyxtabular version="3" rows="3" columns="4">
28622 <features>
28623 <column alignment="center" valignment="top" width="0pt">
28624 <column alignment="center" valignment="top" width="0pt">
28625 <column alignment="center" valignment="top" width="0pt">
28626 <column alignment="center" valignment="top" width="0pt">
28627 <row>
28628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28629 \begin_inset Text
28630
28631 \begin_layout Plain Layout
28632 1
28633 \end_layout
28634
28635 \end_inset
28636 </cell>
28637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28638 \begin_inset Text
28639
28640 \begin_layout Plain Layout
28641 2
28642 \end_layout
28643
28644 \end_inset
28645 </cell>
28646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28647 \begin_inset Text
28648
28649 \begin_layout Plain Layout
28650 3
28651 \begin_inset Foot
28652 status collapsed
28653
28654 \begin_layout Plain Layout
28655 Dies ist eine Fußnote in einer Tabelle.
28656 \end_layout
28657
28658 \end_inset
28659
28660
28661 \end_layout
28662
28663 \end_inset
28664 </cell>
28665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28666 \begin_inset Text
28667
28668 \begin_layout Plain Layout
28669 4
28670 \end_layout
28671
28672 \end_inset
28673 </cell>
28674 </row>
28675 <row>
28676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28677 \begin_inset Text
28678
28679 \begin_layout Plain Layout
28680 a
28681 \end_layout
28682
28683 \end_inset
28684 </cell>
28685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28686 \begin_inset Text
28687
28688 \begin_layout Plain Layout
28689 b
28690 \end_layout
28691
28692 \end_inset
28693 </cell>
28694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28695 \begin_inset Text
28696
28697 \begin_layout Plain Layout
28698 c
28699 \end_layout
28700
28701 \end_inset
28702 </cell>
28703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28704 \begin_inset Text
28705
28706 \begin_layout Plain Layout
28707 d
28708 \end_layout
28709
28710 \end_inset
28711 </cell>
28712 </row>
28713 <row>
28714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28715 \begin_inset Text
28716
28717 \begin_layout Plain Layout
28718 e
28719 \end_layout
28720
28721 \end_inset
28722 </cell>
28723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28724 \begin_inset Text
28725
28726 \begin_layout Plain Layout
28727 f
28728 \end_layout
28729
28730 \end_inset
28731 </cell>
28732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28733 \begin_inset Text
28734
28735 \begin_layout Plain Layout
28736 g
28737 \end_layout
28738
28739 \end_inset
28740 </cell>
28741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28742 \begin_inset Text
28743
28744 \begin_layout Plain Layout
28745 h
28746 \end_layout
28747
28748 \end_inset
28749 </cell>
28750 </row>
28751 </lyxtabular>
28752
28753 \end_inset
28754
28755
28756 \end_layout
28757
28758 \begin_layout Standard
28759 \noindent
28760 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
28761  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
28762  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
28763  außerhalb.
28764 \end_layout
28765
28766 \begin_layout Standard
28767 \align center
28768 \begin_inset Box Frameless
28769 position "t"
28770 hor_pos "c"
28771 has_inner_box 1
28772 inner_pos "c"
28773 use_parbox 0
28774 width "30col%"
28775 special "none"
28776 height "1in"
28777 height_special "totalheight"
28778 status open
28779
28780 \begin_layout Plain Layout
28781 \align center
28782 \begin_inset Tabular
28783 <lyxtabular version="3" rows="3" columns="4">
28784 <features>
28785 <column alignment="center" valignment="top" width="0pt">
28786 <column alignment="center" valignment="top" width="0pt">
28787 <column alignment="center" valignment="top" width="0pt">
28788 <column alignment="center" valignment="top" width="0pt">
28789 <row>
28790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28791 \begin_inset Text
28792
28793 \begin_layout Plain Layout
28794 1
28795 \end_layout
28796
28797 \end_inset
28798 </cell>
28799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28800 \begin_inset Text
28801
28802 \begin_layout Plain Layout
28803 2
28804 \end_layout
28805
28806 \end_inset
28807 </cell>
28808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28809 \begin_inset Text
28810
28811 \begin_layout Plain Layout
28812 3
28813 \begin_inset Foot
28814 status collapsed
28815
28816 \begin_layout Plain Layout
28817 Dies ist eine Fußnote in einer Tabelle.
28818 \end_layout
28819
28820 \end_inset
28821
28822
28823 \end_layout
28824
28825 \end_inset
28826 </cell>
28827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28828 \begin_inset Text
28829
28830 \begin_layout Plain Layout
28831 4
28832 \end_layout
28833
28834 \end_inset
28835 </cell>
28836 </row>
28837 <row>
28838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28839 \begin_inset Text
28840
28841 \begin_layout Plain Layout
28842 a
28843 \end_layout
28844
28845 \end_inset
28846 </cell>
28847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28848 \begin_inset Text
28849
28850 \begin_layout Plain Layout
28851 b
28852 \end_layout
28853
28854 \end_inset
28855 </cell>
28856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28857 \begin_inset Text
28858
28859 \begin_layout Plain Layout
28860 c
28861 \end_layout
28862
28863 \end_inset
28864 </cell>
28865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28866 \begin_inset Text
28867
28868 \begin_layout Plain Layout
28869 d
28870 \end_layout
28871
28872 \end_inset
28873 </cell>
28874 </row>
28875 <row>
28876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28877 \begin_inset Text
28878
28879 \begin_layout Plain Layout
28880 e
28881 \end_layout
28882
28883 \end_inset
28884 </cell>
28885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28886 \begin_inset Text
28887
28888 \begin_layout Plain Layout
28889 f
28890 \end_layout
28891
28892 \end_inset
28893 </cell>
28894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28895 \begin_inset Text
28896
28897 \begin_layout Plain Layout
28898 g
28899 \end_layout
28900
28901 \end_inset
28902 </cell>
28903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28904 \begin_inset Text
28905
28906 \begin_layout Plain Layout
28907 h
28908 \end_layout
28909
28910 \end_inset
28911 </cell>
28912 </row>
28913 </lyxtabular>
28914
28915 \end_inset
28916
28917
28918 \end_layout
28919
28920 \end_inset
28921
28922
28923 \end_layout
28924
28925 \begin_layout Standard
28926 \begin_inset VSpace bigskip
28927 \end_inset
28928
28929 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
28930  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
28931  Absätze nicht eingerückt werden, obwohl Sie das in 
28932 \family sans
28933 Dokument
28934 \family default
28935 \SpecialChar \menuseparator
28936
28937 \family sans
28938 Einstellun\SpecialChar \-
28939 gen\SpecialChar \menuseparator
28940 Textformat
28941 \family default
28942  festgelegt haben.
28943  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
28944  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
28945 \series bold
28946
28947 \backslash
28948 hspace*{1em}
28949 \series default
28950 .
28951 \end_layout
28952
28953 \begin_layout Standard
28954 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
28955  zu verpassen, siehe Abschnitt
28956 \begin_inset space ~
28957 \end_inset
28958
28959
28960 \begin_inset CommandInset ref
28961 LatexCommand ref
28962 reference "uab:Farbe-für-Absätze"
28963
28964 \end_inset
28965
28966 .
28967 \end_layout
28968
28969 \begin_layout Standard
28970 \begin_inset Note Greyedout
28971 status open
28972
28973 \begin_layout Plain Layout
28974
28975 \series bold
28976 Bemerkung:
28977 \series default
28978  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
28979  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
28980 \end_layout
28981
28982 \end_inset
28983
28984
28985 \end_layout
28986
28987 \begin_layout Section
28988 Parbox
28989 \begin_inset CommandInset label
28990 LatexCommand label
28991 name "abs:Parbox"
28992
28993 \end_inset
28994
28995
28996 \begin_inset Index
28997 status collapsed
28998
28999 \begin_layout Plain Layout
29000 Boxen ! Parbox
29001 \end_layout
29002
29003 \end_inset
29004
29005
29006 \end_layout
29007
29008 \begin_layout Standard
29009 Parbox ist eine Abkürzung für 
29010 \begin_inset Quotes gld
29011 \end_inset
29012
29013 paragraph box
29014 \begin_inset Quotes grd
29015 \end_inset
29016
29017 , was Absatzbox bedeutet.
29018  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
29019  Parboxen einige Einschränkungen.
29020  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
29021  gedruckt:
29022 \end_layout
29023
29024 \begin_layout Standard
29025 \align center
29026 \begin_inset Box Frameless
29027 position "t"
29028 hor_pos "c"
29029 has_inner_box 1
29030 inner_pos "t"
29031 use_parbox 1
29032 width "33col%"
29033 special "none"
29034 height "1in"
29035 height_special "totalheight"
29036 status collapsed
29037
29038 \begin_layout Plain Layout
29039 Dies ist Text in einer Parbox.
29040  Dies ist Text in einer Parbox.
29041 \end_layout
29042
29043 \begin_layout Plain Layout
29044 Diese Fußnote wird nicht gedruckt:
29045 \begin_inset Foot
29046 status collapsed
29047
29048 \begin_layout Plain Layout
29049 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
29050 \end_layout
29051
29052 \end_inset
29053
29054
29055 \end_layout
29056
29057 \end_inset
29058
29059
29060 \end_layout
29061
29062 \begin_layout Standard
29063 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
29064  und Theoreme enthalten.
29065 \end_layout
29066
29067 \begin_layout Section
29068 Boxen für Worte und Buchstaben
29069 \begin_inset Index
29070 status collapsed
29071
29072 \begin_layout Plain Layout
29073 Boxen ! für Buchstaben
29074 \end_layout
29075
29076 \end_inset
29077
29078
29079 \end_layout
29080
29081 \begin_layout Subsection
29082 Silbentrennung unterbinden 
29083 \begin_inset CommandInset label
29084 LatexCommand label
29085 name "abs:Silbentrennung-unterbinden"
29086
29087 \end_inset
29088
29089
29090 \begin_inset Index
29091 status collapsed
29092
29093 \begin_layout Plain Layout
29094 Boxen ! zur Vermeidung von Silbentrennung
29095 \end_layout
29096
29097 \end_inset
29098
29099
29100 \end_layout
29101
29102 \begin_layout Standard
29103 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
29104 \begin_inset Newline newline
29105 \end_inset
29106
29107 Hier ist ein Beispiel: 
29108 \end_layout
29109
29110 \begin_layout Standard
29111 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
29112 \begin_inset Quotes gld
29113 \end_inset
29114
29115 einsehrsehrsehrlangeswort
29116 \begin_inset Quotes grd
29117 \end_inset
29118
29119 .
29120 \end_layout
29121
29122 \begin_layout Standard
29123 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
29124  soll, den TeX-Code
29125 \end_layout
29126
29127 \begin_layout Standard
29128
29129 \series bold
29130
29131 \backslash
29132 mbox{
29133 \end_layout
29134
29135 \begin_layout Standard
29136 ein.
29137  Hinter dem Wort fügen Sie 
29138 \series bold
29139
29140 \begin_inset Quotes gld
29141 \end_inset
29142
29143 }
29144 \series default
29145
29146 \begin_inset Quotes grd
29147 \end_inset
29148
29149  als TeX-Code ein.
29150  Hier ist das Ergebnis:
29151 \end_layout
29152
29153 \begin_layout Standard
29154 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29155 \begin_inset ERT
29156 status collapsed
29157
29158 \begin_layout Plain Layout
29159
29160
29161 \backslash
29162 mbox{
29163 \end_layout
29164
29165 \end_inset
29166
29167
29168 \begin_inset Quotes gld
29169 \end_inset
29170
29171 einsehrsehrsehrlangeswort
29172 \begin_inset Quotes grd
29173 \end_inset
29174
29175
29176 \begin_inset ERT
29177 status collapsed
29178
29179 \begin_layout Plain Layout
29180
29181 }
29182 \end_layout
29183
29184 \end_inset
29185
29186 .
29187 \end_layout
29188
29189 \begin_layout Standard
29190 Alternativ dazu kann man auch den Befehl 
29191 \begin_inset Quotes gld
29192 \end_inset
29193
29194
29195 \series bold
29196
29197 \backslash
29198 -
29199 \series default
29200
29201 \begin_inset Quotes grd
29202 \end_inset
29203
29204  als TeX-Code direkt vor das Wort setzen:
29205 \end_layout
29206
29207 \begin_layout Standard
29208 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29209 \begin_inset Quotes gld
29210 \end_inset
29211
29212
29213 \begin_inset ERT
29214 status collapsed
29215
29216 \begin_layout Plain Layout
29217
29218
29219 \backslash
29220 -
29221 \end_layout
29222
29223 \end_inset
29224
29225 einsehrsehrsehrlangeswort
29226 \begin_inset Quotes grd
29227 \end_inset
29228
29229 .
29230 \end_layout
29231
29232 \begin_layout Standard
29233 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
29234  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
29235 \series bold
29236 Strg-Eingabe
29237 \series default
29238 ) einfügen: 
29239 \end_layout
29240
29241 \begin_layout Standard
29242 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
29243 \begin_inset Newline newline
29244 \end_inset
29245
29246
29247 \begin_inset ERT
29248 status collapsed
29249
29250 \begin_layout Plain Layout
29251
29252
29253 \backslash
29254 mbox{
29255 \end_layout
29256
29257 \end_inset
29258
29259
29260 \begin_inset Quotes gld
29261 \end_inset
29262
29263 einsehrsehrsehrlangeswort
29264 \begin_inset Quotes grd
29265 \end_inset
29266
29267
29268 \begin_inset ERT
29269 status collapsed
29270
29271 \begin_layout Plain Layout
29272
29273 }
29274 \end_layout
29275
29276 \end_inset
29277
29278 .
29279 \end_layout
29280
29281 \begin_layout Subsection
29282 Vertikale Ausrichtung
29283 \begin_inset CommandInset label
29284 LatexCommand label
29285 name "uab:Vertikale-Ausrichtung"
29286
29287 \end_inset
29288
29289
29290 \begin_inset Index
29291 status collapsed
29292
29293 \begin_layout Plain Layout
29294 Boxen ! für Vertikale Ausrichtung
29295 \end_layout
29296
29297 \end_inset
29298
29299
29300 \begin_inset Index
29301 status collapsed
29302
29303 \begin_layout Plain Layout
29304 Boxen ! raisebox
29305 \end_layout
29306
29307 \end_inset
29308
29309
29310 \end_layout
29311
29312 \begin_layout Standard
29313 Mit dem LaTeX-Befehl 
29314 \series bold
29315
29316 \backslash
29317 raisebox
29318 \series default
29319  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29320 n Textes ausrichten.
29321  
29322 \series bold
29323
29324 \backslash
29325 raisebox
29326 \series default
29327  wird folgendermaßen benutzt:
29328 \end_layout
29329
29330 \begin_layout Standard
29331
29332 \series bold
29333
29334 \backslash
29335 raisebox{Verschiebung}[oben][unten]{Text}
29336 \end_layout
29337
29338 \begin_layout Standard
29339 Positive Werte für Verschiebung
29340 \series bold
29341  
29342 \series default
29343 verschieben die Box nach oben, negative nach unten.
29344  Die beiden optionalen Parameter 
29345 \family typewriter
29346 oben
29347 \family default
29348  und 
29349 \family typewriter
29350 unten
29351 \family default
29352  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29353  hinausgeht, wenn sie nicht verschoben ist.
29354 \end_layout
29355
29356 \begin_layout Standard
29357 Um zum Beispiel das Wort 
29358 \begin_inset Quotes gld
29359 \end_inset
29360
29361 provokant
29362 \begin_inset Quotes grd
29363 \end_inset
29364
29365  mit seinem 
29366 \begin_inset Quotes gld
29367 \end_inset
29368
29369 niedrigsten
29370 \begin_inset Quotes grd
29371 \end_inset
29372
29373  Buchstaben 
29374 \begin_inset Quotes gld
29375 \end_inset
29376
29377 p
29378 \begin_inset Quotes grd
29379 \end_inset
29380
29381  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29382 \end_layout
29383
29384 \begin_layout Standard
29385
29386 \series bold
29387
29388 \backslash
29389 raisebox{
29390 \backslash
29391 depth}{
29392 \end_layout
29393
29394 \begin_layout Standard
29395 vor dem Wort einfügen und 
29396 \begin_inset Quotes gld
29397 \end_inset
29398
29399
29400 \series bold
29401 }
29402 \series default
29403
29404 \begin_inset Quotes grd
29405 \end_inset
29406
29407  als TeX-Code dahinter:
29408 \end_layout
29409
29410 \begin_layout Standard
29411 Dies ist eine Zeile, in der das Wort 
29412 \begin_inset ERT
29413 status collapsed
29414
29415 \begin_layout Plain Layout
29416
29417
29418 \backslash
29419 raisebox{
29420 \backslash
29421 depth}{
29422 \end_layout
29423
29424 \end_inset
29425
29426
29427 \begin_inset Quotes gld
29428 \end_inset
29429
29430 provokant
29431 \begin_inset Quotes grd
29432 \end_inset
29433
29434
29435 \begin_inset ERT
29436 status collapsed
29437
29438 \begin_layout Plain Layout
29439
29440 }
29441 \end_layout
29442
29443 \end_inset
29444
29445  nach oben verschoben wurde.
29446 \end_layout
29447
29448 \begin_layout Standard
29449 \begin_inset VSpace bigskip
29450 \end_inset
29451
29452 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29453  gedehnt:
29454 \end_layout
29455
29456 \begin_layout Standard
29457 Dies ist eine Zeile, in der das Wort 
29458 \begin_inset ERT
29459 status collapsed
29460
29461 \begin_layout Plain Layout
29462
29463
29464 \backslash
29465 raisebox{-
29466 \backslash
29467 depth}{
29468 \end_layout
29469
29470 \end_inset
29471
29472
29473 \begin_inset Quotes gld
29474 \end_inset
29475
29476 provokant
29477 \begin_inset Quotes grd
29478 \end_inset
29479
29480
29481 \begin_inset ERT
29482 status collapsed
29483
29484 \begin_layout Plain Layout
29485
29486 }
29487 \end_layout
29488
29489 \end_inset
29490
29491  nach unten verschoben wurde.
29492 \end_layout
29493
29494 \begin_layout Standard
29495 Dies ist eine Zeile, in der das Wort 
29496 \begin_inset ERT
29497 status collapsed
29498
29499 \begin_layout Plain Layout
29500
29501
29502 \backslash
29503 raisebox{0.5cm}{
29504 \end_layout
29505
29506 \end_inset
29507
29508
29509 \begin_inset Quotes gld
29510 \end_inset
29511
29512 testen
29513 \begin_inset Quotes grd
29514 \end_inset
29515
29516
29517 \begin_inset ERT
29518 status collapsed
29519
29520 \begin_layout Plain Layout
29521
29522 }
29523 \end_layout
29524
29525 \end_inset
29526
29527  um 0.5
29528 \begin_inset space \thinspace{}
29529 \end_inset
29530
29531 cm nach oben verschoben wurde.
29532 \end_layout
29533
29534 \begin_layout Standard
29535 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
29536 \end_layout
29537
29538 \begin_layout Standard
29539
29540 \series bold
29541
29542 \backslash
29543 raisebox{-
29544 \backslash
29545 depth}[0pt]{
29546 \end_layout
29547
29548 \begin_layout Standard
29549 Dies ist eine Zeile, in der das Wort 
29550 \begin_inset ERT
29551 status collapsed
29552
29553 \begin_layout Plain Layout
29554
29555
29556 \backslash
29557 raisebox{-
29558 \backslash
29559 depth}[0pt]{
29560 \end_layout
29561
29562 \end_inset
29563
29564
29565 \begin_inset Quotes gld
29566 \end_inset
29567
29568 provokant
29569 \begin_inset Quotes grd
29570 \end_inset
29571
29572
29573 \begin_inset ERT
29574 status collapsed
29575
29576 \begin_layout Plain Layout
29577
29578 }
29579 \end_layout
29580
29581 \end_inset
29582
29583  nach unten verschoben wurde.
29584 \end_layout
29585
29586 \begin_layout Standard
29587 Dies ist eine Zeile, in der das Wort 
29588 \begin_inset ERT
29589 status collapsed
29590
29591 \begin_layout Plain Layout
29592
29593
29594 \backslash
29595 raisebox{0.5cm}[0pt]{
29596 \end_layout
29597
29598 \end_inset
29599
29600
29601 \begin_inset Quotes gld
29602 \end_inset
29603
29604 testen
29605 \begin_inset Quotes grd
29606 \end_inset
29607
29608
29609 \begin_inset ERT
29610 status collapsed
29611
29612 \begin_layout Plain Layout
29613
29614 }
29615 \end_layout
29616
29617 \end_inset
29618
29619  um 0.5
29620 \begin_inset space \thinspace{}
29621 \end_inset
29622
29623 cm nach oben verschoben wurde.
29624  Jetzt überschneiden sich die verschobenen Worte.
29625 \end_layout
29626
29627 \begin_layout Section
29628 Farbige Boxen
29629 \begin_inset CommandInset label
29630 LatexCommand label
29631 name "abs:Farbige-Boxen"
29632
29633 \end_inset
29634
29635
29636 \begin_inset Index
29637 status collapsed
29638
29639 \begin_layout Plain Layout
29640 Boxen ! farbige
29641 \end_layout
29642
29643 \end_inset
29644
29645
29646 \end_layout
29647
29648 \begin_layout Subsection
29649 Text-Hintergrundfarbe
29650 \begin_inset Index
29651 status collapsed
29652
29653 \begin_layout Plain Layout
29654 Farbe ! für Text-Hintergrund
29655 \end_layout
29656
29657 \end_inset
29658
29659
29660 \end_layout
29661
29662 \begin_layout Standard
29663 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
29664  sogenannten 
29665 \begin_inset Quotes gld
29666 \end_inset
29667
29668 colorbox
29669 \begin_inset Quotes grd
29670 \end_inset
29671
29672  stehen.
29673  Dafür muss das LaTeX-Paket 
29674 \series bold
29675 color
29676 \series default
29677
29678 \begin_inset Index
29679 status collapsed
29680
29681 \begin_layout Plain Layout
29682 LaTeX-Pakete ! color
29683 \end_layout
29684
29685 \end_inset
29686
29687  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
29688 \end_layout
29689
29690 \begin_layout Standard
29691
29692 \series bold
29693
29694 \backslash
29695 @ifundefined{textcolor}
29696 \begin_inset Newline newline
29697 \end_inset
29698
29699
29700 \begin_inset ERT
29701 status collapsed
29702
29703 \begin_layout Plain Layout
29704
29705
29706 \backslash
29707 hphantom{ }
29708 \end_layout
29709
29710 \end_inset
29711
29712 {
29713 \backslash
29714 usepackage{color}}{}
29715 \end_layout
29716
29717 \begin_layout Standard
29718 Wenn Sie Text einfärben, lädt LyX das Paket 
29719 \series bold
29720 color
29721 \series default
29722  automatisch.
29723 \begin_inset Foot
29724 status collapsed
29725
29726 \begin_layout Plain Layout
29727 Der Befehl 
29728 \series bold
29729
29730 \backslash
29731 @ifundefined
29732 \series default
29733  vermeidet, dass es in diesem Fall doppelt geladen wird.
29734 \end_layout
29735
29736 \end_inset
29737
29738
29739 \end_layout
29740
29741 \begin_layout Standard
29742 \begin_inset VSpace medskip
29743 \end_inset
29744
29745 Colorboxen werden mit dem Befehl 
29746 \series bold
29747
29748 \backslash
29749 colorbox
29750 \series default
29751  erzeugt:
29752 \end_layout
29753
29754 \begin_layout Standard
29755
29756 \series bold
29757
29758 \backslash
29759 colorbox{Farbe}{Boxinhalt}
29760 \end_layout
29761
29762 \begin_layout Standard
29763 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
29764  Boxen sein.
29765 \end_layout
29766
29767 \begin_layout Standard
29768 Die folgenden Farben sind vordefiniert:
29769 \family sans
29770  schwarz
29771 \family default
29772
29773 \family sans
29774 wei
29775 \family default
29776 ß, 
29777 \family sans
29778 rot
29779 \family default
29780 \series bold
29781 ,
29782 \series default
29783  
29784 \family sans
29785 grün
29786 \family default
29787
29788 \family sans
29789 blau
29790 \family default
29791
29792 \family sans
29793 türkis
29794 \family default
29795
29796 \family sans
29797 purpurrot
29798 \family default
29799  und 
29800 \family sans
29801 gelb
29802 \family default
29803 .
29804 \end_layout
29805
29806 \begin_layout Standard
29807 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
29808 \begin_inset space ~
29809 \end_inset
29810
29811
29812 \begin_inset CommandInset ref
29813 LatexCommand ref
29814 reference "abs:Farbige-Tabellen"
29815
29816 \end_inset
29817
29818  beschrieben.
29819 \end_layout
29820
29821 \begin_layout Standard
29822 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
29823  den TeX-Code-Befehl
29824 \end_layout
29825
29826 \begin_layout Standard
29827
29828 \series bold
29829
29830 \backslash
29831 colorbox{red}{
29832 \end_layout
29833
29834 \begin_layout Standard
29835 vor dem Wort ein.
29836  Hinter dem Wort fügen Sie 
29837 \series bold
29838
29839 \begin_inset Quotes gld
29840 \end_inset
29841
29842 }
29843 \series default
29844
29845 \begin_inset Quotes grd
29846 \end_inset
29847
29848  als TeX-Code ein.
29849  Hier ist das Ergebnis:
29850 \end_layout
29851
29852 \begin_layout Standard
29853 In dieser Zeile hat 
29854 \begin_inset ERT
29855 status collapsed
29856
29857 \begin_layout Plain Layout
29858
29859
29860 \backslash
29861 colorbox{red}{
29862 \end_layout
29863
29864 \end_inset
29865
29866 Achtung!
29867 \begin_inset ERT
29868 status collapsed
29869
29870 \begin_layout Plain Layout
29871
29872 }
29873 \end_layout
29874
29875 \end_inset
29876
29877  einen roten Hintergrund.
29878 \end_layout
29879
29880 \begin_layout Standard
29881 \begin_inset VSpace bigskip
29882 \end_inset
29883
29884 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
29885  
29886 \series bold
29887
29888 \backslash
29889 fcolorbox
29890 \series default
29891  verwenden:
29892 \end_layout
29893
29894 \begin_layout Standard
29895
29896 \series bold
29897
29898 \backslash
29899 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
29900 \end_layout
29901
29902 \begin_layout Standard
29903
29904 \series bold
29905
29906 \backslash
29907 fcolorbox
29908 \series default
29909  ist eine Erweiterung von 
29910 \series bold
29911
29912 \backslash
29913 colorbox
29914 \series default
29915 .
29916  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
29917  
29918 \series bold
29919
29920 \backslash
29921 fboxrule
29922 \series default
29923  und 
29924 \series bold
29925
29926 \backslash
29927 fboxsep
29928 \series default
29929  gesteuert werden, wie in Abschnitt
29930 \begin_inset space ~
29931 \end_inset
29932
29933
29934 \begin_inset CommandInset ref
29935 LatexCommand ref
29936 reference "uab:Verzierung"
29937
29938 \end_inset
29939
29940  beschrieben.
29941 \end_layout
29942
29943 \begin_layout Standard
29944 Für das folgende Beispiel wurde der Befehl
29945 \end_layout
29946
29947 \begin_layout Standard
29948
29949 \series bold
29950
29951 \backslash
29952 fcolorbox{cyan}{magenta}{
29953 \end_layout
29954
29955 \begin_layout Standard
29956 benutzt.
29957  Hier wurden die Rahmendicke und der Abstand auf 1
29958 \begin_inset space \thinspace{}
29959 \end_inset
29960
29961 mm gesetzt:
29962 \begin_inset Newline newline
29963 \end_inset
29964
29965
29966 \begin_inset ERT
29967 status collapsed
29968
29969 \begin_layout Plain Layout
29970
29971
29972 \backslash
29973 fboxrule 1mm 
29974 \backslash
29975 fboxsep 1mm
29976 \end_layout
29977
29978 \end_inset
29979
29980
29981 \begin_inset ERT
29982 status collapsed
29983
29984 \begin_layout Plain Layout
29985
29986
29987 \backslash
29988 fcolorbox{cyan}{green}{
29989 \end_layout
29990
29991 \end_inset
29992
29993 Dies ist Text in einer farbigen, gerahmten Box.
29994 \begin_inset ERT
29995 status collapsed
29996
29997 \begin_layout Plain Layout
29998
29999 }
30000 \end_layout
30001
30002 \end_inset
30003
30004
30005 \end_layout
30006
30007 \begin_layout Standard
30008 \begin_inset VSpace bigskip
30009 \end_inset
30010
30011 Natürlich gibt es auch farbigen Text in einer Colorbox:
30012 \begin_inset Newline newline
30013 \end_inset
30014
30015
30016 \begin_inset ERT
30017 status collapsed
30018
30019 \begin_layout Plain Layout
30020
30021
30022 \backslash
30023 fcolorbox{cyan}{green}{
30024 \end_layout
30025
30026 \end_inset
30027
30028
30029 \color yellow
30030 Dies ist farbiger Text in einer farbigen, gerahmten Box.
30031 \color none
30032
30033 \begin_inset ERT
30034 status collapsed
30035
30036 \begin_layout Plain Layout
30037
30038 }
30039 \end_layout
30040
30041 \end_inset
30042
30043
30044 \begin_inset ERT
30045 status collapsed
30046
30047 \begin_layout Plain Layout
30048
30049
30050 \backslash
30051 fboxrule 0.4pt 
30052 \backslash
30053 fboxsep 3pt
30054 \end_layout
30055
30056 \end_inset
30057
30058
30059 \end_layout
30060
30061 \begin_layout Standard
30062 \begin_inset VSpace bigskip
30063 \end_inset
30064
30065
30066 \end_layout
30067
30068 \begin_layout Standard
30069 \begin_inset Note Greyedout
30070 status open
30071
30072 \begin_layout Plain Layout
30073 \noindent
30074
30075 \series bold
30076 Bemerkung:
30077 \series default
30078  Text in Colorboxen kann nicht umgebrochen werden.
30079  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
30080  wie im folgenden beschrieben.
30081 \end_layout
30082
30083 \end_inset
30084
30085
30086 \end_layout
30087
30088 \begin_layout Subsection
30089 Farbe für Absätze
30090 \begin_inset CommandInset label
30091 LatexCommand label
30092 name "uab:Farbe-für-Absätze"
30093
30094 \end_inset
30095
30096
30097 \begin_inset Index
30098 status collapsed
30099
30100 \begin_layout Plain Layout
30101 Farbe ! für Absätze
30102 \end_layout
30103
30104 \end_inset
30105
30106
30107 \end_layout
30108
30109 \begin_layout Standard
30110 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
30111  den Text in eine Minipage stellen.
30112  Vor der Minipage fügen Sie den TeX-Code-Befehl
30113 \end_layout
30114
30115 \begin_layout Standard
30116
30117 \series bold
30118
30119 \backslash
30120 colorbox{color}{
30121 \end_layout
30122
30123 \begin_layout Standard
30124 ein.
30125  Hinter der Minipage fügen Sie 
30126 \series bold
30127
30128 \begin_inset Quotes gld
30129 \end_inset
30130
30131 }
30132 \series default
30133
30134 \begin_inset Quotes grd
30135 \end_inset
30136
30137  als TeX-Code ein.
30138 \end_layout
30139
30140 \begin_layout Standard
30141 \begin_inset ERT
30142 status collapsed
30143
30144 \begin_layout Plain Layout
30145
30146
30147 \backslash
30148 colorbox{hellgrau}{
30149 \end_layout
30150
30151 \end_inset
30152
30153
30154 \begin_inset Box Frameless
30155 position "t"
30156 hor_pos "c"
30157 has_inner_box 1
30158 inner_pos "t"
30159 use_parbox 0
30160 width "100col%"
30161 special "none"
30162 height "1in"
30163 height_special "totalheight"
30164 status collapsed
30165
30166 \begin_layout Plain Layout
30167 Dies ist Text mit einer Hintergrundfarbe.
30168  Dies ist Text mit einer Hintergrundfarbe.
30169 \end_layout
30170
30171 \begin_layout Plain Layout
30172 Der Text kann Fußnoten
30173 \begin_inset Foot
30174 status open
30175
30176 \begin_layout Plain Layout
30177 Eine weitere Fußnote
30178 \end_layout
30179
30180 \end_inset
30181
30182  und Tabellen und Abbildungen enthalten.
30183 \end_layout
30184
30185 \begin_layout Plain Layout
30186 \align center
30187 \begin_inset Tabular
30188 <lyxtabular version="3" rows="3" columns="3">
30189 <features>
30190 <column alignment="center" valignment="top" width="0">
30191 <column alignment="center" valignment="top" width="0">
30192 <column alignment="center" valignment="top" width="0">
30193 <row>
30194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30195 \begin_inset Text
30196
30197 \begin_layout Plain Layout
30198 a
30199 \end_layout
30200
30201 \end_inset
30202 </cell>
30203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30204 \begin_inset Text
30205
30206 \begin_layout Plain Layout
30207 !
30208 \end_layout
30209
30210 \end_inset
30211 </cell>
30212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30213 \begin_inset Text
30214
30215 \begin_layout Plain Layout
30216 3
30217 \end_layout
30218
30219 \end_inset
30220 </cell>
30221 </row>
30222 <row>
30223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30224 \begin_inset Text
30225
30226 \begin_layout Plain Layout
30227 <
30228 \end_layout
30229
30230 \end_inset
30231 </cell>
30232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30233 \begin_inset Text
30234
30235 \begin_layout Plain Layout
30236 b2
30237 \begin_inset Quotes erd
30238 \end_inset
30239
30240 |
30241 \end_layout
30242
30243 \end_inset
30244 </cell>
30245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30246 \begin_inset Text
30247
30248 \begin_layout Plain Layout
30249 >
30250 \end_layout
30251
30252 \end_inset
30253 </cell>
30254 </row>
30255 <row>
30256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30257 \begin_inset Text
30258
30259 \begin_layout Plain Layout
30260 1
30261 \end_layout
30262
30263 \end_inset
30264 </cell>
30265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30266 \begin_inset Text
30267
30268 \begin_layout Plain Layout
30269 §
30270 \end_layout
30271
30272 \end_inset
30273 </cell>
30274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30275 \begin_inset Text
30276
30277 \begin_layout Plain Layout
30278 c
30279 \end_layout
30280
30281 \end_inset
30282 </cell>
30283 </row>
30284 </lyxtabular>
30285
30286 \end_inset
30287
30288
30289 \end_layout
30290
30291 \end_inset
30292
30293
30294 \begin_inset ERT
30295 status collapsed
30296
30297 \begin_layout Plain Layout
30298
30299 }
30300 \end_layout
30301
30302 \end_inset
30303
30304
30305 \end_layout
30306
30307 \begin_layout Section
30308 Rotierte und skalierte Boxen
30309 \end_layout
30310
30311 \begin_layout Standard
30312 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30313 \series bold
30314 graphicx
30315 \series default
30316
30317 \begin_inset Index
30318 status collapsed
30319
30320 \begin_layout Plain Layout
30321 LaTeX-Pakete ! graphicx
30322 \end_layout
30323
30324 \end_inset
30325
30326  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30327 \end_layout
30328
30329 \begin_layout Standard
30330
30331 \series bold
30332
30333 \backslash
30334 @ifundefined{rotatebox}
30335 \begin_inset Newline newline
30336 \end_inset
30337
30338
30339 \begin_inset ERT
30340 status collapsed
30341
30342 \begin_layout Plain Layout
30343
30344
30345 \backslash
30346 hphantom{ }
30347 \end_layout
30348
30349 \end_inset
30350
30351 {
30352 \backslash
30353 usepackage{graphicx}}{}
30354 \end_layout
30355
30356 \begin_layout Standard
30357 \begin_inset Note Greyedout
30358 status open
30359
30360 \begin_layout Plain Layout
30361
30362 \series bold
30363 Bemerkung:
30364 \series default
30365  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30366  darstellen.
30367  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30368 \end_layout
30369
30370 \end_inset
30371
30372
30373 \end_layout
30374
30375 \begin_layout Standard
30376 \begin_inset Note Greyedout
30377 status open
30378
30379 \begin_layout Plain Layout
30380
30381 \series bold
30382 Bemerkung:
30383 \series default
30384  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30385 \end_layout
30386
30387 \end_inset
30388
30389
30390 \end_layout
30391
30392 \begin_layout Subsection
30393 Rotierte Boxen
30394 \begin_inset Index
30395 status collapsed
30396
30397 \begin_layout Plain Layout
30398 Boxen ! rotierte
30399 \end_layout
30400
30401 \end_inset
30402
30403
30404 \begin_inset Index
30405 status collapsed
30406
30407 \begin_layout Plain Layout
30408 Rotiertes Material
30409 \end_layout
30410
30411 \end_inset
30412
30413
30414 \begin_inset Index
30415 status collapsed
30416
30417 \begin_layout Plain Layout
30418 Abbildungen ! rotierte
30419 \end_layout
30420
30421 \end_inset
30422
30423
30424 \begin_inset Index
30425 status collapsed
30426
30427 \begin_layout Plain Layout
30428 Tabellen ! rotierte
30429 \end_layout
30430
30431 \end_inset
30432
30433
30434 \end_layout
30435
30436 \begin_layout Standard
30437 Um Text zu drehen, verwendet man den Befehl 
30438 \series bold
30439
30440 \backslash
30441 rotatebox
30442 \series default
30443  im TeX-Code nach folgendem Schema:
30444 \end_layout
30445
30446 \begin_layout Standard
30447
30448 \series bold
30449
30450 \backslash
30451 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30452 \end_layout
30453
30454 \begin_layout Standard
30455 Der Drehpunkt wird mit 
30456 \series bold
30457 origin=Position
30458 \series default
30459  angegeben.
30460  Folgende Positionen sind möglich: 
30461 \emph on
30462 c
30463 \emph default
30464  (mittig), 
30465 \emph on
30466 l
30467 \emph default
30468  (links), 
30469 \emph on
30470 r
30471 \emph default
30472  (rechts), 
30473 \emph on
30474 b
30475 \emph default
30476  (unten), 
30477 \emph on
30478 t
30479 \emph default
30480  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30481  Z.
30482 \begin_inset space \thinspace{}
30483 \end_inset
30484
30485 B.
30486  bedeutet 
30487 \emph on
30488 lt
30489 \emph default
30490 , dass sich der Drehpunkt links oben befindet.
30491  Wird kein Drehpunkt angegeben, wird die Position 
30492 \emph on
30493 l
30494 \emph default
30495  verwendet.
30496  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30497  Gedreht wird gegen den Uhrzeigersinn.
30498 \end_layout
30499
30500 \begin_layout Standard
30501 Im folgenden Beispiel wurde vor dem Text der Befehl 
30502 \series bold
30503
30504 \backslash
30505 rotatebox[origin=c]{60}{
30506 \series default
30507  im TeX-Modus eingegeben.
30508  Nach dem Text wurde die schließende Klammer 
30509 \series bold
30510 }
30511 \series default
30512  wiederum im TeX-Modus eingegeben.
30513 \end_layout
30514
30515 \begin_layout Standard
30516 Dies ist eine Zeile 
30517 \begin_inset ERT
30518 status collapsed
30519
30520 \begin_layout Plain Layout
30521
30522
30523 \backslash
30524 rotatebox[origin=c]{60}{
30525 \end_layout
30526
30527 \end_inset
30528
30529 mit rotiertem
30530 \begin_inset ERT
30531 status collapsed
30532
30533 \begin_layout Plain Layout
30534
30535 }
30536 \end_layout
30537
30538 \end_inset
30539
30540  Text.
30541 \end_layout
30542
30543 \begin_layout Standard
30544 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
30545 \end_layout
30546
30547 \begin_layout Standard
30548 Dies ist eine Zeile 
30549 \begin_inset ERT
30550 status collapsed
30551
30552 \begin_layout Plain Layout
30553
30554
30555 \backslash
30556 rotatebox[origin=r]{-60}{
30557 \end_layout
30558
30559 \end_inset
30560
30561
30562 \begin_inset Box Doublebox
30563 position "c"
30564 hor_pos "c"
30565 has_inner_box 0
30566 inner_pos "c"
30567 use_parbox 0
30568 width "1in"
30569 special "width"
30570 height "1in"
30571 height_special "totalheight"
30572 status collapsed
30573
30574 \begin_layout Plain Layout
30575 mit rotiertem
30576 \end_layout
30577
30578 \end_inset
30579
30580
30581 \begin_inset ERT
30582 status collapsed
30583
30584 \begin_layout Plain Layout
30585
30586 }
30587 \end_layout
30588
30589 \end_inset
30590
30591  umrandeten Text 
30592 \begin_inset ERT
30593 status collapsed
30594
30595 \begin_layout Plain Layout
30596
30597
30598 \backslash
30599 rotatebox[origin=lb]{60}{
30600 \end_layout
30601
30602 \end_inset
30603
30604
30605 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30606 \end_inset
30607
30608
30609 \begin_inset ERT
30610 status collapsed
30611
30612 \begin_layout Plain Layout
30613
30614 }
30615 \end_layout
30616
30617 \end_inset
30618
30619  und einer Formel.
30620 \end_layout
30621
30622 \begin_layout Standard
30623 Oder ein Bild oder Tabelle:
30624 \end_layout
30625
30626 \begin_layout Standard
30627 Dies ist eine Zeile 
30628 \begin_inset ERT
30629 status collapsed
30630
30631 \begin_layout Plain Layout
30632
30633
30634 \backslash
30635 rotatebox[origin=lb]{90}{
30636 \end_layout
30637
30638 \end_inset
30639
30640
30641 \begin_inset Graphics
30642         filename ../clipart/platypus.eps
30643         lyxscale 50
30644         width 25col%
30645
30646 \end_inset
30647
30648
30649 \begin_inset ERT
30650 status collapsed
30651
30652 \begin_layout Plain Layout
30653
30654 }
30655 \end_layout
30656
30657 \end_inset
30658
30659  mit einem rotierten Bild 
30660 \begin_inset ERT
30661 status collapsed
30662
30663 \begin_layout Plain Layout
30664
30665
30666 \backslash
30667 rotatebox[origin=l]{-90}{
30668 \end_layout
30669
30670 \end_inset
30671
30672
30673 \begin_inset Tabular
30674 <lyxtabular version="3" rows="2" columns="2">
30675 <features>
30676 <column alignment="center" valignment="top" width="0">
30677 <column alignment="center" valignment="top" width="0">
30678 <row>
30679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30680 \begin_inset Text
30681
30682 \begin_layout Plain Layout
30683 q
30684 \end_layout
30685
30686 \end_inset
30687 </cell>
30688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30689 \begin_inset Text
30690
30691 \begin_layout Plain Layout
30692 w
30693 \end_layout
30694
30695 \end_inset
30696 </cell>
30697 </row>
30698 <row>
30699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30700 \begin_inset Text
30701
30702 \begin_layout Plain Layout
30703 e
30704 \end_layout
30705
30706 \end_inset
30707 </cell>
30708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30709 \begin_inset Text
30710
30711 \begin_layout Plain Layout
30712 r
30713 \end_layout
30714
30715 \end_inset
30716 </cell>
30717 </row>
30718 </lyxtabular>
30719
30720 \end_inset
30721
30722
30723 \begin_inset ERT
30724 status collapsed
30725
30726 \begin_layout Plain Layout
30727
30728 }
30729 \end_layout
30730
30731 \end_inset
30732
30733  und Tabelle.
30734 \end_layout
30735
30736 \begin_layout Subsection
30737 Skalierte Boxen
30738 \begin_inset Index
30739 status collapsed
30740
30741 \begin_layout Plain Layout
30742 Boxen ! skalierte
30743 \end_layout
30744
30745 \end_inset
30746
30747
30748 \begin_inset Index
30749 status collapsed
30750
30751 \begin_layout Plain Layout
30752 Skaliertes Material
30753 \end_layout
30754
30755 \end_inset
30756
30757
30758 \begin_inset Index
30759 status collapsed
30760
30761 \begin_layout Plain Layout
30762 Abbildungen ! skalierte
30763 \end_layout
30764
30765 \end_inset
30766
30767
30768 \begin_inset Index
30769 status collapsed
30770
30771 \begin_layout Plain Layout
30772 Tabellen ! skalierte
30773 \end_layout
30774
30775 \end_inset
30776
30777
30778 \end_layout
30779
30780 \begin_layout Standard
30781 Um Text zu skalieren, kann man die Befehle 
30782 \series bold
30783
30784 \backslash
30785 scalebox
30786 \series default
30787  und 
30788 \series bold
30789
30790 \backslash
30791 resizebox
30792 \series default
30793  im TeX-Modus verwenden.
30794 \end_layout
30795
30796 \begin_layout Standard
30797
30798 \series bold
30799
30800 \backslash
30801 scalebox
30802 \series default
30803  wird nach folgendem Schema verwendet:
30804 \end_layout
30805
30806 \begin_layout Standard
30807
30808 \series bold
30809
30810 \backslash
30811 scalebox{horizontal}[vertikal]{Boxinhalt}
30812 \end_layout
30813
30814 \begin_layout Standard
30815 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
30816  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
30817  verwendet.
30818 \end_layout
30819
30820 \begin_layout Standard
30821 Z.
30822 \begin_inset space \thinspace{}
30823 \end_inset
30824
30825 B.
30826  ergibt der Befehl 
30827 \series bold
30828
30829 \backslash
30830 scalebox{2}{Hallo}
30831 \series default
30832  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
30833 \begin_inset ERT
30834 status collapsed
30835
30836 \begin_layout Plain Layout
30837
30838
30839 \backslash
30840 scalebox{2}{
30841 \end_layout
30842
30843 \end_inset
30844
30845 Hallo
30846 \begin_inset ERT
30847 status collapsed
30848
30849 \begin_layout Plain Layout
30850
30851 }
30852 \end_layout
30853
30854 \end_inset
30855
30856 .
30857 \end_layout
30858
30859 \begin_layout Standard
30860
30861 \series bold
30862
30863 \backslash
30864 scalebox{2}[1]{Hallo}
30865 \series default
30866  verzerrt hingegen das 
30867 \begin_inset ERT
30868 status collapsed
30869
30870 \begin_layout Plain Layout
30871
30872
30873 \backslash
30874 scalebox{2}[1]{
30875 \end_layout
30876
30877 \end_inset
30878
30879 Hallo
30880 \begin_inset ERT
30881 status collapsed
30882
30883 \begin_layout Plain Layout
30884
30885 }
30886 \end_layout
30887
30888 \end_inset
30889
30890 .
30891 \end_layout
30892
30893 \begin_layout Standard
30894 Die Skalierungsfaktoren dürfen auch negativ sein.
30895  In diesem Fall wird der Boxinhalt gespiegelt.
30896 \end_layout
30897
30898 \begin_layout Standard
30899 Daher lässt sich mit dem Befehl 
30900 \series bold
30901
30902 \backslash
30903 scalebox{-1}[1]{Hallo}
30904 \series default
30905  Spiegelschrift erstellen: 
30906 \begin_inset ERT
30907 status collapsed
30908
30909 \begin_layout Plain Layout
30910
30911
30912 \backslash
30913 scalebox{-1}[1]{
30914 \end_layout
30915
30916 \end_inset
30917
30918 Hallo
30919 \begin_inset ERT
30920 status collapsed
30921
30922 \begin_layout Plain Layout
30923
30924 }
30925 \end_layout
30926
30927 \end_inset
30928
30929
30930 \end_layout
30931
30932 \begin_layout Standard
30933
30934 \series bold
30935
30936 \backslash
30937 scalebox{1}[-1]{Hallo}
30938 \series default
30939  spiegelt das 
30940 \begin_inset ERT
30941 status collapsed
30942
30943 \begin_layout Plain Layout
30944
30945
30946 \backslash
30947 scalebox{1}[-1]{
30948 \end_layout
30949
30950 \end_inset
30951
30952 Hallo
30953 \begin_inset ERT
30954 status collapsed
30955
30956 \begin_layout Plain Layout
30957
30958 }
30959 \end_layout
30960
30961 \end_inset
30962
30963  an der Grundlinie.
30964 \end_layout
30965
30966 \begin_layout Standard
30967 Zu 
30968 \series bold
30969
30970 \backslash
30971 scalebox{-1}[1]{Boxinhalt}
30972 \series default
30973  gibt es den äquivalenten Befehl
30974 \begin_inset Newline newline
30975 \end_inset
30976
30977
30978 \series bold
30979
30980 \backslash
30981 reflectbox{Boxinhalt}
30982 \series default
30983 .
30984 \end_layout
30985
30986 \begin_layout Standard
30987 \begin_inset VSpace bigskip
30988 \end_inset
30989
30990
30991 \series bold
30992
30993 \backslash
30994 resizebox
30995 \series default
30996  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
30997  skalieren.
30998  Das Befehlsschema ist folgendes:
30999 \end_layout
31000
31001 \begin_layout Standard
31002
31003 \series bold
31004
31005 \backslash
31006 resizebox{Breite}{Höhe}{Boxinhalt}
31007 \end_layout
31008
31009 \begin_layout Standard
31010 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
31011 \series bold
31012 !
31013 \series default
31014  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
31015  wird.
31016 \end_layout
31017
31018 \begin_layout Standard
31019 Der Befehl 
31020 \series bold
31021
31022 \backslash
31023 resizebox{2cm}{1cm}{Hallo}
31024 \series default
31025  ergibt: 
31026 \begin_inset ERT
31027 status collapsed
31028
31029 \begin_layout Plain Layout
31030
31031
31032 \backslash
31033 resizebox{2cm}{1cm}{
31034 \end_layout
31035
31036 \end_inset
31037
31038 Hallo
31039 \begin_inset ERT
31040 status collapsed
31041
31042 \begin_layout Plain Layout
31043
31044 }
31045 \end_layout
31046
31047 \end_inset
31048
31049
31050 \begin_inset Newline newline
31051 \end_inset
31052
31053 Der Befehl 
31054 \series bold
31055
31056 \backslash
31057 resizebox{2cm}{!}{Hallo}
31058 \series default
31059  ergibt: 
31060 \begin_inset ERT
31061 status collapsed
31062
31063 \begin_layout Plain Layout
31064
31065
31066 \backslash
31067 resizebox{2cm}{!}{
31068 \end_layout
31069
31070 \end_inset
31071
31072 Hallo
31073 \begin_inset ERT
31074 status collapsed
31075
31076 \begin_layout Plain Layout
31077
31078 }
31079 \end_layout
31080
31081 \end_inset
31082
31083
31084 \end_layout
31085
31086 \begin_layout Standard
31087 \begin_inset VSpace bigskip
31088 \end_inset
31089
31090
31091 \begin_inset Note Greyedout
31092 status open
31093
31094 \begin_layout Plain Layout
31095
31096 \series bold
31097 Bemerkung:
31098 \series default
31099  Wurde in Argumenten von 
31100 \series bold
31101
31102 \backslash
31103 scalebox
31104 \series default
31105  oder 
31106 \series bold
31107
31108 \backslash
31109 resizebox
31110 \series default
31111  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
31112  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
31113  werden.
31114 \end_layout
31115
31116 \end_inset
31117
31118
31119 \end_layout
31120
31121 \begin_layout Standard
31122 \begin_inset VSpace bigskip
31123 \end_inset
31124
31125
31126 \end_layout
31127
31128 \begin_layout Standard
31129 Alle Boxen können beliebig miteinander kombiniert werden.
31130  So ergibt z.
31131 \begin_inset space \thinspace{}
31132 \end_inset
31133
31134 B.
31135  der Befehl
31136 \begin_inset Newline newline
31137 \end_inset
31138
31139
31140 \series bold
31141
31142 \backslash
31143 rotatebox[origin=c]{-45}{
31144 \backslash
31145 resizebox{2cm}{!}{
31146 \backslash
31147 reflectbox{Hallo}}}
31148 \series default
31149 :
31150 \end_layout
31151
31152 \begin_layout Standard
31153 \align center
31154 \begin_inset ERT
31155 status collapsed
31156
31157 \begin_layout Plain Layout
31158
31159
31160 \backslash
31161 rotatebox[origin=c]{-45}{
31162 \backslash
31163 resizebox{2cm}{!}{
31164 \backslash
31165 reflectbox{
31166 \end_layout
31167
31168 \end_inset
31169
31170 Hallo
31171 \begin_inset ERT
31172 status collapsed
31173
31174 \begin_layout Plain Layout
31175
31176 }}}
31177 \end_layout
31178
31179 \end_inset
31180
31181
31182 \end_layout
31183
31184 \begin_layout Standard
31185 \noindent
31186 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
31187 \end_layout
31188
31189 \begin_layout Standard
31190 \align center
31191 \begin_inset ERT
31192 status collapsed
31193
31194 \begin_layout Plain Layout
31195
31196
31197 \backslash
31198 rotatebox[origin=c]{-30}{
31199 \backslash
31200 resizebox{2cm}{!}{
31201 \backslash
31202 reflectbox{
31203 \end_layout
31204
31205 \end_inset
31206
31207
31208 \begin_inset Graphics
31209         filename ../clipart/platypus.eps
31210         lyxscale 50
31211         width 25col%
31212
31213 \end_inset
31214
31215
31216 \begin_inset ERT
31217 status collapsed
31218
31219 \begin_layout Plain Layout
31220
31221 }}}
31222 \end_layout
31223
31224 \end_inset
31225
31226
31227 \begin_inset ERT
31228 status collapsed
31229
31230 \begin_layout Plain Layout
31231
31232
31233 \backslash
31234 rotatebox[origin=c]{-45}{
31235 \backslash
31236 resizebox{2cm}{!}{
31237 \backslash
31238 reflectbox{
31239 \end_layout
31240
31241 \end_inset
31242
31243
31244 \begin_inset Tabular
31245 <lyxtabular version="3" rows="2" columns="2">
31246 <features>
31247 <column alignment="center" valignment="top" width="0">
31248 <column alignment="center" valignment="top" width="0">
31249 <row>
31250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31251 \begin_inset Text
31252
31253 \begin_layout Plain Layout
31254 q
31255 \end_layout
31256
31257 \end_inset
31258 </cell>
31259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31260 \begin_inset Text
31261
31262 \begin_layout Plain Layout
31263 w
31264 \end_layout
31265
31266 \end_inset
31267 </cell>
31268 </row>
31269 <row>
31270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31271 \begin_inset Text
31272
31273 \begin_layout Plain Layout
31274 e
31275 \end_layout
31276
31277 \end_inset
31278 </cell>
31279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31280 \begin_inset Text
31281
31282 \begin_layout Plain Layout
31283 r
31284 \end_layout
31285
31286 \end_inset
31287 </cell>
31288 </row>
31289 </lyxtabular>
31290
31291 \end_inset
31292
31293
31294 \begin_inset ERT
31295 status collapsed
31296
31297 \begin_layout Plain Layout
31298
31299 }}}
31300 \end_layout
31301
31302 \end_inset
31303
31304
31305 \begin_inset ERT
31306 status collapsed
31307
31308 \begin_layout Plain Layout
31309
31310
31311 \backslash
31312 rotatebox[origin=c]{-45}{
31313 \backslash
31314 resizebox{2cm}{!}{
31315 \backslash
31316 reflectbox{
31317 \end_layout
31318
31319 \end_inset
31320
31321
31322 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31323 \end_inset
31324
31325
31326 \begin_inset ERT
31327 status collapsed
31328
31329 \begin_layout Plain Layout
31330
31331 }}}
31332 \end_layout
31333
31334 \end_inset
31335
31336
31337 \end_layout
31338
31339 \begin_layout Standard
31340 Hat man den globalen Formelstil 
31341 \series bold
31342 fleqn
31343 \series default
31344
31345 \begin_inset Foot
31346 status collapsed
31347
31348 \begin_layout Plain Layout
31349 Wenn 
31350 \begin_inset Quotes gld
31351 \end_inset
31352
31353 fleqn
31354 \begin_inset Quotes grd
31355 \end_inset
31356
31357  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31358 \end_layout
31359
31360 \end_inset
31361
31362  gewählt, kann man auch abgesetzte Formeln skalieren.
31363 \end_layout
31364
31365 \begin_layout Chapter
31366 Externe Dateien
31367 \begin_inset Index
31368 status collapsed
31369
31370 \begin_layout Plain Layout
31371 Dateien ! externe
31372 \end_layout
31373
31374 \end_inset
31375
31376
31377 \end_layout
31378
31379 \begin_layout Standard
31380 Mit 
31381 \family sans
31382 Einfügen\SpecialChar \menuseparator
31383 Datei
31384 \family default
31385  können Sie fremdes Material in Ihr Dokument einsetzen.
31386  Das kann folgendes sein:
31387 \end_layout
31388
31389 \begin_layout Description
31390 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31391  eingefügt.
31392 \end_layout
31393
31394 \begin_layout Description
31395 Einfacher
31396 \begin_inset space ~
31397 \end_inset
31398
31399 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31400  eingefügt.
31401 \end_layout
31402
31403 \begin_layout Description
31404 Einfacher
31405 \begin_inset space ~
31406 \end_inset
31407
31408 Text,
31409 \begin_inset space ~
31410 \end_inset
31411
31412 Zeilen
31413 \begin_inset space ~
31414 \end_inset
31415
31416 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31417  Leerzeilen trennen die Absätze.
31418 \end_layout
31419
31420 \begin_layout Description
31421 Externes
31422 \begin_inset space ~
31423 \end_inset
31424
31425 Material Dateien in verschiedenen Formaten.
31426 \end_layout
31427
31428 \begin_layout Description
31429 Unterdokument LyX- oder LaTeX-Dokumente.
31430 \end_layout
31431
31432 \begin_layout Section
31433 Externes Material
31434 \begin_inset Index
31435 status collapsed
31436
31437 \begin_layout Plain Layout
31438 Externes Material
31439 \end_layout
31440
31441 \end_inset
31442
31443
31444 \end_layout
31445
31446 \begin_layout Standard
31447 Mit 
31448 \family sans
31449 Einfügen\SpecialChar \menuseparator
31450 Datei\SpecialChar \menuseparator
31451  Externes Material
31452 \family default
31453  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31454  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31455  weil LyX sich darum kümmert.
31456  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31457  eingefügt werden können.
31458  Wenn die Grafikvorschau in den LyX-Einstellungen unter
31459 \family sans
31460  Aussehen
31461 \begin_inset space ~
31462 \end_inset
31463
31464 &
31465 \begin_inset space ~
31466 \end_inset
31467
31468 Handhabung\SpecialChar \menuseparator
31469 Grafik
31470 \family default
31471 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
31472 \end_layout
31473
31474 \begin_layout Standard
31475 Zur Zeit können Sie folgende Dateitypen (
31476 \family sans
31477 Vorlagen
31478 \family default
31479 ) benutzen:
31480 \end_layout
31481
31482 \begin_layout Description
31483 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31484 \series bold
31485
31486 \begin_inset CommandInset href
31487 LatexCommand href
31488 name "XBoard"
31489 target "http://en.wikipedia.org/wiki/XBoard"
31490
31491 \end_inset
31492
31493
31494 \series default
31495  erzeugt wurden.
31496 \end_layout
31497
31498 \begin_layout Description
31499 Datum fügt ein Datum mit dem Format 
31500 \emph on
31501 Tag-Monat-Jahr
31502 \emph default
31503  ein.
31504  Hier ist ein Beispiel: 
31505 \begin_inset External
31506         template Date
31507         filename .
31508
31509 \end_inset
31510
31511
31512 \begin_inset space ~
31513 \end_inset
31514
31515
31516 \begin_inset Note Note
31517 status open
31518
31519 \begin_layout Plain Layout
31520
31521 \lang english
31522 Remove the protected space when bug 4398 is fixed!
31523 \end_layout
31524
31525 \end_inset
31526
31527
31528 \begin_inset Newline newline
31529 \end_inset
31530
31531 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
31532  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
31533  Menü 
31534 \family sans
31535 Einfügen\SpecialChar \menuseparator
31536 Datum
31537 \family default
31538  und mit dem LaTeX-Befehl 
31539 \series bold
31540
31541 \backslash
31542 today
31543 \series default
31544 .
31545  Die verschiedenen Methoden werden in Tabelle
31546 \begin_inset space ~
31547 \end_inset
31548
31549
31550 \begin_inset CommandInset ref
31551 LatexCommand ref
31552 reference "tab:Vergleich-der-Datums-Eingaben"
31553
31554 \end_inset
31555
31556  verglichen.
31557 \end_layout
31558
31559 \begin_layout Description
31560 Dia unterstützt Diagramme, die mit dem Programm 
31561 \series bold
31562
31563 \begin_inset CommandInset href
31564 LatexCommand href
31565 name "Dia"
31566 target "http://en.wikipedia.org/wiki/Dia_(software)"
31567
31568 \end_inset
31569
31570
31571 \series default
31572  erzeugt wurden.
31573 \end_layout
31574
31575 \begin_layout Description
31576 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
31577 \series bold
31578
31579 \begin_inset CommandInset href
31580 LatexCommand href
31581 name "LilyPond"
31582 target "http://en.wikipedia.org/wiki/LilyPond"
31583
31584 \end_inset
31585
31586
31587 \series default
31588  schreiben.
31589 \end_layout
31590
31591 \begin_layout Description
31592 PDFPages Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
31593  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die 
31594 \emph on
31595 pages
31596 \emph default
31597  Option im Feld 
31598 \family sans
31599 Option
31600 \family default
31601  in der Karteikarte 
31602 \family sans
31603 LaTeX- und LyX-Optionen
31604 \family default
31605  entsprechend der Vorlagenbeschreibung im Dialog.
31606  Wenn keine 
31607 \emph on
31608 pages
31609 \emph default
31610  Option gegeben ist, wird nur die erste Seite des PDFs eingefügt.
31611 \end_layout
31612
31613 \begin_layout Description
31614 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
31615  Fast alle bekannten Bildformate werden unterstützt.
31616  Die Bilddateien können im Dialogfenster 
31617 \family sans
31618 Externes
31619 \begin_inset space ~
31620 \end_inset
31621
31622 Material
31623 \family default
31624  genauso behandelt werden wie die mit dem normalen 
31625 \family sans
31626 Grafik
31627 \family default
31628 -Dialog eingefügten, siehe Abschnitt
31629 \begin_inset space ~
31630 \end_inset
31631
31632
31633 \begin_inset CommandInset ref
31634 LatexCommand ref
31635 reference "abs:Grafik-Dialog"
31636
31637 \end_inset
31638
31639 .
31640  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
31641  und EPS-Bilder werden nicht unterstützt.
31642 \end_layout
31643
31644 \begin_layout Description
31645 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
31646 \series bold
31647
31648 \begin_inset CommandInset href
31649 LatexCommand href
31650 name "Xfig"
31651 target "http://en.wikipedia.org/wiki/Xfig"
31652
31653 \end_inset
31654
31655
31656 \series default
31657  erzeugt wurden.
31658 \end_layout
31659
31660 \begin_layout Standard
31661 \begin_inset Float table
31662 placement h
31663 wide false
31664 sideways false
31665 status open
31666
31667 \begin_layout Plain Layout
31668 \begin_inset Caption
31669
31670 \begin_layout Plain Layout
31671 \begin_inset CommandInset label
31672 LatexCommand label
31673 name "tab:Vergleich-der-Datums-Eingaben"
31674
31675 \end_inset
31676
31677 Vergleich der Datums-Eingaben
31678 \end_layout
31679
31680 \end_inset
31681
31682
31683 \end_layout
31684
31685 \begin_layout Plain Layout
31686 \align center
31687 \begin_inset Tabular
31688 <lyxtabular version="3" rows="4" columns="4">
31689 <features>
31690 <column alignment="center" valignment="top" width="0">
31691 <column alignment="center" valignment="top" width="0">
31692 <column alignment="center" valignment="top" width="0">
31693 <column alignment="center" valignment="top" width="0">
31694 <row>
31695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31696 \begin_inset Text
31697
31698 \begin_layout Plain Layout
31699 Dokumentformat
31700 \end_layout
31701
31702 \end_inset
31703 </cell>
31704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31705 \begin_inset Text
31706
31707 \begin_layout Plain Layout
31708
31709 \family sans
31710 Externes Material\SpecialChar \menuseparator
31711 Datum
31712 \end_layout
31713
31714 \end_inset
31715 </cell>
31716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31717 \begin_inset Text
31718
31719 \begin_layout Plain Layout
31720
31721 \family sans
31722 Einfügen\SpecialChar \menuseparator
31723 Datum
31724 \end_layout
31725
31726 \end_inset
31727 </cell>
31728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31729 \begin_inset Text
31730
31731 \begin_layout Plain Layout
31732 Befehl 
31733 \series bold
31734
31735 \backslash
31736 today
31737 \end_layout
31738
31739 \end_inset
31740 </cell>
31741 </row>
31742 <row>
31743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31744 \begin_inset Text
31745
31746 \begin_layout Plain Layout
31747 LyX
31748 \end_layout
31749
31750 \end_inset
31751 </cell>
31752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31753 \begin_inset Text
31754
31755 \begin_layout Plain Layout
31756 als Box
31757 \end_layout
31758
31759 \end_inset
31760 </cell>
31761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31762 \begin_inset Text
31763
31764 \begin_layout Plain Layout
31765 als Datum
31766 \end_layout
31767
31768 \end_inset
31769 </cell>
31770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31771 \begin_inset Text
31772
31773 \begin_layout Plain Layout
31774 als TeX-Code
31775 \end_layout
31776
31777 \end_inset
31778 </cell>
31779 </row>
31780 <row>
31781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31782 \begin_inset Text
31783
31784 \begin_layout Plain Layout
31785 LaTeX
31786 \end_layout
31787
31788 \end_inset
31789 </cell>
31790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31791 \begin_inset Text
31792
31793 \begin_layout Plain Layout
31794 als Datum
31795 \end_layout
31796
31797 \end_inset
31798 </cell>
31799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31800 \begin_inset Text
31801
31802 \begin_layout Plain Layout
31803 als Datum
31804 \end_layout
31805
31806 \end_inset
31807 </cell>
31808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31809 \begin_inset Text
31810
31811 \begin_layout Plain Layout
31812 als Befehl
31813 \end_layout
31814
31815 \end_inset
31816 </cell>
31817 </row>
31818 <row>
31819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31820 \begin_inset Text
31821
31822 \begin_layout Plain Layout
31823 DVI, PDF, PS
31824 \end_layout
31825
31826 \end_inset
31827 </cell>
31828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31829 \begin_inset Text
31830
31831 \begin_layout Plain Layout
31832 als Datum
31833 \end_layout
31834
31835 \end_inset
31836 </cell>
31837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31838 \begin_inset Text
31839
31840 \begin_layout Plain Layout
31841 als Datum
31842 \end_layout
31843
31844 \end_inset
31845 </cell>
31846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31847 \begin_inset Text
31848
31849 \begin_layout Plain Layout
31850 als Datum
31851 \end_layout
31852
31853 \end_inset
31854 </cell>
31855 </row>
31856 </lyxtabular>
31857
31858 \end_inset
31859
31860
31861 \end_layout
31862
31863 \end_inset
31864
31865
31866 \end_layout
31867
31868 \begin_layout Standard
31869 Wenn Sie im Dialogfenster
31870 \family sans
31871  Externes
31872 \begin_inset space ~
31873 \end_inset
31874
31875 Material 
31876 \family default
31877 in der Karteikarte
31878 \family sans
31879  Datei
31880 \family default
31881  die Option 
31882 \family sans
31883 Entwurf
31884 \family default
31885  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
31886 \begin_inset Newline newline
31887 \end_inset
31888
31889 LyX kann externes Material entweder als Box wie hier: 
31890 \begin_inset Graphics
31891         filename clipart/ExternesMaterialQt4.png
31892         scale 85
31893         scaleBeforeRotation
31894
31895 \end_inset
31896
31897  oder als Bild darstellen.
31898  Das hängt davon ab, ob Sie im Dialog
31899 \family sans
31900  
31901 \family default
31902 in der Karteikarte 
31903 \family sans
31904 LaTeX- und LyX-Optionen
31905 \family default
31906  die Option 
31907 \family sans
31908 In
31909 \begin_inset space ~
31910 \end_inset
31911
31912 LyX
31913 \begin_inset space ~
31914 \end_inset
31915
31916 anzeigen
31917 \family default
31918  gewählt haben oder nicht.
31919 \end_layout
31920
31921 \begin_layout Standard
31922 Im LyX-Handbuch 
31923 \family sans
31924 \emph on
31925 Anpassung
31926 \family default
31927 \emph default
31928  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
31929 \end_layout
31930
31931 \begin_layout Section
31932 Unterdokumente
31933 \begin_inset CommandInset label
31934 LatexCommand label
31935 name "abs:Unterdokumente"
31936
31937 \end_inset
31938
31939
31940 \begin_inset Index
31941 status collapsed
31942
31943 \begin_layout Plain Layout
31944 Unterdokument
31945 \end_layout
31946
31947 \end_inset
31948
31949
31950 \end_layout
31951
31952 \begin_layout Standard
31953 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
31954  oder Abschnitten bestehen.
31955  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
31956  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
31957  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
31958  z.
31959 \begin_inset space \thinspace{}
31960 \end_inset
31961
31962 B.
31963  das Literaturverzeichnis und Querverweismarken.
31964 \end_layout
31965
31966 \begin_layout Standard
31967 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
31968  müssen, geben Sie im Unterdokument im Menü
31969 \family sans
31970  Dokument\SpecialChar \menuseparator
31971 Einstellungen\SpecialChar \menuseparator
31972 Dokumentklasse
31973 \family default
31974  das Hauptdokument an.
31975  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokment
31976  bearbeiten.
31977 \end_layout
31978
31979 \begin_layout Standard
31980 Unterdokumente werden in LyX als Box angezeigt: 
31981 \begin_inset Graphics
31982         filename clipart/UnterdokumentQt4.png
31983         scale 85
31984         scaleBeforeRotation
31985
31986 \end_inset
31987
31988  Sie werden über
31989 \family sans
31990  Einfügen\SpecialChar \menuseparator
31991 Datei\SpecialChar \menuseparator
31992 Unterdokument
31993 \family default
31994  eingebunden, was das Dialogfenster
31995 \family sans
31996  Unterdokument
31997 \family default
31998  öffnet.
31999  Für 
32000 \family sans
32001 die Art
32002 \begin_inset space ~
32003 \end_inset
32004
32005 der
32006 \begin_inset space ~
32007 \end_inset
32008
32009 Einbindung
32010 \family default
32011  gibt es dort vier Möglichkeiten:
32012 \end_layout
32013
32014 \begin_layout Description
32015 Include Sie können LyX- und LaTeX-Dokumente einbinden.
32016  Wenn Sie im Dialogfenster
32017 \family sans
32018  Unterdokument
32019 \family default
32020  auf 
32021 \family sans
32022 Öffnen
32023 \family default
32024  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
32025  und Sie können es editieren.
32026 \begin_inset Newline newline
32027 \end_inset
32028
32029
32030 \end_layout
32031
32032 \begin_layout Standard
32033 Hier wird ein Unterdokument
32034 \family sans
32035  
32036 \family default
32037 per 
32038 \family sans
32039 Include
32040 \family default
32041  eingebunden: 
32042 \begin_inset CommandInset include
32043 LatexCommand include
32044 filename "DummyDocument1.lyx"
32045
32046 \end_inset
32047
32048 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
32049  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
32050  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
32051 s.
32052  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
32053 \begin_inset space ~
32054 \end_inset
32055
32056
32057 \begin_inset CommandInset ref
32058 LatexCommand ref
32059 reference "uab:Externer-Unterabschnitt-1"
32060
32061 \end_inset
32062
32063 .
32064 \end_layout
32065
32066 \begin_layout Standard
32067 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
32068  wird benutzt.
32069  Unterdokumente, die per 
32070 \family sans
32071 Include
32072 \family default
32073  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
32074  und enden mit einem Seitenumbruch.
32075 \end_layout
32076
32077 \begin_layout Standard
32078 Mit dem LaTeX-Befehl 
32079 \series bold
32080
32081 \backslash
32082 includeonly 
32083 \series default
32084 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
32085  erstellt werden soll.
32086  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
32087  sehen wollen, und es geht schneller.
32088  
32089 \series bold
32090
32091 \backslash
32092 includeonly
32093 \series default
32094  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
32095  Im folgenden Beispiel
32096 \end_layout
32097
32098 \begin_layout Standard
32099
32100 \series bold
32101
32102 \backslash
32103 includeonly{Kapitel1,Kapitel5}
32104 \end_layout
32105
32106 \begin_layout Standard
32107 werden nur die Dateien 
32108 \begin_inset Quotes gld
32109 \end_inset
32110
32111 Kapitel1.lyx
32112 \begin_inset Quotes grd
32113 \end_inset
32114
32115  (oder 
32116 \begin_inset Quotes gld
32117 \end_inset
32118
32119 Kapitel1.tex
32120 \begin_inset Quotes grd
32121 \end_inset
32122
32123 ) und 
32124 \begin_inset Quotes gld
32125 \end_inset
32126
32127 Kapitel5.lyx
32128 \begin_inset Quotes grd
32129 \end_inset
32130
32131
32132 \series bold
32133  
32134 \series default
32135 eingebunden.
32136 \end_layout
32137
32138 \begin_layout Standard
32139 \begin_inset Note Greyedout
32140 status open
32141
32142 \begin_layout Plain Layout
32143
32144 \series bold
32145 Bemerkung:
32146 \series default
32147  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
32148  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
32149  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
32150  Ergebnissen führen wird.
32151 \end_layout
32152
32153 \end_inset
32154
32155
32156 \end_layout
32157
32158 \begin_layout Description
32159 Input Diese Methode ist 
32160 \family sans
32161 Include
32162 \family default
32163  sehr ähnlich mit folgenden Unterschieden:
32164 \end_layout
32165
32166 \begin_deeper
32167 \begin_layout Itemize
32168 Unterdokumente, die per 
32169 \family sans
32170 Input
32171 \family default
32172  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
32173  Seite und enden NICHT mit einem Seitenumbruch.
32174 \end_layout
32175
32176 \begin_layout Itemize
32177 Unterdokumente, die per 
32178 \family sans
32179 Input
32180 \family default
32181  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
32182 \family sans
32183  Unterdokument Vorschau
32184 \begin_inset space ~
32185 \end_inset
32186
32187 anzeigen
32188 \family default
32189  angekreuzt wurde und in den LyX-Einstellungen unter
32190 \family sans
32191  Aussehen
32192 \begin_inset space ~
32193 \end_inset
32194
32195 &
32196 \begin_inset space ~
32197 \end_inset
32198
32199 Handhabung\SpecialChar \menuseparator
32200 Grafik\SpecialChar \menuseparator
32201 Sofortige
32202 \begin_inset space ~
32203 \end_inset
32204
32205 Vorschau
32206 \family default
32207  auf 
32208 \family sans
32209 An
32210 \family default
32211  gesetzt wurde.
32212  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
32213  aus.
32214 \end_layout
32215
32216 \begin_layout Itemize
32217 Der LaTeX-Befehl 
32218 \series bold
32219
32220 \backslash
32221 includeonly
32222 \series default
32223  kann nicht benutzt werden.
32224 \end_layout
32225
32226 \end_deeper
32227 \begin_layout Standard
32228 Hier ist ein Unterdokument, das mit
32229 \family sans
32230  Input
32231 \family default
32232  eingebunden wurde: 
32233 \begin_inset CommandInset include
32234 LatexCommand input
32235 filename "DummyDocument2.lyx"
32236
32237 \end_inset
32238
32239 .
32240 \end_layout
32241
32242 \begin_layout Description
32243 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
32244   In der Druckvorschau wird für den Text der Stil 
32245 \family typewriter
32246 Schreibmaschine
32247 \family default
32248  verwendet.
32249  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
32250  Wenn Sie im Dialogfenster
32251 \family sans
32252  Unterdokument Leerzeichen
32253 \begin_inset space ~
32254 \end_inset
32255
32256 bei
32257 \begin_inset space ~
32258 \end_inset
32259
32260 der
32261 \begin_inset space ~
32262 \end_inset
32263
32264 Ausgabe
32265 \begin_inset space ~
32266 \end_inset
32267
32268 kennzeichnen 
32269 \family default
32270 ankreuzen, wird in der Druckvorschau das Zeichen 
32271 \begin_inset Quotes gld
32272 \end_inset
32273
32274
32275 \begin_inset ERT
32276 status collapsed
32277
32278 \begin_layout Plain Layout
32279
32280
32281 \backslash
32282 textvisiblespace 
32283 \end_layout
32284
32285 \end_inset
32286
32287
32288 \begin_inset Quotes grd
32289 \end_inset
32290
32291  für jedes Leerzeichen eingefügt.
32292 \begin_inset Newline newline
32293 \end_inset
32294
32295 Im Gegensatz zu 
32296 \family sans
32297 Einfügen\SpecialChar \menuseparator
32298 Datei\SpecialChar \menuseparator
32299 Einfacher
32300 \begin_inset space ~
32301 \end_inset
32302
32303 Text
32304 \family default
32305  wird bei 
32306 \family sans
32307 Unformatiert
32308 \family default
32309  der Dateiinhalt in LyX nicht dargestellt.
32310 \end_layout
32311
32312 \begin_layout Standard
32313 Hier ist ein Unterdokument, das mit
32314 \family sans
32315  Unformatiert
32316 \family default
32317  eingebunden wurde: 
32318 \begin_inset CommandInset include
32319 LatexCommand verbatiminput
32320 filename "DummyTextDocument.txt"
32321
32322 \end_inset
32323
32324
32325 \begin_inset VSpace bigskip
32326 \end_inset
32327
32328 Hier ist ein Unterdokument, das mit
32329 \family sans
32330  Unformatiert
32331 \family default
32332  eingebunden wurde und
32333 \family sans
32334  Leerzeichen
32335 \begin_inset space ~
32336 \end_inset
32337
32338 bei
32339 \begin_inset space ~
32340 \end_inset
32341
32342 der
32343 \begin_inset space ~
32344 \end_inset
32345
32346 Ausgabe
32347 \begin_inset space ~
32348 \end_inset
32349
32350 kennzeichnen
32351 \family default
32352  angekreuzt hat: 
32353 \begin_inset CommandInset include
32354 LatexCommand verbatiminput*
32355 filename "DummyTextDocument.txt"
32356
32357 \end_inset
32358
32359
32360 \end_layout
32361
32362 \begin_layout Standard
32363 \begin_inset VSpace bigskip
32364 \end_inset
32365
32366
32367 \end_layout
32368
32369 \begin_layout Standard
32370 \begin_inset Note Greyedout
32371 status open
32372
32373 \begin_layout Plain Layout
32374
32375 \series bold
32376 Bemerkung:
32377 \series default
32378  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32379  
32380 \family sans
32381 Unformatiert
32382 \family default
32383  eingebunden werden, am Zeilenende nicht umgebrochen.
32384 \end_layout
32385
32386 \end_inset
32387
32388
32389 \end_layout
32390
32391 \begin_layout Description
32392 Listing Dieser Typ wird in Kapitel
32393 \begin_inset space ~
32394 \end_inset
32395
32396
32397 \begin_inset CommandInset ref
32398 LatexCommand ref
32399 reference "kap:Programm-Code-Listen"
32400
32401 \end_inset
32402
32403  beschrieben.
32404 \end_layout
32405
32406 \begin_layout Standard
32407 \begin_inset Note Greyedout
32408 status open
32409
32410 \begin_layout Plain Layout
32411
32412 \series bold
32413 Bemerkung:
32414 \series default
32415  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32416  das zu LaTeX-Problemen führen.
32417 \end_layout
32418
32419 \end_inset
32420
32421
32422 \end_layout
32423
32424 \begin_layout Chapter
32425 Programm-Code-Listen
32426 \begin_inset CommandInset label
32427 LatexCommand label
32428 name "kap:Programm-Code-Listen"
32429
32430 \end_inset
32431
32432
32433 \begin_inset Index
32434 status collapsed
32435
32436 \begin_layout Plain Layout
32437 Listen
32438 \end_layout
32439
32440 \end_inset
32441
32442
32443 \begin_inset Index
32444 status collapsed
32445
32446 \begin_layout Plain Layout
32447 Programm-Code
32448 \end_layout
32449
32450 \end_inset
32451
32452
32453 \end_layout
32454
32455 \begin_layout Standard
32456 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32457 \family sans
32458 Einfügen\SpecialChar \menuseparator
32459 Pro\SpecialChar \-
32460 grammlisting
32461 \family default
32462  verwenden.
32463  Das LaTeX-Paket 
32464 \series bold
32465 listings
32466 \series default
32467
32468 \begin_inset Index
32469 status collapsed
32470
32471 \begin_layout Plain Layout
32472 LaTeX-Pakete ! listings
32473 \end_layout
32474
32475 \end_inset
32476
32477  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32478 \end_layout
32479
32480 \begin_layout Standard
32481 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
32482 rmat der Programm-Code-Liste festlegen.
32483 \end_layout
32484
32485 \begin_layout Standard
32486 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32487  Die Platzierungsoption 
32488 \family sans
32489 Eingebettetes
32490 \begin_inset space ~
32491 \end_inset
32492
32493 Listing
32494 \family default
32495  druckt das Listing in der Zeile wie hier: 
32496 \begin_inset listings
32497 lstparams "language={C++}"
32498 inline true
32499 status open
32500
32501 \begin_layout Plain Layout
32502
32503 int a=5;
32504 \end_layout
32505
32506 \end_inset
32507
32508
32509 \begin_inset Newline newline
32510 \end_inset
32511
32512 Die Option 
32513 \family sans
32514 Gleitobjekt
32515 \family default
32516  erzeugt ein Listing-Gleitobjekt, dessen 
32517 \family sans
32518 Platzierung 
32519 \family default
32520 Sie mit 
32521 \family sans
32522 h
32523 \family default
32524
32525 \family sans
32526 t
32527 \family default
32528
32529 \family sans
32530 b
32531 \family default
32532  und 
32533 \family sans
32534 p
32535 \family default
32536 , analog zu den in Abschnitt
32537 \begin_inset space ~
32538 \end_inset
32539
32540
32541 \begin_inset CommandInset ref
32542 LatexCommand ref
32543 reference "abs:Gleitobjekt-Platzierung"
32544
32545 \end_inset
32546
32547  beschriebenen Platzierungsoptionen festlegen können.
32548  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
32549  hintereinander angegeben, z.
32550 \begin_inset space \thinspace{}
32551 \end_inset
32552
32553 B.
32554  
32555 \begin_inset Quotes gld
32556 \end_inset
32557
32558
32559 \family sans
32560 htbp
32561 \family default
32562
32563 \begin_inset Quotes grd
32564 \end_inset
32565
32566 .
32567  Die Option 
32568 \begin_inset Quotes gld
32569 \end_inset
32570
32571 h
32572 \begin_inset Quotes grd
32573 \end_inset
32574
32575  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
32576  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
32577 \end_layout
32578
32579 \begin_layout Standard
32580 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
32581  zu verweisen: Listing
32582 \begin_inset space ~
32583 \end_inset
32584
32585
32586 \begin_inset CommandInset ref
32587 LatexCommand ref
32588 reference "lst:Gleitendes-Programm-Listing"
32589
32590 \end_inset
32591
32592 .
32593 \end_layout
32594
32595 \begin_layout Standard
32596 \begin_inset listings
32597 lstparams "language=Python"
32598 inline false
32599 status open
32600
32601 \begin_layout Plain Layout
32602
32603 \begin_inset Caption
32604
32605 \begin_layout Plain Layout
32606 \begin_inset CommandInset label
32607 LatexCommand label
32608 name "lst:Gleitendes-Programm-Listing"
32609
32610 \end_inset
32611
32612 Gleitendes Programm-Listing
32613 \end_layout
32614
32615 \end_inset
32616
32617 # Gleitendes Programm-Listing
32618 \end_layout
32619
32620 \begin_layout Plain Layout
32621
32622 def func(param):
32623 \end_layout
32624
32625 \begin_layout Plain Layout
32626
32627     'Dies ist eine Python-Funktion'
32628 \end_layout
32629
32630 \begin_layout Plain Layout
32631
32632     pass
32633 \end_layout
32634
32635 \end_inset
32636
32637
32638 \end_layout
32639
32640 \begin_layout Standard
32641 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
32642  der Sprache erkannt und besonders gedruckt, wie 
32643 \emph on
32644 #
32645 \emph default
32646
32647 \emph on
32648 def
32649 \emph default
32650  und 
32651 \emph on
32652 pass
32653 \emph default
32654  in Listing
32655 \begin_inset space ~
32656 \end_inset
32657
32658
32659 \begin_inset CommandInset ref
32660 LatexCommand ref
32661 reference "lst:Gleitendes-Programm-Listing"
32662
32663 \end_inset
32664
32665 .
32666 \end_layout
32667
32668 \begin_layout Standard
32669 \begin_inset Note Greyedout
32670 status open
32671
32672 \begin_layout Plain Layout
32673
32674 \series bold
32675 Bemerkung:
32676 \series default
32677  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
32678 \family typewriter
32679 Schreib\SpecialChar \-
32680 maschine
32681 \family default
32682  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
32683 h keine fett gedruckten Buchstaben.
32684  Wählen Sie in diesem Fall eine andere Schrift im Menü 
32685 \family sans
32686 Dokument\SpecialChar \menuseparator
32687 Einstellungen\SpecialChar \menuseparator
32688 Schriften
32689 \family default
32690 .
32691  (Die Schriften 
32692 \emph on
32693 LuxiMono, BeraMono
32694 \emph default
32695  und 
32696 \emph on
32697 Courier
32698 \emph default
32699  enthalten fett gedruckte Buchstaben.)
32700 \end_layout
32701
32702 \end_inset
32703
32704
32705 \end_layout
32706
32707 \begin_layout Standard
32708 Im Abschnitt 
32709 \family sans
32710 Zeilennummerierung
32711 \family default
32712  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
32713 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
32714  jede wievielte Zeile nummeriert werden soll und die 
32715 \family sans
32716 Schriftgröße
32717 \family default
32718  der Nummerierung.
32719 \end_layout
32720
32721 \begin_layout Standard
32722 Im Abschnitt 
32723 \family sans
32724 Bereich
32725 \family default
32726  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
32727  Im Abschnitt 
32728 \family sans
32729 Stil
32730 \family default
32731  legen Sie fest, wie die Liste ausgedruckt werden soll.
32732  Die Option 
32733 \family sans
32734 Erweiterte
32735 \begin_inset space ~
32736 \end_inset
32737
32738 Zeichentabelle
32739 \family default
32740  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
32741 \end_layout
32742
32743 \begin_layout Standard
32744 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
32745 \begin_inset Quotes gld
32746 \end_inset
32747
32748 3
32749 \begin_inset Quotes grd
32750 \end_inset
32751
32752 , Sprache 
32753 \begin_inset Quotes gld
32754 \end_inset
32755
32756 Python
32757 \begin_inset Quotes grd
32758 \end_inset
32759
32760 , Optionen 
32761 \begin_inset Quotes gld
32762 \end_inset
32763
32764 Erweiterte Zeichentabelle
32765 \begin_inset Quotes grd
32766 \end_inset
32767
32768  und 
32769 \begin_inset Quotes gld
32770 \end_inset
32771
32772 Leerzeichen als Symbol
32773 \begin_inset Quotes grd
32774 \end_inset
32775
32776  und Bereich Zeilen 3
32777 \begin_inset space \thinspace{}
32778 \end_inset
32779
32780 -
32781 \begin_inset space \thinspace{}
32782 \end_inset
32783
32784 8:
32785 \end_layout
32786
32787 \begin_layout Standard
32788 \begin_inset listings
32789 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
32790 inline false
32791 status open
32792
32793 \begin_layout Plain Layout
32794
32795 def func(param):
32796 \end_layout
32797
32798 \begin_layout Plain Layout
32799
32800     'Dies ist eine Python-Funktion'
32801 \end_layout
32802
32803 \begin_layout Plain Layout
32804
32805     pass
32806 \end_layout
32807
32808 \begin_layout Plain Layout
32809
32810 def func(param):
32811 \end_layout
32812
32813 \begin_layout Plain Layout
32814
32815 'Sonderzeichen: Tschüß'
32816 \end_layout
32817
32818 \begin_layout Plain Layout
32819
32820 pass
32821 \end_layout
32822
32823 \begin_layout Plain Layout
32824
32825 def func(param):
32826 \end_layout
32827
32828 \begin_layout Plain Layout
32829
32830 'Dies ist eine Python-Funktion'
32831 \end_layout
32832
32833 \begin_layout Plain Layout
32834
32835 pass
32836 \end_layout
32837
32838 \end_inset
32839
32840
32841 \end_layout
32842
32843 \begin_layout Standard
32844 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
32845 \family sans
32846 Tabulatorgröße
32847 \family default
32848  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
32849 \end_layout
32850
32851 \begin_layout Standard
32852 \noindent
32853 \begin_inset Note Greyedout
32854 status open
32855
32856 \begin_layout Plain Layout
32857
32858 \series bold
32859 Bemerkung:
32860 \series default
32861  Wegen eines Fehlers im 
32862 \series bold
32863 listings
32864 \series default
32865 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
32866  verschoben.
32867  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
32868  Listing nummeriert werden.
32869 \end_layout
32870
32871 \end_inset
32872
32873
32874 \end_layout
32875
32876 \begin_layout Standard
32877 \begin_inset VSpace bigskip
32878 \end_inset
32879
32880
32881 \end_layout
32882
32883 \begin_layout Standard
32884 \noindent
32885 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
32886  Das machen Sie mit
32887 \family sans
32888  Einfügen\SpecialChar \menuseparator
32889 Datei\SpecialChar \menuseparator
32890 Unterdokument
32891 \family default
32892  und der 
32893 \family sans
32894 Art
32895 \begin_inset space ~
32896 \end_inset
32897
32898 der
32899 \begin_inset space ~
32900 \end_inset
32901
32902 Einbindung
32903 \family default
32904  
32905 \family sans
32906 Listing
32907 \family default
32908 .
32909 \begin_inset Foot
32910 status collapsed
32911
32912 \begin_layout Plain Layout
32913 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
32914 \begin_inset space ~
32915 \end_inset
32916
32917
32918 \begin_inset CommandInset ref
32919 LatexCommand ref
32920 reference "abs:Unterdokumente"
32921
32922 \end_inset
32923
32924  beschrieben.
32925 \end_layout
32926
32927 \end_inset
32928
32929  Im Dialogfenster
32930 \family sans
32931  Unterdokument
32932 \family default
32933  können Sie die Listing-Parameter unter 
32934 \family sans
32935 Weitere
32936 \begin_inset space ~
32937 \end_inset
32938
32939 Parameter
32940 \family default
32941  eingeben.
32942  Wenn Sie dort ein Fragezeichen 
32943 \begin_inset Quotes gld
32944 \end_inset
32945
32946 ?
32947 \begin_inset Quotes grd
32948 \end_inset
32949
32950  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
32951 det.
32952 \end_layout
32953
32954 \begin_layout Standard
32955 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
32956  Text ins Feld 
32957 \family sans
32958 Marke
32959 \family default
32960 , auf die dann wie üblich verwiesen werden kann.
32961 \end_layout
32962
32963 \begin_layout Standard
32964 Listing
32965 \begin_inset space ~
32966 \end_inset
32967
32968
32969 \begin_inset CommandInset ref
32970 LatexCommand ref
32971 reference "lst:Datei-Listing"
32972
32973 \end_inset
32974
32975  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
32976 \begin_inset space \thinspace{}
32977 \end_inset
32978
32979 -
32980 \begin_inset space \thinspace{}
32981 \end_inset
32982
32983 15 gedruckt werden.
32984 \end_layout
32985
32986 \begin_layout Standard
32987 \begin_inset CommandInset include
32988 LatexCommand lstinputlisting
32989 filename "EmbeddedObjects.lyx"
32990 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
32991
32992 \end_inset
32993
32994
32995 \end_layout
32996
32997 \begin_layout Standard
32998 \begin_inset VSpace bigskip
32999 \end_inset
33000
33001
33002 \end_layout
33003
33004 \begin_layout Standard
33005 \noindent
33006 Dokumentweite Listing-Eigenschaften können in
33007 \family sans
33008  Dokument\SpecialChar \menuseparator
33009 Einstellungen\SpecialChar \menuseparator
33010 Textformat\SpecialChar \menuseparator
33011 Listing-Einstellungen
33012 \family default
33013  festgelegt werden.
33014  Auch dort bekommt man durch Eingabe eines Fragezeichens 
33015 \begin_inset Quotes gld
33016 \end_inset
33017
33018 ?
33019 \begin_inset Quotes grd
33020 \end_inset
33021
33022  links davon eine Liste aller möglichen Parameter.
33023 \end_layout
33024
33025 \begin_layout Standard
33026 Weitere Informationen über das 
33027 \series bold
33028 listings
33029 \series default
33030 -Paket finden Sie in 
33031 \begin_inset CommandInset citation
33032 LatexCommand cite
33033 key "listings"
33034
33035 \end_inset
33036
33037 .
33038 \begin_inset Newpage newpage
33039 \end_inset
33040
33041
33042 \end_layout
33043
33044 \begin_layout Chapter
33045 \start_of_appendix
33046 In LyX verfügbare Maßeinheiten
33047 \begin_inset CommandInset label
33048 LatexCommand label
33049 name "kap:In-LyX-verfügbare"
33050
33051 \end_inset
33052
33053
33054 \begin_inset Index
33055 status collapsed
33056
33057 \begin_layout Plain Layout
33058 Einheiten
33059 \end_layout
33060
33061 \end_inset
33062
33063
33064 \end_layout
33065
33066 \begin_layout Standard
33067 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
33068  Tabelle
33069 \begin_inset space ~
33070 \end_inset
33071
33072
33073 \begin_inset CommandInset ref
33074 LatexCommand ref
33075 reference "tab:Maßeinheiten"
33076
33077 \end_inset
33078
33079  alle in LyX verfügbaren Maßeinheiten.
33080 \end_layout
33081
33082 \begin_layout Standard
33083 \begin_inset Float table
33084 placement h
33085 wide false
33086 sideways false
33087 status open
33088
33089 \begin_layout Plain Layout
33090 \begin_inset Caption
33091
33092 \begin_layout Plain Layout
33093 \begin_inset CommandInset label
33094 LatexCommand label
33095 name "tab:Maßeinheiten"
33096
33097 \end_inset
33098
33099 Maßeinheiten
33100 \end_layout
33101
33102 \end_inset
33103
33104
33105 \end_layout
33106
33107 \begin_layout Plain Layout
33108 \begin_inset VSpace medskip
33109 \end_inset
33110
33111
33112 \end_layout
33113
33114 \begin_layout Plain Layout
33115 \align center
33116 \begin_inset Tabular
33117 <lyxtabular version="3" rows="20" columns="2">
33118 <features>
33119 <column alignment="center" valignment="top" width="0">
33120 <column alignment="center" valignment="top" width="0">
33121 <row>
33122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33123 \begin_inset Text
33124
33125 \begin_layout Plain Layout
33126
33127 \series bold
33128 Maßeinheit
33129 \end_layout
33130
33131 \end_inset
33132 </cell>
33133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33134 \begin_inset Text
33135
33136 \begin_layout Plain Layout
33137
33138 \series bold
33139 Name/Beschreibung
33140 \end_layout
33141
33142 \end_inset
33143 </cell>
33144 </row>
33145 <row>
33146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33147 \begin_inset Text
33148
33149 \begin_layout Plain Layout
33150 mm
33151 \end_layout
33152
33153 \end_inset
33154 </cell>
33155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33156 \begin_inset Text
33157
33158 \begin_layout Plain Layout
33159 Millimeter
33160 \end_layout
33161
33162 \end_inset
33163 </cell>
33164 </row>
33165 <row>
33166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33167 \begin_inset Text
33168
33169 \begin_layout Plain Layout
33170 cm
33171 \end_layout
33172
33173 \end_inset
33174 </cell>
33175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33176 \begin_inset Text
33177
33178 \begin_layout Plain Layout
33179 Zentimeter
33180 \end_layout
33181
33182 \end_inset
33183 </cell>
33184 </row>
33185 <row>
33186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33187 \begin_inset Text
33188
33189 \begin_layout Plain Layout
33190 in
33191 \end_layout
33192
33193 \end_inset
33194 </cell>
33195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33196 \begin_inset Text
33197
33198 \begin_layout Plain Layout
33199 Zoll (1
33200 \begin_inset space \thinspace{}
33201 \end_inset
33202
33203 in = 2.54
33204 \begin_inset space \thinspace{}
33205 \end_inset
33206
33207 cm
33208 \end_layout
33209
33210 \end_inset
33211 </cell>
33212 </row>
33213 <row>
33214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33215 \begin_inset Text
33216
33217 \begin_layout Plain Layout
33218 pt
33219 \end_layout
33220
33221 \end_inset
33222 </cell>
33223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33224 \begin_inset Text
33225
33226 \begin_layout Plain Layout
33227 Punkt (72.27
33228 \begin_inset space \thinspace{}
33229 \end_inset
33230
33231 pt = 1
33232 \begin_inset space \thinspace{}
33233 \end_inset
33234
33235 in)
33236 \end_layout
33237
33238 \end_inset
33239 </cell>
33240 </row>
33241 <row>
33242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33243 \begin_inset Text
33244
33245 \begin_layout Plain Layout
33246 pc
33247 \end_layout
33248
33249 \end_inset
33250 </cell>
33251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33252 \begin_inset Text
33253
33254 \begin_layout Plain Layout
33255 Pica (1
33256 \begin_inset space \thinspace{}
33257 \end_inset
33258
33259 pc = 12
33260 \begin_inset space \thinspace{}
33261 \end_inset
33262
33263 pt)
33264 \end_layout
33265
33266 \end_inset
33267 </cell>
33268 </row>
33269 <row>
33270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33271 \begin_inset Text
33272
33273 \begin_layout Plain Layout
33274 sp
33275 \end_layout
33276
33277 \end_inset
33278 </cell>
33279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33280 \begin_inset Text
33281
33282 \begin_layout Plain Layout
33283 skalierter Punkt (65536
33284 \begin_inset space \thinspace{}
33285 \end_inset
33286
33287 sp = 1
33288 \begin_inset space \thinspace{}
33289 \end_inset
33290
33291 pt)
33292 \end_layout
33293
33294 \end_inset
33295 </cell>
33296 </row>
33297 <row>
33298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33299 \begin_inset Text
33300
33301 \begin_layout Plain Layout
33302 bp
33303 \end_layout
33304
33305 \end_inset
33306 </cell>
33307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33308 \begin_inset Text
33309
33310 \begin_layout Plain Layout
33311 großer Punkt (72
33312 \begin_inset space \thinspace{}
33313 \end_inset
33314
33315 bp = 1
33316 \begin_inset space \thinspace{}
33317 \end_inset
33318
33319 in)
33320 \end_layout
33321
33322 \end_inset
33323 </cell>
33324 </row>
33325 <row>
33326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33327 \begin_inset Text
33328
33329 \begin_layout Plain Layout
33330 dd
33331 \end_layout
33332
33333 \end_inset
33334 </cell>
33335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33336 \begin_inset Text
33337
33338 \begin_layout Plain Layout
33339 Didot (1
33340 \begin_inset space \thinspace{}
33341 \end_inset
33342
33343 dd 
33344 \begin_inset Formula $\approx$
33345 \end_inset
33346
33347  0,376
33348 \begin_inset space \thinspace{}
33349 \end_inset
33350
33351 mm)
33352 \end_layout
33353
33354 \end_inset
33355 </cell>
33356 </row>
33357 <row>
33358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33359 \begin_inset Text
33360
33361 \begin_layout Plain Layout
33362 cc
33363 \end_layout
33364
33365 \end_inset
33366 </cell>
33367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33368 \begin_inset Text
33369
33370 \begin_layout Plain Layout
33371 Cicero (1
33372 \begin_inset space \thinspace{}
33373 \end_inset
33374
33375 cc = 12
33376 \begin_inset space \thinspace{}
33377 \end_inset
33378
33379 dd)
33380 \end_layout
33381
33382 \end_inset
33383 </cell>
33384 </row>
33385 <row>
33386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33387 \begin_inset Text
33388
33389 \begin_layout Plain Layout
33390 Skalierung%
33391 \end_layout
33392
33393 \end_inset
33394 </cell>
33395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33396 \begin_inset Text
33397
33398 \begin_layout Plain Layout
33399 % der originalen Bildbreite
33400 \end_layout
33401
33402 \end_inset
33403 </cell>
33404 </row>
33405 <row>
33406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33407 \begin_inset Text
33408
33409 \begin_layout Plain Layout
33410 Textbreite %
33411 \end_layout
33412
33413 \end_inset
33414 </cell>
33415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33416 \begin_inset Text
33417
33418 \begin_layout Plain Layout
33419 % der Textbreite
33420 \end_layout
33421
33422 \end_inset
33423 </cell>
33424 </row>
33425 <row>
33426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33427 \begin_inset Text
33428
33429 \begin_layout Plain Layout
33430 Spaltenbreite %
33431 \end_layout
33432
33433 \end_inset
33434 </cell>
33435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33436 \begin_inset Text
33437
33438 \begin_layout Plain Layout
33439 % der Spaltenbreite
33440 \end_layout
33441
33442 \end_inset
33443 </cell>
33444 </row>
33445 <row>
33446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33447 \begin_inset Text
33448
33449 \begin_layout Plain Layout
33450 Seitenbreite %
33451 \end_layout
33452
33453 \end_inset
33454 </cell>
33455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33456 \begin_inset Text
33457
33458 \begin_layout Plain Layout
33459 % der Seitenbreite
33460 \end_layout
33461
33462 \end_inset
33463 </cell>
33464 </row>
33465 <row>
33466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33467 \begin_inset Text
33468
33469 \begin_layout Plain Layout
33470 Zeilenbreite %
33471 \end_layout
33472
33473 \end_inset
33474 </cell>
33475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33476 \begin_inset Text
33477
33478 \begin_layout Plain Layout
33479 % der Zeilenbreite
33480 \end_layout
33481
33482 \end_inset
33483 </cell>
33484 </row>
33485 <row>
33486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33487 \begin_inset Text
33488
33489 \begin_layout Plain Layout
33490 Texthöhe %
33491 \end_layout
33492
33493 \end_inset
33494 </cell>
33495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33496 \begin_inset Text
33497
33498 \begin_layout Plain Layout
33499 % der Texthöhe
33500 \end_layout
33501
33502 \end_inset
33503 </cell>
33504 </row>
33505 <row>
33506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33507 \begin_inset Text
33508
33509 \begin_layout Plain Layout
33510 Seitenhöhe %
33511 \end_layout
33512
33513 \end_inset
33514 </cell>
33515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33516 \begin_inset Text
33517
33518 \begin_layout Plain Layout
33519 % der Seitenhöhe
33520 \end_layout
33521
33522 \end_inset
33523 </cell>
33524 </row>
33525 <row>
33526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33527 \begin_inset Text
33528
33529 \begin_layout Plain Layout
33530 ex
33531 \end_layout
33532
33533 \end_inset
33534 </cell>
33535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33536 \begin_inset Text
33537
33538 \begin_layout Plain Layout
33539 Die Höhe des Buchstabens 
33540 \emph on
33541 x
33542 \emph default
33543  im aktiven Zeichensatz
33544 \end_layout
33545
33546 \end_inset
33547 </cell>
33548 </row>
33549 <row>
33550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33551 \begin_inset Text
33552
33553 \begin_layout Plain Layout
33554 em
33555 \end_layout
33556
33557 \end_inset
33558 </cell>
33559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33560 \begin_inset Text
33561
33562 \begin_layout Plain Layout
33563 Die Breite des Buchstabens 
33564 \emph on
33565 M
33566 \emph default
33567  im aktiven Zeichensatz
33568 \end_layout
33569
33570 \end_inset
33571 </cell>
33572 </row>
33573 <row>
33574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33575 \begin_inset Text
33576
33577 \begin_layout Plain Layout
33578 mu
33579 \end_layout
33580
33581 \end_inset
33582 </cell>
33583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33584 \begin_inset Text
33585
33586 \begin_layout Plain Layout
33587 mathematische  Maßeinheit
33588 \series bold
33589  
33590 \series default
33591 (1
33592 \begin_inset space \thinspace{}
33593 \end_inset
33594
33595 mu = 1/18
33596 \begin_inset space \thinspace{}
33597 \end_inset
33598
33599 em)
33600 \end_layout
33601
33602 \end_inset
33603 </cell>
33604 </row>
33605 </lyxtabular>
33606
33607 \end_inset
33608
33609
33610 \end_layout
33611
33612 \end_inset
33613
33614
33615 \end_layout
33616
33617 \begin_layout Chapter
33618 Ausgabedatei-Formate mit Grafiken
33619 \begin_inset CommandInset label
33620 LatexCommand label
33621 name "kap:Ausgabedatei-Formate"
33622
33623 \end_inset
33624
33625
33626 \end_layout
33627
33628 \begin_layout Section
33629 DVI
33630 \begin_inset Index
33631 status collapsed
33632
33633 \begin_layout Plain Layout
33634 Dateiformat! DVI
33635 \end_layout
33636
33637 \end_inset
33638
33639
33640 \begin_inset Index
33641 status collapsed
33642
33643 \begin_layout Plain Layout
33644 DVI
33645 \end_layout
33646
33647 \end_inset
33648
33649
33650 \end_layout
33651
33652 \begin_layout Standard
33653 Dieser Dateityp hat die Erweiterung 
33654 \begin_inset Quotes gld
33655 \end_inset
33656
33657
33658 \family typewriter
33659 .dvi
33660 \family default
33661
33662 \begin_inset Quotes grd
33663 \end_inset
33664
33665  und wird 
33666 \begin_inset Quotes gld
33667 \end_inset
33668
33669 device independent
33670 \begin_inset Quotes grd
33671 \end_inset
33672
33673  genannt, weil er vollkommen portierbar ist.
33674  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
33675  dvi-Betrachter installiert hat.
33676  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
33677 ate wie PostScript benutzt.
33678 \end_layout
33679
33680 \begin_layout Standard
33681 \begin_inset Note Greyedout
33682 status open
33683
33684 \begin_layout Plain Layout
33685
33686 \series bold
33687 Bemerkung:
33688 \series default
33689  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
33690 \end_layout
33691
33692 \end_inset
33693
33694
33695 \end_layout
33696
33697 \begin_layout Standard
33698 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
33699  auf einen anderen Computer kopieren.
33700  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
33701  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
33702  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
33703 \family typewriter
33704  
33705 \family default
33706 blättern.
33707
33708 \family typewriter
33709  
33710 \family default
33711 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
33712  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
33713  
33714 \end_layout
33715
33716 \begin_layout Standard
33717 Sie können Ihr Dokument als DVI über das Menü 
33718 \family sans
33719 Datei\SpecialChar \menuseparator
33720 Exportieren\SpecialChar \menuseparator
33721 DVI
33722 \family default
33723  exportieren.
33724  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
33725 \family sans
33726 Ansicht
33727 \family default
33728  oder den Werkzeugleistenknopf 
33729 \begin_inset Graphics
33730         filename ../../images/buffer-view_dvi.png
33731         scale 70
33732         scaleBeforeRotation
33733         BoundingBox 0bp 0bp 20bp 20bp
33734
33735 \end_inset
33736
33737  anschauen.
33738 \end_layout
33739
33740 \begin_layout Section
33741 PostScript
33742 \begin_inset CommandInset label
33743 LatexCommand label
33744 name "abs:PostScript"
33745
33746 \end_inset
33747
33748
33749 \begin_inset Index
33750 status collapsed
33751
33752 \begin_layout Plain Layout
33753 Dateiformat  ! PostScript
33754 \end_layout
33755
33756 \end_inset
33757
33758
33759 \begin_inset Index
33760 status collapsed
33761
33762 \begin_layout Plain Layout
33763 PostScript
33764 \end_layout
33765
33766 \end_inset
33767
33768
33769 \end_layout
33770
33771 \begin_layout Standard
33772 Dieser Dateityp hat die Erweiterung 
33773 \begin_inset Quotes gld
33774 \end_inset
33775
33776
33777 \family typewriter
33778 .ps
33779 \family default
33780
33781 \begin_inset Quotes grd
33782 \end_inset
33783
33784 .
33785  PostScript wurde von der Firma
33786 \family typewriter
33787  Adobe
33788 \family default
33789  als Druckersprache entwickelt.
33790  Die Datei enthält deshalb Druckbefehle.
33791  PostScript kann als 
33792 \begin_inset Quotes gld
33793 \end_inset
33794
33795 Programmiersprache
33796 \begin_inset Quotes grd
33797 \end_inset
33798
33799  angesehen werden.
33800  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
33801 \begin_inset Foot
33802 status collapsed
33803
33804 \begin_layout Plain Layout
33805 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
33806  von
33807 \series bold
33808  PSTricks
33809 \series default
33810  
33811 \begin_inset CommandInset citation
33812 LatexCommand cite
33813 key "pstricks"
33814
33815 \end_inset
33816
33817  oder 
33818 \begin_inset CommandInset citation
33819 LatexCommand cite
33820 key "latex-praxisbuch"
33821
33822 \end_inset
33823
33824  ansehen.
33825 \end_layout
33826
33827 \end_inset
33828
33829 .
33830  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
33831 \end_layout
33832
33833 \begin_layout Standard
33834 PostScript kann nur Bilder im Format EPS
33835 \begin_inset Index
33836 status collapsed
33837
33838 \begin_layout Plain Layout
33839 EPS
33840 \end_layout
33841
33842 \end_inset
33843
33844  (Encapsulated PostScript, Datei-Er\SpecialChar \-
33845 wei\SpecialChar \-
33846 ter\SpecialChar \-
33847 ung 
33848 \begin_inset Quotes gld
33849 \end_inset
33850
33851
33852 \family typewriter
33853 .eps
33854 \family default
33855
33856 \begin_inset Quotes grd
33857 \end_inset
33858
33859 ) enthalten.
33860  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
33861  intern nach EPS konvertieren.
33862  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
33863  verlangsamen.
33864  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
33865  konvertieren und direkt als EPS einfügen.
33866 \end_layout
33867
33868 \begin_layout Standard
33869 Sie können Ihr Dokument als PostScript über das Menü 
33870 \family sans
33871 Datei\SpecialChar \menuseparator
33872 Exportieren\SpecialChar \menuseparator
33873 Post\SpecialChar \-
33874 Script
33875 \family default
33876  exportieren.
33877  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
33878 \family sans
33879 Ansicht
33880 \family default
33881  oder den Werkzeugleistenknopf 
33882 \begin_inset Graphics
33883         filename ../../images/buffer-view_ps.png
33884         scale 70
33885         scaleBeforeRotation
33886
33887 \end_inset
33888
33889  anschauen.
33890 \end_layout
33891
33892 \begin_layout Section
33893 PDF
33894 \begin_inset Index
33895 status collapsed
33896
33897 \begin_layout Plain Layout
33898 Dateiformat! PDF
33899 \end_layout
33900
33901 \end_inset
33902
33903
33904 \begin_inset Index
33905 status collapsed
33906
33907 \begin_layout Plain Layout
33908 PDF
33909 \end_layout
33910
33911 \end_inset
33912
33913
33914 \end_layout
33915
33916 \begin_layout Standard
33917 Dieser Dateityp hat die Erweiterung 
33918 \begin_inset Quotes gld
33919 \end_inset
33920
33921
33922 \family typewriter
33923 .pdf
33924 \family default
33925
33926 \begin_inset Quotes grd
33927 \end_inset
33928
33929 .
33930  Das
33931 \emph on
33932  
33933 \emph default
33934
33935 \begin_inset Quotes gld
33936 \end_inset
33937
33938 Portable Document Format
33939 \begin_inset Quotes grd
33940 \end_inset
33941
33942  (PDF) wurde auch von der Firma 
33943 \family typewriter
33944 Adobe
33945 \family default
33946  als Derivat von PostScript entwickelt.
33947  Es ist komprimierter und benutzt weniger Befehle als PostScript.
33948  Wie der Begriff 
33949 \begin_inset Quotes gld
33950 \end_inset
33951
33952 portable
33953 \begin_inset Quotes grd
33954 \end_inset
33955
33956  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
33957  werden, und der Ausdruck sieht immer gleich aus.
33958 \end_layout
33959
33960 \begin_layout Standard
33961 PDF kann Bilder im eigenen PDF-Format, im Format 
33962 \begin_inset Quotes gld
33963 \end_inset
33964
33965 Joint Photographic Experts Group
33966 \begin_inset Quotes grd
33967 \end_inset
33968
33969  (JPEG
33970 \begin_inset Index
33971 status collapsed
33972
33973 \begin_layout Plain Layout
33974 JPG, JPEG
33975 \end_layout
33976
33977 \end_inset
33978
33979 , Datei-Erweiterung 
33980 \begin_inset Quotes gld
33981 \end_inset
33982
33983
33984 \family typewriter
33985 .jpg
33986 \family default
33987
33988 \begin_inset Quotes grd
33989 \end_inset
33990
33991  oder 
33992 \begin_inset Quotes gld
33993 \end_inset
33994
33995
33996 \family typewriter
33997 .jpeg
33998 \family default
33999
34000 \begin_inset Quotes grd
34001 \end_inset
34002
34003 ) und im Format 
34004 \begin_inset Quotes gld
34005 \end_inset
34006
34007 Portable Network Graphics
34008 \begin_inset Quotes grd
34009 \end_inset
34010
34011  (PNG
34012 \begin_inset Index
34013 status collapsed
34014
34015 \begin_layout Plain Layout
34016 PNG
34017 \end_layout
34018
34019 \end_inset
34020
34021 , Datei-Erweiterung 
34022 \begin_inset Quotes gld
34023 \end_inset
34024
34025
34026 \family typewriter
34027 .png
34028 \family default
34029
34030 \begin_inset Quotes grd
34031 \end_inset
34032
34033 ) enthalten.
34034  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
34035  Sie konvertieren wird.
34036  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
34037  wird, eines der drei erwähnten Bildformate zu benutzen.
34038 \end_layout
34039
34040 \begin_layout Standard
34041 PDF-Dateien können Sie über 
34042 \family sans
34043 Datei\SpecialChar \menuseparator
34044 Exportieren
34045 \family default
34046  auf drei Arten erzeugen:
34047 \end_layout
34048
34049 \begin_layout Description
34050 PDF
34051 \begin_inset space ~
34052 \end_inset
34053
34054 (ps2pdf) benutzt das Programm
34055 \family typewriter
34056  ps2pdf
34057 \family default
34058 , das eine PDF-Datei aus einer Post\SpecialChar \-
34059 Script®-Version Ihres Dokument erstellt.
34060  Die PostScript-Version wird mit dem Programm 
34061 \family typewriter
34062 dvips
34063 \family default
34064  aus einer DVI-Version erstellt.
34065  Es werden also drei Konvertierungen verwendet.
34066 \end_layout
34067
34068 \begin_layout Description
34069 PDF
34070 \begin_inset space ~
34071 \end_inset
34072
34073 (dvipdfm) benutzt das Programm 
34074 \family typewriter
34075 dvipdfm
34076 \family default
34077 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
34078  PDF konvertiert.
34079 \end_layout
34080
34081 \begin_layout Description
34082 PDF
34083 \begin_inset space ~
34084 \end_inset
34085
34086 (pdflatex) benutzt das Programm
34087 \family typewriter
34088  pdftex
34089 \family default
34090 , das Ihr Dokument direkt nach PDF konvertiert.
34091 \end_layout
34092
34093 \begin_layout Standard
34094
34095 \family sans
34096 PDF
34097 \begin_inset space ~
34098 \end_inset
34099
34100 (pdflatex)
34101 \family default
34102  wird empfohlen, weil
34103 \family typewriter
34104  pdftex
34105 \family default
34106  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
34107  ohne Probleme arbeitet.
34108  Das Programm 
34109 \family typewriter
34110 dvi\SpecialChar \-
34111 pdfm
34112 \family default
34113  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
34114 \end_layout
34115
34116 \begin_layout Standard
34117 Sie können Ihr Dokument als PDF über das Menü 
34118 \family sans
34119 Datei\SpecialChar \menuseparator
34120 Exportieren\SpecialChar \menuseparator
34121 PDF
34122 \family default
34123  exportieren.
34124  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
34125 \family sans
34126 Ansicht
34127 \family default
34128  oder den Werkzeugleistenknopf 
34129 \begin_inset Graphics
34130         filename ../../images/buffer-view_pdf2.png
34131         scale 70
34132         scaleBeforeRotation
34133         BoundingBox 0bp 0bp 20bp 20bp
34134
34135 \end_inset
34136
34137  anschauen 
34138 \family sans
34139 (
34140 \family default
34141 der 
34142 \family sans
34143 PDF
34144 \begin_inset space ~
34145 \end_inset
34146
34147 (pdflatex)
34148 \family default
34149  verwendet).
34150 \end_layout
34151
34152 \begin_layout Chapter
34153 Erklärung der Gleichung
34154 \begin_inset space ~
34155 \end_inset
34156
34157
34158 \begin_inset CommandInset ref
34159 LatexCommand eqref
34160 reference "eq:Wgn"
34161
34162 \end_inset
34163
34164
34165 \begin_inset CommandInset label
34166 LatexCommand label
34167 name "kap:Exläuterung-einer-Gleichung"
34168
34169 \end_inset
34170
34171
34172 \end_layout
34173
34174 \begin_layout Standard
34175 Die Gesamtbreite von
34176 \emph on
34177  n
34178 \emph default
34179  Tabellenzellen 
34180 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34181 \end_inset
34182
34183  kann wie folgt berechnet werden:
34184 \end_layout
34185
34186 \begin_layout Standard
34187 \begin_inset Formula \begin{equation}
34188 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}
34189
34190 \end_inset
34191
34192
34193 \end_layout
34194
34195 \begin_layout Standard
34196 Dabei ist 
34197 \begin_inset Formula $W_{g\, n}$
34198 \end_inset
34199
34200  die Breite jeder Zelle.
34201
34202 \series bold
34203  
34204 \backslash
34205 tabcolsep
34206 \series default
34207  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
34208  Standardwert 6
34209 \begin_inset space \thinspace{}
34210 \end_inset
34211
34212 pt.
34213  
34214 \series bold
34215
34216 \backslash
34217 arrayrulewidth
34218 \series default
34219  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
34220 \begin_inset space \thinspace{}
34221 \end_inset
34222
34223 pt.
34224 \end_layout
34225
34226 \begin_layout Standard
34227 Nach Gleichung
34228 \begin_inset space ~
34229 \end_inset
34230
34231
34232 \begin_inset CommandInset ref
34233 LatexCommand ref
34234 reference "eq:Wtot_n"
34235
34236 \end_inset
34237
34238  ist die Gesamtbreite einer Mehrfachspalte, 
34239 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34240 \end_inset
34241
34242 ,
34243 \end_layout
34244
34245 \begin_layout Standard
34246 \begin_inset Formula \begin{equation}
34247 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34248
34249 \end_inset
34250
34251
34252 \end_layout
34253
34254 \begin_layout Standard
34255 Setzt man die Gleichungen
34256 \begin_inset space ~
34257 \end_inset
34258
34259
34260 \begin_inset CommandInset ref
34261 LatexCommand ref
34262 reference "eq:Wtot_n"
34263
34264 \end_inset
34265
34266  und 
34267 \begin_inset CommandInset ref
34268 LatexCommand ref
34269 reference "eq:Wtot_mult"
34270
34271 \end_inset
34272
34273  gleich, kann man die benötigte Breite 
34274 \begin_inset Formula $W_{g\, n}$
34275 \end_inset
34276
34277 , wenn 
34278 \emph on
34279 n
34280 \emph default
34281  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
34282 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34283 \end_inset
34284
34285  hat, berechnen:
34286 \end_layout
34287
34288 \begin_layout Standard
34289 \begin_inset Formula \begin{equation}
34290 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34291
34292 \end_inset
34293
34294
34295 \end_layout
34296
34297 \begin_layout Bibliography
34298 \begin_inset CommandInset bibitem
34299 LatexCommand bibitem
34300 key "latexcompanion"
34301
34302 \end_inset
34303
34304 Frank Mittelbach and Michel Goossens: 
34305 \emph on
34306 The LaTeX Companion Second Edition.
34307
34308 \emph default
34309  Addison-Wesley, 2004
34310 \end_layout
34311
34312 \begin_layout Bibliography
34313 \begin_inset CommandInset bibitem
34314 LatexCommand bibitem
34315 key "latexguide"
34316
34317 \end_inset
34318
34319 Helmut Kopka and Patrick W.
34320  Daly: 
34321 \emph on
34322 A Guide to LaTeX Fourth Edition.
34323
34324 \emph default
34325  Addison-Wesley, 2003
34326 \end_layout
34327
34328 \begin_layout Bibliography
34329 \begin_inset CommandInset bibitem
34330 LatexCommand bibitem
34331 key "lamport"
34332
34333 \end_inset
34334
34335 Leslie Lamport: 
34336 \emph on
34337 LaTeX: A Document Preparation System.
34338
34339 \emph default
34340  Addison-Wesley, second edition, 1994
34341 \end_layout
34342
34343 \begin_layout Bibliography
34344 \begin_inset CommandInset bibitem
34345 LatexCommand bibitem
34346 key "latex-praxisbuch"
34347
34348 \end_inset
34349
34350 Niedermair, Elke & Michael: 
34351 \emph on
34352 LaTeX-Praxisbuch
34353 \emph default
34354 , Franzis-Verlag, 2004
34355 \end_layout
34356
34357 \begin_layout Bibliography
34358 \begin_inset CommandInset bibitem
34359 LatexCommand bibitem
34360 key "booktabs"
34361
34362 \end_inset
34363
34364 Dokumentation des LaTeX-Pakets 
34365 \series bold
34366
34367 \begin_inset CommandInset href
34368 LatexCommand href
34369 name "booktabs"
34370 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34371
34372 \end_inset
34373
34374
34375 \series default
34376
34377 \begin_inset Index
34378 status collapsed
34379
34380 \begin_layout Plain Layout
34381 LaTeX-Pakete ! booktabs
34382 \end_layout
34383
34384 \end_inset
34385
34386
34387 \end_layout
34388
34389 \begin_layout Bibliography
34390 \begin_inset CommandInset bibitem
34391 LatexCommand bibitem
34392 key "caption"
34393
34394 \end_inset
34395
34396 Dokumentation des LaTeX-Pakets 
34397 \series bold
34398
34399 \begin_inset CommandInset href
34400 LatexCommand href
34401 name "caption"
34402 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
34403
34404 \end_inset
34405
34406
34407 \series default
34408
34409 \begin_inset Index
34410 status collapsed
34411
34412 \begin_layout Plain Layout
34413 LaTeX-Pakete ! caption
34414 \end_layout
34415
34416 \end_inset
34417
34418
34419 \end_layout
34420
34421 \begin_layout Bibliography
34422 \begin_inset CommandInset bibitem
34423 LatexCommand bibitem
34424 key "endfloat"
34425
34426 \end_inset
34427
34428 Dokumentation des LaTeX-Pakets 
34429 \series bold
34430
34431 \begin_inset CommandInset href
34432 LatexCommand href
34433 name "endfloat"
34434 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34435
34436 \end_inset
34437
34438
34439 \series default
34440
34441 \begin_inset Index
34442 status collapsed
34443
34444 \begin_layout Plain Layout
34445 LaTeX-Pakete ! endfloat
34446 \end_layout
34447
34448 \end_inset
34449
34450
34451 \end_layout
34452
34453 \begin_layout Bibliography
34454 \begin_inset CommandInset bibitem
34455 LatexCommand bibitem
34456 key "wrapfig"
34457
34458 \end_inset
34459
34460 Dokumentation des LaTeX-Pakets 
34461 \series bold
34462
34463 \begin_inset CommandInset href
34464 LatexCommand href
34465 name "wrapfig"
34466 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34467
34468 \end_inset
34469
34470
34471 \series default
34472
34473 \begin_inset Index
34474 status collapsed
34475
34476 \begin_layout Plain Layout
34477 LaTeX-Pakete ! wrapfig
34478 \begin_inset ERT
34479 status collapsed
34480
34481 \begin_layout Plain Layout
34482
34483
34484 \backslash
34485 vspace{4mm}
34486 \end_layout
34487
34488 \end_inset
34489
34490
34491 \end_layout
34492
34493 \end_inset
34494
34495
34496 \end_layout
34497
34498 \begin_layout Bibliography
34499 \begin_inset CommandInset bibitem
34500 LatexCommand bibitem
34501 key "footmisc"
34502
34503 \end_inset
34504
34505 Dokumentation des LaTeX-Pakets 
34506 \series bold
34507
34508 \begin_inset CommandInset href
34509 LatexCommand href
34510 name "footmisc"
34511 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34512
34513 \end_inset
34514
34515
34516 \series default
34517
34518 \begin_inset Index
34519 status collapsed
34520
34521 \begin_layout Plain Layout
34522 LaTeX-Pakete ! footmisc
34523 \end_layout
34524
34525 \end_inset
34526
34527
34528 \end_layout
34529
34530 \begin_layout Bibliography
34531 \begin_inset CommandInset bibitem
34532 LatexCommand bibitem
34533 key "hypcap"
34534
34535 \end_inset
34536
34537 Dokumentation des LaTeX-Pakets 
34538 \series bold
34539
34540 \begin_inset CommandInset href
34541 LatexCommand href
34542 name "hypcap"
34543 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34544
34545 \end_inset
34546
34547
34548 \series default
34549
34550 \begin_inset Index
34551 status collapsed
34552
34553 \begin_layout Plain Layout
34554 LaTeX-Pakete ! hypcap
34555 \end_layout
34556
34557 \end_inset
34558
34559
34560 \end_layout
34561
34562 \begin_layout Bibliography
34563 \begin_inset CommandInset bibitem
34564 LatexCommand bibitem
34565 key "hyperref"
34566
34567 \end_inset
34568
34569 Dokumentation des LaTeX-Pakets 
34570 \series bold
34571
34572 \begin_inset CommandInset href
34573 LatexCommand href
34574 name "hyperref"
34575 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34576
34577 \end_inset
34578
34579
34580 \series default
34581
34582 \begin_inset Index
34583 status collapsed
34584
34585 \begin_layout Plain Layout
34586 LaTeX-Pakete ! hyperref
34587 \end_layout
34588
34589 \end_inset
34590
34591
34592 \end_layout
34593
34594 \begin_layout Bibliography
34595 \begin_inset CommandInset bibitem
34596 LatexCommand bibitem
34597 key "koma-script"
34598
34599 \end_inset
34600
34601 Dokumentation des LaTeX-Pakets 
34602 \series bold
34603
34604 \begin_inset CommandInset href
34605 LatexCommand href
34606 name "koma-script"
34607 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
34608
34609 \end_inset
34610
34611
34612 \series default
34613
34614 \begin_inset Index
34615 status collapsed
34616
34617 \begin_layout Plain Layout
34618 LaTeX-Pakete ! koma-script
34619 \end_layout
34620
34621 \end_inset
34622
34623
34624 \end_layout
34625
34626 \begin_layout Bibliography
34627 \begin_inset CommandInset bibitem
34628 LatexCommand bibitem
34629 key "listings"
34630
34631 \end_inset
34632
34633 Dokumentation des LaTeX-Pakets 
34634 \series bold
34635
34636 \begin_inset CommandInset href
34637 LatexCommand href
34638 name "listings"
34639 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34640
34641 \end_inset
34642
34643
34644 \series default
34645
34646 \begin_inset Index
34647 status collapsed
34648
34649 \begin_layout Plain Layout
34650 LaTeX-Pakete ! listings
34651 \end_layout
34652
34653 \end_inset
34654
34655
34656 \end_layout
34657
34658 \begin_layout Bibliography
34659 \begin_inset CommandInset bibitem
34660 LatexCommand bibitem
34661 key "marginnote"
34662
34663 \end_inset
34664
34665 Dokumentation des LaTeX-Pakets 
34666 \series bold
34667
34668 \begin_inset CommandInset href
34669 LatexCommand href
34670 name "marginnote"
34671 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34672
34673 \end_inset
34674
34675
34676 \series default
34677
34678 \begin_inset Index
34679 status collapsed
34680
34681 \begin_layout Plain Layout
34682 LaTeX-Pakete ! marginnote
34683 \end_layout
34684
34685 \end_inset
34686
34687
34688 \end_layout
34689
34690 \begin_layout Bibliography
34691 \begin_inset CommandInset bibitem
34692 LatexCommand bibitem
34693 key "pstricks"
34694
34695 \end_inset
34696
34697 Webseite des LaTeX-Pakets 
34698 \series bold
34699
34700 \begin_inset CommandInset href
34701 LatexCommand href
34702 name "PSTricks"
34703 target "http://tug.org/PSTricks/"
34704
34705 \end_inset
34706
34707
34708 \series default
34709
34710 \begin_inset Index
34711 status collapsed
34712
34713 \begin_layout Plain Layout
34714 LaTeX-Pakete ! pstricks
34715 \end_layout
34716
34717 \end_inset
34718
34719
34720 \end_layout
34721
34722 \begin_layout Bibliography
34723 \begin_inset CommandInset bibitem
34724 LatexCommand bibitem
34725 key "sidecap"
34726
34727 \end_inset
34728
34729 Dokumentation des LaTeX-Pakets 
34730 \series bold
34731
34732 \begin_inset CommandInset href
34733 LatexCommand href
34734 name "sidecap"
34735 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34736
34737 \end_inset
34738
34739
34740 \series default
34741
34742 \begin_inset Index
34743 status collapsed
34744
34745 \begin_layout Plain Layout
34746 LaTeX-Pakete ! sidecap
34747 \end_layout
34748
34749 \end_inset
34750
34751
34752 \end_layout
34753
34754 \begin_layout Bibliography
34755 \begin_inset CommandInset bibitem
34756 LatexCommand bibitem
34757 key "NewInLyX16"
34758
34759 \end_inset
34760
34761
34762 \begin_inset CommandInset href
34763 LatexCommand href
34764 name "Wiki-Seite"
34765 target "http://wiki.lyx.org/LyX/NewInLyX16"
34766
34767 \end_inset
34768
34769  über neue Funktionen in 
34770 \family sans
34771 LyX 1.6.0
34772 \family default
34773 .
34774 \end_layout
34775
34776 \begin_layout Standard
34777 \begin_inset CommandInset index_print
34778 LatexCommand printindex
34779
34780 \end_inset
34781
34782
34783 \end_layout
34784
34785 \begin_layout Standard
34786 \begin_inset FloatList figure
34787
34788 \end_inset
34789
34790
34791 \end_layout
34792
34793 \begin_layout Standard
34794 \begin_inset FloatList table
34795
34796 \end_inset
34797
34798
34799 \end_layout
34800
34801 \begin_layout Standard
34802 \begin_inset ERT
34803 status open
34804
34805 \begin_layout Plain Layout
34806
34807
34808 \backslash
34809 listof{algorithm}{Algorithmenverzeichnis}
34810 \end_layout
34811
34812 \end_inset
34813
34814
34815 \begin_inset Note Note
34816 status collapsed
34817
34818 \begin_layout Plain Layout
34819 siehe Abschnitt
34820 \begin_inset space ~
34821 \end_inset
34822
34823
34824 \begin_inset CommandInset ref
34825 LatexCommand ref
34826 reference "uab:Gleitobjekt-Algorithmen"
34827
34828 \end_inset
34829
34830  für eine Beschreibung
34831 \end_layout
34832
34833 \end_inset
34834
34835
34836 \end_layout
34837
34838 \end_body
34839 \end_document