]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
EmbeddedObjects.lyx: describe the effect of \strut in sec. 2.12.1
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 1.6.1svn 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 2.0svn
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 
485 \family sans
486 Höhe
487 \family default
488  und 
489 \family sans
490 Breite
491 \family default
492  nicht überschritten werden.
493 \begin_inset Newline newline
494 \end_inset
495
496 Wenn Sie auf 
497 \family sans
498 Bearbeiten
499 \family default
500  klicken, können Abbildungen mit einem Programm, das in 
501 \family sans
502 Werkzeuge\SpecialChar \menuseparator
503 Einstellungen\SpecialChar \menuseparator
504 Datei-Handhabung\SpecialChar \menuseparator
505 Dateiformate
506 \family default
507  im Feld 
508 \family sans
509 Bearbeitungsprogramm
510 \family default
511  festgelegt wurde, bearbeitet werden.
512 \end_layout
513
514 \begin_layout Description
515
516 \family sans
517 Ausschnitt
518 \family default
519  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
520  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
521  Wenn Sie auf 
522 \family sans
523 Lese
524 \begin_inset space ~
525 \end_inset
526
527 aus
528 \begin_inset space ~
529 \end_inset
530
531 Datei
532 \family default
533  klicken, werden die Koordinaten automatisch berechnet.
534  Die Option 
535 \family sans
536 Auf
537 \begin_inset space ~
538 \end_inset
539
540 Begrenzungsbox
541 \begin_inset space ~
542 \end_inset
543
544 zuschneiden
545 \family default
546  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
547  Koordinaten liegt.
548  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
549  diese Karteikarte ignorieren.
550 \end_layout
551
552 \begin_layout Description
553
554 \family sans
555 LaTeX-
556 \begin_inset space ~
557 \end_inset
558
559 und
560 \begin_inset space ~
561 \end_inset
562
563 LyX-Optionen
564 \family default
565  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
566  LaTeX-Experten können weitere LaTeX-Optionen definieren.
567 \begin_inset Newline newline
568 \end_inset
569
570 Ist die Option 
571 \family sans
572 Entwurfsmodus 
573 \family default
574 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
575  darin gedruckt.
576 \begin_inset Newline newline
577 \end_inset
578
579 Die Option 
580 \family sans
581 Beim
582 \begin_inset space ~
583 \end_inset
584
585 Exportieren
586 \begin_inset space ~
587 \end_inset
588
589 nicht
590 \begin_inset space ~
591 \end_inset
592
593 entpacken
594 \family default
595  betrifft nur gepackte EPS-Dateien, zum Beispiel 
596 \emph on
597 x.eps.gz
598 \emph default
599 .
600  LaTeX kann so mit ihnen umgehen.
601 \begin_inset Newline newline
602 \end_inset
603
604 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
605  wählen, siehe Anhang
606 \begin_inset space ~
607 \end_inset
608
609
610 \begin_inset CommandInset ref
611 LatexCommand ref
612 reference "abs:PostScript"
613
614 \end_inset
615
616 .
617  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
618 \begin_inset Newline newline
619 \end_inset
620
621
622 \series bold
623 gzip x.eps
624 \begin_inset Newline newline
625 \end_inset
626
627 zgrep %%Bounding x.eps.gz > x.eps.bb
628 \series default
629
630 \begin_inset Newline newline
631 \end_inset
632
633 Der zweite Befehl erzeugt die Begrenzungsbox 
634 \begin_inset Quotes gld
635 \end_inset
636
637 x.eps.bb
638 \begin_inset Quotes grd
639 \end_inset
640
641 , die LaTeX für gepackte Abbildungen benötigt.
642 \begin_inset Newline newline
643 \end_inset
644
645 Das Feld 
646 \family sans
647 Gruppenname
648 \begin_inset space ~
649 \end_inset
650
651 initialisieren
652 \family default
653  ermöglicht es eine Einstellungsgruppe zu definieren oder dem Bild eine
654  solche zuzuordnen.
655 \begin_inset Index
656 status collapsed
657
658 \begin_layout Plain Layout
659 Abbildungen ! Einstellungsgruppen
660 \end_layout
661
662 \end_inset
663
664  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
665  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
666  der Gruppe geändert werden.
667  Damit kann man z.B.
668 \begin_inset space ~
669 \end_inset
670
671 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
672  Bild tun zu müssen.
673  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
674  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
675 \end_layout
676
677 \begin_layout Standard
678 \begin_inset VSpace bigskip
679 \end_inset
680
681
682 \end_layout
683
684 \begin_layout Standard
685 Hier ist eine zentrierte EPS-Abbildung
686 \begin_inset Foot
687 status collapsed
688
689 \begin_layout Plain Layout
690 Abbildungsformate sind in Abschnitt
691 \begin_inset space ~
692 \end_inset
693
694
695 \begin_inset CommandInset ref
696 LatexCommand ref
697 reference "abs:Bildformate"
698
699 \end_inset
700
701  beschrieben.
702 \end_layout
703
704 \end_inset
705
706  in einem eigenen Absatz:
707 \end_layout
708
709 \begin_layout Standard
710 \align center
711 \begin_inset Graphics
712         filename ../clipart/mobius.eps
713         scale 70
714         scaleBeforeRotation
715         rotateOrigin center
716
717 \end_inset
718
719
720 \end_layout
721
722 \begin_layout Standard
723 \noindent
724 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
725 \end_layout
726
727 \begin_layout Standard
728 \align center
729 \begin_inset Graphics
730         filename ../clipart/mobius.eps
731         scale 70
732         draft
733         scaleBeforeRotation
734         rotateOrigin center
735
736 \end_inset
737
738
739 \end_layout
740
741 \begin_layout Section
742 Gleitende Abbildungen
743 \begin_inset CommandInset label
744 LatexCommand label
745 name "abs:Gleitende-Abbildungen"
746
747 \end_inset
748
749
750 \begin_inset Index
751 status collapsed
752
753 \begin_layout Plain Layout
754 Abbildungen ! gleitende
755 \end_layout
756
757 \end_inset
758
759
760 \begin_inset Index
761 status collapsed
762
763 \begin_layout Plain Layout
764 Gleitobjekte ! Abbildungen
765 \end_layout
766
767 \end_inset
768
769
770 \end_layout
771
772 \begin_layout Standard
773 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
774 \begin_inset space ~
775 \end_inset
776
777
778 \begin_inset CommandInset ref
779 LatexCommand ref
780 reference "abs:Gleitobjekte-Einleitung"
781
782 \end_inset
783
784 .
785 \end_layout
786
787 \begin_layout Standard
788 Wenn Sie auf das Werkzeugleisten-Symbol 
789 \begin_inset Graphics
790         filename ../../images/float-insert_figure.png
791         scale 70
792         scaleBeforeRotation
793         BoundingBox 0bp 6bp 22bp 22bp
794
795 \end_inset
796
797  klicken oder 
798 \family sans
799 Einfügen\SpecialChar \menuseparator
800 Gleit\SpecialChar \-
801 objekt\SpecialChar \menuseparator
802 Abbildung
803 \family default
804  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
805  In das rot umrahmte Feld rechts von 
806 \emph on
807 Abbildung
808 \begin_inset space ~
809 \end_inset
810
811 Nr:
812 \emph default
813  schreiben Sie die Bildbeschriftung.
814  Nach einem Klick oberhalb oder unterhalb von 
815 \emph on
816 Abbildung
817 \begin_inset space ~
818 \end_inset
819
820 Nr:
821 \emph default
822  können Sie dann eine Abbildung wie 
823 \begin_inset CommandInset ref
824 LatexCommand ref
825 reference "abb:kill-plat"
826
827 \end_inset
828
829  oberhalb oder wie Abbildung
830 \begin_inset space ~
831 \end_inset
832
833
834 \begin_inset CommandInset ref
835 LatexCommand ref
836 reference "abb:escher"
837
838 \end_inset
839
840  unterhalb der Bildbeschriftung einfügen.
841  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
842 \begin_inset space ~
843 \end_inset
844
845
846 \begin_inset CommandInset ref
847 LatexCommand ref
848 reference "abs:Titel-Platzierung"
849
850 \end_inset
851
852 .
853 \end_layout
854
855 \begin_layout Standard
856 \begin_inset Float figure
857 wide false
858 sideways false
859 status open
860
861 \begin_layout Plain Layout
862 \align center
863 \begin_inset Graphics
864         filename ../clipart/platypus.eps
865         width 50col%
866         scaleBeforeRotation
867         rotateOrigin center
868
869 \end_inset
870
871
872 \end_layout
873
874 \begin_layout Plain Layout
875 \begin_inset Caption
876
877 \begin_layout Plain Layout
878 \begin_inset CommandInset label
879 LatexCommand label
880 name "abb:kill-plat"
881
882 \end_inset
883
884 Platypus in einem Gleitobjekt
885 \end_layout
886
887 \end_inset
888
889
890 \end_layout
891
892 \end_inset
893
894
895 \end_layout
896
897 \begin_layout Standard
898 \begin_inset Float figure
899 wide false
900 sideways false
901 status open
902
903 \begin_layout Plain Layout
904 \begin_inset Caption
905
906 \begin_layout Plain Layout
907 \begin_inset CommandInset label
908 LatexCommand label
909 name "abb:escher"
910
911 \end_inset
912
913 M.C.
914  Escher
915 \end_layout
916
917 \end_inset
918
919
920 \end_layout
921
922 \begin_layout Plain Layout
923 \align center
924 \begin_inset Graphics
925         filename ../clipart/escher-lsd.eps
926         scale 80
927         scaleBeforeRotation
928         rotateOrigin center
929
930 \end_inset
931
932
933 \end_layout
934
935 \end_inset
936
937
938 \end_layout
939
940 \begin_layout Standard
941 \begin_inset Index
942 status collapsed
943
944 \begin_layout Plain Layout
945 Querverweise ! auf Abbildungen
946 \end_layout
947
948 \end_inset
949
950 Abbildung
951 \begin_inset space ~
952 \end_inset
953
954
955 \begin_inset CommandInset ref
956 LatexCommand ref
957 reference "abb:kill-plat"
958
959 \end_inset
960
961  und 
962 \begin_inset CommandInset ref
963 LatexCommand ref
964 reference "abb:escher"
965
966 \end_inset
967
968  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
969  Dafür fügen Sie in der Beschriftung mit 
970 \family sans
971 Einfügen\SpecialChar \menuseparator
972 Marke
973 \family default
974  oder durch Klicken auf 
975 \begin_inset Graphics
976         filename ../../images/label-insert.png
977         scale 70
978         scaleBeforeRotation
979         BoundingBox 0bp 6bp 20bp 20bp
980
981 \end_inset
982
983  eine Marke ein.
984  Auf diese können Sie dann wie gewohnt mit 
985 \family sans
986 Einfügen\SpecialChar \menuseparator
987 Querverweis
988 \family default
989  oder durch Klicken auf 
990 \begin_inset Graphics
991         filename ../../images/dialog-show-new-inset_ref.png
992         scale 70
993         scaleBeforeRotation
994         BoundingBox 0bp 6bp 22bp 22bp
995
996 \end_inset
997
998  verweisen.
999  Das ist besser als eine vage Formulierung wie 
1000 \begin_inset Quotes gld
1001 \end_inset
1002
1003 die obige Abbildung
1004 \begin_inset Quotes grd
1005 \end_inset
1006
1007  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1008  erscheint, und das muss nicht 
1009 \emph on
1010 oben
1011 \emph default
1012  sein.
1013  Verweise werden detailliert in Abschnitt
1014 \begin_inset space ~
1015 \end_inset
1016
1017
1018 \begin_inset CommandInset ref
1019 LatexCommand ref
1020 reference "abs:Auf-Gleitobjekte-verweisen"
1021
1022 \end_inset
1023
1024  beschrieben.
1025 \end_layout
1026
1027 \begin_layout Standard
1028 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1029  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1030  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1031  Gleitabbildung einfügt.
1032  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1033  Abbildung
1034 \begin_inset space ~
1035 \end_inset
1036
1037
1038 \begin_inset CommandInset ref
1039 LatexCommand ref
1040 reference "abb:Zwei-Teilabbildungen"
1041
1042 \end_inset
1043
1044  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1045  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1046  Gleitabbildung auf Eingabe drücken.
1047  Abbildung
1048 \begin_inset space ~
1049 \end_inset
1050
1051
1052 \begin_inset CommandInset ref
1053 LatexCommand ref
1054 reference "abb:Undefinierbar"
1055
1056 \end_inset
1057
1058  und 
1059 \begin_inset CommandInset ref
1060 LatexCommand ref
1061 reference "abb:Ein-Schnabeltier"
1062
1063 \end_inset
1064
1065  sind die Teilabbildungen.
1066 \end_layout
1067
1068 \begin_layout Standard
1069 \begin_inset Float figure
1070 wide false
1071 sideways false
1072 status open
1073
1074 \begin_layout Plain Layout
1075 \begin_inset space \hfill{}
1076 \end_inset
1077
1078
1079 \begin_inset Float figure
1080 wide false
1081 sideways false
1082 status collapsed
1083
1084 \begin_layout Plain Layout
1085 \begin_inset Caption
1086
1087 \begin_layout Plain Layout
1088 \begin_inset CommandInset label
1089 LatexCommand label
1090 name "abb:Undefinierbar"
1091
1092 \end_inset
1093
1094 Undefinierbar
1095 \end_layout
1096
1097 \end_inset
1098
1099
1100 \end_layout
1101
1102 \begin_layout Plain Layout
1103 \begin_inset Graphics
1104         filename ../clipart/escher-lsd.eps
1105         width 35col%
1106         scaleBeforeRotation
1107         groupId Teilabbildung
1108
1109 \end_inset
1110
1111
1112 \end_layout
1113
1114 \end_inset
1115
1116
1117 \begin_inset space \hfill{}
1118 \end_inset
1119
1120
1121 \begin_inset Float figure
1122 wide false
1123 sideways false
1124 status collapsed
1125
1126 \begin_layout Plain Layout
1127 \begin_inset Caption
1128
1129 \begin_layout Plain Layout
1130 \begin_inset CommandInset label
1131 LatexCommand label
1132 name "abb:Ein-Schnabeltier"
1133
1134 \end_inset
1135
1136 Ein Schnabeltier
1137 \end_layout
1138
1139 \end_inset
1140
1141
1142 \end_layout
1143
1144 \begin_layout Plain Layout
1145 \begin_inset Graphics
1146         filename ../clipart/platypus.eps
1147         width 35col%
1148         scaleBeforeRotation
1149         groupId Teilabbildung
1150
1151 \end_inset
1152
1153
1154 \end_layout
1155
1156 \end_inset
1157
1158
1159 \begin_inset space \hfill{}
1160 \end_inset
1161
1162
1163 \end_layout
1164
1165 \begin_layout Plain Layout
1166 \begin_inset Caption
1167
1168 \begin_layout Plain Layout
1169 \begin_inset CommandInset label
1170 LatexCommand label
1171 name "abb:Zwei-Teilabbildungen"
1172
1173 \end_inset
1174
1175 Zwei Teilabbildungen nebeneinander.
1176  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1177 \begin_inset Quotes gld
1178 \end_inset
1179
1180 Teilabbildung
1181 \begin_inset Quotes grd
1182 \end_inset
1183
1184  an.
1185 \end_layout
1186
1187 \end_inset
1188
1189
1190 \end_layout
1191
1192 \end_inset
1193
1194
1195 \end_layout
1196
1197 \begin_layout Section
1198 Bildformate
1199 \begin_inset CommandInset label
1200 LatexCommand label
1201 name "abs:Bildformate"
1202
1203 \end_inset
1204
1205
1206 \begin_inset Index
1207 status collapsed
1208
1209 \begin_layout Plain Layout
1210 Abbildungen ! Bildformate
1211 \end_layout
1212
1213 \end_inset
1214
1215
1216 \end_layout
1217
1218 \begin_layout Standard
1219 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1220  Aber wie in Anhang
1221 \begin_inset space ~
1222 \end_inset
1223
1224
1225 \begin_inset CommandInset ref
1226 LatexCommand ref
1227 reference "kap:Ausgabedatei-Formate"
1228
1229 \end_inset
1230
1231  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1232  LyX benutzt im Hintergrund das Programm
1233 \family typewriter
1234  Imagemagick
1235 \family default
1236 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1237  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1238  vermeiden.
1239  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1240  werden können.
1241  Diese Formate werden in Anhang
1242 \begin_inset space ~
1243 \end_inset
1244
1245
1246 \begin_inset CommandInset ref
1247 LatexCommand ref
1248 reference "kap:Ausgabedatei-Formate"
1249
1250 \end_inset
1251
1252  beschrieben.
1253 \end_layout
1254
1255 \begin_layout Standard
1256 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1257 \end_layout
1258
1259 \begin_layout Description
1260 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1261  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1262  
1263 \emph on
1264 pixelig
1265 \emph default
1266  aus.
1267  Bekannte Pixel-Formate sind 
1268 \begin_inset Quotes gld
1269 \end_inset
1270
1271 Graphics Interchange Format
1272 \begin_inset Quotes grd
1273 \end_inset
1274
1275  (GIF, Dateiendung
1276 \family typewriter
1277  
1278 \family default
1279
1280 \begin_inset Quotes gld
1281 \end_inset
1282
1283
1284 \family typewriter
1285 .gif
1286 \family default
1287
1288 \begin_inset Quotes grd
1289 \end_inset
1290
1291 )
1292 \begin_inset Index
1293 status collapsed
1294
1295 \begin_layout Plain Layout
1296 GIF
1297 \end_layout
1298
1299 \end_inset
1300
1301
1302 \begin_inset Quotes gld
1303 \end_inset
1304
1305 Portable Network Graphics
1306 \begin_inset Quotes grd
1307 \end_inset
1308
1309  (PNG, Dateiendung 
1310 \begin_inset Quotes gld
1311 \end_inset
1312
1313
1314 \family typewriter
1315 .png
1316 \family default
1317
1318 \begin_inset Quotes grd
1319 \end_inset
1320
1321 )
1322 \begin_inset Index
1323 status collapsed
1324
1325 \begin_layout Plain Layout
1326 PNG
1327 \end_layout
1328
1329 \end_inset
1330
1331
1332 \begin_inset Quotes gld
1333 \end_inset
1334
1335 Joint Photographic Experts Group
1336 \begin_inset Quotes grd
1337 \end_inset
1338
1339  (JPEG, Dateiendung
1340 \family typewriter
1341  
1342 \family default
1343
1344 \begin_inset Quotes gld
1345 \end_inset
1346
1347
1348 \family typewriter
1349 .jpg
1350 \family default
1351
1352 \begin_inset Quotes grd
1353 \end_inset
1354
1355  oder 
1356 \begin_inset Quotes gld
1357 \end_inset
1358
1359
1360 \family typewriter
1361 .jpeg
1362 \family default
1363
1364 \begin_inset Quotes grd
1365 \end_inset
1366
1367 )
1368 \begin_inset Index
1369 status collapsed
1370
1371 \begin_layout Plain Layout
1372 JPG, JPEG
1373 \end_layout
1374
1375 \end_inset
1376
1377  und 
1378 \begin_inset Quotes gld
1379 \end_inset
1380
1381 Windows Bitmap
1382 \begin_inset Quotes grd
1383 \end_inset
1384
1385  (BMP, Dateiendung 
1386 \begin_inset Quotes gld
1387 \end_inset
1388
1389
1390 \family typewriter
1391 .bmp
1392 \family default
1393
1394 \begin_inset Quotes grd
1395 \end_inset
1396
1397 )
1398 \begin_inset Index
1399 status collapsed
1400
1401 \begin_layout Plain Layout
1402 BMP
1403 \end_layout
1404
1405 \end_inset
1406
1407 .
1408 \end_layout
1409
1410 \begin_layout Description
1411 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1412  auf jede beliebige Größe skaliert werden.
1413  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1414  zoomen zu können.
1415 \begin_inset Newline newline
1416 \end_inset
1417
1418 Bekannte Formate sind 
1419 \begin_inset Quotes gld
1420 \end_inset
1421
1422 Scalable Vector Graphics
1423 \begin_inset Quotes grd
1424 \end_inset
1425
1426  (SVG, Dateiendung
1427 \family typewriter
1428  
1429 \family default
1430
1431 \begin_inset Quotes gld
1432 \end_inset
1433
1434
1435 \family typewriter
1436 .svg
1437 \family default
1438
1439 \begin_inset Quotes grd
1440 \end_inset
1441
1442 )
1443 \begin_inset Index
1444 status collapsed
1445
1446 \begin_layout Plain Layout
1447 SVG
1448 \end_layout
1449
1450 \end_inset
1451
1452
1453 \begin_inset Quotes gld
1454 \end_inset
1455
1456 Encapsulated PostScript
1457 \begin_inset Quotes grd
1458 \end_inset
1459
1460  (EPS, Dateiendung 
1461 \begin_inset Quotes gld
1462 \end_inset
1463
1464
1465 \family typewriter
1466 .eps
1467 \family default
1468
1469 \begin_inset Quotes grd
1470 \end_inset
1471
1472 )
1473 \begin_inset Index
1474 status collapsed
1475
1476 \begin_layout Plain Layout
1477 EPS
1478 \end_layout
1479
1480 \end_inset
1481
1482
1483 \begin_inset Quotes gld
1484 \end_inset
1485
1486 Portable Document Format
1487 \begin_inset Quotes grd
1488 \end_inset
1489
1490  (PDF, Dateiendung
1491 \family typewriter
1492  
1493 \family default
1494
1495 \begin_inset Quotes gld
1496 \end_inset
1497
1498
1499 \family typewriter
1500 .pdf
1501 \family default
1502
1503 \begin_inset Quotes grd
1504 \end_inset
1505
1506 )
1507 \begin_inset Index
1508 status collapsed
1509
1510 \begin_layout Plain Layout
1511 PDF
1512 \end_layout
1513
1514 \end_inset
1515
1516  und 
1517 \begin_inset Quotes gld
1518 \end_inset
1519
1520 Windows Metafile
1521 \begin_inset Quotes grd
1522 \end_inset
1523
1524  (WMF, Dateiendung 
1525 \begin_inset Quotes gld
1526 \end_inset
1527
1528
1529 \family typewriter
1530 .wmf
1531 \family default
1532
1533 \begin_inset Quotes grd
1534 \end_inset
1535
1536 )
1537 \begin_inset Index
1538 status collapsed
1539
1540 \begin_layout Plain Layout
1541 WMF
1542 \end_layout
1543
1544 \end_inset
1545
1546 .
1547 \end_layout
1548
1549 \begin_layout Standard
1550 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1551  das Ergebnis ist immer noch ein Pixelbild.
1552  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1553  hinzugefügt.
1554 \begin_inset Foot
1555 status open
1556
1557 \begin_layout Plain Layout
1558 Bei PDF wird das Originalbild auch noch komprimiert.
1559 \end_layout
1560
1561 \end_inset
1562
1563  Die PDF-Dateien, die 
1564 \family typewriter
1565 Adobe Photoshop
1566 \family default
1567  erzeugt, sind zum Beispiel Pixelbilder.
1568 \end_layout
1569
1570 \begin_layout Standard
1571 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1572  umgekehrt.
1573  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1574  eingefügt werden.
1575  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1576  erzeugt wird, weil es zur Zeit keine WMF/SVG
1577 \begin_inset Formula $\to$
1578 \end_inset
1579
1580 PDF/EPS Konverter gibt.
1581 \end_layout
1582
1583 \begin_layout Chapter
1584 Tabellen
1585 \begin_inset Index
1586 status collapsed
1587
1588 \begin_layout Plain Layout
1589 Tabellen
1590 \end_layout
1591
1592 \end_inset
1593
1594
1595 \end_layout
1596
1597 \begin_layout Section
1598 Einführung
1599 \begin_inset Index
1600 status collapsed
1601
1602 \begin_layout Plain Layout
1603 Tabellen ! Einführung
1604 \end_layout
1605
1606 \end_inset
1607
1608
1609 \end_layout
1610
1611 \begin_layout Standard
1612 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1613 \begin_inset Graphics
1614         filename ../../images/tabular-insert.png
1615         scale 70
1616         scaleBeforeRotation
1617         BoundingBox 0bp 6bp 22bp 22bp
1618
1619 \end_inset
1620
1621  oder das Menü 
1622 \family sans
1623 Einfügen\SpecialChar \menuseparator
1624 Tabelle
1625 \family default
1626  einfügen.
1627  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1628 \begin_inset space \thinspace{}
1629 \end_inset
1630
1631 -Tabelle.
1632  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1633  und die Größe der dunkelblauen Tabelle angezeigt.
1634  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1635  ein.
1636  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1637  Spaltenanzahl festlegen können.
1638 \end_layout
1639
1640 \begin_layout Standard
1641 In der so erstellten Tabelle ist jede Zelle umrandet.
1642  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1643  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1644  die zweite Zeile eine Linie oberhalb haben.
1645  Hier ist ein Beispiel:
1646 \end_layout
1647
1648 \begin_layout Standard
1649 \align center
1650 \begin_inset Tabular
1651 <lyxtabular version="3" rows="5" columns="4">
1652 <features>
1653 <column alignment="center" valignment="top" width="0">
1654 <column alignment="center" valignment="top" width="0">
1655 <column alignment="center" valignment="top" width="0">
1656 <column alignment="center" valignment="top" width="0">
1657 <row>
1658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1659 \begin_inset Text
1660
1661 \begin_layout Plain Layout
1662
1663 \end_layout
1664
1665 \end_inset
1666 </cell>
1667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1668 \begin_inset Text
1669
1670 \begin_layout Plain Layout
1671
1672 \family roman
1673 \series medium
1674 \shape up
1675 \size normal
1676 \emph off
1677 \bar no
1678 \noun off
1679 \color none
1680 1
1681 \end_layout
1682
1683 \end_inset
1684 </cell>
1685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1686 \begin_inset Text
1687
1688 \begin_layout Plain Layout
1689 2
1690 \end_layout
1691
1692 \end_inset
1693 </cell>
1694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1695 \begin_inset Text
1696
1697 \begin_layout Plain Layout
1698 3
1699 \end_layout
1700
1701 \end_inset
1702 </cell>
1703 </row>
1704 <row>
1705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1706 \begin_inset Text
1707
1708 \begin_layout Plain Layout
1709
1710 \family roman
1711 \series medium
1712 \shape up
1713 \size normal
1714 \emph off
1715 \bar no
1716 \noun off
1717 \color none
1718 A
1719 \end_layout
1720
1721 \end_inset
1722 </cell>
1723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1724 \begin_inset Text
1725
1726 \begin_layout Plain Layout
1727
1728 \end_layout
1729
1730 \end_inset
1731 </cell>
1732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1733 \begin_inset Text
1734
1735 \begin_layout Plain Layout
1736
1737 \end_layout
1738
1739 \end_inset
1740 </cell>
1741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1742 \begin_inset Text
1743
1744 \begin_layout Plain Layout
1745
1746 \end_layout
1747
1748 \end_inset
1749 </cell>
1750 </row>
1751 <row>
1752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1753 \begin_inset Text
1754
1755 \begin_layout Plain Layout
1756
1757 \family roman
1758 \series medium
1759 \shape up
1760 \size normal
1761 \emph off
1762 \bar no
1763 \noun off
1764 \color none
1765 B
1766 \end_layout
1767
1768 \end_inset
1769 </cell>
1770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1771 \begin_inset Text
1772
1773 \begin_layout Plain Layout
1774
1775 \end_layout
1776
1777 \end_inset
1778 </cell>
1779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1780 \begin_inset Text
1781
1782 \begin_layout Plain Layout
1783
1784 \end_layout
1785
1786 \end_inset
1787 </cell>
1788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1789 \begin_inset Text
1790
1791 \begin_layout Plain Layout
1792
1793 \end_layout
1794
1795 \end_inset
1796 </cell>
1797 </row>
1798 <row>
1799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1800 \begin_inset Text
1801
1802 \begin_layout Plain Layout
1803
1804 \family roman
1805 \series medium
1806 \shape up
1807 \size normal
1808 \emph off
1809 \bar no
1810 \noun off
1811 \color none
1812 C
1813 \end_layout
1814
1815 \end_inset
1816 </cell>
1817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1818 \begin_inset Text
1819
1820 \begin_layout Plain Layout
1821
1822 \end_layout
1823
1824 \end_inset
1825 </cell>
1826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1827 \begin_inset Text
1828
1829 \begin_layout Plain Layout
1830
1831 \end_layout
1832
1833 \end_inset
1834 </cell>
1835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1836 \begin_inset Text
1837
1838 \begin_layout Plain Layout
1839
1840 \end_layout
1841
1842 \end_inset
1843 </cell>
1844 </row>
1845 <row>
1846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1847 \begin_inset Text
1848
1849 \begin_layout Plain Layout
1850 D
1851 \end_layout
1852
1853 \end_inset
1854 </cell>
1855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1856 \begin_inset Text
1857
1858 \begin_layout Plain Layout
1859
1860 \end_layout
1861
1862 \end_inset
1863 </cell>
1864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1865 \begin_inset Text
1866
1867 \begin_layout Plain Layout
1868
1869 \end_layout
1870
1871 \end_inset
1872 </cell>
1873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1874 \begin_inset Text
1875
1876 \begin_layout Plain Layout
1877
1878 \end_layout
1879
1880 \end_inset
1881 </cell>
1882 </row>
1883 </lyxtabular>
1884
1885 \end_inset
1886
1887
1888 \end_layout
1889
1890 \begin_layout Section
1891 Tabellen-Einstellungen
1892 \begin_inset Index
1893 status collapsed
1894
1895 \begin_layout Plain Layout
1896 Tabellen ! Einstellungen
1897 \end_layout
1898
1899 \end_inset
1900
1901
1902 \end_layout
1903
1904 \begin_layout Standard
1905 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1906  Maustaste draufklicken.
1907  Dadurch wird ein Kontextmenü angezeigt, an derem Ende 
1908 \family sans
1909 Einstellungen
1910 \family default
1911  steht.
1912  Ein Klick darauf öffnet das Fenster 
1913 \family sans
1914 Tabellen-Einstellungen
1915 \family default
1916 .
1917  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1918  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1919  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1920  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1921  -- sie sind dann hellblau hinterlegt -- gilt eine Aktion für die gesamte
1922  Auswahl.
1923  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1924 \emph on
1925 Inhalt
1926 \emph default
1927  einer Zelle oder die Zelle selber ausgewählt haben.
1928  Das 
1929 \family sans
1930 Tabellen-Einstellungen
1931 \family default
1932 -Menü hat folgende Karteikarten:
1933 \end_layout
1934
1935 \begin_layout Description
1936
1937 \family sans
1938 Tabellen-Einstellungen
1939 \family default
1940  Hier können Sie die 
1941 \family sans
1942 Horizontale
1943 \begin_inset space ~
1944 \end_inset
1945
1946 Ausrichtung
1947 \family default
1948  der momentanen Spalte und die 
1949 \family sans
1950 Spaltenbreite
1951 \family default
1952  festlegen.
1953  Wenn Sie eine 
1954 \family sans
1955 Spaltenbreite
1956 \family default
1957  festgelegt haben, können Sie auch eine 
1958 \family sans
1959 Vertikale
1960 \begin_inset space ~
1961 \end_inset
1962
1963 Ausrichtung
1964 \family default
1965  der momentanen Zeile wählen.
1966  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1967  Absätze haben, wie in Abschnitt
1968 \begin_inset space ~
1969 \end_inset
1970
1971
1972 \begin_inset CommandInset ref
1973 LatexCommand ref
1974 reference "uab:Mehrfache-Zeilen-in"
1975
1976 \end_inset
1977
1978  beschrieben.
1979  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1980 \begin_inset Newline newline
1981 \end_inset
1982
1983 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
1984  als 
1985 \family sans
1986 Mehrfachspalte
1987 \family default
1988  definieren, wie in Abschnitt
1989 \begin_inset space ~
1990 \end_inset
1991
1992
1993 \begin_inset CommandInset ref
1994 LatexCommand ref
1995 reference "uab:Mehrfachspalten"
1996
1997 \end_inset
1998
1999  beschrieben.
2000 \begin_inset Newline newline
2001 \end_inset
2002
2003 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2004  den Uhrzeigersinn um 90° drehen.
2005  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
2006 \begin_inset Newline newline
2007 \end_inset
2008
2009
2010 \begin_inset Note Greyedout
2011 status open
2012
2013 \begin_layout Plain Layout
2014
2015 \series bold
2016 Achtung:
2017 \series default
2018  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2019 \end_layout
2020
2021 \end_inset
2022
2023
2024 \begin_inset Newline newline
2025 \end_inset
2026
2027 Man kann auch ein 
2028 \family sans
2029 LaTe
2030 \begin_inset ERT
2031 status collapsed
2032
2033 \begin_layout Plain Layout
2034
2035 {}
2036 \end_layout
2037
2038 \end_inset
2039
2040 X-Argument
2041 \family default
2042  für besondere Tabellen-Formatierun\SpecialChar \-
2043 gen einfügen, wie in den Abschnitten
2044  
2045 \begin_inset CommandInset ref
2046 LatexCommand ref
2047 reference "uab:Mehrfachspalten-Berechnungen"
2048
2049 \end_inset
2050
2051  und 
2052 \begin_inset CommandInset ref
2053 LatexCommand ref
2054 reference "abs:Farbige-Tabellen"
2055
2056 \end_inset
2057
2058  beschrieben.
2059 \end_layout
2060
2061 \begin_layout Description
2062
2063 \family sans
2064 Rahmen
2065 \family default
2066  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2067  hinzufügen und löschen.
2068 \begin_inset Newline newline
2069 \end_inset
2070
2071 Wenn Sie die Stil-Option
2072 \family sans
2073  Formal
2074 \family default
2075  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2076 \begin_inset space ~
2077 \end_inset
2078
2079
2080 \begin_inset CommandInset ref
2081 LatexCommand ref
2082 reference "abs:Formale-Tabellen"
2083
2084 \end_inset
2085
2086  beschrieben, konvertiert.
2087 \begin_inset Newline newline
2088 \end_inset
2089
2090 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2091 \begin_inset space ~
2092 \end_inset
2093
2094
2095 \begin_inset CommandInset ref
2096 LatexCommand ref
2097 reference "uab:Zeilenabstand"
2098
2099 \end_inset
2100
2101  beschrieben.
2102 \end_layout
2103
2104 \begin_layout Description
2105
2106 \family sans
2107 Lange
2108 \begin_inset space ~
2109 \end_inset
2110
2111 Tabelle
2112 \family default
2113  Hier kann eine Tabelle als 
2114 \family sans
2115 Lange
2116 \begin_inset space ~
2117 \end_inset
2118
2119 Tabelle
2120 \family default
2121  definiert werden, die über mehrere Seiten reicht.
2122  Die Abschnitte
2123 \begin_inset space ~
2124 \end_inset
2125
2126
2127 \begin_inset CommandInset ref
2128 LatexCommand ref
2129 reference "abs:Lange-Tabellen"
2130
2131 \end_inset
2132
2133  und 
2134 \begin_inset CommandInset ref
2135 LatexCommand ref
2136 reference "abs:Special-Longtable-Issues"
2137
2138 \end_inset
2139
2140  beschreiben diese Funktion genauer.
2141 \end_layout
2142
2143 \begin_layout Standard
2144 Wenn das Menü 
2145 \family sans
2146 Tabellen-Einstellungen
2147 \family default
2148  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
2149  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
2150 \end_layout
2151
2152 \begin_layout Section
2153 Tabellen-Werkzeugleiste
2154 \begin_inset Index
2155 status collapsed
2156
2157 \begin_layout Plain Layout
2158 Tabellen ! Werkzeugleiste
2159 \end_layout
2160
2161 \end_inset
2162
2163
2164 \end_layout
2165
2166 \begin_layout Standard
2167 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2168 \family sans
2169 Tabellen-Einstellungen
2170 \family default
2171 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2172  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2173  LyX-Fensters.
2174 \end_layout
2175
2176 \begin_layout Standard
2177 Die Werkzeugleiste hat folgende Knöpfe:
2178 \end_layout
2179
2180 \begin_layout Labeling
2181 \labelwidthstring 00.00.0000
2182 \begin_inset Graphics
2183         filename ../../images/tabular-feature_append-row.png
2184         scale 70
2185         scaleBeforeRotation
2186         BoundingBox 0bp 6bp 22bp 22bp
2187
2188 \end_inset
2189
2190  Fügt eine Zeile unterhalb der momentanen an
2191 \end_layout
2192
2193 \begin_layout Labeling
2194 \labelwidthstring 00.00.0000
2195 \begin_inset Graphics
2196         filename ../../images/tabular-feature_append-column.png
2197         scale 70
2198         scaleBeforeRotation
2199         BoundingBox 0bp 6bp 22bp 22bp
2200
2201 \end_inset
2202
2203  Fügt eine Spalte rechts von der momentanen an
2204 \end_layout
2205
2206 \begin_layout Labeling
2207 \labelwidthstring 00.00.0000
2208 \begin_inset Graphics
2209         filename ../../images/tabular-feature_delete-row.png
2210         scale 70
2211         scaleBeforeRotation
2212         BoundingBox 0bp 6bp 22bp 22bp
2213
2214 \end_inset
2215
2216  Löscht die ausgewählte(n) Zeile(n)
2217 \end_layout
2218
2219 \begin_layout Labeling
2220 \labelwidthstring 00.00.0000
2221 \begin_inset Graphics
2222         filename ../../images/tabular-feature_delete-column.png
2223         scale 70
2224         scaleBeforeRotation
2225         BoundingBox 0bp 6bp 22bp 22bp
2226
2227 \end_inset
2228
2229  Löscht die ausgewählte(n) Spalte(n)
2230 \end_layout
2231
2232 \begin_layout Labeling
2233 \labelwidthstring 00.00.0000
2234 \begin_inset Graphics
2235         filename ../../images/tabular-feature_toggle-line-top.png
2236         scale 70
2237         scaleBeforeRotation
2238         BoundingBox 0bp 6bp 22bp 22bp
2239
2240 \end_inset
2241
2242  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2243  wenn der Knopf grau hinterlegt ist
2244 \end_layout
2245
2246 \begin_layout Labeling
2247 \labelwidthstring 00.00.0000
2248 \begin_inset Graphics
2249         filename ../../images/tabular-feature_toggle-line-bottom.png
2250         scale 70
2251         scaleBeforeRotation
2252         BoundingBox 0bp 6bp 22bp 22bp
2253
2254 \end_inset
2255
2256  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2257  wenn der Knopf grau hinterlegt ist
2258 \end_layout
2259
2260 \begin_layout Labeling
2261 \labelwidthstring 00.00.0000
2262 \begin_inset Graphics
2263         filename ../../images/tabular-feature_toggle-line-left.png
2264         scale 70
2265         scaleBeforeRotation
2266         BoundingBox 0bp 6bp 22bp 22bp
2267
2268 \end_inset
2269
2270  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2271  wenn der Knopf grau hinterlegt ist
2272 \end_layout
2273
2274 \begin_layout Labeling
2275 \labelwidthstring 00.00.0000
2276 \begin_inset Graphics
2277         filename ../../images/tabular-feature_toggle-line-right.png
2278         scale 70
2279         scaleBeforeRotation
2280         BoundingBox 0bp 6bp 22bp 22bp
2281
2282 \end_inset
2283
2284  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2285  wenn der Knopf grau hinterlegt ist
2286 \end_layout
2287
2288 \begin_layout Labeling
2289 \labelwidthstring 00.00.0000
2290 \begin_inset Graphics
2291         filename ../../images/tabular-feature_set-all-lines.png
2292         scale 70
2293         scaleBeforeRotation
2294         BoundingBox 0bp 6bp 22bp 22bp
2295
2296 \end_inset
2297
2298  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2299 \end_layout
2300
2301 \begin_layout Labeling
2302 \labelwidthstring 00.00.0000
2303 \begin_inset Graphics
2304         filename ../../images/tabular-feature_unset-all-lines.png
2305         scale 70
2306         scaleBeforeRotation
2307         BoundingBox 0bp 6bp 22bp 22bp
2308
2309 \end_inset
2310
2311  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2312 \end_layout
2313
2314 \begin_layout Labeling
2315 \labelwidthstring 00.00.0000
2316 \begin_inset Graphics
2317         filename ../../images/tabular-feature_align-left.png
2318         scale 70
2319         scaleBeforeRotation
2320         BoundingBox 0bp 6bp 22bp 22bp
2321
2322 \end_inset
2323
2324  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2325 \end_layout
2326
2327 \begin_layout Labeling
2328 \labelwidthstring 00.00.0000
2329 \begin_inset Graphics
2330         filename ../../images/tabular-feature_align-center.png
2331         scale 70
2332         scaleBeforeRotation
2333         BoundingBox 0bp 6bp 22bp 22bp
2334
2335 \end_inset
2336
2337  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2338 \end_layout
2339
2340 \begin_layout Labeling
2341 \labelwidthstring 00.00.0000
2342 \begin_inset Graphics
2343         filename ../../images/tabular-feature_align-right.png
2344         scale 70
2345         scaleBeforeRotation
2346         BoundingBox 0bp 6bp 22bp 22bp
2347
2348 \end_inset
2349
2350  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2351 \end_layout
2352
2353 \begin_layout Labeling
2354 \labelwidthstring 00.00.0000
2355 \begin_inset Graphics
2356         filename ../../images/tabular-feature_valign-top.png
2357         scale 70
2358         scaleBeforeRotation
2359         BoundingBox 0bp 6bp 22bp 22bp
2360
2361 \end_inset
2362
2363  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2364 \end_layout
2365
2366 \begin_layout Labeling
2367 \labelwidthstring 00.00.0000
2368 \begin_inset Graphics
2369         filename ../../images/tabular-feature_valign-middle.png
2370         scale 70
2371         scaleBeforeRotation
2372         BoundingBox 0bp 6bp 22bp 22bp
2373
2374 \end_inset
2375
2376  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2377 \end_layout
2378
2379 \begin_layout Labeling
2380 \labelwidthstring 00.00.0000
2381 \begin_inset Graphics
2382         filename ../../images/tabular-feature_valign-bottom.png
2383         scale 70
2384         scaleBeforeRotation
2385         BoundingBox 0bp 6bp 22bp 22bp
2386
2387 \end_inset
2388
2389  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2390 \end_layout
2391
2392 \begin_layout Labeling
2393 \labelwidthstring 00.00.0000
2394 \begin_inset Graphics
2395         filename ../../images/tabular-feature_set-rotate-cell.png
2396         scale 70
2397         scaleBeforeRotation
2398         BoundingBox 0bp 6bp 22bp 22bp
2399
2400 \end_inset
2401
2402  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2403 \end_layout
2404
2405 \begin_layout Labeling
2406 \labelwidthstring 00.00.0000
2407 \begin_inset Graphics
2408         filename ../../images/tabular-feature_set-rotate-tabular.png
2409         scale 70
2410         scaleBeforeRotation
2411         BoundingBox 0bp 6bp 22bp 22bp
2412
2413 \end_inset
2414
2415  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2416 \end_layout
2417
2418 \begin_layout Labeling
2419 \labelwidthstring 00.00.0000
2420 \begin_inset Graphics
2421         filename ../../images/tabular-feature_multicolumn.png
2422         scale 70
2423         scaleBeforeRotation
2424         BoundingBox 0bp 6bp 22bp 22bp
2425
2426 \end_inset
2427
2428  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2429 \end_layout
2430
2431 \begin_layout Standard
2432 \begin_inset Note Greyedout
2433 status open
2434
2435 \begin_layout Plain Layout
2436
2437 \series bold
2438 Bemerkung:
2439 \series default
2440  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2441  Reihe für alle Zelle der Reihe verwendet.
2442 \end_layout
2443
2444 \end_inset
2445
2446
2447 \end_layout
2448
2449 \begin_layout Section
2450 Bearbeiten-Menü
2451 \begin_inset Index
2452 status collapsed
2453
2454 \begin_layout Plain Layout
2455 Tabellen ! Bearbeiten-Menü
2456 \end_layout
2457
2458 \end_inset
2459
2460
2461 \end_layout
2462
2463 \begin_layout Standard
2464 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2465  Wenn der Cursor in einer Tabelle steht, sind im 
2466 \family sans
2467 Bearbeiten
2468 \family default
2469 -Menü folgende Punkte aktiviert: 
2470 \family sans
2471 Tabelle
2472 \family default
2473
2474 \family sans
2475 Zeilen
2476 \begin_inset space ~
2477 \end_inset
2478
2479 &
2480 \begin_inset space ~
2481 \end_inset
2482
2483 Spalten
2484 \family default
2485  und 
2486 \family sans
2487 Tabellen-Einstellungen
2488 \family default
2489 .
2490  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2491 ngsmöglichkeiten zu erreichen.
2492 \end_layout
2493
2494 \begin_layout Section
2495 Gleitende Tabellen
2496 \begin_inset CommandInset label
2497 LatexCommand label
2498 name "abs:Gleitende-Tabellen"
2499
2500 \end_inset
2501
2502
2503 \begin_inset Index
2504 status collapsed
2505
2506 \begin_layout Plain Layout
2507 Gleitobjekte ! Tabellen
2508 \end_layout
2509
2510 \end_inset
2511
2512
2513 \begin_inset Index
2514 status collapsed
2515
2516 \begin_layout Plain Layout
2517 Tabellen ! gleitende
2518 \end_layout
2519
2520 \end_inset
2521
2522
2523 \end_layout
2524
2525 \begin_layout Standard
2526 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2527 \begin_inset space ~
2528 \end_inset
2529
2530
2531 \begin_inset CommandInset ref
2532 LatexCommand ref
2533 reference "abs:Gleitobjekte-Einleitung"
2534
2535 \end_inset
2536
2537 .
2538 \end_layout
2539
2540 \begin_layout Standard
2541 \begin_inset Float table
2542 placement h
2543 wide false
2544 sideways false
2545 status open
2546
2547 \begin_layout Plain Layout
2548 \begin_inset Caption
2549
2550 \begin_layout Plain Layout
2551 \begin_inset CommandInset label
2552 LatexCommand label
2553 name "tab:a table float"
2554
2555 \end_inset
2556
2557 Eine gleitende Tabelle
2558 \end_layout
2559
2560 \end_inset
2561
2562
2563 \end_layout
2564
2565 \begin_layout Plain Layout
2566 \align center
2567 \begin_inset Tabular
2568 <lyxtabular version="3" rows="3" columns="3">
2569 <features>
2570 <column alignment="center" valignment="top" width="0pt">
2571 <column alignment="center" valignment="top" width="0pt">
2572 <column alignment="center" valignment="top" width="0pt">
2573 <row>
2574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2575 \begin_inset Text
2576
2577 \begin_layout Plain Layout
2578
2579 \family roman
2580 \series medium
2581 \shape up
2582 \size normal
2583 \emph off
2584 \bar no
2585 \noun off
2586 \color none
2587 1
2588 \end_layout
2589
2590 \end_inset
2591 </cell>
2592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2593 \begin_inset Text
2594
2595 \begin_layout Plain Layout
2596
2597 \family roman
2598 \series medium
2599 \shape up
2600 \size normal
2601 \emph off
2602 \bar no
2603 \noun off
2604 \color none
2605 2
2606 \end_layout
2607
2608 \end_inset
2609 </cell>
2610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2611 \begin_inset Text
2612
2613 \begin_layout Plain Layout
2614
2615 \family roman
2616 \series medium
2617 \shape up
2618 \size normal
2619 \emph off
2620 \bar no
2621 \noun off
2622 \color none
2623 3
2624 \end_layout
2625
2626 \end_inset
2627 </cell>
2628 </row>
2629 <row>
2630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2631 \begin_inset Text
2632
2633 \begin_layout Plain Layout
2634
2635 \family roman
2636 \series medium
2637 \shape up
2638 \size normal
2639 \emph off
2640 \bar no
2641 \noun off
2642 \color none
2643 Martin
2644 \end_layout
2645
2646 \end_inset
2647 </cell>
2648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2649 \begin_inset Text
2650
2651 \begin_layout Plain Layout
2652
2653 \family roman
2654 \series medium
2655 \shape up
2656 \size normal
2657 \emph off
2658 \bar no
2659 \noun off
2660 \color none
2661 Lena
2662 \end_layout
2663
2664 \end_inset
2665 </cell>
2666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2667 \begin_inset Text
2668
2669 \begin_layout Plain Layout
2670
2671 \family roman
2672 \series medium
2673 \shape up
2674 \size normal
2675 \emph off
2676 \bar no
2677 \noun off
2678 \color none
2679 Alina
2680 \end_layout
2681
2682 \end_inset
2683 </cell>
2684 </row>
2685 <row>
2686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2687 \begin_inset Text
2688
2689 \begin_layout Plain Layout
2690
2691 \family roman
2692 \series medium
2693 \shape up
2694 \size normal
2695 \emph off
2696 \bar no
2697 \noun off
2698 \color none
2699 \begin_inset Formula $\int x^{2}dx$
2700 \end_inset
2701
2702
2703 \end_layout
2704
2705 \end_inset
2706 </cell>
2707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2708 \begin_inset Text
2709
2710 \begin_layout Plain Layout
2711
2712 \family roman
2713 \series medium
2714 \shape up
2715 \size normal
2716 \emph off
2717 \bar no
2718 \noun off
2719 \color none
2720 \begin_inset Formula $\left[\begin{array}{cc}
2721 a & b\\
2722 c & d\end{array}\right]$
2723 \end_inset
2724
2725
2726 \end_layout
2727
2728 \end_inset
2729 </cell>
2730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2731 \begin_inset Text
2732
2733 \begin_layout Plain Layout
2734
2735 \family roman
2736 \series medium
2737 \shape up
2738 \size normal
2739 \emph off
2740 \bar no
2741 \noun off
2742 \color none
2743 \begin_inset Formula $1+1=2$
2744 \end_inset
2745
2746
2747 \end_layout
2748
2749 \end_inset
2750 </cell>
2751 </row>
2752 </lyxtabular>
2753
2754 \end_inset
2755
2756
2757 \end_layout
2758
2759 \end_inset
2760
2761
2762 \end_layout
2763
2764 \begin_layout Standard
2765 Gleitende Tabellen können über 
2766 \family sans
2767 Einfügen\SpecialChar \menuseparator
2768 Gleitobjekt\SpecialChar \menuseparator
2769 Tabelle
2770 \family default
2771  oder einen Klick auf den Werkzeugleistenknopf 
2772 \begin_inset Graphics
2773         filename ../../images/float-insert_table.png
2774         scale 70
2775         scaleBeforeRotation
2776         BoundingBox 0bp 6bp 22bp 22bp
2777
2778 \end_inset
2779
2780  erzeugt werden.
2781  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2782  In das rot umrahmte Feld rechts von 
2783 \emph on
2784 Tabelle
2785 \begin_inset space ~
2786 \end_inset
2787
2788 Nr:
2789 \emph default
2790  schreiben Sie die Tabellenbeschriftung.
2791  Nach einem Klick oberhalb oder unterhalb von 
2792 \emph on
2793 Tabelle
2794 \begin_inset space ~
2795 \end_inset
2796
2797 Nr:
2798 \emph default
2799  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2800 \begin_inset Graphics
2801         filename ../../images/tabular-insert.png
2802         scale 70
2803         scaleBeforeRotation
2804         BoundingBox 0bp 6bp 22bp 22bp
2805
2806 \end_inset
2807
2808  oder dem Menü 
2809 \family sans
2810 Einfügen\SpecialChar \menuseparator
2811 Tabelle
2812 \family default
2813  einfügen.
2814 \end_layout
2815
2816 \begin_layout Standard
2817 Tabelle
2818 \begin_inset space ~
2819 \end_inset
2820
2821
2822 \begin_inset CommandInset ref
2823 LatexCommand ref
2824 reference "tab:a table float"
2825
2826 \end_inset
2827
2828  ist ein Beispiel für eine gleitende Tabelle.
2829 \end_layout
2830
2831 \begin_layout Standard
2832 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2833 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2834  Das bedeutet, dass bei den Klassen 
2835 \family sans
2836 article
2837 \family default
2838
2839 \family sans
2840 book
2841 \family default
2842
2843 \family sans
2844 letter
2845 \family default
2846 , und 
2847 \family sans
2848 report
2849 \family default
2850  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2851  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2852 \series bold
2853 caption
2854 \series default
2855
2856 \begin_inset Index
2857 status collapsed
2858
2859 \begin_layout Plain Layout
2860 LaTeX-Pakete ! caption
2861 \end_layout
2862
2863 \end_inset
2864
2865  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2866 \begin_inset Foot
2867 status open
2868
2869 \begin_layout Plain Layout
2870 Näheres finden Sie im Abschnitt
2871 \begin_inset space ~
2872 \end_inset
2873
2874
2875 \begin_inset CommandInset ref
2876 LatexCommand ref
2877 reference "abs:Titel-Platzierung"
2878
2879 \end_inset
2880
2881 .
2882 \end_layout
2883
2884 \end_inset
2885
2886
2887 \end_layout
2888
2889 \begin_layout Standard
2890
2891 \series bold
2892 tableposition=top
2893 \end_layout
2894
2895 \begin_layout Standard
2896 Das Paket 
2897 \series bold
2898 caption
2899 \series default
2900 , das in Abschnitt
2901 \begin_inset space ~
2902 \end_inset
2903
2904
2905 \begin_inset CommandInset ref
2906 LatexCommand ref
2907 reference "abs:Titel-Formatierung"
2908
2909 \end_inset
2910
2911  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2912 \end_layout
2913
2914 \begin_layout Standard
2915 \begin_inset Index
2916 status collapsed
2917
2918 \begin_layout Plain Layout
2919 Querverweise ! auf Tabellen
2920 \end_layout
2921
2922 \end_inset
2923
2924 Auf Tabellen kann über ihre Marke verwiesen werden.
2925  Dafür fügen Sie in der Beschriftung mit 
2926 \family sans
2927 Einfügen\SpecialChar \menuseparator
2928 Marke
2929 \family default
2930  oder durch Klicken auf 
2931 \begin_inset Graphics
2932         filename ../../images/label-insert.png
2933         scale 70
2934         scaleBeforeRotation
2935         BoundingBox 0bp 6bp 20bp 20bp
2936
2937 \end_inset
2938
2939  eine Marke ein.
2940  Auf diese können Sie dann wie gewohnt mit 
2941 \family sans
2942 Einfügen\SpecialChar \menuseparator
2943 Querverweis
2944 \family default
2945  oder durch Klicken auf 
2946 \begin_inset Graphics
2947         filename ../../images/dialog-show-new-inset_ref.png
2948         scale 70
2949         scaleBeforeRotation
2950         BoundingBox 0bp 6bp 22bp 22bp
2951
2952 \end_inset
2953
2954  verweisen.
2955  Verweise werden detailliert in Abschnitt
2956 \begin_inset space ~
2957 \end_inset
2958
2959
2960 \begin_inset CommandInset ref
2961 LatexCommand ref
2962 reference "abs:Auf-Gleitobjekte-verweisen"
2963
2964 \end_inset
2965
2966  beschrieben.
2967 \end_layout
2968
2969 \begin_layout Section
2970 Lange Tabellen
2971 \begin_inset CommandInset label
2972 LatexCommand label
2973 name "abs:Lange-Tabellen"
2974
2975 \end_inset
2976
2977
2978 \begin_inset Index
2979 status collapsed
2980
2981 \begin_layout Plain Layout
2982 Tabellen ! lange
2983 \end_layout
2984
2985 \end_inset
2986
2987
2988 \end_layout
2989
2990 \begin_layout Standard
2991 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
2992  Dialogfenster 
2993 \family sans
2994 Tabellen-Einstellungen
2995 \family default
2996  auf der Karteikarte  
2997 \family sans
2998 Lange
2999 \begin_inset space ~
3000 \end_inset
3001
3002 Tabelle
3003 \family default
3004  die Option 
3005 \family sans
3006 Lange
3007 \begin_inset space ~
3008 \end_inset
3009
3010 Tabelle
3011 \begin_inset space ~
3012 \end_inset
3013
3014 verwenden
3015 \family default
3016  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3017  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3018 \end_layout
3019
3020 \begin_layout Description
3021
3022 \family sans
3023 Kopfzei
3024 \family default
3025 le: Die aktuelle Zeile sowie alle darüberliegenden, die keine Sonderoptionen
3026  aktiviert haben, werden als Überschrifts-Zeilen aller Seiten festgelegt;
3027  mit Ausnahme der ersten, wenn 
3028 \family sans
3029 Erste
3030 \begin_inset space ~
3031 \end_inset
3032
3033 Kopfzeile
3034 \family default
3035  aktiviert ist.
3036 \end_layout
3037
3038 \begin_layout Description
3039
3040 \family sans
3041 Erste
3042 \lang english
3043
3044 \begin_inset space ~
3045 \end_inset
3046
3047
3048 \lang ngerman
3049 Kopfz
3050 \family default
3051 eile: Die aktuelle Zeile sowie alle darüberliegenden, die keine Sonderoptionen
3052  aktiviert haben, werden als Überschrifts-Zeilen der ersten Seite einer
3053  mehrseitigen Tabelle definiert.
3054 \end_layout
3055
3056 \begin_layout Description
3057
3058 \family sans
3059 Fußz
3060 \family default
3061 eile: Die aktuelle Zeile sowie alle darüberliegenden, die keine Sonderoptionen
3062  aktiviert haben, werden als Fußzeilen aller Seiten festgelegt; mit Ausnahme
3063  der letzten, wenn 
3064 \family sans
3065 Letzte
3066 \begin_inset space ~
3067 \end_inset
3068
3069 Fußzeile
3070 \family default
3071  aktiviert ist.
3072 \end_layout
3073
3074 \begin_layout Description
3075
3076 \family sans
3077 Letzte
3078 \begin_inset space ~
3079 \end_inset
3080
3081 Fußz
3082 \family default
3083 eile: Die aktuelle Zeile sowie alle darüberliegenden, die keine Sonderoptionen
3084  aktiviert haben, werden als die Fußzeilen der letzten Seite einer mehrseitigen
3085  Tabelle definiert.
3086 \end_layout
3087
3088 \begin_layout Description
3089 Legende: Die erste Zeile wird als einzelne Spalte zurückgesetzt.
3090  Sie dort können nun die Tabellenbeschriftung (Legende) über das Menü 
3091 \family sans
3092 Einfügen\SpecialChar \menuseparator
3093 Marke
3094 \family default
3095  einfügen.
3096  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3097 \begin_inset space ~
3098 \end_inset
3099
3100
3101 \begin_inset CommandInset ref
3102 LatexCommand ref
3103 reference "uab:Beschriftungen-langer-Tabellen"
3104
3105 \end_inset
3106
3107  erklärt.
3108 \end_layout
3109
3110 \begin_layout Standard
3111 Hier ist ein Beispiel einer langen Tabelle:
3112 \end_layout
3113
3114 \begin_layout Standard
3115 \align center
3116 \begin_inset Tabular
3117 <lyxtabular version="3" rows="69" columns="3">
3118 <features islongtable="true">
3119 <column alignment="left" valignment="top" width="0cm">
3120 <column alignment="left" valignment="top" width="0pt">
3121 <column alignment="right" valignment="top" width="0pt">
3122 <row endfirsthead="true">
3123 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3124 \begin_inset Text
3125
3126 \begin_layout Plain Layout
3127
3128 \series bold
3129 Telefonliste (ignoriere die Namen)
3130 \end_layout
3131
3132 \end_inset
3133 </cell>
3134 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3135 \begin_inset Text
3136
3137 \begin_layout Plain Layout
3138
3139 \end_layout
3140
3141 \end_inset
3142 </cell>
3143 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3144 \begin_inset Text
3145
3146 \begin_layout Plain Layout
3147
3148 \end_layout
3149
3150 \end_inset
3151 </cell>
3152 </row>
3153 <row endfirsthead="true">
3154 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3155 \begin_inset Text
3156
3157 \begin_layout Plain Layout
3158
3159 \series bold
3160 NAME
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3166 \begin_inset Text
3167
3168 \begin_layout Plain Layout
3169
3170 \end_layout
3171
3172 \end_inset
3173 </cell>
3174 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3175 \begin_inset Text
3176
3177 \begin_layout Plain Layout
3178
3179 \series bold
3180 TEL.
3181 \end_layout
3182
3183 \end_inset
3184 </cell>
3185 </row>
3186 <row endhead="true">
3187 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Plain Layout
3191
3192 \series bold
3193 Telefonliste
3194 \end_layout
3195
3196 \end_inset
3197 </cell>
3198 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202
3203 \end_layout
3204
3205 \end_inset
3206 </cell>
3207 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3208 \begin_inset Text
3209
3210 \begin_layout Plain Layout
3211
3212 \end_layout
3213
3214 \end_inset
3215 </cell>
3216 </row>
3217 <row endhead="true">
3218 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222
3223 \series bold
3224 NAME
3225 \end_layout
3226
3227 \end_inset
3228 </cell>
3229 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233
3234 \end_layout
3235
3236 \end_inset
3237 </cell>
3238 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3239 \begin_inset Text
3240
3241 \begin_layout Plain Layout
3242
3243 \series bold
3244 TEL.
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 </row>
3250 <row endfoot="true">
3251 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3252 \begin_inset Text
3253
3254 \begin_layout Plain Layout
3255
3256 \series bold
3257 wird fortgesetzt
3258 \series default
3259  \SpecialChar \ldots{}
3260
3261 \end_layout
3262
3263 \end_inset
3264 </cell>
3265 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Plain Layout
3269
3270 \end_layout
3271
3272 \end_inset
3273 </cell>
3274 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3275 \begin_inset Text
3276
3277 \begin_layout Plain Layout
3278
3279 \end_layout
3280
3281 \end_inset
3282 </cell>
3283 </row>
3284 <row>
3285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3286 \begin_inset Text
3287
3288 \begin_layout Plain Layout
3289
3290 \series bold
3291 Annovi
3292 \end_layout
3293
3294 \end_inset
3295 </cell>
3296 <cell alignment="center" valignment="top" usebox="none">
3297 \begin_inset Text
3298
3299 \begin_layout Plain Layout
3300 Silvia
3301 \end_layout
3302
3303 \end_inset
3304 </cell>
3305 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3306 \begin_inset Text
3307
3308 \begin_layout Plain Layout
3309 111
3310 \end_layout
3311
3312 \end_inset
3313 </cell>
3314 </row>
3315 <row>
3316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3317 \begin_inset Text
3318
3319 \begin_layout Plain Layout
3320
3321 \series bold
3322 Bertoli
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 <cell alignment="center" valignment="top" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Plain Layout
3331 Stefano
3332 \end_layout
3333
3334 \end_inset
3335 </cell>
3336 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Plain Layout
3340 111
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 </row>
3346 <row>
3347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3348 \begin_inset Text
3349
3350 \begin_layout Plain Layout
3351
3352 \series bold
3353 Bozzi
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 <cell alignment="center" valignment="top" usebox="none">
3359 \begin_inset Text
3360
3361 \begin_layout Plain Layout
3362 Walter
3363 \end_layout
3364
3365 \end_inset
3366 </cell>
3367 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Plain Layout
3371 111
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 </row>
3377 <row>
3378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Plain Layout
3382
3383 \series bold
3384 Cachia
3385 \end_layout
3386
3387 \end_inset
3388 </cell>
3389 <cell alignment="center" valignment="top" usebox="none">
3390 \begin_inset Text
3391
3392 \begin_layout Plain Layout
3393 Maria
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Plain Layout
3402 111
3403 \end_layout
3404
3405 \end_inset
3406 </cell>
3407 </row>
3408 <row>
3409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3410 \begin_inset Text
3411
3412 \begin_layout Plain Layout
3413
3414 \series bold
3415 Cachia
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 <cell alignment="center" valignment="top" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Plain Layout
3424 Maurizio
3425 \end_layout
3426
3427 \end_inset
3428 </cell>
3429 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Plain Layout
3433 111
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 </row>
3439 <row>
3440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Plain Layout
3444
3445 \series bold
3446 Cinquemani
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 <cell alignment="center" valignment="top" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455 Giusi
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3461 \begin_inset Text
3462
3463 \begin_layout Plain Layout
3464 111
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 </row>
3470 <row>
3471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475
3476 \series bold
3477 Colin
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 <cell alignment="center" valignment="top" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Plain Layout
3486 Bernard
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Plain Layout
3495 111
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 </row>
3501 <row>
3502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Plain Layout
3506
3507 \series bold
3508 Concli
3509 \end_layout
3510
3511 \end_inset
3512 </cell>
3513 <cell alignment="center" valignment="top" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Plain Layout
3517 Gianfranco
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526 111
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 </row>
3532 <row>
3533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537
3538 \series bold
3539 Dal Bosco
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 <cell alignment="center" valignment="top" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548 Carolina
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557 111
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 </row>
3563 <row>
3564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568
3569 \series bold
3570 Dalpiaz
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 <cell alignment="center" valignment="top" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579 Annamaria
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588 111
3589 \end_layout
3590
3591 \end_inset
3592 </cell>
3593 </row>
3594 <row>
3595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599
3600 \series bold
3601 Feliciello
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 <cell alignment="center" valignment="top" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610 Domenico
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619 111
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 </row>
3625 <row>
3626 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Plain Layout
3630
3631 \series bold
3632 Focarelli
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 <cell alignment="center" valignment="top" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641 Paola
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650 111
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 </row>
3656 <row>
3657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Plain Layout
3661
3662 \series bold
3663 Galletti
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 <cell alignment="center" valignment="top" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672 Oreste
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681 111
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 </row>
3687 <row>
3688 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Plain Layout
3692
3693 \series bold
3694 Gasparini
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 <cell alignment="center" valignment="top" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703 Franca
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712 111
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 </row>
3718 <row>
3719 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723
3724 \series bold
3725 Rizzardi
3726 \end_layout
3727
3728 \end_inset
3729 </cell>
3730 <cell alignment="center" valignment="top" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734 Paola
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743 111
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 </row>
3749 <row>
3750 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754
3755 \series bold
3756 Lassini
3757 \end_layout
3758
3759 \end_inset
3760 </cell>
3761 <cell alignment="center" valignment="top" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765 Giancarlo
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774 111
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 </row>
3780 <row>
3781 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785
3786 \series bold
3787 Malfatti
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 <cell alignment="center" valignment="top" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796 Luciano
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805 111
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 </row>
3811 <row>
3812 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816
3817 \series bold
3818 Malfatti
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 <cell alignment="center" valignment="top" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827 Valeriano
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836 111
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 </row>
3842 <row>
3843 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847
3848 \series bold
3849 Meneguzzo
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 <cell alignment="center" valignment="top" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858 Roberto
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867 111
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 </row>
3873 <row>
3874 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878
3879 \series bold
3880 Mezzadra
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 <cell alignment="center" valignment="top" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889 Roberto
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Plain Layout
3898 111
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 </row>
3904 <row>
3905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909
3910 \series bold
3911 Pirpamer
3912 \end_layout
3913
3914 \end_inset
3915 </cell>
3916 <cell alignment="center" valignment="top" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Plain Layout
3920 Erich
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929 111
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 </row>
3935 <row>
3936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940
3941 \series bold
3942 Pochiesa
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 <cell alignment="center" valignment="top" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951 Paolo
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960 111, 222
3961 \end_layout
3962
3963 \end_inset
3964 </cell>
3965 </row>
3966 <row>
3967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971
3972 \series bold
3973 Radina
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 <cell alignment="center" valignment="top" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982 Claudio
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991 111
3992 \end_layout
3993
3994 \end_inset
3995 </cell>
3996 </row>
3997 <row>
3998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002
4003 \series bold
4004 Stuffer
4005 \end_layout
4006
4007 \end_inset
4008 </cell>
4009 <cell alignment="center" valignment="top" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013 Oskar
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022 111
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 </row>
4028 <row>
4029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033
4034 \series bold
4035 Tacchelli
4036 \end_layout
4037
4038 \end_inset
4039 </cell>
4040 <cell alignment="center" valignment="top" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Plain Layout
4044 Ugo
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053 111
4054 \end_layout
4055
4056 \end_inset
4057 </cell>
4058 </row>
4059 <row>
4060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064
4065 \series bold
4066 Tezzele
4067 \end_layout
4068
4069 \end_inset
4070 </cell>
4071 <cell alignment="center" valignment="top" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075 Margit
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084 111
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 </row>
4090 <row>
4091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095
4096 \series bold
4097 Unterkalmsteiner
4098 \end_layout
4099
4100 \end_inset
4101 </cell>
4102 <cell alignment="center" valignment="top" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106 Frieda
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115 111
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 </row>
4121 <row>
4122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126
4127 \series bold
4128 Vieider
4129 \end_layout
4130
4131 \end_inset
4132 </cell>
4133 <cell alignment="center" valignment="top" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Plain Layout
4137 Hilde
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146 111
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 </row>
4152 <row>
4153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157
4158 \series bold
4159 Vigna
4160 \end_layout
4161
4162 \end_inset
4163 </cell>
4164 <cell alignment="center" valignment="top" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Plain Layout
4168 Jürgen
4169 \end_layout
4170
4171 \end_inset
4172 </cell>
4173 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Plain Layout
4177 111
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 </row>
4183 <row>
4184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188
4189 \series bold
4190 Weber
4191 \end_layout
4192
4193 \end_inset
4194 </cell>
4195 <cell alignment="center" valignment="top" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Plain Layout
4199 Maurizio
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208 111
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 </row>
4214 <row>
4215 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Plain Layout
4219
4220 \series bold
4221 Winkler
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230 Franz
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239 111
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 </row>
4245 <row>
4246 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250  
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 </row>
4274 <row>
4275 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279
4280 \series bold
4281 Annovi
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 <cell alignment="center" valignment="top" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290 Silvia
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299 555
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 </row>
4305 <row>
4306 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310
4311 \series bold
4312 Bertoli
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 <cell alignment="center" valignment="top" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321 Stefano
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330 555
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 </row>
4336 <row>
4337 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341
4342 \series bold
4343 Bozzi
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 <cell alignment="center" valignment="top" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352 Walter
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361 555
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 </row>
4367 <row>
4368 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372
4373 \series bold
4374 Cachia
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 <cell alignment="center" valignment="top" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383 Maria
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392 555
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 </row>
4398 <row>
4399 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403
4404 \series bold
4405 Cachia
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 <cell alignment="center" valignment="top" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414 Maurizio
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Plain Layout
4423 555
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 </row>
4429 <row>
4430 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434
4435 \series bold
4436 Cinquemani
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 <cell alignment="center" valignment="top" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Plain Layout
4445 Giusi
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Plain Layout
4454 555
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 </row>
4460 <row>
4461 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Plain Layout
4465
4466 \series bold
4467 Colin
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 <cell alignment="center" valignment="top" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476 Bernard
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4482 \begin_inset Text
4483
4484 \begin_layout Plain Layout
4485 555
4486 \end_layout
4487
4488 \end_inset
4489 </cell>
4490 </row>
4491 <row>
4492 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Plain Layout
4496
4497 \series bold
4498 Concli
4499 \end_layout
4500
4501 \end_inset
4502 </cell>
4503 <cell alignment="center" valignment="top" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507 Gianfranco
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4513 \begin_inset Text
4514
4515 \begin_layout Plain Layout
4516 555
4517 \end_layout
4518
4519 \end_inset
4520 </cell>
4521 </row>
4522 <row>
4523 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Plain Layout
4527
4528 \series bold
4529 Dal Bosco
4530 \end_layout
4531
4532 \end_inset
4533 </cell>
4534 <cell alignment="center" valignment="top" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538 Carolina
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4544 \begin_inset Text
4545
4546 \begin_layout Plain Layout
4547 555
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 </row>
4553 <row>
4554 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Plain Layout
4558
4559 \series bold
4560 Dalpiaz
4561 \end_layout
4562
4563 \end_inset
4564 </cell>
4565 <cell alignment="center" valignment="top" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569 Annamaria
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4575 \begin_inset Text
4576
4577 \begin_layout Plain Layout
4578 555
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 </row>
4584 <row>
4585 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589
4590 \series bold
4591 Feliciello
4592 \end_layout
4593
4594 \end_inset
4595 </cell>
4596 <cell alignment="center" valignment="top" usebox="none">
4597 \begin_inset Text
4598
4599 \begin_layout Plain Layout
4600 Domenico
4601 \end_layout
4602
4603 \end_inset
4604 </cell>
4605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609 555
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 </row>
4615 <row>
4616 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620
4621 \series bold
4622 Focarelli
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 <cell alignment="center" valignment="top" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631 Paola
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640 555
4641 \end_layout
4642
4643 \end_inset
4644 </cell>
4645 </row>
4646 <row>
4647 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Plain Layout
4651
4652 \series bold
4653 Galletti
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 <cell alignment="center" valignment="top" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662 Oreste
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671 555
4672 \end_layout
4673
4674 \end_inset
4675 </cell>
4676 </row>
4677 <row>
4678 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682
4683 \series bold
4684 Gasparini
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 <cell alignment="center" valignment="top" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693 Franca
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702 555
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 </row>
4708 <row>
4709 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713
4714 \series bold
4715 Rizzardi
4716 \end_layout
4717
4718 \end_inset
4719 </cell>
4720 <cell alignment="center" valignment="top" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724 Paola
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Plain Layout
4733 555
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 </row>
4739 <row>
4740 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744
4745 \series bold
4746 Lassini
4747 \end_layout
4748
4749 \end_inset
4750 </cell>
4751 <cell alignment="center" valignment="top" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755 Giancarlo
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764 555
4765 \end_layout
4766
4767 \end_inset
4768 </cell>
4769 </row>
4770 <row>
4771 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775
4776 \series bold
4777 Malfatti
4778 \end_layout
4779
4780 \end_inset
4781 </cell>
4782 <cell alignment="center" valignment="top" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Plain Layout
4786 Luciano
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795 555
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 </row>
4801 <row>
4802 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806
4807 \series bold
4808 Malfatti
4809 \end_layout
4810
4811 \end_inset
4812 </cell>
4813 <cell alignment="center" valignment="top" usebox="none">
4814 \begin_inset Text
4815
4816 \begin_layout Plain Layout
4817 Valeriano
4818 \end_layout
4819
4820 \end_inset
4821 </cell>
4822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4823 \begin_inset Text
4824
4825 \begin_layout Plain Layout
4826 555
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 </row>
4832 <row>
4833 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837
4838 \series bold
4839 Meneguzzo
4840 \end_layout
4841
4842 \end_inset
4843 </cell>
4844 <cell alignment="center" valignment="top" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848 Roberto
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857 555
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 </row>
4863 <row>
4864 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868
4869 \series bold
4870 Mezzadra
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 <cell alignment="center" valignment="top" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879 Roberto
4880 \end_layout
4881
4882 \end_inset
4883 </cell>
4884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888 555
4889 \end_layout
4890
4891 \end_inset
4892 </cell>
4893 </row>
4894 <row>
4895 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899
4900 \series bold
4901 Pirpamer
4902 \end_layout
4903
4904 \end_inset
4905 </cell>
4906 <cell alignment="center" valignment="top" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Plain Layout
4910 Erich
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Plain Layout
4919 555
4920 \end_layout
4921
4922 \end_inset
4923 </cell>
4924 </row>
4925 <row>
4926 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Plain Layout
4930
4931 \series bold
4932 Pochiesa
4933 \end_layout
4934
4935 \end_inset
4936 </cell>
4937 <cell alignment="center" valignment="top" usebox="none">
4938 \begin_inset Text
4939
4940 \begin_layout Plain Layout
4941 Paolo
4942 \end_layout
4943
4944 \end_inset
4945 </cell>
4946 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Plain Layout
4950 555, 222
4951 \end_layout
4952
4953 \end_inset
4954 </cell>
4955 </row>
4956 <row>
4957 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4958 \begin_inset Text
4959
4960 \begin_layout Plain Layout
4961
4962 \series bold
4963 Radina
4964 \end_layout
4965
4966 \end_inset
4967 </cell>
4968 <cell alignment="center" valignment="top" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Plain Layout
4972 Claudio
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Plain Layout
4981 555
4982 \end_layout
4983
4984 \end_inset
4985 </cell>
4986 </row>
4987 <row>
4988 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4989 \begin_inset Text
4990
4991 \begin_layout Plain Layout
4992
4993 \series bold
4994 Stuffer
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 <cell alignment="center" valignment="top" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003 Oskar
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012 555
5013 \end_layout
5014
5015 \end_inset
5016 </cell>
5017 </row>
5018 <row>
5019 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023
5024 \series bold
5025 Tacchelli
5026 \end_layout
5027
5028 \end_inset
5029 </cell>
5030 <cell alignment="center" valignment="top" usebox="none">
5031 \begin_inset Text
5032
5033 \begin_layout Plain Layout
5034 Ugo
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043 555
5044 \end_layout
5045
5046 \end_inset
5047 </cell>
5048 </row>
5049 <row>
5050 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054
5055 \series bold
5056 Tezzele
5057 \end_layout
5058
5059 \end_inset
5060 </cell>
5061 <cell alignment="center" valignment="top" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Plain Layout
5065 Margit
5066 \end_layout
5067
5068 \end_inset
5069 </cell>
5070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074 555
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 </row>
5080 <row>
5081 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085
5086 \series bold
5087 Unterkalmsteiner
5088 \end_layout
5089
5090 \end_inset
5091 </cell>
5092 <cell alignment="center" valignment="top" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096 Frieda
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Plain Layout
5105 555
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 </row>
5111 <row>
5112 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Plain Layout
5116
5117 \series bold
5118 Vieider
5119 \end_layout
5120
5121 \end_inset
5122 </cell>
5123 <cell alignment="center" valignment="top" usebox="none">
5124 \begin_inset Text
5125
5126 \begin_layout Plain Layout
5127 Hilde
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Plain Layout
5136 555
5137 \end_layout
5138
5139 \end_inset
5140 </cell>
5141 </row>
5142 <row>
5143 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5144 \begin_inset Text
5145
5146 \begin_layout Plain Layout
5147
5148 \series bold
5149 Vigna
5150 \end_layout
5151
5152 \end_inset
5153 </cell>
5154 <cell alignment="center" valignment="top" usebox="none">
5155 \begin_inset Text
5156
5157 \begin_layout Plain Layout
5158 Jürgen
5159 \end_layout
5160
5161 \end_inset
5162 </cell>
5163 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5164 \begin_inset Text
5165
5166 \begin_layout Plain Layout
5167 999
5168 \end_layout
5169
5170 \end_inset
5171 </cell>
5172 </row>
5173 <row>
5174 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5175 \begin_inset Text
5176
5177 \begin_layout Plain Layout
5178
5179 \series bold
5180 Weber
5181 \end_layout
5182
5183 \end_inset
5184 </cell>
5185 <cell alignment="center" valignment="top" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Plain Layout
5189 Maurizio
5190 \end_layout
5191
5192 \end_inset
5193 </cell>
5194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5195 \begin_inset Text
5196
5197 \begin_layout Plain Layout
5198 555
5199 \end_layout
5200
5201 \end_inset
5202 </cell>
5203 </row>
5204 <row>
5205 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5206 \begin_inset Text
5207
5208 \begin_layout Plain Layout
5209
5210 \series bold
5211 Winkler
5212 \end_layout
5213
5214 \end_inset
5215 </cell>
5216 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Plain Layout
5220 Franz
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Plain Layout
5229 555
5230 \end_layout
5231
5232 \end_inset
5233 </cell>
5234 </row>
5235 <row endlastfoot="true">
5236 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5237 \begin_inset Text
5238
5239 \begin_layout Plain Layout
5240 Ende
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5246 \begin_inset Text
5247
5248 \begin_layout Plain Layout
5249
5250 \end_layout
5251
5252 \end_inset
5253 </cell>
5254 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5255 \begin_inset Text
5256
5257 \begin_layout Plain Layout
5258
5259 \end_layout
5260
5261 \end_inset
5262 </cell>
5263 </row>
5264 </lyxtabular>
5265
5266 \end_inset
5267
5268
5269 \begin_inset ERT
5270 status collapsed
5271
5272 \begin_layout Plain Layout
5273
5274
5275 \backslash
5276 addtocounter{table}{-1}
5277 \end_layout
5278
5279 \end_inset
5280
5281
5282 \begin_inset Note Note
5283 status collapsed
5284
5285 \begin_layout Plain Layout
5286 Die Bedeutung diese Befehle finden Sie in der Bemerkung 1 von Abschnitt
5287 \begin_inset space ~
5288 \end_inset
5289
5290
5291 \begin_inset CommandInset ref
5292 LatexCommand ref
5293 reference "uab:Beschriftungen-langer-Tabellen"
5294
5295 \end_inset
5296
5297
5298 \end_layout
5299
5300 \end_inset
5301
5302
5303 \end_layout
5304
5305 \begin_layout Subsection
5306 Fußnoten in langen Tabellen
5307 \begin_inset CommandInset label
5308 LatexCommand label
5309 name "uab:Fußnoten-in-langen"
5310
5311 \end_inset
5312
5313
5314 \begin_inset Index
5315 status collapsed
5316
5317 \begin_layout Plain Layout
5318 Tabellen ! lange ! Fußnoten
5319 \end_layout
5320
5321 \end_inset
5322
5323
5324 \end_layout
5325
5326 \begin_layout Standard
5327 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5328  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5329  Tabelle
5330 \begin_inset space ~
5331 \end_inset
5332
5333
5334 \begin_inset CommandInset ref
5335 LatexCommand ref
5336 reference "tab:DiffCaptions"
5337
5338 \end_inset
5339
5340  hat zum Beispiel eine Fußnote.
5341 \end_layout
5342
5343 \begin_layout Subsection
5344 Ausrichtung langer Tabellen
5345 \begin_inset Index
5346 status collapsed
5347
5348 \begin_layout Plain Layout
5349 Tabellen ! lange ! Ausrichtung
5350 \end_layout
5351
5352 \end_inset
5353
5354
5355 \end_layout
5356
5357 \begin_layout Standard
5358 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
5359  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
5360 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
5361  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
5362  Längen 
5363 \series bold
5364
5365 \backslash
5366 LTleft 
5367 \series default
5368 und 
5369 \series bold
5370
5371 \backslash
5372 LTright
5373 \series default
5374  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5375  wird:
5376 \end_layout
5377
5378 \begin_layout Standard
5379
5380 \series bold
5381
5382 \backslash
5383 setlength{
5384 \backslash
5385 LTleft}{Wert}
5386 \end_layout
5387
5388 \begin_layout Standard
5389 Wobei der Wert eine der in Tabelle
5390 \begin_inset space ~
5391 \end_inset
5392
5393
5394 \begin_inset CommandInset ref
5395 LatexCommand ref
5396 reference "tab:Maßeinheiten"
5397
5398 \end_inset
5399
5400  aufgelisteten Einheiten haben kann.
5401  
5402 \series bold
5403
5404 \backslash
5405 LTleft
5406 \series default
5407  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5408  
5409 \series bold
5410
5411 \backslash
5412 LTright
5413 \series default
5414  den Abstand von rechts.
5415  Die Voreinstellung für beide Werte ist 
5416 \series bold
5417
5418 \backslash
5419 fill
5420 \series default
5421 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5422  in LyX ist.
5423 \end_layout
5424
5425 \begin_layout Standard
5426 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5427 \series bold
5428
5429 \backslash
5430 LTleft
5431 \series default
5432  auf den Wert 0
5433 \begin_inset space \thinspace{}
5434 \end_inset
5435
5436 pt gesetzt wurde.
5437 \begin_inset ERT
5438 status collapsed
5439
5440 \begin_layout Plain Layout
5441
5442
5443 \backslash
5444 setlength{
5445 \backslash
5446 LTleft}{0pt}
5447 \end_layout
5448
5449 \end_inset
5450
5451
5452 \end_layout
5453
5454 \begin_layout Standard
5455 \begin_inset Tabular
5456 <lyxtabular version="3" rows="5" columns="5">
5457 <features islongtable="true">
5458 <column alignment="center" valignment="top" width="0">
5459 <column alignment="center" valignment="top" width="0">
5460 <column alignment="center" valignment="top" width="0">
5461 <column alignment="center" valignment="top" width="0">
5462 <column alignment="center" valignment="top" width="0">
5463 <row>
5464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468 1
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477 2
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5483 \begin_inset Text
5484
5485 \begin_layout Plain Layout
5486 3
5487 \end_layout
5488
5489 \end_inset
5490 </cell>
5491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5492 \begin_inset Text
5493
5494 \begin_layout Plain Layout
5495 4
5496 \end_layout
5497
5498 \end_inset
5499 </cell>
5500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5501 \begin_inset Text
5502
5503 \begin_layout Plain Layout
5504 5
5505 \end_layout
5506
5507 \end_inset
5508 </cell>
5509 </row>
5510 <row>
5511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5512 \begin_inset Text
5513
5514 \begin_layout Plain Layout
5515 asd
5516 \end_layout
5517
5518 \end_inset
5519 </cell>
5520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5521 \begin_inset Text
5522
5523 \begin_layout Plain Layout
5524 s
5525 \end_layout
5526
5527 \end_inset
5528 </cell>
5529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5530 \begin_inset Text
5531
5532 \begin_layout Plain Layout
5533 s
5534 \end_layout
5535
5536 \end_inset
5537 </cell>
5538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5539 \begin_inset Text
5540
5541 \begin_layout Plain Layout
5542 s
5543 \end_layout
5544
5545 \end_inset
5546 </cell>
5547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Plain Layout
5551 asd
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 </row>
5557 <row>
5558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562 asd
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571 s
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5577 \begin_inset Text
5578
5579 \begin_layout Plain Layout
5580 s
5581 \end_layout
5582
5583 \end_inset
5584 </cell>
5585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5586 \begin_inset Text
5587
5588 \begin_layout Plain Layout
5589 s
5590 \end_layout
5591
5592 \end_inset
5593 </cell>
5594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Plain Layout
5598 asd
5599 \end_layout
5600
5601 \end_inset
5602 </cell>
5603 </row>
5604 <row>
5605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5606 \begin_inset Text
5607
5608 \begin_layout Plain Layout
5609 asd
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5615 \begin_inset Text
5616
5617 \begin_layout Plain Layout
5618 s
5619 \end_layout
5620
5621 \end_inset
5622 </cell>
5623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5624 \begin_inset Text
5625
5626 \begin_layout Plain Layout
5627 s
5628 \end_layout
5629
5630 \end_inset
5631 </cell>
5632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5633 \begin_inset Text
5634
5635 \begin_layout Plain Layout
5636 s
5637 \end_layout
5638
5639 \end_inset
5640 </cell>
5641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5642 \begin_inset Text
5643
5644 \begin_layout Plain Layout
5645 asd
5646 \end_layout
5647
5648 \end_inset
5649 </cell>
5650 </row>
5651 <row>
5652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Plain Layout
5656 asd
5657 \end_layout
5658
5659 \end_inset
5660 </cell>
5661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5662 \begin_inset Text
5663
5664 \begin_layout Plain Layout
5665 asd
5666 \end_layout
5667
5668 \end_inset
5669 </cell>
5670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5671 \begin_inset Text
5672
5673 \begin_layout Plain Layout
5674 asd
5675 \end_layout
5676
5677 \end_inset
5678 </cell>
5679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683 asd
5684 \end_layout
5685
5686 \end_inset
5687 </cell>
5688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5689 \begin_inset Text
5690
5691 \begin_layout Plain Layout
5692 asd
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 </row>
5698 </lyxtabular>
5699
5700 \end_inset
5701
5702
5703 \begin_inset ERT
5704 status collapsed
5705
5706 \begin_layout Plain Layout
5707
5708
5709 \backslash
5710 setlength{
5711 \backslash
5712 LTleft}{
5713 \backslash
5714 fill}
5715 \end_layout
5716
5717 \end_inset
5718
5719
5720 \end_layout
5721
5722 \begin_layout Subsection
5723 Beschriftungen langer Tabellen
5724 \begin_inset CommandInset label
5725 LatexCommand label
5726 name "uab:Beschriftungen-langer-Tabellen"
5727
5728 \end_inset
5729
5730
5731 \begin_inset Index
5732 status collapsed
5733
5734 \begin_layout Plain Layout
5735 Tabellen ! lange ! Titel
5736 \end_layout
5737
5738 \end_inset
5739
5740
5741 \end_layout
5742
5743 \begin_layout Standard
5744 Eine 
5745 \family sans
5746 lange
5747 \begin_inset space ~
5748 \end_inset
5749
5750 Tabelle
5751 \family default
5752  kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte nur auf eine
5753  Seite gedruckt werden können.
5754  Daher wird die Beschriftung als erste Zeile der Tabelle eingegeben, wie
5755  in Abschnitt
5756 \begin_inset space ~
5757 \end_inset
5758
5759
5760 \begin_inset CommandInset ref
5761 LatexCommand ref
5762 reference "abs:Lange-Tabellen"
5763
5764 \end_inset
5765
5766  erklärt.
5767  Die erste Tabellenzeile ist dan nur ein Platzhalter für die Beschriftung,
5768  und die eigentliche Tabelle beginnt mit der zweiten Zeile.
5769 \end_layout
5770
5771 \begin_layout Standard
5772 Hier ist eine kurze 
5773 \family sans
5774 lange
5775 \begin_inset space ~
5776 \end_inset
5777
5778 Tabelle
5779 \family default
5780 , die zeigt, wie das funktioniert:
5781 \end_layout
5782
5783 \begin_layout Standard
5784 \begin_inset Tabular
5785 <lyxtabular version="3" rows="6" columns="5">
5786 <features islongtable="true">
5787 <column alignment="center" valignment="top" width="0">
5788 <column alignment="center" valignment="top" width="0">
5789 <column alignment="center" valignment="top" width="0">
5790 <column alignment="center" valignment="top" width="0">
5791 <column alignment="center" valignment="top" width="0">
5792 <row caption="true">
5793 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797 \begin_inset Caption
5798
5799 \begin_layout Plain Layout
5800 Eine 
5801 \family sans
5802 lange
5803 \begin_inset space ~
5804 \end_inset
5805
5806 Tabelle
5807 \family default
5808  mit Titel
5809 \begin_inset OptArg
5810 status open
5811
5812 \begin_layout Plain Layout
5813 Lange Tabelle
5814 \end_layout
5815
5816 \end_inset
5817
5818
5819 \end_layout
5820
5821 \end_inset
5822
5823
5824 \end_layout
5825
5826 \end_inset
5827 </cell>
5828 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5847 \begin_inset Text
5848
5849 \begin_layout Plain Layout
5850
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 </row>
5865 <row>
5866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5867 \begin_inset Text
5868
5869 \begin_layout Plain Layout
5870 1
5871 \end_layout
5872
5873 \end_inset
5874 </cell>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879 2
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888 3
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 4
5898 \end_layout
5899
5900 \end_inset
5901 </cell>
5902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5903 \begin_inset Text
5904
5905 \begin_layout Plain Layout
5906 5
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 </row>
5912 <row>
5913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Plain Layout
5917 asd
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926 s
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935 s
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944 s
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953 asd
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 </row>
5959 <row>
5960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964 asd
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 s
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 s
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991 s
5992 \end_layout
5993
5994 \end_inset
5995 </cell>
5996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5997 \begin_inset Text
5998
5999 \begin_layout Plain Layout
6000 asd
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 </row>
6006 <row>
6007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011 asd
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 s
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Plain Layout
6029 s
6030 \end_layout
6031
6032 \end_inset
6033 </cell>
6034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6035 \begin_inset Text
6036
6037 \begin_layout Plain Layout
6038 s
6039 \end_layout
6040
6041 \end_inset
6042 </cell>
6043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Plain Layout
6047 asd
6048 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 </row>
6053 <row>
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" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Plain Layout
6067 asd
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076 asd
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Plain Layout
6085 asd
6086 \end_layout
6087
6088 \end_inset
6089 </cell>
6090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6091 \begin_inset Text
6092
6093 \begin_layout Plain Layout
6094 asd
6095 \end_layout
6096
6097 \end_inset
6098 </cell>
6099 </row>
6100 </lyxtabular>
6101
6102 \end_inset
6103
6104
6105 \end_layout
6106
6107 \begin_layout Standard
6108 \begin_inset VSpace medskip
6109 \end_inset
6110
6111
6112 \begin_inset Note Greyedout
6113 status open
6114
6115 \begin_layout Plain Layout
6116
6117 \series bold
6118 Bemerkung
6119 \begin_inset space ~
6120 \end_inset
6121
6122 1:
6123 \series default
6124  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6125  Titel vergeben.
6126  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6127 \begin_inset space ~
6128 \end_inset
6129
6130 2.4 auf Tabelle
6131 \begin_inset space ~
6132 \end_inset
6133
6134 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6135  Titel sind.
6136  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6137  LaTeX-Befehl als TeX-Code einfügen:
6138 \end_layout
6139
6140 \begin_layout Plain Layout
6141
6142 \series bold
6143
6144 \backslash
6145 addtocounter{table}{-1}
6146 \end_layout
6147
6148 \end_inset
6149
6150
6151 \end_layout
6152
6153 \begin_layout Standard
6154 \begin_inset Note Greyedout
6155 status open
6156
6157 \begin_layout Plain Layout
6158
6159 \series bold
6160 Bemerkung
6161 \begin_inset space ~
6162 \end_inset
6163
6164 2:
6165 \series default
6166  Wenn Sie 
6167 \series bold
6168 hyperref
6169 \series default
6170
6171 \begin_inset Index
6172 status collapsed
6173
6174 \begin_layout Plain Layout
6175 LaTeX-Pakete ! hyperref
6176 \end_layout
6177
6178 \end_inset
6179
6180  in den
6181 \family sans
6182  PDF-Eigenschaften
6183 \family default
6184  im 
6185 \family sans
6186 Dokument-Einstellungen
6187 \family default
6188  Dialog für Querverweise benutzen, wird der Verweis auf eine 
6189 \family sans
6190 lange
6191 \begin_inset space ~
6192 \end_inset
6193
6194 Tabelle
6195 \family default
6196  immer auf den Anfang des Dokuments zeigen.
6197 \end_layout
6198
6199 \end_inset
6200
6201
6202 \begin_inset Newpage newpage
6203 \end_inset
6204
6205
6206 \end_layout
6207
6208 \begin_layout Subsubsection
6209 Querverweise auf 
6210 \family sans
6211 lange Tabelle
6212 \family default
6213 n
6214 \begin_inset Index
6215 status collapsed
6216
6217 \begin_layout Plain Layout
6218 Tabellen ! lange ! Querverweis
6219 \end_layout
6220
6221 \end_inset
6222
6223
6224 \end_layout
6225
6226 \begin_layout Standard
6227 \begin_inset Tabular
6228 <lyxtabular version="3" rows="6" columns="5">
6229 <features islongtable="true">
6230 <column alignment="center" valignment="top" width="0">
6231 <column alignment="center" valignment="top" width="0">
6232 <column alignment="center" valignment="top" width="0">
6233 <column alignment="center" valignment="top" width="0">
6234 <column alignment="center" valignment="top" width="0">
6235 <row caption="true">
6236 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6237 \begin_inset Text
6238
6239 \begin_layout Plain Layout
6240 \begin_inset Caption
6241
6242 \begin_layout Plain Layout
6243
6244 \family sans
6245 Lange
6246 \begin_inset space ~
6247 \end_inset
6248
6249 Tabelle
6250 \family default
6251  mit Marke
6252 \begin_inset CommandInset label
6253 LatexCommand label
6254 name "tab:LangeTabelle-mit-Marke"
6255
6256 \end_inset
6257
6258
6259 \end_layout
6260
6261 \end_inset
6262
6263
6264 \end_layout
6265
6266 \end_inset
6267 </cell>
6268 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272
6273 \end_layout
6274
6275 \end_inset
6276 </cell>
6277 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6278 \begin_inset Text
6279
6280 \begin_layout Plain Layout
6281
6282 \end_layout
6283
6284 \end_inset
6285 </cell>
6286 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6287 \begin_inset Text
6288
6289 \begin_layout Plain Layout
6290
6291 \end_layout
6292
6293 \end_inset
6294 </cell>
6295 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Plain Layout
6299
6300 \end_layout
6301
6302 \end_inset
6303 </cell>
6304 </row>
6305 <row>
6306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6307 \begin_inset Text
6308
6309 \begin_layout Plain Layout
6310 1
6311 \end_layout
6312
6313 \end_inset
6314 </cell>
6315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6316 \begin_inset Text
6317
6318 \begin_layout Plain Layout
6319 2
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Plain Layout
6328 3
6329 \end_layout
6330
6331 \end_inset
6332 </cell>
6333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6334 \begin_inset Text
6335
6336 \begin_layout Plain Layout
6337 4
6338 \end_layout
6339
6340 \end_inset
6341 </cell>
6342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6343 \begin_inset Text
6344
6345 \begin_layout Plain Layout
6346 5
6347 \end_layout
6348
6349 \end_inset
6350 </cell>
6351 </row>
6352 <row>
6353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6354 \begin_inset Text
6355
6356 \begin_layout Plain Layout
6357 asd
6358 \end_layout
6359
6360 \end_inset
6361 </cell>
6362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6363 \begin_inset Text
6364
6365 \begin_layout Plain Layout
6366 s
6367 \end_layout
6368
6369 \end_inset
6370 </cell>
6371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6372 \begin_inset Text
6373
6374 \begin_layout Plain Layout
6375 s
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6381 \begin_inset Text
6382
6383 \begin_layout Plain Layout
6384 s
6385 \end_layout
6386
6387 \end_inset
6388 </cell>
6389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6390 \begin_inset Text
6391
6392 \begin_layout Plain Layout
6393 asd
6394 \end_layout
6395
6396 \end_inset
6397 </cell>
6398 </row>
6399 <row>
6400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6401 \begin_inset Text
6402
6403 \begin_layout Plain Layout
6404 asd
6405 \end_layout
6406
6407 \end_inset
6408 </cell>
6409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6410 \begin_inset Text
6411
6412 \begin_layout Plain Layout
6413 s
6414 \end_layout
6415
6416 \end_inset
6417 </cell>
6418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6419 \begin_inset Text
6420
6421 \begin_layout Plain Layout
6422 s
6423 \end_layout
6424
6425 \end_inset
6426 </cell>
6427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6428 \begin_inset Text
6429
6430 \begin_layout Plain Layout
6431 s
6432 \end_layout
6433
6434 \end_inset
6435 </cell>
6436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6437 \begin_inset Text
6438
6439 \begin_layout Plain Layout
6440 asd
6441 \end_layout
6442
6443 \end_inset
6444 </cell>
6445 </row>
6446 <row>
6447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6448 \begin_inset Text
6449
6450 \begin_layout Plain Layout
6451 asd
6452 \end_layout
6453
6454 \end_inset
6455 </cell>
6456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6457 \begin_inset Text
6458
6459 \begin_layout Plain Layout
6460 s
6461 \end_layout
6462
6463 \end_inset
6464 </cell>
6465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6466 \begin_inset Text
6467
6468 \begin_layout Plain Layout
6469 s
6470 \end_layout
6471
6472 \end_inset
6473 </cell>
6474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6475 \begin_inset Text
6476
6477 \begin_layout Plain Layout
6478 s
6479 \end_layout
6480
6481 \end_inset
6482 </cell>
6483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6484 \begin_inset Text
6485
6486 \begin_layout Plain Layout
6487 asd
6488 \end_layout
6489
6490 \end_inset
6491 </cell>
6492 </row>
6493 <row>
6494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6495 \begin_inset Text
6496
6497 \begin_layout Plain Layout
6498 asd
6499 \end_layout
6500
6501 \end_inset
6502 </cell>
6503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6504 \begin_inset Text
6505
6506 \begin_layout Plain Layout
6507 sad
6508 \end_layout
6509
6510 \end_inset
6511 </cell>
6512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6513 \begin_inset Text
6514
6515 \begin_layout Plain Layout
6516 asd
6517 \end_layout
6518
6519 \end_inset
6520 </cell>
6521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6522 \begin_inset Text
6523
6524 \begin_layout Plain Layout
6525 asd
6526 \end_layout
6527
6528 \end_inset
6529 </cell>
6530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6531 \begin_inset Text
6532
6533 \begin_layout Plain Layout
6534 asd
6535 \end_layout
6536
6537 \end_inset
6538 </cell>
6539 </row>
6540 </lyxtabular>
6541
6542 \end_inset
6543
6544
6545 \end_layout
6546
6547 \begin_layout Standard
6548 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6549  im Titel einfügen.
6550 \end_layout
6551
6552 \begin_layout Standard
6553 Dies ist ein Verweis auf Tabelle
6554 \begin_inset space ~
6555 \end_inset
6556
6557
6558 \begin_inset CommandInset ref
6559 LatexCommand ref
6560 reference "tab:LangeTabelle-mit-Marke"
6561
6562 \end_inset
6563
6564 .
6565 \end_layout
6566
6567 \begin_layout Standard
6568 Mit dem LaTeX-Paket 
6569 \series bold
6570 caption
6571 \series default
6572
6573 \begin_inset Index
6574 status collapsed
6575
6576 \begin_layout Plain Layout
6577 LaTeX-Pakete ! caption
6578 \end_layout
6579
6580 \end_inset
6581
6582 , siehe Abschnitt
6583 \begin_inset space ~
6584 \end_inset
6585
6586
6587 \begin_inset CommandInset ref
6588 LatexCommand ref
6589 reference "abs:Titel-Formatierung"
6590
6591 \end_inset
6592
6593 , können Sie alle anderen 
6594 \family sans
6595 Legende
6596 \family default
6597 -Optionen benutzen.
6598 \end_layout
6599
6600 \begin_layout Subsubsection
6601 Titelbreite
6602 \begin_inset Index
6603 status collapsed
6604
6605 \begin_layout Plain Layout
6606 Tabellen ! lange ! Beschriftungsbreite
6607 \end_layout
6608
6609 \end_inset
6610
6611
6612 \end_layout
6613
6614 \begin_layout Standard
6615 Die maximale Titelbreite wird durch die Variable 
6616 \series bold
6617
6618 \backslash
6619 LTcapwidth
6620 \series default
6621  definiert.
6622  Ihr Standardwert ist 4
6623 \begin_inset space \thinspace{}
6624 \end_inset
6625
6626 Zoll (
6627 \begin_inset Formula $\approx10$
6628 \end_inset
6629
6630
6631 \begin_inset space \thinspace{}
6632 \end_inset
6633
6634 cm).
6635  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6636  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6637 \end_layout
6638
6639 \begin_layout Standard
6640
6641 \series bold
6642
6643 \backslash
6644 setlength{
6645 \backslash
6646 LTcapwidth}{Breite}
6647 \end_layout
6648
6649 \begin_layout Standard
6650 wobei die Breite eine der in Anhang
6651 \begin_inset space ~
6652 \end_inset
6653
6654
6655 \begin_inset CommandInset ref
6656 LatexCommand ref
6657 reference "kap:In-LyX-verfügbare"
6658
6659 \end_inset
6660
6661  aufgelisteten Einheiten haben kann.
6662 \end_layout
6663
6664 \begin_layout Standard
6665 Die beiden folgenden Tabellen zeigen den Unterschied:
6666 \end_layout
6667
6668 \begin_layout Standard
6669 \begin_inset Tabular
6670 <lyxtabular version="3" rows="6" columns="5">
6671 <features islongtable="true">
6672 <column alignment="center" valignment="top" width="0">
6673 <column alignment="center" valignment="top" width="0">
6674 <column alignment="center" valignment="top" width="0">
6675 <column alignment="center" valignment="top" width="0">
6676 <column alignment="center" valignment="top" width="0">
6677 <row caption="true">
6678 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6679 \begin_inset Text
6680
6681 \begin_layout Plain Layout
6682 \begin_inset Caption
6683
6684 \begin_layout Plain Layout
6685 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6686 \begin_inset OptArg
6687 status open
6688
6689 \begin_layout Plain Layout
6690 Titel mit Standardbreite
6691 \end_layout
6692
6693 \end_inset
6694
6695
6696 \end_layout
6697
6698 \end_inset
6699
6700
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6706 \begin_inset Text
6707
6708 \begin_layout Plain Layout
6709
6710 \end_layout
6711
6712 \end_inset
6713 </cell>
6714 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6715 \begin_inset Text
6716
6717 \begin_layout Plain Layout
6718
6719 \end_layout
6720
6721 \end_inset
6722 </cell>
6723 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Plain Layout
6727
6728 \end_layout
6729
6730 \end_inset
6731 </cell>
6732 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6733 \begin_inset Text
6734
6735 \begin_layout Plain Layout
6736
6737 \end_layout
6738
6739 \end_inset
6740 </cell>
6741 </row>
6742 <row>
6743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6744 \begin_inset Text
6745
6746 \begin_layout Plain Layout
6747 1
6748 \end_layout
6749
6750 \end_inset
6751 </cell>
6752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6753 \begin_inset Text
6754
6755 \begin_layout Plain Layout
6756 2
6757 \end_layout
6758
6759 \end_inset
6760 </cell>
6761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6762 \begin_inset Text
6763
6764 \begin_layout Plain Layout
6765 3
6766 \end_layout
6767
6768 \end_inset
6769 </cell>
6770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6771 \begin_inset Text
6772
6773 \begin_layout Plain Layout
6774 4
6775 \end_layout
6776
6777 \end_inset
6778 </cell>
6779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6780 \begin_inset Text
6781
6782 \begin_layout Plain Layout
6783 5
6784 \end_layout
6785
6786 \end_inset
6787 </cell>
6788 </row>
6789 <row>
6790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6791 \begin_inset Text
6792
6793 \begin_layout Plain Layout
6794 asd
6795 \end_layout
6796
6797 \end_inset
6798 </cell>
6799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6800 \begin_inset Text
6801
6802 \begin_layout Plain Layout
6803 s
6804 \end_layout
6805
6806 \end_inset
6807 </cell>
6808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6809 \begin_inset Text
6810
6811 \begin_layout Plain Layout
6812 s
6813 \end_layout
6814
6815 \end_inset
6816 </cell>
6817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6818 \begin_inset Text
6819
6820 \begin_layout Plain Layout
6821 s
6822 \end_layout
6823
6824 \end_inset
6825 </cell>
6826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6827 \begin_inset Text
6828
6829 \begin_layout Plain Layout
6830 asd
6831 \end_layout
6832
6833 \end_inset
6834 </cell>
6835 </row>
6836 <row>
6837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841 asd
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6847 \begin_inset Text
6848
6849 \begin_layout Plain Layout
6850 s
6851 \end_layout
6852
6853 \end_inset
6854 </cell>
6855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6856 \begin_inset Text
6857
6858 \begin_layout Plain Layout
6859 s
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6865 \begin_inset Text
6866
6867 \begin_layout Plain Layout
6868 s
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Plain Layout
6877 asd
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 </row>
6883 <row>
6884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6885 \begin_inset Text
6886
6887 \begin_layout Plain Layout
6888 asd
6889 \end_layout
6890
6891 \end_inset
6892 </cell>
6893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Plain Layout
6897 s
6898 \end_layout
6899
6900 \end_inset
6901 </cell>
6902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6903 \begin_inset Text
6904
6905 \begin_layout Plain Layout
6906 s
6907 \end_layout
6908
6909 \end_inset
6910 </cell>
6911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6912 \begin_inset Text
6913
6914 \begin_layout Plain Layout
6915 s
6916 \end_layout
6917
6918 \end_inset
6919 </cell>
6920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6921 \begin_inset Text
6922
6923 \begin_layout Plain Layout
6924 asd
6925 \end_layout
6926
6927 \end_inset
6928 </cell>
6929 </row>
6930 <row>
6931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6932 \begin_inset Text
6933
6934 \begin_layout Plain Layout
6935 asd
6936 \end_layout
6937
6938 \end_inset
6939 </cell>
6940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6941 \begin_inset Text
6942
6943 \begin_layout Plain Layout
6944 sad
6945 \end_layout
6946
6947 \end_inset
6948 </cell>
6949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6950 \begin_inset Text
6951
6952 \begin_layout Plain Layout
6953 asd
6954 \end_layout
6955
6956 \end_inset
6957 </cell>
6958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6959 \begin_inset Text
6960
6961 \begin_layout Plain Layout
6962 asd
6963 \end_layout
6964
6965 \end_inset
6966 </cell>
6967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6968 \begin_inset Text
6969
6970 \begin_layout Plain Layout
6971 asd
6972 \end_layout
6973
6974 \end_inset
6975 </cell>
6976 </row>
6977 </lyxtabular>
6978
6979 \end_inset
6980
6981
6982 \end_layout
6983
6984 \begin_layout Standard
6985 \begin_inset ERT
6986 status collapsed
6987
6988 \begin_layout Plain Layout
6989
6990
6991 \backslash
6992 setlength{
6993 \backslash
6994 LTcapwidth}{5cm}
6995 \end_layout
6996
6997 \end_inset
6998
6999
7000 \begin_inset Tabular
7001 <lyxtabular version="3" rows="6" columns="5">
7002 <features islongtable="true">
7003 <column alignment="center" valignment="top" width="0">
7004 <column alignment="center" valignment="top" width="0">
7005 <column alignment="center" valignment="top" width="0">
7006 <column alignment="center" valignment="top" width="0">
7007 <column alignment="center" valignment="top" width="0">
7008 <row caption="true">
7009 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013 \begin_inset Caption
7014
7015 \begin_layout Plain Layout
7016 Langer Titel mit 5
7017 \begin_inset space \thinspace{}
7018 \end_inset
7019
7020 cm Breite, Langer Titel mit 5
7021 \begin_inset space \thinspace{}
7022 \end_inset
7023
7024 cm Breite
7025 \begin_inset OptArg
7026 status open
7027
7028 \begin_layout Plain Layout
7029 Titel mit 5
7030 \begin_inset space \thinspace{}
7031 \end_inset
7032
7033 cm Breite
7034 \end_layout
7035
7036 \end_inset
7037
7038
7039 \end_layout
7040
7041 \end_inset
7042
7043
7044 \end_layout
7045
7046 \end_inset
7047 </cell>
7048 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7049 \begin_inset Text
7050
7051 \begin_layout Plain Layout
7052
7053 \end_layout
7054
7055 \end_inset
7056 </cell>
7057 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7058 \begin_inset Text
7059
7060 \begin_layout Plain Layout
7061
7062 \end_layout
7063
7064 \end_inset
7065 </cell>
7066 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Plain Layout
7070
7071 \end_layout
7072
7073 \end_inset
7074 </cell>
7075 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Plain Layout
7079
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 </row>
7085 <row>
7086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7087 \begin_inset Text
7088
7089 \begin_layout Plain Layout
7090 1
7091 \end_layout
7092
7093 \end_inset
7094 </cell>
7095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7096 \begin_inset Text
7097
7098 \begin_layout Plain Layout
7099 2
7100 \end_layout
7101
7102 \end_inset
7103 </cell>
7104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7105 \begin_inset Text
7106
7107 \begin_layout Plain Layout
7108 3
7109 \end_layout
7110
7111 \end_inset
7112 </cell>
7113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7114 \begin_inset Text
7115
7116 \begin_layout Plain Layout
7117 4
7118 \end_layout
7119
7120 \end_inset
7121 </cell>
7122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7123 \begin_inset Text
7124
7125 \begin_layout Plain Layout
7126 5
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 </row>
7132 <row>
7133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7134 \begin_inset Text
7135
7136 \begin_layout Plain Layout
7137 asd
7138 \end_layout
7139
7140 \end_inset
7141 </cell>
7142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7143 \begin_inset Text
7144
7145 \begin_layout Plain Layout
7146 s
7147 \end_layout
7148
7149 \end_inset
7150 </cell>
7151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7152 \begin_inset Text
7153
7154 \begin_layout Plain Layout
7155 s
7156 \end_layout
7157
7158 \end_inset
7159 </cell>
7160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7161 \begin_inset Text
7162
7163 \begin_layout Plain Layout
7164 s
7165 \end_layout
7166
7167 \end_inset
7168 </cell>
7169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7170 \begin_inset Text
7171
7172 \begin_layout Plain Layout
7173 asd
7174 \end_layout
7175
7176 \end_inset
7177 </cell>
7178 </row>
7179 <row>
7180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7181 \begin_inset Text
7182
7183 \begin_layout Plain Layout
7184 asd
7185 \end_layout
7186
7187 \end_inset
7188 </cell>
7189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7190 \begin_inset Text
7191
7192 \begin_layout Plain Layout
7193 s
7194 \end_layout
7195
7196 \end_inset
7197 </cell>
7198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7199 \begin_inset Text
7200
7201 \begin_layout Plain Layout
7202 s
7203 \end_layout
7204
7205 \end_inset
7206 </cell>
7207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7208 \begin_inset Text
7209
7210 \begin_layout Plain Layout
7211 s
7212 \end_layout
7213
7214 \end_inset
7215 </cell>
7216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7217 \begin_inset Text
7218
7219 \begin_layout Plain Layout
7220 asd
7221 \end_layout
7222
7223 \end_inset
7224 </cell>
7225 </row>
7226 <row>
7227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7228 \begin_inset Text
7229
7230 \begin_layout Plain Layout
7231 asd
7232 \end_layout
7233
7234 \end_inset
7235 </cell>
7236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7237 \begin_inset Text
7238
7239 \begin_layout Plain Layout
7240 s
7241 \end_layout
7242
7243 \end_inset
7244 </cell>
7245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7246 \begin_inset Text
7247
7248 \begin_layout Plain Layout
7249 s
7250 \end_layout
7251
7252 \end_inset
7253 </cell>
7254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7255 \begin_inset Text
7256
7257 \begin_layout Plain Layout
7258 s
7259 \end_layout
7260
7261 \end_inset
7262 </cell>
7263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7264 \begin_inset Text
7265
7266 \begin_layout Plain Layout
7267 asd
7268 \end_layout
7269
7270 \end_inset
7271 </cell>
7272 </row>
7273 <row>
7274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7275 \begin_inset Text
7276
7277 \begin_layout Plain Layout
7278 asd
7279 \end_layout
7280
7281 \end_inset
7282 </cell>
7283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7284 \begin_inset Text
7285
7286 \begin_layout Plain Layout
7287 sad
7288 \end_layout
7289
7290 \end_inset
7291 </cell>
7292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7293 \begin_inset Text
7294
7295 \begin_layout Plain Layout
7296 asd
7297 \end_layout
7298
7299 \end_inset
7300 </cell>
7301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7302 \begin_inset Text
7303
7304 \begin_layout Plain Layout
7305 asd
7306 \end_layout
7307
7308 \end_inset
7309 </cell>
7310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7311 \begin_inset Text
7312
7313 \begin_layout Plain Layout
7314 asd
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 </row>
7320 </lyxtabular>
7321
7322 \end_inset
7323
7324
7325 \begin_inset ERT
7326 status collapsed
7327
7328 \begin_layout Plain Layout
7329
7330
7331 \backslash
7332 setlength{
7333 \backslash
7334 LTcapwidth}{4in}
7335 \end_layout
7336
7337 \end_inset
7338
7339
7340 \begin_inset Note Note
7341 status collapsed
7342
7343 \begin_layout Plain Layout
7344 Beschriftungsbreite zurücksetzen
7345 \end_layout
7346
7347 \end_inset
7348
7349
7350 \end_layout
7351
7352 \begin_layout Standard
7353 \begin_inset Note Greyedout
7354 status open
7355
7356 \begin_layout Plain Layout
7357
7358 \series bold
7359 Achtung:
7360 \series default
7361  Wenn das LaTeX-Paket 
7362 \series bold
7363 caption
7364 \series default
7365
7366 \begin_inset Index
7367 status collapsed
7368
7369 \begin_layout Plain Layout
7370 LaTeX-Pakete ! caption
7371 \end_layout
7372
7373 \end_inset
7374
7375  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7376  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7377  4
7378 \begin_inset space \thinspace{}
7379 \end_inset
7380
7381 Zoll für 
7382 \series bold
7383
7384 \backslash
7385 LTcapwidth
7386 \series default
7387  benutzen.
7388  Um in diesem Fall eine genau 4
7389 \begin_inset space \thinspace{}
7390 \end_inset
7391
7392 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7393  4
7394 \begin_inset space \thinspace{}
7395 \end_inset
7396
7397 Zoll veränderten Wert wie z.
7398 \begin_inset space \thinspace{}
7399 \end_inset
7400
7401 B.
7402  3.99
7403 \begin_inset space \thinspace{}
7404 \end_inset
7405
7406 Zoll verwenden oder den LaTeX-Befehl 
7407 \series bold
7408
7409 \backslash
7410 captionsetup{width=Wert}
7411 \series default
7412  benutzen, der vom 
7413 \series bold
7414 caption
7415 \series default
7416 -Paket bereitgestellt wird.
7417 \end_layout
7418
7419 \end_inset
7420
7421
7422 \end_layout
7423
7424 \begin_layout Subsubsection
7425 Unterschiedliche Titel für Tabellenseiten
7426 \begin_inset Index
7427 status collapsed
7428
7429 \begin_layout Plain Layout
7430 Tabellen ! lange ! mehrere Titel
7431 \end_layout
7432
7433 \end_inset
7434
7435
7436 \end_layout
7437
7438 \begin_layout Standard
7439 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7440  die erste, müssen Sie eine 
7441 \family sans
7442 Legende
7443 \family default
7444  mit einem nicht-leeren 
7445 \family sans
7446 Kurztitel
7447 \family default
7448  in eine leere Legende-Zeile, die als 
7449 \family sans
7450 Erste
7451 \begin_inset space ~
7452 \end_inset
7453
7454 Kopfzeile
7455 \family default
7456  definiert wurde, einfügen.
7457  Der Titel für die anderen Tabellenseiten wird als 
7458 \family sans
7459 Legende
7460 \family default
7461  ohne 
7462 \family sans
7463 Kurztitel
7464 \family default
7465  in eine leere Legende-Zeile, die als 
7466 \family sans
7467 Kopfzeile
7468 \family default
7469  definiert wurde, eingefügt.
7470  Wenn dieser Titel nicht die Tabellennummer enthalten soll, müssen Sie den
7471  Befehl
7472 \end_layout
7473
7474 \begin_layout Standard
7475
7476 \series bold
7477
7478 \backslash
7479 caption*{caption text}
7480 \end_layout
7481
7482 \begin_layout Standard
7483 anstatt der 
7484 \family sans
7485 Legende
7486 \family default
7487 -Umgebung von LyX benutzen.
7488  Die Marke, die zum Verweis auf die Tabelle benutzt werden soll, muss in
7489  den Titel der 
7490 \family sans
7491 Ersten
7492 \begin_inset space ~
7493 \end_inset
7494
7495 Kopfzeile
7496 \family default
7497  eingefügt werden.
7498  Tabelle
7499 \begin_inset space ~
7500 \end_inset
7501
7502
7503 \begin_inset CommandInset ref
7504 LatexCommand ref
7505 reference "tab:DiffCaptions"
7506
7507 \end_inset
7508
7509  ist ein Beispiel für eine 
7510 \family sans
7511 lange
7512 \begin_inset space ~
7513 \end_inset
7514
7515 Tabelle
7516 \family default
7517  mit unterschiedlichen Titeln und ohne Tabellennummer auf der zweiten Seite.
7518 \end_layout
7519
7520 \begin_layout Standard
7521 \align center
7522 \begin_inset Tabular
7523 <lyxtabular version="3" rows="60" columns="3">
7524 <features islongtable="true">
7525 <column alignment="left" valignment="top" width="0cm">
7526 <column alignment="left" valignment="top" width="0pt">
7527 <column alignment="right" valignment="top" width="0pt">
7528 <row endfirsthead="true" caption="true">
7529 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7530 \begin_inset Text
7531
7532 \begin_layout Plain Layout
7533 \begin_inset Caption
7534
7535 \begin_layout Plain Layout
7536 Telefonliste
7537 \begin_inset CommandInset label
7538 LatexCommand label
7539 name "tab:DiffCaptions"
7540
7541 \end_inset
7542
7543
7544 \begin_inset OptArg
7545 status collapsed
7546
7547 \begin_layout Plain Layout
7548 Telefonliste
7549 \end_layout
7550
7551 \end_inset
7552
7553
7554 \end_layout
7555
7556 \end_inset
7557
7558
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Plain Layout
7576
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 </row>
7582 <row endfirsthead="true">
7583 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Plain Layout
7587
7588 \series bold
7589 Telefonliste (ignoriere die Namen)
7590 \end_layout
7591
7592 \end_inset
7593 </cell>
7594 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Plain Layout
7598
7599 \end_layout
7600
7601 \end_inset
7602 </cell>
7603 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7604 \begin_inset Text
7605
7606 \begin_layout Plain Layout
7607
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 </row>
7613 <row endfirsthead="true">
7614 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618
7619 \series bold
7620 NAME
7621 \end_layout
7622
7623 \end_inset
7624 </cell>
7625 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Plain Layout
7629
7630 \end_layout
7631
7632 \end_inset
7633 </cell>
7634 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7635 \begin_inset Text
7636
7637 \begin_layout Plain Layout
7638
7639 \series bold
7640 TEL.
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 </row>
7646 <row endhead="true" caption="true">
7647 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7648 \begin_inset Text
7649
7650 \begin_layout Plain Layout
7651 \begin_inset ERT
7652 status open
7653
7654 \begin_layout Plain Layout
7655
7656
7657 \backslash
7658 caption*{Fortsetzung der Telefonliste}
7659 \backslash
7660
7661 \backslash
7662 %
7663 \end_layout
7664
7665 \end_inset
7666
7667
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Plain Layout
7685
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 </row>
7691 <row endhead="true">
7692 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Plain Layout
7696
7697 \series bold
7698 Telefonliste
7699 \end_layout
7700
7701 \end_inset
7702 </cell>
7703 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Plain Layout
7707
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Plain Layout
7716
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 </row>
7722 <row endhead="true">
7723 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Plain Layout
7727
7728 \series bold
7729 NAME
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Plain Layout
7738
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747
7748 \series bold
7749 TEL.
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 </row>
7755 <row endfoot="true">
7756 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760 wird fortgesetzt\SpecialChar \ldots{}
7761
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Plain Layout
7779
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 </row>
7785 <row>
7786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Plain Layout
7790
7791 \series bold
7792 Annovi
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Plain Layout
7801 Silvia
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810 111
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 </row>
7816 <row>
7817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821
7822 \series bold
7823 Bertoli
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832 Stefano
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Plain Layout
7841 111
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 </row>
7847 <row>
7848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7849 \begin_inset Text
7850
7851 \begin_layout Plain Layout
7852
7853 \series bold
7854 Bozzi
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863 Walter
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872 111
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 </row>
7878 <row>
7879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7880 \begin_inset Text
7881
7882 \begin_layout Plain Layout
7883
7884 \series bold
7885 Cachia
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7891 \begin_inset Text
7892
7893 \begin_layout Plain Layout
7894 Maria
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903 111
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 </row>
7909 <row>
7910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7911 \begin_inset Text
7912
7913 \begin_layout Plain Layout
7914
7915 \series bold
7916 Cachia
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925 Maurizio
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934 111
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 </row>
7940 <row>
7941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945
7946 \series bold
7947 Cinquemani
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956 Giusi
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965 111
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 </row>
7971 <row>
7972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976
7977 \series bold
7978 Colin
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987 Bernard
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996 111
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 </row>
8002 <row>
8003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007
8008 \series bold
8009 Concli
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018 Gianfranco
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027 111
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 </row>
8033 <row>
8034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038
8039 \series bold
8040 Dal Bosco
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049 Carolina
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058 111
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 </row>
8064 <row>
8065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069
8070 \series bold
8071 Dalpiaz
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080 Annamaria
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089 111
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 </row>
8095 <row>
8096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100
8101 \series bold
8102 Feliciello
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111 Domenico
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120 111
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 </row>
8126 <row>
8127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131
8132 \series bold
8133 Focarelli
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Plain Layout
8142 Paola
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151 111
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 </row>
8157 <row>
8158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162
8163 \series bold
8164 Galletti
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173 Oreste
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182 111
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 </row>
8188 <row>
8189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193
8194 \series bold
8195 Gasparini
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204 Franca
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213 111
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 </row>
8219 <row>
8220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224
8225 \series bold
8226 Rizzardi
8227 \series default
8228
8229 \begin_inset Foot
8230 status open
8231
8232 \begin_layout Plain Layout
8233 Beispielfußnote
8234 \end_layout
8235
8236 \end_inset
8237
8238
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247 Paola
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 111
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 </row>
8262 <row>
8263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267
8268 \series bold
8269 Lassini
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278 Giancarlo
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 111
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 </row>
8293 <row>
8294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298
8299 \series bold
8300 Malfatti
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 Luciano
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318 111
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 </row>
8324 <row>
8325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329
8330 \series bold
8331 Malfatti
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340 Valeriano
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 111
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 </row>
8355 <row>
8356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360
8361 \series bold
8362 Meneguzzo
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371 Roberto
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380 111
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 </row>
8386 <row>
8387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391
8392 \series bold
8393 Mezzadra
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 Roberto
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 111
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 </row>
8417 <row>
8418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422
8423 \series bold
8424 Pirpamer
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433 Erich
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 111
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 </row>
8448 <row>
8449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453
8454 \series bold
8455 Pochiesa
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464 Paolo
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 111, 222
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 </row>
8479 <row>
8480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484
8485 \series bold
8486 Radina
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 Claudio
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 111
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 </row>
8510 <row>
8511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515
8516 \series bold
8517 Stuffer
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526 Oskar
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 111
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 </row>
8541 <row>
8542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546
8547 \series bold
8548 Tacchelli
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557 Ugo
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566 111
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 </row>
8572 <row>
8573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577
8578 \series bold
8579 Tezzele
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588 Margit
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597 111
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 </row>
8603 <row>
8604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Plain Layout
8608
8609 \series bold
8610 Unterkalmsteiner
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8616 \begin_inset Text
8617
8618 \begin_layout Plain Layout
8619 Frieda
8620 \end_layout
8621
8622 \end_inset
8623 </cell>
8624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628 111
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 </row>
8634 <row>
8635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639
8640 \series bold
8641 Vieider
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650 Hilde
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659 111
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 </row>
8665 <row>
8666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670
8671 \series bold
8672 Vigna
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681 Jürgen
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690 111
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 </row>
8696 <row>
8697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701
8702 \series bold
8703 Weber
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712 Maurizio
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721 111
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 </row>
8727 <row>
8728 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732
8733 \series bold
8734 Winkler
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743 Franz
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752 111
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 </row>
8758 <row>
8759 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763  
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 </row>
8787 <row>
8788 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792
8793 \series bold
8794 Annovi
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 Silvia
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 555
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 </row>
8818 <row>
8819 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823
8824 \series bold
8825 Bertoli
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834 Stefano
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843 555
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 </row>
8849 <row>
8850 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854
8855 \series bold
8856 Bozzi
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865 Walter
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874 555
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 </row>
8880 <row>
8881 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885
8886 \series bold
8887 Cachia
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896 Maria
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905 555
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 </row>
8911 <row>
8912 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916
8917 \series bold
8918 Cachia
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927 Maurizio
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936 555
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 </row>
8942 <row>
8943 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947
8948 \series bold
8949 Cinquemani
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958 Giusi
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967 555
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 </row>
8973 <row>
8974 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978
8979 \series bold
8980 Colin
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989 Bernard
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 555
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 </row>
9004 <row>
9005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009
9010 \series bold
9011 Concli
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020 Gianfranco
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 555
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 </row>
9035 <row>
9036 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040
9041 \series bold
9042 Dal Bosco
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 Carolina
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 555
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 </row>
9066 <row>
9067 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071
9072 \series bold
9073 Dalpiaz
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082 Annamaria
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091 555
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 </row>
9097 <row>
9098 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102
9103 \series bold
9104 Feliciello
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113 Domenico
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122 555
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 </row>
9128 <row>
9129 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133
9134 \series bold
9135 Focarelli
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144 Paola
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153 555
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 </row>
9159 <row>
9160 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164
9165 \series bold
9166 Galletti
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 Oreste
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 555
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 </row>
9190 <row>
9191 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9192 \begin_inset Text
9193
9194 \begin_layout Plain Layout
9195
9196 \series bold
9197 Gasparini
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206 Franca
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215 555
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 </row>
9221 <row>
9222 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226
9227 \series bold
9228 Rizzardi
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237 Paola
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246 555
9247 \end_layout
9248
9249 \end_inset
9250 </cell>
9251 </row>
9252 <row>
9253 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Plain Layout
9257
9258 \series bold
9259 Lassini
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Plain Layout
9268 Giancarlo
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277 555
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 </row>
9283 <row>
9284 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288
9289 \series bold
9290 Malfatti
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Plain Layout
9299 Luciano
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9305 \begin_inset Text
9306
9307 \begin_layout Plain Layout
9308 555
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 </row>
9314 <row>
9315 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9316 \begin_inset Text
9317
9318 \begin_layout Plain Layout
9319
9320 \series bold
9321 Malfatti
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9327 \begin_inset Text
9328
9329 \begin_layout Plain Layout
9330 Valeriano
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Plain Layout
9339 555
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 </row>
9345 <row>
9346 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350
9351 \series bold
9352 Meneguzzo
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361 Roberto
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370 555
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 </row>
9376 <row>
9377 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Plain Layout
9381
9382 \series bold
9383 Mezzadra
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9389 \begin_inset Text
9390
9391 \begin_layout Plain Layout
9392 Roberto
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Plain Layout
9401 555
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 </row>
9407 <row endlastfoot="true">
9408 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9409 \begin_inset Text
9410
9411 \begin_layout Plain Layout
9412
9413 \end_layout
9414
9415 \end_inset
9416 </cell>
9417 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430
9431 \end_layout
9432
9433 \end_inset
9434 </cell>
9435 </row>
9436 </lyxtabular>
9437
9438 \end_inset
9439
9440
9441 \end_layout
9442
9443 \begin_layout Section
9444 Weitere Möglichkeiten für 
9445 \family sans
9446 lange Tabelle
9447 \family default
9448 n
9449 \begin_inset CommandInset label
9450 LatexCommand label
9451 name "abs:Special-Longtable-Issues"
9452
9453 \end_inset
9454
9455
9456 \end_layout
9457
9458 \begin_layout Subsection
9459 L
9460 \family sans
9461 ange Tabelle
9462 \family default
9463 n: Berechnung
9464 \begin_inset Index
9465 status collapsed
9466
9467 \begin_layout Plain Layout
9468 Tabellen ! lange ! Berechnung
9469 \end_layout
9470
9471 \end_inset
9472
9473
9474 \end_layout
9475
9476 \begin_layout Standard
9477 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9478  sogenannten 
9479 \emph on
9480 chunks
9481 \emph default
9482  (Brocken).
9483  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9484  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9485  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9486  das die Druckausgabe.
9487  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9488  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9489  einfügen:
9490 \end_layout
9491
9492 \begin_layout Standard
9493
9494 \series bold
9495
9496 \backslash
9497 setcounter{LTchunksize}{100}
9498 \end_layout
9499
9500 \begin_layout Subsection
9501 Gleitobjekte und L
9502 \family sans
9503 ange Tabelle
9504 \family default
9505 n
9506 \begin_inset Index
9507 status collapsed
9508
9509 \begin_layout Plain Layout
9510 Tabellen ! lange ! und Gleitobjekte
9511 \end_layout
9512
9513 \end_inset
9514
9515
9516 \end_layout
9517
9518 \begin_layout Standard
9519 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9520 \family sans
9521 lange
9522 \begin_inset space ~
9523 \end_inset
9524
9525 Tabelle
9526 \family default
9527  beginnt, ein Gleitobjekt befindet.
9528  Um das zu vermeiden, können Sie vor der 
9529 \family sans
9530 langen
9531 \begin_inset space ~
9532 \end_inset
9533
9534 Tabellen
9535 \family default
9536  einen manuellen Seitenumbruch
9537 \family sans
9538  Einfügen\SpecialChar \menuseparator
9539 Formatierung\SpecialChar \menuseparator
9540 [Doppel]Seite
9541 \begin_inset space \space{}
9542 \end_inset
9543
9544 leeren
9545 \family default
9546  einfügen, siehe 
9547 \emph on
9548 Benutzerhandbuch
9549 \emph default
9550 .
9551 \end_layout
9552
9553 \begin_layout Subsection
9554 Manuelle Seitenumbrüche
9555 \begin_inset Index
9556 status collapsed
9557
9558 \begin_layout Plain Layout
9559 Tabellen ! lange ! manueller Seitenumbruch
9560 \end_layout
9561
9562 \end_inset
9563
9564
9565 \end_layout
9566
9567 \begin_layout Standard
9568 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9569  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9570  der Zelle umbrechen wollen, fügen Sie den Befehl  
9571 \begin_inset Quotes gld
9572 \end_inset
9573
9574
9575 \series bold
9576
9577 \backslash
9578
9579 \backslash
9580
9581 \series default
9582
9583 \begin_inset Quotes grd
9584 \end_inset
9585
9586  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9587  werden soll.
9588  Vor dem 
9589 \begin_inset Quotes gld
9590 \end_inset
9591
9592
9593 \series bold
9594
9595 \backslash
9596
9597 \backslash
9598
9599 \series default
9600
9601 \begin_inset Quotes grd
9602 \end_inset
9603
9604 -Befehl müssen Sie so viele 
9605 \begin_inset Quotes gld
9606 \end_inset
9607
9608
9609 \series bold
9610 &
9611 \series default
9612
9613 \begin_inset Quotes grd
9614 \end_inset
9615
9616  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9617  Mit 
9618 \begin_inset Quotes gld
9619 \end_inset
9620
9621
9622 \series bold
9623 &
9624 \series default
9625
9626 \begin_inset Quotes grd
9627 \end_inset
9628
9629   werden in LaTeX Tabellenzellen getrennt.
9630  Hinter jedes 
9631 \begin_inset Quotes gld
9632 \end_inset
9633
9634
9635 \series bold
9636 &
9637 \series default
9638
9639 \begin_inset Quotes grd
9640 \end_inset
9641
9642  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9643  und löschen den Inhalt dieser Zellen.
9644 \end_layout
9645
9646 \begin_layout Standard
9647 Hinter dem 
9648 \begin_inset Quotes gld
9649 \end_inset
9650
9651
9652 \series bold
9653
9654 \backslash
9655
9656 \backslash
9657
9658 \series default
9659
9660 \begin_inset Quotes grd
9661 \end_inset
9662
9663 -Befehl müssen Sie so viele 
9664 \begin_inset Quotes gld
9665 \end_inset
9666
9667
9668 \series bold
9669 &
9670 \series default
9671
9672 \begin_inset Quotes grd
9673 \end_inset
9674
9675  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9676  In Tabelle
9677 \begin_inset space ~
9678 \end_inset
9679
9680
9681 \begin_inset CommandInset ref
9682 LatexCommand ref
9683 reference "tab:ForcedPagebreak"
9684
9685 \end_inset
9686
9687  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9688  Es folgt noch eine weitere Spalte.
9689  Deshalb wurde hinter dem Wort 
9690 \emph on
9691 Castelchiodato, 
9692 \emph default
9693 folgendes eingefügt:
9694 \end_layout
9695
9696 \begin_layout Standard
9697
9698 \series bold
9699 & 111
9700 \backslash
9701
9702 \backslash
9703
9704 \begin_inset Newline newline
9705 \end_inset
9706
9707 &
9708 \end_layout
9709
9710 \begin_layout Standard
9711 Die 
9712 \begin_inset Quotes gld
9713 \end_inset
9714
9715 111
9716 \begin_inset Quotes grd
9717 \end_inset
9718
9719  in der dritten Spalte wurde gelöscht.
9720  Wenn die Fußzeile Ihrer 
9721 \family sans
9722 langen
9723 \begin_inset space ~
9724 \end_inset
9725
9726 Tabelle
9727 \family default
9728  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9729  Befehle benutzen:
9730 \end_layout
9731
9732 \begin_layout Standard
9733
9734 \series bold
9735 & 111
9736 \backslash
9737
9738 \backslash
9739
9740 \begin_inset Newline newline
9741 \end_inset
9742
9743
9744 \backslash
9745 hline &
9746 \end_layout
9747
9748 \begin_layout Standard
9749 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9750  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9751 \end_layout
9752
9753 \begin_layout Standard
9754
9755 \series bold
9756
9757 \backslash
9758 setlength{
9759 \backslash
9760 parfillskip}{0pt}
9761 \end_layout
9762
9763 \begin_layout Standard
9764 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9765  erscheint.
9766 \end_layout
9767
9768 \begin_layout Standard
9769 \align center
9770 \begin_inset Tabular
9771 <lyxtabular version="3" rows="39" columns="3">
9772 <features islongtable="true">
9773 <column alignment="left" valignment="top" width="0cm">
9774 <column alignment="left" valignment="top" width="3cm">
9775 <column alignment="right" valignment="top" width="0pt">
9776 <row endfirsthead="true" caption="true">
9777 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781 \begin_inset Caption
9782
9783 \begin_layout Plain Layout
9784 Tabelle mit manuellem Seitenumbruch in einer Zelle
9785 \begin_inset CommandInset label
9786 LatexCommand label
9787 name "tab:ForcedPagebreak"
9788
9789 \end_inset
9790
9791
9792 \begin_inset OptArg
9793 status collapsed
9794
9795 \begin_layout Plain Layout
9796 Tabelle mit manuellem Seitenumbruch in einer Zelle
9797 \end_layout
9798
9799 \end_inset
9800
9801
9802 \end_layout
9803
9804 \end_inset
9805
9806
9807 \end_layout
9808
9809 \end_inset
9810 </cell>
9811 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9812 \begin_inset Text
9813
9814 \begin_layout Plain Layout
9815
9816 \end_layout
9817
9818 \end_inset
9819 </cell>
9820 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9821 \begin_inset Text
9822
9823 \begin_layout Plain Layout
9824
9825 \end_layout
9826
9827 \end_inset
9828 </cell>
9829 </row>
9830 <row endfirsthead="true">
9831 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9832 \begin_inset Text
9833
9834 \begin_layout Plain Layout
9835
9836 \series bold
9837 Telefonliste (ignoriere die Namen)
9838 \end_layout
9839
9840 \end_inset
9841 </cell>
9842 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9843 \begin_inset Text
9844
9845 \begin_layout Plain Layout
9846
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9852 \begin_inset Text
9853
9854 \begin_layout Plain Layout
9855
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 </row>
9861 <row endfirsthead="true">
9862 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9863 \begin_inset Text
9864
9865 \begin_layout Plain Layout
9866
9867 \series bold
9868 NAME
9869 \end_layout
9870
9871 \end_inset
9872 </cell>
9873 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9874 \begin_inset Text
9875
9876 \begin_layout Plain Layout
9877
9878 \end_layout
9879
9880 \end_inset
9881 </cell>
9882 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9883 \begin_inset Text
9884
9885 \begin_layout Plain Layout
9886
9887 \series bold
9888 TEL.
9889 \end_layout
9890
9891 \end_inset
9892 </cell>
9893 </row>
9894 <row endhead="true" caption="true">
9895 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899 \begin_inset ERT
9900 status collapsed
9901
9902 \begin_layout Plain Layout
9903
9904
9905 \backslash
9906 caption*{Fortsetzung der Tabelle mit manuellem Seitenumbruch in einer Zelle}
9907 \backslash
9908
9909 \backslash
9910 %
9911 \end_layout
9912
9913 \end_inset
9914
9915
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924
9925 \end_layout
9926
9927 \end_inset
9928 </cell>
9929 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Plain Layout
9933
9934 \end_layout
9935
9936 \end_inset
9937 </cell>
9938 </row>
9939 <row endhead="true">
9940 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9941 \begin_inset Text
9942
9943 \begin_layout Plain Layout
9944
9945 \series bold
9946 Telefonliste
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955
9956 \end_layout
9957
9958 \end_inset
9959 </cell>
9960 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9961 \begin_inset Text
9962
9963 \begin_layout Plain Layout
9964
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 </row>
9970 <row endhead="true">
9971 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Plain Layout
9975
9976 \series bold
9977 NAME
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Plain Layout
9986
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Plain Layout
9995
9996 \series bold
9997 TEL.
9998 \end_layout
9999
10000 \end_inset
10001 </cell>
10002 </row>
10003 <row endfoot="true">
10004 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008 wird fortgesetzt\SpecialChar \ldots{}
10009
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Plain Layout
10018
10019 \end_layout
10020
10021 \end_inset
10022 </cell>
10023 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Plain Layout
10027
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 </row>
10033 <row>
10034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038
10039 \series bold
10040 Annovi
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10046 \begin_inset Text
10047
10048 \begin_layout Plain Layout
10049 Silvia
10050 \end_layout
10051
10052 \end_inset
10053 </cell>
10054 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10055 \begin_inset Text
10056
10057 \begin_layout Plain Layout
10058 111
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 </row>
10064 <row>
10065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069
10070 \series bold
10071 Bertoli
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080 Stefano
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089 111
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 </row>
10095 <row>
10096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100
10101 \series bold
10102 Bozzi
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111 Walter
10112 \end_layout
10113
10114 \end_inset
10115 </cell>
10116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Plain Layout
10120 111
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 </row>
10126 <row>
10127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131
10132 \series bold
10133 Cachia
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10139 \begin_inset Text
10140
10141 \begin_layout Plain Layout
10142 Maria
10143 \end_layout
10144
10145 \end_inset
10146 </cell>
10147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10148 \begin_inset Text
10149
10150 \begin_layout Plain Layout
10151 111
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 </row>
10157 <row>
10158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162
10163 \series bold
10164 Cachia
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10170 \begin_inset Text
10171
10172 \begin_layout Plain Layout
10173 Maurizio
10174 \end_layout
10175
10176 \end_inset
10177 </cell>
10178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10179 \begin_inset Text
10180
10181 \begin_layout Plain Layout
10182 111
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 </row>
10188 <row>
10189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10190 \begin_inset Text
10191
10192 \begin_layout Plain Layout
10193
10194 \series bold
10195 Cinquemani
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10201 \begin_inset Text
10202
10203 \begin_layout Plain Layout
10204 Giusi
10205 \end_layout
10206
10207 \end_inset
10208 </cell>
10209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213 111
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 </row>
10219 <row>
10220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224
10225 \series bold
10226 Colin
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10232 \begin_inset Text
10233
10234 \begin_layout Plain Layout
10235 Bernard
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244 111
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 </row>
10250 <row>
10251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255
10256 \series bold
10257 Concli
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10263 \begin_inset Text
10264
10265 \begin_layout Plain Layout
10266 Gianfranco
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275 111
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 </row>
10281 <row>
10282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Plain Layout
10286
10287 \series bold
10288 Dal Bosco
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297 Carolina
10298 \end_layout
10299
10300 \end_inset
10301 </cell>
10302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306 111
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 </row>
10312 <row>
10313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317
10318 \series bold
10319 Dalpiaz
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10325 \begin_inset Text
10326
10327 \begin_layout Plain Layout
10328 Annamaria
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337 111
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 </row>
10343 <row>
10344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348
10349 \series bold
10350 Feliciello
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359 Domenico
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368 111
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 </row>
10374 <row>
10375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379
10380 \series bold
10381 Focarelli
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390 Paola
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399 111
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 </row>
10405 <row>
10406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410
10411 \series bold
10412 Galletti
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10418 \begin_inset Text
10419
10420 \begin_layout Plain Layout
10421 Oreste
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430 111
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 </row>
10436 <row>
10437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441
10442 \series bold
10443 Gasparini
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452 Franca
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461 111
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 </row>
10467 <row>
10468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472
10473 \series bold
10474 Lassini
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483 Giancarlo
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492 111
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 </row>
10498 <row>
10499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503
10504 \series bold
10505 Malfatti
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10511 \begin_inset Text
10512
10513 \begin_layout Plain Layout
10514 Luciano
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523 111
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 </row>
10529 <row>
10530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534
10535 \series bold
10536 Malfatti
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545 Valeriano
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554 111
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 </row>
10560 <row>
10561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565
10566 \series bold
10567 Meneguzzo
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576 Roberto
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585 111
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 </row>
10591 <row>
10592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596
10597 \series bold
10598 Mezzadra
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607 Roberto
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616 111
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 </row>
10622 <row>
10623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627
10628 \series bold
10629 Pirpamer
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Plain Layout
10638 Erich
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647 111
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 </row>
10653 <row>
10654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658
10659 \series bold
10660 Pochiesa
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669 Paolo
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678 111, 222
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 </row>
10684 <row>
10685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689
10690 \series bold
10691 Radina
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700 Claudio
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 111
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 </row>
10715 <row>
10716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720
10721 \series bold
10722 Rizzardi
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731 Paolo, 11.
10732  Fürst von Monte\SpecialChar \-
10733 com\SpecialChar \-
10734 patri, 11.
10735  Fürst von Sulmona und Vivaro, 10.
10736  Fürst von Rossano, 5.
10737  Herzog von Canemorte, 11.
10738  Herzog von Palombara, 5.
10739  Herzog von Castelchiodato,
10740 \begin_inset ERT
10741 status open
10742
10743 \begin_layout Plain Layout
10744
10745 & 111
10746 \backslash
10747
10748 \backslash
10749
10750 \end_layout
10751
10752 \begin_layout Plain Layout
10753
10754 &
10755 \end_layout
10756
10757 \end_inset
10758
10759  11.
10760  Herzog von Poggionativo, 11.
10761  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10762  Graf von Valinfreda, 11.
10763  Baron von Cropalati, 11.
10764  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Plain Layout
10773
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 </row>
10779 <row>
10780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Plain Layout
10784
10785 \series bold
10786 Stuffer
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795 Oskar
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10801 \begin_inset Text
10802
10803 \begin_layout Plain Layout
10804 111
10805 \end_layout
10806
10807 \end_inset
10808 </cell>
10809 </row>
10810 <row>
10811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10812 \begin_inset Text
10813
10814 \begin_layout Plain Layout
10815
10816 \series bold
10817 Tacchelli
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10823 \begin_inset Text
10824
10825 \begin_layout Plain Layout
10826 Ugo
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835 111
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 </row>
10841 <row>
10842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10843 \begin_inset Text
10844
10845 \begin_layout Plain Layout
10846
10847 \series bold
10848 Tezzele
10849 \end_layout
10850
10851 \end_inset
10852 </cell>
10853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10854 \begin_inset Text
10855
10856 \begin_layout Plain Layout
10857 Margit
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10863 \begin_inset Text
10864
10865 \begin_layout Plain Layout
10866 111
10867 \end_layout
10868
10869 \end_inset
10870 </cell>
10871 </row>
10872 <row>
10873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10874 \begin_inset Text
10875
10876 \begin_layout Plain Layout
10877
10878 \series bold
10879 Unterkalmsteiner
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888 Frieda
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10894 \begin_inset Text
10895
10896 \begin_layout Plain Layout
10897 111
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 </row>
10903 <row>
10904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908
10909 \series bold
10910 Vieider
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10916 \begin_inset Text
10917
10918 \begin_layout Plain Layout
10919 Hilde
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10925 \begin_inset Text
10926
10927 \begin_layout Plain Layout
10928 111
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 </row>
10934 <row>
10935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10936 \begin_inset Text
10937
10938 \begin_layout Plain Layout
10939
10940 \series bold
10941 Vigna
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950 Jürgen
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Plain Layout
10959 111
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 </row>
10965 <row>
10966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10967 \begin_inset Text
10968
10969 \begin_layout Plain Layout
10970
10971 \series bold
10972 Weber
10973 \end_layout
10974
10975 \end_inset
10976 </cell>
10977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10978 \begin_inset Text
10979
10980 \begin_layout Plain Layout
10981 Maurizio
10982 \end_layout
10983
10984 \end_inset
10985 </cell>
10986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10987 \begin_inset Text
10988
10989 \begin_layout Plain Layout
10990 111
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 </row>
10996 <row>
10997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10998 \begin_inset Text
10999
11000 \begin_layout Plain Layout
11001
11002 \series bold
11003 Winkler
11004 \end_layout
11005
11006 \end_inset
11007 </cell>
11008 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11009 \begin_inset Text
11010
11011 \begin_layout Plain Layout
11012 Franz
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021 111
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 </row>
11027 <row endlastfoot="true">
11028 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
11029 \begin_inset Text
11030
11031 \begin_layout Plain Layout
11032
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041
11042 \end_layout
11043
11044 \end_inset
11045 </cell>
11046 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 </row>
11056 </lyxtabular>
11057
11058 \end_inset
11059
11060
11061 \end_layout
11062
11063 \begin_layout Section
11064 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11065 \end_layout
11066
11067 \begin_layout Subsection
11068 Mehrfache Zeilen in Zellen
11069 \begin_inset CommandInset label
11070 LatexCommand label
11071 name "uab:Mehrfache-Zeilen-in"
11072
11073 \end_inset
11074
11075
11076 \begin_inset Index
11077 status collapsed
11078
11079 \begin_layout Plain Layout
11080 Mehrfache ! Zeilen in Zellen
11081 \end_layout
11082
11083 \end_inset
11084
11085
11086 \begin_inset Index
11087 status collapsed
11088
11089 \begin_layout Plain Layout
11090 Tabellen ! Zeilenumbrüche
11091 \end_layout
11092
11093 \end_inset
11094
11095
11096 \end_layout
11097
11098 \begin_layout Standard
11099 \noindent
11100 \begin_inset Float table
11101 placement H
11102 wide false
11103 sideways false
11104 status open
11105
11106 \begin_layout Plain Layout
11107 \begin_inset Caption
11108
11109 \begin_layout Plain Layout
11110 \begin_inset CommandInset label
11111 LatexCommand label
11112 name "tab:Table-with-multiple"
11113
11114 \end_inset
11115
11116 Tabelle mit mehrfachen Zeilen in einer Zelle
11117 \end_layout
11118
11119 \end_inset
11120
11121
11122 \end_layout
11123
11124 \begin_layout Plain Layout
11125 \align center
11126 \begin_inset Tabular
11127 <lyxtabular version="3" rows="3" columns="3">
11128 <features>
11129 <column alignment="center" valignment="middle" width="2.5cm">
11130 <column alignment="center" valignment="middle" width="0.5cm">
11131 <column alignment="center" valignment="middle" width="0.5cm">
11132 <row>
11133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11134 \begin_inset Text
11135
11136 \begin_layout Plain Layout
11137 zwei
11138 \begin_inset Newline linebreak
11139 \end_inset
11140
11141 Zeilen
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11147 \begin_inset Text
11148
11149 \begin_layout Plain Layout
11150 b
11151 \end_layout
11152
11153 \end_inset
11154 </cell>
11155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11156 \begin_inset Text
11157
11158 \begin_layout Plain Layout
11159 c
11160 \end_layout
11161
11162 \end_inset
11163 </cell>
11164 </row>
11165 <row>
11166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11167 \begin_inset Text
11168
11169 \begin_layout Plain Layout
11170 d
11171 \end_layout
11172
11173 \end_inset
11174 </cell>
11175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11176 \begin_inset Text
11177
11178 \begin_layout Plain Layout
11179 e
11180 \end_layout
11181
11182 \end_inset
11183 </cell>
11184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11185 \begin_inset Text
11186
11187 \begin_layout Plain Layout
11188 f
11189 \end_layout
11190
11191 \end_inset
11192 </cell>
11193 </row>
11194 <row>
11195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11196 \begin_inset Text
11197
11198 \begin_layout Plain Layout
11199 g
11200 \end_layout
11201
11202 \end_inset
11203 </cell>
11204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11205 \begin_inset Text
11206
11207 \begin_layout Plain Layout
11208 h
11209 \end_layout
11210
11211 \end_inset
11212 </cell>
11213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11214 \begin_inset Text
11215
11216 \begin_layout Plain Layout
11217 i
11218 \end_layout
11219
11220 \end_inset
11221 </cell>
11222 </row>
11223 </lyxtabular>
11224
11225 \end_inset
11226
11227
11228 \end_layout
11229
11230 \end_inset
11231
11232
11233 \end_layout
11234
11235 \begin_layout Standard
11236 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11237  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11238  Tabelle
11239 \begin_inset space ~
11240 \end_inset
11241
11242
11243 \begin_inset CommandInset ref
11244 LatexCommand ref
11245 reference "tab:Table-with-multiple"
11246
11247 \end_inset
11248
11249  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11250 \family sans
11251 Tabellen-Einstellungen
11252 \family default
11253 -Dialog auf 2.5
11254 \begin_inset space \thinspace{}
11255 \end_inset
11256
11257 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11258  Weil unser Text schmaler als 2.5
11259 \begin_inset space \thinspace{}
11260 \end_inset
11261
11262 cm ist, würde er in einer Zeile gedruckt werden.
11263  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11264
11265 \family sans
11266 Strg-Shift-Enter
11267 \family default
11268 ) eingefügt.
11269  Wenn der Text länger ist, wird er automatisch umgebrochen.
11270 \end_layout
11271
11272 \begin_layout Standard
11273 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11274  setzen Sie die Breite der beiden Spalten im 
11275 \family sans
11276 Tabellen-Einstellungen
11277 \family default
11278 -Dialog auf 0.5
11279 \begin_inset space \thinspace{}
11280 \end_inset
11281
11282 cm und die vertikale Ausrichtung auf zentriert.
11283 \end_layout
11284
11285 \begin_layout Standard
11286 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11287  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11288  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11289  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11290  Fügen sie daher 0
11291 \begin_inset space \thinspace{}
11292 \end_inset
11293
11294 pt horizontalen Abstand vor dem Wort ein.
11295  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11296  Tabelle
11297 \begin_inset space ~
11298 \end_inset
11299
11300
11301 \begin_inset CommandInset ref
11302 LatexCommand ref
11303 reference "tab:Table-with-and"
11304
11305 \end_inset
11306
11307  zeigt die Wirkungen.
11308 \end_layout
11309
11310 \begin_layout Standard
11311 \begin_inset Float table
11312 placement h
11313 wide false
11314 sideways false
11315 status open
11316
11317 \begin_layout Plain Layout
11318 \begin_inset Caption
11319
11320 \begin_layout Plain Layout
11321 \begin_inset CommandInset label
11322 LatexCommand label
11323 name "tab:Table-with-and"
11324
11325 \end_inset
11326
11327 Tabelle ohne und mit Silbentrennung
11328 \end_layout
11329
11330 \end_inset
11331
11332
11333 \end_layout
11334
11335 \begin_layout Plain Layout
11336 \begin_inset space \hfill{}
11337 \end_inset
11338
11339
11340 \begin_inset Tabular
11341 <lyxtabular version="3" rows="3" columns="3">
11342 <features>
11343 <column alignment="center" valignment="middle" width="2.5cm">
11344 <column alignment="center" valignment="middle" width="0.5cm">
11345 <column alignment="center" valignment="middle" width="0.5cm">
11346 <row>
11347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11348 \begin_inset Text
11349
11350 \begin_layout Plain Layout
11351 einsehrlangesZellenwort
11352 \end_layout
11353
11354 \end_inset
11355 </cell>
11356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11357 \begin_inset Text
11358
11359 \begin_layout Plain Layout
11360 b
11361 \end_layout
11362
11363 \end_inset
11364 </cell>
11365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11366 \begin_inset Text
11367
11368 \begin_layout Plain Layout
11369 c
11370 \end_layout
11371
11372 \end_inset
11373 </cell>
11374 </row>
11375 <row>
11376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11377 \begin_inset Text
11378
11379 \begin_layout Plain Layout
11380 d
11381 \end_layout
11382
11383 \end_inset
11384 </cell>
11385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11386 \begin_inset Text
11387
11388 \begin_layout Plain Layout
11389 e
11390 \end_layout
11391
11392 \end_inset
11393 </cell>
11394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11395 \begin_inset Text
11396
11397 \begin_layout Plain Layout
11398 f
11399 \end_layout
11400
11401 \end_inset
11402 </cell>
11403 </row>
11404 <row>
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 g
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11415 \begin_inset Text
11416
11417 \begin_layout Plain Layout
11418 h
11419 \end_layout
11420
11421 \end_inset
11422 </cell>
11423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11424 \begin_inset Text
11425
11426 \begin_layout Plain Layout
11427 i
11428 \end_layout
11429
11430 \end_inset
11431 </cell>
11432 </row>
11433 </lyxtabular>
11434
11435 \end_inset
11436
11437
11438 \begin_inset space \hfill{}
11439 \end_inset
11440
11441
11442 \begin_inset Tabular
11443 <lyxtabular version="3" rows="3" columns="3">
11444 <features>
11445 <column alignment="center" valignment="middle" width="2.5cm">
11446 <column alignment="center" valignment="middle" width="0.5cm">
11447 <column alignment="center" valignment="middle" width="0.5cm">
11448 <row>
11449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453 \begin_inset space \hspace{}
11454 \length 0pt
11455 \end_inset
11456
11457 einsehrlangesZellenwort
11458 \end_layout
11459
11460 \end_inset
11461 </cell>
11462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11463 \begin_inset Text
11464
11465 \begin_layout Plain Layout
11466 b
11467 \end_layout
11468
11469 \end_inset
11470 </cell>
11471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11472 \begin_inset Text
11473
11474 \begin_layout Plain Layout
11475 c
11476 \end_layout
11477
11478 \end_inset
11479 </cell>
11480 </row>
11481 <row>
11482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11483 \begin_inset Text
11484
11485 \begin_layout Plain Layout
11486 d
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11492 \begin_inset Text
11493
11494 \begin_layout Plain Layout
11495 e
11496 \end_layout
11497
11498 \end_inset
11499 </cell>
11500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11501 \begin_inset Text
11502
11503 \begin_layout Plain Layout
11504 f
11505 \end_layout
11506
11507 \end_inset
11508 </cell>
11509 </row>
11510 <row>
11511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11512 \begin_inset Text
11513
11514 \begin_layout Plain Layout
11515 g
11516 \end_layout
11517
11518 \end_inset
11519 </cell>
11520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11521 \begin_inset Text
11522
11523 \begin_layout Plain Layout
11524 h
11525 \end_layout
11526
11527 \end_inset
11528 </cell>
11529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533 i
11534 \end_layout
11535
11536 \end_inset
11537 </cell>
11538 </row>
11539 </lyxtabular>
11540
11541 \end_inset
11542
11543
11544 \begin_inset space \hfill{}
11545 \end_inset
11546
11547
11548 \end_layout
11549
11550 \end_inset
11551
11552
11553 \end_layout
11554
11555 \begin_layout Subsection
11556 Mehrfachspalten
11557 \begin_inset CommandInset label
11558 LatexCommand label
11559 name "uab:Mehrfachspalten"
11560
11561 \end_inset
11562
11563
11564 \begin_inset Index
11565 status collapsed
11566
11567 \begin_layout Plain Layout
11568 Mahrfachspalten
11569 \end_layout
11570
11571 \end_inset
11572
11573
11574 \begin_inset Index
11575 status collapsed
11576
11577 \begin_layout Plain Layout
11578 Tabellen ! Mahrfachspalten
11579 \end_layout
11580
11581 \end_inset
11582
11583
11584 \end_layout
11585
11586 \begin_layout Subsubsection
11587 Grundlagen
11588 \end_layout
11589
11590 \begin_layout Standard
11591 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11592  und verwenden dann den Knopf 
11593 \begin_inset Graphics
11594         filename ../../images/tabular-feature_multicolumn.png
11595         scale 70
11596         scaleBeforeRotation
11597         BoundingBox 0bp 6bp 22bp 22bp
11598
11599 \end_inset
11600
11601  in der Werkzeugleiste, das Menü 
11602 \family sans
11603 Bearbeiten\SpecialChar \menuseparator
11604 Tabelle\SpecialChar \menuseparator
11605 Mehrfachspalte
11606 \family default
11607  oder den 
11608 \family sans
11609 Tabellen-Einstellungen
11610 \family default
11611 -Dialog, in dem Sie auf der Karteikarte 
11612 \family sans
11613 Tabellen-Einstellungen
11614 \family default
11615  
11616 \family sans
11617 Mehrfachspalte
11618 \family default
11619  ankreuzen.
11620 \end_layout
11621
11622 \begin_layout Standard
11623 Mehrfachspalten haben ihre eigenen Einstellungen.
11624  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11625  Hier ist ein Beispiel, wobei 
11626 \begin_inset Quotes gld
11627 \end_inset
11628
11629 B 2
11630 \begin_inset Quotes grd
11631 \end_inset
11632
11633  keine Mehrfachzeile ist, wie in Abschnitt
11634 \begin_inset space ~
11635 \end_inset
11636
11637
11638 \begin_inset CommandInset ref
11639 LatexCommand ref
11640 reference "uab:Mehrfachzeilen"
11641
11642 \end_inset
11643
11644  beschrieben.
11645  Es wurde nur eine Linie weggelassen:
11646 \end_layout
11647
11648 \begin_layout Standard
11649 \align center
11650 \begin_inset Tabular
11651 <lyxtabular version="3" rows="3" columns="4">
11652 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11653 <column alignment="center" valignment="top" width="0pt">
11654 <column alignment="center" valignment="middle" width="0">
11655 <column alignment="center" valignment="top" width="0in">
11656 <column alignment="center" valignment="top" width="0pt">
11657 <row>
11658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11659 \begin_inset Text
11660
11661 \begin_layout Plain Layout
11662 abc
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11668 \begin_inset Text
11669
11670 \begin_layout Plain Layout
11671 def ghi
11672 \end_layout
11673
11674 \end_inset
11675 </cell>
11676 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680
11681 \end_layout
11682
11683 \end_inset
11684 </cell>
11685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11686 \begin_inset Text
11687
11688 \begin_layout Plain Layout
11689 jkl
11690 \end_layout
11691
11692 \end_inset
11693 </cell>
11694 </row>
11695 <row>
11696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700
11701 \family roman
11702 \series medium
11703 \shape up
11704 \size normal
11705 \emph off
11706 \bar no
11707 \noun off
11708 \color none
11709 A
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11715 \begin_inset Text
11716
11717 \begin_layout Plain Layout
11718 B
11719 \end_layout
11720
11721 \end_inset
11722 </cell>
11723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11724 \begin_inset Text
11725
11726 \begin_layout Plain Layout
11727 C
11728 \end_layout
11729
11730 \end_inset
11731 </cell>
11732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11733 \begin_inset Text
11734
11735 \begin_layout Plain Layout
11736 D
11737 \end_layout
11738
11739 \end_inset
11740 </cell>
11741 </row>
11742 <row>
11743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11744 \begin_inset Text
11745
11746 \begin_layout Plain Layout
11747 1
11748 \end_layout
11749
11750 \end_inset
11751 </cell>
11752 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11753 \begin_inset Text
11754
11755 \begin_layout Plain Layout
11756 2
11757 \end_layout
11758
11759 \end_inset
11760 </cell>
11761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11762 \begin_inset Text
11763
11764 \begin_layout Plain Layout
11765 3
11766 \end_layout
11767
11768 \end_inset
11769 </cell>
11770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11771 \begin_inset Text
11772
11773 \begin_layout Plain Layout
11774 4
11775 \end_layout
11776
11777 \end_inset
11778 </cell>
11779 </row>
11780 </lyxtabular>
11781
11782 \end_inset
11783
11784
11785 \end_layout
11786
11787 \begin_layout Subsubsection
11788 Mehrfachspalten-Berechnungen
11789 \begin_inset CommandInset label
11790 LatexCommand label
11791 name "uab:Mehrfachspalten-Berechnungen"
11792
11793 \end_inset
11794
11795
11796 \begin_inset Index
11797 status collapsed
11798
11799 \begin_layout Plain Layout
11800 Mahrfachspalten ! Berechnung
11801 \end_layout
11802
11803 \end_inset
11804
11805
11806 \begin_inset Index
11807 status collapsed
11808
11809 \begin_layout Plain Layout
11810 Tabellen ! Mahrfachspalten ! Berechnung
11811 \end_layout
11812
11813 \end_inset
11814
11815
11816 \end_layout
11817
11818 \begin_layout Standard
11819 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11820  Zellen beachten.
11821 \end_layout
11822
11823 \begin_layout Standard
11824 \begin_inset Float table
11825 placement h
11826 wide false
11827 sideways false
11828 status open
11829
11830 \begin_layout Plain Layout
11831 \begin_inset Caption
11832
11833 \begin_layout Plain Layout
11834 \begin_inset CommandInset label
11835 LatexCommand label
11836 name "tab:Table-with-centered"
11837
11838 \end_inset
11839
11840 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11841  die halbe Breite der Mehrfachspalten-Zelle haben
11842 \begin_inset OptArg
11843 status collapsed
11844
11845 \begin_layout Plain Layout
11846 Eine Mehrfachspalten-Tabelle
11847 \end_layout
11848
11849 \end_inset
11850
11851
11852 \end_layout
11853
11854 \end_inset
11855
11856
11857 \end_layout
11858
11859 \begin_layout Plain Layout
11860 \align center
11861 \begin_inset Tabular
11862 <lyxtabular version="3" rows="3" columns="3">
11863 <features>
11864 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11865 <column alignment="center" valignment="middle" width="0">
11866 <column alignment="center" valignment="top" width="0">
11867 <row>
11868 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11869 \begin_inset Text
11870
11871 \begin_layout Plain Layout
11872 Dies ist eine Mehrfach\SpecialChar \-
11873 spalten-Zelle
11874 \end_layout
11875
11876 \end_inset
11877 </cell>
11878 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11879 \begin_inset Text
11880
11881 \begin_layout Plain Layout
11882
11883 \end_layout
11884
11885 \end_inset
11886 </cell>
11887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11888 \begin_inset Text
11889
11890 \begin_layout Plain Layout
11891 c
11892 \end_layout
11893
11894 \end_inset
11895 </cell>
11896 </row>
11897 <row>
11898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11899 \begin_inset Text
11900
11901 \begin_layout Plain Layout
11902 d
11903 \end_layout
11904
11905 \end_inset
11906 </cell>
11907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11908 \begin_inset Text
11909
11910 \begin_layout Plain Layout
11911 e
11912 \end_layout
11913
11914 \end_inset
11915 </cell>
11916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11917 \begin_inset Text
11918
11919 \begin_layout Plain Layout
11920 f
11921 \end_layout
11922
11923 \end_inset
11924 </cell>
11925 </row>
11926 <row>
11927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11928 \begin_inset Text
11929
11930 \begin_layout Plain Layout
11931 g
11932 \end_layout
11933
11934 \end_inset
11935 </cell>
11936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11937 \begin_inset Text
11938
11939 \begin_layout Plain Layout
11940 h
11941 \end_layout
11942
11943 \end_inset
11944 </cell>
11945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11946 \begin_inset Text
11947
11948 \begin_layout Plain Layout
11949 i
11950 \end_layout
11951
11952 \end_inset
11953 </cell>
11954 </row>
11955 </lyxtabular>
11956
11957 \end_inset
11958
11959
11960 \end_layout
11961
11962 \end_inset
11963
11964
11965 \end_layout
11966
11967 \begin_layout Standard
11968 Um Tabelle
11969 \begin_inset space ~
11970 \end_inset
11971
11972
11973 \begin_inset CommandInset ref
11974 LatexCommand ref
11975 reference "tab:Table-with-centered"
11976
11977 \end_inset
11978
11979  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11980  3×3-Tabelle, kreuzen im 
11981 \family sans
11982 Tabellen-Einstellungen
11983 \family default
11984 -Dialog 
11985 \family sans
11986 Mehrfachspalte
11987 \family default
11988  an, setzen die 
11989 \family sans
11990 Horizontale
11991 \begin_inset space ~
11992 \end_inset
11993
11994 Ausrichtung
11995 \family default
11996  auf 
11997 \family sans
11998 Zentriert
11999 \family default
12000  und die 
12001 \family sans
12002 Breite
12003 \family default
12004  auf 2.5
12005 \begin_inset space \thinspace{}
12006 \end_inset
12007
12008 cm.
12009  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12010  Sie die Breite der ersten Spalte auf 1.25
12011 \begin_inset space \thinspace{}
12012 \end_inset
12013
12014 cm setzen.
12015  Die zweite Spalte wird dann automatisch 1.25
12016 \begin_inset space \thinspace{}
12017 \end_inset
12018
12019 cm breit (Breite der 
12020 \family sans
12021 Mehrfachspalte
12022 \family default
12023  
12024 \begin_inset Formula $-$
12025 \end_inset
12026
12027  Breite der ersten Spalte).
12028  Dies wurde so für Tabelle
12029 \begin_inset space ~
12030 \end_inset
12031
12032
12033 \begin_inset CommandInset ref
12034 LatexCommand ref
12035 reference "tab:Table-without-half"
12036
12037 \end_inset
12038
12039  gemacht.
12040 \end_layout
12041
12042 \begin_layout Standard
12043 \begin_inset Float table
12044 wide false
12045 sideways false
12046 status open
12047
12048 \begin_layout Plain Layout
12049 \begin_inset Caption
12050
12051 \begin_layout Plain Layout
12052 \begin_inset CommandInset label
12053 LatexCommand label
12054 name "tab:Table-without-half"
12055
12056 \end_inset
12057
12058 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12059  wie die Mehrfachspalte
12060 \begin_inset OptArg
12061 status collapsed
12062
12063 \begin_layout Plain Layout
12064 Eine unvollkommene Mehrfachspalten-Tabelle
12065 \end_layout
12066
12067 \end_inset
12068
12069
12070 \end_layout
12071
12072 \end_inset
12073
12074
12075 \end_layout
12076
12077 \begin_layout Plain Layout
12078 \align center
12079 \begin_inset Tabular
12080 <lyxtabular version="3" rows="3" columns="3">
12081 <features>
12082 <column alignment="center" valignment="top" width="1.25cm">
12083 <column alignment="center" valignment="top" width="0">
12084 <column alignment="center" valignment="top" width="0">
12085 <row>
12086 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12087 \begin_inset Text
12088
12089 \begin_layout Plain Layout
12090 Dies ist auch eine Mehr\SpecialChar \-
12091 fach\SpecialChar \-
12092 spalten-Zelle
12093 \end_layout
12094
12095 \end_inset
12096 </cell>
12097 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12098 \begin_inset Text
12099
12100 \begin_layout Plain Layout
12101
12102 \end_layout
12103
12104 \end_inset
12105 </cell>
12106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12107 \begin_inset Text
12108
12109 \begin_layout Plain Layout
12110 c
12111 \end_layout
12112
12113 \end_inset
12114 </cell>
12115 </row>
12116 <row>
12117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12118 \begin_inset Text
12119
12120 \begin_layout Plain Layout
12121 d
12122 \end_layout
12123
12124 \end_inset
12125 </cell>
12126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12127 \begin_inset Text
12128
12129 \begin_layout Plain Layout
12130 e
12131 \end_layout
12132
12133 \end_inset
12134 </cell>
12135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12136 \begin_inset Text
12137
12138 \begin_layout Plain Layout
12139 f
12140 \end_layout
12141
12142 \end_inset
12143 </cell>
12144 </row>
12145 <row>
12146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12147 \begin_inset Text
12148
12149 \begin_layout Plain Layout
12150 g
12151 \end_layout
12152
12153 \end_inset
12154 </cell>
12155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12156 \begin_inset Text
12157
12158 \begin_layout Plain Layout
12159 h
12160 \end_layout
12161
12162 \end_inset
12163 </cell>
12164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12165 \begin_inset Text
12166
12167 \begin_layout Plain Layout
12168 i
12169 \end_layout
12170
12171 \end_inset
12172 </cell>
12173 </row>
12174 </lyxtabular>
12175
12176 \end_inset
12177
12178
12179 \end_layout
12180
12181 \end_inset
12182
12183
12184 \end_layout
12185
12186 \begin_layout Standard
12187 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12188  als die zweite ist.
12189  Das liegt daran, dass die Zellenbreite 
12190 \begin_inset Formula $W_{\mathrm{tot}}$
12191 \end_inset
12192
12193  nicht ihre definierte Breite 
12194 \begin_inset Formula $W_{g}$
12195 \end_inset
12196
12197  ist, sondern ein wenig mehr.
12198  Anhang
12199 \begin_inset space ~
12200 \end_inset
12201
12202
12203 \begin_inset CommandInset ref
12204 LatexCommand ref
12205 reference "kap:Exläuterung-einer-Gleichung"
12206
12207 \end_inset
12208
12209  erklärt das genauer.
12210 \end_layout
12211
12212 \begin_layout Standard
12213 Wenn 
12214 \emph on
12215 n
12216 \emph default
12217  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12218  die definierte Breite 
12219 \begin_inset Formula $W_{g\, n}$
12220 \end_inset
12221
12222  einer Spalte, deren totale Breite = 
12223 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12224 \end_inset
12225
12226  sein soll, wie folgt:
12227 \begin_inset Formula \begin{equation}
12228 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12229
12230 \end_inset
12231
12232
12233 \end_layout
12234
12235 \begin_layout Standard
12236 In unserem Falls ist 
12237 \begin_inset Formula $n=2$
12238 \end_inset
12239
12240
12241 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12242 \end_inset
12243
12244 cm, und damit wird aus Gleichung
12245 \begin_inset space ~
12246 \end_inset
12247
12248
12249 \begin_inset CommandInset ref
12250 LatexCommand ref
12251 reference "eq:Wgn"
12252
12253 \end_inset
12254
12255  
12256 \begin_inset Formula \begin{equation}
12257 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12258
12259 \end_inset
12260
12261
12262 \end_layout
12263
12264 \begin_layout Standard
12265 Damit LaTeX rechnen kann, muss das Paket 
12266 \series bold
12267 calc
12268 \series default
12269  im Vorspann geladen werden.
12270 \begin_inset Index
12271 status collapsed
12272
12273 \begin_layout Plain Layout
12274 LaTeX-Pakete ! calc
12275 \end_layout
12276
12277 \end_inset
12278
12279
12280 \end_layout
12281
12282 \begin_layout Standard
12283
12284 \series bold
12285
12286 \backslash
12287 usepackage{calc}
12288 \end_layout
12289
12290 \begin_layout Standard
12291 LyX erlaubt im 
12292 \family sans
12293 Breite
12294 \family default
12295 -Feld des 
12296 \family sans
12297 Tabellen-Einstellungen
12298 \family default
12299 -Dialogs keine Berechnungen.
12300  Deshalb müssen Sie die Formel für die Breite im Feld 
12301 \family sans
12302 LaTe
12303 \begin_inset ERT
12304 status collapsed
12305
12306 \begin_layout Plain Layout
12307
12308 {}
12309 \end_layout
12310
12311 \end_inset
12312
12313 X-Argument
12314 \family default
12315  eingeben.
12316  Hier iss ein Überblick über die Argumente:
12317 \end_layout
12318
12319 \begin_layout Itemize
12320
12321 \series bold
12322 p{Breite}
12323 \series default
12324  die Zelle bekommt eine feste 
12325 \series bold
12326 Breite
12327 \series default
12328 , und die vertikale Ausrichtung ist 
12329 \family sans
12330 Oben
12331 \end_layout
12332
12333 \begin_layout Itemize
12334
12335 \series bold
12336 m{Breite}
12337 \series default
12338  die Zelle bekommt eine feste 
12339 \series bold
12340 Breite
12341 \series default
12342 , und die vertikale Ausrichtung ist 
12343 \family sans
12344 Mitte
12345 \end_layout
12346
12347 \begin_layout Itemize
12348
12349 \series bold
12350 b{Breite}
12351 \series default
12352  die Zelle bekommt eine feste 
12353 \series bold
12354 Breite
12355 \series default
12356 , und die vertikale Ausrichtung ist 
12357 \family sans
12358 Unten
12359 \end_layout
12360
12361 \begin_layout Standard
12362 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12363  für diese Zelle überschrieben.
12364 \end_layout
12365
12366 \begin_layout Standard
12367 \begin_inset Note Greyedout
12368 status open
12369
12370 \begin_layout Plain Layout
12371
12372 \series bold
12373 Bemerkung:
12374 \series default
12375  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12376  angezeigt.
12377 \end_layout
12378
12379 \end_inset
12380
12381
12382 \end_layout
12383
12384 \begin_layout Standard
12385 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12386  der Zelle mit dem Inhalt 
12387 \begin_inset Quotes gld
12388 \end_inset
12389
12390 d
12391 \begin_inset Quotes grd
12392 \end_inset
12393
12394  der Tabelle
12395 \begin_inset space ~
12396 \end_inset
12397
12398
12399 \begin_inset CommandInset ref
12400 LatexCommand ref
12401 reference "tab:Table-with-centered"
12402
12403 \end_inset
12404
12405  auch noch der Befehl
12406 \family typewriter
12407 \series bold
12408  
12409 \family default
12410
12411 \backslash
12412 centering
12413 \series default
12414  hinzugefügt.
12415  Das Ganze sieht dann so aus:
12416 \end_layout
12417
12418 \begin_layout Standard
12419
12420 \series bold
12421 |>{
12422 \backslash
12423 centering}m{1.25cm-6.2pt}
12424 \end_layout
12425
12426 \begin_layout Standard
12427 Der vertikale Strich 
12428 \series bold
12429
12430 \begin_inset Quotes gld
12431 \end_inset
12432
12433 |
12434 \series default
12435
12436 \begin_inset Quotes grd
12437 \end_inset
12438
12439  am Anfang zeichnet die linke Linie, und der Befehl 
12440 \series bold
12441
12442 \begin_inset Quotes gld
12443 \end_inset
12444
12445 >{ }
12446 \begin_inset Quotes grd
12447 \end_inset
12448
12449
12450 \series default
12451  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12452  der Zelle benutzt werden sollen.
12453 \end_layout
12454
12455 \begin_layout Standard
12456 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12457  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12458  für einzelne Spalten anwendet.
12459  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12460  werden:
12461 \end_layout
12462
12463 \begin_layout Standard
12464
12465 \series bold
12466 |>{
12467 \backslash
12468 centering}m{2.5cm}|
12469 \end_layout
12470
12471 \begin_layout Subsection
12472 Mehrfachzeilen
12473 \begin_inset CommandInset label
12474 LatexCommand label
12475 name "uab:Mehrfachzeilen"
12476
12477 \end_inset
12478
12479
12480 \begin_inset Index
12481 status collapsed
12482
12483 \begin_layout Plain Layout
12484 Mehrfachzeilen
12485 \end_layout
12486
12487 \end_inset
12488
12489
12490 \begin_inset Index
12491 status collapsed
12492
12493 \begin_layout Plain Layout
12494 Tabellen ! Mehrfachzeilen
12495 \end_layout
12496
12497 \end_inset
12498
12499
12500 \end_layout
12501
12502 \begin_layout Standard
12503 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12504  unterstützt, sodass etwas TeX-Code notwendig ist.
12505  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12506 \series bold
12507 multirow
12508 \series default
12509
12510 \begin_inset Index
12511 status collapsed
12512
12513 \begin_layout Plain Layout
12514 LaTeX-Pakete ! multirow
12515 \end_layout
12516
12517 \end_inset
12518
12519  im Vorspann geladen werden:
12520 \end_layout
12521
12522 \begin_layout Standard
12523
12524 \series bold
12525
12526 \backslash
12527 usepackage{multirow}
12528 \end_layout
12529
12530 \begin_layout Standard
12531 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12532 \end_layout
12533
12534 \begin_layout Standard
12535
12536 \series bold
12537
12538 \backslash
12539 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12540 \end_layout
12541
12542 \begin_layout Standard
12543 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
12544  Mehrfachspalte definiert und die obere Linie entfernt.
12545 \end_layout
12546
12547 \begin_layout Standard
12548 \align center
12549 \begin_inset ERT
12550 status collapsed
12551
12552 \begin_layout Plain Layout
12553
12554
12555 \backslash
12556 renewcommand{
12557 \backslash
12558 multirowsetup}{
12559 \backslash
12560 centering}
12561 \end_layout
12562
12563 \end_inset
12564
12565
12566 \begin_inset Tabular
12567 <lyxtabular version="3" rows="3" columns="3">
12568 <features>
12569 <column alignment="center" valignment="top" width="0">
12570 <column alignment="center" valignment="top" width="0">
12571 <column alignment="center" valignment="top" width="0">
12572 <row>
12573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12574 \begin_inset Text
12575
12576 \begin_layout Plain Layout
12577 a
12578 \end_layout
12579
12580 \end_inset
12581 </cell>
12582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12583 \begin_inset Text
12584
12585 \begin_layout Plain Layout
12586 b
12587 \end_layout
12588
12589 \end_inset
12590 </cell>
12591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12592 \begin_inset Text
12593
12594 \begin_layout Plain Layout
12595 c
12596 \end_layout
12597
12598 \end_inset
12599 </cell>
12600 </row>
12601 <row>
12602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12603 \begin_inset Text
12604
12605 \begin_layout Plain Layout
12606 \begin_inset ERT
12607 status collapsed
12608
12609 \begin_layout Plain Layout
12610
12611
12612 \backslash
12613 multirow{2}{2.5cm}{
12614 \end_layout
12615
12616 \end_inset
12617
12618 Mehrfach\SpecialChar \-
12619 zeilen-Text
12620 \begin_inset ERT
12621 status collapsed
12622
12623 \begin_layout Plain Layout
12624
12625 }
12626 \end_layout
12627
12628 \end_inset
12629
12630
12631 \end_layout
12632
12633 \end_inset
12634 </cell>
12635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12636 \begin_inset Text
12637
12638 \begin_layout Plain Layout
12639 e
12640 \end_layout
12641
12642 \end_inset
12643 </cell>
12644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12645 \begin_inset Text
12646
12647 \begin_layout Plain Layout
12648 f
12649 \end_layout
12650
12651 \end_inset
12652 </cell>
12653 </row>
12654 <row>
12655 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12656 \begin_inset Text
12657
12658 \begin_layout Plain Layout
12659
12660 \end_layout
12661
12662 \end_inset
12663 </cell>
12664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12665 \begin_inset Text
12666
12667 \begin_layout Plain Layout
12668 h
12669 \end_layout
12670
12671 \end_inset
12672 </cell>
12673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12674 \begin_inset Text
12675
12676 \begin_layout Plain Layout
12677 i
12678 \end_layout
12679
12680 \end_inset
12681 </cell>
12682 </row>
12683 </lyxtabular>
12684
12685 \end_inset
12686
12687
12688 \begin_inset ERT
12689 status collapsed
12690
12691 \begin_layout Plain Layout
12692
12693
12694 \backslash
12695 renewcommand{
12696 \backslash
12697 multirowsetup}{
12698 \backslash
12699 raggedright}
12700 \end_layout
12701
12702 \end_inset
12703
12704
12705 \end_layout
12706
12707 \begin_layout Standard
12708 In der Zelle darüber wurde dann mit dem Befehl
12709 \end_layout
12710
12711 \begin_layout Standard
12712
12713 \series bold
12714
12715 \backslash
12716 multirow{2}{2.5cm}{
12717 \end_layout
12718
12719 \begin_layout Standard
12720 als TeX-Code die Mehrfachzeile definiert.
12721  Sie besteht aus zwei Zeilen und einer Breite von 2.5
12722 \begin_inset space \thinspace{}
12723 \end_inset
12724
12725 cm.
12726  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12727  mit der Klammer 
12728 \begin_inset Quotes gld
12729 \end_inset
12730
12731
12732 \series bold
12733 }
12734 \series default
12735
12736 \begin_inset Quotes grd
12737 \end_inset
12738
12739  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12740 \end_layout
12741
12742 \begin_layout Standard
12743
12744 \series bold
12745
12746 \backslash
12747 multirow
12748 \series default
12749  richtet seinen Inhalt standardmäßig linksbündig aus.
12750  Das wurde mit dem Befehl
12751 \end_layout
12752
12753 \begin_layout Standard
12754
12755 \series bold
12756
12757 \backslash
12758 renewcommand{
12759 \backslash
12760 multirowsetup}{
12761 \backslash
12762 centering}
12763 \end_layout
12764
12765 \begin_layout Standard
12766 als TeX-Code  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12767 \end_layout
12768
12769 \begin_layout Standard
12770
12771 \series bold
12772
12773 \backslash
12774 renewcommand{
12775 \backslash
12776 multirowsetup}{
12777 \backslash
12778 raggedright}
12779 \end_layout
12780
12781 \begin_layout Standard
12782 zurückgesetzt.
12783  Für rechtsbündigen Text benutzt man 
12784 \series bold
12785
12786 \backslash
12787 raggedleft
12788 \series default
12789 .
12790 \end_layout
12791
12792 \begin_layout Section
12793 Formale Tabellen
12794 \begin_inset CommandInset label
12795 LatexCommand label
12796 name "abs:Formale-Tabellen"
12797
12798 \end_inset
12799
12800
12801 \begin_inset Index
12802 status collapsed
12803
12804 \begin_layout Plain Layout
12805 Tabellen ! Formale
12806 \end_layout
12807
12808 \end_inset
12809
12810
12811 \end_layout
12812
12813 \begin_layout Standard
12814 Tabellen werden in Büchern oft wie Tabelle
12815 \begin_inset space ~
12816 \end_inset
12817
12818
12819 \begin_inset CommandInset ref
12820 LatexCommand ref
12821 reference "tab:Formale-Tabelle"
12822
12823 \end_inset
12824
12825  gesetzt.
12826  Diese Tabellen werden
12827 \emph on
12828  formal
12829 \emph default
12830  genannt.
12831  Formale Tabellen bekommen Sie, wenn Sie im 
12832 \family sans
12833 Tabellen-Einstellungen
12834 \family default
12835 -Dialog auf der Karteikarte 
12836 \family sans
12837 Rahmen
12838 \family default
12839  den 
12840 \family sans
12841 Stil
12842 \family default
12843  
12844 \family sans
12845 Formal
12846 \family default
12847  ankreuzen.
12848 \end_layout
12849
12850 \begin_layout Standard
12851 \begin_inset Float table
12852 placement h
12853 wide false
12854 sideways false
12855 status open
12856
12857 \begin_layout Plain Layout
12858 \begin_inset Caption
12859
12860 \begin_layout Plain Layout
12861 \begin_inset CommandInset label
12862 LatexCommand label
12863 name "tab:Formale-Tabelle"
12864
12865 \end_inset
12866
12867 Formale Tabelle
12868 \end_layout
12869
12870 \end_inset
12871
12872
12873 \end_layout
12874
12875 \begin_layout Plain Layout
12876 \align center
12877 \begin_inset Tabular
12878 <lyxtabular version="3" rows="8" columns="4">
12879 <features booktabs="true">
12880 <column alignment="center" valignment="top" width="0">
12881 <column alignment="right" valignment="top" width="0">
12882 <column alignment="right" valignment="top" width="0">
12883 <column alignment="right" valignment="top" width="0">
12884 <row>
12885 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12886 \begin_inset Text
12887
12888 \begin_layout Plain Layout
12889 System
12890 \end_layout
12891
12892 \end_inset
12893 </cell>
12894 <cell alignment="center" valignment="top" topline="true" usebox="none">
12895 \begin_inset Text
12896
12897 \begin_layout Plain Layout
12898 Medipix
12899 \begin_inset space \thinspace{}
12900 \end_inset
12901
12902 1
12903 \end_layout
12904
12905 \end_inset
12906 </cell>
12907 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12908 \begin_inset Text
12909
12910 \begin_layout Plain Layout
12911 Medipix
12912 \begin_inset space \thinspace{}
12913 \end_inset
12914
12915 2
12916 \end_layout
12917
12918 \end_inset
12919 </cell>
12920 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12921 \begin_inset Text
12922
12923 \begin_layout Plain Layout
12924
12925 \end_layout
12926
12927 \end_inset
12928 </cell>
12929 </row>
12930 <row>
12931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12932 \begin_inset Text
12933
12934 \begin_layout Plain Layout
12935 \begin_inset ERT
12936 status collapsed
12937
12938 \begin_layout Plain Layout
12939
12940
12941 \backslash
12942 cmidrule(r){2-2}
12943 \end_layout
12944
12945 \end_inset
12946
12947
12948 \begin_inset ERT
12949 status collapsed
12950
12951 \begin_layout Plain Layout
12952
12953
12954 \backslash
12955 cmidrule(l){3-4}
12956 \end_layout
12957
12958 \end_inset
12959
12960 Detektordicke [µm]
12961 \end_layout
12962
12963 \end_inset
12964 </cell>
12965 <cell alignment="center" valignment="top" usebox="none">
12966 \begin_inset Text
12967
12968 \begin_layout Plain Layout
12969 300
12970 \end_layout
12971
12972 \end_inset
12973 </cell>
12974 <cell alignment="center" valignment="top" usebox="none">
12975 \begin_inset Text
12976
12977 \begin_layout Plain Layout
12978 300
12979 \end_layout
12980
12981 \end_inset
12982 </cell>
12983 <cell alignment="center" valignment="top" usebox="none">
12984 \begin_inset Text
12985
12986 \begin_layout Plain Layout
12987 700
12988 \end_layout
12989
12990 \end_inset
12991 </cell>
12992 </row>
12993 <row>
12994 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12995 \begin_inset Text
12996
12997 \begin_layout Plain Layout
12998 Kantenwinkel [°]
12999 \end_layout
13000
13001 \end_inset
13002 </cell>
13003 <cell alignment="center" valignment="top" topline="true" usebox="none">
13004 \begin_inset Text
13005
13006 \begin_layout Plain Layout
13007 3.55
13008 \end_layout
13009
13010 \end_inset
13011 </cell>
13012 <cell alignment="center" valignment="top" topline="true" usebox="none">
13013 \begin_inset Text
13014
13015 \begin_layout Plain Layout
13016 2.71
13017 \end_layout
13018
13019 \end_inset
13020 </cell>
13021 <cell alignment="center" valignment="top" topline="true" usebox="none">
13022 \begin_inset Text
13023
13024 \begin_layout Plain Layout
13025 7.99
13026 \end_layout
13027
13028 \end_inset
13029 </cell>
13030 </row>
13031 <row topspace="default">
13032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13033 \begin_inset Text
13034
13035 \begin_layout Plain Layout
13036 räumliche Auf\SpecialChar \textcompwordmark{}
13037 lösung [µm]
13038 \end_layout
13039
13040 \end_inset
13041 </cell>
13042 <cell alignment="center" valignment="top" usebox="none">
13043 \begin_inset Text
13044
13045 \begin_layout Plain Layout
13046 4.26
13047 \end_layout
13048
13049 \end_inset
13050 </cell>
13051 <cell alignment="center" valignment="top" usebox="none">
13052 \begin_inset Text
13053
13054 \begin_layout Plain Layout
13055 10.17
13056 \end_layout
13057
13058 \end_inset
13059 </cell>
13060 <cell alignment="center" valignment="top" usebox="none">
13061 \begin_inset Text
13062
13063 \begin_layout Plain Layout
13064 10.56
13065 \end_layout
13066
13067 \end_inset
13068 </cell>
13069 </row>
13070 <row topspace="default">
13071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13072 \begin_inset Text
13073
13074 \begin_layout Plain Layout
13075 MTF bei 
13076 \begin_inset Formula $f_{\mathrm{max}}$
13077 \end_inset
13078
13079
13080 \end_layout
13081
13082 \end_inset
13083 </cell>
13084 <cell alignment="center" valignment="top" usebox="none">
13085 \begin_inset Text
13086
13087 \begin_layout Plain Layout
13088 0.53
13089 \end_layout
13090
13091 \end_inset
13092 </cell>
13093 <cell alignment="center" valignment="top" usebox="none">
13094 \begin_inset Text
13095
13096 \begin_layout Plain Layout
13097 0.37
13098 \end_layout
13099
13100 \end_inset
13101 </cell>
13102 <cell alignment="center" valignment="top" usebox="none">
13103 \begin_inset Text
13104
13105 \begin_layout Plain Layout
13106 0.39
13107 \end_layout
13108
13109 \end_inset
13110 </cell>
13111 </row>
13112 <row topspace="default">
13113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13114 \begin_inset Text
13115
13116 \begin_layout Plain Layout
13117 \begin_inset ERT
13118 status collapsed
13119
13120 \begin_layout Plain Layout
13121
13122
13123 \backslash
13124 cmidrule(l{10pt}){1-1}
13125 \end_layout
13126
13127 \end_inset
13128
13129 LSF räumliche Auf\SpecialChar \textcompwordmark{}
13130 lösung
13131 \end_layout
13132
13133 \end_inset
13134 </cell>
13135 <cell alignment="center" valignment="top" usebox="none">
13136 \begin_inset Text
13137
13138 \begin_layout Plain Layout
13139
13140 \end_layout
13141
13142 \end_inset
13143 </cell>
13144 <cell alignment="center" valignment="top" usebox="none">
13145 \begin_inset Text
13146
13147 \begin_layout Plain Layout
13148
13149 \end_layout
13150
13151 \end_inset
13152 </cell>
13153 <cell alignment="center" valignment="top" usebox="none">
13154 \begin_inset Text
13155
13156 \begin_layout Plain Layout
13157
13158 \end_layout
13159
13160 \end_inset
13161 </cell>
13162 </row>
13163 <row>
13164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13165 \begin_inset Text
13166
13167 \begin_layout Plain Layout
13168 in µm
13169 \end_layout
13170
13171 \end_inset
13172 </cell>
13173 <cell alignment="center" valignment="top" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177 129.7
13178 \end_layout
13179
13180 \end_inset
13181 </cell>
13182 <cell alignment="center" valignment="top" usebox="none">
13183 \begin_inset Text
13184
13185 \begin_layout Plain Layout
13186 52.75
13187 \end_layout
13188
13189 \end_inset
13190 </cell>
13191 <cell alignment="center" valignment="top" usebox="none">
13192 \begin_inset Text
13193
13194 \begin_layout Plain Layout
13195 50.78
13196 \end_layout
13197
13198 \end_inset
13199 </cell>
13200 </row>
13201 <row>
13202 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13203 \begin_inset Text
13204
13205 \begin_layout Plain Layout
13206 in % der Pixelgröße
13207 \end_layout
13208
13209 \end_inset
13210 </cell>
13211 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13212 \begin_inset Text
13213
13214 \begin_layout Plain Layout
13215 76.3
13216 \end_layout
13217
13218 \end_inset
13219 </cell>
13220 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13221 \begin_inset Text
13222
13223 \begin_layout Plain Layout
13224 95.9
13225 \end_layout
13226
13227 \end_inset
13228 </cell>
13229 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13230 \begin_inset Text
13231
13232 \begin_layout Plain Layout
13233 92.3
13234 \end_layout
13235
13236 \end_inset
13237 </cell>
13238 </row>
13239 </lyxtabular>
13240
13241 \end_inset
13242
13243
13244 \end_layout
13245
13246 \end_inset
13247
13248
13249 \end_layout
13250
13251 \begin_layout Standard
13252 Abstände zu Tabellenzeilen können auf der Karteikarte 
13253 \family sans
13254 Rahmen
13255 \family default
13256  des 
13257 \family sans
13258 Tabellen-Ein\SpecialChar \-
13259 stel\SpecialChar \-
13260 lun\SpecialChar \-
13261 gen
13262 \family default
13263 -Dialogs hinzugefügt werden, wie in Abschnitt
13264 \begin_inset space ~
13265 \end_inset
13266
13267
13268 \begin_inset CommandInset ref
13269 LatexCommand ref
13270 reference "uab:Zeilenabstand"
13271
13272 \end_inset
13273
13274  beschrieben.
13275 \end_layout
13276
13277 \begin_layout Standard
13278 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13279  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13280  gedruckt aber anders aus.
13281  Die erste und letzte Linie ist 0.08
13282 \begin_inset space \thinspace{}
13283 \end_inset
13284
13285 em dick, während die anderen 0.05
13286 \begin_inset space \thinspace{}
13287 \end_inset
13288
13289 em dick sind.
13290 \end_layout
13291
13292 \begin_layout Standard
13293 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13294 \end_layout
13295
13296 \begin_layout Standard
13297
13298 \series bold
13299
13300 \backslash
13301 let
13302 \backslash
13303 mytoprule
13304 \backslash
13305 toprule
13306 \begin_inset Newline newline
13307 \end_inset
13308
13309
13310 \backslash
13311 renewcommand{
13312 \backslash
13313 toprule}{
13314 \backslash
13315 mytoprule[Breite]}
13316 \end_layout
13317
13318 \begin_layout Standard
13319 Dies Beispiel gilt für die oberste Linie, genannt 
13320 \series bold
13321 toprule
13322 \series default
13323 .
13324  Für die letzte müssen Sie 
13325 \series bold
13326 toprule
13327 \series default
13328  durch 
13329 \series bold
13330 bottomrule
13331 \series default
13332  ersetzen.
13333  Die Linien dazwischen heißen 
13334 \series bold
13335 midrule
13336 \series default
13337 .
13338  Für 
13339 \family sans
13340 Breite
13341 \family default
13342  können Sie alle Einheiten benutzen, die in Anhang
13343 \begin_inset space ~
13344 \end_inset
13345
13346
13347 \begin_inset CommandInset ref
13348 LatexCommand ref
13349 reference "kap:In-LyX-verfügbare"
13350
13351 \end_inset
13352
13353  aufgelistet sind.
13354 \end_layout
13355
13356 \begin_layout Standard
13357 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13358  eine Linie unter einer Mehrfachspalte.
13359  LyX wird intern den Befehl 
13360 \series bold
13361
13362 \backslash
13363 cmidrule
13364 \series default
13365  benutzen, um diese Linie zu drucken.
13366  Der ganze Befehl sieht so aus:
13367 \end_layout
13368
13369 \begin_layout Standard
13370
13371 \series bold
13372
13373 \backslash
13374 cmidrule[width](trim){Anfangsspalte-Endspalte}
13375 \end_layout
13376
13377 \begin_layout Standard
13378 Die 
13379 \series bold
13380
13381 \backslash
13382 cmidrule
13383 \series default
13384 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13385  benutzen.
13386  
13387 \series bold
13388
13389 \backslash
13390 cmidrule
13391 \series default
13392  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13393  erste Zelle einer Zeile einfügt.
13394  Die Linie wird dann über der Zeile gedruckt.
13395 \end_layout
13396
13397 \begin_layout Standard
13398 Der Standardwert ist 0.03
13399 \begin_inset space \thinspace{}
13400 \end_inset
13401
13402 em.
13403  Die Linie reicht von 
13404 \family typewriter
13405 Anfangsspalte
13406 \family default
13407  bis 
13408 \family typewriter
13409 End\SpecialChar \-
13410 spal\SpecialChar \-
13411 te
13412 \family default
13413 .
13414  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13415   Der optionale Parameter 
13416 \family typewriter
13417 trim
13418 \family default
13419  kann die Werte 
13420 \emph on
13421 r
13422 \emph default
13423
13424 \emph on
13425 r{Breite}
13426 \emph default
13427
13428 \emph on
13429 l
13430 \family typewriter
13431 \emph default
13432  
13433 \family default
13434 oder 
13435 \emph on
13436 l{Breite}
13437 \emph default
13438  annehmen, wobei die 
13439 \family sans
13440 Breite
13441 \family default
13442  optional ist.
13443  
13444 \emph on
13445 l{2pt}
13446 \emph default
13447  zum Beispiel bedeutet, dass die Linie links um 2
13448 \begin_inset space \thinspace{}
13449 \end_inset
13450
13451 pt gekürzt wird.
13452  Ohne Breitenangabe werden die Linien um 0.5
13453 \begin_inset space \thinspace{}
13454 \end_inset
13455
13456 em gekürzt.
13457 \end_layout
13458
13459 \begin_layout Standard
13460 \begin_inset VSpace bigskip
13461 \end_inset
13462
13463 In Tabelle
13464 \begin_inset space ~
13465 \end_inset
13466
13467
13468 \begin_inset CommandInset ref
13469 LatexCommand ref
13470 reference "tab:Formale-Tabelle"
13471
13472 \end_inset
13473
13474  wurden die Befehle
13475 \end_layout
13476
13477 \begin_layout Standard
13478
13479 \series bold
13480
13481 \backslash
13482 cmidrule(r){2-2}
13483 \backslash
13484 cmidrule(l){3-4}
13485 \end_layout
13486
13487 \begin_layout Standard
13488 am Anfang der zweiten Zeile und
13489 \end_layout
13490
13491 \begin_layout Standard
13492
13493 \series bold
13494
13495 \backslash
13496 cmidrule(l{10pt}){1-1}
13497 \end_layout
13498
13499 \begin_layout Standard
13500 in der sechsten benutzt.
13501 \end_layout
13502
13503 \begin_layout Standard
13504 \begin_inset VSpace bigskip
13505 \end_inset
13506
13507
13508 \end_layout
13509
13510 \begin_layout Standard
13511 Sie können mit 
13512 \series bold
13513
13514 \backslash
13515 cmidrule
13516 \series default
13517  auch überlappende Linien wie in Tabelle
13518 \begin_inset space ~
13519 \end_inset
13520
13521
13522 \begin_inset CommandInset ref
13523 LatexCommand ref
13524 reference "tab:Special-booktabs-table"
13525
13526 \end_inset
13527
13528  definieren.
13529  Der Befehl ist:
13530 \end_layout
13531
13532 \begin_layout Standard
13533
13534 \series bold
13535
13536 \backslash
13537 morecmidrules
13538 \end_layout
13539
13540 \begin_layout Standard
13541 In Zeile zwei der Tabelle
13542 \begin_inset space ~
13543 \end_inset
13544
13545
13546 \begin_inset CommandInset ref
13547 LatexCommand ref
13548 reference "tab:Special-booktabs-table"
13549
13550 \end_inset
13551
13552  wurde folgender Befehl benutzt:
13553 \end_layout
13554
13555 \begin_layout Standard
13556
13557 \series bold
13558
13559 \backslash
13560 cmidrule(r){2-2}
13561 \backslash
13562 cmidrule(l){3-4}
13563 \backslash
13564 morecmidrules
13565 \begin_inset Newline newline
13566 \end_inset
13567
13568
13569 \backslash
13570 cmidrule{2-4}
13571 \end_layout
13572
13573 \begin_layout Standard
13574 und in Zeile sechs:
13575 \end_layout
13576
13577 \begin_layout Standard
13578
13579 \series bold
13580
13581 \backslash
13582 midrule
13583 \backslash
13584 morecmidrules
13585 \backslash
13586 cmidrule{3-4}
13587 \end_layout
13588
13589 \begin_layout Standard
13590 \begin_inset VSpace bigskip
13591 \end_inset
13592
13593
13594 \end_layout
13595
13596 \begin_layout Standard
13597 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13598  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13599 \end_layout
13600
13601 \begin_layout Standard
13602
13603 \series bold
13604
13605 \backslash
13606 specialrule{Dicke}{Abstand davor}{Abstand danach}
13607 \end_layout
13608
13609 \begin_layout Standard
13610 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13611 \series bold
13612 booktabs
13613 \series default
13614  
13615 \begin_inset CommandInset citation
13616 LatexCommand cite
13617 key "booktabs"
13618
13619 \end_inset
13620
13621 .
13622 \begin_inset Index
13623 status collapsed
13624
13625 \begin_layout Plain Layout
13626 LaTeX-Pakete ! booktabs
13627 \end_layout
13628
13629 \end_inset
13630
13631
13632 \end_layout
13633
13634 \begin_layout Standard
13635 \begin_inset Float table
13636 placement h
13637 wide false
13638 sideways false
13639 status open
13640
13641 \begin_layout Plain Layout
13642 \begin_inset Caption
13643
13644 \begin_layout Plain Layout
13645 \begin_inset CommandInset label
13646 LatexCommand label
13647 name "tab:Special-booktabs-table"
13648
13649 \end_inset
13650
13651 Eine spezielle formale Tabelle
13652 \end_layout
13653
13654 \end_inset
13655
13656
13657 \end_layout
13658
13659 \begin_layout Plain Layout
13660 \align center
13661 \begin_inset Tabular
13662 <lyxtabular version="3" rows="8" columns="4">
13663 <features booktabs="true">
13664 <column alignment="center" valignment="top" width="0">
13665 <column alignment="center" valignment="top" width="0">
13666 <column alignment="right" valignment="top" width="0">
13667 <column alignment="right" valignment="top" width="0">
13668 <row>
13669 <cell alignment="center" valignment="top" topline="true" usebox="none">
13670 \begin_inset Text
13671
13672 \begin_layout Plain Layout
13673 System
13674 \end_layout
13675
13676 \end_inset
13677 </cell>
13678 <cell alignment="center" valignment="top" topline="true" usebox="none">
13679 \begin_inset Text
13680
13681 \begin_layout Plain Layout
13682 Medipix
13683 \begin_inset space \thinspace{}
13684 \end_inset
13685
13686 1
13687 \end_layout
13688
13689 \end_inset
13690 </cell>
13691 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13692 \begin_inset Text
13693
13694 \begin_layout Plain Layout
13695 Medipix
13696 \begin_inset space \thinspace{}
13697 \end_inset
13698
13699 2
13700 \end_layout
13701
13702 \end_inset
13703 </cell>
13704 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13705 \begin_inset Text
13706
13707 \begin_layout Plain Layout
13708
13709 \end_layout
13710
13711 \end_inset
13712 </cell>
13713 </row>
13714 <row>
13715 <cell alignment="center" valignment="top" usebox="none">
13716 \begin_inset Text
13717
13718 \begin_layout Plain Layout
13719 \begin_inset ERT
13720 status collapsed
13721
13722 \begin_layout Plain Layout
13723
13724
13725 \backslash
13726 cmidrule(r){2-2}
13727 \end_layout
13728
13729 \end_inset
13730
13731
13732 \begin_inset ERT
13733 status collapsed
13734
13735 \begin_layout Plain Layout
13736
13737
13738 \backslash
13739 cmidrule(l){3-4}
13740 \end_layout
13741
13742 \end_inset
13743
13744
13745 \begin_inset ERT
13746 status collapsed
13747
13748 \begin_layout Plain Layout
13749
13750
13751 \backslash
13752 morecmidrules 
13753 \end_layout
13754
13755 \end_inset
13756
13757
13758 \begin_inset ERT
13759 status collapsed
13760
13761 \begin_layout Plain Layout
13762
13763
13764 \backslash
13765 cmidrule{2-4}
13766 \end_layout
13767
13768 \end_inset
13769
13770 Detektordicke  [µm]
13771 \end_layout
13772
13773 \end_inset
13774 </cell>
13775 <cell alignment="center" valignment="top" usebox="none">
13776 \begin_inset Text
13777
13778 \begin_layout Plain Layout
13779 300
13780 \end_layout
13781
13782 \end_inset
13783 </cell>
13784 <cell alignment="center" valignment="top" usebox="none">
13785 \begin_inset Text
13786
13787 \begin_layout Plain Layout
13788 300
13789 \end_layout
13790
13791 \end_inset
13792 </cell>
13793 <cell alignment="center" valignment="top" usebox="none">
13794 \begin_inset Text
13795
13796 \begin_layout Plain Layout
13797 700
13798 \end_layout
13799
13800 \end_inset
13801 </cell>
13802 </row>
13803 <row>
13804 <cell alignment="center" valignment="top" topline="true" usebox="none">
13805 \begin_inset Text
13806
13807 \begin_layout Plain Layout
13808 Kantenwinkel [°]
13809 \end_layout
13810
13811 \end_inset
13812 </cell>
13813 <cell alignment="center" valignment="top" topline="true" usebox="none">
13814 \begin_inset Text
13815
13816 \begin_layout Plain Layout
13817 3,55
13818 \end_layout
13819
13820 \end_inset
13821 </cell>
13822 <cell alignment="center" valignment="top" topline="true" usebox="none">
13823 \begin_inset Text
13824
13825 \begin_layout Plain Layout
13826 2,71
13827 \end_layout
13828
13829 \end_inset
13830 </cell>
13831 <cell alignment="center" valignment="top" topline="true" usebox="none">
13832 \begin_inset Text
13833
13834 \begin_layout Plain Layout
13835 7,99
13836 \end_layout
13837
13838 \end_inset
13839 </cell>
13840 </row>
13841 <row topspace="default">
13842 <cell alignment="center" valignment="top" usebox="none">
13843 \begin_inset Text
13844
13845 \begin_layout Plain Layout
13846 räumliche Auf\SpecialChar \textcompwordmark{}
13847 lösung [µm]
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 <cell alignment="center" valignment="top" usebox="none">
13853 \begin_inset Text
13854
13855 \begin_layout Plain Layout
13856 4,26
13857 \end_layout
13858
13859 \end_inset
13860 </cell>
13861 <cell alignment="center" valignment="top" usebox="none">
13862 \begin_inset Text
13863
13864 \begin_layout Plain Layout
13865 10,17
13866 \end_layout
13867
13868 \end_inset
13869 </cell>
13870 <cell alignment="center" valignment="top" usebox="none">
13871 \begin_inset Text
13872
13873 \begin_layout Plain Layout
13874 10,56
13875 \end_layout
13876
13877 \end_inset
13878 </cell>
13879 </row>
13880 <row topspace="default">
13881 <cell alignment="center" valignment="top" usebox="none">
13882 \begin_inset Text
13883
13884 \begin_layout Plain Layout
13885 MTF bei 
13886 \begin_inset Formula $f_{\mathrm{max}}$
13887 \end_inset
13888
13889
13890 \end_layout
13891
13892 \end_inset
13893 </cell>
13894 <cell alignment="center" valignment="top" usebox="none">
13895 \begin_inset Text
13896
13897 \begin_layout Plain Layout
13898 0,53
13899 \end_layout
13900
13901 \end_inset
13902 </cell>
13903 <cell alignment="center" valignment="top" usebox="none">
13904 \begin_inset Text
13905
13906 \begin_layout Plain Layout
13907 0,37
13908 \end_layout
13909
13910 \end_inset
13911 </cell>
13912 <cell alignment="center" valignment="top" usebox="none">
13913 \begin_inset Text
13914
13915 \begin_layout Plain Layout
13916 0,39
13917 \end_layout
13918
13919 \end_inset
13920 </cell>
13921 </row>
13922 <row>
13923 <cell alignment="center" valignment="top" topline="true" usebox="none">
13924 \begin_inset Text
13925
13926 \begin_layout Plain Layout
13927 \begin_inset ERT
13928 status collapsed
13929
13930 \begin_layout Plain Layout
13931
13932
13933 \backslash
13934 morecmidrules 
13935 \end_layout
13936
13937 \end_inset
13938
13939
13940 \begin_inset ERT
13941 status collapsed
13942
13943 \begin_layout Plain Layout
13944
13945
13946 \backslash
13947 cmidrule{3-4}
13948 \end_layout
13949
13950 \end_inset
13951
13952 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
13953 lösung
13954 \end_layout
13955
13956 \end_inset
13957 </cell>
13958 <cell alignment="center" valignment="top" topline="true" usebox="none">
13959 \begin_inset Text
13960
13961 \begin_layout Plain Layout
13962
13963 \end_layout
13964
13965 \end_inset
13966 </cell>
13967 <cell alignment="center" valignment="top" topline="true" usebox="none">
13968 \begin_inset Text
13969
13970 \begin_layout Plain Layout
13971
13972 \end_layout
13973
13974 \end_inset
13975 </cell>
13976 <cell alignment="center" valignment="top" topline="true" usebox="none">
13977 \begin_inset Text
13978
13979 \begin_layout Plain Layout
13980
13981 \end_layout
13982
13983 \end_inset
13984 </cell>
13985 </row>
13986 <row>
13987 <cell alignment="center" valignment="top" usebox="none">
13988 \begin_inset Text
13989
13990 \begin_layout Plain Layout
13991 in µm
13992 \end_layout
13993
13994 \end_inset
13995 </cell>
13996 <cell alignment="center" valignment="top" usebox="none">
13997 \begin_inset Text
13998
13999 \begin_layout Plain Layout
14000 129,7
14001 \end_layout
14002
14003 \end_inset
14004 </cell>
14005 <cell alignment="center" valignment="top" usebox="none">
14006 \begin_inset Text
14007
14008 \begin_layout Plain Layout
14009 52,75
14010 \end_layout
14011
14012 \end_inset
14013 </cell>
14014 <cell alignment="center" valignment="top" usebox="none">
14015 \begin_inset Text
14016
14017 \begin_layout Plain Layout
14018 50,78
14019 \end_layout
14020
14021 \end_inset
14022 </cell>
14023 </row>
14024 <row>
14025 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14026 \begin_inset Text
14027
14028 \begin_layout Plain Layout
14029 in % der Pixelgröße
14030 \end_layout
14031
14032 \end_inset
14033 </cell>
14034 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14035 \begin_inset Text
14036
14037 \begin_layout Plain Layout
14038 76,3
14039 \end_layout
14040
14041 \end_inset
14042 </cell>
14043 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14044 \begin_inset Text
14045
14046 \begin_layout Plain Layout
14047 95,9
14048 \end_layout
14049
14050 \end_inset
14051 </cell>
14052 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14053 \begin_inset Text
14054
14055 \begin_layout Plain Layout
14056 92,3
14057 \end_layout
14058
14059 \end_inset
14060 </cell>
14061 </row>
14062 </lyxtabular>
14063
14064 \end_inset
14065
14066
14067 \end_layout
14068
14069 \end_inset
14070
14071
14072 \end_layout
14073
14074 \begin_layout Section
14075 Vertikale Tabellen-Ausrichtung
14076 \begin_inset Index
14077 status collapsed
14078
14079 \begin_layout Plain Layout
14080 Tabellen ! Ausrichtung
14081 \end_layout
14082
14083 \end_inset
14084
14085
14086 \end_layout
14087
14088 \begin_layout Standard
14089 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
14090  einer Box sein.
14091  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
14092 \begin_inset space ~
14093 \end_inset
14094
14095
14096 \begin_inset CommandInset ref
14097 LatexCommand ref
14098 reference "abs:Box-Dialog"
14099
14100 \end_inset
14101
14102  beschrieben.
14103 \end_layout
14104
14105 \begin_layout Standard
14106 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
14107 \begin_inset Foot
14108 status collapsed
14109
14110 \begin_layout Plain Layout
14111 Minipages werden in Abschnitt
14112 \begin_inset space ~
14113 \end_inset
14114
14115
14116 \begin_inset CommandInset ref
14117 LatexCommand ref
14118 reference "abs:Minipage"
14119
14120 \end_inset
14121
14122  beschrieben.
14123 \end_layout
14124
14125 \end_inset
14126
14127  mit 15
14128 \begin_inset space \thinspace{}
14129 \end_inset
14130
14131 col%-Breite:
14132 \end_layout
14133
14134 \begin_layout Itemize
14135 Test 
14136 \begin_inset Box Frameless
14137 position "t"
14138 hor_pos "c"
14139 has_inner_box 1
14140 inner_pos "c"
14141 use_parbox 0
14142 width "15col%"
14143 special "none"
14144 height "1in"
14145 height_special "totalheight"
14146 status collapsed
14147
14148 \begin_layout Plain Layout
14149 \begin_inset Tabular
14150 <lyxtabular version="3" rows="3" columns="3">
14151 <features>
14152 <column alignment="center" valignment="top" width="0">
14153 <column alignment="center" valignment="top" width="0">
14154 <column alignment="center" valignment="top" width="0">
14155 <row>
14156 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14157 \begin_inset Text
14158
14159 \begin_layout Plain Layout
14160 Tabelle 1
14161 \end_layout
14162
14163 \end_inset
14164 </cell>
14165 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14166 \begin_inset Text
14167
14168 \begin_layout Plain Layout
14169
14170 \end_layout
14171
14172 \end_inset
14173 </cell>
14174 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14175 \begin_inset Text
14176
14177 \begin_layout Plain Layout
14178
14179 \end_layout
14180
14181 \end_inset
14182 </cell>
14183 </row>
14184 <row>
14185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14186 \begin_inset Text
14187
14188 \begin_layout Plain Layout
14189 b
14190 \end_layout
14191
14192 \end_inset
14193 </cell>
14194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14195 \begin_inset Text
14196
14197 \begin_layout Plain Layout
14198 e
14199 \end_layout
14200
14201 \end_inset
14202 </cell>
14203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14204 \begin_inset Text
14205
14206 \begin_layout Plain Layout
14207 h
14208 \end_layout
14209
14210 \end_inset
14211 </cell>
14212 </row>
14213 <row>
14214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14215 \begin_inset Text
14216
14217 \begin_layout Plain Layout
14218 c
14219 \end_layout
14220
14221 \end_inset
14222 </cell>
14223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14224 \begin_inset Text
14225
14226 \begin_layout Plain Layout
14227 f
14228 \end_layout
14229
14230 \end_inset
14231 </cell>
14232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14233 \begin_inset Text
14234
14235 \begin_layout Plain Layout
14236 i
14237 \end_layout
14238
14239 \end_inset
14240 </cell>
14241 </row>
14242 </lyxtabular>
14243
14244 \end_inset
14245
14246
14247 \end_layout
14248
14249 \end_inset
14250
14251  Test 
14252 \begin_inset ERT
14253 status collapsed
14254
14255 \begin_layout Plain Layout
14256
14257
14258 \backslash
14259 raisebox{0.85
14260 \backslash
14261 baselineskip}{
14262 \end_layout
14263
14264 \end_inset
14265
14266
14267 \begin_inset Box Frameless
14268 position "t"
14269 hor_pos "c"
14270 has_inner_box 1
14271 inner_pos "c"
14272 use_parbox 0
14273 width "15col%"
14274 special "none"
14275 height "1in"
14276 height_special "totalheight"
14277 status collapsed
14278
14279 \begin_layout Plain Layout
14280 \begin_inset Tabular
14281 <lyxtabular version="3" rows="3" columns="3">
14282 <features>
14283 <column alignment="center" valignment="top" width="0">
14284 <column alignment="center" valignment="top" width="0">
14285 <column alignment="center" valignment="top" width="0">
14286 <row>
14287 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14288 \begin_inset Text
14289
14290 \begin_layout Plain Layout
14291 Tabelle 2
14292 \end_layout
14293
14294 \end_inset
14295 </cell>
14296 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14297 \begin_inset Text
14298
14299 \begin_layout Plain Layout
14300
14301 \end_layout
14302
14303 \end_inset
14304 </cell>
14305 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14306 \begin_inset Text
14307
14308 \begin_layout Plain Layout
14309
14310 \end_layout
14311
14312 \end_inset
14313 </cell>
14314 </row>
14315 <row>
14316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14317 \begin_inset Text
14318
14319 \begin_layout Plain Layout
14320 b
14321 \end_layout
14322
14323 \end_inset
14324 </cell>
14325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14326 \begin_inset Text
14327
14328 \begin_layout Plain Layout
14329 e
14330 \end_layout
14331
14332 \end_inset
14333 </cell>
14334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14335 \begin_inset Text
14336
14337 \begin_layout Plain Layout
14338 h
14339 \end_layout
14340
14341 \end_inset
14342 </cell>
14343 </row>
14344 <row>
14345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14346 \begin_inset Text
14347
14348 \begin_layout Plain Layout
14349 c
14350 \end_layout
14351
14352 \end_inset
14353 </cell>
14354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14355 \begin_inset Text
14356
14357 \begin_layout Plain Layout
14358 f
14359 \end_layout
14360
14361 \end_inset
14362 </cell>
14363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14364 \begin_inset Text
14365
14366 \begin_layout Plain Layout
14367 i
14368 \end_layout
14369
14370 \end_inset
14371 </cell>
14372 </row>
14373 </lyxtabular>
14374
14375 \end_inset
14376
14377
14378 \end_layout
14379
14380 \end_inset
14381
14382
14383 \begin_inset ERT
14384 status collapsed
14385
14386 \begin_layout Plain Layout
14387
14388 }
14389 \end_layout
14390
14391 \end_inset
14392
14393
14394 \end_layout
14395
14396 \begin_layout Itemize
14397 Test 
14398 \begin_inset Box Frameless
14399 position "c"
14400 hor_pos "c"
14401 has_inner_box 1
14402 inner_pos "c"
14403 use_parbox 0
14404 width "15col%"
14405 special "none"
14406 height "1in"
14407 height_special "totalheight"
14408 status collapsed
14409
14410 \begin_layout Plain Layout
14411 \begin_inset Tabular
14412 <lyxtabular version="3" rows="3" columns="3">
14413 <features>
14414 <column alignment="center" valignment="top" width="0">
14415 <column alignment="center" valignment="top" width="0">
14416 <column alignment="center" valignment="top" width="0">
14417 <row>
14418 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14419 \begin_inset Text
14420
14421 \begin_layout Plain Layout
14422 Tabelle 3
14423 \end_layout
14424
14425 \end_inset
14426 </cell>
14427 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14428 \begin_inset Text
14429
14430 \begin_layout Plain Layout
14431
14432 \end_layout
14433
14434 \end_inset
14435 </cell>
14436 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14437 \begin_inset Text
14438
14439 \begin_layout Plain Layout
14440
14441 \end_layout
14442
14443 \end_inset
14444 </cell>
14445 </row>
14446 <row>
14447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14448 \begin_inset Text
14449
14450 \begin_layout Plain Layout
14451 b
14452 \end_layout
14453
14454 \end_inset
14455 </cell>
14456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14457 \begin_inset Text
14458
14459 \begin_layout Plain Layout
14460 e
14461 \end_layout
14462
14463 \end_inset
14464 </cell>
14465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14466 \begin_inset Text
14467
14468 \begin_layout Plain Layout
14469 h
14470 \end_layout
14471
14472 \end_inset
14473 </cell>
14474 </row>
14475 <row>
14476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14477 \begin_inset Text
14478
14479 \begin_layout Plain Layout
14480 c
14481 \end_layout
14482
14483 \end_inset
14484 </cell>
14485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14486 \begin_inset Text
14487
14488 \begin_layout Plain Layout
14489 f
14490 \end_layout
14491
14492 \end_inset
14493 </cell>
14494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14495 \begin_inset Text
14496
14497 \begin_layout Plain Layout
14498 i
14499 \end_layout
14500
14501 \end_inset
14502 </cell>
14503 </row>
14504 </lyxtabular>
14505
14506 \end_inset
14507
14508
14509 \end_layout
14510
14511 \end_inset
14512
14513
14514 \end_layout
14515
14516 \begin_layout Itemize
14517 Test 
14518 \begin_inset Box Frameless
14519 position "b"
14520 hor_pos "c"
14521 has_inner_box 1
14522 inner_pos "c"
14523 use_parbox 0
14524 width "15col%"
14525 special "none"
14526 height "1in"
14527 height_special "totalheight"
14528 status collapsed
14529
14530 \begin_layout Plain Layout
14531 \begin_inset Tabular
14532 <lyxtabular version="3" rows="3" columns="3">
14533 <features>
14534 <column alignment="center" valignment="top" width="0">
14535 <column alignment="center" valignment="top" width="0">
14536 <column alignment="center" valignment="top" width="0">
14537 <row>
14538 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14539 \begin_inset Text
14540
14541 \begin_layout Plain Layout
14542 Tabelle 4
14543 \end_layout
14544
14545 \end_inset
14546 </cell>
14547 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14548 \begin_inset Text
14549
14550 \begin_layout Plain Layout
14551
14552 \end_layout
14553
14554 \end_inset
14555 </cell>
14556 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14557 \begin_inset Text
14558
14559 \begin_layout Plain Layout
14560
14561 \end_layout
14562
14563 \end_inset
14564 </cell>
14565 </row>
14566 <row>
14567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14568 \begin_inset Text
14569
14570 \begin_layout Plain Layout
14571 b
14572 \end_layout
14573
14574 \end_inset
14575 </cell>
14576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14577 \begin_inset Text
14578
14579 \begin_layout Plain Layout
14580 e
14581 \end_layout
14582
14583 \end_inset
14584 </cell>
14585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14586 \begin_inset Text
14587
14588 \begin_layout Plain Layout
14589 h
14590 \end_layout
14591
14592 \end_inset
14593 </cell>
14594 </row>
14595 <row>
14596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14597 \begin_inset Text
14598
14599 \begin_layout Plain Layout
14600 c
14601 \end_layout
14602
14603 \end_inset
14604 </cell>
14605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14606 \begin_inset Text
14607
14608 \begin_layout Plain Layout
14609 f
14610 \end_layout
14611
14612 \end_inset
14613 </cell>
14614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14615 \begin_inset Text
14616
14617 \begin_layout Plain Layout
14618 i
14619 \end_layout
14620
14621 \end_inset
14622 </cell>
14623 </row>
14624 </lyxtabular>
14625
14626 \end_inset
14627
14628
14629 \end_layout
14630
14631 \end_inset
14632
14633 Test 
14634 \begin_inset ERT
14635 status collapsed
14636
14637 \begin_layout Plain Layout
14638
14639
14640 \backslash
14641 raisebox{-0.32
14642 \backslash
14643 baselineskip}{
14644 \end_layout
14645
14646 \end_inset
14647
14648
14649 \begin_inset Box Frameless
14650 position "b"
14651 hor_pos "c"
14652 has_inner_box 1
14653 inner_pos "c"
14654 use_parbox 0
14655 width "15col%"
14656 special "none"
14657 height "1in"
14658 height_special "totalheight"
14659 status collapsed
14660
14661 \begin_layout Plain Layout
14662 \begin_inset Tabular
14663 <lyxtabular version="3" rows="3" columns="3">
14664 <features>
14665 <column alignment="center" valignment="top" width="0">
14666 <column alignment="center" valignment="top" width="0">
14667 <column alignment="center" valignment="top" width="0">
14668 <row>
14669 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14670 \begin_inset Text
14671
14672 \begin_layout Plain Layout
14673 Tabelle 5
14674 \end_layout
14675
14676 \end_inset
14677 </cell>
14678 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14679 \begin_inset Text
14680
14681 \begin_layout Plain Layout
14682
14683 \end_layout
14684
14685 \end_inset
14686 </cell>
14687 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14688 \begin_inset Text
14689
14690 \begin_layout Plain Layout
14691
14692 \end_layout
14693
14694 \end_inset
14695 </cell>
14696 </row>
14697 <row>
14698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14699 \begin_inset Text
14700
14701 \begin_layout Plain Layout
14702 b
14703 \end_layout
14704
14705 \end_inset
14706 </cell>
14707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14708 \begin_inset Text
14709
14710 \begin_layout Plain Layout
14711 e
14712 \end_layout
14713
14714 \end_inset
14715 </cell>
14716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14717 \begin_inset Text
14718
14719 \begin_layout Plain Layout
14720 h
14721 \end_layout
14722
14723 \end_inset
14724 </cell>
14725 </row>
14726 <row>
14727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14728 \begin_inset Text
14729
14730 \begin_layout Plain Layout
14731 c
14732 \end_layout
14733
14734 \end_inset
14735 </cell>
14736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14737 \begin_inset Text
14738
14739 \begin_layout Plain Layout
14740 f
14741 \end_layout
14742
14743 \end_inset
14744 </cell>
14745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14746 \begin_inset Text
14747
14748 \begin_layout Plain Layout
14749 i
14750 \end_layout
14751
14752 \end_inset
14753 </cell>
14754 </row>
14755 </lyxtabular>
14756
14757 \end_inset
14758
14759
14760 \end_layout
14761
14762 \end_inset
14763
14764
14765 \begin_inset ERT
14766 status collapsed
14767
14768 \begin_layout Plain Layout
14769
14770 }
14771 \end_layout
14772
14773 \end_inset
14774
14775
14776 \end_layout
14777
14778 \begin_layout Standard
14779 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
14780 \begin_inset space \space{}
14781 \end_inset
14782
14783 1 und letzten Zeile von Tabelle
14784 \begin_inset space \space{}
14785 \end_inset
14786
14787 4 bezüglich dem Wort 
14788 \begin_inset Quotes gld
14789 \end_inset
14790
14791 Test
14792 \begin_inset Quotes grd
14793 \end_inset
14794
14795  nicht richtig ausgerichtet.
14796  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14797 \begin_inset Quotes gld
14798 \end_inset
14799
14800 Raisebox
14801 \begin_inset Quotes grd
14802 \end_inset
14803
14804
14805 \begin_inset Foot
14806 status collapsed
14807
14808 \begin_layout Plain Layout
14809 Raiseboxen werden in Abschnitt
14810 \begin_inset space ~
14811 \end_inset
14812
14813
14814 \begin_inset CommandInset ref
14815 LatexCommand ref
14816 reference "uab:Vertikale-Ausrichtung"
14817
14818 \end_inset
14819
14820  beschrieben.
14821 \end_layout
14822
14823 \end_inset
14824
14825  setzen.
14826  In Tabelle
14827 \begin_inset space \space{}
14828 \end_inset
14829
14830 2 wurde der Text mit dem Befehl
14831 \end_layout
14832
14833 \begin_layout Standard
14834
14835 \series bold
14836
14837 \backslash
14838 raisebox{0.85
14839 \backslash
14840 baselineskip}{
14841 \end_layout
14842
14843 \begin_layout Standard
14844 vor der Box ausgerichtet.
14845  Hinter der Box wurde auch noch 
14846 \series bold
14847 }
14848 \series default
14849  als TeX-Code eingefügt, weil der obige Befehl mit 
14850 \series bold
14851 {
14852 \series default
14853  aufhörte.
14854  Für Tabelle
14855 \begin_inset space \space{}
14856 \end_inset
14857
14858 5 wurde der Befehl
14859 \end_layout
14860
14861 \begin_layout Standard
14862
14863 \series bold
14864
14865 \backslash
14866 raisebox{-0.32
14867 \backslash
14868 baselineskip}{
14869 \end_layout
14870
14871 \begin_layout Standard
14872 benutzt.
14873 \end_layout
14874
14875 \begin_layout Standard
14876 \begin_inset Note Greyedout
14877 status open
14878
14879 \begin_layout Plain Layout
14880
14881 \series bold
14882 Bemerkung:
14883 \series default
14884  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14885  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14886  Der Faktor im 
14887 \series bold
14888
14889 \backslash
14890 raisebox
14891 \series default
14892 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14893 \end_layout
14894
14895 \end_inset
14896
14897
14898 \end_layout
14899
14900 \begin_layout Section
14901 Farbige Tabellen
14902 \begin_inset CommandInset label
14903 LatexCommand label
14904 name "abs:Farbige-Tabellen"
14905
14906 \end_inset
14907
14908
14909 \begin_inset Index
14910 status collapsed
14911
14912 \begin_layout Plain Layout
14913 Tabellen ! farbige
14914 \end_layout
14915
14916 \end_inset
14917
14918
14919 \end_layout
14920
14921 \begin_layout Subsection
14922 Farbige Zellen
14923 \begin_inset Index
14924 status collapsed
14925
14926 \begin_layout Plain Layout
14927 farbige !  Tabellenzellen
14928 \end_layout
14929
14930 \end_inset
14931
14932
14933 \end_layout
14934
14935 \begin_layout Standard
14936 \begin_inset Float table
14937 placement h
14938 wide false
14939 sideways false
14940 status open
14941
14942 \begin_layout Plain Layout
14943 \begin_inset Caption
14944
14945 \begin_layout Plain Layout
14946 \begin_inset CommandInset label
14947 LatexCommand label
14948 name "tab:Farbige-Tabelle-ohne"
14949
14950 \end_inset
14951
14952 Farbige Tabelle, ohne Paket 
14953 \series bold
14954 colortbl
14955 \series default
14956
14957 \begin_inset OptArg
14958 status collapsed
14959
14960 \begin_layout Plain Layout
14961 Tabelle ohne 
14962 \family typewriter
14963 colortbl
14964 \end_layout
14965
14966 \end_inset
14967
14968
14969 \end_layout
14970
14971 \end_inset
14972
14973
14974 \end_layout
14975
14976 \begin_layout Plain Layout
14977 \align center
14978 \begin_inset Tabular
14979 <lyxtabular version="3" rows="3" columns="3">
14980 <features>
14981 <column alignment="center" valignment="top" width="0">
14982 <column alignment="center" valignment="top" width="0">
14983 <column alignment="center" valignment="top" width="0">
14984 <row>
14985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14986 \begin_inset Text
14987
14988 \begin_layout Plain Layout
14989
14990 \color green
14991 a
14992 \end_layout
14993
14994 \end_inset
14995 </cell>
14996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14997 \begin_inset Text
14998
14999 \begin_layout Plain Layout
15000
15001 \color red
15002 b
15003 \end_layout
15004
15005 \end_inset
15006 </cell>
15007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15008 \begin_inset Text
15009
15010 \begin_layout Plain Layout
15011
15012 \color red
15013 c
15014 \end_layout
15015
15016 \end_inset
15017 </cell>
15018 </row>
15019 <row>
15020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15021 \begin_inset Text
15022
15023 \begin_layout Plain Layout
15024
15025 \color green
15026 d
15027 \end_layout
15028
15029 \end_inset
15030 </cell>
15031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15032 \begin_inset Text
15033
15034 \begin_layout Plain Layout
15035
15036 \color blue
15037 e
15038 \end_layout
15039
15040 \end_inset
15041 </cell>
15042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15043 \begin_inset Text
15044
15045 \begin_layout Plain Layout
15046
15047 \color blue
15048 f
15049 \end_layout
15050
15051 \end_inset
15052 </cell>
15053 </row>
15054 <row>
15055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Plain Layout
15059
15060 \color green
15061 g
15062 \end_layout
15063
15064 \end_inset
15065 </cell>
15066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15067 \begin_inset Text
15068
15069 \begin_layout Plain Layout
15070
15071 \color blue
15072 h
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15078 \begin_inset Text
15079
15080 \begin_layout Plain Layout
15081
15082 \color blue
15083 i
15084 \end_layout
15085
15086 \end_inset
15087 </cell>
15088 </row>
15089 </lyxtabular>
15090
15091 \end_inset
15092
15093
15094 \end_layout
15095
15096 \end_inset
15097
15098
15099 \end_layout
15100
15101 \begin_layout Standard
15102 \begin_inset CommandInset label
15103 LatexCommand label
15104 name "Wenn-Sie-nur"
15105
15106 \end_inset
15107
15108 Wenn Sie nur farbigen Text
15109 \begin_inset Index
15110 status collapsed
15111
15112 \begin_layout Plain Layout
15113 Farbe ! für Text
15114 \end_layout
15115
15116 \end_inset
15117
15118  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15119  auf den Werkzeugleistenknopf 
15120 \begin_inset Graphics
15121         filename ../../images/dialog-show_character.png
15122         scale 70
15123         scaleBeforeRotation
15124         BoundingBox 0bp 0bp 20bp 20bp
15125
15126 \end_inset
15127
15128  oder über das Menü 
15129 \family sans
15130 Bearbeiten\SpecialChar \menuseparator
15131 Textstil\SpecialChar \menuseparator
15132 Benutzerdefiniert
15133 \family default
15134  mit dem 
15135 \family sans
15136 Textstil
15137 \family default
15138 -Dialog wie es in Tabelle
15139 \begin_inset space ~
15140 \end_inset
15141
15142
15143 \begin_inset CommandInset ref
15144 LatexCommand ref
15145 reference "tab:Farbige-Tabelle-ohne"
15146
15147 \end_inset
15148
15149  gemacht wurde.
15150  In anderen Fällen müssen Sie das LaTeX-Paket 
15151 \series bold
15152 colortbl
15153 \series default
15154  benutzen.
15155 \begin_inset Index
15156 status collapsed
15157
15158 \begin_layout Plain Layout
15159 LaTeX-Pakete ! colortbl
15160 \end_layout
15161
15162 \end_inset
15163
15164
15165 \end_layout
15166
15167 \begin_layout Standard
15168 \begin_inset ERT
15169 status collapsed
15170
15171 \begin_layout Plain Layout
15172
15173
15174 \backslash
15175 ifcolortbl
15176 \end_layout
15177
15178 \end_inset
15179
15180
15181 \begin_inset Note Note
15182 status open
15183
15184 \begin_layout Plain Layout
15185 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15186 \series bold
15187 colortbl
15188 \series default
15189  installiert ist.
15190 \end_layout
15191
15192 \end_inset
15193
15194
15195 \end_layout
15196
15197 \begin_layout Standard
15198 Um farbige Tabellen zu erzeugen, muss 
15199 \series bold
15200 colortbl
15201 \series default
15202  im LaTeX-Vorspann geladen werden:
15203 \end_layout
15204
15205 \begin_layout Standard
15206
15207 \series bold
15208
15209 \backslash
15210 usepackage{colortbl}
15211 \end_layout
15212
15213 \begin_layout Standard
15214 Die Farbe einer Spalte ändert man dann mit dem Befehl
15215 \end_layout
15216
15217 \begin_layout Standard
15218
15219 \series bold
15220
15221 \backslash
15222 columncolor{Farbname}
15223 \end_layout
15224
15225 \begin_layout Standard
15226 innerhalb des Befehls 
15227 \series bold
15228 >{}
15229 \series default
15230 .
15231  Mehr über den Befehl 
15232 \series bold
15233 >{}
15234 \series default
15235  finden Sie im Abschnitt
15236 \begin_inset space ~
15237 \end_inset
15238
15239
15240 \begin_inset CommandInset ref
15241 LatexCommand ref
15242 reference "uab:Mehrfachspalten-Berechnungen"
15243
15244 \end_inset
15245
15246 .
15247 \end_layout
15248
15249 \begin_layout Standard
15250 Folgende Farbnamen sind vordefiniert:
15251 \end_layout
15252
15253 \begin_layout Standard
15254
15255 \family sans
15256 red
15257 \family default
15258
15259 \family sans
15260 green
15261 \family default
15262
15263 \family sans
15264 yellow
15265 \family default
15266
15267 \family sans
15268 blue
15269 \family default
15270
15271 \family sans
15272 cyan
15273 \family default
15274
15275 \family sans
15276 magenta
15277 \family default
15278
15279 \family sans
15280 black
15281 \family default
15282  und 
15283 \family sans
15284 white
15285 \begin_inset Newline newline
15286 \end_inset
15287
15288 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15289 \family default
15290 und
15291 \family sans
15292  weiß
15293 \family default
15294 ).
15295 \end_layout
15296
15297 \begin_layout Standard
15298 \begin_inset VSpace medskip
15299 \end_inset
15300
15301
15302 \end_layout
15303
15304 \begin_layout Standard
15305 Sie können auch eigene Farben definieren:
15306 \end_layout
15307
15308 \begin_layout Standard
15309
15310 \series bold
15311
15312 \backslash
15313 definecolor{Farbname}{Farbmodell}{Farbwerte}
15314 \end_layout
15315
15316 \begin_layout Standard
15317 Das Farbmodell kann eins der folgenden sein:
15318 \end_layout
15319
15320 \begin_layout Labeling
15321 \labelwidthstring 00.00.0000
15322 cmyk: cyan, magenta, yellow, black
15323 \end_layout
15324
15325 \begin_layout Labeling
15326 \labelwidthstring 00.00.0000
15327 rgb: red, green blue
15328 \end_layout
15329
15330 \begin_layout Labeling
15331 \labelwidthstring 00.00.0000
15332 gray: gray
15333 \end_layout
15334
15335 \begin_layout Standard
15336 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15337  die die entsprechende Farbe für das Farbmodell beschreiben.
15338 \end_layout
15339
15340 \begin_layout Standard
15341 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15342 \emph on
15343
15344 \begin_inset Quotes gld
15345 \end_inset
15346
15347 dunkelgruen
15348 \emph default
15349
15350 \begin_inset Quotes grd
15351 \end_inset
15352
15353  und 
15354 \begin_inset Quotes gld
15355 \end_inset
15356
15357
15358 \emph on
15359 hellgrau
15360 \emph default
15361
15362 \begin_inset Quotes grd
15363 \end_inset
15364
15365  folgendermaßen definieren:
15366 \end_layout
15367
15368 \begin_layout Standard
15369
15370 \series bold
15371
15372 \backslash
15373 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15374 \end_layout
15375
15376 \begin_layout Standard
15377
15378 \series bold
15379
15380 \backslash
15381 definecolor{hellgrau}{gray}{0.8}
15382 \end_layout
15383
15384 \begin_layout Standard
15385 \begin_inset VSpace medskip
15386 \end_inset
15387
15388
15389 \end_layout
15390
15391 \begin_layout Standard
15392 Linien werden mit dem Befehl
15393 \end_layout
15394
15395 \begin_layout Standard
15396
15397 \series bold
15398
15399 \backslash
15400 rowcolor{Farbname}
15401 \end_layout
15402
15403 \begin_layout Standard
15404 gefärbt, Zellen mit dem Befehl
15405 \end_layout
15406
15407 \begin_layout Standard
15408
15409 \series bold
15410
15411 \backslash
15412 cellcolor{Farbname}
15413 \end_layout
15414
15415 \begin_layout Standard
15416 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15417 \end_layout
15418
15419 \begin_layout Standard
15420 Um nur Text zu färben, machen Sie es wie 
15421 \begin_inset CommandInset ref
15422 LatexCommand vpageref
15423 reference "Wenn-Sie-nur"
15424
15425 \end_inset
15426
15427  beschrieben.
15428  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15429 \emph on
15430 markieren Sie nur den Text
15431 \emph default
15432 , sonst werden Sie LaTeX-Fehler erzeugen.
15433 \end_layout
15434
15435 \begin_layout Standard
15436 \begin_inset Note Greyedout
15437 status open
15438
15439 \begin_layout Plain Layout
15440
15441 \series bold
15442 Achtung:
15443 \series default
15444  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15445 \end_layout
15446
15447 \end_inset
15448
15449
15450 \end_layout
15451
15452 \begin_layout Standard
15453 \begin_inset VSpace medskip
15454 \end_inset
15455
15456
15457 \end_layout
15458
15459 \begin_layout Standard
15460 Die Tabelle
15461 \begin_inset space ~
15462 \end_inset
15463
15464
15465 \begin_inset CommandInset ref
15466 LatexCommand ref
15467 reference "tab:Table-colored-using"
15468
15469 \end_inset
15470
15471  wurde folgendermaßen erstellt: die erste Spalte soll 
15472 \emph on
15473
15474 \begin_inset Quotes gld
15475 \end_inset
15476
15477 dunkelgruen
15478 \emph default
15479
15480 \begin_inset Quotes grd
15481 \end_inset
15482
15483  werden, also müssen Sie ins 
15484 \family sans
15485 LaTe
15486 \begin_inset ERT
15487 status collapsed
15488
15489 \begin_layout Plain Layout
15490
15491 {}
15492 \end_layout
15493
15494 \end_inset
15495
15496 X-Argument
15497 \family default
15498  der Zellen der ersten Spalte den Befehl
15499 \end_layout
15500
15501 \begin_layout Standard
15502
15503 \series bold
15504 >{
15505 \backslash
15506 columncolor{dunkelgruen}
15507 \backslash
15508 centering}c
15509 \end_layout
15510
15511 \begin_layout Standard
15512 schreiben.
15513  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15514 \end_layout
15515
15516 \begin_layout Standard
15517
15518 \series bold
15519
15520 \backslash
15521 rowcolow{cyan}
15522 \end_layout
15523
15524 \begin_layout Standard
15525 in die erste Zelle der ersten Zeile eingefügt.
15526  Diese Farbe ersetzt die Spaltenfarbe.
15527  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15528  wird mit folgendem Befehl erreicht:
15529 \end_layout
15530
15531 \begin_layout Standard
15532
15533 \series bold
15534
15535 \backslash
15536 cellcolor{magenta}
15537 \end_layout
15538
15539 \begin_layout Standard
15540 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15541 \family sans
15542 Textstil
15543 \family default
15544 -Dialog.
15545 \end_layout
15546
15547 \begin_layout Standard
15548 \begin_inset Float table
15549 placement h
15550 wide false
15551 sideways false
15552 status open
15553
15554 \begin_layout Plain Layout
15555 \begin_inset Caption
15556
15557 \begin_layout Plain Layout
15558 \begin_inset CommandInset label
15559 LatexCommand label
15560 name "tab:Table-colored-using"
15561
15562 \end_inset
15563
15564 Eine mit dem Paket 
15565 \series bold
15566 colortbl
15567 \series default
15568  gefärbte Tabelle
15569 \begin_inset OptArg
15570 status collapsed
15571
15572 \begin_layout Plain Layout
15573 Tabelle mit 
15574 \family typewriter
15575 colortbl
15576 \end_layout
15577
15578 \end_inset
15579
15580
15581 \end_layout
15582
15583 \end_inset
15584
15585
15586 \end_layout
15587
15588 \begin_layout Plain Layout
15589 \align center
15590 \begin_inset Tabular
15591 <lyxtabular version="3" rows="3" columns="3">
15592 <features>
15593 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15594 <column alignment="center" valignment="top" width="0">
15595 <column alignment="center" valignment="top" width="0">
15596 <row>
15597 <cell alignment="center" valignment="top" usebox="none">
15598 \begin_inset Text
15599
15600 \begin_layout Plain Layout
15601 \begin_inset ERT
15602 status collapsed
15603
15604 \begin_layout Plain Layout
15605
15606
15607 \backslash
15608 rowcolor{cyan}
15609 \end_layout
15610
15611 \end_inset
15612
15613
15614 \color magenta
15615 a
15616 \end_layout
15617
15618 \end_inset
15619 </cell>
15620 <cell alignment="center" valignment="top" usebox="none">
15621 \begin_inset Text
15622
15623 \begin_layout Plain Layout
15624
15625 \color red
15626 b
15627 \end_layout
15628
15629 \end_inset
15630 </cell>
15631 <cell alignment="center" valignment="top" usebox="none">
15632 \begin_inset Text
15633
15634 \begin_layout Plain Layout
15635
15636 \color red
15637 c
15638 \end_layout
15639
15640 \end_inset
15641 </cell>
15642 </row>
15643 <row>
15644 <cell alignment="center" valignment="top" usebox="none">
15645 \begin_inset Text
15646
15647 \begin_layout Plain Layout
15648
15649 \color yellow
15650 d
15651 \end_layout
15652
15653 \end_inset
15654 </cell>
15655 <cell alignment="center" valignment="top" usebox="none">
15656 \begin_inset Text
15657
15658 \begin_layout Plain Layout
15659
15660 \color blue
15661 e
15662 \end_layout
15663
15664 \end_inset
15665 </cell>
15666 <cell alignment="center" valignment="top" usebox="none">
15667 \begin_inset Text
15668
15669 \begin_layout Plain Layout
15670
15671 \color blue
15672 f
15673 \end_layout
15674
15675 \end_inset
15676 </cell>
15677 </row>
15678 <row>
15679 <cell alignment="center" valignment="top" usebox="none">
15680 \begin_inset Text
15681
15682 \begin_layout Plain Layout
15683
15684 \color yellow
15685 g
15686 \end_layout
15687
15688 \end_inset
15689 </cell>
15690 <cell alignment="center" valignment="top" usebox="none">
15691 \begin_inset Text
15692
15693 \begin_layout Plain Layout
15694
15695 \color blue
15696 h
15697 \end_layout
15698
15699 \end_inset
15700 </cell>
15701 <cell alignment="center" valignment="top" usebox="none">
15702 \begin_inset Text
15703
15704 \begin_layout Plain Layout
15705 \begin_inset ERT
15706 status collapsed
15707
15708 \begin_layout Plain Layout
15709
15710
15711 \backslash
15712 cellcolor{magenta}
15713 \end_layout
15714
15715 \end_inset
15716
15717
15718 \color green
15719 i
15720 \end_layout
15721
15722 \end_inset
15723 </cell>
15724 </row>
15725 </lyxtabular>
15726
15727 \end_inset
15728
15729
15730 \end_layout
15731
15732 \end_inset
15733
15734
15735 \end_layout
15736
15737 \begin_layout Standard
15738 \begin_inset ERT
15739 status collapsed
15740
15741 \begin_layout Plain Layout
15742
15743
15744 \backslash
15745 else
15746 \end_layout
15747
15748 \end_inset
15749
15750
15751 \begin_inset Note Note
15752 status open
15753
15754 \begin_layout Plain Layout
15755 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15756 \series bold
15757 colortbl
15758 \series default
15759  nicht installiert ist:
15760 \end_layout
15761
15762 \end_inset
15763
15764
15765 \end_layout
15766
15767 \begin_layout Standard
15768 Sie müssen das LaTeX-Paket 
15769 \series bold
15770 colortbl
15771 \series default
15772  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15773 \end_layout
15774
15775 \begin_layout Standard
15776 \begin_inset ERT
15777 status collapsed
15778
15779 \begin_layout Plain Layout
15780
15781
15782 \backslash
15783 fi
15784 \end_layout
15785
15786 \end_inset
15787
15788
15789 \end_layout
15790
15791 \begin_layout Subsection
15792 Farbige Linien
15793 \begin_inset Index
15794 status collapsed
15795
15796 \begin_layout Plain Layout
15797 farbige !  Tabellenlinien
15798 \end_layout
15799
15800 \end_inset
15801
15802
15803 \end_layout
15804
15805 \begin_layout Standard
15806 Wie in Abschnitt
15807 \begin_inset space ~
15808 \end_inset
15809
15810
15811 \begin_inset CommandInset ref
15812 LatexCommand ref
15813 reference "uab:Liniendicke"
15814
15815 \end_inset
15816
15817  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
15818 \series bold
15819
15820 \backslash
15821 arrayrulewidth
15822 \series default
15823  definiert werden.
15824  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15825 \begin_inset space \thinspace{}
15826 \end_inset
15827
15828 pt gesetzt.
15829 \begin_inset ERT
15830 status collapsed
15831
15832 \begin_layout Plain Layout
15833
15834
15835 \backslash
15836 setlength{
15837 \backslash
15838 arrayrulewidth}{1.5pt}
15839 \end_layout
15840
15841 \end_inset
15842
15843
15844 \end_layout
15845
15846 \begin_layout Standard
15847 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15848 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15849 \begin_inset space ~
15850 \end_inset
15851
15852
15853 \begin_inset CommandInset ref
15854 LatexCommand ref
15855 reference "uab:Angepasste-Zellen-/Spaltenformate"
15856
15857 \end_inset
15858
15859  definiert:
15860 \end_layout
15861
15862 \begin_layout Standard
15863
15864 \series bold
15865
15866 \backslash
15867 newcolumntype{W}{!{
15868 \backslash
15869 color{green}
15870 \backslash
15871 vline}}
15872 \end_layout
15873
15874 \begin_layout Standard
15875 In Tabelle
15876 \begin_inset space ~
15877 \end_inset
15878
15879
15880 \begin_inset CommandInset ref
15881 LatexCommand ref
15882 reference "tab:Tabelle-mit-farbigen-vert"
15883
15884 \end_inset
15885
15886  wurde das LaTeX-Argument 
15887 \series bold
15888 WcW
15889 \series default
15890  für die letzte und 
15891 \series bold
15892 Wc
15893 \series default
15894  für die anderen Spalten benutzt.
15895 \end_layout
15896
15897 \begin_layout Standard
15898 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15899 \end_layout
15900
15901 \begin_layout Standard
15902 \begin_inset Float table
15903 placement h
15904 wide false
15905 sideways false
15906 status open
15907
15908 \begin_layout Plain Layout
15909 \begin_inset Caption
15910
15911 \begin_layout Plain Layout
15912 \begin_inset CommandInset label
15913 LatexCommand label
15914 name "tab:Tabelle-mit-farbigen-vert"
15915
15916 \end_inset
15917
15918 Tabelle mit farbigen vertikalen Linien
15919 \end_layout
15920
15921 \end_inset
15922
15923
15924 \end_layout
15925
15926 \begin_layout Plain Layout
15927 \align center
15928 \begin_inset Tabular
15929 <lyxtabular version="3" rows="3" columns="3">
15930 <features>
15931 <column alignment="center" valignment="top" width="0" special="Wc">
15932 <column alignment="center" valignment="top" width="0" special="Wc">
15933 <column alignment="center" valignment="top" width="0" special="WcW">
15934 <row>
15935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15936 \begin_inset Text
15937
15938 \begin_layout Plain Layout
15939 sd
15940 \end_layout
15941
15942 \end_inset
15943 </cell>
15944 <cell alignment="center" valignment="top" topline="true" usebox="none">
15945 \begin_inset Text
15946
15947 \begin_layout Plain Layout
15948
15949 \end_layout
15950
15951 \end_inset
15952 </cell>
15953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15954 \begin_inset Text
15955
15956 \begin_layout Plain Layout
15957
15958 \end_layout
15959
15960 \end_inset
15961 </cell>
15962 </row>
15963 <row>
15964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968
15969 \end_layout
15970
15971 \end_inset
15972 </cell>
15973 <cell alignment="center" valignment="top" topline="true" usebox="none">
15974 \begin_inset Text
15975
15976 \begin_layout Plain Layout
15977 sd
15978 \end_layout
15979
15980 \end_inset
15981 </cell>
15982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15983 \begin_inset Text
15984
15985 \begin_layout Plain Layout
15986
15987 \end_layout
15988
15989 \end_inset
15990 </cell>
15991 </row>
15992 <row>
15993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15994 \begin_inset Text
15995
15996 \begin_layout Plain Layout
15997
15998 \end_layout
15999
16000 \end_inset
16001 </cell>
16002 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16003 \begin_inset Text
16004
16005 \begin_layout Plain Layout
16006
16007 \end_layout
16008
16009 \end_inset
16010 </cell>
16011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16012 \begin_inset Text
16013
16014 \begin_layout Plain Layout
16015 sd
16016 \end_layout
16017
16018 \end_inset
16019 </cell>
16020 </row>
16021 </lyxtabular>
16022
16023 \end_inset
16024
16025
16026 \end_layout
16027
16028 \end_inset
16029
16030
16031 \end_layout
16032
16033 \begin_layout Standard
16034 \begin_inset VSpace bigskip
16035 \end_inset
16036
16037 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
16038 \begin_inset space ~
16039 \end_inset
16040
16041
16042 \begin_inset CommandInset ref
16043 LatexCommand ref
16044 reference "tab:Tabelle-mit-farbigen-horiz"
16045
16046 \end_inset
16047
16048 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
16049  einfügen:
16050 \end_layout
16051
16052 \begin_layout Standard
16053
16054 \series bold
16055
16056 \backslash
16057 let
16058 \backslash
16059 myHlineC
16060 \backslash
16061 hline
16062 \begin_inset Newline newline
16063 \end_inset
16064
16065
16066 \backslash
16067 renewcommand{
16068 \backslash
16069 hline}
16070 \begin_inset Newline newline
16071 \end_inset
16072
16073
16074 \begin_inset ERT
16075 status collapsed
16076
16077 \begin_layout Plain Layout
16078
16079
16080 \backslash
16081 hphantom{ }
16082 \end_layout
16083
16084 \end_inset
16085
16086 {
16087 \backslash
16088 arrayrulecolor{red}
16089 \backslash
16090 myHlineC
16091 \backslash
16092 arrayrulecolor{black}}
16093 \end_layout
16094
16095 \begin_layout Standard
16096 \begin_inset ERT
16097 status collapsed
16098
16099 \begin_layout Plain Layout
16100
16101
16102 \backslash
16103 let
16104 \backslash
16105 myHlineC
16106 \backslash
16107 hline
16108 \end_layout
16109
16110 \begin_layout Plain Layout
16111
16112
16113 \backslash
16114 renewcommand{
16115 \backslash
16116 hline}
16117 \end_layout
16118
16119 \begin_layout Plain Layout
16120
16121  {
16122 \backslash
16123 arrayrulecolor{red}
16124 \backslash
16125 myHlineC
16126 \backslash
16127 arrayrulecolor{black}}
16128 \end_layout
16129
16130 \end_inset
16131
16132
16133 \begin_inset Float table
16134 placement h
16135 wide false
16136 sideways false
16137 status open
16138
16139 \begin_layout Plain Layout
16140 \begin_inset Caption
16141
16142 \begin_layout Plain Layout
16143 \begin_inset CommandInset label
16144 LatexCommand label
16145 name "tab:Tabelle-mit-farbigen-horiz"
16146
16147 \end_inset
16148
16149 Tabelle mit farbigen horizontalen Linien
16150 \end_layout
16151
16152 \end_inset
16153
16154
16155 \end_layout
16156
16157 \begin_layout Plain Layout
16158 \align center
16159 \begin_inset Tabular
16160 <lyxtabular version="3" rows="3" columns="3">
16161 <features>
16162 <column alignment="center" valignment="top" width="0">
16163 <column alignment="center" valignment="top" width="0">
16164 <column alignment="center" valignment="top" width="0">
16165 <row>
16166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16167 \begin_inset Text
16168
16169 \begin_layout Plain Layout
16170 sd
16171 \end_layout
16172
16173 \end_inset
16174 </cell>
16175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16176 \begin_inset Text
16177
16178 \begin_layout Plain Layout
16179
16180 \end_layout
16181
16182 \end_inset
16183 </cell>
16184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16185 \begin_inset Text
16186
16187 \begin_layout Plain Layout
16188
16189 \end_layout
16190
16191 \end_inset
16192 </cell>
16193 </row>
16194 <row>
16195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16196 \begin_inset Text
16197
16198 \begin_layout Plain Layout
16199
16200 \end_layout
16201
16202 \end_inset
16203 </cell>
16204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16205 \begin_inset Text
16206
16207 \begin_layout Plain Layout
16208 sd
16209 \end_layout
16210
16211 \end_inset
16212 </cell>
16213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16214 \begin_inset Text
16215
16216 \begin_layout Plain Layout
16217
16218 \end_layout
16219
16220 \end_inset
16221 </cell>
16222 </row>
16223 <row>
16224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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" bottomline="true" leftline="true" usebox="none">
16234 \begin_inset Text
16235
16236 \begin_layout Plain Layout
16237
16238 \end_layout
16239
16240 \end_inset
16241 </cell>
16242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16243 \begin_inset Text
16244
16245 \begin_layout Plain Layout
16246 sd
16247 \end_layout
16248
16249 \end_inset
16250 </cell>
16251 </row>
16252 </lyxtabular>
16253
16254 \end_inset
16255
16256
16257 \end_layout
16258
16259 \end_inset
16260
16261
16262 \end_layout
16263
16264 \begin_layout Standard
16265 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16266  als TeX-Code hinter der Tabelle einfügen:
16267 \end_layout
16268
16269 \begin_layout Standard
16270
16271 \series bold
16272
16273 \backslash
16274 renewcommand{
16275 \backslash
16276 hline}{
16277 \backslash
16278 myHlineC}
16279 \end_layout
16280
16281 \begin_layout Standard
16282 Tabelle
16283 \begin_inset space ~
16284 \end_inset
16285
16286
16287 \begin_inset CommandInset ref
16288 LatexCommand ref
16289 reference "tab:Table-with-colored"
16290
16291 \end_inset
16292
16293  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16294 \end_layout
16295
16296 \begin_layout Standard
16297 \begin_inset Float table
16298 placement h
16299 wide false
16300 sideways false
16301 status open
16302
16303 \begin_layout Plain Layout
16304 \begin_inset Caption
16305
16306 \begin_layout Plain Layout
16307 \begin_inset CommandInset label
16308 LatexCommand label
16309 name "tab:Table-with-colored"
16310
16311 \end_inset
16312
16313 Tabelle mit farbigen Linien
16314 \end_layout
16315
16316 \end_inset
16317
16318
16319 \end_layout
16320
16321 \begin_layout Plain Layout
16322 \align center
16323 \begin_inset Tabular
16324 <lyxtabular version="3" rows="3" columns="3">
16325 <features>
16326 <column alignment="center" valignment="top" width="0" special="Wc">
16327 <column alignment="center" valignment="top" width="0" special="Wc">
16328 <column alignment="center" valignment="top" width="0" special="WcW">
16329 <row>
16330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16331 \begin_inset Text
16332
16333 \begin_layout Plain Layout
16334 sd
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 <cell alignment="center" valignment="top" topline="true" usebox="none">
16340 \begin_inset Text
16341
16342 \begin_layout Plain Layout
16343
16344 \end_layout
16345
16346 \end_inset
16347 </cell>
16348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16349 \begin_inset Text
16350
16351 \begin_layout Plain Layout
16352
16353 \end_layout
16354
16355 \end_inset
16356 </cell>
16357 </row>
16358 <row>
16359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363
16364 \end_layout
16365
16366 \end_inset
16367 </cell>
16368 <cell alignment="center" valignment="top" topline="true" usebox="none">
16369 \begin_inset Text
16370
16371 \begin_layout Plain Layout
16372 sd
16373 \end_layout
16374
16375 \end_inset
16376 </cell>
16377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16378 \begin_inset Text
16379
16380 \begin_layout Plain Layout
16381
16382 \end_layout
16383
16384 \end_inset
16385 </cell>
16386 </row>
16387 <row topspace="default">
16388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Plain Layout
16392
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401
16402 \end_layout
16403
16404 \end_inset
16405 </cell>
16406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16407 \begin_inset Text
16408
16409 \begin_layout Plain Layout
16410 sd
16411 \end_layout
16412
16413 \end_inset
16414 </cell>
16415 </row>
16416 </lyxtabular>
16417
16418 \end_inset
16419
16420
16421 \end_layout
16422
16423 \end_inset
16424
16425
16426 \end_layout
16427
16428 \begin_layout Standard
16429 \begin_inset ERT
16430 status collapsed
16431
16432 \begin_layout Plain Layout
16433
16434
16435 \backslash
16436 renewcommand{
16437 \backslash
16438 hline}{
16439 \backslash
16440 myHlineC}
16441 \end_layout
16442
16443 \end_inset
16444
16445
16446 \end_layout
16447
16448 \begin_layout Standard
16449 \begin_inset ERT
16450 status collapsed
16451
16452 \begin_layout Plain Layout
16453
16454
16455 \backslash
16456 setlength{
16457 \backslash
16458 arrayrulewidth}{0.4pt}
16459 \end_layout
16460
16461 \end_inset
16462
16463
16464 \begin_inset Note Note
16465 status collapsed
16466
16467 \begin_layout Plain Layout
16468 setzt die Liniendicke wieder auf ihren Standardwert zurück
16469 \end_layout
16470
16471 \end_inset
16472
16473
16474 \end_layout
16475
16476 \begin_layout Section
16477 Tabellen-Anpassung
16478 \begin_inset Index
16479 status collapsed
16480
16481 \begin_layout Plain Layout
16482 Tabellen ! Anpassung
16483 \end_layout
16484
16485 \end_inset
16486
16487
16488 \end_layout
16489
16490 \begin_layout Subsection
16491 Zeilenabstand
16492 \begin_inset CommandInset label
16493 LatexCommand label
16494 name "uab:Zeilenabstand"
16495
16496 \end_inset
16497
16498
16499 \begin_inset Index
16500 status collapsed
16501
16502 \begin_layout Plain Layout
16503 Tabellen ! Zeilenabstand
16504 \end_layout
16505
16506 \end_inset
16507
16508
16509 \end_layout
16510
16511 \begin_layout Standard
16512 Auf der Karteikarte 
16513 \family sans
16514 Rahmen
16515 \family default
16516  des 
16517 \family sans
16518 Tabellen-Einstellungen
16519 \family default
16520 -Dialogs können Sie 
16521 \family sans
16522 zusätzliche
16523 \begin_inset space ~
16524 \end_inset
16525
16526 Abstände
16527 \family default
16528  einfügen.
16529  Dabei haben Sie drei Möglichkeiten:
16530 \end_layout
16531
16532 \begin_layout Description
16533 Oberhalb
16534 \begin_inset space ~
16535 \end_inset
16536
16537 der
16538 \begin_inset space ~
16539 \end_inset
16540
16541 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16542  Bei einer formalen Tabelle
16543 \begin_inset Foot
16544 status collapsed
16545
16546 \begin_layout Plain Layout
16547 Formale Tabellen wurden in Abschnitt
16548 \begin_inset space ~
16549 \end_inset
16550
16551
16552 \begin_inset CommandInset ref
16553 LatexCommand ref
16554 reference "abs:Formale-Tabellen"
16555
16556 \end_inset
16557
16558  beschrieben.
16559 \end_layout
16560
16561 \end_inset
16562
16563  fügt LyX standardmäßig 0.5
16564 \begin_inset space \thinspace{}
16565 \end_inset
16566
16567 em Leerraum ein.
16568  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16569 \begin_inset VSpace medskip
16570 \end_inset
16571
16572
16573 \begin_inset Newline newline
16574 \end_inset
16575
16576
16577 \begin_inset space \hspace*{}
16578 \length 0pt
16579 \end_inset
16580
16581
16582 \begin_inset space \hfill{}
16583 \end_inset
16584
16585
16586 \begin_inset Tabular
16587 <lyxtabular version="3" rows="3" columns="1">
16588 <features>
16589 <column alignment="center" valignment="top" width="0">
16590 <row>
16591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595 A
16596 \end_layout
16597
16598 \end_inset
16599 </cell>
16600 </row>
16601 <row topspace="3mm">
16602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16603 \begin_inset Text
16604
16605 \begin_layout Plain Layout
16606 3
16607 \begin_inset space \thinspace{}
16608 \end_inset
16609
16610 mm Leerraum oberhalb der Zeile
16611 \end_layout
16612
16613 \end_inset
16614 </cell>
16615 </row>
16616 <row>
16617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16618 \begin_inset Text
16619
16620 \begin_layout Plain Layout
16621 C
16622 \end_layout
16623
16624 \end_inset
16625 </cell>
16626 </row>
16627 </lyxtabular>
16628
16629 \end_inset
16630
16631
16632 \begin_inset space \hfill{}
16633 \end_inset
16634
16635
16636 \begin_inset space \hspace*{}
16637 \length 0pt
16638 \end_inset
16639
16640
16641 \begin_inset VSpace medskip
16642 \end_inset
16643
16644
16645 \begin_inset Newline newline
16646 \end_inset
16647
16648 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16649 n Linien verwenden.
16650 \end_layout
16651
16652 \begin_layout Description
16653 Unterhalb
16654 \begin_inset space ~
16655 \end_inset
16656
16657 der
16658 \begin_inset space ~
16659 \end_inset
16660
16661 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16662  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16663 \begin_inset space \thinspace{}
16664 \end_inset
16665
16666 em Leerraum ein.
16667  Bei normalen Tabellen ist der Standardwert 2
16668 \begin_inset space \thinspace{}
16669 \end_inset
16670
16671 pt.
16672 \end_layout
16673
16674 \begin_layout Description
16675 Zwischen
16676 \begin_inset space ~
16677 \end_inset
16678
16679 den
16680 \begin_inset space ~
16681 \end_inset
16682
16683 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16684  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16685 \begin_inset space \thinspace{}
16686 \end_inset
16687
16688 em Leerraum ein.
16689  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16690 \begin_inset VSpace medskip
16691 \end_inset
16692
16693
16694 \begin_inset Newline newline
16695 \end_inset
16696
16697
16698 \begin_inset space \hspace*{}
16699 \length 0pt
16700 \end_inset
16701
16702
16703 \begin_inset space \hfill{}
16704 \end_inset
16705
16706
16707 \begin_inset Tabular
16708 <lyxtabular version="3" rows="3" columns="1">
16709 <features>
16710 <column alignment="center" valignment="top" width="0">
16711 <row>
16712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716 A
16717 \end_layout
16718
16719 \end_inset
16720 </cell>
16721 </row>
16722 <row interlinespace="3mm">
16723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16724 \begin_inset Text
16725
16726 \begin_layout Plain Layout
16727 \begin_inset Formula $\downarrow$
16728 \end_inset
16729
16730  3
16731 \begin_inset space \thinspace{}
16732 \end_inset
16733
16734 mm Leerraum zwischen den Zeilen 
16735 \begin_inset Formula $\downarrow$
16736 \end_inset
16737
16738
16739 \end_layout
16740
16741 \end_inset
16742 </cell>
16743 </row>
16744 <row>
16745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Plain Layout
16749 \begin_inset Formula $\uparrow$
16750 \end_inset
16751
16752  3
16753 \begin_inset space \thinspace{}
16754 \end_inset
16755
16756 mm Leerraum zwischen den Zeilen 
16757 \begin_inset Formula $\uparrow$
16758 \end_inset
16759
16760
16761 \end_layout
16762
16763 \end_inset
16764 </cell>
16765 </row>
16766 </lyxtabular>
16767
16768 \end_inset
16769
16770
16771 \begin_inset space \hfill{}
16772 \end_inset
16773
16774
16775 \begin_inset space \hspace*{}
16776 \length 0pt
16777 \end_inset
16778
16779
16780 \begin_inset VSpace medskip
16781 \end_inset
16782
16783
16784 \begin_inset Newline newline
16785 \end_inset
16786
16787 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16788 n Linien verwenden.
16789 \end_layout
16790
16791 \begin_layout Standard
16792 \begin_inset VSpace bigskip
16793 \end_inset
16794
16795 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16796  Befehlen im LaTeX-Vorspann machen:
16797 \end_layout
16798
16799 \begin_layout Standard
16800
16801 \series bold
16802
16803 \backslash
16804 @ifundefined{extrarowheight}
16805 \begin_inset Newline newline
16806 \end_inset
16807
16808
16809 \begin_inset ERT
16810 status collapsed
16811
16812 \begin_layout Plain Layout
16813
16814
16815 \backslash
16816 hphantom{ }
16817 \end_layout
16818
16819 \end_inset
16820
16821 {
16822 \backslash
16823 usepackage{array}}{}
16824 \begin_inset Newline newline
16825 \end_inset
16826
16827
16828 \backslash
16829 setlength{
16830 \backslash
16831 extrarowheight}{Höhe}
16832 \end_layout
16833
16834 \begin_layout Standard
16835 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16836  ausgerichtet sind.
16837  (Das Paket 
16838 \series bold
16839 array
16840 \series default
16841  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
16842  verwenden.
16843  Der Befehl 
16844 \series bold
16845
16846 \backslash
16847 @ifundefined
16848 \series default
16849  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16850 \end_layout
16851
16852 \begin_layout Standard
16853 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
16854  zu nah an den Buchstaben.
16855  Das kann korrigiert werden, indem man den Befehl 
16856 \series bold
16857
16858 \backslash
16859 strut
16860 \series default
16861  als TeX-Code am Anfang einer Tabellenzeile einfügt.
16862  Tabelle
16863 \begin_inset space ~
16864 \end_inset
16865
16866
16867 \begin_inset CommandInset ref
16868 LatexCommand ref
16869 reference "tab:Vertikale-Ausrichtung-von"
16870
16871 \end_inset
16872
16873  zeigt den Effekt.
16874 \end_layout
16875
16876 \begin_layout Standard
16877 \noindent
16878 \begin_inset Float table
16879 placement h
16880 wide false
16881 sideways false
16882 status open
16883
16884 \begin_layout Plain Layout
16885 \begin_inset Caption
16886
16887 \begin_layout Plain Layout
16888 \begin_inset CommandInset label
16889 LatexCommand label
16890 name "tab:Vertikale-Ausrichtung-von"
16891
16892 \end_inset
16893
16894 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
16895 \end_layout
16896
16897 \end_inset
16898
16899
16900 \end_layout
16901
16902 \begin_layout Plain Layout
16903 \begin_inset space \hfill{}
16904 \end_inset
16905
16906
16907 \begin_inset Float table
16908 wide false
16909 sideways false
16910 status collapsed
16911
16912 \begin_layout Plain Layout
16913 \begin_inset Caption
16914
16915 \begin_layout Plain Layout
16916 Normale Tabelle.
16917 \end_layout
16918
16919 \end_inset
16920
16921
16922 \end_layout
16923
16924 \begin_layout Plain Layout
16925 \noindent
16926 \align center
16927 \begin_inset Tabular
16928 <lyxtabular version="3" rows="6" columns="1">
16929 <features>
16930 <column alignment="left" valignment="top" width="0">
16931 <row>
16932 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Plain Layout
16936 Normal, g
16937 \end_layout
16938
16939 \end_inset
16940 </cell>
16941 </row>
16942 <row>
16943 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947
16948 \size large
16949 Groß, g
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 </row>
16955 <row>
16956 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16957 \begin_inset Text
16958
16959 \begin_layout Plain Layout
16960
16961 \size larger
16962 Größer, g
16963 \end_layout
16964
16965 \end_inset
16966 </cell>
16967 </row>
16968 <row>
16969 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16970 \begin_inset Text
16971
16972 \begin_layout Plain Layout
16973
16974 \size largest
16975 noch Größer, g
16976 \end_layout
16977
16978 \end_inset
16979 </cell>
16980 </row>
16981 <row>
16982 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16983 \begin_inset Text
16984
16985 \begin_layout Plain Layout
16986
16987 \size huge
16988 Riesig
16989 \end_layout
16990
16991 \end_inset
16992 </cell>
16993 </row>
16994 <row>
16995 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16996 \begin_inset Text
16997
16998 \begin_layout Plain Layout
16999
17000 \size giant
17001 Gigantisch
17002 \end_layout
17003
17004 \end_inset
17005 </cell>
17006 </row>
17007 </lyxtabular>
17008
17009 \end_inset
17010
17011
17012 \end_layout
17013
17014 \end_inset
17015
17016
17017 \begin_inset space \hfill{}
17018 \end_inset
17019
17020
17021 \begin_inset Float table
17022 wide false
17023 sideways false
17024 status collapsed
17025
17026 \begin_layout Plain Layout
17027 \begin_inset Caption
17028
17029 \begin_layout Plain Layout
17030 Tabelle bei der der Befehl 
17031 \series bold
17032
17033 \backslash
17034 strut
17035 \series default
17036  verwendet wurde.
17037 \end_layout
17038
17039 \end_inset
17040
17041
17042 \end_layout
17043
17044 \begin_layout Plain Layout
17045 \noindent
17046 \align center
17047 \begin_inset Tabular
17048 <lyxtabular version="3" rows="6" columns="1">
17049 <features>
17050 <column alignment="left" valignment="top" width="0">
17051 <row>
17052 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17053 \begin_inset Text
17054
17055 \begin_layout Plain Layout
17056 Normal, g
17057 \end_layout
17058
17059 \end_inset
17060 </cell>
17061 </row>
17062 <row>
17063 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17064 \begin_inset Text
17065
17066 \begin_layout Plain Layout
17067
17068 \size large
17069 \begin_inset ERT
17070 status collapsed
17071
17072 \begin_layout Plain Layout
17073
17074
17075 \backslash
17076 strut 
17077 \end_layout
17078
17079 \end_inset
17080
17081 Groß, g
17082 \end_layout
17083
17084 \end_inset
17085 </cell>
17086 </row>
17087 <row>
17088 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17089 \begin_inset Text
17090
17091 \begin_layout Plain Layout
17092
17093 \size larger
17094 \begin_inset ERT
17095 status collapsed
17096
17097 \begin_layout Plain Layout
17098
17099
17100 \backslash
17101 strut 
17102 \end_layout
17103
17104 \end_inset
17105
17106 Größer, g
17107 \end_layout
17108
17109 \end_inset
17110 </cell>
17111 </row>
17112 <row>
17113 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17114 \begin_inset Text
17115
17116 \begin_layout Plain Layout
17117
17118 \size largest
17119 \begin_inset ERT
17120 status collapsed
17121
17122 \begin_layout Plain Layout
17123
17124
17125 \backslash
17126 strut 
17127 \end_layout
17128
17129 \end_inset
17130
17131 noch Größer, g
17132 \end_layout
17133
17134 \end_inset
17135 </cell>
17136 </row>
17137 <row>
17138 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17139 \begin_inset Text
17140
17141 \begin_layout Plain Layout
17142
17143 \size huge
17144 \begin_inset ERT
17145 status collapsed
17146
17147 \begin_layout Plain Layout
17148
17149
17150 \backslash
17151 strut 
17152 \end_layout
17153
17154 \end_inset
17155
17156 Riesig
17157 \end_layout
17158
17159 \end_inset
17160 </cell>
17161 </row>
17162 <row>
17163 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17164 \begin_inset Text
17165
17166 \begin_layout Plain Layout
17167
17168 \size giant
17169 \begin_inset ERT
17170 status collapsed
17171
17172 \begin_layout Plain Layout
17173
17174
17175 \backslash
17176 strut 
17177 \end_layout
17178
17179 \end_inset
17180
17181 Gigantisch
17182 \end_layout
17183
17184 \end_inset
17185 </cell>
17186 </row>
17187 </lyxtabular>
17188
17189 \end_inset
17190
17191
17192 \end_layout
17193
17194 \end_inset
17195
17196
17197 \begin_inset space \hfill{}
17198 \end_inset
17199
17200
17201 \end_layout
17202
17203 \end_inset
17204
17205
17206 \end_layout
17207
17208 \begin_layout Subsection
17209 Besondere Zellenausrichtung
17210 \begin_inset Index
17211 status collapsed
17212
17213 \begin_layout Plain Layout
17214 Tabellen ! Zellenausrichtung
17215 \end_layout
17216
17217 \end_inset
17218
17219
17220 \end_layout
17221
17222 \begin_layout Standard
17223 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
17224  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
17225 \begin_inset space ~
17226 \end_inset
17227
17228
17229 \begin_inset CommandInset ref
17230 LatexCommand ref
17231 reference "tab:Tabellenzellen-sind-auf"
17232
17233 \end_inset
17234
17235 .
17236 \end_layout
17237
17238 \begin_layout Standard
17239 \begin_inset Float table
17240 placement h
17241 wide false
17242 sideways false
17243 status open
17244
17245 \begin_layout Plain Layout
17246 \begin_inset Caption
17247
17248 \begin_layout Plain Layout
17249 \begin_inset CommandInset label
17250 LatexCommand label
17251 name "tab:Tabellenzellen-sind-auf"
17252
17253 \end_inset
17254
17255 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
17256 \end_layout
17257
17258 \end_inset
17259
17260
17261 \end_layout
17262
17263 \begin_layout Plain Layout
17264 \align center
17265 \begin_inset Tabular
17266 <lyxtabular version="3" rows="4" columns="2">
17267 <features>
17268 <column alignment="right" valignment="top" width="0">
17269 <column alignment="left" valignment="top" width="0" special="@{}l">
17270 <row>
17271 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17272 \begin_inset Text
17273
17274 \begin_layout Plain Layout
17275 Überschrift
17276 \end_layout
17277
17278 \end_inset
17279 </cell>
17280 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17281 \begin_inset Text
17282
17283 \begin_layout Plain Layout
17284
17285 \end_layout
17286
17287 \end_inset
17288 </cell>
17289 </row>
17290 <row>
17291 <cell alignment="center" valignment="top" usebox="none">
17292 \begin_inset Text
17293
17294 \begin_layout Plain Layout
17295 12.
17296 \end_layout
17297
17298 \end_inset
17299 </cell>
17300 <cell alignment="center" valignment="top" usebox="none">
17301 \begin_inset Text
17302
17303 \begin_layout Plain Layout
17304 6
17305 \end_layout
17306
17307 \end_inset
17308 </cell>
17309 </row>
17310 <row>
17311 <cell alignment="center" valignment="top" usebox="none">
17312 \begin_inset Text
17313
17314 \begin_layout Plain Layout
17315 0.
17316 \end_layout
17317
17318 \end_inset
17319 </cell>
17320 <cell alignment="center" valignment="top" usebox="none">
17321 \begin_inset Text
17322
17323 \begin_layout Plain Layout
17324 68
17325 \end_layout
17326
17327 \end_inset
17328 </cell>
17329 </row>
17330 <row>
17331 <cell alignment="center" valignment="top" usebox="none">
17332 \begin_inset Text
17333
17334 \begin_layout Plain Layout
17335 -123.
17336 \end_layout
17337
17338 \end_inset
17339 </cell>
17340 <cell alignment="center" valignment="top" usebox="none">
17341 \begin_inset Text
17342
17343 \begin_layout Plain Layout
17344 0
17345 \end_layout
17346
17347 \end_inset
17348 </cell>
17349 </row>
17350 </lyxtabular>
17351
17352 \end_inset
17353
17354
17355 \end_layout
17356
17357 \end_inset
17358
17359
17360 \end_layout
17361
17362 \begin_layout Standard
17363 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17364  Die Überschrift ist eine zentrierte Mehrfachspalte.
17365  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17366  der Zahlen einschließlich Dezimalpunkt.
17367  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17368  der Zahlen.
17369   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17370 \family sans
17371 LaTe
17372 \begin_inset ERT
17373 status collapsed
17374
17375 \begin_layout Plain Layout
17376
17377 {}
17378 \end_layout
17379
17380 \end_inset
17381
17382 X-Argument
17383 \family default
17384  für die zweite Spalte folgendes eingefügt:
17385 \end_layout
17386
17387 \begin_layout Standard
17388
17389 \series bold
17390 @{}l
17391 \end_layout
17392
17393 \begin_layout Standard
17394 Tabelle
17395 \begin_inset space ~
17396 \end_inset
17397
17398
17399 \begin_inset CommandInset ref
17400 LatexCommand ref
17401 reference "tab:Verschiedene-Ausrichtungen"
17402
17403 \end_inset
17404
17405  zeigt einige Ausrichtungen.
17406  Für die Ausrichtung der Relationen müssen Sie den 
17407 \family sans
17408 Mittleren
17409 \begin_inset space ~
17410 \end_inset
17411
17412 Abstand
17413 \family default
17414  aus der 
17415 \family sans
17416 Mathe-Werkzeugleiste
17417 \family default
17418  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17419  rechts vom Relationszeichen zu bekommen.
17420 \end_layout
17421
17422 \begin_layout Standard
17423
17424 \color black
17425 \begin_inset Float table
17426 placement h
17427 wide false
17428 sideways false
17429 status open
17430
17431 \begin_layout Plain Layout
17432
17433 \color black
17434 \begin_inset Caption
17435
17436 \begin_layout Plain Layout
17437
17438 \color black
17439 \begin_inset CommandInset label
17440 LatexCommand label
17441 name "tab:Verschiedene-Ausrichtungen"
17442
17443 \end_inset
17444
17445
17446 \color inherit
17447 Verschiedene Ausrichtungen
17448 \end_layout
17449
17450 \end_inset
17451
17452
17453 \end_layout
17454
17455 \begin_layout Plain Layout
17456 \align center
17457 \begin_inset Tabular
17458 <lyxtabular version="3" rows="4" columns="6">
17459 <features>
17460 <column alignment="right" valignment="top" width="0">
17461 <column alignment="left" valignment="top" width="0" special="@{}l">
17462 <column alignment="right" valignment="top" width="0">
17463 <column alignment="left" valignment="top" width="0" special="@{}l">
17464 <column alignment="right" valignment="top" width="0">
17465 <column alignment="left" valignment="top" width="0" special="@{}l">
17466 <row>
17467 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17468 \begin_inset Text
17469
17470 \begin_layout Plain Layout
17471 Einheiten
17472 \end_layout
17473
17474 \end_inset
17475 </cell>
17476 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17477 \begin_inset Text
17478
17479 \begin_layout Plain Layout
17480
17481 \end_layout
17482
17483 \end_inset
17484 </cell>
17485 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17486 \begin_inset Text
17487
17488 \begin_layout Plain Layout
17489 Exponenten
17490 \end_layout
17491
17492 \end_inset
17493 </cell>
17494 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17495 \begin_inset Text
17496
17497 \begin_layout Plain Layout
17498
17499 \end_layout
17500
17501 \end_inset
17502 </cell>
17503 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17504 \begin_inset Text
17505
17506 \begin_layout Plain Layout
17507 Relationen
17508 \end_layout
17509
17510 \end_inset
17511 </cell>
17512 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17513 \begin_inset Text
17514
17515 \begin_layout Plain Layout
17516
17517 \end_layout
17518
17519 \end_inset
17520 </cell>
17521 </row>
17522 <row>
17523 <cell alignment="center" valignment="top" usebox="none">
17524 \begin_inset Text
17525
17526 \begin_layout Plain Layout
17527 12×
17528 \end_layout
17529
17530 \end_inset
17531 </cell>
17532 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17533 \begin_inset Text
17534
17535 \begin_layout Plain Layout
17536 24
17537 \begin_inset space \thinspace{}
17538 \end_inset
17539
17540 Flaschen
17541 \end_layout
17542
17543 \end_inset
17544 </cell>
17545 <cell alignment="center" valignment="top" usebox="none">
17546 \begin_inset Text
17547
17548 \begin_layout Plain Layout
17549 \begin_inset Formula $10\cdot$
17550 \end_inset
17551
17552
17553 \end_layout
17554
17555 \end_inset
17556 </cell>
17557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17558 \begin_inset Text
17559
17560 \begin_layout Plain Layout
17561 \begin_inset Formula $10^{\mbox{-}17}$
17562 \end_inset
17563
17564
17565 \end_layout
17566
17567 \end_inset
17568 </cell>
17569 <cell alignment="center" valignment="top" usebox="none">
17570 \begin_inset Text
17571
17572 \begin_layout Plain Layout
17573 \begin_inset Formula $\Gamma(t)\propto$
17574 \end_inset
17575
17576
17577 \end_layout
17578
17579 \end_inset
17580 </cell>
17581 <cell alignment="center" valignment="top" usebox="none">
17582 \begin_inset Text
17583
17584 \begin_layout Plain Layout
17585 \begin_inset Formula $\:\Upsilon(t)$
17586 \end_inset
17587
17588
17589 \end_layout
17590
17591 \end_inset
17592 </cell>
17593 </row>
17594 <row>
17595 <cell alignment="center" valignment="top" usebox="none">
17596 \begin_inset Text
17597
17598 \begin_layout Plain Layout
17599 1024×
17600 \end_layout
17601
17602 \end_inset
17603 </cell>
17604 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17605 \begin_inset Text
17606
17607 \begin_layout Plain Layout
17608 768
17609 \begin_inset space \thinspace{}
17610 \end_inset
17611
17612 Pixel
17613 \end_layout
17614
17615 \end_inset
17616 </cell>
17617 <cell alignment="center" valignment="top" usebox="none">
17618 \begin_inset Text
17619
17620 \begin_layout Plain Layout
17621 \begin_inset Formula $5.78\cdot$
17622 \end_inset
17623
17624
17625 \end_layout
17626
17627 \end_inset
17628 </cell>
17629 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17630 \begin_inset Text
17631
17632 \begin_layout Plain Layout
17633 \begin_inset Formula $10^{7}$
17634 \end_inset
17635
17636
17637 \end_layout
17638
17639 \end_inset
17640 </cell>
17641 <cell alignment="center" valignment="top" usebox="none">
17642 \begin_inset Text
17643
17644 \begin_layout Plain Layout
17645 \begin_inset Formula $A\ne$
17646 \end_inset
17647
17648
17649 \end_layout
17650
17651 \end_inset
17652 </cell>
17653 <cell alignment="center" valignment="top" usebox="none">
17654 \begin_inset Text
17655
17656 \begin_layout Plain Layout
17657 \begin_inset Formula $\: B_{\mathrm{red}}$
17658 \end_inset
17659
17660
17661 \end_layout
17662
17663 \end_inset
17664 </cell>
17665 </row>
17666 <row>
17667 <cell alignment="center" valignment="top" usebox="none">
17668 \begin_inset Text
17669
17670 \begin_layout Plain Layout
17671 32×
17672 \end_layout
17673
17674 \end_inset
17675 </cell>
17676 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17677 \begin_inset Text
17678
17679 \begin_layout Plain Layout
17680 6
17681 \begin_inset space \thinspace{}
17682 \end_inset
17683
17684 cm
17685 \end_layout
17686
17687 \end_inset
17688 </cell>
17689 <cell alignment="center" valignment="top" usebox="none">
17690 \begin_inset Text
17691
17692 \begin_layout Plain Layout
17693 -
17694 \begin_inset Formula $33.5\cdot$
17695 \end_inset
17696
17697
17698 \end_layout
17699
17700 \end_inset
17701 </cell>
17702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17703 \begin_inset Text
17704
17705 \begin_layout Plain Layout
17706 \begin_inset Formula $10^{4}$
17707 \end_inset
17708
17709
17710 \end_layout
17711
17712 \end_inset
17713 </cell>
17714 <cell alignment="center" valignment="top" usebox="none">
17715 \begin_inset Text
17716
17717 \begin_layout Plain Layout
17718 \begin_inset Formula $\sin(\alpha)\ge$
17719 \end_inset
17720
17721
17722 \end_layout
17723
17724 \end_inset
17725 </cell>
17726 <cell alignment="center" valignment="top" usebox="none">
17727 \begin_inset Text
17728
17729 \begin_layout Plain Layout
17730 \begin_inset Formula $\:\sin(\beta)$
17731 \end_inset
17732
17733
17734 \end_layout
17735
17736 \end_inset
17737 </cell>
17738 </row>
17739 </lyxtabular>
17740
17741 \end_inset
17742
17743
17744 \end_layout
17745
17746 \end_inset
17747
17748
17749 \end_layout
17750
17751 \begin_layout Standard
17752 \begin_inset VSpace bigskip
17753 \end_inset
17754
17755 Es gibt auch noch das LaTeX-Paket 
17756 \series bold
17757 dcolumn
17758 \series default
17759 ,
17760 \begin_inset Index
17761 status collapsed
17762
17763 \begin_layout Plain Layout
17764 LaTeX-Pakete ! dcolumn
17765 \end_layout
17766
17767 \end_inset
17768
17769  mit dem man Zellen ausrichten kann.
17770  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17771  in den Zellen.
17772  Die erste Spalte von Tabelle
17773 \begin_inset space ~
17774 \end_inset
17775
17776
17777 \begin_inset CommandInset ref
17778 LatexCommand ref
17779 reference "tab:Verschiedene-Ausrichtungen"
17780
17781 \end_inset
17782
17783  wird mit 
17784 \family typewriter
17785 dcolumn
17786 \family default
17787  wie die erste Spalte von Tabelle
17788 \begin_inset space ~
17789 \end_inset
17790
17791
17792 \begin_inset CommandInset ref
17793 LatexCommand ref
17794 reference "tab:Ausrichtung-mit-dem"
17795
17796 \end_inset
17797
17798  aussehen und nur mit ein paar Tricks wie erwartet.
17799  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17800 \begin_inset space ~
17801 \end_inset
17802
17803
17804 \begin_inset CommandInset ref
17805 LatexCommand ref
17806 reference "tab:Verschiedene-Ausrichtungen"
17807
17808 \end_inset
17809
17810  ist mit 
17811 \series bold
17812 dcolumn
17813 \series default
17814  nicht möglich.
17815 \end_layout
17816
17817 \begin_layout Standard
17818 \begin_inset Float table
17819 placement h
17820 wide false
17821 sideways false
17822 status open
17823
17824 \begin_layout Plain Layout
17825 \begin_inset Caption
17826
17827 \begin_layout Plain Layout
17828 \begin_inset CommandInset label
17829 LatexCommand label
17830 name "tab:Ausrichtung-mit-dem"
17831
17832 \end_inset
17833
17834 Ausrichtung mit dem LaTeX-Paket 
17835 \series bold
17836 dcolumn
17837 \series default
17838 .
17839  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17840  bekommen.
17841 \begin_inset OptArg
17842 status collapsed
17843
17844 \begin_layout Plain Layout
17845 Ausrichtung mit dem LaTeX-Paket 
17846 \series bold
17847 dcolumn
17848 \end_layout
17849
17850 \end_inset
17851
17852
17853 \end_layout
17854
17855 \end_inset
17856
17857
17858 \end_layout
17859
17860 \begin_layout Plain Layout
17861 \align center
17862 \begin_inset Tabular
17863 <lyxtabular version="3" rows="4" columns="3">
17864 <features>
17865 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17866 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17867 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17868 <row>
17869 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17870 \begin_inset Text
17871
17872 \begin_layout Plain Layout
17873 Einheiten
17874 \end_layout
17875
17876 \end_inset
17877 </cell>
17878 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17879 \begin_inset Text
17880
17881 \begin_layout Plain Layout
17882 Einheiten
17883 \end_layout
17884
17885 \end_inset
17886 </cell>
17887 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17888 \begin_inset Text
17889
17890 \begin_layout Plain Layout
17891 Einheiten
17892 \end_layout
17893
17894 \end_inset
17895 </cell>
17896 </row>
17897 <row>
17898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17899 \begin_inset Text
17900
17901 \begin_layout Plain Layout
17902 12x24
17903 \begin_inset space \thinspace{}
17904 \end_inset
17905
17906
17907 \begin_inset Formula $\mbox{Flaschen}$
17908 \end_inset
17909
17910
17911 \end_layout
17912
17913 \end_inset
17914 </cell>
17915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17916 \begin_inset Text
17917
17918 \begin_layout Plain Layout
17919 12x24
17920 \begin_inset space \thinspace{}
17921 \end_inset
17922
17923
17924 \begin_inset Formula $\mbox{Flaschen}$
17925 \end_inset
17926
17927
17928 \end_layout
17929
17930 \end_inset
17931 </cell>
17932 <cell alignment="center" valignment="top" usebox="none">
17933 \begin_inset Text
17934
17935 \begin_layout Plain Layout
17936 12
17937 \begin_inset ERT
17938 status collapsed
17939
17940 \begin_layout Plain Layout
17941
17942
17943 \backslash
17944 times 
17945 \end_layout
17946
17947 \end_inset
17948
17949 24~
17950 \begin_inset Formula $\mbox{Flaschen}$
17951 \end_inset
17952
17953
17954 \end_layout
17955
17956 \end_inset
17957 </cell>
17958 </row>
17959 <row>
17960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17961 \begin_inset Text
17962
17963 \begin_layout Plain Layout
17964 1024x768
17965 \begin_inset space \thinspace{}
17966 \end_inset
17967
17968
17969 \begin_inset Formula $\mbox{Pixel}$
17970 \end_inset
17971
17972
17973 \end_layout
17974
17975 \end_inset
17976 </cell>
17977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17978 \begin_inset Text
17979
17980 \begin_layout Plain Layout
17981 1024x768
17982 \begin_inset space \thinspace{}
17983 \end_inset
17984
17985
17986 \begin_inset Formula $\mbox{Pixel}$
17987 \end_inset
17988
17989
17990 \end_layout
17991
17992 \end_inset
17993 </cell>
17994 <cell alignment="center" valignment="top" usebox="none">
17995 \begin_inset Text
17996
17997 \begin_layout Plain Layout
17998 1024
17999 \begin_inset ERT
18000 status collapsed
18001
18002 \begin_layout Plain Layout
18003
18004
18005 \backslash
18006 times 
18007 \end_layout
18008
18009 \end_inset
18010
18011 768~
18012 \begin_inset Formula $\mbox{Pixel}$
18013 \end_inset
18014
18015
18016 \end_layout
18017
18018 \end_inset
18019 </cell>
18020 </row>
18021 <row>
18022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18023 \begin_inset Text
18024
18025 \begin_layout Plain Layout
18026 32x6
18027 \begin_inset space \thinspace{}
18028 \end_inset
18029
18030
18031 \begin_inset Formula $\mbox{cm}$
18032 \end_inset
18033
18034
18035 \end_layout
18036
18037 \end_inset
18038 </cell>
18039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18040 \begin_inset Text
18041
18042 \begin_layout Plain Layout
18043 32x6
18044 \begin_inset space \thinspace{}
18045 \end_inset
18046
18047
18048 \begin_inset Formula $\mbox{cm}$
18049 \end_inset
18050
18051
18052 \end_layout
18053
18054 \end_inset
18055 </cell>
18056 <cell alignment="center" valignment="top" usebox="none">
18057 \begin_inset Text
18058
18059 \begin_layout Plain Layout
18060 32
18061 \begin_inset ERT
18062 status collapsed
18063
18064 \begin_layout Plain Layout
18065
18066
18067 \backslash
18068 times 
18069 \end_layout
18070
18071 \end_inset
18072
18073 6~
18074 \begin_inset Formula $\mbox{cm}$
18075 \end_inset
18076
18077
18078 \end_layout
18079
18080 \end_inset
18081 </cell>
18082 </row>
18083 </lyxtabular>
18084
18085 \end_inset
18086
18087
18088 \end_layout
18089
18090 \end_inset
18091
18092
18093 \end_layout
18094
18095 \begin_layout Subsection
18096 Angepasste Zellen-/Spaltenformate
18097 \begin_inset CommandInset label
18098 LatexCommand label
18099 name "uab:Angepasste-Zellen-/Spaltenformate"
18100
18101 \end_inset
18102
18103
18104 \begin_inset Index
18105 status collapsed
18106
18107 \begin_layout Plain Layout
18108 Tabellen ! Spaltenformat
18109 \end_layout
18110
18111 \end_inset
18112
18113
18114 \end_layout
18115
18116 \begin_layout Standard
18117 Wenn man wie in Abschnitt
18118 \begin_inset space ~
18119 \end_inset
18120
18121
18122 \begin_inset CommandInset ref
18123 LatexCommand ref
18124 reference "uab:Mehrfachspalten-Berechnungen"
18125
18126 \end_inset
18127
18128  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
18129  mehreren Tabellen mit Mehrfachspalten sehr lästig.
18130  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
18131  definieren:
18132 \end_layout
18133
18134 \begin_layout Standard
18135
18136 \series bold
18137
18138 \backslash
18139 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
18140 \end_layout
18141
18142 \begin_layout Standard
18143 Der Formatname darf nur ein Buchstabe sein, aber nicht 
18144 \emph on
18145 b
18146 \emph default
18147
18148 \emph on
18149 c
18150 \emph default
18151
18152 \emph on
18153 l
18154 \emph default
18155
18156 \emph on
18157 m
18158 \emph default
18159
18160 \emph on
18161 p
18162 \emph default
18163  oder 
18164 \emph on
18165 r
18166 \emph default
18167 , weil diese vordefiniert sind.
18168  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
18169 \end_layout
18170
18171 \begin_layout Standard
18172 \begin_inset VSpace medskip
18173 \end_inset
18174
18175
18176 \end_layout
18177
18178 \begin_layout Standard
18179 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
18180  Breite könnte das Format so aussehen:
18181 \end_layout
18182
18183 \begin_layout Standard
18184
18185 \series bold
18186
18187 \backslash
18188 newcolumntype{M}[1]{>{
18189 \backslash
18190 centering
18191 \backslash
18192 hspace{0pt}}m{#1}}
18193 \end_layout
18194
18195 \begin_layout Standard
18196 wobei 
18197 \series bold
18198
18199 \backslash
18200 hspace{0pt}
18201 \series default
18202  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
18203  Abschnitt
18204 \begin_inset space ~
18205 \end_inset
18206
18207
18208 \begin_inset CommandInset ref
18209 LatexCommand ref
18210 reference "uab:Mehrfache-Zeilen-in"
18211
18212 \end_inset
18213
18214  beschrieben.
18215  Jetzt können Sie mit
18216 \end_layout
18217
18218 \begin_layout Standard
18219
18220 \series bold
18221 M{Breite}
18222 \end_layout
18223
18224 \begin_layout Standard
18225 im 
18226 \family sans
18227 LaTeX-Argument
18228 \family default
18229  im 
18230 \family sans
18231 Tabellen-Einstellungen
18232 \family default
18233 -Dialog eine Mehrfachspalte definieren.
18234 \end_layout
18235
18236 \begin_layout Standard
18237 \begin_inset VSpace bigskip
18238 \end_inset
18239
18240
18241 \end_layout
18242
18243 \begin_layout Standard
18244 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
18245  Format definieren:
18246 \end_layout
18247
18248 \begin_layout Standard
18249
18250 \series bold
18251
18252 \backslash
18253 newcolumntype{S}[2]{>{
18254 \backslash
18255 centering
18256 \backslash
18257 hspace{0pt}}
18258 \begin_inset Newline newline
18259 \end_inset
18260
18261
18262 \begin_inset ERT
18263 status collapsed
18264
18265 \begin_layout Plain Layout
18266
18267
18268 \backslash
18269 phantom{
18270 \end_layout
18271
18272 \end_inset
18273
18274
18275 \backslash
18276 newcolumntype
18277 \begin_inset ERT
18278 status collapsed
18279
18280 \begin_layout Plain Layout
18281
18282 }
18283 \end_layout
18284
18285 \end_inset
18286
18287 m{(#1+(2
18288 \backslash
18289 tabcolsep+
18290 \backslash
18291 arrayrulewidth)*(1-#2))/#2}}
18292 \end_layout
18293
18294 \begin_layout Standard
18295 Dieses Format benutzt Gleichung
18296 \begin_inset space ~
18297 \end_inset
18298
18299
18300 \begin_inset CommandInset ref
18301 LatexCommand ref
18302 reference "eq:Wgn"
18303
18304 \end_inset
18305
18306 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18307  breit ist.
18308 \end_layout
18309
18310 \begin_layout Standard
18311 Jetzt können Sie im 
18312 \family sans
18313 LaTeX-Argument
18314 \family default
18315  im 
18316 \family sans
18317 Tabellen-Einstellungen
18318 \family default
18319 -Dialog folgendes einfügen:
18320 \end_layout
18321
18322 \begin_layout Standard
18323
18324 \series bold
18325 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18326 \end_layout
18327
18328 \begin_layout Standard
18329 \begin_inset VSpace bigskip
18330 \end_inset
18331
18332
18333 \end_layout
18334
18335 \begin_layout Standard
18336 Für farbige Spalten können Sie folgendes einfügen:
18337 \end_layout
18338
18339 \begin_layout Standard
18340
18341 \series bold
18342
18343 \backslash
18344 newcolumntype{K}[1]{>{
18345 \backslash
18346 columncolor{#1}
18347 \backslash
18348 hspace{0pt}}c}
18349 \end_layout
18350
18351 \begin_layout Standard
18352 Das 
18353 \begin_inset Quotes gld
18354 \end_inset
18355
18356 c
18357 \begin_inset Quotes grd
18358 \end_inset
18359
18360  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18361  zentriert ist.
18362  Jetzt können Sie als 
18363 \family sans
18364 LaTeX-Argument
18365 \family default
18366  folgendes einfügen:
18367 \end_layout
18368
18369 \begin_layout Standard
18370
18371 \series bold
18372 K{Farbname}
18373 \end_layout
18374
18375 \begin_layout Standard
18376 \begin_inset VSpace bigskip
18377 \end_inset
18378
18379
18380 \end_layout
18381
18382 \begin_layout Standard
18383 Für Tabelle
18384 \begin_inset space ~
18385 \end_inset
18386
18387
18388 \begin_inset CommandInset ref
18389 LatexCommand ref
18390 reference "tab:Tabelle-mit-benutzerdefinierte"
18391
18392 \end_inset
18393
18394  wurden folgende 
18395 \family sans
18396 LaTeX-Argumente
18397 \family default
18398  benutzt:
18399 \end_layout
18400
18401 \begin_layout Standard
18402
18403 \series bold
18404 M{2.5cm}
18405 \end_layout
18406
18407 \begin_layout Standard
18408 für die erste Spalte und die Mehrfachspalte,
18409 \end_layout
18410
18411 \begin_layout Standard
18412
18413 \series bold
18414 K{red}
18415 \end_layout
18416
18417 \begin_layout Standard
18418 für die letzte Spalte und
18419 \end_layout
18420
18421 \begin_layout Standard
18422
18423 \series bold
18424 S{2.5cm}{2}
18425 \end_layout
18426
18427 \begin_layout Standard
18428 für die Spalten in der zweiten Mehrfachspalte.
18429 \end_layout
18430
18431 \begin_layout Standard
18432 \begin_inset Float table
18433 placement h
18434 wide false
18435 sideways false
18436 status open
18437
18438 \begin_layout Plain Layout
18439 \begin_inset Caption
18440
18441 \begin_layout Plain Layout
18442 \begin_inset CommandInset label
18443 LatexCommand label
18444 name "tab:Tabelle-mit-benutzerdefinierte"
18445
18446 \end_inset
18447
18448 Tabelle mit benutzerdefinierten Formaten
18449 \end_layout
18450
18451 \end_inset
18452
18453
18454 \end_layout
18455
18456 \begin_layout Plain Layout
18457 \align center
18458 \begin_inset Tabular
18459 <lyxtabular version="3" rows="3" columns="4">
18460 <features>
18461 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18462 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18463 <column alignment="center" valignment="middle" width="0">
18464 <column alignment="center" valignment="middle" width="0" special="K{red}">
18465 <row>
18466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18467 \begin_inset Text
18468
18469 \begin_layout Plain Layout
18470 einsehrlangesWort
18471 \end_layout
18472
18473 \end_inset
18474 </cell>
18475 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18476 \begin_inset Text
18477
18478 \begin_layout Plain Layout
18479 Mehrfachspalte mit mehreren Zeilen
18480 \end_layout
18481
18482 \end_inset
18483 </cell>
18484 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18485 \begin_inset Text
18486
18487 \begin_layout Plain Layout
18488
18489 \end_layout
18490
18491 \end_inset
18492 </cell>
18493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18494 \begin_inset Text
18495
18496 \begin_layout Plain Layout
18497 c
18498 \end_layout
18499
18500 \end_inset
18501 </cell>
18502 </row>
18503 <row>
18504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18505 \begin_inset Text
18506
18507 \begin_layout Plain Layout
18508 d
18509 \end_layout
18510
18511 \end_inset
18512 </cell>
18513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18514 \begin_inset Text
18515
18516 \begin_layout Plain Layout
18517 e
18518 \end_layout
18519
18520 \end_inset
18521 </cell>
18522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18523 \begin_inset Text
18524
18525 \begin_layout Plain Layout
18526 f
18527 \end_layout
18528
18529 \end_inset
18530 </cell>
18531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18532 \begin_inset Text
18533
18534 \begin_layout Plain Layout
18535 g
18536 \end_layout
18537
18538 \end_inset
18539 </cell>
18540 </row>
18541 <row>
18542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18543 \begin_inset Text
18544
18545 \begin_layout Plain Layout
18546 h
18547 \end_layout
18548
18549 \end_inset
18550 </cell>
18551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18552 \begin_inset Text
18553
18554 \begin_layout Plain Layout
18555 i
18556 \end_layout
18557
18558 \end_inset
18559 </cell>
18560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18561 \begin_inset Text
18562
18563 \begin_layout Plain Layout
18564 j
18565 \end_layout
18566
18567 \end_inset
18568 </cell>
18569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18570 \begin_inset Text
18571
18572 \begin_layout Plain Layout
18573 k
18574 \end_layout
18575
18576 \end_inset
18577 </cell>
18578 </row>
18579 </lyxtabular>
18580
18581 \end_inset
18582
18583
18584 \end_layout
18585
18586 \end_inset
18587
18588
18589 \end_layout
18590
18591 \begin_layout Subsection
18592 Liniendicke
18593 \begin_inset CommandInset label
18594 LatexCommand label
18595 name "uab:Liniendicke"
18596
18597 \end_inset
18598
18599
18600 \begin_inset Index
18601 status collapsed
18602
18603 \begin_layout Plain Layout
18604 Tabellen  ! Linien ! -dicke
18605 \end_layout
18606
18607 \end_inset
18608
18609
18610 \end_layout
18611
18612 \begin_layout Standard
18613 Die Liniendicke für alle Linien einer Tabelle kann mit 
18614 \series bold
18615
18616 \backslash
18617 arrayrulewidth
18618 \series default
18619  eingestellt werden.
18620  Um eine Liniendicke von 1.5
18621 \begin_inset space \thinspace{}
18622 \end_inset
18623
18624 pt wie in Tabelle
18625 \begin_inset space ~
18626 \end_inset
18627
18628
18629 \begin_inset CommandInset ref
18630 LatexCommand ref
18631 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18632
18633 \end_inset
18634
18635  zu bekommen, geben Sie den Befehl
18636 \end_layout
18637
18638 \begin_layout Standard
18639
18640 \series bold
18641
18642 \backslash
18643 setlength{
18644 \backslash
18645 arrayrulewidth}{1.5pt}
18646 \end_layout
18647
18648 \begin_layout Standard
18649 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18650  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18651  Mit
18652 \end_layout
18653
18654 \begin_layout Standard
18655
18656 \series bold
18657
18658 \backslash
18659 setlength{
18660 \backslash
18661 arrayrulewidth}{0.4pt}
18662 \end_layout
18663
18664 \begin_layout Standard
18665 bekommen Sie wieder die Standarddicke.
18666 \end_layout
18667
18668 \begin_layout Standard
18669 \begin_inset ERT
18670 status collapsed
18671
18672 \begin_layout Plain Layout
18673
18674
18675 \backslash
18676 setlength{
18677 \backslash
18678 arrayrulewidth}{1.5pt}
18679 \end_layout
18680
18681 \end_inset
18682
18683
18684 \begin_inset Float table
18685 placement H
18686 wide false
18687 sideways false
18688 status open
18689
18690 \begin_layout Plain Layout
18691 \begin_inset Caption
18692
18693 \begin_layout Plain Layout
18694 \begin_inset CommandInset label
18695 LatexCommand label
18696 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18697
18698 \end_inset
18699
18700 Tabelle mit 1.5
18701 \begin_inset space \thinspace{}
18702 \end_inset
18703
18704 pt Liniendicke
18705 \end_layout
18706
18707 \end_inset
18708
18709
18710 \end_layout
18711
18712 \begin_layout Plain Layout
18713 \align center
18714 \begin_inset Tabular
18715 <lyxtabular version="3" rows="3" columns="3">
18716 <features>
18717 <column alignment="center" valignment="top" width="0">
18718 <column alignment="center" valignment="top" width="0">
18719 <column alignment="center" valignment="top" width="0">
18720 <row>
18721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18722 \begin_inset Text
18723
18724 \begin_layout Plain Layout
18725 sd
18726 \end_layout
18727
18728 \end_inset
18729 </cell>
18730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18731 \begin_inset Text
18732
18733 \begin_layout Plain Layout
18734
18735 \end_layout
18736
18737 \end_inset
18738 </cell>
18739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18740 \begin_inset Text
18741
18742 \begin_layout Plain Layout
18743
18744 \end_layout
18745
18746 \end_inset
18747 </cell>
18748 </row>
18749 <row>
18750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18751 \begin_inset Text
18752
18753 \begin_layout Plain Layout
18754
18755 \end_layout
18756
18757 \end_inset
18758 </cell>
18759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18760 \begin_inset Text
18761
18762 \begin_layout Plain Layout
18763 sd
18764 \end_layout
18765
18766 \end_inset
18767 </cell>
18768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18769 \begin_inset Text
18770
18771 \begin_layout Plain Layout
18772
18773 \end_layout
18774
18775 \end_inset
18776 </cell>
18777 </row>
18778 <row>
18779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18780 \begin_inset Text
18781
18782 \begin_layout Plain Layout
18783
18784 \end_layout
18785
18786 \end_inset
18787 </cell>
18788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18789 \begin_inset Text
18790
18791 \begin_layout Plain Layout
18792
18793 \end_layout
18794
18795 \end_inset
18796 </cell>
18797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18798 \begin_inset Text
18799
18800 \begin_layout Plain Layout
18801 sd
18802 \end_layout
18803
18804 \end_inset
18805 </cell>
18806 </row>
18807 </lyxtabular>
18808
18809 \end_inset
18810
18811
18812 \end_layout
18813
18814 \end_inset
18815
18816
18817 \begin_inset ERT
18818 status collapsed
18819
18820 \begin_layout Plain Layout
18821
18822
18823 \backslash
18824 setlength{
18825 \backslash
18826 arrayrulewidth}{0.4pt}
18827 \end_layout
18828
18829 \end_inset
18830
18831
18832 \end_layout
18833
18834 \begin_layout Standard
18835 \begin_inset VSpace bigskip
18836 \end_inset
18837
18838 Um eine Liniendicke von 1.5
18839 \begin_inset space \thinspace{}
18840 \end_inset
18841
18842 pt nur für horizontale Linien zu bekommen wie in Tabelle
18843 \begin_inset space ~
18844 \end_inset
18845
18846
18847 \begin_inset CommandInset ref
18848 LatexCommand ref
18849 reference "tab:Tabelle-mit-1.5pt-horiz"
18850
18851 \end_inset
18852
18853 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18854  einfügen:
18855 \end_layout
18856
18857 \begin_layout Standard
18858
18859 \series bold
18860
18861 \backslash
18862 let
18863 \backslash
18864 myHline
18865 \backslash
18866 hline
18867 \begin_inset Newline newline
18868 \end_inset
18869
18870
18871 \backslash
18872 renewcommand{
18873 \backslash
18874 hline}
18875 \begin_inset Newline newline
18876 \end_inset
18877
18878  {
18879 \backslash
18880 noalign{
18881 \backslash
18882 global
18883 \backslash
18884 arrayrulewidth 1.5pt}
18885 \begin_inset Newline newline
18886 \end_inset
18887
18888  
18889 \backslash
18890 myHline
18891 \backslash
18892 noalign{
18893 \backslash
18894 global
18895 \backslash
18896 arrayrulewidth 0.4pt}}
18897 \end_layout
18898
18899 \begin_layout Standard
18900 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18901  der (Gleit\SpecialChar \-
18902 objekt-)Tabelle zurück:
18903 \end_layout
18904
18905 \begin_layout Standard
18906
18907 \series bold
18908
18909 \backslash
18910 renewcommand{
18911 \backslash
18912 hline}{
18913 \backslash
18914 myHline}
18915 \end_layout
18916
18917 \begin_layout Standard
18918 \begin_inset ERT
18919 status collapsed
18920
18921 \begin_layout Plain Layout
18922
18923
18924 \backslash
18925 let
18926 \backslash
18927 myHline
18928 \backslash
18929 hline
18930 \end_layout
18931
18932 \begin_layout Plain Layout
18933
18934
18935 \backslash
18936 renewcommand{
18937 \backslash
18938 hline}
18939 \end_layout
18940
18941 \begin_layout Plain Layout
18942
18943  {
18944 \backslash
18945 noalign{
18946 \backslash
18947 global
18948 \backslash
18949 arrayrulewidth 1.5pt}
18950 \end_layout
18951
18952 \begin_layout Plain Layout
18953
18954   
18955 \backslash
18956 myHline
18957 \backslash
18958 noalign{
18959 \backslash
18960 global
18961 \backslash
18962 arrayrulewidth 0.4pt}}
18963 \end_layout
18964
18965 \end_inset
18966
18967
18968 \begin_inset Float table
18969 placement h
18970 wide false
18971 sideways false
18972 status open
18973
18974 \begin_layout Plain Layout
18975 \begin_inset Caption
18976
18977 \begin_layout Plain Layout
18978 \begin_inset CommandInset label
18979 LatexCommand label
18980 name "tab:Tabelle-mit-1.5pt-horiz"
18981
18982 \end_inset
18983
18984 Tabelle mit 1.5
18985 \begin_inset space \thinspace{}
18986 \end_inset
18987
18988 pt dicken horizontalen Linien
18989 \end_layout
18990
18991 \end_inset
18992
18993
18994 \end_layout
18995
18996 \begin_layout Plain Layout
18997 \align center
18998 \begin_inset Tabular
18999 <lyxtabular version="3" rows="3" columns="3">
19000 <features>
19001 <column alignment="center" valignment="top" width="0">
19002 <column alignment="center" valignment="top" width="0">
19003 <column alignment="center" valignment="top" width="0">
19004 <row>
19005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19006 \begin_inset Text
19007
19008 \begin_layout Plain Layout
19009 sd
19010 \end_layout
19011
19012 \end_inset
19013 </cell>
19014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19015 \begin_inset Text
19016
19017 \begin_layout Plain Layout
19018
19019 \end_layout
19020
19021 \end_inset
19022 </cell>
19023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19024 \begin_inset Text
19025
19026 \begin_layout Plain Layout
19027
19028 \end_layout
19029
19030 \end_inset
19031 </cell>
19032 </row>
19033 <row>
19034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19035 \begin_inset Text
19036
19037 \begin_layout Plain Layout
19038
19039 \end_layout
19040
19041 \end_inset
19042 </cell>
19043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19044 \begin_inset Text
19045
19046 \begin_layout Plain Layout
19047 sd
19048 \end_layout
19049
19050 \end_inset
19051 </cell>
19052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19053 \begin_inset Text
19054
19055 \begin_layout Plain Layout
19056
19057 \end_layout
19058
19059 \end_inset
19060 </cell>
19061 </row>
19062 <row>
19063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19064 \begin_inset Text
19065
19066 \begin_layout Plain Layout
19067
19068 \end_layout
19069
19070 \end_inset
19071 </cell>
19072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19073 \begin_inset Text
19074
19075 \begin_layout Plain Layout
19076
19077 \end_layout
19078
19079 \end_inset
19080 </cell>
19081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19082 \begin_inset Text
19083
19084 \begin_layout Plain Layout
19085 sd
19086 \end_layout
19087
19088 \end_inset
19089 </cell>
19090 </row>
19091 </lyxtabular>
19092
19093 \end_inset
19094
19095
19096 \end_layout
19097
19098 \end_inset
19099
19100
19101 \begin_inset ERT
19102 status collapsed
19103
19104 \begin_layout Plain Layout
19105
19106
19107 \backslash
19108 renewcommand{
19109 \backslash
19110 hline}{
19111 \backslash
19112 myHline}
19113 \end_layout
19114
19115 \end_inset
19116
19117
19118 \end_layout
19119
19120 \begin_layout Standard
19121 \begin_inset VSpace bigskip
19122 \end_inset
19123
19124 Um die Liniendicke von 1.5
19125 \begin_inset space \thinspace{}
19126 \end_inset
19127
19128 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
19129  Spaltenformat entsprechend der Beschreibung in Abschnitt
19130 \begin_inset space ~
19131 \end_inset
19132
19133
19134 \begin_inset CommandInset ref
19135 LatexCommand ref
19136 reference "uab:Angepasste-Zellen-/Spaltenformate"
19137
19138 \end_inset
19139
19140  definieren:
19141 \end_layout
19142
19143 \begin_layout Standard
19144
19145 \series bold
19146
19147 \backslash
19148 newcolumntype{V}{!{
19149 \backslash
19150 vrule width 1.5pt}}
19151 \end_layout
19152
19153 \begin_layout Standard
19154 In Tabelle
19155 \begin_inset space ~
19156 \end_inset
19157
19158
19159 \begin_inset CommandInset ref
19160 LatexCommand ref
19161 reference "tab:Tabelle-mit-1.5pt-vert"
19162
19163 \end_inset
19164
19165  wurde das 
19166 \family sans
19167 LaTe
19168 \begin_inset ERT
19169 status collapsed
19170
19171 \begin_layout Plain Layout
19172
19173 {}
19174 \end_layout
19175
19176 \end_inset
19177
19178 X-Argument
19179 \family default
19180 \series bold
19181  VcV
19182 \series default
19183  für die letzte Spalte und
19184 \series bold
19185  Vc
19186 \series default
19187  für die anderen benutzt.
19188 \end_layout
19189
19190 \begin_layout Standard
19191 \begin_inset Float table
19192 placement H
19193 wide false
19194 sideways false
19195 status open
19196
19197 \begin_layout Plain Layout
19198 \begin_inset Caption
19199
19200 \begin_layout Plain Layout
19201 \begin_inset CommandInset label
19202 LatexCommand label
19203 name "tab:Tabelle-mit-1.5pt-vert"
19204
19205 \end_inset
19206
19207 Tabelle mit 1.5
19208 \begin_inset space \thinspace{}
19209 \end_inset
19210
19211 pt dicken vertikalen Linien
19212 \end_layout
19213
19214 \end_inset
19215
19216
19217 \end_layout
19218
19219 \begin_layout Plain Layout
19220 \align center
19221 \begin_inset Tabular
19222 <lyxtabular version="3" rows="3" columns="3">
19223 <features>
19224 <column alignment="center" valignment="top" width="0" special="Vc">
19225 <column alignment="center" valignment="top" width="0" special="Vc">
19226 <column alignment="center" valignment="top" width="0" special="VcV">
19227 <row>
19228 <cell alignment="center" valignment="top" topline="true" usebox="none">
19229 \begin_inset Text
19230
19231 \begin_layout Plain Layout
19232 sd
19233 \end_layout
19234
19235 \end_inset
19236 </cell>
19237 <cell alignment="center" valignment="top" topline="true" usebox="none">
19238 \begin_inset Text
19239
19240 \begin_layout Plain Layout
19241
19242 \end_layout
19243
19244 \end_inset
19245 </cell>
19246 <cell alignment="center" valignment="top" topline="true" usebox="none">
19247 \begin_inset Text
19248
19249 \begin_layout Plain Layout
19250
19251 \end_layout
19252
19253 \end_inset
19254 </cell>
19255 </row>
19256 <row>
19257 <cell alignment="center" valignment="top" topline="true" usebox="none">
19258 \begin_inset Text
19259
19260 \begin_layout Plain Layout
19261
19262 \end_layout
19263
19264 \end_inset
19265 </cell>
19266 <cell alignment="center" valignment="top" topline="true" usebox="none">
19267 \begin_inset Text
19268
19269 \begin_layout Plain Layout
19270 sd
19271 \end_layout
19272
19273 \end_inset
19274 </cell>
19275 <cell alignment="center" valignment="top" topline="true" usebox="none">
19276 \begin_inset Text
19277
19278 \begin_layout Plain Layout
19279
19280 \end_layout
19281
19282 \end_inset
19283 </cell>
19284 </row>
19285 <row>
19286 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19287 \begin_inset Text
19288
19289 \begin_layout Plain Layout
19290
19291 \end_layout
19292
19293 \end_inset
19294 </cell>
19295 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19296 \begin_inset Text
19297
19298 \begin_layout Plain Layout
19299
19300 \end_layout
19301
19302 \end_inset
19303 </cell>
19304 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19305 \begin_inset Text
19306
19307 \begin_layout Plain Layout
19308 sd
19309 \end_layout
19310
19311 \end_inset
19312 </cell>
19313 </row>
19314 </lyxtabular>
19315
19316 \end_inset
19317
19318
19319 \end_layout
19320
19321 \end_inset
19322
19323
19324 \end_layout
19325
19326 \begin_layout Subsection
19327 Gestrichelte Linien
19328 \begin_inset Index
19329 status collapsed
19330
19331 \begin_layout Plain Layout
19332 Tabellen  ! Linien ! gestrichelte 
19333 \end_layout
19334
19335 \end_inset
19336
19337
19338 \end_layout
19339
19340 \begin_layout Standard
19341 \begin_inset ERT
19342 status collapsed
19343
19344 \begin_layout Plain Layout
19345
19346
19347 \backslash
19348 ifarydshln
19349 \end_layout
19350
19351 \end_inset
19352
19353
19354 \begin_inset Note Note
19355 status open
19356
19357 \begin_layout Plain Layout
19358 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19359 \series bold
19360 arydshln
19361 \series default
19362  installiert ist.
19363 \end_layout
19364
19365 \end_inset
19366
19367
19368 \end_layout
19369
19370 \begin_layout Standard
19371 \begin_inset Float table
19372 placement h
19373 wide false
19374 sideways false
19375 status open
19376
19377 \begin_layout Plain Layout
19378 \begin_inset Caption
19379
19380 \begin_layout Plain Layout
19381 \begin_inset CommandInset label
19382 LatexCommand label
19383 name "tab:Tabelle-mit-gestrichelten"
19384
19385 \end_inset
19386
19387 Tabelle mit gestrichelten Linien
19388 \end_layout
19389
19390 \end_inset
19391
19392
19393 \end_layout
19394
19395 \begin_layout Plain Layout
19396 \align center
19397 \begin_inset Tabular
19398 <lyxtabular version="3" rows="5" columns="5">
19399 <features>
19400 <column alignment="center" valignment="top" width="0">
19401 <column alignment="center" valignment="top" width="0">
19402 <column alignment="center" valignment="top" width="0" special=":c">
19403 <column alignment="center" valignment="top" width="0">
19404 <column alignment="center" valignment="top" width="0">
19405 <row>
19406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19407 \begin_inset Text
19408
19409 \begin_layout Plain Layout
19410 a
19411 \end_layout
19412
19413 \end_inset
19414 </cell>
19415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19416 \begin_inset Text
19417
19418 \begin_layout Plain Layout
19419 b
19420 \end_layout
19421
19422 \end_inset
19423 </cell>
19424 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19425 \begin_inset Text
19426
19427 \begin_layout Plain Layout
19428 c
19429 \end_layout
19430
19431 \end_inset
19432 </cell>
19433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19434 \begin_inset Text
19435
19436 \begin_layout Plain Layout
19437 d
19438 \end_layout
19439
19440 \end_inset
19441 </cell>
19442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19443 \begin_inset Text
19444
19445 \begin_layout Plain Layout
19446 e
19447 \end_layout
19448
19449 \end_inset
19450 </cell>
19451 </row>
19452 <row>
19453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19454 \begin_inset Text
19455
19456 \begin_layout Plain Layout
19457 f
19458 \end_layout
19459
19460 \end_inset
19461 </cell>
19462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19463 \begin_inset Text
19464
19465 \begin_layout Plain Layout
19466 g
19467 \end_layout
19468
19469 \end_inset
19470 </cell>
19471 <cell alignment="center" valignment="top" topline="true" usebox="none">
19472 \begin_inset Text
19473
19474 \begin_layout Plain Layout
19475 h
19476 \end_layout
19477
19478 \end_inset
19479 </cell>
19480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19481 \begin_inset Text
19482
19483 \begin_layout Plain Layout
19484 i
19485 \end_layout
19486
19487 \end_inset
19488 </cell>
19489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19490 \begin_inset Text
19491
19492 \begin_layout Plain Layout
19493 j
19494 \end_layout
19495
19496 \end_inset
19497 </cell>
19498 </row>
19499 <row>
19500 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19501 \begin_inset Text
19502
19503 \begin_layout Plain Layout
19504 \begin_inset ERT
19505 status collapsed
19506
19507 \begin_layout Plain Layout
19508
19509
19510 \backslash
19511 hdashline 
19512 \end_layout
19513
19514 \end_inset
19515
19516 k
19517 \end_layout
19518
19519 \end_inset
19520 </cell>
19521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19522 \begin_inset Text
19523
19524 \begin_layout Plain Layout
19525 l
19526 \end_layout
19527
19528 \end_inset
19529 </cell>
19530 <cell alignment="center" valignment="top" usebox="none">
19531 \begin_inset Text
19532
19533 \begin_layout Plain Layout
19534 m
19535 \end_layout
19536
19537 \end_inset
19538 </cell>
19539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19540 \begin_inset Text
19541
19542 \begin_layout Plain Layout
19543 n
19544 \end_layout
19545
19546 \end_inset
19547 </cell>
19548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19549 \begin_inset Text
19550
19551 \begin_layout Plain Layout
19552 o
19553 \end_layout
19554
19555 \end_inset
19556 </cell>
19557 </row>
19558 <row>
19559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19560 \begin_inset Text
19561
19562 \begin_layout Plain Layout
19563 \begin_inset ERT
19564 status collapsed
19565
19566 \begin_layout Plain Layout
19567
19568
19569 \backslash
19570 cdashline{4-5}
19571 \end_layout
19572
19573 \end_inset
19574
19575 p
19576 \end_layout
19577
19578 \end_inset
19579 </cell>
19580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19581 \begin_inset Text
19582
19583 \begin_layout Plain Layout
19584 q
19585 \end_layout
19586
19587 \end_inset
19588 </cell>
19589 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19590 \begin_inset Text
19591
19592 \begin_layout Plain Layout
19593 r
19594 \end_layout
19595
19596 \end_inset
19597 </cell>
19598 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19599 \begin_inset Text
19600
19601 \begin_layout Plain Layout
19602 s
19603 \end_layout
19604
19605 \end_inset
19606 </cell>
19607 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19608 \begin_inset Text
19609
19610 \begin_layout Plain Layout
19611
19612 \end_layout
19613
19614 \end_inset
19615 </cell>
19616 </row>
19617 <row>
19618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19619 \begin_inset Text
19620
19621 \begin_layout Plain Layout
19622 t
19623 \end_layout
19624
19625 \end_inset
19626 </cell>
19627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19628 \begin_inset Text
19629
19630 \begin_layout Plain Layout
19631 u
19632 \end_layout
19633
19634 \end_inset
19635 </cell>
19636 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19637 \begin_inset Text
19638
19639 \begin_layout Plain Layout
19640 v
19641 \end_layout
19642
19643 \end_inset
19644 </cell>
19645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19646 \begin_inset Text
19647
19648 \begin_layout Plain Layout
19649 w
19650 \end_layout
19651
19652 \end_inset
19653 </cell>
19654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19655 \begin_inset Text
19656
19657 \begin_layout Plain Layout
19658 x
19659 \end_layout
19660
19661 \end_inset
19662 </cell>
19663 </row>
19664 </lyxtabular>
19665
19666 \end_inset
19667
19668
19669 \end_layout
19670
19671 \end_inset
19672
19673
19674 \end_layout
19675
19676 \begin_layout Standard
19677 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19678  TeX-Code benutzen.
19679  Zunächst müssen Sie das LaTeX-Paket 
19680 \series bold
19681 arydshln
19682 \series default
19683
19684 \begin_inset Index
19685 status collapsed
19686
19687 \begin_layout Plain Layout
19688 LaTeX-Pakete ! arydshln
19689 \end_layout
19690
19691 \end_inset
19692
19693  im LaTeX-Vorspann laden:
19694 \end_layout
19695
19696 \begin_layout Standard
19697
19698 \series bold
19699
19700 \backslash
19701 usepackage{arydshln}
19702 \end_layout
19703
19704 \begin_layout Standard
19705 Um senkrechte Linien zu stricheln, müssen Sie im 
19706 \family sans
19707 LaTe
19708 \begin_inset ERT
19709 status collapsed
19710
19711 \begin_layout Plain Layout
19712
19713 {}
19714 \end_layout
19715
19716 \end_inset
19717
19718 X-Argument
19719 \family default
19720  des 
19721 \family sans
19722 Tabellen-Einstellungen
19723 \family default
19724 -Dialogs 
19725 \begin_inset Quotes gld
19726 \end_inset
19727
19728 :
19729 \begin_inset Quotes grd
19730 \end_inset
19731
19732 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19733 \end_layout
19734
19735 \begin_layout Standard
19736 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19737 \end_layout
19738
19739 \begin_layout Standard
19740
19741 \series bold
19742
19743 \backslash
19744 hdashline
19745 \end_layout
19746
19747 \begin_layout Standard
19748 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19749 \end_layout
19750
19751 \begin_layout Standard
19752 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19753 \end_layout
19754
19755 \begin_layout Standard
19756
19757 \series bold
19758
19759 \backslash
19760 cdashline{Anfangsspalte-Endspalte}
19761 \end_layout
19762
19763 \begin_layout Standard
19764 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19765  Wenn Sie z.
19766 \begin_inset space \thinspace{}
19767 \end_inset
19768
19769 B.
19770  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19771  gestrichelte Linie haben, fügen Sie den Befehl
19772 \end_layout
19773
19774 \begin_layout Standard
19775
19776 \series bold
19777
19778 \backslash
19779 cdashline{2-4}
19780 \end_layout
19781
19782 \begin_layout Standard
19783 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19784 \end_layout
19785
19786 \begin_layout Standard
19787 \begin_inset VSpace bigskip
19788 \end_inset
19789
19790
19791 \end_layout
19792
19793 \begin_layout Standard
19794 In Tabelle
19795 \begin_inset space ~
19796 \end_inset
19797
19798
19799 \begin_inset CommandInset ref
19800 LatexCommand ref
19801 reference "tab:Tabelle-mit-gestrichelten"
19802
19803 \end_inset
19804
19805  wurde in der dritten Spalte der Befehl
19806 \series bold
19807  
19808 \series default
19809
19810 \begin_inset Quotes gld
19811 \end_inset
19812
19813
19814 \series bold
19815 :c
19816 \begin_inset Quotes grd
19817 \end_inset
19818
19819
19820 \series default
19821  benutzt.
19822  Der Befehl 
19823 \series bold
19824
19825 \backslash
19826 hdashline
19827 \series default
19828  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19829 \begin_inset Newline newline
19830 \end_inset
19831
19832  
19833 \series bold
19834
19835 \backslash
19836 cdashline{4-5} 
19837 \series default
19838 wurde in die erste Zelle der vierten Zeile eingefügt.
19839 \end_layout
19840
19841 \begin_layout Standard
19842 \begin_inset Note Greyedout
19843 status open
19844
19845 \begin_layout Plain Layout
19846
19847 \series bold
19848 Bemerkung:
19849 \series default
19850  Das LaTeX-Paket 
19851 \series bold
19852 arydshln
19853 \series default
19854  ist nicht kompatibel dem LaTeX-Paket 
19855 \series bold
19856 colortbl
19857 \series default
19858
19859 \begin_inset Index
19860 status collapsed
19861
19862 \begin_layout Plain Layout
19863 LaTeX-Pakete ! colortbl
19864 \end_layout
19865
19866 \end_inset
19867
19868 , das für die farbigen Tabellen in Abschnitt
19869 \begin_inset space ~
19870 \end_inset
19871
19872
19873 \begin_inset CommandInset ref
19874 LatexCommand ref
19875 reference "abs:Farbige-Tabellen"
19876
19877 \end_inset
19878
19879  benutzt wurde.
19880  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19881 \end_layout
19882
19883 \end_inset
19884
19885
19886 \end_layout
19887
19888 \begin_layout Standard
19889 \begin_inset ERT
19890 status collapsed
19891
19892 \begin_layout Plain Layout
19893
19894
19895 \backslash
19896 else
19897 \end_layout
19898
19899 \end_inset
19900
19901
19902 \begin_inset Note Note
19903 status open
19904
19905 \begin_layout Plain Layout
19906 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19907 \series bold
19908 arydshln
19909 \series default
19910  nicht installiert ist:
19911 \end_layout
19912
19913 \end_inset
19914
19915
19916 \end_layout
19917
19918 \begin_layout Standard
19919 Sie müssen das LaTeX-Paket 
19920 \series bold
19921 arydshln
19922 \series default
19923  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19924 \end_layout
19925
19926 \begin_layout Standard
19927 \begin_inset ERT
19928 status collapsed
19929
19930 \begin_layout Plain Layout
19931
19932
19933 \backslash
19934 fi
19935 \end_layout
19936
19937 \end_inset
19938
19939
19940 \end_layout
19941
19942 \begin_layout Chapter
19943 Gleitobjekte
19944 \begin_inset Index
19945 status collapsed
19946
19947 \begin_layout Plain Layout
19948 Gleitobjekte
19949 \end_layout
19950
19951 \end_inset
19952
19953
19954 \end_layout
19955
19956 \begin_layout Section
19957 Einleitung
19958 \begin_inset CommandInset label
19959 LatexCommand label
19960 name "abs:Gleitobjekte-Einleitung"
19961
19962 \end_inset
19963
19964
19965 \begin_inset Index
19966 status collapsed
19967
19968 \begin_layout Plain Layout
19969 Gleitobjekte ! Einleitung
19970 \end_layout
19971
19972 \end_inset
19973
19974
19975 \end_layout
19976
19977 \begin_layout Standard
19978 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19979  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19980  der beste Platz ist.
19981  
19982 \family sans
19983 Fußnoten
19984 \family default
19985  und 
19986 \family sans
19987 Randnotizen
19988 \family default
19989  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19990  wenn auf ihrer Seite schon zu viele sind.
19991 \end_layout
19992
19993 \begin_layout Standard
19994 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19995  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19996  um weiße Flächen und Seiten ohne Text zu vermeiden.
19997  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
19998 löst,
19999  kann im Text auf ein Gleitobjekt verwiesen werden.
20000  Gleitobjekte sind deshalb nummeriert.
20001  Querverweise werden in Abschnitt
20002 \begin_inset space ~
20003 \end_inset
20004
20005
20006 \begin_inset CommandInset ref
20007 LatexCommand ref
20008 reference "abs:Auf-Gleitobjekte-verweisen"
20009
20010 \end_inset
20011
20012  beschrieben.
20013 \end_layout
20014
20015 \begin_layout Standard
20016 Ein Gleitobjekt wird mit 
20017 \family sans
20018 Einfügen\SpecialChar \menuseparator
20019 Gleitobjekt\SpecialChar \menuseparator
20020 Algorithmus/Abbildung/Ta\SpecialChar \-
20021 belle/Um\SpecialChar \-
20022 flos\SpecialChar \-
20023 se\SpecialChar \-
20024 nes
20025 \begin_inset space ~
20026 \end_inset
20027
20028 Gleitobjekt
20029 \family default
20030  eingefügt.
20031  Für Abbildungen oder Tabellen können Sie auch auf 
20032 \begin_inset Graphics
20033         filename ../../images/float-insert_figure.png
20034         scale 70
20035         scaleBeforeRotation
20036         BoundingBox 0bp 6bp 22bp 22bp
20037
20038 \end_inset
20039
20040  oder 
20041 \begin_inset Graphics
20042         filename ../../images/float-insert_table.png
20043         scale 70
20044         scaleBeforeRotation
20045         BoundingBox 0bp 6bp 22bp 22bp
20046
20047 \end_inset
20048
20049  klicken.
20050  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
20051  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
20052  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
20053  #:).
20054  Statt # sehen Sie die von LyX vergebene Nummer.
20055  In das schmale Feld nach der Marke können Sie den Titel schreiben.
20056  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
20057  eingefügt.
20058  In Abschnitt
20059 \begin_inset space ~
20060 \end_inset
20061
20062
20063 \begin_inset CommandInset ref
20064 LatexCommand ref
20065 reference "abs:Titel-Platzierung"
20066
20067 \end_inset
20068
20069  finden Sie mehr über die Platzierung des Titels.
20070  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
20071  auch wieder geöffnet.
20072  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
20073 \begin_inset Graphics
20074         filename clipart/GleitobjektQt4.png
20075         scale 70
20076         scaleBeforeRotation
20077         BoundingBox 0bp 6bp 128bp 22bp
20078
20079 \end_inset
20080
20081  -- ein graues Kästchen mit roter Beschriftung.
20082 \end_layout
20083
20084 \begin_layout Standard
20085 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
20086  Gleitobjekte in einem eigenen Absatz einzufügen.
20087 \end_layout
20088
20089 \begin_layout Standard
20090 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
20091  indem Sie sie markieren und dann auf 
20092 \begin_inset Graphics
20093         filename ../../images/float-insert_figure.png
20094         scale 70
20095         scaleBeforeRotation
20096         BoundingBox 0bp 6bp 22bp 22bp
20097
20098 \end_inset
20099
20100  oder 
20101 \begin_inset Graphics
20102         filename ../../images/float-insert_table.png
20103         scale 70
20104         scaleBeforeRotation
20105         BoundingBox 0bp 6bp 22bp 22bp
20106
20107 \end_inset
20108
20109  klicken.
20110 \end_layout
20111
20112 \begin_layout Section
20113 Gleitobjekt-Typen
20114 \begin_inset Index
20115 status collapsed
20116
20117 \begin_layout Plain Layout
20118 Gleitobjekte ! Typen
20119 \end_layout
20120
20121 \end_inset
20122
20123
20124 \end_layout
20125
20126 \begin_layout Standard
20127 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
20128 \begin_inset space ~
20129 \end_inset
20130
20131
20132 \begin_inset CommandInset ref
20133 LatexCommand ref
20134 reference "abs:Gleitende-Abbildungen"
20135
20136 \end_inset
20137
20138  und 
20139 \begin_inset CommandInset ref
20140 LatexCommand ref
20141 reference "abs:Gleitende-Tabellen"
20142
20143 \end_inset
20144
20145  beschrieben wurden, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
20146 \end_layout
20147
20148 \begin_layout Subsection
20149 Gleitobjekt-Algorithmen
20150 \begin_inset Index
20151 status collapsed
20152
20153 \begin_layout Plain Layout
20154 Gleitobjekte ! Algorithmen
20155 \end_layout
20156
20157 \end_inset
20158
20159
20160 \begin_inset CommandInset label
20161 LatexCommand label
20162 name "uab:Gleitobjekt-Algorithmen"
20163
20164 \end_inset
20165
20166
20167 \end_layout
20168
20169 \begin_layout Standard
20170 \begin_inset Float algorithm
20171 placement h
20172 wide false
20173 sideways false
20174 status open
20175
20176 \begin_layout Plain Layout
20177 \begin_inset Caption
20178
20179 \begin_layout Plain Layout
20180 \begin_inset CommandInset label
20181 LatexCommand label
20182 name "alg:Ein-Gleitobjekt-Algorithmus"
20183
20184 \end_inset
20185
20186 Ein Gleitobjekt-Algorithmus 
20187 \end_layout
20188
20189 \end_inset
20190
20191
20192 \end_layout
20193
20194 \begin_layout LyX-Code
20195 for I in 1..N loop
20196 \begin_inset Newline newline
20197 \end_inset
20198
20199  Sum:= Sum + A(I); /*Kommentar*/
20200 \begin_inset Newline newline
20201 \end_inset
20202
20203 end loop
20204 \begin_inset VSpace -4mm
20205 \end_inset
20206
20207
20208 \end_layout
20209
20210 \end_inset
20211
20212
20213 \end_layout
20214
20215 \begin_layout Standard
20216 Dieser Typ wird mit 
20217 \family sans
20218 Einfügen\SpecialChar \menuseparator
20219 Gleitobjekt\SpecialChar \menuseparator
20220 Algorithmus
20221 \family default
20222  eingefügt.
20223  Es gibt hierfür (noch) keinen Werkzeugleisten-Knopf.
20224  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet.
20225  Eine mögliche Absatz-Umgebung hier für ist 
20226 \family sans
20227 LyX-Code
20228 \family default
20229 , beschrieben im 
20230 \emph on
20231 Benutzerhandbuch
20232 \emph default
20233 .
20234  In Algorithmus
20235 \begin_inset space ~
20236 \end_inset
20237
20238
20239 \begin_inset CommandInset ref
20240 LatexCommand ref
20241 reference "alg:Ein-Gleitobjekt-Algorithmus"
20242
20243 \end_inset
20244
20245  wurden am Ende -0.4
20246 \begin_inset space \thinspace{}
20247 \end_inset
20248
20249 cm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
20250  letzten Zeile gedruckt wird.
20251 \end_layout
20252
20253 \begin_layout Standard
20254 Die Marke 
20255 \emph on
20256 Algorithmus
20257 \emph default
20258  wird nicht automatisch in die druckbare Version übernommen, sondern das
20259  englische Wort 
20260 \emph on
20261 Algorithm
20262 \emph default
20263  verwendet.
20264  Soll
20265 \emph on
20266  Algorithmus
20267 \emph default
20268  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
20269 \end_layout
20270
20271 \begin_layout Standard
20272
20273 \series bold
20274
20275 \backslash
20276 floatname{algorithm}{Algorithmus}
20277 \end_layout
20278
20279 \begin_layout Standard
20280 Um das Algorithmenverzeichnis einzufügen, kann für englische Dokumente das
20281  Menü 
20282 \family sans
20283 Einfügen\SpecialChar \menuseparator
20284 Liste
20285 \begin_inset space \thinspace{}
20286 \end_inset
20287
20288 /
20289 \begin_inset space \thinspace{}
20290 \end_inset
20291
20292 Inhaltsverzeichnis\SpecialChar \menuseparator
20293 Algorithmenverzeichnis
20294 \family default
20295  verwendet werden.
20296  Für nicht englische Dokumente, muss stattdessen dieser Befehl als TeX-Code
20297  eingefügt werden:
20298 \end_layout
20299
20300 \begin_layout Standard
20301
20302 \series bold
20303
20304 \backslash
20305 listof{algorithm}{Algorithmenverzeichnis}
20306 \end_layout
20307
20308 \begin_layout Standard
20309 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20310  nach dem Schema 
20311 \begin_inset Quotes gld
20312 \end_inset
20313
20314 Kapitelnummer.Algorithmusnummer
20315 \begin_inset Quotes grd
20316 \end_inset
20317
20318  nummeriert.
20319  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20320  einfügen:
20321 \end_layout
20322
20323 \begin_layout Standard
20324
20325 \series bold
20326
20327 \backslash
20328 numberwithin{algorithm}{chapter}
20329 \end_layout
20330
20331 \begin_layout Standard
20332 Um 
20333 \series bold
20334
20335 \backslash
20336 numberwithin
20337 \series default
20338  benutzen zu können, muss in den 
20339 \family sans
20340 Mathe
20341 \begin_inset space ~
20342 \end_inset
20343
20344 Optionen
20345 \family default
20346  der 
20347 \family sans
20348 Dokument-Einstellungen
20349 \family default
20350  
20351 \family sans
20352 AMS
20353 \begin_inset space ~
20354 \end_inset
20355
20356 Mathe
20357 \begin_inset space ~
20358 \end_inset
20359
20360 Paket
20361 \family default
20362
20363 \begin_inset space ~
20364 \end_inset
20365
20366
20367 \family sans
20368 verwenden
20369 \family default
20370  angekreuzt sein.
20371 \end_layout
20372
20373 \begin_layout Subsection
20374 Umflossene Gleitobjekte
20375 \begin_inset Index
20376 status collapsed
20377
20378 \begin_layout Plain Layout
20379 Gleitobjekte ! umflossene
20380 \end_layout
20381
20382 \end_inset
20383
20384
20385 \end_layout
20386
20387 \begin_layout Standard
20388 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
20389  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
20390  den die Abbildung bzw.
20391 \begin_inset space ~
20392 \end_inset
20393
20394 Tabelle übrig lässt.
20395  Sie werden über das Menü
20396 \family sans
20397  Einfügen\SpecialChar \menuseparator
20398 Gleitobjekt\SpecialChar \menuseparator
20399 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
20400 objekt
20401 \family default
20402  eingefügt, wenn das LaTeX-Paket 
20403 \series bold
20404 wrapfig
20405 \series default
20406
20407 \begin_inset Index
20408 status collapsed
20409
20410 \begin_layout Plain Layout
20411 LaTeX-Pakete ! wrapfig
20412 \begin_inset ERT
20413 status collapsed
20414
20415 \begin_layout Plain Layout
20416
20417
20418 \backslash
20419 vspace{4mm}
20420 \end_layout
20421
20422 \end_inset
20423
20424
20425 \end_layout
20426
20427 \end_inset
20428
20429  installiert ist.
20430 \begin_inset Foot
20431 status collapsed
20432
20433 \begin_layout Plain Layout
20434 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20435 \emph on
20436 LaTeX-Konfiguration
20437 \emph default
20438  beschrieben.
20439 \end_layout
20440
20441 \end_inset
20442
20443  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
20444  Box des Gleitobjekts geändert werden.
20445  
20446 \begin_inset Wrap figure
20447 lines 0
20448 placement l
20449 overhang 1cm
20450 width "40col%"
20451 status open
20452
20453 \begin_layout Plain Layout
20454 \begin_inset Graphics
20455         filename ../clipart/mobius.eps
20456         width 40col%
20457         scaleBeforeRotation
20458         rotateOrigin center
20459
20460 \end_inset
20461
20462
20463 \end_layout
20464
20465 \begin_layout Plain Layout
20466 \begin_inset Caption
20467
20468 \begin_layout Plain Layout
20469 \begin_inset CommandInset label
20470 LatexCommand label
20471 name "abb:Dies-ist-eine"
20472
20473 \end_inset
20474
20475 Dies ist eine umflossene Gleitobjekt-Abbildung
20476 \end_layout
20477
20478 \end_inset
20479
20480
20481 \end_layout
20482
20483 \end_inset
20484
20485  Obligatorische Einstellungen sind die 
20486 \family sans
20487 Breite
20488 \family default
20489  und 
20490 \family sans
20491 Platzierung
20492 \family default
20493  des Gleitobjekts.
20494  Optional sind der 
20495 \family sans
20496 Überhang 
20497 \family default
20498 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
20499 \begin_inset space \thinspace{}
20500 \end_inset
20501
20502 /
20503 \begin_inset space \thinspace{}
20504 \end_inset
20505
20506 der Seite ragt und die 
20507 \family sans
20508 benötigten Zeilen
20509 \family default
20510 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
20511  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
20512  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
20513  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
20514  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
20515  zu lassen.
20516  Abbildung
20517 \begin_inset space ~
20518 \end_inset
20519
20520
20521 \begin_inset CommandInset ref
20522 LatexCommand ref
20523 reference "abb:Dies-ist-eine"
20524
20525 \end_inset
20526
20527  ist zum Beispiel ein umflossenes Bild, das 40
20528 \begin_inset space \thinspace{}
20529 \end_inset
20530
20531 % der Spaltenbreite einnimmt, 1
20532 \begin_inset space \thinspace{}
20533 \end_inset
20534
20535 cm in den Rand ragt und links gesetzt wurde.
20536 \begin_inset Foot
20537 status collapsed
20538
20539 \begin_layout Plain Layout
20540 Die benutzbaren Einheiten werden in Anhang
20541 \begin_inset space ~
20542 \end_inset
20543
20544
20545 \begin_inset CommandInset ref
20546 LatexCommand ref
20547 reference "kap:In-LyX-verfügbare"
20548
20549 \end_inset
20550
20551  beschrieben.
20552 \end_layout
20553
20554 \end_inset
20555
20556
20557 \end_layout
20558
20559 \begin_layout Standard
20560 \begin_inset Note Greyedout
20561 status open
20562
20563 \begin_layout Plain Layout
20564
20565 \series bold
20566 Bemerkung:
20567 \series default
20568  Umflossene Objekte sind fragil! Wenn die Abbildung z.
20569 \begin_inset space \thinspace{}
20570 \end_inset
20571
20572 B.
20573  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
20574  oder über anderen Text gedruckt wird.
20575 \end_layout
20576
20577 \end_inset
20578
20579
20580 \end_layout
20581
20582 \begin_layout Standard
20583 Allgemein gilt:
20584 \end_layout
20585
20586 \begin_layout Itemize
20587 Umflossene Gleitobjekte sollten nicht in Absätze gepackt werden, die auf
20588  der nächsten Seite fortgesetzt werden.
20589  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
20590  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
20591 \end_layout
20592
20593 \begin_layout Itemize
20594 Umflossene Gleitobjekte sollten entweder vor dem Absatz, dessen Text um
20595  sie fließen soll, eingefügt werden oder darin.
20596 \end_layout
20597
20598 \begin_layout Itemize
20599 Umflossene Gleitobjekte in aufeinander folgenden Absätzen können Probleme
20600  bereiten, also achten Sie darauf, dass mindestens ein Textabsatz zwischen
20601  ihnen ist.
20602 \end_layout
20603
20604 \begin_layout Itemize
20605 Umflossene Gleitobjekte sind weder in Abschnitts-Überschriften noch in Tabellen
20606  erlaubt.
20607 \end_layout
20608
20609 \begin_layout Section
20610 Gleitobjekt-Nummerierung
20611 \begin_inset Index
20612 status collapsed
20613
20614 \begin_layout Plain Layout
20615 Gleitobjekte ! Nummerierung
20616 \end_layout
20617
20618 \end_inset
20619
20620
20621 \end_layout
20622
20623 \begin_layout Standard
20624 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20625  nummeriert oder nach dem Schema 
20626 \begin_inset Quotes gld
20627 \end_inset
20628
20629 Kapitelnummer.Gleitobjektnummer
20630 \begin_inset Quotes grd
20631 \end_inset
20632
20633  oder 
20634 \begin_inset Quotes gld
20635 \end_inset
20636
20637 Abschnittsnummer.Gleitobjektnummer
20638 \begin_inset Quotes grd
20639 \end_inset
20640
20641 .
20642  Das hängt von der Dokumentklasse ab.
20643 \end_layout
20644
20645 \begin_layout Standard
20646 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20647  in den LaTeX-Vorspann einfügen:
20648 \end_layout
20649
20650 \begin_layout Standard
20651
20652 \series bold
20653
20654 \backslash
20655 renewcommand{
20656 \backslash
20657 thetable}{
20658 \backslash
20659 roman{table}}
20660 \end_layout
20661
20662 \begin_layout Standard
20663
20664 \series bold
20665
20666 \backslash
20667 thetable
20668 \series default
20669  ist der Befehl, der die Tabellennummer druckt.
20670  Für Abbildungen ist das 
20671 \series bold
20672
20673 \backslash
20674 thefigure
20675 \series default
20676 .
20677  Der Befehl 
20678 \series bold
20679
20680 \backslash
20681 roman
20682 \series default
20683  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20684 \end_layout
20685
20686 \begin_layout Standard
20687 Um das Nummerierungsschema zum Beispiel auf 
20688 \begin_inset Quotes gld
20689 \end_inset
20690
20691 Unterabschnittsnummer.Num\SpecialChar \-
20692 mer
20693 \begin_inset Quotes grd
20694 \end_inset
20695
20696  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20697 \end_layout
20698
20699 \begin_layout Standard
20700
20701 \series bold
20702
20703 \backslash
20704 numberwithin{table}{subsection}
20705 \end_layout
20706
20707 \begin_layout Standard
20708 Um den Befehl 
20709 \series bold
20710
20711 \backslash
20712 numberwithin
20713 \series default
20714  benutzen zu können, müssen Sie in den 
20715 \family sans
20716 Mathe
20717 \begin_inset space ~
20718 \end_inset
20719
20720 Optionen
20721 \family default
20722  der 
20723 \family sans
20724 Dokument-Einstellungen
20725 \family default
20726  
20727 \family sans
20728 AMS
20729 \begin_inset space ~
20730 \end_inset
20731
20732 Mathe
20733 \begin_inset space ~
20734 \end_inset
20735
20736 Paket
20737 \family default
20738
20739 \begin_inset space ~
20740 \end_inset
20741
20742
20743 \family sans
20744 verwenden
20745 \family default
20746  ankreuzen.
20747 \end_layout
20748
20749 \begin_layout Standard
20750 Sehen Sie sich bitte auch Abschnitt
20751 \begin_inset space ~
20752 \end_inset
20753
20754
20755 \begin_inset CommandInset ref
20756 LatexCommand ref
20757 reference "uab:Fußnoten-Nummerierung"
20758
20759 \end_inset
20760
20761  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20762 \end_layout
20763
20764 \begin_layout Section
20765 Auf Gleitobjekte verweisen
20766 \begin_inset CommandInset label
20767 LatexCommand label
20768 name "abs:Auf-Gleitobjekte-verweisen"
20769
20770 \end_inset
20771
20772
20773 \begin_inset Index
20774 status collapsed
20775
20776 \begin_layout Plain Layout
20777 Gleitobjekte ! Querverweise
20778 \end_layout
20779
20780 \end_inset
20781
20782
20783 \begin_inset Index
20784 status collapsed
20785
20786 \begin_layout Plain Layout
20787 Querverweise ! auf Gleitobjekte
20788 \end_layout
20789
20790 \end_inset
20791
20792
20793 \end_layout
20794
20795 \begin_layout Standard
20796 Zunächst müssen Sie mit 
20797 \family sans
20798 Einfügen\SpecialChar \menuseparator
20799 Marke
20800 \family default
20801  oder einen Klick auf 
20802 \begin_inset Graphics
20803         filename ../../images/label-insert.png
20804         scale 70
20805         scaleBeforeRotation
20806
20807 \end_inset
20808
20809  eine Marke im Titel einfügen.
20810  Im 
20811 \family sans
20812 Marke
20813 \family default
20814 -Dialog schreiben Sie einen Text in das Feld 
20815 \family sans
20816 Marke
20817 \family default
20818  oder übernehmen den vorgeschlagenen.
20819  Die Marke sieht in LyX dann so aus:
20820 \end_layout
20821
20822 \begin_layout Standard
20823 \begin_inset Graphics
20824         filename clipart/Marke.png
20825         lyxscale 80
20826         scale 50
20827         scaleBeforeRotation
20828         BoundingBox 0bp 6bp 76bp 23bp
20829
20830 \end_inset
20831
20832
20833 \end_layout
20834
20835 \begin_layout Standard
20836 Die Marke wird als Anker und Name für den Querverweis benutzt.
20837  Mit 
20838 \family sans
20839 Einfügen\SpecialChar \menuseparator
20840 Querverweis
20841 \family default
20842  oder einen Klick auf 
20843 \begin_inset Graphics
20844         filename ../../images/dialog-show-new-inset_ref.png
20845         scale 70
20846         scaleBeforeRotation
20847
20848 \end_inset
20849
20850  können Sie dann auf die Marke verweisen.
20851  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20852  angezeigt:
20853 \end_layout
20854
20855 \begin_layout Standard
20856 \begin_inset Graphics
20857         filename clipart/Querverweis.png
20858         lyxscale 80
20859         scale 50
20860         scaleBeforeRotation
20861         BoundingBox 0bp 6bp 76bp 23bp
20862
20863 \end_inset
20864
20865
20866 \begin_inset Newline newline
20867 \end_inset
20868
20869  Mehr zu Querverweisen finden Sie im 
20870 \emph on
20871 Benutzerhandbuch
20872 \emph default
20873 .
20874 \end_layout
20875
20876 \begin_layout Standard
20877 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20878  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20879  durch einen Zeilenumbruch getrennt werden können.
20880 \end_layout
20881
20882 \begin_layout Standard
20883 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20884  LyX passt die Querverweise automatisch an.
20885 \end_layout
20886
20887 \begin_layout Standard
20888 Ein Klick auf den Schalter 
20889 \family sans
20890 Gehe
20891 \begin_inset space ~
20892 \end_inset
20893
20894 zur
20895 \begin_inset space ~
20896 \end_inset
20897
20898 Marke
20899 \family default
20900  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20901  Der Text der Schaltfläche heißt jetzt 
20902 \family sans
20903 Gehe
20904 \begin_inset space ~
20905 \end_inset
20906
20907 zurück
20908 \family default
20909  und ein Klick darauf macht genau dies.
20910   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20911  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20912  Dann ist auch kein 
20913 \family sans
20914 Gehe
20915 \begin_inset space ~
20916 \end_inset
20917
20918 zurück
20919 \family default
20920  möglich.
20921 \end_layout
20922
20923 \begin_layout Subsection
20924 Querverweis-Formate
20925 \begin_inset CommandInset label
20926 LatexCommand label
20927 name "uab:Querverweis-Formate"
20928
20929 \end_inset
20930
20931
20932 \begin_inset Index
20933 status collapsed
20934
20935 \begin_layout Plain Layout
20936 Querverweise ! Formate
20937 \end_layout
20938
20939 \end_inset
20940
20941
20942 \end_layout
20943
20944 \begin_layout Standard
20945 Es gibt sechs verschiedene Querverweisstile:
20946 \end_layout
20947
20948 \begin_layout Description
20949 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20950  
20951 \begin_inset CommandInset ref
20952 LatexCommand ref
20953 reference "abb:Zwei-Teilabbildungen"
20954
20955 \end_inset
20956
20957
20958 \end_layout
20959
20960 \begin_layout Description
20961 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20962  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20963  verwendet wird, speziell wenn der Name 
20964 \begin_inset Quotes gld
20965 \end_inset
20966
20967 Gleichung
20968 \begin_inset Quotes grd
20969 \end_inset
20970
20971  weggelassen wird: 
20972 \begin_inset CommandInset ref
20973 LatexCommand eqref
20974 reference "eq:Wgn"
20975
20976 \end_inset
20977
20978
20979 \end_layout
20980
20981 \begin_layout Description
20982 <Seite>: druckt die Seitennummer: Seite
20983 \begin_inset space ~
20984 \end_inset
20985
20986
20987 \begin_inset CommandInset ref
20988 LatexCommand pageref
20989 reference "abb:Zwei-Teilabbildungen"
20990
20991 \end_inset
20992
20993
20994 \end_layout
20995
20996 \begin_layout Description
20997 auf
20998 \begin_inset space ~
20999 \end_inset
21000
21001 Seite
21002 \begin_inset space ~
21003 \end_inset
21004
21005 <Seite>: druckt den Text 
21006 \begin_inset Quotes gld
21007 \end_inset
21008
21009 auf Seite
21010 \begin_inset Quotes grd
21011 \end_inset
21012
21013  und die Seitennummer: 
21014 \begin_inset CommandInset ref
21015 LatexCommand vpageref
21016 reference "abb:Zwei-Teilabbildungen"
21017
21018 \end_inset
21019
21020
21021 \end_layout
21022
21023 \begin_layout Description
21024 <Querverweis>
21025 \begin_inset space ~
21026 \end_inset
21027
21028 auf
21029 \begin_inset space ~
21030 \end_inset
21031
21032 Seite
21033 \begin_inset space ~
21034 \end_inset
21035
21036 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
21037 \begin_inset Quotes gld
21038 \end_inset
21039
21040 auf Seite
21041 \begin_inset Quotes grd
21042 \end_inset
21043
21044 , und die Seitennummer: 
21045 \begin_inset CommandInset ref
21046 LatexCommand vref
21047 reference "abb:Zwei-Teilabbildungen"
21048
21049 \end_inset
21050
21051
21052 \end_layout
21053
21054 \begin_layout Description
21055 Formatierter
21056 \begin_inset space ~
21057 \end_inset
21058
21059 Querverweis: druckt ein selbst definiertes Querverweisformat
21060 \begin_inset Newline newline
21061 \end_inset
21062
21063
21064 \begin_inset Note Greyedout
21065 status open
21066
21067 \begin_layout Plain Layout
21068
21069 \series bold
21070 Bemerkung:
21071 \series default
21072  Dies ist nur möglich, wenn das LaTeX-Paket 
21073 \series bold
21074 prettyref
21075 \series default
21076  installiert ist.
21077 \end_layout
21078
21079 \end_inset
21080
21081
21082 \end_layout
21083
21084 \begin_layout Standard
21085 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
21086  sich die referenzierte Marke auf der vorherigen, derselben oder der nächsten
21087  Seite befindet.
21088  Stattdessen wird der Text 
21089 \begin_inset Quotes gld
21090 \end_inset
21091
21092 auf der vorigen Seite
21093 \begin_inset Quotes grd
21094 \end_inset
21095
21096
21097 \begin_inset Quotes gld
21098 \end_inset
21099
21100 auf dieser Seite
21101 \begin_inset Quotes grd
21102 \end_inset
21103
21104  oder 
21105 \begin_inset Quotes gld
21106 \end_inset
21107
21108 auf der nächsten Seite
21109 \begin_inset Quotes grd
21110 \end_inset
21111
21112  gedruckt.
21113 \end_layout
21114
21115 \begin_layout Standard
21116 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
21117  automatisch von LaTeX berechnet.
21118  Die Stile können im Feld 
21119 \family sans
21120 Format
21121 \family default
21122  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
21123  einen Querverweis klicken.
21124 \end_layout
21125
21126 \begin_layout Subsection
21127 Automatische Querverweisnamen
21128 \begin_inset Index
21129 status collapsed
21130
21131 \begin_layout Plain Layout
21132 Querverweise ! Automatische Namen 
21133 \end_layout
21134
21135 \end_inset
21136
21137
21138 \end_layout
21139
21140 \begin_layout Standard
21141 Das LaTeX-Paket 
21142 \series bold
21143 hyperref
21144 \series default
21145
21146 \begin_inset Index
21147 status collapsed
21148
21149 \begin_layout Plain Layout
21150 LaTeX-Pakete ! hyperref
21151 \end_layout
21152
21153 \end_inset
21154
21155 , das in den
21156 \family sans
21157  PDF-Eigenschaften
21158 \family default
21159  im 
21160 \family sans
21161 Dokument-Einstellungen
21162 \family default
21163  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
21164  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
21165  wie 
21166 \emph on
21167 Abschnitt
21168 \emph default
21169 ).
21170  Sie müssen damit z.
21171 \begin_inset space \thinspace{}
21172 \end_inset
21173
21174 B.
21175  nicht mehr den Namen 
21176 \begin_inset Quotes gld
21177 \end_inset
21178
21179 Abbildung
21180 \begin_inset Quotes grd
21181 \end_inset
21182
21183  vor jeden Querverweis auf eine Abbildung schreiben.
21184  Um diese Funktion benutzen zu können, aktivieren Sie 
21185 \series bold
21186 hyperref
21187 \series default
21188  und fügen diese Zeile in den LaTeX-Vorspann ein:
21189 \end_layout
21190
21191 \begin_layout Standard
21192
21193 \series bold
21194
21195 \backslash
21196 AtBeginDocument{
21197 \backslash
21198 renewcommand{
21199 \backslash
21200 ref}[1]{
21201 \backslash
21202 mbox{
21203 \backslash
21204 autoref{#1}}}}
21205 \end_layout
21206
21207 \begin_layout Standard
21208 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
21209 \begin_inset space \thinspace{}
21210 \end_inset
21211
21212 B.
21213  statt 
21214 \begin_inset Quotes gld
21215 \end_inset
21216
21217 Abschnitt
21218 \begin_inset Quotes grd
21219 \end_inset
21220
21221  den Namen 
21222 \begin_inset Quotes gld
21223 \end_inset
21224
21225 Kap.
21226 \begin_inset space \thinspace{}
21227 \end_inset
21228
21229
21230 \begin_inset Quotes grd
21231 \end_inset
21232
21233 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
21234 \end_layout
21235
21236 \begin_layout Standard
21237
21238 \series bold
21239
21240 \backslash
21241 addto
21242 \backslash
21243 extrasngerman{
21244 \backslash
21245 renewcommand{
21246 \backslash
21247 sectionautorefname}
21248 \begin_inset Newline newline
21249 \end_inset
21250
21251
21252 \begin_inset ERT
21253 status collapsed
21254
21255 \begin_layout Plain Layout
21256
21257
21258 \backslash
21259 hphantom{ }
21260 \end_layout
21261
21262 \end_inset
21263
21264 {Kap.
21265 \backslash
21266 negthinspace}}
21267 \end_layout
21268
21269 \begin_layout Standard
21270 Wenn Sie eine andere Dokumentsprache als Englisch benutzen, ersetzen Sie
21271 \begin_inset Newline newline
21272 \end_inset
21273
21274
21275 \series bold
21276
21277 \backslash
21278 extrasngerman
21279 \series default
21280  durch 
21281 \series bold
21282
21283 \backslash
21284 extras***
21285 \series default
21286 , wobei *** der Name der verwendeten Sprache ist.
21287 \end_layout
21288
21289 \begin_layout Standard
21290 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
21291  z.
21292 \begin_inset space \thinspace{}
21293 \end_inset
21294
21295 B.
21296  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
21297 \end_layout
21298
21299 \begin_layout Standard
21300
21301 \series bold
21302
21303 \backslash
21304 newlength{
21305 \backslash
21306 abc}
21307 \begin_inset Newline newline
21308 \end_inset
21309
21310
21311 \backslash
21312 settowidth{
21313 \backslash
21314 abc}{
21315 \backslash
21316 space}
21317 \begin_inset Newline newline
21318 \end_inset
21319
21320
21321 \backslash
21322 addto
21323 \backslash
21324 extrasenglish{
21325 \backslash
21326 renewcommand{
21327 \backslash
21328 equationautorefname}
21329 \begin_inset Newline newline
21330 \end_inset
21331
21332
21333 \begin_inset ERT
21334 status collapsed
21335
21336 \begin_layout Plain Layout
21337
21338
21339 \backslash
21340 hphantom{ }
21341 \end_layout
21342
21343 \end_inset
21344
21345 {
21346 \backslash
21347 hspace{-
21348 \backslash
21349 abc}}
21350 \end_layout
21351
21352 \begin_layout Standard
21353 Mehr über dieses Thema finden Sie in der 
21354 \series bold
21355 hyperref
21356 \series default
21357 -Dokumentation 
21358 \begin_inset CommandInset citation
21359 LatexCommand cite
21360 key "hyperref"
21361
21362 \end_inset
21363
21364 .
21365 \end_layout
21366
21367 \begin_layout Standard
21368 \begin_inset Note Greyedout
21369 status open
21370
21371 \begin_layout Plain Layout
21372
21373 \series bold
21374 Bemerkung:
21375 \series default
21376  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21377  als Querverweisstil 
21378 \family sans
21379 Formatierter
21380 \begin_inset space ~
21381 \end_inset
21382
21383 Querverweis
21384 \family default
21385  benutzen, wie in Abschnitt
21386 \begin_inset space ~
21387 \end_inset
21388
21389
21390 \begin_inset CommandInset ref
21391 LatexCommand ref
21392 reference "uab:Querverweis-Formate"
21393
21394 \end_inset
21395
21396  beschrieben.
21397 \end_layout
21398
21399 \end_inset
21400
21401
21402 \end_layout
21403
21404 \begin_layout Standard
21405 Das 
21406 \emph on
21407 Mathe
21408 \emph default
21409  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
21410 \end_layout
21411
21412 \begin_layout Subsection
21413 Querverweis-Position
21414 \begin_inset CommandInset label
21415 LatexCommand label
21416 name "uab:Querverweis-Position"
21417
21418 \end_inset
21419
21420
21421 \begin_inset Index
21422 status collapsed
21423
21424 \begin_layout Plain Layout
21425 Querverweise !  Position
21426 \end_layout
21427
21428 \end_inset
21429
21430
21431 \end_layout
21432
21433 \begin_layout Standard
21434 Wenn Sie 
21435 \series bold
21436 hyperref
21437 \series default
21438
21439 \begin_inset Index
21440 status collapsed
21441
21442 \begin_layout Plain Layout
21443 LaTeX-Pakete ! hyperref
21444 \end_layout
21445
21446 \end_inset
21447
21448  in den
21449 \family sans
21450  PDF-Eigenschaften
21451 \family default
21452  im 
21453 \family sans
21454 Dokument-Einstellungen
21455 \family default
21456  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
21457  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21458  und Sie werden das Bild ohne Scrollen nicht sehen.
21459  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21460  ist.
21461  Wenn Sie das  LaTeX-Paket 
21462 \series bold
21463 hypcap
21464 \series default
21465
21466 \begin_inset Index
21467 status collapsed
21468
21469 \begin_layout Plain Layout
21470 LaTeX-Pakete ! hypcap
21471 \end_layout
21472
21473 \end_inset
21474
21475 , das Teil des LaTeX-Pakets 
21476 \series bold
21477 oberdiek
21478 \series default
21479
21480 \begin_inset Index
21481 status collapsed
21482
21483 \begin_layout Plain Layout
21484 LaTeX-Pakete ! oberdiek
21485 \end_layout
21486
21487 \end_inset
21488
21489  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21490  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21491 \series bold
21492 hypcap
21493 \series default
21494  zunächst in den LaTeX-Vorspann laden:
21495 \end_layout
21496
21497 \begin_layout Standard
21498
21499 \series bold
21500
21501 \backslash
21502 usepackage[figure]{hypcap}
21503 \end_layout
21504
21505 \begin_layout Standard
21506 Sie können 
21507 \series bold
21508 hypcap
21509 \series default
21510  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
21511  nicht empfohlen.
21512  Weitere Informationen finden Sie im
21513 \series bold
21514  hypcap
21515 \series default
21516 -Handbuch 
21517 \begin_inset CommandInset citation
21518 LatexCommand cite
21519 key "hypcap"
21520
21521 \end_inset
21522
21523 .
21524 \end_layout
21525
21526 \begin_layout Standard
21527 \begin_inset Note Greyedout
21528 status open
21529
21530 \begin_layout Plain Layout
21531
21532 \series bold
21533 Bemerkung:
21534 \series default
21535  
21536 \series bold
21537 hypcap
21538 \series medium
21539  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
21540 \end_layout
21541
21542 \end_inset
21543
21544
21545 \end_layout
21546
21547 \begin_layout Section
21548 Gleitobjekt-Platzierung
21549 \begin_inset CommandInset label
21550 LatexCommand label
21551 name "abs:Gleitobjekt-Platzierung"
21552
21553 \end_inset
21554
21555
21556 \begin_inset Index
21557 status collapsed
21558
21559 \begin_layout Plain Layout
21560 Gleitobjekte ! Platzierung
21561 \end_layout
21562
21563 \end_inset
21564
21565
21566 \end_layout
21567
21568 \begin_layout Standard
21569 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21570 \family sans
21571 Gleitobjekt-Einstellungen
21572 \family default
21573 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21574  können.
21575 \begin_inset Newline newline
21576 \end_inset
21577
21578 Die Option 
21579 \family sans
21580 Spalten
21581 \begin_inset space ~
21582 \end_inset
21583
21584 überspannen
21585 \family default
21586  ist nur bei zweispaltigen Dokumenten sinnvoll.
21587  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21588 \begin_inset Newline newline
21589 \end_inset
21590
21591 Die Option 
21592 \family sans
21593 Seitwärts
21594 \begin_inset space ~
21595 \end_inset
21596
21597 drehen
21598 \family default
21599  ist in Abschnitt 
21600 \begin_inset CommandInset ref
21601 LatexCommand ref
21602 reference "abs:Gedrehte-Gleitobjekte"
21603
21604 \end_inset
21605
21606  beschrieben.
21607 \end_layout
21608
21609 \begin_layout Standard
21610 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21611  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21612  Sie die Option 
21613 \family sans
21614 Standard-Platzierung
21615 \begin_inset space ~
21616 \end_inset
21617
21618 verwenden
21619 \family default
21620  nicht verwenden:
21621 \end_layout
21622
21623 \begin_layout Description
21624 Hier
21625 \begin_inset space ~
21626 \end_inset
21627
21628 wenn
21629 \begin_inset space ~
21630 \end_inset
21631
21632 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21633 \end_layout
21634
21635 \begin_layout Description
21636 Anfang
21637 \begin_inset space ~
21638 \end_inset
21639
21640 der
21641 \begin_inset space ~
21642 \end_inset
21643
21644 Seite
21645 \family sans
21646  
21647 \family default
21648 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21649  Gleitobjekte, die maximal 70
21650 \begin_inset space \thinspace{}
21651 \end_inset
21652
21653 % einer Seite benötigen, dürfen oben platziert werden.
21654  Dies kann durch die Variable 
21655 \series bold
21656
21657 \backslash
21658 topfraction
21659 \series default
21660  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21661 \end_layout
21662
21663 \begin_deeper
21664 \begin_layout Standard
21665
21666 \series bold
21667
21668 \backslash
21669 renewcommand{
21670 \backslash
21671 topfraction}{0.9}
21672 \family typewriter
21673 \series default
21674  
21675 \end_layout
21676
21677 \end_deeper
21678 \begin_layout Description
21679 Ende
21680 \begin_inset space ~
21681 \end_inset
21682
21683 der
21684 \begin_inset space ~
21685 \end_inset
21686
21687 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21688  Gleitobjekte, die maximal 30
21689 \begin_inset space \thinspace{}
21690 \end_inset
21691
21692 % einer Seite benötigen, dürfen unten platziert werden.
21693  Dies kann durch die Variable 
21694 \series bold
21695
21696 \backslash
21697 bottomfraction
21698 \series default
21699  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21700 \end_layout
21701
21702 \begin_deeper
21703 \begin_layout Standard
21704
21705 \series bold
21706
21707 \backslash
21708 renewcommand{
21709 \backslash
21710 bottomfraction}{0.5}
21711 \end_layout
21712
21713 \begin_layout Standard
21714 die oftmals zu kleine untere Grenze auf 50
21715 \begin_inset space \thinspace{}
21716 \end_inset
21717
21718 %.
21719 \end_layout
21720
21721 \end_deeper
21722 \begin_layout Description
21723 Seite
21724 \begin_inset space ~
21725 \end_inset
21726
21727 mit
21728 \begin_inset space ~
21729 \end_inset
21730
21731 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21732  Nur wenn mehr als 50
21733 \begin_inset space \thinspace{}
21734 \end_inset
21735
21736 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21737  Gleitobjekte bereitgestellt.
21738  Dies kann durch die Variable 
21739 \series bold
21740
21741 \backslash
21742 floatpagefraction 
21743 \series default
21744 im LaTeX-Vorspann überschrieben werden.
21745 \end_layout
21746
21747 \begin_layout Standard
21748 Die Reihenfolge der obigen Optionen wird 
21749 \emph on
21750 immer
21751 \emph default
21752  von LaTeX verwendet.
21753  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21754  versuchen 
21755 \family sans
21756 Hier
21757 \begin_inset space \space{}
21758 \end_inset
21759
21760 wenn
21761 \begin_inset space \space{}
21762 \end_inset
21763
21764 möglich
21765 \family default
21766 , dann 
21767 \family sans
21768 Anfang
21769 \begin_inset space ~
21770 \end_inset
21771
21772 der
21773 \begin_inset space ~
21774 \end_inset
21775
21776 Seite
21777 \family default
21778  und dann die anderen Optionen anzuwenden.
21779  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21780  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21781  Reihenfolge.
21782  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21783 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21784 \end_layout
21785
21786 \begin_layout Standard
21787 Die Option 
21788 \family sans
21789 Hier,
21790 \begin_inset space ~
21791 \end_inset
21792
21793 auf
21794 \begin_inset space ~
21795 \end_inset
21796
21797 jeden
21798 \begin_inset space ~
21799 \end_inset
21800
21801 Fall
21802 \family default
21803  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21804  fast druckreif ist.
21805  Denn mit der Option kann das Objekt nicht mehr 
21806 \emph on
21807 gleiten
21808 \emph default
21809 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21810  oftmals zerstört.
21811 \end_layout
21812
21813 \begin_layout Standard
21814 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
21815  immer vom Text eines bestimmten Absatzes umgeben sind.
21816 \begin_inset VSpace bigskip
21817 \end_inset
21818
21819
21820 \end_layout
21821
21822 \begin_layout Standard
21823 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21824 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21825  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21826  Das kann mit dem LaTeX-Befehl
21827 \series bold
21828  
21829 \backslash
21830 suppressfloats
21831 \series default
21832  verhindert werden.
21833  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21834  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21835  gesetzt wird.
21836  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21837 \end_layout
21838
21839 \begin_layout Standard
21840
21841 \series bold
21842
21843 \backslash
21844 let
21845 \backslash
21846 meinAbschnitt
21847 \backslash
21848 section
21849 \begin_inset Newline newline
21850 \end_inset
21851
21852
21853 \backslash
21854 renewcommand{
21855 \backslash
21856 section}{
21857 \backslash
21858 suppressfloats[t]
21859 \backslash
21860 meinAbschnitt}
21861 \end_layout
21862
21863 \begin_layout Standard
21864 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21865  Unterabschnitten festlegen.
21866  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21867  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21868 \end_layout
21869
21870 \begin_layout Standard
21871 Es gibt auch noch das LaTeX-Paket 
21872 \series bold
21873 flafter
21874 \series default
21875
21876 \begin_inset Index
21877 status collapsed
21878
21879 \begin_layout Plain Layout
21880 LaTeX-Pakete ! flafter
21881 \end_layout
21882
21883 \end_inset
21884
21885  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21886  gedruckt wird.
21887 \end_layout
21888
21889 \begin_layout Standard
21890 \begin_inset VSpace bigskip
21891 \end_inset
21892
21893 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21894  Dafür gibt es das LaTeX-Paket 
21895 \series bold
21896 endfloat
21897 \series default
21898
21899 \begin_inset Index
21900 status collapsed
21901
21902 \begin_layout Plain Layout
21903 LaTeX-Pakete ! endfloat
21904 \end_layout
21905
21906 \end_inset
21907
21908 .
21909  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21910  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21911  
21912 \family sans
21913
21914 \begin_inset Quotes gld
21915 \end_inset
21916
21917 [Abbildung
21918 \begin_inset space ~
21919 \end_inset
21920
21921 3.2 ist ungefähr hier.]
21922 \family default
21923
21924 \begin_inset Quotes grd
21925 \end_inset
21926
21927  finden.
21928  Das 
21929 \series bold
21930 endfloat
21931 \series default
21932 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21933 \end_layout
21934
21935 \begin_layout Standard
21936
21937 \series bold
21938
21939 \backslash
21940 usepackage[Optionen]{endfloat}
21941 \end_layout
21942
21943 \begin_layout Standard
21944 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21945  Tabellen-Abschnitte, die Sie in der 
21946 \series bold
21947 endfloat
21948 \series default
21949 -Dokumentation 
21950 \begin_inset CommandInset citation
21951 LatexCommand cite
21952 key "endfloat"
21953
21954 \end_inset
21955
21956  nachlesen können.
21957 \begin_inset Newline newline
21958 \end_inset
21959
21960
21961 \begin_inset Note Greyedout
21962 status open
21963
21964 \begin_layout Plain Layout
21965
21966 \series bold
21967 Bemerkung
21968 \begin_inset space ~
21969 \end_inset
21970
21971 1: endfloat
21972 \series default
21973  übersetzt den Hinweistext nicht automatisch.
21974  Abschnitt
21975 \begin_inset space ~
21976 \end_inset
21977
21978 4 in 
21979 \begin_inset CommandInset citation
21980 LatexCommand cite
21981 key "endfloat"
21982
21983 \end_inset
21984
21985  beschreibt, wie es geht.
21986 \end_layout
21987
21988 \end_inset
21989
21990
21991 \end_layout
21992
21993 \begin_layout Standard
21994 \begin_inset Note Greyedout
21995 status open
21996
21997 \begin_layout Plain Layout
21998
21999 \series bold
22000 Bemerkung
22001 \begin_inset space ~
22002 \end_inset
22003
22004 2: 
22005 \series default
22006 Die aktuelle Version von 
22007 \series bold
22008 endfloat
22009 \series default
22010  hat einen Fehler, wenn die Überschrift ein 
22011 \begin_inset Quotes gld
22012 \end_inset
22013
22014 ß
22015 \begin_inset Quotes grd
22016 \end_inset
22017
22018  enthält.
22019  Sie müssen stattdessen den Befehl 
22020 \series bold
22021
22022 \backslash
22023 ss
22024 \series default
22025  als TeX-Code benutzen.
22026 \end_layout
22027
22028 \end_inset
22029
22030
22031 \end_layout
22032
22033 \begin_layout Standard
22034 \begin_inset VSpace bigskip
22035 \end_inset
22036
22037 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
22038  wie 
22039 \begin_inset CommandInset citation
22040 LatexCommand cite
22041 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
22042
22043 \end_inset
22044
22045 .
22046 \end_layout
22047
22048 \begin_layout Section
22049 Gedrehte Gleitobjekte
22050 \begin_inset CommandInset label
22051 LatexCommand label
22052 name "abs:Gedrehte-Gleitobjekte"
22053
22054 \end_inset
22055
22056
22057 \begin_inset Index
22058 status collapsed
22059
22060 \begin_layout Plain Layout
22061 Gleitobjekte ! drehen
22062 \end_layout
22063
22064 \end_inset
22065
22066
22067 \end_layout
22068
22069 \begin_layout Standard
22070 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
22071 t drehen.
22072  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
22073  und die Option 
22074 \family sans
22075 Seitwärts
22076 \begin_inset space ~
22077 \end_inset
22078
22079 drehen
22080 \family default
22081  wählen.
22082 \end_layout
22083
22084 \begin_layout Standard
22085 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
22086  sie ein mehrspaltiges Dokument haben) gedruckt.
22087  Sie können mehrere Spalten überspannen, wenn die Option 
22088 \family sans
22089 Spalten
22090 \begin_inset space ~
22091 \end_inset
22092
22093 überspannen
22094 \family default
22095  in den Gleitobjekt Einstellungen gewählt ist.
22096  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
22097  werden können.
22098  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
22099  Option 
22100 \series bold
22101 figuresleft
22102 \series default
22103  oder 
22104 \series bold
22105 figuresright
22106 \series default
22107  zu den Dokumentklassen-Optionen hinzu.
22108 \end_layout
22109
22110 \begin_layout Standard
22111 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
22112  Tabelle
22113 \begin_inset space ~
22114 \end_inset
22115
22116
22117 \begin_inset CommandInset ref
22118 LatexCommand ref
22119 reference "tab:Gedrehte-Tabelle"
22120
22121 \end_inset
22122
22123  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
22124 \end_layout
22125
22126 \begin_layout Standard
22127 \begin_inset Note Greyedout
22128 status open
22129
22130 \begin_layout Plain Layout
22131
22132 \series bold
22133 Bemerkung:
22134 \series default
22135  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
22136 \end_layout
22137
22138 \end_inset
22139
22140
22141 \end_layout
22142
22143 \begin_layout Standard
22144 \begin_inset Float table
22145 wide false
22146 sideways true
22147 status open
22148
22149 \begin_layout Plain Layout
22150 \begin_inset Caption
22151
22152 \begin_layout Plain Layout
22153 \begin_inset CommandInset label
22154 LatexCommand label
22155 name "tab:Gedrehte-Tabelle"
22156
22157 \end_inset
22158
22159 Gedrehte Tabelle
22160 \end_layout
22161
22162 \end_inset
22163
22164
22165 \end_layout
22166
22167 \begin_layout Plain Layout
22168 \align center
22169 \begin_inset Tabular
22170 <lyxtabular version="3" rows="1" columns="5">
22171 <features>
22172 <column alignment="center" valignment="top" width="0">
22173 <column alignment="center" valignment="top" width="0">
22174 <column alignment="center" valignment="top" width="0">
22175 <column alignment="center" valignment="top" width="0">
22176 <column alignment="center" valignment="top" width="0">
22177 <row>
22178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22179 \begin_inset Text
22180
22181 \begin_layout Plain Layout
22182 Test
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22188 \begin_inset Text
22189
22190 \begin_layout Plain Layout
22191 b
22192 \end_layout
22193
22194 \end_inset
22195 </cell>
22196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22197 \begin_inset Text
22198
22199 \begin_layout Plain Layout
22200 c
22201 \end_layout
22202
22203 \end_inset
22204 </cell>
22205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22206 \begin_inset Text
22207
22208 \begin_layout Plain Layout
22209 d
22210 \end_layout
22211
22212 \end_inset
22213 </cell>
22214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22215 \begin_inset Text
22216
22217 \begin_layout Plain Layout
22218 e
22219 \end_layout
22220
22221 \end_inset
22222 </cell>
22223 </row>
22224 </lyxtabular>
22225
22226 \end_inset
22227
22228
22229 \end_layout
22230
22231 \end_inset
22232
22233
22234 \end_layout
22235
22236 \begin_layout Section
22237 Gleitobjekte nebeneinander
22238 \begin_inset Index
22239 status collapsed
22240
22241 \begin_layout Plain Layout
22242 Gleitobjekte ! nebeneinander
22243 \end_layout
22244
22245 \end_inset
22246
22247
22248 \end_layout
22249
22250 \begin_layout Standard
22251 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
22252 \begin_inset space ~
22253 \end_inset
22254
22255
22256 \begin_inset CommandInset ref
22257 LatexCommand ref
22258 reference "abb:Gleitobjekt-links"
22259
22260 \end_inset
22261
22262  und 
22263 \begin_inset CommandInset ref
22264 LatexCommand ref
22265 reference "abb:Gleitobjekt-rechts"
22266
22267 \end_inset
22268
22269  wird nur 
22270 \emph on
22271 ein
22272 \emph default
22273  Gleitobjekt verwendet.
22274  In dieses werden zwei Minipage Boxen eingefügt.
22275 \begin_inset Foot
22276 status collapsed
22277
22278 \begin_layout Plain Layout
22279 Minipages sind in Abschnitt
22280 \begin_inset space ~
22281 \end_inset
22282
22283
22284 \begin_inset CommandInset ref
22285 LatexCommand ref
22286 reference "abs:Minipage"
22287
22288 \end_inset
22289
22290  erklärt.
22291 \end_layout
22292
22293 \end_inset
22294
22295  Die Breite wird für jede Minipage auf 45
22296 \begin_inset space \thinspace{}
22297 \end_inset
22298
22299 -50
22300 \begin_inset space \thinspace{}
22301 \end_inset
22302
22303 Spalten% und die Box Ausrichtung auf 
22304 \family sans
22305 Unten
22306 \family default
22307  gesetzt.
22308  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
22309  Gleitobjekt.
22310  Der einzige Unterschied ist, dass die Bildeinheit 
22311 \family sans
22312 Spaltenbreite
22313 \begin_inset space ~
22314 \end_inset
22315
22316 %
22317 \family default
22318  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
22319 \end_layout
22320
22321 \begin_layout Standard
22322 \begin_inset Float figure
22323 wide false
22324 sideways false
22325 status open
22326
22327 \begin_layout Plain Layout
22328 \begin_inset Box Frameless
22329 position "b"
22330 hor_pos "c"
22331 has_inner_box 1
22332 inner_pos "t"
22333 use_parbox 0
22334 width "45col%"
22335 special "none"
22336 height "1in"
22337 height_special "totalheight"
22338 status open
22339
22340 \begin_layout Plain Layout
22341 \align center
22342 \begin_inset Graphics
22343         filename ../clipart/mobius.eps
22344         lyxscale 50
22345         width 100col%
22346         scaleBeforeRotation
22347
22348 \end_inset
22349
22350
22351 \end_layout
22352
22353 \begin_layout Plain Layout
22354 \begin_inset Caption
22355
22356 \begin_layout Plain Layout
22357 \begin_inset CommandInset label
22358 LatexCommand label
22359 name "abb:Gleitobjekt-links"
22360
22361 \end_inset
22362
22363 Gleitobjekt auf der linken Seite.
22364 \end_layout
22365
22366 \end_inset
22367
22368
22369 \end_layout
22370
22371 \end_inset
22372
22373
22374 \begin_inset space \hfill{}
22375 \end_inset
22376
22377
22378 \begin_inset Box Frameless
22379 position "b"
22380 hor_pos "c"
22381 has_inner_box 1
22382 inner_pos "t"
22383 use_parbox 0
22384 width "45col%"
22385 special "none"
22386 height "1in"
22387 height_special "totalheight"
22388 status open
22389
22390 \begin_layout Plain Layout
22391 \align center
22392 \begin_inset Graphics
22393         filename ../clipart/platypus.eps
22394         lyxscale 50
22395         width 100col%
22396         scaleBeforeRotation
22397
22398 \end_inset
22399
22400
22401 \end_layout
22402
22403 \begin_layout Plain Layout
22404 \begin_inset Caption
22405
22406 \begin_layout Plain Layout
22407 \begin_inset CommandInset label
22408 LatexCommand label
22409 name "abb:Gleitobjekt-rechts"
22410
22411 \end_inset
22412
22413 Gleitobjekt auf der rechten Seite.
22414 \end_layout
22415
22416 \end_inset
22417
22418
22419 \end_layout
22420
22421 \end_inset
22422
22423
22424 \end_layout
22425
22426 \end_inset
22427
22428
22429 \end_layout
22430
22431 \begin_layout Section
22432 Beschriftungs-Formatierung
22433 \begin_inset CommandInset label
22434 LatexCommand label
22435 name "abs:Titel-Formatierung"
22436
22437 \end_inset
22438
22439
22440 \begin_inset Index
22441 status collapsed
22442
22443 \begin_layout Plain Layout
22444 Gleitobjekte ! Beschriftung ! Formatierung
22445 \end_layout
22446
22447 \end_inset
22448
22449
22450 \end_layout
22451
22452 \begin_layout Standard
22453
22454 \family sans
22455 Legende
22456 \family default
22457  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22458  In LyX sehen Titel so aus:  
22459 \family sans
22460
22461 \begin_inset Quotes gld
22462 \end_inset
22463
22464 Abbildung xyz:
22465 \family default
22466
22467 \begin_inset Quotes grd
22468 \end_inset
22469
22470 , gefolgt vom Beschriftungstext, wobei 
22471 \family sans
22472 xyz
22473 \family default
22474  die von LyX vergebene Nummer ist.
22475  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22476  gedruckt.
22477  Dies ist nicht immer brauchbar.
22478 \end_layout
22479
22480 \begin_layout Standard
22481 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22482  
22483 \series bold
22484 caption
22485 \series default
22486
22487 \begin_inset Index
22488 status collapsed
22489
22490 \begin_layout Plain Layout
22491 LaTeX-Pakete ! caption
22492 \end_layout
22493
22494 \end_inset
22495
22496  in den LaTeX-Vorspann laden:
22497 \end_layout
22498
22499 \begin_layout Standard
22500
22501 \series bold
22502
22503 \backslash
22504 usepackage[Format-Definition]{caption}
22505 \end_layout
22506
22507 \begin_layout Standard
22508 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22509  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22510 \end_layout
22511
22512 \begin_layout Standard
22513
22514 \series bold
22515
22516 \backslash
22517 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22518 \end_layout
22519
22520 \begin_layout Standard
22521 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22522  definieren.
22523  Dazu laden Sie das 
22524 \series bold
22525 caption
22526 \series default
22527 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22528  dem Befehl
22529 \end_layout
22530
22531 \begin_layout Standard
22532
22533 \series bold
22534
22535 \backslash
22536 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22537 \end_layout
22538
22539 \begin_layout Standard
22540 Für Abbildung
22541 \begin_inset space ~
22542 \end_inset
22543
22544
22545 \begin_inset CommandInset ref
22546 LatexCommand ref
22547 reference "abb:Langer-Abb-Titel"
22548
22549 \end_inset
22550
22551  und Tabelle
22552 \begin_inset space ~
22553 \end_inset
22554
22555
22556 \begin_inset CommandInset ref
22557 LatexCommand ref
22558 reference "tab:Langer-Tab-Titel"
22559
22560 \end_inset
22561
22562  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22563  werden:
22564 \end_layout
22565
22566 \begin_layout Standard
22567
22568 \series bold
22569
22570 \backslash
22571 usepackage[tableposition=top]{caption}
22572 \begin_inset Newline newline
22573 \end_inset
22574
22575
22576 \backslash
22577 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22578 \begin_inset Newline newline
22579 \end_inset
22580
22581
22582 \begin_inset ERT
22583 status collapsed
22584
22585 \begin_layout Plain Layout
22586
22587
22588 \backslash
22589 hphantom{
22590 \backslash
22591
22592 \backslash
22593 captionsetup[figure]
22594 \backslash
22595 {}
22596 \end_layout
22597
22598 \end_inset
22599
22600  labelsep=period}
22601 \begin_inset Newline newline
22602 \end_inset
22603
22604
22605 \backslash
22606 captionsetup[table]{labelfont={bf,sf}}
22607 \end_layout
22608
22609 \begin_layout Standard
22610 \begin_inset Note Greyedout
22611 status open
22612
22613 \begin_layout Plain Layout
22614
22615 \series bold
22616 Bemerkung:
22617 \series default
22618  Die Option 
22619 \series bold
22620 tableposition=top
22621 \series default
22622  hat keine Auswirkung, wenn eine 
22623 \series bold
22624 koma-script
22625 \series default
22626
22627 \begin_inset Index
22628 status collapsed
22629
22630 \begin_layout Plain Layout
22631 LaTeX-Pakete ! koma-script
22632 \end_layout
22633
22634 \end_inset
22635
22636 -Dokumentklasse verwendet wird.
22637  Hier muss die Option 
22638 \series bold
22639 tablecaptionabove
22640 \series default
22641  benutzt werden.
22642 \end_layout
22643
22644 \end_inset
22645
22646
22647 \end_layout
22648
22649 \begin_layout Standard
22650 Weitere Informationen über das Paket
22651 \series bold
22652  caption
22653 \series default
22654  finden Sie in seiner Dokumentation 
22655 \begin_inset CommandInset citation
22656 LatexCommand cite
22657 key "caption"
22658
22659 \end_inset
22660
22661 .
22662 \end_layout
22663
22664 \begin_layout Standard
22665 Wenn Sie den Namen von 
22666 \begin_inset Quotes gld
22667 \end_inset
22668
22669 Abbildung
22670 \begin_inset Quotes grd
22671 \end_inset
22672
22673  auf 
22674 \begin_inset Quotes gld
22675 \end_inset
22676
22677 Bild
22678 \begin_inset Quotes grd
22679 \end_inset
22680
22681  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
22682 \end_layout
22683
22684 \begin_layout Standard
22685
22686 \series bold
22687
22688 \backslash
22689 renewcommand{
22690 \backslash
22691 fnum@figure}{Bild~
22692 \backslash
22693 thefigure}
22694 \end_layout
22695
22696 \begin_layout Standard
22697 wobei 
22698 \series bold
22699
22700 \backslash
22701 thefigure
22702 \series default
22703  die Bildnummer einsetzt und
22704 \series bold
22705  ~
22706 \series default
22707  ein geschütztes Leerzeichen ist.
22708 \end_layout
22709
22710 \begin_layout Standard
22711 \begin_inset VSpace bigskip
22712 \end_inset
22713
22714 Wenn Sie eine 
22715 \series bold
22716 koma-script
22717 \series default
22718
22719 \begin_inset Index
22720 status collapsed
22721
22722 \begin_layout Plain Layout
22723 LaTeX-Pakete ! koma-script
22724 \end_layout
22725
22726 \end_inset
22727
22728 -Dokumentklasse (
22729 \family sans
22730 article (koma-script)
22731 \family default
22732
22733 \family sans
22734 book (koma-script)
22735 \family default
22736
22737 \family sans
22738 letter (koma-script)
22739 \family default
22740  oder 
22741 \family sans
22742 report (koma-script)
22743 \family default
22744 ) benutzen, können Sie anstatt des 
22745 \series bold
22746 caption
22747 \series default
22748 -Paketes den eingebauten Befehl 
22749 \series bold
22750
22751 \backslash
22752 setkomafont
22753 \series default
22754  von 
22755 \series bold
22756 koma-script
22757 \series default
22758  benutzen.
22759  Der Befehl
22760 \end_layout
22761
22762 \begin_layout Standard
22763
22764 \series bold
22765
22766 \backslash
22767 setkomafont{captionlabel}{
22768 \backslash
22769 bfseries}
22770 \end_layout
22771
22772 \begin_layout Standard
22773 im LaTeX-Vorspann druckt den Namen fett.
22774 \end_layout
22775
22776 \begin_layout Standard
22777 Weitere Informationen über 
22778 \series bold
22779
22780 \backslash
22781 setkomafont
22782 \series default
22783  finden Sie in der 
22784 \series bold
22785 koma-script
22786 \series default
22787 -Do\SpecialChar \-
22788 ku\SpecialChar \-
22789 men\SpecialChar \-
22790 ta\SpecialChar \-
22791 tion 
22792 \begin_inset CommandInset citation
22793 LatexCommand cite
22794 key "koma-script"
22795
22796 \end_inset
22797
22798 .
22799 \end_layout
22800
22801 \begin_layout Standard
22802 \begin_inset ERT
22803 status collapsed
22804
22805 \begin_layout Plain Layout
22806
22807
22808 \backslash
22809 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22810 }
22811 \end_layout
22812
22813 \end_inset
22814
22815
22816 \begin_inset Note Note
22817 status open
22818
22819 \begin_layout Plain Layout
22820 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
22821 \end_layout
22822
22823 \end_inset
22824
22825
22826 \end_layout
22827
22828 \begin_layout Standard
22829 \begin_inset Float figure
22830 placement !p
22831 wide false
22832 sideways false
22833 status open
22834
22835 \begin_layout Plain Layout
22836 \align center
22837 \begin_inset Graphics
22838         filename ../clipart/mobius.eps
22839         lyxscale 50
22840         scale 50
22841         scaleBeforeRotation
22842
22843 \end_inset
22844
22845
22846 \end_layout
22847
22848 \begin_layout Plain Layout
22849 \begin_inset Caption
22850
22851 \begin_layout Plain Layout
22852 \begin_inset CommandInset label
22853 LatexCommand label
22854 name "abb:Langer-Abb-Titel"
22855
22856 \end_inset
22857
22858 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22859  ist, um das andere Beschriftungsformat zu zeigen.
22860  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
22861 \begin_inset OptArg
22862 status collapsed
22863
22864 \begin_layout Plain Layout
22865 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22866  ist.
22867 \end_layout
22868
22869 \end_inset
22870
22871
22872 \end_layout
22873
22874 \end_inset
22875
22876
22877 \end_layout
22878
22879 \end_inset
22880
22881
22882 \end_layout
22883
22884 \begin_layout Standard
22885 \begin_inset ERT
22886 status collapsed
22887
22888 \begin_layout Plain Layout
22889
22890
22891 \backslash
22892 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22893 on}
22894 \end_layout
22895
22896 \end_inset
22897
22898
22899 \end_layout
22900
22901 \begin_layout Standard
22902 \begin_inset Float table
22903 placement !p
22904 wide false
22905 sideways false
22906 status open
22907
22908 \begin_layout Plain Layout
22909 \begin_inset Caption
22910
22911 \begin_layout Plain Layout
22912 \begin_inset CommandInset label
22913 LatexCommand label
22914 name "tab:Langer-Tab-Titel"
22915
22916 \end_inset
22917
22918 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22919  ist, um das andere Beschriftungsformat zu zeigen.
22920  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
22921  benutzt.
22922 \begin_inset OptArg
22923 status collapsed
22924
22925 \begin_layout Plain Layout
22926 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22927  ist.
22928 \end_layout
22929
22930 \end_inset
22931
22932
22933 \end_layout
22934
22935 \end_inset
22936
22937
22938 \end_layout
22939
22940 \begin_layout Plain Layout
22941 \align center
22942 \begin_inset Tabular
22943 <lyxtabular version="3" rows="1" columns="5">
22944 <features>
22945 <column alignment="center" valignment="top" width="0">
22946 <column alignment="center" valignment="top" width="0">
22947 <column alignment="center" valignment="top" width="0">
22948 <column alignment="center" valignment="top" width="0">
22949 <column alignment="center" valignment="top" width="0">
22950 <row>
22951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22952 \begin_inset Text
22953
22954 \begin_layout Plain Layout
22955 a
22956 \end_layout
22957
22958 \end_inset
22959 </cell>
22960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22961 \begin_inset Text
22962
22963 \begin_layout Plain Layout
22964 b
22965 \end_layout
22966
22967 \end_inset
22968 </cell>
22969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22970 \begin_inset Text
22971
22972 \begin_layout Plain Layout
22973 c
22974 \end_layout
22975
22976 \end_inset
22977 </cell>
22978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22979 \begin_inset Text
22980
22981 \begin_layout Plain Layout
22982 d
22983 \end_layout
22984
22985 \end_inset
22986 </cell>
22987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22988 \begin_inset Text
22989
22990 \begin_layout Plain Layout
22991 e
22992 \end_layout
22993
22994 \end_inset
22995 </cell>
22996 </row>
22997 </lyxtabular>
22998
22999 \end_inset
23000
23001
23002 \end_layout
23003
23004 \end_inset
23005
23006
23007 \end_layout
23008
23009 \begin_layout Section
23010 Beschriftungs-Platzierung
23011 \begin_inset CommandInset label
23012 LatexCommand label
23013 name "abs:Titel-Platzierung"
23014
23015 \end_inset
23016
23017
23018 \begin_inset Index
23019 status collapsed
23020
23021 \begin_layout Plain Layout
23022 Gleitobjekte ! Beschriftung ! Platzierung
23023 \end_layout
23024
23025 \end_inset
23026
23027
23028 \end_layout
23029
23030 \begin_layout Standard
23031 Normalerweise werden die Beschriftungen wie folgt platziert:
23032 \end_layout
23033
23034 \begin_layout Description
23035 Abbildung: darunter
23036 \end_layout
23037
23038 \begin_layout Description
23039 Tabelle: darüber
23040 \end_layout
23041
23042 \begin_layout Standard
23043 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
23044  Das heißt wenn Sie eine der Dokument-Klassen 
23045 \family sans
23046 article
23047 \family default
23048
23049 \family sans
23050 book
23051 \family default
23052
23053 \family sans
23054 letter
23055 \family default
23056  oder 
23057 \family sans
23058 report
23059 \family default
23060  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
23061  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
23062 \series bold
23063 caption
23064 \series default
23065  im LaTeX-Vorspann folgendes schreiben:
23066 \begin_inset Foot
23067 status collapsed
23068
23069 \begin_layout Plain Layout
23070 In Abschnitt
23071 \begin_inset space ~
23072 \end_inset
23073
23074
23075 \begin_inset CommandInset ref
23076 LatexCommand ref
23077 reference "abs:Titel-Formatierung"
23078
23079 \end_inset
23080
23081  steht mehr über das Paket 
23082 \series bold
23083 caption
23084 \series default
23085 .
23086 \end_layout
23087
23088 \end_inset
23089
23090
23091 \end_layout
23092
23093 \begin_layout Standard
23094
23095 \series bold
23096 tableposition=top
23097 \end_layout
23098
23099 \begin_layout Standard
23100 Wenn Sie eine 
23101 \series bold
23102 koma-script
23103 \series default
23104
23105 \begin_inset Index
23106 status collapsed
23107
23108 \begin_layout Plain Layout
23109 LaTeX-Pakete ! koma-script
23110 \end_layout
23111
23112 \end_inset
23113
23114 -Dokumentklasse (
23115 \family sans
23116 article (koma-script)
23117 \family default
23118
23119 \family sans
23120 book (koma-script)
23121 \family default
23122
23123 \family sans
23124 letter (koma-script)
23125 \family default
23126  oder 
23127 \family sans
23128 report (koma-script)
23129 \family default
23130 ) benutzen, können Sie alternativ zum 
23131 \series bold
23132 caption
23133 \series default
23134 -Paket die Option 
23135 \series bold
23136 tablecaptionabove
23137 \series default
23138  benutzen.
23139 \end_layout
23140
23141 \begin_layout Standard
23142 \begin_inset VSpace bigskip
23143 \end_inset
23144
23145 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
23146  Das bewirkt das LaTeX-Paket 
23147 \series bold
23148 sidecap
23149 \series default
23150
23151 \begin_inset Index
23152 status collapsed
23153
23154 \begin_layout Plain Layout
23155 LaTeX-Pakete ! sidecap
23156 \end_layout
23157
23158 \end_inset
23159
23160 , das so in den LaTeX-Vorspann geladen wird:
23161 \end_layout
23162
23163 \begin_layout Standard
23164
23165 \series bold
23166
23167 \backslash
23168 usepackage[Option]{sidecap}
23169 \end_layout
23170
23171 \begin_layout Standard
23172 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
23173  Mit 
23174 \series bold
23175 innercaption
23176 \series default
23177  wird die Beschriftung innen gedruckt.
23178  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
23179  
23180 \series bold
23181 rightcaption
23182 \series default
23183  oder 
23184 \series bold
23185 leftcaption
23186 \series default
23187 .
23188 \end_layout
23189
23190 \begin_layout Standard
23191 \begin_inset ERT
23192 status collapsed
23193
23194 \begin_layout Plain Layout
23195
23196
23197 \backslash
23198 ifsidecap
23199 \end_layout
23200
23201 \end_inset
23202
23203
23204 \begin_inset Note Note
23205 status open
23206
23207 \begin_layout Plain Layout
23208 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
23209 \series bold
23210 sidecap
23211 \series default
23212  installiert ist.
23213 \end_layout
23214
23215 \end_inset
23216
23217
23218 \end_layout
23219
23220 \begin_layout Standard
23221 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
23222  in den LaTeX-Vorspann schreiben:
23223 \end_layout
23224
23225 \begin_layout Standard
23226
23227 \lyxline
23228
23229 \end_layout
23230
23231 \begin_layout Standard
23232
23233 \series bold
23234
23235 \backslash
23236 newcommand{
23237 \backslash
23238 TabBesBeg}{%
23239 \begin_inset Newline newline
23240 \end_inset
23241
23242
23243 \begin_inset ERT
23244 status collapsed
23245
23246 \begin_layout Plain Layout
23247
23248
23249 \backslash
23250 hphantom{ }
23251 \end_layout
23252
23253 \end_inset
23254
23255
23256 \backslash
23257 let
23258 \backslash
23259 MyTable
23260 \backslash
23261 table
23262 \begin_inset Newline newline
23263 \end_inset
23264
23265
23266 \begin_inset ERT
23267 status collapsed
23268
23269 \begin_layout Plain Layout
23270
23271
23272 \backslash
23273 hphantom{ }
23274 \end_layout
23275
23276 \end_inset
23277
23278
23279 \backslash
23280 let
23281 \backslash
23282 MyEndtable
23283 \backslash
23284 endtable
23285 \begin_inset Newline newline
23286 \end_inset
23287
23288
23289 \begin_inset ERT
23290 status collapsed
23291
23292 \begin_layout Plain Layout
23293
23294
23295 \backslash
23296 hphantom{ }
23297 \end_layout
23298
23299 \end_inset
23300
23301
23302 \backslash
23303 renewenvironment{table}{
23304 \backslash
23305 begin{SCtable}}{
23306 \backslash
23307 end{SCtable}}}
23308 \end_layout
23309
23310 \begin_layout Standard
23311
23312 \series bold
23313
23314 \backslash
23315 newcommand{
23316 \backslash
23317 TabBesEnd}{%
23318 \begin_inset Newline newline
23319 \end_inset
23320
23321
23322 \begin_inset ERT
23323 status collapsed
23324
23325 \begin_layout Plain Layout
23326
23327
23328 \backslash
23329 hphantom{ }
23330 \end_layout
23331
23332 \end_inset
23333
23334
23335 \backslash
23336 let
23337 \backslash
23338 table
23339 \backslash
23340 MyTable
23341 \begin_inset Newline newline
23342 \end_inset
23343
23344
23345 \begin_inset ERT
23346 status collapsed
23347
23348 \begin_layout Plain Layout
23349
23350
23351 \backslash
23352 hphantom{ }
23353 \end_layout
23354
23355 \end_inset
23356
23357
23358 \backslash
23359 let
23360 \backslash
23361 endtable
23362 \backslash
23363 MyEndtable
23364 \end_layout
23365
23366 \begin_layout Standard
23367
23368 \series bold
23369
23370 \backslash
23371 newcommand{
23372 \backslash
23373 FigBesBeg}{%
23374 \begin_inset Newline newline
23375 \end_inset
23376
23377
23378 \begin_inset ERT
23379 status collapsed
23380
23381 \begin_layout Plain Layout
23382
23383
23384 \backslash
23385 hphantom{ }
23386 \end_layout
23387
23388 \end_inset
23389
23390
23391 \backslash
23392 let
23393 \backslash
23394 MyFigure
23395 \backslash
23396 figure
23397 \begin_inset Newline newline
23398 \end_inset
23399
23400
23401 \begin_inset ERT
23402 status collapsed
23403
23404 \begin_layout Plain Layout
23405
23406
23407 \backslash
23408 hphantom{ }
23409 \end_layout
23410
23411 \end_inset
23412
23413
23414 \backslash
23415 let
23416 \backslash
23417 MyEndfigure
23418 \backslash
23419 endfigure
23420 \begin_inset Newline newline
23421 \end_inset
23422
23423
23424 \begin_inset ERT
23425 status collapsed
23426
23427 \begin_layout Plain Layout
23428
23429
23430 \backslash
23431 hphantom{ }
23432 \end_layout
23433
23434 \end_inset
23435
23436
23437 \backslash
23438 renewenvironment{figure}{
23439 \backslash
23440 begin{SCfigure}}{
23441 \backslash
23442 end{SCfigure}}}
23443 \end_layout
23444
23445 \begin_layout Standard
23446
23447 \series bold
23448
23449 \backslash
23450 newcommand{
23451 \backslash
23452 FigBesEnd}{%
23453 \begin_inset Newline newline
23454 \end_inset
23455
23456
23457 \begin_inset ERT
23458 status collapsed
23459
23460 \begin_layout Plain Layout
23461
23462
23463 \backslash
23464 hphantom{ }
23465 \end_layout
23466
23467 \end_inset
23468
23469
23470 \backslash
23471 let
23472 \backslash
23473 figure
23474 \backslash
23475 MyFigure
23476 \begin_inset Newline newline
23477 \end_inset
23478
23479
23480 \begin_inset ERT
23481 status collapsed
23482
23483 \begin_layout Plain Layout
23484
23485
23486 \backslash
23487 hphantom{ }
23488 \end_layout
23489
23490 \end_inset
23491
23492
23493 \backslash
23494 let
23495 \backslash
23496 endfigure
23497 \backslash
23498 MyEndfigure}
23499 \series default
23500
23501 \lyxline
23502
23503 \end_layout
23504
23505 \begin_layout Standard
23506 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23507 ungen seitlich gedruckt werden.
23508  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23509 \end_layout
23510
23511 \begin_layout Standard
23512
23513 \series bold
23514
23515 \backslash
23516 FigBesBeg
23517 \end_layout
23518
23519 \begin_layout Standard
23520 als TeX-Code vor und
23521 \end_layout
23522
23523 \begin_layout Standard
23524
23525 \series bold
23526
23527 \backslash
23528 FigBesEnd
23529 \end_layout
23530
23531 \begin_layout Standard
23532 hinter das Gleitobjekt.
23533  Bei Gleitobjekt-Tabellen heißen die Befehle
23534 \end_layout
23535
23536 \begin_layout Standard
23537
23538 \series bold
23539
23540 \backslash
23541 TabBesBeg
23542 \series default
23543  und 
23544 \series bold
23545
23546 \backslash
23547 TabBesEnd
23548 \series default
23549 .
23550 \end_layout
23551
23552 \begin_layout Standard
23553 Abbildung
23554 \begin_inset space ~
23555 \end_inset
23556
23557
23558 \begin_inset CommandInset ref
23559 LatexCommand ref
23560 reference "abb:Beschriftung-neben"
23561
23562 \end_inset
23563
23564  und Tabelle
23565 \begin_inset space ~
23566 \end_inset
23567
23568
23569 \begin_inset CommandInset ref
23570 LatexCommand ref
23571 reference "tab:cap-beside-tab"
23572
23573 \end_inset
23574
23575  sind Beispiele für seitliche Beschriftungen.
23576 \end_layout
23577
23578 \begin_layout Standard
23579 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23580  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23581  der Abbildung.
23582  Das kann man mit dem Befehl
23583 \end_layout
23584
23585 \begin_layout Standard
23586
23587 \series bold
23588
23589 \backslash
23590 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
23591 \end_layout
23592
23593 \begin_layout Standard
23594 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
23595  Der Gleitobjekt-Typ ist entweder 
23596 \family sans
23597 figure
23598 \family default
23599  oder 
23600 \family sans
23601 table
23602 \family default
23603 , die
23604 \family sans
23605  
23606 \family default
23607 Platzierung ist 
23608 \family typewriter
23609 t
23610 \family default
23611  für oben, 
23612 \family typewriter
23613 c
23614 \family default
23615  für zentriert oder 
23616 \family typewriter
23617 b
23618 \family default
23619  für unten.
23620  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
23621  lautet der Befehl
23622 \end_layout
23623
23624 \begin_layout Standard
23625
23626 \series bold
23627
23628 \backslash
23629 sidecaptionvpos{figure}{c}
23630 \end_layout
23631
23632 \begin_layout Standard
23633 Das wurde in Abbildung
23634 \begin_inset space ~
23635 \end_inset
23636
23637
23638 \begin_inset CommandInset ref
23639 LatexCommand ref
23640 reference "abb:cap-beside-fig-2"
23641
23642 \end_inset
23643
23644  benutzt.
23645 \end_layout
23646
23647 \begin_layout Standard
23648 \begin_inset VSpace medskip
23649 \end_inset
23650
23651 Weitere Informationen über das Paket
23652 \series bold
23653  sidecap
23654 \series default
23655  finden Sie in seiner Dokumentation 
23656 \begin_inset CommandInset citation
23657 LatexCommand cite
23658 key "sidecap"
23659
23660 \end_inset
23661
23662 .
23663 \end_layout
23664
23665 \begin_layout Standard
23666 \begin_inset Note Greyedout
23667 status open
23668
23669 \begin_layout Plain Layout
23670
23671 \series bold
23672 Bemerkung:
23673 \series default
23674  Das LaTeX-Paket 
23675 \series bold
23676 hypcap
23677 \series default
23678 ,
23679 \begin_inset Index
23680 status collapsed
23681
23682 \begin_layout Plain Layout
23683 LaTeX-Pakete ! hypcap
23684 \end_layout
23685
23686 \end_inset
23687
23688  das in Abschnitt
23689 \begin_inset space ~
23690 \end_inset
23691
23692
23693 \begin_inset CommandInset ref
23694 LatexCommand ref
23695 reference "uab:Querverweis-Position"
23696
23697 \end_inset
23698
23699  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
23700  Beschriftungen.
23701 \end_layout
23702
23703 \end_inset
23704
23705
23706 \end_layout
23707
23708 \begin_layout Standard
23709 \begin_inset ERT
23710 status collapsed
23711
23712 \begin_layout Plain Layout
23713
23714
23715 \backslash
23716 FigBesBeg 
23717 \end_layout
23718
23719 \end_inset
23720
23721
23722 \end_layout
23723
23724 \begin_layout Standard
23725 \begin_inset Float figure
23726 wide false
23727 sideways false
23728 status open
23729
23730 \begin_layout Plain Layout
23731 \begin_inset Graphics
23732         filename ../clipart/escher-lsd.eps
23733         scale 75
23734         scaleBeforeRotation
23735
23736 \end_inset
23737
23738
23739 \end_layout
23740
23741 \begin_layout Plain Layout
23742 \begin_inset Caption
23743
23744 \begin_layout Plain Layout
23745 \begin_inset CommandInset label
23746 LatexCommand label
23747 name "abb:Beschriftung-neben"
23748
23749 \end_inset
23750
23751 Dies ist eine Beschriftung neben einer Abbildung.
23752 \end_layout
23753
23754 \end_inset
23755
23756
23757 \end_layout
23758
23759 \end_inset
23760
23761
23762 \end_layout
23763
23764 \begin_layout Standard
23765 \begin_inset ERT
23766 status collapsed
23767
23768 \begin_layout Plain Layout
23769
23770
23771 \backslash
23772 TabBesBeg 
23773 \end_layout
23774
23775 \end_inset
23776
23777
23778 \end_layout
23779
23780 \begin_layout Standard
23781 \begin_inset Float table
23782 wide false
23783 sideways false
23784 status open
23785
23786 \begin_layout Plain Layout
23787 \begin_inset Caption
23788
23789 \begin_layout Plain Layout
23790 \begin_inset CommandInset label
23791 LatexCommand label
23792 name "tab:cap-beside-tab"
23793
23794 \end_inset
23795
23796 Dies ist eine Beschriftung neben einer Tabelle.
23797 \end_layout
23798
23799 \end_inset
23800
23801
23802 \end_layout
23803
23804 \begin_layout Plain Layout
23805 \begin_inset Tabular
23806 <lyxtabular version="3" rows="4" columns="5">
23807 <features>
23808 <column alignment="center" valignment="top" width="0">
23809 <column alignment="center" valignment="top" width="0">
23810 <column alignment="center" valignment="top" width="0">
23811 <column alignment="center" valignment="top" width="0">
23812 <column alignment="center" valignment="top" width="0">
23813 <row>
23814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23815 \begin_inset Text
23816
23817 \begin_layout Plain Layout
23818 a
23819 \end_layout
23820
23821 \end_inset
23822 </cell>
23823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23824 \begin_inset Text
23825
23826 \begin_layout Plain Layout
23827
23828 \end_layout
23829
23830 \end_inset
23831 </cell>
23832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23833 \begin_inset Text
23834
23835 \begin_layout Plain Layout
23836 b
23837 \end_layout
23838
23839 \end_inset
23840 </cell>
23841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23842 \begin_inset Text
23843
23844 \begin_layout Plain Layout
23845
23846 \end_layout
23847
23848 \end_inset
23849 </cell>
23850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23851 \begin_inset Text
23852
23853 \begin_layout Plain Layout
23854 c
23855 \end_layout
23856
23857 \end_inset
23858 </cell>
23859 </row>
23860 <row>
23861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23862 \begin_inset Text
23863
23864 \begin_layout Plain Layout
23865
23866 \end_layout
23867
23868 \end_inset
23869 </cell>
23870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23871 \begin_inset Text
23872
23873 \begin_layout Plain Layout
23874 d
23875 \end_layout
23876
23877 \end_inset
23878 </cell>
23879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23880 \begin_inset Text
23881
23882 \begin_layout Plain Layout
23883
23884 \end_layout
23885
23886 \end_inset
23887 </cell>
23888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23889 \begin_inset Text
23890
23891 \begin_layout Plain Layout
23892 e
23893 \end_layout
23894
23895 \end_inset
23896 </cell>
23897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23898 \begin_inset Text
23899
23900 \begin_layout Plain Layout
23901
23902 \end_layout
23903
23904 \end_inset
23905 </cell>
23906 </row>
23907 <row>
23908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23909 \begin_inset Text
23910
23911 \begin_layout Plain Layout
23912 f
23913 \end_layout
23914
23915 \end_inset
23916 </cell>
23917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23918 \begin_inset Text
23919
23920 \begin_layout Plain Layout
23921
23922 \end_layout
23923
23924 \end_inset
23925 </cell>
23926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23927 \begin_inset Text
23928
23929 \begin_layout Plain Layout
23930 g
23931 \end_layout
23932
23933 \end_inset
23934 </cell>
23935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23936 \begin_inset Text
23937
23938 \begin_layout Plain Layout
23939
23940 \end_layout
23941
23942 \end_inset
23943 </cell>
23944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23945 \begin_inset Text
23946
23947 \begin_layout Plain Layout
23948 h
23949 \end_layout
23950
23951 \end_inset
23952 </cell>
23953 </row>
23954 <row>
23955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23956 \begin_inset Text
23957
23958 \begin_layout Plain Layout
23959
23960 \end_layout
23961
23962 \end_inset
23963 </cell>
23964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23965 \begin_inset Text
23966
23967 \begin_layout Plain Layout
23968 i
23969 \end_layout
23970
23971 \end_inset
23972 </cell>
23973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23974 \begin_inset Text
23975
23976 \begin_layout Plain Layout
23977
23978 \end_layout
23979
23980 \end_inset
23981 </cell>
23982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23983 \begin_inset Text
23984
23985 \begin_layout Plain Layout
23986 j
23987 \end_layout
23988
23989 \end_inset
23990 </cell>
23991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23992 \begin_inset Text
23993
23994 \begin_layout Plain Layout
23995
23996 \end_layout
23997
23998 \end_inset
23999 </cell>
24000 </row>
24001 </lyxtabular>
24002
24003 \end_inset
24004
24005
24006 \end_layout
24007
24008 \end_inset
24009
24010
24011 \end_layout
24012
24013 \begin_layout Standard
24014 \begin_inset ERT
24015 status collapsed
24016
24017 \begin_layout Plain Layout
24018
24019
24020 \backslash
24021 TabBesEnd
24022 \end_layout
24023
24024 \end_inset
24025
24026
24027 \end_layout
24028
24029 \begin_layout Standard
24030 \begin_inset ERT
24031 status collapsed
24032
24033 \begin_layout Plain Layout
24034
24035
24036 \backslash
24037 sidecaptionvpos{figure}{c}
24038 \end_layout
24039
24040 \end_inset
24041
24042
24043 \begin_inset Float figure
24044 wide false
24045 sideways false
24046 status open
24047
24048 \begin_layout Plain Layout
24049 \begin_inset Graphics
24050         filename ../clipart/escher-lsd.eps
24051         scale 75
24052         scaleBeforeRotation
24053
24054 \end_inset
24055
24056
24057 \end_layout
24058
24059 \begin_layout Plain Layout
24060 \begin_inset Caption
24061
24062 \begin_layout Plain Layout
24063 \begin_inset CommandInset label
24064 LatexCommand label
24065 name "abb:cap-beside-fig-2"
24066
24067 \end_inset
24068
24069 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
24070 \end_layout
24071
24072 \end_inset
24073
24074
24075 \end_layout
24076
24077 \end_inset
24078
24079
24080 \end_layout
24081
24082 \begin_layout Standard
24083 \begin_inset ERT
24084 status collapsed
24085
24086 \begin_layout Plain Layout
24087
24088
24089 \backslash
24090 FigBesEnd
24091 \end_layout
24092
24093 \end_inset
24094
24095
24096 \end_layout
24097
24098 \begin_layout Standard
24099 \begin_inset ERT
24100 status collapsed
24101
24102 \begin_layout Plain Layout
24103
24104
24105 \backslash
24106 else
24107 \end_layout
24108
24109 \end_inset
24110
24111
24112 \begin_inset Note Note
24113 status open
24114
24115 \begin_layout Plain Layout
24116 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
24117 \series bold
24118 sidecap
24119 \series default
24120  nicht installiert ist:
24121 \end_layout
24122
24123 \end_inset
24124
24125
24126 \end_layout
24127
24128 \begin_layout Standard
24129 Das LaTeX-Paket 
24130 \series bold
24131 sidecap
24132 \series default
24133  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
24134 \end_layout
24135
24136 \begin_layout Standard
24137 \begin_inset ERT
24138 status collapsed
24139
24140 \begin_layout Plain Layout
24141
24142
24143 \backslash
24144 fi
24145 \end_layout
24146
24147 \end_inset
24148
24149
24150 \end_layout
24151
24152 \begin_layout Section
24153 Gleitobjekt-Verzeichnisse
24154 \begin_inset Index
24155 status collapsed
24156
24157 \begin_layout Plain Layout
24158 Gleitobjekte ! Verzeichnisse
24159 \end_layout
24160
24161 \end_inset
24162
24163
24164 \end_layout
24165
24166 \begin_layout Standard
24167 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
24168  Sie können mit den Untermenüs von 
24169 \family sans
24170 Einfügen\SpecialChar \menuseparator
24171 Liste
24172 \begin_inset space ~
24173 \end_inset
24174
24175 /
24176 \begin_inset space ~
24177 \end_inset
24178
24179 Inhaltsverzeichnis
24180 \family default
24181  eingefügt werden.
24182 \end_layout
24183
24184 \begin_layout Standard
24185 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
24186  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
24187 \end_layout
24188
24189 \begin_layout Standard
24190 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
24191  und ein Tabellen-Verzeichnis.
24192 \end_layout
24193
24194 \begin_layout Chapter
24195 Notizen
24196 \end_layout
24197
24198 \begin_layout Section
24199 LyX-Notizen
24200 \begin_inset Index
24201 status collapsed
24202
24203 \begin_layout Plain Layout
24204 Notizen ! LyX-Notizen
24205 \end_layout
24206
24207 \end_inset
24208
24209
24210 \end_layout
24211
24212 \begin_layout Standard
24213 Notizen werden mit einem Klick auf 
24214 \begin_inset Graphics
24215         filename ../../images/note-insert.png
24216         scale 85
24217         scaleBeforeRotation
24218         BoundingBox 0bp 6bp 22bp 22bp
24219
24220 \end_inset
24221
24222  oder 
24223 \family sans
24224 Einfügen\SpecialChar \menuseparator
24225 Notiz
24226 \family default
24227  eingefügt.
24228  Es gibt drei Arten:
24229 \end_layout
24230
24231 \begin_layout Description
24232 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
24233  Eine 
24234 \family sans
24235 LyX-Notiz
24236 \family default
24237  sieht so aus:
24238 \begin_inset Newline newline
24239 \end_inset
24240
24241
24242 \begin_inset Newline newline
24243 \end_inset
24244
24245
24246 \begin_inset Graphics
24247         filename clipart/LyXNotizQt4.png
24248         display false
24249         scale 60
24250         scaleBeforeRotation
24251
24252 \end_inset
24253
24254  
24255 \begin_inset Note Note
24256 status open
24257
24258 \begin_layout Plain Layout
24259 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
24260 \end_layout
24261
24262 \end_inset
24263
24264
24265 \end_layout
24266
24267 \begin_layout Description
24268 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
24269  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
24270 \family sans
24271 Datei\SpecialChar \menuseparator
24272 Ex\SpecialChar \-
24273 por\SpecialChar \-
24274 tie\SpecialChar \-
24275 ren\SpecialChar \menuseparator
24276 LaTe
24277 \begin_inset ERT
24278 status collapsed
24279
24280 \begin_layout Plain Layout
24281
24282 {}
24283 \end_layout
24284
24285 \end_inset
24286
24287 X (pdflatex) / (normal)
24288 \family default
24289 .
24290  Ein Kommentar sieht so aus:
24291 \begin_inset Newline newline
24292 \end_inset
24293
24294
24295 \begin_inset Newline newline
24296 \end_inset
24297
24298
24299 \begin_inset Graphics
24300         filename clipart/KommentarQt4.png
24301         display false
24302         scale 60
24303         scaleBeforeRotation
24304
24305 \end_inset
24306
24307  
24308 \begin_inset Note Comment
24309 status open
24310
24311 \begin_layout Plain Layout
24312 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
24313 \end_layout
24314
24315 \end_inset
24316
24317
24318 \end_layout
24319
24320 \begin_layout Description
24321 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
24322 \begin_inset Newline newline
24323 \end_inset
24324
24325
24326 \begin_inset Newline newline
24327 \end_inset
24328
24329
24330 \begin_inset Graphics
24331         filename clipart/GrauschriftNotizQt4.png
24332         display false
24333         scale 60
24334         scaleBeforeRotation
24335
24336 \end_inset
24337
24338
24339 \begin_inset Newline newline
24340 \end_inset
24341
24342
24343 \begin_inset ERT
24344 status collapsed
24345
24346 \begin_layout Plain Layout
24347
24348
24349 \backslash
24350 renewenvironment{lyxgreyedout}
24351 \end_layout
24352
24353 \begin_layout Plain Layout
24354
24355 {
24356 \backslash
24357 textcolor[gray]{0.4}
24358 \backslash
24359 bgroup}{
24360 \backslash
24361 egroup}
24362 \end_layout
24363
24364 \end_inset
24365
24366
24367 \begin_inset Note Greyedout
24368 status open
24369
24370 \begin_layout Plain Layout
24371 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24372 \begin_inset Foot
24373 status open
24374
24375 \begin_layout Plain Layout
24376 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24377 \end_layout
24378
24379 \end_inset
24380
24381
24382 \end_layout
24383
24384 \end_inset
24385
24386
24387 \begin_inset ERT
24388 status collapsed
24389
24390 \begin_layout Plain Layout
24391
24392
24393 \backslash
24394 renewenvironment{lyxgreyedout}
24395 \end_layout
24396
24397 \begin_layout Plain Layout
24398
24399 {
24400 \backslash
24401 textcolor{blue}
24402 \backslash
24403 bgroup}{
24404 \backslash
24405 egroup}
24406 \end_layout
24407
24408 \end_inset
24409
24410
24411 \begin_inset Note Note
24412 status collapsed
24413
24414 \begin_layout Plain Layout
24415 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
24416  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
24417  
24418 \end_layout
24419
24420 \end_inset
24421
24422
24423 \begin_inset Newline newline
24424 \end_inset
24425
24426
24427 \begin_inset Newline newline
24428 \end_inset
24429
24430 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
24431  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
24432 \end_layout
24433
24434 \begin_layout Standard
24435 \begin_inset VSpace bigskip
24436 \end_inset
24437
24438 Wenn Sie auf den Werzeugleistenknopf 
24439 \begin_inset Graphics
24440         filename ../../images/note-insert.png
24441         scale 85
24442         scaleBeforeRotation
24443         BoundingBox 0bp 6bp 22bp 22bp
24444
24445 \end_inset
24446
24447  klicken, wird zunächst eine 
24448 \family sans
24449 LyX-Notiz
24450 \family default
24451  eingefügt.
24452  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24453  anderen Möglichkeiten auswählen.
24454  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24455  Sie ihn und klicken dann auf den Werzeugleistenknopf.
24456  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
24457  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
24458  am Ende der Notiz ist.
24459 \end_layout
24460
24461 \begin_layout Standard
24462 \begin_inset VSpace bigskip
24463 \end_inset
24464
24465 Die Textfarbe der 
24466 \family sans
24467 Grauschrift
24468 \family default
24469 -Notiz können Sie im LaTeX-Vorspann mit folgendem Befehl ändern:
24470 \end_layout
24471
24472 \begin_layout Standard
24473
24474 \series bold
24475
24476 \backslash
24477 renewenvironment{lyxgreyedout}
24478 \begin_inset Newline newline
24479 \end_inset
24480
24481
24482 \begin_inset ERT
24483 status collapsed
24484
24485 \begin_layout Plain Layout
24486
24487
24488 \backslash
24489 hphantom{ }
24490 \end_layout
24491
24492 \end_inset
24493
24494 {
24495 \backslash
24496 textcolor{color}
24497 \backslash
24498 bgroup}{
24499 \backslash
24500 egroup}
24501 \end_layout
24502
24503 \begin_layout Standard
24504 Die verfügbaren Farben und wie man eigene definiert, wurde bereits in Abschnitt
24505 \begin_inset space ~
24506 \end_inset
24507
24508
24509 \begin_inset CommandInset ref
24510 LatexCommand ref
24511 reference "abs:Farbige-Tabellen"
24512
24513 \end_inset
24514
24515  beschrieben.
24516  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24517 \end_layout
24518
24519 \begin_layout Section
24520 Fußnoten
24521 \begin_inset CommandInset label
24522 LatexCommand label
24523 name "abs:Fußnoten"
24524
24525 \end_inset
24526
24527
24528 \begin_inset Index
24529 status collapsed
24530
24531 \begin_layout Plain Layout
24532 Notizen ! Fußnoten
24533 \end_layout
24534
24535 \end_inset
24536
24537
24538 \begin_inset Index
24539 status collapsed
24540
24541 \begin_layout Plain Layout
24542 Fußnoten
24543 \end_layout
24544
24545 \end_inset
24546
24547
24548 \end_layout
24549
24550 \begin_layout Standard
24551 Zu dem, was bereits im 
24552 \emph on
24553 Benutzerhandbuch
24554 \emph default
24555  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24556  Eine Fußnotenbox sieht folgendermaßen aus: 
24557 \begin_inset Graphics
24558         filename clipart/FussnoteQt4.png
24559         scale 80
24560         scaleBeforeRotation
24561
24562 \end_inset
24563
24564
24565 \end_layout
24566
24567 \begin_layout Standard
24568 Hier ist eine Beispielfußnote:
24569 \color black
24570
24571 \begin_inset Foot
24572 status open
24573
24574 \begin_layout Plain Layout
24575 \begin_inset CommandInset label
24576 LatexCommand label
24577 name "fuss:Fußnoten-Beispiel"
24578
24579 \end_inset
24580
24581 Dies ist eine Fußnote.
24582 \end_layout
24583
24584 \end_inset
24585
24586
24587 \end_layout
24588
24589 \begin_layout Standard
24590 \begin_inset ERT
24591 status collapsed
24592
24593 \begin_layout Plain Layout
24594
24595
24596 \backslash
24597 newcounter{MyRepeatFoot}
24598 \end_layout
24599
24600 \begin_layout Plain Layout
24601
24602
24603 \backslash
24604 setcounter{MyRepeatFoot}{
24605 \backslash
24606 thefootnote}
24607 \end_layout
24608
24609 \end_inset
24610
24611
24612 \end_layout
24613
24614 \begin_layout Standard
24615 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
24616  wurde, eine hochgestellte Zahl.
24617  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
24618  hochgestellt dem Text vorangeht.
24619  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
24620  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
24621  werden.
24622 \end_layout
24623
24624 \begin_layout Standard
24625 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
24626  der Fußnote eine Marke eingefügt wurde.
24627  Dies ist ein Querverweis auf Fußnote
24628 \begin_inset space ~
24629 \end_inset
24630
24631
24632 \begin_inset CommandInset ref
24633 LatexCommand ref
24634 reference "fuss:Fußnoten-Beispiel"
24635
24636 \end_inset
24637
24638 .
24639 \end_layout
24640
24641 \begin_layout Standard
24642 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
24643  siehe Abschnitt
24644 \begin_inset space ~
24645 \end_inset
24646
24647
24648 \begin_inset CommandInset ref
24649 LatexCommand ref
24650 reference "abs:Minipage"
24651
24652 \end_inset
24653
24654 .
24655  Fußnoten in langen Tabellen wurden bereits in Abschnitt
24656 \begin_inset space ~
24657 \end_inset
24658
24659
24660 \begin_inset CommandInset ref
24661 LatexCommand ref
24662 reference "uab:Fußnoten-in-langen"
24663
24664 \end_inset
24665
24666  beschrieben.
24667 \end_layout
24668
24669 \begin_layout Standard
24670 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
24671  TeX-Code-Befehl 
24672 \series bold
24673
24674 \backslash
24675 footnotemark[Nummer]
24676 \series default
24677  benutzen.
24678  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
24679  mal gedruckt wird.
24680 \end_layout
24681
24682 \begin_layout Standard
24683 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
24684  sie speichern, nachdem Sie die Fußnote eingefügt haben.
24685  Hinter Fußnote
24686 \begin_inset space ~
24687 \end_inset
24688
24689
24690 \begin_inset CommandInset ref
24691 LatexCommand ref
24692 reference "fuss:Fußnoten-Beispiel"
24693
24694 \end_inset
24695
24696  wurde das mit folgenden TeX-Code-Befehlen gemacht:
24697 \end_layout
24698
24699 \begin_layout Standard
24700
24701 \series bold
24702
24703 \backslash
24704 newcounter{MyRepeatFoot}
24705 \begin_inset Newline newline
24706 \end_inset
24707
24708
24709 \backslash
24710 setcounter{MyRepeatFoot}{
24711 \backslash
24712 thefootnote}
24713 \end_layout
24714
24715 \begin_layout Standard
24716 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
24717 \end_layout
24718
24719 \begin_layout Standard
24720
24721 \series bold
24722
24723 \backslash
24724 footnotemark[
24725 \backslash
24726 theMyRepeatFoot]
24727 \end_layout
24728
24729 \begin_layout Standard
24730 Hier ist ein Beispiel für eine Fußnotenmarke:
24731 \family roman
24732 \series medium
24733 \bar no
24734
24735 \begin_inset ERT
24736 status collapsed
24737
24738 \begin_layout Plain Layout
24739
24740
24741 \backslash
24742 footnotemark[
24743 \backslash
24744 theMyRepeatFoot]
24745 \end_layout
24746
24747 \end_inset
24748
24749
24750 \end_layout
24751
24752 \begin_layout Subsection
24753 Fußnoten-Nummerierung
24754 \begin_inset CommandInset label
24755 LatexCommand label
24756 name "uab:Fußnoten-Nummerierung"
24757
24758 \end_inset
24759
24760
24761 \begin_inset Index
24762 status collapsed
24763
24764 \begin_layout Plain Layout
24765 Fußnoten ! Nummerierung
24766 \end_layout
24767
24768 \end_inset
24769
24770
24771 \end_layout
24772
24773 \begin_layout Standard
24774 Um Fußnoten nach jedem Abschnitt
24775 \family roman
24776  auf 1 zurückzusetzen, 
24777 \family default
24778 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24779 \end_layout
24780
24781 \begin_layout Standard
24782
24783 \series bold
24784
24785 \backslash
24786 @addtoreset{footnote}{section}
24787 \end_layout
24788
24789 \begin_layout Standard
24790 \begin_inset VSpace bigskip
24791 \end_inset
24792
24793 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
24794  Zahlen:
24795 \end_layout
24796
24797 \begin_layout Standard
24798
24799 \series bold
24800
24801 \backslash
24802 renewcommand{
24803 \backslash
24804 thefootnote}{
24805 \backslash
24806 roman{footnote}}
24807 \end_layout
24808
24809 \begin_layout Standard
24810 \begin_inset ERT
24811 status collapsed
24812
24813 \begin_layout Plain Layout
24814
24815
24816 \backslash
24817 renewcommand{
24818 \backslash
24819 thefootnote}{
24820 \backslash
24821 roman{footnote}}
24822 \end_layout
24823
24824 \end_inset
24825
24826  Hier ist ein Beispiel für solch eine Fußnote:
24827 \begin_inset Foot
24828 status open
24829
24830 \begin_layout Plain Layout
24831 Dies ist eine Fußnote mit kleinen römischen Zahlen
24832 \end_layout
24833
24834 \end_inset
24835
24836
24837 \end_layout
24838
24839 \begin_layout Standard
24840 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
24841  in obigem Befehl 
24842 \series bold
24843
24844 \backslash
24845 roman
24846 \series default
24847  durch 
24848 \series bold
24849
24850 \backslash
24851 Roman
24852 \series default
24853 .
24854  Um Fußnoten mit großen oder kleinen Buchstaben zu 
24855 \begin_inset Quotes gld
24856 \end_inset
24857
24858 nummerieren
24859 \begin_inset Quotes grd
24860 \end_inset
24861
24862 , verwenden Sie die Befehle 
24863 \series bold
24864
24865 \backslash
24866 Alph
24867 \series default
24868  oder 
24869 \series bold
24870
24871 \backslash
24872 alph
24873 \series default
24874 .
24875  Für die 
24876 \begin_inset Quotes gld
24877 \end_inset
24878
24879 Nummerierung
24880 \begin_inset Quotes grd
24881 \end_inset
24882
24883  mit Symbolen steht der Befehl 
24884 \series bold
24885
24886 \backslash
24887 fnsymbol
24888 \series default
24889  zur Verfügung.
24890 \end_layout
24891
24892 \begin_layout Standard
24893 \begin_inset Note Greyedout
24894 status open
24895
24896 \begin_layout Plain Layout
24897
24898 \series bold
24899 Bemerkung 1:
24900 \series default
24901  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
24902  
24903 \emph on
24904 ein
24905 \emph default
24906  Buchstabe verwendet wird.
24907 \end_layout
24908
24909 \end_inset
24910
24911
24912 \begin_inset Newline newline
24913 \end_inset
24914
24915
24916 \begin_inset Note Greyedout
24917 status open
24918
24919 \begin_layout Plain Layout
24920
24921 \series bold
24922 Bemerkung 2:
24923 \series default
24924  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
24925 \end_layout
24926
24927 \end_inset
24928
24929
24930 \end_layout
24931
24932 \begin_layout Standard
24933 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
24934 \series bold
24935
24936 \backslash
24937 arabic
24938 \series default
24939  anstelle von 
24940 \series bold
24941
24942 \backslash
24943 roman
24944 \series default
24945  in obigem Befehl.
24946 \begin_inset ERT
24947 status collapsed
24948
24949 \begin_layout Plain Layout
24950
24951
24952 \backslash
24953 renewcommand{
24954 \backslash
24955 thefootnote}{
24956 \backslash
24957 arabic{footnote}}
24958 \end_layout
24959
24960 \end_inset
24961
24962
24963 \end_layout
24964
24965 \begin_layout Standard
24966 \begin_inset VSpace bigskip
24967 \end_inset
24968
24969
24970 \end_layout
24971
24972 \begin_layout Standard
24973 Wenn Sie wollen, dass Fußnoten nach dem Schema 
24974 \begin_inset Quotes gld
24975 \end_inset
24976
24977 Kapitel.Fußnote
24978 \begin_inset Quotes grd
24979 \end_inset
24980
24981  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24982 \end_layout
24983
24984 \begin_layout Standard
24985
24986 \series bold
24987
24988 \backslash
24989 numberwithin{footnote}{chapter}
24990 \end_layout
24991
24992 \begin_layout Standard
24993 Um 
24994 \series bold
24995
24996 \backslash
24997 numberwithin
24998 \series default
24999  benutzen zu können, muss in den 
25000 \family sans
25001 Mathe
25002 \begin_inset space ~
25003 \end_inset
25004
25005 Optionen
25006 \family default
25007  der 
25008 \family sans
25009 Dokument-Einstellungen
25010 \family default
25011  
25012 \family sans
25013 AMS
25014 \begin_inset space ~
25015 \end_inset
25016
25017 Mathe
25018 \begin_inset space ~
25019 \end_inset
25020
25021 Paket
25022 \family default
25023
25024 \begin_inset space ~
25025 \end_inset
25026
25027
25028 \family sans
25029 verwenden
25030 \family default
25031  angekreuzt sein.
25032 \begin_inset ERT
25033 status collapsed
25034
25035 \begin_layout Plain Layout
25036
25037
25038 \backslash
25039 numberwithin{footnote}{chapter}
25040 \end_layout
25041
25042 \end_inset
25043
25044  Hier ist ein Beispiel für solch eine Fußnote.
25045 \series bold
25046
25047 \begin_inset Foot
25048 status open
25049
25050 \begin_layout Plain Layout
25051 Dies ist eine Fußnote nach dem Schema 
25052 \begin_inset Quotes gld
25053 \end_inset
25054
25055 Kapitel.Fußnote
25056 \begin_inset Quotes grd
25057 \end_inset
25058
25059 .
25060 \end_layout
25061
25062 \end_inset
25063
25064
25065 \series default
25066
25067 \begin_inset ERT
25068 status collapsed
25069
25070 \begin_layout Plain Layout
25071
25072
25073 \backslash
25074 renewcommand{
25075 \backslash
25076 thefootnote}{
25077 \backslash
25078 arabic{footnote}}
25079 \end_layout
25080
25081 \end_inset
25082
25083
25084 \end_layout
25085
25086 \begin_layout Standard
25087 \begin_inset Note Greyedout
25088 status open
25089
25090 \begin_layout Plain Layout
25091
25092 \series bold
25093 Bemerkung:
25094 \series default
25095  
25096 \series bold
25097
25098 \backslash
25099 numberwithin
25100 \series default
25101  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
25102  werden überschrieben.
25103 \end_layout
25104
25105 \end_inset
25106
25107
25108 \end_layout
25109
25110 \begin_layout Standard
25111 Um also z.
25112 \begin_inset space \thinspace{}
25113 \end_inset
25114
25115 B.
25116  das Schema 
25117 \begin_inset Quotes gld
25118 \end_inset
25119
25120 Kapitel.
25121 \backslash
25122 Roman{footnote}
25123 \begin_inset Quotes grd
25124 \end_inset
25125
25126  zu erhalten, muss dieser Befehl anstelle von 
25127 \series bold
25128
25129 \backslash
25130 numberwithin
25131 \series default
25132  verwendet werden:
25133 \end_layout
25134
25135 \begin_layout Standard
25136
25137 \series bold
25138
25139 \backslash
25140 renewcommand{
25141 \backslash
25142 thefootnote}{
25143 \backslash
25144 thechapter.
25145 \backslash
25146 Roman{footnote}}
25147 \end_layout
25148
25149 \begin_layout Subsection
25150 Fußnoten-Platzierung
25151 \begin_inset Index
25152 status collapsed
25153
25154 \begin_layout Plain Layout
25155 Fußnoten ! Platzierung
25156 \end_layout
25157
25158 \end_inset
25159
25160
25161 \end_layout
25162
25163 \begin_layout Standard
25164 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
25165  ohne Zwischenraum am Ende der Seite gedruckt.
25166  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
25167  LaTeX-Vorspann 1.5
25168 \begin_inset space \thinspace{}
25169 \end_inset
25170
25171 mm Zwischenraum einfügen:
25172 \end_layout
25173
25174 \begin_layout Standard
25175
25176 \series bold
25177
25178 \backslash
25179 let
25180 \backslash
25181 myFoot
25182 \backslash
25183 footnote
25184 \begin_inset Newline newline
25185 \end_inset
25186
25187
25188 \backslash
25189 renewcommand{
25190 \backslash
25191 footnote}[1]{
25192 \backslash
25193 myFoot{#1
25194 \backslash
25195 vspace{1.5mm}}}
25196 \end_layout
25197
25198 \begin_layout Standard
25199 \begin_inset VSpace bigskip
25200 \end_inset
25201
25202 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
25203  Spalte gedruckt, Abbildung
25204 \begin_inset space ~
25205 \end_inset
25206
25207
25208 \begin_inset CommandInset ref
25209 LatexCommand ref
25210 reference "abb:Standard-Fußnoten-Platzierung-in"
25211
25212 \end_inset
25213
25214 .
25215  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
25216  in Abbildung
25217 \begin_inset space ~
25218 \end_inset
25219
25220
25221 \begin_inset CommandInset ref
25222 LatexCommand ref
25223 reference "abb:Fußnoten-Platzierung-in-einem"
25224
25225 \end_inset
25226
25227 , müssen Sie das LaTeX-Paket 
25228 \series bold
25229 ftnright
25230 \series default
25231
25232 \begin_inset Index
25233 status collapsed
25234
25235 \begin_layout Plain Layout
25236 LaTeX-Pakete ! ftnright
25237 \end_layout
25238
25239 \end_inset
25240
25241  mit folgendem Befehl im LaTeX-Vorspann einfügen:
25242 \end_layout
25243
25244 \begin_layout Standard
25245
25246 \series bold
25247
25248 \backslash
25249 usepackage{ftnright}
25250 \end_layout
25251
25252 \begin_layout Standard
25253 \begin_inset Float figure
25254 placement !h
25255 wide false
25256 sideways false
25257 status open
25258
25259 \begin_layout Plain Layout
25260 \begin_inset ERT
25261 status collapsed
25262
25263 \begin_layout Plain Layout
25264
25265
25266 \backslash
25267 framebox{
25268 \end_layout
25269
25270 \end_inset
25271
25272
25273 \begin_inset Graphics
25274         filename ../clipart/without_fntright.pdf
25275         width 100col%
25276         scaleBeforeRotation
25277
25278 \end_inset
25279
25280
25281 \begin_inset ERT
25282 status collapsed
25283
25284 \begin_layout Plain Layout
25285
25286 }
25287 \end_layout
25288
25289 \end_inset
25290
25291
25292 \end_layout
25293
25294 \begin_layout Plain Layout
25295 \begin_inset Caption
25296
25297 \begin_layout Plain Layout
25298 \begin_inset CommandInset label
25299 LatexCommand label
25300 name "abb:Standard-Fußnoten-Platzierung-in"
25301
25302 \end_inset
25303
25304 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25305 \begin_inset OptArg
25306 status open
25307
25308 \begin_layout Plain Layout
25309 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25310 \end_layout
25311
25312 \end_inset
25313
25314
25315 \end_layout
25316
25317 \end_inset
25318
25319
25320 \end_layout
25321
25322 \end_inset
25323
25324
25325 \end_layout
25326
25327 \begin_layout Standard
25328 \begin_inset Float figure
25329 placement !h
25330 wide false
25331 sideways false
25332 status open
25333
25334 \begin_layout Plain Layout
25335 \begin_inset ERT
25336 status collapsed
25337
25338 \begin_layout Plain Layout
25339
25340
25341 \backslash
25342 framebox{
25343 \end_layout
25344
25345 \end_inset
25346
25347
25348 \begin_inset Graphics
25349         filename ../clipart/with_fntright.pdf
25350         width 100col%
25351         scaleBeforeRotation
25352
25353 \end_inset
25354
25355
25356 \begin_inset ERT
25357 status collapsed
25358
25359 \begin_layout Plain Layout
25360
25361 }
25362 \end_layout
25363
25364 \end_inset
25365
25366
25367 \end_layout
25368
25369 \begin_layout Plain Layout
25370 \begin_inset Caption
25371
25372 \begin_layout Plain Layout
25373 \begin_inset CommandInset label
25374 LatexCommand label
25375 name "abb:Fußnoten-Platzierung-in-einem"
25376
25377 \end_inset
25378
25379 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
25380  
25381 \series bold
25382 ftnright
25383 \series default
25384 .
25385 \begin_inset OptArg
25386 status collapsed
25387
25388 \begin_layout Plain Layout
25389 Fußnoten-Platzierung mit 
25390 \family typewriter
25391 ftnright
25392 \end_layout
25393
25394 \end_inset
25395
25396
25397 \end_layout
25398
25399 \end_inset
25400
25401
25402 \end_layout
25403
25404 \end_inset
25405
25406
25407 \end_layout
25408
25409 \begin_layout Standard
25410 \begin_inset VSpace bigskip
25411 \end_inset
25412
25413 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
25414  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
25415 \begin_inset space ~
25416 \end_inset
25417
25418
25419 \begin_inset CommandInset ref
25420 LatexCommand ref
25421 reference "abb:endnotes----Die"
25422
25423 \end_inset
25424
25425  gedruckt.
25426  Man nennt sie dann 
25427 \emph on
25428 Endnoten
25429 \emph default
25430 .
25431 \begin_inset Index
25432 status collapsed
25433
25434 \begin_layout Plain Layout
25435 Endnoten
25436 \end_layout
25437
25438 \end_inset
25439
25440  Um das zu erreichen, müssen Sie das LaTeX-Paket 
25441 \series bold
25442 endnotes
25443 \series default
25444
25445 \begin_inset Index
25446 status collapsed
25447
25448 \begin_layout Plain Layout
25449 LaTeX-Pakete ! endnotes
25450 \end_layout
25451
25452 \end_inset
25453
25454  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
25455 \end_layout
25456
25457 \begin_layout Standard
25458
25459 \series bold
25460
25461 \backslash
25462 usepackage{endnotes}
25463 \begin_inset Newline newline
25464 \end_inset
25465
25466
25467 \backslash
25468 let
25469 \backslash
25470 footnote
25471 \backslash
25472 endnote
25473 \end_layout
25474
25475 \begin_layout Standard
25476 Um die gesammelten Fußnoten zu drucken, fügen Sie den TeX-Code
25477 \series bold
25478  
25479 \backslash
25480 theendnotes
25481 \series default
25482  am Ende des Abschnitts oder Kapitels ein.
25483 \end_layout
25484
25485 \begin_layout Standard
25486 \begin_inset Float figure
25487 wide false
25488 sideways false
25489 status open
25490
25491 \begin_layout Plain Layout
25492 \align center
25493 \begin_inset ERT
25494 status collapsed
25495
25496 \begin_layout Plain Layout
25497
25498
25499 \backslash
25500 framebox{
25501 \end_layout
25502
25503 \end_inset
25504
25505
25506 \begin_inset Graphics
25507         filename ../clipart/endnotes.pdf
25508         scaleBeforeRotation
25509
25510 \end_inset
25511
25512
25513 \begin_inset ERT
25514 status collapsed
25515
25516 \begin_layout Plain Layout
25517
25518 }
25519 \end_layout
25520
25521 \end_inset
25522
25523
25524 \end_layout
25525
25526 \begin_layout Plain Layout
25527 \begin_inset Caption
25528
25529 \begin_layout Plain Layout
25530 \begin_inset CommandInset label
25531 LatexCommand label
25532 name "abb:endnotes----Die"
25533
25534 \end_inset
25535
25536
25537 \series bold
25538 endnotes
25539 \series default
25540  -- Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25541  gedruckt.
25542 \end_layout
25543
25544 \end_inset
25545
25546
25547 \end_layout
25548
25549 \end_inset
25550
25551
25552 \end_layout
25553
25554 \begin_layout Standard
25555 \begin_inset VSpace medskip
25556 \end_inset
25557
25558 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25559 ache übersetzt.
25560  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25561 \begin_inset Quotes gld
25562 \end_inset
25563
25564 Notes 
25565 \begin_inset Quotes grd
25566 \end_inset
25567
25568 in 
25569 \begin_inset Quotes gld
25570 \end_inset
25571
25572 Anmerkungen
25573 \begin_inset Quotes grd
25574 \end_inset
25575
25576 :
25577 \end_layout
25578
25579 \begin_layout Standard
25580
25581 \series bold
25582
25583 \backslash
25584 renewcommand{
25585 \backslash
25586 notesname}{Anmerkungen}
25587 \end_layout
25588
25589 \begin_layout Standard
25590 \begin_inset VSpace medskip
25591 \end_inset
25592
25593 Wenn Sie in den Befehlen von Abschnitt
25594 \begin_inset space ~
25595 \end_inset
25596
25597
25598 \begin_inset CommandInset ref
25599 LatexCommand ref
25600 reference "uab:Fußnoten-Nummerierung"
25601
25602 \end_inset
25603
25604  
25605 \series bold
25606
25607 \backslash
25608 thefootnote
25609 \series default
25610  durch 
25611 \series bold
25612
25613 \backslash
25614 theendnote
25615 \series default
25616  ersetzen, können Sie die Nummerierung von Endnoten ändern.
25617  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
25618 \series bold
25619
25620 \backslash
25621 @addtoreset
25622 \series default
25623  wie in Abschnitt
25624 \begin_inset space \space{}
25625 \end_inset
25626
25627
25628 \begin_inset CommandInset ref
25629 LatexCommand ref
25630 reference "uab:Fußnoten-Nummerierung"
25631
25632 \end_inset
25633
25634  beschrieben und ersetzen 
25635 \series bold
25636 footnote
25637 \series default
25638  durch 
25639 \series bold
25640 endnote
25641 \series default
25642 .
25643 \end_layout
25644
25645 \begin_layout Standard
25646 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
25647  
25648 \series bold
25649
25650 \backslash
25651 endnotemark[Nummer]
25652 \series default
25653  ähnlich wie 
25654 \series bold
25655
25656 \backslash
25657 footnotemark
25658 \series default
25659  Abschnitt
25660 \begin_inset space ~
25661 \end_inset
25662
25663
25664 \begin_inset CommandInset ref
25665 LatexCommand ref
25666 reference "abs:Fußnoten"
25667
25668 \end_inset
25669
25670 .
25671 \end_layout
25672
25673 \begin_layout Standard
25674 \begin_inset VSpace bigskip
25675 \end_inset
25676
25677 Mit dem LaTeX-Paket 
25678 \series bold
25679 footmisc
25680 \series default
25681
25682 \begin_inset Index
25683 status collapsed
25684
25685 \begin_layout Plain Layout
25686 LaTeX-Pakete ! footmisc
25687 \end_layout
25688
25689 \end_inset
25690
25691  (
25692 \begin_inset CommandInset citation
25693 LatexCommand cite
25694 key "footmisc"
25695
25696 \end_inset
25697
25698 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
25699 \end_layout
25700
25701 \begin_layout Standard
25702 In LaTeX-Büchern, 
25703 \begin_inset CommandInset citation
25704 LatexCommand cite
25705 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
25706
25707 \end_inset
25708
25709 , finden Sie weiteres zu Fußnoten.
25710 \end_layout
25711
25712 \begin_layout Section
25713 Randnotizen
25714 \begin_inset Index
25715 status collapsed
25716
25717 \begin_layout Plain Layout
25718 Randnotizen
25719 \end_layout
25720
25721 \end_inset
25722
25723
25724 \begin_inset Index
25725 status collapsed
25726
25727 \begin_layout Plain Layout
25728 Notizen ! Randnotizen
25729 \end_layout
25730
25731 \end_inset
25732
25733
25734 \end_layout
25735
25736 \begin_layout Standard
25737 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
25738  Sie fügen sie mit einem Klick auf den Schalter 
25739 \begin_inset Graphics
25740         filename ../../images/marginalnote-insert.png
25741         scale 70
25742         scaleBeforeRotation
25743
25744 \end_inset
25745
25746  oder über 
25747 \family sans
25748 Einfügen\SpecialChar \menuseparator
25749 Randnotiz
25750 \family default
25751  ein.
25752  Ein graues Kästchen mit der Aufschrift 
25753 \begin_inset Quotes gld
25754 \end_inset
25755
25756 Rand
25757 \begin_inset Quotes grd
25758 \end_inset
25759
25760  erscheint
25761 \family roman
25762 \series medium
25763 , und dort, wo der Cursor steht, können Sie Text eingeben.
25764 \end_layout
25765
25766 \begin_layout Standard
25767 Hier am Rand sehen Sie eine Randnotiz.
25768  
25769 \begin_inset Marginal
25770 status open
25771
25772 \begin_layout Plain Layout
25773 Dies ist eine Randnotiz.
25774 \end_layout
25775
25776 \end_inset
25777
25778
25779 \end_layout
25780
25781 \begin_layout Standard
25782 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
25783  am rechten Rand gesetzt, bei doppelseitigen außen -- links auf den geraden
25784  Seiten und rechts auf den ungeraden.
25785  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
25786  wird und umgekehrt.
25787  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
25788  wurde.
25789 \end_layout
25790
25791 \begin_layout Standard
25792 \begin_inset VSpace bigskip
25793 \end_inset
25794
25795 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
25796 \end_layout
25797
25798 \begin_layout Standard
25799
25800 \series bold
25801
25802 \backslash
25803 reversemarginpar
25804 \end_layout
25805
25806 \begin_layout Standard
25807 als TeX-Code vor einer Randnotiz ein.
25808  Das gilt dann für alle folgenden Randnotizen.
25809  
25810 \begin_inset ERT
25811 status collapsed
25812
25813 \begin_layout Plain Layout
25814
25815
25816 \backslash
25817 reversemarginpar 
25818 \end_layout
25819
25820 \end_inset
25821
25822
25823 \begin_inset Marginal
25824 status open
25825
25826 \begin_layout Plain Layout
25827 Hier ist ein Beispiel im inneren Rand.
25828 \end_layout
25829
25830 \end_inset
25831
25832
25833 \begin_inset Newline newline
25834 \end_inset
25835
25836
25837 \begin_inset Note Greyedout
25838 status open
25839
25840 \begin_layout Plain Layout
25841  
25842 \series bold
25843 Achtung:
25844 \series default
25845  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
25846 \end_layout
25847
25848 \end_inset
25849
25850
25851 \end_layout
25852
25853 \begin_layout Standard
25854 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
25855 \end_layout
25856
25857 \begin_layout Standard
25858
25859 \series bold
25860
25861 \backslash
25862 normalmarginpar
25863 \end_layout
25864
25865 \begin_layout Standard
25866 als TeX-Code ein.
25867 \begin_inset ERT
25868 status collapsed
25869
25870 \begin_layout Plain Layout
25871
25872
25873 \backslash
25874 normalmarginpar 
25875 \end_layout
25876
25877 \end_inset
25878
25879
25880 \end_layout
25881
25882 \begin_layout Standard
25883 \begin_inset Note Greyedout
25884 status open
25885
25886 \begin_layout Plain Layout
25887
25888 \series bold
25889 Achtung:
25890 \series default
25891  Der Befehl wird missachtet, wenn er im selben Absatz wie 
25892 \series bold
25893
25894 \backslash
25895 reversemarginpar
25896 \series default
25897  verwendet wird.
25898 \end_layout
25899
25900 \end_inset
25901
25902
25903 \end_layout
25904
25905 \begin_layout Standard
25906 \begin_inset VSpace bigskip
25907 \end_inset
25908
25909
25910 \begin_inset Marginal
25911 status open
25912
25913 \begin_layout Plain Layout
25914
25915 \family roman
25916 \series medium
25917 EinSehrLangesWort am Anfang, das umgebrochen wird.
25918 \end_layout
25919
25920 \end_inset
25921
25922  Ähnlich wie in Abschnitt
25923 \begin_inset space ~
25924 \end_inset
25925
25926
25927 \begin_inset CommandInset ref
25928 LatexCommand ref
25929 reference "uab:Mehrfache-Zeilen-in"
25930
25931 \end_inset
25932
25933  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
25934  Wort der Randnotiz sind.
25935  Um das zu vermeiden, fügen sie 0
25936 \begin_inset space \thinspace{}
25937 \end_inset
25938
25939 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
25940 \begin_inset Marginal
25941 status open
25942
25943 \begin_layout Plain Layout
25944 \begin_inset space \hspace{}
25945 \length 0pt
25946 \end_inset
25947
25948
25949 \family roman
25950 \series medium
25951 EinSehrLangesWort am Anfang, das umgebrochen wird.
25952 \end_layout
25953
25954 \end_inset
25955
25956
25957 \end_layout
25958
25959 \begin_layout Standard
25960 \begin_inset VSpace bigskip
25961 \end_inset
25962
25963
25964 \end_layout
25965
25966 \begin_layout Standard
25967 \begin_inset Note Greyedout
25968 status open
25969
25970 \begin_layout Plain Layout
25971
25972 \series bold
25973 Bemerkung:
25974 \series default
25975  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
25976  verwendet werden.
25977 \end_layout
25978
25979 \end_inset
25980
25981
25982 \end_layout
25983
25984 \begin_layout Standard
25985 \begin_inset VSpace bigskip
25986 \end_inset
25987
25988
25989 \end_layout
25990
25991 \begin_layout Standard
25992 \begin_inset ERT
25993 status collapsed
25994
25995 \begin_layout Plain Layout
25996
25997
25998 \backslash
25999 ifmarginnote
26000 \end_layout
26001
26002 \end_inset
26003
26004
26005 \begin_inset Note Note
26006 status open
26007
26008 \begin_layout Plain Layout
26009 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
26010 \series bold
26011 marginnote
26012 \series default
26013  installiert ist.
26014 \end_layout
26015
26016 \end_inset
26017
26018
26019 \end_layout
26020
26021 \begin_layout Standard
26022 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
26023 \series bold
26024 marginnote
26025 \series default
26026
26027 \begin_inset Index
26028 status collapsed
26029
26030 \begin_layout Plain Layout
26031 LaTeX-Pakete ! marginnote
26032 \end_layout
26033
26034 \end_inset
26035
26036  verwendet wird.
26037  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
26038  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
26039  des Pakets 
26040 \series bold
26041 marginnote
26042 \series default
26043  für Randnotizen verwendet wird:
26044 \end_layout
26045
26046 \begin_layout Standard
26047
26048 \series bold
26049
26050 \backslash
26051 usepackage{marginnote}
26052 \begin_inset Newline newline
26053 \end_inset
26054
26055
26056 \backslash
26057 let
26058 \backslash
26059 marginpar
26060 \backslash
26061 marginnote
26062 \end_layout
26063
26064 \begin_layout Standard
26065 Dies wird auch in diesem Dokument verwendet, denn 
26066 \series bold
26067 marginnote
26068 \series default
26069  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
26070  für Randnotizen angeben.
26071  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
26072 n zu dicht beieinander sind.
26073  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
26074  Schema
26075 \end_layout
26076
26077 \begin_layout Standard
26078
26079 \series bold
26080 [Versatz]
26081 \end_layout
26082
26083 \begin_layout Standard
26084 angegeben.
26085  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
26086 \begin_inset space ~
26087 \end_inset
26088
26089
26090 \begin_inset CommandInset ref
26091 LatexCommand ref
26092 reference "tab:Maßeinheiten"
26093
26094 \end_inset
26095
26096  aufgelistet sind.
26097  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
26098  nach unten.
26099  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
26100 \begin_inset space \thinspace{}
26101 \end_inset
26102
26103 cm mit dem TeX-Code-Befehl  
26104 \begin_inset Quotes gld
26105 \end_inset
26106
26107
26108 \series bold
26109 [-1.5cm]
26110 \series default
26111
26112 \begin_inset Quotes grd
26113 \end_inset
26114
26115  nach oben versetzt.
26116 \begin_inset Marginal
26117 status open
26118
26119 \begin_layout Plain Layout
26120 Diese Randnotiz ist 1.5
26121 \begin_inset space \thinspace{}
26122 \end_inset
26123
26124 cm von ihrer Originalposition nach oben versetzt.
26125 \end_layout
26126
26127 \end_inset
26128
26129
26130 \begin_inset ERT
26131 status collapsed
26132
26133 \begin_layout Plain Layout
26134
26135 [-1.5cm]
26136 \end_layout
26137
26138 \end_inset
26139
26140
26141 \end_layout
26142
26143 \begin_layout Standard
26144 \begin_inset VSpace medskip
26145 \end_inset
26146
26147 Mit 
26148 \series bold
26149 marginnote
26150 \series default
26151  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
26152  Zum Beispiel setzen die Befehle
26153 \end_layout
26154
26155 \begin_layout Standard
26156
26157 \series bold
26158
26159 \backslash
26160 renewcommand*{
26161 \backslash
26162 raggedleftmarginnote}{
26163 \backslash
26164 centering}
26165 \begin_inset Newline newline
26166 \end_inset
26167
26168
26169 \backslash
26170 renewcommand*{
26171 \backslash
26172 raggedrightmarginnote}{
26173 \backslash
26174 centering}
26175 \end_layout
26176
26177 \begin_layout Standard
26178 die Ausrichtung auf zentriert.
26179  
26180 \series bold
26181
26182 \backslash
26183 raggedleftmarginnote
26184 \series default
26185  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
26186  
26187 \begin_inset ERT
26188 status collapsed
26189
26190 \begin_layout Plain Layout
26191
26192
26193 \backslash
26194 renewcommand*{
26195 \backslash
26196 raggedleftmarginnote}{
26197 \backslash
26198 centering}
26199 \end_layout
26200
26201 \begin_layout Plain Layout
26202
26203
26204 \backslash
26205 renewcommand*{
26206 \backslash
26207 raggedrightmarginnote}{
26208 \backslash
26209 centering}
26210 \end_layout
26211
26212 \end_inset
26213
26214
26215 \begin_inset Marginal
26216 status open
26217
26218 \begin_layout Plain Layout
26219 Der Text dieser Randnotiz ist zentriert ausgerichtet.
26220 \end_layout
26221
26222 \end_inset
26223
26224  Die Voreinstellung ist
26225 \end_layout
26226
26227 \begin_layout Standard
26228
26229 \series bold
26230
26231 \backslash
26232 renewcommand*{
26233 \backslash
26234 raggedleftmarginnote}{
26235 \backslash
26236 raggedleft}
26237 \begin_inset Newline newline
26238 \end_inset
26239
26240
26241 \backslash
26242 renewcommand*{
26243 \backslash
26244 raggedrightmarginnote}{
26245 \backslash
26246 raggedright}
26247 \series default
26248
26249 \begin_inset ERT
26250 status collapsed
26251
26252 \begin_layout Plain Layout
26253
26254
26255 \backslash
26256 renewcommand*{
26257 \backslash
26258 raggedleftmarginnote}{
26259 \backslash
26260 raggedleft}
26261 \end_layout
26262
26263 \begin_layout Plain Layout
26264
26265
26266 \backslash
26267 renewcommand*{
26268 \backslash
26269 raggedrightmarginnote}{
26270 \backslash
26271 raggedright}
26272 \end_layout
26273
26274 \end_inset
26275
26276
26277 \end_layout
26278
26279 \begin_layout Standard
26280 \begin_inset VSpace medskip
26281 \end_inset
26282
26283 Für weitere Fähigkeiten des Pakets 
26284 \series bold
26285 marginnote
26286 \series default
26287  sei auf dessen Dokumentation verwiesen 
26288 \begin_inset CommandInset citation
26289 LatexCommand cite
26290 key "marginnote"
26291
26292 \end_inset
26293
26294 .
26295 \end_layout
26296
26297 \begin_layout Standard
26298 \begin_inset VSpace bigskip
26299 \end_inset
26300
26301 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
26302  geändert werden.
26303  Um z.
26304 \begin_inset space \thinspace{}
26305 \end_inset
26306
26307 B.
26308  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
26309  und fettgedruckten Text 
26310 \begin_inset Quotes eld
26311 \end_inset
26312
26313
26314 \family sans
26315 \series bold
26316 \bar under
26317 Achtung!
26318 \family default
26319 \series default
26320 \bar default
26321
26322 \begin_inset Quotes erd
26323 \end_inset
26324
26325  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
26326 \end_layout
26327
26328 \begin_layout Standard
26329
26330 \series bold
26331
26332 \backslash
26333 let
26334 \backslash
26335 myMarginpar
26336 \backslash
26337 marginpar
26338 \begin_inset Newline newline
26339 \end_inset
26340
26341
26342 \backslash
26343 renewcommand{
26344 \backslash
26345 marginpar}[1]{
26346 \backslash
26347 myMarginpar{%
26348 \begin_inset Newline newline
26349 \end_inset
26350
26351
26352 \begin_inset ERT
26353 status collapsed
26354
26355 \begin_layout Plain Layout
26356
26357
26358 \backslash
26359 hphantom{ }
26360 \end_layout
26361
26362 \end_inset
26363
26364
26365 \backslash
26366 hspace{0pt}
26367 \backslash
26368 textsf{
26369 \backslash
26370 textbf{
26371 \backslash
26372 underbar{Achtung!}}}%
26373 \begin_inset Newline newline
26374 \end_inset
26375
26376
26377 \begin_inset ERT
26378 status collapsed
26379
26380 \begin_layout Plain Layout
26381
26382
26383 \backslash
26384 hphantom{ }
26385 \end_layout
26386
26387 \end_inset
26388
26389
26390 \backslash
26391 vspace{1.5mm}
26392 \backslash
26393
26394 \backslash
26395 #1}}
26396 \end_layout
26397
26398 \begin_layout Standard
26399 \begin_inset ERT
26400 status collapsed
26401
26402 \begin_layout Plain Layout
26403
26404
26405 \backslash
26406 let
26407 \backslash
26408 myMarginpar
26409 \backslash
26410 marginpar
26411 \end_layout
26412
26413 \begin_layout Plain Layout
26414
26415
26416 \backslash
26417 renewcommand{
26418 \backslash
26419 marginpar}[1]{
26420 \backslash
26421 myMarginpar{%
26422 \end_layout
26423
26424 \begin_layout Plain Layout
26425
26426    
26427 \backslash
26428 textsf{
26429 \backslash
26430 textbf{
26431 \backslash
26432 underbar{Achtung!}}}%
26433 \end_layout
26434
26435 \begin_layout Plain Layout
26436
26437    
26438 \backslash
26439 vspace{1.5mm}
26440 \backslash
26441
26442 \backslash
26443 #1}}
26444 \end_layout
26445
26446 \end_inset
26447
26448
26449 \begin_inset Marginal
26450 status open
26451
26452 \begin_layout Plain Layout
26453 Dies ist eine Randnotiz mit einer definierten Überschrift.
26454 \end_layout
26455
26456 \end_inset
26457
26458
26459 \begin_inset ERT
26460 status collapsed
26461
26462 \begin_layout Plain Layout
26463
26464 [-1.5cm]
26465 \end_layout
26466
26467 \end_inset
26468
26469
26470 \begin_inset ERT
26471 status collapsed
26472
26473 \begin_layout Plain Layout
26474
26475
26476 \backslash
26477 renewcommand{
26478 \backslash
26479 marginpar}[1]{
26480 \backslash
26481 myMarginpar{#1}}
26482 \end_layout
26483
26484 \end_inset
26485
26486
26487 \begin_inset Note Note
26488 status open
26489
26490 \begin_layout Plain Layout
26491 Das Format wurde nur für dieses Beispiel geändert.
26492 \end_layout
26493
26494 \end_inset
26495
26496
26497 \end_layout
26498
26499 \begin_layout Standard
26500 \begin_inset ERT
26501 status collapsed
26502
26503 \begin_layout Plain Layout
26504
26505
26506 \backslash
26507 else
26508 \end_layout
26509
26510 \end_inset
26511
26512
26513 \begin_inset Note Note
26514 status open
26515
26516 \begin_layout Plain Layout
26517 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26518 \series bold
26519 marginnote
26520 \series default
26521  nicht installiert ist:
26522 \end_layout
26523
26524 \end_inset
26525
26526
26527 \end_layout
26528
26529 \begin_layout Standard
26530 Das LaTeX-Paket 
26531 \series bold
26532 marginnote
26533 \series default
26534  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26535 \end_layout
26536
26537 \begin_layout Standard
26538 \begin_inset ERT
26539 status collapsed
26540
26541 \begin_layout Plain Layout
26542
26543
26544 \backslash
26545 fi
26546 \end_layout
26547
26548 \end_inset
26549
26550
26551 \end_layout
26552
26553 \begin_layout Chapter
26554 Boxen
26555 \end_layout
26556
26557 \begin_layout Section
26558 Einleitung
26559 \begin_inset Index
26560 status collapsed
26561
26562 \begin_layout Plain Layout
26563 Boxen ! Einleitung
26564 \end_layout
26565
26566 \end_inset
26567
26568
26569 \end_layout
26570
26571 \begin_layout Standard
26572 Boxen werden benutzt, um einen Textblock zu formatieren.
26573  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26574  siehe Abschnitt
26575 \begin_inset space ~
26576 \end_inset
26577
26578
26579 \begin_inset CommandInset ref
26580 LatexCommand ref
26581 reference "abs:Minipage"
26582
26583 \end_inset
26584
26585 , um Text zu umrahmen, siehe Abschnitt
26586 \begin_inset space ~
26587 \end_inset
26588
26589
26590 \begin_inset CommandInset ref
26591 LatexCommand ref
26592 reference "uab:Verzierung"
26593
26594 \end_inset
26595
26596 , um Silbentrennung zu verhindern, siehe Abschnitt
26597 \begin_inset space ~
26598 \end_inset
26599
26600
26601 \begin_inset CommandInset ref
26602 LatexCommand ref
26603 reference "abs:Silbentrennung-unterbinden"
26604
26605 \end_inset
26606
26607 , um Text senkrecht auszurichten, siehe Abschnitt
26608 \begin_inset space ~
26609 \end_inset
26610
26611
26612 \begin_inset CommandInset ref
26613 LatexCommand ref
26614 reference "uab:Vertikale-Ausrichtung"
26615
26616 \end_inset
26617
26618  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
26619 \begin_inset space ~
26620 \end_inset
26621
26622
26623 \begin_inset CommandInset ref
26624 LatexCommand ref
26625 reference "abs:Farbige-Boxen"
26626
26627 \end_inset
26628
26629 .
26630 \end_layout
26631
26632 \begin_layout Standard
26633 Boxen werden mit 
26634 \family sans
26635 Einfügen\SpecialChar \menuseparator
26636 Box
26637 \family default
26638  oder dem Schalter 
26639 \begin_inset Graphics
26640         filename ../../images/box-insert.png
26641         scale 70
26642         scaleBeforeRotation
26643
26644 \end_inset
26645
26646  eingefügt.
26647  Ein graues Kästchen mit der Aufschrift 
26648 \begin_inset Quotes gld
26649 \end_inset
26650
26651 Box (Minipage)
26652 \begin_inset Quotes grd
26653 \end_inset
26654
26655  erscheint: 
26656 \begin_inset Graphics
26657         filename clipart/StandardBoxQt4.png
26658         scale 85
26659         scaleBeforeRotation
26660
26661 \end_inset
26662
26663  Mit einem Rechts\SpecialChar \-
26664 klick auf das graue Kästchen kann der Typ spezifiziert
26665  werden.
26666  Das Dialogfenster bietet bei 
26667 \family sans
26668 Innere
26669 \begin_inset space ~
26670 \end_inset
26671
26672 Box
26673 \family default
26674  die Typen 
26675 \family sans
26676 Parbox
26677 \family default
26678  und 
26679 \family sans
26680 Minipage
26681 \family default
26682  an.
26683  
26684 \family sans
26685 Minipage
26686 \family default
26687  ist die Standard-Einstellung für neue Boxen und in Abschnitt
26688 \begin_inset space ~
26689 \end_inset
26690
26691
26692 \begin_inset CommandInset ref
26693 LatexCommand ref
26694 reference "abs:Minipage"
26695
26696 \end_inset
26697
26698  beschrieben, 
26699 \family sans
26700 Parbox
26701 \family default
26702  in Abschnitt
26703 \begin_inset space ~
26704 \end_inset
26705
26706
26707 \begin_inset CommandInset ref
26708 LatexCommand ref
26709 reference "abs:Parbox"
26710
26711 \end_inset
26712
26713 .
26714 \end_layout
26715
26716 \begin_layout Standard
26717 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
26718  wie auf Gleitobjekte und Fußnoten.
26719 \end_layout
26720
26721 \begin_layout Standard
26722 \begin_inset Note Greyedout
26723 status open
26724
26725 \begin_layout Plain Layout
26726
26727 \series bold
26728 Bemerkung
26729 \begin_inset space ~
26730 \end_inset
26731
26732 1:
26733 \series default
26734  Boxen dürfen in 
26735 \family sans
26736 List-
26737 \family default
26738  oder 
26739 \family sans
26740 Beschreibung-
26741 \family default
26742 Umgebungen nicht verwendet werden.
26743 \end_layout
26744
26745 \end_inset
26746
26747
26748 \end_layout
26749
26750 \begin_layout Standard
26751 \begin_inset Note Greyedout
26752 status open
26753
26754 \begin_layout Plain Layout
26755
26756 \series bold
26757 Bemerkung
26758 \begin_inset space ~
26759 \end_inset
26760
26761 2:
26762 \series default
26763  Boxen ohne 
26764 \family sans
26765 Innere
26766 \begin_inset space ~
26767 \end_inset
26768
26769 Box
26770 \family default
26771  und ohne Rahmen werden in Abschnitt
26772 \begin_inset space ~
26773 \end_inset
26774
26775
26776 \begin_inset CommandInset ref
26777 LatexCommand ref
26778 reference "abs:Silbentrennung-unterbinden"
26779
26780 \end_inset
26781
26782  beschrieben.
26783 \end_layout
26784
26785 \end_inset
26786
26787
26788 \end_layout
26789
26790 \begin_layout Section
26791 Das Box-Einstellungen-Fenster
26792 \begin_inset CommandInset label
26793 LatexCommand label
26794 name "abs:Box-Dialog"
26795
26796 \end_inset
26797
26798
26799 \begin_inset Index
26800 status collapsed
26801
26802 \begin_layout Plain Layout
26803 Boxen ! Box-Dialog-Fenster
26804 \end_layout
26805
26806 \end_inset
26807
26808
26809 \end_layout
26810
26811 \begin_layout Subsection
26812 Box-Größe
26813 \begin_inset Index
26814 status collapsed
26815
26816 \begin_layout Plain Layout
26817 Boxen ! Größe
26818 \end_layout
26819
26820 \end_inset
26821
26822
26823 \end_layout
26824
26825 \begin_layout Standard
26826 Im 
26827 \family sans
26828 Box-Einstellungen
26829 \family default
26830 -Fenster können Sie die Größe der Box mit 
26831 \family sans
26832 Breite
26833 \family default
26834  und 
26835 \family sans
26836 Höhe 
26837 \family default
26838 festlegen.
26839  Die verfügbaren Einheiten werden in Tabelle
26840 \begin_inset space ~
26841 \end_inset
26842
26843
26844 \begin_inset CommandInset ref
26845 LatexCommand ref
26846 reference "tab:Maßeinheiten"
26847
26848 \end_inset
26849
26850  aufgelistet.
26851  Das Feld
26852 \family sans
26853  Höhe
26854 \family default
26855  bietet die folgenden zusätzlichen Größen:
26856 \end_layout
26857
26858 \begin_layout Description
26859 Tiefe Dies ist die reine Text-
26860 \begin_inset Quotes gld
26861 \end_inset
26862
26863 Höhe
26864 \begin_inset Quotes grd
26865 \end_inset
26866
26867 .
26868  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
26869 \begin_inset Newline newline
26870 \end_inset
26871
26872
26873 \begin_inset Newline newline
26874 \end_inset
26875
26876
26877 \begin_inset Newline newline
26878 \end_inset
26879
26880
26881 \begin_inset Box Boxed
26882 position "c"
26883 hor_pos "c"
26884 has_inner_box 1
26885 inner_pos "c"
26886 use_parbox 0
26887 width "12col%"
26888 special "none"
26889 height "1in"
26890 height_special "depth"
26891 status collapsed
26892
26893 \begin_layout Plain Layout
26894 \align center
26895 Box-Höhe = 1
26896 \begin_inset space \thinspace{}
26897 \end_inset
26898
26899 Tiefe
26900 \end_layout
26901
26902 \end_inset
26903
26904
26905 \begin_inset Newline newline
26906 \end_inset
26907
26908
26909 \begin_inset Newline newline
26910 \end_inset
26911
26912
26913 \end_layout
26914
26915 \begin_layout Description
26916 Höhe Dies ist die Texthöhe innerhalb der Box.
26917  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
26918  Texthöhe setzen: 
26919 \begin_inset Box Boxed
26920 position "c"
26921 hor_pos "c"
26922 has_inner_box 1
26923 inner_pos "c"
26924 use_parbox 0
26925 width "20col%"
26926 special "none"
26927 height "2in"
26928 height_special "height"
26929 status collapsed
26930
26931 \begin_layout Plain Layout
26932 \align center
26933 Boxhöhe = 2
26934 \begin_inset space \thinspace{}
26935 \end_inset
26936
26937 Höhe
26938 \end_layout
26939
26940 \end_inset
26941
26942
26943 \end_layout
26944
26945 \begin_layout Description
26946 Gesamthöhe Dies ist Höhe
26947 \begin_inset space \thinspace{}
26948 \end_inset
26949
26950 +
26951 \begin_inset space \thinspace{}
26952 \end_inset
26953
26954 Tiefe: 
26955 \begin_inset Box Boxed
26956 position "c"
26957 hor_pos "c"
26958 has_inner_box 1
26959 inner_pos "c"
26960 use_parbox 0
26961 width "20col%"
26962 special "none"
26963 height "1in"
26964 height_special "totalheight"
26965 status collapsed
26966
26967 \begin_layout Plain Layout
26968 \align center
26969 Boxhöhe = 1
26970 \begin_inset space \thinspace{}
26971 \end_inset
26972
26973 Gesamthöhe
26974 \end_layout
26975
26976 \end_inset
26977
26978
26979 \end_layout
26980
26981 \begin_layout Description
26982 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
26983 \begin_inset Box Boxed
26984 position "c"
26985 hor_pos "c"
26986 has_inner_box 1
26987 inner_pos "c"
26988 use_parbox 0
26989 width "12col%"
26990 special "none"
26991 height "1in"
26992 height_special "width"
26993 status collapsed
26994
26995 \begin_layout Plain Layout
26996 \align center
26997 Boxhöhe = 1
26998 \begin_inset space \thinspace{}
26999 \end_inset
27000
27001 Breite
27002 \end_layout
27003
27004 \end_inset
27005
27006
27007 \end_layout
27008
27009 \begin_layout Subsection
27010 Ausrichtung
27011 \begin_inset Index
27012 status collapsed
27013
27014 \begin_layout Plain Layout
27015 Boxen ! Ausrichtung
27016 \end_layout
27017
27018 \end_inset
27019
27020
27021 \end_layout
27022
27023 \begin_layout Standard
27024 Wenn Sie eine 
27025 \family sans
27026 Innere
27027 \begin_inset space ~
27028 \end_inset
27029
27030 Box
27031 \family default
27032  gewählt haben, kann die Box mit folgenden Werten für 
27033 \family sans
27034 Box
27035 \family default
27036  senkrecht ausgerichtet werden:
27037 \end_layout
27038
27039 \begin_layout Description
27040 Oben Dies ist ein Beispieltext.
27041  
27042 \begin_inset Box Boxed
27043 position "t"
27044 hor_pos "c"
27045 has_inner_box 1
27046 inner_pos "c"
27047 use_parbox 0
27048 width "20col%"
27049 special "none"
27050 height "1in"
27051 height_special "totalheight"
27052 status collapsed
27053
27054 \begin_layout Plain Layout
27055 \align center
27056 Die Ober\SpecialChar \-
27057 kante der Box ist in der Zeile.
27058 \end_layout
27059
27060 \end_inset
27061
27062  Dies ist ein Beispieltext.
27063 \end_layout
27064
27065 \begin_layout Description
27066 Mitte Dies ist ein Beispieltext.
27067  
27068 \begin_inset Box Boxed
27069 position "c"
27070 hor_pos "c"
27071 has_inner_box 1
27072 inner_pos "c"
27073 use_parbox 0
27074 width "20col%"
27075 special "none"
27076 height "1in"
27077 height_special "totalheight"
27078 status collapsed
27079
27080 \begin_layout Plain Layout
27081 \align center
27082 Die Mitte der Box ist in der Zeile.
27083 \end_layout
27084
27085 \end_inset
27086
27087  Dies ist ein Beispieltext.
27088 \end_layout
27089
27090 \begin_layout Description
27091 Unten Dies ist ein Beispieltext.
27092  
27093 \begin_inset Box Boxed
27094 position "b"
27095 hor_pos "c"
27096 has_inner_box 1
27097 inner_pos "c"
27098 use_parbox 0
27099 width "20col%"
27100 special "none"
27101 height "1in"
27102 height_special "totalheight"
27103 status collapsed
27104
27105 \begin_layout Plain Layout
27106 \align center
27107 Die Unter\SpecialChar \-
27108 kante der Box ist in der Zeile.
27109 \end_layout
27110
27111 \end_inset
27112
27113  Dies ist ein Beispieltext.
27114 \end_layout
27115
27116 \begin_layout Standard
27117 \begin_inset Note Greyedout
27118 status open
27119
27120 \begin_layout Plain Layout
27121
27122 \series bold
27123 Bemerkung:
27124 \series default
27125  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
27126  Boxen in einer Zeile sind und eine Box z.
27127 \begin_inset space \thinspace{}
27128 \end_inset
27129
27130 B.
27131  schattiert ist, die andere abere nicht.
27132 \end_layout
27133
27134 \end_inset
27135
27136
27137 \end_layout
27138
27139 \begin_layout Standard
27140 Eine Box kann mit dem Dialog 
27141 \family sans
27142 Absatz-Einstellungen
27143 \family default
27144  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
27145 \end_layout
27146
27147 \begin_layout Standard
27148 \begin_inset VSpace bigskip
27149 \end_inset
27150
27151 Wenn Sie eine 
27152 \family sans
27153 Innere
27154 \begin_inset space ~
27155 \end_inset
27156
27157 Box
27158 \family default
27159  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
27160 \family sans
27161 Inhalt
27162 \family default
27163  senkrecht ausgerichtet werden:
27164 \end_layout
27165
27166 \begin_layout Description
27167 Oben Dies ist ein Beispieltext.
27168  
27169 \begin_inset Box Boxed
27170 position "c"
27171 hor_pos "c"
27172 has_inner_box 1
27173 inner_pos "t"
27174 use_parbox 0
27175 width "20col%"
27176 special "none"
27177 height "1.5in"
27178 height_special "totalheight"
27179 status collapsed
27180
27181 \begin_layout Plain Layout
27182 \align center
27183 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
27184 \end_layout
27185
27186 \end_inset
27187
27188  Dies ist ein Beispieltext.
27189 \end_layout
27190
27191 \begin_layout Description
27192 Mitte Dies ist ein Beispieltext.
27193  
27194 \begin_inset Box Boxed
27195 position "c"
27196 hor_pos "c"
27197 has_inner_box 1
27198 inner_pos "c"
27199 use_parbox 0
27200 width "20col%"
27201 special "none"
27202 height "1.5in"
27203 height_special "totalheight"
27204 status collapsed
27205
27206 \begin_layout Plain Layout
27207 \align center
27208 Der Boxinhalt ist zentriert ausgerichtet.
27209 \end_layout
27210
27211 \end_inset
27212
27213  Dies ist ein Beispieltext.
27214 \end_layout
27215
27216 \begin_layout Description
27217 Unten Dies ist ein Beispieltext.
27218  
27219 \begin_inset Box Boxed
27220 position "c"
27221 hor_pos "c"
27222 has_inner_box 1
27223 inner_pos "b"
27224 use_parbox 0
27225 width "20col%"
27226 special "none"
27227 height "1.5in"
27228 height_special "totalheight"
27229 status collapsed
27230
27231 \begin_layout Plain Layout
27232 \align center
27233 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
27234 \end_layout
27235
27236 \end_inset
27237
27238  Dies ist ein Beispieltext.
27239 \end_layout
27240
27241 \begin_layout Description
27242 Dehnen Dies ist ein Beispieltext.
27243  
27244 \begin_inset Box Boxed
27245 position "c"
27246 hor_pos "c"
27247 has_inner_box 1
27248 inner_pos "s"
27249 use_parbox 0
27250 width "20col%"
27251 special "none"
27252 height "1in"
27253 height_special "totalheight"
27254 status collapsed
27255
27256 \begin_layout Plain Layout
27257 \align center
27258 Der Boxinhalt
27259 \end_layout
27260
27261 \begin_layout Plain Layout
27262 \align center
27263 ist über die
27264 \end_layout
27265
27266 \begin_layout Plain Layout
27267 \align center
27268 Boxhöhe
27269 \end_layout
27270
27271 \begin_layout Plain Layout
27272 \align center
27273 gleichmäßig verteilt.
27274 \end_layout
27275
27276 \end_inset
27277
27278  Dies ist ein Beispieltext.
27279 \end_layout
27280
27281 \begin_layout Standard
27282 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
27283  besteht.
27284  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
27285 \end_layout
27286
27287 \begin_layout Standard
27288 Ein Boxinhalt kann mit dem Dialog 
27289 \family sans
27290 Absatz-Einstellungen
27291 \family default
27292  waagerecht ausgerichtet werden, wenn Sie eine
27293 \family sans
27294  Innere
27295 \begin_inset space ~
27296 \end_inset
27297
27298 Box
27299 \family default
27300  gewählt haben.
27301 \end_layout
27302
27303 \begin_layout Standard
27304 \align center
27305 \begin_inset Box Boxed
27306 position "c"
27307 hor_pos "c"
27308 has_inner_box 1
27309 inner_pos "s"
27310 use_parbox 0
27311 width "30col%"
27312 special "none"
27313 height "1.25in"
27314 height_special "totalheight"
27315 status collapsed
27316
27317 \begin_layout Plain Layout
27318 \align left
27319 Hier ist jede Zeile
27320 \end_layout
27321
27322 \begin_layout Plain Layout
27323 \align center
27324 anders
27325 \end_layout
27326
27327 \begin_layout Plain Layout
27328 \align right
27329 ausgerichtet.
27330 \end_layout
27331
27332 \end_inset
27333
27334
27335 \end_layout
27336
27337 \begin_layout Standard
27338 Wenn Sie keine
27339 \family sans
27340  Innere
27341 \begin_inset space ~
27342 \end_inset
27343
27344 Box
27345 \family default
27346  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
27347 \family sans
27348 Box-Einstellungen-
27349 \family default
27350 Dialog ausrichten
27351 \end_layout
27352
27353 \begin_layout Standard
27354 \align center
27355 \begin_inset Box Boxed
27356 position "c"
27357 hor_pos "s"
27358 has_inner_box 0
27359 inner_pos "s"
27360 use_parbox 0
27361 width "90col%"
27362 special "none"
27363 height "1.25in"
27364 height_special "totalheight"
27365 status collapsed
27366
27367 \begin_layout Plain Layout
27368 \align left
27369 Dieser Boxinhalt wurde horizontal gedehnt.
27370 \end_layout
27371
27372 \end_inset
27373
27374
27375 \end_layout
27376
27377 \begin_layout Subsection
27378 Verzierung
27379 \begin_inset CommandInset label
27380 LatexCommand label
27381 name "uab:Verzierung"
27382
27383 \end_inset
27384
27385
27386 \begin_inset Index
27387 status collapsed
27388
27389 \begin_layout Plain Layout
27390 Boxen ! Verzierung
27391 \end_layout
27392
27393 \end_inset
27394
27395
27396 \end_layout
27397
27398 \begin_layout Standard
27399 Im 
27400 \family sans
27401 Box-Einstellungen-
27402 \family default
27403 Dialog können Sie mit der 
27404 \family sans
27405 Verzierung
27406 \family default
27407  den Typ der Box auswählen:
27408 \end_layout
27409
27410 \begin_layout Description
27411 Einfacher
27412 \begin_inset space ~
27413 \end_inset
27414
27415 rechteckiger
27416 \begin_inset space ~
27417 \end_inset
27418
27419 Rahmen Um die Box wird ein rechteckiger Rahmen gezogen.
27420  Die Rahmendicke wird durch 
27421 \series bold
27422
27423 \backslash
27424 fboxrule
27425 \series default
27426  festgelegt.
27427  
27428 \begin_inset Box Boxed
27429 position "c"
27430 hor_pos "c"
27431 has_inner_box 1
27432 inner_pos "c"
27433 use_parbox 0
27434 width "21col%"
27435 special "none"
27436 height "1in"
27437 height_special "totalheight"
27438 status collapsed
27439
27440 \begin_layout Plain Layout
27441
27442 \series medium
27443 Rechteckige
27444 \begin_inset space ~
27445 \end_inset
27446
27447 Box
27448 \end_layout
27449
27450 \end_inset
27451
27452
27453 \end_layout
27454
27455 \begin_layout Description
27456 erlaube
27457 \begin_inset space ~
27458 \end_inset
27459
27460 Seitenumbrüche Wenn Sie die Verzierung 
27461 \family sans
27462 Einfacher rechteckiger Rahmen
27463 \family default
27464  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
27465  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
27466  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
27467  für sich ist und 
27468 \series bold
27469
27470 \backslash
27471 fboxrule
27472 \series default
27473  und 
27474 \series bold
27475
27476 \backslash
27477 fboxsep
27478 \series default
27479  keinen Einfluss auf diesen Box Typ haben.
27480  Die Rahmendicke wird durch 
27481 \series bold
27482
27483 \backslash
27484 FrameRule
27485 \series default
27486  festgelegt.
27487  
27488 \begin_inset Box Framed
27489 position "t"
27490 hor_pos "c"
27491 has_inner_box 0
27492 inner_pos "t"
27493 use_parbox 0
27494 width "100col%"
27495 special "none"
27496 height "1in"
27497 height_special "totalheight"
27498 status collapsed
27499
27500 \begin_layout Plain Layout
27501 Box erlaubt Seitenumbruch
27502 \end_layout
27503
27504 \end_inset
27505
27506
27507 \end_layout
27508
27509 \begin_layout Description
27510 Ovaler
27511 \begin_inset space ~
27512 \end_inset
27513
27514 Rahmen,
27515 \begin_inset space ~
27516 \end_inset
27517
27518 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27519  Die Rahmendicke ist 0.4
27520 \begin_inset space \thinspace{}
27521 \end_inset
27522
27523 pt.
27524  
27525 \begin_inset Box ovalbox
27526 position "c"
27527 hor_pos "c"
27528 has_inner_box 1
27529 inner_pos "c"
27530 use_parbox 0
27531 width "20col%"
27532 special "none"
27533 height "1in"
27534 height_special "totalheight"
27535 status collapsed
27536
27537 \begin_layout Plain Layout
27538 Ovale
27539 \begin_inset space ~
27540 \end_inset
27541
27542 Box,
27543 \begin_inset space ~
27544 \end_inset
27545
27546 dünn
27547 \end_layout
27548
27549 \end_inset
27550
27551
27552 \end_layout
27553
27554 \begin_layout Description
27555 Ovaler
27556 \begin_inset space ~
27557 \end_inset
27558
27559 Rahmen,
27560 \begin_inset space ~
27561 \end_inset
27562
27563 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27564  Die Rahmendicke ist 0.8
27565 \begin_inset space \thinspace{}
27566 \end_inset
27567
27568 pt.
27569  
27570 \begin_inset Box Ovalbox
27571 position "c"
27572 hor_pos "c"
27573 has_inner_box 1
27574 inner_pos "c"
27575 use_parbox 0
27576 width "20col%"
27577 special "none"
27578 height "1in"
27579 height_special "totalheight"
27580 status collapsed
27581
27582 \begin_layout Plain Layout
27583 Ovale
27584 \begin_inset space ~
27585 \end_inset
27586
27587 Box,
27588 \begin_inset space ~
27589 \end_inset
27590
27591 dick
27592 \end_layout
27593
27594 \end_inset
27595
27596
27597 \end_layout
27598
27599 \begin_layout Description
27600 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
27601  Die Rahmendicke wird durch 
27602 \series bold
27603
27604 \backslash
27605 fboxrule
27606 \series default
27607  festgelegt, der Schatten ist 4
27608 \begin_inset space \thinspace{}
27609 \end_inset
27610
27611 pt breit.
27612 \begin_inset Newline newline
27613 \end_inset
27614
27615
27616 \begin_inset Box Shadowbox
27617 position "c"
27618 hor_pos "c"
27619 has_inner_box 1
27620 inner_pos "c"
27621 use_parbox 0
27622 width "20col%"
27623 special "none"
27624 height "1in"
27625 height_special "totalheight"
27626 status collapsed
27627
27628 \begin_layout Plain Layout
27629 Schattierte
27630 \begin_inset space ~
27631 \end_inset
27632
27633 Box
27634 \end_layout
27635
27636 \end_inset
27637
27638
27639 \end_layout
27640
27641 \begin_layout Description
27642 Schattierter
27643 \begin_inset space ~
27644 \end_inset
27645
27646 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
27647  Im Gegensatz zu farbigen Boxen
27648 \begin_inset Foot
27649 status collapsed
27650
27651 \begin_layout Plain Layout
27652 siehe Abschnitt
27653 \begin_inset space ~
27654 \end_inset
27655
27656
27657 \begin_inset CommandInset ref
27658 LatexCommand ref
27659 reference "abs:Farbige-Boxen"
27660
27661 \end_inset
27662
27663
27664 \end_layout
27665
27666 \end_inset
27667
27668  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
27669  die Box ist ein Absatz für sich.
27670  
27671 \begin_inset Box Shaded
27672 position "t"
27673 hor_pos "c"
27674 has_inner_box 0
27675 inner_pos "t"
27676 use_parbox 0
27677 width "50col%"
27678 special "none"
27679 height "1in"
27680 height_special "totalheight"
27681 status collapsed
27682
27683 \begin_layout Plain Layout
27684 Schattierter Hintergrund Box
27685 \end_layout
27686
27687 \end_inset
27688
27689
27690 \end_layout
27691
27692 \begin_layout Description
27693 Doppelter
27694 \begin_inset space ~
27695 \end_inset
27696
27697 rechteckiger
27698 \begin_inset space ~
27699 \end_inset
27700
27701 Rahmen zeichnet einen doppelten Rahmen um die Box.
27702  Der innere Rahmen ist 0.75
27703 \begin_inset space \thinspace{}
27704 \end_inset
27705
27706
27707 \series bold
27708
27709 \backslash
27710 fboxrule
27711 \series default
27712  breit, der äußere 1.5
27713 \begin_inset space \thinspace{}
27714 \end_inset
27715
27716
27717 \series bold
27718
27719 \backslash
27720 fboxrule
27721 \series default
27722 , der Zwischenraum 1.5
27723 \begin_inset space \thinspace{}
27724 \end_inset
27725
27726
27727 \series bold
27728
27729 \backslash
27730 fboxrule
27731 \series default
27732
27733 \begin_inset space \thinspace{}
27734 \end_inset
27735
27736 +
27737 \begin_inset space \thinspace{}
27738 \end_inset
27739
27740 0.5
27741 \begin_inset space \thinspace{}
27742 \end_inset
27743
27744 pt.
27745  
27746 \begin_inset Box Doublebox
27747 position "c"
27748 hor_pos "c"
27749 has_inner_box 1
27750 inner_pos "c"
27751 use_parbox 0
27752 width "20col%"
27753 special "none"
27754 height "1in"
27755 height_special "totalheight"
27756 status collapsed
27757
27758 \begin_layout Plain Layout
27759 Doppelt
27760 \begin_inset space ~
27761 \end_inset
27762
27763 gerahmte
27764 \begin_inset space ~
27765 \end_inset
27766
27767 Box
27768 \end_layout
27769
27770 \end_inset
27771
27772
27773 \end_layout
27774
27775 \begin_layout Standard
27776 \begin_inset VSpace bigskip
27777 \end_inset
27778
27779 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
27780  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
27781 \series bold
27782 fancybox
27783 \series default
27784
27785 \begin_inset Index
27786 status collapsed
27787
27788 \begin_layout Plain Layout
27789 LaTeX-Pakete ! fancybox
27790 \end_layout
27791
27792 \end_inset
27793
27794  installiert sein.
27795 \end_layout
27796
27797 \begin_layout Section
27798 Box-Anpassung
27799 \begin_inset Index
27800 status collapsed
27801
27802 \begin_layout Plain Layout
27803 Boxen ! Anpassung
27804 \end_layout
27805
27806 \end_inset
27807
27808
27809 \end_layout
27810
27811 \begin_layout Standard
27812 Der Standardwert für 
27813 \series bold
27814
27815 \backslash
27816 fboxrule
27817 \series default
27818  ist 0.4
27819 \begin_inset space \thinspace{}
27820 \end_inset
27821
27822 pt.
27823  Mit dem folgenden TeX-Code-Befehl kann er auf 2
27824 \begin_inset space \thinspace{}
27825 \end_inset
27826
27827 pt gesetzt werden:
27828 \end_layout
27829
27830 \begin_layout Standard
27831
27832 \series bold
27833
27834 \backslash
27835 setlength{
27836 \backslash
27837 fboxrule}{2pt}
27838 \end_layout
27839
27840 \begin_layout Standard
27841 \begin_inset ERT
27842 status collapsed
27843
27844 \begin_layout Plain Layout
27845
27846
27847 \backslash
27848 setlength{
27849 \backslash
27850 fboxrule}{2pt}
27851 \end_layout
27852
27853 \end_inset
27854
27855
27856 \begin_inset Box Boxed
27857 position "c"
27858 hor_pos "c"
27859 has_inner_box 1
27860 inner_pos "c"
27861 use_parbox 0
27862 width "30col%"
27863 special "none"
27864 height "1in"
27865 height_special "totalheight"
27866 status open
27867
27868 \begin_layout Plain Layout
27869 \align center
27870 Rechteckige Box mit einer Rahmenbreite von 2
27871 \begin_inset space \thinspace{}
27872 \end_inset
27873
27874 pt
27875 \end_layout
27876
27877 \end_inset
27878
27879
27880 \begin_inset ERT
27881 status collapsed
27882
27883 \begin_layout Plain Layout
27884
27885
27886 \backslash
27887 setlength{
27888 \backslash
27889 fboxrule}{0.4pt}
27890 \end_layout
27891
27892 \end_inset
27893
27894
27895 \begin_inset VSpace bigskip
27896 \end_inset
27897
27898
27899 \end_layout
27900
27901 \begin_layout Standard
27902 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
27903 \begin_inset space \thinspace{}
27904 \end_inset
27905
27906 pt.
27907  Sie können das ändern, indem Sie den Wert von 
27908 \series bold
27909
27910 \backslash
27911 fboxsep
27912 \series default
27913  mit einem TeX-Code-Befehl ändern:
27914 \end_layout
27915
27916 \begin_layout Standard
27917
27918 \series bold
27919
27920 \backslash
27921 setlength{
27922 \backslash
27923 fboxsep}{10pt}
27924 \end_layout
27925
27926 \begin_layout Standard
27927 setzt den Wert auf 10
27928 \begin_inset space \thinspace{}
27929 \end_inset
27930
27931 pt, wie in der folgenden Box:
27932 \end_layout
27933
27934 \begin_layout Standard
27935 \begin_inset ERT
27936 status collapsed
27937
27938 \begin_layout Plain Layout
27939
27940
27941 \backslash
27942 setlength{
27943 \backslash
27944 fboxsep}{10pt}
27945 \end_layout
27946
27947 \end_inset
27948
27949
27950 \begin_inset Box Boxed
27951 position "c"
27952 hor_pos "c"
27953 has_inner_box 1
27954 inner_pos "c"
27955 use_parbox 0
27956 width "25col%"
27957 special "none"
27958 height "1in"
27959 height_special "totalheight"
27960 status open
27961
27962 \begin_layout Plain Layout
27963 \align center
27964 Rechteckige Box mit 
27965 \series bold
27966
27967 \backslash
27968 fboxsep
27969 \series default
27970
27971 \begin_inset space \thinspace{}
27972 \end_inset
27973
27974 =
27975 \begin_inset space \thinspace{}
27976 \end_inset
27977
27978 10
27979 \begin_inset space \thinspace{}
27980 \end_inset
27981
27982 pt
27983 \end_layout
27984
27985 \end_inset
27986
27987
27988 \begin_inset ERT
27989 status collapsed
27990
27991 \begin_layout Plain Layout
27992
27993
27994 \backslash
27995 setlength{
27996 \backslash
27997 fboxsep}{3pt}
27998 \end_layout
27999
28000 \end_inset
28001
28002
28003 \end_layout
28004
28005 \begin_layout Standard
28006 \noindent
28007 \begin_inset VSpace bigskip
28008 \end_inset
28009
28010 Der Durchmesser der abgerundeten Ecken kann mit 
28011 \series bold
28012
28013 \backslash
28014 cornersize
28015 \series default
28016  gesetzt werden.
28017  Der TeX-Code-Befehl
28018 \end_layout
28019
28020 \begin_layout Standard
28021
28022 \series bold
28023
28024 \backslash
28025 cornersize*{1cm}
28026 \end_layout
28027
28028 \begin_layout Standard
28029 setzt den Durchmesser auf 1
28030 \begin_inset space \thinspace{}
28031 \end_inset
28032
28033 cm.
28034  Der TeX-Code-Befehl
28035 \end_layout
28036
28037 \begin_layout Standard
28038
28039 \series bold
28040
28041 \backslash
28042 cornersize{num}
28043 \end_layout
28044
28045 \begin_layout Standard
28046 setzt den Durchmesser auf 
28047 \family sans
28048 num
28049 \begin_inset space \thinspace{}
28050 \end_inset
28051
28052 ×
28053 \begin_inset space \thinspace{}
28054 \end_inset
28055
28056 Minimum(Breite der Box, Höhe der Box)
28057 \family default
28058 .
28059  Der Standardwert ist 
28060 \series bold
28061
28062 \backslash
28063 cornersize{0.5}
28064 \series default
28065 .
28066 \end_layout
28067
28068 \begin_layout Standard
28069 \begin_inset ERT
28070 status collapsed
28071
28072 \begin_layout Plain Layout
28073
28074
28075 \backslash
28076 cornersize*{1.5cm}
28077 \end_layout
28078
28079 \end_inset
28080
28081
28082 \begin_inset Box Ovalbox
28083 position "c"
28084 hor_pos "c"
28085 has_inner_box 1
28086 inner_pos "c"
28087 use_parbox 0
28088 width "30col%"
28089 special "none"
28090 height "1in"
28091 height_special "totalheight"
28092 status open
28093
28094 \begin_layout Plain Layout
28095 \align center
28096 Ovale Box, dicker Rand, mit 
28097 \series bold
28098
28099 \backslash
28100 cornersize
28101 \series default
28102
28103 \begin_inset space \thinspace{}
28104 \end_inset
28105
28106 =
28107 \begin_inset space \thinspace{}
28108 \end_inset
28109
28110 1.5
28111 \begin_inset space \thinspace{}
28112 \end_inset
28113
28114 cm
28115 \end_layout
28116
28117 \end_inset
28118
28119
28120 \begin_inset ERT
28121 status collapsed
28122
28123 \begin_layout Plain Layout
28124
28125
28126 \backslash
28127 cornersize{0.5}
28128 \end_layout
28129
28130 \end_inset
28131
28132
28133 \end_layout
28134
28135 \begin_layout Standard
28136 \begin_inset VSpace bigskip
28137 \end_inset
28138
28139 Die Breite des Schattens wird mit 
28140 \series bold
28141
28142 \backslash
28143 shadowsize
28144 \series default
28145  festgelegt.
28146  Mit dem TeX-Code-Befehl
28147 \end_layout
28148
28149 \begin_layout Standard
28150
28151 \series bold
28152
28153 \backslash
28154 setlength{
28155 \backslash
28156 shadowsize}{2pt}
28157 \end_layout
28158
28159 \begin_layout Standard
28160 wird er für die folgende Box auf 2
28161 \begin_inset space \thinspace{}
28162 \end_inset
28163
28164 pt festgelegt.
28165 \end_layout
28166
28167 \begin_layout Standard
28168 \begin_inset ERT
28169 status collapsed
28170
28171 \begin_layout Plain Layout
28172
28173
28174 \backslash
28175 setlength{
28176 \backslash
28177 shadowsize}{2pt}
28178 \end_layout
28179
28180 \end_inset
28181
28182
28183 \begin_inset Box Shadowbox
28184 position "c"
28185 hor_pos "c"
28186 has_inner_box 1
28187 inner_pos "c"
28188 use_parbox 0
28189 width "25col%"
28190 special "none"
28191 height "1in"
28192 height_special "totalheight"
28193 status open
28194
28195 \begin_layout Plain Layout
28196 \align center
28197 Schattierte Box mit 
28198 \series bold
28199
28200 \backslash
28201 shadowsize
28202 \series default
28203
28204 \begin_inset space \thinspace{}
28205 \end_inset
28206
28207 =
28208 \begin_inset space \thinspace{}
28209 \end_inset
28210
28211 2
28212 \begin_inset space \thinspace{}
28213 \end_inset
28214
28215 pt
28216 \end_layout
28217
28218 \end_inset
28219
28220
28221 \begin_inset ERT
28222 status collapsed
28223
28224 \begin_layout Plain Layout
28225
28226
28227 \backslash
28228 setlength{
28229 \backslash
28230 shadowsize}{4pt}
28231 \end_layout
28232
28233 \end_inset
28234
28235
28236 \end_layout
28237
28238 \begin_layout Standard
28239 \begin_inset VSpace bigskip
28240 \end_inset
28241
28242 Der Standardwert für 
28243 \series bold
28244
28245 \backslash
28246 FrameRule
28247 \series default
28248  ist 0.4
28249 \begin_inset space \thinspace{}
28250 \end_inset
28251
28252 pt.
28253  Der Standard-Abstand zwischen Rahmen und Text ist 9
28254 \begin_inset space \thinspace{}
28255 \end_inset
28256
28257 pt und kann mit dem Wert für 
28258 \series bold
28259
28260 \backslash
28261 FrameSep
28262 \series default
28263  geändert werden.
28264  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
28265  TeX-Code Befehlen geändert:
28266 \end_layout
28267
28268 \begin_layout Standard
28269
28270 \series bold
28271
28272 \backslash
28273 setlength{
28274 \backslash
28275 FrameRule}{5pt}
28276 \begin_inset Newline newline
28277 \end_inset
28278
28279
28280 \backslash
28281 setlength{
28282 \backslash
28283 FrameSep}{0.5cm}
28284 \end_layout
28285
28286 \begin_layout Standard
28287 \begin_inset ERT
28288 status collapsed
28289
28290 \begin_layout Plain Layout
28291
28292
28293 \backslash
28294 setlength{
28295 \backslash
28296 FrameRule}{5pt}
28297 \end_layout
28298
28299 \begin_layout Plain Layout
28300
28301
28302 \backslash
28303 setlength{
28304 \backslash
28305 FrameSep}{0.5cm}
28306 \end_layout
28307
28308 \end_inset
28309
28310
28311 \begin_inset Box Framed
28312 position "t"
28313 hor_pos "c"
28314 has_inner_box 0
28315 inner_pos "t"
28316 use_parbox 0
28317 width "100col%"
28318 special "none"
28319 height "1in"
28320 height_special "totalheight"
28321 status open
28322
28323 \begin_layout Plain Layout
28324 Dies ist Text in einer 
28325 \family sans
28326 Seitenumbruch erlaubt
28327 \family default
28328  Box.
28329 \end_layout
28330
28331 \end_inset
28332
28333
28334 \begin_inset ERT
28335 status collapsed
28336
28337 \begin_layout Plain Layout
28338
28339
28340 \backslash
28341 setlength{
28342 \backslash
28343 FrameRule}{0.4pt}
28344 \end_layout
28345
28346 \begin_layout Plain Layout
28347
28348
28349 \backslash
28350 setlength{
28351 \backslash
28352 FrameSep}{9pt}
28353 \end_layout
28354
28355 \end_inset
28356
28357
28358 \end_layout
28359
28360 \begin_layout Standard
28361 \begin_inset VSpace bigskip
28362 \end_inset
28363
28364 Für Boxen mit 
28365 \family sans
28366 schattiertem Hintergrund
28367 \family default
28368  beträgt der Abstand zwischen Rand und Text 3
28369 \begin_inset space \thinspace{}
28370 \end_inset
28371
28372 pt und kann mit 
28373 \series bold
28374
28375 \backslash
28376 fboxsep
28377 \series default
28378  geändert werden.
28379  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
28380  
28381 \series bold
28382
28383 \backslash
28384 definecolor{shadebox}
28385 \series default
28386  oder global über das Menü 
28387 \family sans
28388 Werkzeuge\SpecialChar \menuseparator
28389 Einstellungen\SpecialChar \menuseparator
28390 Farben\SpecialChar \menuseparator
28391 Schattierte
28392 \begin_inset space ~
28393 \end_inset
28394
28395 Box
28396 \family default
28397  geändert werden.
28398  Das Schema des 
28399 \series bold
28400
28401 \backslash
28402 definecolor
28403 \series default
28404  Befehls ist  in Abschnitt
28405 \begin_inset space ~
28406 \end_inset
28407
28408
28409 \begin_inset CommandInset ref
28410 LatexCommand ref
28411 reference "abs:Farbige-Tabellen"
28412
28413 \end_inset
28414
28415  erklärt.
28416 \begin_inset Foot
28417 status collapsed
28418
28419 \begin_layout Plain Layout
28420 Beachten Sie, dass 
28421 \series bold
28422
28423 \backslash
28424 definecolor
28425 \series default
28426  das LaTeX-Paket 
28427 \series bold
28428 color
28429 \series default
28430  in der Präambel benötigt, siehe Abschnitt
28431 \begin_inset space ~
28432 \end_inset
28433
28434
28435 \begin_inset CommandInset ref
28436 LatexCommand ref
28437 reference "abs:Farbige-Boxen"
28438
28439 \end_inset
28440
28441 .
28442 \end_layout
28443
28444 \end_inset
28445
28446  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
28447 \end_layout
28448
28449 \begin_layout Standard
28450
28451 \series bold
28452
28453 \backslash
28454 setlength{
28455 \backslash
28456 fboxsep}{0.5cm}
28457 \begin_inset Newline newline
28458 \end_inset
28459
28460
28461 \backslash
28462 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28463 \end_layout
28464
28465 \begin_layout Standard
28466 \begin_inset ERT
28467 status collapsed
28468
28469 \begin_layout Plain Layout
28470
28471
28472 \backslash
28473 setlength{
28474 \backslash
28475 fboxsep}{0.5cm}
28476 \end_layout
28477
28478 \begin_layout Plain Layout
28479
28480
28481 \backslash
28482 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28483 \end_layout
28484
28485 \end_inset
28486
28487
28488 \begin_inset Box Shaded
28489 position "t"
28490 hor_pos "c"
28491 has_inner_box 0
28492 inner_pos "t"
28493 use_parbox 0
28494 width "100col%"
28495 special "none"
28496 height "1in"
28497 height_special "totalheight"
28498 status open
28499
28500 \begin_layout Plain Layout
28501
28502 \color yellow
28503 Dies ist gelber Text in einer 
28504 \family sans
28505 schattierten Hintergrund
28506 \begin_inset space ~
28507 \end_inset
28508
28509
28510 \family default
28511 Box auf dunkelgrünem Hintergrund.
28512 \end_layout
28513
28514 \end_inset
28515
28516
28517 \begin_inset ERT
28518 status collapsed
28519
28520 \begin_layout Plain Layout
28521
28522
28523 \backslash
28524 setlength{
28525 \backslash
28526 fboxsep}{3pt}
28527 \end_layout
28528
28529 \begin_layout Plain Layout
28530
28531
28532 \backslash
28533 definecolor{shadecolor}{rgb}{1,0,0}
28534 \end_layout
28535
28536 \end_inset
28537
28538
28539 \end_layout
28540
28541 \begin_layout Standard
28542 \begin_inset VSpace bigskip
28543 \end_inset
28544
28545 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
28546  der sie ändert.
28547 \end_layout
28548
28549 \begin_layout Section
28550 Minipage
28551 \begin_inset CommandInset label
28552 LatexCommand label
28553 name "abs:Minipage"
28554
28555 \end_inset
28556
28557
28558 \begin_inset Index
28559 status collapsed
28560
28561 \begin_layout Plain Layout
28562 Boxen ! Minipage
28563 \end_layout
28564
28565 \end_inset
28566
28567
28568 \end_layout
28569
28570 \begin_layout Standard
28571 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28572  deshalb unter anderem eigene Fußnoten haben.
28573 \end_layout
28574
28575 \begin_layout Standard
28576 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28577 \end_layout
28578
28579 \begin_layout Standard
28580 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28581  Ihre Breite ist 45 Spaltenbreite
28582 \begin_inset space ~
28583 \end_inset
28584
28585 %, und sie sind durch einen 
28586 \family sans
28587 HFill
28588 \family default
28589  getrennt (
28590 \family sans
28591 Einfügen\SpecialChar \menuseparator
28592 Formatierung\SpecialChar \menuseparator
28593 Horizontaler
28594 \begin_inset space \space{}
28595 \end_inset
28596
28597 Abstand\SpecialChar \menuseparator
28598 Abstand\SpecialChar \menuseparator
28599 Variabler
28600 \begin_inset space ~
28601 \end_inset
28602
28603 horiz.
28604 \begin_inset space ~
28605 \end_inset
28606
28607 Abstand
28608 \family default
28609 ).
28610 \begin_inset Newpage newpage
28611 \end_inset
28612
28613
28614 \end_layout
28615
28616 \begin_layout Standard
28617 \noindent
28618 \begin_inset Box Frameless
28619 position "t"
28620 hor_pos "c"
28621 has_inner_box 1
28622 inner_pos "c"
28623 use_parbox 0
28624 width "45col%"
28625 special "none"
28626 height "1in"
28627 height_special "totalheight"
28628 status open
28629
28630 \begin_layout Plain Layout
28631 Dies ist ein deutscher Text.
28632  Dies ist ein deutscher Text.
28633  Dies ist ein deutscher Text.
28634  Dies ist ein deutscher Text.
28635  Dies ist ein deutscher Text.
28636  Dies ist ein deutscher Text.
28637  Dies ist ein deutscher Text.
28638  Dies ist ein deutscher Text.
28639  Dies ist ein deutscher Text.
28640  Dies ist ein deutscher Text.
28641  Dies ist ein deutscher Text.
28642  Dies ist ein deutscher Text.
28643  Dies ist ein deutscher Text
28644 \begin_inset Foot
28645 status open
28646
28647 \begin_layout Plain Layout
28648 Dies ist eine deutsche Fußnote.
28649 \end_layout
28650
28651 \end_inset
28652
28653 .
28654  Dies ist ein deutscher Text.
28655  Dies ist ein deutscher Text.
28656 \end_layout
28657
28658 \end_inset
28659
28660
28661 \begin_inset space \hfill{}
28662 \end_inset
28663
28664
28665 \begin_inset Box Frameless
28666 position "t"
28667 hor_pos "c"
28668 has_inner_box 1
28669 inner_pos "c"
28670 use_parbox 0
28671 width "45col%"
28672 special "none"
28673 height "1in"
28674 height_special "totalheight"
28675 status open
28676
28677 \begin_layout Plain Layout
28678
28679 \lang english
28680 This is an English Text.
28681  This is an English Text.
28682  This is an English Text.
28683  This is an English Text.
28684  This is an English Text.
28685  This is an English Text.
28686  This is an English Text.
28687  This is an English Text.
28688  This is an English Text.
28689  This is an English Text.
28690  This is an English Text.
28691  This is an English Text.
28692  This is an English Text.
28693  This is an English Text.
28694  This is an English Text.
28695  This is an English Text.
28696 \begin_inset Foot
28697 status collapsed
28698
28699 \begin_layout Plain Layout
28700
28701 \lang english
28702 This is an English footnote.
28703 \end_layout
28704
28705 \end_inset
28706
28707  This is an English Text.
28708  
28709 \end_layout
28710
28711 \end_inset
28712
28713
28714 \end_layout
28715
28716 \begin_layout Standard
28717 \noindent
28718 \begin_inset VSpace bigskip
28719 \end_inset
28720
28721 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
28722  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
28723  auf der die Tabelle gedruckt wird: 
28724 \begin_inset Tabular
28725 <lyxtabular version="3" rows="3" columns="4">
28726 <features>
28727 <column alignment="center" valignment="top" width="0pt">
28728 <column alignment="center" valignment="top" width="0pt">
28729 <column alignment="center" valignment="top" width="0pt">
28730 <column alignment="center" valignment="top" width="0pt">
28731 <row>
28732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28733 \begin_inset Text
28734
28735 \begin_layout Plain Layout
28736 1
28737 \end_layout
28738
28739 \end_inset
28740 </cell>
28741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28742 \begin_inset Text
28743
28744 \begin_layout Plain Layout
28745 2
28746 \end_layout
28747
28748 \end_inset
28749 </cell>
28750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28751 \begin_inset Text
28752
28753 \begin_layout Plain Layout
28754 3
28755 \begin_inset Foot
28756 status collapsed
28757
28758 \begin_layout Plain Layout
28759 Dies ist eine Fußnote in einer Tabelle.
28760 \end_layout
28761
28762 \end_inset
28763
28764
28765 \end_layout
28766
28767 \end_inset
28768 </cell>
28769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28770 \begin_inset Text
28771
28772 \begin_layout Plain Layout
28773 4
28774 \end_layout
28775
28776 \end_inset
28777 </cell>
28778 </row>
28779 <row>
28780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28781 \begin_inset Text
28782
28783 \begin_layout Plain Layout
28784 a
28785 \end_layout
28786
28787 \end_inset
28788 </cell>
28789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28790 \begin_inset Text
28791
28792 \begin_layout Plain Layout
28793 b
28794 \end_layout
28795
28796 \end_inset
28797 </cell>
28798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28799 \begin_inset Text
28800
28801 \begin_layout Plain Layout
28802 c
28803 \end_layout
28804
28805 \end_inset
28806 </cell>
28807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28808 \begin_inset Text
28809
28810 \begin_layout Plain Layout
28811 d
28812 \end_layout
28813
28814 \end_inset
28815 </cell>
28816 </row>
28817 <row>
28818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28819 \begin_inset Text
28820
28821 \begin_layout Plain Layout
28822 e
28823 \end_layout
28824
28825 \end_inset
28826 </cell>
28827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28828 \begin_inset Text
28829
28830 \begin_layout Plain Layout
28831 f
28832 \end_layout
28833
28834 \end_inset
28835 </cell>
28836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28837 \begin_inset Text
28838
28839 \begin_layout Plain Layout
28840 g
28841 \end_layout
28842
28843 \end_inset
28844 </cell>
28845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28846 \begin_inset Text
28847
28848 \begin_layout Plain Layout
28849 h
28850 \end_layout
28851
28852 \end_inset
28853 </cell>
28854 </row>
28855 </lyxtabular>
28856
28857 \end_inset
28858
28859
28860 \end_layout
28861
28862 \begin_layout Standard
28863 \noindent
28864 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
28865  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
28866  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
28867  außerhalb.
28868 \end_layout
28869
28870 \begin_layout Standard
28871 \align center
28872 \begin_inset Box Frameless
28873 position "t"
28874 hor_pos "c"
28875 has_inner_box 1
28876 inner_pos "c"
28877 use_parbox 0
28878 width "30col%"
28879 special "none"
28880 height "1in"
28881 height_special "totalheight"
28882 status open
28883
28884 \begin_layout Plain Layout
28885 \align center
28886 \begin_inset Tabular
28887 <lyxtabular version="3" rows="3" columns="4">
28888 <features>
28889 <column alignment="center" valignment="top" width="0pt">
28890 <column alignment="center" valignment="top" width="0pt">
28891 <column alignment="center" valignment="top" width="0pt">
28892 <column alignment="center" valignment="top" width="0pt">
28893 <row>
28894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28895 \begin_inset Text
28896
28897 \begin_layout Plain Layout
28898 1
28899 \end_layout
28900
28901 \end_inset
28902 </cell>
28903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28904 \begin_inset Text
28905
28906 \begin_layout Plain Layout
28907 2
28908 \end_layout
28909
28910 \end_inset
28911 </cell>
28912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28913 \begin_inset Text
28914
28915 \begin_layout Plain Layout
28916 3
28917 \begin_inset Foot
28918 status collapsed
28919
28920 \begin_layout Plain Layout
28921 Dies ist eine Fußnote in einer Tabelle.
28922 \end_layout
28923
28924 \end_inset
28925
28926
28927 \end_layout
28928
28929 \end_inset
28930 </cell>
28931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28932 \begin_inset Text
28933
28934 \begin_layout Plain Layout
28935 4
28936 \end_layout
28937
28938 \end_inset
28939 </cell>
28940 </row>
28941 <row>
28942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28943 \begin_inset Text
28944
28945 \begin_layout Plain Layout
28946 a
28947 \end_layout
28948
28949 \end_inset
28950 </cell>
28951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28952 \begin_inset Text
28953
28954 \begin_layout Plain Layout
28955 b
28956 \end_layout
28957
28958 \end_inset
28959 </cell>
28960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28961 \begin_inset Text
28962
28963 \begin_layout Plain Layout
28964 c
28965 \end_layout
28966
28967 \end_inset
28968 </cell>
28969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28970 \begin_inset Text
28971
28972 \begin_layout Plain Layout
28973 d
28974 \end_layout
28975
28976 \end_inset
28977 </cell>
28978 </row>
28979 <row>
28980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28981 \begin_inset Text
28982
28983 \begin_layout Plain Layout
28984 e
28985 \end_layout
28986
28987 \end_inset
28988 </cell>
28989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28990 \begin_inset Text
28991
28992 \begin_layout Plain Layout
28993 f
28994 \end_layout
28995
28996 \end_inset
28997 </cell>
28998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28999 \begin_inset Text
29000
29001 \begin_layout Plain Layout
29002 g
29003 \end_layout
29004
29005 \end_inset
29006 </cell>
29007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29008 \begin_inset Text
29009
29010 \begin_layout Plain Layout
29011 h
29012 \end_layout
29013
29014 \end_inset
29015 </cell>
29016 </row>
29017 </lyxtabular>
29018
29019 \end_inset
29020
29021
29022 \end_layout
29023
29024 \end_inset
29025
29026
29027 \end_layout
29028
29029 \begin_layout Standard
29030 \begin_inset VSpace bigskip
29031 \end_inset
29032
29033 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
29034  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
29035  Absätze nicht eingerückt werden, obwohl Sie das in 
29036 \family sans
29037 Dokument
29038 \family default
29039 \SpecialChar \menuseparator
29040
29041 \family sans
29042 Einstellun\SpecialChar \-
29043 gen\SpecialChar \menuseparator
29044 Textformat
29045 \family default
29046  festgelegt haben.
29047  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
29048  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
29049 \series bold
29050
29051 \backslash
29052 hspace*{1em}
29053 \series default
29054 .
29055 \end_layout
29056
29057 \begin_layout Standard
29058 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
29059  zu verpassen, siehe Abschnitt
29060 \begin_inset space ~
29061 \end_inset
29062
29063
29064 \begin_inset CommandInset ref
29065 LatexCommand ref
29066 reference "uab:Farbe-für-Absätze"
29067
29068 \end_inset
29069
29070 .
29071 \end_layout
29072
29073 \begin_layout Standard
29074 \begin_inset Note Greyedout
29075 status open
29076
29077 \begin_layout Plain Layout
29078
29079 \series bold
29080 Bemerkung:
29081 \series default
29082  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
29083  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
29084 \end_layout
29085
29086 \end_inset
29087
29088
29089 \end_layout
29090
29091 \begin_layout Section
29092 Parbox
29093 \begin_inset CommandInset label
29094 LatexCommand label
29095 name "abs:Parbox"
29096
29097 \end_inset
29098
29099
29100 \begin_inset Index
29101 status collapsed
29102
29103 \begin_layout Plain Layout
29104 Boxen ! Parbox
29105 \end_layout
29106
29107 \end_inset
29108
29109
29110 \end_layout
29111
29112 \begin_layout Standard
29113 Parbox ist eine Abkürzung für 
29114 \begin_inset Quotes gld
29115 \end_inset
29116
29117 paragraph box
29118 \begin_inset Quotes grd
29119 \end_inset
29120
29121 , was Absatzbox bedeutet.
29122  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
29123  Parboxen einige Einschränkungen.
29124  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
29125  gedruckt:
29126 \end_layout
29127
29128 \begin_layout Standard
29129 \align center
29130 \begin_inset Box Frameless
29131 position "t"
29132 hor_pos "c"
29133 has_inner_box 1
29134 inner_pos "t"
29135 use_parbox 1
29136 width "33col%"
29137 special "none"
29138 height "1in"
29139 height_special "totalheight"
29140 status collapsed
29141
29142 \begin_layout Plain Layout
29143 Dies ist Text in einer Parbox.
29144  Dies ist Text in einer Parbox.
29145 \end_layout
29146
29147 \begin_layout Plain Layout
29148 Diese Fußnote wird nicht gedruckt:
29149 \begin_inset Foot
29150 status collapsed
29151
29152 \begin_layout Plain Layout
29153 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
29154 \end_layout
29155
29156 \end_inset
29157
29158
29159 \end_layout
29160
29161 \end_inset
29162
29163
29164 \end_layout
29165
29166 \begin_layout Standard
29167 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
29168  und Theoreme enthalten.
29169 \end_layout
29170
29171 \begin_layout Section
29172 Boxen für Worte und Buchstaben
29173 \begin_inset Index
29174 status collapsed
29175
29176 \begin_layout Plain Layout
29177 Boxen ! für Buchstaben
29178 \end_layout
29179
29180 \end_inset
29181
29182
29183 \end_layout
29184
29185 \begin_layout Subsection
29186 Silbentrennung unterbinden 
29187 \begin_inset CommandInset label
29188 LatexCommand label
29189 name "abs:Silbentrennung-unterbinden"
29190
29191 \end_inset
29192
29193
29194 \begin_inset Index
29195 status collapsed
29196
29197 \begin_layout Plain Layout
29198 Boxen ! zur Vermeidung von Silbentrennung
29199 \end_layout
29200
29201 \end_inset
29202
29203
29204 \end_layout
29205
29206 \begin_layout Standard
29207 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
29208 \begin_inset Newline newline
29209 \end_inset
29210
29211 Hier ist ein Beispiel: 
29212 \end_layout
29213
29214 \begin_layout Standard
29215 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
29216 \begin_inset Quotes gld
29217 \end_inset
29218
29219 einsehrsehrsehrlangeswort
29220 \begin_inset Quotes grd
29221 \end_inset
29222
29223 .
29224 \end_layout
29225
29226 \begin_layout Standard
29227 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
29228  soll, den TeX-Code
29229 \end_layout
29230
29231 \begin_layout Standard
29232
29233 \series bold
29234
29235 \backslash
29236 mbox{
29237 \end_layout
29238
29239 \begin_layout Standard
29240 ein.
29241  Hinter dem Wort fügen Sie 
29242 \series bold
29243
29244 \begin_inset Quotes gld
29245 \end_inset
29246
29247 }
29248 \series default
29249
29250 \begin_inset Quotes grd
29251 \end_inset
29252
29253  als TeX-Code ein.
29254  Hier ist das Ergebnis:
29255 \end_layout
29256
29257 \begin_layout Standard
29258 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29259 \begin_inset ERT
29260 status collapsed
29261
29262 \begin_layout Plain Layout
29263
29264
29265 \backslash
29266 mbox{
29267 \end_layout
29268
29269 \end_inset
29270
29271
29272 \begin_inset Quotes gld
29273 \end_inset
29274
29275 einsehrsehrsehrlangeswort
29276 \begin_inset Quotes grd
29277 \end_inset
29278
29279
29280 \begin_inset ERT
29281 status collapsed
29282
29283 \begin_layout Plain Layout
29284
29285 }
29286 \end_layout
29287
29288 \end_inset
29289
29290 .
29291 \end_layout
29292
29293 \begin_layout Standard
29294 Alternativ dazu kann man auch den Befehl 
29295 \begin_inset Quotes gld
29296 \end_inset
29297
29298
29299 \series bold
29300
29301 \backslash
29302 -
29303 \series default
29304
29305 \begin_inset Quotes grd
29306 \end_inset
29307
29308  als TeX-Code direkt vor das Wort setzen:
29309 \end_layout
29310
29311 \begin_layout Standard
29312 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29313 \begin_inset Quotes gld
29314 \end_inset
29315
29316
29317 \begin_inset ERT
29318 status collapsed
29319
29320 \begin_layout Plain Layout
29321
29322
29323 \backslash
29324 -
29325 \end_layout
29326
29327 \end_inset
29328
29329 einsehrsehrsehrlangeswort
29330 \begin_inset Quotes grd
29331 \end_inset
29332
29333 .
29334 \end_layout
29335
29336 \begin_layout Standard
29337 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
29338  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
29339 \series bold
29340 Strg-Eingabe
29341 \series default
29342 ) einfügen: 
29343 \end_layout
29344
29345 \begin_layout Standard
29346 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
29347 \begin_inset Newline newline
29348 \end_inset
29349
29350
29351 \begin_inset ERT
29352 status collapsed
29353
29354 \begin_layout Plain Layout
29355
29356
29357 \backslash
29358 mbox{
29359 \end_layout
29360
29361 \end_inset
29362
29363
29364 \begin_inset Quotes gld
29365 \end_inset
29366
29367 einsehrsehrsehrlangeswort
29368 \begin_inset Quotes grd
29369 \end_inset
29370
29371
29372 \begin_inset ERT
29373 status collapsed
29374
29375 \begin_layout Plain Layout
29376
29377 }
29378 \end_layout
29379
29380 \end_inset
29381
29382 .
29383 \end_layout
29384
29385 \begin_layout Subsection
29386 Vertikale Ausrichtung
29387 \begin_inset CommandInset label
29388 LatexCommand label
29389 name "uab:Vertikale-Ausrichtung"
29390
29391 \end_inset
29392
29393
29394 \begin_inset Index
29395 status collapsed
29396
29397 \begin_layout Plain Layout
29398 Boxen ! für Vertikale Ausrichtung
29399 \end_layout
29400
29401 \end_inset
29402
29403
29404 \begin_inset Index
29405 status collapsed
29406
29407 \begin_layout Plain Layout
29408 Boxen ! raisebox
29409 \end_layout
29410
29411 \end_inset
29412
29413
29414 \end_layout
29415
29416 \begin_layout Standard
29417 Mit dem LaTeX-Befehl 
29418 \series bold
29419
29420 \backslash
29421 raisebox
29422 \series default
29423  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29424 n Textes ausrichten.
29425  
29426 \series bold
29427
29428 \backslash
29429 raisebox
29430 \series default
29431  wird folgendermaßen benutzt:
29432 \end_layout
29433
29434 \begin_layout Standard
29435
29436 \series bold
29437
29438 \backslash
29439 raisebox{Verschiebung}[oben][unten]{Text}
29440 \end_layout
29441
29442 \begin_layout Standard
29443 Positive Werte für Verschiebung
29444 \series bold
29445  
29446 \series default
29447 verschieben die Box nach oben, negative nach unten.
29448  Die beiden optionalen Parameter 
29449 \family typewriter
29450 oben
29451 \family default
29452  und 
29453 \family typewriter
29454 unten
29455 \family default
29456  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29457  hinausgeht, wenn sie nicht verschoben ist.
29458 \end_layout
29459
29460 \begin_layout Standard
29461 Um zum Beispiel das Wort 
29462 \begin_inset Quotes gld
29463 \end_inset
29464
29465 provokant
29466 \begin_inset Quotes grd
29467 \end_inset
29468
29469  mit seinem 
29470 \begin_inset Quotes gld
29471 \end_inset
29472
29473 niedrigsten
29474 \begin_inset Quotes grd
29475 \end_inset
29476
29477  Buchstaben 
29478 \begin_inset Quotes gld
29479 \end_inset
29480
29481 p
29482 \begin_inset Quotes grd
29483 \end_inset
29484
29485  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29486 \end_layout
29487
29488 \begin_layout Standard
29489
29490 \series bold
29491
29492 \backslash
29493 raisebox{
29494 \backslash
29495 depth}{
29496 \end_layout
29497
29498 \begin_layout Standard
29499 vor dem Wort einfügen und 
29500 \begin_inset Quotes gld
29501 \end_inset
29502
29503
29504 \series bold
29505 }
29506 \series default
29507
29508 \begin_inset Quotes grd
29509 \end_inset
29510
29511  als TeX-Code dahinter:
29512 \end_layout
29513
29514 \begin_layout Standard
29515 Dies ist eine Zeile, in der das Wort 
29516 \begin_inset ERT
29517 status collapsed
29518
29519 \begin_layout Plain Layout
29520
29521
29522 \backslash
29523 raisebox{
29524 \backslash
29525 depth}{
29526 \end_layout
29527
29528 \end_inset
29529
29530
29531 \begin_inset Quotes gld
29532 \end_inset
29533
29534 provokant
29535 \begin_inset Quotes grd
29536 \end_inset
29537
29538
29539 \begin_inset ERT
29540 status collapsed
29541
29542 \begin_layout Plain Layout
29543
29544 }
29545 \end_layout
29546
29547 \end_inset
29548
29549  nach oben verschoben wurde.
29550 \end_layout
29551
29552 \begin_layout Standard
29553 \begin_inset VSpace bigskip
29554 \end_inset
29555
29556 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29557  gedehnt:
29558 \end_layout
29559
29560 \begin_layout Standard
29561 Dies ist eine Zeile, in der das Wort 
29562 \begin_inset ERT
29563 status collapsed
29564
29565 \begin_layout Plain Layout
29566
29567
29568 \backslash
29569 raisebox{-
29570 \backslash
29571 depth}{
29572 \end_layout
29573
29574 \end_inset
29575
29576
29577 \begin_inset Quotes gld
29578 \end_inset
29579
29580 provokant
29581 \begin_inset Quotes grd
29582 \end_inset
29583
29584
29585 \begin_inset ERT
29586 status collapsed
29587
29588 \begin_layout Plain Layout
29589
29590 }
29591 \end_layout
29592
29593 \end_inset
29594
29595  nach unten verschoben wurde.
29596 \end_layout
29597
29598 \begin_layout Standard
29599 Dies ist eine Zeile, in der das Wort 
29600 \begin_inset ERT
29601 status collapsed
29602
29603 \begin_layout Plain Layout
29604
29605
29606 \backslash
29607 raisebox{0.5cm}{
29608 \end_layout
29609
29610 \end_inset
29611
29612
29613 \begin_inset Quotes gld
29614 \end_inset
29615
29616 testen
29617 \begin_inset Quotes grd
29618 \end_inset
29619
29620
29621 \begin_inset ERT
29622 status collapsed
29623
29624 \begin_layout Plain Layout
29625
29626 }
29627 \end_layout
29628
29629 \end_inset
29630
29631  um 0.5
29632 \begin_inset space \thinspace{}
29633 \end_inset
29634
29635 cm nach oben verschoben wurde.
29636 \end_layout
29637
29638 \begin_layout Standard
29639 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
29640 \end_layout
29641
29642 \begin_layout Standard
29643
29644 \series bold
29645
29646 \backslash
29647 raisebox{-
29648 \backslash
29649 depth}[0pt]{
29650 \end_layout
29651
29652 \begin_layout Standard
29653 Dies ist eine Zeile, in der das Wort 
29654 \begin_inset ERT
29655 status collapsed
29656
29657 \begin_layout Plain Layout
29658
29659
29660 \backslash
29661 raisebox{-
29662 \backslash
29663 depth}[0pt]{
29664 \end_layout
29665
29666 \end_inset
29667
29668
29669 \begin_inset Quotes gld
29670 \end_inset
29671
29672 provokant
29673 \begin_inset Quotes grd
29674 \end_inset
29675
29676
29677 \begin_inset ERT
29678 status collapsed
29679
29680 \begin_layout Plain Layout
29681
29682 }
29683 \end_layout
29684
29685 \end_inset
29686
29687  nach unten verschoben wurde.
29688 \end_layout
29689
29690 \begin_layout Standard
29691 Dies ist eine Zeile, in der das Wort 
29692 \begin_inset ERT
29693 status collapsed
29694
29695 \begin_layout Plain Layout
29696
29697
29698 \backslash
29699 raisebox{0.5cm}[0pt]{
29700 \end_layout
29701
29702 \end_inset
29703
29704
29705 \begin_inset Quotes gld
29706 \end_inset
29707
29708 testen
29709 \begin_inset Quotes grd
29710 \end_inset
29711
29712
29713 \begin_inset ERT
29714 status collapsed
29715
29716 \begin_layout Plain Layout
29717
29718 }
29719 \end_layout
29720
29721 \end_inset
29722
29723  um 0.5
29724 \begin_inset space \thinspace{}
29725 \end_inset
29726
29727 cm nach oben verschoben wurde.
29728  Jetzt überschneiden sich die verschobenen Worte.
29729 \end_layout
29730
29731 \begin_layout Section
29732 Farbige Boxen
29733 \begin_inset CommandInset label
29734 LatexCommand label
29735 name "abs:Farbige-Boxen"
29736
29737 \end_inset
29738
29739
29740 \begin_inset Index
29741 status collapsed
29742
29743 \begin_layout Plain Layout
29744 Boxen ! farbige
29745 \end_layout
29746
29747 \end_inset
29748
29749
29750 \end_layout
29751
29752 \begin_layout Subsection
29753 Text-Hintergrundfarbe
29754 \begin_inset Index
29755 status collapsed
29756
29757 \begin_layout Plain Layout
29758 Farbe ! für Text-Hintergrund
29759 \end_layout
29760
29761 \end_inset
29762
29763
29764 \end_layout
29765
29766 \begin_layout Standard
29767 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
29768  sogenannten 
29769 \begin_inset Quotes gld
29770 \end_inset
29771
29772 colorbox
29773 \begin_inset Quotes grd
29774 \end_inset
29775
29776  stehen.
29777  Dafür muss das LaTeX-Paket 
29778 \series bold
29779 color
29780 \series default
29781
29782 \begin_inset Index
29783 status collapsed
29784
29785 \begin_layout Plain Layout
29786 LaTeX-Pakete ! color
29787 \end_layout
29788
29789 \end_inset
29790
29791  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
29792 \end_layout
29793
29794 \begin_layout Standard
29795
29796 \series bold
29797
29798 \backslash
29799 @ifundefined{textcolor}
29800 \begin_inset Newline newline
29801 \end_inset
29802
29803
29804 \begin_inset ERT
29805 status collapsed
29806
29807 \begin_layout Plain Layout
29808
29809
29810 \backslash
29811 hphantom{ }
29812 \end_layout
29813
29814 \end_inset
29815
29816 {
29817 \backslash
29818 usepackage{color}}{}
29819 \end_layout
29820
29821 \begin_layout Standard
29822 Wenn Sie Text einfärben, lädt LyX das Paket 
29823 \series bold
29824 color
29825 \series default
29826  automatisch.
29827 \begin_inset Foot
29828 status collapsed
29829
29830 \begin_layout Plain Layout
29831 Der Befehl 
29832 \series bold
29833
29834 \backslash
29835 @ifundefined
29836 \series default
29837  vermeidet, dass es in diesem Fall doppelt geladen wird.
29838 \end_layout
29839
29840 \end_inset
29841
29842
29843 \end_layout
29844
29845 \begin_layout Standard
29846 \begin_inset VSpace medskip
29847 \end_inset
29848
29849 Colorboxen werden mit dem Befehl 
29850 \series bold
29851
29852 \backslash
29853 colorbox
29854 \series default
29855  erzeugt:
29856 \end_layout
29857
29858 \begin_layout Standard
29859
29860 \series bold
29861
29862 \backslash
29863 colorbox{Farbe}{Boxinhalt}
29864 \end_layout
29865
29866 \begin_layout Standard
29867 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
29868  Boxen sein.
29869 \end_layout
29870
29871 \begin_layout Standard
29872 Die folgenden Farben sind vordefiniert:
29873 \family sans
29874  schwarz
29875 \family default
29876
29877 \family sans
29878 wei
29879 \family default
29880 ß, 
29881 \family sans
29882 rot
29883 \family default
29884 \series bold
29885 ,
29886 \series default
29887  
29888 \family sans
29889 grün
29890 \family default
29891
29892 \family sans
29893 blau
29894 \family default
29895
29896 \family sans
29897 türkis
29898 \family default
29899
29900 \family sans
29901 purpurrot
29902 \family default
29903  und 
29904 \family sans
29905 gelb
29906 \family default
29907 .
29908 \end_layout
29909
29910 \begin_layout Standard
29911 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
29912 \begin_inset space ~
29913 \end_inset
29914
29915
29916 \begin_inset CommandInset ref
29917 LatexCommand ref
29918 reference "abs:Farbige-Tabellen"
29919
29920 \end_inset
29921
29922  beschrieben.
29923 \end_layout
29924
29925 \begin_layout Standard
29926 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
29927  den TeX-Code-Befehl
29928 \end_layout
29929
29930 \begin_layout Standard
29931
29932 \series bold
29933
29934 \backslash
29935 colorbox{red}{
29936 \end_layout
29937
29938 \begin_layout Standard
29939 vor dem Wort ein.
29940  Hinter dem Wort fügen Sie 
29941 \series bold
29942
29943 \begin_inset Quotes gld
29944 \end_inset
29945
29946 }
29947 \series default
29948
29949 \begin_inset Quotes grd
29950 \end_inset
29951
29952  als TeX-Code ein.
29953  Hier ist das Ergebnis:
29954 \end_layout
29955
29956 \begin_layout Standard
29957 In dieser Zeile hat 
29958 \begin_inset ERT
29959 status collapsed
29960
29961 \begin_layout Plain Layout
29962
29963
29964 \backslash
29965 colorbox{red}{
29966 \end_layout
29967
29968 \end_inset
29969
29970 Achtung!
29971 \begin_inset ERT
29972 status collapsed
29973
29974 \begin_layout Plain Layout
29975
29976 }
29977 \end_layout
29978
29979 \end_inset
29980
29981  einen roten Hintergrund.
29982 \end_layout
29983
29984 \begin_layout Standard
29985 \begin_inset VSpace bigskip
29986 \end_inset
29987
29988 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
29989  
29990 \series bold
29991
29992 \backslash
29993 fcolorbox
29994 \series default
29995  verwenden:
29996 \end_layout
29997
29998 \begin_layout Standard
29999
30000 \series bold
30001
30002 \backslash
30003 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
30004 \end_layout
30005
30006 \begin_layout Standard
30007
30008 \series bold
30009
30010 \backslash
30011 fcolorbox
30012 \series default
30013  ist eine Erweiterung von 
30014 \series bold
30015
30016 \backslash
30017 colorbox
30018 \series default
30019 .
30020  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
30021  
30022 \series bold
30023
30024 \backslash
30025 fboxrule
30026 \series default
30027  und 
30028 \series bold
30029
30030 \backslash
30031 fboxsep
30032 \series default
30033  gesteuert werden, wie in Abschnitt
30034 \begin_inset space ~
30035 \end_inset
30036
30037
30038 \begin_inset CommandInset ref
30039 LatexCommand ref
30040 reference "uab:Verzierung"
30041
30042 \end_inset
30043
30044  beschrieben.
30045 \end_layout
30046
30047 \begin_layout Standard
30048 Für das folgende Beispiel wurde der Befehl
30049 \end_layout
30050
30051 \begin_layout Standard
30052
30053 \series bold
30054
30055 \backslash
30056 fcolorbox{cyan}{magenta}{
30057 \end_layout
30058
30059 \begin_layout Standard
30060 benutzt.
30061  Hier wurden die Rahmendicke und der Abstand auf 1
30062 \begin_inset space \thinspace{}
30063 \end_inset
30064
30065 mm gesetzt:
30066 \begin_inset Newline newline
30067 \end_inset
30068
30069
30070 \begin_inset ERT
30071 status collapsed
30072
30073 \begin_layout Plain Layout
30074
30075
30076 \backslash
30077 fboxrule 1mm 
30078 \backslash
30079 fboxsep 1mm
30080 \end_layout
30081
30082 \end_inset
30083
30084
30085 \begin_inset ERT
30086 status collapsed
30087
30088 \begin_layout Plain Layout
30089
30090
30091 \backslash
30092 fcolorbox{cyan}{green}{
30093 \end_layout
30094
30095 \end_inset
30096
30097 Dies ist Text in einer farbigen, gerahmten Box.
30098 \begin_inset ERT
30099 status collapsed
30100
30101 \begin_layout Plain Layout
30102
30103 }
30104 \end_layout
30105
30106 \end_inset
30107
30108
30109 \end_layout
30110
30111 \begin_layout Standard
30112 \begin_inset VSpace bigskip
30113 \end_inset
30114
30115 Natürlich gibt es auch farbigen Text in einer Colorbox:
30116 \begin_inset Newline newline
30117 \end_inset
30118
30119
30120 \begin_inset ERT
30121 status collapsed
30122
30123 \begin_layout Plain Layout
30124
30125
30126 \backslash
30127 fcolorbox{cyan}{green}{
30128 \end_layout
30129
30130 \end_inset
30131
30132
30133 \color yellow
30134 Dies ist farbiger Text in einer farbigen, gerahmten Box.
30135 \color none
30136
30137 \begin_inset ERT
30138 status collapsed
30139
30140 \begin_layout Plain Layout
30141
30142 }
30143 \end_layout
30144
30145 \end_inset
30146
30147
30148 \begin_inset ERT
30149 status collapsed
30150
30151 \begin_layout Plain Layout
30152
30153
30154 \backslash
30155 fboxrule 0.4pt 
30156 \backslash
30157 fboxsep 3pt
30158 \end_layout
30159
30160 \end_inset
30161
30162
30163 \end_layout
30164
30165 \begin_layout Standard
30166 \begin_inset VSpace bigskip
30167 \end_inset
30168
30169
30170 \end_layout
30171
30172 \begin_layout Standard
30173 \begin_inset Note Greyedout
30174 status open
30175
30176 \begin_layout Plain Layout
30177 \noindent
30178
30179 \series bold
30180 Bemerkung:
30181 \series default
30182  Text in Colorboxen kann nicht umgebrochen werden.
30183  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
30184  wie im folgenden beschrieben.
30185 \end_layout
30186
30187 \end_inset
30188
30189
30190 \end_layout
30191
30192 \begin_layout Subsection
30193 Farbe für Absätze
30194 \begin_inset CommandInset label
30195 LatexCommand label
30196 name "uab:Farbe-für-Absätze"
30197
30198 \end_inset
30199
30200
30201 \begin_inset Index
30202 status collapsed
30203
30204 \begin_layout Plain Layout
30205 Farbe ! für Absätze
30206 \end_layout
30207
30208 \end_inset
30209
30210
30211 \end_layout
30212
30213 \begin_layout Standard
30214 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
30215  den Text in eine Minipage stellen.
30216  Vor der Minipage fügen Sie den TeX-Code-Befehl
30217 \end_layout
30218
30219 \begin_layout Standard
30220
30221 \series bold
30222
30223 \backslash
30224 colorbox{color}{
30225 \end_layout
30226
30227 \begin_layout Standard
30228 ein.
30229  Hinter der Minipage fügen Sie 
30230 \series bold
30231
30232 \begin_inset Quotes gld
30233 \end_inset
30234
30235 }
30236 \series default
30237
30238 \begin_inset Quotes grd
30239 \end_inset
30240
30241  als TeX-Code ein.
30242 \end_layout
30243
30244 \begin_layout Standard
30245 \begin_inset ERT
30246 status collapsed
30247
30248 \begin_layout Plain Layout
30249
30250
30251 \backslash
30252 colorbox{hellgrau}{
30253 \end_layout
30254
30255 \end_inset
30256
30257
30258 \begin_inset Box Frameless
30259 position "t"
30260 hor_pos "c"
30261 has_inner_box 1
30262 inner_pos "t"
30263 use_parbox 0
30264 width "100col%"
30265 special "none"
30266 height "1in"
30267 height_special "totalheight"
30268 status collapsed
30269
30270 \begin_layout Plain Layout
30271 Dies ist Text mit einer Hintergrundfarbe.
30272  Dies ist Text mit einer Hintergrundfarbe.
30273 \end_layout
30274
30275 \begin_layout Plain Layout
30276 Der Text kann Fußnoten
30277 \begin_inset Foot
30278 status open
30279
30280 \begin_layout Plain Layout
30281 Eine weitere Fußnote
30282 \end_layout
30283
30284 \end_inset
30285
30286  und Tabellen und Abbildungen enthalten.
30287 \end_layout
30288
30289 \begin_layout Plain Layout
30290 \align center
30291 \begin_inset Tabular
30292 <lyxtabular version="3" rows="3" columns="3">
30293 <features>
30294 <column alignment="center" valignment="top" width="0">
30295 <column alignment="center" valignment="top" width="0">
30296 <column alignment="center" valignment="top" width="0">
30297 <row>
30298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30299 \begin_inset Text
30300
30301 \begin_layout Plain Layout
30302 a
30303 \end_layout
30304
30305 \end_inset
30306 </cell>
30307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30308 \begin_inset Text
30309
30310 \begin_layout Plain Layout
30311 !
30312 \end_layout
30313
30314 \end_inset
30315 </cell>
30316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30317 \begin_inset Text
30318
30319 \begin_layout Plain Layout
30320 3
30321 \end_layout
30322
30323 \end_inset
30324 </cell>
30325 </row>
30326 <row>
30327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30328 \begin_inset Text
30329
30330 \begin_layout Plain Layout
30331 <
30332 \end_layout
30333
30334 \end_inset
30335 </cell>
30336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30337 \begin_inset Text
30338
30339 \begin_layout Plain Layout
30340 b2
30341 \begin_inset Quotes erd
30342 \end_inset
30343
30344 |
30345 \end_layout
30346
30347 \end_inset
30348 </cell>
30349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30350 \begin_inset Text
30351
30352 \begin_layout Plain Layout
30353 >
30354 \end_layout
30355
30356 \end_inset
30357 </cell>
30358 </row>
30359 <row>
30360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30361 \begin_inset Text
30362
30363 \begin_layout Plain Layout
30364 1
30365 \end_layout
30366
30367 \end_inset
30368 </cell>
30369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30370 \begin_inset Text
30371
30372 \begin_layout Plain Layout
30373 §
30374 \end_layout
30375
30376 \end_inset
30377 </cell>
30378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30379 \begin_inset Text
30380
30381 \begin_layout Plain Layout
30382 c
30383 \end_layout
30384
30385 \end_inset
30386 </cell>
30387 </row>
30388 </lyxtabular>
30389
30390 \end_inset
30391
30392
30393 \end_layout
30394
30395 \end_inset
30396
30397
30398 \begin_inset ERT
30399 status collapsed
30400
30401 \begin_layout Plain Layout
30402
30403 }
30404 \end_layout
30405
30406 \end_inset
30407
30408
30409 \end_layout
30410
30411 \begin_layout Section
30412 Rotierte und skalierte Boxen
30413 \end_layout
30414
30415 \begin_layout Standard
30416 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30417 \series bold
30418 graphicx
30419 \series default
30420
30421 \begin_inset Index
30422 status collapsed
30423
30424 \begin_layout Plain Layout
30425 LaTeX-Pakete ! graphicx
30426 \end_layout
30427
30428 \end_inset
30429
30430  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30431 \end_layout
30432
30433 \begin_layout Standard
30434
30435 \series bold
30436
30437 \backslash
30438 @ifundefined{rotatebox}
30439 \begin_inset Newline newline
30440 \end_inset
30441
30442
30443 \begin_inset ERT
30444 status collapsed
30445
30446 \begin_layout Plain Layout
30447
30448
30449 \backslash
30450 hphantom{ }
30451 \end_layout
30452
30453 \end_inset
30454
30455 {
30456 \backslash
30457 usepackage{graphicx}}{}
30458 \end_layout
30459
30460 \begin_layout Standard
30461 \begin_inset Note Greyedout
30462 status open
30463
30464 \begin_layout Plain Layout
30465
30466 \series bold
30467 Bemerkung:
30468 \series default
30469  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30470  darstellen.
30471  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30472 \end_layout
30473
30474 \end_inset
30475
30476
30477 \end_layout
30478
30479 \begin_layout Standard
30480 \begin_inset Note Greyedout
30481 status open
30482
30483 \begin_layout Plain Layout
30484
30485 \series bold
30486 Bemerkung:
30487 \series default
30488  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30489 \end_layout
30490
30491 \end_inset
30492
30493
30494 \end_layout
30495
30496 \begin_layout Subsection
30497 Rotierte Boxen
30498 \begin_inset Index
30499 status collapsed
30500
30501 \begin_layout Plain Layout
30502 Boxen ! rotierte
30503 \end_layout
30504
30505 \end_inset
30506
30507
30508 \begin_inset Index
30509 status collapsed
30510
30511 \begin_layout Plain Layout
30512 Rotiertes Material
30513 \end_layout
30514
30515 \end_inset
30516
30517
30518 \begin_inset Index
30519 status collapsed
30520
30521 \begin_layout Plain Layout
30522 Abbildungen ! rotierte
30523 \end_layout
30524
30525 \end_inset
30526
30527
30528 \begin_inset Index
30529 status collapsed
30530
30531 \begin_layout Plain Layout
30532 Tabellen ! rotierte
30533 \end_layout
30534
30535 \end_inset
30536
30537
30538 \end_layout
30539
30540 \begin_layout Standard
30541 Um Text zu drehen, verwendet man den Befehl 
30542 \series bold
30543
30544 \backslash
30545 rotatebox
30546 \series default
30547  im TeX-Code nach folgendem Schema:
30548 \end_layout
30549
30550 \begin_layout Standard
30551
30552 \series bold
30553
30554 \backslash
30555 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30556 \end_layout
30557
30558 \begin_layout Standard
30559 Der Drehpunkt wird mit 
30560 \series bold
30561 origin=Position
30562 \series default
30563  angegeben.
30564  Folgende Positionen sind möglich: 
30565 \emph on
30566 c
30567 \emph default
30568  (mittig), 
30569 \emph on
30570 l
30571 \emph default
30572  (links), 
30573 \emph on
30574 r
30575 \emph default
30576  (rechts), 
30577 \emph on
30578 b
30579 \emph default
30580  (unten), 
30581 \emph on
30582 t
30583 \emph default
30584  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30585  Z.
30586 \begin_inset space \thinspace{}
30587 \end_inset
30588
30589 B.
30590  bedeutet 
30591 \emph on
30592 lt
30593 \emph default
30594 , dass sich der Drehpunkt links oben befindet.
30595  Wird kein Drehpunkt angegeben, wird die Position 
30596 \emph on
30597 l
30598 \emph default
30599  verwendet.
30600  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30601  Gedreht wird gegen den Uhrzeigersinn.
30602 \end_layout
30603
30604 \begin_layout Standard
30605 Im folgenden Beispiel wurde vor dem Text der Befehl 
30606 \series bold
30607
30608 \backslash
30609 rotatebox[origin=c]{60}{
30610 \series default
30611  im TeX-Modus eingegeben.
30612  Nach dem Text wurde die schließende Klammer 
30613 \series bold
30614 }
30615 \series default
30616  wiederum im TeX-Modus eingegeben.
30617 \end_layout
30618
30619 \begin_layout Standard
30620 Dies ist eine Zeile 
30621 \begin_inset ERT
30622 status collapsed
30623
30624 \begin_layout Plain Layout
30625
30626
30627 \backslash
30628 rotatebox[origin=c]{60}{
30629 \end_layout
30630
30631 \end_inset
30632
30633 mit rotiertem
30634 \begin_inset ERT
30635 status collapsed
30636
30637 \begin_layout Plain Layout
30638
30639 }
30640 \end_layout
30641
30642 \end_inset
30643
30644  Text.
30645 \end_layout
30646
30647 \begin_layout Standard
30648 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
30649 \end_layout
30650
30651 \begin_layout Standard
30652 Dies ist eine Zeile 
30653 \begin_inset ERT
30654 status collapsed
30655
30656 \begin_layout Plain Layout
30657
30658
30659 \backslash
30660 rotatebox[origin=r]{-60}{
30661 \end_layout
30662
30663 \end_inset
30664
30665
30666 \begin_inset Box Doublebox
30667 position "c"
30668 hor_pos "c"
30669 has_inner_box 0
30670 inner_pos "c"
30671 use_parbox 0
30672 width "1in"
30673 special "width"
30674 height "1in"
30675 height_special "totalheight"
30676 status collapsed
30677
30678 \begin_layout Plain Layout
30679 mit rotiertem
30680 \end_layout
30681
30682 \end_inset
30683
30684
30685 \begin_inset ERT
30686 status collapsed
30687
30688 \begin_layout Plain Layout
30689
30690 }
30691 \end_layout
30692
30693 \end_inset
30694
30695  umrandeten Text 
30696 \begin_inset ERT
30697 status collapsed
30698
30699 \begin_layout Plain Layout
30700
30701
30702 \backslash
30703 rotatebox[origin=lb]{60}{
30704 \end_layout
30705
30706 \end_inset
30707
30708
30709 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30710 \end_inset
30711
30712
30713 \begin_inset ERT
30714 status collapsed
30715
30716 \begin_layout Plain Layout
30717
30718 }
30719 \end_layout
30720
30721 \end_inset
30722
30723  und einer Formel.
30724 \end_layout
30725
30726 \begin_layout Standard
30727 Oder ein Bild oder Tabelle:
30728 \end_layout
30729
30730 \begin_layout Standard
30731 Dies ist eine Zeile 
30732 \begin_inset ERT
30733 status collapsed
30734
30735 \begin_layout Plain Layout
30736
30737
30738 \backslash
30739 rotatebox[origin=lb]{90}{
30740 \end_layout
30741
30742 \end_inset
30743
30744
30745 \begin_inset Graphics
30746         filename ../clipart/platypus.eps
30747         lyxscale 50
30748         width 25col%
30749
30750 \end_inset
30751
30752
30753 \begin_inset ERT
30754 status collapsed
30755
30756 \begin_layout Plain Layout
30757
30758 }
30759 \end_layout
30760
30761 \end_inset
30762
30763  mit einem rotierten Bild 
30764 \begin_inset ERT
30765 status collapsed
30766
30767 \begin_layout Plain Layout
30768
30769
30770 \backslash
30771 rotatebox[origin=l]{-90}{
30772 \end_layout
30773
30774 \end_inset
30775
30776
30777 \begin_inset Tabular
30778 <lyxtabular version="3" rows="2" columns="2">
30779 <features>
30780 <column alignment="center" valignment="top" width="0">
30781 <column alignment="center" valignment="top" width="0">
30782 <row>
30783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30784 \begin_inset Text
30785
30786 \begin_layout Plain Layout
30787 q
30788 \end_layout
30789
30790 \end_inset
30791 </cell>
30792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30793 \begin_inset Text
30794
30795 \begin_layout Plain Layout
30796 w
30797 \end_layout
30798
30799 \end_inset
30800 </cell>
30801 </row>
30802 <row>
30803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30804 \begin_inset Text
30805
30806 \begin_layout Plain Layout
30807 e
30808 \end_layout
30809
30810 \end_inset
30811 </cell>
30812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30813 \begin_inset Text
30814
30815 \begin_layout Plain Layout
30816 r
30817 \end_layout
30818
30819 \end_inset
30820 </cell>
30821 </row>
30822 </lyxtabular>
30823
30824 \end_inset
30825
30826
30827 \begin_inset ERT
30828 status collapsed
30829
30830 \begin_layout Plain Layout
30831
30832 }
30833 \end_layout
30834
30835 \end_inset
30836
30837  und Tabelle.
30838 \end_layout
30839
30840 \begin_layout Subsection
30841 Skalierte Boxen
30842 \begin_inset Index
30843 status collapsed
30844
30845 \begin_layout Plain Layout
30846 Boxen ! skalierte
30847 \end_layout
30848
30849 \end_inset
30850
30851
30852 \begin_inset Index
30853 status collapsed
30854
30855 \begin_layout Plain Layout
30856 Skaliertes Material
30857 \end_layout
30858
30859 \end_inset
30860
30861
30862 \begin_inset Index
30863 status collapsed
30864
30865 \begin_layout Plain Layout
30866 Abbildungen ! skalierte
30867 \end_layout
30868
30869 \end_inset
30870
30871
30872 \begin_inset Index
30873 status collapsed
30874
30875 \begin_layout Plain Layout
30876 Tabellen ! skalierte
30877 \end_layout
30878
30879 \end_inset
30880
30881
30882 \end_layout
30883
30884 \begin_layout Standard
30885 Um Text zu skalieren, kann man die Befehle 
30886 \series bold
30887
30888 \backslash
30889 scalebox
30890 \series default
30891  und 
30892 \series bold
30893
30894 \backslash
30895 resizebox
30896 \series default
30897  im TeX-Modus verwenden.
30898 \end_layout
30899
30900 \begin_layout Standard
30901
30902 \series bold
30903
30904 \backslash
30905 scalebox
30906 \series default
30907  wird nach folgendem Schema verwendet:
30908 \end_layout
30909
30910 \begin_layout Standard
30911
30912 \series bold
30913
30914 \backslash
30915 scalebox{horizontal}[vertikal]{Boxinhalt}
30916 \end_layout
30917
30918 \begin_layout Standard
30919 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
30920  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
30921  verwendet.
30922 \end_layout
30923
30924 \begin_layout Standard
30925 Z.
30926 \begin_inset space \thinspace{}
30927 \end_inset
30928
30929 B.
30930  ergibt der Befehl 
30931 \series bold
30932
30933 \backslash
30934 scalebox{2}{Hallo}
30935 \series default
30936  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
30937 \begin_inset ERT
30938 status collapsed
30939
30940 \begin_layout Plain Layout
30941
30942
30943 \backslash
30944 scalebox{2}{
30945 \end_layout
30946
30947 \end_inset
30948
30949 Hallo
30950 \begin_inset ERT
30951 status collapsed
30952
30953 \begin_layout Plain Layout
30954
30955 }
30956 \end_layout
30957
30958 \end_inset
30959
30960 .
30961 \end_layout
30962
30963 \begin_layout Standard
30964
30965 \series bold
30966
30967 \backslash
30968 scalebox{2}[1]{Hallo}
30969 \series default
30970  verzerrt hingegen das 
30971 \begin_inset ERT
30972 status collapsed
30973
30974 \begin_layout Plain Layout
30975
30976
30977 \backslash
30978 scalebox{2}[1]{
30979 \end_layout
30980
30981 \end_inset
30982
30983 Hallo
30984 \begin_inset ERT
30985 status collapsed
30986
30987 \begin_layout Plain Layout
30988
30989 }
30990 \end_layout
30991
30992 \end_inset
30993
30994 .
30995 \end_layout
30996
30997 \begin_layout Standard
30998 Die Skalierungsfaktoren dürfen auch negativ sein.
30999  In diesem Fall wird der Boxinhalt gespiegelt.
31000 \end_layout
31001
31002 \begin_layout Standard
31003 Daher lässt sich mit dem Befehl 
31004 \series bold
31005
31006 \backslash
31007 scalebox{-1}[1]{Hallo}
31008 \series default
31009  Spiegelschrift erstellen: 
31010 \begin_inset ERT
31011 status collapsed
31012
31013 \begin_layout Plain Layout
31014
31015
31016 \backslash
31017 scalebox{-1}[1]{
31018 \end_layout
31019
31020 \end_inset
31021
31022 Hallo
31023 \begin_inset ERT
31024 status collapsed
31025
31026 \begin_layout Plain Layout
31027
31028 }
31029 \end_layout
31030
31031 \end_inset
31032
31033
31034 \end_layout
31035
31036 \begin_layout Standard
31037
31038 \series bold
31039
31040 \backslash
31041 scalebox{1}[-1]{Hallo}
31042 \series default
31043  spiegelt das 
31044 \begin_inset ERT
31045 status collapsed
31046
31047 \begin_layout Plain Layout
31048
31049
31050 \backslash
31051 scalebox{1}[-1]{
31052 \end_layout
31053
31054 \end_inset
31055
31056 Hallo
31057 \begin_inset ERT
31058 status collapsed
31059
31060 \begin_layout Plain Layout
31061
31062 }
31063 \end_layout
31064
31065 \end_inset
31066
31067  an der Grundlinie.
31068 \end_layout
31069
31070 \begin_layout Standard
31071 Zu 
31072 \series bold
31073
31074 \backslash
31075 scalebox{-1}[1]{Boxinhalt}
31076 \series default
31077  gibt es den äquivalenten Befehl
31078 \begin_inset Newline newline
31079 \end_inset
31080
31081
31082 \series bold
31083
31084 \backslash
31085 reflectbox{Boxinhalt}
31086 \series default
31087 .
31088 \end_layout
31089
31090 \begin_layout Standard
31091 \begin_inset VSpace bigskip
31092 \end_inset
31093
31094
31095 \series bold
31096
31097 \backslash
31098 resizebox
31099 \series default
31100  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
31101  skalieren.
31102  Das Befehlsschema ist folgendes:
31103 \end_layout
31104
31105 \begin_layout Standard
31106
31107 \series bold
31108
31109 \backslash
31110 resizebox{Breite}{Höhe}{Boxinhalt}
31111 \end_layout
31112
31113 \begin_layout Standard
31114 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
31115 \series bold
31116 !
31117 \series default
31118  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
31119  wird.
31120 \end_layout
31121
31122 \begin_layout Standard
31123 Der Befehl 
31124 \series bold
31125
31126 \backslash
31127 resizebox{2cm}{1cm}{Hallo}
31128 \series default
31129  ergibt: 
31130 \begin_inset ERT
31131 status collapsed
31132
31133 \begin_layout Plain Layout
31134
31135
31136 \backslash
31137 resizebox{2cm}{1cm}{
31138 \end_layout
31139
31140 \end_inset
31141
31142 Hallo
31143 \begin_inset ERT
31144 status collapsed
31145
31146 \begin_layout Plain Layout
31147
31148 }
31149 \end_layout
31150
31151 \end_inset
31152
31153
31154 \begin_inset Newline newline
31155 \end_inset
31156
31157 Der Befehl 
31158 \series bold
31159
31160 \backslash
31161 resizebox{2cm}{!}{Hallo}
31162 \series default
31163  ergibt: 
31164 \begin_inset ERT
31165 status collapsed
31166
31167 \begin_layout Plain Layout
31168
31169
31170 \backslash
31171 resizebox{2cm}{!}{
31172 \end_layout
31173
31174 \end_inset
31175
31176 Hallo
31177 \begin_inset ERT
31178 status collapsed
31179
31180 \begin_layout Plain Layout
31181
31182 }
31183 \end_layout
31184
31185 \end_inset
31186
31187
31188 \end_layout
31189
31190 \begin_layout Standard
31191 \begin_inset VSpace bigskip
31192 \end_inset
31193
31194
31195 \begin_inset Note Greyedout
31196 status open
31197
31198 \begin_layout Plain Layout
31199
31200 \series bold
31201 Bemerkung:
31202 \series default
31203  Wurde in Argumenten von 
31204 \series bold
31205
31206 \backslash
31207 scalebox
31208 \series default
31209  oder 
31210 \series bold
31211
31212 \backslash
31213 resizebox
31214 \series default
31215  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
31216  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
31217  werden.
31218 \end_layout
31219
31220 \end_inset
31221
31222
31223 \end_layout
31224
31225 \begin_layout Standard
31226 \begin_inset VSpace bigskip
31227 \end_inset
31228
31229
31230 \end_layout
31231
31232 \begin_layout Standard
31233 Alle Boxen können beliebig miteinander kombiniert werden.
31234  So ergibt z.
31235 \begin_inset space \thinspace{}
31236 \end_inset
31237
31238 B.
31239  der Befehl
31240 \begin_inset Newline newline
31241 \end_inset
31242
31243
31244 \series bold
31245
31246 \backslash
31247 rotatebox[origin=c]{-45}{
31248 \backslash
31249 resizebox{2cm}{!}{
31250 \backslash
31251 reflectbox{Hallo}}}
31252 \series default
31253 :
31254 \end_layout
31255
31256 \begin_layout Standard
31257 \align center
31258 \begin_inset ERT
31259 status collapsed
31260
31261 \begin_layout Plain Layout
31262
31263
31264 \backslash
31265 rotatebox[origin=c]{-45}{
31266 \backslash
31267 resizebox{2cm}{!}{
31268 \backslash
31269 reflectbox{
31270 \end_layout
31271
31272 \end_inset
31273
31274 Hallo
31275 \begin_inset ERT
31276 status collapsed
31277
31278 \begin_layout Plain Layout
31279
31280 }}}
31281 \end_layout
31282
31283 \end_inset
31284
31285
31286 \end_layout
31287
31288 \begin_layout Standard
31289 \noindent
31290 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
31291 \end_layout
31292
31293 \begin_layout Standard
31294 \align center
31295 \begin_inset ERT
31296 status collapsed
31297
31298 \begin_layout Plain Layout
31299
31300
31301 \backslash
31302 rotatebox[origin=c]{-30}{
31303 \backslash
31304 resizebox{2cm}{!}{
31305 \backslash
31306 reflectbox{
31307 \end_layout
31308
31309 \end_inset
31310
31311
31312 \begin_inset Graphics
31313         filename ../clipart/platypus.eps
31314         lyxscale 50
31315         width 25col%
31316
31317 \end_inset
31318
31319
31320 \begin_inset ERT
31321 status collapsed
31322
31323 \begin_layout Plain Layout
31324
31325 }}}
31326 \end_layout
31327
31328 \end_inset
31329
31330
31331 \begin_inset ERT
31332 status collapsed
31333
31334 \begin_layout Plain Layout
31335
31336
31337 \backslash
31338 rotatebox[origin=c]{-45}{
31339 \backslash
31340 resizebox{2cm}{!}{
31341 \backslash
31342 reflectbox{
31343 \end_layout
31344
31345 \end_inset
31346
31347
31348 \begin_inset Tabular
31349 <lyxtabular version="3" rows="2" columns="2">
31350 <features>
31351 <column alignment="center" valignment="top" width="0">
31352 <column alignment="center" valignment="top" width="0">
31353 <row>
31354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31355 \begin_inset Text
31356
31357 \begin_layout Plain Layout
31358 q
31359 \end_layout
31360
31361 \end_inset
31362 </cell>
31363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31364 \begin_inset Text
31365
31366 \begin_layout Plain Layout
31367 w
31368 \end_layout
31369
31370 \end_inset
31371 </cell>
31372 </row>
31373 <row>
31374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31375 \begin_inset Text
31376
31377 \begin_layout Plain Layout
31378 e
31379 \end_layout
31380
31381 \end_inset
31382 </cell>
31383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31384 \begin_inset Text
31385
31386 \begin_layout Plain Layout
31387 r
31388 \end_layout
31389
31390 \end_inset
31391 </cell>
31392 </row>
31393 </lyxtabular>
31394
31395 \end_inset
31396
31397
31398 \begin_inset ERT
31399 status collapsed
31400
31401 \begin_layout Plain Layout
31402
31403 }}}
31404 \end_layout
31405
31406 \end_inset
31407
31408
31409 \begin_inset ERT
31410 status collapsed
31411
31412 \begin_layout Plain Layout
31413
31414
31415 \backslash
31416 rotatebox[origin=c]{-45}{
31417 \backslash
31418 resizebox{2cm}{!}{
31419 \backslash
31420 reflectbox{
31421 \end_layout
31422
31423 \end_inset
31424
31425
31426 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31427 \end_inset
31428
31429
31430 \begin_inset ERT
31431 status collapsed
31432
31433 \begin_layout Plain Layout
31434
31435 }}}
31436 \end_layout
31437
31438 \end_inset
31439
31440
31441 \end_layout
31442
31443 \begin_layout Standard
31444 Hat man den globalen Formelstil 
31445 \series bold
31446 fleqn
31447 \series default
31448
31449 \begin_inset Foot
31450 status collapsed
31451
31452 \begin_layout Plain Layout
31453 Wenn 
31454 \begin_inset Quotes gld
31455 \end_inset
31456
31457 fleqn
31458 \begin_inset Quotes grd
31459 \end_inset
31460
31461  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31462 \end_layout
31463
31464 \end_inset
31465
31466  gewählt, kann man auch abgesetzte Formeln skalieren.
31467 \end_layout
31468
31469 \begin_layout Chapter
31470 Externe Dateien
31471 \begin_inset Index
31472 status collapsed
31473
31474 \begin_layout Plain Layout
31475 Dateien ! externe
31476 \end_layout
31477
31478 \end_inset
31479
31480
31481 \end_layout
31482
31483 \begin_layout Standard
31484 Mit 
31485 \family sans
31486 Einfügen\SpecialChar \menuseparator
31487 Datei
31488 \family default
31489  können Sie fremdes Material in Ihr Dokument einsetzen.
31490  Das kann folgendes sein:
31491 \end_layout
31492
31493 \begin_layout Description
31494 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31495  eingefügt.
31496 \end_layout
31497
31498 \begin_layout Description
31499 Einfacher
31500 \begin_inset space ~
31501 \end_inset
31502
31503 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31504  eingefügt.
31505 \end_layout
31506
31507 \begin_layout Description
31508 Einfacher
31509 \begin_inset space ~
31510 \end_inset
31511
31512 Text,
31513 \begin_inset space ~
31514 \end_inset
31515
31516 Zeilen
31517 \begin_inset space ~
31518 \end_inset
31519
31520 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31521  Leerzeilen trennen die Absätze.
31522 \end_layout
31523
31524 \begin_layout Description
31525 Externes
31526 \begin_inset space ~
31527 \end_inset
31528
31529 Material Dateien in verschiedenen Formaten.
31530 \end_layout
31531
31532 \begin_layout Description
31533 Unterdokument LyX- oder LaTeX-Dokumente.
31534 \end_layout
31535
31536 \begin_layout Section
31537 Externes Material
31538 \begin_inset Index
31539 status collapsed
31540
31541 \begin_layout Plain Layout
31542 Externes Material
31543 \end_layout
31544
31545 \end_inset
31546
31547
31548 \end_layout
31549
31550 \begin_layout Standard
31551 Mit 
31552 \family sans
31553 Einfügen\SpecialChar \menuseparator
31554 Datei\SpecialChar \menuseparator
31555  Externes Material
31556 \family default
31557  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31558  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31559  weil LyX sich darum kümmert.
31560  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31561  eingefügt werden können.
31562 \end_layout
31563
31564 \begin_layout Standard
31565 Zur Zeit können Sie folgende Dateitypen (
31566 \family sans
31567 Vorlagen
31568 \family default
31569 ) benutzen:
31570 \end_layout
31571
31572 \begin_layout Description
31573 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31574 \series bold
31575
31576 \begin_inset CommandInset href
31577 LatexCommand href
31578 name "XBoard"
31579 target "http://en.wikipedia.org/wiki/XBoard"
31580
31581 \end_inset
31582
31583
31584 \series default
31585  erzeugt wurden.
31586 \end_layout
31587
31588 \begin_layout Description
31589 Datum fügt ein Datum mit dem Format 
31590 \emph on
31591 Tag-Monat-Jahr
31592 \emph default
31593  ein.
31594  Hier ist ein Beispiel: 
31595 \begin_inset External
31596         template Date
31597         filename .
31598
31599 \end_inset
31600
31601
31602 \begin_inset space ~
31603 \end_inset
31604
31605
31606 \begin_inset Note Note
31607 status open
31608
31609 \begin_layout Plain Layout
31610
31611 \lang english
31612 Remove the protected space when bug 4398 is fixed!
31613 \end_layout
31614
31615 \end_inset
31616
31617
31618 \begin_inset Newline newline
31619 \end_inset
31620
31621 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
31622  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
31623  Menü 
31624 \family sans
31625 Einfügen\SpecialChar \menuseparator
31626 Datum
31627 \family default
31628  und mit dem LaTeX-Befehl 
31629 \series bold
31630
31631 \backslash
31632 today
31633 \series default
31634 .
31635  Die verschiedenen Methoden werden in Tabelle
31636 \begin_inset space ~
31637 \end_inset
31638
31639
31640 \begin_inset CommandInset ref
31641 LatexCommand ref
31642 reference "tab:Vergleich-der-Datums-Eingaben"
31643
31644 \end_inset
31645
31646  verglichen.
31647 \end_layout
31648
31649 \begin_layout Description
31650 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
31651 \series bold
31652
31653 \begin_inset CommandInset href
31654 LatexCommand href
31655 name "LilyPond"
31656 target "http://en.wikipedia.org/wiki/LilyPond"
31657
31658 \end_inset
31659
31660
31661 \series default
31662  schreiben.
31663 \end_layout
31664
31665 \begin_layout Description
31666 PDFPages Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
31667  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die 
31668 \emph on
31669 pages
31670 \emph default
31671  Option im Feld 
31672 \family sans
31673 Option
31674 \family default
31675  in der Karteikarte 
31676 \family sans
31677 LaTeX- und LyX-Optionen
31678 \family default
31679  entsprechend der Vorlagenbeschreibung im Dialog.
31680  Wenn keine 
31681 \emph on
31682 pages
31683 \emph default
31684  Option gegeben ist, wird nur die erste Seite des PDFs eingefügt.
31685 \end_layout
31686
31687 \begin_layout Description
31688 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
31689  Fast alle bekannten Bildformate werden unterstützt.
31690  Die Bilddateien können im Dialogfenster 
31691 \family sans
31692 Externes
31693 \begin_inset space ~
31694 \end_inset
31695
31696 Material
31697 \family default
31698  genauso behandelt werden wie die mit dem normalen 
31699 \family sans
31700 Grafik
31701 \family default
31702 -Dialog eingefügten, siehe Abschnitt
31703 \begin_inset space ~
31704 \end_inset
31705
31706
31707 \begin_inset CommandInset ref
31708 LatexCommand ref
31709 reference "abs:Grafik-Dialog"
31710
31711 \end_inset
31712
31713 .
31714  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
31715  und EPS-Bilder werden nicht unterstützt.
31716 \end_layout
31717
31718 \begin_layout Description
31719 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
31720 \series bold
31721
31722 \begin_inset CommandInset href
31723 LatexCommand href
31724 name "Xfig"
31725 target "http://en.wikipedia.org/wiki/Xfig"
31726
31727 \end_inset
31728
31729
31730 \series default
31731  erzeugt wurden.
31732 \end_layout
31733
31734 \begin_layout Standard
31735 \begin_inset Float table
31736 placement h
31737 wide false
31738 sideways false
31739 status open
31740
31741 \begin_layout Plain Layout
31742 \begin_inset Caption
31743
31744 \begin_layout Plain Layout
31745 \begin_inset CommandInset label
31746 LatexCommand label
31747 name "tab:Vergleich-der-Datums-Eingaben"
31748
31749 \end_inset
31750
31751 Vergleich der Datums-Eingaben
31752 \end_layout
31753
31754 \end_inset
31755
31756
31757 \end_layout
31758
31759 \begin_layout Plain Layout
31760 \align center
31761 \begin_inset Tabular
31762 <lyxtabular version="3" rows="4" columns="4">
31763 <features>
31764 <column alignment="center" valignment="top" width="0">
31765 <column alignment="center" valignment="top" width="0">
31766 <column alignment="center" valignment="top" width="0">
31767 <column alignment="center" valignment="top" width="0">
31768 <row>
31769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31770 \begin_inset Text
31771
31772 \begin_layout Plain Layout
31773 Dokumentformat
31774 \end_layout
31775
31776 \end_inset
31777 </cell>
31778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31779 \begin_inset Text
31780
31781 \begin_layout Plain Layout
31782
31783 \family sans
31784 Externes Material\SpecialChar \menuseparator
31785 Datum
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
31795 \family sans
31796 Einfügen\SpecialChar \menuseparator
31797 Datum
31798 \end_layout
31799
31800 \end_inset
31801 </cell>
31802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31803 \begin_inset Text
31804
31805 \begin_layout Plain Layout
31806 Befehl 
31807 \series bold
31808
31809 \backslash
31810 today
31811 \end_layout
31812
31813 \end_inset
31814 </cell>
31815 </row>
31816 <row>
31817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31818 \begin_inset Text
31819
31820 \begin_layout Plain Layout
31821 LyX
31822 \end_layout
31823
31824 \end_inset
31825 </cell>
31826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31827 \begin_inset Text
31828
31829 \begin_layout Plain Layout
31830 als Box
31831 \end_layout
31832
31833 \end_inset
31834 </cell>
31835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31836 \begin_inset Text
31837
31838 \begin_layout Plain Layout
31839 als Datum
31840 \end_layout
31841
31842 \end_inset
31843 </cell>
31844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31845 \begin_inset Text
31846
31847 \begin_layout Plain Layout
31848 als TeX-Code
31849 \end_layout
31850
31851 \end_inset
31852 </cell>
31853 </row>
31854 <row>
31855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31856 \begin_inset Text
31857
31858 \begin_layout Plain Layout
31859 LaTeX
31860 \end_layout
31861
31862 \end_inset
31863 </cell>
31864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31865 \begin_inset Text
31866
31867 \begin_layout Plain Layout
31868 als Datum
31869 \end_layout
31870
31871 \end_inset
31872 </cell>
31873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31874 \begin_inset Text
31875
31876 \begin_layout Plain Layout
31877 als Datum
31878 \end_layout
31879
31880 \end_inset
31881 </cell>
31882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31883 \begin_inset Text
31884
31885 \begin_layout Plain Layout
31886 als Befehl
31887 \end_layout
31888
31889 \end_inset
31890 </cell>
31891 </row>
31892 <row>
31893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31894 \begin_inset Text
31895
31896 \begin_layout Plain Layout
31897 DVI, PDF, PS
31898 \end_layout
31899
31900 \end_inset
31901 </cell>
31902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31903 \begin_inset Text
31904
31905 \begin_layout Plain Layout
31906 als Datum
31907 \end_layout
31908
31909 \end_inset
31910 </cell>
31911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31912 \begin_inset Text
31913
31914 \begin_layout Plain Layout
31915 als Datum
31916 \end_layout
31917
31918 \end_inset
31919 </cell>
31920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31921 \begin_inset Text
31922
31923 \begin_layout Plain Layout
31924 als Datum
31925 \end_layout
31926
31927 \end_inset
31928 </cell>
31929 </row>
31930 </lyxtabular>
31931
31932 \end_inset
31933
31934
31935 \end_layout
31936
31937 \end_inset
31938
31939
31940 \end_layout
31941
31942 \begin_layout Standard
31943 Wenn Sie im Dialogfenster
31944 \family sans
31945  Externes
31946 \begin_inset space ~
31947 \end_inset
31948
31949 Material 
31950 \family default
31951 in der Karteikarte
31952 \family sans
31953  Datei
31954 \family default
31955  die Option 
31956 \family sans
31957 Entwurf
31958 \family default
31959  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
31960 \begin_inset Newline newline
31961 \end_inset
31962
31963 LyX kann externes Material entweder als Box wie hier: 
31964 \begin_inset Graphics
31965         filename clipart/ExternesMaterialQt4.png
31966         scale 85
31967         scaleBeforeRotation
31968
31969 \end_inset
31970
31971  oder als Bild darstellen.
31972  Das hängt davon ab, ob Sie im Dialog
31973 \family sans
31974  
31975 \family default
31976 in der Karteikarte 
31977 \family sans
31978 LaTeX- und LyX-Optionen
31979 \family default
31980  die Option 
31981 \family sans
31982 In
31983 \begin_inset space ~
31984 \end_inset
31985
31986 LyX
31987 \begin_inset space ~
31988 \end_inset
31989
31990 anzeigen
31991 \family default
31992  gewählt haben oder nicht.
31993 \end_layout
31994
31995 \begin_layout Standard
31996 Im LyX-Handbuch 
31997 \family sans
31998 \emph on
31999 Anpassung
32000 \family default
32001 \emph default
32002  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
32003 \end_layout
32004
32005 \begin_layout Section
32006 Unterdokumente
32007 \begin_inset CommandInset label
32008 LatexCommand label
32009 name "abs:Unterdokumente"
32010
32011 \end_inset
32012
32013
32014 \begin_inset Index
32015 status collapsed
32016
32017 \begin_layout Plain Layout
32018 Unterdokument
32019 \end_layout
32020
32021 \end_inset
32022
32023
32024 \end_layout
32025
32026 \begin_layout Standard
32027 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
32028  oder Abschnitten bestehen.
32029  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
32030  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
32031  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
32032  z.
32033 \begin_inset space \thinspace{}
32034 \end_inset
32035
32036 B.
32037  das Literaturverzeichnis und Querverweismarken.
32038 \end_layout
32039
32040 \begin_layout Standard
32041 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
32042  müssen, geben Sie im Unterdokument im Menü
32043 \family sans
32044  Dokument\SpecialChar \menuseparator
32045 Einstellungen\SpecialChar \menuseparator
32046 Dokumentklasse
32047 \family default
32048  das Hauptdokument an.
32049  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokment
32050  bearbeiten.
32051 \end_layout
32052
32053 \begin_layout Standard
32054 Unterdokumente werden in LyX als Box angezeigt: 
32055 \begin_inset Graphics
32056         filename clipart/UnterdokumentQt4.png
32057         scale 85
32058         scaleBeforeRotation
32059
32060 \end_inset
32061
32062  Sie werden über
32063 \family sans
32064  Einfügen\SpecialChar \menuseparator
32065 Datei\SpecialChar \menuseparator
32066 Unterdokument
32067 \family default
32068  eingebunden, was das Dialogfenster
32069 \family sans
32070  Unterdokument
32071 \family default
32072  öffnet.
32073  Für 
32074 \family sans
32075 die Art
32076 \begin_inset space ~
32077 \end_inset
32078
32079 der
32080 \begin_inset space ~
32081 \end_inset
32082
32083 Einbindung
32084 \family default
32085  gibt es dort vier Möglichkeiten:
32086 \end_layout
32087
32088 \begin_layout Description
32089 Include Sie können LyX- und LaTeX-Dokumente einbinden.
32090  Wenn Sie im Dialogfenster
32091 \family sans
32092  Unterdokument
32093 \family default
32094  auf 
32095 \family sans
32096 Öffnen
32097 \family default
32098  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
32099  und Sie können es editieren.
32100 \begin_inset Newline newline
32101 \end_inset
32102
32103
32104 \end_layout
32105
32106 \begin_layout Standard
32107 Hier wird ein Unterdokument
32108 \family sans
32109  
32110 \family default
32111 per 
32112 \family sans
32113 Include
32114 \family default
32115  eingebunden: 
32116 \begin_inset CommandInset include
32117 LatexCommand include
32118 filename "DummyDocument1.lyx"
32119
32120 \end_inset
32121
32122 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
32123  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
32124  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
32125 s.
32126  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
32127 \begin_inset space ~
32128 \end_inset
32129
32130
32131 \begin_inset CommandInset ref
32132 LatexCommand ref
32133 reference "uab:Externer-Unterabschnitt-1"
32134
32135 \end_inset
32136
32137 .
32138 \end_layout
32139
32140 \begin_layout Standard
32141 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
32142  wird benutzt.
32143  Unterdokumente, die per 
32144 \family sans
32145 Include
32146 \family default
32147  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
32148  und enden mit einem Seitenumbruch.
32149 \end_layout
32150
32151 \begin_layout Standard
32152 Mit dem LaTeX-Befehl 
32153 \series bold
32154
32155 \backslash
32156 includeonly 
32157 \series default
32158 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
32159  erstellt werden soll.
32160  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
32161  sehen wollen, und es geht schneller.
32162  
32163 \series bold
32164
32165 \backslash
32166 includeonly
32167 \series default
32168  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
32169  Im folgenden Beispiel
32170 \end_layout
32171
32172 \begin_layout Standard
32173
32174 \series bold
32175
32176 \backslash
32177 includeonly{Kapitel1,Kapitel5}
32178 \end_layout
32179
32180 \begin_layout Standard
32181 werden nur die Dateien 
32182 \begin_inset Quotes gld
32183 \end_inset
32184
32185 Kapitel1.lyx
32186 \begin_inset Quotes grd
32187 \end_inset
32188
32189  (oder 
32190 \begin_inset Quotes gld
32191 \end_inset
32192
32193 Kapitel1.tex
32194 \begin_inset Quotes grd
32195 \end_inset
32196
32197 ) und 
32198 \begin_inset Quotes gld
32199 \end_inset
32200
32201 Kapitel5.lyx
32202 \begin_inset Quotes grd
32203 \end_inset
32204
32205
32206 \series bold
32207  
32208 \series default
32209 eingebunden.
32210 \end_layout
32211
32212 \begin_layout Standard
32213 \begin_inset Note Greyedout
32214 status open
32215
32216 \begin_layout Plain Layout
32217
32218 \series bold
32219 Bemerkung:
32220 \series default
32221  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
32222  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
32223  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
32224  Ergebnissen führen wird.
32225 \end_layout
32226
32227 \end_inset
32228
32229
32230 \end_layout
32231
32232 \begin_layout Description
32233 Input Diese Methode ist 
32234 \family sans
32235 Include
32236 \family default
32237  sehr ähnlich mit folgenden Unterschieden:
32238 \end_layout
32239
32240 \begin_deeper
32241 \begin_layout Itemize
32242 Unterdokumente, die per 
32243 \family sans
32244 Input
32245 \family default
32246  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
32247  Seite und enden NICHT mit einem Seitenumbruch.
32248 \end_layout
32249
32250 \begin_layout Itemize
32251 Unterdokumente, die per 
32252 \family sans
32253 Input
32254 \family default
32255  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
32256 \family sans
32257  Unterdokument Vorschau
32258 \begin_inset space ~
32259 \end_inset
32260
32261 anzeigen
32262 \family default
32263  angekreuzt wurde und in den LyX-
32264 \family sans
32265 Einstellungen\SpecialChar \menuseparator
32266 Aussehen
32267 \begin_inset space ~
32268 \end_inset
32269
32270 &
32271 \begin_inset space ~
32272 \end_inset
32273
32274 Handhabung\SpecialChar \menuseparator
32275 Grafik Sofortige
32276 \begin_inset space ~
32277 \end_inset
32278
32279 Vorschau
32280 \family default
32281  auf 
32282 \family sans
32283 An
32284 \family default
32285  gesetzt wurde.
32286  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
32287  aus.
32288 \end_layout
32289
32290 \begin_layout Itemize
32291 Der LaTeX-Befehl 
32292 \series bold
32293
32294 \backslash
32295 includeonly
32296 \series default
32297  kann nicht benutzt werden.
32298 \end_layout
32299
32300 \end_deeper
32301 \begin_layout Standard
32302 Hier ist ein Unterdokument, das mit
32303 \family sans
32304  Input
32305 \family default
32306  eingebunden wurde: 
32307 \begin_inset CommandInset include
32308 LatexCommand input
32309 filename "DummyDocument2.lyx"
32310
32311 \end_inset
32312
32313 .
32314 \end_layout
32315
32316 \begin_layout Description
32317 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
32318   In der Druckvorschau wird für den Text der Stil 
32319 \family typewriter
32320 Schreibmaschine
32321 \family default
32322  verwendet.
32323  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
32324  Wenn Sie im Dialogfenster
32325 \family sans
32326  Unterdokument Leerzeichen
32327 \begin_inset space ~
32328 \end_inset
32329
32330 bei
32331 \begin_inset space ~
32332 \end_inset
32333
32334 der
32335 \begin_inset space ~
32336 \end_inset
32337
32338 Ausgabe
32339 \begin_inset space ~
32340 \end_inset
32341
32342 kennzeichnen 
32343 \family default
32344 ankreuzen, wird in der Druckvorschau das Zeichen 
32345 \begin_inset Quotes gld
32346 \end_inset
32347
32348
32349 \begin_inset ERT
32350 status collapsed
32351
32352 \begin_layout Plain Layout
32353
32354
32355 \backslash
32356 textvisiblespace 
32357 \end_layout
32358
32359 \end_inset
32360
32361
32362 \begin_inset Quotes grd
32363 \end_inset
32364
32365  für jedes Leerzeichen eingefügt.
32366 \begin_inset Newline newline
32367 \end_inset
32368
32369 Im Gegensatz zu 
32370 \family sans
32371 Einfügen\SpecialChar \menuseparator
32372 Datei\SpecialChar \menuseparator
32373 Einfacher
32374 \begin_inset space ~
32375 \end_inset
32376
32377 Text
32378 \family default
32379  wird bei 
32380 \family sans
32381 Unformatiert
32382 \family default
32383  der Dateiinhalt in LyX nicht dargestellt.
32384 \end_layout
32385
32386 \begin_layout Standard
32387 Hier ist ein Unterdokument, das mit
32388 \family sans
32389  Unformatiert
32390 \family default
32391  eingebunden wurde: 
32392 \begin_inset CommandInset include
32393 LatexCommand verbatiminput
32394 filename "DummyTextDocument.txt"
32395
32396 \end_inset
32397
32398
32399 \begin_inset VSpace bigskip
32400 \end_inset
32401
32402 Hier ist ein Unterdokument, das mit
32403 \family sans
32404  Unformatiert
32405 \family default
32406  eingebunden wurde und
32407 \family sans
32408  Leerzeichen
32409 \begin_inset space ~
32410 \end_inset
32411
32412 bei
32413 \begin_inset space ~
32414 \end_inset
32415
32416 der
32417 \begin_inset space ~
32418 \end_inset
32419
32420 Ausgabe
32421 \begin_inset space ~
32422 \end_inset
32423
32424 kennzeichnen
32425 \family default
32426  angekreuzt hat: 
32427 \begin_inset CommandInset include
32428 LatexCommand verbatiminput*
32429 filename "DummyTextDocument.txt"
32430
32431 \end_inset
32432
32433
32434 \end_layout
32435
32436 \begin_layout Standard
32437 \begin_inset VSpace bigskip
32438 \end_inset
32439
32440
32441 \end_layout
32442
32443 \begin_layout Standard
32444 \begin_inset Note Greyedout
32445 status open
32446
32447 \begin_layout Plain Layout
32448
32449 \series bold
32450 Bemerkung:
32451 \series default
32452  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32453  
32454 \family sans
32455 Unformatiert
32456 \family default
32457  eingebunden werden, am Zeilenende nicht umgebrochen.
32458 \end_layout
32459
32460 \end_inset
32461
32462
32463 \end_layout
32464
32465 \begin_layout Description
32466 Listing Dieser Typ wird in Kapitel
32467 \begin_inset space ~
32468 \end_inset
32469
32470
32471 \begin_inset CommandInset ref
32472 LatexCommand ref
32473 reference "kap:Programm-Code-Listen"
32474
32475 \end_inset
32476
32477  beschrieben.
32478 \end_layout
32479
32480 \begin_layout Standard
32481 \begin_inset Note Greyedout
32482 status open
32483
32484 \begin_layout Plain Layout
32485
32486 \series bold
32487 Bemerkung:
32488 \series default
32489  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32490  das zu LaTeX-Problemen führen.
32491 \end_layout
32492
32493 \end_inset
32494
32495
32496 \end_layout
32497
32498 \begin_layout Chapter
32499 Programm-Code-Listen
32500 \begin_inset CommandInset label
32501 LatexCommand label
32502 name "kap:Programm-Code-Listen"
32503
32504 \end_inset
32505
32506
32507 \begin_inset Index
32508 status collapsed
32509
32510 \begin_layout Plain Layout
32511 Listen
32512 \end_layout
32513
32514 \end_inset
32515
32516
32517 \begin_inset Index
32518 status collapsed
32519
32520 \begin_layout Plain Layout
32521 Programm-Code
32522 \end_layout
32523
32524 \end_inset
32525
32526
32527 \end_layout
32528
32529 \begin_layout Standard
32530 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32531 \family sans
32532 Einfügen\SpecialChar \menuseparator
32533 Pro\SpecialChar \-
32534 grammlisting
32535 \family default
32536  verwenden.
32537  Das LaTeX-Paket 
32538 \series bold
32539 listings
32540 \series default
32541
32542 \begin_inset Index
32543 status collapsed
32544
32545 \begin_layout Plain Layout
32546 LaTeX-Pakete ! listings
32547 \end_layout
32548
32549 \end_inset
32550
32551  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32552 \end_layout
32553
32554 \begin_layout Standard
32555 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
32556 rmat der Programm-Code-Liste festlegen.
32557 \end_layout
32558
32559 \begin_layout Standard
32560 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32561  Die Platzierungsoption 
32562 \family sans
32563 Eingebettetes
32564 \begin_inset space ~
32565 \end_inset
32566
32567 Listing
32568 \family default
32569  druckt das Listing in der Zeile wie hier: 
32570 \begin_inset listings
32571 lstparams "language={C++}"
32572 inline true
32573 status open
32574
32575 \begin_layout Plain Layout
32576
32577 int a=5;
32578 \end_layout
32579
32580 \end_inset
32581
32582
32583 \begin_inset Newline newline
32584 \end_inset
32585
32586 Die Option 
32587 \family sans
32588 Gleitobjekt
32589 \family default
32590  erzeugt ein Listing-Gleitobjekt, dessen 
32591 \family sans
32592 Platzierung 
32593 \family default
32594 Sie mit 
32595 \family sans
32596 h
32597 \family default
32598
32599 \family sans
32600 t
32601 \family default
32602
32603 \family sans
32604 b
32605 \family default
32606  und 
32607 \family sans
32608 p
32609 \family default
32610 , analog zu den in Abschnitt
32611 \begin_inset space ~
32612 \end_inset
32613
32614
32615 \begin_inset CommandInset ref
32616 LatexCommand ref
32617 reference "abs:Gleitobjekt-Platzierung"
32618
32619 \end_inset
32620
32621  beschriebenen Platzierungsoptionen festlegen können.
32622  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
32623  hintereinander angegeben, z.
32624 \begin_inset space \thinspace{}
32625 \end_inset
32626
32627 B.
32628  
32629 \begin_inset Quotes gld
32630 \end_inset
32631
32632
32633 \family sans
32634 htbp
32635 \family default
32636
32637 \begin_inset Quotes grd
32638 \end_inset
32639
32640 .
32641  Die Option 
32642 \begin_inset Quotes gld
32643 \end_inset
32644
32645 h
32646 \begin_inset Quotes grd
32647 \end_inset
32648
32649  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
32650  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
32651 \end_layout
32652
32653 \begin_layout Standard
32654 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
32655  zu verweisen: Listing
32656 \begin_inset space ~
32657 \end_inset
32658
32659
32660 \begin_inset CommandInset ref
32661 LatexCommand ref
32662 reference "lst:Gleitendes-Programm-Listing"
32663
32664 \end_inset
32665
32666 .
32667 \end_layout
32668
32669 \begin_layout Standard
32670 \begin_inset listings
32671 lstparams "language=Python"
32672 inline false
32673 status open
32674
32675 \begin_layout Plain Layout
32676
32677 \begin_inset Caption
32678
32679 \begin_layout Plain Layout
32680 \begin_inset CommandInset label
32681 LatexCommand label
32682 name "lst:Gleitendes-Programm-Listing"
32683
32684 \end_inset
32685
32686 Gleitendes Programm-Listing
32687 \end_layout
32688
32689 \end_inset
32690
32691 # Gleitendes Programm-Listing
32692 \end_layout
32693
32694 \begin_layout Plain Layout
32695
32696 def func(param):
32697 \end_layout
32698
32699 \begin_layout Plain Layout
32700
32701     'Dies ist eine Python-Funktion'
32702 \end_layout
32703
32704 \begin_layout Plain Layout
32705
32706     pass
32707 \end_layout
32708
32709 \end_inset
32710
32711
32712 \end_layout
32713
32714 \begin_layout Standard
32715 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
32716  der Sprache erkannt und besonders gedruckt, wie 
32717 \emph on
32718 #
32719 \emph default
32720
32721 \emph on
32722 def
32723 \emph default
32724  und 
32725 \emph on
32726 pass
32727 \emph default
32728  in Listing
32729 \begin_inset space ~
32730 \end_inset
32731
32732
32733 \begin_inset CommandInset ref
32734 LatexCommand ref
32735 reference "lst:Gleitendes-Programm-Listing"
32736
32737 \end_inset
32738
32739 .
32740 \end_layout
32741
32742 \begin_layout Standard
32743 \begin_inset Note Greyedout
32744 status open
32745
32746 \begin_layout Plain Layout
32747
32748 \series bold
32749 Bemerkung:
32750 \series default
32751  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
32752 \family typewriter
32753 Schreib\SpecialChar \-
32754 maschine
32755 \family default
32756  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
32757 h keine fett gedruckten Buchstaben.
32758  Wählen Sie in diesem Fall eine andere Schrift im Menü 
32759 \family sans
32760 Dokument\SpecialChar \menuseparator
32761 Einstellungen\SpecialChar \menuseparator
32762 Schriften
32763 \family default
32764 .
32765  (Die Schriften 
32766 \emph on
32767 LuxiMono, BeraMono
32768 \emph default
32769  und 
32770 \emph on
32771 Courier
32772 \emph default
32773  enthalten fett gedruckte Buchstaben.)
32774 \end_layout
32775
32776 \end_inset
32777
32778
32779 \end_layout
32780
32781 \begin_layout Standard
32782 Im Abschnitt 
32783 \family sans
32784 Zeilennummerierung
32785 \family default
32786  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
32787 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
32788  jede wievielte Zeile nummeriert werden soll und die 
32789 \family sans
32790 Schriftgröße
32791 \family default
32792  der Nummerierung.
32793 \end_layout
32794
32795 \begin_layout Standard
32796 Im Abschnitt 
32797 \family sans
32798 Bereich
32799 \family default
32800  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
32801  Im Abschnitt 
32802 \family sans
32803 Stil
32804 \family default
32805  legen Sie fest, wie die Liste ausgedruckt werden soll.
32806  Die Option 
32807 \family sans
32808 Erweiterte
32809 \begin_inset space ~
32810 \end_inset
32811
32812 Zeichentabelle
32813 \family default
32814  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
32815 \end_layout
32816
32817 \begin_layout Standard
32818 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
32819 \begin_inset Quotes gld
32820 \end_inset
32821
32822 3
32823 \begin_inset Quotes grd
32824 \end_inset
32825
32826 , Sprache 
32827 \begin_inset Quotes gld
32828 \end_inset
32829
32830 Python
32831 \begin_inset Quotes grd
32832 \end_inset
32833
32834 , Optionen 
32835 \begin_inset Quotes gld
32836 \end_inset
32837
32838 Erweiterte Zeichentabelle
32839 \begin_inset Quotes grd
32840 \end_inset
32841
32842  und 
32843 \begin_inset Quotes gld
32844 \end_inset
32845
32846 Leerzeichen als Symbol
32847 \begin_inset Quotes grd
32848 \end_inset
32849
32850  und Bereich Zeilen 3
32851 \begin_inset space \thinspace{}
32852 \end_inset
32853
32854 -
32855 \begin_inset space \thinspace{}
32856 \end_inset
32857
32858 8:
32859 \end_layout
32860
32861 \begin_layout Standard
32862 \begin_inset listings
32863 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
32864 inline false
32865 status open
32866
32867 \begin_layout Plain Layout
32868
32869 def func(param):
32870 \end_layout
32871
32872 \begin_layout Plain Layout
32873
32874     'Dies ist eine Python-Funktion'
32875 \end_layout
32876
32877 \begin_layout Plain Layout
32878
32879     pass
32880 \end_layout
32881
32882 \begin_layout Plain Layout
32883
32884 def func(param):
32885 \end_layout
32886
32887 \begin_layout Plain Layout
32888
32889 'Sonderzeichen: Tschüß'
32890 \end_layout
32891
32892 \begin_layout Plain Layout
32893
32894 pass
32895 \end_layout
32896
32897 \begin_layout Plain Layout
32898
32899 def func(param):
32900 \end_layout
32901
32902 \begin_layout Plain Layout
32903
32904 'Dies ist eine Python-Funktion'
32905 \end_layout
32906
32907 \begin_layout Plain Layout
32908
32909 pass
32910 \end_layout
32911
32912 \end_inset
32913
32914
32915 \end_layout
32916
32917 \begin_layout Standard
32918 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
32919 \family sans
32920 Tabulatorgröße
32921 \family default
32922  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
32923 \end_layout
32924
32925 \begin_layout Standard
32926 \noindent
32927 \begin_inset Note Greyedout
32928 status open
32929
32930 \begin_layout Plain Layout
32931
32932 \series bold
32933 Bemerkung:
32934 \series default
32935  Wegen eines Fehlers im 
32936 \series bold
32937 listings
32938 \series default
32939 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
32940  verschoben.
32941  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
32942  Listing nummeriert werden.
32943 \end_layout
32944
32945 \end_inset
32946
32947
32948 \end_layout
32949
32950 \begin_layout Standard
32951 \begin_inset VSpace bigskip
32952 \end_inset
32953
32954
32955 \end_layout
32956
32957 \begin_layout Standard
32958 \noindent
32959 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
32960  Das machen Sie mit
32961 \family sans
32962  Einfügen\SpecialChar \menuseparator
32963 Datei\SpecialChar \menuseparator
32964 Unterdokument
32965 \family default
32966  und der 
32967 \family sans
32968 Art
32969 \begin_inset space ~
32970 \end_inset
32971
32972 der
32973 \begin_inset space ~
32974 \end_inset
32975
32976 Einbindung
32977 \family default
32978  
32979 \family sans
32980 Listing
32981 \family default
32982 .
32983 \begin_inset Foot
32984 status collapsed
32985
32986 \begin_layout Plain Layout
32987 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
32988 \begin_inset space ~
32989 \end_inset
32990
32991
32992 \begin_inset CommandInset ref
32993 LatexCommand ref
32994 reference "abs:Unterdokumente"
32995
32996 \end_inset
32997
32998  beschrieben.
32999 \end_layout
33000
33001 \end_inset
33002
33003  Im Dialogfenster
33004 \family sans
33005  Unterdokument
33006 \family default
33007  können Sie die Listing-Parameter unter 
33008 \family sans
33009 Weitere
33010 \begin_inset space ~
33011 \end_inset
33012
33013 Parameter
33014 \family default
33015  eingeben.
33016  Wenn Sie dort ein Fragezeichen 
33017 \begin_inset Quotes gld
33018 \end_inset
33019
33020 ?
33021 \begin_inset Quotes grd
33022 \end_inset
33023
33024  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
33025 det.
33026 \end_layout
33027
33028 \begin_layout Standard
33029 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
33030  Text ins Feld 
33031 \family sans
33032 Marke
33033 \family default
33034 , auf die dann wie üblich verwiesen werden kann.
33035 \end_layout
33036
33037 \begin_layout Standard
33038 Listing
33039 \begin_inset space ~
33040 \end_inset
33041
33042
33043 \begin_inset CommandInset ref
33044 LatexCommand ref
33045 reference "lst:Datei-Listing"
33046
33047 \end_inset
33048
33049  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
33050 \begin_inset space \thinspace{}
33051 \end_inset
33052
33053 -
33054 \begin_inset space \thinspace{}
33055 \end_inset
33056
33057 15 gedruckt werden.
33058 \end_layout
33059
33060 \begin_layout Standard
33061 \begin_inset CommandInset include
33062 LatexCommand lstinputlisting
33063 filename "EmbeddedObjects.lyx"
33064 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
33065
33066 \end_inset
33067
33068
33069 \end_layout
33070
33071 \begin_layout Standard
33072 \begin_inset VSpace bigskip
33073 \end_inset
33074
33075
33076 \end_layout
33077
33078 \begin_layout Standard
33079 \noindent
33080 Dokumentweite Listing-Eigenschaften können in
33081 \family sans
33082  Dokument\SpecialChar \menuseparator
33083 Einstellungen\SpecialChar \menuseparator
33084 Textformat\SpecialChar \menuseparator
33085 Listing-Einstellungen
33086 \family default
33087  festgelegt werden.
33088  Auch dort bekommt man durch Eingabe eines Fragezeichens 
33089 \begin_inset Quotes gld
33090 \end_inset
33091
33092 ?
33093 \begin_inset Quotes grd
33094 \end_inset
33095
33096  links davon eine Liste aller möglichen Parameter.
33097 \end_layout
33098
33099 \begin_layout Standard
33100 Weitere Informationen über das 
33101 \series bold
33102 listings
33103 \series default
33104 -Paket finden Sie in 
33105 \begin_inset CommandInset citation
33106 LatexCommand cite
33107 key "listings"
33108
33109 \end_inset
33110
33111 .
33112 \begin_inset Newpage newpage
33113 \end_inset
33114
33115
33116 \end_layout
33117
33118 \begin_layout Chapter
33119 \start_of_appendix
33120 In LyX verfügbare Maßeinheiten
33121 \begin_inset CommandInset label
33122 LatexCommand label
33123 name "kap:In-LyX-verfügbare"
33124
33125 \end_inset
33126
33127
33128 \begin_inset Index
33129 status collapsed
33130
33131 \begin_layout Plain Layout
33132 Einheiten
33133 \end_layout
33134
33135 \end_inset
33136
33137
33138 \end_layout
33139
33140 \begin_layout Standard
33141 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
33142  Tabelle
33143 \begin_inset space ~
33144 \end_inset
33145
33146
33147 \begin_inset CommandInset ref
33148 LatexCommand ref
33149 reference "tab:Maßeinheiten"
33150
33151 \end_inset
33152
33153  alle in LyX verfügbaren Maßeinheiten.
33154 \end_layout
33155
33156 \begin_layout Standard
33157 \begin_inset Float table
33158 placement h
33159 wide false
33160 sideways false
33161 status open
33162
33163 \begin_layout Plain Layout
33164 \begin_inset Caption
33165
33166 \begin_layout Plain Layout
33167 \begin_inset CommandInset label
33168 LatexCommand label
33169 name "tab:Maßeinheiten"
33170
33171 \end_inset
33172
33173 Maßeinheiten
33174 \end_layout
33175
33176 \end_inset
33177
33178
33179 \end_layout
33180
33181 \begin_layout Plain Layout
33182 \begin_inset VSpace medskip
33183 \end_inset
33184
33185
33186 \end_layout
33187
33188 \begin_layout Plain Layout
33189 \align center
33190 \begin_inset Tabular
33191 <lyxtabular version="3" rows="20" columns="2">
33192 <features>
33193 <column alignment="center" valignment="top" width="0">
33194 <column alignment="center" valignment="top" width="0">
33195 <row>
33196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33197 \begin_inset Text
33198
33199 \begin_layout Plain Layout
33200
33201 \series bold
33202 Maßeinheit
33203 \end_layout
33204
33205 \end_inset
33206 </cell>
33207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33208 \begin_inset Text
33209
33210 \begin_layout Plain Layout
33211
33212 \series bold
33213 Name/Beschreibung
33214 \end_layout
33215
33216 \end_inset
33217 </cell>
33218 </row>
33219 <row>
33220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33221 \begin_inset Text
33222
33223 \begin_layout Plain Layout
33224 mm
33225 \end_layout
33226
33227 \end_inset
33228 </cell>
33229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33230 \begin_inset Text
33231
33232 \begin_layout Plain Layout
33233 Millimeter
33234 \end_layout
33235
33236 \end_inset
33237 </cell>
33238 </row>
33239 <row>
33240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33241 \begin_inset Text
33242
33243 \begin_layout Plain Layout
33244 cm
33245 \end_layout
33246
33247 \end_inset
33248 </cell>
33249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33250 \begin_inset Text
33251
33252 \begin_layout Plain Layout
33253 Zentimeter
33254 \end_layout
33255
33256 \end_inset
33257 </cell>
33258 </row>
33259 <row>
33260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33261 \begin_inset Text
33262
33263 \begin_layout Plain Layout
33264 in
33265 \end_layout
33266
33267 \end_inset
33268 </cell>
33269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33270 \begin_inset Text
33271
33272 \begin_layout Plain Layout
33273 Zoll (1
33274 \begin_inset space \thinspace{}
33275 \end_inset
33276
33277 in = 2.54
33278 \begin_inset space \thinspace{}
33279 \end_inset
33280
33281 cm
33282 \end_layout
33283
33284 \end_inset
33285 </cell>
33286 </row>
33287 <row>
33288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33289 \begin_inset Text
33290
33291 \begin_layout Plain Layout
33292 pt
33293 \end_layout
33294
33295 \end_inset
33296 </cell>
33297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33298 \begin_inset Text
33299
33300 \begin_layout Plain Layout
33301 Punkt (72.27
33302 \begin_inset space \thinspace{}
33303 \end_inset
33304
33305 pt = 1
33306 \begin_inset space \thinspace{}
33307 \end_inset
33308
33309 in)
33310 \end_layout
33311
33312 \end_inset
33313 </cell>
33314 </row>
33315 <row>
33316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33317 \begin_inset Text
33318
33319 \begin_layout Plain Layout
33320 pc
33321 \end_layout
33322
33323 \end_inset
33324 </cell>
33325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33326 \begin_inset Text
33327
33328 \begin_layout Plain Layout
33329 Pica (1
33330 \begin_inset space \thinspace{}
33331 \end_inset
33332
33333 pc = 12
33334 \begin_inset space \thinspace{}
33335 \end_inset
33336
33337 pt)
33338 \end_layout
33339
33340 \end_inset
33341 </cell>
33342 </row>
33343 <row>
33344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33345 \begin_inset Text
33346
33347 \begin_layout Plain Layout
33348 sp
33349 \end_layout
33350
33351 \end_inset
33352 </cell>
33353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33354 \begin_inset Text
33355
33356 \begin_layout Plain Layout
33357 skalierter Punkt (65536
33358 \begin_inset space \thinspace{}
33359 \end_inset
33360
33361 sp = 1
33362 \begin_inset space \thinspace{}
33363 \end_inset
33364
33365 pt)
33366 \end_layout
33367
33368 \end_inset
33369 </cell>
33370 </row>
33371 <row>
33372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33373 \begin_inset Text
33374
33375 \begin_layout Plain Layout
33376 bp
33377 \end_layout
33378
33379 \end_inset
33380 </cell>
33381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33382 \begin_inset Text
33383
33384 \begin_layout Plain Layout
33385 großer Punkt (72
33386 \begin_inset space \thinspace{}
33387 \end_inset
33388
33389 bp = 1
33390 \begin_inset space \thinspace{}
33391 \end_inset
33392
33393 in)
33394 \end_layout
33395
33396 \end_inset
33397 </cell>
33398 </row>
33399 <row>
33400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33401 \begin_inset Text
33402
33403 \begin_layout Plain Layout
33404 dd
33405 \end_layout
33406
33407 \end_inset
33408 </cell>
33409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33410 \begin_inset Text
33411
33412 \begin_layout Plain Layout
33413 Didot (1
33414 \begin_inset space \thinspace{}
33415 \end_inset
33416
33417 dd 
33418 \begin_inset Formula $\approx$
33419 \end_inset
33420
33421  0,376
33422 \begin_inset space \thinspace{}
33423 \end_inset
33424
33425 mm)
33426 \end_layout
33427
33428 \end_inset
33429 </cell>
33430 </row>
33431 <row>
33432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33433 \begin_inset Text
33434
33435 \begin_layout Plain Layout
33436 cc
33437 \end_layout
33438
33439 \end_inset
33440 </cell>
33441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33442 \begin_inset Text
33443
33444 \begin_layout Plain Layout
33445 Cicero (1
33446 \begin_inset space \thinspace{}
33447 \end_inset
33448
33449 cc = 12
33450 \begin_inset space \thinspace{}
33451 \end_inset
33452
33453 dd)
33454 \end_layout
33455
33456 \end_inset
33457 </cell>
33458 </row>
33459 <row>
33460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33461 \begin_inset Text
33462
33463 \begin_layout Plain Layout
33464 Skalierung%
33465 \end_layout
33466
33467 \end_inset
33468 </cell>
33469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33470 \begin_inset Text
33471
33472 \begin_layout Plain Layout
33473 % der originalen Bildbreite
33474 \end_layout
33475
33476 \end_inset
33477 </cell>
33478 </row>
33479 <row>
33480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33481 \begin_inset Text
33482
33483 \begin_layout Plain Layout
33484 Textbreite %
33485 \end_layout
33486
33487 \end_inset
33488 </cell>
33489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33490 \begin_inset Text
33491
33492 \begin_layout Plain Layout
33493 % der Textbreite
33494 \end_layout
33495
33496 \end_inset
33497 </cell>
33498 </row>
33499 <row>
33500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33501 \begin_inset Text
33502
33503 \begin_layout Plain Layout
33504 Spaltenbreite %
33505 \end_layout
33506
33507 \end_inset
33508 </cell>
33509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33510 \begin_inset Text
33511
33512 \begin_layout Plain Layout
33513 % der Spaltenbreite
33514 \end_layout
33515
33516 \end_inset
33517 </cell>
33518 </row>
33519 <row>
33520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33521 \begin_inset Text
33522
33523 \begin_layout Plain Layout
33524 Seitenbreite %
33525 \end_layout
33526
33527 \end_inset
33528 </cell>
33529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33530 \begin_inset Text
33531
33532 \begin_layout Plain Layout
33533 % der Seitenbreite
33534 \end_layout
33535
33536 \end_inset
33537 </cell>
33538 </row>
33539 <row>
33540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33541 \begin_inset Text
33542
33543 \begin_layout Plain Layout
33544 Zeilenbreite %
33545 \end_layout
33546
33547 \end_inset
33548 </cell>
33549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33550 \begin_inset Text
33551
33552 \begin_layout Plain Layout
33553 % der Zeilenbreite
33554 \end_layout
33555
33556 \end_inset
33557 </cell>
33558 </row>
33559 <row>
33560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33561 \begin_inset Text
33562
33563 \begin_layout Plain Layout
33564 Texthöhe %
33565 \end_layout
33566
33567 \end_inset
33568 </cell>
33569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33570 \begin_inset Text
33571
33572 \begin_layout Plain Layout
33573 % der Texthöhe
33574 \end_layout
33575
33576 \end_inset
33577 </cell>
33578 </row>
33579 <row>
33580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33581 \begin_inset Text
33582
33583 \begin_layout Plain Layout
33584 Seitenhöhe %
33585 \end_layout
33586
33587 \end_inset
33588 </cell>
33589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33590 \begin_inset Text
33591
33592 \begin_layout Plain Layout
33593 % der Seitenhöhe
33594 \end_layout
33595
33596 \end_inset
33597 </cell>
33598 </row>
33599 <row>
33600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33601 \begin_inset Text
33602
33603 \begin_layout Plain Layout
33604 ex
33605 \end_layout
33606
33607 \end_inset
33608 </cell>
33609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33610 \begin_inset Text
33611
33612 \begin_layout Plain Layout
33613 Die Höhe des Buchstabens 
33614 \emph on
33615 x
33616 \emph default
33617  im aktiven Zeichensatz
33618 \end_layout
33619
33620 \end_inset
33621 </cell>
33622 </row>
33623 <row>
33624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33625 \begin_inset Text
33626
33627 \begin_layout Plain Layout
33628 em
33629 \end_layout
33630
33631 \end_inset
33632 </cell>
33633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33634 \begin_inset Text
33635
33636 \begin_layout Plain Layout
33637 Die Breite des Buchstabens 
33638 \emph on
33639 M
33640 \emph default
33641  im aktiven Zeichensatz
33642 \end_layout
33643
33644 \end_inset
33645 </cell>
33646 </row>
33647 <row>
33648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33649 \begin_inset Text
33650
33651 \begin_layout Plain Layout
33652 mu
33653 \end_layout
33654
33655 \end_inset
33656 </cell>
33657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33658 \begin_inset Text
33659
33660 \begin_layout Plain Layout
33661 mathematische  Maßeinheit
33662 \series bold
33663  
33664 \series default
33665 (1
33666 \begin_inset space \thinspace{}
33667 \end_inset
33668
33669 mu = 1/18
33670 \begin_inset space \thinspace{}
33671 \end_inset
33672
33673 em)
33674 \end_layout
33675
33676 \end_inset
33677 </cell>
33678 </row>
33679 </lyxtabular>
33680
33681 \end_inset
33682
33683
33684 \end_layout
33685
33686 \end_inset
33687
33688
33689 \end_layout
33690
33691 \begin_layout Chapter
33692 Ausgabedatei-Formate mit Grafiken
33693 \begin_inset CommandInset label
33694 LatexCommand label
33695 name "kap:Ausgabedatei-Formate"
33696
33697 \end_inset
33698
33699
33700 \end_layout
33701
33702 \begin_layout Section
33703 DVI
33704 \begin_inset Index
33705 status collapsed
33706
33707 \begin_layout Plain Layout
33708 Dateiformat! DVI
33709 \end_layout
33710
33711 \end_inset
33712
33713
33714 \begin_inset Index
33715 status collapsed
33716
33717 \begin_layout Plain Layout
33718 DVI
33719 \end_layout
33720
33721 \end_inset
33722
33723
33724 \end_layout
33725
33726 \begin_layout Standard
33727 Dieser Dateityp hat die Erweiterung 
33728 \begin_inset Quotes gld
33729 \end_inset
33730
33731
33732 \family typewriter
33733 .dvi
33734 \family default
33735
33736 \begin_inset Quotes grd
33737 \end_inset
33738
33739  und wird 
33740 \begin_inset Quotes gld
33741 \end_inset
33742
33743 device independent
33744 \begin_inset Quotes grd
33745 \end_inset
33746
33747  genannt, weil er vollkommen portierbar ist.
33748  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
33749  dvi-Betrachter installiert hat.
33750  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
33751 ate wie PostScript benutzt.
33752 \end_layout
33753
33754 \begin_layout Standard
33755 \begin_inset Note Greyedout
33756 status open
33757
33758 \begin_layout Plain Layout
33759
33760 \series bold
33761 Bemerkung:
33762 \series default
33763  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
33764 \end_layout
33765
33766 \end_inset
33767
33768
33769 \end_layout
33770
33771 \begin_layout Standard
33772 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
33773  auf einen anderen Computer kopieren.
33774  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
33775  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
33776  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
33777 \family typewriter
33778  
33779 \family default
33780 blättern.
33781
33782 \family typewriter
33783  
33784 \family default
33785 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
33786  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
33787  
33788 \end_layout
33789
33790 \begin_layout Standard
33791 Sie können Ihr Dokument als DVI über das Menü 
33792 \family sans
33793 Datei\SpecialChar \menuseparator
33794 Exportieren\SpecialChar \menuseparator
33795 DVI
33796 \family default
33797  exportieren.
33798  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
33799 \family sans
33800 Ansicht
33801 \family default
33802  oder den Werkzeugleistenknopf 
33803 \begin_inset Graphics
33804         filename ../../images/buffer-view_dvi.png
33805         scale 70
33806         scaleBeforeRotation
33807         BoundingBox 0bp 0bp 20bp 20bp
33808
33809 \end_inset
33810
33811  anschauen.
33812 \end_layout
33813
33814 \begin_layout Section
33815 PostScript
33816 \begin_inset CommandInset label
33817 LatexCommand label
33818 name "abs:PostScript"
33819
33820 \end_inset
33821
33822
33823 \begin_inset Index
33824 status collapsed
33825
33826 \begin_layout Plain Layout
33827 Dateiformat  ! PostScript
33828 \end_layout
33829
33830 \end_inset
33831
33832
33833 \begin_inset Index
33834 status collapsed
33835
33836 \begin_layout Plain Layout
33837 PostScript
33838 \end_layout
33839
33840 \end_inset
33841
33842
33843 \end_layout
33844
33845 \begin_layout Standard
33846 Dieser Dateityp hat die Erweiterung 
33847 \begin_inset Quotes gld
33848 \end_inset
33849
33850
33851 \family typewriter
33852 .ps
33853 \family default
33854
33855 \begin_inset Quotes grd
33856 \end_inset
33857
33858 .
33859  PostScript wurde von der Firma
33860 \family typewriter
33861  Adobe
33862 \family default
33863  als Druckersprache entwickelt.
33864  Die Datei enthält deshalb Druckbefehle.
33865  PostScript kann als 
33866 \begin_inset Quotes gld
33867 \end_inset
33868
33869 Programmiersprache
33870 \begin_inset Quotes grd
33871 \end_inset
33872
33873  angesehen werden.
33874  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
33875 \begin_inset Foot
33876 status collapsed
33877
33878 \begin_layout Plain Layout
33879 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
33880  von
33881 \series bold
33882  PSTricks
33883 \series default
33884  
33885 \begin_inset CommandInset citation
33886 LatexCommand cite
33887 key "pstricks"
33888
33889 \end_inset
33890
33891  oder 
33892 \begin_inset CommandInset citation
33893 LatexCommand cite
33894 key "latex-praxisbuch"
33895
33896 \end_inset
33897
33898  ansehen.
33899 \end_layout
33900
33901 \end_inset
33902
33903 .
33904  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
33905 \end_layout
33906
33907 \begin_layout Standard
33908 PostScript kann nur Bilder im Format EPS
33909 \begin_inset Index
33910 status collapsed
33911
33912 \begin_layout Plain Layout
33913 EPS
33914 \end_layout
33915
33916 \end_inset
33917
33918  (Encapsulated PostScript, Datei-Er\SpecialChar \-
33919 wei\SpecialChar \-
33920 ter\SpecialChar \-
33921 ung 
33922 \begin_inset Quotes gld
33923 \end_inset
33924
33925
33926 \family typewriter
33927 .eps
33928 \family default
33929
33930 \begin_inset Quotes grd
33931 \end_inset
33932
33933 ) enthalten.
33934  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
33935  intern nach EPS konvertieren.
33936  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
33937  verlangsamen.
33938  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
33939  konvertieren und direkt als EPS einfügen.
33940 \end_layout
33941
33942 \begin_layout Standard
33943 Sie können Ihr Dokument als PostScript über das Menü 
33944 \family sans
33945 Datei\SpecialChar \menuseparator
33946 Exportieren\SpecialChar \menuseparator
33947 Post\SpecialChar \-
33948 Script
33949 \family default
33950  exportieren.
33951  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
33952 \family sans
33953 Ansicht
33954 \family default
33955  oder den Werkzeugleistenknopf 
33956 \begin_inset Graphics
33957         filename ../../images/buffer-view_ps.png
33958         scale 70
33959         scaleBeforeRotation
33960
33961 \end_inset
33962
33963  anschauen.
33964 \end_layout
33965
33966 \begin_layout Section
33967 PDF
33968 \begin_inset Index
33969 status collapsed
33970
33971 \begin_layout Plain Layout
33972 Dateiformat! PDF
33973 \end_layout
33974
33975 \end_inset
33976
33977
33978 \begin_inset Index
33979 status collapsed
33980
33981 \begin_layout Plain Layout
33982 PDF
33983 \end_layout
33984
33985 \end_inset
33986
33987
33988 \end_layout
33989
33990 \begin_layout Standard
33991 Dieser Dateityp hat die Erweiterung 
33992 \begin_inset Quotes gld
33993 \end_inset
33994
33995
33996 \family typewriter
33997 .pdf
33998 \family default
33999
34000 \begin_inset Quotes grd
34001 \end_inset
34002
34003 .
34004  Das
34005 \emph on
34006  
34007 \emph default
34008
34009 \begin_inset Quotes gld
34010 \end_inset
34011
34012 Portable Document Format
34013 \begin_inset Quotes grd
34014 \end_inset
34015
34016  (PDF) wurde auch von der Firma 
34017 \family typewriter
34018 Adobe
34019 \family default
34020  als Derivat von PostScript entwickelt.
34021  Es ist komprimierter und benutzt weniger Befehle als PostScript.
34022  Wie der Begriff 
34023 \begin_inset Quotes gld
34024 \end_inset
34025
34026 portable
34027 \begin_inset Quotes grd
34028 \end_inset
34029
34030  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
34031  werden, und der Ausdruck sieht immer gleich aus.
34032 \end_layout
34033
34034 \begin_layout Standard
34035 PDF kann Bilder im eigenen PDF-Format, im Format 
34036 \begin_inset Quotes gld
34037 \end_inset
34038
34039 Joint Photographic Experts Group
34040 \begin_inset Quotes grd
34041 \end_inset
34042
34043  (JPEG
34044 \begin_inset Index
34045 status collapsed
34046
34047 \begin_layout Plain Layout
34048 JPG, JPEG
34049 \end_layout
34050
34051 \end_inset
34052
34053 , Datei-Erweiterung 
34054 \begin_inset Quotes gld
34055 \end_inset
34056
34057
34058 \family typewriter
34059 .jpg
34060 \family default
34061
34062 \begin_inset Quotes grd
34063 \end_inset
34064
34065  oder 
34066 \begin_inset Quotes gld
34067 \end_inset
34068
34069
34070 \family typewriter
34071 .jpeg
34072 \family default
34073
34074 \begin_inset Quotes grd
34075 \end_inset
34076
34077 ) und im Format 
34078 \begin_inset Quotes gld
34079 \end_inset
34080
34081 Portable Network Graphics
34082 \begin_inset Quotes grd
34083 \end_inset
34084
34085  (PNG
34086 \begin_inset Index
34087 status collapsed
34088
34089 \begin_layout Plain Layout
34090 PNG
34091 \end_layout
34092
34093 \end_inset
34094
34095 , Datei-Erweiterung 
34096 \begin_inset Quotes gld
34097 \end_inset
34098
34099
34100 \family typewriter
34101 .png
34102 \family default
34103
34104 \begin_inset Quotes grd
34105 \end_inset
34106
34107 ) enthalten.
34108  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
34109  Sie konvertieren wird.
34110  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
34111  wird, eines der drei erwähnten Bildformate zu benutzen.
34112 \end_layout
34113
34114 \begin_layout Standard
34115 PDF-Dateien können Sie über 
34116 \family sans
34117 Datei\SpecialChar \menuseparator
34118 Exportieren
34119 \family default
34120  auf drei Arten erzeugen:
34121 \end_layout
34122
34123 \begin_layout Description
34124 PDF
34125 \begin_inset space ~
34126 \end_inset
34127
34128 (ps2pdf) benutzt das Programm
34129 \family typewriter
34130  ps2pdf
34131 \family default
34132 , das eine PDF-Datei aus einer Post\SpecialChar \-
34133 Script®-Version Ihres Dokument erstellt.
34134  Die PostScript-Version wird mit dem Programm 
34135 \family typewriter
34136 dvips
34137 \family default
34138  aus einer DVI-Version erstellt.
34139  Es werden also drei Konvertierungen verwendet.
34140 \end_layout
34141
34142 \begin_layout Description
34143 PDF
34144 \begin_inset space ~
34145 \end_inset
34146
34147 (dvipdfm) benutzt das Programm 
34148 \family typewriter
34149 dvipdfm
34150 \family default
34151 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
34152  PDF konvertiert.
34153 \end_layout
34154
34155 \begin_layout Description
34156 PDF
34157 \begin_inset space ~
34158 \end_inset
34159
34160 (pdflatex) benutzt das Programm
34161 \family typewriter
34162  pdftex
34163 \family default
34164 , das Ihr Dokument direkt nach PDF konvertiert.
34165 \end_layout
34166
34167 \begin_layout Standard
34168
34169 \family sans
34170 PDF
34171 \begin_inset space ~
34172 \end_inset
34173
34174 (pdflatex)
34175 \family default
34176  wird empfohlen, weil
34177 \family typewriter
34178  pdftex
34179 \family default
34180  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
34181  ohne Probleme arbeitet.
34182  Das Programm 
34183 \family typewriter
34184 dvi\SpecialChar \-
34185 pdfm
34186 \family default
34187  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
34188 \end_layout
34189
34190 \begin_layout Standard
34191 Sie können Ihr Dokument als PDF über das Menü 
34192 \family sans
34193 Datei\SpecialChar \menuseparator
34194 Exportieren\SpecialChar \menuseparator
34195 PDF
34196 \family default
34197  exportieren.
34198  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
34199 \family sans
34200 Ansicht
34201 \family default
34202  oder den Werkzeugleistenknopf 
34203 \begin_inset Graphics
34204         filename ../../images/buffer-view_pdf2.png
34205         scale 70
34206         scaleBeforeRotation
34207         BoundingBox 0bp 0bp 20bp 20bp
34208
34209 \end_inset
34210
34211  anschauen 
34212 \family sans
34213 (
34214 \family default
34215 der 
34216 \family sans
34217 PDF
34218 \begin_inset space ~
34219 \end_inset
34220
34221 (pdflatex)
34222 \family default
34223  verwendet).
34224 \end_layout
34225
34226 \begin_layout Chapter
34227 Erklärung der Gleichung
34228 \begin_inset space ~
34229 \end_inset
34230
34231
34232 \begin_inset CommandInset ref
34233 LatexCommand eqref
34234 reference "eq:Wgn"
34235
34236 \end_inset
34237
34238
34239 \begin_inset CommandInset label
34240 LatexCommand label
34241 name "kap:Exläuterung-einer-Gleichung"
34242
34243 \end_inset
34244
34245
34246 \end_layout
34247
34248 \begin_layout Standard
34249 Die Gesamtbreite von
34250 \emph on
34251  n
34252 \emph default
34253  Tabellenzellen 
34254 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34255 \end_inset
34256
34257  kann wie folgt berechnet werden:
34258 \end_layout
34259
34260 \begin_layout Standard
34261 \begin_inset Formula \begin{equation}
34262 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}
34263
34264 \end_inset
34265
34266
34267 \end_layout
34268
34269 \begin_layout Standard
34270 Dabei ist 
34271 \begin_inset Formula $W_{g\, n}$
34272 \end_inset
34273
34274  die Breite jeder Zelle.
34275
34276 \series bold
34277  
34278 \backslash
34279 tabcolsep
34280 \series default
34281  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
34282  Standardwert 6
34283 \begin_inset space \thinspace{}
34284 \end_inset
34285
34286 pt.
34287  
34288 \series bold
34289
34290 \backslash
34291 arrayrulewidth
34292 \series default
34293  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
34294 \begin_inset space \thinspace{}
34295 \end_inset
34296
34297 pt.
34298 \end_layout
34299
34300 \begin_layout Standard
34301 Nach Gleichung
34302 \begin_inset space ~
34303 \end_inset
34304
34305
34306 \begin_inset CommandInset ref
34307 LatexCommand ref
34308 reference "eq:Wtot_n"
34309
34310 \end_inset
34311
34312  ist die Gesamtbreite einer Mehrfachspalte, 
34313 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34314 \end_inset
34315
34316 ,
34317 \end_layout
34318
34319 \begin_layout Standard
34320 \begin_inset Formula \begin{equation}
34321 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34322
34323 \end_inset
34324
34325
34326 \end_layout
34327
34328 \begin_layout Standard
34329 Setzt man die Gleichungen
34330 \begin_inset space ~
34331 \end_inset
34332
34333
34334 \begin_inset CommandInset ref
34335 LatexCommand ref
34336 reference "eq:Wtot_n"
34337
34338 \end_inset
34339
34340  und 
34341 \begin_inset CommandInset ref
34342 LatexCommand ref
34343 reference "eq:Wtot_mult"
34344
34345 \end_inset
34346
34347  gleich, kann man die benötigte Breite 
34348 \begin_inset Formula $W_{g\, n}$
34349 \end_inset
34350
34351 , wenn 
34352 \emph on
34353 n
34354 \emph default
34355  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
34356 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34357 \end_inset
34358
34359  hat, berechnen:
34360 \end_layout
34361
34362 \begin_layout Standard
34363 \begin_inset Formula \begin{equation}
34364 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34365
34366 \end_inset
34367
34368
34369 \end_layout
34370
34371 \begin_layout Bibliography
34372 \begin_inset CommandInset bibitem
34373 LatexCommand bibitem
34374 key "latexcompanion"
34375
34376 \end_inset
34377
34378 Frank Mittelbach and Michel Goossens: 
34379 \emph on
34380 The LaTeX Companion Second Edition.
34381
34382 \emph default
34383  Addison-Wesley, 2004
34384 \end_layout
34385
34386 \begin_layout Bibliography
34387 \begin_inset CommandInset bibitem
34388 LatexCommand bibitem
34389 key "latexguide"
34390
34391 \end_inset
34392
34393 Helmut Kopka and Patrick W.
34394  Daly: 
34395 \emph on
34396 A Guide to LaTeX Fourth Edition.
34397
34398 \emph default
34399  Addison-Wesley, 2003
34400 \end_layout
34401
34402 \begin_layout Bibliography
34403 \begin_inset CommandInset bibitem
34404 LatexCommand bibitem
34405 key "lamport"
34406
34407 \end_inset
34408
34409 Leslie Lamport: 
34410 \emph on
34411 LaTeX: A Document Preparation System.
34412
34413 \emph default
34414  Addison-Wesley, second edition, 1994
34415 \end_layout
34416
34417 \begin_layout Bibliography
34418 \begin_inset CommandInset bibitem
34419 LatexCommand bibitem
34420 key "latex-praxisbuch"
34421
34422 \end_inset
34423
34424 Niedermair, Elke & Michael: 
34425 \emph on
34426 LaTeX-Praxisbuch
34427 \emph default
34428 , Franzis-Verlag, 2004
34429 \end_layout
34430
34431 \begin_layout Bibliography
34432 \begin_inset CommandInset bibitem
34433 LatexCommand bibitem
34434 key "booktabs"
34435
34436 \end_inset
34437
34438 Dokumentation des LaTeX-Pakets 
34439 \series bold
34440
34441 \begin_inset CommandInset href
34442 LatexCommand href
34443 name "booktabs"
34444 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34445
34446 \end_inset
34447
34448
34449 \series default
34450
34451 \begin_inset Index
34452 status collapsed
34453
34454 \begin_layout Plain Layout
34455 LaTeX-Pakete ! booktabs
34456 \end_layout
34457
34458 \end_inset
34459
34460
34461 \end_layout
34462
34463 \begin_layout Bibliography
34464 \begin_inset CommandInset bibitem
34465 LatexCommand bibitem
34466 key "caption"
34467
34468 \end_inset
34469
34470 Dokumentation des LaTeX-Pakets 
34471 \series bold
34472
34473 \begin_inset CommandInset href
34474 LatexCommand href
34475 name "caption"
34476 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
34477
34478 \end_inset
34479
34480
34481 \series default
34482
34483 \begin_inset Index
34484 status collapsed
34485
34486 \begin_layout Plain Layout
34487 LaTeX-Pakete ! caption
34488 \end_layout
34489
34490 \end_inset
34491
34492
34493 \end_layout
34494
34495 \begin_layout Bibliography
34496 \begin_inset CommandInset bibitem
34497 LatexCommand bibitem
34498 key "endfloat"
34499
34500 \end_inset
34501
34502 Dokumentation des LaTeX-Pakets 
34503 \series bold
34504
34505 \begin_inset CommandInset href
34506 LatexCommand href
34507 name "endfloat"
34508 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34509
34510 \end_inset
34511
34512
34513 \series default
34514
34515 \begin_inset Index
34516 status collapsed
34517
34518 \begin_layout Plain Layout
34519 LaTeX-Pakete ! endfloat
34520 \end_layout
34521
34522 \end_inset
34523
34524
34525 \end_layout
34526
34527 \begin_layout Bibliography
34528 \begin_inset CommandInset bibitem
34529 LatexCommand bibitem
34530 key "wrapfig"
34531
34532 \end_inset
34533
34534 Dokumentation des LaTeX-Pakets 
34535 \series bold
34536
34537 \begin_inset CommandInset href
34538 LatexCommand href
34539 name "wrapfig"
34540 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34541
34542 \end_inset
34543
34544
34545 \series default
34546
34547 \begin_inset Index
34548 status collapsed
34549
34550 \begin_layout Plain Layout
34551 LaTeX-Pakete ! wrapfig
34552 \begin_inset ERT
34553 status collapsed
34554
34555 \begin_layout Plain Layout
34556
34557
34558 \backslash
34559 vspace{4mm}
34560 \end_layout
34561
34562 \end_inset
34563
34564
34565 \end_layout
34566
34567 \end_inset
34568
34569
34570 \end_layout
34571
34572 \begin_layout Bibliography
34573 \begin_inset CommandInset bibitem
34574 LatexCommand bibitem
34575 key "footmisc"
34576
34577 \end_inset
34578
34579 Dokumentation des LaTeX-Pakets 
34580 \series bold
34581
34582 \begin_inset CommandInset href
34583 LatexCommand href
34584 name "footmisc"
34585 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34586
34587 \end_inset
34588
34589
34590 \series default
34591
34592 \begin_inset Index
34593 status collapsed
34594
34595 \begin_layout Plain Layout
34596 LaTeX-Pakete ! footmisc
34597 \end_layout
34598
34599 \end_inset
34600
34601
34602 \end_layout
34603
34604 \begin_layout Bibliography
34605 \begin_inset CommandInset bibitem
34606 LatexCommand bibitem
34607 key "hypcap"
34608
34609 \end_inset
34610
34611 Dokumentation des LaTeX-Pakets 
34612 \series bold
34613
34614 \begin_inset CommandInset href
34615 LatexCommand href
34616 name "hypcap"
34617 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34618
34619 \end_inset
34620
34621
34622 \series default
34623
34624 \begin_inset Index
34625 status collapsed
34626
34627 \begin_layout Plain Layout
34628 LaTeX-Pakete ! hypcap
34629 \end_layout
34630
34631 \end_inset
34632
34633
34634 \end_layout
34635
34636 \begin_layout Bibliography
34637 \begin_inset CommandInset bibitem
34638 LatexCommand bibitem
34639 key "hyperref"
34640
34641 \end_inset
34642
34643 Dokumentation des LaTeX-Pakets 
34644 \series bold
34645
34646 \begin_inset CommandInset href
34647 LatexCommand href
34648 name "hyperref"
34649 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34650
34651 \end_inset
34652
34653
34654 \series default
34655
34656 \begin_inset Index
34657 status collapsed
34658
34659 \begin_layout Plain Layout
34660 LaTeX-Pakete ! hyperref
34661 \end_layout
34662
34663 \end_inset
34664
34665
34666 \end_layout
34667
34668 \begin_layout Bibliography
34669 \begin_inset CommandInset bibitem
34670 LatexCommand bibitem
34671 key "koma-script"
34672
34673 \end_inset
34674
34675 Dokumentation des LaTeX-Pakets 
34676 \series bold
34677
34678 \begin_inset CommandInset href
34679 LatexCommand href
34680 name "koma-script"
34681 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
34682
34683 \end_inset
34684
34685
34686 \series default
34687
34688 \begin_inset Index
34689 status collapsed
34690
34691 \begin_layout Plain Layout
34692 LaTeX-Pakete ! koma-script
34693 \end_layout
34694
34695 \end_inset
34696
34697
34698 \end_layout
34699
34700 \begin_layout Bibliography
34701 \begin_inset CommandInset bibitem
34702 LatexCommand bibitem
34703 key "listings"
34704
34705 \end_inset
34706
34707 Dokumentation des LaTeX-Pakets 
34708 \series bold
34709
34710 \begin_inset CommandInset href
34711 LatexCommand href
34712 name "listings"
34713 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34714
34715 \end_inset
34716
34717
34718 \series default
34719
34720 \begin_inset Index
34721 status collapsed
34722
34723 \begin_layout Plain Layout
34724 LaTeX-Pakete ! listings
34725 \end_layout
34726
34727 \end_inset
34728
34729
34730 \end_layout
34731
34732 \begin_layout Bibliography
34733 \begin_inset CommandInset bibitem
34734 LatexCommand bibitem
34735 key "marginnote"
34736
34737 \end_inset
34738
34739 Dokumentation des LaTeX-Pakets 
34740 \series bold
34741
34742 \begin_inset CommandInset href
34743 LatexCommand href
34744 name "marginnote"
34745 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34746
34747 \end_inset
34748
34749
34750 \series default
34751
34752 \begin_inset Index
34753 status collapsed
34754
34755 \begin_layout Plain Layout
34756 LaTeX-Pakete ! marginnote
34757 \end_layout
34758
34759 \end_inset
34760
34761
34762 \end_layout
34763
34764 \begin_layout Bibliography
34765 \begin_inset CommandInset bibitem
34766 LatexCommand bibitem
34767 key "pstricks"
34768
34769 \end_inset
34770
34771 Webseite des LaTeX-Pakets 
34772 \series bold
34773
34774 \begin_inset CommandInset href
34775 LatexCommand href
34776 name "PSTricks"
34777 target "http://tug.org/PSTricks/"
34778
34779 \end_inset
34780
34781
34782 \series default
34783
34784 \begin_inset Index
34785 status collapsed
34786
34787 \begin_layout Plain Layout
34788 LaTeX-Pakete ! pstricks
34789 \end_layout
34790
34791 \end_inset
34792
34793
34794 \end_layout
34795
34796 \begin_layout Bibliography
34797 \begin_inset CommandInset bibitem
34798 LatexCommand bibitem
34799 key "sidecap"
34800
34801 \end_inset
34802
34803 Dokumentation des LaTeX-Pakets 
34804 \series bold
34805
34806 \begin_inset CommandInset href
34807 LatexCommand href
34808 name "sidecap"
34809 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34810
34811 \end_inset
34812
34813
34814 \series default
34815
34816 \begin_inset Index
34817 status collapsed
34818
34819 \begin_layout Plain Layout
34820 LaTeX-Pakete ! sidecap
34821 \end_layout
34822
34823 \end_inset
34824
34825
34826 \end_layout
34827
34828 \begin_layout Bibliography
34829 \begin_inset CommandInset bibitem
34830 LatexCommand bibitem
34831 key "NewInLyX16"
34832
34833 \end_inset
34834
34835
34836 \begin_inset CommandInset href
34837 LatexCommand href
34838 name "Wiki-Seite"
34839 target "http://wiki.lyx.org/LyX/NewInLyX16"
34840
34841 \end_inset
34842
34843  über neue Funktionen in 
34844 \family sans
34845 LyX 1.6.0
34846 \family default
34847 .
34848 \end_layout
34849
34850 \begin_layout Standard
34851 \begin_inset CommandInset index_print
34852 LatexCommand printindex
34853
34854 \end_inset
34855
34856
34857 \end_layout
34858
34859 \begin_layout Standard
34860 \begin_inset FloatList figure
34861
34862 \end_inset
34863
34864
34865 \end_layout
34866
34867 \begin_layout Standard
34868 \begin_inset FloatList table
34869
34870 \end_inset
34871
34872
34873 \end_layout
34874
34875 \begin_layout Standard
34876 \begin_inset ERT
34877 status open
34878
34879 \begin_layout Plain Layout
34880
34881
34882 \backslash
34883 listof{algorithm}{Algorithmenverzeichnis}
34884 \end_layout
34885
34886 \end_inset
34887
34888
34889 \begin_inset Note Note
34890 status collapsed
34891
34892 \begin_layout Plain Layout
34893 siehe Abschnitt
34894 \begin_inset space ~
34895 \end_inset
34896
34897
34898 \begin_inset CommandInset ref
34899 LatexCommand ref
34900 reference "uab:Gleitobjekt-Algorithmen"
34901
34902 \end_inset
34903
34904  für eine Beschreibung
34905 \end_layout
34906
34907 \end_inset
34908
34909
34910 \end_layout
34911
34912 \end_body
34913 \end_document