]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
EmbeddedObjects.lyx: update the description of Edit externally
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 1.6.2svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % wenn pdflatex benutzt wird:
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % Schriften für bessere PDF-Ansichten
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % Ende von: wenn pdflatex benutzt wird
16
17 % Setzt den Link fuer Sprünge zu Gleitabbildungen
18 % auf den Anfang des Gelitobjekts und nicht aufs Ende
19 \usepackage[figure]{hypcap}
20
21 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
22 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
23 \let\myTOC\tableofcontents
24 \renewcommand\tableofcontents{%
25   \frontmatter
26   \pdfbookmark[1]{\contentsname}{}
27   \myTOC
28   \mainmatter }
29
30 % Formatierung von Legenden
31 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
32
33 % Befehle, um Legenden neben Tabellen und Abbildungen zu setzen
34 \usepackage{sidecap}
35
36 \newcommand{\TabBesBeg}{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % ermöglicht das Berechnen von Werten
55 \usepackage{calc}
56
57 % Ermöglicht besondere Tabellenzellen-Ausrichtungen
58 \usepackage{dcolumn}
59
60 %Vergrößert den Teil der Seite, in dem Gleitobjekte
61 % unten angeordnet werden dürfen
62 \renewcommand{\bottomfraction}{0.5}
63
64 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
65 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
66
67 % beschleunigt die Berechnung von langen Tabellen
68 \setcounter{LTchunksize}{100}
69
70 % wird für skalierte und rotierte Boxen benötigt
71 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
72
73 % wird bei farbigen Tabellen benutzt
74 \@ifundefined{textcolor}
75  {\usepackage{color}}{}
76 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0}
77 \definecolor{hellgrau}{gray}{0.8}
78
79 % testen ob paket colortbl installiert ist
80 % wird für farbige Tabellenzellen benutzt
81 \newboolean{colortbl}
82 \IfFileExists{colortbl.sty}
83  {\usepackage{colortbl}
84   \setboolean{colortbl}{true}}
85  {\setboolean{colortbl}{false}}
86
87 % wird für Mehrfachzeilen benutzt
88 \usepackage{multirow}
89 %\renewcommand{\multirowsetup}{\centering}
90
91 % wird fuer Tabellen im Buchstil benutzt
92 \usepackage{booktabs}
93
94 % wird benutzt, um Tabellenzellen zu vergrößern
95 \@ifundefined{extrarowheight}
96  {\usepackage{array}}{}
97 \setlength{\extrarowheight}{2pt}
98
99 % wird fuer benutzerdefinierte Tabellen benutzt
100 % ---
101 \newcolumntype{M}[1]
102  {>{\centering\hspace{0pt}}m{#1}}
103
104 \newcolumntype{S}[2]
105  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
106
107 \newcolumntype{K}[1]
108  {>{\columncolor{#1}\hspace{0pt}}c}
109
110 \newcolumntype{V}{!{\vrule width 1.5pt}}
111
112 \newcolumntype{W}{!{\color{green}\vline}}
113 % ---
114
115 % Setzt einen zusaetzlichen Abstand von
116 % 1.5 mm zwischen Fussnoten
117 \let\myFoot\footnote
118 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
119
120 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
121 \numberwithin{algorithm}{chapter}
122
123 % Grauschrift-Notizen in blauer Farbe
124 \renewenvironment{lyxgreyedout}
125  {\textcolor{blue}\bgroup}{\egroup}
126
127 % ------------------------------------
128 % Prüfung auf benötigte LaTeXPakete
129 \usepackage{ifthen}
130
131 % Pruefung auf arydshln
132 % für Tabellen mit gestrichelten Linien
133 \newboolean{arydshln}
134 \IfFileExists{arydshln.sty}
135  {\usepackage{arydshln}
136   \setboolean{arydshln}{true}}
137  {\setboolean{arydshln}{false}}
138
139 % Prüfung auf marginnote
140 % für Randnotizen
141 \newboolean{marginnote}
142 \IfFileExists{marginnote.sty}
143  {\usepackage{marginnote}
144   \let\marginpar\marginnote
145   \setboolean{marginnote}{true}}
146  {\setboolean{marginnote}{false}}
147
148 % Prüfung auf sidecap
149 % für seitliche Beschriftungen
150 \newboolean{sidecap}
151 \IfFileExists{sidecap.sty}
152  {\usepackage{sidecap}
153   \let\marginpar\marginnote
154   \setboolean{sidecap}{true}}
155  {\setboolean{sidecap}{false}}
156
157 % Umdefinieren des Makros \LyX für PDF-Lesezeichen
158 \def\LyX{\texorpdfstring{%
159   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
160   {LyX}}
161
162 % Damit der Index den Namen "Stichwortverzeichnis" erhält
163 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
164 \end_preamble
165 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
166 \use_default_options false
167 \language ngerman
168 \inputencoding auto
169 \font_roman default
170 \font_sans default
171 \font_typewriter default
172 \font_default_family default
173 \font_sc false
174 \font_osf false
175 \font_sf_scale 100
176 \font_tt_scale 100
177
178 \graphics default
179 \paperfontsize 12
180 \spacing single
181 \use_hyperref true
182 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
183 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
184 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
185 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
186 \pdf_bookmarks true
187 \pdf_bookmarksnumbered true
188 \pdf_bookmarksopen true
189 \pdf_bookmarksopenlevel 1
190 \pdf_breaklinks false
191 \pdf_pdfborder false
192 \pdf_colorlinks true
193 \pdf_backref false
194 \pdf_pdfusetitle false
195 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
196 \papersize a4paper
197 \use_geometry false
198 \use_amsmath 2
199 \use_esint 0
200 \cite_engine basic
201 \use_bibtopic false
202 \paperorientation portrait
203 \secnumdepth 3
204 \tocdepth 3
205 \paragraph_separation skip
206 \defskip medskip
207 \quotes_language german
208 \papercolumns 1
209 \papersides 2
210 \paperpagestyle default
211 \bullet 1 0 9 -1
212 \bullet 2 2 35 -1
213 \bullet 3 2 7 -1
214 \tracking_changes false
215 \output_changes false
216 \author "" 
217 \author "" 
218 \end_header
219
220 \begin_body
221
222 \begin_layout Title
223 Das LyX-Handbuch der Einfügungen:
224 \begin_inset Newline newline
225 \end_inset
226
227  
228 \size larger
229 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
230 \end_layout
231
232 \begin_layout Author
233 vom LyX Team
234 \begin_inset Foot
235 status collapsed
236
237 \begin_layout Plain Layout
238 \noindent
239
240 \size normal
241 Übersetzung und Bearbeitung: Hartmut Haase
242 \size default
243 , Uwe Stöhr
244 \begin_inset Newline newline
245 \end_inset
246
247 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
248  bitte an: 
249 \begin_inset CommandInset href
250 LatexCommand href
251 name "lyx-docs@lists.lyx.org"
252 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
253 type "mailto:"
254
255 \end_inset
256
257
258 \end_layout
259
260 \end_inset
261
262
263 \begin_inset Note Note
264 status collapsed
265
266 \begin_layout Plain Layout
267 Autor: Uwe Stöhr <uwestoehr@web.de>
268 \end_layout
269
270 \end_inset
271
272
273 \begin_inset Newline newline
274 \end_inset
275
276
277 \begin_inset Newline newline
278 \end_inset
279
280
281 \family sans
282 Version 1.6.x
283 \end_layout
284
285 \begin_layout Standard
286 \begin_inset CommandInset toc
287 LatexCommand tableofcontents
288
289 \end_inset
290
291
292 \end_layout
293
294 \begin_layout Standard
295 \begin_inset Note Note
296 status open
297
298 \begin_layout Plain Layout
299 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder Rich
300  Text exportieren zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte
301  
302 \series bold
303 arydshln
304 \series default
305
306 \series bold
307 colortbl
308 \series default
309
310 \series bold
311 marginnote
312 \series default
313  und 
314 \series bold
315 sidecap
316 \series default
317 .
318  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
319  denen sie benötigt werden.
320 \end_layout
321
322 \begin_layout Plain Layout
323 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
324  des englischen Originals hier finden:
325 \begin_inset Newline newline
326 \end_inset
327
328
329 \series bold
330 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
331 \end_layout
332
333 \end_inset
334
335
336 \end_layout
337
338 \begin_layout Chapter
339 Abbildungen
340 \begin_inset Index
341 status collapsed
342
343 \begin_layout Plain Layout
344 Abbildungen
345 \end_layout
346
347 \end_inset
348
349
350 \end_layout
351
352 \begin_layout Section
353 Grafik-Dialog
354 \begin_inset Index
355 status collapsed
356
357 \begin_layout Plain Layout
358 Abbildungen ! Grafik-Dialog
359 \end_layout
360
361 \end_inset
362
363
364 \begin_inset CommandInset label
365 LatexCommand label
366 name "abs:Grafik-Dialog"
367
368 \end_inset
369
370
371 \end_layout
372
373 \begin_layout Standard
374 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
375  
376 \begin_inset Graphics
377         filename ../../images/dialog-show-new-inset_graphics.png
378         scale 70
379         scaleBeforeRotation
380         BoundingBox 0bp 6bp 22bp 22bp
381
382 \end_inset
383
384  in der Werkzeugleiste oder wählen das Menü 
385 \family sans
386 Einfügen\SpecialChar \menuseparator
387 Grafik
388 \family default
389 .
390  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
391  
392 \family sans
393 Durchsuchen
394 \family default
395  eingeben können.
396  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
397  an der Sie sie eingefügt haben.
398 \end_layout
399
400 \begin_layout Standard
401 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
402  klicken.
403  Der Dialog hat drei Karteikarten:
404 \end_layout
405
406 \begin_layout Description
407
408 \family sans
409 Grafik
410 \family default
411  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
412  Version festlegen.
413  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
414 \begin_inset space ~
415 \end_inset
416
417
418 \begin_inset CommandInset ref
419 LatexCommand ref
420 reference "kap:In-LyX-verfügbare"
421
422 \end_inset
423
424  erklärt.
425 \begin_inset Newline newline
426 \end_inset
427
428
429 \begin_inset Index
430 status collapsed
431
432 \begin_layout Plain Layout
433 Abbildungen ! rotierte
434 \end_layout
435
436 \end_inset
437
438 Sie können Abbildungen durch Angabe eines 
439 \family sans
440 Winkel
441 \family default
442
443 \begin_inset space ~
444 \end_inset
445
446
447 \family sans
448 (Grad)
449 \family default
450  und Festlegung eines 
451 \family sans
452 Drehpunktes
453 \family default
454  drehen.
455  Negative Winkel drehen im Uhrzeigersinn.
456  Die Abbildung wird auch in LyX gedreht.
457 \begin_inset Newline newline
458 \end_inset
459
460
461 \begin_inset Index
462 status collapsed
463
464 \begin_layout Plain Layout
465 Abbildungen ! skalierte
466 \end_layout
467
468 \end_inset
469
470 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
471  oder Höhe und Breite definiert.
472  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
473  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
474  wobei sie möglicherweise verzerrt wird.
475  Um das zu vermeiden, sollten Sie 
476 \family sans
477 Seitenverhältnis
478 \begin_inset space ~
479 \end_inset
480
481 beibehalten
482 \family default
483  ankreuzen.
484  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
485  und Breite nicht überschritten werden.
486 \begin_inset Newline newline
487 \end_inset
488
489 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
490 nden Kontext-Menü 
491 \family sans
492 Datei extern bearbeiten
493 \family default
494  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
495  öffnen.
496  Das Programm kann für jedes Bildformat in den LyX-Einstellungen unter 
497 \family sans
498 Datei-Handhabung\SpecialChar \menuseparator
499 Dateiformate
500 \family default
501  festgelegt werden.
502 \end_layout
503
504 \begin_layout Description
505
506 \family sans
507 Ausschnitt
508 \family default
509  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
510  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
511  Wenn Sie auf 
512 \family sans
513 Lese
514 \begin_inset space ~
515 \end_inset
516
517 aus
518 \begin_inset space ~
519 \end_inset
520
521 Datei
522 \family default
523  klicken, werden die Koordinaten automatisch berechnet.
524  Die Option 
525 \family sans
526 Auf
527 \begin_inset space ~
528 \end_inset
529
530 Begrenzungsbox
531 \begin_inset space ~
532 \end_inset
533
534 zuschneiden
535 \family default
536  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
537  Koordinaten liegt.
538  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
539  diese Karteikarte ignorieren.
540 \end_layout
541
542 \begin_layout Description
543
544 \family sans
545 LaTeX-
546 \begin_inset space ~
547 \end_inset
548
549 und
550 \begin_inset space ~
551 \end_inset
552
553 LyX-Optionen
554 \family default
555  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
556  LaTeX-Experten können weitere LaTeX-Optionen definieren.
557 \begin_inset Newline newline
558 \end_inset
559
560 Ist die Option 
561 \family sans
562 Entwurfsmodus 
563 \family default
564 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
565  darin gedruckt.
566 \begin_inset Newline newline
567 \end_inset
568
569 Die Option 
570 \family sans
571 Beim
572 \begin_inset space ~
573 \end_inset
574
575 Exportieren
576 \begin_inset space ~
577 \end_inset
578
579 nicht
580 \begin_inset space ~
581 \end_inset
582
583 entpacken
584 \family default
585  betrifft nur gepackte EPS-Dateien, zum Beispiel 
586 \emph on
587 x.eps.gz
588 \emph default
589 .
590  LaTeX kann so mit ihnen umgehen.
591 \begin_inset Newline newline
592 \end_inset
593
594 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
595  wählen, siehe Anhang
596 \begin_inset space ~
597 \end_inset
598
599
600 \begin_inset CommandInset ref
601 LatexCommand ref
602 reference "abs:PostScript"
603
604 \end_inset
605
606 .
607  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
608 \begin_inset Newline newline
609 \end_inset
610
611
612 \series bold
613 gzip x.eps
614 \begin_inset Newline newline
615 \end_inset
616
617 zgrep %%Bounding x.eps.gz > x.eps.bb
618 \series default
619
620 \begin_inset Newline newline
621 \end_inset
622
623 Der zweite Befehl erzeugt die Begrenzungsbox 
624 \begin_inset Quotes gld
625 \end_inset
626
627 x.eps.bb
628 \begin_inset Quotes grd
629 \end_inset
630
631 , die LaTeX für gepackte Abbildungen benötigt.
632 \begin_inset Newline newline
633 \end_inset
634
635 Das Feld 
636 \family sans
637 Gruppenname
638 \begin_inset space ~
639 \end_inset
640
641 initialisieren
642 \family default
643  ermöglicht es eine Einstellungsgruppe zu definieren oder dem Bild eine
644  solche zuzuordnen.
645 \begin_inset Index
646 status collapsed
647
648 \begin_layout Plain Layout
649 Abbildungen ! Einstellungsgruppen
650 \end_layout
651
652 \end_inset
653
654  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
655  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
656  der Gruppe geändert werden.
657  Damit kann man z.B.
658 \begin_inset space ~
659 \end_inset
660
661 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
662  Bild tun zu müssen.
663  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
664  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
665 \end_layout
666
667 \begin_layout Standard
668 \begin_inset VSpace bigskip
669 \end_inset
670
671
672 \end_layout
673
674 \begin_layout Standard
675 Hier ist eine zentrierte EPS-Abbildung
676 \begin_inset Foot
677 status collapsed
678
679 \begin_layout Plain Layout
680 Abbildungsformate sind in Abschnitt
681 \begin_inset space ~
682 \end_inset
683
684
685 \begin_inset CommandInset ref
686 LatexCommand ref
687 reference "abs:Bildformate"
688
689 \end_inset
690
691  beschrieben.
692 \end_layout
693
694 \end_inset
695
696  in einem eigenen Absatz:
697 \end_layout
698
699 \begin_layout Standard
700 \align center
701 \begin_inset Graphics
702         filename ../clipart/mobius.eps
703         scale 70
704         scaleBeforeRotation
705         rotateOrigin center
706
707 \end_inset
708
709
710 \end_layout
711
712 \begin_layout Standard
713 \noindent
714 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
715 \end_layout
716
717 \begin_layout Standard
718 \align center
719 \begin_inset Graphics
720         filename ../clipart/mobius.eps
721         scale 70
722         draft
723         scaleBeforeRotation
724         rotateOrigin center
725
726 \end_inset
727
728
729 \end_layout
730
731 \begin_layout Section
732 Gleitende Abbildungen
733 \begin_inset CommandInset label
734 LatexCommand label
735 name "abs:Gleitende-Abbildungen"
736
737 \end_inset
738
739
740 \begin_inset Index
741 status collapsed
742
743 \begin_layout Plain Layout
744 Abbildungen ! gleitende
745 \end_layout
746
747 \end_inset
748
749
750 \begin_inset Index
751 status collapsed
752
753 \begin_layout Plain Layout
754 Gleitobjekte ! Abbildungen
755 \end_layout
756
757 \end_inset
758
759
760 \end_layout
761
762 \begin_layout Standard
763 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
764 \begin_inset space ~
765 \end_inset
766
767
768 \begin_inset CommandInset ref
769 LatexCommand ref
770 reference "abs:Gleitobjekte-Einleitung"
771
772 \end_inset
773
774 .
775 \end_layout
776
777 \begin_layout Standard
778 Wenn Sie auf das Werkzeugleisten-Symbol 
779 \begin_inset Graphics
780         filename ../../images/float-insert_figure.png
781         scale 70
782         scaleBeforeRotation
783         BoundingBox 0bp 6bp 22bp 22bp
784
785 \end_inset
786
787  klicken oder 
788 \family sans
789 Einfügen\SpecialChar \menuseparator
790 Gleit\SpecialChar \-
791 objekt\SpecialChar \menuseparator
792 Abbildung
793 \family default
794  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
795  In das rot umrahmte Feld rechts von 
796 \emph on
797 Abbildung
798 \begin_inset space ~
799 \end_inset
800
801 Nr:
802 \emph default
803  schreiben Sie die Bildbeschriftung.
804  Nach einem Klick oberhalb oder unterhalb von 
805 \emph on
806 Abbildung
807 \begin_inset space ~
808 \end_inset
809
810 Nr:
811 \emph default
812  können Sie dann eine Abbildung wie 
813 \begin_inset CommandInset ref
814 LatexCommand ref
815 reference "abb:kill-plat"
816
817 \end_inset
818
819  oberhalb oder wie Abbildung
820 \begin_inset space ~
821 \end_inset
822
823
824 \begin_inset CommandInset ref
825 LatexCommand ref
826 reference "abb:escher"
827
828 \end_inset
829
830  unterhalb der Bildbeschriftung einfügen.
831  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
832 \begin_inset space ~
833 \end_inset
834
835
836 \begin_inset CommandInset ref
837 LatexCommand ref
838 reference "abs:Titel-Platzierung"
839
840 \end_inset
841
842 .
843 \end_layout
844
845 \begin_layout Standard
846 \begin_inset Float figure
847 wide false
848 sideways false
849 status open
850
851 \begin_layout Plain Layout
852 \align center
853 \begin_inset Graphics
854         filename ../clipart/platypus.eps
855         width 50col%
856         scaleBeforeRotation
857         rotateOrigin center
858
859 \end_inset
860
861
862 \end_layout
863
864 \begin_layout Plain Layout
865 \begin_inset Caption
866
867 \begin_layout Plain Layout
868 \begin_inset CommandInset label
869 LatexCommand label
870 name "abb:kill-plat"
871
872 \end_inset
873
874 Platypus in einem Gleitobjekt
875 \end_layout
876
877 \end_inset
878
879
880 \end_layout
881
882 \end_inset
883
884
885 \end_layout
886
887 \begin_layout Standard
888 \begin_inset Float figure
889 wide false
890 sideways false
891 status open
892
893 \begin_layout Plain Layout
894 \begin_inset Caption
895
896 \begin_layout Plain Layout
897 \begin_inset CommandInset label
898 LatexCommand label
899 name "abb:escher"
900
901 \end_inset
902
903 M.C.
904  Escher
905 \end_layout
906
907 \end_inset
908
909
910 \end_layout
911
912 \begin_layout Plain Layout
913 \align center
914 \begin_inset Graphics
915         filename ../clipart/escher-lsd.eps
916         scale 80
917         scaleBeforeRotation
918         rotateOrigin center
919
920 \end_inset
921
922
923 \end_layout
924
925 \end_inset
926
927
928 \end_layout
929
930 \begin_layout Standard
931 \begin_inset Index
932 status collapsed
933
934 \begin_layout Plain Layout
935 Querverweise ! auf Abbildungen
936 \end_layout
937
938 \end_inset
939
940 Abbildung
941 \begin_inset space ~
942 \end_inset
943
944
945 \begin_inset CommandInset ref
946 LatexCommand ref
947 reference "abb:kill-plat"
948
949 \end_inset
950
951  und 
952 \begin_inset CommandInset ref
953 LatexCommand ref
954 reference "abb:escher"
955
956 \end_inset
957
958  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
959  Dafür fügen Sie in der Beschriftung mit 
960 \family sans
961 Einfügen\SpecialChar \menuseparator
962 Marke
963 \family default
964  oder durch Klicken auf 
965 \begin_inset Graphics
966         filename ../../images/label-insert.png
967         scale 70
968         scaleBeforeRotation
969         BoundingBox 0bp 6bp 20bp 20bp
970
971 \end_inset
972
973  eine Marke ein.
974  Auf diese können Sie dann wie gewohnt mit 
975 \family sans
976 Einfügen\SpecialChar \menuseparator
977 Querverweis
978 \family default
979  oder durch Klicken auf 
980 \begin_inset Graphics
981         filename ../../images/dialog-show-new-inset_ref.png
982         scale 70
983         scaleBeforeRotation
984         BoundingBox 0bp 6bp 22bp 22bp
985
986 \end_inset
987
988  verweisen.
989  Das ist besser als eine vage Formulierung wie 
990 \begin_inset Quotes gld
991 \end_inset
992
993 die obige Abbildung
994 \begin_inset Quotes grd
995 \end_inset
996
997  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
998  erscheint, und das muss nicht 
999 \emph on
1000 oben
1001 \emph default
1002  sein.
1003  Verweise werden detailliert in Abschnitt
1004 \begin_inset space ~
1005 \end_inset
1006
1007
1008 \begin_inset CommandInset ref
1009 LatexCommand ref
1010 reference "abs:Auf-Gleitobjekte-verweisen"
1011
1012 \end_inset
1013
1014  beschrieben.
1015 \end_layout
1016
1017 \begin_layout Standard
1018 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1019  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1020  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1021  Gleitabbildung einfügt.
1022  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1023  Abbildung
1024 \begin_inset space ~
1025 \end_inset
1026
1027
1028 \begin_inset CommandInset ref
1029 LatexCommand ref
1030 reference "abb:Zwei-Teilabbildungen"
1031
1032 \end_inset
1033
1034  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1035  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1036  Gleitabbildung auf Eingabe drücken.
1037  Abbildung
1038 \begin_inset space ~
1039 \end_inset
1040
1041
1042 \begin_inset CommandInset ref
1043 LatexCommand ref
1044 reference "abb:Undefinierbar"
1045
1046 \end_inset
1047
1048  und 
1049 \begin_inset CommandInset ref
1050 LatexCommand ref
1051 reference "abb:Ein-Schnabeltier"
1052
1053 \end_inset
1054
1055  sind die Teilabbildungen.
1056 \end_layout
1057
1058 \begin_layout Standard
1059 \begin_inset Float figure
1060 wide false
1061 sideways false
1062 status open
1063
1064 \begin_layout Plain Layout
1065 \begin_inset space \hfill{}
1066 \end_inset
1067
1068
1069 \begin_inset Float figure
1070 wide false
1071 sideways false
1072 status collapsed
1073
1074 \begin_layout Plain Layout
1075 \begin_inset Caption
1076
1077 \begin_layout Plain Layout
1078 \begin_inset CommandInset label
1079 LatexCommand label
1080 name "abb:Undefinierbar"
1081
1082 \end_inset
1083
1084 Undefinierbar
1085 \end_layout
1086
1087 \end_inset
1088
1089
1090 \end_layout
1091
1092 \begin_layout Plain Layout
1093 \begin_inset Graphics
1094         filename ../clipart/escher-lsd.eps
1095         width 35col%
1096         scaleBeforeRotation
1097         groupId Teilabbildung
1098
1099 \end_inset
1100
1101
1102 \end_layout
1103
1104 \end_inset
1105
1106
1107 \begin_inset space \hfill{}
1108 \end_inset
1109
1110
1111 \begin_inset Float figure
1112 wide false
1113 sideways false
1114 status collapsed
1115
1116 \begin_layout Plain Layout
1117 \begin_inset Caption
1118
1119 \begin_layout Plain Layout
1120 \begin_inset CommandInset label
1121 LatexCommand label
1122 name "abb:Ein-Schnabeltier"
1123
1124 \end_inset
1125
1126 Ein Schnabeltier
1127 \end_layout
1128
1129 \end_inset
1130
1131
1132 \end_layout
1133
1134 \begin_layout Plain Layout
1135 \begin_inset Graphics
1136         filename ../clipart/platypus.eps
1137         width 35col%
1138         scaleBeforeRotation
1139         groupId Teilabbildung
1140
1141 \end_inset
1142
1143
1144 \end_layout
1145
1146 \end_inset
1147
1148
1149 \begin_inset space \hfill{}
1150 \end_inset
1151
1152
1153 \end_layout
1154
1155 \begin_layout Plain Layout
1156 \begin_inset Caption
1157
1158 \begin_layout Plain Layout
1159 \begin_inset CommandInset label
1160 LatexCommand label
1161 name "abb:Zwei-Teilabbildungen"
1162
1163 \end_inset
1164
1165 Zwei Teilabbildungen nebeneinander.
1166  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1167 \begin_inset Quotes gld
1168 \end_inset
1169
1170 Teilabbildung
1171 \begin_inset Quotes grd
1172 \end_inset
1173
1174  an.
1175 \end_layout
1176
1177 \end_inset
1178
1179
1180 \end_layout
1181
1182 \end_inset
1183
1184
1185 \end_layout
1186
1187 \begin_layout Section
1188 Bildformate
1189 \begin_inset CommandInset label
1190 LatexCommand label
1191 name "abs:Bildformate"
1192
1193 \end_inset
1194
1195
1196 \begin_inset Index
1197 status collapsed
1198
1199 \begin_layout Plain Layout
1200 Abbildungen ! Bildformate
1201 \end_layout
1202
1203 \end_inset
1204
1205
1206 \end_layout
1207
1208 \begin_layout Standard
1209 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1210  Aber wie in Anhang
1211 \begin_inset space ~
1212 \end_inset
1213
1214
1215 \begin_inset CommandInset ref
1216 LatexCommand ref
1217 reference "kap:Ausgabedatei-Formate"
1218
1219 \end_inset
1220
1221  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1222  LyX benutzt im Hintergrund das Programm
1223 \family typewriter
1224  Imagemagick
1225 \family default
1226 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1227  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1228  vermeiden.
1229  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1230  werden können.
1231  Diese Formate werden in Anhang
1232 \begin_inset space ~
1233 \end_inset
1234
1235
1236 \begin_inset CommandInset ref
1237 LatexCommand ref
1238 reference "kap:Ausgabedatei-Formate"
1239
1240 \end_inset
1241
1242  beschrieben.
1243 \end_layout
1244
1245 \begin_layout Standard
1246 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1247 \end_layout
1248
1249 \begin_layout Description
1250 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1251  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1252  
1253 \emph on
1254 pixelig
1255 \emph default
1256  aus.
1257  Bekannte Pixel-Formate sind 
1258 \begin_inset Quotes gld
1259 \end_inset
1260
1261 Graphics Interchange Format
1262 \begin_inset Quotes grd
1263 \end_inset
1264
1265  (GIF, Dateiendung
1266 \family typewriter
1267  
1268 \family default
1269
1270 \begin_inset Quotes gld
1271 \end_inset
1272
1273
1274 \family typewriter
1275 .gif
1276 \family default
1277
1278 \begin_inset Quotes grd
1279 \end_inset
1280
1281 )
1282 \begin_inset Index
1283 status collapsed
1284
1285 \begin_layout Plain Layout
1286 GIF
1287 \end_layout
1288
1289 \end_inset
1290
1291
1292 \begin_inset Quotes gld
1293 \end_inset
1294
1295 Portable Network Graphics
1296 \begin_inset Quotes grd
1297 \end_inset
1298
1299  (PNG, Dateiendung 
1300 \begin_inset Quotes gld
1301 \end_inset
1302
1303
1304 \family typewriter
1305 .png
1306 \family default
1307
1308 \begin_inset Quotes grd
1309 \end_inset
1310
1311 )
1312 \begin_inset Index
1313 status collapsed
1314
1315 \begin_layout Plain Layout
1316 PNG
1317 \end_layout
1318
1319 \end_inset
1320
1321
1322 \begin_inset Quotes gld
1323 \end_inset
1324
1325 Joint Photographic Experts Group
1326 \begin_inset Quotes grd
1327 \end_inset
1328
1329  (JPEG, Dateiendung
1330 \family typewriter
1331  
1332 \family default
1333
1334 \begin_inset Quotes gld
1335 \end_inset
1336
1337
1338 \family typewriter
1339 .jpg
1340 \family default
1341
1342 \begin_inset Quotes grd
1343 \end_inset
1344
1345  oder 
1346 \begin_inset Quotes gld
1347 \end_inset
1348
1349
1350 \family typewriter
1351 .jpeg
1352 \family default
1353
1354 \begin_inset Quotes grd
1355 \end_inset
1356
1357 )
1358 \begin_inset Index
1359 status collapsed
1360
1361 \begin_layout Plain Layout
1362 JPG, JPEG
1363 \end_layout
1364
1365 \end_inset
1366
1367  und 
1368 \begin_inset Quotes gld
1369 \end_inset
1370
1371 Windows Bitmap
1372 \begin_inset Quotes grd
1373 \end_inset
1374
1375  (BMP, Dateiendung 
1376 \begin_inset Quotes gld
1377 \end_inset
1378
1379
1380 \family typewriter
1381 .bmp
1382 \family default
1383
1384 \begin_inset Quotes grd
1385 \end_inset
1386
1387 )
1388 \begin_inset Index
1389 status collapsed
1390
1391 \begin_layout Plain Layout
1392 BMP
1393 \end_layout
1394
1395 \end_inset
1396
1397 .
1398 \end_layout
1399
1400 \begin_layout Description
1401 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1402  auf jede beliebige Größe skaliert werden.
1403  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1404  zoomen zu können.
1405 \begin_inset Newline newline
1406 \end_inset
1407
1408 Bekannte Formate sind 
1409 \begin_inset Quotes gld
1410 \end_inset
1411
1412 Scalable Vector Graphics
1413 \begin_inset Quotes grd
1414 \end_inset
1415
1416  (SVG, Dateiendung
1417 \family typewriter
1418  
1419 \family default
1420
1421 \begin_inset Quotes gld
1422 \end_inset
1423
1424
1425 \family typewriter
1426 .svg
1427 \family default
1428
1429 \begin_inset Quotes grd
1430 \end_inset
1431
1432 )
1433 \begin_inset Index
1434 status collapsed
1435
1436 \begin_layout Plain Layout
1437 SVG
1438 \end_layout
1439
1440 \end_inset
1441
1442
1443 \begin_inset Quotes gld
1444 \end_inset
1445
1446 Encapsulated PostScript
1447 \begin_inset Quotes grd
1448 \end_inset
1449
1450  (EPS, Dateiendung 
1451 \begin_inset Quotes gld
1452 \end_inset
1453
1454
1455 \family typewriter
1456 .eps
1457 \family default
1458
1459 \begin_inset Quotes grd
1460 \end_inset
1461
1462 )
1463 \begin_inset Index
1464 status collapsed
1465
1466 \begin_layout Plain Layout
1467 EPS
1468 \end_layout
1469
1470 \end_inset
1471
1472
1473 \begin_inset Quotes gld
1474 \end_inset
1475
1476 Portable Document Format
1477 \begin_inset Quotes grd
1478 \end_inset
1479
1480  (PDF, Dateiendung
1481 \family typewriter
1482  
1483 \family default
1484
1485 \begin_inset Quotes gld
1486 \end_inset
1487
1488
1489 \family typewriter
1490 .pdf
1491 \family default
1492
1493 \begin_inset Quotes grd
1494 \end_inset
1495
1496 )
1497 \begin_inset Index
1498 status collapsed
1499
1500 \begin_layout Plain Layout
1501 PDF
1502 \end_layout
1503
1504 \end_inset
1505
1506  und 
1507 \begin_inset Quotes gld
1508 \end_inset
1509
1510 Windows Metafile
1511 \begin_inset Quotes grd
1512 \end_inset
1513
1514  (WMF, Dateiendung 
1515 \begin_inset Quotes gld
1516 \end_inset
1517
1518
1519 \family typewriter
1520 .wmf
1521 \family default
1522
1523 \begin_inset Quotes grd
1524 \end_inset
1525
1526 )
1527 \begin_inset Index
1528 status collapsed
1529
1530 \begin_layout Plain Layout
1531 WMF
1532 \end_layout
1533
1534 \end_inset
1535
1536 .
1537 \end_layout
1538
1539 \begin_layout Standard
1540 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1541  das Ergebnis ist immer noch ein Pixelbild.
1542  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1543  hinzugefügt.
1544 \begin_inset Foot
1545 status open
1546
1547 \begin_layout Plain Layout
1548 Bei PDF wird das Originalbild auch noch komprimiert.
1549 \end_layout
1550
1551 \end_inset
1552
1553  Die PDF-Dateien, die 
1554 \family typewriter
1555 Adobe Photoshop
1556 \family default
1557  erzeugt, sind zum Beispiel Pixelbilder.
1558 \end_layout
1559
1560 \begin_layout Standard
1561 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1562  umgekehrt.
1563  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1564  eingefügt werden.
1565  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1566  erzeugt wird, weil es zur Zeit keine WMF/SVG
1567 \begin_inset Formula $\to$
1568 \end_inset
1569
1570 PDF/EPS Konverter gibt.
1571 \end_layout
1572
1573 \begin_layout Chapter
1574 Tabellen
1575 \begin_inset Index
1576 status collapsed
1577
1578 \begin_layout Plain Layout
1579 Tabellen
1580 \end_layout
1581
1582 \end_inset
1583
1584
1585 \end_layout
1586
1587 \begin_layout Section
1588 Einführung
1589 \begin_inset Index
1590 status collapsed
1591
1592 \begin_layout Plain Layout
1593 Tabellen ! Einführung
1594 \end_layout
1595
1596 \end_inset
1597
1598
1599 \end_layout
1600
1601 \begin_layout Standard
1602 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1603 \begin_inset Graphics
1604         filename ../../images/tabular-insert.png
1605         scale 70
1606         scaleBeforeRotation
1607         BoundingBox 0bp 6bp 22bp 22bp
1608
1609 \end_inset
1610
1611  oder das Menü 
1612 \family sans
1613 Einfügen\SpecialChar \menuseparator
1614 Tabelle
1615 \family default
1616  einfügen.
1617  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1618 \begin_inset space \thinspace{}
1619 \end_inset
1620
1621 -Tabelle.
1622  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1623  und die Größe der dunkelblauen Tabelle angezeigt.
1624  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1625  ein.
1626  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1627  Spaltenanzahl festlegen können.
1628 \end_layout
1629
1630 \begin_layout Standard
1631 In der so erstellten Tabelle ist jede Zelle umrandet.
1632  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1633  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1634  die zweite Zeile eine Linie oberhalb haben.
1635  Hier ist ein Beispiel:
1636 \end_layout
1637
1638 \begin_layout Standard
1639 \align center
1640 \begin_inset Tabular
1641 <lyxtabular version="3" rows="5" columns="4">
1642 <features>
1643 <column alignment="center" valignment="top" width="0">
1644 <column alignment="center" valignment="top" width="0">
1645 <column alignment="center" valignment="top" width="0">
1646 <column alignment="center" valignment="top" width="0">
1647 <row>
1648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1649 \begin_inset Text
1650
1651 \begin_layout Plain Layout
1652
1653 \end_layout
1654
1655 \end_inset
1656 </cell>
1657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1658 \begin_inset Text
1659
1660 \begin_layout Plain Layout
1661
1662 \family roman
1663 \series medium
1664 \shape up
1665 \size normal
1666 \emph off
1667 \bar no
1668 \noun off
1669 \color none
1670 1
1671 \end_layout
1672
1673 \end_inset
1674 </cell>
1675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1676 \begin_inset Text
1677
1678 \begin_layout Plain Layout
1679 2
1680 \end_layout
1681
1682 \end_inset
1683 </cell>
1684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1685 \begin_inset Text
1686
1687 \begin_layout Plain Layout
1688 3
1689 \end_layout
1690
1691 \end_inset
1692 </cell>
1693 </row>
1694 <row>
1695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1696 \begin_inset Text
1697
1698 \begin_layout Plain Layout
1699
1700 \family roman
1701 \series medium
1702 \shape up
1703 \size normal
1704 \emph off
1705 \bar no
1706 \noun off
1707 \color none
1708 A
1709 \end_layout
1710
1711 \end_inset
1712 </cell>
1713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1714 \begin_inset Text
1715
1716 \begin_layout Plain Layout
1717
1718 \end_layout
1719
1720 \end_inset
1721 </cell>
1722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1723 \begin_inset Text
1724
1725 \begin_layout Plain Layout
1726
1727 \end_layout
1728
1729 \end_inset
1730 </cell>
1731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1732 \begin_inset Text
1733
1734 \begin_layout Plain Layout
1735
1736 \end_layout
1737
1738 \end_inset
1739 </cell>
1740 </row>
1741 <row>
1742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1743 \begin_inset Text
1744
1745 \begin_layout Plain Layout
1746
1747 \family roman
1748 \series medium
1749 \shape up
1750 \size normal
1751 \emph off
1752 \bar no
1753 \noun off
1754 \color none
1755 B
1756 \end_layout
1757
1758 \end_inset
1759 </cell>
1760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1761 \begin_inset Text
1762
1763 \begin_layout Plain Layout
1764
1765 \end_layout
1766
1767 \end_inset
1768 </cell>
1769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1770 \begin_inset Text
1771
1772 \begin_layout Plain Layout
1773
1774 \end_layout
1775
1776 \end_inset
1777 </cell>
1778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1779 \begin_inset Text
1780
1781 \begin_layout Plain Layout
1782
1783 \end_layout
1784
1785 \end_inset
1786 </cell>
1787 </row>
1788 <row>
1789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1790 \begin_inset Text
1791
1792 \begin_layout Plain Layout
1793
1794 \family roman
1795 \series medium
1796 \shape up
1797 \size normal
1798 \emph off
1799 \bar no
1800 \noun off
1801 \color none
1802 C
1803 \end_layout
1804
1805 \end_inset
1806 </cell>
1807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1808 \begin_inset Text
1809
1810 \begin_layout Plain Layout
1811
1812 \end_layout
1813
1814 \end_inset
1815 </cell>
1816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1817 \begin_inset Text
1818
1819 \begin_layout Plain Layout
1820
1821 \end_layout
1822
1823 \end_inset
1824 </cell>
1825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1826 \begin_inset Text
1827
1828 \begin_layout Plain Layout
1829
1830 \end_layout
1831
1832 \end_inset
1833 </cell>
1834 </row>
1835 <row>
1836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1837 \begin_inset Text
1838
1839 \begin_layout Plain Layout
1840 D
1841 \end_layout
1842
1843 \end_inset
1844 </cell>
1845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1846 \begin_inset Text
1847
1848 \begin_layout Plain Layout
1849
1850 \end_layout
1851
1852 \end_inset
1853 </cell>
1854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1855 \begin_inset Text
1856
1857 \begin_layout Plain Layout
1858
1859 \end_layout
1860
1861 \end_inset
1862 </cell>
1863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1864 \begin_inset Text
1865
1866 \begin_layout Plain Layout
1867
1868 \end_layout
1869
1870 \end_inset
1871 </cell>
1872 </row>
1873 </lyxtabular>
1874
1875 \end_inset
1876
1877
1878 \end_layout
1879
1880 \begin_layout Section
1881 Tabellen-Einstellungen
1882 \begin_inset Index
1883 status collapsed
1884
1885 \begin_layout Plain Layout
1886 Tabellen ! Einstellungen
1887 \end_layout
1888
1889 \end_inset
1890
1891
1892 \end_layout
1893
1894 \begin_layout Standard
1895 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1896  Maustaste draufklicken.
1897  Dadurch wird ein Kontextmenü angezeigt, an derem Ende 
1898 \family sans
1899 Einstellungen
1900 \family default
1901  steht.
1902  Ein Klick darauf öffnet das Fenster 
1903 \family sans
1904 Tabellen-Einstellungen
1905 \family default
1906 .
1907  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1908  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1909  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1910  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1911  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1912  Auswahl.
1913  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1914 \emph on
1915 Inhalt
1916 \emph default
1917  einer Zelle oder die Zelle selber ausgewählt haben.
1918  Das 
1919 \family sans
1920 Tabellen-Einstellungen
1921 \family default
1922 -Menü hat folgende Karteikarten:
1923 \end_layout
1924
1925 \begin_layout Description
1926
1927 \family sans
1928 Tabellen-Einstellungen
1929 \family default
1930  Hier können Sie die 
1931 \family sans
1932 Horizontale
1933 \begin_inset space ~
1934 \end_inset
1935
1936 Ausrichtung
1937 \family default
1938  der momentanen Spalte und die 
1939 \family sans
1940 Spaltenbreite
1941 \family default
1942  festlegen.
1943  Wenn Sie eine 
1944 \family sans
1945 Spaltenbreite
1946 \family default
1947  festgelegt haben, können Sie auch eine 
1948 \family sans
1949 Vertikale
1950 \begin_inset space ~
1951 \end_inset
1952
1953 Ausrichtung
1954 \family default
1955  der momentanen Zeile wählen.
1956  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1957  Absätze haben, wie in Abschnitt
1958 \begin_inset space ~
1959 \end_inset
1960
1961
1962 \begin_inset CommandInset ref
1963 LatexCommand ref
1964 reference "uab:Mehrfache-Zeilen-in"
1965
1966 \end_inset
1967
1968  beschrieben.
1969  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1970 \begin_inset Newline newline
1971 \end_inset
1972
1973 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
1974  als 
1975 \family sans
1976 Mehrfachspalte
1977 \family default
1978  definieren, wie in Abschnitt
1979 \begin_inset space ~
1980 \end_inset
1981
1982
1983 \begin_inset CommandInset ref
1984 LatexCommand ref
1985 reference "uab:Mehrfachspalten"
1986
1987 \end_inset
1988
1989  beschrieben.
1990 \begin_inset Newline newline
1991 \end_inset
1992
1993 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
1994  den Uhrzeigersinn um 90° drehen.
1995  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
1996 \begin_inset Newline newline
1997 \end_inset
1998
1999
2000 \begin_inset Note Greyedout
2001 status open
2002
2003 \begin_layout Plain Layout
2004
2005 \series bold
2006 Achtung:
2007 \series default
2008  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2009 \end_layout
2010
2011 \end_inset
2012
2013
2014 \begin_inset Newline newline
2015 \end_inset
2016
2017 Man kann auch ein 
2018 \family sans
2019 LaTe
2020 \begin_inset ERT
2021 status collapsed
2022
2023 \begin_layout Plain Layout
2024
2025 {}
2026 \end_layout
2027
2028 \end_inset
2029
2030 X-Argument
2031 \family default
2032  für besondere Tabellen-Formatierun\SpecialChar \-
2033 gen einfügen, wie in den Abschnitten
2034  
2035 \begin_inset CommandInset ref
2036 LatexCommand ref
2037 reference "uab:Mehrfachspalten-Berechnungen"
2038
2039 \end_inset
2040
2041  und 
2042 \begin_inset CommandInset ref
2043 LatexCommand ref
2044 reference "abs:Farbige-Tabellen"
2045
2046 \end_inset
2047
2048  beschrieben.
2049 \end_layout
2050
2051 \begin_layout Description
2052
2053 \family sans
2054 Rahmen
2055 \family default
2056  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2057  hinzufügen und löschen.
2058 \begin_inset Newline newline
2059 \end_inset
2060
2061 Wenn Sie die Stil-Option
2062 \family sans
2063  Formal
2064 \family default
2065  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2066 \begin_inset space ~
2067 \end_inset
2068
2069
2070 \begin_inset CommandInset ref
2071 LatexCommand ref
2072 reference "abs:Formale-Tabellen"
2073
2074 \end_inset
2075
2076  beschrieben, konvertiert.
2077 \begin_inset Newline newline
2078 \end_inset
2079
2080 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2081 \begin_inset space ~
2082 \end_inset
2083
2084
2085 \begin_inset CommandInset ref
2086 LatexCommand ref
2087 reference "uab:Zeilenabstand"
2088
2089 \end_inset
2090
2091  beschrieben.
2092 \end_layout
2093
2094 \begin_layout Description
2095
2096 \family sans
2097 Lange
2098 \begin_inset space ~
2099 \end_inset
2100
2101 Tabelle
2102 \family default
2103  Hier kann eine Tabelle als 
2104 \family sans
2105 Lange
2106 \begin_inset space ~
2107 \end_inset
2108
2109 Tabelle
2110 \family default
2111  definiert werden, die über mehrere Seiten reicht.
2112  Die Abschnitte
2113 \begin_inset space ~
2114 \end_inset
2115
2116
2117 \begin_inset CommandInset ref
2118 LatexCommand ref
2119 reference "abs:Lange-Tabellen"
2120
2121 \end_inset
2122
2123  und 
2124 \begin_inset CommandInset ref
2125 LatexCommand ref
2126 reference "abs:Special-Longtable-Issues"
2127
2128 \end_inset
2129
2130  beschreiben diese Funktion genauer.
2131 \end_layout
2132
2133 \begin_layout Standard
2134 Wenn das Menü 
2135 \family sans
2136 Tabellen-Einstellungen
2137 \family default
2138  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
2139  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
2140 \end_layout
2141
2142 \begin_layout Section
2143 Tabellen-Werkzeugleiste
2144 \begin_inset Index
2145 status collapsed
2146
2147 \begin_layout Plain Layout
2148 Tabellen ! Werkzeugleiste
2149 \end_layout
2150
2151 \end_inset
2152
2153
2154 \end_layout
2155
2156 \begin_layout Standard
2157 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2158 \family sans
2159 Tabellen-Einstellungen
2160 \family default
2161 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2162  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2163  LyX-Fensters.
2164 \end_layout
2165
2166 \begin_layout Standard
2167 Die Werkzeugleiste hat folgende Knöpfe:
2168 \end_layout
2169
2170 \begin_layout Labeling
2171 \labelwidthstring 00.00.0000
2172 \begin_inset Graphics
2173         filename ../../images/tabular-feature_append-row.png
2174         scale 70
2175         scaleBeforeRotation
2176         BoundingBox 0bp 6bp 22bp 22bp
2177
2178 \end_inset
2179
2180  Fügt eine Zeile unterhalb der momentanen an
2181 \end_layout
2182
2183 \begin_layout Labeling
2184 \labelwidthstring 00.00.0000
2185 \begin_inset Graphics
2186         filename ../../images/tabular-feature_append-column.png
2187         scale 70
2188         scaleBeforeRotation
2189         BoundingBox 0bp 6bp 22bp 22bp
2190
2191 \end_inset
2192
2193  Fügt eine Spalte rechts von der momentanen an
2194 \end_layout
2195
2196 \begin_layout Labeling
2197 \labelwidthstring 00.00.0000
2198 \begin_inset Graphics
2199         filename ../../images/tabular-feature_delete-row.png
2200         scale 70
2201         scaleBeforeRotation
2202         BoundingBox 0bp 6bp 22bp 22bp
2203
2204 \end_inset
2205
2206  Löscht die ausgewählte(n) Zeile(n)
2207 \end_layout
2208
2209 \begin_layout Labeling
2210 \labelwidthstring 00.00.0000
2211 \begin_inset Graphics
2212         filename ../../images/tabular-feature_delete-column.png
2213         scale 70
2214         scaleBeforeRotation
2215         BoundingBox 0bp 6bp 22bp 22bp
2216
2217 \end_inset
2218
2219  Löscht die ausgewählte(n) Spalte(n)
2220 \end_layout
2221
2222 \begin_layout Labeling
2223 \labelwidthstring 00.00.0000
2224 \begin_inset Graphics
2225         filename ../../images/tabular-feature_toggle-line-top.png
2226         scale 70
2227         scaleBeforeRotation
2228         BoundingBox 0bp 6bp 22bp 22bp
2229
2230 \end_inset
2231
2232  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2233  wenn der Knopf grau hinterlegt ist
2234 \end_layout
2235
2236 \begin_layout Labeling
2237 \labelwidthstring 00.00.0000
2238 \begin_inset Graphics
2239         filename ../../images/tabular-feature_toggle-line-bottom.png
2240         scale 70
2241         scaleBeforeRotation
2242         BoundingBox 0bp 6bp 22bp 22bp
2243
2244 \end_inset
2245
2246  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2247  wenn der Knopf grau hinterlegt ist
2248 \end_layout
2249
2250 \begin_layout Labeling
2251 \labelwidthstring 00.00.0000
2252 \begin_inset Graphics
2253         filename ../../images/tabular-feature_toggle-line-left.png
2254         scale 70
2255         scaleBeforeRotation
2256         BoundingBox 0bp 6bp 22bp 22bp
2257
2258 \end_inset
2259
2260  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2261  wenn der Knopf grau hinterlegt ist
2262 \end_layout
2263
2264 \begin_layout Labeling
2265 \labelwidthstring 00.00.0000
2266 \begin_inset Graphics
2267         filename ../../images/tabular-feature_toggle-line-right.png
2268         scale 70
2269         scaleBeforeRotation
2270         BoundingBox 0bp 6bp 22bp 22bp
2271
2272 \end_inset
2273
2274  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2275  wenn der Knopf grau hinterlegt ist
2276 \end_layout
2277
2278 \begin_layout Labeling
2279 \labelwidthstring 00.00.0000
2280 \begin_inset Graphics
2281         filename ../../images/tabular-feature_set-all-lines.png
2282         scale 70
2283         scaleBeforeRotation
2284         BoundingBox 0bp 6bp 22bp 22bp
2285
2286 \end_inset
2287
2288  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2289 \end_layout
2290
2291 \begin_layout Labeling
2292 \labelwidthstring 00.00.0000
2293 \begin_inset Graphics
2294         filename ../../images/tabular-feature_unset-all-lines.png
2295         scale 70
2296         scaleBeforeRotation
2297         BoundingBox 0bp 6bp 22bp 22bp
2298
2299 \end_inset
2300
2301  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2302 \end_layout
2303
2304 \begin_layout Labeling
2305 \labelwidthstring 00.00.0000
2306 \begin_inset Graphics
2307         filename ../../images/tabular-feature_align-left.png
2308         scale 70
2309         scaleBeforeRotation
2310         BoundingBox 0bp 6bp 22bp 22bp
2311
2312 \end_inset
2313
2314  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2315 \end_layout
2316
2317 \begin_layout Labeling
2318 \labelwidthstring 00.00.0000
2319 \begin_inset Graphics
2320         filename ../../images/tabular-feature_align-center.png
2321         scale 70
2322         scaleBeforeRotation
2323         BoundingBox 0bp 6bp 22bp 22bp
2324
2325 \end_inset
2326
2327  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2328 \end_layout
2329
2330 \begin_layout Labeling
2331 \labelwidthstring 00.00.0000
2332 \begin_inset Graphics
2333         filename ../../images/tabular-feature_align-right.png
2334         scale 70
2335         scaleBeforeRotation
2336         BoundingBox 0bp 6bp 22bp 22bp
2337
2338 \end_inset
2339
2340  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2341 \end_layout
2342
2343 \begin_layout Labeling
2344 \labelwidthstring 00.00.0000
2345 \begin_inset Graphics
2346         filename ../../images/tabular-feature_valign-top.png
2347         scale 70
2348         scaleBeforeRotation
2349         BoundingBox 0bp 6bp 22bp 22bp
2350
2351 \end_inset
2352
2353  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2354 \end_layout
2355
2356 \begin_layout Labeling
2357 \labelwidthstring 00.00.0000
2358 \begin_inset Graphics
2359         filename ../../images/tabular-feature_valign-middle.png
2360         scale 70
2361         scaleBeforeRotation
2362         BoundingBox 0bp 6bp 22bp 22bp
2363
2364 \end_inset
2365
2366  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2367 \end_layout
2368
2369 \begin_layout Labeling
2370 \labelwidthstring 00.00.0000
2371 \begin_inset Graphics
2372         filename ../../images/tabular-feature_valign-bottom.png
2373         scale 70
2374         scaleBeforeRotation
2375         BoundingBox 0bp 6bp 22bp 22bp
2376
2377 \end_inset
2378
2379  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2380 \end_layout
2381
2382 \begin_layout Labeling
2383 \labelwidthstring 00.00.0000
2384 \begin_inset Graphics
2385         filename ../../images/tabular-feature_set-rotate-cell.png
2386         scale 70
2387         scaleBeforeRotation
2388         BoundingBox 0bp 6bp 22bp 22bp
2389
2390 \end_inset
2391
2392  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2393 \end_layout
2394
2395 \begin_layout Labeling
2396 \labelwidthstring 00.00.0000
2397 \begin_inset Graphics
2398         filename ../../images/tabular-feature_set-rotate-tabular.png
2399         scale 70
2400         scaleBeforeRotation
2401         BoundingBox 0bp 6bp 22bp 22bp
2402
2403 \end_inset
2404
2405  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2406 \end_layout
2407
2408 \begin_layout Labeling
2409 \labelwidthstring 00.00.0000
2410 \begin_inset Graphics
2411         filename ../../images/tabular-feature_multicolumn.png
2412         scale 70
2413         scaleBeforeRotation
2414         BoundingBox 0bp 6bp 22bp 22bp
2415
2416 \end_inset
2417
2418  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2419 \end_layout
2420
2421 \begin_layout Standard
2422 \begin_inset Note Greyedout
2423 status open
2424
2425 \begin_layout Plain Layout
2426
2427 \series bold
2428 Bemerkung:
2429 \series default
2430  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2431  Reihe für alle Zelle der Reihe verwendet.
2432 \end_layout
2433
2434 \end_inset
2435
2436
2437 \end_layout
2438
2439 \begin_layout Section
2440 Bearbeiten-Menü
2441 \begin_inset Index
2442 status collapsed
2443
2444 \begin_layout Plain Layout
2445 Tabellen ! Bearbeiten-Menü
2446 \end_layout
2447
2448 \end_inset
2449
2450
2451 \end_layout
2452
2453 \begin_layout Standard
2454 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2455  Wenn der Cursor in einer Tabelle steht, sind im 
2456 \family sans
2457 Bearbeiten
2458 \family default
2459 -Menü folgende Punkte aktiviert: 
2460 \family sans
2461 Tabelle
2462 \family default
2463
2464 \family sans
2465 Zeilen
2466 \begin_inset space ~
2467 \end_inset
2468
2469 &
2470 \begin_inset space ~
2471 \end_inset
2472
2473 Spalten
2474 \family default
2475  und 
2476 \family sans
2477 Tabellen-Einstellungen
2478 \family default
2479 .
2480  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2481 ngsmöglichkeiten zu erreichen.
2482 \end_layout
2483
2484 \begin_layout Section
2485 Gleitende Tabellen
2486 \begin_inset CommandInset label
2487 LatexCommand label
2488 name "abs:Gleitende-Tabellen"
2489
2490 \end_inset
2491
2492
2493 \begin_inset Index
2494 status collapsed
2495
2496 \begin_layout Plain Layout
2497 Gleitobjekte ! Tabellen
2498 \end_layout
2499
2500 \end_inset
2501
2502
2503 \begin_inset Index
2504 status collapsed
2505
2506 \begin_layout Plain Layout
2507 Tabellen ! gleitende
2508 \end_layout
2509
2510 \end_inset
2511
2512
2513 \end_layout
2514
2515 \begin_layout Standard
2516 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2517 \begin_inset space ~
2518 \end_inset
2519
2520
2521 \begin_inset CommandInset ref
2522 LatexCommand ref
2523 reference "abs:Gleitobjekte-Einleitung"
2524
2525 \end_inset
2526
2527 .
2528 \end_layout
2529
2530 \begin_layout Standard
2531 \begin_inset Float table
2532 placement h
2533 wide false
2534 sideways false
2535 status open
2536
2537 \begin_layout Plain Layout
2538 \begin_inset Caption
2539
2540 \begin_layout Plain Layout
2541 \begin_inset CommandInset label
2542 LatexCommand label
2543 name "tab:a table float"
2544
2545 \end_inset
2546
2547 Eine gleitende Tabelle
2548 \end_layout
2549
2550 \end_inset
2551
2552
2553 \end_layout
2554
2555 \begin_layout Plain Layout
2556 \align center
2557 \begin_inset Tabular
2558 <lyxtabular version="3" rows="3" columns="3">
2559 <features>
2560 <column alignment="center" valignment="top" width="0pt">
2561 <column alignment="center" valignment="top" width="0pt">
2562 <column alignment="center" valignment="top" width="0pt">
2563 <row>
2564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2565 \begin_inset Text
2566
2567 \begin_layout Plain Layout
2568
2569 \family roman
2570 \series medium
2571 \shape up
2572 \size normal
2573 \emph off
2574 \bar no
2575 \noun off
2576 \color none
2577 1
2578 \end_layout
2579
2580 \end_inset
2581 </cell>
2582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2583 \begin_inset Text
2584
2585 \begin_layout Plain Layout
2586
2587 \family roman
2588 \series medium
2589 \shape up
2590 \size normal
2591 \emph off
2592 \bar no
2593 \noun off
2594 \color none
2595 2
2596 \end_layout
2597
2598 \end_inset
2599 </cell>
2600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2601 \begin_inset Text
2602
2603 \begin_layout Plain Layout
2604
2605 \family roman
2606 \series medium
2607 \shape up
2608 \size normal
2609 \emph off
2610 \bar no
2611 \noun off
2612 \color none
2613 3
2614 \end_layout
2615
2616 \end_inset
2617 </cell>
2618 </row>
2619 <row>
2620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2621 \begin_inset Text
2622
2623 \begin_layout Plain Layout
2624
2625 \family roman
2626 \series medium
2627 \shape up
2628 \size normal
2629 \emph off
2630 \bar no
2631 \noun off
2632 \color none
2633 Martin
2634 \end_layout
2635
2636 \end_inset
2637 </cell>
2638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2639 \begin_inset Text
2640
2641 \begin_layout Plain Layout
2642
2643 \family roman
2644 \series medium
2645 \shape up
2646 \size normal
2647 \emph off
2648 \bar no
2649 \noun off
2650 \color none
2651 Lena
2652 \end_layout
2653
2654 \end_inset
2655 </cell>
2656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2657 \begin_inset Text
2658
2659 \begin_layout Plain Layout
2660
2661 \family roman
2662 \series medium
2663 \shape up
2664 \size normal
2665 \emph off
2666 \bar no
2667 \noun off
2668 \color none
2669 Alina
2670 \end_layout
2671
2672 \end_inset
2673 </cell>
2674 </row>
2675 <row>
2676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2677 \begin_inset Text
2678
2679 \begin_layout Plain Layout
2680
2681 \family roman
2682 \series medium
2683 \shape up
2684 \size normal
2685 \emph off
2686 \bar no
2687 \noun off
2688 \color none
2689 \begin_inset Formula $\int x^{2}dx$
2690 \end_inset
2691
2692
2693 \end_layout
2694
2695 \end_inset
2696 </cell>
2697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2698 \begin_inset Text
2699
2700 \begin_layout Plain Layout
2701
2702 \family roman
2703 \series medium
2704 \shape up
2705 \size normal
2706 \emph off
2707 \bar no
2708 \noun off
2709 \color none
2710 \begin_inset Formula $\left[\begin{array}{cc}
2711 a & b\\
2712 c & d\end{array}\right]$
2713 \end_inset
2714
2715
2716 \end_layout
2717
2718 \end_inset
2719 </cell>
2720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2721 \begin_inset Text
2722
2723 \begin_layout Plain Layout
2724
2725 \family roman
2726 \series medium
2727 \shape up
2728 \size normal
2729 \emph off
2730 \bar no
2731 \noun off
2732 \color none
2733 \begin_inset Formula $1+1=2$
2734 \end_inset
2735
2736
2737 \end_layout
2738
2739 \end_inset
2740 </cell>
2741 </row>
2742 </lyxtabular>
2743
2744 \end_inset
2745
2746
2747 \end_layout
2748
2749 \end_inset
2750
2751
2752 \end_layout
2753
2754 \begin_layout Standard
2755 Gleitende Tabellen können über 
2756 \family sans
2757 Einfügen\SpecialChar \menuseparator
2758 Gleitobjekt\SpecialChar \menuseparator
2759 Tabelle
2760 \family default
2761  oder einen Klick auf den Werkzeugleistenknopf 
2762 \begin_inset Graphics
2763         filename ../../images/float-insert_table.png
2764         scale 70
2765         scaleBeforeRotation
2766         BoundingBox 0bp 6bp 22bp 22bp
2767
2768 \end_inset
2769
2770  erzeugt werden.
2771  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2772  In das rot umrahmte Feld rechts von 
2773 \emph on
2774 Tabelle
2775 \begin_inset space ~
2776 \end_inset
2777
2778 Nr:
2779 \emph default
2780  schreiben Sie die Tabellenbeschriftung.
2781  Nach einem Klick oberhalb oder unterhalb von 
2782 \emph on
2783 Tabelle
2784 \begin_inset space ~
2785 \end_inset
2786
2787 Nr:
2788 \emph default
2789  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2790 \begin_inset Graphics
2791         filename ../../images/tabular-insert.png
2792         scale 70
2793         scaleBeforeRotation
2794         BoundingBox 0bp 6bp 22bp 22bp
2795
2796 \end_inset
2797
2798  oder dem Menü 
2799 \family sans
2800 Einfügen\SpecialChar \menuseparator
2801 Tabelle
2802 \family default
2803  einfügen.
2804 \end_layout
2805
2806 \begin_layout Standard
2807 Tabelle
2808 \begin_inset space ~
2809 \end_inset
2810
2811
2812 \begin_inset CommandInset ref
2813 LatexCommand ref
2814 reference "tab:a table float"
2815
2816 \end_inset
2817
2818  ist ein Beispiel für eine gleitende Tabelle.
2819 \end_layout
2820
2821 \begin_layout Standard
2822 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2823 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2824  Das bedeutet, dass bei den Klassen 
2825 \family sans
2826 article
2827 \family default
2828
2829 \family sans
2830 book
2831 \family default
2832
2833 \family sans
2834 letter
2835 \family default
2836 , und 
2837 \family sans
2838 report
2839 \family default
2840  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2841  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2842 \series bold
2843 caption
2844 \series default
2845
2846 \begin_inset Index
2847 status collapsed
2848
2849 \begin_layout Plain Layout
2850 LaTeX-Pakete ! caption
2851 \end_layout
2852
2853 \end_inset
2854
2855  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2856 \begin_inset Foot
2857 status open
2858
2859 \begin_layout Plain Layout
2860 Näheres finden Sie im Abschnitt
2861 \begin_inset space ~
2862 \end_inset
2863
2864
2865 \begin_inset CommandInset ref
2866 LatexCommand ref
2867 reference "abs:Titel-Platzierung"
2868
2869 \end_inset
2870
2871 .
2872 \end_layout
2873
2874 \end_inset
2875
2876
2877 \end_layout
2878
2879 \begin_layout Standard
2880
2881 \series bold
2882 tableposition=top
2883 \end_layout
2884
2885 \begin_layout Standard
2886 Das Paket 
2887 \series bold
2888 caption
2889 \series default
2890 , das in Abschnitt
2891 \begin_inset space ~
2892 \end_inset
2893
2894
2895 \begin_inset CommandInset ref
2896 LatexCommand ref
2897 reference "abs:Titel-Formatierung"
2898
2899 \end_inset
2900
2901  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2902 \end_layout
2903
2904 \begin_layout Standard
2905 \begin_inset Index
2906 status collapsed
2907
2908 \begin_layout Plain Layout
2909 Querverweise ! auf Tabellen
2910 \end_layout
2911
2912 \end_inset
2913
2914 Auf Tabellen kann über ihre Marke verwiesen werden.
2915  Dafür fügen Sie in der Beschriftung mit 
2916 \family sans
2917 Einfügen\SpecialChar \menuseparator
2918 Marke
2919 \family default
2920  oder durch Klicken auf 
2921 \begin_inset Graphics
2922         filename ../../images/label-insert.png
2923         scale 70
2924         scaleBeforeRotation
2925         BoundingBox 0bp 6bp 20bp 20bp
2926
2927 \end_inset
2928
2929  eine Marke ein.
2930  Auf diese können Sie dann wie gewohnt mit 
2931 \family sans
2932 Einfügen\SpecialChar \menuseparator
2933 Querverweis
2934 \family default
2935  oder durch Klicken auf 
2936 \begin_inset Graphics
2937         filename ../../images/dialog-show-new-inset_ref.png
2938         scale 70
2939         scaleBeforeRotation
2940         BoundingBox 0bp 6bp 22bp 22bp
2941
2942 \end_inset
2943
2944  verweisen.
2945  Verweise werden detailliert in Abschnitt
2946 \begin_inset space ~
2947 \end_inset
2948
2949
2950 \begin_inset CommandInset ref
2951 LatexCommand ref
2952 reference "abs:Auf-Gleitobjekte-verweisen"
2953
2954 \end_inset
2955
2956  beschrieben.
2957 \end_layout
2958
2959 \begin_layout Section
2960 Lange Tabellen
2961 \begin_inset CommandInset label
2962 LatexCommand label
2963 name "abs:Lange-Tabellen"
2964
2965 \end_inset
2966
2967
2968 \begin_inset Index
2969 status collapsed
2970
2971 \begin_layout Plain Layout
2972 Tabellen ! lange
2973 \end_layout
2974
2975 \end_inset
2976
2977
2978 \end_layout
2979
2980 \begin_layout Standard
2981 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
2982  Dialogfenster 
2983 \family sans
2984 Tabellen-Einstellungen
2985 \family default
2986  auf der Karteikarte  
2987 \family sans
2988 Lange
2989 \begin_inset space ~
2990 \end_inset
2991
2992 Tabelle
2993 \family default
2994  die Option 
2995 \family sans
2996 Lange
2997 \begin_inset space ~
2998 \end_inset
2999
3000 Tabelle
3001 \begin_inset space ~
3002 \end_inset
3003
3004 verwenden
3005 \family default
3006  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3007  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3008 \end_layout
3009
3010 \begin_layout Description
3011 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3012  festgelegt; mit Ausnahme der ersten, wenn 
3013 \family sans
3014 Erste
3015 \begin_inset space ~
3016 \end_inset
3017
3018 Kopfzeile
3019 \family default
3020  aktiviert ist.
3021 \end_layout
3022
3023 \begin_layout Description
3024 Erste
3025 \lang english
3026
3027 \begin_inset space ~
3028 \end_inset
3029
3030
3031 \lang ngerman
3032 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3033  Seite einer mehrseitigen Tabelle definiert.
3034 \end_layout
3035
3036 \begin_layout Description
3037 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3038  mit Ausnahme der letzten, wenn 
3039 \family sans
3040 Letzte
3041 \begin_inset space ~
3042 \end_inset
3043
3044 Fußzeile
3045 \family default
3046  aktiviert ist.
3047 \end_layout
3048
3049 \begin_layout Description
3050 Letzte
3051 \begin_inset space ~
3052 \end_inset
3053
3054 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3055  einer mehrseitigen Tabelle definiert.
3056 \end_layout
3057
3058 \begin_layout Description
3059 Legende: Die aktuelle Zeile enthält die Legende.
3060  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3061  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3062 \begin_inset space ~
3063 \end_inset
3064
3065
3066 \begin_inset CommandInset ref
3067 LatexCommand ref
3068 reference "uab:Beschriftungen-langer-Tabellen"
3069
3070 \end_inset
3071
3072  erklärt.
3073 \end_layout
3074
3075 \begin_layout Standard
3076 Hier ist ein Beispiel einer langen Tabelle:
3077 \end_layout
3078
3079 \begin_layout Standard
3080 \align center
3081 \begin_inset Tabular
3082 <lyxtabular version="3" rows="69" columns="3">
3083 <features islongtable="true">
3084 <column alignment="left" valignment="top" width="0cm">
3085 <column alignment="left" valignment="top" width="0pt">
3086 <column alignment="right" valignment="top" width="0pt">
3087 <row endfirsthead="true">
3088 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3089 \begin_inset Text
3090
3091 \begin_layout Plain Layout
3092
3093 \series bold
3094 Telefonliste (ignoriere die Namen)
3095 \end_layout
3096
3097 \end_inset
3098 </cell>
3099 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3100 \begin_inset Text
3101
3102 \begin_layout Plain Layout
3103
3104 \end_layout
3105
3106 \end_inset
3107 </cell>
3108 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3109 \begin_inset Text
3110
3111 \begin_layout Plain Layout
3112
3113 \end_layout
3114
3115 \end_inset
3116 </cell>
3117 </row>
3118 <row endfirsthead="true">
3119 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3120 \begin_inset Text
3121
3122 \begin_layout Plain Layout
3123
3124 \series bold
3125 NAME
3126 \end_layout
3127
3128 \end_inset
3129 </cell>
3130 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3131 \begin_inset Text
3132
3133 \begin_layout Plain Layout
3134
3135 \end_layout
3136
3137 \end_inset
3138 </cell>
3139 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3140 \begin_inset Text
3141
3142 \begin_layout Plain Layout
3143
3144 \series bold
3145 TEL.
3146 \end_layout
3147
3148 \end_inset
3149 </cell>
3150 </row>
3151 <row endhead="true">
3152 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3153 \begin_inset Text
3154
3155 \begin_layout Plain Layout
3156
3157 \series bold
3158 Telefonliste
3159 \end_layout
3160
3161 \end_inset
3162 </cell>
3163 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3164 \begin_inset Text
3165
3166 \begin_layout Plain Layout
3167
3168 \end_layout
3169
3170 \end_inset
3171 </cell>
3172 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3173 \begin_inset Text
3174
3175 \begin_layout Plain Layout
3176
3177 \end_layout
3178
3179 \end_inset
3180 </cell>
3181 </row>
3182 <row endhead="true">
3183 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3184 \begin_inset Text
3185
3186 \begin_layout Plain Layout
3187
3188 \series bold
3189 NAME
3190 \end_layout
3191
3192 \end_inset
3193 </cell>
3194 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3195 \begin_inset Text
3196
3197 \begin_layout Plain Layout
3198
3199 \end_layout
3200
3201 \end_inset
3202 </cell>
3203 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3204 \begin_inset Text
3205
3206 \begin_layout Plain Layout
3207
3208 \series bold
3209 TEL.
3210 \end_layout
3211
3212 \end_inset
3213 </cell>
3214 </row>
3215 <row endfoot="true">
3216 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3217 \begin_inset Text
3218
3219 \begin_layout Plain Layout
3220
3221 \series bold
3222 wird fortgesetzt
3223 \series default
3224  \SpecialChar \ldots{}
3225
3226 \end_layout
3227
3228 \end_inset
3229 </cell>
3230 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3231 \begin_inset Text
3232
3233 \begin_layout Plain Layout
3234
3235 \end_layout
3236
3237 \end_inset
3238 </cell>
3239 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3240 \begin_inset Text
3241
3242 \begin_layout Plain Layout
3243
3244 \end_layout
3245
3246 \end_inset
3247 </cell>
3248 </row>
3249 <row>
3250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3251 \begin_inset Text
3252
3253 \begin_layout Plain Layout
3254
3255 \series bold
3256 Annovi
3257 \end_layout
3258
3259 \end_inset
3260 </cell>
3261 <cell alignment="center" valignment="top" usebox="none">
3262 \begin_inset Text
3263
3264 \begin_layout Plain Layout
3265 Silvia
3266 \end_layout
3267
3268 \end_inset
3269 </cell>
3270 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3271 \begin_inset Text
3272
3273 \begin_layout Plain Layout
3274 111
3275 \end_layout
3276
3277 \end_inset
3278 </cell>
3279 </row>
3280 <row>
3281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3282 \begin_inset Text
3283
3284 \begin_layout Plain Layout
3285
3286 \series bold
3287 Bertoli
3288 \end_layout
3289
3290 \end_inset
3291 </cell>
3292 <cell alignment="center" valignment="top" usebox="none">
3293 \begin_inset Text
3294
3295 \begin_layout Plain Layout
3296 Stefano
3297 \end_layout
3298
3299 \end_inset
3300 </cell>
3301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3302 \begin_inset Text
3303
3304 \begin_layout Plain Layout
3305 111
3306 \end_layout
3307
3308 \end_inset
3309 </cell>
3310 </row>
3311 <row>
3312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3313 \begin_inset Text
3314
3315 \begin_layout Plain Layout
3316
3317 \series bold
3318 Bozzi
3319 \end_layout
3320
3321 \end_inset
3322 </cell>
3323 <cell alignment="center" valignment="top" usebox="none">
3324 \begin_inset Text
3325
3326 \begin_layout Plain Layout
3327 Walter
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336 111
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 </row>
3342 <row>
3343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3344 \begin_inset Text
3345
3346 \begin_layout Plain Layout
3347
3348 \series bold
3349 Cachia
3350 \end_layout
3351
3352 \end_inset
3353 </cell>
3354 <cell alignment="center" valignment="top" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358 Maria
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Plain Layout
3367 111
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 </row>
3373 <row>
3374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3375 \begin_inset Text
3376
3377 \begin_layout Plain Layout
3378
3379 \series bold
3380 Cachia
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 <cell alignment="center" valignment="top" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Plain Layout
3389 Maurizio
3390 \end_layout
3391
3392 \end_inset
3393 </cell>
3394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3395 \begin_inset Text
3396
3397 \begin_layout Plain Layout
3398 111
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 </row>
3404 <row>
3405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3406 \begin_inset Text
3407
3408 \begin_layout Plain Layout
3409
3410 \series bold
3411 Cinquemani
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 <cell alignment="center" valignment="top" usebox="none">
3417 \begin_inset Text
3418
3419 \begin_layout Plain Layout
3420 Giusi
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Plain Layout
3429 111
3430 \end_layout
3431
3432 \end_inset
3433 </cell>
3434 </row>
3435 <row>
3436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3437 \begin_inset Text
3438
3439 \begin_layout Plain Layout
3440
3441 \series bold
3442 Colin
3443 \end_layout
3444
3445 \end_inset
3446 </cell>
3447 <cell alignment="center" valignment="top" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Plain Layout
3451 Bernard
3452 \end_layout
3453
3454 \end_inset
3455 </cell>
3456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3457 \begin_inset Text
3458
3459 \begin_layout Plain Layout
3460 111
3461 \end_layout
3462
3463 \end_inset
3464 </cell>
3465 </row>
3466 <row>
3467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3468 \begin_inset Text
3469
3470 \begin_layout Plain Layout
3471
3472 \series bold
3473 Concli
3474 \end_layout
3475
3476 \end_inset
3477 </cell>
3478 <cell alignment="center" valignment="top" usebox="none">
3479 \begin_inset Text
3480
3481 \begin_layout Plain Layout
3482 Gianfranco
3483 \end_layout
3484
3485 \end_inset
3486 </cell>
3487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3488 \begin_inset Text
3489
3490 \begin_layout Plain Layout
3491 111
3492 \end_layout
3493
3494 \end_inset
3495 </cell>
3496 </row>
3497 <row>
3498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3499 \begin_inset Text
3500
3501 \begin_layout Plain Layout
3502
3503 \series bold
3504 Dal Bosco
3505 \end_layout
3506
3507 \end_inset
3508 </cell>
3509 <cell alignment="center" valignment="top" usebox="none">
3510 \begin_inset Text
3511
3512 \begin_layout Plain Layout
3513 Carolina
3514 \end_layout
3515
3516 \end_inset
3517 </cell>
3518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3519 \begin_inset Text
3520
3521 \begin_layout Plain Layout
3522 111
3523 \end_layout
3524
3525 \end_inset
3526 </cell>
3527 </row>
3528 <row>
3529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3530 \begin_inset Text
3531
3532 \begin_layout Plain Layout
3533
3534 \series bold
3535 Dalpiaz
3536 \end_layout
3537
3538 \end_inset
3539 </cell>
3540 <cell alignment="center" valignment="top" usebox="none">
3541 \begin_inset Text
3542
3543 \begin_layout Plain Layout
3544 Annamaria
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3550 \begin_inset Text
3551
3552 \begin_layout Plain Layout
3553 111
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 </row>
3559 <row>
3560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3561 \begin_inset Text
3562
3563 \begin_layout Plain Layout
3564
3565 \series bold
3566 Feliciello
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 <cell alignment="center" valignment="top" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Plain Layout
3575 Domenico
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3581 \begin_inset Text
3582
3583 \begin_layout Plain Layout
3584 111
3585 \end_layout
3586
3587 \end_inset
3588 </cell>
3589 </row>
3590 <row>
3591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3592 \begin_inset Text
3593
3594 \begin_layout Plain Layout
3595
3596 \series bold
3597 Focarelli
3598 \end_layout
3599
3600 \end_inset
3601 </cell>
3602 <cell alignment="center" valignment="top" usebox="none">
3603 \begin_inset Text
3604
3605 \begin_layout Plain Layout
3606 Paola
3607 \end_layout
3608
3609 \end_inset
3610 </cell>
3611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3612 \begin_inset Text
3613
3614 \begin_layout Plain Layout
3615 111
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 </row>
3621 <row>
3622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3623 \begin_inset Text
3624
3625 \begin_layout Plain Layout
3626
3627 \series bold
3628 Galletti
3629 \end_layout
3630
3631 \end_inset
3632 </cell>
3633 <cell alignment="center" valignment="top" usebox="none">
3634 \begin_inset Text
3635
3636 \begin_layout Plain Layout
3637 Oreste
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3643 \begin_inset Text
3644
3645 \begin_layout Plain Layout
3646 111
3647 \end_layout
3648
3649 \end_inset
3650 </cell>
3651 </row>
3652 <row>
3653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3654 \begin_inset Text
3655
3656 \begin_layout Plain Layout
3657
3658 \series bold
3659 Gasparini
3660 \end_layout
3661
3662 \end_inset
3663 </cell>
3664 <cell alignment="center" valignment="top" usebox="none">
3665 \begin_inset Text
3666
3667 \begin_layout Plain Layout
3668 Franca
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Plain Layout
3677 111
3678 \end_layout
3679
3680 \end_inset
3681 </cell>
3682 </row>
3683 <row>
3684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3685 \begin_inset Text
3686
3687 \begin_layout Plain Layout
3688
3689 \series bold
3690 Rizzardi
3691 \end_layout
3692
3693 \end_inset
3694 </cell>
3695 <cell alignment="center" valignment="top" usebox="none">
3696 \begin_inset Text
3697
3698 \begin_layout Plain Layout
3699 Paola
3700 \end_layout
3701
3702 \end_inset
3703 </cell>
3704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3705 \begin_inset Text
3706
3707 \begin_layout Plain Layout
3708 111
3709 \end_layout
3710
3711 \end_inset
3712 </cell>
3713 </row>
3714 <row>
3715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3716 \begin_inset Text
3717
3718 \begin_layout Plain Layout
3719
3720 \series bold
3721 Lassini
3722 \end_layout
3723
3724 \end_inset
3725 </cell>
3726 <cell alignment="center" valignment="top" usebox="none">
3727 \begin_inset Text
3728
3729 \begin_layout Plain Layout
3730 Giancarlo
3731 \end_layout
3732
3733 \end_inset
3734 </cell>
3735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3736 \begin_inset Text
3737
3738 \begin_layout Plain Layout
3739 111
3740 \end_layout
3741
3742 \end_inset
3743 </cell>
3744 </row>
3745 <row>
3746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3747 \begin_inset Text
3748
3749 \begin_layout Plain Layout
3750
3751 \series bold
3752 Malfatti
3753 \end_layout
3754
3755 \end_inset
3756 </cell>
3757 <cell alignment="center" valignment="top" usebox="none">
3758 \begin_inset Text
3759
3760 \begin_layout Plain Layout
3761 Luciano
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3767 \begin_inset Text
3768
3769 \begin_layout Plain Layout
3770 111
3771 \end_layout
3772
3773 \end_inset
3774 </cell>
3775 </row>
3776 <row>
3777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3778 \begin_inset Text
3779
3780 \begin_layout Plain Layout
3781
3782 \series bold
3783 Malfatti
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 <cell alignment="center" valignment="top" usebox="none">
3789 \begin_inset Text
3790
3791 \begin_layout Plain Layout
3792 Valeriano
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Plain Layout
3801 111
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 </row>
3807 <row>
3808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3809 \begin_inset Text
3810
3811 \begin_layout Plain Layout
3812
3813 \series bold
3814 Meneguzzo
3815 \end_layout
3816
3817 \end_inset
3818 </cell>
3819 <cell alignment="center" valignment="top" usebox="none">
3820 \begin_inset Text
3821
3822 \begin_layout Plain Layout
3823 Roberto
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832 111
3833 \end_layout
3834
3835 \end_inset
3836 </cell>
3837 </row>
3838 <row>
3839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3840 \begin_inset Text
3841
3842 \begin_layout Plain Layout
3843
3844 \series bold
3845 Mezzadra
3846 \end_layout
3847
3848 \end_inset
3849 </cell>
3850 <cell alignment="center" valignment="top" usebox="none">
3851 \begin_inset Text
3852
3853 \begin_layout Plain Layout
3854 Roberto
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Plain Layout
3863 111
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 </row>
3869 <row>
3870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3871 \begin_inset Text
3872
3873 \begin_layout Plain Layout
3874
3875 \series bold
3876 Pirpamer
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 <cell alignment="center" valignment="top" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Plain Layout
3885 Erich
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3891 \begin_inset Text
3892
3893 \begin_layout Plain Layout
3894 111
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 </row>
3900 <row>
3901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3902 \begin_inset Text
3903
3904 \begin_layout Plain Layout
3905
3906 \series bold
3907 Pochiesa
3908 \end_layout
3909
3910 \end_inset
3911 </cell>
3912 <cell alignment="center" valignment="top" usebox="none">
3913 \begin_inset Text
3914
3915 \begin_layout Plain Layout
3916 Paolo
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3922 \begin_inset Text
3923
3924 \begin_layout Plain Layout
3925 111, 222
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 </row>
3931 <row>
3932 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3933 \begin_inset Text
3934
3935 \begin_layout Plain Layout
3936
3937 \series bold
3938 Radina
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 <cell alignment="center" valignment="top" usebox="none">
3944 \begin_inset Text
3945
3946 \begin_layout Plain Layout
3947 Claudio
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3953 \begin_inset Text
3954
3955 \begin_layout Plain Layout
3956 111
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 </row>
3962 <row>
3963 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3964 \begin_inset Text
3965
3966 \begin_layout Plain Layout
3967
3968 \series bold
3969 Stuffer
3970 \end_layout
3971
3972 \end_inset
3973 </cell>
3974 <cell alignment="center" valignment="top" usebox="none">
3975 \begin_inset Text
3976
3977 \begin_layout Plain Layout
3978 Oskar
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Plain Layout
3987 111
3988 \end_layout
3989
3990 \end_inset
3991 </cell>
3992 </row>
3993 <row>
3994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3995 \begin_inset Text
3996
3997 \begin_layout Plain Layout
3998
3999 \series bold
4000 Tacchelli
4001 \end_layout
4002
4003 \end_inset
4004 </cell>
4005 <cell alignment="center" valignment="top" usebox="none">
4006 \begin_inset Text
4007
4008 \begin_layout Plain Layout
4009 Ugo
4010 \end_layout
4011
4012 \end_inset
4013 </cell>
4014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Plain Layout
4018 111
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 </row>
4024 <row>
4025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4026 \begin_inset Text
4027
4028 \begin_layout Plain Layout
4029
4030 \series bold
4031 Tezzele
4032 \end_layout
4033
4034 \end_inset
4035 </cell>
4036 <cell alignment="center" valignment="top" usebox="none">
4037 \begin_inset Text
4038
4039 \begin_layout Plain Layout
4040 Margit
4041 \end_layout
4042
4043 \end_inset
4044 </cell>
4045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4046 \begin_inset Text
4047
4048 \begin_layout Plain Layout
4049 111
4050 \end_layout
4051
4052 \end_inset
4053 </cell>
4054 </row>
4055 <row>
4056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4057 \begin_inset Text
4058
4059 \begin_layout Plain Layout
4060
4061 \series bold
4062 Unterkalmsteiner
4063 \end_layout
4064
4065 \end_inset
4066 </cell>
4067 <cell alignment="center" valignment="top" usebox="none">
4068 \begin_inset Text
4069
4070 \begin_layout Plain Layout
4071 Frieda
4072 \end_layout
4073
4074 \end_inset
4075 </cell>
4076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4077 \begin_inset Text
4078
4079 \begin_layout Plain Layout
4080 111
4081 \end_layout
4082
4083 \end_inset
4084 </cell>
4085 </row>
4086 <row>
4087 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4088 \begin_inset Text
4089
4090 \begin_layout Plain Layout
4091
4092 \series bold
4093 Vieider
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 <cell alignment="center" valignment="top" usebox="none">
4099 \begin_inset Text
4100
4101 \begin_layout Plain Layout
4102 Hilde
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111 111
4112 \end_layout
4113
4114 \end_inset
4115 </cell>
4116 </row>
4117 <row>
4118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4119 \begin_inset Text
4120
4121 \begin_layout Plain Layout
4122
4123 \series bold
4124 Vigna
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 <cell alignment="center" valignment="top" usebox="none">
4130 \begin_inset Text
4131
4132 \begin_layout Plain Layout
4133 Jürgen
4134 \end_layout
4135
4136 \end_inset
4137 </cell>
4138 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Plain Layout
4142 111
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 </row>
4148 <row>
4149 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Plain Layout
4153
4154 \series bold
4155 Weber
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 <cell alignment="center" valignment="top" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164 Maurizio
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Plain Layout
4173 111
4174 \end_layout
4175
4176 \end_inset
4177 </cell>
4178 </row>
4179 <row>
4180 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Plain Layout
4184
4185 \series bold
4186 Winkler
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4192 \begin_inset Text
4193
4194 \begin_layout Plain Layout
4195 Franz
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Plain Layout
4204 111
4205 \end_layout
4206
4207 \end_inset
4208 </cell>
4209 </row>
4210 <row>
4211 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215  
4216 \end_layout
4217
4218 \end_inset
4219 </cell>
4220 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4221 \begin_inset Text
4222
4223 \begin_layout Plain Layout
4224
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4230 \begin_inset Text
4231
4232 \begin_layout Plain Layout
4233
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 </row>
4239 <row>
4240 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4241 \begin_inset Text
4242
4243 \begin_layout Plain Layout
4244
4245 \series bold
4246 Annovi
4247 \end_layout
4248
4249 \end_inset
4250 </cell>
4251 <cell alignment="center" valignment="top" usebox="none">
4252 \begin_inset Text
4253
4254 \begin_layout Plain Layout
4255 Silvia
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4261 \begin_inset Text
4262
4263 \begin_layout Plain Layout
4264 555
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 </row>
4270 <row>
4271 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4272 \begin_inset Text
4273
4274 \begin_layout Plain Layout
4275
4276 \series bold
4277 Bertoli
4278 \end_layout
4279
4280 \end_inset
4281 </cell>
4282 <cell alignment="center" valignment="top" usebox="none">
4283 \begin_inset Text
4284
4285 \begin_layout Plain Layout
4286 Stefano
4287 \end_layout
4288
4289 \end_inset
4290 </cell>
4291 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4292 \begin_inset Text
4293
4294 \begin_layout Plain Layout
4295 555
4296 \end_layout
4297
4298 \end_inset
4299 </cell>
4300 </row>
4301 <row>
4302 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4303 \begin_inset Text
4304
4305 \begin_layout Plain Layout
4306
4307 \series bold
4308 Bozzi
4309 \end_layout
4310
4311 \end_inset
4312 </cell>
4313 <cell alignment="center" valignment="top" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Plain Layout
4317 Walter
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4323 \begin_inset Text
4324
4325 \begin_layout Plain Layout
4326 555
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 </row>
4332 <row>
4333 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4334 \begin_inset Text
4335
4336 \begin_layout Plain Layout
4337
4338 \series bold
4339 Cachia
4340 \end_layout
4341
4342 \end_inset
4343 </cell>
4344 <cell alignment="center" valignment="top" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Plain Layout
4348 Maria
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4354 \begin_inset Text
4355
4356 \begin_layout Plain Layout
4357 555
4358 \end_layout
4359
4360 \end_inset
4361 </cell>
4362 </row>
4363 <row>
4364 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4365 \begin_inset Text
4366
4367 \begin_layout Plain Layout
4368
4369 \series bold
4370 Cachia
4371 \end_layout
4372
4373 \end_inset
4374 </cell>
4375 <cell alignment="center" valignment="top" usebox="none">
4376 \begin_inset Text
4377
4378 \begin_layout Plain Layout
4379 Maurizio
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4385 \begin_inset Text
4386
4387 \begin_layout Plain Layout
4388 555
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 </row>
4394 <row>
4395 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4396 \begin_inset Text
4397
4398 \begin_layout Plain Layout
4399
4400 \series bold
4401 Cinquemani
4402 \end_layout
4403
4404 \end_inset
4405 </cell>
4406 <cell alignment="center" valignment="top" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410 Giusi
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Plain Layout
4419 555
4420 \end_layout
4421
4422 \end_inset
4423 </cell>
4424 </row>
4425 <row>
4426 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4427 \begin_inset Text
4428
4429 \begin_layout Plain Layout
4430
4431 \series bold
4432 Colin
4433 \end_layout
4434
4435 \end_inset
4436 </cell>
4437 <cell alignment="center" valignment="top" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441 Bernard
4442 \end_layout
4443
4444 \end_inset
4445 </cell>
4446 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4447 \begin_inset Text
4448
4449 \begin_layout Plain Layout
4450 555
4451 \end_layout
4452
4453 \end_inset
4454 </cell>
4455 </row>
4456 <row>
4457 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4458 \begin_inset Text
4459
4460 \begin_layout Plain Layout
4461
4462 \series bold
4463 Concli
4464 \end_layout
4465
4466 \end_inset
4467 </cell>
4468 <cell alignment="center" valignment="top" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472 Gianfranco
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4478 \begin_inset Text
4479
4480 \begin_layout Plain Layout
4481 555
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 </row>
4487 <row>
4488 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4489 \begin_inset Text
4490
4491 \begin_layout Plain Layout
4492
4493 \series bold
4494 Dal Bosco
4495 \end_layout
4496
4497 \end_inset
4498 </cell>
4499 <cell alignment="center" valignment="top" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503 Carolina
4504 \end_layout
4505
4506 \end_inset
4507 </cell>
4508 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4509 \begin_inset Text
4510
4511 \begin_layout Plain Layout
4512 555
4513 \end_layout
4514
4515 \end_inset
4516 </cell>
4517 </row>
4518 <row>
4519 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4520 \begin_inset Text
4521
4522 \begin_layout Plain Layout
4523
4524 \series bold
4525 Dalpiaz
4526 \end_layout
4527
4528 \end_inset
4529 </cell>
4530 <cell alignment="center" valignment="top" usebox="none">
4531 \begin_inset Text
4532
4533 \begin_layout Plain Layout
4534 Annamaria
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4540 \begin_inset Text
4541
4542 \begin_layout Plain Layout
4543 555
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 </row>
4549 <row>
4550 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4551 \begin_inset Text
4552
4553 \begin_layout Plain Layout
4554
4555 \series bold
4556 Feliciello
4557 \end_layout
4558
4559 \end_inset
4560 </cell>
4561 <cell alignment="center" valignment="top" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Plain Layout
4565 Domenico
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574 555
4575 \end_layout
4576
4577 \end_inset
4578 </cell>
4579 </row>
4580 <row>
4581 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4582 \begin_inset Text
4583
4584 \begin_layout Plain Layout
4585
4586 \series bold
4587 Focarelli
4588 \end_layout
4589
4590 \end_inset
4591 </cell>
4592 <cell alignment="center" valignment="top" usebox="none">
4593 \begin_inset Text
4594
4595 \begin_layout Plain Layout
4596 Paola
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605 555
4606 \end_layout
4607
4608 \end_inset
4609 </cell>
4610 </row>
4611 <row>
4612 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4613 \begin_inset Text
4614
4615 \begin_layout Plain Layout
4616
4617 \series bold
4618 Galletti
4619 \end_layout
4620
4621 \end_inset
4622 </cell>
4623 <cell alignment="center" valignment="top" usebox="none">
4624 \begin_inset Text
4625
4626 \begin_layout Plain Layout
4627 Oreste
4628 \end_layout
4629
4630 \end_inset
4631 </cell>
4632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4633 \begin_inset Text
4634
4635 \begin_layout Plain Layout
4636 555
4637 \end_layout
4638
4639 \end_inset
4640 </cell>
4641 </row>
4642 <row>
4643 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4644 \begin_inset Text
4645
4646 \begin_layout Plain Layout
4647
4648 \series bold
4649 Gasparini
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 <cell alignment="center" valignment="top" usebox="none">
4655 \begin_inset Text
4656
4657 \begin_layout Plain Layout
4658 Franca
4659 \end_layout
4660
4661 \end_inset
4662 </cell>
4663 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4664 \begin_inset Text
4665
4666 \begin_layout Plain Layout
4667 555
4668 \end_layout
4669
4670 \end_inset
4671 </cell>
4672 </row>
4673 <row>
4674 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4675 \begin_inset Text
4676
4677 \begin_layout Plain Layout
4678
4679 \series bold
4680 Rizzardi
4681 \end_layout
4682
4683 \end_inset
4684 </cell>
4685 <cell alignment="center" valignment="top" usebox="none">
4686 \begin_inset Text
4687
4688 \begin_layout Plain Layout
4689 Paola
4690 \end_layout
4691
4692 \end_inset
4693 </cell>
4694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4695 \begin_inset Text
4696
4697 \begin_layout Plain Layout
4698 555
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 </row>
4704 <row>
4705 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4706 \begin_inset Text
4707
4708 \begin_layout Plain Layout
4709
4710 \series bold
4711 Lassini
4712 \end_layout
4713
4714 \end_inset
4715 </cell>
4716 <cell alignment="center" valignment="top" usebox="none">
4717 \begin_inset Text
4718
4719 \begin_layout Plain Layout
4720 Giancarlo
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4726 \begin_inset Text
4727
4728 \begin_layout Plain Layout
4729 555
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 </row>
4735 <row>
4736 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4737 \begin_inset Text
4738
4739 \begin_layout Plain Layout
4740
4741 \series bold
4742 Malfatti
4743 \end_layout
4744
4745 \end_inset
4746 </cell>
4747 <cell alignment="center" valignment="top" usebox="none">
4748 \begin_inset Text
4749
4750 \begin_layout Plain Layout
4751 Luciano
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Plain Layout
4760 555
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 </row>
4766 <row>
4767 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4768 \begin_inset Text
4769
4770 \begin_layout Plain Layout
4771
4772 \series bold
4773 Malfatti
4774 \end_layout
4775
4776 \end_inset
4777 </cell>
4778 <cell alignment="center" valignment="top" usebox="none">
4779 \begin_inset Text
4780
4781 \begin_layout Plain Layout
4782 Valeriano
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4788 \begin_inset Text
4789
4790 \begin_layout Plain Layout
4791 555
4792 \end_layout
4793
4794 \end_inset
4795 </cell>
4796 </row>
4797 <row>
4798 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4799 \begin_inset Text
4800
4801 \begin_layout Plain Layout
4802
4803 \series bold
4804 Meneguzzo
4805 \end_layout
4806
4807 \end_inset
4808 </cell>
4809 <cell alignment="center" valignment="top" usebox="none">
4810 \begin_inset Text
4811
4812 \begin_layout Plain Layout
4813 Roberto
4814 \end_layout
4815
4816 \end_inset
4817 </cell>
4818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4819 \begin_inset Text
4820
4821 \begin_layout Plain Layout
4822 555
4823 \end_layout
4824
4825 \end_inset
4826 </cell>
4827 </row>
4828 <row>
4829 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4830 \begin_inset Text
4831
4832 \begin_layout Plain Layout
4833
4834 \series bold
4835 Mezzadra
4836 \end_layout
4837
4838 \end_inset
4839 </cell>
4840 <cell alignment="center" valignment="top" usebox="none">
4841 \begin_inset Text
4842
4843 \begin_layout Plain Layout
4844 Roberto
4845 \end_layout
4846
4847 \end_inset
4848 </cell>
4849 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4850 \begin_inset Text
4851
4852 \begin_layout Plain Layout
4853 555
4854 \end_layout
4855
4856 \end_inset
4857 </cell>
4858 </row>
4859 <row>
4860 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4861 \begin_inset Text
4862
4863 \begin_layout Plain Layout
4864
4865 \series bold
4866 Pirpamer
4867 \end_layout
4868
4869 \end_inset
4870 </cell>
4871 <cell alignment="center" valignment="top" usebox="none">
4872 \begin_inset Text
4873
4874 \begin_layout Plain Layout
4875 Erich
4876 \end_layout
4877
4878 \end_inset
4879 </cell>
4880 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4881 \begin_inset Text
4882
4883 \begin_layout Plain Layout
4884 555
4885 \end_layout
4886
4887 \end_inset
4888 </cell>
4889 </row>
4890 <row>
4891 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4892 \begin_inset Text
4893
4894 \begin_layout Plain Layout
4895
4896 \series bold
4897 Pochiesa
4898 \end_layout
4899
4900 \end_inset
4901 </cell>
4902 <cell alignment="center" valignment="top" usebox="none">
4903 \begin_inset Text
4904
4905 \begin_layout Plain Layout
4906 Paolo
4907 \end_layout
4908
4909 \end_inset
4910 </cell>
4911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4912 \begin_inset Text
4913
4914 \begin_layout Plain Layout
4915 555, 222
4916 \end_layout
4917
4918 \end_inset
4919 </cell>
4920 </row>
4921 <row>
4922 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4923 \begin_inset Text
4924
4925 \begin_layout Plain Layout
4926
4927 \series bold
4928 Radina
4929 \end_layout
4930
4931 \end_inset
4932 </cell>
4933 <cell alignment="center" valignment="top" usebox="none">
4934 \begin_inset Text
4935
4936 \begin_layout Plain Layout
4937 Claudio
4938 \end_layout
4939
4940 \end_inset
4941 </cell>
4942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4943 \begin_inset Text
4944
4945 \begin_layout Plain Layout
4946 555
4947 \end_layout
4948
4949 \end_inset
4950 </cell>
4951 </row>
4952 <row>
4953 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4954 \begin_inset Text
4955
4956 \begin_layout Plain Layout
4957
4958 \series bold
4959 Stuffer
4960 \end_layout
4961
4962 \end_inset
4963 </cell>
4964 <cell alignment="center" valignment="top" usebox="none">
4965 \begin_inset Text
4966
4967 \begin_layout Plain Layout
4968 Oskar
4969 \end_layout
4970
4971 \end_inset
4972 </cell>
4973 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4974 \begin_inset Text
4975
4976 \begin_layout Plain Layout
4977 555
4978 \end_layout
4979
4980 \end_inset
4981 </cell>
4982 </row>
4983 <row>
4984 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4985 \begin_inset Text
4986
4987 \begin_layout Plain Layout
4988
4989 \series bold
4990 Tacchelli
4991 \end_layout
4992
4993 \end_inset
4994 </cell>
4995 <cell alignment="center" valignment="top" usebox="none">
4996 \begin_inset Text
4997
4998 \begin_layout Plain Layout
4999 Ugo
5000 \end_layout
5001
5002 \end_inset
5003 </cell>
5004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5005 \begin_inset Text
5006
5007 \begin_layout Plain Layout
5008 555
5009 \end_layout
5010
5011 \end_inset
5012 </cell>
5013 </row>
5014 <row>
5015 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5016 \begin_inset Text
5017
5018 \begin_layout Plain Layout
5019
5020 \series bold
5021 Tezzele
5022 \end_layout
5023
5024 \end_inset
5025 </cell>
5026 <cell alignment="center" valignment="top" usebox="none">
5027 \begin_inset Text
5028
5029 \begin_layout Plain Layout
5030 Margit
5031 \end_layout
5032
5033 \end_inset
5034 </cell>
5035 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5036 \begin_inset Text
5037
5038 \begin_layout Plain Layout
5039 555
5040 \end_layout
5041
5042 \end_inset
5043 </cell>
5044 </row>
5045 <row>
5046 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5047 \begin_inset Text
5048
5049 \begin_layout Plain Layout
5050
5051 \series bold
5052 Unterkalmsteiner
5053 \end_layout
5054
5055 \end_inset
5056 </cell>
5057 <cell alignment="center" valignment="top" usebox="none">
5058 \begin_inset Text
5059
5060 \begin_layout Plain Layout
5061 Frieda
5062 \end_layout
5063
5064 \end_inset
5065 </cell>
5066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5067 \begin_inset Text
5068
5069 \begin_layout Plain Layout
5070 555
5071 \end_layout
5072
5073 \end_inset
5074 </cell>
5075 </row>
5076 <row>
5077 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5078 \begin_inset Text
5079
5080 \begin_layout Plain Layout
5081
5082 \series bold
5083 Vieider
5084 \end_layout
5085
5086 \end_inset
5087 </cell>
5088 <cell alignment="center" valignment="top" usebox="none">
5089 \begin_inset Text
5090
5091 \begin_layout Plain Layout
5092 Hilde
5093 \end_layout
5094
5095 \end_inset
5096 </cell>
5097 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5098 \begin_inset Text
5099
5100 \begin_layout Plain Layout
5101 555
5102 \end_layout
5103
5104 \end_inset
5105 </cell>
5106 </row>
5107 <row>
5108 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5109 \begin_inset Text
5110
5111 \begin_layout Plain Layout
5112
5113 \series bold
5114 Vigna
5115 \end_layout
5116
5117 \end_inset
5118 </cell>
5119 <cell alignment="center" valignment="top" usebox="none">
5120 \begin_inset Text
5121
5122 \begin_layout Plain Layout
5123 Jürgen
5124 \end_layout
5125
5126 \end_inset
5127 </cell>
5128 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5129 \begin_inset Text
5130
5131 \begin_layout Plain Layout
5132 999
5133 \end_layout
5134
5135 \end_inset
5136 </cell>
5137 </row>
5138 <row>
5139 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5140 \begin_inset Text
5141
5142 \begin_layout Plain Layout
5143
5144 \series bold
5145 Weber
5146 \end_layout
5147
5148 \end_inset
5149 </cell>
5150 <cell alignment="center" valignment="top" usebox="none">
5151 \begin_inset Text
5152
5153 \begin_layout Plain Layout
5154 Maurizio
5155 \end_layout
5156
5157 \end_inset
5158 </cell>
5159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5160 \begin_inset Text
5161
5162 \begin_layout Plain Layout
5163 555
5164 \end_layout
5165
5166 \end_inset
5167 </cell>
5168 </row>
5169 <row>
5170 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5171 \begin_inset Text
5172
5173 \begin_layout Plain Layout
5174
5175 \series bold
5176 Winkler
5177 \end_layout
5178
5179 \end_inset
5180 </cell>
5181 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5182 \begin_inset Text
5183
5184 \begin_layout Plain Layout
5185 Franz
5186 \end_layout
5187
5188 \end_inset
5189 </cell>
5190 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5191 \begin_inset Text
5192
5193 \begin_layout Plain Layout
5194 555
5195 \end_layout
5196
5197 \end_inset
5198 </cell>
5199 </row>
5200 <row endlastfoot="true">
5201 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5202 \begin_inset Text
5203
5204 \begin_layout Plain Layout
5205 Ende
5206 \end_layout
5207
5208 \end_inset
5209 </cell>
5210 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5211 \begin_inset Text
5212
5213 \begin_layout Plain Layout
5214
5215 \end_layout
5216
5217 \end_inset
5218 </cell>
5219 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5220 \begin_inset Text
5221
5222 \begin_layout Plain Layout
5223
5224 \end_layout
5225
5226 \end_inset
5227 </cell>
5228 </row>
5229 </lyxtabular>
5230
5231 \end_inset
5232
5233
5234 \begin_inset ERT
5235 status collapsed
5236
5237 \begin_layout Plain Layout
5238
5239
5240 \backslash
5241 addtocounter{table}{-1}
5242 \end_layout
5243
5244 \end_inset
5245
5246
5247 \begin_inset Note Note
5248 status collapsed
5249
5250 \begin_layout Plain Layout
5251 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5252 \begin_inset space ~
5253 \end_inset
5254
5255
5256 \begin_inset CommandInset ref
5257 LatexCommand ref
5258 reference "uab:Beschriftungen-langer-Tabellen"
5259
5260 \end_inset
5261
5262
5263 \end_layout
5264
5265 \end_inset
5266
5267
5268 \end_layout
5269
5270 \begin_layout Subsection
5271 Fußnoten in langen Tabellen
5272 \begin_inset CommandInset label
5273 LatexCommand label
5274 name "uab:Fußnoten-in-langen"
5275
5276 \end_inset
5277
5278
5279 \begin_inset Index
5280 status collapsed
5281
5282 \begin_layout Plain Layout
5283 Tabellen ! lange ! Fußnoten
5284 \end_layout
5285
5286 \end_inset
5287
5288
5289 \end_layout
5290
5291 \begin_layout Standard
5292 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5293  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5294  Tabelle
5295 \begin_inset space ~
5296 \end_inset
5297
5298
5299 \begin_inset CommandInset ref
5300 LatexCommand ref
5301 reference "tab:DiffCaptions"
5302
5303 \end_inset
5304
5305  hat zum Beispiel eine Fußnote.
5306 \end_layout
5307
5308 \begin_layout Subsection
5309 Ausrichtung langer Tabellen
5310 \begin_inset Index
5311 status collapsed
5312
5313 \begin_layout Plain Layout
5314 Tabellen ! lange ! Ausrichtung
5315 \end_layout
5316
5317 \end_inset
5318
5319
5320 \end_layout
5321
5322 \begin_layout Standard
5323 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
5324  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
5325 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
5326  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
5327  Längen 
5328 \series bold
5329
5330 \backslash
5331 LTleft 
5332 \series default
5333 und 
5334 \series bold
5335
5336 \backslash
5337 LTright
5338 \series default
5339  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5340  wird:
5341 \end_layout
5342
5343 \begin_layout Standard
5344
5345 \series bold
5346
5347 \backslash
5348 setlength{
5349 \backslash
5350 LTleft}{Wert}
5351 \end_layout
5352
5353 \begin_layout Standard
5354 Wobei der Wert eine der in Tabelle
5355 \begin_inset space ~
5356 \end_inset
5357
5358
5359 \begin_inset CommandInset ref
5360 LatexCommand ref
5361 reference "tab:Maßeinheiten"
5362
5363 \end_inset
5364
5365  aufgelisteten Einheiten haben kann.
5366  
5367 \series bold
5368
5369 \backslash
5370 LTleft
5371 \series default
5372  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5373  
5374 \series bold
5375
5376 \backslash
5377 LTright
5378 \series default
5379  den Abstand von rechts.
5380  Die Voreinstellung für beide Werte ist 
5381 \series bold
5382
5383 \backslash
5384 fill
5385 \series default
5386 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5387  in LyX ist.
5388 \end_layout
5389
5390 \begin_layout Standard
5391 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5392 \series bold
5393
5394 \backslash
5395 LTleft
5396 \series default
5397  auf den Wert 0
5398 \begin_inset space \thinspace{}
5399 \end_inset
5400
5401 pt gesetzt wurde.
5402 \begin_inset ERT
5403 status collapsed
5404
5405 \begin_layout Plain Layout
5406
5407
5408 \backslash
5409 setlength{
5410 \backslash
5411 LTleft}{0pt}
5412 \end_layout
5413
5414 \end_inset
5415
5416
5417 \end_layout
5418
5419 \begin_layout Standard
5420 \begin_inset Tabular
5421 <lyxtabular version="3" rows="5" columns="5">
5422 <features islongtable="true">
5423 <column alignment="center" valignment="top" width="0">
5424 <column alignment="center" valignment="top" width="0">
5425 <column alignment="center" valignment="top" width="0">
5426 <column alignment="center" valignment="top" width="0">
5427 <column alignment="center" valignment="top" width="0">
5428 <row>
5429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5430 \begin_inset Text
5431
5432 \begin_layout Plain Layout
5433 1
5434 \end_layout
5435
5436 \end_inset
5437 </cell>
5438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442 2
5443 \end_layout
5444
5445 \end_inset
5446 </cell>
5447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5448 \begin_inset Text
5449
5450 \begin_layout Plain Layout
5451 3
5452 \end_layout
5453
5454 \end_inset
5455 </cell>
5456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5457 \begin_inset Text
5458
5459 \begin_layout Plain Layout
5460 4
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469 5
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 </row>
5475 <row>
5476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5477 \begin_inset Text
5478
5479 \begin_layout Plain Layout
5480 asd
5481 \end_layout
5482
5483 \end_inset
5484 </cell>
5485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5486 \begin_inset Text
5487
5488 \begin_layout Plain Layout
5489 s
5490 \end_layout
5491
5492 \end_inset
5493 </cell>
5494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5495 \begin_inset Text
5496
5497 \begin_layout Plain Layout
5498 s
5499 \end_layout
5500
5501 \end_inset
5502 </cell>
5503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5504 \begin_inset Text
5505
5506 \begin_layout Plain Layout
5507 s
5508 \end_layout
5509
5510 \end_inset
5511 </cell>
5512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516 asd
5517 \end_layout
5518
5519 \end_inset
5520 </cell>
5521 </row>
5522 <row>
5523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5524 \begin_inset Text
5525
5526 \begin_layout Plain Layout
5527 asd
5528 \end_layout
5529
5530 \end_inset
5531 </cell>
5532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536 s
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5542 \begin_inset Text
5543
5544 \begin_layout Plain Layout
5545 s
5546 \end_layout
5547
5548 \end_inset
5549 </cell>
5550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Plain Layout
5554 s
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563 asd
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 </row>
5569 <row>
5570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5571 \begin_inset Text
5572
5573 \begin_layout Plain Layout
5574 asd
5575 \end_layout
5576
5577 \end_inset
5578 </cell>
5579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5580 \begin_inset Text
5581
5582 \begin_layout Plain Layout
5583 s
5584 \end_layout
5585
5586 \end_inset
5587 </cell>
5588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5589 \begin_inset Text
5590
5591 \begin_layout Plain Layout
5592 s
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5598 \begin_inset Text
5599
5600 \begin_layout Plain Layout
5601 s
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5607 \begin_inset Text
5608
5609 \begin_layout Plain Layout
5610 asd
5611 \end_layout
5612
5613 \end_inset
5614 </cell>
5615 </row>
5616 <row>
5617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5618 \begin_inset Text
5619
5620 \begin_layout Plain Layout
5621 asd
5622 \end_layout
5623
5624 \end_inset
5625 </cell>
5626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5627 \begin_inset Text
5628
5629 \begin_layout Plain Layout
5630 asd
5631 \end_layout
5632
5633 \end_inset
5634 </cell>
5635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5636 \begin_inset Text
5637
5638 \begin_layout Plain Layout
5639 asd
5640 \end_layout
5641
5642 \end_inset
5643 </cell>
5644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5645 \begin_inset Text
5646
5647 \begin_layout Plain Layout
5648 asd
5649 \end_layout
5650
5651 \end_inset
5652 </cell>
5653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5654 \begin_inset Text
5655
5656 \begin_layout Plain Layout
5657 asd
5658 \end_layout
5659
5660 \end_inset
5661 </cell>
5662 </row>
5663 </lyxtabular>
5664
5665 \end_inset
5666
5667
5668 \begin_inset ERT
5669 status collapsed
5670
5671 \begin_layout Plain Layout
5672
5673
5674 \backslash
5675 setlength{
5676 \backslash
5677 LTleft}{
5678 \backslash
5679 fill}
5680 \end_layout
5681
5682 \end_inset
5683
5684
5685 \begin_inset ERT
5686 status collapsed
5687
5688 \begin_layout Plain Layout
5689
5690
5691 \backslash
5692 addtocounter{table}{-1}
5693 \end_layout
5694
5695 \end_inset
5696
5697
5698 \begin_inset Note Note
5699 status collapsed
5700
5701 \begin_layout Plain Layout
5702 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5703 \begin_inset space ~
5704 \end_inset
5705
5706
5707 \begin_inset CommandInset ref
5708 LatexCommand ref
5709 reference "uab:Beschriftungen-langer-Tabellen"
5710
5711 \end_inset
5712
5713
5714 \end_layout
5715
5716 \end_inset
5717
5718
5719 \end_layout
5720
5721 \begin_layout Subsection
5722 Beschriftungen langer Tabellen
5723 \begin_inset CommandInset label
5724 LatexCommand label
5725 name "uab:Beschriftungen-langer-Tabellen"
5726
5727 \end_inset
5728
5729
5730 \begin_inset Index
5731 status collapsed
5732
5733 \begin_layout Plain Layout
5734 Tabellen ! lange ! Titel
5735 \end_layout
5736
5737 \end_inset
5738
5739
5740 \end_layout
5741
5742 \begin_layout Standard
5743 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5744  nur auf eine Seite gedruckt werden können.
5745  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5746 \begin_inset space ~
5747 \end_inset
5748
5749
5750 \begin_inset CommandInset ref
5751 LatexCommand ref
5752 reference "abs:Lange-Tabellen"
5753
5754 \end_inset
5755
5756  erklärt.
5757  Nur eine Tabellenzeile kann eine Beschriftung enthalten.
5758 \end_layout
5759
5760 \begin_layout Standard
5761 Hier ist eine kurze lange Tabelle, die zeigt, wie das funktioniert:
5762 \end_layout
5763
5764 \begin_layout Standard
5765 \begin_inset Tabular
5766 <lyxtabular version="3" rows="6" columns="5">
5767 <features islongtable="true">
5768 <column alignment="center" valignment="top" width="0">
5769 <column alignment="center" valignment="top" width="0">
5770 <column alignment="center" valignment="top" width="0">
5771 <column alignment="center" valignment="top" width="0">
5772 <column alignment="center" valignment="top" width="0">
5773 <row caption="true">
5774 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5775 \begin_inset Text
5776
5777 \begin_layout Plain Layout
5778 \begin_inset Caption
5779
5780 \begin_layout Plain Layout
5781 Eine lange Tabelle mit Titel
5782 \begin_inset OptArg
5783 status open
5784
5785 \begin_layout Plain Layout
5786 Lange Tabelle
5787 \end_layout
5788
5789 \end_inset
5790
5791
5792 \end_layout
5793
5794 \end_inset
5795
5796
5797 \end_layout
5798
5799 \end_inset
5800 </cell>
5801 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5802 \begin_inset Text
5803
5804 \begin_layout Plain Layout
5805
5806 \end_layout
5807
5808 \end_inset
5809 </cell>
5810 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5811 \begin_inset Text
5812
5813 \begin_layout Plain Layout
5814
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5820 \begin_inset Text
5821
5822 \begin_layout Plain Layout
5823
5824 \end_layout
5825
5826 \end_inset
5827 </cell>
5828 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 </row>
5838 <row>
5839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Plain Layout
5843 1
5844 \end_layout
5845
5846 \end_inset
5847 </cell>
5848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Plain Layout
5852 2
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861 3
5862 \end_layout
5863
5864 \end_inset
5865 </cell>
5866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5867 \begin_inset Text
5868
5869 \begin_layout Plain Layout
5870 4
5871 \end_layout
5872
5873 \end_inset
5874 </cell>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879 5
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 </row>
5885 <row>
5886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5887 \begin_inset Text
5888
5889 \begin_layout Plain Layout
5890 asd
5891 \end_layout
5892
5893 \end_inset
5894 </cell>
5895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899 s
5900 \end_layout
5901
5902 \end_inset
5903 </cell>
5904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908 s
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Plain Layout
5917 s
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926 asd
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 </row>
5932 <row>
5933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5934 \begin_inset Text
5935
5936 \begin_layout Plain Layout
5937 asd
5938 \end_layout
5939
5940 \end_inset
5941 </cell>
5942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Plain Layout
5946 s
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955 s
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964 s
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 asd
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 </row>
5979 <row>
5980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Plain Layout
5984 asd
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Plain Layout
5993 s
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002 s
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011 s
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 asd
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 </row>
6026 <row>
6027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6028 \begin_inset Text
6029
6030 \begin_layout Plain Layout
6031 asd
6032 \end_layout
6033
6034 \end_inset
6035 </cell>
6036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6037 \begin_inset Text
6038
6039 \begin_layout Plain Layout
6040 asd
6041 \end_layout
6042
6043 \end_inset
6044 </cell>
6045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049 asd
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058 asd
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Plain Layout
6067 asd
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 </row>
6073 </lyxtabular>
6074
6075 \end_inset
6076
6077
6078 \end_layout
6079
6080 \begin_layout Standard
6081 \begin_inset VSpace medskip
6082 \end_inset
6083
6084
6085 \begin_inset Note Greyedout
6086 status open
6087
6088 \begin_layout Plain Layout
6089
6090 \series bold
6091 Bemerkung
6092 \begin_inset space ~
6093 \end_inset
6094
6095 1:
6096 \series default
6097  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6098  Titel vergeben.
6099  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6100 \begin_inset space ~
6101 \end_inset
6102
6103 2.4 auf Tabelle
6104 \begin_inset space ~
6105 \end_inset
6106
6107 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6108  Beschriftung sind.
6109  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6110  LaTeX-Befehl als TeX-Code einfügen:
6111 \end_layout
6112
6113 \begin_layout Plain Layout
6114
6115 \series bold
6116
6117 \backslash
6118 addtocounter{table}{-1}
6119 \end_layout
6120
6121 \begin_layout Plain Layout
6122 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6123  Beschriftung hat und Sie diesen Code zum LaTeX-Vorspann hinzufügen:
6124 \end_layout
6125
6126 \begin_layout Plain Layout
6127
6128 \series bold
6129
6130 \backslash
6131 let
6132 \backslash
6133 myEnd
6134 \backslash
6135 endlongtable
6136 \begin_inset Newline newline
6137 \end_inset
6138
6139
6140 \backslash
6141 renewcommand{
6142 \backslash
6143 endlongtable}{
6144 \backslash
6145 myEnd
6146 \backslash
6147 addtocounter{table}{-1}}
6148 \end_layout
6149
6150 \end_inset
6151
6152
6153 \end_layout
6154
6155 \begin_layout Standard
6156 \begin_inset Note Greyedout
6157 status open
6158
6159 \begin_layout Plain Layout
6160
6161 \series bold
6162 Bemerkung
6163 \begin_inset space ~
6164 \end_inset
6165
6166 2:
6167 \series default
6168  Wenn Sie 
6169 \series bold
6170 hyperref
6171 \series default
6172
6173 \begin_inset Index
6174 status collapsed
6175
6176 \begin_layout Plain Layout
6177 LaTeX-Pakete ! hyperref
6178 \end_layout
6179
6180 \end_inset
6181
6182  in den
6183 \family sans
6184  PDF-Eigenschaften
6185 \family default
6186  im 
6187 \family sans
6188 Dokument-Einstellungen
6189 \family default
6190  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6191  immer auf den Anfang des Dokuments zeigen.
6192 \end_layout
6193
6194 \end_inset
6195
6196
6197 \end_layout
6198
6199 \begin_layout Subsubsection
6200 Querverweise auf 
6201 \family sans
6202 lange Tabelle
6203 \family default
6204 n
6205 \begin_inset Index
6206 status collapsed
6207
6208 \begin_layout Plain Layout
6209 Tabellen ! lange ! Querverweis
6210 \end_layout
6211
6212 \end_inset
6213
6214
6215 \end_layout
6216
6217 \begin_layout Standard
6218 \begin_inset Tabular
6219 <lyxtabular version="3" rows="6" columns="5">
6220 <features islongtable="true">
6221 <column alignment="center" valignment="top" width="0">
6222 <column alignment="center" valignment="top" width="0">
6223 <column alignment="center" valignment="top" width="0">
6224 <column alignment="center" valignment="top" width="0">
6225 <column alignment="center" valignment="top" width="0">
6226 <row caption="true">
6227 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6228 \begin_inset Text
6229
6230 \begin_layout Plain Layout
6231 \begin_inset Caption
6232
6233 \begin_layout Plain Layout
6234 Lange Tabelle mit Marke
6235 \begin_inset CommandInset label
6236 LatexCommand label
6237 name "tab:LangeTabelle-mit-Marke"
6238
6239 \end_inset
6240
6241
6242 \end_layout
6243
6244 \end_inset
6245
6246
6247 \end_layout
6248
6249 \end_inset
6250 </cell>
6251 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6252 \begin_inset Text
6253
6254 \begin_layout Plain Layout
6255
6256 \end_layout
6257
6258 \end_inset
6259 </cell>
6260 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6261 \begin_inset Text
6262
6263 \begin_layout Plain Layout
6264
6265 \end_layout
6266
6267 \end_inset
6268 </cell>
6269 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6270 \begin_inset Text
6271
6272 \begin_layout Plain Layout
6273
6274 \end_layout
6275
6276 \end_inset
6277 </cell>
6278 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6279 \begin_inset Text
6280
6281 \begin_layout Plain Layout
6282
6283 \end_layout
6284
6285 \end_inset
6286 </cell>
6287 </row>
6288 <row>
6289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6290 \begin_inset Text
6291
6292 \begin_layout Plain Layout
6293 1
6294 \end_layout
6295
6296 \end_inset
6297 </cell>
6298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6299 \begin_inset Text
6300
6301 \begin_layout Plain Layout
6302 2
6303 \end_layout
6304
6305 \end_inset
6306 </cell>
6307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6308 \begin_inset Text
6309
6310 \begin_layout Plain Layout
6311 3
6312 \end_layout
6313
6314 \end_inset
6315 </cell>
6316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6317 \begin_inset Text
6318
6319 \begin_layout Plain Layout
6320 4
6321 \end_layout
6322
6323 \end_inset
6324 </cell>
6325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6326 \begin_inset Text
6327
6328 \begin_layout Plain Layout
6329 5
6330 \end_layout
6331
6332 \end_inset
6333 </cell>
6334 </row>
6335 <row>
6336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6337 \begin_inset Text
6338
6339 \begin_layout Plain Layout
6340 asd
6341 \end_layout
6342
6343 \end_inset
6344 </cell>
6345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6346 \begin_inset Text
6347
6348 \begin_layout Plain Layout
6349 s
6350 \end_layout
6351
6352 \end_inset
6353 </cell>
6354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6355 \begin_inset Text
6356
6357 \begin_layout Plain Layout
6358 s
6359 \end_layout
6360
6361 \end_inset
6362 </cell>
6363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6364 \begin_inset Text
6365
6366 \begin_layout Plain Layout
6367 s
6368 \end_layout
6369
6370 \end_inset
6371 </cell>
6372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6373 \begin_inset Text
6374
6375 \begin_layout Plain Layout
6376 asd
6377 \end_layout
6378
6379 \end_inset
6380 </cell>
6381 </row>
6382 <row>
6383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6384 \begin_inset Text
6385
6386 \begin_layout Plain Layout
6387 asd
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6393 \begin_inset Text
6394
6395 \begin_layout Plain Layout
6396 s
6397 \end_layout
6398
6399 \end_inset
6400 </cell>
6401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6402 \begin_inset Text
6403
6404 \begin_layout Plain Layout
6405 s
6406 \end_layout
6407
6408 \end_inset
6409 </cell>
6410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6411 \begin_inset Text
6412
6413 \begin_layout Plain Layout
6414 s
6415 \end_layout
6416
6417 \end_inset
6418 </cell>
6419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6420 \begin_inset Text
6421
6422 \begin_layout Plain Layout
6423 asd
6424 \end_layout
6425
6426 \end_inset
6427 </cell>
6428 </row>
6429 <row>
6430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434 asd
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6440 \begin_inset Text
6441
6442 \begin_layout Plain Layout
6443 s
6444 \end_layout
6445
6446 \end_inset
6447 </cell>
6448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6449 \begin_inset Text
6450
6451 \begin_layout Plain Layout
6452 s
6453 \end_layout
6454
6455 \end_inset
6456 </cell>
6457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6458 \begin_inset Text
6459
6460 \begin_layout Plain Layout
6461 s
6462 \end_layout
6463
6464 \end_inset
6465 </cell>
6466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6467 \begin_inset Text
6468
6469 \begin_layout Plain Layout
6470 asd
6471 \end_layout
6472
6473 \end_inset
6474 </cell>
6475 </row>
6476 <row>
6477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6478 \begin_inset Text
6479
6480 \begin_layout Plain Layout
6481 asd
6482 \end_layout
6483
6484 \end_inset
6485 </cell>
6486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6487 \begin_inset Text
6488
6489 \begin_layout Plain Layout
6490 sad
6491 \end_layout
6492
6493 \end_inset
6494 </cell>
6495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6496 \begin_inset Text
6497
6498 \begin_layout Plain Layout
6499 asd
6500 \end_layout
6501
6502 \end_inset
6503 </cell>
6504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6505 \begin_inset Text
6506
6507 \begin_layout Plain Layout
6508 asd
6509 \end_layout
6510
6511 \end_inset
6512 </cell>
6513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6514 \begin_inset Text
6515
6516 \begin_layout Plain Layout
6517 asd
6518 \end_layout
6519
6520 \end_inset
6521 </cell>
6522 </row>
6523 </lyxtabular>
6524
6525 \end_inset
6526
6527
6528 \end_layout
6529
6530 \begin_layout Standard
6531 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6532  im Titel einfügen.
6533 \end_layout
6534
6535 \begin_layout Standard
6536 Dies ist ein Verweis auf Tabelle
6537 \begin_inset space ~
6538 \end_inset
6539
6540
6541 \begin_inset CommandInset ref
6542 LatexCommand ref
6543 reference "tab:LangeTabelle-mit-Marke"
6544
6545 \end_inset
6546
6547 .
6548 \end_layout
6549
6550 \begin_layout Standard
6551 Mit dem LaTeX-Paket 
6552 \series bold
6553 caption
6554 \series default
6555
6556 \begin_inset Index
6557 status collapsed
6558
6559 \begin_layout Plain Layout
6560 LaTeX-Pakete ! caption
6561 \end_layout
6562
6563 \end_inset
6564
6565 , siehe Abschnitt
6566 \begin_inset space ~
6567 \end_inset
6568
6569
6570 \begin_inset CommandInset ref
6571 LatexCommand ref
6572 reference "abs:Titel-Formatierung"
6573
6574 \end_inset
6575
6576 , können Sie alle anderen Beschriftungsoptionen benutzen.
6577 \end_layout
6578
6579 \begin_layout Subsubsection
6580 Titelbreite
6581 \begin_inset Index
6582 status collapsed
6583
6584 \begin_layout Plain Layout
6585 Tabellen ! lange ! Beschriftungsbreite
6586 \end_layout
6587
6588 \end_inset
6589
6590
6591 \end_layout
6592
6593 \begin_layout Standard
6594 Die maximale Titelbreite wird durch die Variable 
6595 \series bold
6596
6597 \backslash
6598 LTcapwidth
6599 \series default
6600  definiert.
6601  Ihr Standardwert ist 4
6602 \begin_inset space \thinspace{}
6603 \end_inset
6604
6605 Zoll (
6606 \begin_inset Formula $\approx10$
6607 \end_inset
6608
6609
6610 \begin_inset space \thinspace{}
6611 \end_inset
6612
6613 cm).
6614  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6615  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6616 \end_layout
6617
6618 \begin_layout Standard
6619
6620 \series bold
6621
6622 \backslash
6623 setlength{
6624 \backslash
6625 LTcapwidth}{Breite}
6626 \end_layout
6627
6628 \begin_layout Standard
6629 wobei die Breite eine der in Anhang
6630 \begin_inset space ~
6631 \end_inset
6632
6633
6634 \begin_inset CommandInset ref
6635 LatexCommand ref
6636 reference "kap:In-LyX-verfügbare"
6637
6638 \end_inset
6639
6640  aufgelisteten Einheiten haben kann.
6641 \end_layout
6642
6643 \begin_layout Standard
6644 Die beiden folgenden Tabellen zeigen den Unterschied:
6645 \end_layout
6646
6647 \begin_layout Standard
6648 \begin_inset Tabular
6649 <lyxtabular version="3" rows="6" columns="5">
6650 <features islongtable="true">
6651 <column alignment="center" valignment="top" width="0">
6652 <column alignment="center" valignment="top" width="0">
6653 <column alignment="center" valignment="top" width="0">
6654 <column alignment="center" valignment="top" width="0">
6655 <column alignment="center" valignment="top" width="0">
6656 <row caption="true">
6657 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6658 \begin_inset Text
6659
6660 \begin_layout Plain Layout
6661 \begin_inset Caption
6662
6663 \begin_layout Plain Layout
6664 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6665 \begin_inset OptArg
6666 status open
6667
6668 \begin_layout Plain Layout
6669 Titel mit Standardbreite
6670 \end_layout
6671
6672 \end_inset
6673
6674
6675 \end_layout
6676
6677 \end_inset
6678
6679
6680 \end_layout
6681
6682 \end_inset
6683 </cell>
6684 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6685 \begin_inset Text
6686
6687 \begin_layout Plain Layout
6688
6689 \end_layout
6690
6691 \end_inset
6692 </cell>
6693 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6694 \begin_inset Text
6695
6696 \begin_layout Plain Layout
6697
6698 \end_layout
6699
6700 \end_inset
6701 </cell>
6702 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6703 \begin_inset Text
6704
6705 \begin_layout Plain Layout
6706
6707 \end_layout
6708
6709 \end_inset
6710 </cell>
6711 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6712 \begin_inset Text
6713
6714 \begin_layout Plain Layout
6715
6716 \end_layout
6717
6718 \end_inset
6719 </cell>
6720 </row>
6721 <row>
6722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6723 \begin_inset Text
6724
6725 \begin_layout Plain Layout
6726 1
6727 \end_layout
6728
6729 \end_inset
6730 </cell>
6731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6732 \begin_inset Text
6733
6734 \begin_layout Plain Layout
6735 2
6736 \end_layout
6737
6738 \end_inset
6739 </cell>
6740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6741 \begin_inset Text
6742
6743 \begin_layout Plain Layout
6744 3
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6750 \begin_inset Text
6751
6752 \begin_layout Plain Layout
6753 4
6754 \end_layout
6755
6756 \end_inset
6757 </cell>
6758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6759 \begin_inset Text
6760
6761 \begin_layout Plain Layout
6762 5
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 </row>
6768 <row>
6769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6770 \begin_inset Text
6771
6772 \begin_layout Plain Layout
6773 asd
6774 \end_layout
6775
6776 \end_inset
6777 </cell>
6778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6779 \begin_inset Text
6780
6781 \begin_layout Plain Layout
6782 s
6783 \end_layout
6784
6785 \end_inset
6786 </cell>
6787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6788 \begin_inset Text
6789
6790 \begin_layout Plain Layout
6791 s
6792 \end_layout
6793
6794 \end_inset
6795 </cell>
6796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6797 \begin_inset Text
6798
6799 \begin_layout Plain Layout
6800 s
6801 \end_layout
6802
6803 \end_inset
6804 </cell>
6805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6806 \begin_inset Text
6807
6808 \begin_layout Plain Layout
6809 asd
6810 \end_layout
6811
6812 \end_inset
6813 </cell>
6814 </row>
6815 <row>
6816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6817 \begin_inset Text
6818
6819 \begin_layout Plain Layout
6820 asd
6821 \end_layout
6822
6823 \end_inset
6824 </cell>
6825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6826 \begin_inset Text
6827
6828 \begin_layout Plain Layout
6829 s
6830 \end_layout
6831
6832 \end_inset
6833 </cell>
6834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6835 \begin_inset Text
6836
6837 \begin_layout Plain Layout
6838 s
6839 \end_layout
6840
6841 \end_inset
6842 </cell>
6843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6844 \begin_inset Text
6845
6846 \begin_layout Plain Layout
6847 s
6848 \end_layout
6849
6850 \end_inset
6851 </cell>
6852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6853 \begin_inset Text
6854
6855 \begin_layout Plain Layout
6856 asd
6857 \end_layout
6858
6859 \end_inset
6860 </cell>
6861 </row>
6862 <row>
6863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6864 \begin_inset Text
6865
6866 \begin_layout Plain Layout
6867 asd
6868 \end_layout
6869
6870 \end_inset
6871 </cell>
6872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6873 \begin_inset Text
6874
6875 \begin_layout Plain Layout
6876 s
6877 \end_layout
6878
6879 \end_inset
6880 </cell>
6881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6882 \begin_inset Text
6883
6884 \begin_layout Plain Layout
6885 s
6886 \end_layout
6887
6888 \end_inset
6889 </cell>
6890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6891 \begin_inset Text
6892
6893 \begin_layout Plain Layout
6894 s
6895 \end_layout
6896
6897 \end_inset
6898 </cell>
6899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6900 \begin_inset Text
6901
6902 \begin_layout Plain Layout
6903 asd
6904 \end_layout
6905
6906 \end_inset
6907 </cell>
6908 </row>
6909 <row>
6910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6911 \begin_inset Text
6912
6913 \begin_layout Plain Layout
6914 asd
6915 \end_layout
6916
6917 \end_inset
6918 </cell>
6919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6920 \begin_inset Text
6921
6922 \begin_layout Plain Layout
6923 sad
6924 \end_layout
6925
6926 \end_inset
6927 </cell>
6928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6929 \begin_inset Text
6930
6931 \begin_layout Plain Layout
6932 asd
6933 \end_layout
6934
6935 \end_inset
6936 </cell>
6937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6938 \begin_inset Text
6939
6940 \begin_layout Plain Layout
6941 asd
6942 \end_layout
6943
6944 \end_inset
6945 </cell>
6946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6947 \begin_inset Text
6948
6949 \begin_layout Plain Layout
6950 asd
6951 \end_layout
6952
6953 \end_inset
6954 </cell>
6955 </row>
6956 </lyxtabular>
6957
6958 \end_inset
6959
6960
6961 \end_layout
6962
6963 \begin_layout Standard
6964 \begin_inset ERT
6965 status collapsed
6966
6967 \begin_layout Plain Layout
6968
6969
6970 \backslash
6971 setlength{
6972 \backslash
6973 LTcapwidth}{5cm}
6974 \end_layout
6975
6976 \end_inset
6977
6978
6979 \begin_inset Tabular
6980 <lyxtabular version="3" rows="6" columns="5">
6981 <features islongtable="true">
6982 <column alignment="center" valignment="top" width="0">
6983 <column alignment="center" valignment="top" width="0">
6984 <column alignment="center" valignment="top" width="0">
6985 <column alignment="center" valignment="top" width="0">
6986 <column alignment="center" valignment="top" width="0">
6987 <row caption="true">
6988 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Plain Layout
6992 \begin_inset Caption
6993
6994 \begin_layout Plain Layout
6995 Langer Titel mit 5
6996 \begin_inset space \thinspace{}
6997 \end_inset
6998
6999 cm Breite, Langer Titel mit 5
7000 \begin_inset space \thinspace{}
7001 \end_inset
7002
7003 cm Breite
7004 \begin_inset OptArg
7005 status open
7006
7007 \begin_layout Plain Layout
7008 Titel mit 5
7009 \begin_inset space \thinspace{}
7010 \end_inset
7011
7012 cm Breite
7013 \end_layout
7014
7015 \end_inset
7016
7017
7018 \end_layout
7019
7020 \end_inset
7021
7022
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Plain Layout
7031
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Plain Layout
7040
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Plain Layout
7049
7050 \end_layout
7051
7052 \end_inset
7053 </cell>
7054 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Plain Layout
7058
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 </row>
7064 <row>
7065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Plain Layout
7069 1
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Plain Layout
7078 2
7079 \end_layout
7080
7081 \end_inset
7082 </cell>
7083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Plain Layout
7087 3
7088 \end_layout
7089
7090 \end_inset
7091 </cell>
7092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7093 \begin_inset Text
7094
7095 \begin_layout Plain Layout
7096 4
7097 \end_layout
7098
7099 \end_inset
7100 </cell>
7101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7102 \begin_inset Text
7103
7104 \begin_layout Plain Layout
7105 5
7106 \end_layout
7107
7108 \end_inset
7109 </cell>
7110 </row>
7111 <row>
7112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7113 \begin_inset Text
7114
7115 \begin_layout Plain Layout
7116 asd
7117 \end_layout
7118
7119 \end_inset
7120 </cell>
7121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7122 \begin_inset Text
7123
7124 \begin_layout Plain Layout
7125 s
7126 \end_layout
7127
7128 \end_inset
7129 </cell>
7130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7131 \begin_inset Text
7132
7133 \begin_layout Plain Layout
7134 s
7135 \end_layout
7136
7137 \end_inset
7138 </cell>
7139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7140 \begin_inset Text
7141
7142 \begin_layout Plain Layout
7143 s
7144 \end_layout
7145
7146 \end_inset
7147 </cell>
7148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7149 \begin_inset Text
7150
7151 \begin_layout Plain Layout
7152 asd
7153 \end_layout
7154
7155 \end_inset
7156 </cell>
7157 </row>
7158 <row>
7159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163 asd
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172 s
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7178 \begin_inset Text
7179
7180 \begin_layout Plain Layout
7181 s
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7187 \begin_inset Text
7188
7189 \begin_layout Plain Layout
7190 s
7191 \end_layout
7192
7193 \end_inset
7194 </cell>
7195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7196 \begin_inset Text
7197
7198 \begin_layout Plain Layout
7199 asd
7200 \end_layout
7201
7202 \end_inset
7203 </cell>
7204 </row>
7205 <row>
7206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7207 \begin_inset Text
7208
7209 \begin_layout Plain Layout
7210 asd
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Plain Layout
7219 s
7220 \end_layout
7221
7222 \end_inset
7223 </cell>
7224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7225 \begin_inset Text
7226
7227 \begin_layout Plain Layout
7228 s
7229 \end_layout
7230
7231 \end_inset
7232 </cell>
7233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7234 \begin_inset Text
7235
7236 \begin_layout Plain Layout
7237 s
7238 \end_layout
7239
7240 \end_inset
7241 </cell>
7242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7243 \begin_inset Text
7244
7245 \begin_layout Plain Layout
7246 asd
7247 \end_layout
7248
7249 \end_inset
7250 </cell>
7251 </row>
7252 <row>
7253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7254 \begin_inset Text
7255
7256 \begin_layout Plain Layout
7257 asd
7258 \end_layout
7259
7260 \end_inset
7261 </cell>
7262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Plain Layout
7266 sad
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7272 \begin_inset Text
7273
7274 \begin_layout Plain Layout
7275 asd
7276 \end_layout
7277
7278 \end_inset
7279 </cell>
7280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7281 \begin_inset Text
7282
7283 \begin_layout Plain Layout
7284 asd
7285 \end_layout
7286
7287 \end_inset
7288 </cell>
7289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7290 \begin_inset Text
7291
7292 \begin_layout Plain Layout
7293 asd
7294 \end_layout
7295
7296 \end_inset
7297 </cell>
7298 </row>
7299 </lyxtabular>
7300
7301 \end_inset
7302
7303
7304 \begin_inset ERT
7305 status collapsed
7306
7307 \begin_layout Plain Layout
7308
7309
7310 \backslash
7311 setlength{
7312 \backslash
7313 LTcapwidth}{4in}
7314 \end_layout
7315
7316 \end_inset
7317
7318
7319 \begin_inset Note Note
7320 status collapsed
7321
7322 \begin_layout Plain Layout
7323 Beschriftungsbreite zurücksetzen
7324 \end_layout
7325
7326 \end_inset
7327
7328
7329 \end_layout
7330
7331 \begin_layout Standard
7332 \begin_inset Note Greyedout
7333 status open
7334
7335 \begin_layout Plain Layout
7336
7337 \series bold
7338 Achtung:
7339 \series default
7340  Wenn das LaTeX-Paket 
7341 \series bold
7342 caption
7343 \series default
7344
7345 \begin_inset Index
7346 status collapsed
7347
7348 \begin_layout Plain Layout
7349 LaTeX-Pakete ! caption
7350 \end_layout
7351
7352 \end_inset
7353
7354  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7355  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7356  4
7357 \begin_inset space \thinspace{}
7358 \end_inset
7359
7360 Zoll für 
7361 \series bold
7362
7363 \backslash
7364 LTcapwidth
7365 \series default
7366  benutzen.
7367  Um in diesem Fall eine genau 4
7368 \begin_inset space \thinspace{}
7369 \end_inset
7370
7371 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7372  4
7373 \begin_inset space \thinspace{}
7374 \end_inset
7375
7376 Zoll veränderten Wert wie z.
7377 \begin_inset space \thinspace{}
7378 \end_inset
7379
7380 B.
7381  3.99
7382 \begin_inset space \thinspace{}
7383 \end_inset
7384
7385 Zoll verwenden oder den LaTeX-Befehl 
7386 \series bold
7387
7388 \backslash
7389 captionsetup{width=Wert}
7390 \series default
7391  benutzen, der vom 
7392 \series bold
7393 caption
7394 \series default
7395 -Paket bereitgestellt wird.
7396 \end_layout
7397
7398 \end_inset
7399
7400
7401 \end_layout
7402
7403 \begin_layout Subsubsection
7404 Unterschiedliche Titel für Tabellenseiten
7405 \begin_inset Index
7406 status collapsed
7407
7408 \begin_layout Plain Layout
7409 Tabellen ! lange ! mehrere Titel
7410 \end_layout
7411
7412 \end_inset
7413
7414
7415 \end_layout
7416
7417 \begin_layout Standard
7418 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7419  die erste, müssen Sie die Beschriftung in eine leere Zeile, die als Kopfzeile
7420  definiert wurde, mit diesem TeX-Code Befehl einfügen:
7421 \end_layout
7422
7423 \begin_layout Standard
7424
7425 \series bold
7426
7427 \backslash
7428 caption*{Beschriftung}
7429 \backslash
7430
7431 \backslash
7432 %
7433 \end_layout
7434
7435 \begin_layout Standard
7436 Tabelle
7437 \begin_inset space ~
7438 \end_inset
7439
7440
7441 \begin_inset CommandInset ref
7442 LatexCommand ref
7443 reference "tab:DiffCaptions"
7444
7445 \end_inset
7446
7447  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7448  ohne Tabellennummer auf der zweiten Seite.
7449 \end_layout
7450
7451 \begin_layout Standard
7452 \align center
7453 \begin_inset Tabular
7454 <lyxtabular version="3" rows="59" columns="3">
7455 <features islongtable="true" lastFootEmpty="true">
7456 <column alignment="left" valignment="top" width="0cm">
7457 <column alignment="left" valignment="top" width="0pt">
7458 <column alignment="right" valignment="top" width="0pt">
7459 <row caption="true">
7460 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7461 \begin_inset Text
7462
7463 \begin_layout Plain Layout
7464 \begin_inset Caption
7465
7466 \begin_layout Plain Layout
7467 Telefonliste
7468 \begin_inset CommandInset label
7469 LatexCommand label
7470 name "tab:DiffCaptions"
7471
7472 \end_inset
7473
7474
7475 \begin_inset OptArg
7476 status collapsed
7477
7478 \begin_layout Plain Layout
7479 Telefonliste
7480 \end_layout
7481
7482 \end_inset
7483
7484
7485 \end_layout
7486
7487 \end_inset
7488
7489
7490 \end_layout
7491
7492 \end_inset
7493 </cell>
7494 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7495 \begin_inset Text
7496
7497 \begin_layout Plain Layout
7498
7499 \end_layout
7500
7501 \end_inset
7502 </cell>
7503 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7504 \begin_inset Text
7505
7506 \begin_layout Plain Layout
7507
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 </row>
7513 <row endfirsthead="true">
7514 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7515 \begin_inset Text
7516
7517 \begin_layout Plain Layout
7518
7519 \series bold
7520 Telefonliste (ignoriere die Namen)
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529
7530 \end_layout
7531
7532 \end_inset
7533 </cell>
7534 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7535 \begin_inset Text
7536
7537 \begin_layout Plain Layout
7538
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 </row>
7544 <row endfirsthead="true">
7545 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Plain Layout
7549
7550 \series bold
7551 NAME
7552 \end_layout
7553
7554 \end_inset
7555 </cell>
7556 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7557 \begin_inset Text
7558
7559 \begin_layout Plain Layout
7560
7561 \end_layout
7562
7563 \end_inset
7564 </cell>
7565 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7566 \begin_inset Text
7567
7568 \begin_layout Plain Layout
7569
7570 \series bold
7571 TEL.
7572 \end_layout
7573
7574 \end_inset
7575 </cell>
7576 </row>
7577 <row endhead="true">
7578 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7579 \begin_inset Text
7580
7581 \begin_layout Plain Layout
7582 \begin_inset ERT
7583 status open
7584
7585 \begin_layout Plain Layout
7586
7587
7588 \backslash
7589 caption*{Fortsetzung der Telefonliste}
7590 \backslash
7591
7592 \backslash
7593 %
7594 \end_layout
7595
7596 \end_inset
7597
7598
7599 \end_layout
7600
7601 \end_inset
7602 </cell>
7603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7604 \begin_inset Text
7605
7606 \begin_layout Plain Layout
7607
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7613 \begin_inset Text
7614
7615 \begin_layout Plain Layout
7616
7617 \end_layout
7618
7619 \end_inset
7620 </cell>
7621 </row>
7622 <row endhead="true">
7623 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Plain Layout
7627
7628 \series bold
7629 Telefonliste
7630 \end_layout
7631
7632 \end_inset
7633 </cell>
7634 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7635 \begin_inset Text
7636
7637 \begin_layout Plain Layout
7638
7639 \end_layout
7640
7641 \end_inset
7642 </cell>
7643 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 </row>
7653 <row endhead="true">
7654 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Plain Layout
7658
7659 \series bold
7660 NAME
7661 \end_layout
7662
7663 \end_inset
7664 </cell>
7665 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7666 \begin_inset Text
7667
7668 \begin_layout Plain Layout
7669
7670 \end_layout
7671
7672 \end_inset
7673 </cell>
7674 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Plain Layout
7678
7679 \series bold
7680 TEL.
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 </row>
7686 <row endfoot="true">
7687 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7688 \begin_inset Text
7689
7690 \begin_layout Plain Layout
7691 wird fortgesetzt\SpecialChar \ldots{}
7692
7693 \end_layout
7694
7695 \end_inset
7696 </cell>
7697 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7698 \begin_inset Text
7699
7700 \begin_layout Plain Layout
7701
7702 \end_layout
7703
7704 \end_inset
7705 </cell>
7706 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7707 \begin_inset Text
7708
7709 \begin_layout Plain Layout
7710
7711 \end_layout
7712
7713 \end_inset
7714 </cell>
7715 </row>
7716 <row>
7717 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7718 \begin_inset Text
7719
7720 \begin_layout Plain Layout
7721
7722 \series bold
7723 Annovi
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7729 \begin_inset Text
7730
7731 \begin_layout Plain Layout
7732 Silvia
7733 \end_layout
7734
7735 \end_inset
7736 </cell>
7737 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7738 \begin_inset Text
7739
7740 \begin_layout Plain Layout
7741 111
7742 \end_layout
7743
7744 \end_inset
7745 </cell>
7746 </row>
7747 <row>
7748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7749 \begin_inset Text
7750
7751 \begin_layout Plain Layout
7752
7753 \series bold
7754 Bertoli
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7760 \begin_inset Text
7761
7762 \begin_layout Plain Layout
7763 Stefano
7764 \end_layout
7765
7766 \end_inset
7767 </cell>
7768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7769 \begin_inset Text
7770
7771 \begin_layout Plain Layout
7772 111
7773 \end_layout
7774
7775 \end_inset
7776 </cell>
7777 </row>
7778 <row>
7779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7780 \begin_inset Text
7781
7782 \begin_layout Plain Layout
7783
7784 \series bold
7785 Bozzi
7786 \end_layout
7787
7788 \end_inset
7789 </cell>
7790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7791 \begin_inset Text
7792
7793 \begin_layout Plain Layout
7794 Walter
7795 \end_layout
7796
7797 \end_inset
7798 </cell>
7799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7800 \begin_inset Text
7801
7802 \begin_layout Plain Layout
7803 111
7804 \end_layout
7805
7806 \end_inset
7807 </cell>
7808 </row>
7809 <row>
7810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7811 \begin_inset Text
7812
7813 \begin_layout Plain Layout
7814
7815 \series bold
7816 Cachia
7817 \end_layout
7818
7819 \end_inset
7820 </cell>
7821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7822 \begin_inset Text
7823
7824 \begin_layout Plain Layout
7825 Maria
7826 \end_layout
7827
7828 \end_inset
7829 </cell>
7830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7831 \begin_inset Text
7832
7833 \begin_layout Plain Layout
7834 111
7835 \end_layout
7836
7837 \end_inset
7838 </cell>
7839 </row>
7840 <row>
7841 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7842 \begin_inset Text
7843
7844 \begin_layout Plain Layout
7845
7846 \series bold
7847 Cachia
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7853 \begin_inset Text
7854
7855 \begin_layout Plain Layout
7856 Maurizio
7857 \end_layout
7858
7859 \end_inset
7860 </cell>
7861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7862 \begin_inset Text
7863
7864 \begin_layout Plain Layout
7865 111
7866 \end_layout
7867
7868 \end_inset
7869 </cell>
7870 </row>
7871 <row>
7872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876
7877 \series bold
7878 Cinquemani
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Plain Layout
7887 Giusi
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896 111
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 </row>
7902 <row>
7903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907
7908 \series bold
7909 Colin
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918 Bernard
7919 \end_layout
7920
7921 \end_inset
7922 </cell>
7923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7924 \begin_inset Text
7925
7926 \begin_layout Plain Layout
7927 111
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 </row>
7933 <row>
7934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938
7939 \series bold
7940 Concli
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949 Gianfranco
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958 111
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 </row>
7964 <row>
7965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Plain Layout
7969
7970 \series bold
7971 Dal Bosco
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980 Carolina
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989 111
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 </row>
7995 <row>
7996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000
8001 \series bold
8002 Dalpiaz
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011 Annamaria
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020 111
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 </row>
8026 <row>
8027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031
8032 \series bold
8033 Feliciello
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042 Domenico
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051 111
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 </row>
8057 <row>
8058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062
8063 \series bold
8064 Focarelli
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8070 \begin_inset Text
8071
8072 \begin_layout Plain Layout
8073 Paola
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082 111
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 </row>
8088 <row>
8089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093
8094 \series bold
8095 Galletti
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104 Oreste
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113 111
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 </row>
8119 <row>
8120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124
8125 \series bold
8126 Gasparini
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135 Franca
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144 111
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 </row>
8150 <row>
8151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155
8156 \series bold
8157 Rizzardi
8158 \series default
8159
8160 \begin_inset Foot
8161 status open
8162
8163 \begin_layout Plain Layout
8164 Beispielfußnote
8165 \end_layout
8166
8167 \end_inset
8168
8169
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178 Paola
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187 111
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 </row>
8193 <row>
8194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198
8199 \series bold
8200 Lassini
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209 Giancarlo
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8215 \begin_inset Text
8216
8217 \begin_layout Plain Layout
8218 111
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 </row>
8224 <row>
8225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229
8230 \series bold
8231 Malfatti
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240 Luciano
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249 111
8250 \end_layout
8251
8252 \end_inset
8253 </cell>
8254 </row>
8255 <row>
8256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260
8261 \series bold
8262 Malfatti
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271 Valeriano
8272 \end_layout
8273
8274 \end_inset
8275 </cell>
8276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8277 \begin_inset Text
8278
8279 \begin_layout Plain Layout
8280 111
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 </row>
8286 <row>
8287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291
8292 \series bold
8293 Meneguzzo
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302 Roberto
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311 111
8312 \end_layout
8313
8314 \end_inset
8315 </cell>
8316 </row>
8317 <row>
8318 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322
8323 \series bold
8324 Mezzadra
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333 Roberto
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342 111
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 </row>
8348 <row>
8349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353
8354 \series bold
8355 Pirpamer
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364 Erich
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373 111
8374 \end_layout
8375
8376 \end_inset
8377 </cell>
8378 </row>
8379 <row>
8380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384
8385 \series bold
8386 Pochiesa
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395 Paolo
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404 111, 222
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 </row>
8410 <row>
8411 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415
8416 \series bold
8417 Radina
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426 Claudio
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435 111
8436 \end_layout
8437
8438 \end_inset
8439 </cell>
8440 </row>
8441 <row>
8442 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446
8447 \series bold
8448 Stuffer
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457 Oskar
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466 111
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 </row>
8472 <row>
8473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477
8478 \series bold
8479 Tacchelli
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488 Ugo
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497 111
8498 \end_layout
8499
8500 \end_inset
8501 </cell>
8502 </row>
8503 <row>
8504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508
8509 \series bold
8510 Tezzele
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519 Margit
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528 111
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 </row>
8534 <row>
8535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539
8540 \series bold
8541 Unterkalmsteiner
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Plain Layout
8550 Frieda
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559 111
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 </row>
8565 <row>
8566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570
8571 \series bold
8572 Vieider
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581 Hilde
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590 111
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 </row>
8596 <row>
8597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601
8602 \series bold
8603 Vigna
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612 Jürgen
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621 111
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 </row>
8627 <row>
8628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632
8633 \series bold
8634 Weber
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643 Maurizio
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652 111
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 </row>
8658 <row>
8659 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663
8664 \series bold
8665 Winkler
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674 Franz
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683 111
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 </row>
8689 <row>
8690 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694  
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 </row>
8718 <row>
8719 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8720 \begin_inset Text
8721
8722 \begin_layout Plain Layout
8723
8724 \series bold
8725 Annovi
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734 Silvia
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743 555
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 </row>
8749 <row>
8750 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8751 \begin_inset Text
8752
8753 \begin_layout Plain Layout
8754
8755 \series bold
8756 Bertoli
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765 Stefano
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8771 \begin_inset Text
8772
8773 \begin_layout Plain Layout
8774 555
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 </row>
8780 <row>
8781 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8782 \begin_inset Text
8783
8784 \begin_layout Plain Layout
8785
8786 \series bold
8787 Bozzi
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Plain Layout
8796 Walter
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805 555
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 </row>
8811 <row>
8812 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8813 \begin_inset Text
8814
8815 \begin_layout Plain Layout
8816
8817 \series bold
8818 Cachia
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Plain Layout
8827 Maria
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836 555
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 </row>
8842 <row>
8843 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8844 \begin_inset Text
8845
8846 \begin_layout Plain Layout
8847
8848 \series bold
8849 Cachia
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858 Maurizio
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Plain Layout
8867 555
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 </row>
8873 <row>
8874 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878
8879 \series bold
8880 Cinquemani
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889 Giusi
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898 555
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 </row>
8904 <row>
8905 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8906 \begin_inset Text
8907
8908 \begin_layout Plain Layout
8909
8910 \series bold
8911 Colin
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920 Bernard
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Plain Layout
8929 555
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 </row>
8935 <row>
8936 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940
8941 \series bold
8942 Concli
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8948 \begin_inset Text
8949
8950 \begin_layout Plain Layout
8951 Gianfranco
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960 555
8961 \end_layout
8962
8963 \end_inset
8964 </cell>
8965 </row>
8966 <row>
8967 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971
8972 \series bold
8973 Dal Bosco
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982 Carolina
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991 555
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 </row>
8997 <row>
8998 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002
9003 \series bold
9004 Dalpiaz
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013 Annamaria
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022 555
9023 \end_layout
9024
9025 \end_inset
9026 </cell>
9027 </row>
9028 <row>
9029 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033
9034 \series bold
9035 Feliciello
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044 Domenico
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Plain Layout
9053 555
9054 \end_layout
9055
9056 \end_inset
9057 </cell>
9058 </row>
9059 <row>
9060 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064
9065 \series bold
9066 Focarelli
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075 Paola
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084 555
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 </row>
9090 <row>
9091 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095
9096 \series bold
9097 Galletti
9098 \end_layout
9099
9100 \end_inset
9101 </cell>
9102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106 Oreste
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115 555
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 </row>
9121 <row>
9122 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126
9127 \series bold
9128 Gasparini
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137 Franca
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9143 \begin_inset Text
9144
9145 \begin_layout Plain Layout
9146 555
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 </row>
9152 <row>
9153 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157
9158 \series bold
9159 Rizzardi
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168 Paola
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177 555
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 </row>
9183 <row>
9184 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188
9189 \series bold
9190 Lassini
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199 Giancarlo
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208 555
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 </row>
9214 <row>
9215 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219
9220 \series bold
9221 Malfatti
9222 \end_layout
9223
9224 \end_inset
9225 </cell>
9226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9227 \begin_inset Text
9228
9229 \begin_layout Plain Layout
9230 Luciano
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239 555
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 </row>
9245 <row>
9246 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250
9251 \series bold
9252 Malfatti
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261 Valeriano
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270 555
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 </row>
9276 <row>
9277 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281
9282 \series bold
9283 Meneguzzo
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9289 \begin_inset Text
9290
9291 \begin_layout Plain Layout
9292 Roberto
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301 555
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 </row>
9307 <row>
9308 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312
9313 \series bold
9314 Mezzadra
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9320 \begin_inset Text
9321
9322 \begin_layout Plain Layout
9323 Roberto
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332 555
9333 \end_layout
9334
9335 \end_inset
9336 </cell>
9337 </row>
9338 </lyxtabular>
9339
9340 \end_inset
9341
9342
9343 \end_layout
9344
9345 \begin_layout Section
9346 Weitere Möglichkeiten für 
9347 \family sans
9348 lange Tabelle
9349 \family default
9350 n
9351 \begin_inset CommandInset label
9352 LatexCommand label
9353 name "abs:Special-Longtable-Issues"
9354
9355 \end_inset
9356
9357
9358 \end_layout
9359
9360 \begin_layout Subsection
9361 L
9362 \family sans
9363 ange Tabelle
9364 \family default
9365 n: Berechnung
9366 \begin_inset Index
9367 status collapsed
9368
9369 \begin_layout Plain Layout
9370 Tabellen ! lange ! Berechnung
9371 \end_layout
9372
9373 \end_inset
9374
9375
9376 \end_layout
9377
9378 \begin_layout Standard
9379 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9380  sogenannten 
9381 \emph on
9382 chunks
9383 \emph default
9384  (Brocken).
9385  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9386  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9387  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9388  das die Druckausgabe.
9389  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9390  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9391  einfügen:
9392 \end_layout
9393
9394 \begin_layout Standard
9395
9396 \series bold
9397
9398 \backslash
9399 setcounter{LTchunksize}{100}
9400 \end_layout
9401
9402 \begin_layout Subsection
9403 Gleitobjekte und L
9404 \family sans
9405 ange Tabelle
9406 \family default
9407 n
9408 \begin_inset Index
9409 status collapsed
9410
9411 \begin_layout Plain Layout
9412 Tabellen ! lange ! und Gleitobjekte
9413 \end_layout
9414
9415 \end_inset
9416
9417
9418 \end_layout
9419
9420 \begin_layout Standard
9421 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9422 \family sans
9423 lange
9424 \begin_inset space ~
9425 \end_inset
9426
9427 Tabelle
9428 \family default
9429  beginnt, ein Gleitobjekt befindet.
9430  Um das zu vermeiden, können Sie vor der 
9431 \family sans
9432 langen
9433 \begin_inset space ~
9434 \end_inset
9435
9436 Tabellen
9437 \family default
9438  einen manuellen Seitenumbruch
9439 \family sans
9440  Einfügen\SpecialChar \menuseparator
9441 Formatierung\SpecialChar \menuseparator
9442 [Doppel]Seite
9443 \begin_inset space \space{}
9444 \end_inset
9445
9446 leeren
9447 \family default
9448  einfügen, siehe 
9449 \emph on
9450 Benutzerhandbuch
9451 \emph default
9452 .
9453 \end_layout
9454
9455 \begin_layout Subsection
9456 Manuelle Seitenumbrüche
9457 \begin_inset Index
9458 status collapsed
9459
9460 \begin_layout Plain Layout
9461 Tabellen ! lange ! manueller Seitenumbruch
9462 \end_layout
9463
9464 \end_inset
9465
9466
9467 \end_layout
9468
9469 \begin_layout Standard
9470 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9471  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9472  der Zelle umbrechen wollen, fügen Sie den Befehl  
9473 \begin_inset Quotes gld
9474 \end_inset
9475
9476
9477 \series bold
9478
9479 \backslash
9480
9481 \backslash
9482
9483 \series default
9484
9485 \begin_inset Quotes grd
9486 \end_inset
9487
9488  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9489  werden kann.
9490  Vor dem 
9491 \begin_inset Quotes gld
9492 \end_inset
9493
9494
9495 \series bold
9496
9497 \backslash
9498
9499 \backslash
9500
9501 \series default
9502
9503 \begin_inset Quotes grd
9504 \end_inset
9505
9506 -Befehl müssen Sie so viele 
9507 \begin_inset Quotes gld
9508 \end_inset
9509
9510
9511 \series bold
9512 &
9513 \series default
9514
9515 \begin_inset Quotes grd
9516 \end_inset
9517
9518  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9519  Mit 
9520 \begin_inset Quotes gld
9521 \end_inset
9522
9523
9524 \series bold
9525 &
9526 \series default
9527
9528 \begin_inset Quotes grd
9529 \end_inset
9530
9531   werden in LaTeX Tabellenzellen getrennt.
9532  Hinter jedes 
9533 \begin_inset Quotes gld
9534 \end_inset
9535
9536
9537 \series bold
9538 &
9539 \series default
9540
9541 \begin_inset Quotes grd
9542 \end_inset
9543
9544  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9545  und löschen den Inhalt dieser Zellen.
9546 \end_layout
9547
9548 \begin_layout Standard
9549 Hinter dem 
9550 \begin_inset Quotes gld
9551 \end_inset
9552
9553
9554 \series bold
9555
9556 \backslash
9557
9558 \backslash
9559
9560 \series default
9561
9562 \begin_inset Quotes grd
9563 \end_inset
9564
9565 -Befehl müssen Sie so viele 
9566 \begin_inset Quotes gld
9567 \end_inset
9568
9569
9570 \series bold
9571 &
9572 \series default
9573
9574 \begin_inset Quotes grd
9575 \end_inset
9576
9577  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9578  In Tabelle
9579 \begin_inset space ~
9580 \end_inset
9581
9582
9583 \begin_inset CommandInset ref
9584 LatexCommand ref
9585 reference "tab:ForcedPagebreak"
9586
9587 \end_inset
9588
9589  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9590  Es folgt noch eine weitere Spalte.
9591  Deshalb wurde hinter dem Wort 
9592 \emph on
9593 Castelchiodato, 
9594 \emph default
9595 folgendes eingefügt:
9596 \end_layout
9597
9598 \begin_layout Standard
9599
9600 \series bold
9601 & 111
9602 \backslash
9603
9604 \backslash
9605  
9606 \backslash
9607 newpage
9608 \begin_inset Newline newline
9609 \end_inset
9610
9611 &
9612 \end_layout
9613
9614 \begin_layout Standard
9615 Die 
9616 \begin_inset Quotes gld
9617 \end_inset
9618
9619 111
9620 \begin_inset Quotes grd
9621 \end_inset
9622
9623  in der dritten Spalte wurde gelöscht.
9624  
9625 \series bold
9626
9627 \backslash
9628 newpage
9629 \series default
9630  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9631  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9632  Wenn die Fußzeile Ihrer 
9633 \family sans
9634 langen
9635 \begin_inset space ~
9636 \end_inset
9637
9638 Tabelle
9639 \family default
9640  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9641  Befehle benutzen:
9642 \end_layout
9643
9644 \begin_layout Standard
9645
9646 \series bold
9647 & 111
9648 \backslash
9649
9650 \backslash
9651
9652 \begin_inset Newline newline
9653 \end_inset
9654
9655
9656 \backslash
9657 hline &
9658 \end_layout
9659
9660 \begin_layout Standard
9661 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9662  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9663 \end_layout
9664
9665 \begin_layout Standard
9666
9667 \series bold
9668
9669 \backslash
9670 setlength{
9671 \backslash
9672 parfillskip}{0pt}
9673 \end_layout
9674
9675 \begin_layout Standard
9676 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9677  erscheint.
9678 \end_layout
9679
9680 \begin_layout Standard
9681 \align center
9682 \begin_inset Tabular
9683 <lyxtabular version="3" rows="38" columns="3">
9684 <features islongtable="true" lastFootEmpty="true">
9685 <column alignment="left" valignment="top" width="0cm">
9686 <column alignment="left" valignment="top" width="3cm">
9687 <column alignment="right" valignment="top" width="0pt">
9688 <row caption="true">
9689 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9690 \begin_inset Text
9691
9692 \begin_layout Plain Layout
9693 \begin_inset Caption
9694
9695 \begin_layout Plain Layout
9696 Tabelle mit manuellem Seitenumbruch in einer Zelle
9697 \begin_inset CommandInset label
9698 LatexCommand label
9699 name "tab:ForcedPagebreak"
9700
9701 \end_inset
9702
9703
9704 \begin_inset OptArg
9705 status collapsed
9706
9707 \begin_layout Plain Layout
9708 Tabelle mit manuellem Seitenumbruch in einer Zelle
9709 \end_layout
9710
9711 \end_inset
9712
9713
9714 \end_layout
9715
9716 \end_inset
9717
9718
9719 \end_layout
9720
9721 \end_inset
9722 </cell>
9723 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9724 \begin_inset Text
9725
9726 \begin_layout Plain Layout
9727
9728 \end_layout
9729
9730 \end_inset
9731 </cell>
9732 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9733 \begin_inset Text
9734
9735 \begin_layout Plain Layout
9736
9737 \end_layout
9738
9739 \end_inset
9740 </cell>
9741 </row>
9742 <row endfirsthead="true">
9743 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9744 \begin_inset Text
9745
9746 \begin_layout Plain Layout
9747
9748 \series bold
9749 Telefonliste (ignoriere die Namen)
9750 \end_layout
9751
9752 \end_inset
9753 </cell>
9754 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9755 \begin_inset Text
9756
9757 \begin_layout Plain Layout
9758
9759 \end_layout
9760
9761 \end_inset
9762 </cell>
9763 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767
9768 \end_layout
9769
9770 \end_inset
9771 </cell>
9772 </row>
9773 <row endfirsthead="true">
9774 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9775 \begin_inset Text
9776
9777 \begin_layout Plain Layout
9778
9779 \series bold
9780 NAME
9781 \end_layout
9782
9783 \end_inset
9784 </cell>
9785 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9786 \begin_inset Text
9787
9788 \begin_layout Plain Layout
9789
9790 \end_layout
9791
9792 \end_inset
9793 </cell>
9794 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Plain Layout
9798
9799 \series bold
9800 TEL.
9801 \end_layout
9802
9803 \end_inset
9804 </cell>
9805 </row>
9806 <row endhead="true">
9807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9808 \begin_inset Text
9809
9810 \begin_layout Plain Layout
9811 \begin_inset ERT
9812 status collapsed
9813
9814 \begin_layout Plain Layout
9815
9816
9817 \backslash
9818 caption*{Fortsetzung der Tabelle}
9819 \backslash
9820
9821 \backslash
9822 %
9823 \end_layout
9824
9825 \end_inset
9826
9827
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9833 \begin_inset Text
9834
9835 \begin_layout Plain Layout
9836
9837 \end_layout
9838
9839 \end_inset
9840 </cell>
9841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9842 \begin_inset Text
9843
9844 \begin_layout Plain Layout
9845
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 </row>
9851 <row endhead="true">
9852 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9853 \begin_inset Text
9854
9855 \begin_layout Plain Layout
9856
9857 \series bold
9858 Telefonliste
9859 \end_layout
9860
9861 \end_inset
9862 </cell>
9863 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9864 \begin_inset Text
9865
9866 \begin_layout Plain Layout
9867
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876
9877 \end_layout
9878
9879 \end_inset
9880 </cell>
9881 </row>
9882 <row endhead="true">
9883 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9884 \begin_inset Text
9885
9886 \begin_layout Plain Layout
9887
9888 \series bold
9889 NAME
9890 \end_layout
9891
9892 \end_inset
9893 </cell>
9894 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9895 \begin_inset Text
9896
9897 \begin_layout Plain Layout
9898
9899 \end_layout
9900
9901 \end_inset
9902 </cell>
9903 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9904 \begin_inset Text
9905
9906 \begin_layout Plain Layout
9907
9908 \series bold
9909 TEL.
9910 \end_layout
9911
9912 \end_inset
9913 </cell>
9914 </row>
9915 <row endfoot="true">
9916 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9917 \begin_inset Text
9918
9919 \begin_layout Plain Layout
9920 wird fortgesetzt\SpecialChar \ldots{}
9921
9922 \end_layout
9923
9924 \end_inset
9925 </cell>
9926 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9927 \begin_inset Text
9928
9929 \begin_layout Plain Layout
9930
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 </row>
9945 <row>
9946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9947 \begin_inset Text
9948
9949 \begin_layout Plain Layout
9950
9951 \series bold
9952 Annovi
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9958 \begin_inset Text
9959
9960 \begin_layout Plain Layout
9961 Silvia
9962 \end_layout
9963
9964 \end_inset
9965 </cell>
9966 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Plain Layout
9970 111
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 </row>
9976 <row>
9977 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981
9982 \series bold
9983 Bertoli
9984 \end_layout
9985
9986 \end_inset
9987 </cell>
9988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9989 \begin_inset Text
9990
9991 \begin_layout Plain Layout
9992 Stefano
9993 \end_layout
9994
9995 \end_inset
9996 </cell>
9997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001 111
10002 \end_layout
10003
10004 \end_inset
10005 </cell>
10006 </row>
10007 <row>
10008 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012
10013 \series bold
10014 Bozzi
10015 \end_layout
10016
10017 \end_inset
10018 </cell>
10019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023 Walter
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10029 \begin_inset Text
10030
10031 \begin_layout Plain Layout
10032 111
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 </row>
10038 <row>
10039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10040 \begin_inset Text
10041
10042 \begin_layout Plain Layout
10043
10044 \series bold
10045 Cachia
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10051 \begin_inset Text
10052
10053 \begin_layout Plain Layout
10054 Maria
10055 \end_layout
10056
10057 \end_inset
10058 </cell>
10059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10060 \begin_inset Text
10061
10062 \begin_layout Plain Layout
10063 111
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 </row>
10069 <row>
10070 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074
10075 \series bold
10076 Cachia
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Plain Layout
10085 Maurizio
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094 111
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 </row>
10100 <row>
10101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105
10106 \series bold
10107 Cinquemani
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10113 \begin_inset Text
10114
10115 \begin_layout Plain Layout
10116 Giusi
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125 111
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 </row>
10131 <row>
10132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10133 \begin_inset Text
10134
10135 \begin_layout Plain Layout
10136
10137 \series bold
10138 Colin
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Plain Layout
10147 Bernard
10148 \end_layout
10149
10150 \end_inset
10151 </cell>
10152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10153 \begin_inset Text
10154
10155 \begin_layout Plain Layout
10156 111
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 </row>
10162 <row>
10163 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Plain Layout
10167
10168 \series bold
10169 Concli
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Plain Layout
10178 Gianfranco
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10184 \begin_inset Text
10185
10186 \begin_layout Plain Layout
10187 111
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 </row>
10193 <row>
10194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10195 \begin_inset Text
10196
10197 \begin_layout Plain Layout
10198
10199 \series bold
10200 Dal Bosco
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209 Carolina
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Plain Layout
10218 111
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 </row>
10224 <row>
10225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Plain Layout
10229
10230 \series bold
10231 Dalpiaz
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240 Annamaria
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10246 \begin_inset Text
10247
10248 \begin_layout Plain Layout
10249 111
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 </row>
10255 <row>
10256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260
10261 \series bold
10262 Feliciello
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Plain Layout
10271 Domenico
10272 \end_layout
10273
10274 \end_inset
10275 </cell>
10276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10277 \begin_inset Text
10278
10279 \begin_layout Plain Layout
10280 111
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 </row>
10286 <row>
10287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10288 \begin_inset Text
10289
10290 \begin_layout Plain Layout
10291
10292 \series bold
10293 Focarelli
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10299 \begin_inset Text
10300
10301 \begin_layout Plain Layout
10302 Paola
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10308 \begin_inset Text
10309
10310 \begin_layout Plain Layout
10311 111
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 </row>
10317 <row>
10318 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10319 \begin_inset Text
10320
10321 \begin_layout Plain Layout
10322
10323 \series bold
10324 Galletti
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10330 \begin_inset Text
10331
10332 \begin_layout Plain Layout
10333 Oreste
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10339 \begin_inset Text
10340
10341 \begin_layout Plain Layout
10342 111
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 </row>
10348 <row>
10349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10350 \begin_inset Text
10351
10352 \begin_layout Plain Layout
10353
10354 \series bold
10355 Gasparini
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Plain Layout
10364 Franca
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373 111
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 </row>
10379 <row>
10380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384
10385 \series bold
10386 Lassini
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395 Giancarlo
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10401 \begin_inset Text
10402
10403 \begin_layout Plain Layout
10404 111
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 </row>
10410 <row>
10411 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Plain Layout
10415
10416 \series bold
10417 Malfatti
10418 \end_layout
10419
10420 \end_inset
10421 </cell>
10422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426 Luciano
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435 111
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 </row>
10441 <row>
10442 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446
10447 \series bold
10448 Malfatti
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457 Valeriano
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Plain Layout
10466 111
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 </row>
10472 <row>
10473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477
10478 \series bold
10479 Meneguzzo
10480 \end_layout
10481
10482 \end_inset
10483 </cell>
10484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10485 \begin_inset Text
10486
10487 \begin_layout Plain Layout
10488 Roberto
10489 \end_layout
10490
10491 \end_inset
10492 </cell>
10493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Plain Layout
10497 111
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 </row>
10503 <row>
10504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508
10509 \series bold
10510 Mezzadra
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519 Roberto
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10525 \begin_inset Text
10526
10527 \begin_layout Plain Layout
10528 111
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 </row>
10534 <row>
10535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539
10540 \series bold
10541 Pirpamer
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550 Erich
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559 111
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 </row>
10565 <row>
10566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570
10571 \series bold
10572 Pochiesa
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581 Paolo
10582 \end_layout
10583
10584 \end_inset
10585 </cell>
10586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590 111, 222
10591 \end_layout
10592
10593 \end_inset
10594 </cell>
10595 </row>
10596 <row>
10597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601
10602 \series bold
10603 Radina
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612 Claudio
10613 \end_layout
10614
10615 \end_inset
10616 </cell>
10617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Plain Layout
10621 111
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 </row>
10627 <row>
10628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Plain Layout
10632
10633 \series bold
10634 Rizzardi
10635 \end_layout
10636
10637 \end_inset
10638 </cell>
10639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10640 \begin_inset Text
10641
10642 \begin_layout Plain Layout
10643 Paolo, 11.
10644  Fürst von Monte\SpecialChar \-
10645 com\SpecialChar \-
10646 patri, 11.
10647  Fürst von Sulmona und Vivaro, 10.
10648  Fürst von Rossano, 5.
10649  Herzog von Canemorte, 11.
10650  Herzog von Palombara, 5.
10651  Herzog von Castelchiodato,
10652 \begin_inset ERT
10653 status open
10654
10655 \begin_layout Plain Layout
10656
10657 & 111
10658 \backslash
10659
10660 \backslash
10661  
10662 \backslash
10663 newpage
10664 \end_layout
10665
10666 \begin_layout Plain Layout
10667
10668 &
10669 \end_layout
10670
10671 \end_inset
10672
10673  11.
10674  Herzog von Poggionativo, 11.
10675  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10676  Graf von Valinfreda, 11.
10677  Baron von Cropalati, 11.
10678  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 </row>
10693 <row>
10694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698
10699 \series bold
10700 Stuffer
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 Oskar
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718 111
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 </row>
10724 <row>
10725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729
10730 \series bold
10731 Tacchelli
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740 Ugo
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749 111
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 </row>
10755 <row>
10756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760
10761 \series bold
10762 Tezzele
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771 Margit
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780 111
10781 \end_layout
10782
10783 \end_inset
10784 </cell>
10785 </row>
10786 <row>
10787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791
10792 \series bold
10793 Unterkalmsteiner
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802 Frieda
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811 111
10812 \end_layout
10813
10814 \end_inset
10815 </cell>
10816 </row>
10817 <row>
10818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822
10823 \series bold
10824 Vieider
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833 Hilde
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10839 \begin_inset Text
10840
10841 \begin_layout Plain Layout
10842 111
10843 \end_layout
10844
10845 \end_inset
10846 </cell>
10847 </row>
10848 <row>
10849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Plain Layout
10853
10854 \series bold
10855 Vigna
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864 Jürgen
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873 111
10874 \end_layout
10875
10876 \end_inset
10877 </cell>
10878 </row>
10879 <row>
10880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884
10885 \series bold
10886 Weber
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895 Maurizio
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10901 \begin_inset Text
10902
10903 \begin_layout Plain Layout
10904 111
10905 \end_layout
10906
10907 \end_inset
10908 </cell>
10909 </row>
10910 <row>
10911 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10912 \begin_inset Text
10913
10914 \begin_layout Plain Layout
10915
10916 \series bold
10917 Winkler
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 Franz
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10932 \begin_inset Text
10933
10934 \begin_layout Plain Layout
10935 111
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 </row>
10941 </lyxtabular>
10942
10943 \end_inset
10944
10945
10946 \end_layout
10947
10948 \begin_layout Section
10949 Mehrfache Zeilen, Spalten und Zeilen in Zellen
10950 \end_layout
10951
10952 \begin_layout Subsection
10953 Mehrfache Zeilen in Zellen
10954 \begin_inset CommandInset label
10955 LatexCommand label
10956 name "uab:Mehrfache-Zeilen-in"
10957
10958 \end_inset
10959
10960
10961 \begin_inset Index
10962 status collapsed
10963
10964 \begin_layout Plain Layout
10965 Mehrfache ! Zeilen in Zellen
10966 \end_layout
10967
10968 \end_inset
10969
10970
10971 \begin_inset Index
10972 status collapsed
10973
10974 \begin_layout Plain Layout
10975 Tabellen ! Zeilenumbrüche
10976 \end_layout
10977
10978 \end_inset
10979
10980
10981 \end_layout
10982
10983 \begin_layout Standard
10984 \noindent
10985 \begin_inset Float table
10986 placement H
10987 wide false
10988 sideways false
10989 status open
10990
10991 \begin_layout Plain Layout
10992 \begin_inset Caption
10993
10994 \begin_layout Plain Layout
10995 \begin_inset CommandInset label
10996 LatexCommand label
10997 name "tab:Table-with-multiple"
10998
10999 \end_inset
11000
11001 Tabelle mit mehrfachen Zeilen in einer Zelle
11002 \end_layout
11003
11004 \end_inset
11005
11006
11007 \end_layout
11008
11009 \begin_layout Plain Layout
11010 \align center
11011 \begin_inset Tabular
11012 <lyxtabular version="3" rows="3" columns="3">
11013 <features>
11014 <column alignment="center" valignment="middle" width="2.5cm">
11015 <column alignment="center" valignment="middle" width="0.5cm">
11016 <column alignment="center" valignment="middle" width="0.5cm">
11017 <row>
11018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11019 \begin_inset Text
11020
11021 \begin_layout Plain Layout
11022 zwei
11023 \begin_inset Newline linebreak
11024 \end_inset
11025
11026 Zeilen
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035 b
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11041 \begin_inset Text
11042
11043 \begin_layout Plain Layout
11044 c
11045 \end_layout
11046
11047 \end_inset
11048 </cell>
11049 </row>
11050 <row>
11051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11052 \begin_inset Text
11053
11054 \begin_layout Plain Layout
11055 d
11056 \end_layout
11057
11058 \end_inset
11059 </cell>
11060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11061 \begin_inset Text
11062
11063 \begin_layout Plain Layout
11064 e
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11070 \begin_inset Text
11071
11072 \begin_layout Plain Layout
11073 f
11074 \end_layout
11075
11076 \end_inset
11077 </cell>
11078 </row>
11079 <row>
11080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11081 \begin_inset Text
11082
11083 \begin_layout Plain Layout
11084 g
11085 \end_layout
11086
11087 \end_inset
11088 </cell>
11089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Plain Layout
11093 h
11094 \end_layout
11095
11096 \end_inset
11097 </cell>
11098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11099 \begin_inset Text
11100
11101 \begin_layout Plain Layout
11102 i
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 </row>
11108 </lyxtabular>
11109
11110 \end_inset
11111
11112
11113 \end_layout
11114
11115 \end_inset
11116
11117
11118 \end_layout
11119
11120 \begin_layout Standard
11121 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11122  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11123  Tabelle
11124 \begin_inset space ~
11125 \end_inset
11126
11127
11128 \begin_inset CommandInset ref
11129 LatexCommand ref
11130 reference "tab:Table-with-multiple"
11131
11132 \end_inset
11133
11134  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11135 \family sans
11136 Tabellen-Einstellungen
11137 \family default
11138 -Dialog auf 2.5
11139 \begin_inset space \thinspace{}
11140 \end_inset
11141
11142 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11143  Weil unser Text schmaler als 2.5
11144 \begin_inset space \thinspace{}
11145 \end_inset
11146
11147 cm ist, würde er in einer Zeile gedruckt werden.
11148  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11149
11150 \family sans
11151 Strg-Shift-Enter
11152 \family default
11153 ) eingefügt.
11154  Wenn der Text länger ist, wird er automatisch umgebrochen.
11155 \end_layout
11156
11157 \begin_layout Standard
11158 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11159  setzen Sie die Breite der beiden Spalten im 
11160 \family sans
11161 Tabellen-Einstellungen
11162 \family default
11163 -Dialog auf 0.5
11164 \begin_inset space \thinspace{}
11165 \end_inset
11166
11167 cm und die vertikale Ausrichtung auf zentriert.
11168 \end_layout
11169
11170 \begin_layout Standard
11171 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11172  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11173  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11174  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11175  Fügen sie daher 0
11176 \begin_inset space \thinspace{}
11177 \end_inset
11178
11179 pt horizontalen Abstand vor dem Wort ein.
11180  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11181  Tabelle
11182 \begin_inset space ~
11183 \end_inset
11184
11185
11186 \begin_inset CommandInset ref
11187 LatexCommand ref
11188 reference "tab:Table-with-and"
11189
11190 \end_inset
11191
11192  zeigt die Wirkungen.
11193 \end_layout
11194
11195 \begin_layout Standard
11196 \begin_inset Float table
11197 placement h
11198 wide false
11199 sideways false
11200 status open
11201
11202 \begin_layout Plain Layout
11203 \begin_inset Caption
11204
11205 \begin_layout Plain Layout
11206 \begin_inset CommandInset label
11207 LatexCommand label
11208 name "tab:Table-with-and"
11209
11210 \end_inset
11211
11212 Tabelle ohne und mit Silbentrennung
11213 \end_layout
11214
11215 \end_inset
11216
11217
11218 \end_layout
11219
11220 \begin_layout Plain Layout
11221 \begin_inset space \hfill{}
11222 \end_inset
11223
11224
11225 \begin_inset Tabular
11226 <lyxtabular version="3" rows="3" columns="3">
11227 <features>
11228 <column alignment="center" valignment="middle" width="2.5cm">
11229 <column alignment="center" valignment="middle" width="0.5cm">
11230 <column alignment="center" valignment="middle" width="0.5cm">
11231 <row>
11232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236 einsehrlangesZellenwort
11237 \end_layout
11238
11239 \end_inset
11240 </cell>
11241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11242 \begin_inset Text
11243
11244 \begin_layout Plain Layout
11245 b
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254 c
11255 \end_layout
11256
11257 \end_inset
11258 </cell>
11259 </row>
11260 <row>
11261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265 d
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11271 \begin_inset Text
11272
11273 \begin_layout Plain Layout
11274 e
11275 \end_layout
11276
11277 \end_inset
11278 </cell>
11279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283 f
11284 \end_layout
11285
11286 \end_inset
11287 </cell>
11288 </row>
11289 <row>
11290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11291 \begin_inset Text
11292
11293 \begin_layout Plain Layout
11294 g
11295 \end_layout
11296
11297 \end_inset
11298 </cell>
11299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11300 \begin_inset Text
11301
11302 \begin_layout Plain Layout
11303 h
11304 \end_layout
11305
11306 \end_inset
11307 </cell>
11308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11309 \begin_inset Text
11310
11311 \begin_layout Plain Layout
11312 i
11313 \end_layout
11314
11315 \end_inset
11316 </cell>
11317 </row>
11318 </lyxtabular>
11319
11320 \end_inset
11321
11322
11323 \begin_inset space \hfill{}
11324 \end_inset
11325
11326
11327 \begin_inset Tabular
11328 <lyxtabular version="3" rows="3" columns="3">
11329 <features>
11330 <column alignment="center" valignment="middle" width="2.5cm">
11331 <column alignment="center" valignment="middle" width="0.5cm">
11332 <column alignment="center" valignment="middle" width="0.5cm">
11333 <row>
11334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11335 \begin_inset Text
11336
11337 \begin_layout Plain Layout
11338 \begin_inset space \hspace{}
11339 \length 0pt
11340 \end_inset
11341
11342 einsehrlangesZellenwort
11343 \end_layout
11344
11345 \end_inset
11346 </cell>
11347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11348 \begin_inset Text
11349
11350 \begin_layout Plain Layout
11351 b
11352 \end_layout
11353
11354 \end_inset
11355 </cell>
11356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11357 \begin_inset Text
11358
11359 \begin_layout Plain Layout
11360 c
11361 \end_layout
11362
11363 \end_inset
11364 </cell>
11365 </row>
11366 <row>
11367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11368 \begin_inset Text
11369
11370 \begin_layout Plain Layout
11371 d
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11377 \begin_inset Text
11378
11379 \begin_layout Plain Layout
11380 e
11381 \end_layout
11382
11383 \end_inset
11384 </cell>
11385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11386 \begin_inset Text
11387
11388 \begin_layout Plain Layout
11389 f
11390 \end_layout
11391
11392 \end_inset
11393 </cell>
11394 </row>
11395 <row>
11396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11397 \begin_inset Text
11398
11399 \begin_layout Plain Layout
11400 g
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11406 \begin_inset Text
11407
11408 \begin_layout Plain Layout
11409 h
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11415 \begin_inset Text
11416
11417 \begin_layout Plain Layout
11418 i
11419 \end_layout
11420
11421 \end_inset
11422 </cell>
11423 </row>
11424 </lyxtabular>
11425
11426 \end_inset
11427
11428
11429 \begin_inset space \hfill{}
11430 \end_inset
11431
11432
11433 \end_layout
11434
11435 \end_inset
11436
11437
11438 \end_layout
11439
11440 \begin_layout Subsection
11441 Mehrfachspalten
11442 \begin_inset CommandInset label
11443 LatexCommand label
11444 name "uab:Mehrfachspalten"
11445
11446 \end_inset
11447
11448
11449 \begin_inset Index
11450 status collapsed
11451
11452 \begin_layout Plain Layout
11453 Mahrfachspalten
11454 \end_layout
11455
11456 \end_inset
11457
11458
11459 \begin_inset Index
11460 status collapsed
11461
11462 \begin_layout Plain Layout
11463 Tabellen ! Mahrfachspalten
11464 \end_layout
11465
11466 \end_inset
11467
11468
11469 \end_layout
11470
11471 \begin_layout Subsubsection
11472 Grundlagen
11473 \end_layout
11474
11475 \begin_layout Standard
11476 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11477  und verwenden dann den Knopf 
11478 \begin_inset Graphics
11479         filename ../../images/tabular-feature_multicolumn.png
11480         scale 70
11481         scaleBeforeRotation
11482         BoundingBox 0bp 6bp 22bp 22bp
11483
11484 \end_inset
11485
11486  in der Werkzeugleiste, das Menü 
11487 \family sans
11488 Bearbeiten\SpecialChar \menuseparator
11489 Tabelle\SpecialChar \menuseparator
11490 Mehrfachspalte
11491 \family default
11492  oder den 
11493 \family sans
11494 Tabellen-Einstellungen
11495 \family default
11496 -Dialog, in dem Sie auf der Karteikarte 
11497 \family sans
11498 Tabellen-Einstellungen
11499 \family default
11500  
11501 \family sans
11502 Mehrfachspalte
11503 \family default
11504  ankreuzen.
11505 \end_layout
11506
11507 \begin_layout Standard
11508 Mehrfachspalten haben ihre eigenen Einstellungen.
11509  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11510  Hier ist ein Beispiel, wobei 
11511 \begin_inset Quotes gld
11512 \end_inset
11513
11514 B 2
11515 \begin_inset Quotes grd
11516 \end_inset
11517
11518  keine Mehrfachzeile ist, wie in Abschnitt
11519 \begin_inset space ~
11520 \end_inset
11521
11522
11523 \begin_inset CommandInset ref
11524 LatexCommand ref
11525 reference "uab:Mehrfachzeilen"
11526
11527 \end_inset
11528
11529  beschrieben.
11530  Es wurde nur eine Linie weggelassen:
11531 \end_layout
11532
11533 \begin_layout Standard
11534 \align center
11535 \begin_inset Tabular
11536 <lyxtabular version="3" rows="3" columns="4">
11537 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11538 <column alignment="center" valignment="top" width="0pt">
11539 <column alignment="center" valignment="middle" width="0">
11540 <column alignment="center" valignment="top" width="0in">
11541 <column alignment="center" valignment="top" width="0pt">
11542 <row>
11543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11544 \begin_inset Text
11545
11546 \begin_layout Plain Layout
11547 abc
11548 \end_layout
11549
11550 \end_inset
11551 </cell>
11552 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11553 \begin_inset Text
11554
11555 \begin_layout Plain Layout
11556 def ghi
11557 \end_layout
11558
11559 \end_inset
11560 </cell>
11561 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11562 \begin_inset Text
11563
11564 \begin_layout Plain Layout
11565
11566 \end_layout
11567
11568 \end_inset
11569 </cell>
11570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11571 \begin_inset Text
11572
11573 \begin_layout Plain Layout
11574 jkl
11575 \end_layout
11576
11577 \end_inset
11578 </cell>
11579 </row>
11580 <row>
11581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11582 \begin_inset Text
11583
11584 \begin_layout Plain Layout
11585
11586 \family roman
11587 \series medium
11588 \shape up
11589 \size normal
11590 \emph off
11591 \bar no
11592 \noun off
11593 \color none
11594 A
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11600 \begin_inset Text
11601
11602 \begin_layout Plain Layout
11603 B
11604 \end_layout
11605
11606 \end_inset
11607 </cell>
11608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11609 \begin_inset Text
11610
11611 \begin_layout Plain Layout
11612 C
11613 \end_layout
11614
11615 \end_inset
11616 </cell>
11617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11618 \begin_inset Text
11619
11620 \begin_layout Plain Layout
11621 D
11622 \end_layout
11623
11624 \end_inset
11625 </cell>
11626 </row>
11627 <row>
11628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11629 \begin_inset Text
11630
11631 \begin_layout Plain Layout
11632 1
11633 \end_layout
11634
11635 \end_inset
11636 </cell>
11637 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11638 \begin_inset Text
11639
11640 \begin_layout Plain Layout
11641 2
11642 \end_layout
11643
11644 \end_inset
11645 </cell>
11646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11647 \begin_inset Text
11648
11649 \begin_layout Plain Layout
11650 3
11651 \end_layout
11652
11653 \end_inset
11654 </cell>
11655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11656 \begin_inset Text
11657
11658 \begin_layout Plain Layout
11659 4
11660 \end_layout
11661
11662 \end_inset
11663 </cell>
11664 </row>
11665 </lyxtabular>
11666
11667 \end_inset
11668
11669
11670 \end_layout
11671
11672 \begin_layout Subsubsection
11673 Mehrfachspalten-Berechnungen
11674 \begin_inset CommandInset label
11675 LatexCommand label
11676 name "uab:Mehrfachspalten-Berechnungen"
11677
11678 \end_inset
11679
11680
11681 \begin_inset Index
11682 status collapsed
11683
11684 \begin_layout Plain Layout
11685 Mahrfachspalten ! Berechnung
11686 \end_layout
11687
11688 \end_inset
11689
11690
11691 \begin_inset Index
11692 status collapsed
11693
11694 \begin_layout Plain Layout
11695 Tabellen ! Mahrfachspalten ! Berechnung
11696 \end_layout
11697
11698 \end_inset
11699
11700
11701 \end_layout
11702
11703 \begin_layout Standard
11704 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11705  Zellen beachten.
11706 \end_layout
11707
11708 \begin_layout Standard
11709 \begin_inset Float table
11710 placement h
11711 wide false
11712 sideways false
11713 status open
11714
11715 \begin_layout Plain Layout
11716 \begin_inset Caption
11717
11718 \begin_layout Plain Layout
11719 \begin_inset CommandInset label
11720 LatexCommand label
11721 name "tab:Table-with-centered"
11722
11723 \end_inset
11724
11725 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11726  die halbe Breite der Mehrfachspalten-Zelle haben
11727 \begin_inset OptArg
11728 status collapsed
11729
11730 \begin_layout Plain Layout
11731 Eine Mehrfachspalten-Tabelle
11732 \end_layout
11733
11734 \end_inset
11735
11736
11737 \end_layout
11738
11739 \end_inset
11740
11741
11742 \end_layout
11743
11744 \begin_layout Plain Layout
11745 \align center
11746 \begin_inset Tabular
11747 <lyxtabular version="3" rows="3" columns="3">
11748 <features>
11749 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11750 <column alignment="center" valignment="middle" width="0">
11751 <column alignment="center" valignment="top" width="0">
11752 <row>
11753 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11754 \begin_inset Text
11755
11756 \begin_layout Plain Layout
11757 Dies ist eine Mehrfach\SpecialChar \-
11758 spalten-Zelle
11759 \end_layout
11760
11761 \end_inset
11762 </cell>
11763 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11764 \begin_inset Text
11765
11766 \begin_layout Plain Layout
11767
11768 \end_layout
11769
11770 \end_inset
11771 </cell>
11772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11773 \begin_inset Text
11774
11775 \begin_layout Plain Layout
11776 c
11777 \end_layout
11778
11779 \end_inset
11780 </cell>
11781 </row>
11782 <row>
11783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11784 \begin_inset Text
11785
11786 \begin_layout Plain Layout
11787 d
11788 \end_layout
11789
11790 \end_inset
11791 </cell>
11792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11793 \begin_inset Text
11794
11795 \begin_layout Plain Layout
11796 e
11797 \end_layout
11798
11799 \end_inset
11800 </cell>
11801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11802 \begin_inset Text
11803
11804 \begin_layout Plain Layout
11805 f
11806 \end_layout
11807
11808 \end_inset
11809 </cell>
11810 </row>
11811 <row>
11812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11813 \begin_inset Text
11814
11815 \begin_layout Plain Layout
11816 g
11817 \end_layout
11818
11819 \end_inset
11820 </cell>
11821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11822 \begin_inset Text
11823
11824 \begin_layout Plain Layout
11825 h
11826 \end_layout
11827
11828 \end_inset
11829 </cell>
11830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11831 \begin_inset Text
11832
11833 \begin_layout Plain Layout
11834 i
11835 \end_layout
11836
11837 \end_inset
11838 </cell>
11839 </row>
11840 </lyxtabular>
11841
11842 \end_inset
11843
11844
11845 \end_layout
11846
11847 \end_inset
11848
11849
11850 \end_layout
11851
11852 \begin_layout Standard
11853 Um Tabelle
11854 \begin_inset space ~
11855 \end_inset
11856
11857
11858 \begin_inset CommandInset ref
11859 LatexCommand ref
11860 reference "tab:Table-with-centered"
11861
11862 \end_inset
11863
11864  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11865  3×3-Tabelle, kreuzen im 
11866 \family sans
11867 Tabellen-Einstellungen
11868 \family default
11869 -Dialog 
11870 \family sans
11871 Mehrfachspalte
11872 \family default
11873  an, setzen die 
11874 \family sans
11875 Horizontale
11876 \begin_inset space ~
11877 \end_inset
11878
11879 Ausrichtung
11880 \family default
11881  auf 
11882 \family sans
11883 Zentriert
11884 \family default
11885  und die 
11886 \family sans
11887 Breite
11888 \family default
11889  auf 2.5
11890 \begin_inset space \thinspace{}
11891 \end_inset
11892
11893 cm.
11894  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
11895  Sie die Breite der ersten Spalte auf 1.25
11896 \begin_inset space \thinspace{}
11897 \end_inset
11898
11899 cm setzen.
11900  Die zweite Spalte wird dann automatisch 1.25
11901 \begin_inset space \thinspace{}
11902 \end_inset
11903
11904 cm breit (Breite der 
11905 \family sans
11906 Mehrfachspalte
11907 \family default
11908  
11909 \begin_inset Formula $-$
11910 \end_inset
11911
11912  Breite der ersten Spalte).
11913  Dies wurde so für Tabelle
11914 \begin_inset space ~
11915 \end_inset
11916
11917
11918 \begin_inset CommandInset ref
11919 LatexCommand ref
11920 reference "tab:Table-without-half"
11921
11922 \end_inset
11923
11924  gemacht.
11925 \end_layout
11926
11927 \begin_layout Standard
11928 \begin_inset Float table
11929 wide false
11930 sideways false
11931 status open
11932
11933 \begin_layout Plain Layout
11934 \begin_inset Caption
11935
11936 \begin_layout Plain Layout
11937 \begin_inset CommandInset label
11938 LatexCommand label
11939 name "tab:Table-without-half"
11940
11941 \end_inset
11942
11943 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
11944  wie die Mehrfachspalte
11945 \begin_inset OptArg
11946 status collapsed
11947
11948 \begin_layout Plain Layout
11949 Eine unvollkommene Mehrfachspalten-Tabelle
11950 \end_layout
11951
11952 \end_inset
11953
11954
11955 \end_layout
11956
11957 \end_inset
11958
11959
11960 \end_layout
11961
11962 \begin_layout Plain Layout
11963 \align center
11964 \begin_inset Tabular
11965 <lyxtabular version="3" rows="3" columns="3">
11966 <features>
11967 <column alignment="center" valignment="top" width="1.25cm">
11968 <column alignment="center" valignment="top" width="0">
11969 <column alignment="center" valignment="top" width="0">
11970 <row>
11971 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11972 \begin_inset Text
11973
11974 \begin_layout Plain Layout
11975 Dies ist auch eine Mehr\SpecialChar \-
11976 fach\SpecialChar \-
11977 spalten-Zelle
11978 \end_layout
11979
11980 \end_inset
11981 </cell>
11982 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11983 \begin_inset Text
11984
11985 \begin_layout Plain Layout
11986
11987 \end_layout
11988
11989 \end_inset
11990 </cell>
11991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11992 \begin_inset Text
11993
11994 \begin_layout Plain Layout
11995 c
11996 \end_layout
11997
11998 \end_inset
11999 </cell>
12000 </row>
12001 <row>
12002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12003 \begin_inset Text
12004
12005 \begin_layout Plain Layout
12006 d
12007 \end_layout
12008
12009 \end_inset
12010 </cell>
12011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12012 \begin_inset Text
12013
12014 \begin_layout Plain Layout
12015 e
12016 \end_layout
12017
12018 \end_inset
12019 </cell>
12020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12021 \begin_inset Text
12022
12023 \begin_layout Plain Layout
12024 f
12025 \end_layout
12026
12027 \end_inset
12028 </cell>
12029 </row>
12030 <row>
12031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12032 \begin_inset Text
12033
12034 \begin_layout Plain Layout
12035 g
12036 \end_layout
12037
12038 \end_inset
12039 </cell>
12040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12041 \begin_inset Text
12042
12043 \begin_layout Plain Layout
12044 h
12045 \end_layout
12046
12047 \end_inset
12048 </cell>
12049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12050 \begin_inset Text
12051
12052 \begin_layout Plain Layout
12053 i
12054 \end_layout
12055
12056 \end_inset
12057 </cell>
12058 </row>
12059 </lyxtabular>
12060
12061 \end_inset
12062
12063
12064 \end_layout
12065
12066 \end_inset
12067
12068
12069 \end_layout
12070
12071 \begin_layout Standard
12072 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12073  als die zweite ist.
12074  Das liegt daran, dass die Zellenbreite 
12075 \begin_inset Formula $W_{\mathrm{tot}}$
12076 \end_inset
12077
12078  nicht ihre definierte Breite 
12079 \begin_inset Formula $W_{g}$
12080 \end_inset
12081
12082  ist, sondern ein wenig mehr.
12083  Anhang
12084 \begin_inset space ~
12085 \end_inset
12086
12087
12088 \begin_inset CommandInset ref
12089 LatexCommand ref
12090 reference "kap:Exläuterung-einer-Gleichung"
12091
12092 \end_inset
12093
12094  erklärt das genauer.
12095 \end_layout
12096
12097 \begin_layout Standard
12098 Wenn 
12099 \emph on
12100 n
12101 \emph default
12102  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12103  die definierte Breite 
12104 \begin_inset Formula $W_{g\, n}$
12105 \end_inset
12106
12107  einer Spalte, deren totale Breite = 
12108 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12109 \end_inset
12110
12111  sein soll, wie folgt:
12112 \begin_inset Formula \begin{equation}
12113 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12114
12115 \end_inset
12116
12117
12118 \end_layout
12119
12120 \begin_layout Standard
12121 In unserem Falls ist 
12122 \begin_inset Formula $n=2$
12123 \end_inset
12124
12125
12126 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12127 \end_inset
12128
12129 cm, und damit wird aus Gleichung
12130 \begin_inset space ~
12131 \end_inset
12132
12133
12134 \begin_inset CommandInset ref
12135 LatexCommand ref
12136 reference "eq:Wgn"
12137
12138 \end_inset
12139
12140  
12141 \begin_inset Formula \begin{equation}
12142 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12143
12144 \end_inset
12145
12146
12147 \end_layout
12148
12149 \begin_layout Standard
12150 Damit LaTeX rechnen kann, muss das Paket 
12151 \series bold
12152 calc
12153 \series default
12154  im Vorspann geladen werden.
12155 \begin_inset Index
12156 status collapsed
12157
12158 \begin_layout Plain Layout
12159 LaTeX-Pakete ! calc
12160 \end_layout
12161
12162 \end_inset
12163
12164
12165 \end_layout
12166
12167 \begin_layout Standard
12168
12169 \series bold
12170
12171 \backslash
12172 usepackage{calc}
12173 \end_layout
12174
12175 \begin_layout Standard
12176 LyX erlaubt im 
12177 \family sans
12178 Breite
12179 \family default
12180 -Feld des 
12181 \family sans
12182 Tabellen-Einstellungen
12183 \family default
12184 -Dialogs keine Berechnungen.
12185  Deshalb müssen Sie die Formel für die Breite im Feld 
12186 \family sans
12187 LaTe
12188 \begin_inset ERT
12189 status collapsed
12190
12191 \begin_layout Plain Layout
12192
12193 {}
12194 \end_layout
12195
12196 \end_inset
12197
12198 X-Argument
12199 \family default
12200  eingeben.
12201  Hier iss ein Überblick über die Argumente:
12202 \end_layout
12203
12204 \begin_layout Itemize
12205
12206 \series bold
12207 p{Breite}
12208 \series default
12209  die Zelle bekommt eine feste 
12210 \series bold
12211 Breite
12212 \series default
12213 , und die vertikale Ausrichtung ist 
12214 \family sans
12215 Oben
12216 \end_layout
12217
12218 \begin_layout Itemize
12219
12220 \series bold
12221 m{Breite}
12222 \series default
12223  die Zelle bekommt eine feste 
12224 \series bold
12225 Breite
12226 \series default
12227 , und die vertikale Ausrichtung ist 
12228 \family sans
12229 Mitte
12230 \end_layout
12231
12232 \begin_layout Itemize
12233
12234 \series bold
12235 b{Breite}
12236 \series default
12237  die Zelle bekommt eine feste 
12238 \series bold
12239 Breite
12240 \series default
12241 , und die vertikale Ausrichtung ist 
12242 \family sans
12243 Unten
12244 \end_layout
12245
12246 \begin_layout Standard
12247 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12248  für diese Zelle überschrieben.
12249 \end_layout
12250
12251 \begin_layout Standard
12252 \begin_inset Note Greyedout
12253 status open
12254
12255 \begin_layout Plain Layout
12256
12257 \series bold
12258 Bemerkung:
12259 \series default
12260  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12261  angezeigt.
12262 \end_layout
12263
12264 \end_inset
12265
12266
12267 \end_layout
12268
12269 \begin_layout Standard
12270 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12271  der Zelle mit dem Inhalt 
12272 \begin_inset Quotes gld
12273 \end_inset
12274
12275 d
12276 \begin_inset Quotes grd
12277 \end_inset
12278
12279  der Tabelle
12280 \begin_inset space ~
12281 \end_inset
12282
12283
12284 \begin_inset CommandInset ref
12285 LatexCommand ref
12286 reference "tab:Table-with-centered"
12287
12288 \end_inset
12289
12290  auch noch der Befehl
12291 \family typewriter
12292 \series bold
12293  
12294 \family default
12295
12296 \backslash
12297 centering
12298 \series default
12299  hinzugefügt.
12300  Das Ganze sieht dann so aus:
12301 \end_layout
12302
12303 \begin_layout Standard
12304
12305 \series bold
12306 |>{
12307 \backslash
12308 centering}m{1.25cm-6.2pt}
12309 \end_layout
12310
12311 \begin_layout Standard
12312 Der vertikale Strich 
12313 \series bold
12314
12315 \begin_inset Quotes gld
12316 \end_inset
12317
12318 |
12319 \series default
12320
12321 \begin_inset Quotes grd
12322 \end_inset
12323
12324  am Anfang zeichnet die linke Linie, und der Befehl 
12325 \series bold
12326
12327 \begin_inset Quotes gld
12328 \end_inset
12329
12330 >{ }
12331 \begin_inset Quotes grd
12332 \end_inset
12333
12334
12335 \series default
12336  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12337  der Zelle benutzt werden sollen.
12338 \end_layout
12339
12340 \begin_layout Standard
12341 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12342  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12343  für einzelne Spalten anwendet.
12344  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12345  werden:
12346 \end_layout
12347
12348 \begin_layout Standard
12349
12350 \series bold
12351 |>{
12352 \backslash
12353 centering}m{2.5cm}|
12354 \end_layout
12355
12356 \begin_layout Subsection
12357 Mehrfachzeilen
12358 \begin_inset CommandInset label
12359 LatexCommand label
12360 name "uab:Mehrfachzeilen"
12361
12362 \end_inset
12363
12364
12365 \begin_inset Index
12366 status collapsed
12367
12368 \begin_layout Plain Layout
12369 Mehrfachzeilen
12370 \end_layout
12371
12372 \end_inset
12373
12374
12375 \begin_inset Index
12376 status collapsed
12377
12378 \begin_layout Plain Layout
12379 Tabellen ! Mehrfachzeilen
12380 \end_layout
12381
12382 \end_inset
12383
12384
12385 \end_layout
12386
12387 \begin_layout Standard
12388 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12389  unterstützt, sodass etwas TeX-Code notwendig ist.
12390  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12391 \series bold
12392 multirow
12393 \series default
12394
12395 \begin_inset Index
12396 status collapsed
12397
12398 \begin_layout Plain Layout
12399 LaTeX-Pakete ! multirow
12400 \end_layout
12401
12402 \end_inset
12403
12404  im Vorspann geladen werden:
12405 \end_layout
12406
12407 \begin_layout Standard
12408
12409 \series bold
12410
12411 \backslash
12412 usepackage{multirow}
12413 \end_layout
12414
12415 \begin_layout Standard
12416 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12417 \end_layout
12418
12419 \begin_layout Standard
12420
12421 \series bold
12422
12423 \backslash
12424 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12425 \end_layout
12426
12427 \begin_layout Standard
12428 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
12429  Mehrfachspalte definiert und die obere Linie entfernt.
12430 \end_layout
12431
12432 \begin_layout Standard
12433 \align center
12434 \begin_inset ERT
12435 status collapsed
12436
12437 \begin_layout Plain Layout
12438
12439
12440 \backslash
12441 renewcommand{
12442 \backslash
12443 multirowsetup}{
12444 \backslash
12445 centering}
12446 \end_layout
12447
12448 \end_inset
12449
12450
12451 \begin_inset Tabular
12452 <lyxtabular version="3" rows="3" columns="3">
12453 <features>
12454 <column alignment="center" valignment="top" width="0">
12455 <column alignment="center" valignment="top" width="0">
12456 <column alignment="center" valignment="top" width="0">
12457 <row>
12458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12459 \begin_inset Text
12460
12461 \begin_layout Plain Layout
12462 a
12463 \end_layout
12464
12465 \end_inset
12466 </cell>
12467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12468 \begin_inset Text
12469
12470 \begin_layout Plain Layout
12471 b
12472 \end_layout
12473
12474 \end_inset
12475 </cell>
12476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12477 \begin_inset Text
12478
12479 \begin_layout Plain Layout
12480 c
12481 \end_layout
12482
12483 \end_inset
12484 </cell>
12485 </row>
12486 <row>
12487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12488 \begin_inset Text
12489
12490 \begin_layout Plain Layout
12491 \begin_inset ERT
12492 status collapsed
12493
12494 \begin_layout Plain Layout
12495
12496
12497 \backslash
12498 multirow{2}{2.5cm}{
12499 \end_layout
12500
12501 \end_inset
12502
12503 Mehrfach\SpecialChar \-
12504 zeilen-Text
12505 \begin_inset ERT
12506 status collapsed
12507
12508 \begin_layout Plain Layout
12509
12510 }
12511 \end_layout
12512
12513 \end_inset
12514
12515
12516 \end_layout
12517
12518 \end_inset
12519 </cell>
12520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12521 \begin_inset Text
12522
12523 \begin_layout Plain Layout
12524 e
12525 \end_layout
12526
12527 \end_inset
12528 </cell>
12529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12530 \begin_inset Text
12531
12532 \begin_layout Plain Layout
12533 f
12534 \end_layout
12535
12536 \end_inset
12537 </cell>
12538 </row>
12539 <row>
12540 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12541 \begin_inset Text
12542
12543 \begin_layout Plain Layout
12544
12545 \end_layout
12546
12547 \end_inset
12548 </cell>
12549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12550 \begin_inset Text
12551
12552 \begin_layout Plain Layout
12553 h
12554 \end_layout
12555
12556 \end_inset
12557 </cell>
12558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12559 \begin_inset Text
12560
12561 \begin_layout Plain Layout
12562 i
12563 \end_layout
12564
12565 \end_inset
12566 </cell>
12567 </row>
12568 </lyxtabular>
12569
12570 \end_inset
12571
12572
12573 \begin_inset ERT
12574 status collapsed
12575
12576 \begin_layout Plain Layout
12577
12578
12579 \backslash
12580 renewcommand{
12581 \backslash
12582 multirowsetup}{
12583 \backslash
12584 raggedright}
12585 \end_layout
12586
12587 \end_inset
12588
12589
12590 \end_layout
12591
12592 \begin_layout Standard
12593 In der Zelle darüber wurde dann mit dem Befehl
12594 \end_layout
12595
12596 \begin_layout Standard
12597
12598 \series bold
12599
12600 \backslash
12601 multirow{2}{2.5cm}{
12602 \end_layout
12603
12604 \begin_layout Standard
12605 als TeX-Code die Mehrfachzeile definiert.
12606  Sie besteht aus zwei Zeilen und einer Breite von 2.5
12607 \begin_inset space \thinspace{}
12608 \end_inset
12609
12610 cm.
12611  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12612  mit der Klammer 
12613 \begin_inset Quotes gld
12614 \end_inset
12615
12616
12617 \series bold
12618 }
12619 \series default
12620
12621 \begin_inset Quotes grd
12622 \end_inset
12623
12624  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12625 \end_layout
12626
12627 \begin_layout Standard
12628
12629 \series bold
12630
12631 \backslash
12632 multirow
12633 \series default
12634  richtet seinen Inhalt standardmäßig linksbündig aus.
12635  Das wurde mit dem Befehl
12636 \end_layout
12637
12638 \begin_layout Standard
12639
12640 \series bold
12641
12642 \backslash
12643 renewcommand{
12644 \backslash
12645 multirowsetup}{
12646 \backslash
12647 centering}
12648 \end_layout
12649
12650 \begin_layout Standard
12651 als TeX-Code  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12652 \end_layout
12653
12654 \begin_layout Standard
12655
12656 \series bold
12657
12658 \backslash
12659 renewcommand{
12660 \backslash
12661 multirowsetup}{
12662 \backslash
12663 raggedright}
12664 \end_layout
12665
12666 \begin_layout Standard
12667 zurückgesetzt.
12668  Für rechtsbündigen Text benutzt man 
12669 \series bold
12670
12671 \backslash
12672 raggedleft
12673 \series default
12674 .
12675 \end_layout
12676
12677 \begin_layout Section
12678 Formale Tabellen
12679 \begin_inset CommandInset label
12680 LatexCommand label
12681 name "abs:Formale-Tabellen"
12682
12683 \end_inset
12684
12685
12686 \begin_inset Index
12687 status collapsed
12688
12689 \begin_layout Plain Layout
12690 Tabellen ! Formale
12691 \end_layout
12692
12693 \end_inset
12694
12695
12696 \end_layout
12697
12698 \begin_layout Standard
12699 Tabellen werden in Büchern oft wie Tabelle
12700 \begin_inset space ~
12701 \end_inset
12702
12703
12704 \begin_inset CommandInset ref
12705 LatexCommand ref
12706 reference "tab:Formale-Tabelle"
12707
12708 \end_inset
12709
12710  gesetzt.
12711  Diese Tabellen werden
12712 \emph on
12713  formal
12714 \emph default
12715  genannt.
12716  Formale Tabellen bekommen Sie, wenn Sie im 
12717 \family sans
12718 Tabellen-Einstellungen
12719 \family default
12720 -Dialog auf der Karteikarte 
12721 \family sans
12722 Rahmen
12723 \family default
12724  den 
12725 \family sans
12726 Stil
12727 \family default
12728  
12729 \family sans
12730 Formal
12731 \family default
12732  ankreuzen.
12733 \end_layout
12734
12735 \begin_layout Standard
12736 \begin_inset Float table
12737 placement h
12738 wide false
12739 sideways false
12740 status open
12741
12742 \begin_layout Plain Layout
12743 \begin_inset Caption
12744
12745 \begin_layout Plain Layout
12746 \begin_inset CommandInset label
12747 LatexCommand label
12748 name "tab:Formale-Tabelle"
12749
12750 \end_inset
12751
12752 Formale Tabelle
12753 \end_layout
12754
12755 \end_inset
12756
12757
12758 \end_layout
12759
12760 \begin_layout Plain Layout
12761 \align center
12762 \begin_inset Tabular
12763 <lyxtabular version="3" rows="8" columns="4">
12764 <features booktabs="true">
12765 <column alignment="center" valignment="top" width="0">
12766 <column alignment="right" valignment="top" width="0">
12767 <column alignment="right" valignment="top" width="0">
12768 <column alignment="right" valignment="top" width="0">
12769 <row>
12770 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12771 \begin_inset Text
12772
12773 \begin_layout Plain Layout
12774 System
12775 \end_layout
12776
12777 \end_inset
12778 </cell>
12779 <cell alignment="center" valignment="top" topline="true" usebox="none">
12780 \begin_inset Text
12781
12782 \begin_layout Plain Layout
12783 Medipix
12784 \begin_inset space \thinspace{}
12785 \end_inset
12786
12787 1
12788 \end_layout
12789
12790 \end_inset
12791 </cell>
12792 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12793 \begin_inset Text
12794
12795 \begin_layout Plain Layout
12796 Medipix
12797 \begin_inset space \thinspace{}
12798 \end_inset
12799
12800 2
12801 \end_layout
12802
12803 \end_inset
12804 </cell>
12805 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12806 \begin_inset Text
12807
12808 \begin_layout Plain Layout
12809
12810 \end_layout
12811
12812 \end_inset
12813 </cell>
12814 </row>
12815 <row>
12816 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12817 \begin_inset Text
12818
12819 \begin_layout Plain Layout
12820 \begin_inset ERT
12821 status collapsed
12822
12823 \begin_layout Plain Layout
12824
12825
12826 \backslash
12827 cmidrule(r){2-2}
12828 \end_layout
12829
12830 \end_inset
12831
12832
12833 \begin_inset ERT
12834 status collapsed
12835
12836 \begin_layout Plain Layout
12837
12838
12839 \backslash
12840 cmidrule(l){3-4}
12841 \end_layout
12842
12843 \end_inset
12844
12845 Detektordicke [µm]
12846 \end_layout
12847
12848 \end_inset
12849 </cell>
12850 <cell alignment="center" valignment="top" usebox="none">
12851 \begin_inset Text
12852
12853 \begin_layout Plain Layout
12854 300
12855 \end_layout
12856
12857 \end_inset
12858 </cell>
12859 <cell alignment="center" valignment="top" usebox="none">
12860 \begin_inset Text
12861
12862 \begin_layout Plain Layout
12863 300
12864 \end_layout
12865
12866 \end_inset
12867 </cell>
12868 <cell alignment="center" valignment="top" usebox="none">
12869 \begin_inset Text
12870
12871 \begin_layout Plain Layout
12872 700
12873 \end_layout
12874
12875 \end_inset
12876 </cell>
12877 </row>
12878 <row>
12879 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12880 \begin_inset Text
12881
12882 \begin_layout Plain Layout
12883 Kantenwinkel [°]
12884 \end_layout
12885
12886 \end_inset
12887 </cell>
12888 <cell alignment="center" valignment="top" topline="true" usebox="none">
12889 \begin_inset Text
12890
12891 \begin_layout Plain Layout
12892 3.55
12893 \end_layout
12894
12895 \end_inset
12896 </cell>
12897 <cell alignment="center" valignment="top" topline="true" usebox="none">
12898 \begin_inset Text
12899
12900 \begin_layout Plain Layout
12901 2.71
12902 \end_layout
12903
12904 \end_inset
12905 </cell>
12906 <cell alignment="center" valignment="top" topline="true" usebox="none">
12907 \begin_inset Text
12908
12909 \begin_layout Plain Layout
12910 7.99
12911 \end_layout
12912
12913 \end_inset
12914 </cell>
12915 </row>
12916 <row topspace="default">
12917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12918 \begin_inset Text
12919
12920 \begin_layout Plain Layout
12921 räumliche Auf\SpecialChar \textcompwordmark{}
12922 lösung [µm]
12923 \end_layout
12924
12925 \end_inset
12926 </cell>
12927 <cell alignment="center" valignment="top" usebox="none">
12928 \begin_inset Text
12929
12930 \begin_layout Plain Layout
12931 4.26
12932 \end_layout
12933
12934 \end_inset
12935 </cell>
12936 <cell alignment="center" valignment="top" usebox="none">
12937 \begin_inset Text
12938
12939 \begin_layout Plain Layout
12940 10.17
12941 \end_layout
12942
12943 \end_inset
12944 </cell>
12945 <cell alignment="center" valignment="top" usebox="none">
12946 \begin_inset Text
12947
12948 \begin_layout Plain Layout
12949 10.56
12950 \end_layout
12951
12952 \end_inset
12953 </cell>
12954 </row>
12955 <row topspace="default">
12956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12957 \begin_inset Text
12958
12959 \begin_layout Plain Layout
12960 MTF bei 
12961 \begin_inset Formula $f_{\mathrm{max}}$
12962 \end_inset
12963
12964
12965 \end_layout
12966
12967 \end_inset
12968 </cell>
12969 <cell alignment="center" valignment="top" usebox="none">
12970 \begin_inset Text
12971
12972 \begin_layout Plain Layout
12973 0.53
12974 \end_layout
12975
12976 \end_inset
12977 </cell>
12978 <cell alignment="center" valignment="top" usebox="none">
12979 \begin_inset Text
12980
12981 \begin_layout Plain Layout
12982 0.37
12983 \end_layout
12984
12985 \end_inset
12986 </cell>
12987 <cell alignment="center" valignment="top" usebox="none">
12988 \begin_inset Text
12989
12990 \begin_layout Plain Layout
12991 0.39
12992 \end_layout
12993
12994 \end_inset
12995 </cell>
12996 </row>
12997 <row topspace="default">
12998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12999 \begin_inset Text
13000
13001 \begin_layout Plain Layout
13002 \begin_inset ERT
13003 status collapsed
13004
13005 \begin_layout Plain Layout
13006
13007
13008 \backslash
13009 cmidrule(l{10pt}){1-1}
13010 \end_layout
13011
13012 \end_inset
13013
13014 LSF räumliche Auf\SpecialChar \textcompwordmark{}
13015 lösung
13016 \end_layout
13017
13018 \end_inset
13019 </cell>
13020 <cell alignment="center" valignment="top" usebox="none">
13021 \begin_inset Text
13022
13023 \begin_layout Plain Layout
13024
13025 \end_layout
13026
13027 \end_inset
13028 </cell>
13029 <cell alignment="center" valignment="top" usebox="none">
13030 \begin_inset Text
13031
13032 \begin_layout Plain Layout
13033
13034 \end_layout
13035
13036 \end_inset
13037 </cell>
13038 <cell alignment="center" valignment="top" usebox="none">
13039 \begin_inset Text
13040
13041 \begin_layout Plain Layout
13042
13043 \end_layout
13044
13045 \end_inset
13046 </cell>
13047 </row>
13048 <row>
13049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13050 \begin_inset Text
13051
13052 \begin_layout Plain Layout
13053 in µm
13054 \end_layout
13055
13056 \end_inset
13057 </cell>
13058 <cell alignment="center" valignment="top" usebox="none">
13059 \begin_inset Text
13060
13061 \begin_layout Plain Layout
13062 129.7
13063 \end_layout
13064
13065 \end_inset
13066 </cell>
13067 <cell alignment="center" valignment="top" usebox="none">
13068 \begin_inset Text
13069
13070 \begin_layout Plain Layout
13071 52.75
13072 \end_layout
13073
13074 \end_inset
13075 </cell>
13076 <cell alignment="center" valignment="top" usebox="none">
13077 \begin_inset Text
13078
13079 \begin_layout Plain Layout
13080 50.78
13081 \end_layout
13082
13083 \end_inset
13084 </cell>
13085 </row>
13086 <row>
13087 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13088 \begin_inset Text
13089
13090 \begin_layout Plain Layout
13091 in % der Pixelgröße
13092 \end_layout
13093
13094 \end_inset
13095 </cell>
13096 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13097 \begin_inset Text
13098
13099 \begin_layout Plain Layout
13100 76.3
13101 \end_layout
13102
13103 \end_inset
13104 </cell>
13105 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13106 \begin_inset Text
13107
13108 \begin_layout Plain Layout
13109 95.9
13110 \end_layout
13111
13112 \end_inset
13113 </cell>
13114 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13115 \begin_inset Text
13116
13117 \begin_layout Plain Layout
13118 92.3
13119 \end_layout
13120
13121 \end_inset
13122 </cell>
13123 </row>
13124 </lyxtabular>
13125
13126 \end_inset
13127
13128
13129 \end_layout
13130
13131 \end_inset
13132
13133
13134 \end_layout
13135
13136 \begin_layout Standard
13137 Abstände zu Tabellenzeilen können auf der Karteikarte 
13138 \family sans
13139 Rahmen
13140 \family default
13141  des 
13142 \family sans
13143 Tabellen-Ein\SpecialChar \-
13144 stel\SpecialChar \-
13145 lun\SpecialChar \-
13146 gen
13147 \family default
13148 -Dialogs hinzugefügt werden, wie in Abschnitt
13149 \begin_inset space ~
13150 \end_inset
13151
13152
13153 \begin_inset CommandInset ref
13154 LatexCommand ref
13155 reference "uab:Zeilenabstand"
13156
13157 \end_inset
13158
13159  beschrieben.
13160 \end_layout
13161
13162 \begin_layout Standard
13163 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13164  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13165  gedruckt aber anders aus.
13166  Die erste und letzte Linie ist 0.08
13167 \begin_inset space \thinspace{}
13168 \end_inset
13169
13170 em dick, während die anderen 0.05
13171 \begin_inset space \thinspace{}
13172 \end_inset
13173
13174 em dick sind.
13175 \end_layout
13176
13177 \begin_layout Standard
13178 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13179 \end_layout
13180
13181 \begin_layout Standard
13182
13183 \series bold
13184
13185 \backslash
13186 let
13187 \backslash
13188 mytoprule
13189 \backslash
13190 toprule
13191 \begin_inset Newline newline
13192 \end_inset
13193
13194
13195 \backslash
13196 renewcommand{
13197 \backslash
13198 toprule}{
13199 \backslash
13200 mytoprule[Breite]}
13201 \end_layout
13202
13203 \begin_layout Standard
13204 Dies Beispiel gilt für die oberste Linie, genannt 
13205 \series bold
13206 toprule
13207 \series default
13208 .
13209  Für die letzte müssen Sie 
13210 \series bold
13211 toprule
13212 \series default
13213  durch 
13214 \series bold
13215 bottomrule
13216 \series default
13217  ersetzen.
13218  Die Linien dazwischen heißen 
13219 \series bold
13220 midrule
13221 \series default
13222 .
13223  Für 
13224 \family sans
13225 Breite
13226 \family default
13227  können Sie alle Einheiten benutzen, die in Anhang
13228 \begin_inset space ~
13229 \end_inset
13230
13231
13232 \begin_inset CommandInset ref
13233 LatexCommand ref
13234 reference "kap:In-LyX-verfügbare"
13235
13236 \end_inset
13237
13238  aufgelistet sind.
13239 \end_layout
13240
13241 \begin_layout Standard
13242 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13243  eine Linie unter einer Mehrfachspalte.
13244  LyX wird intern den Befehl 
13245 \series bold
13246
13247 \backslash
13248 cmidrule
13249 \series default
13250  benutzen, um diese Linie zu drucken.
13251  Der ganze Befehl sieht so aus:
13252 \end_layout
13253
13254 \begin_layout Standard
13255
13256 \series bold
13257
13258 \backslash
13259 cmidrule[width](trim){Anfangsspalte-Endspalte}
13260 \end_layout
13261
13262 \begin_layout Standard
13263 Die 
13264 \series bold
13265
13266 \backslash
13267 cmidrule
13268 \series default
13269 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13270  benutzen.
13271  
13272 \series bold
13273
13274 \backslash
13275 cmidrule
13276 \series default
13277  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13278  erste Zelle einer Zeile einfügt.
13279  Die Linie wird dann über der Zeile gedruckt.
13280 \end_layout
13281
13282 \begin_layout Standard
13283 Der Standardwert ist 0.03
13284 \begin_inset space \thinspace{}
13285 \end_inset
13286
13287 em.
13288  Die Linie reicht von 
13289 \family typewriter
13290 Anfangsspalte
13291 \family default
13292  bis 
13293 \family typewriter
13294 End\SpecialChar \-
13295 spal\SpecialChar \-
13296 te
13297 \family default
13298 .
13299  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13300   Der optionale Parameter 
13301 \family typewriter
13302 trim
13303 \family default
13304  kann die Werte 
13305 \emph on
13306 r
13307 \emph default
13308
13309 \emph on
13310 r{Breite}
13311 \emph default
13312
13313 \emph on
13314 l
13315 \family typewriter
13316 \emph default
13317  
13318 \family default
13319 oder 
13320 \emph on
13321 l{Breite}
13322 \emph default
13323  annehmen, wobei die 
13324 \family sans
13325 Breite
13326 \family default
13327  optional ist.
13328  
13329 \emph on
13330 l{2pt}
13331 \emph default
13332  zum Beispiel bedeutet, dass die Linie links um 2
13333 \begin_inset space \thinspace{}
13334 \end_inset
13335
13336 pt gekürzt wird.
13337  Ohne Breitenangabe werden die Linien um 0.5
13338 \begin_inset space \thinspace{}
13339 \end_inset
13340
13341 em gekürzt.
13342 \end_layout
13343
13344 \begin_layout Standard
13345 \begin_inset VSpace bigskip
13346 \end_inset
13347
13348 In Tabelle
13349 \begin_inset space ~
13350 \end_inset
13351
13352
13353 \begin_inset CommandInset ref
13354 LatexCommand ref
13355 reference "tab:Formale-Tabelle"
13356
13357 \end_inset
13358
13359  wurden die Befehle
13360 \end_layout
13361
13362 \begin_layout Standard
13363
13364 \series bold
13365
13366 \backslash
13367 cmidrule(r){2-2}
13368 \backslash
13369 cmidrule(l){3-4}
13370 \end_layout
13371
13372 \begin_layout Standard
13373 am Anfang der zweiten Zeile und
13374 \end_layout
13375
13376 \begin_layout Standard
13377
13378 \series bold
13379
13380 \backslash
13381 cmidrule(l{10pt}){1-1}
13382 \end_layout
13383
13384 \begin_layout Standard
13385 in der sechsten benutzt.
13386 \end_layout
13387
13388 \begin_layout Standard
13389 \begin_inset VSpace bigskip
13390 \end_inset
13391
13392
13393 \end_layout
13394
13395 \begin_layout Standard
13396 Sie können mit 
13397 \series bold
13398
13399 \backslash
13400 cmidrule
13401 \series default
13402  auch überlappende Linien wie in Tabelle
13403 \begin_inset space ~
13404 \end_inset
13405
13406
13407 \begin_inset CommandInset ref
13408 LatexCommand ref
13409 reference "tab:Special-booktabs-table"
13410
13411 \end_inset
13412
13413  definieren.
13414  Der Befehl ist:
13415 \end_layout
13416
13417 \begin_layout Standard
13418
13419 \series bold
13420
13421 \backslash
13422 morecmidrules
13423 \end_layout
13424
13425 \begin_layout Standard
13426 In Zeile zwei der Tabelle
13427 \begin_inset space ~
13428 \end_inset
13429
13430
13431 \begin_inset CommandInset ref
13432 LatexCommand ref
13433 reference "tab:Special-booktabs-table"
13434
13435 \end_inset
13436
13437  wurde folgender Befehl benutzt:
13438 \end_layout
13439
13440 \begin_layout Standard
13441
13442 \series bold
13443
13444 \backslash
13445 cmidrule(r){2-2}
13446 \backslash
13447 cmidrule(l){3-4}
13448 \backslash
13449 morecmidrules
13450 \begin_inset Newline newline
13451 \end_inset
13452
13453
13454 \backslash
13455 cmidrule{2-4}
13456 \end_layout
13457
13458 \begin_layout Standard
13459 und in Zeile sechs:
13460 \end_layout
13461
13462 \begin_layout Standard
13463
13464 \series bold
13465
13466 \backslash
13467 midrule
13468 \backslash
13469 morecmidrules
13470 \backslash
13471 cmidrule{3-4}
13472 \end_layout
13473
13474 \begin_layout Standard
13475 \begin_inset VSpace bigskip
13476 \end_inset
13477
13478
13479 \end_layout
13480
13481 \begin_layout Standard
13482 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13483  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13484 \end_layout
13485
13486 \begin_layout Standard
13487
13488 \series bold
13489
13490 \backslash
13491 specialrule{Dicke}{Abstand davor}{Abstand danach}
13492 \end_layout
13493
13494 \begin_layout Standard
13495 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13496 \series bold
13497 booktabs
13498 \series default
13499  
13500 \begin_inset CommandInset citation
13501 LatexCommand cite
13502 key "booktabs"
13503
13504 \end_inset
13505
13506 .
13507 \begin_inset Index
13508 status collapsed
13509
13510 \begin_layout Plain Layout
13511 LaTeX-Pakete ! booktabs
13512 \end_layout
13513
13514 \end_inset
13515
13516
13517 \end_layout
13518
13519 \begin_layout Standard
13520 \begin_inset Float table
13521 placement h
13522 wide false
13523 sideways false
13524 status open
13525
13526 \begin_layout Plain Layout
13527 \begin_inset Caption
13528
13529 \begin_layout Plain Layout
13530 \begin_inset CommandInset label
13531 LatexCommand label
13532 name "tab:Special-booktabs-table"
13533
13534 \end_inset
13535
13536 Eine spezielle formale Tabelle
13537 \end_layout
13538
13539 \end_inset
13540
13541
13542 \end_layout
13543
13544 \begin_layout Plain Layout
13545 \align center
13546 \begin_inset Tabular
13547 <lyxtabular version="3" rows="8" columns="4">
13548 <features booktabs="true">
13549 <column alignment="center" valignment="top" width="0">
13550 <column alignment="center" valignment="top" width="0">
13551 <column alignment="right" valignment="top" width="0">
13552 <column alignment="right" valignment="top" width="0">
13553 <row>
13554 <cell alignment="center" valignment="top" topline="true" usebox="none">
13555 \begin_inset Text
13556
13557 \begin_layout Plain Layout
13558 System
13559 \end_layout
13560
13561 \end_inset
13562 </cell>
13563 <cell alignment="center" valignment="top" topline="true" usebox="none">
13564 \begin_inset Text
13565
13566 \begin_layout Plain Layout
13567 Medipix
13568 \begin_inset space \thinspace{}
13569 \end_inset
13570
13571 1
13572 \end_layout
13573
13574 \end_inset
13575 </cell>
13576 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13577 \begin_inset Text
13578
13579 \begin_layout Plain Layout
13580 Medipix
13581 \begin_inset space \thinspace{}
13582 \end_inset
13583
13584 2
13585 \end_layout
13586
13587 \end_inset
13588 </cell>
13589 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13590 \begin_inset Text
13591
13592 \begin_layout Plain Layout
13593
13594 \end_layout
13595
13596 \end_inset
13597 </cell>
13598 </row>
13599 <row>
13600 <cell alignment="center" valignment="top" usebox="none">
13601 \begin_inset Text
13602
13603 \begin_layout Plain Layout
13604 \begin_inset ERT
13605 status collapsed
13606
13607 \begin_layout Plain Layout
13608
13609
13610 \backslash
13611 cmidrule(r){2-2}
13612 \end_layout
13613
13614 \end_inset
13615
13616
13617 \begin_inset ERT
13618 status collapsed
13619
13620 \begin_layout Plain Layout
13621
13622
13623 \backslash
13624 cmidrule(l){3-4}
13625 \end_layout
13626
13627 \end_inset
13628
13629
13630 \begin_inset ERT
13631 status collapsed
13632
13633 \begin_layout Plain Layout
13634
13635
13636 \backslash
13637 morecmidrules 
13638 \end_layout
13639
13640 \end_inset
13641
13642
13643 \begin_inset ERT
13644 status collapsed
13645
13646 \begin_layout Plain Layout
13647
13648
13649 \backslash
13650 cmidrule{2-4}
13651 \end_layout
13652
13653 \end_inset
13654
13655 Detektordicke  [µm]
13656 \end_layout
13657
13658 \end_inset
13659 </cell>
13660 <cell alignment="center" valignment="top" usebox="none">
13661 \begin_inset Text
13662
13663 \begin_layout Plain Layout
13664 300
13665 \end_layout
13666
13667 \end_inset
13668 </cell>
13669 <cell alignment="center" valignment="top" usebox="none">
13670 \begin_inset Text
13671
13672 \begin_layout Plain Layout
13673 300
13674 \end_layout
13675
13676 \end_inset
13677 </cell>
13678 <cell alignment="center" valignment="top" usebox="none">
13679 \begin_inset Text
13680
13681 \begin_layout Plain Layout
13682 700
13683 \end_layout
13684
13685 \end_inset
13686 </cell>
13687 </row>
13688 <row>
13689 <cell alignment="center" valignment="top" topline="true" usebox="none">
13690 \begin_inset Text
13691
13692 \begin_layout Plain Layout
13693 Kantenwinkel [°]
13694 \end_layout
13695
13696 \end_inset
13697 </cell>
13698 <cell alignment="center" valignment="top" topline="true" usebox="none">
13699 \begin_inset Text
13700
13701 \begin_layout Plain Layout
13702 3,55
13703 \end_layout
13704
13705 \end_inset
13706 </cell>
13707 <cell alignment="center" valignment="top" topline="true" usebox="none">
13708 \begin_inset Text
13709
13710 \begin_layout Plain Layout
13711 2,71
13712 \end_layout
13713
13714 \end_inset
13715 </cell>
13716 <cell alignment="center" valignment="top" topline="true" usebox="none">
13717 \begin_inset Text
13718
13719 \begin_layout Plain Layout
13720 7,99
13721 \end_layout
13722
13723 \end_inset
13724 </cell>
13725 </row>
13726 <row topspace="default">
13727 <cell alignment="center" valignment="top" usebox="none">
13728 \begin_inset Text
13729
13730 \begin_layout Plain Layout
13731 räumliche Auf\SpecialChar \textcompwordmark{}
13732 lösung [µm]
13733 \end_layout
13734
13735 \end_inset
13736 </cell>
13737 <cell alignment="center" valignment="top" usebox="none">
13738 \begin_inset Text
13739
13740 \begin_layout Plain Layout
13741 4,26
13742 \end_layout
13743
13744 \end_inset
13745 </cell>
13746 <cell alignment="center" valignment="top" usebox="none">
13747 \begin_inset Text
13748
13749 \begin_layout Plain Layout
13750 10,17
13751 \end_layout
13752
13753 \end_inset
13754 </cell>
13755 <cell alignment="center" valignment="top" usebox="none">
13756 \begin_inset Text
13757
13758 \begin_layout Plain Layout
13759 10,56
13760 \end_layout
13761
13762 \end_inset
13763 </cell>
13764 </row>
13765 <row topspace="default">
13766 <cell alignment="center" valignment="top" usebox="none">
13767 \begin_inset Text
13768
13769 \begin_layout Plain Layout
13770 MTF bei 
13771 \begin_inset Formula $f_{\mathrm{max}}$
13772 \end_inset
13773
13774
13775 \end_layout
13776
13777 \end_inset
13778 </cell>
13779 <cell alignment="center" valignment="top" usebox="none">
13780 \begin_inset Text
13781
13782 \begin_layout Plain Layout
13783 0,53
13784 \end_layout
13785
13786 \end_inset
13787 </cell>
13788 <cell alignment="center" valignment="top" usebox="none">
13789 \begin_inset Text
13790
13791 \begin_layout Plain Layout
13792 0,37
13793 \end_layout
13794
13795 \end_inset
13796 </cell>
13797 <cell alignment="center" valignment="top" usebox="none">
13798 \begin_inset Text
13799
13800 \begin_layout Plain Layout
13801 0,39
13802 \end_layout
13803
13804 \end_inset
13805 </cell>
13806 </row>
13807 <row>
13808 <cell alignment="center" valignment="top" topline="true" usebox="none">
13809 \begin_inset Text
13810
13811 \begin_layout Plain Layout
13812 \begin_inset ERT
13813 status collapsed
13814
13815 \begin_layout Plain Layout
13816
13817
13818 \backslash
13819 morecmidrules 
13820 \end_layout
13821
13822 \end_inset
13823
13824
13825 \begin_inset ERT
13826 status collapsed
13827
13828 \begin_layout Plain Layout
13829
13830
13831 \backslash
13832 cmidrule{3-4}
13833 \end_layout
13834
13835 \end_inset
13836
13837 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
13838 lösung
13839 \end_layout
13840
13841 \end_inset
13842 </cell>
13843 <cell alignment="center" valignment="top" topline="true" usebox="none">
13844 \begin_inset Text
13845
13846 \begin_layout Plain Layout
13847
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 <cell alignment="center" valignment="top" topline="true" usebox="none">
13853 \begin_inset Text
13854
13855 \begin_layout Plain Layout
13856
13857 \end_layout
13858
13859 \end_inset
13860 </cell>
13861 <cell alignment="center" valignment="top" topline="true" usebox="none">
13862 \begin_inset Text
13863
13864 \begin_layout Plain Layout
13865
13866 \end_layout
13867
13868 \end_inset
13869 </cell>
13870 </row>
13871 <row>
13872 <cell alignment="center" valignment="top" usebox="none">
13873 \begin_inset Text
13874
13875 \begin_layout Plain Layout
13876 in µm
13877 \end_layout
13878
13879 \end_inset
13880 </cell>
13881 <cell alignment="center" valignment="top" usebox="none">
13882 \begin_inset Text
13883
13884 \begin_layout Plain Layout
13885 129,7
13886 \end_layout
13887
13888 \end_inset
13889 </cell>
13890 <cell alignment="center" valignment="top" usebox="none">
13891 \begin_inset Text
13892
13893 \begin_layout Plain Layout
13894 52,75
13895 \end_layout
13896
13897 \end_inset
13898 </cell>
13899 <cell alignment="center" valignment="top" usebox="none">
13900 \begin_inset Text
13901
13902 \begin_layout Plain Layout
13903 50,78
13904 \end_layout
13905
13906 \end_inset
13907 </cell>
13908 </row>
13909 <row>
13910 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13911 \begin_inset Text
13912
13913 \begin_layout Plain Layout
13914 in % der Pixelgröße
13915 \end_layout
13916
13917 \end_inset
13918 </cell>
13919 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13920 \begin_inset Text
13921
13922 \begin_layout Plain Layout
13923 76,3
13924 \end_layout
13925
13926 \end_inset
13927 </cell>
13928 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13929 \begin_inset Text
13930
13931 \begin_layout Plain Layout
13932 95,9
13933 \end_layout
13934
13935 \end_inset
13936 </cell>
13937 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13938 \begin_inset Text
13939
13940 \begin_layout Plain Layout
13941 92,3
13942 \end_layout
13943
13944 \end_inset
13945 </cell>
13946 </row>
13947 </lyxtabular>
13948
13949 \end_inset
13950
13951
13952 \end_layout
13953
13954 \end_inset
13955
13956
13957 \end_layout
13958
13959 \begin_layout Section
13960 Vertikale Tabellen-Ausrichtung
13961 \begin_inset Index
13962 status collapsed
13963
13964 \begin_layout Plain Layout
13965 Tabellen ! Ausrichtung
13966 \end_layout
13967
13968 \end_inset
13969
13970
13971 \end_layout
13972
13973 \begin_layout Standard
13974 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
13975  einer Box sein.
13976  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
13977 \begin_inset space ~
13978 \end_inset
13979
13980
13981 \begin_inset CommandInset ref
13982 LatexCommand ref
13983 reference "abs:Box-Dialog"
13984
13985 \end_inset
13986
13987  beschrieben.
13988 \end_layout
13989
13990 \begin_layout Standard
13991 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
13992 \begin_inset Foot
13993 status collapsed
13994
13995 \begin_layout Plain Layout
13996 Minipages werden in Abschnitt
13997 \begin_inset space ~
13998 \end_inset
13999
14000
14001 \begin_inset CommandInset ref
14002 LatexCommand ref
14003 reference "abs:Minipage"
14004
14005 \end_inset
14006
14007  beschrieben.
14008 \end_layout
14009
14010 \end_inset
14011
14012  mit 15
14013 \begin_inset space \thinspace{}
14014 \end_inset
14015
14016 col%-Breite:
14017 \end_layout
14018
14019 \begin_layout Itemize
14020 Test 
14021 \begin_inset Box Frameless
14022 position "t"
14023 hor_pos "c"
14024 has_inner_box 1
14025 inner_pos "c"
14026 use_parbox 0
14027 width "15col%"
14028 special "none"
14029 height "1in"
14030 height_special "totalheight"
14031 status collapsed
14032
14033 \begin_layout Plain Layout
14034 \begin_inset Tabular
14035 <lyxtabular version="3" rows="3" columns="3">
14036 <features>
14037 <column alignment="center" valignment="top" width="0">
14038 <column alignment="center" valignment="top" width="0">
14039 <column alignment="center" valignment="top" width="0">
14040 <row>
14041 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14042 \begin_inset Text
14043
14044 \begin_layout Plain Layout
14045 Tabelle 1
14046 \end_layout
14047
14048 \end_inset
14049 </cell>
14050 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14051 \begin_inset Text
14052
14053 \begin_layout Plain Layout
14054
14055 \end_layout
14056
14057 \end_inset
14058 </cell>
14059 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14060 \begin_inset Text
14061
14062 \begin_layout Plain Layout
14063
14064 \end_layout
14065
14066 \end_inset
14067 </cell>
14068 </row>
14069 <row>
14070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14071 \begin_inset Text
14072
14073 \begin_layout Plain Layout
14074 b
14075 \end_layout
14076
14077 \end_inset
14078 </cell>
14079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14080 \begin_inset Text
14081
14082 \begin_layout Plain Layout
14083 e
14084 \end_layout
14085
14086 \end_inset
14087 </cell>
14088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14089 \begin_inset Text
14090
14091 \begin_layout Plain Layout
14092 h
14093 \end_layout
14094
14095 \end_inset
14096 </cell>
14097 </row>
14098 <row>
14099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14100 \begin_inset Text
14101
14102 \begin_layout Plain Layout
14103 c
14104 \end_layout
14105
14106 \end_inset
14107 </cell>
14108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14109 \begin_inset Text
14110
14111 \begin_layout Plain Layout
14112 f
14113 \end_layout
14114
14115 \end_inset
14116 </cell>
14117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14118 \begin_inset Text
14119
14120 \begin_layout Plain Layout
14121 i
14122 \end_layout
14123
14124 \end_inset
14125 </cell>
14126 </row>
14127 </lyxtabular>
14128
14129 \end_inset
14130
14131
14132 \end_layout
14133
14134 \end_inset
14135
14136  Test 
14137 \begin_inset ERT
14138 status collapsed
14139
14140 \begin_layout Plain Layout
14141
14142
14143 \backslash
14144 raisebox{0.85
14145 \backslash
14146 baselineskip}{
14147 \end_layout
14148
14149 \end_inset
14150
14151
14152 \begin_inset Box Frameless
14153 position "t"
14154 hor_pos "c"
14155 has_inner_box 1
14156 inner_pos "c"
14157 use_parbox 0
14158 width "15col%"
14159 special "none"
14160 height "1in"
14161 height_special "totalheight"
14162 status collapsed
14163
14164 \begin_layout Plain Layout
14165 \begin_inset Tabular
14166 <lyxtabular version="3" rows="3" columns="3">
14167 <features>
14168 <column alignment="center" valignment="top" width="0">
14169 <column alignment="center" valignment="top" width="0">
14170 <column alignment="center" valignment="top" width="0">
14171 <row>
14172 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14173 \begin_inset Text
14174
14175 \begin_layout Plain Layout
14176 Tabelle 2
14177 \end_layout
14178
14179 \end_inset
14180 </cell>
14181 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14182 \begin_inset Text
14183
14184 \begin_layout Plain Layout
14185
14186 \end_layout
14187
14188 \end_inset
14189 </cell>
14190 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14191 \begin_inset Text
14192
14193 \begin_layout Plain Layout
14194
14195 \end_layout
14196
14197 \end_inset
14198 </cell>
14199 </row>
14200 <row>
14201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14202 \begin_inset Text
14203
14204 \begin_layout Plain Layout
14205 b
14206 \end_layout
14207
14208 \end_inset
14209 </cell>
14210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14211 \begin_inset Text
14212
14213 \begin_layout Plain Layout
14214 e
14215 \end_layout
14216
14217 \end_inset
14218 </cell>
14219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14220 \begin_inset Text
14221
14222 \begin_layout Plain Layout
14223 h
14224 \end_layout
14225
14226 \end_inset
14227 </cell>
14228 </row>
14229 <row>
14230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14231 \begin_inset Text
14232
14233 \begin_layout Plain Layout
14234 c
14235 \end_layout
14236
14237 \end_inset
14238 </cell>
14239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14240 \begin_inset Text
14241
14242 \begin_layout Plain Layout
14243 f
14244 \end_layout
14245
14246 \end_inset
14247 </cell>
14248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14249 \begin_inset Text
14250
14251 \begin_layout Plain Layout
14252 i
14253 \end_layout
14254
14255 \end_inset
14256 </cell>
14257 </row>
14258 </lyxtabular>
14259
14260 \end_inset
14261
14262
14263 \end_layout
14264
14265 \end_inset
14266
14267
14268 \begin_inset ERT
14269 status collapsed
14270
14271 \begin_layout Plain Layout
14272
14273 }
14274 \end_layout
14275
14276 \end_inset
14277
14278
14279 \end_layout
14280
14281 \begin_layout Itemize
14282 Test 
14283 \begin_inset Box Frameless
14284 position "c"
14285 hor_pos "c"
14286 has_inner_box 1
14287 inner_pos "c"
14288 use_parbox 0
14289 width "15col%"
14290 special "none"
14291 height "1in"
14292 height_special "totalheight"
14293 status collapsed
14294
14295 \begin_layout Plain Layout
14296 \begin_inset Tabular
14297 <lyxtabular version="3" rows="3" columns="3">
14298 <features>
14299 <column alignment="center" valignment="top" width="0">
14300 <column alignment="center" valignment="top" width="0">
14301 <column alignment="center" valignment="top" width="0">
14302 <row>
14303 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14304 \begin_inset Text
14305
14306 \begin_layout Plain Layout
14307 Tabelle 3
14308 \end_layout
14309
14310 \end_inset
14311 </cell>
14312 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14313 \begin_inset Text
14314
14315 \begin_layout Plain Layout
14316
14317 \end_layout
14318
14319 \end_inset
14320 </cell>
14321 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14322 \begin_inset Text
14323
14324 \begin_layout Plain Layout
14325
14326 \end_layout
14327
14328 \end_inset
14329 </cell>
14330 </row>
14331 <row>
14332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14333 \begin_inset Text
14334
14335 \begin_layout Plain Layout
14336 b
14337 \end_layout
14338
14339 \end_inset
14340 </cell>
14341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14342 \begin_inset Text
14343
14344 \begin_layout Plain Layout
14345 e
14346 \end_layout
14347
14348 \end_inset
14349 </cell>
14350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14351 \begin_inset Text
14352
14353 \begin_layout Plain Layout
14354 h
14355 \end_layout
14356
14357 \end_inset
14358 </cell>
14359 </row>
14360 <row>
14361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14362 \begin_inset Text
14363
14364 \begin_layout Plain Layout
14365 c
14366 \end_layout
14367
14368 \end_inset
14369 </cell>
14370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14371 \begin_inset Text
14372
14373 \begin_layout Plain Layout
14374 f
14375 \end_layout
14376
14377 \end_inset
14378 </cell>
14379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14380 \begin_inset Text
14381
14382 \begin_layout Plain Layout
14383 i
14384 \end_layout
14385
14386 \end_inset
14387 </cell>
14388 </row>
14389 </lyxtabular>
14390
14391 \end_inset
14392
14393
14394 \end_layout
14395
14396 \end_inset
14397
14398
14399 \end_layout
14400
14401 \begin_layout Itemize
14402 Test 
14403 \begin_inset Box Frameless
14404 position "b"
14405 hor_pos "c"
14406 has_inner_box 1
14407 inner_pos "c"
14408 use_parbox 0
14409 width "15col%"
14410 special "none"
14411 height "1in"
14412 height_special "totalheight"
14413 status collapsed
14414
14415 \begin_layout Plain Layout
14416 \begin_inset Tabular
14417 <lyxtabular version="3" rows="3" columns="3">
14418 <features>
14419 <column alignment="center" valignment="top" width="0">
14420 <column alignment="center" valignment="top" width="0">
14421 <column alignment="center" valignment="top" width="0">
14422 <row>
14423 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14424 \begin_inset Text
14425
14426 \begin_layout Plain Layout
14427 Tabelle 4
14428 \end_layout
14429
14430 \end_inset
14431 </cell>
14432 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14433 \begin_inset Text
14434
14435 \begin_layout Plain Layout
14436
14437 \end_layout
14438
14439 \end_inset
14440 </cell>
14441 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14442 \begin_inset Text
14443
14444 \begin_layout Plain Layout
14445
14446 \end_layout
14447
14448 \end_inset
14449 </cell>
14450 </row>
14451 <row>
14452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14453 \begin_inset Text
14454
14455 \begin_layout Plain Layout
14456 b
14457 \end_layout
14458
14459 \end_inset
14460 </cell>
14461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14462 \begin_inset Text
14463
14464 \begin_layout Plain Layout
14465 e
14466 \end_layout
14467
14468 \end_inset
14469 </cell>
14470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14471 \begin_inset Text
14472
14473 \begin_layout Plain Layout
14474 h
14475 \end_layout
14476
14477 \end_inset
14478 </cell>
14479 </row>
14480 <row>
14481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14482 \begin_inset Text
14483
14484 \begin_layout Plain Layout
14485 c
14486 \end_layout
14487
14488 \end_inset
14489 </cell>
14490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14491 \begin_inset Text
14492
14493 \begin_layout Plain Layout
14494 f
14495 \end_layout
14496
14497 \end_inset
14498 </cell>
14499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14500 \begin_inset Text
14501
14502 \begin_layout Plain Layout
14503 i
14504 \end_layout
14505
14506 \end_inset
14507 </cell>
14508 </row>
14509 </lyxtabular>
14510
14511 \end_inset
14512
14513
14514 \end_layout
14515
14516 \end_inset
14517
14518 Test 
14519 \begin_inset ERT
14520 status collapsed
14521
14522 \begin_layout Plain Layout
14523
14524
14525 \backslash
14526 raisebox{-0.32
14527 \backslash
14528 baselineskip}{
14529 \end_layout
14530
14531 \end_inset
14532
14533
14534 \begin_inset Box Frameless
14535 position "b"
14536 hor_pos "c"
14537 has_inner_box 1
14538 inner_pos "c"
14539 use_parbox 0
14540 width "15col%"
14541 special "none"
14542 height "1in"
14543 height_special "totalheight"
14544 status collapsed
14545
14546 \begin_layout Plain Layout
14547 \begin_inset Tabular
14548 <lyxtabular version="3" rows="3" columns="3">
14549 <features>
14550 <column alignment="center" valignment="top" width="0">
14551 <column alignment="center" valignment="top" width="0">
14552 <column alignment="center" valignment="top" width="0">
14553 <row>
14554 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14555 \begin_inset Text
14556
14557 \begin_layout Plain Layout
14558 Tabelle 5
14559 \end_layout
14560
14561 \end_inset
14562 </cell>
14563 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14564 \begin_inset Text
14565
14566 \begin_layout Plain Layout
14567
14568 \end_layout
14569
14570 \end_inset
14571 </cell>
14572 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14573 \begin_inset Text
14574
14575 \begin_layout Plain Layout
14576
14577 \end_layout
14578
14579 \end_inset
14580 </cell>
14581 </row>
14582 <row>
14583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14584 \begin_inset Text
14585
14586 \begin_layout Plain Layout
14587 b
14588 \end_layout
14589
14590 \end_inset
14591 </cell>
14592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14593 \begin_inset Text
14594
14595 \begin_layout Plain Layout
14596 e
14597 \end_layout
14598
14599 \end_inset
14600 </cell>
14601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14602 \begin_inset Text
14603
14604 \begin_layout Plain Layout
14605 h
14606 \end_layout
14607
14608 \end_inset
14609 </cell>
14610 </row>
14611 <row>
14612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14613 \begin_inset Text
14614
14615 \begin_layout Plain Layout
14616 c
14617 \end_layout
14618
14619 \end_inset
14620 </cell>
14621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14622 \begin_inset Text
14623
14624 \begin_layout Plain Layout
14625 f
14626 \end_layout
14627
14628 \end_inset
14629 </cell>
14630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14631 \begin_inset Text
14632
14633 \begin_layout Plain Layout
14634 i
14635 \end_layout
14636
14637 \end_inset
14638 </cell>
14639 </row>
14640 </lyxtabular>
14641
14642 \end_inset
14643
14644
14645 \end_layout
14646
14647 \end_inset
14648
14649
14650 \begin_inset ERT
14651 status collapsed
14652
14653 \begin_layout Plain Layout
14654
14655 }
14656 \end_layout
14657
14658 \end_inset
14659
14660
14661 \end_layout
14662
14663 \begin_layout Standard
14664 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
14665 \begin_inset space \space{}
14666 \end_inset
14667
14668 1 und letzten Zeile von Tabelle
14669 \begin_inset space \space{}
14670 \end_inset
14671
14672 4 bezüglich dem Wort 
14673 \begin_inset Quotes gld
14674 \end_inset
14675
14676 Test
14677 \begin_inset Quotes grd
14678 \end_inset
14679
14680  nicht richtig ausgerichtet.
14681  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14682 \begin_inset Quotes gld
14683 \end_inset
14684
14685 Raisebox
14686 \begin_inset Quotes grd
14687 \end_inset
14688
14689
14690 \begin_inset Foot
14691 status collapsed
14692
14693 \begin_layout Plain Layout
14694 Raiseboxen werden in Abschnitt
14695 \begin_inset space ~
14696 \end_inset
14697
14698
14699 \begin_inset CommandInset ref
14700 LatexCommand ref
14701 reference "uab:Vertikale-Ausrichtung"
14702
14703 \end_inset
14704
14705  beschrieben.
14706 \end_layout
14707
14708 \end_inset
14709
14710  setzen.
14711  In Tabelle
14712 \begin_inset space \space{}
14713 \end_inset
14714
14715 2 wurde der Text mit dem Befehl
14716 \end_layout
14717
14718 \begin_layout Standard
14719
14720 \series bold
14721
14722 \backslash
14723 raisebox{0.85
14724 \backslash
14725 baselineskip}{
14726 \end_layout
14727
14728 \begin_layout Standard
14729 vor der Box ausgerichtet.
14730  Hinter der Box wurde auch noch 
14731 \series bold
14732 }
14733 \series default
14734  als TeX-Code eingefügt, weil der obige Befehl mit 
14735 \series bold
14736 {
14737 \series default
14738  aufhörte.
14739  Für Tabelle
14740 \begin_inset space \space{}
14741 \end_inset
14742
14743 5 wurde der Befehl
14744 \end_layout
14745
14746 \begin_layout Standard
14747
14748 \series bold
14749
14750 \backslash
14751 raisebox{-0.32
14752 \backslash
14753 baselineskip}{
14754 \end_layout
14755
14756 \begin_layout Standard
14757 benutzt.
14758 \end_layout
14759
14760 \begin_layout Standard
14761 \begin_inset Note Greyedout
14762 status open
14763
14764 \begin_layout Plain Layout
14765
14766 \series bold
14767 Bemerkung:
14768 \series default
14769  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14770  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14771  Der Faktor im 
14772 \series bold
14773
14774 \backslash
14775 raisebox
14776 \series default
14777 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14778 \end_layout
14779
14780 \end_inset
14781
14782
14783 \end_layout
14784
14785 \begin_layout Section
14786 Farbige Tabellen
14787 \begin_inset CommandInset label
14788 LatexCommand label
14789 name "abs:Farbige-Tabellen"
14790
14791 \end_inset
14792
14793
14794 \begin_inset Index
14795 status collapsed
14796
14797 \begin_layout Plain Layout
14798 Tabellen ! farbige
14799 \end_layout
14800
14801 \end_inset
14802
14803
14804 \end_layout
14805
14806 \begin_layout Subsection
14807 Farbige Zellen
14808 \begin_inset Index
14809 status collapsed
14810
14811 \begin_layout Plain Layout
14812 farbige !  Tabellenzellen
14813 \end_layout
14814
14815 \end_inset
14816
14817
14818 \end_layout
14819
14820 \begin_layout Standard
14821 \begin_inset Float table
14822 placement h
14823 wide false
14824 sideways false
14825 status open
14826
14827 \begin_layout Plain Layout
14828 \begin_inset Caption
14829
14830 \begin_layout Plain Layout
14831 \begin_inset CommandInset label
14832 LatexCommand label
14833 name "tab:Farbige-Tabelle-ohne"
14834
14835 \end_inset
14836
14837 Farbige Tabelle, ohne Paket 
14838 \series bold
14839 colortbl
14840 \series default
14841
14842 \begin_inset OptArg
14843 status collapsed
14844
14845 \begin_layout Plain Layout
14846 Tabelle ohne 
14847 \family typewriter
14848 colortbl
14849 \end_layout
14850
14851 \end_inset
14852
14853
14854 \end_layout
14855
14856 \end_inset
14857
14858
14859 \end_layout
14860
14861 \begin_layout Plain Layout
14862 \align center
14863 \begin_inset Tabular
14864 <lyxtabular version="3" rows="3" columns="3">
14865 <features>
14866 <column alignment="center" valignment="top" width="0">
14867 <column alignment="center" valignment="top" width="0">
14868 <column alignment="center" valignment="top" width="0">
14869 <row>
14870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14871 \begin_inset Text
14872
14873 \begin_layout Plain Layout
14874
14875 \color green
14876 a
14877 \end_layout
14878
14879 \end_inset
14880 </cell>
14881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14882 \begin_inset Text
14883
14884 \begin_layout Plain Layout
14885
14886 \color red
14887 b
14888 \end_layout
14889
14890 \end_inset
14891 </cell>
14892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14893 \begin_inset Text
14894
14895 \begin_layout Plain Layout
14896
14897 \color red
14898 c
14899 \end_layout
14900
14901 \end_inset
14902 </cell>
14903 </row>
14904 <row>
14905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14906 \begin_inset Text
14907
14908 \begin_layout Plain Layout
14909
14910 \color green
14911 d
14912 \end_layout
14913
14914 \end_inset
14915 </cell>
14916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14917 \begin_inset Text
14918
14919 \begin_layout Plain Layout
14920
14921 \color blue
14922 e
14923 \end_layout
14924
14925 \end_inset
14926 </cell>
14927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14928 \begin_inset Text
14929
14930 \begin_layout Plain Layout
14931
14932 \color blue
14933 f
14934 \end_layout
14935
14936 \end_inset
14937 </cell>
14938 </row>
14939 <row>
14940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14941 \begin_inset Text
14942
14943 \begin_layout Plain Layout
14944
14945 \color green
14946 g
14947 \end_layout
14948
14949 \end_inset
14950 </cell>
14951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14952 \begin_inset Text
14953
14954 \begin_layout Plain Layout
14955
14956 \color blue
14957 h
14958 \end_layout
14959
14960 \end_inset
14961 </cell>
14962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14963 \begin_inset Text
14964
14965 \begin_layout Plain Layout
14966
14967 \color blue
14968 i
14969 \end_layout
14970
14971 \end_inset
14972 </cell>
14973 </row>
14974 </lyxtabular>
14975
14976 \end_inset
14977
14978
14979 \end_layout
14980
14981 \end_inset
14982
14983
14984 \end_layout
14985
14986 \begin_layout Standard
14987 \begin_inset CommandInset label
14988 LatexCommand label
14989 name "Wenn-Sie-nur"
14990
14991 \end_inset
14992
14993 Wenn Sie nur farbigen Text
14994 \begin_inset Index
14995 status collapsed
14996
14997 \begin_layout Plain Layout
14998 Farbe ! für Text
14999 \end_layout
15000
15001 \end_inset
15002
15003  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15004  auf den Werkzeugleistenknopf 
15005 \begin_inset Graphics
15006         filename ../../images/dialog-show_character.png
15007         scale 70
15008         scaleBeforeRotation
15009         BoundingBox 0bp 0bp 20bp 20bp
15010
15011 \end_inset
15012
15013  oder über das Menü 
15014 \family sans
15015 Bearbeiten\SpecialChar \menuseparator
15016 Textstil\SpecialChar \menuseparator
15017 Benutzerdefiniert
15018 \family default
15019  mit dem 
15020 \family sans
15021 Textstil
15022 \family default
15023 -Dialog wie es in Tabelle
15024 \begin_inset space ~
15025 \end_inset
15026
15027
15028 \begin_inset CommandInset ref
15029 LatexCommand ref
15030 reference "tab:Farbige-Tabelle-ohne"
15031
15032 \end_inset
15033
15034  gemacht wurde.
15035  In anderen Fällen müssen Sie das LaTeX-Paket 
15036 \series bold
15037 colortbl
15038 \series default
15039  benutzen.
15040 \begin_inset Index
15041 status collapsed
15042
15043 \begin_layout Plain Layout
15044 LaTeX-Pakete ! colortbl
15045 \end_layout
15046
15047 \end_inset
15048
15049
15050 \end_layout
15051
15052 \begin_layout Standard
15053 \begin_inset ERT
15054 status collapsed
15055
15056 \begin_layout Plain Layout
15057
15058
15059 \backslash
15060 ifcolortbl
15061 \end_layout
15062
15063 \end_inset
15064
15065
15066 \begin_inset Note Note
15067 status open
15068
15069 \begin_layout Plain Layout
15070 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15071 \series bold
15072 colortbl
15073 \series default
15074  installiert ist.
15075 \end_layout
15076
15077 \end_inset
15078
15079
15080 \end_layout
15081
15082 \begin_layout Standard
15083 Um farbige Tabellen zu erzeugen, muss 
15084 \series bold
15085 colortbl
15086 \series default
15087  im LaTeX-Vorspann geladen werden:
15088 \end_layout
15089
15090 \begin_layout Standard
15091
15092 \series bold
15093
15094 \backslash
15095 usepackage{colortbl}
15096 \end_layout
15097
15098 \begin_layout Standard
15099 Die Farbe einer Spalte ändert man dann mit dem Befehl
15100 \end_layout
15101
15102 \begin_layout Standard
15103
15104 \series bold
15105
15106 \backslash
15107 columncolor{Farbname}
15108 \end_layout
15109
15110 \begin_layout Standard
15111 innerhalb des Befehls 
15112 \series bold
15113 >{}
15114 \series default
15115 .
15116  Mehr über den Befehl 
15117 \series bold
15118 >{}
15119 \series default
15120  finden Sie im Abschnitt
15121 \begin_inset space ~
15122 \end_inset
15123
15124
15125 \begin_inset CommandInset ref
15126 LatexCommand ref
15127 reference "uab:Mehrfachspalten-Berechnungen"
15128
15129 \end_inset
15130
15131 .
15132 \end_layout
15133
15134 \begin_layout Standard
15135 Folgende Farbnamen sind vordefiniert:
15136 \end_layout
15137
15138 \begin_layout Standard
15139
15140 \family sans
15141 red
15142 \family default
15143
15144 \family sans
15145 green
15146 \family default
15147
15148 \family sans
15149 yellow
15150 \family default
15151
15152 \family sans
15153 blue
15154 \family default
15155
15156 \family sans
15157 cyan
15158 \family default
15159
15160 \family sans
15161 magenta
15162 \family default
15163
15164 \family sans
15165 black
15166 \family default
15167  und 
15168 \family sans
15169 white
15170 \begin_inset Newline newline
15171 \end_inset
15172
15173 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15174 \family default
15175 und
15176 \family sans
15177  weiß
15178 \family default
15179 ).
15180 \end_layout
15181
15182 \begin_layout Standard
15183 \begin_inset VSpace medskip
15184 \end_inset
15185
15186
15187 \end_layout
15188
15189 \begin_layout Standard
15190 Sie können auch eigene Farben definieren:
15191 \end_layout
15192
15193 \begin_layout Standard
15194
15195 \series bold
15196
15197 \backslash
15198 definecolor{Farbname}{Farbmodell}{Farbwerte}
15199 \end_layout
15200
15201 \begin_layout Standard
15202 Das Farbmodell kann eins der folgenden sein:
15203 \end_layout
15204
15205 \begin_layout Labeling
15206 \labelwidthstring 00.00.0000
15207 cmyk: cyan, magenta, yellow, black
15208 \end_layout
15209
15210 \begin_layout Labeling
15211 \labelwidthstring 00.00.0000
15212 rgb: red, green blue
15213 \end_layout
15214
15215 \begin_layout Labeling
15216 \labelwidthstring 00.00.0000
15217 gray: gray
15218 \end_layout
15219
15220 \begin_layout Standard
15221 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15222  die die entsprechende Farbe für das Farbmodell beschreiben.
15223 \end_layout
15224
15225 \begin_layout Standard
15226 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15227 \emph on
15228
15229 \begin_inset Quotes gld
15230 \end_inset
15231
15232 dunkelgruen
15233 \emph default
15234
15235 \begin_inset Quotes grd
15236 \end_inset
15237
15238  und 
15239 \begin_inset Quotes gld
15240 \end_inset
15241
15242
15243 \emph on
15244 hellgrau
15245 \emph default
15246
15247 \begin_inset Quotes grd
15248 \end_inset
15249
15250  folgendermaßen definieren:
15251 \end_layout
15252
15253 \begin_layout Standard
15254
15255 \series bold
15256
15257 \backslash
15258 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15259 \end_layout
15260
15261 \begin_layout Standard
15262
15263 \series bold
15264
15265 \backslash
15266 definecolor{hellgrau}{gray}{0.8}
15267 \end_layout
15268
15269 \begin_layout Standard
15270 \begin_inset VSpace medskip
15271 \end_inset
15272
15273
15274 \end_layout
15275
15276 \begin_layout Standard
15277 Linien werden mit dem Befehl
15278 \end_layout
15279
15280 \begin_layout Standard
15281
15282 \series bold
15283
15284 \backslash
15285 rowcolor{Farbname}
15286 \end_layout
15287
15288 \begin_layout Standard
15289 gefärbt, Zellen mit dem Befehl
15290 \end_layout
15291
15292 \begin_layout Standard
15293
15294 \series bold
15295
15296 \backslash
15297 cellcolor{Farbname}
15298 \end_layout
15299
15300 \begin_layout Standard
15301 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15302 \end_layout
15303
15304 \begin_layout Standard
15305 Um nur Text zu färben, machen Sie es wie 
15306 \begin_inset CommandInset ref
15307 LatexCommand vpageref
15308 reference "Wenn-Sie-nur"
15309
15310 \end_inset
15311
15312  beschrieben.
15313  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15314 \emph on
15315 markieren Sie nur den Text
15316 \emph default
15317 , sonst werden Sie LaTeX-Fehler erzeugen.
15318 \end_layout
15319
15320 \begin_layout Standard
15321 \begin_inset Note Greyedout
15322 status open
15323
15324 \begin_layout Plain Layout
15325
15326 \series bold
15327 Achtung:
15328 \series default
15329  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15330 \end_layout
15331
15332 \end_inset
15333
15334
15335 \end_layout
15336
15337 \begin_layout Standard
15338 \begin_inset VSpace medskip
15339 \end_inset
15340
15341
15342 \end_layout
15343
15344 \begin_layout Standard
15345 Die Tabelle
15346 \begin_inset space ~
15347 \end_inset
15348
15349
15350 \begin_inset CommandInset ref
15351 LatexCommand ref
15352 reference "tab:Table-colored-using"
15353
15354 \end_inset
15355
15356  wurde folgendermaßen erstellt: die erste Spalte soll 
15357 \emph on
15358
15359 \begin_inset Quotes gld
15360 \end_inset
15361
15362 dunkelgruen
15363 \emph default
15364
15365 \begin_inset Quotes grd
15366 \end_inset
15367
15368  werden, also müssen Sie ins 
15369 \family sans
15370 LaTe
15371 \begin_inset ERT
15372 status collapsed
15373
15374 \begin_layout Plain Layout
15375
15376 {}
15377 \end_layout
15378
15379 \end_inset
15380
15381 X-Argument
15382 \family default
15383  der Zellen der ersten Spalte den Befehl
15384 \end_layout
15385
15386 \begin_layout Standard
15387
15388 \series bold
15389 >{
15390 \backslash
15391 columncolor{dunkelgruen}
15392 \backslash
15393 centering}c
15394 \end_layout
15395
15396 \begin_layout Standard
15397 schreiben.
15398  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15399 \end_layout
15400
15401 \begin_layout Standard
15402
15403 \series bold
15404
15405 \backslash
15406 rowcolow{cyan}
15407 \end_layout
15408
15409 \begin_layout Standard
15410 in die erste Zelle der ersten Zeile eingefügt.
15411  Diese Farbe ersetzt die Spaltenfarbe.
15412  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15413  wird mit folgendem Befehl erreicht:
15414 \end_layout
15415
15416 \begin_layout Standard
15417
15418 \series bold
15419
15420 \backslash
15421 cellcolor{magenta}
15422 \end_layout
15423
15424 \begin_layout Standard
15425 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15426 \family sans
15427 Textstil
15428 \family default
15429 -Dialog.
15430 \end_layout
15431
15432 \begin_layout Standard
15433 \begin_inset Float table
15434 placement h
15435 wide false
15436 sideways false
15437 status open
15438
15439 \begin_layout Plain Layout
15440 \begin_inset Caption
15441
15442 \begin_layout Plain Layout
15443 \begin_inset CommandInset label
15444 LatexCommand label
15445 name "tab:Table-colored-using"
15446
15447 \end_inset
15448
15449 Eine mit dem Paket 
15450 \series bold
15451 colortbl
15452 \series default
15453  gefärbte Tabelle
15454 \begin_inset OptArg
15455 status collapsed
15456
15457 \begin_layout Plain Layout
15458 Tabelle mit 
15459 \family typewriter
15460 colortbl
15461 \end_layout
15462
15463 \end_inset
15464
15465
15466 \end_layout
15467
15468 \end_inset
15469
15470
15471 \end_layout
15472
15473 \begin_layout Plain Layout
15474 \align center
15475 \begin_inset Tabular
15476 <lyxtabular version="3" rows="3" columns="3">
15477 <features>
15478 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15479 <column alignment="center" valignment="top" width="0">
15480 <column alignment="center" valignment="top" width="0">
15481 <row>
15482 <cell alignment="center" valignment="top" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486 \begin_inset ERT
15487 status collapsed
15488
15489 \begin_layout Plain Layout
15490
15491
15492 \backslash
15493 rowcolor{cyan}
15494 \end_layout
15495
15496 \end_inset
15497
15498
15499 \color magenta
15500 a
15501 \end_layout
15502
15503 \end_inset
15504 </cell>
15505 <cell alignment="center" valignment="top" usebox="none">
15506 \begin_inset Text
15507
15508 \begin_layout Plain Layout
15509
15510 \color red
15511 b
15512 \end_layout
15513
15514 \end_inset
15515 </cell>
15516 <cell alignment="center" valignment="top" usebox="none">
15517 \begin_inset Text
15518
15519 \begin_layout Plain Layout
15520
15521 \color red
15522 c
15523 \end_layout
15524
15525 \end_inset
15526 </cell>
15527 </row>
15528 <row>
15529 <cell alignment="center" valignment="top" usebox="none">
15530 \begin_inset Text
15531
15532 \begin_layout Plain Layout
15533
15534 \color yellow
15535 d
15536 \end_layout
15537
15538 \end_inset
15539 </cell>
15540 <cell alignment="center" valignment="top" usebox="none">
15541 \begin_inset Text
15542
15543 \begin_layout Plain Layout
15544
15545 \color blue
15546 e
15547 \end_layout
15548
15549 \end_inset
15550 </cell>
15551 <cell alignment="center" valignment="top" usebox="none">
15552 \begin_inset Text
15553
15554 \begin_layout Plain Layout
15555
15556 \color blue
15557 f
15558 \end_layout
15559
15560 \end_inset
15561 </cell>
15562 </row>
15563 <row>
15564 <cell alignment="center" valignment="top" usebox="none">
15565 \begin_inset Text
15566
15567 \begin_layout Plain Layout
15568
15569 \color yellow
15570 g
15571 \end_layout
15572
15573 \end_inset
15574 </cell>
15575 <cell alignment="center" valignment="top" usebox="none">
15576 \begin_inset Text
15577
15578 \begin_layout Plain Layout
15579
15580 \color blue
15581 h
15582 \end_layout
15583
15584 \end_inset
15585 </cell>
15586 <cell alignment="center" valignment="top" usebox="none">
15587 \begin_inset Text
15588
15589 \begin_layout Plain Layout
15590 \begin_inset ERT
15591 status collapsed
15592
15593 \begin_layout Plain Layout
15594
15595
15596 \backslash
15597 cellcolor{magenta}
15598 \end_layout
15599
15600 \end_inset
15601
15602
15603 \color green
15604 i
15605 \end_layout
15606
15607 \end_inset
15608 </cell>
15609 </row>
15610 </lyxtabular>
15611
15612 \end_inset
15613
15614
15615 \end_layout
15616
15617 \end_inset
15618
15619
15620 \end_layout
15621
15622 \begin_layout Standard
15623 \begin_inset ERT
15624 status collapsed
15625
15626 \begin_layout Plain Layout
15627
15628
15629 \backslash
15630 else
15631 \end_layout
15632
15633 \end_inset
15634
15635
15636 \begin_inset Note Note
15637 status open
15638
15639 \begin_layout Plain Layout
15640 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15641 \series bold
15642 colortbl
15643 \series default
15644  nicht installiert ist:
15645 \end_layout
15646
15647 \end_inset
15648
15649
15650 \end_layout
15651
15652 \begin_layout Standard
15653 Sie müssen das LaTeX-Paket 
15654 \series bold
15655 colortbl
15656 \series default
15657  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15658 \end_layout
15659
15660 \begin_layout Standard
15661 \begin_inset ERT
15662 status collapsed
15663
15664 \begin_layout Plain Layout
15665
15666
15667 \backslash
15668 fi
15669 \end_layout
15670
15671 \end_inset
15672
15673
15674 \end_layout
15675
15676 \begin_layout Subsection
15677 Farbige Linien
15678 \begin_inset Index
15679 status collapsed
15680
15681 \begin_layout Plain Layout
15682 farbige !  Tabellenlinien
15683 \end_layout
15684
15685 \end_inset
15686
15687
15688 \end_layout
15689
15690 \begin_layout Standard
15691 Wie in Abschnitt
15692 \begin_inset space ~
15693 \end_inset
15694
15695
15696 \begin_inset CommandInset ref
15697 LatexCommand ref
15698 reference "uab:Liniendicke"
15699
15700 \end_inset
15701
15702  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
15703 \series bold
15704
15705 \backslash
15706 arrayrulewidth
15707 \series default
15708  definiert werden.
15709  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15710 \begin_inset space \thinspace{}
15711 \end_inset
15712
15713 pt gesetzt.
15714 \begin_inset ERT
15715 status collapsed
15716
15717 \begin_layout Plain Layout
15718
15719
15720 \backslash
15721 setlength{
15722 \backslash
15723 arrayrulewidth}{1.5pt}
15724 \end_layout
15725
15726 \end_inset
15727
15728
15729 \end_layout
15730
15731 \begin_layout Standard
15732 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15733 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15734 \begin_inset space ~
15735 \end_inset
15736
15737
15738 \begin_inset CommandInset ref
15739 LatexCommand ref
15740 reference "uab:Angepasste-Zellen-/Spaltenformate"
15741
15742 \end_inset
15743
15744  definiert:
15745 \end_layout
15746
15747 \begin_layout Standard
15748
15749 \series bold
15750
15751 \backslash
15752 newcolumntype{W}{!{
15753 \backslash
15754 color{green}
15755 \backslash
15756 vline}}
15757 \end_layout
15758
15759 \begin_layout Standard
15760 In Tabelle
15761 \begin_inset space ~
15762 \end_inset
15763
15764
15765 \begin_inset CommandInset ref
15766 LatexCommand ref
15767 reference "tab:Tabelle-mit-farbigen-vert"
15768
15769 \end_inset
15770
15771  wurde das LaTeX-Argument 
15772 \series bold
15773 WcW
15774 \series default
15775  für die letzte und 
15776 \series bold
15777 Wc
15778 \series default
15779  für die anderen Spalten benutzt.
15780 \end_layout
15781
15782 \begin_layout Standard
15783 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15784 \end_layout
15785
15786 \begin_layout Standard
15787 \begin_inset Float table
15788 placement h
15789 wide false
15790 sideways false
15791 status open
15792
15793 \begin_layout Plain Layout
15794 \begin_inset Caption
15795
15796 \begin_layout Plain Layout
15797 \begin_inset CommandInset label
15798 LatexCommand label
15799 name "tab:Tabelle-mit-farbigen-vert"
15800
15801 \end_inset
15802
15803 Tabelle mit farbigen vertikalen Linien
15804 \end_layout
15805
15806 \end_inset
15807
15808
15809 \end_layout
15810
15811 \begin_layout Plain Layout
15812 \align center
15813 \begin_inset Tabular
15814 <lyxtabular version="3" rows="3" columns="3">
15815 <features>
15816 <column alignment="center" valignment="top" width="0" special="Wc">
15817 <column alignment="center" valignment="top" width="0" special="Wc">
15818 <column alignment="center" valignment="top" width="0" special="WcW">
15819 <row>
15820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15821 \begin_inset Text
15822
15823 \begin_layout Plain Layout
15824 sd
15825 \end_layout
15826
15827 \end_inset
15828 </cell>
15829 <cell alignment="center" valignment="top" topline="true" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833
15834 \end_layout
15835
15836 \end_inset
15837 </cell>
15838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15839 \begin_inset Text
15840
15841 \begin_layout Plain Layout
15842
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 </row>
15848 <row>
15849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15850 \begin_inset Text
15851
15852 \begin_layout Plain Layout
15853
15854 \end_layout
15855
15856 \end_inset
15857 </cell>
15858 <cell alignment="center" valignment="top" topline="true" usebox="none">
15859 \begin_inset Text
15860
15861 \begin_layout Plain Layout
15862 sd
15863 \end_layout
15864
15865 \end_inset
15866 </cell>
15867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Plain Layout
15871
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 </row>
15877 <row>
15878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15879 \begin_inset Text
15880
15881 \begin_layout Plain Layout
15882
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891
15892 \end_layout
15893
15894 \end_inset
15895 </cell>
15896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15897 \begin_inset Text
15898
15899 \begin_layout Plain Layout
15900 sd
15901 \end_layout
15902
15903 \end_inset
15904 </cell>
15905 </row>
15906 </lyxtabular>
15907
15908 \end_inset
15909
15910
15911 \end_layout
15912
15913 \end_inset
15914
15915
15916 \end_layout
15917
15918 \begin_layout Standard
15919 \begin_inset VSpace bigskip
15920 \end_inset
15921
15922 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
15923 \begin_inset space ~
15924 \end_inset
15925
15926
15927 \begin_inset CommandInset ref
15928 LatexCommand ref
15929 reference "tab:Tabelle-mit-farbigen-horiz"
15930
15931 \end_inset
15932
15933 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
15934  einfügen:
15935 \end_layout
15936
15937 \begin_layout Standard
15938
15939 \series bold
15940
15941 \backslash
15942 let
15943 \backslash
15944 myHlineC
15945 \backslash
15946 hline
15947 \begin_inset Newline newline
15948 \end_inset
15949
15950
15951 \backslash
15952 renewcommand{
15953 \backslash
15954 hline}
15955 \begin_inset Newline newline
15956 \end_inset
15957
15958
15959 \begin_inset ERT
15960 status collapsed
15961
15962 \begin_layout Plain Layout
15963
15964
15965 \backslash
15966 hphantom{ }
15967 \end_layout
15968
15969 \end_inset
15970
15971 {
15972 \backslash
15973 arrayrulecolor{red}
15974 \backslash
15975 myHlineC
15976 \backslash
15977 arrayrulecolor{black}}
15978 \end_layout
15979
15980 \begin_layout Standard
15981 \begin_inset ERT
15982 status collapsed
15983
15984 \begin_layout Plain Layout
15985
15986
15987 \backslash
15988 let
15989 \backslash
15990 myHlineC
15991 \backslash
15992 hline
15993 \end_layout
15994
15995 \begin_layout Plain Layout
15996
15997
15998 \backslash
15999 renewcommand{
16000 \backslash
16001 hline}
16002 \end_layout
16003
16004 \begin_layout Plain Layout
16005
16006  {
16007 \backslash
16008 arrayrulecolor{red}
16009 \backslash
16010 myHlineC
16011 \backslash
16012 arrayrulecolor{black}}
16013 \end_layout
16014
16015 \end_inset
16016
16017
16018 \begin_inset Float table
16019 placement h
16020 wide false
16021 sideways false
16022 status open
16023
16024 \begin_layout Plain Layout
16025 \begin_inset Caption
16026
16027 \begin_layout Plain Layout
16028 \begin_inset CommandInset label
16029 LatexCommand label
16030 name "tab:Tabelle-mit-farbigen-horiz"
16031
16032 \end_inset
16033
16034 Tabelle mit farbigen horizontalen Linien
16035 \end_layout
16036
16037 \end_inset
16038
16039
16040 \end_layout
16041
16042 \begin_layout Plain Layout
16043 \align center
16044 \begin_inset Tabular
16045 <lyxtabular version="3" rows="3" columns="3">
16046 <features>
16047 <column alignment="center" valignment="top" width="0">
16048 <column alignment="center" valignment="top" width="0">
16049 <column alignment="center" valignment="top" width="0">
16050 <row>
16051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16052 \begin_inset Text
16053
16054 \begin_layout Plain Layout
16055 sd
16056 \end_layout
16057
16058 \end_inset
16059 </cell>
16060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Plain Layout
16064
16065 \end_layout
16066
16067 \end_inset
16068 </cell>
16069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16070 \begin_inset Text
16071
16072 \begin_layout Plain Layout
16073
16074 \end_layout
16075
16076 \end_inset
16077 </cell>
16078 </row>
16079 <row>
16080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16081 \begin_inset Text
16082
16083 \begin_layout Plain Layout
16084
16085 \end_layout
16086
16087 \end_inset
16088 </cell>
16089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16090 \begin_inset Text
16091
16092 \begin_layout Plain Layout
16093 sd
16094 \end_layout
16095
16096 \end_inset
16097 </cell>
16098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16099 \begin_inset Text
16100
16101 \begin_layout Plain Layout
16102
16103 \end_layout
16104
16105 \end_inset
16106 </cell>
16107 </row>
16108 <row>
16109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16110 \begin_inset Text
16111
16112 \begin_layout Plain Layout
16113
16114 \end_layout
16115
16116 \end_inset
16117 </cell>
16118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16119 \begin_inset Text
16120
16121 \begin_layout Plain Layout
16122
16123 \end_layout
16124
16125 \end_inset
16126 </cell>
16127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16128 \begin_inset Text
16129
16130 \begin_layout Plain Layout
16131 sd
16132 \end_layout
16133
16134 \end_inset
16135 </cell>
16136 </row>
16137 </lyxtabular>
16138
16139 \end_inset
16140
16141
16142 \end_layout
16143
16144 \end_inset
16145
16146
16147 \end_layout
16148
16149 \begin_layout Standard
16150 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16151  als TeX-Code hinter der Tabelle einfügen:
16152 \end_layout
16153
16154 \begin_layout Standard
16155
16156 \series bold
16157
16158 \backslash
16159 renewcommand{
16160 \backslash
16161 hline}{
16162 \backslash
16163 myHlineC}
16164 \end_layout
16165
16166 \begin_layout Standard
16167 Tabelle
16168 \begin_inset space ~
16169 \end_inset
16170
16171
16172 \begin_inset CommandInset ref
16173 LatexCommand ref
16174 reference "tab:Table-with-colored"
16175
16176 \end_inset
16177
16178  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16179 \end_layout
16180
16181 \begin_layout Standard
16182 \begin_inset Float table
16183 placement h
16184 wide false
16185 sideways false
16186 status open
16187
16188 \begin_layout Plain Layout
16189 \begin_inset Caption
16190
16191 \begin_layout Plain Layout
16192 \begin_inset CommandInset label
16193 LatexCommand label
16194 name "tab:Table-with-colored"
16195
16196 \end_inset
16197
16198 Tabelle mit farbigen Linien
16199 \end_layout
16200
16201 \end_inset
16202
16203
16204 \end_layout
16205
16206 \begin_layout Plain Layout
16207 \align center
16208 \begin_inset Tabular
16209 <lyxtabular version="3" rows="3" columns="3">
16210 <features>
16211 <column alignment="center" valignment="top" width="0" special="Wc">
16212 <column alignment="center" valignment="top" width="0" special="Wc">
16213 <column alignment="center" valignment="top" width="0" special="WcW">
16214 <row>
16215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16216 \begin_inset Text
16217
16218 \begin_layout Plain Layout
16219 sd
16220 \end_layout
16221
16222 \end_inset
16223 </cell>
16224 <cell alignment="center" valignment="top" topline="true" usebox="none">
16225 \begin_inset Text
16226
16227 \begin_layout Plain Layout
16228
16229 \end_layout
16230
16231 \end_inset
16232 </cell>
16233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16234 \begin_inset Text
16235
16236 \begin_layout Plain Layout
16237
16238 \end_layout
16239
16240 \end_inset
16241 </cell>
16242 </row>
16243 <row>
16244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16245 \begin_inset Text
16246
16247 \begin_layout Plain Layout
16248
16249 \end_layout
16250
16251 \end_inset
16252 </cell>
16253 <cell alignment="center" valignment="top" topline="true" usebox="none">
16254 \begin_inset Text
16255
16256 \begin_layout Plain Layout
16257 sd
16258 \end_layout
16259
16260 \end_inset
16261 </cell>
16262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16263 \begin_inset Text
16264
16265 \begin_layout Plain Layout
16266
16267 \end_layout
16268
16269 \end_inset
16270 </cell>
16271 </row>
16272 <row topspace="default">
16273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16274 \begin_inset Text
16275
16276 \begin_layout Plain Layout
16277
16278 \end_layout
16279
16280 \end_inset
16281 </cell>
16282 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16283 \begin_inset Text
16284
16285 \begin_layout Plain Layout
16286
16287 \end_layout
16288
16289 \end_inset
16290 </cell>
16291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16292 \begin_inset Text
16293
16294 \begin_layout Plain Layout
16295 sd
16296 \end_layout
16297
16298 \end_inset
16299 </cell>
16300 </row>
16301 </lyxtabular>
16302
16303 \end_inset
16304
16305
16306 \end_layout
16307
16308 \end_inset
16309
16310
16311 \end_layout
16312
16313 \begin_layout Standard
16314 \begin_inset ERT
16315 status collapsed
16316
16317 \begin_layout Plain Layout
16318
16319
16320 \backslash
16321 renewcommand{
16322 \backslash
16323 hline}{
16324 \backslash
16325 myHlineC}
16326 \end_layout
16327
16328 \end_inset
16329
16330
16331 \end_layout
16332
16333 \begin_layout Standard
16334 \begin_inset ERT
16335 status collapsed
16336
16337 \begin_layout Plain Layout
16338
16339
16340 \backslash
16341 setlength{
16342 \backslash
16343 arrayrulewidth}{0.4pt}
16344 \end_layout
16345
16346 \end_inset
16347
16348
16349 \begin_inset Note Note
16350 status collapsed
16351
16352 \begin_layout Plain Layout
16353 setzt die Liniendicke wieder auf ihren Standardwert zurück
16354 \end_layout
16355
16356 \end_inset
16357
16358
16359 \end_layout
16360
16361 \begin_layout Section
16362 Tabellen-Anpassung
16363 \begin_inset Index
16364 status collapsed
16365
16366 \begin_layout Plain Layout
16367 Tabellen ! Anpassung
16368 \end_layout
16369
16370 \end_inset
16371
16372
16373 \end_layout
16374
16375 \begin_layout Subsection
16376 Zeilenabstand
16377 \begin_inset CommandInset label
16378 LatexCommand label
16379 name "uab:Zeilenabstand"
16380
16381 \end_inset
16382
16383
16384 \begin_inset Index
16385 status collapsed
16386
16387 \begin_layout Plain Layout
16388 Tabellen ! Zeilenabstand
16389 \end_layout
16390
16391 \end_inset
16392
16393
16394 \end_layout
16395
16396 \begin_layout Standard
16397 Auf der Karteikarte 
16398 \family sans
16399 Rahmen
16400 \family default
16401  des 
16402 \family sans
16403 Tabellen-Einstellungen
16404 \family default
16405 -Dialogs können Sie 
16406 \family sans
16407 zusätzliche
16408 \begin_inset space ~
16409 \end_inset
16410
16411 Abstände
16412 \family default
16413  einfügen.
16414  Dabei haben Sie drei Möglichkeiten:
16415 \end_layout
16416
16417 \begin_layout Description
16418 Oberhalb
16419 \begin_inset space ~
16420 \end_inset
16421
16422 der
16423 \begin_inset space ~
16424 \end_inset
16425
16426 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16427  Bei einer formalen Tabelle
16428 \begin_inset Foot
16429 status collapsed
16430
16431 \begin_layout Plain Layout
16432 Formale Tabellen wurden in Abschnitt
16433 \begin_inset space ~
16434 \end_inset
16435
16436
16437 \begin_inset CommandInset ref
16438 LatexCommand ref
16439 reference "abs:Formale-Tabellen"
16440
16441 \end_inset
16442
16443  beschrieben.
16444 \end_layout
16445
16446 \end_inset
16447
16448  fügt LyX standardmäßig 0.5
16449 \begin_inset space \thinspace{}
16450 \end_inset
16451
16452 em Leerraum ein.
16453  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16454 \begin_inset VSpace medskip
16455 \end_inset
16456
16457
16458 \begin_inset Newline newline
16459 \end_inset
16460
16461
16462 \begin_inset space \hspace*{}
16463 \length 0pt
16464 \end_inset
16465
16466
16467 \begin_inset space \hfill{}
16468 \end_inset
16469
16470
16471 \begin_inset Tabular
16472 <lyxtabular version="3" rows="3" columns="1">
16473 <features>
16474 <column alignment="center" valignment="top" width="0">
16475 <row>
16476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16477 \begin_inset Text
16478
16479 \begin_layout Plain Layout
16480 A
16481 \end_layout
16482
16483 \end_inset
16484 </cell>
16485 </row>
16486 <row topspace="3mm">
16487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Plain Layout
16491 3
16492 \begin_inset space \thinspace{}
16493 \end_inset
16494
16495 mm Leerraum oberhalb der Zeile
16496 \end_layout
16497
16498 \end_inset
16499 </cell>
16500 </row>
16501 <row>
16502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16503 \begin_inset Text
16504
16505 \begin_layout Plain Layout
16506 C
16507 \end_layout
16508
16509 \end_inset
16510 </cell>
16511 </row>
16512 </lyxtabular>
16513
16514 \end_inset
16515
16516
16517 \begin_inset space \hfill{}
16518 \end_inset
16519
16520
16521 \begin_inset space \hspace*{}
16522 \length 0pt
16523 \end_inset
16524
16525
16526 \begin_inset VSpace medskip
16527 \end_inset
16528
16529
16530 \begin_inset Newline newline
16531 \end_inset
16532
16533 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16534 n Linien verwenden.
16535 \end_layout
16536
16537 \begin_layout Description
16538 Unterhalb
16539 \begin_inset space ~
16540 \end_inset
16541
16542 der
16543 \begin_inset space ~
16544 \end_inset
16545
16546 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16547  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16548 \begin_inset space \thinspace{}
16549 \end_inset
16550
16551 em Leerraum ein.
16552  Bei normalen Tabellen ist der Standardwert 2
16553 \begin_inset space \thinspace{}
16554 \end_inset
16555
16556 pt.
16557 \end_layout
16558
16559 \begin_layout Description
16560 Zwischen
16561 \begin_inset space ~
16562 \end_inset
16563
16564 den
16565 \begin_inset space ~
16566 \end_inset
16567
16568 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16569  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16570 \begin_inset space \thinspace{}
16571 \end_inset
16572
16573 em Leerraum ein.
16574  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16575 \begin_inset VSpace medskip
16576 \end_inset
16577
16578
16579 \begin_inset Newline newline
16580 \end_inset
16581
16582
16583 \begin_inset space \hspace*{}
16584 \length 0pt
16585 \end_inset
16586
16587
16588 \begin_inset space \hfill{}
16589 \end_inset
16590
16591
16592 \begin_inset Tabular
16593 <lyxtabular version="3" rows="3" columns="1">
16594 <features>
16595 <column alignment="center" valignment="top" width="0">
16596 <row>
16597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16598 \begin_inset Text
16599
16600 \begin_layout Plain Layout
16601 A
16602 \end_layout
16603
16604 \end_inset
16605 </cell>
16606 </row>
16607 <row interlinespace="3mm">
16608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16609 \begin_inset Text
16610
16611 \begin_layout Plain Layout
16612 \begin_inset Formula $\downarrow$
16613 \end_inset
16614
16615  3
16616 \begin_inset space \thinspace{}
16617 \end_inset
16618
16619 mm Leerraum zwischen den Zeilen 
16620 \begin_inset Formula $\downarrow$
16621 \end_inset
16622
16623
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 </row>
16629 <row>
16630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Plain Layout
16634 \begin_inset Formula $\uparrow$
16635 \end_inset
16636
16637  3
16638 \begin_inset space \thinspace{}
16639 \end_inset
16640
16641 mm Leerraum zwischen den Zeilen 
16642 \begin_inset Formula $\uparrow$
16643 \end_inset
16644
16645
16646 \end_layout
16647
16648 \end_inset
16649 </cell>
16650 </row>
16651 </lyxtabular>
16652
16653 \end_inset
16654
16655
16656 \begin_inset space \hfill{}
16657 \end_inset
16658
16659
16660 \begin_inset space \hspace*{}
16661 \length 0pt
16662 \end_inset
16663
16664
16665 \begin_inset VSpace medskip
16666 \end_inset
16667
16668
16669 \begin_inset Newline newline
16670 \end_inset
16671
16672 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16673 n Linien verwenden.
16674 \end_layout
16675
16676 \begin_layout Standard
16677 \begin_inset VSpace bigskip
16678 \end_inset
16679
16680 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16681  Befehlen im LaTeX-Vorspann machen:
16682 \end_layout
16683
16684 \begin_layout Standard
16685
16686 \series bold
16687
16688 \backslash
16689 @ifundefined{extrarowheight}
16690 \begin_inset Newline newline
16691 \end_inset
16692
16693
16694 \begin_inset ERT
16695 status collapsed
16696
16697 \begin_layout Plain Layout
16698
16699
16700 \backslash
16701 hphantom{ }
16702 \end_layout
16703
16704 \end_inset
16705
16706 {
16707 \backslash
16708 usepackage{array}}{}
16709 \begin_inset Newline newline
16710 \end_inset
16711
16712
16713 \backslash
16714 setlength{
16715 \backslash
16716 extrarowheight}{Höhe}
16717 \end_layout
16718
16719 \begin_layout Standard
16720 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16721  ausgerichtet sind.
16722  (Das Paket 
16723 \series bold
16724 array
16725 \series default
16726  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
16727  verwenden.
16728  Der Befehl 
16729 \series bold
16730
16731 \backslash
16732 @ifundefined
16733 \series default
16734  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16735 \end_layout
16736
16737 \begin_layout Standard
16738 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
16739  zu nah an den Buchstaben.
16740  Das kann korrigiert werden, indem man den Befehl 
16741 \series bold
16742
16743 \backslash
16744 strut
16745 \series default
16746  als TeX-Code am Anfang einer Tabellenzeile einfügt.
16747  Tabelle
16748 \begin_inset space ~
16749 \end_inset
16750
16751
16752 \begin_inset CommandInset ref
16753 LatexCommand ref
16754 reference "tab:Vertikale-Ausrichtung-von"
16755
16756 \end_inset
16757
16758  zeigt den Effekt.
16759 \end_layout
16760
16761 \begin_layout Standard
16762 \noindent
16763 \begin_inset Float table
16764 placement h
16765 wide false
16766 sideways false
16767 status open
16768
16769 \begin_layout Plain Layout
16770 \begin_inset Caption
16771
16772 \begin_layout Plain Layout
16773 \begin_inset CommandInset label
16774 LatexCommand label
16775 name "tab:Vertikale-Ausrichtung-von"
16776
16777 \end_inset
16778
16779 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
16780 \end_layout
16781
16782 \end_inset
16783
16784
16785 \end_layout
16786
16787 \begin_layout Plain Layout
16788 \begin_inset space \hfill{}
16789 \end_inset
16790
16791
16792 \begin_inset Float table
16793 wide false
16794 sideways false
16795 status collapsed
16796
16797 \begin_layout Plain Layout
16798 \begin_inset Caption
16799
16800 \begin_layout Plain Layout
16801 Normale Tabelle.
16802 \end_layout
16803
16804 \end_inset
16805
16806
16807 \end_layout
16808
16809 \begin_layout Plain Layout
16810 \noindent
16811 \align center
16812 \begin_inset Tabular
16813 <lyxtabular version="3" rows="6" columns="1">
16814 <features>
16815 <column alignment="left" valignment="top" width="0">
16816 <row>
16817 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Plain Layout
16821 Normal, g
16822 \end_layout
16823
16824 \end_inset
16825 </cell>
16826 </row>
16827 <row>
16828 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16829 \begin_inset Text
16830
16831 \begin_layout Plain Layout
16832
16833 \size large
16834 Groß, g
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 </row>
16840 <row>
16841 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16842 \begin_inset Text
16843
16844 \begin_layout Plain Layout
16845
16846 \size larger
16847 Größer, g
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 </row>
16853 <row>
16854 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858
16859 \size largest
16860 noch Größer, g
16861 \end_layout
16862
16863 \end_inset
16864 </cell>
16865 </row>
16866 <row>
16867 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16868 \begin_inset Text
16869
16870 \begin_layout Plain Layout
16871
16872 \size huge
16873 Riesig
16874 \end_layout
16875
16876 \end_inset
16877 </cell>
16878 </row>
16879 <row>
16880 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16881 \begin_inset Text
16882
16883 \begin_layout Plain Layout
16884
16885 \size giant
16886 Gigantisch
16887 \end_layout
16888
16889 \end_inset
16890 </cell>
16891 </row>
16892 </lyxtabular>
16893
16894 \end_inset
16895
16896
16897 \end_layout
16898
16899 \end_inset
16900
16901
16902 \begin_inset space \hfill{}
16903 \end_inset
16904
16905
16906 \begin_inset Float table
16907 wide false
16908 sideways false
16909 status collapsed
16910
16911 \begin_layout Plain Layout
16912 \begin_inset Caption
16913
16914 \begin_layout Plain Layout
16915 Tabelle bei der der Befehl 
16916 \series bold
16917
16918 \backslash
16919 strut
16920 \series default
16921  verwendet wurde.
16922 \end_layout
16923
16924 \end_inset
16925
16926
16927 \end_layout
16928
16929 \begin_layout Plain Layout
16930 \noindent
16931 \align center
16932 \begin_inset Tabular
16933 <lyxtabular version="3" rows="6" columns="1">
16934 <features>
16935 <column alignment="left" valignment="top" width="0">
16936 <row>
16937 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941 Normal, g
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 </row>
16947 <row>
16948 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16949 \begin_inset Text
16950
16951 \begin_layout Plain Layout
16952
16953 \size large
16954 \begin_inset ERT
16955 status collapsed
16956
16957 \begin_layout Plain Layout
16958
16959
16960 \backslash
16961 strut 
16962 \end_layout
16963
16964 \end_inset
16965
16966 Groß, g
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 </row>
16972 <row>
16973 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977
16978 \size larger
16979 \begin_inset ERT
16980 status collapsed
16981
16982 \begin_layout Plain Layout
16983
16984
16985 \backslash
16986 strut 
16987 \end_layout
16988
16989 \end_inset
16990
16991 Größer, g
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 </row>
16997 <row>
16998 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16999 \begin_inset Text
17000
17001 \begin_layout Plain Layout
17002
17003 \size largest
17004 \begin_inset ERT
17005 status collapsed
17006
17007 \begin_layout Plain Layout
17008
17009
17010 \backslash
17011 strut 
17012 \end_layout
17013
17014 \end_inset
17015
17016 noch Größer, g
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 </row>
17022 <row>
17023 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17024 \begin_inset Text
17025
17026 \begin_layout Plain Layout
17027
17028 \size huge
17029 \begin_inset ERT
17030 status collapsed
17031
17032 \begin_layout Plain Layout
17033
17034
17035 \backslash
17036 strut 
17037 \end_layout
17038
17039 \end_inset
17040
17041 Riesig
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 </row>
17047 <row>
17048 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17049 \begin_inset Text
17050
17051 \begin_layout Plain Layout
17052
17053 \size giant
17054 \begin_inset ERT
17055 status collapsed
17056
17057 \begin_layout Plain Layout
17058
17059
17060 \backslash
17061 strut 
17062 \end_layout
17063
17064 \end_inset
17065
17066 Gigantisch
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 </row>
17072 </lyxtabular>
17073
17074 \end_inset
17075
17076
17077 \end_layout
17078
17079 \end_inset
17080
17081
17082 \begin_inset space \hfill{}
17083 \end_inset
17084
17085
17086 \end_layout
17087
17088 \end_inset
17089
17090
17091 \end_layout
17092
17093 \begin_layout Subsection
17094 Besondere Zellenausrichtung
17095 \begin_inset Index
17096 status collapsed
17097
17098 \begin_layout Plain Layout
17099 Tabellen ! Zellenausrichtung
17100 \end_layout
17101
17102 \end_inset
17103
17104
17105 \end_layout
17106
17107 \begin_layout Standard
17108 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
17109  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
17110 \begin_inset space ~
17111 \end_inset
17112
17113
17114 \begin_inset CommandInset ref
17115 LatexCommand ref
17116 reference "tab:Tabellenzellen-sind-auf"
17117
17118 \end_inset
17119
17120 .
17121 \end_layout
17122
17123 \begin_layout Standard
17124 \begin_inset Float table
17125 placement h
17126 wide false
17127 sideways false
17128 status open
17129
17130 \begin_layout Plain Layout
17131 \begin_inset Caption
17132
17133 \begin_layout Plain Layout
17134 \begin_inset CommandInset label
17135 LatexCommand label
17136 name "tab:Tabellenzellen-sind-auf"
17137
17138 \end_inset
17139
17140 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
17141 \end_layout
17142
17143 \end_inset
17144
17145
17146 \end_layout
17147
17148 \begin_layout Plain Layout
17149 \align center
17150 \begin_inset Tabular
17151 <lyxtabular version="3" rows="4" columns="2">
17152 <features>
17153 <column alignment="right" valignment="top" width="0">
17154 <column alignment="left" valignment="top" width="0" special="@{}l">
17155 <row>
17156 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160 Überschrift
17161 \end_layout
17162
17163 \end_inset
17164 </cell>
17165 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17166 \begin_inset Text
17167
17168 \begin_layout Plain Layout
17169
17170 \end_layout
17171
17172 \end_inset
17173 </cell>
17174 </row>
17175 <row>
17176 <cell alignment="center" valignment="top" usebox="none">
17177 \begin_inset Text
17178
17179 \begin_layout Plain Layout
17180 12.
17181 \end_layout
17182
17183 \end_inset
17184 </cell>
17185 <cell alignment="center" valignment="top" usebox="none">
17186 \begin_inset Text
17187
17188 \begin_layout Plain Layout
17189 6
17190 \end_layout
17191
17192 \end_inset
17193 </cell>
17194 </row>
17195 <row>
17196 <cell alignment="center" valignment="top" usebox="none">
17197 \begin_inset Text
17198
17199 \begin_layout Plain Layout
17200 0.
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 <cell alignment="center" valignment="top" usebox="none">
17206 \begin_inset Text
17207
17208 \begin_layout Plain Layout
17209 68
17210 \end_layout
17211
17212 \end_inset
17213 </cell>
17214 </row>
17215 <row>
17216 <cell alignment="center" valignment="top" usebox="none">
17217 \begin_inset Text
17218
17219 \begin_layout Plain Layout
17220 -123.
17221 \end_layout
17222
17223 \end_inset
17224 </cell>
17225 <cell alignment="center" valignment="top" usebox="none">
17226 \begin_inset Text
17227
17228 \begin_layout Plain Layout
17229 0
17230 \end_layout
17231
17232 \end_inset
17233 </cell>
17234 </row>
17235 </lyxtabular>
17236
17237 \end_inset
17238
17239
17240 \end_layout
17241
17242 \end_inset
17243
17244
17245 \end_layout
17246
17247 \begin_layout Standard
17248 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17249  Die Überschrift ist eine zentrierte Mehrfachspalte.
17250  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17251  der Zahlen einschließlich Dezimalpunkt.
17252  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17253  der Zahlen.
17254   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17255 \family sans
17256 LaTe
17257 \begin_inset ERT
17258 status collapsed
17259
17260 \begin_layout Plain Layout
17261
17262 {}
17263 \end_layout
17264
17265 \end_inset
17266
17267 X-Argument
17268 \family default
17269  für die zweite Spalte folgendes eingefügt:
17270 \end_layout
17271
17272 \begin_layout Standard
17273
17274 \series bold
17275 @{}l
17276 \end_layout
17277
17278 \begin_layout Standard
17279 Tabelle
17280 \begin_inset space ~
17281 \end_inset
17282
17283
17284 \begin_inset CommandInset ref
17285 LatexCommand ref
17286 reference "tab:Verschiedene-Ausrichtungen"
17287
17288 \end_inset
17289
17290  zeigt einige Ausrichtungen.
17291  Für die Ausrichtung der Relationen müssen Sie den 
17292 \family sans
17293 Mittleren
17294 \begin_inset space ~
17295 \end_inset
17296
17297 Abstand
17298 \family default
17299  aus der 
17300 \family sans
17301 Mathe-Werkzeugleiste
17302 \family default
17303  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17304  rechts vom Relationszeichen zu bekommen.
17305 \end_layout
17306
17307 \begin_layout Standard
17308
17309 \color black
17310 \begin_inset Float table
17311 placement h
17312 wide false
17313 sideways false
17314 status open
17315
17316 \begin_layout Plain Layout
17317
17318 \color black
17319 \begin_inset Caption
17320
17321 \begin_layout Plain Layout
17322
17323 \color black
17324 \begin_inset CommandInset label
17325 LatexCommand label
17326 name "tab:Verschiedene-Ausrichtungen"
17327
17328 \end_inset
17329
17330
17331 \color inherit
17332 Verschiedene Ausrichtungen
17333 \end_layout
17334
17335 \end_inset
17336
17337
17338 \end_layout
17339
17340 \begin_layout Plain Layout
17341 \align center
17342 \begin_inset Tabular
17343 <lyxtabular version="3" rows="4" columns="6">
17344 <features>
17345 <column alignment="right" valignment="top" width="0">
17346 <column alignment="left" valignment="top" width="0" special="@{}l">
17347 <column alignment="right" valignment="top" width="0">
17348 <column alignment="left" valignment="top" width="0" special="@{}l">
17349 <column alignment="right" valignment="top" width="0">
17350 <column alignment="left" valignment="top" width="0" special="@{}l">
17351 <row>
17352 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17353 \begin_inset Text
17354
17355 \begin_layout Plain Layout
17356 Einheiten
17357 \end_layout
17358
17359 \end_inset
17360 </cell>
17361 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17362 \begin_inset Text
17363
17364 \begin_layout Plain Layout
17365
17366 \end_layout
17367
17368 \end_inset
17369 </cell>
17370 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17371 \begin_inset Text
17372
17373 \begin_layout Plain Layout
17374 Exponenten
17375 \end_layout
17376
17377 \end_inset
17378 </cell>
17379 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17380 \begin_inset Text
17381
17382 \begin_layout Plain Layout
17383
17384 \end_layout
17385
17386 \end_inset
17387 </cell>
17388 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17389 \begin_inset Text
17390
17391 \begin_layout Plain Layout
17392 Relationen
17393 \end_layout
17394
17395 \end_inset
17396 </cell>
17397 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17398 \begin_inset Text
17399
17400 \begin_layout Plain Layout
17401
17402 \end_layout
17403
17404 \end_inset
17405 </cell>
17406 </row>
17407 <row>
17408 <cell alignment="center" valignment="top" usebox="none">
17409 \begin_inset Text
17410
17411 \begin_layout Plain Layout
17412 12×
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Plain Layout
17421 24
17422 \begin_inset space \thinspace{}
17423 \end_inset
17424
17425 Flaschen
17426 \end_layout
17427
17428 \end_inset
17429 </cell>
17430 <cell alignment="center" valignment="top" usebox="none">
17431 \begin_inset Text
17432
17433 \begin_layout Plain Layout
17434 \begin_inset Formula $10\cdot$
17435 \end_inset
17436
17437
17438 \end_layout
17439
17440 \end_inset
17441 </cell>
17442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17443 \begin_inset Text
17444
17445 \begin_layout Plain Layout
17446 \begin_inset Formula $10^{\mbox{-}17}$
17447 \end_inset
17448
17449
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 <cell alignment="center" valignment="top" usebox="none">
17455 \begin_inset Text
17456
17457 \begin_layout Plain Layout
17458 \begin_inset Formula $\Gamma(t)\propto$
17459 \end_inset
17460
17461
17462 \end_layout
17463
17464 \end_inset
17465 </cell>
17466 <cell alignment="center" valignment="top" usebox="none">
17467 \begin_inset Text
17468
17469 \begin_layout Plain Layout
17470 \begin_inset Formula $\:\Upsilon(t)$
17471 \end_inset
17472
17473
17474 \end_layout
17475
17476 \end_inset
17477 </cell>
17478 </row>
17479 <row>
17480 <cell alignment="center" valignment="top" usebox="none">
17481 \begin_inset Text
17482
17483 \begin_layout Plain Layout
17484 1024×
17485 \end_layout
17486
17487 \end_inset
17488 </cell>
17489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17490 \begin_inset Text
17491
17492 \begin_layout Plain Layout
17493 768
17494 \begin_inset space \thinspace{}
17495 \end_inset
17496
17497 Pixel
17498 \end_layout
17499
17500 \end_inset
17501 </cell>
17502 <cell alignment="center" valignment="top" usebox="none">
17503 \begin_inset Text
17504
17505 \begin_layout Plain Layout
17506 \begin_inset Formula $5.78\cdot$
17507 \end_inset
17508
17509
17510 \end_layout
17511
17512 \end_inset
17513 </cell>
17514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17515 \begin_inset Text
17516
17517 \begin_layout Plain Layout
17518 \begin_inset Formula $10^{7}$
17519 \end_inset
17520
17521
17522 \end_layout
17523
17524 \end_inset
17525 </cell>
17526 <cell alignment="center" valignment="top" usebox="none">
17527 \begin_inset Text
17528
17529 \begin_layout Plain Layout
17530 \begin_inset Formula $A\ne$
17531 \end_inset
17532
17533
17534 \end_layout
17535
17536 \end_inset
17537 </cell>
17538 <cell alignment="center" valignment="top" usebox="none">
17539 \begin_inset Text
17540
17541 \begin_layout Plain Layout
17542 \begin_inset Formula $\: B_{\mathrm{red}}$
17543 \end_inset
17544
17545
17546 \end_layout
17547
17548 \end_inset
17549 </cell>
17550 </row>
17551 <row>
17552 <cell alignment="center" valignment="top" usebox="none">
17553 \begin_inset Text
17554
17555 \begin_layout Plain Layout
17556 32×
17557 \end_layout
17558
17559 \end_inset
17560 </cell>
17561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17562 \begin_inset Text
17563
17564 \begin_layout Plain Layout
17565 6
17566 \begin_inset space \thinspace{}
17567 \end_inset
17568
17569 cm
17570 \end_layout
17571
17572 \end_inset
17573 </cell>
17574 <cell alignment="center" valignment="top" usebox="none">
17575 \begin_inset Text
17576
17577 \begin_layout Plain Layout
17578 -
17579 \begin_inset Formula $33.5\cdot$
17580 \end_inset
17581
17582
17583 \end_layout
17584
17585 \end_inset
17586 </cell>
17587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17588 \begin_inset Text
17589
17590 \begin_layout Plain Layout
17591 \begin_inset Formula $10^{4}$
17592 \end_inset
17593
17594
17595 \end_layout
17596
17597 \end_inset
17598 </cell>
17599 <cell alignment="center" valignment="top" usebox="none">
17600 \begin_inset Text
17601
17602 \begin_layout Plain Layout
17603 \begin_inset Formula $\sin(\alpha)\ge$
17604 \end_inset
17605
17606
17607 \end_layout
17608
17609 \end_inset
17610 </cell>
17611 <cell alignment="center" valignment="top" usebox="none">
17612 \begin_inset Text
17613
17614 \begin_layout Plain Layout
17615 \begin_inset Formula $\:\sin(\beta)$
17616 \end_inset
17617
17618
17619 \end_layout
17620
17621 \end_inset
17622 </cell>
17623 </row>
17624 </lyxtabular>
17625
17626 \end_inset
17627
17628
17629 \end_layout
17630
17631 \end_inset
17632
17633
17634 \end_layout
17635
17636 \begin_layout Standard
17637 \begin_inset VSpace bigskip
17638 \end_inset
17639
17640 Es gibt auch noch das LaTeX-Paket 
17641 \series bold
17642 dcolumn
17643 \series default
17644 ,
17645 \begin_inset Index
17646 status collapsed
17647
17648 \begin_layout Plain Layout
17649 LaTeX-Pakete ! dcolumn
17650 \end_layout
17651
17652 \end_inset
17653
17654  mit dem man Zellen ausrichten kann.
17655  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17656  in den Zellen.
17657  Die erste Spalte von Tabelle
17658 \begin_inset space ~
17659 \end_inset
17660
17661
17662 \begin_inset CommandInset ref
17663 LatexCommand ref
17664 reference "tab:Verschiedene-Ausrichtungen"
17665
17666 \end_inset
17667
17668  wird mit 
17669 \family typewriter
17670 dcolumn
17671 \family default
17672  wie die erste Spalte von Tabelle
17673 \begin_inset space ~
17674 \end_inset
17675
17676
17677 \begin_inset CommandInset ref
17678 LatexCommand ref
17679 reference "tab:Ausrichtung-mit-dem"
17680
17681 \end_inset
17682
17683  aussehen und nur mit ein paar Tricks wie erwartet.
17684  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17685 \begin_inset space ~
17686 \end_inset
17687
17688
17689 \begin_inset CommandInset ref
17690 LatexCommand ref
17691 reference "tab:Verschiedene-Ausrichtungen"
17692
17693 \end_inset
17694
17695  ist mit 
17696 \series bold
17697 dcolumn
17698 \series default
17699  nicht möglich.
17700 \end_layout
17701
17702 \begin_layout Standard
17703 \begin_inset Float table
17704 placement h
17705 wide false
17706 sideways false
17707 status open
17708
17709 \begin_layout Plain Layout
17710 \begin_inset Caption
17711
17712 \begin_layout Plain Layout
17713 \begin_inset CommandInset label
17714 LatexCommand label
17715 name "tab:Ausrichtung-mit-dem"
17716
17717 \end_inset
17718
17719 Ausrichtung mit dem LaTeX-Paket 
17720 \series bold
17721 dcolumn
17722 \series default
17723 .
17724  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17725  bekommen.
17726 \begin_inset OptArg
17727 status collapsed
17728
17729 \begin_layout Plain Layout
17730 Ausrichtung mit dem LaTeX-Paket 
17731 \series bold
17732 dcolumn
17733 \end_layout
17734
17735 \end_inset
17736
17737
17738 \end_layout
17739
17740 \end_inset
17741
17742
17743 \end_layout
17744
17745 \begin_layout Plain Layout
17746 \align center
17747 \begin_inset Tabular
17748 <lyxtabular version="3" rows="4" columns="3">
17749 <features>
17750 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17751 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17752 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17753 <row>
17754 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17755 \begin_inset Text
17756
17757 \begin_layout Plain Layout
17758 Einheiten
17759 \end_layout
17760
17761 \end_inset
17762 </cell>
17763 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17764 \begin_inset Text
17765
17766 \begin_layout Plain Layout
17767 Einheiten
17768 \end_layout
17769
17770 \end_inset
17771 </cell>
17772 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17773 \begin_inset Text
17774
17775 \begin_layout Plain Layout
17776 Einheiten
17777 \end_layout
17778
17779 \end_inset
17780 </cell>
17781 </row>
17782 <row>
17783 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17784 \begin_inset Text
17785
17786 \begin_layout Plain Layout
17787 12x24
17788 \begin_inset space \thinspace{}
17789 \end_inset
17790
17791
17792 \begin_inset Formula $\mbox{Flaschen}$
17793 \end_inset
17794
17795
17796 \end_layout
17797
17798 \end_inset
17799 </cell>
17800 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17801 \begin_inset Text
17802
17803 \begin_layout Plain Layout
17804 12x24
17805 \begin_inset space \thinspace{}
17806 \end_inset
17807
17808
17809 \begin_inset Formula $\mbox{Flaschen}$
17810 \end_inset
17811
17812
17813 \end_layout
17814
17815 \end_inset
17816 </cell>
17817 <cell alignment="center" valignment="top" usebox="none">
17818 \begin_inset Text
17819
17820 \begin_layout Plain Layout
17821 12
17822 \begin_inset ERT
17823 status collapsed
17824
17825 \begin_layout Plain Layout
17826
17827
17828 \backslash
17829 times 
17830 \end_layout
17831
17832 \end_inset
17833
17834 24~
17835 \begin_inset Formula $\mbox{Flaschen}$
17836 \end_inset
17837
17838
17839 \end_layout
17840
17841 \end_inset
17842 </cell>
17843 </row>
17844 <row>
17845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17846 \begin_inset Text
17847
17848 \begin_layout Plain Layout
17849 1024x768
17850 \begin_inset space \thinspace{}
17851 \end_inset
17852
17853
17854 \begin_inset Formula $\mbox{Pixel}$
17855 \end_inset
17856
17857
17858 \end_layout
17859
17860 \end_inset
17861 </cell>
17862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17863 \begin_inset Text
17864
17865 \begin_layout Plain Layout
17866 1024x768
17867 \begin_inset space \thinspace{}
17868 \end_inset
17869
17870
17871 \begin_inset Formula $\mbox{Pixel}$
17872 \end_inset
17873
17874
17875 \end_layout
17876
17877 \end_inset
17878 </cell>
17879 <cell alignment="center" valignment="top" usebox="none">
17880 \begin_inset Text
17881
17882 \begin_layout Plain Layout
17883 1024
17884 \begin_inset ERT
17885 status collapsed
17886
17887 \begin_layout Plain Layout
17888
17889
17890 \backslash
17891 times 
17892 \end_layout
17893
17894 \end_inset
17895
17896 768~
17897 \begin_inset Formula $\mbox{Pixel}$
17898 \end_inset
17899
17900
17901 \end_layout
17902
17903 \end_inset
17904 </cell>
17905 </row>
17906 <row>
17907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17908 \begin_inset Text
17909
17910 \begin_layout Plain Layout
17911 32x6
17912 \begin_inset space \thinspace{}
17913 \end_inset
17914
17915
17916 \begin_inset Formula $\mbox{cm}$
17917 \end_inset
17918
17919
17920 \end_layout
17921
17922 \end_inset
17923 </cell>
17924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17925 \begin_inset Text
17926
17927 \begin_layout Plain Layout
17928 32x6
17929 \begin_inset space \thinspace{}
17930 \end_inset
17931
17932
17933 \begin_inset Formula $\mbox{cm}$
17934 \end_inset
17935
17936
17937 \end_layout
17938
17939 \end_inset
17940 </cell>
17941 <cell alignment="center" valignment="top" usebox="none">
17942 \begin_inset Text
17943
17944 \begin_layout Plain Layout
17945 32
17946 \begin_inset ERT
17947 status collapsed
17948
17949 \begin_layout Plain Layout
17950
17951
17952 \backslash
17953 times 
17954 \end_layout
17955
17956 \end_inset
17957
17958 6~
17959 \begin_inset Formula $\mbox{cm}$
17960 \end_inset
17961
17962
17963 \end_layout
17964
17965 \end_inset
17966 </cell>
17967 </row>
17968 </lyxtabular>
17969
17970 \end_inset
17971
17972
17973 \end_layout
17974
17975 \end_inset
17976
17977
17978 \end_layout
17979
17980 \begin_layout Subsection
17981 Angepasste Zellen-/Spaltenformate
17982 \begin_inset CommandInset label
17983 LatexCommand label
17984 name "uab:Angepasste-Zellen-/Spaltenformate"
17985
17986 \end_inset
17987
17988
17989 \begin_inset Index
17990 status collapsed
17991
17992 \begin_layout Plain Layout
17993 Tabellen ! Spaltenformat
17994 \end_layout
17995
17996 \end_inset
17997
17998
17999 \end_layout
18000
18001 \begin_layout Standard
18002 Wenn man wie in Abschnitt
18003 \begin_inset space ~
18004 \end_inset
18005
18006
18007 \begin_inset CommandInset ref
18008 LatexCommand ref
18009 reference "uab:Mehrfachspalten-Berechnungen"
18010
18011 \end_inset
18012
18013  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
18014  mehreren Tabellen mit Mehrfachspalten sehr lästig.
18015  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
18016  definieren:
18017 \end_layout
18018
18019 \begin_layout Standard
18020
18021 \series bold
18022
18023 \backslash
18024 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
18025 \end_layout
18026
18027 \begin_layout Standard
18028 Der Formatname darf nur ein Buchstabe sein, aber nicht 
18029 \emph on
18030 b
18031 \emph default
18032
18033 \emph on
18034 c
18035 \emph default
18036
18037 \emph on
18038 l
18039 \emph default
18040
18041 \emph on
18042 m
18043 \emph default
18044
18045 \emph on
18046 p
18047 \emph default
18048  oder 
18049 \emph on
18050 r
18051 \emph default
18052 , weil diese vordefiniert sind.
18053  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
18054 \end_layout
18055
18056 \begin_layout Standard
18057 \begin_inset VSpace medskip
18058 \end_inset
18059
18060
18061 \end_layout
18062
18063 \begin_layout Standard
18064 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
18065  Breite könnte das Format so aussehen:
18066 \end_layout
18067
18068 \begin_layout Standard
18069
18070 \series bold
18071
18072 \backslash
18073 newcolumntype{M}[1]{>{
18074 \backslash
18075 centering
18076 \backslash
18077 hspace{0pt}}m{#1}}
18078 \end_layout
18079
18080 \begin_layout Standard
18081 wobei 
18082 \series bold
18083
18084 \backslash
18085 hspace{0pt}
18086 \series default
18087  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
18088  Abschnitt
18089 \begin_inset space ~
18090 \end_inset
18091
18092
18093 \begin_inset CommandInset ref
18094 LatexCommand ref
18095 reference "uab:Mehrfache-Zeilen-in"
18096
18097 \end_inset
18098
18099  beschrieben.
18100  Jetzt können Sie mit
18101 \end_layout
18102
18103 \begin_layout Standard
18104
18105 \series bold
18106 M{Breite}
18107 \end_layout
18108
18109 \begin_layout Standard
18110 im 
18111 \family sans
18112 LaTeX-Argument
18113 \family default
18114  im 
18115 \family sans
18116 Tabellen-Einstellungen
18117 \family default
18118 -Dialog eine Mehrfachspalte definieren.
18119 \end_layout
18120
18121 \begin_layout Standard
18122 \begin_inset VSpace bigskip
18123 \end_inset
18124
18125
18126 \end_layout
18127
18128 \begin_layout Standard
18129 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
18130  Format definieren:
18131 \end_layout
18132
18133 \begin_layout Standard
18134
18135 \series bold
18136
18137 \backslash
18138 newcolumntype{S}[2]{>{
18139 \backslash
18140 centering
18141 \backslash
18142 hspace{0pt}}
18143 \begin_inset Newline newline
18144 \end_inset
18145
18146
18147 \begin_inset ERT
18148 status collapsed
18149
18150 \begin_layout Plain Layout
18151
18152
18153 \backslash
18154 phantom{
18155 \end_layout
18156
18157 \end_inset
18158
18159
18160 \backslash
18161 newcolumntype
18162 \begin_inset ERT
18163 status collapsed
18164
18165 \begin_layout Plain Layout
18166
18167 }
18168 \end_layout
18169
18170 \end_inset
18171
18172 m{(#1+(2
18173 \backslash
18174 tabcolsep+
18175 \backslash
18176 arrayrulewidth)*(1-#2))/#2}}
18177 \end_layout
18178
18179 \begin_layout Standard
18180 Dieses Format benutzt Gleichung
18181 \begin_inset space ~
18182 \end_inset
18183
18184
18185 \begin_inset CommandInset ref
18186 LatexCommand ref
18187 reference "eq:Wgn"
18188
18189 \end_inset
18190
18191 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18192  breit ist.
18193 \end_layout
18194
18195 \begin_layout Standard
18196 Jetzt können Sie im 
18197 \family sans
18198 LaTeX-Argument
18199 \family default
18200  im 
18201 \family sans
18202 Tabellen-Einstellungen
18203 \family default
18204 -Dialog folgendes einfügen:
18205 \end_layout
18206
18207 \begin_layout Standard
18208
18209 \series bold
18210 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18211 \end_layout
18212
18213 \begin_layout Standard
18214 \begin_inset VSpace bigskip
18215 \end_inset
18216
18217
18218 \end_layout
18219
18220 \begin_layout Standard
18221 Für farbige Spalten können Sie folgendes einfügen:
18222 \end_layout
18223
18224 \begin_layout Standard
18225
18226 \series bold
18227
18228 \backslash
18229 newcolumntype{K}[1]{>{
18230 \backslash
18231 columncolor{#1}
18232 \backslash
18233 hspace{0pt}}c}
18234 \end_layout
18235
18236 \begin_layout Standard
18237 Das 
18238 \begin_inset Quotes gld
18239 \end_inset
18240
18241 c
18242 \begin_inset Quotes grd
18243 \end_inset
18244
18245  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18246  zentriert ist.
18247  Jetzt können Sie als 
18248 \family sans
18249 LaTeX-Argument
18250 \family default
18251  folgendes einfügen:
18252 \end_layout
18253
18254 \begin_layout Standard
18255
18256 \series bold
18257 K{Farbname}
18258 \end_layout
18259
18260 \begin_layout Standard
18261 \begin_inset VSpace bigskip
18262 \end_inset
18263
18264
18265 \end_layout
18266
18267 \begin_layout Standard
18268 Für Tabelle
18269 \begin_inset space ~
18270 \end_inset
18271
18272
18273 \begin_inset CommandInset ref
18274 LatexCommand ref
18275 reference "tab:Tabelle-mit-benutzerdefinierte"
18276
18277 \end_inset
18278
18279  wurden folgende 
18280 \family sans
18281 LaTeX-Argumente
18282 \family default
18283  benutzt:
18284 \end_layout
18285
18286 \begin_layout Standard
18287
18288 \series bold
18289 M{2.5cm}
18290 \end_layout
18291
18292 \begin_layout Standard
18293 für die erste Spalte und die Mehrfachspalte,
18294 \end_layout
18295
18296 \begin_layout Standard
18297
18298 \series bold
18299 K{red}
18300 \end_layout
18301
18302 \begin_layout Standard
18303 für die letzte Spalte und
18304 \end_layout
18305
18306 \begin_layout Standard
18307
18308 \series bold
18309 S{2.5cm}{2}
18310 \end_layout
18311
18312 \begin_layout Standard
18313 für die Spalten in der zweiten Mehrfachspalte.
18314 \end_layout
18315
18316 \begin_layout Standard
18317 \begin_inset Float table
18318 placement h
18319 wide false
18320 sideways false
18321 status open
18322
18323 \begin_layout Plain Layout
18324 \begin_inset Caption
18325
18326 \begin_layout Plain Layout
18327 \begin_inset CommandInset label
18328 LatexCommand label
18329 name "tab:Tabelle-mit-benutzerdefinierte"
18330
18331 \end_inset
18332
18333 Tabelle mit benutzerdefinierten Formaten
18334 \end_layout
18335
18336 \end_inset
18337
18338
18339 \end_layout
18340
18341 \begin_layout Plain Layout
18342 \align center
18343 \begin_inset Tabular
18344 <lyxtabular version="3" rows="3" columns="4">
18345 <features>
18346 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18347 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18348 <column alignment="center" valignment="middle" width="0">
18349 <column alignment="center" valignment="middle" width="0" special="K{red}">
18350 <row>
18351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18352 \begin_inset Text
18353
18354 \begin_layout Plain Layout
18355 einsehrlangesWort
18356 \end_layout
18357
18358 \end_inset
18359 </cell>
18360 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18361 \begin_inset Text
18362
18363 \begin_layout Plain Layout
18364 Mehrfachspalte mit mehreren Zeilen
18365 \end_layout
18366
18367 \end_inset
18368 </cell>
18369 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18370 \begin_inset Text
18371
18372 \begin_layout Plain Layout
18373
18374 \end_layout
18375
18376 \end_inset
18377 </cell>
18378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18379 \begin_inset Text
18380
18381 \begin_layout Plain Layout
18382 c
18383 \end_layout
18384
18385 \end_inset
18386 </cell>
18387 </row>
18388 <row>
18389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18390 \begin_inset Text
18391
18392 \begin_layout Plain Layout
18393 d
18394 \end_layout
18395
18396 \end_inset
18397 </cell>
18398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18399 \begin_inset Text
18400
18401 \begin_layout Plain Layout
18402 e
18403 \end_layout
18404
18405 \end_inset
18406 </cell>
18407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18408 \begin_inset Text
18409
18410 \begin_layout Plain Layout
18411 f
18412 \end_layout
18413
18414 \end_inset
18415 </cell>
18416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18417 \begin_inset Text
18418
18419 \begin_layout Plain Layout
18420 g
18421 \end_layout
18422
18423 \end_inset
18424 </cell>
18425 </row>
18426 <row>
18427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18428 \begin_inset Text
18429
18430 \begin_layout Plain Layout
18431 h
18432 \end_layout
18433
18434 \end_inset
18435 </cell>
18436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18437 \begin_inset Text
18438
18439 \begin_layout Plain Layout
18440 i
18441 \end_layout
18442
18443 \end_inset
18444 </cell>
18445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18446 \begin_inset Text
18447
18448 \begin_layout Plain Layout
18449 j
18450 \end_layout
18451
18452 \end_inset
18453 </cell>
18454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18455 \begin_inset Text
18456
18457 \begin_layout Plain Layout
18458 k
18459 \end_layout
18460
18461 \end_inset
18462 </cell>
18463 </row>
18464 </lyxtabular>
18465
18466 \end_inset
18467
18468
18469 \end_layout
18470
18471 \end_inset
18472
18473
18474 \end_layout
18475
18476 \begin_layout Subsection
18477 Liniendicke
18478 \begin_inset CommandInset label
18479 LatexCommand label
18480 name "uab:Liniendicke"
18481
18482 \end_inset
18483
18484
18485 \begin_inset Index
18486 status collapsed
18487
18488 \begin_layout Plain Layout
18489 Tabellen  ! Linien ! -dicke
18490 \end_layout
18491
18492 \end_inset
18493
18494
18495 \end_layout
18496
18497 \begin_layout Standard
18498 Die Liniendicke für alle Linien einer Tabelle kann mit 
18499 \series bold
18500
18501 \backslash
18502 arrayrulewidth
18503 \series default
18504  eingestellt werden.
18505  Um eine Liniendicke von 1.5
18506 \begin_inset space \thinspace{}
18507 \end_inset
18508
18509 pt wie in Tabelle
18510 \begin_inset space ~
18511 \end_inset
18512
18513
18514 \begin_inset CommandInset ref
18515 LatexCommand ref
18516 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18517
18518 \end_inset
18519
18520  zu bekommen, geben Sie den Befehl
18521 \end_layout
18522
18523 \begin_layout Standard
18524
18525 \series bold
18526
18527 \backslash
18528 setlength{
18529 \backslash
18530 arrayrulewidth}{1.5pt}
18531 \end_layout
18532
18533 \begin_layout Standard
18534 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18535  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18536  Mit
18537 \end_layout
18538
18539 \begin_layout Standard
18540
18541 \series bold
18542
18543 \backslash
18544 setlength{
18545 \backslash
18546 arrayrulewidth}{0.4pt}
18547 \end_layout
18548
18549 \begin_layout Standard
18550 bekommen Sie wieder die Standarddicke.
18551 \end_layout
18552
18553 \begin_layout Standard
18554 \begin_inset ERT
18555 status collapsed
18556
18557 \begin_layout Plain Layout
18558
18559
18560 \backslash
18561 setlength{
18562 \backslash
18563 arrayrulewidth}{1.5pt}
18564 \end_layout
18565
18566 \end_inset
18567
18568
18569 \begin_inset Float table
18570 placement H
18571 wide false
18572 sideways false
18573 status open
18574
18575 \begin_layout Plain Layout
18576 \begin_inset Caption
18577
18578 \begin_layout Plain Layout
18579 \begin_inset CommandInset label
18580 LatexCommand label
18581 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18582
18583 \end_inset
18584
18585 Tabelle mit 1.5
18586 \begin_inset space \thinspace{}
18587 \end_inset
18588
18589 pt Liniendicke
18590 \end_layout
18591
18592 \end_inset
18593
18594
18595 \end_layout
18596
18597 \begin_layout Plain Layout
18598 \align center
18599 \begin_inset Tabular
18600 <lyxtabular version="3" rows="3" columns="3">
18601 <features>
18602 <column alignment="center" valignment="top" width="0">
18603 <column alignment="center" valignment="top" width="0">
18604 <column alignment="center" valignment="top" width="0">
18605 <row>
18606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18607 \begin_inset Text
18608
18609 \begin_layout Plain Layout
18610 sd
18611 \end_layout
18612
18613 \end_inset
18614 </cell>
18615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18616 \begin_inset Text
18617
18618 \begin_layout Plain Layout
18619
18620 \end_layout
18621
18622 \end_inset
18623 </cell>
18624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18625 \begin_inset Text
18626
18627 \begin_layout Plain Layout
18628
18629 \end_layout
18630
18631 \end_inset
18632 </cell>
18633 </row>
18634 <row>
18635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18636 \begin_inset Text
18637
18638 \begin_layout Plain Layout
18639
18640 \end_layout
18641
18642 \end_inset
18643 </cell>
18644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18645 \begin_inset Text
18646
18647 \begin_layout Plain Layout
18648 sd
18649 \end_layout
18650
18651 \end_inset
18652 </cell>
18653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18654 \begin_inset Text
18655
18656 \begin_layout Plain Layout
18657
18658 \end_layout
18659
18660 \end_inset
18661 </cell>
18662 </row>
18663 <row>
18664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18665 \begin_inset Text
18666
18667 \begin_layout Plain Layout
18668
18669 \end_layout
18670
18671 \end_inset
18672 </cell>
18673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18674 \begin_inset Text
18675
18676 \begin_layout Plain Layout
18677
18678 \end_layout
18679
18680 \end_inset
18681 </cell>
18682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18683 \begin_inset Text
18684
18685 \begin_layout Plain Layout
18686 sd
18687 \end_layout
18688
18689 \end_inset
18690 </cell>
18691 </row>
18692 </lyxtabular>
18693
18694 \end_inset
18695
18696
18697 \end_layout
18698
18699 \end_inset
18700
18701
18702 \begin_inset ERT
18703 status collapsed
18704
18705 \begin_layout Plain Layout
18706
18707
18708 \backslash
18709 setlength{
18710 \backslash
18711 arrayrulewidth}{0.4pt}
18712 \end_layout
18713
18714 \end_inset
18715
18716
18717 \end_layout
18718
18719 \begin_layout Standard
18720 \begin_inset VSpace bigskip
18721 \end_inset
18722
18723 Um eine Liniendicke von 1.5
18724 \begin_inset space \thinspace{}
18725 \end_inset
18726
18727 pt nur für horizontale Linien zu bekommen wie in Tabelle
18728 \begin_inset space ~
18729 \end_inset
18730
18731
18732 \begin_inset CommandInset ref
18733 LatexCommand ref
18734 reference "tab:Tabelle-mit-1.5pt-horiz"
18735
18736 \end_inset
18737
18738 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18739  einfügen:
18740 \end_layout
18741
18742 \begin_layout Standard
18743
18744 \series bold
18745
18746 \backslash
18747 let
18748 \backslash
18749 myHline
18750 \backslash
18751 hline
18752 \begin_inset Newline newline
18753 \end_inset
18754
18755
18756 \backslash
18757 renewcommand{
18758 \backslash
18759 hline}
18760 \begin_inset Newline newline
18761 \end_inset
18762
18763  {
18764 \backslash
18765 noalign{
18766 \backslash
18767 global
18768 \backslash
18769 arrayrulewidth 1.5pt}
18770 \begin_inset Newline newline
18771 \end_inset
18772
18773  
18774 \backslash
18775 myHline
18776 \backslash
18777 noalign{
18778 \backslash
18779 global
18780 \backslash
18781 arrayrulewidth 0.4pt}}
18782 \end_layout
18783
18784 \begin_layout Standard
18785 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18786  der (Gleit\SpecialChar \-
18787 objekt-)Tabelle zurück:
18788 \end_layout
18789
18790 \begin_layout Standard
18791
18792 \series bold
18793
18794 \backslash
18795 renewcommand{
18796 \backslash
18797 hline}{
18798 \backslash
18799 myHline}
18800 \end_layout
18801
18802 \begin_layout Standard
18803 \begin_inset ERT
18804 status collapsed
18805
18806 \begin_layout Plain Layout
18807
18808
18809 \backslash
18810 let
18811 \backslash
18812 myHline
18813 \backslash
18814 hline
18815 \end_layout
18816
18817 \begin_layout Plain Layout
18818
18819
18820 \backslash
18821 renewcommand{
18822 \backslash
18823 hline}
18824 \end_layout
18825
18826 \begin_layout Plain Layout
18827
18828  {
18829 \backslash
18830 noalign{
18831 \backslash
18832 global
18833 \backslash
18834 arrayrulewidth 1.5pt}
18835 \end_layout
18836
18837 \begin_layout Plain Layout
18838
18839   
18840 \backslash
18841 myHline
18842 \backslash
18843 noalign{
18844 \backslash
18845 global
18846 \backslash
18847 arrayrulewidth 0.4pt}}
18848 \end_layout
18849
18850 \end_inset
18851
18852
18853 \begin_inset Float table
18854 placement h
18855 wide false
18856 sideways false
18857 status open
18858
18859 \begin_layout Plain Layout
18860 \begin_inset Caption
18861
18862 \begin_layout Plain Layout
18863 \begin_inset CommandInset label
18864 LatexCommand label
18865 name "tab:Tabelle-mit-1.5pt-horiz"
18866
18867 \end_inset
18868
18869 Tabelle mit 1.5
18870 \begin_inset space \thinspace{}
18871 \end_inset
18872
18873 pt dicken horizontalen Linien
18874 \end_layout
18875
18876 \end_inset
18877
18878
18879 \end_layout
18880
18881 \begin_layout Plain Layout
18882 \align center
18883 \begin_inset Tabular
18884 <lyxtabular version="3" rows="3" columns="3">
18885 <features>
18886 <column alignment="center" valignment="top" width="0">
18887 <column alignment="center" valignment="top" width="0">
18888 <column alignment="center" valignment="top" width="0">
18889 <row>
18890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18891 \begin_inset Text
18892
18893 \begin_layout Plain Layout
18894 sd
18895 \end_layout
18896
18897 \end_inset
18898 </cell>
18899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18900 \begin_inset Text
18901
18902 \begin_layout Plain Layout
18903
18904 \end_layout
18905
18906 \end_inset
18907 </cell>
18908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18909 \begin_inset Text
18910
18911 \begin_layout Plain Layout
18912
18913 \end_layout
18914
18915 \end_inset
18916 </cell>
18917 </row>
18918 <row>
18919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18920 \begin_inset Text
18921
18922 \begin_layout Plain Layout
18923
18924 \end_layout
18925
18926 \end_inset
18927 </cell>
18928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18929 \begin_inset Text
18930
18931 \begin_layout Plain Layout
18932 sd
18933 \end_layout
18934
18935 \end_inset
18936 </cell>
18937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18938 \begin_inset Text
18939
18940 \begin_layout Plain Layout
18941
18942 \end_layout
18943
18944 \end_inset
18945 </cell>
18946 </row>
18947 <row>
18948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18949 \begin_inset Text
18950
18951 \begin_layout Plain Layout
18952
18953 \end_layout
18954
18955 \end_inset
18956 </cell>
18957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18958 \begin_inset Text
18959
18960 \begin_layout Plain Layout
18961
18962 \end_layout
18963
18964 \end_inset
18965 </cell>
18966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18967 \begin_inset Text
18968
18969 \begin_layout Plain Layout
18970 sd
18971 \end_layout
18972
18973 \end_inset
18974 </cell>
18975 </row>
18976 </lyxtabular>
18977
18978 \end_inset
18979
18980
18981 \end_layout
18982
18983 \end_inset
18984
18985
18986 \begin_inset ERT
18987 status collapsed
18988
18989 \begin_layout Plain Layout
18990
18991
18992 \backslash
18993 renewcommand{
18994 \backslash
18995 hline}{
18996 \backslash
18997 myHline}
18998 \end_layout
18999
19000 \end_inset
19001
19002
19003 \end_layout
19004
19005 \begin_layout Standard
19006 \begin_inset VSpace bigskip
19007 \end_inset
19008
19009 Um die Liniendicke von 1.5
19010 \begin_inset space \thinspace{}
19011 \end_inset
19012
19013 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
19014  Spaltenformat entsprechend der Beschreibung in Abschnitt
19015 \begin_inset space ~
19016 \end_inset
19017
19018
19019 \begin_inset CommandInset ref
19020 LatexCommand ref
19021 reference "uab:Angepasste-Zellen-/Spaltenformate"
19022
19023 \end_inset
19024
19025  definieren:
19026 \end_layout
19027
19028 \begin_layout Standard
19029
19030 \series bold
19031
19032 \backslash
19033 newcolumntype{V}{!{
19034 \backslash
19035 vrule width 1.5pt}}
19036 \end_layout
19037
19038 \begin_layout Standard
19039 In Tabelle
19040 \begin_inset space ~
19041 \end_inset
19042
19043
19044 \begin_inset CommandInset ref
19045 LatexCommand ref
19046 reference "tab:Tabelle-mit-1.5pt-vert"
19047
19048 \end_inset
19049
19050  wurde das 
19051 \family sans
19052 LaTe
19053 \begin_inset ERT
19054 status collapsed
19055
19056 \begin_layout Plain Layout
19057
19058 {}
19059 \end_layout
19060
19061 \end_inset
19062
19063 X-Argument
19064 \family default
19065 \series bold
19066  VcV
19067 \series default
19068  für die letzte Spalte und
19069 \series bold
19070  Vc
19071 \series default
19072  für die anderen benutzt.
19073 \end_layout
19074
19075 \begin_layout Standard
19076 \begin_inset Float table
19077 placement H
19078 wide false
19079 sideways false
19080 status open
19081
19082 \begin_layout Plain Layout
19083 \begin_inset Caption
19084
19085 \begin_layout Plain Layout
19086 \begin_inset CommandInset label
19087 LatexCommand label
19088 name "tab:Tabelle-mit-1.5pt-vert"
19089
19090 \end_inset
19091
19092 Tabelle mit 1.5
19093 \begin_inset space \thinspace{}
19094 \end_inset
19095
19096 pt dicken vertikalen Linien
19097 \end_layout
19098
19099 \end_inset
19100
19101
19102 \end_layout
19103
19104 \begin_layout Plain Layout
19105 \align center
19106 \begin_inset Tabular
19107 <lyxtabular version="3" rows="3" columns="3">
19108 <features>
19109 <column alignment="center" valignment="top" width="0" special="Vc">
19110 <column alignment="center" valignment="top" width="0" special="Vc">
19111 <column alignment="center" valignment="top" width="0" special="VcV">
19112 <row>
19113 <cell alignment="center" valignment="top" topline="true" usebox="none">
19114 \begin_inset Text
19115
19116 \begin_layout Plain Layout
19117 sd
19118 \end_layout
19119
19120 \end_inset
19121 </cell>
19122 <cell alignment="center" valignment="top" topline="true" usebox="none">
19123 \begin_inset Text
19124
19125 \begin_layout Plain Layout
19126
19127 \end_layout
19128
19129 \end_inset
19130 </cell>
19131 <cell alignment="center" valignment="top" topline="true" usebox="none">
19132 \begin_inset Text
19133
19134 \begin_layout Plain Layout
19135
19136 \end_layout
19137
19138 \end_inset
19139 </cell>
19140 </row>
19141 <row>
19142 <cell alignment="center" valignment="top" topline="true" usebox="none">
19143 \begin_inset Text
19144
19145 \begin_layout Plain Layout
19146
19147 \end_layout
19148
19149 \end_inset
19150 </cell>
19151 <cell alignment="center" valignment="top" topline="true" usebox="none">
19152 \begin_inset Text
19153
19154 \begin_layout Plain Layout
19155 sd
19156 \end_layout
19157
19158 \end_inset
19159 </cell>
19160 <cell alignment="center" valignment="top" topline="true" usebox="none">
19161 \begin_inset Text
19162
19163 \begin_layout Plain Layout
19164
19165 \end_layout
19166
19167 \end_inset
19168 </cell>
19169 </row>
19170 <row>
19171 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19172 \begin_inset Text
19173
19174 \begin_layout Plain Layout
19175
19176 \end_layout
19177
19178 \end_inset
19179 </cell>
19180 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19181 \begin_inset Text
19182
19183 \begin_layout Plain Layout
19184
19185 \end_layout
19186
19187 \end_inset
19188 </cell>
19189 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19190 \begin_inset Text
19191
19192 \begin_layout Plain Layout
19193 sd
19194 \end_layout
19195
19196 \end_inset
19197 </cell>
19198 </row>
19199 </lyxtabular>
19200
19201 \end_inset
19202
19203
19204 \end_layout
19205
19206 \end_inset
19207
19208
19209 \end_layout
19210
19211 \begin_layout Subsection
19212 Gestrichelte Linien
19213 \begin_inset Index
19214 status collapsed
19215
19216 \begin_layout Plain Layout
19217 Tabellen  ! Linien ! gestrichelte 
19218 \end_layout
19219
19220 \end_inset
19221
19222
19223 \end_layout
19224
19225 \begin_layout Standard
19226 \begin_inset ERT
19227 status collapsed
19228
19229 \begin_layout Plain Layout
19230
19231
19232 \backslash
19233 ifarydshln
19234 \end_layout
19235
19236 \end_inset
19237
19238
19239 \begin_inset Note Note
19240 status open
19241
19242 \begin_layout Plain Layout
19243 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19244 \series bold
19245 arydshln
19246 \series default
19247  installiert ist.
19248 \end_layout
19249
19250 \end_inset
19251
19252
19253 \end_layout
19254
19255 \begin_layout Standard
19256 \begin_inset Float table
19257 placement h
19258 wide false
19259 sideways false
19260 status open
19261
19262 \begin_layout Plain Layout
19263 \begin_inset Caption
19264
19265 \begin_layout Plain Layout
19266 \begin_inset CommandInset label
19267 LatexCommand label
19268 name "tab:Tabelle-mit-gestrichelten"
19269
19270 \end_inset
19271
19272 Tabelle mit gestrichelten Linien
19273 \end_layout
19274
19275 \end_inset
19276
19277
19278 \end_layout
19279
19280 \begin_layout Plain Layout
19281 \align center
19282 \begin_inset Tabular
19283 <lyxtabular version="3" rows="5" columns="5">
19284 <features>
19285 <column alignment="center" valignment="top" width="0">
19286 <column alignment="center" valignment="top" width="0">
19287 <column alignment="center" valignment="top" width="0" special=":c">
19288 <column alignment="center" valignment="top" width="0">
19289 <column alignment="center" valignment="top" width="0">
19290 <row>
19291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19292 \begin_inset Text
19293
19294 \begin_layout Plain Layout
19295 a
19296 \end_layout
19297
19298 \end_inset
19299 </cell>
19300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19301 \begin_inset Text
19302
19303 \begin_layout Plain Layout
19304 b
19305 \end_layout
19306
19307 \end_inset
19308 </cell>
19309 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19310 \begin_inset Text
19311
19312 \begin_layout Plain Layout
19313 c
19314 \end_layout
19315
19316 \end_inset
19317 </cell>
19318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19319 \begin_inset Text
19320
19321 \begin_layout Plain Layout
19322 d
19323 \end_layout
19324
19325 \end_inset
19326 </cell>
19327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19328 \begin_inset Text
19329
19330 \begin_layout Plain Layout
19331 e
19332 \end_layout
19333
19334 \end_inset
19335 </cell>
19336 </row>
19337 <row>
19338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19339 \begin_inset Text
19340
19341 \begin_layout Plain Layout
19342 f
19343 \end_layout
19344
19345 \end_inset
19346 </cell>
19347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19348 \begin_inset Text
19349
19350 \begin_layout Plain Layout
19351 g
19352 \end_layout
19353
19354 \end_inset
19355 </cell>
19356 <cell alignment="center" valignment="top" topline="true" usebox="none">
19357 \begin_inset Text
19358
19359 \begin_layout Plain Layout
19360 h
19361 \end_layout
19362
19363 \end_inset
19364 </cell>
19365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19366 \begin_inset Text
19367
19368 \begin_layout Plain Layout
19369 i
19370 \end_layout
19371
19372 \end_inset
19373 </cell>
19374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19375 \begin_inset Text
19376
19377 \begin_layout Plain Layout
19378 j
19379 \end_layout
19380
19381 \end_inset
19382 </cell>
19383 </row>
19384 <row>
19385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19386 \begin_inset Text
19387
19388 \begin_layout Plain Layout
19389 \begin_inset ERT
19390 status collapsed
19391
19392 \begin_layout Plain Layout
19393
19394
19395 \backslash
19396 hdashline 
19397 \end_layout
19398
19399 \end_inset
19400
19401 k
19402 \end_layout
19403
19404 \end_inset
19405 </cell>
19406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19407 \begin_inset Text
19408
19409 \begin_layout Plain Layout
19410 l
19411 \end_layout
19412
19413 \end_inset
19414 </cell>
19415 <cell alignment="center" valignment="top" usebox="none">
19416 \begin_inset Text
19417
19418 \begin_layout Plain Layout
19419 m
19420 \end_layout
19421
19422 \end_inset
19423 </cell>
19424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19425 \begin_inset Text
19426
19427 \begin_layout Plain Layout
19428 n
19429 \end_layout
19430
19431 \end_inset
19432 </cell>
19433 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19434 \begin_inset Text
19435
19436 \begin_layout Plain Layout
19437 o
19438 \end_layout
19439
19440 \end_inset
19441 </cell>
19442 </row>
19443 <row>
19444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19445 \begin_inset Text
19446
19447 \begin_layout Plain Layout
19448 \begin_inset ERT
19449 status collapsed
19450
19451 \begin_layout Plain Layout
19452
19453
19454 \backslash
19455 cdashline{4-5}
19456 \end_layout
19457
19458 \end_inset
19459
19460 p
19461 \end_layout
19462
19463 \end_inset
19464 </cell>
19465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19466 \begin_inset Text
19467
19468 \begin_layout Plain Layout
19469 q
19470 \end_layout
19471
19472 \end_inset
19473 </cell>
19474 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19475 \begin_inset Text
19476
19477 \begin_layout Plain Layout
19478 r
19479 \end_layout
19480
19481 \end_inset
19482 </cell>
19483 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19484 \begin_inset Text
19485
19486 \begin_layout Plain Layout
19487 s
19488 \end_layout
19489
19490 \end_inset
19491 </cell>
19492 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19493 \begin_inset Text
19494
19495 \begin_layout Plain Layout
19496
19497 \end_layout
19498
19499 \end_inset
19500 </cell>
19501 </row>
19502 <row>
19503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19504 \begin_inset Text
19505
19506 \begin_layout Plain Layout
19507 t
19508 \end_layout
19509
19510 \end_inset
19511 </cell>
19512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19513 \begin_inset Text
19514
19515 \begin_layout Plain Layout
19516 u
19517 \end_layout
19518
19519 \end_inset
19520 </cell>
19521 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19522 \begin_inset Text
19523
19524 \begin_layout Plain Layout
19525 v
19526 \end_layout
19527
19528 \end_inset
19529 </cell>
19530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19531 \begin_inset Text
19532
19533 \begin_layout Plain Layout
19534 w
19535 \end_layout
19536
19537 \end_inset
19538 </cell>
19539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19540 \begin_inset Text
19541
19542 \begin_layout Plain Layout
19543 x
19544 \end_layout
19545
19546 \end_inset
19547 </cell>
19548 </row>
19549 </lyxtabular>
19550
19551 \end_inset
19552
19553
19554 \end_layout
19555
19556 \end_inset
19557
19558
19559 \end_layout
19560
19561 \begin_layout Standard
19562 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19563  TeX-Code benutzen.
19564  Zunächst müssen Sie das LaTeX-Paket 
19565 \series bold
19566 arydshln
19567 \series default
19568
19569 \begin_inset Index
19570 status collapsed
19571
19572 \begin_layout Plain Layout
19573 LaTeX-Pakete ! arydshln
19574 \end_layout
19575
19576 \end_inset
19577
19578  im LaTeX-Vorspann laden:
19579 \end_layout
19580
19581 \begin_layout Standard
19582
19583 \series bold
19584
19585 \backslash
19586 usepackage{arydshln}
19587 \end_layout
19588
19589 \begin_layout Standard
19590 Um senkrechte Linien zu stricheln, müssen Sie im 
19591 \family sans
19592 LaTe
19593 \begin_inset ERT
19594 status collapsed
19595
19596 \begin_layout Plain Layout
19597
19598 {}
19599 \end_layout
19600
19601 \end_inset
19602
19603 X-Argument
19604 \family default
19605  des 
19606 \family sans
19607 Tabellen-Einstellungen
19608 \family default
19609 -Dialogs 
19610 \begin_inset Quotes gld
19611 \end_inset
19612
19613 :
19614 \begin_inset Quotes grd
19615 \end_inset
19616
19617 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19618 \end_layout
19619
19620 \begin_layout Standard
19621 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19622 \end_layout
19623
19624 \begin_layout Standard
19625
19626 \series bold
19627
19628 \backslash
19629 hdashline
19630 \end_layout
19631
19632 \begin_layout Standard
19633 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19634 \end_layout
19635
19636 \begin_layout Standard
19637 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19638 \end_layout
19639
19640 \begin_layout Standard
19641
19642 \series bold
19643
19644 \backslash
19645 cdashline{Anfangsspalte-Endspalte}
19646 \end_layout
19647
19648 \begin_layout Standard
19649 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19650  Wenn Sie z.
19651 \begin_inset space \thinspace{}
19652 \end_inset
19653
19654 B.
19655  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19656  gestrichelte Linie haben, fügen Sie den Befehl
19657 \end_layout
19658
19659 \begin_layout Standard
19660
19661 \series bold
19662
19663 \backslash
19664 cdashline{2-4}
19665 \end_layout
19666
19667 \begin_layout Standard
19668 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19669 \end_layout
19670
19671 \begin_layout Standard
19672 \begin_inset VSpace bigskip
19673 \end_inset
19674
19675
19676 \end_layout
19677
19678 \begin_layout Standard
19679 In Tabelle
19680 \begin_inset space ~
19681 \end_inset
19682
19683
19684 \begin_inset CommandInset ref
19685 LatexCommand ref
19686 reference "tab:Tabelle-mit-gestrichelten"
19687
19688 \end_inset
19689
19690  wurde in der dritten Spalte der Befehl
19691 \series bold
19692  
19693 \series default
19694
19695 \begin_inset Quotes gld
19696 \end_inset
19697
19698
19699 \series bold
19700 :c
19701 \begin_inset Quotes grd
19702 \end_inset
19703
19704
19705 \series default
19706  benutzt.
19707  Der Befehl 
19708 \series bold
19709
19710 \backslash
19711 hdashline
19712 \series default
19713  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19714 \begin_inset Newline newline
19715 \end_inset
19716
19717  
19718 \series bold
19719
19720 \backslash
19721 cdashline{4-5} 
19722 \series default
19723 wurde in die erste Zelle der vierten Zeile eingefügt.
19724 \end_layout
19725
19726 \begin_layout Standard
19727 \begin_inset Note Greyedout
19728 status open
19729
19730 \begin_layout Plain Layout
19731
19732 \series bold
19733 Bemerkung:
19734 \series default
19735  Das LaTeX-Paket 
19736 \series bold
19737 arydshln
19738 \series default
19739  ist nicht kompatibel dem LaTeX-Paket 
19740 \series bold
19741 colortbl
19742 \series default
19743
19744 \begin_inset Index
19745 status collapsed
19746
19747 \begin_layout Plain Layout
19748 LaTeX-Pakete ! colortbl
19749 \end_layout
19750
19751 \end_inset
19752
19753 , das für die farbigen Tabellen in Abschnitt
19754 \begin_inset space ~
19755 \end_inset
19756
19757
19758 \begin_inset CommandInset ref
19759 LatexCommand ref
19760 reference "abs:Farbige-Tabellen"
19761
19762 \end_inset
19763
19764  benutzt wurde.
19765  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19766 \end_layout
19767
19768 \end_inset
19769
19770
19771 \end_layout
19772
19773 \begin_layout Standard
19774 \begin_inset ERT
19775 status collapsed
19776
19777 \begin_layout Plain Layout
19778
19779
19780 \backslash
19781 else
19782 \end_layout
19783
19784 \end_inset
19785
19786
19787 \begin_inset Note Note
19788 status open
19789
19790 \begin_layout Plain Layout
19791 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19792 \series bold
19793 arydshln
19794 \series default
19795  nicht installiert ist:
19796 \end_layout
19797
19798 \end_inset
19799
19800
19801 \end_layout
19802
19803 \begin_layout Standard
19804 Sie müssen das LaTeX-Paket 
19805 \series bold
19806 arydshln
19807 \series default
19808  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19809 \end_layout
19810
19811 \begin_layout Standard
19812 \begin_inset ERT
19813 status collapsed
19814
19815 \begin_layout Plain Layout
19816
19817
19818 \backslash
19819 fi
19820 \end_layout
19821
19822 \end_inset
19823
19824
19825 \end_layout
19826
19827 \begin_layout Chapter
19828 Gleitobjekte
19829 \begin_inset Index
19830 status collapsed
19831
19832 \begin_layout Plain Layout
19833 Gleitobjekte
19834 \end_layout
19835
19836 \end_inset
19837
19838
19839 \end_layout
19840
19841 \begin_layout Section
19842 Einleitung
19843 \begin_inset CommandInset label
19844 LatexCommand label
19845 name "abs:Gleitobjekte-Einleitung"
19846
19847 \end_inset
19848
19849
19850 \begin_inset Index
19851 status collapsed
19852
19853 \begin_layout Plain Layout
19854 Gleitobjekte ! Einleitung
19855 \end_layout
19856
19857 \end_inset
19858
19859
19860 \end_layout
19861
19862 \begin_layout Standard
19863 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19864  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19865  der beste Platz ist.
19866  
19867 \family sans
19868 Fußnoten
19869 \family default
19870  und 
19871 \family sans
19872 Randnotizen
19873 \family default
19874  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19875  wenn auf ihrer Seite schon zu viele sind.
19876 \end_layout
19877
19878 \begin_layout Standard
19879 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19880  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19881  um weiße Flächen und Seiten ohne Text zu vermeiden.
19882  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
19883 löst,
19884  kann im Text auf ein Gleitobjekt verwiesen werden.
19885  Gleitobjekte sind deshalb nummeriert.
19886  Querverweise werden in Abschnitt
19887 \begin_inset space ~
19888 \end_inset
19889
19890
19891 \begin_inset CommandInset ref
19892 LatexCommand ref
19893 reference "abs:Auf-Gleitobjekte-verweisen"
19894
19895 \end_inset
19896
19897  beschrieben.
19898 \end_layout
19899
19900 \begin_layout Standard
19901 Ein Gleitobjekt wird mit 
19902 \family sans
19903 Einfügen\SpecialChar \menuseparator
19904 Gleitobjekt\SpecialChar \menuseparator
19905 Algorithmus/Abbildung/Ta\SpecialChar \-
19906 belle/Um\SpecialChar \-
19907 flos\SpecialChar \-
19908 se\SpecialChar \-
19909 nes
19910 \begin_inset space ~
19911 \end_inset
19912
19913 Gleitobjekt
19914 \family default
19915  eingefügt.
19916  Für Abbildungen oder Tabellen können Sie auch auf 
19917 \begin_inset Graphics
19918         filename ../../images/float-insert_figure.png
19919         scale 70
19920         scaleBeforeRotation
19921         BoundingBox 0bp 6bp 22bp 22bp
19922
19923 \end_inset
19924
19925  oder 
19926 \begin_inset Graphics
19927         filename ../../images/float-insert_table.png
19928         scale 70
19929         scaleBeforeRotation
19930         BoundingBox 0bp 6bp 22bp 22bp
19931
19932 \end_inset
19933
19934  klicken.
19935  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19936  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19937  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19938  #:).
19939  Statt # sehen Sie die von LyX vergebene Nummer.
19940  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19941  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19942  eingefügt.
19943  In Abschnitt
19944 \begin_inset space ~
19945 \end_inset
19946
19947
19948 \begin_inset CommandInset ref
19949 LatexCommand ref
19950 reference "abs:Titel-Platzierung"
19951
19952 \end_inset
19953
19954  finden Sie mehr über die Platzierung des Titels.
19955  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19956  auch wieder geöffnet.
19957  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19958 \begin_inset Graphics
19959         filename clipart/GleitobjektQt4.png
19960         scale 70
19961         scaleBeforeRotation
19962         BoundingBox 0bp 6bp 128bp 22bp
19963
19964 \end_inset
19965
19966  – ein graues Kästchen mit roter Beschriftung.
19967 \end_layout
19968
19969 \begin_layout Standard
19970 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19971  Gleitobjekte in einem eigenen Absatz einzufügen.
19972 \end_layout
19973
19974 \begin_layout Standard
19975 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19976  indem Sie sie markieren und dann auf 
19977 \begin_inset Graphics
19978         filename ../../images/float-insert_figure.png
19979         scale 70
19980         scaleBeforeRotation
19981         BoundingBox 0bp 6bp 22bp 22bp
19982
19983 \end_inset
19984
19985  oder 
19986 \begin_inset Graphics
19987         filename ../../images/float-insert_table.png
19988         scale 70
19989         scaleBeforeRotation
19990         BoundingBox 0bp 6bp 22bp 22bp
19991
19992 \end_inset
19993
19994  klicken.
19995 \end_layout
19996
19997 \begin_layout Section
19998 Gleitobjekt-Typen
19999 \begin_inset Index
20000 status collapsed
20001
20002 \begin_layout Plain Layout
20003 Gleitobjekte ! Typen
20004 \end_layout
20005
20006 \end_inset
20007
20008
20009 \end_layout
20010
20011 \begin_layout Standard
20012 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
20013 \begin_inset space ~
20014 \end_inset
20015
20016
20017 \begin_inset CommandInset ref
20018 LatexCommand ref
20019 reference "abs:Gleitende-Abbildungen"
20020
20021 \end_inset
20022
20023  und 
20024 \begin_inset CommandInset ref
20025 LatexCommand ref
20026 reference "abs:Gleitende-Tabellen"
20027
20028 \end_inset
20029
20030  beschrieben wurden, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
20031 \end_layout
20032
20033 \begin_layout Subsection
20034 Gleitobjekt-Algorithmen
20035 \begin_inset Index
20036 status collapsed
20037
20038 \begin_layout Plain Layout
20039 Gleitobjekte ! Algorithmen
20040 \end_layout
20041
20042 \end_inset
20043
20044
20045 \begin_inset CommandInset label
20046 LatexCommand label
20047 name "uab:Gleitobjekt-Algorithmen"
20048
20049 \end_inset
20050
20051
20052 \end_layout
20053
20054 \begin_layout Standard
20055 \begin_inset Float algorithm
20056 placement h
20057 wide false
20058 sideways false
20059 status open
20060
20061 \begin_layout Plain Layout
20062 \begin_inset Caption
20063
20064 \begin_layout Plain Layout
20065 \begin_inset CommandInset label
20066 LatexCommand label
20067 name "alg:Ein-Gleitobjekt-Algorithmus"
20068
20069 \end_inset
20070
20071 Ein Gleitobjekt-Algorithmus 
20072 \end_layout
20073
20074 \end_inset
20075
20076
20077 \end_layout
20078
20079 \begin_layout LyX-Code
20080 for I in 1..N loop
20081 \begin_inset Newline newline
20082 \end_inset
20083
20084  Sum:= Sum + A(I); /*Kommentar*/
20085 \begin_inset Newline newline
20086 \end_inset
20087
20088 end loop
20089 \begin_inset VSpace -4mm
20090 \end_inset
20091
20092
20093 \end_layout
20094
20095 \end_inset
20096
20097
20098 \end_layout
20099
20100 \begin_layout Standard
20101 Dieser Typ wird mit 
20102 \family sans
20103 Einfügen\SpecialChar \menuseparator
20104 Gleitobjekt\SpecialChar \menuseparator
20105 Algorithmus
20106 \family default
20107  eingefügt.
20108  Es gibt hierfür (noch) keinen Werkzeugleisten-Knopf.
20109  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet.
20110  Eine mögliche Absatz-Umgebung hier für ist 
20111 \family sans
20112 LyX-Code
20113 \family default
20114 , beschrieben im 
20115 \emph on
20116 Benutzerhandbuch
20117 \emph default
20118 .
20119  In Algorithmus
20120 \begin_inset space ~
20121 \end_inset
20122
20123
20124 \begin_inset CommandInset ref
20125 LatexCommand ref
20126 reference "alg:Ein-Gleitobjekt-Algorithmus"
20127
20128 \end_inset
20129
20130  wurden am Ende -0.4
20131 \begin_inset space \thinspace{}
20132 \end_inset
20133
20134 cm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
20135  letzten Zeile gedruckt wird.
20136 \end_layout
20137
20138 \begin_layout Standard
20139 Die Marke 
20140 \emph on
20141 Algorithmus
20142 \emph default
20143  wird nicht automatisch in die druckbare Version übernommen, sondern das
20144  englische Wort 
20145 \emph on
20146 Algorithm
20147 \emph default
20148  verwendet.
20149  Soll
20150 \emph on
20151  Algorithmus
20152 \emph default
20153  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
20154 \end_layout
20155
20156 \begin_layout Standard
20157
20158 \series bold
20159
20160 \backslash
20161 floatname{algorithm}{Algorithmus}
20162 \end_layout
20163
20164 \begin_layout Standard
20165 Um das Algorithmenverzeichnis einzufügen, kann für englische Dokumente das
20166  Menü 
20167 \family sans
20168 Einfügen\SpecialChar \menuseparator
20169 Liste
20170 \begin_inset space \thinspace{}
20171 \end_inset
20172
20173 /
20174 \begin_inset space \thinspace{}
20175 \end_inset
20176
20177 Inhaltsverzeichnis\SpecialChar \menuseparator
20178 Algorithmenverzeichnis
20179 \family default
20180  verwendet werden.
20181  Für nicht englische Dokumente, muss stattdessen dieser Befehl als TeX-Code
20182  eingefügt werden:
20183 \end_layout
20184
20185 \begin_layout Standard
20186
20187 \series bold
20188
20189 \backslash
20190 listof{algorithm}{Algorithmenverzeichnis}
20191 \end_layout
20192
20193 \begin_layout Standard
20194 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20195  nach dem Schema 
20196 \begin_inset Quotes gld
20197 \end_inset
20198
20199 Kapitelnummer.Algorithmusnummer
20200 \begin_inset Quotes grd
20201 \end_inset
20202
20203  nummeriert.
20204  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20205  einfügen:
20206 \end_layout
20207
20208 \begin_layout Standard
20209
20210 \series bold
20211
20212 \backslash
20213 numberwithin{algorithm}{chapter}
20214 \end_layout
20215
20216 \begin_layout Standard
20217 Um 
20218 \series bold
20219
20220 \backslash
20221 numberwithin
20222 \series default
20223  benutzen zu können, muss in den 
20224 \family sans
20225 Mathe
20226 \begin_inset space ~
20227 \end_inset
20228
20229 Optionen
20230 \family default
20231  der 
20232 \family sans
20233 Dokument-Einstellungen
20234 \family default
20235  
20236 \family sans
20237 AMS
20238 \begin_inset space ~
20239 \end_inset
20240
20241 Mathe
20242 \begin_inset space ~
20243 \end_inset
20244
20245 Paket
20246 \family default
20247
20248 \begin_inset space ~
20249 \end_inset
20250
20251
20252 \family sans
20253 verwenden
20254 \family default
20255  angekreuzt sein.
20256 \end_layout
20257
20258 \begin_layout Subsection
20259 Umflossene Gleitobjekte
20260 \begin_inset Index
20261 status collapsed
20262
20263 \begin_layout Plain Layout
20264 Gleitobjekte ! umflossene
20265 \end_layout
20266
20267 \end_inset
20268
20269
20270 \end_layout
20271
20272 \begin_layout Standard
20273 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
20274  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
20275  den die Abbildung bzw.
20276 \begin_inset space ~
20277 \end_inset
20278
20279 Tabelle übrig lässt.
20280  Sie werden über das Menü
20281 \family sans
20282  Einfügen\SpecialChar \menuseparator
20283 Gleitobjekt\SpecialChar \menuseparator
20284 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
20285 objekt
20286 \family default
20287  eingefügt, wenn das LaTeX-Paket 
20288 \series bold
20289 wrapfig
20290 \series default
20291
20292 \begin_inset Index
20293 status collapsed
20294
20295 \begin_layout Plain Layout
20296 LaTeX-Pakete ! wrapfig
20297 \begin_inset ERT
20298 status collapsed
20299
20300 \begin_layout Plain Layout
20301
20302
20303 \backslash
20304 vspace{4mm}
20305 \end_layout
20306
20307 \end_inset
20308
20309
20310 \end_layout
20311
20312 \end_inset
20313
20314  installiert ist.
20315 \begin_inset Foot
20316 status collapsed
20317
20318 \begin_layout Plain Layout
20319 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20320 \emph on
20321 LaTeX-Konfiguration
20322 \emph default
20323  beschrieben.
20324 \end_layout
20325
20326 \end_inset
20327
20328  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
20329  Box des Gleitobjekts geändert werden.
20330  
20331 \begin_inset Wrap figure
20332 lines 0
20333 placement l
20334 overhang 1cm
20335 width "40col%"
20336 status open
20337
20338 \begin_layout Plain Layout
20339 \begin_inset Graphics
20340         filename ../clipart/mobius.eps
20341         width 40col%
20342         scaleBeforeRotation
20343         rotateOrigin center
20344
20345 \end_inset
20346
20347
20348 \end_layout
20349
20350 \begin_layout Plain Layout
20351 \begin_inset Caption
20352
20353 \begin_layout Plain Layout
20354 \begin_inset CommandInset label
20355 LatexCommand label
20356 name "abb:Dies-ist-eine"
20357
20358 \end_inset
20359
20360 Dies ist eine umflossene Gleitobjekt-Abbildung
20361 \end_layout
20362
20363 \end_inset
20364
20365
20366 \end_layout
20367
20368 \end_inset
20369
20370  Obligatorische Einstellungen sind die 
20371 \family sans
20372 Breite
20373 \family default
20374  und 
20375 \family sans
20376 Platzierung
20377 \family default
20378  des Gleitobjekts.
20379  Optional sind der 
20380 \family sans
20381 Überhang 
20382 \family default
20383 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
20384 \begin_inset space \thinspace{}
20385 \end_inset
20386
20387 /
20388 \begin_inset space \thinspace{}
20389 \end_inset
20390
20391 der Seite ragt und die 
20392 \family sans
20393 benötigten Zeilen
20394 \family default
20395 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
20396  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
20397  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
20398  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
20399  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
20400  zu lassen.
20401  Abbildung
20402 \begin_inset space ~
20403 \end_inset
20404
20405
20406 \begin_inset CommandInset ref
20407 LatexCommand ref
20408 reference "abb:Dies-ist-eine"
20409
20410 \end_inset
20411
20412  ist zum Beispiel ein umflossenes Bild, das 40
20413 \begin_inset space \thinspace{}
20414 \end_inset
20415
20416 % der Spaltenbreite einnimmt, 1
20417 \begin_inset space \thinspace{}
20418 \end_inset
20419
20420 cm in den Rand ragt und links gesetzt wurde.
20421 \begin_inset Foot
20422 status collapsed
20423
20424 \begin_layout Plain Layout
20425 Die benutzbaren Einheiten werden in Anhang
20426 \begin_inset space ~
20427 \end_inset
20428
20429
20430 \begin_inset CommandInset ref
20431 LatexCommand ref
20432 reference "kap:In-LyX-verfügbare"
20433
20434 \end_inset
20435
20436  beschrieben.
20437 \end_layout
20438
20439 \end_inset
20440
20441
20442 \end_layout
20443
20444 \begin_layout Standard
20445 \begin_inset Note Greyedout
20446 status open
20447
20448 \begin_layout Plain Layout
20449
20450 \series bold
20451 Bemerkung:
20452 \series default
20453  Umflossene Objekte sind fragil! Wenn die Abbildung z.
20454 \begin_inset space \thinspace{}
20455 \end_inset
20456
20457 B.
20458  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
20459  oder über anderen Text gedruckt wird.
20460 \end_layout
20461
20462 \end_inset
20463
20464
20465 \end_layout
20466
20467 \begin_layout Standard
20468 Allgemein gilt:
20469 \end_layout
20470
20471 \begin_layout Itemize
20472 Umflossene Gleitobjekte sollten nicht in Absätze gepackt werden, die auf
20473  der nächsten Seite fortgesetzt werden.
20474  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
20475  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
20476 \end_layout
20477
20478 \begin_layout Itemize
20479 Umflossene Gleitobjekte sollten entweder vor dem Absatz, dessen Text um
20480  sie fließen soll, eingefügt werden oder darin.
20481 \end_layout
20482
20483 \begin_layout Itemize
20484 Umflossene Gleitobjekte in aufeinander folgenden Absätzen können Probleme
20485  bereiten, also achten Sie darauf, dass mindestens ein Textabsatz zwischen
20486  ihnen ist.
20487 \end_layout
20488
20489 \begin_layout Itemize
20490 Umflossene Gleitobjekte sind weder in Abschnitts-Überschriften noch in Tabellen
20491  erlaubt.
20492 \end_layout
20493
20494 \begin_layout Section
20495 Gleitobjekt-Nummerierung
20496 \begin_inset Index
20497 status collapsed
20498
20499 \begin_layout Plain Layout
20500 Gleitobjekte ! Nummerierung
20501 \end_layout
20502
20503 \end_inset
20504
20505
20506 \end_layout
20507
20508 \begin_layout Standard
20509 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20510  nummeriert oder nach dem Schema 
20511 \begin_inset Quotes gld
20512 \end_inset
20513
20514 Kapitelnummer.Gleitobjektnummer
20515 \begin_inset Quotes grd
20516 \end_inset
20517
20518  oder 
20519 \begin_inset Quotes gld
20520 \end_inset
20521
20522 Abschnittsnummer.Gleitobjektnummer
20523 \begin_inset Quotes grd
20524 \end_inset
20525
20526 .
20527  Das hängt von der Dokumentklasse ab.
20528 \end_layout
20529
20530 \begin_layout Standard
20531 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20532  in den LaTeX-Vorspann einfügen:
20533 \end_layout
20534
20535 \begin_layout Standard
20536
20537 \series bold
20538
20539 \backslash
20540 renewcommand{
20541 \backslash
20542 thetable}{
20543 \backslash
20544 roman{table}}
20545 \end_layout
20546
20547 \begin_layout Standard
20548
20549 \series bold
20550
20551 \backslash
20552 thetable
20553 \series default
20554  ist der Befehl, der die Tabellennummer druckt.
20555  Für Abbildungen ist das 
20556 \series bold
20557
20558 \backslash
20559 thefigure
20560 \series default
20561 .
20562  Der Befehl 
20563 \series bold
20564
20565 \backslash
20566 roman
20567 \series default
20568  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20569 \end_layout
20570
20571 \begin_layout Standard
20572 Um das Nummerierungsschema zum Beispiel auf 
20573 \begin_inset Quotes gld
20574 \end_inset
20575
20576 Unterabschnittsnummer.Num\SpecialChar \-
20577 mer
20578 \begin_inset Quotes grd
20579 \end_inset
20580
20581  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20582 \end_layout
20583
20584 \begin_layout Standard
20585
20586 \series bold
20587
20588 \backslash
20589 numberwithin{table}{subsection}
20590 \end_layout
20591
20592 \begin_layout Standard
20593 Um den Befehl 
20594 \series bold
20595
20596 \backslash
20597 numberwithin
20598 \series default
20599  benutzen zu können, müssen Sie in den 
20600 \family sans
20601 Mathe
20602 \begin_inset space ~
20603 \end_inset
20604
20605 Optionen
20606 \family default
20607  der 
20608 \family sans
20609 Dokument-Einstellungen
20610 \family default
20611  
20612 \family sans
20613 AMS
20614 \begin_inset space ~
20615 \end_inset
20616
20617 Mathe
20618 \begin_inset space ~
20619 \end_inset
20620
20621 Paket
20622 \family default
20623
20624 \begin_inset space ~
20625 \end_inset
20626
20627
20628 \family sans
20629 verwenden
20630 \family default
20631  ankreuzen.
20632 \end_layout
20633
20634 \begin_layout Standard
20635 Sehen Sie sich bitte auch Abschnitt
20636 \begin_inset space ~
20637 \end_inset
20638
20639
20640 \begin_inset CommandInset ref
20641 LatexCommand ref
20642 reference "uab:Fußnoten-Nummerierung"
20643
20644 \end_inset
20645
20646  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20647 \end_layout
20648
20649 \begin_layout Section
20650 Auf Gleitobjekte verweisen
20651 \begin_inset CommandInset label
20652 LatexCommand label
20653 name "abs:Auf-Gleitobjekte-verweisen"
20654
20655 \end_inset
20656
20657
20658 \begin_inset Index
20659 status collapsed
20660
20661 \begin_layout Plain Layout
20662 Gleitobjekte ! Querverweise
20663 \end_layout
20664
20665 \end_inset
20666
20667
20668 \begin_inset Index
20669 status collapsed
20670
20671 \begin_layout Plain Layout
20672 Querverweise ! auf Gleitobjekte
20673 \end_layout
20674
20675 \end_inset
20676
20677
20678 \end_layout
20679
20680 \begin_layout Standard
20681 Zunächst müssen Sie mit 
20682 \family sans
20683 Einfügen\SpecialChar \menuseparator
20684 Marke
20685 \family default
20686  oder einen Klick auf 
20687 \begin_inset Graphics
20688         filename ../../images/label-insert.png
20689         scale 70
20690         scaleBeforeRotation
20691
20692 \end_inset
20693
20694  eine Marke im Titel einfügen.
20695  Im 
20696 \family sans
20697 Marke
20698 \family default
20699 -Dialog schreiben Sie einen Text in das Feld 
20700 \family sans
20701 Marke
20702 \family default
20703  oder übernehmen den vorgeschlagenen.
20704  Die Marke sieht in LyX dann so aus:
20705 \end_layout
20706
20707 \begin_layout Standard
20708 \begin_inset Graphics
20709         filename clipart/Marke.png
20710         lyxscale 80
20711         scale 50
20712         scaleBeforeRotation
20713         BoundingBox 0bp 6bp 76bp 23bp
20714
20715 \end_inset
20716
20717
20718 \end_layout
20719
20720 \begin_layout Standard
20721 Die Marke wird als Anker und Name für den Querverweis benutzt.
20722  Mit 
20723 \family sans
20724 Einfügen\SpecialChar \menuseparator
20725 Querverweis
20726 \family default
20727  oder einen Klick auf 
20728 \begin_inset Graphics
20729         filename ../../images/dialog-show-new-inset_ref.png
20730         scale 70
20731         scaleBeforeRotation
20732
20733 \end_inset
20734
20735  können Sie dann auf die Marke verweisen.
20736  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20737  angezeigt:
20738 \end_layout
20739
20740 \begin_layout Standard
20741 \begin_inset Graphics
20742         filename clipart/Querverweis.png
20743         lyxscale 80
20744         scale 50
20745         scaleBeforeRotation
20746         BoundingBox 0bp 6bp 76bp 23bp
20747
20748 \end_inset
20749
20750
20751 \begin_inset Newline newline
20752 \end_inset
20753
20754  Mehr zu Querverweisen finden Sie im 
20755 \emph on
20756 Benutzerhandbuch
20757 \emph default
20758 .
20759 \end_layout
20760
20761 \begin_layout Standard
20762 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20763  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20764  durch einen Zeilenumbruch getrennt werden können.
20765 \end_layout
20766
20767 \begin_layout Standard
20768 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20769  LyX passt die Querverweise automatisch an.
20770 \end_layout
20771
20772 \begin_layout Standard
20773 Ein Klick auf den Schalter 
20774 \family sans
20775 Gehe
20776 \begin_inset space ~
20777 \end_inset
20778
20779 zur
20780 \begin_inset space ~
20781 \end_inset
20782
20783 Marke
20784 \family default
20785  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20786  Der Text der Schaltfläche heißt jetzt 
20787 \family sans
20788 Gehe
20789 \begin_inset space ~
20790 \end_inset
20791
20792 zurück
20793 \family default
20794  und ein Klick darauf macht genau dies.
20795   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20796  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20797  Dann ist auch kein 
20798 \family sans
20799 Gehe
20800 \begin_inset space ~
20801 \end_inset
20802
20803 zurück
20804 \family default
20805  möglich.
20806 \end_layout
20807
20808 \begin_layout Subsection
20809 Querverweis-Formate
20810 \begin_inset CommandInset label
20811 LatexCommand label
20812 name "uab:Querverweis-Formate"
20813
20814 \end_inset
20815
20816
20817 \begin_inset Index
20818 status collapsed
20819
20820 \begin_layout Plain Layout
20821 Querverweise ! Formate
20822 \end_layout
20823
20824 \end_inset
20825
20826
20827 \end_layout
20828
20829 \begin_layout Standard
20830 Es gibt sechs verschiedene Querverweisstile:
20831 \end_layout
20832
20833 \begin_layout Description
20834 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20835  
20836 \begin_inset CommandInset ref
20837 LatexCommand ref
20838 reference "abb:Zwei-Teilabbildungen"
20839
20840 \end_inset
20841
20842
20843 \end_layout
20844
20845 \begin_layout Description
20846 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20847  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20848  verwendet wird, speziell wenn der Name 
20849 \begin_inset Quotes gld
20850 \end_inset
20851
20852 Gleichung
20853 \begin_inset Quotes grd
20854 \end_inset
20855
20856  weggelassen wird: 
20857 \begin_inset CommandInset ref
20858 LatexCommand eqref
20859 reference "eq:Wgn"
20860
20861 \end_inset
20862
20863
20864 \end_layout
20865
20866 \begin_layout Description
20867 <Seite>: druckt die Seitennummer: Seite
20868 \begin_inset space ~
20869 \end_inset
20870
20871
20872 \begin_inset CommandInset ref
20873 LatexCommand pageref
20874 reference "abb:Zwei-Teilabbildungen"
20875
20876 \end_inset
20877
20878
20879 \end_layout
20880
20881 \begin_layout Description
20882 auf
20883 \begin_inset space ~
20884 \end_inset
20885
20886 Seite
20887 \begin_inset space ~
20888 \end_inset
20889
20890 <Seite>: druckt den Text 
20891 \begin_inset Quotes gld
20892 \end_inset
20893
20894 auf Seite
20895 \begin_inset Quotes grd
20896 \end_inset
20897
20898  und die Seitennummer: 
20899 \begin_inset CommandInset ref
20900 LatexCommand vpageref
20901 reference "abb:Zwei-Teilabbildungen"
20902
20903 \end_inset
20904
20905
20906 \end_layout
20907
20908 \begin_layout Description
20909 <Querverweis>
20910 \begin_inset space ~
20911 \end_inset
20912
20913 auf
20914 \begin_inset space ~
20915 \end_inset
20916
20917 Seite
20918 \begin_inset space ~
20919 \end_inset
20920
20921 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20922 \begin_inset Quotes gld
20923 \end_inset
20924
20925 auf Seite
20926 \begin_inset Quotes grd
20927 \end_inset
20928
20929 , und die Seitennummer: 
20930 \begin_inset CommandInset ref
20931 LatexCommand vref
20932 reference "abb:Zwei-Teilabbildungen"
20933
20934 \end_inset
20935
20936
20937 \end_layout
20938
20939 \begin_layout Description
20940 Formatierter
20941 \begin_inset space ~
20942 \end_inset
20943
20944 Querverweis: druckt ein selbst definiertes Querverweisformat
20945 \begin_inset Newline newline
20946 \end_inset
20947
20948
20949 \begin_inset Note Greyedout
20950 status open
20951
20952 \begin_layout Plain Layout
20953
20954 \series bold
20955 Bemerkung:
20956 \series default
20957  Dies ist nur möglich, wenn das LaTeX-Paket 
20958 \series bold
20959 prettyref
20960 \series default
20961  installiert ist.
20962 \end_layout
20963
20964 \end_inset
20965
20966
20967 \end_layout
20968
20969 \begin_layout Standard
20970 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
20971  sich die referenzierte Marke auf der vorherigen, derselben oder der nächsten
20972  Seite befindet.
20973  Stattdessen wird der Text 
20974 \begin_inset Quotes gld
20975 \end_inset
20976
20977 auf der vorigen Seite
20978 \begin_inset Quotes grd
20979 \end_inset
20980
20981
20982 \begin_inset Quotes gld
20983 \end_inset
20984
20985 auf dieser Seite
20986 \begin_inset Quotes grd
20987 \end_inset
20988
20989  oder 
20990 \begin_inset Quotes gld
20991 \end_inset
20992
20993 auf der nächsten Seite
20994 \begin_inset Quotes grd
20995 \end_inset
20996
20997  gedruckt.
20998 \end_layout
20999
21000 \begin_layout Standard
21001 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
21002  automatisch von LaTeX berechnet.
21003  Die Stile können im Feld 
21004 \family sans
21005 Format
21006 \family default
21007  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
21008  einen Querverweis klicken.
21009 \end_layout
21010
21011 \begin_layout Subsection
21012 Automatische Querverweisnamen
21013 \begin_inset Index
21014 status collapsed
21015
21016 \begin_layout Plain Layout
21017 Querverweise ! Automatische Namen 
21018 \end_layout
21019
21020 \end_inset
21021
21022
21023 \end_layout
21024
21025 \begin_layout Standard
21026 Das LaTeX-Paket 
21027 \series bold
21028 hyperref
21029 \series default
21030
21031 \begin_inset Index
21032 status collapsed
21033
21034 \begin_layout Plain Layout
21035 LaTeX-Pakete ! hyperref
21036 \end_layout
21037
21038 \end_inset
21039
21040 , das in den
21041 \family sans
21042  PDF-Eigenschaften
21043 \family default
21044  im 
21045 \family sans
21046 Dokument-Einstellungen
21047 \family default
21048  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
21049  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
21050  wie 
21051 \emph on
21052 Abschnitt
21053 \emph default
21054 ).
21055  Sie müssen damit z.
21056 \begin_inset space \thinspace{}
21057 \end_inset
21058
21059 B.
21060  nicht mehr den Namen 
21061 \begin_inset Quotes gld
21062 \end_inset
21063
21064 Abbildung
21065 \begin_inset Quotes grd
21066 \end_inset
21067
21068  vor jeden Querverweis auf eine Abbildung schreiben.
21069  Um diese Funktion benutzen zu können, aktivieren Sie 
21070 \series bold
21071 hyperref
21072 \series default
21073  und fügen diese Zeile in den LaTeX-Vorspann ein:
21074 \end_layout
21075
21076 \begin_layout Standard
21077
21078 \series bold
21079
21080 \backslash
21081 AtBeginDocument{
21082 \backslash
21083 renewcommand{
21084 \backslash
21085 ref}[1]{
21086 \backslash
21087 mbox{
21088 \backslash
21089 autoref{#1}}}}
21090 \end_layout
21091
21092 \begin_layout Standard
21093 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
21094 \begin_inset space \thinspace{}
21095 \end_inset
21096
21097 B.
21098  statt 
21099 \begin_inset Quotes gld
21100 \end_inset
21101
21102 Abschnitt
21103 \begin_inset Quotes grd
21104 \end_inset
21105
21106  den Namen 
21107 \begin_inset Quotes gld
21108 \end_inset
21109
21110 Kap.
21111 \begin_inset space \thinspace{}
21112 \end_inset
21113
21114
21115 \begin_inset Quotes grd
21116 \end_inset
21117
21118 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
21119 \end_layout
21120
21121 \begin_layout Standard
21122
21123 \series bold
21124
21125 \backslash
21126 addto
21127 \backslash
21128 extrasngerman{
21129 \backslash
21130 renewcommand{
21131 \backslash
21132 sectionautorefname}
21133 \begin_inset Newline newline
21134 \end_inset
21135
21136
21137 \begin_inset ERT
21138 status collapsed
21139
21140 \begin_layout Plain Layout
21141
21142
21143 \backslash
21144 hphantom{ }
21145 \end_layout
21146
21147 \end_inset
21148
21149 {Kap.
21150 \backslash
21151 negthinspace}}
21152 \end_layout
21153
21154 \begin_layout Standard
21155 Wenn Sie eine andere Dokumentsprache als Englisch benutzen, ersetzen Sie
21156 \begin_inset Newline newline
21157 \end_inset
21158
21159
21160 \series bold
21161
21162 \backslash
21163 extrasngerman
21164 \series default
21165  durch 
21166 \series bold
21167
21168 \backslash
21169 extras***
21170 \series default
21171 , wobei *** der Name der verwendeten Sprache ist.
21172 \end_layout
21173
21174 \begin_layout Standard
21175 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
21176  z.
21177 \begin_inset space \thinspace{}
21178 \end_inset
21179
21180 B.
21181  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
21182 \end_layout
21183
21184 \begin_layout Standard
21185
21186 \series bold
21187
21188 \backslash
21189 newlength{
21190 \backslash
21191 abc}
21192 \begin_inset Newline newline
21193 \end_inset
21194
21195
21196 \backslash
21197 settowidth{
21198 \backslash
21199 abc}{
21200 \backslash
21201 space}
21202 \begin_inset Newline newline
21203 \end_inset
21204
21205
21206 \backslash
21207 addto
21208 \backslash
21209 extrasenglish{
21210 \backslash
21211 renewcommand{
21212 \backslash
21213 equationautorefname}
21214 \begin_inset Newline newline
21215 \end_inset
21216
21217
21218 \begin_inset ERT
21219 status collapsed
21220
21221 \begin_layout Plain Layout
21222
21223
21224 \backslash
21225 hphantom{ }
21226 \end_layout
21227
21228 \end_inset
21229
21230 {
21231 \backslash
21232 hspace{-
21233 \backslash
21234 abc}}
21235 \end_layout
21236
21237 \begin_layout Standard
21238 Mehr über dieses Thema finden Sie in der 
21239 \series bold
21240 hyperref
21241 \series default
21242 -Dokumentation 
21243 \begin_inset CommandInset citation
21244 LatexCommand cite
21245 key "hyperref"
21246
21247 \end_inset
21248
21249 .
21250 \end_layout
21251
21252 \begin_layout Standard
21253 \begin_inset Note Greyedout
21254 status open
21255
21256 \begin_layout Plain Layout
21257
21258 \series bold
21259 Bemerkung:
21260 \series default
21261  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21262  als Querverweisstil 
21263 \family sans
21264 Formatierter
21265 \begin_inset space ~
21266 \end_inset
21267
21268 Querverweis
21269 \family default
21270  benutzen, wie in Abschnitt
21271 \begin_inset space ~
21272 \end_inset
21273
21274
21275 \begin_inset CommandInset ref
21276 LatexCommand ref
21277 reference "uab:Querverweis-Formate"
21278
21279 \end_inset
21280
21281  beschrieben.
21282 \end_layout
21283
21284 \end_inset
21285
21286
21287 \end_layout
21288
21289 \begin_layout Standard
21290 Das 
21291 \emph on
21292 Mathe
21293 \emph default
21294  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
21295 \end_layout
21296
21297 \begin_layout Subsection
21298 Querverweis-Position
21299 \begin_inset CommandInset label
21300 LatexCommand label
21301 name "uab:Querverweis-Position"
21302
21303 \end_inset
21304
21305
21306 \begin_inset Index
21307 status collapsed
21308
21309 \begin_layout Plain Layout
21310 Querverweise !  Position
21311 \end_layout
21312
21313 \end_inset
21314
21315
21316 \end_layout
21317
21318 \begin_layout Standard
21319 Wenn Sie 
21320 \series bold
21321 hyperref
21322 \series default
21323
21324 \begin_inset Index
21325 status collapsed
21326
21327 \begin_layout Plain Layout
21328 LaTeX-Pakete ! hyperref
21329 \end_layout
21330
21331 \end_inset
21332
21333  in den
21334 \family sans
21335  PDF-Eigenschaften
21336 \family default
21337  im 
21338 \family sans
21339 Dokument-Einstellungen
21340 \family default
21341  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
21342  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21343  und Sie werden das Bild ohne Scrollen nicht sehen.
21344  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21345  ist.
21346  Wenn Sie das  LaTeX-Paket 
21347 \series bold
21348 hypcap
21349 \series default
21350
21351 \begin_inset Index
21352 status collapsed
21353
21354 \begin_layout Plain Layout
21355 LaTeX-Pakete ! hypcap
21356 \end_layout
21357
21358 \end_inset
21359
21360 , das Teil des LaTeX-Pakets 
21361 \series bold
21362 oberdiek
21363 \series default
21364
21365 \begin_inset Index
21366 status collapsed
21367
21368 \begin_layout Plain Layout
21369 LaTeX-Pakete ! oberdiek
21370 \end_layout
21371
21372 \end_inset
21373
21374  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21375  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21376 \series bold
21377 hypcap
21378 \series default
21379  zunächst in den LaTeX-Vorspann laden:
21380 \end_layout
21381
21382 \begin_layout Standard
21383
21384 \series bold
21385
21386 \backslash
21387 usepackage[figure]{hypcap}
21388 \end_layout
21389
21390 \begin_layout Standard
21391 Sie können 
21392 \series bold
21393 hypcap
21394 \series default
21395  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
21396  nicht empfohlen.
21397  Weitere Informationen finden Sie im
21398 \series bold
21399  hypcap
21400 \series default
21401 -Handbuch 
21402 \begin_inset CommandInset citation
21403 LatexCommand cite
21404 key "hypcap"
21405
21406 \end_inset
21407
21408 .
21409 \end_layout
21410
21411 \begin_layout Standard
21412 \begin_inset Note Greyedout
21413 status open
21414
21415 \begin_layout Plain Layout
21416
21417 \series bold
21418 Bemerkung:
21419 \series default
21420  
21421 \series bold
21422 hypcap
21423 \series medium
21424  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
21425 \end_layout
21426
21427 \end_inset
21428
21429
21430 \end_layout
21431
21432 \begin_layout Section
21433 Gleitobjekt-Platzierung
21434 \begin_inset CommandInset label
21435 LatexCommand label
21436 name "abs:Gleitobjekt-Platzierung"
21437
21438 \end_inset
21439
21440
21441 \begin_inset Index
21442 status collapsed
21443
21444 \begin_layout Plain Layout
21445 Gleitobjekte ! Platzierung
21446 \end_layout
21447
21448 \end_inset
21449
21450
21451 \end_layout
21452
21453 \begin_layout Standard
21454 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21455 \family sans
21456 Gleitobjekt-Einstellungen
21457 \family default
21458 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21459  können.
21460 \begin_inset Newline newline
21461 \end_inset
21462
21463 Die Option 
21464 \family sans
21465 Spalten
21466 \begin_inset space ~
21467 \end_inset
21468
21469 überspannen
21470 \family default
21471  ist nur bei zweispaltigen Dokumenten sinnvoll.
21472  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21473 \begin_inset Newline newline
21474 \end_inset
21475
21476 Die Option 
21477 \family sans
21478 Seitwärts
21479 \begin_inset space ~
21480 \end_inset
21481
21482 drehen
21483 \family default
21484  ist in Abschnitt 
21485 \begin_inset CommandInset ref
21486 LatexCommand ref
21487 reference "abs:Gedrehte-Gleitobjekte"
21488
21489 \end_inset
21490
21491  beschrieben.
21492 \end_layout
21493
21494 \begin_layout Standard
21495 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21496  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21497  Sie die Option 
21498 \family sans
21499 Standard-Platzierung
21500 \begin_inset space ~
21501 \end_inset
21502
21503 verwenden
21504 \family default
21505  nicht verwenden:
21506 \end_layout
21507
21508 \begin_layout Description
21509 Hier
21510 \begin_inset space ~
21511 \end_inset
21512
21513 wenn
21514 \begin_inset space ~
21515 \end_inset
21516
21517 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21518 \end_layout
21519
21520 \begin_layout Description
21521 Anfang
21522 \begin_inset space ~
21523 \end_inset
21524
21525 der
21526 \begin_inset space ~
21527 \end_inset
21528
21529 Seite
21530 \family sans
21531  
21532 \family default
21533 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21534  Gleitobjekte, die maximal 70
21535 \begin_inset space \thinspace{}
21536 \end_inset
21537
21538 % einer Seite benötigen, dürfen oben platziert werden.
21539  Dies kann durch die Variable 
21540 \series bold
21541
21542 \backslash
21543 topfraction
21544 \series default
21545  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21546 \end_layout
21547
21548 \begin_deeper
21549 \begin_layout Standard
21550
21551 \series bold
21552
21553 \backslash
21554 renewcommand{
21555 \backslash
21556 topfraction}{0.9}
21557 \family typewriter
21558 \series default
21559  
21560 \end_layout
21561
21562 \end_deeper
21563 \begin_layout Description
21564 Ende
21565 \begin_inset space ~
21566 \end_inset
21567
21568 der
21569 \begin_inset space ~
21570 \end_inset
21571
21572 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21573  Gleitobjekte, die maximal 30
21574 \begin_inset space \thinspace{}
21575 \end_inset
21576
21577 % einer Seite benötigen, dürfen unten platziert werden.
21578  Dies kann durch die Variable 
21579 \series bold
21580
21581 \backslash
21582 bottomfraction
21583 \series default
21584  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21585 \end_layout
21586
21587 \begin_deeper
21588 \begin_layout Standard
21589
21590 \series bold
21591
21592 \backslash
21593 renewcommand{
21594 \backslash
21595 bottomfraction}{0.5}
21596 \end_layout
21597
21598 \begin_layout Standard
21599 die oftmals zu kleine untere Grenze auf 50
21600 \begin_inset space \thinspace{}
21601 \end_inset
21602
21603 %.
21604 \end_layout
21605
21606 \end_deeper
21607 \begin_layout Description
21608 Seite
21609 \begin_inset space ~
21610 \end_inset
21611
21612 mit
21613 \begin_inset space ~
21614 \end_inset
21615
21616 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21617  Nur wenn mehr als 50
21618 \begin_inset space \thinspace{}
21619 \end_inset
21620
21621 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21622  Gleitobjekte bereitgestellt.
21623  Dies kann durch die Variable 
21624 \series bold
21625
21626 \backslash
21627 floatpagefraction 
21628 \series default
21629 im LaTeX-Vorspann überschrieben werden.
21630 \end_layout
21631
21632 \begin_layout Standard
21633 Die Reihenfolge der obigen Optionen wird 
21634 \emph on
21635 immer
21636 \emph default
21637  von LaTeX verwendet.
21638  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21639  versuchen 
21640 \family sans
21641 Hier
21642 \begin_inset space \space{}
21643 \end_inset
21644
21645 wenn
21646 \begin_inset space \space{}
21647 \end_inset
21648
21649 möglich
21650 \family default
21651 , dann 
21652 \family sans
21653 Anfang
21654 \begin_inset space ~
21655 \end_inset
21656
21657 der
21658 \begin_inset space ~
21659 \end_inset
21660
21661 Seite
21662 \family default
21663  und dann die anderen Optionen anzuwenden.
21664  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21665  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21666  Reihenfolge.
21667  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21668 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21669 \end_layout
21670
21671 \begin_layout Standard
21672 Die Option 
21673 \family sans
21674 Hier,
21675 \begin_inset space ~
21676 \end_inset
21677
21678 auf
21679 \begin_inset space ~
21680 \end_inset
21681
21682 jeden
21683 \begin_inset space ~
21684 \end_inset
21685
21686 Fall
21687 \family default
21688  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21689  fast druckreif ist.
21690  Denn mit der Option kann das Objekt nicht mehr 
21691 \emph on
21692 gleiten
21693 \emph default
21694 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21695  oftmals zerstört.
21696 \end_layout
21697
21698 \begin_layout Standard
21699 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
21700  immer vom Text eines bestimmten Absatzes umgeben sind.
21701 \begin_inset VSpace bigskip
21702 \end_inset
21703
21704
21705 \end_layout
21706
21707 \begin_layout Standard
21708 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21709 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21710  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21711  Das kann mit dem LaTeX-Befehl
21712 \series bold
21713  
21714 \backslash
21715 suppressfloats
21716 \series default
21717  verhindert werden.
21718  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21719  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21720  gesetzt wird.
21721  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21722 \end_layout
21723
21724 \begin_layout Standard
21725
21726 \series bold
21727
21728 \backslash
21729 let
21730 \backslash
21731 meinAbschnitt
21732 \backslash
21733 section
21734 \begin_inset Newline newline
21735 \end_inset
21736
21737
21738 \backslash
21739 renewcommand{
21740 \backslash
21741 section}{
21742 \backslash
21743 suppressfloats[t]
21744 \backslash
21745 meinAbschnitt}
21746 \end_layout
21747
21748 \begin_layout Standard
21749 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21750  Unterabschnitten festlegen.
21751  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21752  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21753 \end_layout
21754
21755 \begin_layout Standard
21756 Es gibt auch noch das LaTeX-Paket 
21757 \series bold
21758 flafter
21759 \series default
21760
21761 \begin_inset Index
21762 status collapsed
21763
21764 \begin_layout Plain Layout
21765 LaTeX-Pakete ! flafter
21766 \end_layout
21767
21768 \end_inset
21769
21770  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21771  gedruckt wird.
21772 \end_layout
21773
21774 \begin_layout Standard
21775 \begin_inset VSpace bigskip
21776 \end_inset
21777
21778 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21779  Dafür gibt es das LaTeX-Paket 
21780 \series bold
21781 endfloat
21782 \series default
21783
21784 \begin_inset Index
21785 status collapsed
21786
21787 \begin_layout Plain Layout
21788 LaTeX-Pakete ! endfloat
21789 \end_layout
21790
21791 \end_inset
21792
21793 .
21794  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21795  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21796  
21797 \family sans
21798
21799 \begin_inset Quotes gld
21800 \end_inset
21801
21802 [Abbildung
21803 \begin_inset space ~
21804 \end_inset
21805
21806 3.2 ist ungefähr hier.]
21807 \family default
21808
21809 \begin_inset Quotes grd
21810 \end_inset
21811
21812  finden.
21813  Das 
21814 \series bold
21815 endfloat
21816 \series default
21817 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21818 \end_layout
21819
21820 \begin_layout Standard
21821
21822 \series bold
21823
21824 \backslash
21825 usepackage[Optionen]{endfloat}
21826 \end_layout
21827
21828 \begin_layout Standard
21829 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21830  Tabellen-Abschnitte, die Sie in der 
21831 \series bold
21832 endfloat
21833 \series default
21834 -Dokumentation 
21835 \begin_inset CommandInset citation
21836 LatexCommand cite
21837 key "endfloat"
21838
21839 \end_inset
21840
21841  nachlesen können.
21842 \begin_inset Newline newline
21843 \end_inset
21844
21845
21846 \begin_inset Note Greyedout
21847 status open
21848
21849 \begin_layout Plain Layout
21850
21851 \series bold
21852 Bemerkung
21853 \begin_inset space ~
21854 \end_inset
21855
21856 1: endfloat
21857 \series default
21858  übersetzt den Hinweistext nicht automatisch.
21859  Abschnitt
21860 \begin_inset space ~
21861 \end_inset
21862
21863 4 in 
21864 \begin_inset CommandInset citation
21865 LatexCommand cite
21866 key "endfloat"
21867
21868 \end_inset
21869
21870  beschreibt, wie es geht.
21871 \end_layout
21872
21873 \end_inset
21874
21875
21876 \end_layout
21877
21878 \begin_layout Standard
21879 \begin_inset Note Greyedout
21880 status open
21881
21882 \begin_layout Plain Layout
21883
21884 \series bold
21885 Bemerkung
21886 \begin_inset space ~
21887 \end_inset
21888
21889 2: 
21890 \series default
21891 Die aktuelle Version von 
21892 \series bold
21893 endfloat
21894 \series default
21895  hat einen Fehler, wenn die Überschrift ein 
21896 \begin_inset Quotes gld
21897 \end_inset
21898
21899 ß
21900 \begin_inset Quotes grd
21901 \end_inset
21902
21903  enthält.
21904  Sie müssen stattdessen den Befehl 
21905 \series bold
21906
21907 \backslash
21908 ss
21909 \series default
21910  als TeX-Code benutzen.
21911 \end_layout
21912
21913 \end_inset
21914
21915
21916 \end_layout
21917
21918 \begin_layout Standard
21919 \begin_inset VSpace bigskip
21920 \end_inset
21921
21922 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
21923  wie 
21924 \begin_inset CommandInset citation
21925 LatexCommand cite
21926 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21927
21928 \end_inset
21929
21930 .
21931 \end_layout
21932
21933 \begin_layout Section
21934 Gedrehte Gleitobjekte
21935 \begin_inset CommandInset label
21936 LatexCommand label
21937 name "abs:Gedrehte-Gleitobjekte"
21938
21939 \end_inset
21940
21941
21942 \begin_inset Index
21943 status collapsed
21944
21945 \begin_layout Plain Layout
21946 Gleitobjekte ! drehen
21947 \end_layout
21948
21949 \end_inset
21950
21951
21952 \end_layout
21953
21954 \begin_layout Standard
21955 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
21956 t drehen.
21957  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
21958  und die Option 
21959 \family sans
21960 Seitwärts
21961 \begin_inset space ~
21962 \end_inset
21963
21964 drehen
21965 \family default
21966  wählen.
21967 \end_layout
21968
21969 \begin_layout Standard
21970 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
21971  sie ein mehrspaltiges Dokument haben) gedruckt.
21972  Sie können mehrere Spalten überspannen, wenn die Option 
21973 \family sans
21974 Spalten
21975 \begin_inset space ~
21976 \end_inset
21977
21978 überspannen
21979 \family default
21980  in den Gleitobjekt Einstellungen gewählt ist.
21981  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
21982  werden können.
21983  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
21984  Option 
21985 \series bold
21986 figuresleft
21987 \series default
21988  oder 
21989 \series bold
21990 figuresright
21991 \series default
21992  zu den Dokumentklassen-Optionen hinzu.
21993 \end_layout
21994
21995 \begin_layout Standard
21996 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
21997  Tabelle
21998 \begin_inset space ~
21999 \end_inset
22000
22001
22002 \begin_inset CommandInset ref
22003 LatexCommand ref
22004 reference "tab:Gedrehte-Tabelle"
22005
22006 \end_inset
22007
22008  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
22009 \end_layout
22010
22011 \begin_layout Standard
22012 \begin_inset Note Greyedout
22013 status open
22014
22015 \begin_layout Plain Layout
22016
22017 \series bold
22018 Bemerkung:
22019 \series default
22020  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
22021 \end_layout
22022
22023 \end_inset
22024
22025
22026 \end_layout
22027
22028 \begin_layout Standard
22029 \begin_inset Float table
22030 wide false
22031 sideways true
22032 status open
22033
22034 \begin_layout Plain Layout
22035 \begin_inset Caption
22036
22037 \begin_layout Plain Layout
22038 \begin_inset CommandInset label
22039 LatexCommand label
22040 name "tab:Gedrehte-Tabelle"
22041
22042 \end_inset
22043
22044 Gedrehte Tabelle
22045 \end_layout
22046
22047 \end_inset
22048
22049
22050 \end_layout
22051
22052 \begin_layout Plain Layout
22053 \align center
22054 \begin_inset Tabular
22055 <lyxtabular version="3" rows="1" columns="5">
22056 <features>
22057 <column alignment="center" valignment="top" width="0">
22058 <column alignment="center" valignment="top" width="0">
22059 <column alignment="center" valignment="top" width="0">
22060 <column alignment="center" valignment="top" width="0">
22061 <column alignment="center" valignment="top" width="0">
22062 <row>
22063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22064 \begin_inset Text
22065
22066 \begin_layout Plain Layout
22067 Test
22068 \end_layout
22069
22070 \end_inset
22071 </cell>
22072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22073 \begin_inset Text
22074
22075 \begin_layout Plain Layout
22076 b
22077 \end_layout
22078
22079 \end_inset
22080 </cell>
22081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22082 \begin_inset Text
22083
22084 \begin_layout Plain Layout
22085 c
22086 \end_layout
22087
22088 \end_inset
22089 </cell>
22090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22091 \begin_inset Text
22092
22093 \begin_layout Plain Layout
22094 d
22095 \end_layout
22096
22097 \end_inset
22098 </cell>
22099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22100 \begin_inset Text
22101
22102 \begin_layout Plain Layout
22103 e
22104 \end_layout
22105
22106 \end_inset
22107 </cell>
22108 </row>
22109 </lyxtabular>
22110
22111 \end_inset
22112
22113
22114 \end_layout
22115
22116 \end_inset
22117
22118
22119 \end_layout
22120
22121 \begin_layout Section
22122 Gleitobjekte nebeneinander
22123 \begin_inset Index
22124 status collapsed
22125
22126 \begin_layout Plain Layout
22127 Gleitobjekte ! nebeneinander
22128 \end_layout
22129
22130 \end_inset
22131
22132
22133 \end_layout
22134
22135 \begin_layout Standard
22136 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
22137 \begin_inset space ~
22138 \end_inset
22139
22140
22141 \begin_inset CommandInset ref
22142 LatexCommand ref
22143 reference "abb:Gleitobjekt-links"
22144
22145 \end_inset
22146
22147  und 
22148 \begin_inset CommandInset ref
22149 LatexCommand ref
22150 reference "abb:Gleitobjekt-rechts"
22151
22152 \end_inset
22153
22154  wird nur 
22155 \emph on
22156 ein
22157 \emph default
22158  Gleitobjekt verwendet.
22159  In dieses werden zwei Minipage Boxen eingefügt.
22160 \begin_inset Foot
22161 status collapsed
22162
22163 \begin_layout Plain Layout
22164 Minipages sind in Abschnitt
22165 \begin_inset space ~
22166 \end_inset
22167
22168
22169 \begin_inset CommandInset ref
22170 LatexCommand ref
22171 reference "abs:Minipage"
22172
22173 \end_inset
22174
22175  erklärt.
22176 \end_layout
22177
22178 \end_inset
22179
22180  Die Breite wird für jede Minipage auf 45
22181 \begin_inset space \thinspace{}
22182 \end_inset
22183
22184 -50
22185 \begin_inset space \thinspace{}
22186 \end_inset
22187
22188 Spalten% und die Box Ausrichtung auf 
22189 \family sans
22190 Unten
22191 \family default
22192  gesetzt.
22193  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
22194  Gleitobjekt.
22195  Der einzige Unterschied ist, dass die Bildeinheit 
22196 \family sans
22197 Spaltenbreite
22198 \begin_inset space ~
22199 \end_inset
22200
22201 %
22202 \family default
22203  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
22204 \end_layout
22205
22206 \begin_layout Standard
22207 \begin_inset Float figure
22208 wide false
22209 sideways false
22210 status open
22211
22212 \begin_layout Plain Layout
22213 \begin_inset Box Frameless
22214 position "b"
22215 hor_pos "c"
22216 has_inner_box 1
22217 inner_pos "t"
22218 use_parbox 0
22219 width "45col%"
22220 special "none"
22221 height "1in"
22222 height_special "totalheight"
22223 status open
22224
22225 \begin_layout Plain Layout
22226 \align center
22227 \begin_inset Graphics
22228         filename ../clipart/mobius.eps
22229         lyxscale 50
22230         width 100col%
22231         scaleBeforeRotation
22232
22233 \end_inset
22234
22235
22236 \end_layout
22237
22238 \begin_layout Plain Layout
22239 \begin_inset Caption
22240
22241 \begin_layout Plain Layout
22242 \begin_inset CommandInset label
22243 LatexCommand label
22244 name "abb:Gleitobjekt-links"
22245
22246 \end_inset
22247
22248 Gleitobjekt auf der linken Seite.
22249 \end_layout
22250
22251 \end_inset
22252
22253
22254 \end_layout
22255
22256 \end_inset
22257
22258
22259 \begin_inset space \hfill{}
22260 \end_inset
22261
22262
22263 \begin_inset Box Frameless
22264 position "b"
22265 hor_pos "c"
22266 has_inner_box 1
22267 inner_pos "t"
22268 use_parbox 0
22269 width "45col%"
22270 special "none"
22271 height "1in"
22272 height_special "totalheight"
22273 status open
22274
22275 \begin_layout Plain Layout
22276 \align center
22277 \begin_inset Graphics
22278         filename ../clipart/platypus.eps
22279         lyxscale 50
22280         width 100col%
22281         scaleBeforeRotation
22282
22283 \end_inset
22284
22285
22286 \end_layout
22287
22288 \begin_layout Plain Layout
22289 \begin_inset Caption
22290
22291 \begin_layout Plain Layout
22292 \begin_inset CommandInset label
22293 LatexCommand label
22294 name "abb:Gleitobjekt-rechts"
22295
22296 \end_inset
22297
22298 Gleitobjekt auf der rechten Seite.
22299 \end_layout
22300
22301 \end_inset
22302
22303
22304 \end_layout
22305
22306 \end_inset
22307
22308
22309 \end_layout
22310
22311 \end_inset
22312
22313
22314 \end_layout
22315
22316 \begin_layout Section
22317 Beschriftungs-Formatierung
22318 \begin_inset CommandInset label
22319 LatexCommand label
22320 name "abs:Titel-Formatierung"
22321
22322 \end_inset
22323
22324
22325 \begin_inset Index
22326 status collapsed
22327
22328 \begin_layout Plain Layout
22329 Gleitobjekte ! Beschriftung ! Formatierung
22330 \end_layout
22331
22332 \end_inset
22333
22334
22335 \end_layout
22336
22337 \begin_layout Standard
22338
22339 \family sans
22340 Legende
22341 \family default
22342  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22343  In LyX sehen Titel so aus:  
22344 \family sans
22345
22346 \begin_inset Quotes gld
22347 \end_inset
22348
22349 Abbildung xyz:
22350 \family default
22351
22352 \begin_inset Quotes grd
22353 \end_inset
22354
22355 , gefolgt vom Beschriftungstext, wobei 
22356 \family sans
22357 xyz
22358 \family default
22359  die von LyX vergebene Nummer ist.
22360  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22361  gedruckt.
22362  Dies ist nicht immer brauchbar.
22363 \end_layout
22364
22365 \begin_layout Standard
22366 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22367  
22368 \series bold
22369 caption
22370 \series default
22371
22372 \begin_inset Index
22373 status collapsed
22374
22375 \begin_layout Plain Layout
22376 LaTeX-Pakete ! caption
22377 \end_layout
22378
22379 \end_inset
22380
22381  in den LaTeX-Vorspann laden:
22382 \end_layout
22383
22384 \begin_layout Standard
22385
22386 \series bold
22387
22388 \backslash
22389 usepackage[Format-Definition]{caption}
22390 \end_layout
22391
22392 \begin_layout Standard
22393 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22394  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22395 \end_layout
22396
22397 \begin_layout Standard
22398
22399 \series bold
22400
22401 \backslash
22402 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22403 \end_layout
22404
22405 \begin_layout Standard
22406 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22407  definieren.
22408  Dazu laden Sie das 
22409 \series bold
22410 caption
22411 \series default
22412 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22413  dem Befehl
22414 \end_layout
22415
22416 \begin_layout Standard
22417
22418 \series bold
22419
22420 \backslash
22421 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22422 \end_layout
22423
22424 \begin_layout Standard
22425 Für Abbildung
22426 \begin_inset space ~
22427 \end_inset
22428
22429
22430 \begin_inset CommandInset ref
22431 LatexCommand ref
22432 reference "abb:Langer-Abb-Titel"
22433
22434 \end_inset
22435
22436  und Tabelle
22437 \begin_inset space ~
22438 \end_inset
22439
22440
22441 \begin_inset CommandInset ref
22442 LatexCommand ref
22443 reference "tab:Langer-Tab-Titel"
22444
22445 \end_inset
22446
22447  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22448  werden:
22449 \end_layout
22450
22451 \begin_layout Standard
22452
22453 \series bold
22454
22455 \backslash
22456 usepackage[tableposition=top]{caption}
22457 \begin_inset Newline newline
22458 \end_inset
22459
22460
22461 \backslash
22462 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22463 \begin_inset Newline newline
22464 \end_inset
22465
22466
22467 \begin_inset ERT
22468 status collapsed
22469
22470 \begin_layout Plain Layout
22471
22472
22473 \backslash
22474 hphantom{
22475 \backslash
22476
22477 \backslash
22478 captionsetup[figure]
22479 \backslash
22480 {}
22481 \end_layout
22482
22483 \end_inset
22484
22485  labelsep=period}
22486 \begin_inset Newline newline
22487 \end_inset
22488
22489
22490 \backslash
22491 captionsetup[table]{labelfont={bf,sf}}
22492 \end_layout
22493
22494 \begin_layout Standard
22495 \begin_inset Note Greyedout
22496 status open
22497
22498 \begin_layout Plain Layout
22499
22500 \series bold
22501 Bemerkung:
22502 \series default
22503  Die Option 
22504 \series bold
22505 tableposition=top
22506 \series default
22507  hat keine Auswirkung, wenn eine 
22508 \series bold
22509 koma-script
22510 \series default
22511
22512 \begin_inset Index
22513 status collapsed
22514
22515 \begin_layout Plain Layout
22516 LaTeX-Pakete ! koma-script
22517 \end_layout
22518
22519 \end_inset
22520
22521 -Dokumentklasse verwendet wird.
22522  Hier muss die Option 
22523 \series bold
22524 tablecaptionabove
22525 \series default
22526  benutzt werden.
22527 \end_layout
22528
22529 \end_inset
22530
22531
22532 \end_layout
22533
22534 \begin_layout Standard
22535 Weitere Informationen über das Paket
22536 \series bold
22537  caption
22538 \series default
22539  finden Sie in seiner Dokumentation 
22540 \begin_inset CommandInset citation
22541 LatexCommand cite
22542 key "caption"
22543
22544 \end_inset
22545
22546 .
22547 \end_layout
22548
22549 \begin_layout Standard
22550 Wenn Sie den Namen von 
22551 \begin_inset Quotes gld
22552 \end_inset
22553
22554 Abbildung
22555 \begin_inset Quotes grd
22556 \end_inset
22557
22558  auf 
22559 \begin_inset Quotes gld
22560 \end_inset
22561
22562 Bild
22563 \begin_inset Quotes grd
22564 \end_inset
22565
22566  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
22567 \end_layout
22568
22569 \begin_layout Standard
22570
22571 \series bold
22572
22573 \backslash
22574 renewcommand{
22575 \backslash
22576 fnum@figure}{Bild~
22577 \backslash
22578 thefigure}
22579 \end_layout
22580
22581 \begin_layout Standard
22582 wobei 
22583 \series bold
22584
22585 \backslash
22586 thefigure
22587 \series default
22588  die Bildnummer einsetzt und
22589 \series bold
22590  ~
22591 \series default
22592  ein geschütztes Leerzeichen ist.
22593 \end_layout
22594
22595 \begin_layout Standard
22596 \begin_inset VSpace bigskip
22597 \end_inset
22598
22599 Wenn Sie eine 
22600 \series bold
22601 koma-script
22602 \series default
22603
22604 \begin_inset Index
22605 status collapsed
22606
22607 \begin_layout Plain Layout
22608 LaTeX-Pakete ! koma-script
22609 \end_layout
22610
22611 \end_inset
22612
22613 -Dokumentklasse (
22614 \family sans
22615 article (koma-script)
22616 \family default
22617
22618 \family sans
22619 book (koma-script)
22620 \family default
22621
22622 \family sans
22623 letter (koma-script)
22624 \family default
22625  oder 
22626 \family sans
22627 report (koma-script)
22628 \family default
22629 ) benutzen, können Sie anstatt des 
22630 \series bold
22631 caption
22632 \series default
22633 -Paketes den eingebauten Befehl 
22634 \series bold
22635
22636 \backslash
22637 setkomafont
22638 \series default
22639  von 
22640 \series bold
22641 koma-script
22642 \series default
22643  benutzen.
22644  Der Befehl
22645 \end_layout
22646
22647 \begin_layout Standard
22648
22649 \series bold
22650
22651 \backslash
22652 setkomafont{captionlabel}{
22653 \backslash
22654 bfseries}
22655 \end_layout
22656
22657 \begin_layout Standard
22658 im LaTeX-Vorspann druckt den Namen fett.
22659 \end_layout
22660
22661 \begin_layout Standard
22662 Weitere Informationen über 
22663 \series bold
22664
22665 \backslash
22666 setkomafont
22667 \series default
22668  finden Sie in der 
22669 \series bold
22670 koma-script
22671 \series default
22672 -Do\SpecialChar \-
22673 ku\SpecialChar \-
22674 men\SpecialChar \-
22675 ta\SpecialChar \-
22676 tion 
22677 \begin_inset CommandInset citation
22678 LatexCommand cite
22679 key "koma-script"
22680
22681 \end_inset
22682
22683 .
22684 \end_layout
22685
22686 \begin_layout Standard
22687 \begin_inset ERT
22688 status collapsed
22689
22690 \begin_layout Plain Layout
22691
22692
22693 \backslash
22694 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22695 }
22696 \end_layout
22697
22698 \end_inset
22699
22700
22701 \begin_inset Note Note
22702 status open
22703
22704 \begin_layout Plain Layout
22705 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
22706 \end_layout
22707
22708 \end_inset
22709
22710
22711 \end_layout
22712
22713 \begin_layout Standard
22714 \begin_inset Float figure
22715 placement !p
22716 wide false
22717 sideways false
22718 status open
22719
22720 \begin_layout Plain Layout
22721 \align center
22722 \begin_inset Graphics
22723         filename ../clipart/mobius.eps
22724         lyxscale 50
22725         scale 50
22726         scaleBeforeRotation
22727
22728 \end_inset
22729
22730
22731 \end_layout
22732
22733 \begin_layout Plain Layout
22734 \begin_inset Caption
22735
22736 \begin_layout Plain Layout
22737 \begin_inset CommandInset label
22738 LatexCommand label
22739 name "abb:Langer-Abb-Titel"
22740
22741 \end_inset
22742
22743 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22744  ist, um das andere Beschriftungsformat zu zeigen.
22745  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
22746 \begin_inset OptArg
22747 status collapsed
22748
22749 \begin_layout Plain Layout
22750 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22751  ist.
22752 \end_layout
22753
22754 \end_inset
22755
22756
22757 \end_layout
22758
22759 \end_inset
22760
22761
22762 \end_layout
22763
22764 \end_inset
22765
22766
22767 \end_layout
22768
22769 \begin_layout Standard
22770 \begin_inset ERT
22771 status collapsed
22772
22773 \begin_layout Plain Layout
22774
22775
22776 \backslash
22777 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22778 on}
22779 \end_layout
22780
22781 \end_inset
22782
22783
22784 \end_layout
22785
22786 \begin_layout Standard
22787 \begin_inset Float table
22788 placement !p
22789 wide false
22790 sideways false
22791 status open
22792
22793 \begin_layout Plain Layout
22794 \begin_inset Caption
22795
22796 \begin_layout Plain Layout
22797 \begin_inset CommandInset label
22798 LatexCommand label
22799 name "tab:Langer-Tab-Titel"
22800
22801 \end_inset
22802
22803 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22804  ist, um das andere Beschriftungsformat zu zeigen.
22805  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
22806  benutzt.
22807 \begin_inset OptArg
22808 status collapsed
22809
22810 \begin_layout Plain Layout
22811 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22812  ist.
22813 \end_layout
22814
22815 \end_inset
22816
22817
22818 \end_layout
22819
22820 \end_inset
22821
22822
22823 \end_layout
22824
22825 \begin_layout Plain Layout
22826 \align center
22827 \begin_inset Tabular
22828 <lyxtabular version="3" rows="1" columns="5">
22829 <features>
22830 <column alignment="center" valignment="top" width="0">
22831 <column alignment="center" valignment="top" width="0">
22832 <column alignment="center" valignment="top" width="0">
22833 <column alignment="center" valignment="top" width="0">
22834 <column alignment="center" valignment="top" width="0">
22835 <row>
22836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22837 \begin_inset Text
22838
22839 \begin_layout Plain Layout
22840 a
22841 \end_layout
22842
22843 \end_inset
22844 </cell>
22845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22846 \begin_inset Text
22847
22848 \begin_layout Plain Layout
22849 b
22850 \end_layout
22851
22852 \end_inset
22853 </cell>
22854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22855 \begin_inset Text
22856
22857 \begin_layout Plain Layout
22858 c
22859 \end_layout
22860
22861 \end_inset
22862 </cell>
22863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22864 \begin_inset Text
22865
22866 \begin_layout Plain Layout
22867 d
22868 \end_layout
22869
22870 \end_inset
22871 </cell>
22872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22873 \begin_inset Text
22874
22875 \begin_layout Plain Layout
22876 e
22877 \end_layout
22878
22879 \end_inset
22880 </cell>
22881 </row>
22882 </lyxtabular>
22883
22884 \end_inset
22885
22886
22887 \end_layout
22888
22889 \end_inset
22890
22891
22892 \end_layout
22893
22894 \begin_layout Section
22895 Beschriftungs-Platzierung
22896 \begin_inset CommandInset label
22897 LatexCommand label
22898 name "abs:Titel-Platzierung"
22899
22900 \end_inset
22901
22902
22903 \begin_inset Index
22904 status collapsed
22905
22906 \begin_layout Plain Layout
22907 Gleitobjekte ! Beschriftung ! Platzierung
22908 \end_layout
22909
22910 \end_inset
22911
22912
22913 \end_layout
22914
22915 \begin_layout Standard
22916 Normalerweise werden die Beschriftungen wie folgt platziert:
22917 \end_layout
22918
22919 \begin_layout Description
22920 Abbildung: darunter
22921 \end_layout
22922
22923 \begin_layout Description
22924 Tabelle: darüber
22925 \end_layout
22926
22927 \begin_layout Standard
22928 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
22929  Das heißt wenn Sie eine der Dokument-Klassen 
22930 \family sans
22931 article
22932 \family default
22933
22934 \family sans
22935 book
22936 \family default
22937
22938 \family sans
22939 letter
22940 \family default
22941  oder 
22942 \family sans
22943 report
22944 \family default
22945  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
22946  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
22947 \series bold
22948 caption
22949 \series default
22950  im LaTeX-Vorspann folgendes schreiben:
22951 \begin_inset Foot
22952 status collapsed
22953
22954 \begin_layout Plain Layout
22955 In Abschnitt
22956 \begin_inset space ~
22957 \end_inset
22958
22959
22960 \begin_inset CommandInset ref
22961 LatexCommand ref
22962 reference "abs:Titel-Formatierung"
22963
22964 \end_inset
22965
22966  steht mehr über das Paket 
22967 \series bold
22968 caption
22969 \series default
22970 .
22971 \end_layout
22972
22973 \end_inset
22974
22975
22976 \end_layout
22977
22978 \begin_layout Standard
22979
22980 \series bold
22981 tableposition=top
22982 \end_layout
22983
22984 \begin_layout Standard
22985 Wenn Sie eine 
22986 \series bold
22987 koma-script
22988 \series default
22989
22990 \begin_inset Index
22991 status collapsed
22992
22993 \begin_layout Plain Layout
22994 LaTeX-Pakete ! koma-script
22995 \end_layout
22996
22997 \end_inset
22998
22999 -Dokumentklasse (
23000 \family sans
23001 article (koma-script)
23002 \family default
23003
23004 \family sans
23005 book (koma-script)
23006 \family default
23007
23008 \family sans
23009 letter (koma-script)
23010 \family default
23011  oder 
23012 \family sans
23013 report (koma-script)
23014 \family default
23015 ) benutzen, können Sie alternativ zum 
23016 \series bold
23017 caption
23018 \series default
23019 -Paket die Option 
23020 \series bold
23021 tablecaptionabove
23022 \series default
23023  benutzen.
23024 \end_layout
23025
23026 \begin_layout Standard
23027 \begin_inset VSpace bigskip
23028 \end_inset
23029
23030 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
23031  Das bewirkt das LaTeX-Paket 
23032 \series bold
23033 sidecap
23034 \series default
23035
23036 \begin_inset Index
23037 status collapsed
23038
23039 \begin_layout Plain Layout
23040 LaTeX-Pakete ! sidecap
23041 \end_layout
23042
23043 \end_inset
23044
23045 , das so in den LaTeX-Vorspann geladen wird:
23046 \end_layout
23047
23048 \begin_layout Standard
23049
23050 \series bold
23051
23052 \backslash
23053 usepackage[Option]{sidecap}
23054 \end_layout
23055
23056 \begin_layout Standard
23057 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
23058  Mit 
23059 \series bold
23060 innercaption
23061 \series default
23062  wird die Beschriftung innen gedruckt.
23063  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
23064  
23065 \series bold
23066 rightcaption
23067 \series default
23068  oder 
23069 \series bold
23070 leftcaption
23071 \series default
23072 .
23073 \end_layout
23074
23075 \begin_layout Standard
23076 \begin_inset ERT
23077 status collapsed
23078
23079 \begin_layout Plain Layout
23080
23081
23082 \backslash
23083 ifsidecap
23084 \end_layout
23085
23086 \end_inset
23087
23088
23089 \begin_inset Note Note
23090 status open
23091
23092 \begin_layout Plain Layout
23093 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
23094 \series bold
23095 sidecap
23096 \series default
23097  installiert ist.
23098 \end_layout
23099
23100 \end_inset
23101
23102
23103 \end_layout
23104
23105 \begin_layout Standard
23106 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
23107  in den LaTeX-Vorspann schreiben:
23108 \end_layout
23109
23110 \begin_layout Standard
23111
23112 \lyxline
23113
23114 \end_layout
23115
23116 \begin_layout Standard
23117
23118 \series bold
23119
23120 \backslash
23121 newcommand{
23122 \backslash
23123 TabBesBeg}{%
23124 \begin_inset Newline newline
23125 \end_inset
23126
23127
23128 \begin_inset ERT
23129 status collapsed
23130
23131 \begin_layout Plain Layout
23132
23133
23134 \backslash
23135 hphantom{ }
23136 \end_layout
23137
23138 \end_inset
23139
23140
23141 \backslash
23142 let
23143 \backslash
23144 MyTable
23145 \backslash
23146 table
23147 \begin_inset Newline newline
23148 \end_inset
23149
23150
23151 \begin_inset ERT
23152 status collapsed
23153
23154 \begin_layout Plain Layout
23155
23156
23157 \backslash
23158 hphantom{ }
23159 \end_layout
23160
23161 \end_inset
23162
23163
23164 \backslash
23165 let
23166 \backslash
23167 MyEndtable
23168 \backslash
23169 endtable
23170 \begin_inset Newline newline
23171 \end_inset
23172
23173
23174 \begin_inset ERT
23175 status collapsed
23176
23177 \begin_layout Plain Layout
23178
23179
23180 \backslash
23181 hphantom{ }
23182 \end_layout
23183
23184 \end_inset
23185
23186
23187 \backslash
23188 renewenvironment{table}{
23189 \backslash
23190 begin{SCtable}}{
23191 \backslash
23192 end{SCtable}}}
23193 \end_layout
23194
23195 \begin_layout Standard
23196
23197 \series bold
23198
23199 \backslash
23200 newcommand{
23201 \backslash
23202 TabBesEnd}{%
23203 \begin_inset Newline newline
23204 \end_inset
23205
23206
23207 \begin_inset ERT
23208 status collapsed
23209
23210 \begin_layout Plain Layout
23211
23212
23213 \backslash
23214 hphantom{ }
23215 \end_layout
23216
23217 \end_inset
23218
23219
23220 \backslash
23221 let
23222 \backslash
23223 table
23224 \backslash
23225 MyTable
23226 \begin_inset Newline newline
23227 \end_inset
23228
23229
23230 \begin_inset ERT
23231 status collapsed
23232
23233 \begin_layout Plain Layout
23234
23235
23236 \backslash
23237 hphantom{ }
23238 \end_layout
23239
23240 \end_inset
23241
23242
23243 \backslash
23244 let
23245 \backslash
23246 endtable
23247 \backslash
23248 MyEndtable
23249 \end_layout
23250
23251 \begin_layout Standard
23252
23253 \series bold
23254
23255 \backslash
23256 newcommand{
23257 \backslash
23258 FigBesBeg}{%
23259 \begin_inset Newline newline
23260 \end_inset
23261
23262
23263 \begin_inset ERT
23264 status collapsed
23265
23266 \begin_layout Plain Layout
23267
23268
23269 \backslash
23270 hphantom{ }
23271 \end_layout
23272
23273 \end_inset
23274
23275
23276 \backslash
23277 let
23278 \backslash
23279 MyFigure
23280 \backslash
23281 figure
23282 \begin_inset Newline newline
23283 \end_inset
23284
23285
23286 \begin_inset ERT
23287 status collapsed
23288
23289 \begin_layout Plain Layout
23290
23291
23292 \backslash
23293 hphantom{ }
23294 \end_layout
23295
23296 \end_inset
23297
23298
23299 \backslash
23300 let
23301 \backslash
23302 MyEndfigure
23303 \backslash
23304 endfigure
23305 \begin_inset Newline newline
23306 \end_inset
23307
23308
23309 \begin_inset ERT
23310 status collapsed
23311
23312 \begin_layout Plain Layout
23313
23314
23315 \backslash
23316 hphantom{ }
23317 \end_layout
23318
23319 \end_inset
23320
23321
23322 \backslash
23323 renewenvironment{figure}{
23324 \backslash
23325 begin{SCfigure}}{
23326 \backslash
23327 end{SCfigure}}}
23328 \end_layout
23329
23330 \begin_layout Standard
23331
23332 \series bold
23333
23334 \backslash
23335 newcommand{
23336 \backslash
23337 FigBesEnd}{%
23338 \begin_inset Newline newline
23339 \end_inset
23340
23341
23342 \begin_inset ERT
23343 status collapsed
23344
23345 \begin_layout Plain Layout
23346
23347
23348 \backslash
23349 hphantom{ }
23350 \end_layout
23351
23352 \end_inset
23353
23354
23355 \backslash
23356 let
23357 \backslash
23358 figure
23359 \backslash
23360 MyFigure
23361 \begin_inset Newline newline
23362 \end_inset
23363
23364
23365 \begin_inset ERT
23366 status collapsed
23367
23368 \begin_layout Plain Layout
23369
23370
23371 \backslash
23372 hphantom{ }
23373 \end_layout
23374
23375 \end_inset
23376
23377
23378 \backslash
23379 let
23380 \backslash
23381 endfigure
23382 \backslash
23383 MyEndfigure}
23384 \series default
23385
23386 \lyxline
23387
23388 \end_layout
23389
23390 \begin_layout Standard
23391 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23392 ungen seitlich gedruckt werden.
23393  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23394 \end_layout
23395
23396 \begin_layout Standard
23397
23398 \series bold
23399
23400 \backslash
23401 FigBesBeg
23402 \end_layout
23403
23404 \begin_layout Standard
23405 als TeX-Code vor und
23406 \end_layout
23407
23408 \begin_layout Standard
23409
23410 \series bold
23411
23412 \backslash
23413 FigBesEnd
23414 \end_layout
23415
23416 \begin_layout Standard
23417 hinter das Gleitobjekt.
23418  Bei Gleitobjekt-Tabellen heißen die Befehle
23419 \end_layout
23420
23421 \begin_layout Standard
23422
23423 \series bold
23424
23425 \backslash
23426 TabBesBeg
23427 \series default
23428  und 
23429 \series bold
23430
23431 \backslash
23432 TabBesEnd
23433 \series default
23434 .
23435 \end_layout
23436
23437 \begin_layout Standard
23438 Abbildung
23439 \begin_inset space ~
23440 \end_inset
23441
23442
23443 \begin_inset CommandInset ref
23444 LatexCommand ref
23445 reference "abb:Beschriftung-neben"
23446
23447 \end_inset
23448
23449  und Tabelle
23450 \begin_inset space ~
23451 \end_inset
23452
23453
23454 \begin_inset CommandInset ref
23455 LatexCommand ref
23456 reference "tab:cap-beside-tab"
23457
23458 \end_inset
23459
23460  sind Beispiele für seitliche Beschriftungen.
23461 \end_layout
23462
23463 \begin_layout Standard
23464 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23465  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23466  der Abbildung.
23467  Das kann man mit dem Befehl
23468 \end_layout
23469
23470 \begin_layout Standard
23471
23472 \series bold
23473
23474 \backslash
23475 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
23476 \end_layout
23477
23478 \begin_layout Standard
23479 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
23480  Der Gleitobjekt-Typ ist entweder 
23481 \family sans
23482 figure
23483 \family default
23484  oder 
23485 \family sans
23486 table
23487 \family default
23488 , die
23489 \family sans
23490  
23491 \family default
23492 Platzierung ist 
23493 \family typewriter
23494 t
23495 \family default
23496  für oben, 
23497 \family typewriter
23498 c
23499 \family default
23500  für zentriert oder 
23501 \family typewriter
23502 b
23503 \family default
23504  für unten.
23505  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
23506  lautet der Befehl
23507 \end_layout
23508
23509 \begin_layout Standard
23510
23511 \series bold
23512
23513 \backslash
23514 sidecaptionvpos{figure}{c}
23515 \end_layout
23516
23517 \begin_layout Standard
23518 Das wurde in Abbildung
23519 \begin_inset space ~
23520 \end_inset
23521
23522
23523 \begin_inset CommandInset ref
23524 LatexCommand ref
23525 reference "abb:cap-beside-fig-2"
23526
23527 \end_inset
23528
23529  benutzt.
23530 \end_layout
23531
23532 \begin_layout Standard
23533 \begin_inset VSpace medskip
23534 \end_inset
23535
23536 Weitere Informationen über das Paket
23537 \series bold
23538  sidecap
23539 \series default
23540  finden Sie in seiner Dokumentation 
23541 \begin_inset CommandInset citation
23542 LatexCommand cite
23543 key "sidecap"
23544
23545 \end_inset
23546
23547 .
23548 \end_layout
23549
23550 \begin_layout Standard
23551 \begin_inset Note Greyedout
23552 status open
23553
23554 \begin_layout Plain Layout
23555
23556 \series bold
23557 Bemerkung:
23558 \series default
23559  Das LaTeX-Paket 
23560 \series bold
23561 hypcap
23562 \series default
23563 ,
23564 \begin_inset Index
23565 status collapsed
23566
23567 \begin_layout Plain Layout
23568 LaTeX-Pakete ! hypcap
23569 \end_layout
23570
23571 \end_inset
23572
23573  das in Abschnitt
23574 \begin_inset space ~
23575 \end_inset
23576
23577
23578 \begin_inset CommandInset ref
23579 LatexCommand ref
23580 reference "uab:Querverweis-Position"
23581
23582 \end_inset
23583
23584  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
23585  Beschriftungen.
23586 \end_layout
23587
23588 \end_inset
23589
23590
23591 \end_layout
23592
23593 \begin_layout Standard
23594 \begin_inset ERT
23595 status collapsed
23596
23597 \begin_layout Plain Layout
23598
23599
23600 \backslash
23601 FigBesBeg 
23602 \end_layout
23603
23604 \end_inset
23605
23606
23607 \end_layout
23608
23609 \begin_layout Standard
23610 \begin_inset Float figure
23611 wide false
23612 sideways false
23613 status open
23614
23615 \begin_layout Plain Layout
23616 \begin_inset Graphics
23617         filename ../clipart/escher-lsd.eps
23618         scale 75
23619         scaleBeforeRotation
23620
23621 \end_inset
23622
23623
23624 \end_layout
23625
23626 \begin_layout Plain Layout
23627 \begin_inset Caption
23628
23629 \begin_layout Plain Layout
23630 \begin_inset CommandInset label
23631 LatexCommand label
23632 name "abb:Beschriftung-neben"
23633
23634 \end_inset
23635
23636 Dies ist eine Beschriftung neben einer Abbildung.
23637 \end_layout
23638
23639 \end_inset
23640
23641
23642 \end_layout
23643
23644 \end_inset
23645
23646
23647 \end_layout
23648
23649 \begin_layout Standard
23650 \begin_inset ERT
23651 status collapsed
23652
23653 \begin_layout Plain Layout
23654
23655
23656 \backslash
23657 TabBesBeg 
23658 \end_layout
23659
23660 \end_inset
23661
23662
23663 \end_layout
23664
23665 \begin_layout Standard
23666 \begin_inset Float table
23667 wide false
23668 sideways false
23669 status open
23670
23671 \begin_layout Plain Layout
23672 \begin_inset Caption
23673
23674 \begin_layout Plain Layout
23675 \begin_inset CommandInset label
23676 LatexCommand label
23677 name "tab:cap-beside-tab"
23678
23679 \end_inset
23680
23681 Dies ist eine Beschriftung neben einer Tabelle.
23682 \end_layout
23683
23684 \end_inset
23685
23686
23687 \end_layout
23688
23689 \begin_layout Plain Layout
23690 \begin_inset Tabular
23691 <lyxtabular version="3" rows="4" columns="5">
23692 <features>
23693 <column alignment="center" valignment="top" width="0">
23694 <column alignment="center" valignment="top" width="0">
23695 <column alignment="center" valignment="top" width="0">
23696 <column alignment="center" valignment="top" width="0">
23697 <column alignment="center" valignment="top" width="0">
23698 <row>
23699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23700 \begin_inset Text
23701
23702 \begin_layout Plain Layout
23703 a
23704 \end_layout
23705
23706 \end_inset
23707 </cell>
23708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23709 \begin_inset Text
23710
23711 \begin_layout Plain Layout
23712
23713 \end_layout
23714
23715 \end_inset
23716 </cell>
23717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23718 \begin_inset Text
23719
23720 \begin_layout Plain Layout
23721 b
23722 \end_layout
23723
23724 \end_inset
23725 </cell>
23726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23727 \begin_inset Text
23728
23729 \begin_layout Plain Layout
23730
23731 \end_layout
23732
23733 \end_inset
23734 </cell>
23735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23736 \begin_inset Text
23737
23738 \begin_layout Plain Layout
23739 c
23740 \end_layout
23741
23742 \end_inset
23743 </cell>
23744 </row>
23745 <row>
23746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23747 \begin_inset Text
23748
23749 \begin_layout Plain Layout
23750
23751 \end_layout
23752
23753 \end_inset
23754 </cell>
23755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23756 \begin_inset Text
23757
23758 \begin_layout Plain Layout
23759 d
23760 \end_layout
23761
23762 \end_inset
23763 </cell>
23764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23765 \begin_inset Text
23766
23767 \begin_layout Plain Layout
23768
23769 \end_layout
23770
23771 \end_inset
23772 </cell>
23773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23774 \begin_inset Text
23775
23776 \begin_layout Plain Layout
23777 e
23778 \end_layout
23779
23780 \end_inset
23781 </cell>
23782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23783 \begin_inset Text
23784
23785 \begin_layout Plain Layout
23786
23787 \end_layout
23788
23789 \end_inset
23790 </cell>
23791 </row>
23792 <row>
23793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23794 \begin_inset Text
23795
23796 \begin_layout Plain Layout
23797 f
23798 \end_layout
23799
23800 \end_inset
23801 </cell>
23802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23803 \begin_inset Text
23804
23805 \begin_layout Plain Layout
23806
23807 \end_layout
23808
23809 \end_inset
23810 </cell>
23811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23812 \begin_inset Text
23813
23814 \begin_layout Plain Layout
23815 g
23816 \end_layout
23817
23818 \end_inset
23819 </cell>
23820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23821 \begin_inset Text
23822
23823 \begin_layout Plain Layout
23824
23825 \end_layout
23826
23827 \end_inset
23828 </cell>
23829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23830 \begin_inset Text
23831
23832 \begin_layout Plain Layout
23833 h
23834 \end_layout
23835
23836 \end_inset
23837 </cell>
23838 </row>
23839 <row>
23840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23841 \begin_inset Text
23842
23843 \begin_layout Plain Layout
23844
23845 \end_layout
23846
23847 \end_inset
23848 </cell>
23849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23850 \begin_inset Text
23851
23852 \begin_layout Plain Layout
23853 i
23854 \end_layout
23855
23856 \end_inset
23857 </cell>
23858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23859 \begin_inset Text
23860
23861 \begin_layout Plain Layout
23862
23863 \end_layout
23864
23865 \end_inset
23866 </cell>
23867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23868 \begin_inset Text
23869
23870 \begin_layout Plain Layout
23871 j
23872 \end_layout
23873
23874 \end_inset
23875 </cell>
23876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23877 \begin_inset Text
23878
23879 \begin_layout Plain Layout
23880
23881 \end_layout
23882
23883 \end_inset
23884 </cell>
23885 </row>
23886 </lyxtabular>
23887
23888 \end_inset
23889
23890
23891 \end_layout
23892
23893 \end_inset
23894
23895
23896 \end_layout
23897
23898 \begin_layout Standard
23899 \begin_inset ERT
23900 status collapsed
23901
23902 \begin_layout Plain Layout
23903
23904
23905 \backslash
23906 TabBesEnd
23907 \end_layout
23908
23909 \end_inset
23910
23911
23912 \end_layout
23913
23914 \begin_layout Standard
23915 \begin_inset ERT
23916 status collapsed
23917
23918 \begin_layout Plain Layout
23919
23920
23921 \backslash
23922 sidecaptionvpos{figure}{c}
23923 \end_layout
23924
23925 \end_inset
23926
23927
23928 \begin_inset Float figure
23929 wide false
23930 sideways false
23931 status open
23932
23933 \begin_layout Plain Layout
23934 \begin_inset Graphics
23935         filename ../clipart/escher-lsd.eps
23936         scale 75
23937         scaleBeforeRotation
23938
23939 \end_inset
23940
23941
23942 \end_layout
23943
23944 \begin_layout Plain Layout
23945 \begin_inset Caption
23946
23947 \begin_layout Plain Layout
23948 \begin_inset CommandInset label
23949 LatexCommand label
23950 name "abb:cap-beside-fig-2"
23951
23952 \end_inset
23953
23954 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
23955 \end_layout
23956
23957 \end_inset
23958
23959
23960 \end_layout
23961
23962 \end_inset
23963
23964
23965 \end_layout
23966
23967 \begin_layout Standard
23968 \begin_inset ERT
23969 status collapsed
23970
23971 \begin_layout Plain Layout
23972
23973
23974 \backslash
23975 FigBesEnd
23976 \end_layout
23977
23978 \end_inset
23979
23980
23981 \end_layout
23982
23983 \begin_layout Standard
23984 \begin_inset ERT
23985 status collapsed
23986
23987 \begin_layout Plain Layout
23988
23989
23990 \backslash
23991 else
23992 \end_layout
23993
23994 \end_inset
23995
23996
23997 \begin_inset Note Note
23998 status open
23999
24000 \begin_layout Plain Layout
24001 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
24002 \series bold
24003 sidecap
24004 \series default
24005  nicht installiert ist:
24006 \end_layout
24007
24008 \end_inset
24009
24010
24011 \end_layout
24012
24013 \begin_layout Standard
24014 Das LaTeX-Paket 
24015 \series bold
24016 sidecap
24017 \series default
24018  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
24019 \end_layout
24020
24021 \begin_layout Standard
24022 \begin_inset ERT
24023 status collapsed
24024
24025 \begin_layout Plain Layout
24026
24027
24028 \backslash
24029 fi
24030 \end_layout
24031
24032 \end_inset
24033
24034
24035 \end_layout
24036
24037 \begin_layout Section
24038 Gleitobjekt-Verzeichnisse
24039 \begin_inset Index
24040 status collapsed
24041
24042 \begin_layout Plain Layout
24043 Gleitobjekte ! Verzeichnisse
24044 \end_layout
24045
24046 \end_inset
24047
24048
24049 \end_layout
24050
24051 \begin_layout Standard
24052 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
24053  Sie können mit den Untermenüs von 
24054 \family sans
24055 Einfügen\SpecialChar \menuseparator
24056 Liste
24057 \begin_inset space ~
24058 \end_inset
24059
24060 /
24061 \begin_inset space ~
24062 \end_inset
24063
24064 Inhaltsverzeichnis
24065 \family default
24066  eingefügt werden.
24067 \end_layout
24068
24069 \begin_layout Standard
24070 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
24071  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
24072 \end_layout
24073
24074 \begin_layout Standard
24075 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
24076  und ein Tabellen-Verzeichnis.
24077 \end_layout
24078
24079 \begin_layout Chapter
24080 Notizen
24081 \end_layout
24082
24083 \begin_layout Section
24084 LyX-Notizen
24085 \begin_inset Index
24086 status collapsed
24087
24088 \begin_layout Plain Layout
24089 Notizen ! LyX-Notizen
24090 \end_layout
24091
24092 \end_inset
24093
24094
24095 \end_layout
24096
24097 \begin_layout Standard
24098 Notizen werden mit einem Klick auf 
24099 \begin_inset Graphics
24100         filename ../../images/note-insert.png
24101         scale 85
24102         scaleBeforeRotation
24103         BoundingBox 0bp 6bp 22bp 22bp
24104
24105 \end_inset
24106
24107  oder 
24108 \family sans
24109 Einfügen\SpecialChar \menuseparator
24110 Notiz
24111 \family default
24112  eingefügt.
24113  Es gibt drei Arten:
24114 \end_layout
24115
24116 \begin_layout Description
24117 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
24118  Eine 
24119 \family sans
24120 LyX-Notiz
24121 \family default
24122  sieht so aus:
24123 \begin_inset Newline newline
24124 \end_inset
24125
24126
24127 \begin_inset Newline newline
24128 \end_inset
24129
24130
24131 \begin_inset Graphics
24132         filename clipart/LyXNotizQt4.png
24133         display false
24134         scale 60
24135         scaleBeforeRotation
24136
24137 \end_inset
24138
24139  
24140 \begin_inset Note Note
24141 status open
24142
24143 \begin_layout Plain Layout
24144 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
24145 \end_layout
24146
24147 \end_inset
24148
24149
24150 \end_layout
24151
24152 \begin_layout Description
24153 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
24154  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
24155 \family sans
24156 Datei\SpecialChar \menuseparator
24157 Ex\SpecialChar \-
24158 por\SpecialChar \-
24159 tie\SpecialChar \-
24160 ren\SpecialChar \menuseparator
24161 LaTe
24162 \begin_inset ERT
24163 status collapsed
24164
24165 \begin_layout Plain Layout
24166
24167 {}
24168 \end_layout
24169
24170 \end_inset
24171
24172 X (pdflatex) / (normal)
24173 \family default
24174 .
24175  Ein Kommentar sieht so aus:
24176 \begin_inset Newline newline
24177 \end_inset
24178
24179
24180 \begin_inset Newline newline
24181 \end_inset
24182
24183
24184 \begin_inset Graphics
24185         filename clipart/KommentarQt4.png
24186         display false
24187         scale 60
24188         scaleBeforeRotation
24189
24190 \end_inset
24191
24192  
24193 \begin_inset Note Comment
24194 status open
24195
24196 \begin_layout Plain Layout
24197 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
24198 \end_layout
24199
24200 \end_inset
24201
24202
24203 \end_layout
24204
24205 \begin_layout Description
24206 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
24207 \begin_inset Newline newline
24208 \end_inset
24209
24210
24211 \begin_inset Newline newline
24212 \end_inset
24213
24214
24215 \begin_inset Graphics
24216         filename clipart/GrauschriftNotizQt4.png
24217         display false
24218         scale 60
24219         scaleBeforeRotation
24220
24221 \end_inset
24222
24223
24224 \begin_inset Newline newline
24225 \end_inset
24226
24227
24228 \begin_inset ERT
24229 status collapsed
24230
24231 \begin_layout Plain Layout
24232
24233
24234 \backslash
24235 renewenvironment{lyxgreyedout}
24236 \end_layout
24237
24238 \begin_layout Plain Layout
24239
24240 {
24241 \backslash
24242 textcolor[gray]{0.4}
24243 \backslash
24244 bgroup}{
24245 \backslash
24246 egroup}
24247 \end_layout
24248
24249 \end_inset
24250
24251
24252 \begin_inset Note Greyedout
24253 status open
24254
24255 \begin_layout Plain Layout
24256 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24257 \begin_inset Foot
24258 status open
24259
24260 \begin_layout Plain Layout
24261 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24262 \end_layout
24263
24264 \end_inset
24265
24266
24267 \end_layout
24268
24269 \end_inset
24270
24271
24272 \begin_inset ERT
24273 status collapsed
24274
24275 \begin_layout Plain Layout
24276
24277
24278 \backslash
24279 renewenvironment{lyxgreyedout}
24280 \end_layout
24281
24282 \begin_layout Plain Layout
24283
24284 {
24285 \backslash
24286 textcolor{blue}
24287 \backslash
24288 bgroup}{
24289 \backslash
24290 egroup}
24291 \end_layout
24292
24293 \end_inset
24294
24295
24296 \begin_inset Note Note
24297 status collapsed
24298
24299 \begin_layout Plain Layout
24300 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
24301  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
24302  
24303 \end_layout
24304
24305 \end_inset
24306
24307
24308 \begin_inset Newline newline
24309 \end_inset
24310
24311
24312 \begin_inset Newline newline
24313 \end_inset
24314
24315 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
24316  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
24317 \end_layout
24318
24319 \begin_layout Standard
24320 \begin_inset VSpace bigskip
24321 \end_inset
24322
24323 Wenn Sie auf den Werzeugleistenknopf 
24324 \begin_inset Graphics
24325         filename ../../images/note-insert.png
24326         scale 85
24327         scaleBeforeRotation
24328         BoundingBox 0bp 6bp 22bp 22bp
24329
24330 \end_inset
24331
24332  klicken, wird zunächst eine 
24333 \family sans
24334 LyX-Notiz
24335 \family default
24336  eingefügt.
24337  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24338  anderen Möglichkeiten auswählen.
24339  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24340  Sie ihn und klicken dann auf den Werzeugleistenknopf.
24341  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
24342  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
24343  am Ende der Notiz ist.
24344 \end_layout
24345
24346 \begin_layout Standard
24347 \begin_inset VSpace bigskip
24348 \end_inset
24349
24350 Die Textfarbe der 
24351 \family sans
24352 Grauschrift
24353 \family default
24354 -Notiz können Sie im LaTeX-Vorspann mit folgendem Befehl ändern:
24355 \end_layout
24356
24357 \begin_layout Standard
24358
24359 \series bold
24360
24361 \backslash
24362 renewenvironment{lyxgreyedout}
24363 \begin_inset Newline newline
24364 \end_inset
24365
24366
24367 \begin_inset ERT
24368 status collapsed
24369
24370 \begin_layout Plain Layout
24371
24372
24373 \backslash
24374 hphantom{ }
24375 \end_layout
24376
24377 \end_inset
24378
24379 {
24380 \backslash
24381 textcolor{color}
24382 \backslash
24383 bgroup}{
24384 \backslash
24385 egroup}
24386 \end_layout
24387
24388 \begin_layout Standard
24389 Die verfügbaren Farben und wie man eigene definiert, wurde bereits in Abschnitt
24390 \begin_inset space ~
24391 \end_inset
24392
24393
24394 \begin_inset CommandInset ref
24395 LatexCommand ref
24396 reference "abs:Farbige-Tabellen"
24397
24398 \end_inset
24399
24400  beschrieben.
24401  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24402 \end_layout
24403
24404 \begin_layout Section
24405 Fußnoten
24406 \begin_inset CommandInset label
24407 LatexCommand label
24408 name "abs:Fußnoten"
24409
24410 \end_inset
24411
24412
24413 \begin_inset Index
24414 status collapsed
24415
24416 \begin_layout Plain Layout
24417 Notizen ! Fußnoten
24418 \end_layout
24419
24420 \end_inset
24421
24422
24423 \begin_inset Index
24424 status collapsed
24425
24426 \begin_layout Plain Layout
24427 Fußnoten
24428 \end_layout
24429
24430 \end_inset
24431
24432
24433 \end_layout
24434
24435 \begin_layout Standard
24436 Zu dem, was bereits im 
24437 \emph on
24438 Benutzerhandbuch
24439 \emph default
24440  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24441  Eine Fußnotenbox sieht folgendermaßen aus: 
24442 \begin_inset Graphics
24443         filename clipart/FussnoteQt4.png
24444         scale 80
24445         scaleBeforeRotation
24446
24447 \end_inset
24448
24449
24450 \end_layout
24451
24452 \begin_layout Standard
24453 Hier ist eine Beispielfußnote:
24454 \color black
24455
24456 \begin_inset Foot
24457 status open
24458
24459 \begin_layout Plain Layout
24460 \begin_inset CommandInset label
24461 LatexCommand label
24462 name "fuss:Fußnoten-Beispiel"
24463
24464 \end_inset
24465
24466 Dies ist eine Fußnote.
24467 \end_layout
24468
24469 \end_inset
24470
24471
24472 \end_layout
24473
24474 \begin_layout Standard
24475 \begin_inset ERT
24476 status collapsed
24477
24478 \begin_layout Plain Layout
24479
24480
24481 \backslash
24482 newcounter{MyRepeatFoot}
24483 \end_layout
24484
24485 \begin_layout Plain Layout
24486
24487
24488 \backslash
24489 setcounter{MyRepeatFoot}{
24490 \backslash
24491 thefootnote}
24492 \end_layout
24493
24494 \end_inset
24495
24496
24497 \end_layout
24498
24499 \begin_layout Standard
24500 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
24501  wurde, eine hochgestellte Zahl.
24502  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
24503  hochgestellt dem Text vorangeht.
24504  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
24505  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
24506  werden.
24507 \end_layout
24508
24509 \begin_layout Standard
24510 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
24511  der Fußnote eine Marke eingefügt wurde.
24512  Dies ist ein Querverweis auf Fußnote
24513 \begin_inset space ~
24514 \end_inset
24515
24516
24517 \begin_inset CommandInset ref
24518 LatexCommand ref
24519 reference "fuss:Fußnoten-Beispiel"
24520
24521 \end_inset
24522
24523 .
24524 \end_layout
24525
24526 \begin_layout Standard
24527 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
24528  siehe Abschnitt
24529 \begin_inset space ~
24530 \end_inset
24531
24532
24533 \begin_inset CommandInset ref
24534 LatexCommand ref
24535 reference "abs:Minipage"
24536
24537 \end_inset
24538
24539 .
24540  Fußnoten in langen Tabellen wurden bereits in Abschnitt
24541 \begin_inset space ~
24542 \end_inset
24543
24544
24545 \begin_inset CommandInset ref
24546 LatexCommand ref
24547 reference "uab:Fußnoten-in-langen"
24548
24549 \end_inset
24550
24551  beschrieben.
24552 \end_layout
24553
24554 \begin_layout Standard
24555 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
24556  TeX-Code-Befehl 
24557 \series bold
24558
24559 \backslash
24560 footnotemark[Nummer]
24561 \series default
24562  benutzen.
24563  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
24564  mal gedruckt wird.
24565 \end_layout
24566
24567 \begin_layout Standard
24568 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
24569  sie speichern, nachdem Sie die Fußnote eingefügt haben.
24570  Hinter Fußnote
24571 \begin_inset space ~
24572 \end_inset
24573
24574
24575 \begin_inset CommandInset ref
24576 LatexCommand ref
24577 reference "fuss:Fußnoten-Beispiel"
24578
24579 \end_inset
24580
24581  wurde das mit folgenden TeX-Code-Befehlen gemacht:
24582 \end_layout
24583
24584 \begin_layout Standard
24585
24586 \series bold
24587
24588 \backslash
24589 newcounter{MyRepeatFoot}
24590 \begin_inset Newline newline
24591 \end_inset
24592
24593
24594 \backslash
24595 setcounter{MyRepeatFoot}{
24596 \backslash
24597 thefootnote}
24598 \end_layout
24599
24600 \begin_layout Standard
24601 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
24602 \end_layout
24603
24604 \begin_layout Standard
24605
24606 \series bold
24607
24608 \backslash
24609 footnotemark[
24610 \backslash
24611 theMyRepeatFoot]
24612 \end_layout
24613
24614 \begin_layout Standard
24615 Hier ist ein Beispiel für eine Fußnotenmarke:
24616 \family roman
24617 \series medium
24618 \bar no
24619
24620 \begin_inset ERT
24621 status collapsed
24622
24623 \begin_layout Plain Layout
24624
24625
24626 \backslash
24627 footnotemark[
24628 \backslash
24629 theMyRepeatFoot]
24630 \end_layout
24631
24632 \end_inset
24633
24634
24635 \end_layout
24636
24637 \begin_layout Subsection
24638 Fußnoten-Nummerierung
24639 \begin_inset CommandInset label
24640 LatexCommand label
24641 name "uab:Fußnoten-Nummerierung"
24642
24643 \end_inset
24644
24645
24646 \begin_inset Index
24647 status collapsed
24648
24649 \begin_layout Plain Layout
24650 Fußnoten ! Nummerierung
24651 \end_layout
24652
24653 \end_inset
24654
24655
24656 \end_layout
24657
24658 \begin_layout Standard
24659 Um Fußnoten nach jedem Abschnitt
24660 \family roman
24661  auf 1 zurückzusetzen, 
24662 \family default
24663 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24664 \end_layout
24665
24666 \begin_layout Standard
24667
24668 \series bold
24669
24670 \backslash
24671 @addtoreset{footnote}{section}
24672 \end_layout
24673
24674 \begin_layout Standard
24675 \begin_inset VSpace bigskip
24676 \end_inset
24677
24678 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
24679  Zahlen:
24680 \end_layout
24681
24682 \begin_layout Standard
24683
24684 \series bold
24685
24686 \backslash
24687 renewcommand{
24688 \backslash
24689 thefootnote}{
24690 \backslash
24691 roman{footnote}}
24692 \end_layout
24693
24694 \begin_layout Standard
24695 \begin_inset ERT
24696 status collapsed
24697
24698 \begin_layout Plain Layout
24699
24700
24701 \backslash
24702 renewcommand{
24703 \backslash
24704 thefootnote}{
24705 \backslash
24706 roman{footnote}}
24707 \end_layout
24708
24709 \end_inset
24710
24711  Hier ist ein Beispiel für solch eine Fußnote:
24712 \begin_inset Foot
24713 status open
24714
24715 \begin_layout Plain Layout
24716 Dies ist eine Fußnote mit kleinen römischen Zahlen
24717 \end_layout
24718
24719 \end_inset
24720
24721
24722 \end_layout
24723
24724 \begin_layout Standard
24725 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
24726  in obigem Befehl 
24727 \series bold
24728
24729 \backslash
24730 roman
24731 \series default
24732  durch 
24733 \series bold
24734
24735 \backslash
24736 Roman
24737 \series default
24738 .
24739  Um Fußnoten mit großen oder kleinen Buchstaben zu 
24740 \begin_inset Quotes gld
24741 \end_inset
24742
24743 nummerieren
24744 \begin_inset Quotes grd
24745 \end_inset
24746
24747 , verwenden Sie die Befehle 
24748 \series bold
24749
24750 \backslash
24751 Alph
24752 \series default
24753  oder 
24754 \series bold
24755
24756 \backslash
24757 alph
24758 \series default
24759 .
24760  Für die 
24761 \begin_inset Quotes gld
24762 \end_inset
24763
24764 Nummerierung
24765 \begin_inset Quotes grd
24766 \end_inset
24767
24768  mit Symbolen steht der Befehl 
24769 \series bold
24770
24771 \backslash
24772 fnsymbol
24773 \series default
24774  zur Verfügung.
24775 \end_layout
24776
24777 \begin_layout Standard
24778 \begin_inset Note Greyedout
24779 status open
24780
24781 \begin_layout Plain Layout
24782
24783 \series bold
24784 Bemerkung 1:
24785 \series default
24786  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
24787  
24788 \emph on
24789 ein
24790 \emph default
24791  Buchstabe verwendet wird.
24792 \end_layout
24793
24794 \end_inset
24795
24796
24797 \begin_inset Newline newline
24798 \end_inset
24799
24800
24801 \begin_inset Note Greyedout
24802 status open
24803
24804 \begin_layout Plain Layout
24805
24806 \series bold
24807 Bemerkung 2:
24808 \series default
24809  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
24810 \end_layout
24811
24812 \end_inset
24813
24814
24815 \end_layout
24816
24817 \begin_layout Standard
24818 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
24819 \series bold
24820
24821 \backslash
24822 arabic
24823 \series default
24824  anstelle von 
24825 \series bold
24826
24827 \backslash
24828 roman
24829 \series default
24830  in obigem Befehl.
24831 \begin_inset ERT
24832 status collapsed
24833
24834 \begin_layout Plain Layout
24835
24836
24837 \backslash
24838 renewcommand{
24839 \backslash
24840 thefootnote}{
24841 \backslash
24842 arabic{footnote}}
24843 \end_layout
24844
24845 \end_inset
24846
24847
24848 \end_layout
24849
24850 \begin_layout Standard
24851 \begin_inset VSpace bigskip
24852 \end_inset
24853
24854
24855 \end_layout
24856
24857 \begin_layout Standard
24858 Wenn Sie wollen, dass Fußnoten nach dem Schema 
24859 \begin_inset Quotes gld
24860 \end_inset
24861
24862 Kapitel.Fußnote
24863 \begin_inset Quotes grd
24864 \end_inset
24865
24866  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24867 \end_layout
24868
24869 \begin_layout Standard
24870
24871 \series bold
24872
24873 \backslash
24874 numberwithin{footnote}{chapter}
24875 \end_layout
24876
24877 \begin_layout Standard
24878 Um 
24879 \series bold
24880
24881 \backslash
24882 numberwithin
24883 \series default
24884  benutzen zu können, muss in den 
24885 \family sans
24886 Mathe
24887 \begin_inset space ~
24888 \end_inset
24889
24890 Optionen
24891 \family default
24892  der 
24893 \family sans
24894 Dokument-Einstellungen
24895 \family default
24896  
24897 \family sans
24898 AMS
24899 \begin_inset space ~
24900 \end_inset
24901
24902 Mathe
24903 \begin_inset space ~
24904 \end_inset
24905
24906 Paket
24907 \family default
24908
24909 \begin_inset space ~
24910 \end_inset
24911
24912
24913 \family sans
24914 verwenden
24915 \family default
24916  angekreuzt sein.
24917 \begin_inset ERT
24918 status collapsed
24919
24920 \begin_layout Plain Layout
24921
24922
24923 \backslash
24924 numberwithin{footnote}{chapter}
24925 \end_layout
24926
24927 \end_inset
24928
24929  Hier ist ein Beispiel für solch eine Fußnote.
24930 \series bold
24931
24932 \begin_inset Foot
24933 status open
24934
24935 \begin_layout Plain Layout
24936 Dies ist eine Fußnote nach dem Schema 
24937 \begin_inset Quotes gld
24938 \end_inset
24939
24940 Kapitel.Fußnote
24941 \begin_inset Quotes grd
24942 \end_inset
24943
24944 .
24945 \end_layout
24946
24947 \end_inset
24948
24949
24950 \series default
24951
24952 \begin_inset ERT
24953 status collapsed
24954
24955 \begin_layout Plain Layout
24956
24957
24958 \backslash
24959 renewcommand{
24960 \backslash
24961 thefootnote}{
24962 \backslash
24963 arabic{footnote}}
24964 \end_layout
24965
24966 \end_inset
24967
24968
24969 \end_layout
24970
24971 \begin_layout Standard
24972 \begin_inset Note Greyedout
24973 status open
24974
24975 \begin_layout Plain Layout
24976
24977 \series bold
24978 Bemerkung:
24979 \series default
24980  
24981 \series bold
24982
24983 \backslash
24984 numberwithin
24985 \series default
24986  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
24987  werden überschrieben.
24988 \end_layout
24989
24990 \end_inset
24991
24992
24993 \end_layout
24994
24995 \begin_layout Standard
24996 Um also z.
24997 \begin_inset space \thinspace{}
24998 \end_inset
24999
25000 B.
25001  das Schema 
25002 \begin_inset Quotes gld
25003 \end_inset
25004
25005 Kapitel.
25006 \backslash
25007 Roman{footnote}
25008 \begin_inset Quotes grd
25009 \end_inset
25010
25011  zu erhalten, muss dieser Befehl anstelle von 
25012 \series bold
25013
25014 \backslash
25015 numberwithin
25016 \series default
25017  verwendet werden:
25018 \end_layout
25019
25020 \begin_layout Standard
25021
25022 \series bold
25023
25024 \backslash
25025 renewcommand{
25026 \backslash
25027 thefootnote}{
25028 \backslash
25029 thechapter.
25030 \backslash
25031 Roman{footnote}}
25032 \end_layout
25033
25034 \begin_layout Subsection
25035 Fußnoten-Platzierung
25036 \begin_inset Index
25037 status collapsed
25038
25039 \begin_layout Plain Layout
25040 Fußnoten ! Platzierung
25041 \end_layout
25042
25043 \end_inset
25044
25045
25046 \end_layout
25047
25048 \begin_layout Standard
25049 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
25050  ohne Zwischenraum am Ende der Seite gedruckt.
25051  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
25052  LaTeX-Vorspann 1.5
25053 \begin_inset space \thinspace{}
25054 \end_inset
25055
25056 mm Zwischenraum einfügen:
25057 \end_layout
25058
25059 \begin_layout Standard
25060
25061 \series bold
25062
25063 \backslash
25064 let
25065 \backslash
25066 myFoot
25067 \backslash
25068 footnote
25069 \begin_inset Newline newline
25070 \end_inset
25071
25072
25073 \backslash
25074 renewcommand{
25075 \backslash
25076 footnote}[1]{
25077 \backslash
25078 myFoot{#1
25079 \backslash
25080 vspace{1.5mm}}}
25081 \end_layout
25082
25083 \begin_layout Standard
25084 \begin_inset VSpace bigskip
25085 \end_inset
25086
25087 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
25088  Spalte gedruckt, Abbildung
25089 \begin_inset space ~
25090 \end_inset
25091
25092
25093 \begin_inset CommandInset ref
25094 LatexCommand ref
25095 reference "abb:Standard-Fußnoten-Platzierung-in"
25096
25097 \end_inset
25098
25099 .
25100  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
25101  in Abbildung
25102 \begin_inset space ~
25103 \end_inset
25104
25105
25106 \begin_inset CommandInset ref
25107 LatexCommand ref
25108 reference "abb:Fußnoten-Platzierung-in-einem"
25109
25110 \end_inset
25111
25112 , müssen Sie das LaTeX-Paket 
25113 \series bold
25114 ftnright
25115 \series default
25116
25117 \begin_inset Index
25118 status collapsed
25119
25120 \begin_layout Plain Layout
25121 LaTeX-Pakete ! ftnright
25122 \end_layout
25123
25124 \end_inset
25125
25126  mit folgendem Befehl im LaTeX-Vorspann einfügen:
25127 \end_layout
25128
25129 \begin_layout Standard
25130
25131 \series bold
25132
25133 \backslash
25134 usepackage{ftnright}
25135 \end_layout
25136
25137 \begin_layout Standard
25138 \begin_inset Float figure
25139 placement !h
25140 wide false
25141 sideways false
25142 status open
25143
25144 \begin_layout Plain Layout
25145 \begin_inset ERT
25146 status collapsed
25147
25148 \begin_layout Plain Layout
25149
25150
25151 \backslash
25152 framebox{
25153 \end_layout
25154
25155 \end_inset
25156
25157
25158 \begin_inset Graphics
25159         filename ../clipart/without_fntright.pdf
25160         width 100col%
25161         scaleBeforeRotation
25162
25163 \end_inset
25164
25165
25166 \begin_inset ERT
25167 status collapsed
25168
25169 \begin_layout Plain Layout
25170
25171 }
25172 \end_layout
25173
25174 \end_inset
25175
25176
25177 \end_layout
25178
25179 \begin_layout Plain Layout
25180 \begin_inset Caption
25181
25182 \begin_layout Plain Layout
25183 \begin_inset CommandInset label
25184 LatexCommand label
25185 name "abb:Standard-Fußnoten-Platzierung-in"
25186
25187 \end_inset
25188
25189 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25190 \begin_inset OptArg
25191 status open
25192
25193 \begin_layout Plain Layout
25194 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25195 \end_layout
25196
25197 \end_inset
25198
25199
25200 \end_layout
25201
25202 \end_inset
25203
25204
25205 \end_layout
25206
25207 \end_inset
25208
25209
25210 \end_layout
25211
25212 \begin_layout Standard
25213 \begin_inset Float figure
25214 placement !h
25215 wide false
25216 sideways false
25217 status open
25218
25219 \begin_layout Plain Layout
25220 \begin_inset ERT
25221 status collapsed
25222
25223 \begin_layout Plain Layout
25224
25225
25226 \backslash
25227 framebox{
25228 \end_layout
25229
25230 \end_inset
25231
25232
25233 \begin_inset Graphics
25234         filename ../clipart/with_fntright.pdf
25235         width 100col%
25236         scaleBeforeRotation
25237
25238 \end_inset
25239
25240
25241 \begin_inset ERT
25242 status collapsed
25243
25244 \begin_layout Plain Layout
25245
25246 }
25247 \end_layout
25248
25249 \end_inset
25250
25251
25252 \end_layout
25253
25254 \begin_layout Plain Layout
25255 \begin_inset Caption
25256
25257 \begin_layout Plain Layout
25258 \begin_inset CommandInset label
25259 LatexCommand label
25260 name "abb:Fußnoten-Platzierung-in-einem"
25261
25262 \end_inset
25263
25264 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
25265  
25266 \series bold
25267 ftnright
25268 \series default
25269 .
25270 \begin_inset OptArg
25271 status collapsed
25272
25273 \begin_layout Plain Layout
25274 Fußnoten-Platzierung mit 
25275 \family typewriter
25276 ftnright
25277 \end_layout
25278
25279 \end_inset
25280
25281
25282 \end_layout
25283
25284 \end_inset
25285
25286
25287 \end_layout
25288
25289 \end_inset
25290
25291
25292 \end_layout
25293
25294 \begin_layout Standard
25295 \begin_inset VSpace bigskip
25296 \end_inset
25297
25298 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
25299  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
25300 \begin_inset space ~
25301 \end_inset
25302
25303
25304 \begin_inset CommandInset ref
25305 LatexCommand ref
25306 reference "abb:endnotes----Die"
25307
25308 \end_inset
25309
25310  gedruckt.
25311  Man nennt sie dann 
25312 \emph on
25313 Endnoten
25314 \emph default
25315 .
25316 \begin_inset Index
25317 status collapsed
25318
25319 \begin_layout Plain Layout
25320 Endnoten
25321 \end_layout
25322
25323 \end_inset
25324
25325  Um das zu erreichen, müssen Sie das LaTeX-Paket 
25326 \series bold
25327 endnotes
25328 \series default
25329
25330 \begin_inset Index
25331 status collapsed
25332
25333 \begin_layout Plain Layout
25334 LaTeX-Pakete ! endnotes
25335 \end_layout
25336
25337 \end_inset
25338
25339  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
25340 \end_layout
25341
25342 \begin_layout Standard
25343
25344 \series bold
25345
25346 \backslash
25347 usepackage{endnotes}
25348 \begin_inset Newline newline
25349 \end_inset
25350
25351
25352 \backslash
25353 let
25354 \backslash
25355 footnote
25356 \backslash
25357 endnote
25358 \end_layout
25359
25360 \begin_layout Standard
25361 Um die gesammelten Fußnoten zu drucken, fügen Sie den TeX-Code
25362 \series bold
25363  
25364 \backslash
25365 theendnotes
25366 \series default
25367  am Ende des Abschnitts oder Kapitels ein.
25368 \end_layout
25369
25370 \begin_layout Standard
25371 \begin_inset Float figure
25372 wide false
25373 sideways false
25374 status open
25375
25376 \begin_layout Plain Layout
25377 \align center
25378 \begin_inset ERT
25379 status collapsed
25380
25381 \begin_layout Plain Layout
25382
25383
25384 \backslash
25385 framebox{
25386 \end_layout
25387
25388 \end_inset
25389
25390
25391 \begin_inset Graphics
25392         filename ../clipart/endnotes.pdf
25393         scaleBeforeRotation
25394
25395 \end_inset
25396
25397
25398 \begin_inset ERT
25399 status collapsed
25400
25401 \begin_layout Plain Layout
25402
25403 }
25404 \end_layout
25405
25406 \end_inset
25407
25408
25409 \end_layout
25410
25411 \begin_layout Plain Layout
25412 \begin_inset Caption
25413
25414 \begin_layout Plain Layout
25415 \begin_inset CommandInset label
25416 LatexCommand label
25417 name "abb:endnotes----Die"
25418
25419 \end_inset
25420
25421
25422 \series bold
25423 endnotes
25424 \series default
25425  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25426  gedruckt.
25427 \end_layout
25428
25429 \end_inset
25430
25431
25432 \end_layout
25433
25434 \end_inset
25435
25436
25437 \end_layout
25438
25439 \begin_layout Standard
25440 \begin_inset VSpace medskip
25441 \end_inset
25442
25443 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25444 ache übersetzt.
25445  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25446 \begin_inset Quotes gld
25447 \end_inset
25448
25449 Notes 
25450 \begin_inset Quotes grd
25451 \end_inset
25452
25453 in 
25454 \begin_inset Quotes gld
25455 \end_inset
25456
25457 Anmerkungen
25458 \begin_inset Quotes grd
25459 \end_inset
25460
25461 :
25462 \end_layout
25463
25464 \begin_layout Standard
25465
25466 \series bold
25467
25468 \backslash
25469 renewcommand{
25470 \backslash
25471 notesname}{Anmerkungen}
25472 \end_layout
25473
25474 \begin_layout Standard
25475 \begin_inset VSpace medskip
25476 \end_inset
25477
25478 Wenn Sie in den Befehlen von Abschnitt
25479 \begin_inset space ~
25480 \end_inset
25481
25482
25483 \begin_inset CommandInset ref
25484 LatexCommand ref
25485 reference "uab:Fußnoten-Nummerierung"
25486
25487 \end_inset
25488
25489  
25490 \series bold
25491
25492 \backslash
25493 thefootnote
25494 \series default
25495  durch 
25496 \series bold
25497
25498 \backslash
25499 theendnote
25500 \series default
25501  ersetzen, können Sie die Nummerierung von Endnoten ändern.
25502  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
25503 \series bold
25504
25505 \backslash
25506 @addtoreset
25507 \series default
25508  wie in Abschnitt
25509 \begin_inset space \space{}
25510 \end_inset
25511
25512
25513 \begin_inset CommandInset ref
25514 LatexCommand ref
25515 reference "uab:Fußnoten-Nummerierung"
25516
25517 \end_inset
25518
25519  beschrieben und ersetzen 
25520 \series bold
25521 footnote
25522 \series default
25523  durch 
25524 \series bold
25525 endnote
25526 \series default
25527 .
25528 \end_layout
25529
25530 \begin_layout Standard
25531 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
25532  
25533 \series bold
25534
25535 \backslash
25536 endnotemark[Nummer]
25537 \series default
25538  ähnlich wie 
25539 \series bold
25540
25541 \backslash
25542 footnotemark
25543 \series default
25544  Abschnitt
25545 \begin_inset space ~
25546 \end_inset
25547
25548
25549 \begin_inset CommandInset ref
25550 LatexCommand ref
25551 reference "abs:Fußnoten"
25552
25553 \end_inset
25554
25555 .
25556 \end_layout
25557
25558 \begin_layout Standard
25559 \begin_inset VSpace bigskip
25560 \end_inset
25561
25562 Mit dem LaTeX-Paket 
25563 \series bold
25564 footmisc
25565 \series default
25566
25567 \begin_inset Index
25568 status collapsed
25569
25570 \begin_layout Plain Layout
25571 LaTeX-Pakete ! footmisc
25572 \end_layout
25573
25574 \end_inset
25575
25576  (
25577 \begin_inset CommandInset citation
25578 LatexCommand cite
25579 key "footmisc"
25580
25581 \end_inset
25582
25583 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
25584 \end_layout
25585
25586 \begin_layout Standard
25587 In LaTeX-Büchern, 
25588 \begin_inset CommandInset citation
25589 LatexCommand cite
25590 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
25591
25592 \end_inset
25593
25594 , finden Sie weiteres zu Fußnoten.
25595 \end_layout
25596
25597 \begin_layout Section
25598 Randnotizen
25599 \begin_inset Index
25600 status collapsed
25601
25602 \begin_layout Plain Layout
25603 Randnotizen
25604 \end_layout
25605
25606 \end_inset
25607
25608
25609 \begin_inset Index
25610 status collapsed
25611
25612 \begin_layout Plain Layout
25613 Notizen ! Randnotizen
25614 \end_layout
25615
25616 \end_inset
25617
25618
25619 \end_layout
25620
25621 \begin_layout Standard
25622 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
25623  Sie fügen sie mit einem Klick auf den Schalter 
25624 \begin_inset Graphics
25625         filename ../../images/marginalnote-insert.png
25626         scale 70
25627         scaleBeforeRotation
25628
25629 \end_inset
25630
25631  oder über 
25632 \family sans
25633 Einfügen\SpecialChar \menuseparator
25634 Randnotiz
25635 \family default
25636  ein.
25637  Ein graues Kästchen mit der Aufschrift 
25638 \begin_inset Quotes gld
25639 \end_inset
25640
25641 Rand
25642 \begin_inset Quotes grd
25643 \end_inset
25644
25645  erscheint
25646 \family roman
25647 \series medium
25648 , und dort, wo der Cursor steht, können Sie Text eingeben.
25649 \end_layout
25650
25651 \begin_layout Standard
25652 Hier am Rand sehen Sie eine Randnotiz.
25653  
25654 \begin_inset Marginal
25655 status open
25656
25657 \begin_layout Plain Layout
25658 Dies ist eine Randnotiz.
25659 \end_layout
25660
25661 \end_inset
25662
25663
25664 \end_layout
25665
25666 \begin_layout Standard
25667 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
25668  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
25669  Seiten und rechts auf den ungeraden.
25670  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
25671  wird und umgekehrt.
25672  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
25673  wurde.
25674 \end_layout
25675
25676 \begin_layout Standard
25677 \begin_inset VSpace bigskip
25678 \end_inset
25679
25680 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
25681 \end_layout
25682
25683 \begin_layout Standard
25684
25685 \series bold
25686
25687 \backslash
25688 reversemarginpar
25689 \end_layout
25690
25691 \begin_layout Standard
25692 als TeX-Code vor einer Randnotiz ein.
25693  Das gilt dann für alle folgenden Randnotizen.
25694  
25695 \begin_inset ERT
25696 status collapsed
25697
25698 \begin_layout Plain Layout
25699
25700
25701 \backslash
25702 reversemarginpar 
25703 \end_layout
25704
25705 \end_inset
25706
25707
25708 \begin_inset Marginal
25709 status open
25710
25711 \begin_layout Plain Layout
25712 Hier ist ein Beispiel im inneren Rand.
25713 \end_layout
25714
25715 \end_inset
25716
25717
25718 \begin_inset Newline newline
25719 \end_inset
25720
25721
25722 \begin_inset Note Greyedout
25723 status open
25724
25725 \begin_layout Plain Layout
25726  
25727 \series bold
25728 Achtung:
25729 \series default
25730  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
25731 \end_layout
25732
25733 \end_inset
25734
25735
25736 \end_layout
25737
25738 \begin_layout Standard
25739 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
25740 \end_layout
25741
25742 \begin_layout Standard
25743
25744 \series bold
25745
25746 \backslash
25747 normalmarginpar
25748 \end_layout
25749
25750 \begin_layout Standard
25751 als TeX-Code ein.
25752 \begin_inset ERT
25753 status collapsed
25754
25755 \begin_layout Plain Layout
25756
25757
25758 \backslash
25759 normalmarginpar 
25760 \end_layout
25761
25762 \end_inset
25763
25764
25765 \end_layout
25766
25767 \begin_layout Standard
25768 \begin_inset Note Greyedout
25769 status open
25770
25771 \begin_layout Plain Layout
25772
25773 \series bold
25774 Achtung:
25775 \series default
25776  Der Befehl wird missachtet, wenn er im selben Absatz wie 
25777 \series bold
25778
25779 \backslash
25780 reversemarginpar
25781 \series default
25782  verwendet wird.
25783 \end_layout
25784
25785 \end_inset
25786
25787
25788 \end_layout
25789
25790 \begin_layout Standard
25791 \begin_inset VSpace bigskip
25792 \end_inset
25793
25794
25795 \begin_inset Marginal
25796 status open
25797
25798 \begin_layout Plain Layout
25799
25800 \family roman
25801 \series medium
25802 EinSehrLangesWort am Anfang, das umgebrochen wird.
25803 \end_layout
25804
25805 \end_inset
25806
25807  Ähnlich wie in Abschnitt
25808 \begin_inset space ~
25809 \end_inset
25810
25811
25812 \begin_inset CommandInset ref
25813 LatexCommand ref
25814 reference "uab:Mehrfache-Zeilen-in"
25815
25816 \end_inset
25817
25818  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
25819  Wort der Randnotiz sind.
25820  Um das zu vermeiden, fügen sie 0
25821 \begin_inset space \thinspace{}
25822 \end_inset
25823
25824 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
25825 \begin_inset Marginal
25826 status open
25827
25828 \begin_layout Plain Layout
25829 \begin_inset space \hspace{}
25830 \length 0pt
25831 \end_inset
25832
25833
25834 \family roman
25835 \series medium
25836 EinSehrLangesWort am Anfang, das umgebrochen wird.
25837 \end_layout
25838
25839 \end_inset
25840
25841
25842 \end_layout
25843
25844 \begin_layout Standard
25845 \begin_inset VSpace bigskip
25846 \end_inset
25847
25848
25849 \end_layout
25850
25851 \begin_layout Standard
25852 \begin_inset Note Greyedout
25853 status open
25854
25855 \begin_layout Plain Layout
25856
25857 \series bold
25858 Bemerkung:
25859 \series default
25860  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
25861  verwendet werden.
25862 \end_layout
25863
25864 \end_inset
25865
25866
25867 \end_layout
25868
25869 \begin_layout Standard
25870 \begin_inset VSpace bigskip
25871 \end_inset
25872
25873
25874 \end_layout
25875
25876 \begin_layout Standard
25877 \begin_inset ERT
25878 status collapsed
25879
25880 \begin_layout Plain Layout
25881
25882
25883 \backslash
25884 ifmarginnote
25885 \end_layout
25886
25887 \end_inset
25888
25889
25890 \begin_inset Note Note
25891 status open
25892
25893 \begin_layout Plain Layout
25894 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
25895 \series bold
25896 marginnote
25897 \series default
25898  installiert ist.
25899 \end_layout
25900
25901 \end_inset
25902
25903
25904 \end_layout
25905
25906 \begin_layout Standard
25907 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
25908 \series bold
25909 marginnote
25910 \series default
25911
25912 \begin_inset Index
25913 status collapsed
25914
25915 \begin_layout Plain Layout
25916 LaTeX-Pakete ! marginnote
25917 \end_layout
25918
25919 \end_inset
25920
25921  verwendet wird.
25922  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
25923  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
25924  des Pakets 
25925 \series bold
25926 marginnote
25927 \series default
25928  für Randnotizen verwendet wird:
25929 \end_layout
25930
25931 \begin_layout Standard
25932
25933 \series bold
25934
25935 \backslash
25936 usepackage{marginnote}
25937 \begin_inset Newline newline
25938 \end_inset
25939
25940
25941 \backslash
25942 let
25943 \backslash
25944 marginpar
25945 \backslash
25946 marginnote
25947 \end_layout
25948
25949 \begin_layout Standard
25950 Dies wird auch in diesem Dokument verwendet, denn 
25951 \series bold
25952 marginnote
25953 \series default
25954  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
25955  für Randnotizen angeben.
25956  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
25957 n zu dicht beieinander sind.
25958  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
25959  Schema
25960 \end_layout
25961
25962 \begin_layout Standard
25963
25964 \series bold
25965 [Versatz]
25966 \end_layout
25967
25968 \begin_layout Standard
25969 angegeben.
25970  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
25971 \begin_inset space ~
25972 \end_inset
25973
25974
25975 \begin_inset CommandInset ref
25976 LatexCommand ref
25977 reference "tab:Maßeinheiten"
25978
25979 \end_inset
25980
25981  aufgelistet sind.
25982  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
25983  nach unten.
25984  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
25985 \begin_inset space \thinspace{}
25986 \end_inset
25987
25988 cm mit dem TeX-Code-Befehl  
25989 \begin_inset Quotes gld
25990 \end_inset
25991
25992
25993 \series bold
25994 [-1.5cm]
25995 \series default
25996
25997 \begin_inset Quotes grd
25998 \end_inset
25999
26000  nach oben versetzt.
26001 \begin_inset Marginal
26002 status open
26003
26004 \begin_layout Plain Layout
26005 Diese Randnotiz ist 1.5
26006 \begin_inset space \thinspace{}
26007 \end_inset
26008
26009 cm von ihrer Originalposition nach oben versetzt.
26010 \end_layout
26011
26012 \end_inset
26013
26014
26015 \begin_inset ERT
26016 status collapsed
26017
26018 \begin_layout Plain Layout
26019
26020 [-1.5cm]
26021 \end_layout
26022
26023 \end_inset
26024
26025
26026 \end_layout
26027
26028 \begin_layout Standard
26029 \begin_inset VSpace medskip
26030 \end_inset
26031
26032 Mit 
26033 \series bold
26034 marginnote
26035 \series default
26036  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
26037  Zum Beispiel setzen die Befehle
26038 \end_layout
26039
26040 \begin_layout Standard
26041
26042 \series bold
26043
26044 \backslash
26045 renewcommand*{
26046 \backslash
26047 raggedleftmarginnote}{
26048 \backslash
26049 centering}
26050 \begin_inset Newline newline
26051 \end_inset
26052
26053
26054 \backslash
26055 renewcommand*{
26056 \backslash
26057 raggedrightmarginnote}{
26058 \backslash
26059 centering}
26060 \end_layout
26061
26062 \begin_layout Standard
26063 die Ausrichtung auf zentriert.
26064  
26065 \series bold
26066
26067 \backslash
26068 raggedleftmarginnote
26069 \series default
26070  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
26071  
26072 \begin_inset ERT
26073 status collapsed
26074
26075 \begin_layout Plain Layout
26076
26077
26078 \backslash
26079 renewcommand*{
26080 \backslash
26081 raggedleftmarginnote}{
26082 \backslash
26083 centering}
26084 \end_layout
26085
26086 \begin_layout Plain Layout
26087
26088
26089 \backslash
26090 renewcommand*{
26091 \backslash
26092 raggedrightmarginnote}{
26093 \backslash
26094 centering}
26095 \end_layout
26096
26097 \end_inset
26098
26099
26100 \begin_inset Marginal
26101 status open
26102
26103 \begin_layout Plain Layout
26104 Der Text dieser Randnotiz ist zentriert ausgerichtet.
26105 \end_layout
26106
26107 \end_inset
26108
26109  Die Voreinstellung ist
26110 \end_layout
26111
26112 \begin_layout Standard
26113
26114 \series bold
26115
26116 \backslash
26117 renewcommand*{
26118 \backslash
26119 raggedleftmarginnote}{
26120 \backslash
26121 raggedleft}
26122 \begin_inset Newline newline
26123 \end_inset
26124
26125
26126 \backslash
26127 renewcommand*{
26128 \backslash
26129 raggedrightmarginnote}{
26130 \backslash
26131 raggedright}
26132 \series default
26133
26134 \begin_inset ERT
26135 status collapsed
26136
26137 \begin_layout Plain Layout
26138
26139
26140 \backslash
26141 renewcommand*{
26142 \backslash
26143 raggedleftmarginnote}{
26144 \backslash
26145 raggedleft}
26146 \end_layout
26147
26148 \begin_layout Plain Layout
26149
26150
26151 \backslash
26152 renewcommand*{
26153 \backslash
26154 raggedrightmarginnote}{
26155 \backslash
26156 raggedright}
26157 \end_layout
26158
26159 \end_inset
26160
26161
26162 \end_layout
26163
26164 \begin_layout Standard
26165 \begin_inset VSpace medskip
26166 \end_inset
26167
26168 Für weitere Fähigkeiten des Pakets 
26169 \series bold
26170 marginnote
26171 \series default
26172  sei auf dessen Dokumentation verwiesen 
26173 \begin_inset CommandInset citation
26174 LatexCommand cite
26175 key "marginnote"
26176
26177 \end_inset
26178
26179 .
26180 \end_layout
26181
26182 \begin_layout Standard
26183 \begin_inset VSpace bigskip
26184 \end_inset
26185
26186 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
26187  geändert werden.
26188  Um z.
26189 \begin_inset space \thinspace{}
26190 \end_inset
26191
26192 B.
26193  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
26194  und fettgedruckten Text 
26195 \begin_inset Quotes eld
26196 \end_inset
26197
26198
26199 \family sans
26200 \series bold
26201 \bar under
26202 Achtung!
26203 \family default
26204 \series default
26205 \bar default
26206
26207 \begin_inset Quotes erd
26208 \end_inset
26209
26210  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
26211 \end_layout
26212
26213 \begin_layout Standard
26214
26215 \series bold
26216
26217 \backslash
26218 let
26219 \backslash
26220 myMarginpar
26221 \backslash
26222 marginpar
26223 \begin_inset Newline newline
26224 \end_inset
26225
26226
26227 \backslash
26228 renewcommand{
26229 \backslash
26230 marginpar}[1]{
26231 \backslash
26232 myMarginpar{%
26233 \begin_inset Newline newline
26234 \end_inset
26235
26236
26237 \begin_inset ERT
26238 status collapsed
26239
26240 \begin_layout Plain Layout
26241
26242
26243 \backslash
26244 hphantom{ }
26245 \end_layout
26246
26247 \end_inset
26248
26249
26250 \backslash
26251 hspace{0pt}
26252 \backslash
26253 textsf{
26254 \backslash
26255 textbf{
26256 \backslash
26257 underbar{Achtung!}}}%
26258 \begin_inset Newline newline
26259 \end_inset
26260
26261
26262 \begin_inset ERT
26263 status collapsed
26264
26265 \begin_layout Plain Layout
26266
26267
26268 \backslash
26269 hphantom{ }
26270 \end_layout
26271
26272 \end_inset
26273
26274
26275 \backslash
26276 vspace{1.5mm}
26277 \backslash
26278
26279 \backslash
26280 #1}}
26281 \end_layout
26282
26283 \begin_layout Standard
26284 \begin_inset ERT
26285 status collapsed
26286
26287 \begin_layout Plain Layout
26288
26289
26290 \backslash
26291 let
26292 \backslash
26293 myMarginpar
26294 \backslash
26295 marginpar
26296 \end_layout
26297
26298 \begin_layout Plain Layout
26299
26300
26301 \backslash
26302 renewcommand{
26303 \backslash
26304 marginpar}[1]{
26305 \backslash
26306 myMarginpar{%
26307 \end_layout
26308
26309 \begin_layout Plain Layout
26310
26311    
26312 \backslash
26313 textsf{
26314 \backslash
26315 textbf{
26316 \backslash
26317 underbar{Achtung!}}}%
26318 \end_layout
26319
26320 \begin_layout Plain Layout
26321
26322    
26323 \backslash
26324 vspace{1.5mm}
26325 \backslash
26326
26327 \backslash
26328 #1}}
26329 \end_layout
26330
26331 \end_inset
26332
26333
26334 \begin_inset Marginal
26335 status open
26336
26337 \begin_layout Plain Layout
26338 Dies ist eine Randnotiz mit einer definierten Überschrift.
26339 \end_layout
26340
26341 \end_inset
26342
26343
26344 \begin_inset ERT
26345 status collapsed
26346
26347 \begin_layout Plain Layout
26348
26349 [-1.5cm]
26350 \end_layout
26351
26352 \end_inset
26353
26354
26355 \begin_inset ERT
26356 status collapsed
26357
26358 \begin_layout Plain Layout
26359
26360
26361 \backslash
26362 renewcommand{
26363 \backslash
26364 marginpar}[1]{
26365 \backslash
26366 myMarginpar{#1}}
26367 \end_layout
26368
26369 \end_inset
26370
26371
26372 \begin_inset Note Note
26373 status open
26374
26375 \begin_layout Plain Layout
26376 Das Format wurde nur für dieses Beispiel geändert.
26377 \end_layout
26378
26379 \end_inset
26380
26381
26382 \end_layout
26383
26384 \begin_layout Standard
26385 \begin_inset ERT
26386 status collapsed
26387
26388 \begin_layout Plain Layout
26389
26390
26391 \backslash
26392 else
26393 \end_layout
26394
26395 \end_inset
26396
26397
26398 \begin_inset Note Note
26399 status open
26400
26401 \begin_layout Plain Layout
26402 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26403 \series bold
26404 marginnote
26405 \series default
26406  nicht installiert ist:
26407 \end_layout
26408
26409 \end_inset
26410
26411
26412 \end_layout
26413
26414 \begin_layout Standard
26415 Das LaTeX-Paket 
26416 \series bold
26417 marginnote
26418 \series default
26419  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26420 \end_layout
26421
26422 \begin_layout Standard
26423 \begin_inset ERT
26424 status collapsed
26425
26426 \begin_layout Plain Layout
26427
26428
26429 \backslash
26430 fi
26431 \end_layout
26432
26433 \end_inset
26434
26435
26436 \end_layout
26437
26438 \begin_layout Chapter
26439 Boxen
26440 \end_layout
26441
26442 \begin_layout Section
26443 Einleitung
26444 \begin_inset Index
26445 status collapsed
26446
26447 \begin_layout Plain Layout
26448 Boxen ! Einleitung
26449 \end_layout
26450
26451 \end_inset
26452
26453
26454 \end_layout
26455
26456 \begin_layout Standard
26457 Boxen werden benutzt, um einen Textblock zu formatieren.
26458  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26459  siehe Abschnitt
26460 \begin_inset space ~
26461 \end_inset
26462
26463
26464 \begin_inset CommandInset ref
26465 LatexCommand ref
26466 reference "abs:Minipage"
26467
26468 \end_inset
26469
26470 , um Text zu umrahmen, siehe Abschnitt
26471 \begin_inset space ~
26472 \end_inset
26473
26474
26475 \begin_inset CommandInset ref
26476 LatexCommand ref
26477 reference "uab:Verzierung"
26478
26479 \end_inset
26480
26481 , um Silbentrennung zu verhindern, siehe Abschnitt
26482 \begin_inset space ~
26483 \end_inset
26484
26485
26486 \begin_inset CommandInset ref
26487 LatexCommand ref
26488 reference "abs:Silbentrennung-unterbinden"
26489
26490 \end_inset
26491
26492 , um Text senkrecht auszurichten, siehe Abschnitt
26493 \begin_inset space ~
26494 \end_inset
26495
26496
26497 \begin_inset CommandInset ref
26498 LatexCommand ref
26499 reference "uab:Vertikale-Ausrichtung"
26500
26501 \end_inset
26502
26503  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
26504 \begin_inset space ~
26505 \end_inset
26506
26507
26508 \begin_inset CommandInset ref
26509 LatexCommand ref
26510 reference "abs:Farbige-Boxen"
26511
26512 \end_inset
26513
26514 .
26515 \end_layout
26516
26517 \begin_layout Standard
26518 Boxen werden mit 
26519 \family sans
26520 Einfügen\SpecialChar \menuseparator
26521 Box
26522 \family default
26523  oder dem Schalter 
26524 \begin_inset Graphics
26525         filename ../../images/box-insert.png
26526         scale 70
26527         scaleBeforeRotation
26528
26529 \end_inset
26530
26531  eingefügt.
26532  Ein graues Kästchen mit der Aufschrift 
26533 \begin_inset Quotes gld
26534 \end_inset
26535
26536 Box (Minipage)
26537 \begin_inset Quotes grd
26538 \end_inset
26539
26540  erscheint: 
26541 \begin_inset Graphics
26542         filename clipart/StandardBoxQt4.png
26543         scale 85
26544         scaleBeforeRotation
26545
26546 \end_inset
26547
26548  Mit einem Rechts\SpecialChar \-
26549 klick auf das graue Kästchen kann der Typ spezifiziert
26550  werden.
26551  Das Dialogfenster bietet bei 
26552 \family sans
26553 Innere
26554 \begin_inset space ~
26555 \end_inset
26556
26557 Box
26558 \family default
26559  die Typen 
26560 \family sans
26561 Parbox
26562 \family default
26563  und 
26564 \family sans
26565 Minipage
26566 \family default
26567  an.
26568  
26569 \family sans
26570 Minipage
26571 \family default
26572  ist die Standard-Einstellung für neue Boxen und in Abschnitt
26573 \begin_inset space ~
26574 \end_inset
26575
26576
26577 \begin_inset CommandInset ref
26578 LatexCommand ref
26579 reference "abs:Minipage"
26580
26581 \end_inset
26582
26583  beschrieben, 
26584 \family sans
26585 Parbox
26586 \family default
26587  in Abschnitt
26588 \begin_inset space ~
26589 \end_inset
26590
26591
26592 \begin_inset CommandInset ref
26593 LatexCommand ref
26594 reference "abs:Parbox"
26595
26596 \end_inset
26597
26598 .
26599 \end_layout
26600
26601 \begin_layout Standard
26602 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
26603  wie auf Gleitobjekte und Fußnoten.
26604 \end_layout
26605
26606 \begin_layout Standard
26607 \begin_inset Note Greyedout
26608 status open
26609
26610 \begin_layout Plain Layout
26611
26612 \series bold
26613 Bemerkung
26614 \begin_inset space ~
26615 \end_inset
26616
26617 1:
26618 \series default
26619  Boxen dürfen in 
26620 \family sans
26621 List-
26622 \family default
26623  oder 
26624 \family sans
26625 Beschreibung-
26626 \family default
26627 Umgebungen nicht verwendet werden.
26628 \end_layout
26629
26630 \end_inset
26631
26632
26633 \end_layout
26634
26635 \begin_layout Standard
26636 \begin_inset Note Greyedout
26637 status open
26638
26639 \begin_layout Plain Layout
26640
26641 \series bold
26642 Bemerkung
26643 \begin_inset space ~
26644 \end_inset
26645
26646 2:
26647 \series default
26648  Boxen ohne 
26649 \family sans
26650 Innere
26651 \begin_inset space ~
26652 \end_inset
26653
26654 Box
26655 \family default
26656  und ohne Rahmen werden in Abschnitt
26657 \begin_inset space ~
26658 \end_inset
26659
26660
26661 \begin_inset CommandInset ref
26662 LatexCommand ref
26663 reference "abs:Silbentrennung-unterbinden"
26664
26665 \end_inset
26666
26667  beschrieben.
26668 \end_layout
26669
26670 \end_inset
26671
26672
26673 \end_layout
26674
26675 \begin_layout Section
26676 Das Box-Einstellungen-Fenster
26677 \begin_inset CommandInset label
26678 LatexCommand label
26679 name "abs:Box-Dialog"
26680
26681 \end_inset
26682
26683
26684 \begin_inset Index
26685 status collapsed
26686
26687 \begin_layout Plain Layout
26688 Boxen ! Box-Dialog-Fenster
26689 \end_layout
26690
26691 \end_inset
26692
26693
26694 \end_layout
26695
26696 \begin_layout Subsection
26697 Box-Größe
26698 \begin_inset Index
26699 status collapsed
26700
26701 \begin_layout Plain Layout
26702 Boxen ! Größe
26703 \end_layout
26704
26705 \end_inset
26706
26707
26708 \end_layout
26709
26710 \begin_layout Standard
26711 Im 
26712 \family sans
26713 Box-Einstellungen
26714 \family default
26715 -Fenster können Sie die Größe der Box mit 
26716 \family sans
26717 Breite
26718 \family default
26719  und 
26720 \family sans
26721 Höhe 
26722 \family default
26723 festlegen.
26724  Die verfügbaren Einheiten werden in Tabelle
26725 \begin_inset space ~
26726 \end_inset
26727
26728
26729 \begin_inset CommandInset ref
26730 LatexCommand ref
26731 reference "tab:Maßeinheiten"
26732
26733 \end_inset
26734
26735  aufgelistet.
26736  Das Feld
26737 \family sans
26738  Höhe
26739 \family default
26740  bietet die folgenden zusätzlichen Größen:
26741 \end_layout
26742
26743 \begin_layout Description
26744 Tiefe Dies ist die reine Text-
26745 \begin_inset Quotes gld
26746 \end_inset
26747
26748 Höhe
26749 \begin_inset Quotes grd
26750 \end_inset
26751
26752 .
26753  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
26754 \begin_inset Newline newline
26755 \end_inset
26756
26757
26758 \begin_inset Newline newline
26759 \end_inset
26760
26761
26762 \begin_inset Newline newline
26763 \end_inset
26764
26765
26766 \begin_inset Box Boxed
26767 position "c"
26768 hor_pos "c"
26769 has_inner_box 1
26770 inner_pos "c"
26771 use_parbox 0
26772 width "12col%"
26773 special "none"
26774 height "1in"
26775 height_special "depth"
26776 status collapsed
26777
26778 \begin_layout Plain Layout
26779 \align center
26780 Box-Höhe = 1
26781 \begin_inset space \thinspace{}
26782 \end_inset
26783
26784 Tiefe
26785 \end_layout
26786
26787 \end_inset
26788
26789
26790 \begin_inset Newline newline
26791 \end_inset
26792
26793
26794 \begin_inset Newline newline
26795 \end_inset
26796
26797
26798 \end_layout
26799
26800 \begin_layout Description
26801 Höhe Dies ist die Texthöhe innerhalb der Box.
26802  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
26803  Texthöhe setzen: 
26804 \begin_inset Box Boxed
26805 position "c"
26806 hor_pos "c"
26807 has_inner_box 1
26808 inner_pos "c"
26809 use_parbox 0
26810 width "20col%"
26811 special "none"
26812 height "2in"
26813 height_special "height"
26814 status collapsed
26815
26816 \begin_layout Plain Layout
26817 \align center
26818 Boxhöhe = 2
26819 \begin_inset space \thinspace{}
26820 \end_inset
26821
26822 Höhe
26823 \end_layout
26824
26825 \end_inset
26826
26827
26828 \end_layout
26829
26830 \begin_layout Description
26831 Gesamthöhe Dies ist Höhe
26832 \begin_inset space \thinspace{}
26833 \end_inset
26834
26835 +
26836 \begin_inset space \thinspace{}
26837 \end_inset
26838
26839 Tiefe: 
26840 \begin_inset Box Boxed
26841 position "c"
26842 hor_pos "c"
26843 has_inner_box 1
26844 inner_pos "c"
26845 use_parbox 0
26846 width "20col%"
26847 special "none"
26848 height "1in"
26849 height_special "totalheight"
26850 status collapsed
26851
26852 \begin_layout Plain Layout
26853 \align center
26854 Boxhöhe = 1
26855 \begin_inset space \thinspace{}
26856 \end_inset
26857
26858 Gesamthöhe
26859 \end_layout
26860
26861 \end_inset
26862
26863
26864 \end_layout
26865
26866 \begin_layout Description
26867 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
26868 \begin_inset Box Boxed
26869 position "c"
26870 hor_pos "c"
26871 has_inner_box 1
26872 inner_pos "c"
26873 use_parbox 0
26874 width "12col%"
26875 special "none"
26876 height "1in"
26877 height_special "width"
26878 status collapsed
26879
26880 \begin_layout Plain Layout
26881 \align center
26882 Boxhöhe = 1
26883 \begin_inset space \thinspace{}
26884 \end_inset
26885
26886 Breite
26887 \end_layout
26888
26889 \end_inset
26890
26891
26892 \end_layout
26893
26894 \begin_layout Subsection
26895 Ausrichtung
26896 \begin_inset Index
26897 status collapsed
26898
26899 \begin_layout Plain Layout
26900 Boxen ! Ausrichtung
26901 \end_layout
26902
26903 \end_inset
26904
26905
26906 \end_layout
26907
26908 \begin_layout Standard
26909 Wenn Sie eine 
26910 \family sans
26911 Innere
26912 \begin_inset space ~
26913 \end_inset
26914
26915 Box
26916 \family default
26917  gewählt haben, kann die Box mit folgenden Werten für 
26918 \family sans
26919 Box
26920 \family default
26921  senkrecht ausgerichtet werden:
26922 \end_layout
26923
26924 \begin_layout Description
26925 Oben Dies ist ein Beispieltext.
26926  
26927 \begin_inset Box Boxed
26928 position "t"
26929 hor_pos "c"
26930 has_inner_box 1
26931 inner_pos "c"
26932 use_parbox 0
26933 width "20col%"
26934 special "none"
26935 height "1in"
26936 height_special "totalheight"
26937 status collapsed
26938
26939 \begin_layout Plain Layout
26940 \align center
26941 Die Ober\SpecialChar \-
26942 kante der Box ist in der Zeile.
26943 \end_layout
26944
26945 \end_inset
26946
26947  Dies ist ein Beispieltext.
26948 \end_layout
26949
26950 \begin_layout Description
26951 Mitte Dies ist ein Beispieltext.
26952  
26953 \begin_inset Box Boxed
26954 position "c"
26955 hor_pos "c"
26956 has_inner_box 1
26957 inner_pos "c"
26958 use_parbox 0
26959 width "20col%"
26960 special "none"
26961 height "1in"
26962 height_special "totalheight"
26963 status collapsed
26964
26965 \begin_layout Plain Layout
26966 \align center
26967 Die Mitte der Box ist in der Zeile.
26968 \end_layout
26969
26970 \end_inset
26971
26972  Dies ist ein Beispieltext.
26973 \end_layout
26974
26975 \begin_layout Description
26976 Unten Dies ist ein Beispieltext.
26977  
26978 \begin_inset Box Boxed
26979 position "b"
26980 hor_pos "c"
26981 has_inner_box 1
26982 inner_pos "c"
26983 use_parbox 0
26984 width "20col%"
26985 special "none"
26986 height "1in"
26987 height_special "totalheight"
26988 status collapsed
26989
26990 \begin_layout Plain Layout
26991 \align center
26992 Die Unter\SpecialChar \-
26993 kante der Box ist in der Zeile.
26994 \end_layout
26995
26996 \end_inset
26997
26998  Dies ist ein Beispieltext.
26999 \end_layout
27000
27001 \begin_layout Standard
27002 \begin_inset Note Greyedout
27003 status open
27004
27005 \begin_layout Plain Layout
27006
27007 \series bold
27008 Bemerkung:
27009 \series default
27010  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
27011  Boxen in einer Zeile sind und eine Box z.
27012 \begin_inset space \thinspace{}
27013 \end_inset
27014
27015 B.
27016  schattiert ist, die andere abere nicht.
27017 \end_layout
27018
27019 \end_inset
27020
27021
27022 \end_layout
27023
27024 \begin_layout Standard
27025 Eine Box kann mit dem Dialog 
27026 \family sans
27027 Absatz-Einstellungen
27028 \family default
27029  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
27030 \end_layout
27031
27032 \begin_layout Standard
27033 \begin_inset VSpace bigskip
27034 \end_inset
27035
27036 Wenn Sie eine 
27037 \family sans
27038 Innere
27039 \begin_inset space ~
27040 \end_inset
27041
27042 Box
27043 \family default
27044  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
27045 \family sans
27046 Inhalt
27047 \family default
27048  senkrecht ausgerichtet werden:
27049 \end_layout
27050
27051 \begin_layout Description
27052 Oben Dies ist ein Beispieltext.
27053  
27054 \begin_inset Box Boxed
27055 position "c"
27056 hor_pos "c"
27057 has_inner_box 1
27058 inner_pos "t"
27059 use_parbox 0
27060 width "20col%"
27061 special "none"
27062 height "1.5in"
27063 height_special "totalheight"
27064 status collapsed
27065
27066 \begin_layout Plain Layout
27067 \align center
27068 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
27069 \end_layout
27070
27071 \end_inset
27072
27073  Dies ist ein Beispieltext.
27074 \end_layout
27075
27076 \begin_layout Description
27077 Mitte Dies ist ein Beispieltext.
27078  
27079 \begin_inset Box Boxed
27080 position "c"
27081 hor_pos "c"
27082 has_inner_box 1
27083 inner_pos "c"
27084 use_parbox 0
27085 width "20col%"
27086 special "none"
27087 height "1.5in"
27088 height_special "totalheight"
27089 status collapsed
27090
27091 \begin_layout Plain Layout
27092 \align center
27093 Der Boxinhalt ist zentriert ausgerichtet.
27094 \end_layout
27095
27096 \end_inset
27097
27098  Dies ist ein Beispieltext.
27099 \end_layout
27100
27101 \begin_layout Description
27102 Unten Dies ist ein Beispieltext.
27103  
27104 \begin_inset Box Boxed
27105 position "c"
27106 hor_pos "c"
27107 has_inner_box 1
27108 inner_pos "b"
27109 use_parbox 0
27110 width "20col%"
27111 special "none"
27112 height "1.5in"
27113 height_special "totalheight"
27114 status collapsed
27115
27116 \begin_layout Plain Layout
27117 \align center
27118 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
27119 \end_layout
27120
27121 \end_inset
27122
27123  Dies ist ein Beispieltext.
27124 \end_layout
27125
27126 \begin_layout Description
27127 Dehnen Dies ist ein Beispieltext.
27128  
27129 \begin_inset Box Boxed
27130 position "c"
27131 hor_pos "c"
27132 has_inner_box 1
27133 inner_pos "s"
27134 use_parbox 0
27135 width "20col%"
27136 special "none"
27137 height "1in"
27138 height_special "totalheight"
27139 status collapsed
27140
27141 \begin_layout Plain Layout
27142 \align center
27143 Der Boxinhalt
27144 \end_layout
27145
27146 \begin_layout Plain Layout
27147 \align center
27148 ist über die
27149 \end_layout
27150
27151 \begin_layout Plain Layout
27152 \align center
27153 Boxhöhe
27154 \end_layout
27155
27156 \begin_layout Plain Layout
27157 \align center
27158 gleichmäßig verteilt.
27159 \end_layout
27160
27161 \end_inset
27162
27163  Dies ist ein Beispieltext.
27164 \end_layout
27165
27166 \begin_layout Standard
27167 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
27168  besteht.
27169  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
27170 \end_layout
27171
27172 \begin_layout Standard
27173 Ein Boxinhalt kann mit dem Dialog 
27174 \family sans
27175 Absatz-Einstellungen
27176 \family default
27177  waagerecht ausgerichtet werden, wenn Sie eine
27178 \family sans
27179  Innere
27180 \begin_inset space ~
27181 \end_inset
27182
27183 Box
27184 \family default
27185  gewählt haben.
27186 \end_layout
27187
27188 \begin_layout Standard
27189 \align center
27190 \begin_inset Box Boxed
27191 position "c"
27192 hor_pos "c"
27193 has_inner_box 1
27194 inner_pos "s"
27195 use_parbox 0
27196 width "30col%"
27197 special "none"
27198 height "1.25in"
27199 height_special "totalheight"
27200 status collapsed
27201
27202 \begin_layout Plain Layout
27203 \align left
27204 Hier ist jede Zeile
27205 \end_layout
27206
27207 \begin_layout Plain Layout
27208 \align center
27209 anders
27210 \end_layout
27211
27212 \begin_layout Plain Layout
27213 \align right
27214 ausgerichtet.
27215 \end_layout
27216
27217 \end_inset
27218
27219
27220 \end_layout
27221
27222 \begin_layout Standard
27223 Wenn Sie keine
27224 \family sans
27225  Innere
27226 \begin_inset space ~
27227 \end_inset
27228
27229 Box
27230 \family default
27231  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
27232 \family sans
27233 Box-Einstellungen-
27234 \family default
27235 Dialog ausrichten
27236 \end_layout
27237
27238 \begin_layout Standard
27239 \align center
27240 \begin_inset Box Boxed
27241 position "c"
27242 hor_pos "s"
27243 has_inner_box 0
27244 inner_pos "s"
27245 use_parbox 0
27246 width "90col%"
27247 special "none"
27248 height "1.25in"
27249 height_special "totalheight"
27250 status collapsed
27251
27252 \begin_layout Plain Layout
27253 \align left
27254 Dieser Boxinhalt wurde horizontal gedehnt.
27255 \end_layout
27256
27257 \end_inset
27258
27259
27260 \end_layout
27261
27262 \begin_layout Subsection
27263 Verzierung
27264 \begin_inset CommandInset label
27265 LatexCommand label
27266 name "uab:Verzierung"
27267
27268 \end_inset
27269
27270
27271 \begin_inset Index
27272 status collapsed
27273
27274 \begin_layout Plain Layout
27275 Boxen ! Verzierung
27276 \end_layout
27277
27278 \end_inset
27279
27280
27281 \end_layout
27282
27283 \begin_layout Standard
27284 Im 
27285 \family sans
27286 Box-Einstellungen-
27287 \family default
27288 Dialog können Sie mit der 
27289 \family sans
27290 Verzierung
27291 \family default
27292  den Typ der Box auswählen:
27293 \end_layout
27294
27295 \begin_layout Description
27296 Einfacher
27297 \begin_inset space ~
27298 \end_inset
27299
27300 rechteckiger
27301 \begin_inset space ~
27302 \end_inset
27303
27304 Rahmen Um die Box wird ein rechteckiger Rahmen gezogen.
27305  Die Rahmendicke wird durch 
27306 \series bold
27307
27308 \backslash
27309 fboxrule
27310 \series default
27311  festgelegt.
27312  
27313 \begin_inset Box Boxed
27314 position "c"
27315 hor_pos "c"
27316 has_inner_box 1
27317 inner_pos "c"
27318 use_parbox 0
27319 width "21col%"
27320 special "none"
27321 height "1in"
27322 height_special "totalheight"
27323 status collapsed
27324
27325 \begin_layout Plain Layout
27326
27327 \series medium
27328 Rechteckige
27329 \begin_inset space ~
27330 \end_inset
27331
27332 Box
27333 \end_layout
27334
27335 \end_inset
27336
27337
27338 \end_layout
27339
27340 \begin_layout Description
27341 erlaube
27342 \begin_inset space ~
27343 \end_inset
27344
27345 Seitenumbrüche Wenn Sie die Verzierung 
27346 \family sans
27347 Einfacher rechteckiger Rahmen
27348 \family default
27349  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
27350  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
27351  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
27352  für sich ist und 
27353 \series bold
27354
27355 \backslash
27356 fboxrule
27357 \series default
27358  und 
27359 \series bold
27360
27361 \backslash
27362 fboxsep
27363 \series default
27364  keinen Einfluss auf diesen Box Typ haben.
27365  Die Rahmendicke wird durch 
27366 \series bold
27367
27368 \backslash
27369 FrameRule
27370 \series default
27371  festgelegt.
27372  
27373 \begin_inset Box Framed
27374 position "t"
27375 hor_pos "c"
27376 has_inner_box 0
27377 inner_pos "t"
27378 use_parbox 0
27379 width "100col%"
27380 special "none"
27381 height "1in"
27382 height_special "totalheight"
27383 status collapsed
27384
27385 \begin_layout Plain Layout
27386 Box erlaubt Seitenumbruch
27387 \end_layout
27388
27389 \end_inset
27390
27391
27392 \end_layout
27393
27394 \begin_layout Description
27395 Ovaler
27396 \begin_inset space ~
27397 \end_inset
27398
27399 Rahmen,
27400 \begin_inset space ~
27401 \end_inset
27402
27403 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27404  Die Rahmendicke ist 0.4
27405 \begin_inset space \thinspace{}
27406 \end_inset
27407
27408 pt.
27409  
27410 \begin_inset Box ovalbox
27411 position "c"
27412 hor_pos "c"
27413 has_inner_box 1
27414 inner_pos "c"
27415 use_parbox 0
27416 width "20col%"
27417 special "none"
27418 height "1in"
27419 height_special "totalheight"
27420 status collapsed
27421
27422 \begin_layout Plain Layout
27423 Ovale
27424 \begin_inset space ~
27425 \end_inset
27426
27427 Box,
27428 \begin_inset space ~
27429 \end_inset
27430
27431 dünn
27432 \end_layout
27433
27434 \end_inset
27435
27436
27437 \end_layout
27438
27439 \begin_layout Description
27440 Ovaler
27441 \begin_inset space ~
27442 \end_inset
27443
27444 Rahmen,
27445 \begin_inset space ~
27446 \end_inset
27447
27448 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27449  Die Rahmendicke ist 0.8
27450 \begin_inset space \thinspace{}
27451 \end_inset
27452
27453 pt.
27454  
27455 \begin_inset Box Ovalbox
27456 position "c"
27457 hor_pos "c"
27458 has_inner_box 1
27459 inner_pos "c"
27460 use_parbox 0
27461 width "20col%"
27462 special "none"
27463 height "1in"
27464 height_special "totalheight"
27465 status collapsed
27466
27467 \begin_layout Plain Layout
27468 Ovale
27469 \begin_inset space ~
27470 \end_inset
27471
27472 Box,
27473 \begin_inset space ~
27474 \end_inset
27475
27476 dick
27477 \end_layout
27478
27479 \end_inset
27480
27481
27482 \end_layout
27483
27484 \begin_layout Description
27485 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
27486  Die Rahmendicke wird durch 
27487 \series bold
27488
27489 \backslash
27490 fboxrule
27491 \series default
27492  festgelegt, der Schatten ist 4
27493 \begin_inset space \thinspace{}
27494 \end_inset
27495
27496 pt breit.
27497 \begin_inset Newline newline
27498 \end_inset
27499
27500
27501 \begin_inset Box Shadowbox
27502 position "c"
27503 hor_pos "c"
27504 has_inner_box 1
27505 inner_pos "c"
27506 use_parbox 0
27507 width "20col%"
27508 special "none"
27509 height "1in"
27510 height_special "totalheight"
27511 status collapsed
27512
27513 \begin_layout Plain Layout
27514 Schattierte
27515 \begin_inset space ~
27516 \end_inset
27517
27518 Box
27519 \end_layout
27520
27521 \end_inset
27522
27523
27524 \end_layout
27525
27526 \begin_layout Description
27527 Schattierter
27528 \begin_inset space ~
27529 \end_inset
27530
27531 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
27532  Im Gegensatz zu farbigen Boxen
27533 \begin_inset Foot
27534 status collapsed
27535
27536 \begin_layout Plain Layout
27537 siehe Abschnitt
27538 \begin_inset space ~
27539 \end_inset
27540
27541
27542 \begin_inset CommandInset ref
27543 LatexCommand ref
27544 reference "abs:Farbige-Boxen"
27545
27546 \end_inset
27547
27548
27549 \end_layout
27550
27551 \end_inset
27552
27553  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
27554  die Box ist ein Absatz für sich.
27555  
27556 \begin_inset Box Shaded
27557 position "t"
27558 hor_pos "c"
27559 has_inner_box 0
27560 inner_pos "t"
27561 use_parbox 0
27562 width "50col%"
27563 special "none"
27564 height "1in"
27565 height_special "totalheight"
27566 status collapsed
27567
27568 \begin_layout Plain Layout
27569 Schattierter Hintergrund Box
27570 \end_layout
27571
27572 \end_inset
27573
27574
27575 \end_layout
27576
27577 \begin_layout Description
27578 Doppelter
27579 \begin_inset space ~
27580 \end_inset
27581
27582 rechteckiger
27583 \begin_inset space ~
27584 \end_inset
27585
27586 Rahmen zeichnet einen doppelten Rahmen um die Box.
27587  Der innere Rahmen ist 0.75
27588 \begin_inset space \thinspace{}
27589 \end_inset
27590
27591
27592 \series bold
27593
27594 \backslash
27595 fboxrule
27596 \series default
27597  breit, der äußere 1.5
27598 \begin_inset space \thinspace{}
27599 \end_inset
27600
27601
27602 \series bold
27603
27604 \backslash
27605 fboxrule
27606 \series default
27607 , der Zwischenraum 1.5
27608 \begin_inset space \thinspace{}
27609 \end_inset
27610
27611
27612 \series bold
27613
27614 \backslash
27615 fboxrule
27616 \series default
27617
27618 \begin_inset space \thinspace{}
27619 \end_inset
27620
27621 +
27622 \begin_inset space \thinspace{}
27623 \end_inset
27624
27625 0.5
27626 \begin_inset space \thinspace{}
27627 \end_inset
27628
27629 pt.
27630  
27631 \begin_inset Box Doublebox
27632 position "c"
27633 hor_pos "c"
27634 has_inner_box 1
27635 inner_pos "c"
27636 use_parbox 0
27637 width "20col%"
27638 special "none"
27639 height "1in"
27640 height_special "totalheight"
27641 status collapsed
27642
27643 \begin_layout Plain Layout
27644 Doppelt
27645 \begin_inset space ~
27646 \end_inset
27647
27648 gerahmte
27649 \begin_inset space ~
27650 \end_inset
27651
27652 Box
27653 \end_layout
27654
27655 \end_inset
27656
27657
27658 \end_layout
27659
27660 \begin_layout Standard
27661 \begin_inset VSpace bigskip
27662 \end_inset
27663
27664 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
27665  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
27666 \series bold
27667 fancybox
27668 \series default
27669
27670 \begin_inset Index
27671 status collapsed
27672
27673 \begin_layout Plain Layout
27674 LaTeX-Pakete ! fancybox
27675 \end_layout
27676
27677 \end_inset
27678
27679  installiert sein.
27680 \end_layout
27681
27682 \begin_layout Section
27683 Box-Anpassung
27684 \begin_inset Index
27685 status collapsed
27686
27687 \begin_layout Plain Layout
27688 Boxen ! Anpassung
27689 \end_layout
27690
27691 \end_inset
27692
27693
27694 \end_layout
27695
27696 \begin_layout Standard
27697 Der Standardwert für 
27698 \series bold
27699
27700 \backslash
27701 fboxrule
27702 \series default
27703  ist 0.4
27704 \begin_inset space \thinspace{}
27705 \end_inset
27706
27707 pt.
27708  Mit dem folgenden TeX-Code-Befehl kann er auf 2
27709 \begin_inset space \thinspace{}
27710 \end_inset
27711
27712 pt gesetzt werden:
27713 \end_layout
27714
27715 \begin_layout Standard
27716
27717 \series bold
27718
27719 \backslash
27720 setlength{
27721 \backslash
27722 fboxrule}{2pt}
27723 \end_layout
27724
27725 \begin_layout Standard
27726 \begin_inset ERT
27727 status collapsed
27728
27729 \begin_layout Plain Layout
27730
27731
27732 \backslash
27733 setlength{
27734 \backslash
27735 fboxrule}{2pt}
27736 \end_layout
27737
27738 \end_inset
27739
27740
27741 \begin_inset Box Boxed
27742 position "c"
27743 hor_pos "c"
27744 has_inner_box 1
27745 inner_pos "c"
27746 use_parbox 0
27747 width "30col%"
27748 special "none"
27749 height "1in"
27750 height_special "totalheight"
27751 status open
27752
27753 \begin_layout Plain Layout
27754 \align center
27755 Rechteckige Box mit einer Rahmenbreite von 2
27756 \begin_inset space \thinspace{}
27757 \end_inset
27758
27759 pt
27760 \end_layout
27761
27762 \end_inset
27763
27764
27765 \begin_inset ERT
27766 status collapsed
27767
27768 \begin_layout Plain Layout
27769
27770
27771 \backslash
27772 setlength{
27773 \backslash
27774 fboxrule}{0.4pt}
27775 \end_layout
27776
27777 \end_inset
27778
27779
27780 \begin_inset VSpace bigskip
27781 \end_inset
27782
27783
27784 \end_layout
27785
27786 \begin_layout Standard
27787 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
27788 \begin_inset space \thinspace{}
27789 \end_inset
27790
27791 pt.
27792  Sie können das ändern, indem Sie den Wert von 
27793 \series bold
27794
27795 \backslash
27796 fboxsep
27797 \series default
27798  mit einem TeX-Code-Befehl ändern:
27799 \end_layout
27800
27801 \begin_layout Standard
27802
27803 \series bold
27804
27805 \backslash
27806 setlength{
27807 \backslash
27808 fboxsep}{10pt}
27809 \end_layout
27810
27811 \begin_layout Standard
27812 setzt den Wert auf 10
27813 \begin_inset space \thinspace{}
27814 \end_inset
27815
27816 pt, wie in der folgenden Box:
27817 \end_layout
27818
27819 \begin_layout Standard
27820 \begin_inset ERT
27821 status collapsed
27822
27823 \begin_layout Plain Layout
27824
27825
27826 \backslash
27827 setlength{
27828 \backslash
27829 fboxsep}{10pt}
27830 \end_layout
27831
27832 \end_inset
27833
27834
27835 \begin_inset Box Boxed
27836 position "c"
27837 hor_pos "c"
27838 has_inner_box 1
27839 inner_pos "c"
27840 use_parbox 0
27841 width "25col%"
27842 special "none"
27843 height "1in"
27844 height_special "totalheight"
27845 status open
27846
27847 \begin_layout Plain Layout
27848 \align center
27849 Rechteckige Box mit 
27850 \series bold
27851
27852 \backslash
27853 fboxsep
27854 \series default
27855
27856 \begin_inset space \thinspace{}
27857 \end_inset
27858
27859 =
27860 \begin_inset space \thinspace{}
27861 \end_inset
27862
27863 10
27864 \begin_inset space \thinspace{}
27865 \end_inset
27866
27867 pt
27868 \end_layout
27869
27870 \end_inset
27871
27872
27873 \begin_inset ERT
27874 status collapsed
27875
27876 \begin_layout Plain Layout
27877
27878
27879 \backslash
27880 setlength{
27881 \backslash
27882 fboxsep}{3pt}
27883 \end_layout
27884
27885 \end_inset
27886
27887
27888 \end_layout
27889
27890 \begin_layout Standard
27891 \noindent
27892 \begin_inset VSpace bigskip
27893 \end_inset
27894
27895 Der Durchmesser der abgerundeten Ecken kann mit 
27896 \series bold
27897
27898 \backslash
27899 cornersize
27900 \series default
27901  gesetzt werden.
27902  Der TeX-Code-Befehl
27903 \end_layout
27904
27905 \begin_layout Standard
27906
27907 \series bold
27908
27909 \backslash
27910 cornersize*{1cm}
27911 \end_layout
27912
27913 \begin_layout Standard
27914 setzt den Durchmesser auf 1
27915 \begin_inset space \thinspace{}
27916 \end_inset
27917
27918 cm.
27919  Der TeX-Code-Befehl
27920 \end_layout
27921
27922 \begin_layout Standard
27923
27924 \series bold
27925
27926 \backslash
27927 cornersize{num}
27928 \end_layout
27929
27930 \begin_layout Standard
27931 setzt den Durchmesser auf 
27932 \family sans
27933 num
27934 \begin_inset space \thinspace{}
27935 \end_inset
27936
27937 ×
27938 \begin_inset space \thinspace{}
27939 \end_inset
27940
27941 Minimum(Breite der Box, Höhe der Box)
27942 \family default
27943 .
27944  Der Standardwert ist 
27945 \series bold
27946
27947 \backslash
27948 cornersize{0.5}
27949 \series default
27950 .
27951 \end_layout
27952
27953 \begin_layout Standard
27954 \begin_inset ERT
27955 status collapsed
27956
27957 \begin_layout Plain Layout
27958
27959
27960 \backslash
27961 cornersize*{1.5cm}
27962 \end_layout
27963
27964 \end_inset
27965
27966
27967 \begin_inset Box Ovalbox
27968 position "c"
27969 hor_pos "c"
27970 has_inner_box 1
27971 inner_pos "c"
27972 use_parbox 0
27973 width "30col%"
27974 special "none"
27975 height "1in"
27976 height_special "totalheight"
27977 status open
27978
27979 \begin_layout Plain Layout
27980 \align center
27981 Ovale Box, dicker Rand, mit 
27982 \series bold
27983
27984 \backslash
27985 cornersize
27986 \series default
27987
27988 \begin_inset space \thinspace{}
27989 \end_inset
27990
27991 =
27992 \begin_inset space \thinspace{}
27993 \end_inset
27994
27995 1.5
27996 \begin_inset space \thinspace{}
27997 \end_inset
27998
27999 cm
28000 \end_layout
28001
28002 \end_inset
28003
28004
28005 \begin_inset ERT
28006 status collapsed
28007
28008 \begin_layout Plain Layout
28009
28010
28011 \backslash
28012 cornersize{0.5}
28013 \end_layout
28014
28015 \end_inset
28016
28017
28018 \end_layout
28019
28020 \begin_layout Standard
28021 \begin_inset VSpace bigskip
28022 \end_inset
28023
28024 Die Breite des Schattens wird mit 
28025 \series bold
28026
28027 \backslash
28028 shadowsize
28029 \series default
28030  festgelegt.
28031  Mit dem TeX-Code-Befehl
28032 \end_layout
28033
28034 \begin_layout Standard
28035
28036 \series bold
28037
28038 \backslash
28039 setlength{
28040 \backslash
28041 shadowsize}{2pt}
28042 \end_layout
28043
28044 \begin_layout Standard
28045 wird er für die folgende Box auf 2
28046 \begin_inset space \thinspace{}
28047 \end_inset
28048
28049 pt festgelegt.
28050 \end_layout
28051
28052 \begin_layout Standard
28053 \begin_inset ERT
28054 status collapsed
28055
28056 \begin_layout Plain Layout
28057
28058
28059 \backslash
28060 setlength{
28061 \backslash
28062 shadowsize}{2pt}
28063 \end_layout
28064
28065 \end_inset
28066
28067
28068 \begin_inset Box Shadowbox
28069 position "c"
28070 hor_pos "c"
28071 has_inner_box 1
28072 inner_pos "c"
28073 use_parbox 0
28074 width "25col%"
28075 special "none"
28076 height "1in"
28077 height_special "totalheight"
28078 status open
28079
28080 \begin_layout Plain Layout
28081 \align center
28082 Schattierte Box mit 
28083 \series bold
28084
28085 \backslash
28086 shadowsize
28087 \series default
28088
28089 \begin_inset space \thinspace{}
28090 \end_inset
28091
28092 =
28093 \begin_inset space \thinspace{}
28094 \end_inset
28095
28096 2
28097 \begin_inset space \thinspace{}
28098 \end_inset
28099
28100 pt
28101 \end_layout
28102
28103 \end_inset
28104
28105
28106 \begin_inset ERT
28107 status collapsed
28108
28109 \begin_layout Plain Layout
28110
28111
28112 \backslash
28113 setlength{
28114 \backslash
28115 shadowsize}{4pt}
28116 \end_layout
28117
28118 \end_inset
28119
28120
28121 \end_layout
28122
28123 \begin_layout Standard
28124 \begin_inset VSpace bigskip
28125 \end_inset
28126
28127 Der Standardwert für 
28128 \series bold
28129
28130 \backslash
28131 FrameRule
28132 \series default
28133  ist 0.4
28134 \begin_inset space \thinspace{}
28135 \end_inset
28136
28137 pt.
28138  Der Standard-Abstand zwischen Rahmen und Text ist 9
28139 \begin_inset space \thinspace{}
28140 \end_inset
28141
28142 pt und kann mit dem Wert für 
28143 \series bold
28144
28145 \backslash
28146 FrameSep
28147 \series default
28148  geändert werden.
28149  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
28150  TeX-Code Befehlen geändert:
28151 \end_layout
28152
28153 \begin_layout Standard
28154
28155 \series bold
28156
28157 \backslash
28158 setlength{
28159 \backslash
28160 FrameRule}{5pt}
28161 \begin_inset Newline newline
28162 \end_inset
28163
28164
28165 \backslash
28166 setlength{
28167 \backslash
28168 FrameSep}{0.5cm}
28169 \end_layout
28170
28171 \begin_layout Standard
28172 \begin_inset ERT
28173 status collapsed
28174
28175 \begin_layout Plain Layout
28176
28177
28178 \backslash
28179 setlength{
28180 \backslash
28181 FrameRule}{5pt}
28182 \end_layout
28183
28184 \begin_layout Plain Layout
28185
28186
28187 \backslash
28188 setlength{
28189 \backslash
28190 FrameSep}{0.5cm}
28191 \end_layout
28192
28193 \end_inset
28194
28195
28196 \begin_inset Box Framed
28197 position "t"
28198 hor_pos "c"
28199 has_inner_box 0
28200 inner_pos "t"
28201 use_parbox 0
28202 width "100col%"
28203 special "none"
28204 height "1in"
28205 height_special "totalheight"
28206 status open
28207
28208 \begin_layout Plain Layout
28209 Dies ist Text in einer 
28210 \family sans
28211 Seitenumbruch erlaubt
28212 \family default
28213  Box.
28214 \end_layout
28215
28216 \end_inset
28217
28218
28219 \begin_inset ERT
28220 status collapsed
28221
28222 \begin_layout Plain Layout
28223
28224
28225 \backslash
28226 setlength{
28227 \backslash
28228 FrameRule}{0.4pt}
28229 \end_layout
28230
28231 \begin_layout Plain Layout
28232
28233
28234 \backslash
28235 setlength{
28236 \backslash
28237 FrameSep}{9pt}
28238 \end_layout
28239
28240 \end_inset
28241
28242
28243 \end_layout
28244
28245 \begin_layout Standard
28246 \begin_inset VSpace bigskip
28247 \end_inset
28248
28249 Für Boxen mit 
28250 \family sans
28251 schattiertem Hintergrund
28252 \family default
28253  beträgt der Abstand zwischen Rand und Text 3
28254 \begin_inset space \thinspace{}
28255 \end_inset
28256
28257 pt und kann mit 
28258 \series bold
28259
28260 \backslash
28261 fboxsep
28262 \series default
28263  geändert werden.
28264  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
28265  
28266 \series bold
28267
28268 \backslash
28269 definecolor{shadebox}
28270 \series default
28271  oder global über das Menü 
28272 \family sans
28273 Werkzeuge\SpecialChar \menuseparator
28274 Einstellungen\SpecialChar \menuseparator
28275 Farben\SpecialChar \menuseparator
28276 Schattierte
28277 \begin_inset space ~
28278 \end_inset
28279
28280 Box
28281 \family default
28282  geändert werden.
28283  Das Schema des 
28284 \series bold
28285
28286 \backslash
28287 definecolor
28288 \series default
28289  Befehls ist  in Abschnitt
28290 \begin_inset space ~
28291 \end_inset
28292
28293
28294 \begin_inset CommandInset ref
28295 LatexCommand ref
28296 reference "abs:Farbige-Tabellen"
28297
28298 \end_inset
28299
28300  erklärt.
28301 \begin_inset Foot
28302 status collapsed
28303
28304 \begin_layout Plain Layout
28305 Beachten Sie, dass 
28306 \series bold
28307
28308 \backslash
28309 definecolor
28310 \series default
28311  das LaTeX-Paket 
28312 \series bold
28313 color
28314 \series default
28315  im LaTeX-Vorspann benötigt, siehe Abschnitt
28316 \begin_inset space ~
28317 \end_inset
28318
28319
28320 \begin_inset CommandInset ref
28321 LatexCommand ref
28322 reference "abs:Farbige-Boxen"
28323
28324 \end_inset
28325
28326 .
28327 \end_layout
28328
28329 \end_inset
28330
28331  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
28332 \end_layout
28333
28334 \begin_layout Standard
28335
28336 \series bold
28337
28338 \backslash
28339 setlength{
28340 \backslash
28341 fboxsep}{0.5cm}
28342 \begin_inset Newline newline
28343 \end_inset
28344
28345
28346 \backslash
28347 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28348 \end_layout
28349
28350 \begin_layout Standard
28351 \begin_inset ERT
28352 status collapsed
28353
28354 \begin_layout Plain Layout
28355
28356
28357 \backslash
28358 setlength{
28359 \backslash
28360 fboxsep}{0.5cm}
28361 \end_layout
28362
28363 \begin_layout Plain Layout
28364
28365
28366 \backslash
28367 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28368 \end_layout
28369
28370 \end_inset
28371
28372
28373 \begin_inset Box Shaded
28374 position "t"
28375 hor_pos "c"
28376 has_inner_box 0
28377 inner_pos "t"
28378 use_parbox 0
28379 width "100col%"
28380 special "none"
28381 height "1in"
28382 height_special "totalheight"
28383 status open
28384
28385 \begin_layout Plain Layout
28386
28387 \color yellow
28388 Dies ist gelber Text in einer 
28389 \family sans
28390 schattierten Hintergrund
28391 \begin_inset space ~
28392 \end_inset
28393
28394
28395 \family default
28396 Box auf dunkelgrünem Hintergrund.
28397 \end_layout
28398
28399 \end_inset
28400
28401
28402 \begin_inset ERT
28403 status collapsed
28404
28405 \begin_layout Plain Layout
28406
28407
28408 \backslash
28409 setlength{
28410 \backslash
28411 fboxsep}{3pt}
28412 \end_layout
28413
28414 \begin_layout Plain Layout
28415
28416
28417 \backslash
28418 definecolor{shadecolor}{rgb}{1,0,0}
28419 \end_layout
28420
28421 \end_inset
28422
28423
28424 \end_layout
28425
28426 \begin_layout Standard
28427 \begin_inset VSpace bigskip
28428 \end_inset
28429
28430 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
28431  der sie ändert.
28432 \end_layout
28433
28434 \begin_layout Section
28435 Minipage
28436 \begin_inset CommandInset label
28437 LatexCommand label
28438 name "abs:Minipage"
28439
28440 \end_inset
28441
28442
28443 \begin_inset Index
28444 status collapsed
28445
28446 \begin_layout Plain Layout
28447 Boxen ! Minipage
28448 \end_layout
28449
28450 \end_inset
28451
28452
28453 \end_layout
28454
28455 \begin_layout Standard
28456 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28457  deshalb unter anderem eigene Fußnoten haben.
28458 \end_layout
28459
28460 \begin_layout Standard
28461 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28462 \end_layout
28463
28464 \begin_layout Standard
28465 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28466  Ihre Breite ist 45 Spaltenbreite
28467 \begin_inset space ~
28468 \end_inset
28469
28470 %, und sie sind durch einen 
28471 \family sans
28472 HFill
28473 \family default
28474  getrennt (
28475 \family sans
28476 Einfügen\SpecialChar \menuseparator
28477 Formatierung\SpecialChar \menuseparator
28478 Horizontaler
28479 \begin_inset space \space{}
28480 \end_inset
28481
28482 Abstand\SpecialChar \menuseparator
28483 Abstand\SpecialChar \menuseparator
28484 Variabler
28485 \begin_inset space ~
28486 \end_inset
28487
28488 horiz.
28489 \begin_inset space ~
28490 \end_inset
28491
28492 Abstand
28493 \family default
28494 ).
28495 \begin_inset Newpage newpage
28496 \end_inset
28497
28498
28499 \end_layout
28500
28501 \begin_layout Standard
28502 \noindent
28503 \begin_inset Box Frameless
28504 position "t"
28505 hor_pos "c"
28506 has_inner_box 1
28507 inner_pos "c"
28508 use_parbox 0
28509 width "45col%"
28510 special "none"
28511 height "1in"
28512 height_special "totalheight"
28513 status open
28514
28515 \begin_layout Plain Layout
28516 Dies ist ein deutscher Text.
28517  Dies ist ein deutscher Text.
28518  Dies ist ein deutscher Text.
28519  Dies ist ein deutscher Text.
28520  Dies ist ein deutscher Text.
28521  Dies ist ein deutscher Text.
28522  Dies ist ein deutscher Text.
28523  Dies ist ein deutscher Text.
28524  Dies ist ein deutscher Text.
28525  Dies ist ein deutscher Text.
28526  Dies ist ein deutscher Text.
28527  Dies ist ein deutscher Text.
28528  Dies ist ein deutscher Text
28529 \begin_inset Foot
28530 status open
28531
28532 \begin_layout Plain Layout
28533 Dies ist eine deutsche Fußnote.
28534 \end_layout
28535
28536 \end_inset
28537
28538 .
28539  Dies ist ein deutscher Text.
28540  Dies ist ein deutscher Text.
28541 \end_layout
28542
28543 \end_inset
28544
28545
28546 \begin_inset space \hfill{}
28547 \end_inset
28548
28549
28550 \begin_inset Box Frameless
28551 position "t"
28552 hor_pos "c"
28553 has_inner_box 1
28554 inner_pos "c"
28555 use_parbox 0
28556 width "45col%"
28557 special "none"
28558 height "1in"
28559 height_special "totalheight"
28560 status open
28561
28562 \begin_layout Plain Layout
28563
28564 \lang english
28565 This is an English Text.
28566  This is an English Text.
28567  This is an English Text.
28568  This is an English Text.
28569  This is an English Text.
28570  This is an English Text.
28571  This is an English Text.
28572  This is an English Text.
28573  This is an English Text.
28574  This is an English Text.
28575  This is an English Text.
28576  This is an English Text.
28577  This is an English Text.
28578  This is an English Text.
28579  This is an English Text.
28580  This is an English Text.
28581 \begin_inset Foot
28582 status collapsed
28583
28584 \begin_layout Plain Layout
28585
28586 \lang english
28587 This is an English footnote.
28588 \end_layout
28589
28590 \end_inset
28591
28592  This is an English Text.
28593  
28594 \end_layout
28595
28596 \end_inset
28597
28598
28599 \end_layout
28600
28601 \begin_layout Standard
28602 \noindent
28603 \begin_inset VSpace bigskip
28604 \end_inset
28605
28606 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
28607  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
28608  auf der die Tabelle gedruckt wird: 
28609 \begin_inset Tabular
28610 <lyxtabular version="3" rows="3" columns="4">
28611 <features>
28612 <column alignment="center" valignment="top" width="0pt">
28613 <column alignment="center" valignment="top" width="0pt">
28614 <column alignment="center" valignment="top" width="0pt">
28615 <column alignment="center" valignment="top" width="0pt">
28616 <row>
28617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28618 \begin_inset Text
28619
28620 \begin_layout Plain Layout
28621 1
28622 \end_layout
28623
28624 \end_inset
28625 </cell>
28626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28627 \begin_inset Text
28628
28629 \begin_layout Plain Layout
28630 2
28631 \end_layout
28632
28633 \end_inset
28634 </cell>
28635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28636 \begin_inset Text
28637
28638 \begin_layout Plain Layout
28639 3
28640 \begin_inset Foot
28641 status collapsed
28642
28643 \begin_layout Plain Layout
28644 Dies ist eine Fußnote in einer Tabelle.
28645 \end_layout
28646
28647 \end_inset
28648
28649
28650 \end_layout
28651
28652 \end_inset
28653 </cell>
28654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28655 \begin_inset Text
28656
28657 \begin_layout Plain Layout
28658 4
28659 \end_layout
28660
28661 \end_inset
28662 </cell>
28663 </row>
28664 <row>
28665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28666 \begin_inset Text
28667
28668 \begin_layout Plain Layout
28669 a
28670 \end_layout
28671
28672 \end_inset
28673 </cell>
28674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28675 \begin_inset Text
28676
28677 \begin_layout Plain Layout
28678 b
28679 \end_layout
28680
28681 \end_inset
28682 </cell>
28683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28684 \begin_inset Text
28685
28686 \begin_layout Plain Layout
28687 c
28688 \end_layout
28689
28690 \end_inset
28691 </cell>
28692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28693 \begin_inset Text
28694
28695 \begin_layout Plain Layout
28696 d
28697 \end_layout
28698
28699 \end_inset
28700 </cell>
28701 </row>
28702 <row>
28703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28704 \begin_inset Text
28705
28706 \begin_layout Plain Layout
28707 e
28708 \end_layout
28709
28710 \end_inset
28711 </cell>
28712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28713 \begin_inset Text
28714
28715 \begin_layout Plain Layout
28716 f
28717 \end_layout
28718
28719 \end_inset
28720 </cell>
28721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28722 \begin_inset Text
28723
28724 \begin_layout Plain Layout
28725 g
28726 \end_layout
28727
28728 \end_inset
28729 </cell>
28730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28731 \begin_inset Text
28732
28733 \begin_layout Plain Layout
28734 h
28735 \end_layout
28736
28737 \end_inset
28738 </cell>
28739 </row>
28740 </lyxtabular>
28741
28742 \end_inset
28743
28744
28745 \end_layout
28746
28747 \begin_layout Standard
28748 \noindent
28749 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
28750  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
28751  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
28752  außerhalb.
28753 \end_layout
28754
28755 \begin_layout Standard
28756 \align center
28757 \begin_inset Box Frameless
28758 position "t"
28759 hor_pos "c"
28760 has_inner_box 1
28761 inner_pos "c"
28762 use_parbox 0
28763 width "30col%"
28764 special "none"
28765 height "1in"
28766 height_special "totalheight"
28767 status open
28768
28769 \begin_layout Plain Layout
28770 \align center
28771 \begin_inset Tabular
28772 <lyxtabular version="3" rows="3" columns="4">
28773 <features>
28774 <column alignment="center" valignment="top" width="0pt">
28775 <column alignment="center" valignment="top" width="0pt">
28776 <column alignment="center" valignment="top" width="0pt">
28777 <column alignment="center" valignment="top" width="0pt">
28778 <row>
28779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28780 \begin_inset Text
28781
28782 \begin_layout Plain Layout
28783 1
28784 \end_layout
28785
28786 \end_inset
28787 </cell>
28788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28789 \begin_inset Text
28790
28791 \begin_layout Plain Layout
28792 2
28793 \end_layout
28794
28795 \end_inset
28796 </cell>
28797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28798 \begin_inset Text
28799
28800 \begin_layout Plain Layout
28801 3
28802 \begin_inset Foot
28803 status collapsed
28804
28805 \begin_layout Plain Layout
28806 Dies ist eine Fußnote in einer Tabelle.
28807 \end_layout
28808
28809 \end_inset
28810
28811
28812 \end_layout
28813
28814 \end_inset
28815 </cell>
28816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28817 \begin_inset Text
28818
28819 \begin_layout Plain Layout
28820 4
28821 \end_layout
28822
28823 \end_inset
28824 </cell>
28825 </row>
28826 <row>
28827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28828 \begin_inset Text
28829
28830 \begin_layout Plain Layout
28831 a
28832 \end_layout
28833
28834 \end_inset
28835 </cell>
28836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28837 \begin_inset Text
28838
28839 \begin_layout Plain Layout
28840 b
28841 \end_layout
28842
28843 \end_inset
28844 </cell>
28845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28846 \begin_inset Text
28847
28848 \begin_layout Plain Layout
28849 c
28850 \end_layout
28851
28852 \end_inset
28853 </cell>
28854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28855 \begin_inset Text
28856
28857 \begin_layout Plain Layout
28858 d
28859 \end_layout
28860
28861 \end_inset
28862 </cell>
28863 </row>
28864 <row>
28865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28866 \begin_inset Text
28867
28868 \begin_layout Plain Layout
28869 e
28870 \end_layout
28871
28872 \end_inset
28873 </cell>
28874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28875 \begin_inset Text
28876
28877 \begin_layout Plain Layout
28878 f
28879 \end_layout
28880
28881 \end_inset
28882 </cell>
28883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28884 \begin_inset Text
28885
28886 \begin_layout Plain Layout
28887 g
28888 \end_layout
28889
28890 \end_inset
28891 </cell>
28892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28893 \begin_inset Text
28894
28895 \begin_layout Plain Layout
28896 h
28897 \end_layout
28898
28899 \end_inset
28900 </cell>
28901 </row>
28902 </lyxtabular>
28903
28904 \end_inset
28905
28906
28907 \end_layout
28908
28909 \end_inset
28910
28911
28912 \end_layout
28913
28914 \begin_layout Standard
28915 \begin_inset VSpace bigskip
28916 \end_inset
28917
28918 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
28919  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
28920  Absätze nicht eingerückt werden, obwohl Sie das in 
28921 \family sans
28922 Dokument
28923 \family default
28924 \SpecialChar \menuseparator
28925
28926 \family sans
28927 Einstellun\SpecialChar \-
28928 gen\SpecialChar \menuseparator
28929 Textformat
28930 \family default
28931  festgelegt haben.
28932  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
28933  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
28934 \series bold
28935
28936 \backslash
28937 hspace*{1em}
28938 \series default
28939 .
28940 \end_layout
28941
28942 \begin_layout Standard
28943 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
28944  zu verpassen, siehe Abschnitt
28945 \begin_inset space ~
28946 \end_inset
28947
28948
28949 \begin_inset CommandInset ref
28950 LatexCommand ref
28951 reference "uab:Farbe-für-Absätze"
28952
28953 \end_inset
28954
28955 .
28956 \end_layout
28957
28958 \begin_layout Standard
28959 \begin_inset Note Greyedout
28960 status open
28961
28962 \begin_layout Plain Layout
28963
28964 \series bold
28965 Bemerkung:
28966 \series default
28967  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
28968  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
28969 \end_layout
28970
28971 \end_inset
28972
28973
28974 \end_layout
28975
28976 \begin_layout Section
28977 Parbox
28978 \begin_inset CommandInset label
28979 LatexCommand label
28980 name "abs:Parbox"
28981
28982 \end_inset
28983
28984
28985 \begin_inset Index
28986 status collapsed
28987
28988 \begin_layout Plain Layout
28989 Boxen ! Parbox
28990 \end_layout
28991
28992 \end_inset
28993
28994
28995 \end_layout
28996
28997 \begin_layout Standard
28998 Parbox ist eine Abkürzung für 
28999 \begin_inset Quotes gld
29000 \end_inset
29001
29002 paragraph box
29003 \begin_inset Quotes grd
29004 \end_inset
29005
29006 , was Absatzbox bedeutet.
29007  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
29008  Parboxen einige Einschränkungen.
29009  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
29010  gedruckt:
29011 \end_layout
29012
29013 \begin_layout Standard
29014 \align center
29015 \begin_inset Box Frameless
29016 position "t"
29017 hor_pos "c"
29018 has_inner_box 1
29019 inner_pos "t"
29020 use_parbox 1
29021 width "33col%"
29022 special "none"
29023 height "1in"
29024 height_special "totalheight"
29025 status collapsed
29026
29027 \begin_layout Plain Layout
29028 Dies ist Text in einer Parbox.
29029  Dies ist Text in einer Parbox.
29030 \end_layout
29031
29032 \begin_layout Plain Layout
29033 Diese Fußnote wird nicht gedruckt:
29034 \begin_inset Foot
29035 status collapsed
29036
29037 \begin_layout Plain Layout
29038 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
29039 \end_layout
29040
29041 \end_inset
29042
29043
29044 \end_layout
29045
29046 \end_inset
29047
29048
29049 \end_layout
29050
29051 \begin_layout Standard
29052 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
29053  und Theoreme enthalten.
29054 \end_layout
29055
29056 \begin_layout Section
29057 Boxen für Worte und Buchstaben
29058 \begin_inset Index
29059 status collapsed
29060
29061 \begin_layout Plain Layout
29062 Boxen ! für Buchstaben
29063 \end_layout
29064
29065 \end_inset
29066
29067
29068 \end_layout
29069
29070 \begin_layout Subsection
29071 Silbentrennung unterbinden 
29072 \begin_inset CommandInset label
29073 LatexCommand label
29074 name "abs:Silbentrennung-unterbinden"
29075
29076 \end_inset
29077
29078
29079 \begin_inset Index
29080 status collapsed
29081
29082 \begin_layout Plain Layout
29083 Boxen ! zur Vermeidung von Silbentrennung
29084 \end_layout
29085
29086 \end_inset
29087
29088
29089 \end_layout
29090
29091 \begin_layout Standard
29092 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
29093 \begin_inset Newline newline
29094 \end_inset
29095
29096 Hier ist ein Beispiel: 
29097 \end_layout
29098
29099 \begin_layout Standard
29100 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
29101 \begin_inset Quotes gld
29102 \end_inset
29103
29104 einsehrsehrsehrlangeswort
29105 \begin_inset Quotes grd
29106 \end_inset
29107
29108 .
29109 \end_layout
29110
29111 \begin_layout Standard
29112 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
29113  soll, den TeX-Code
29114 \end_layout
29115
29116 \begin_layout Standard
29117
29118 \series bold
29119
29120 \backslash
29121 mbox{
29122 \end_layout
29123
29124 \begin_layout Standard
29125 ein.
29126  Hinter dem Wort fügen Sie 
29127 \series bold
29128
29129 \begin_inset Quotes gld
29130 \end_inset
29131
29132 }
29133 \series default
29134
29135 \begin_inset Quotes grd
29136 \end_inset
29137
29138  als TeX-Code ein.
29139  Hier ist das Ergebnis:
29140 \end_layout
29141
29142 \begin_layout Standard
29143 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29144 \begin_inset ERT
29145 status collapsed
29146
29147 \begin_layout Plain Layout
29148
29149
29150 \backslash
29151 mbox{
29152 \end_layout
29153
29154 \end_inset
29155
29156
29157 \begin_inset Quotes gld
29158 \end_inset
29159
29160 einsehrsehrsehrlangeswort
29161 \begin_inset Quotes grd
29162 \end_inset
29163
29164
29165 \begin_inset ERT
29166 status collapsed
29167
29168 \begin_layout Plain Layout
29169
29170 }
29171 \end_layout
29172
29173 \end_inset
29174
29175 .
29176 \end_layout
29177
29178 \begin_layout Standard
29179 Alternativ dazu kann man auch den Befehl 
29180 \begin_inset Quotes gld
29181 \end_inset
29182
29183
29184 \series bold
29185
29186 \backslash
29187 -
29188 \series default
29189
29190 \begin_inset Quotes grd
29191 \end_inset
29192
29193  als TeX-Code direkt vor das Wort setzen:
29194 \end_layout
29195
29196 \begin_layout Standard
29197 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29198 \begin_inset Quotes gld
29199 \end_inset
29200
29201
29202 \begin_inset ERT
29203 status collapsed
29204
29205 \begin_layout Plain Layout
29206
29207
29208 \backslash
29209 -
29210 \end_layout
29211
29212 \end_inset
29213
29214 einsehrsehrsehrlangeswort
29215 \begin_inset Quotes grd
29216 \end_inset
29217
29218 .
29219 \end_layout
29220
29221 \begin_layout Standard
29222 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
29223  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
29224 \series bold
29225 Strg-Eingabe
29226 \series default
29227 ) einfügen: 
29228 \end_layout
29229
29230 \begin_layout Standard
29231 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
29232 \begin_inset Newline newline
29233 \end_inset
29234
29235
29236 \begin_inset ERT
29237 status collapsed
29238
29239 \begin_layout Plain Layout
29240
29241
29242 \backslash
29243 mbox{
29244 \end_layout
29245
29246 \end_inset
29247
29248
29249 \begin_inset Quotes gld
29250 \end_inset
29251
29252 einsehrsehrsehrlangeswort
29253 \begin_inset Quotes grd
29254 \end_inset
29255
29256
29257 \begin_inset ERT
29258 status collapsed
29259
29260 \begin_layout Plain Layout
29261
29262 }
29263 \end_layout
29264
29265 \end_inset
29266
29267 .
29268 \end_layout
29269
29270 \begin_layout Subsection
29271 Vertikale Ausrichtung
29272 \begin_inset CommandInset label
29273 LatexCommand label
29274 name "uab:Vertikale-Ausrichtung"
29275
29276 \end_inset
29277
29278
29279 \begin_inset Index
29280 status collapsed
29281
29282 \begin_layout Plain Layout
29283 Boxen ! für Vertikale Ausrichtung
29284 \end_layout
29285
29286 \end_inset
29287
29288
29289 \begin_inset Index
29290 status collapsed
29291
29292 \begin_layout Plain Layout
29293 Boxen ! raisebox
29294 \end_layout
29295
29296 \end_inset
29297
29298
29299 \end_layout
29300
29301 \begin_layout Standard
29302 Mit dem LaTeX-Befehl 
29303 \series bold
29304
29305 \backslash
29306 raisebox
29307 \series default
29308  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29309 n Textes ausrichten.
29310  
29311 \series bold
29312
29313 \backslash
29314 raisebox
29315 \series default
29316  wird folgendermaßen benutzt:
29317 \end_layout
29318
29319 \begin_layout Standard
29320
29321 \series bold
29322
29323 \backslash
29324 raisebox{Verschiebung}[oben][unten]{Text}
29325 \end_layout
29326
29327 \begin_layout Standard
29328 Positive Werte für Verschiebung
29329 \series bold
29330  
29331 \series default
29332 verschieben die Box nach oben, negative nach unten.
29333  Die beiden optionalen Parameter 
29334 \family typewriter
29335 oben
29336 \family default
29337  und 
29338 \family typewriter
29339 unten
29340 \family default
29341  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29342  hinausgeht, wenn sie nicht verschoben ist.
29343 \end_layout
29344
29345 \begin_layout Standard
29346 Um zum Beispiel das Wort 
29347 \begin_inset Quotes gld
29348 \end_inset
29349
29350 provokant
29351 \begin_inset Quotes grd
29352 \end_inset
29353
29354  mit seinem 
29355 \begin_inset Quotes gld
29356 \end_inset
29357
29358 niedrigsten
29359 \begin_inset Quotes grd
29360 \end_inset
29361
29362  Buchstaben 
29363 \begin_inset Quotes gld
29364 \end_inset
29365
29366 p
29367 \begin_inset Quotes grd
29368 \end_inset
29369
29370  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29371 \end_layout
29372
29373 \begin_layout Standard
29374
29375 \series bold
29376
29377 \backslash
29378 raisebox{
29379 \backslash
29380 depth}{
29381 \end_layout
29382
29383 \begin_layout Standard
29384 vor dem Wort einfügen und 
29385 \begin_inset Quotes gld
29386 \end_inset
29387
29388
29389 \series bold
29390 }
29391 \series default
29392
29393 \begin_inset Quotes grd
29394 \end_inset
29395
29396  als TeX-Code dahinter:
29397 \end_layout
29398
29399 \begin_layout Standard
29400 Dies ist eine Zeile, in der das Wort 
29401 \begin_inset ERT
29402 status collapsed
29403
29404 \begin_layout Plain Layout
29405
29406
29407 \backslash
29408 raisebox{
29409 \backslash
29410 depth}{
29411 \end_layout
29412
29413 \end_inset
29414
29415
29416 \begin_inset Quotes gld
29417 \end_inset
29418
29419 provokant
29420 \begin_inset Quotes grd
29421 \end_inset
29422
29423
29424 \begin_inset ERT
29425 status collapsed
29426
29427 \begin_layout Plain Layout
29428
29429 }
29430 \end_layout
29431
29432 \end_inset
29433
29434  nach oben verschoben wurde.
29435 \end_layout
29436
29437 \begin_layout Standard
29438 \begin_inset VSpace bigskip
29439 \end_inset
29440
29441 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29442  gedehnt:
29443 \end_layout
29444
29445 \begin_layout Standard
29446 Dies ist eine Zeile, in der das Wort 
29447 \begin_inset ERT
29448 status collapsed
29449
29450 \begin_layout Plain Layout
29451
29452
29453 \backslash
29454 raisebox{-
29455 \backslash
29456 depth}{
29457 \end_layout
29458
29459 \end_inset
29460
29461
29462 \begin_inset Quotes gld
29463 \end_inset
29464
29465 provokant
29466 \begin_inset Quotes grd
29467 \end_inset
29468
29469
29470 \begin_inset ERT
29471 status collapsed
29472
29473 \begin_layout Plain Layout
29474
29475 }
29476 \end_layout
29477
29478 \end_inset
29479
29480  nach unten verschoben wurde.
29481 \end_layout
29482
29483 \begin_layout Standard
29484 Dies ist eine Zeile, in der das Wort 
29485 \begin_inset ERT
29486 status collapsed
29487
29488 \begin_layout Plain Layout
29489
29490
29491 \backslash
29492 raisebox{0.5cm}{
29493 \end_layout
29494
29495 \end_inset
29496
29497
29498 \begin_inset Quotes gld
29499 \end_inset
29500
29501 testen
29502 \begin_inset Quotes grd
29503 \end_inset
29504
29505
29506 \begin_inset ERT
29507 status collapsed
29508
29509 \begin_layout Plain Layout
29510
29511 }
29512 \end_layout
29513
29514 \end_inset
29515
29516  um 0.5
29517 \begin_inset space \thinspace{}
29518 \end_inset
29519
29520 cm nach oben verschoben wurde.
29521 \end_layout
29522
29523 \begin_layout Standard
29524 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
29525 \end_layout
29526
29527 \begin_layout Standard
29528
29529 \series bold
29530
29531 \backslash
29532 raisebox{-
29533 \backslash
29534 depth}[0pt]{
29535 \end_layout
29536
29537 \begin_layout Standard
29538 Dies ist eine Zeile, in der das Wort 
29539 \begin_inset ERT
29540 status collapsed
29541
29542 \begin_layout Plain Layout
29543
29544
29545 \backslash
29546 raisebox{-
29547 \backslash
29548 depth}[0pt]{
29549 \end_layout
29550
29551 \end_inset
29552
29553
29554 \begin_inset Quotes gld
29555 \end_inset
29556
29557 provokant
29558 \begin_inset Quotes grd
29559 \end_inset
29560
29561
29562 \begin_inset ERT
29563 status collapsed
29564
29565 \begin_layout Plain Layout
29566
29567 }
29568 \end_layout
29569
29570 \end_inset
29571
29572  nach unten verschoben wurde.
29573 \end_layout
29574
29575 \begin_layout Standard
29576 Dies ist eine Zeile, in der das Wort 
29577 \begin_inset ERT
29578 status collapsed
29579
29580 \begin_layout Plain Layout
29581
29582
29583 \backslash
29584 raisebox{0.5cm}[0pt]{
29585 \end_layout
29586
29587 \end_inset
29588
29589
29590 \begin_inset Quotes gld
29591 \end_inset
29592
29593 testen
29594 \begin_inset Quotes grd
29595 \end_inset
29596
29597
29598 \begin_inset ERT
29599 status collapsed
29600
29601 \begin_layout Plain Layout
29602
29603 }
29604 \end_layout
29605
29606 \end_inset
29607
29608  um 0.5
29609 \begin_inset space \thinspace{}
29610 \end_inset
29611
29612 cm nach oben verschoben wurde.
29613  Jetzt überschneiden sich die verschobenen Worte.
29614 \end_layout
29615
29616 \begin_layout Section
29617 Farbige Boxen
29618 \begin_inset CommandInset label
29619 LatexCommand label
29620 name "abs:Farbige-Boxen"
29621
29622 \end_inset
29623
29624
29625 \begin_inset Index
29626 status collapsed
29627
29628 \begin_layout Plain Layout
29629 Boxen ! farbige
29630 \end_layout
29631
29632 \end_inset
29633
29634
29635 \end_layout
29636
29637 \begin_layout Subsection
29638 Text-Hintergrundfarbe
29639 \begin_inset Index
29640 status collapsed
29641
29642 \begin_layout Plain Layout
29643 Farbe ! für Text-Hintergrund
29644 \end_layout
29645
29646 \end_inset
29647
29648
29649 \end_layout
29650
29651 \begin_layout Standard
29652 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
29653  sogenannten 
29654 \begin_inset Quotes gld
29655 \end_inset
29656
29657 colorbox
29658 \begin_inset Quotes grd
29659 \end_inset
29660
29661  stehen.
29662  Dafür muss das LaTeX-Paket 
29663 \series bold
29664 color
29665 \series default
29666
29667 \begin_inset Index
29668 status collapsed
29669
29670 \begin_layout Plain Layout
29671 LaTeX-Pakete ! color
29672 \end_layout
29673
29674 \end_inset
29675
29676  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
29677 \end_layout
29678
29679 \begin_layout Standard
29680
29681 \series bold
29682
29683 \backslash
29684 @ifundefined{textcolor}
29685 \begin_inset Newline newline
29686 \end_inset
29687
29688
29689 \begin_inset ERT
29690 status collapsed
29691
29692 \begin_layout Plain Layout
29693
29694
29695 \backslash
29696 hphantom{ }
29697 \end_layout
29698
29699 \end_inset
29700
29701 {
29702 \backslash
29703 usepackage{color}}{}
29704 \end_layout
29705
29706 \begin_layout Standard
29707 Wenn Sie Text einfärben, lädt LyX das Paket 
29708 \series bold
29709 color
29710 \series default
29711  automatisch.
29712 \begin_inset Foot
29713 status collapsed
29714
29715 \begin_layout Plain Layout
29716 Der Befehl 
29717 \series bold
29718
29719 \backslash
29720 @ifundefined
29721 \series default
29722  vermeidet, dass es in diesem Fall doppelt geladen wird.
29723 \end_layout
29724
29725 \end_inset
29726
29727
29728 \end_layout
29729
29730 \begin_layout Standard
29731 \begin_inset VSpace medskip
29732 \end_inset
29733
29734 Colorboxen werden mit dem Befehl 
29735 \series bold
29736
29737 \backslash
29738 colorbox
29739 \series default
29740  erzeugt:
29741 \end_layout
29742
29743 \begin_layout Standard
29744
29745 \series bold
29746
29747 \backslash
29748 colorbox{Farbe}{Boxinhalt}
29749 \end_layout
29750
29751 \begin_layout Standard
29752 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
29753  Boxen sein.
29754 \end_layout
29755
29756 \begin_layout Standard
29757 Die folgenden Farben sind vordefiniert:
29758 \family sans
29759  schwarz
29760 \family default
29761
29762 \family sans
29763 wei
29764 \family default
29765 ß, 
29766 \family sans
29767 rot
29768 \family default
29769 \series bold
29770 ,
29771 \series default
29772  
29773 \family sans
29774 grün
29775 \family default
29776
29777 \family sans
29778 blau
29779 \family default
29780
29781 \family sans
29782 türkis
29783 \family default
29784
29785 \family sans
29786 purpurrot
29787 \family default
29788  und 
29789 \family sans
29790 gelb
29791 \family default
29792 .
29793 \end_layout
29794
29795 \begin_layout Standard
29796 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
29797 \begin_inset space ~
29798 \end_inset
29799
29800
29801 \begin_inset CommandInset ref
29802 LatexCommand ref
29803 reference "abs:Farbige-Tabellen"
29804
29805 \end_inset
29806
29807  beschrieben.
29808 \end_layout
29809
29810 \begin_layout Standard
29811 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
29812  den TeX-Code-Befehl
29813 \end_layout
29814
29815 \begin_layout Standard
29816
29817 \series bold
29818
29819 \backslash
29820 colorbox{red}{
29821 \end_layout
29822
29823 \begin_layout Standard
29824 vor dem Wort ein.
29825  Hinter dem Wort fügen Sie 
29826 \series bold
29827
29828 \begin_inset Quotes gld
29829 \end_inset
29830
29831 }
29832 \series default
29833
29834 \begin_inset Quotes grd
29835 \end_inset
29836
29837  als TeX-Code ein.
29838  Hier ist das Ergebnis:
29839 \end_layout
29840
29841 \begin_layout Standard
29842 In dieser Zeile hat 
29843 \begin_inset ERT
29844 status collapsed
29845
29846 \begin_layout Plain Layout
29847
29848
29849 \backslash
29850 colorbox{red}{
29851 \end_layout
29852
29853 \end_inset
29854
29855 Achtung!
29856 \begin_inset ERT
29857 status collapsed
29858
29859 \begin_layout Plain Layout
29860
29861 }
29862 \end_layout
29863
29864 \end_inset
29865
29866  einen roten Hintergrund.
29867 \end_layout
29868
29869 \begin_layout Standard
29870 \begin_inset VSpace bigskip
29871 \end_inset
29872
29873 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
29874  
29875 \series bold
29876
29877 \backslash
29878 fcolorbox
29879 \series default
29880  verwenden:
29881 \end_layout
29882
29883 \begin_layout Standard
29884
29885 \series bold
29886
29887 \backslash
29888 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
29889 \end_layout
29890
29891 \begin_layout Standard
29892
29893 \series bold
29894
29895 \backslash
29896 fcolorbox
29897 \series default
29898  ist eine Erweiterung von 
29899 \series bold
29900
29901 \backslash
29902 colorbox
29903 \series default
29904 .
29905  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
29906  
29907 \series bold
29908
29909 \backslash
29910 fboxrule
29911 \series default
29912  und 
29913 \series bold
29914
29915 \backslash
29916 fboxsep
29917 \series default
29918  gesteuert werden, wie in Abschnitt
29919 \begin_inset space ~
29920 \end_inset
29921
29922
29923 \begin_inset CommandInset ref
29924 LatexCommand ref
29925 reference "uab:Verzierung"
29926
29927 \end_inset
29928
29929  beschrieben.
29930 \end_layout
29931
29932 \begin_layout Standard
29933 Für das folgende Beispiel wurde der Befehl
29934 \end_layout
29935
29936 \begin_layout Standard
29937
29938 \series bold
29939
29940 \backslash
29941 fcolorbox{cyan}{magenta}{
29942 \end_layout
29943
29944 \begin_layout Standard
29945 benutzt.
29946  Hier wurden die Rahmendicke und der Abstand auf 1
29947 \begin_inset space \thinspace{}
29948 \end_inset
29949
29950 mm gesetzt:
29951 \begin_inset Newline newline
29952 \end_inset
29953
29954
29955 \begin_inset ERT
29956 status collapsed
29957
29958 \begin_layout Plain Layout
29959
29960
29961 \backslash
29962 fboxrule 1mm 
29963 \backslash
29964 fboxsep 1mm
29965 \end_layout
29966
29967 \end_inset
29968
29969
29970 \begin_inset ERT
29971 status collapsed
29972
29973 \begin_layout Plain Layout
29974
29975
29976 \backslash
29977 fcolorbox{cyan}{green}{
29978 \end_layout
29979
29980 \end_inset
29981
29982 Dies ist Text in einer farbigen, gerahmten Box.
29983 \begin_inset ERT
29984 status collapsed
29985
29986 \begin_layout Plain Layout
29987
29988 }
29989 \end_layout
29990
29991 \end_inset
29992
29993
29994 \end_layout
29995
29996 \begin_layout Standard
29997 \begin_inset VSpace bigskip
29998 \end_inset
29999
30000 Natürlich gibt es auch farbigen Text in einer Colorbox:
30001 \begin_inset Newline newline
30002 \end_inset
30003
30004
30005 \begin_inset ERT
30006 status collapsed
30007
30008 \begin_layout Plain Layout
30009
30010
30011 \backslash
30012 fcolorbox{cyan}{green}{
30013 \end_layout
30014
30015 \end_inset
30016
30017
30018 \color yellow
30019 Dies ist farbiger Text in einer farbigen, gerahmten Box.
30020 \color none
30021
30022 \begin_inset ERT
30023 status collapsed
30024
30025 \begin_layout Plain Layout
30026
30027 }
30028 \end_layout
30029
30030 \end_inset
30031
30032
30033 \begin_inset ERT
30034 status collapsed
30035
30036 \begin_layout Plain Layout
30037
30038
30039 \backslash
30040 fboxrule 0.4pt 
30041 \backslash
30042 fboxsep 3pt
30043 \end_layout
30044
30045 \end_inset
30046
30047
30048 \end_layout
30049
30050 \begin_layout Standard
30051 \begin_inset VSpace bigskip
30052 \end_inset
30053
30054
30055 \end_layout
30056
30057 \begin_layout Standard
30058 \begin_inset Note Greyedout
30059 status open
30060
30061 \begin_layout Plain Layout
30062 \noindent
30063
30064 \series bold
30065 Bemerkung:
30066 \series default
30067  Text in Colorboxen kann nicht umgebrochen werden.
30068  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
30069  wie im folgenden beschrieben.
30070 \end_layout
30071
30072 \end_inset
30073
30074
30075 \end_layout
30076
30077 \begin_layout Subsection
30078 Farbe für Absätze
30079 \begin_inset CommandInset label
30080 LatexCommand label
30081 name "uab:Farbe-für-Absätze"
30082
30083 \end_inset
30084
30085
30086 \begin_inset Index
30087 status collapsed
30088
30089 \begin_layout Plain Layout
30090 Farbe ! für Absätze
30091 \end_layout
30092
30093 \end_inset
30094
30095
30096 \end_layout
30097
30098 \begin_layout Standard
30099 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
30100  den Text in eine Minipage stellen.
30101  Vor der Minipage fügen Sie den TeX-Code-Befehl
30102 \end_layout
30103
30104 \begin_layout Standard
30105
30106 \series bold
30107
30108 \backslash
30109 colorbox{color}{
30110 \end_layout
30111
30112 \begin_layout Standard
30113 ein.
30114  Hinter der Minipage fügen Sie 
30115 \series bold
30116
30117 \begin_inset Quotes gld
30118 \end_inset
30119
30120 }
30121 \series default
30122
30123 \begin_inset Quotes grd
30124 \end_inset
30125
30126  als TeX-Code ein.
30127 \end_layout
30128
30129 \begin_layout Standard
30130 \begin_inset ERT
30131 status collapsed
30132
30133 \begin_layout Plain Layout
30134
30135
30136 \backslash
30137 colorbox{hellgrau}{
30138 \end_layout
30139
30140 \end_inset
30141
30142
30143 \begin_inset Box Frameless
30144 position "t"
30145 hor_pos "c"
30146 has_inner_box 1
30147 inner_pos "t"
30148 use_parbox 0
30149 width "100col%"
30150 special "none"
30151 height "1in"
30152 height_special "totalheight"
30153 status collapsed
30154
30155 \begin_layout Plain Layout
30156 Dies ist Text mit einer Hintergrundfarbe.
30157  Dies ist Text mit einer Hintergrundfarbe.
30158 \end_layout
30159
30160 \begin_layout Plain Layout
30161 Der Text kann Fußnoten
30162 \begin_inset Foot
30163 status open
30164
30165 \begin_layout Plain Layout
30166 Eine weitere Fußnote
30167 \end_layout
30168
30169 \end_inset
30170
30171  und Tabellen und Abbildungen enthalten.
30172 \end_layout
30173
30174 \begin_layout Plain Layout
30175 \align center
30176 \begin_inset Tabular
30177 <lyxtabular version="3" rows="3" columns="3">
30178 <features>
30179 <column alignment="center" valignment="top" width="0">
30180 <column alignment="center" valignment="top" width="0">
30181 <column alignment="center" valignment="top" width="0">
30182 <row>
30183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30184 \begin_inset Text
30185
30186 \begin_layout Plain Layout
30187 a
30188 \end_layout
30189
30190 \end_inset
30191 </cell>
30192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30193 \begin_inset Text
30194
30195 \begin_layout Plain Layout
30196 !
30197 \end_layout
30198
30199 \end_inset
30200 </cell>
30201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30202 \begin_inset Text
30203
30204 \begin_layout Plain Layout
30205 3
30206 \end_layout
30207
30208 \end_inset
30209 </cell>
30210 </row>
30211 <row>
30212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30213 \begin_inset Text
30214
30215 \begin_layout Plain Layout
30216 <
30217 \end_layout
30218
30219 \end_inset
30220 </cell>
30221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30222 \begin_inset Text
30223
30224 \begin_layout Plain Layout
30225 b2
30226 \begin_inset Quotes erd
30227 \end_inset
30228
30229 |
30230 \end_layout
30231
30232 \end_inset
30233 </cell>
30234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30235 \begin_inset Text
30236
30237 \begin_layout Plain Layout
30238 >
30239 \end_layout
30240
30241 \end_inset
30242 </cell>
30243 </row>
30244 <row>
30245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30246 \begin_inset Text
30247
30248 \begin_layout Plain Layout
30249 1
30250 \end_layout
30251
30252 \end_inset
30253 </cell>
30254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30255 \begin_inset Text
30256
30257 \begin_layout Plain Layout
30258 §
30259 \end_layout
30260
30261 \end_inset
30262 </cell>
30263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30264 \begin_inset Text
30265
30266 \begin_layout Plain Layout
30267 c
30268 \end_layout
30269
30270 \end_inset
30271 </cell>
30272 </row>
30273 </lyxtabular>
30274
30275 \end_inset
30276
30277
30278 \end_layout
30279
30280 \end_inset
30281
30282
30283 \begin_inset ERT
30284 status collapsed
30285
30286 \begin_layout Plain Layout
30287
30288 }
30289 \end_layout
30290
30291 \end_inset
30292
30293
30294 \end_layout
30295
30296 \begin_layout Section
30297 Rotierte und skalierte Boxen
30298 \end_layout
30299
30300 \begin_layout Standard
30301 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30302 \series bold
30303 graphicx
30304 \series default
30305
30306 \begin_inset Index
30307 status collapsed
30308
30309 \begin_layout Plain Layout
30310 LaTeX-Pakete ! graphicx
30311 \end_layout
30312
30313 \end_inset
30314
30315  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30316 \end_layout
30317
30318 \begin_layout Standard
30319
30320 \series bold
30321
30322 \backslash
30323 @ifundefined{rotatebox}
30324 \begin_inset Newline newline
30325 \end_inset
30326
30327
30328 \begin_inset ERT
30329 status collapsed
30330
30331 \begin_layout Plain Layout
30332
30333
30334 \backslash
30335 hphantom{ }
30336 \end_layout
30337
30338 \end_inset
30339
30340 {
30341 \backslash
30342 usepackage{graphicx}}{}
30343 \end_layout
30344
30345 \begin_layout Standard
30346 \begin_inset Note Greyedout
30347 status open
30348
30349 \begin_layout Plain Layout
30350
30351 \series bold
30352 Bemerkung:
30353 \series default
30354  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30355  darstellen.
30356  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30357 \end_layout
30358
30359 \end_inset
30360
30361
30362 \end_layout
30363
30364 \begin_layout Standard
30365 \begin_inset Note Greyedout
30366 status open
30367
30368 \begin_layout Plain Layout
30369
30370 \series bold
30371 Bemerkung:
30372 \series default
30373  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30374 \end_layout
30375
30376 \end_inset
30377
30378
30379 \end_layout
30380
30381 \begin_layout Subsection
30382 Rotierte Boxen
30383 \begin_inset Index
30384 status collapsed
30385
30386 \begin_layout Plain Layout
30387 Boxen ! rotierte
30388 \end_layout
30389
30390 \end_inset
30391
30392
30393 \begin_inset Index
30394 status collapsed
30395
30396 \begin_layout Plain Layout
30397 Rotiertes Material
30398 \end_layout
30399
30400 \end_inset
30401
30402
30403 \begin_inset Index
30404 status collapsed
30405
30406 \begin_layout Plain Layout
30407 Abbildungen ! rotierte
30408 \end_layout
30409
30410 \end_inset
30411
30412
30413 \begin_inset Index
30414 status collapsed
30415
30416 \begin_layout Plain Layout
30417 Tabellen ! rotierte
30418 \end_layout
30419
30420 \end_inset
30421
30422
30423 \end_layout
30424
30425 \begin_layout Standard
30426 Um Text zu drehen, verwendet man den Befehl 
30427 \series bold
30428
30429 \backslash
30430 rotatebox
30431 \series default
30432  im TeX-Code nach folgendem Schema:
30433 \end_layout
30434
30435 \begin_layout Standard
30436
30437 \series bold
30438
30439 \backslash
30440 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30441 \end_layout
30442
30443 \begin_layout Standard
30444 Der Drehpunkt wird mit 
30445 \series bold
30446 origin=Position
30447 \series default
30448  angegeben.
30449  Folgende Positionen sind möglich: 
30450 \emph on
30451 c
30452 \emph default
30453  (mittig), 
30454 \emph on
30455 l
30456 \emph default
30457  (links), 
30458 \emph on
30459 r
30460 \emph default
30461  (rechts), 
30462 \emph on
30463 b
30464 \emph default
30465  (unten), 
30466 \emph on
30467 t
30468 \emph default
30469  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30470  Z.
30471 \begin_inset space \thinspace{}
30472 \end_inset
30473
30474 B.
30475  bedeutet 
30476 \emph on
30477 lt
30478 \emph default
30479 , dass sich der Drehpunkt links oben befindet.
30480  Wird kein Drehpunkt angegeben, wird die Position 
30481 \emph on
30482 l
30483 \emph default
30484  verwendet.
30485  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30486  Gedreht wird gegen den Uhrzeigersinn.
30487 \end_layout
30488
30489 \begin_layout Standard
30490 Im folgenden Beispiel wurde vor dem Text der Befehl 
30491 \series bold
30492
30493 \backslash
30494 rotatebox[origin=c]{60}{
30495 \series default
30496  im TeX-Modus eingegeben.
30497  Nach dem Text wurde die schließende Klammer 
30498 \series bold
30499 }
30500 \series default
30501  wiederum im TeX-Modus eingegeben.
30502 \end_layout
30503
30504 \begin_layout Standard
30505 Dies ist eine Zeile 
30506 \begin_inset ERT
30507 status collapsed
30508
30509 \begin_layout Plain Layout
30510
30511
30512 \backslash
30513 rotatebox[origin=c]{60}{
30514 \end_layout
30515
30516 \end_inset
30517
30518 mit rotiertem
30519 \begin_inset ERT
30520 status collapsed
30521
30522 \begin_layout Plain Layout
30523
30524 }
30525 \end_layout
30526
30527 \end_inset
30528
30529  Text.
30530 \end_layout
30531
30532 \begin_layout Standard
30533 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
30534 \end_layout
30535
30536 \begin_layout Standard
30537 Dies ist eine Zeile 
30538 \begin_inset ERT
30539 status collapsed
30540
30541 \begin_layout Plain Layout
30542
30543
30544 \backslash
30545 rotatebox[origin=r]{-60}{
30546 \end_layout
30547
30548 \end_inset
30549
30550
30551 \begin_inset Box Doublebox
30552 position "c"
30553 hor_pos "c"
30554 has_inner_box 0
30555 inner_pos "c"
30556 use_parbox 0
30557 width "1in"
30558 special "width"
30559 height "1in"
30560 height_special "totalheight"
30561 status collapsed
30562
30563 \begin_layout Plain Layout
30564 mit rotiertem
30565 \end_layout
30566
30567 \end_inset
30568
30569
30570 \begin_inset ERT
30571 status collapsed
30572
30573 \begin_layout Plain Layout
30574
30575 }
30576 \end_layout
30577
30578 \end_inset
30579
30580  umrandeten Text 
30581 \begin_inset ERT
30582 status collapsed
30583
30584 \begin_layout Plain Layout
30585
30586
30587 \backslash
30588 rotatebox[origin=lb]{60}{
30589 \end_layout
30590
30591 \end_inset
30592
30593
30594 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30595 \end_inset
30596
30597
30598 \begin_inset ERT
30599 status collapsed
30600
30601 \begin_layout Plain Layout
30602
30603 }
30604 \end_layout
30605
30606 \end_inset
30607
30608  und einer Formel.
30609 \end_layout
30610
30611 \begin_layout Standard
30612 Oder ein Bild oder Tabelle:
30613 \end_layout
30614
30615 \begin_layout Standard
30616 Dies ist eine Zeile 
30617 \begin_inset ERT
30618 status collapsed
30619
30620 \begin_layout Plain Layout
30621
30622
30623 \backslash
30624 rotatebox[origin=lb]{90}{
30625 \end_layout
30626
30627 \end_inset
30628
30629
30630 \begin_inset Graphics
30631         filename ../clipart/platypus.eps
30632         lyxscale 50
30633         width 25col%
30634
30635 \end_inset
30636
30637
30638 \begin_inset ERT
30639 status collapsed
30640
30641 \begin_layout Plain Layout
30642
30643 }
30644 \end_layout
30645
30646 \end_inset
30647
30648  mit einem rotierten Bild 
30649 \begin_inset ERT
30650 status collapsed
30651
30652 \begin_layout Plain Layout
30653
30654
30655 \backslash
30656 rotatebox[origin=l]{-90}{
30657 \end_layout
30658
30659 \end_inset
30660
30661
30662 \begin_inset Tabular
30663 <lyxtabular version="3" rows="2" columns="2">
30664 <features>
30665 <column alignment="center" valignment="top" width="0">
30666 <column alignment="center" valignment="top" width="0">
30667 <row>
30668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30669 \begin_inset Text
30670
30671 \begin_layout Plain Layout
30672 q
30673 \end_layout
30674
30675 \end_inset
30676 </cell>
30677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30678 \begin_inset Text
30679
30680 \begin_layout Plain Layout
30681 w
30682 \end_layout
30683
30684 \end_inset
30685 </cell>
30686 </row>
30687 <row>
30688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30689 \begin_inset Text
30690
30691 \begin_layout Plain Layout
30692 e
30693 \end_layout
30694
30695 \end_inset
30696 </cell>
30697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30698 \begin_inset Text
30699
30700 \begin_layout Plain Layout
30701 r
30702 \end_layout
30703
30704 \end_inset
30705 </cell>
30706 </row>
30707 </lyxtabular>
30708
30709 \end_inset
30710
30711
30712 \begin_inset ERT
30713 status collapsed
30714
30715 \begin_layout Plain Layout
30716
30717 }
30718 \end_layout
30719
30720 \end_inset
30721
30722  und Tabelle.
30723 \end_layout
30724
30725 \begin_layout Subsection
30726 Skalierte Boxen
30727 \begin_inset Index
30728 status collapsed
30729
30730 \begin_layout Plain Layout
30731 Boxen ! skalierte
30732 \end_layout
30733
30734 \end_inset
30735
30736
30737 \begin_inset Index
30738 status collapsed
30739
30740 \begin_layout Plain Layout
30741 Skaliertes Material
30742 \end_layout
30743
30744 \end_inset
30745
30746
30747 \begin_inset Index
30748 status collapsed
30749
30750 \begin_layout Plain Layout
30751 Abbildungen ! skalierte
30752 \end_layout
30753
30754 \end_inset
30755
30756
30757 \begin_inset Index
30758 status collapsed
30759
30760 \begin_layout Plain Layout
30761 Tabellen ! skalierte
30762 \end_layout
30763
30764 \end_inset
30765
30766
30767 \end_layout
30768
30769 \begin_layout Standard
30770 Um Text zu skalieren, kann man die Befehle 
30771 \series bold
30772
30773 \backslash
30774 scalebox
30775 \series default
30776  und 
30777 \series bold
30778
30779 \backslash
30780 resizebox
30781 \series default
30782  im TeX-Modus verwenden.
30783 \end_layout
30784
30785 \begin_layout Standard
30786
30787 \series bold
30788
30789 \backslash
30790 scalebox
30791 \series default
30792  wird nach folgendem Schema verwendet:
30793 \end_layout
30794
30795 \begin_layout Standard
30796
30797 \series bold
30798
30799 \backslash
30800 scalebox{horizontal}[vertikal]{Boxinhalt}
30801 \end_layout
30802
30803 \begin_layout Standard
30804 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
30805  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
30806  verwendet.
30807 \end_layout
30808
30809 \begin_layout Standard
30810 Z.
30811 \begin_inset space \thinspace{}
30812 \end_inset
30813
30814 B.
30815  ergibt der Befehl 
30816 \series bold
30817
30818 \backslash
30819 scalebox{2}{Hallo}
30820 \series default
30821  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
30822 \begin_inset ERT
30823 status collapsed
30824
30825 \begin_layout Plain Layout
30826
30827
30828 \backslash
30829 scalebox{2}{
30830 \end_layout
30831
30832 \end_inset
30833
30834 Hallo
30835 \begin_inset ERT
30836 status collapsed
30837
30838 \begin_layout Plain Layout
30839
30840 }
30841 \end_layout
30842
30843 \end_inset
30844
30845 .
30846 \end_layout
30847
30848 \begin_layout Standard
30849
30850 \series bold
30851
30852 \backslash
30853 scalebox{2}[1]{Hallo}
30854 \series default
30855  verzerrt hingegen das 
30856 \begin_inset ERT
30857 status collapsed
30858
30859 \begin_layout Plain Layout
30860
30861
30862 \backslash
30863 scalebox{2}[1]{
30864 \end_layout
30865
30866 \end_inset
30867
30868 Hallo
30869 \begin_inset ERT
30870 status collapsed
30871
30872 \begin_layout Plain Layout
30873
30874 }
30875 \end_layout
30876
30877 \end_inset
30878
30879 .
30880 \end_layout
30881
30882 \begin_layout Standard
30883 Die Skalierungsfaktoren dürfen auch negativ sein.
30884  In diesem Fall wird der Boxinhalt gespiegelt.
30885 \end_layout
30886
30887 \begin_layout Standard
30888 Daher lässt sich mit dem Befehl 
30889 \series bold
30890
30891 \backslash
30892 scalebox{-1}[1]{Hallo}
30893 \series default
30894  Spiegelschrift erstellen: 
30895 \begin_inset ERT
30896 status collapsed
30897
30898 \begin_layout Plain Layout
30899
30900
30901 \backslash
30902 scalebox{-1}[1]{
30903 \end_layout
30904
30905 \end_inset
30906
30907 Hallo
30908 \begin_inset ERT
30909 status collapsed
30910
30911 \begin_layout Plain Layout
30912
30913 }
30914 \end_layout
30915
30916 \end_inset
30917
30918
30919 \end_layout
30920
30921 \begin_layout Standard
30922
30923 \series bold
30924
30925 \backslash
30926 scalebox{1}[-1]{Hallo}
30927 \series default
30928  spiegelt das 
30929 \begin_inset ERT
30930 status collapsed
30931
30932 \begin_layout Plain Layout
30933
30934
30935 \backslash
30936 scalebox{1}[-1]{
30937 \end_layout
30938
30939 \end_inset
30940
30941 Hallo
30942 \begin_inset ERT
30943 status collapsed
30944
30945 \begin_layout Plain Layout
30946
30947 }
30948 \end_layout
30949
30950 \end_inset
30951
30952  an der Grundlinie.
30953 \end_layout
30954
30955 \begin_layout Standard
30956 Zu 
30957 \series bold
30958
30959 \backslash
30960 scalebox{-1}[1]{Boxinhalt}
30961 \series default
30962  gibt es den äquivalenten Befehl
30963 \begin_inset Newline newline
30964 \end_inset
30965
30966
30967 \series bold
30968
30969 \backslash
30970 reflectbox{Boxinhalt}
30971 \series default
30972 .
30973 \end_layout
30974
30975 \begin_layout Standard
30976 \begin_inset VSpace bigskip
30977 \end_inset
30978
30979
30980 \series bold
30981
30982 \backslash
30983 resizebox
30984 \series default
30985  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
30986  skalieren.
30987  Das Befehlsschema ist folgendes:
30988 \end_layout
30989
30990 \begin_layout Standard
30991
30992 \series bold
30993
30994 \backslash
30995 resizebox{Breite}{Höhe}{Boxinhalt}
30996 \end_layout
30997
30998 \begin_layout Standard
30999 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
31000 \series bold
31001 !
31002 \series default
31003  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
31004  wird.
31005 \end_layout
31006
31007 \begin_layout Standard
31008 Der Befehl 
31009 \series bold
31010
31011 \backslash
31012 resizebox{2cm}{1cm}{Hallo}
31013 \series default
31014  ergibt: 
31015 \begin_inset ERT
31016 status collapsed
31017
31018 \begin_layout Plain Layout
31019
31020
31021 \backslash
31022 resizebox{2cm}{1cm}{
31023 \end_layout
31024
31025 \end_inset
31026
31027 Hallo
31028 \begin_inset ERT
31029 status collapsed
31030
31031 \begin_layout Plain Layout
31032
31033 }
31034 \end_layout
31035
31036 \end_inset
31037
31038
31039 \begin_inset Newline newline
31040 \end_inset
31041
31042 Der Befehl 
31043 \series bold
31044
31045 \backslash
31046 resizebox{2cm}{!}{Hallo}
31047 \series default
31048  ergibt: 
31049 \begin_inset ERT
31050 status collapsed
31051
31052 \begin_layout Plain Layout
31053
31054
31055 \backslash
31056 resizebox{2cm}{!}{
31057 \end_layout
31058
31059 \end_inset
31060
31061 Hallo
31062 \begin_inset ERT
31063 status collapsed
31064
31065 \begin_layout Plain Layout
31066
31067 }
31068 \end_layout
31069
31070 \end_inset
31071
31072
31073 \end_layout
31074
31075 \begin_layout Standard
31076 \begin_inset VSpace bigskip
31077 \end_inset
31078
31079
31080 \begin_inset Note Greyedout
31081 status open
31082
31083 \begin_layout Plain Layout
31084
31085 \series bold
31086 Bemerkung:
31087 \series default
31088  Wurde in Argumenten von 
31089 \series bold
31090
31091 \backslash
31092 scalebox
31093 \series default
31094  oder 
31095 \series bold
31096
31097 \backslash
31098 resizebox
31099 \series default
31100  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
31101  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
31102  werden.
31103 \end_layout
31104
31105 \end_inset
31106
31107
31108 \end_layout
31109
31110 \begin_layout Standard
31111 \begin_inset VSpace bigskip
31112 \end_inset
31113
31114
31115 \end_layout
31116
31117 \begin_layout Standard
31118 Alle Boxen können beliebig miteinander kombiniert werden.
31119  So ergibt z.
31120 \begin_inset space \thinspace{}
31121 \end_inset
31122
31123 B.
31124  der Befehl
31125 \begin_inset Newline newline
31126 \end_inset
31127
31128
31129 \series bold
31130
31131 \backslash
31132 rotatebox[origin=c]{-45}{
31133 \backslash
31134 resizebox{2cm}{!}{
31135 \backslash
31136 reflectbox{Hallo}}}
31137 \series default
31138 :
31139 \end_layout
31140
31141 \begin_layout Standard
31142 \align center
31143 \begin_inset ERT
31144 status collapsed
31145
31146 \begin_layout Plain Layout
31147
31148
31149 \backslash
31150 rotatebox[origin=c]{-45}{
31151 \backslash
31152 resizebox{2cm}{!}{
31153 \backslash
31154 reflectbox{
31155 \end_layout
31156
31157 \end_inset
31158
31159 Hallo
31160 \begin_inset ERT
31161 status collapsed
31162
31163 \begin_layout Plain Layout
31164
31165 }}}
31166 \end_layout
31167
31168 \end_inset
31169
31170
31171 \end_layout
31172
31173 \begin_layout Standard
31174 \noindent
31175 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
31176 \end_layout
31177
31178 \begin_layout Standard
31179 \align center
31180 \begin_inset ERT
31181 status collapsed
31182
31183 \begin_layout Plain Layout
31184
31185
31186 \backslash
31187 rotatebox[origin=c]{-30}{
31188 \backslash
31189 resizebox{2cm}{!}{
31190 \backslash
31191 reflectbox{
31192 \end_layout
31193
31194 \end_inset
31195
31196
31197 \begin_inset Graphics
31198         filename ../clipart/platypus.eps
31199         lyxscale 50
31200         width 25col%
31201
31202 \end_inset
31203
31204
31205 \begin_inset ERT
31206 status collapsed
31207
31208 \begin_layout Plain Layout
31209
31210 }}}
31211 \end_layout
31212
31213 \end_inset
31214
31215
31216 \begin_inset ERT
31217 status collapsed
31218
31219 \begin_layout Plain Layout
31220
31221
31222 \backslash
31223 rotatebox[origin=c]{-45}{
31224 \backslash
31225 resizebox{2cm}{!}{
31226 \backslash
31227 reflectbox{
31228 \end_layout
31229
31230 \end_inset
31231
31232
31233 \begin_inset Tabular
31234 <lyxtabular version="3" rows="2" columns="2">
31235 <features>
31236 <column alignment="center" valignment="top" width="0">
31237 <column alignment="center" valignment="top" width="0">
31238 <row>
31239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31240 \begin_inset Text
31241
31242 \begin_layout Plain Layout
31243 q
31244 \end_layout
31245
31246 \end_inset
31247 </cell>
31248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31249 \begin_inset Text
31250
31251 \begin_layout Plain Layout
31252 w
31253 \end_layout
31254
31255 \end_inset
31256 </cell>
31257 </row>
31258 <row>
31259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31260 \begin_inset Text
31261
31262 \begin_layout Plain Layout
31263 e
31264 \end_layout
31265
31266 \end_inset
31267 </cell>
31268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31269 \begin_inset Text
31270
31271 \begin_layout Plain Layout
31272 r
31273 \end_layout
31274
31275 \end_inset
31276 </cell>
31277 </row>
31278 </lyxtabular>
31279
31280 \end_inset
31281
31282
31283 \begin_inset ERT
31284 status collapsed
31285
31286 \begin_layout Plain Layout
31287
31288 }}}
31289 \end_layout
31290
31291 \end_inset
31292
31293
31294 \begin_inset ERT
31295 status collapsed
31296
31297 \begin_layout Plain Layout
31298
31299
31300 \backslash
31301 rotatebox[origin=c]{-45}{
31302 \backslash
31303 resizebox{2cm}{!}{
31304 \backslash
31305 reflectbox{
31306 \end_layout
31307
31308 \end_inset
31309
31310
31311 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31312 \end_inset
31313
31314
31315 \begin_inset ERT
31316 status collapsed
31317
31318 \begin_layout Plain Layout
31319
31320 }}}
31321 \end_layout
31322
31323 \end_inset
31324
31325
31326 \end_layout
31327
31328 \begin_layout Standard
31329 Hat man den globalen Formelstil 
31330 \series bold
31331 fleqn
31332 \series default
31333
31334 \begin_inset Foot
31335 status collapsed
31336
31337 \begin_layout Plain Layout
31338 Wenn 
31339 \begin_inset Quotes gld
31340 \end_inset
31341
31342 fleqn
31343 \begin_inset Quotes grd
31344 \end_inset
31345
31346  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31347 \end_layout
31348
31349 \end_inset
31350
31351  gewählt, kann man auch abgesetzte Formeln skalieren.
31352 \end_layout
31353
31354 \begin_layout Chapter
31355 Externe Dateien
31356 \begin_inset Index
31357 status collapsed
31358
31359 \begin_layout Plain Layout
31360 Dateien ! externe
31361 \end_layout
31362
31363 \end_inset
31364
31365
31366 \end_layout
31367
31368 \begin_layout Standard
31369 Mit 
31370 \family sans
31371 Einfügen\SpecialChar \menuseparator
31372 Datei
31373 \family default
31374  können Sie fremdes Material in Ihr Dokument einsetzen.
31375  Das kann folgendes sein:
31376 \end_layout
31377
31378 \begin_layout Description
31379 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31380  eingefügt.
31381 \end_layout
31382
31383 \begin_layout Description
31384 Einfacher
31385 \begin_inset space ~
31386 \end_inset
31387
31388 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31389  eingefügt.
31390 \end_layout
31391
31392 \begin_layout Description
31393 Einfacher
31394 \begin_inset space ~
31395 \end_inset
31396
31397 Text,
31398 \begin_inset space ~
31399 \end_inset
31400
31401 Zeilen
31402 \begin_inset space ~
31403 \end_inset
31404
31405 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31406  Leerzeilen trennen die Absätze.
31407 \end_layout
31408
31409 \begin_layout Description
31410 Externes
31411 \begin_inset space ~
31412 \end_inset
31413
31414 Material Dateien in verschiedenen Formaten.
31415 \end_layout
31416
31417 \begin_layout Description
31418 Unterdokument LyX- oder LaTeX-Dokumente.
31419 \end_layout
31420
31421 \begin_layout Section
31422 Externes Material
31423 \begin_inset Index
31424 status collapsed
31425
31426 \begin_layout Plain Layout
31427 Externes Material
31428 \end_layout
31429
31430 \end_inset
31431
31432
31433 \end_layout
31434
31435 \begin_layout Standard
31436 Mit 
31437 \family sans
31438 Einfügen\SpecialChar \menuseparator
31439 Datei\SpecialChar \menuseparator
31440  Externes Material
31441 \family default
31442  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31443  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31444  weil LyX sich darum kümmert.
31445  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31446  eingefügt werden können.
31447  Wenn die Grafikvorschau in den LyX-Einstellungen unter
31448 \family sans
31449  Aussehen
31450 \begin_inset space ~
31451 \end_inset
31452
31453 &
31454 \begin_inset space ~
31455 \end_inset
31456
31457 Handhabung\SpecialChar \menuseparator
31458 Grafik
31459 \family default
31460 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
31461 \end_layout
31462
31463 \begin_layout Standard
31464 Zur Zeit können Sie folgende Dateitypen (
31465 \family sans
31466 Vorlagen
31467 \family default
31468 ) benutzen:
31469 \end_layout
31470
31471 \begin_layout Description
31472 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31473 \series bold
31474
31475 \begin_inset CommandInset href
31476 LatexCommand href
31477 name "XBoard"
31478 target "http://en.wikipedia.org/wiki/XBoard"
31479
31480 \end_inset
31481
31482
31483 \series default
31484  erzeugt wurden.
31485 \end_layout
31486
31487 \begin_layout Description
31488 Datum fügt ein Datum mit dem Format 
31489 \emph on
31490 Tag-Monat-Jahr
31491 \emph default
31492  ein.
31493  Hier ist ein Beispiel: 
31494 \begin_inset External
31495         template Date
31496         filename .
31497
31498 \end_inset
31499
31500
31501 \begin_inset space ~
31502 \end_inset
31503
31504
31505 \begin_inset Note Note
31506 status open
31507
31508 \begin_layout Plain Layout
31509
31510 \lang english
31511 Remove the protected space when bug 4398 is fixed!
31512 \end_layout
31513
31514 \end_inset
31515
31516
31517 \begin_inset Newline newline
31518 \end_inset
31519
31520 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
31521  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
31522  Menü 
31523 \family sans
31524 Einfügen\SpecialChar \menuseparator
31525 Datum
31526 \family default
31527  und mit dem LaTeX-Befehl 
31528 \series bold
31529
31530 \backslash
31531 today
31532 \series default
31533 .
31534  Die verschiedenen Methoden werden in Tabelle
31535 \begin_inset space ~
31536 \end_inset
31537
31538
31539 \begin_inset CommandInset ref
31540 LatexCommand ref
31541 reference "tab:Vergleich-der-Datums-Eingaben"
31542
31543 \end_inset
31544
31545  verglichen.
31546 \end_layout
31547
31548 \begin_layout Description
31549 Dia unterstützt Diagramme, die mit dem Programm 
31550 \series bold
31551
31552 \begin_inset CommandInset href
31553 LatexCommand href
31554 name "Dia"
31555 target "http://en.wikipedia.org/wiki/Dia_(software)"
31556
31557 \end_inset
31558
31559
31560 \series default
31561  erzeugt wurden.
31562 \end_layout
31563
31564 \begin_layout Description
31565 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
31566 \series bold
31567
31568 \begin_inset CommandInset href
31569 LatexCommand href
31570 name "LilyPond"
31571 target "http://en.wikipedia.org/wiki/LilyPond"
31572
31573 \end_inset
31574
31575
31576 \series default
31577  schreiben.
31578 \end_layout
31579
31580 \begin_layout Description
31581 PDFPages Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
31582  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die 
31583 \emph on
31584 pages
31585 \emph default
31586  Option im Feld 
31587 \family sans
31588 Option
31589 \family default
31590  in der Karteikarte 
31591 \family sans
31592 LaTeX- und LyX-Optionen
31593 \family default
31594  entsprechend der Vorlagenbeschreibung im Dialog.
31595  Wenn keine 
31596 \emph on
31597 pages
31598 \emph default
31599  Option gegeben ist, wird nur die erste Seite des PDFs eingefügt.
31600 \end_layout
31601
31602 \begin_layout Description
31603 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
31604  Fast alle bekannten Bildformate werden unterstützt.
31605  Die Bilddateien können im Dialogfenster 
31606 \family sans
31607 Externes
31608 \begin_inset space ~
31609 \end_inset
31610
31611 Material
31612 \family default
31613  genauso behandelt werden wie die mit dem normalen 
31614 \family sans
31615 Grafik
31616 \family default
31617 -Dialog eingefügten, siehe Abschnitt
31618 \begin_inset space ~
31619 \end_inset
31620
31621
31622 \begin_inset CommandInset ref
31623 LatexCommand ref
31624 reference "abs:Grafik-Dialog"
31625
31626 \end_inset
31627
31628 .
31629  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
31630  und EPS-Bilder werden nicht unterstützt.
31631 \end_layout
31632
31633 \begin_layout Description
31634 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
31635 \series bold
31636
31637 \begin_inset CommandInset href
31638 LatexCommand href
31639 name "Xfig"
31640 target "http://en.wikipedia.org/wiki/Xfig"
31641
31642 \end_inset
31643
31644
31645 \series default
31646  erzeugt wurden.
31647 \end_layout
31648
31649 \begin_layout Standard
31650 \begin_inset Float table
31651 placement h
31652 wide false
31653 sideways false
31654 status open
31655
31656 \begin_layout Plain Layout
31657 \begin_inset Caption
31658
31659 \begin_layout Plain Layout
31660 \begin_inset CommandInset label
31661 LatexCommand label
31662 name "tab:Vergleich-der-Datums-Eingaben"
31663
31664 \end_inset
31665
31666 Vergleich der Datums-Eingaben
31667 \end_layout
31668
31669 \end_inset
31670
31671
31672 \end_layout
31673
31674 \begin_layout Plain Layout
31675 \align center
31676 \begin_inset Tabular
31677 <lyxtabular version="3" rows="4" columns="4">
31678 <features>
31679 <column alignment="center" valignment="top" width="0">
31680 <column alignment="center" valignment="top" width="0">
31681 <column alignment="center" valignment="top" width="0">
31682 <column alignment="center" valignment="top" width="0">
31683 <row>
31684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31685 \begin_inset Text
31686
31687 \begin_layout Plain Layout
31688 Dokumentformat
31689 \end_layout
31690
31691 \end_inset
31692 </cell>
31693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31694 \begin_inset Text
31695
31696 \begin_layout Plain Layout
31697
31698 \family sans
31699 Externes Material\SpecialChar \menuseparator
31700 Datum
31701 \end_layout
31702
31703 \end_inset
31704 </cell>
31705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31706 \begin_inset Text
31707
31708 \begin_layout Plain Layout
31709
31710 \family sans
31711 Einfügen\SpecialChar \menuseparator
31712 Datum
31713 \end_layout
31714
31715 \end_inset
31716 </cell>
31717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31718 \begin_inset Text
31719
31720 \begin_layout Plain Layout
31721 Befehl 
31722 \series bold
31723
31724 \backslash
31725 today
31726 \end_layout
31727
31728 \end_inset
31729 </cell>
31730 </row>
31731 <row>
31732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31733 \begin_inset Text
31734
31735 \begin_layout Plain Layout
31736 LyX
31737 \end_layout
31738
31739 \end_inset
31740 </cell>
31741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31742 \begin_inset Text
31743
31744 \begin_layout Plain Layout
31745 als Box
31746 \end_layout
31747
31748 \end_inset
31749 </cell>
31750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31751 \begin_inset Text
31752
31753 \begin_layout Plain Layout
31754 als Datum
31755 \end_layout
31756
31757 \end_inset
31758 </cell>
31759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31760 \begin_inset Text
31761
31762 \begin_layout Plain Layout
31763 als TeX-Code
31764 \end_layout
31765
31766 \end_inset
31767 </cell>
31768 </row>
31769 <row>
31770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31771 \begin_inset Text
31772
31773 \begin_layout Plain Layout
31774 LaTeX
31775 \end_layout
31776
31777 \end_inset
31778 </cell>
31779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31780 \begin_inset Text
31781
31782 \begin_layout Plain Layout
31783 als Datum
31784 \end_layout
31785
31786 \end_inset
31787 </cell>
31788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31789 \begin_inset Text
31790
31791 \begin_layout Plain Layout
31792 als Datum
31793 \end_layout
31794
31795 \end_inset
31796 </cell>
31797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31798 \begin_inset Text
31799
31800 \begin_layout Plain Layout
31801 als Befehl
31802 \end_layout
31803
31804 \end_inset
31805 </cell>
31806 </row>
31807 <row>
31808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31809 \begin_inset Text
31810
31811 \begin_layout Plain Layout
31812 DVI, PDF, PS
31813 \end_layout
31814
31815 \end_inset
31816 </cell>
31817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31818 \begin_inset Text
31819
31820 \begin_layout Plain Layout
31821 als Datum
31822 \end_layout
31823
31824 \end_inset
31825 </cell>
31826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31827 \begin_inset Text
31828
31829 \begin_layout Plain Layout
31830 als Datum
31831 \end_layout
31832
31833 \end_inset
31834 </cell>
31835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="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 </row>
31845 </lyxtabular>
31846
31847 \end_inset
31848
31849
31850 \end_layout
31851
31852 \end_inset
31853
31854
31855 \end_layout
31856
31857 \begin_layout Standard
31858 Wenn Sie im Dialogfenster
31859 \family sans
31860  Externes
31861 \begin_inset space ~
31862 \end_inset
31863
31864 Material 
31865 \family default
31866 in der Karteikarte
31867 \family sans
31868  Datei
31869 \family default
31870  die Option 
31871 \family sans
31872 Entwurf
31873 \family default
31874  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
31875 \begin_inset Newline newline
31876 \end_inset
31877
31878 LyX kann externes Material entweder als Box wie hier: 
31879 \begin_inset Graphics
31880         filename clipart/ExternesMaterialQt4.png
31881         scale 85
31882         scaleBeforeRotation
31883
31884 \end_inset
31885
31886  oder als Bild darstellen.
31887  Das hängt davon ab, ob Sie im Dialog
31888 \family sans
31889  
31890 \family default
31891 in der Karteikarte 
31892 \family sans
31893 LaTeX- und LyX-Optionen
31894 \family default
31895  die Option 
31896 \family sans
31897 In
31898 \begin_inset space ~
31899 \end_inset
31900
31901 LyX
31902 \begin_inset space ~
31903 \end_inset
31904
31905 anzeigen
31906 \family default
31907  gewählt haben oder nicht.
31908 \end_layout
31909
31910 \begin_layout Standard
31911 Im LyX-Handbuch 
31912 \family sans
31913 \emph on
31914 Anpassung
31915 \family default
31916 \emph default
31917  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
31918 \end_layout
31919
31920 \begin_layout Section
31921 Unterdokumente
31922 \begin_inset CommandInset label
31923 LatexCommand label
31924 name "abs:Unterdokumente"
31925
31926 \end_inset
31927
31928
31929 \begin_inset Index
31930 status collapsed
31931
31932 \begin_layout Plain Layout
31933 Unterdokument
31934 \end_layout
31935
31936 \end_inset
31937
31938
31939 \end_layout
31940
31941 \begin_layout Standard
31942 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
31943  oder Abschnitten bestehen.
31944  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
31945  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
31946  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
31947  z.
31948 \begin_inset space \thinspace{}
31949 \end_inset
31950
31951 B.
31952  das Literaturverzeichnis und Querverweismarken.
31953 \end_layout
31954
31955 \begin_layout Standard
31956 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
31957  müssen, geben Sie im Unterdokument im Menü
31958 \family sans
31959  Dokument\SpecialChar \menuseparator
31960 Einstellungen\SpecialChar \menuseparator
31961 Dokumentklasse
31962 \family default
31963  das Hauptdokument an.
31964  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokment
31965  bearbeiten.
31966 \end_layout
31967
31968 \begin_layout Standard
31969 Unterdokumente werden in LyX als Box angezeigt: 
31970 \begin_inset Graphics
31971         filename clipart/UnterdokumentQt4.png
31972         scale 85
31973         scaleBeforeRotation
31974
31975 \end_inset
31976
31977  Sie werden über
31978 \family sans
31979  Einfügen\SpecialChar \menuseparator
31980 Datei\SpecialChar \menuseparator
31981 Unterdokument
31982 \family default
31983  eingebunden, was das Dialogfenster
31984 \family sans
31985  Unterdokument
31986 \family default
31987  öffnet.
31988  Für 
31989 \family sans
31990 die Art
31991 \begin_inset space ~
31992 \end_inset
31993
31994 der
31995 \begin_inset space ~
31996 \end_inset
31997
31998 Einbindung
31999 \family default
32000  gibt es dort vier Möglichkeiten:
32001 \end_layout
32002
32003 \begin_layout Description
32004 Include Sie können LyX- und LaTeX-Dokumente einbinden.
32005  Wenn Sie im Dialogfenster
32006 \family sans
32007  Unterdokument
32008 \family default
32009  auf 
32010 \family sans
32011 Öffnen
32012 \family default
32013  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
32014  und Sie können es editieren.
32015 \begin_inset Newline newline
32016 \end_inset
32017
32018
32019 \end_layout
32020
32021 \begin_layout Standard
32022 Hier wird ein Unterdokument
32023 \family sans
32024  
32025 \family default
32026 per 
32027 \family sans
32028 Include
32029 \family default
32030  eingebunden: 
32031 \begin_inset CommandInset include
32032 LatexCommand include
32033 filename "DummyDocument1.lyx"
32034
32035 \end_inset
32036
32037 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
32038  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
32039  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
32040 s.
32041  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
32042 \begin_inset space ~
32043 \end_inset
32044
32045
32046 \begin_inset CommandInset ref
32047 LatexCommand ref
32048 reference "uab:Externer-Unterabschnitt-1"
32049
32050 \end_inset
32051
32052 .
32053 \end_layout
32054
32055 \begin_layout Standard
32056 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
32057  wird benutzt.
32058  Unterdokumente, die per 
32059 \family sans
32060 Include
32061 \family default
32062  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
32063  und enden mit einem Seitenumbruch.
32064 \end_layout
32065
32066 \begin_layout Standard
32067 Mit dem LaTeX-Befehl 
32068 \series bold
32069
32070 \backslash
32071 includeonly 
32072 \series default
32073 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
32074  erstellt werden soll.
32075  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
32076  sehen wollen, und es geht schneller.
32077  
32078 \series bold
32079
32080 \backslash
32081 includeonly
32082 \series default
32083  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
32084  Im folgenden Beispiel
32085 \end_layout
32086
32087 \begin_layout Standard
32088
32089 \series bold
32090
32091 \backslash
32092 includeonly{Kapitel1,Kapitel5}
32093 \end_layout
32094
32095 \begin_layout Standard
32096 werden nur die Dateien 
32097 \begin_inset Quotes gld
32098 \end_inset
32099
32100 Kapitel1.lyx
32101 \begin_inset Quotes grd
32102 \end_inset
32103
32104  (oder 
32105 \begin_inset Quotes gld
32106 \end_inset
32107
32108 Kapitel1.tex
32109 \begin_inset Quotes grd
32110 \end_inset
32111
32112 ) und 
32113 \begin_inset Quotes gld
32114 \end_inset
32115
32116 Kapitel5.lyx
32117 \begin_inset Quotes grd
32118 \end_inset
32119
32120
32121 \series bold
32122  
32123 \series default
32124 eingebunden.
32125 \end_layout
32126
32127 \begin_layout Standard
32128 \begin_inset Note Greyedout
32129 status open
32130
32131 \begin_layout Plain Layout
32132
32133 \series bold
32134 Bemerkung:
32135 \series default
32136  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
32137  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
32138  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
32139  Ergebnissen führen wird.
32140 \end_layout
32141
32142 \end_inset
32143
32144
32145 \end_layout
32146
32147 \begin_layout Description
32148 Input Diese Methode ist 
32149 \family sans
32150 Include
32151 \family default
32152  sehr ähnlich mit folgenden Unterschieden:
32153 \end_layout
32154
32155 \begin_deeper
32156 \begin_layout Itemize
32157 Unterdokumente, die per 
32158 \family sans
32159 Input
32160 \family default
32161  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
32162  Seite und enden NICHT mit einem Seitenumbruch.
32163 \end_layout
32164
32165 \begin_layout Itemize
32166 Unterdokumente, die per 
32167 \family sans
32168 Input
32169 \family default
32170  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
32171 \family sans
32172  Unterdokument Vorschau
32173 \begin_inset space ~
32174 \end_inset
32175
32176 anzeigen
32177 \family default
32178  angekreuzt wurde und in den LyX-Einstellungen unter
32179 \family sans
32180  Aussehen
32181 \begin_inset space ~
32182 \end_inset
32183
32184 &
32185 \begin_inset space ~
32186 \end_inset
32187
32188 Handhabung\SpecialChar \menuseparator
32189 Grafik\SpecialChar \menuseparator
32190 Sofortige
32191 \begin_inset space ~
32192 \end_inset
32193
32194 Vorschau
32195 \family default
32196  auf 
32197 \family sans
32198 An
32199 \family default
32200  gesetzt wurde.
32201  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
32202  aus.
32203 \end_layout
32204
32205 \begin_layout Itemize
32206 Der LaTeX-Befehl 
32207 \series bold
32208
32209 \backslash
32210 includeonly
32211 \series default
32212  kann nicht benutzt werden.
32213 \end_layout
32214
32215 \end_deeper
32216 \begin_layout Standard
32217 Hier ist ein Unterdokument, das mit
32218 \family sans
32219  Input
32220 \family default
32221  eingebunden wurde: 
32222 \begin_inset CommandInset include
32223 LatexCommand input
32224 filename "DummyDocument2.lyx"
32225
32226 \end_inset
32227
32228 .
32229 \end_layout
32230
32231 \begin_layout Description
32232 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
32233   In der Druckvorschau wird für den Text der Stil 
32234 \family typewriter
32235 Schreibmaschine
32236 \family default
32237  verwendet.
32238  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
32239  Wenn Sie im Dialogfenster
32240 \family sans
32241  Unterdokument Leerzeichen
32242 \begin_inset space ~
32243 \end_inset
32244
32245 bei
32246 \begin_inset space ~
32247 \end_inset
32248
32249 der
32250 \begin_inset space ~
32251 \end_inset
32252
32253 Ausgabe
32254 \begin_inset space ~
32255 \end_inset
32256
32257 kennzeichnen 
32258 \family default
32259 ankreuzen, wird in der Druckvorschau das Zeichen 
32260 \begin_inset Quotes gld
32261 \end_inset
32262
32263
32264 \begin_inset ERT
32265 status collapsed
32266
32267 \begin_layout Plain Layout
32268
32269
32270 \backslash
32271 textvisiblespace 
32272 \end_layout
32273
32274 \end_inset
32275
32276
32277 \begin_inset Quotes grd
32278 \end_inset
32279
32280  für jedes Leerzeichen eingefügt.
32281 \begin_inset Newline newline
32282 \end_inset
32283
32284 Im Gegensatz zu 
32285 \family sans
32286 Einfügen\SpecialChar \menuseparator
32287 Datei\SpecialChar \menuseparator
32288 Einfacher
32289 \begin_inset space ~
32290 \end_inset
32291
32292 Text
32293 \family default
32294  wird bei 
32295 \family sans
32296 Unformatiert
32297 \family default
32298  der Dateiinhalt in LyX nicht dargestellt.
32299 \end_layout
32300
32301 \begin_layout Standard
32302 Hier ist ein Unterdokument, das mit
32303 \family sans
32304  Unformatiert
32305 \family default
32306  eingebunden wurde: 
32307 \begin_inset CommandInset include
32308 LatexCommand verbatiminput
32309 filename "DummyTextDocument.txt"
32310
32311 \end_inset
32312
32313
32314 \begin_inset VSpace bigskip
32315 \end_inset
32316
32317 Hier ist ein Unterdokument, das mit
32318 \family sans
32319  Unformatiert
32320 \family default
32321  eingebunden wurde und
32322 \family sans
32323  Leerzeichen
32324 \begin_inset space ~
32325 \end_inset
32326
32327 bei
32328 \begin_inset space ~
32329 \end_inset
32330
32331 der
32332 \begin_inset space ~
32333 \end_inset
32334
32335 Ausgabe
32336 \begin_inset space ~
32337 \end_inset
32338
32339 kennzeichnen
32340 \family default
32341  angekreuzt hat: 
32342 \begin_inset CommandInset include
32343 LatexCommand verbatiminput*
32344 filename "DummyTextDocument.txt"
32345
32346 \end_inset
32347
32348
32349 \end_layout
32350
32351 \begin_layout Standard
32352 \begin_inset VSpace bigskip
32353 \end_inset
32354
32355
32356 \end_layout
32357
32358 \begin_layout Standard
32359 \begin_inset Note Greyedout
32360 status open
32361
32362 \begin_layout Plain Layout
32363
32364 \series bold
32365 Bemerkung:
32366 \series default
32367  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32368  
32369 \family sans
32370 Unformatiert
32371 \family default
32372  eingebunden werden, am Zeilenende nicht umgebrochen.
32373 \end_layout
32374
32375 \end_inset
32376
32377
32378 \end_layout
32379
32380 \begin_layout Description
32381 Listing Dieser Typ wird in Kapitel
32382 \begin_inset space ~
32383 \end_inset
32384
32385
32386 \begin_inset CommandInset ref
32387 LatexCommand ref
32388 reference "kap:Programm-Code-Listen"
32389
32390 \end_inset
32391
32392  beschrieben.
32393 \end_layout
32394
32395 \begin_layout Standard
32396 \begin_inset Note Greyedout
32397 status open
32398
32399 \begin_layout Plain Layout
32400
32401 \series bold
32402 Bemerkung:
32403 \series default
32404  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32405  das zu LaTeX-Problemen führen.
32406 \end_layout
32407
32408 \end_inset
32409
32410
32411 \end_layout
32412
32413 \begin_layout Chapter
32414 Programm-Code-Listen
32415 \begin_inset CommandInset label
32416 LatexCommand label
32417 name "kap:Programm-Code-Listen"
32418
32419 \end_inset
32420
32421
32422 \begin_inset Index
32423 status collapsed
32424
32425 \begin_layout Plain Layout
32426 Listen
32427 \end_layout
32428
32429 \end_inset
32430
32431
32432 \begin_inset Index
32433 status collapsed
32434
32435 \begin_layout Plain Layout
32436 Programm-Code
32437 \end_layout
32438
32439 \end_inset
32440
32441
32442 \end_layout
32443
32444 \begin_layout Standard
32445 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32446 \family sans
32447 Einfügen\SpecialChar \menuseparator
32448 Pro\SpecialChar \-
32449 grammlisting
32450 \family default
32451  verwenden.
32452  Das LaTeX-Paket 
32453 \series bold
32454 listings
32455 \series default
32456
32457 \begin_inset Index
32458 status collapsed
32459
32460 \begin_layout Plain Layout
32461 LaTeX-Pakete ! listings
32462 \end_layout
32463
32464 \end_inset
32465
32466  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32467 \end_layout
32468
32469 \begin_layout Standard
32470 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
32471 rmat der Programm-Code-Liste festlegen.
32472 \end_layout
32473
32474 \begin_layout Standard
32475 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32476  Die Platzierungsoption 
32477 \family sans
32478 Eingebettetes
32479 \begin_inset space ~
32480 \end_inset
32481
32482 Listing
32483 \family default
32484  druckt das Listing in der Zeile wie hier: 
32485 \begin_inset listings
32486 lstparams "language={C++}"
32487 inline true
32488 status open
32489
32490 \begin_layout Plain Layout
32491
32492 int a=5;
32493 \end_layout
32494
32495 \end_inset
32496
32497
32498 \begin_inset Newline newline
32499 \end_inset
32500
32501 Die Option 
32502 \family sans
32503 Gleitobjekt
32504 \family default
32505  erzeugt ein Listing-Gleitobjekt, dessen 
32506 \family sans
32507 Platzierung 
32508 \family default
32509 Sie mit 
32510 \family sans
32511 h
32512 \family default
32513
32514 \family sans
32515 t
32516 \family default
32517
32518 \family sans
32519 b
32520 \family default
32521  und 
32522 \family sans
32523 p
32524 \family default
32525 , analog zu den in Abschnitt
32526 \begin_inset space ~
32527 \end_inset
32528
32529
32530 \begin_inset CommandInset ref
32531 LatexCommand ref
32532 reference "abs:Gleitobjekt-Platzierung"
32533
32534 \end_inset
32535
32536  beschriebenen Platzierungsoptionen festlegen können.
32537  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
32538  hintereinander angegeben, z.
32539 \begin_inset space \thinspace{}
32540 \end_inset
32541
32542 B.
32543  
32544 \begin_inset Quotes gld
32545 \end_inset
32546
32547
32548 \family sans
32549 htbp
32550 \family default
32551
32552 \begin_inset Quotes grd
32553 \end_inset
32554
32555 .
32556  Die Option 
32557 \begin_inset Quotes gld
32558 \end_inset
32559
32560 h
32561 \begin_inset Quotes grd
32562 \end_inset
32563
32564  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
32565  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
32566 \end_layout
32567
32568 \begin_layout Standard
32569 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
32570  zu verweisen: Listing
32571 \begin_inset space ~
32572 \end_inset
32573
32574
32575 \begin_inset CommandInset ref
32576 LatexCommand ref
32577 reference "lst:Gleitendes-Programm-Listing"
32578
32579 \end_inset
32580
32581 .
32582 \end_layout
32583
32584 \begin_layout Standard
32585 \begin_inset listings
32586 lstparams "language=Python"
32587 inline false
32588 status open
32589
32590 \begin_layout Plain Layout
32591
32592 \begin_inset Caption
32593
32594 \begin_layout Plain Layout
32595 \begin_inset CommandInset label
32596 LatexCommand label
32597 name "lst:Gleitendes-Programm-Listing"
32598
32599 \end_inset
32600
32601 Gleitendes Programm-Listing
32602 \end_layout
32603
32604 \end_inset
32605
32606 # Gleitendes Programm-Listing
32607 \end_layout
32608
32609 \begin_layout Plain Layout
32610
32611 def func(param):
32612 \end_layout
32613
32614 \begin_layout Plain Layout
32615
32616     'Dies ist eine Python-Funktion'
32617 \end_layout
32618
32619 \begin_layout Plain Layout
32620
32621     pass
32622 \end_layout
32623
32624 \end_inset
32625
32626
32627 \end_layout
32628
32629 \begin_layout Standard
32630 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
32631  der Sprache erkannt und besonders gedruckt, wie 
32632 \emph on
32633 #
32634 \emph default
32635
32636 \emph on
32637 def
32638 \emph default
32639  und 
32640 \emph on
32641 pass
32642 \emph default
32643  in Listing
32644 \begin_inset space ~
32645 \end_inset
32646
32647
32648 \begin_inset CommandInset ref
32649 LatexCommand ref
32650 reference "lst:Gleitendes-Programm-Listing"
32651
32652 \end_inset
32653
32654 .
32655 \end_layout
32656
32657 \begin_layout Standard
32658 \begin_inset Note Greyedout
32659 status open
32660
32661 \begin_layout Plain Layout
32662
32663 \series bold
32664 Bemerkung:
32665 \series default
32666  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
32667 \family typewriter
32668 Schreib\SpecialChar \-
32669 maschine
32670 \family default
32671  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
32672 h keine fett gedruckten Buchstaben.
32673  Wählen Sie in diesem Fall eine andere Schrift im Menü 
32674 \family sans
32675 Dokument\SpecialChar \menuseparator
32676 Einstellungen\SpecialChar \menuseparator
32677 Schriften
32678 \family default
32679 .
32680  (Die Schriften 
32681 \emph on
32682 LuxiMono, BeraMono
32683 \emph default
32684  und 
32685 \emph on
32686 Courier
32687 \emph default
32688  enthalten fett gedruckte Buchstaben.)
32689 \end_layout
32690
32691 \end_inset
32692
32693
32694 \end_layout
32695
32696 \begin_layout Standard
32697 Im Abschnitt 
32698 \family sans
32699 Zeilennummerierung
32700 \family default
32701  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
32702 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
32703  jede wievielte Zeile nummeriert werden soll und die 
32704 \family sans
32705 Schriftgröße
32706 \family default
32707  der Nummerierung.
32708 \end_layout
32709
32710 \begin_layout Standard
32711 Im Abschnitt 
32712 \family sans
32713 Bereich
32714 \family default
32715  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
32716  Im Abschnitt 
32717 \family sans
32718 Stil
32719 \family default
32720  legen Sie fest, wie die Liste ausgedruckt werden soll.
32721  Die Option 
32722 \family sans
32723 Erweiterte
32724 \begin_inset space ~
32725 \end_inset
32726
32727 Zeichentabelle
32728 \family default
32729  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
32730 \end_layout
32731
32732 \begin_layout Standard
32733 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
32734 \begin_inset Quotes gld
32735 \end_inset
32736
32737 3
32738 \begin_inset Quotes grd
32739 \end_inset
32740
32741 , Sprache 
32742 \begin_inset Quotes gld
32743 \end_inset
32744
32745 Python
32746 \begin_inset Quotes grd
32747 \end_inset
32748
32749 , Optionen 
32750 \begin_inset Quotes gld
32751 \end_inset
32752
32753 Erweiterte Zeichentabelle
32754 \begin_inset Quotes grd
32755 \end_inset
32756
32757  und 
32758 \begin_inset Quotes gld
32759 \end_inset
32760
32761 Leerzeichen als Symbol
32762 \begin_inset Quotes grd
32763 \end_inset
32764
32765  und Bereich Zeilen 3
32766 \begin_inset space \thinspace{}
32767 \end_inset
32768
32769 -
32770 \begin_inset space \thinspace{}
32771 \end_inset
32772
32773 8:
32774 \end_layout
32775
32776 \begin_layout Standard
32777 \begin_inset listings
32778 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
32779 inline false
32780 status open
32781
32782 \begin_layout Plain Layout
32783
32784 def func(param):
32785 \end_layout
32786
32787 \begin_layout Plain Layout
32788
32789     'Dies ist eine Python-Funktion'
32790 \end_layout
32791
32792 \begin_layout Plain Layout
32793
32794     pass
32795 \end_layout
32796
32797 \begin_layout Plain Layout
32798
32799 def func(param):
32800 \end_layout
32801
32802 \begin_layout Plain Layout
32803
32804 'Sonderzeichen: Tschüß'
32805 \end_layout
32806
32807 \begin_layout Plain Layout
32808
32809 pass
32810 \end_layout
32811
32812 \begin_layout Plain Layout
32813
32814 def func(param):
32815 \end_layout
32816
32817 \begin_layout Plain Layout
32818
32819 'Dies ist eine Python-Funktion'
32820 \end_layout
32821
32822 \begin_layout Plain Layout
32823
32824 pass
32825 \end_layout
32826
32827 \end_inset
32828
32829
32830 \end_layout
32831
32832 \begin_layout Standard
32833 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
32834 \family sans
32835 Tabulatorgröße
32836 \family default
32837  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
32838 \end_layout
32839
32840 \begin_layout Standard
32841 \noindent
32842 \begin_inset Note Greyedout
32843 status open
32844
32845 \begin_layout Plain Layout
32846
32847 \series bold
32848 Bemerkung:
32849 \series default
32850  Wegen eines Fehlers im 
32851 \series bold
32852 listings
32853 \series default
32854 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
32855  verschoben.
32856  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
32857  Listing nummeriert werden.
32858 \end_layout
32859
32860 \end_inset
32861
32862
32863 \end_layout
32864
32865 \begin_layout Standard
32866 \begin_inset VSpace bigskip
32867 \end_inset
32868
32869
32870 \end_layout
32871
32872 \begin_layout Standard
32873 \noindent
32874 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
32875  Das machen Sie mit
32876 \family sans
32877  Einfügen\SpecialChar \menuseparator
32878 Datei\SpecialChar \menuseparator
32879 Unterdokument
32880 \family default
32881  und der 
32882 \family sans
32883 Art
32884 \begin_inset space ~
32885 \end_inset
32886
32887 der
32888 \begin_inset space ~
32889 \end_inset
32890
32891 Einbindung
32892 \family default
32893  
32894 \family sans
32895 Listing
32896 \family default
32897 .
32898 \begin_inset Foot
32899 status collapsed
32900
32901 \begin_layout Plain Layout
32902 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
32903 \begin_inset space ~
32904 \end_inset
32905
32906
32907 \begin_inset CommandInset ref
32908 LatexCommand ref
32909 reference "abs:Unterdokumente"
32910
32911 \end_inset
32912
32913  beschrieben.
32914 \end_layout
32915
32916 \end_inset
32917
32918  Im Dialogfenster
32919 \family sans
32920  Unterdokument
32921 \family default
32922  können Sie die Listing-Parameter unter 
32923 \family sans
32924 Weitere
32925 \begin_inset space ~
32926 \end_inset
32927
32928 Parameter
32929 \family default
32930  eingeben.
32931  Wenn Sie dort ein Fragezeichen 
32932 \begin_inset Quotes gld
32933 \end_inset
32934
32935 ?
32936 \begin_inset Quotes grd
32937 \end_inset
32938
32939  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
32940 det.
32941 \end_layout
32942
32943 \begin_layout Standard
32944 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
32945  Text ins Feld 
32946 \family sans
32947 Marke
32948 \family default
32949 , auf die dann wie üblich verwiesen werden kann.
32950 \end_layout
32951
32952 \begin_layout Standard
32953 Listing
32954 \begin_inset space ~
32955 \end_inset
32956
32957
32958 \begin_inset CommandInset ref
32959 LatexCommand ref
32960 reference "lst:Datei-Listing"
32961
32962 \end_inset
32963
32964  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
32965 \begin_inset space \thinspace{}
32966 \end_inset
32967
32968 -
32969 \begin_inset space \thinspace{}
32970 \end_inset
32971
32972 15 gedruckt werden.
32973 \end_layout
32974
32975 \begin_layout Standard
32976 \begin_inset CommandInset include
32977 LatexCommand lstinputlisting
32978 filename "EmbeddedObjects.lyx"
32979 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
32980
32981 \end_inset
32982
32983
32984 \end_layout
32985
32986 \begin_layout Standard
32987 \begin_inset VSpace bigskip
32988 \end_inset
32989
32990
32991 \end_layout
32992
32993 \begin_layout Standard
32994 \noindent
32995 Dokumentweite Listing-Eigenschaften können in
32996 \family sans
32997  Dokument\SpecialChar \menuseparator
32998 Einstellungen\SpecialChar \menuseparator
32999 Textformat\SpecialChar \menuseparator
33000 Listing-Einstellungen
33001 \family default
33002  festgelegt werden.
33003  Auch dort bekommt man durch Eingabe eines Fragezeichens 
33004 \begin_inset Quotes gld
33005 \end_inset
33006
33007 ?
33008 \begin_inset Quotes grd
33009 \end_inset
33010
33011  links davon eine Liste aller möglichen Parameter.
33012 \end_layout
33013
33014 \begin_layout Standard
33015 Weitere Informationen über das 
33016 \series bold
33017 listings
33018 \series default
33019 -Paket finden Sie in 
33020 \begin_inset CommandInset citation
33021 LatexCommand cite
33022 key "listings"
33023
33024 \end_inset
33025
33026 .
33027 \begin_inset Newpage newpage
33028 \end_inset
33029
33030
33031 \end_layout
33032
33033 \begin_layout Chapter
33034 \start_of_appendix
33035 In LyX verfügbare Maßeinheiten
33036 \begin_inset CommandInset label
33037 LatexCommand label
33038 name "kap:In-LyX-verfügbare"
33039
33040 \end_inset
33041
33042
33043 \begin_inset Index
33044 status collapsed
33045
33046 \begin_layout Plain Layout
33047 Einheiten
33048 \end_layout
33049
33050 \end_inset
33051
33052
33053 \end_layout
33054
33055 \begin_layout Standard
33056 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
33057  Tabelle
33058 \begin_inset space ~
33059 \end_inset
33060
33061
33062 \begin_inset CommandInset ref
33063 LatexCommand ref
33064 reference "tab:Maßeinheiten"
33065
33066 \end_inset
33067
33068  alle in LyX verfügbaren Maßeinheiten.
33069 \end_layout
33070
33071 \begin_layout Standard
33072 \begin_inset Float table
33073 placement h
33074 wide false
33075 sideways false
33076 status open
33077
33078 \begin_layout Plain Layout
33079 \begin_inset Caption
33080
33081 \begin_layout Plain Layout
33082 \begin_inset CommandInset label
33083 LatexCommand label
33084 name "tab:Maßeinheiten"
33085
33086 \end_inset
33087
33088 Maßeinheiten
33089 \end_layout
33090
33091 \end_inset
33092
33093
33094 \end_layout
33095
33096 \begin_layout Plain Layout
33097 \begin_inset VSpace medskip
33098 \end_inset
33099
33100
33101 \end_layout
33102
33103 \begin_layout Plain Layout
33104 \align center
33105 \begin_inset Tabular
33106 <lyxtabular version="3" rows="20" columns="2">
33107 <features>
33108 <column alignment="center" valignment="top" width="0">
33109 <column alignment="center" valignment="top" width="0">
33110 <row>
33111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33112 \begin_inset Text
33113
33114 \begin_layout Plain Layout
33115
33116 \series bold
33117 Maßeinheit
33118 \end_layout
33119
33120 \end_inset
33121 </cell>
33122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33123 \begin_inset Text
33124
33125 \begin_layout Plain Layout
33126
33127 \series bold
33128 Name/Beschreibung
33129 \end_layout
33130
33131 \end_inset
33132 </cell>
33133 </row>
33134 <row>
33135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33136 \begin_inset Text
33137
33138 \begin_layout Plain Layout
33139 mm
33140 \end_layout
33141
33142 \end_inset
33143 </cell>
33144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33145 \begin_inset Text
33146
33147 \begin_layout Plain Layout
33148 Millimeter
33149 \end_layout
33150
33151 \end_inset
33152 </cell>
33153 </row>
33154 <row>
33155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33156 \begin_inset Text
33157
33158 \begin_layout Plain Layout
33159 cm
33160 \end_layout
33161
33162 \end_inset
33163 </cell>
33164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33165 \begin_inset Text
33166
33167 \begin_layout Plain Layout
33168 Zentimeter
33169 \end_layout
33170
33171 \end_inset
33172 </cell>
33173 </row>
33174 <row>
33175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33176 \begin_inset Text
33177
33178 \begin_layout Plain Layout
33179 in
33180 \end_layout
33181
33182 \end_inset
33183 </cell>
33184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33185 \begin_inset Text
33186
33187 \begin_layout Plain Layout
33188 Zoll (1
33189 \begin_inset space \thinspace{}
33190 \end_inset
33191
33192 in = 2.54
33193 \begin_inset space \thinspace{}
33194 \end_inset
33195
33196 cm
33197 \end_layout
33198
33199 \end_inset
33200 </cell>
33201 </row>
33202 <row>
33203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33204 \begin_inset Text
33205
33206 \begin_layout Plain Layout
33207 pt
33208 \end_layout
33209
33210 \end_inset
33211 </cell>
33212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33213 \begin_inset Text
33214
33215 \begin_layout Plain Layout
33216 Punkt (72.27
33217 \begin_inset space \thinspace{}
33218 \end_inset
33219
33220 pt = 1
33221 \begin_inset space \thinspace{}
33222 \end_inset
33223
33224 in)
33225 \end_layout
33226
33227 \end_inset
33228 </cell>
33229 </row>
33230 <row>
33231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33232 \begin_inset Text
33233
33234 \begin_layout Plain Layout
33235 pc
33236 \end_layout
33237
33238 \end_inset
33239 </cell>
33240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33241 \begin_inset Text
33242
33243 \begin_layout Plain Layout
33244 Pica (1
33245 \begin_inset space \thinspace{}
33246 \end_inset
33247
33248 pc = 12
33249 \begin_inset space \thinspace{}
33250 \end_inset
33251
33252 pt)
33253 \end_layout
33254
33255 \end_inset
33256 </cell>
33257 </row>
33258 <row>
33259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33260 \begin_inset Text
33261
33262 \begin_layout Plain Layout
33263 sp
33264 \end_layout
33265
33266 \end_inset
33267 </cell>
33268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33269 \begin_inset Text
33270
33271 \begin_layout Plain Layout
33272 skalierter Punkt (65536
33273 \begin_inset space \thinspace{}
33274 \end_inset
33275
33276 sp = 1
33277 \begin_inset space \thinspace{}
33278 \end_inset
33279
33280 pt)
33281 \end_layout
33282
33283 \end_inset
33284 </cell>
33285 </row>
33286 <row>
33287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33288 \begin_inset Text
33289
33290 \begin_layout Plain Layout
33291 bp
33292 \end_layout
33293
33294 \end_inset
33295 </cell>
33296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33297 \begin_inset Text
33298
33299 \begin_layout Plain Layout
33300 großer Punkt (72
33301 \begin_inset space \thinspace{}
33302 \end_inset
33303
33304 bp = 1
33305 \begin_inset space \thinspace{}
33306 \end_inset
33307
33308 in)
33309 \end_layout
33310
33311 \end_inset
33312 </cell>
33313 </row>
33314 <row>
33315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33316 \begin_inset Text
33317
33318 \begin_layout Plain Layout
33319 dd
33320 \end_layout
33321
33322 \end_inset
33323 </cell>
33324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33325 \begin_inset Text
33326
33327 \begin_layout Plain Layout
33328 Didot (1
33329 \begin_inset space \thinspace{}
33330 \end_inset
33331
33332 dd 
33333 \begin_inset Formula $\approx$
33334 \end_inset
33335
33336  0,376
33337 \begin_inset space \thinspace{}
33338 \end_inset
33339
33340 mm)
33341 \end_layout
33342
33343 \end_inset
33344 </cell>
33345 </row>
33346 <row>
33347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33348 \begin_inset Text
33349
33350 \begin_layout Plain Layout
33351 cc
33352 \end_layout
33353
33354 \end_inset
33355 </cell>
33356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33357 \begin_inset Text
33358
33359 \begin_layout Plain Layout
33360 Cicero (1
33361 \begin_inset space \thinspace{}
33362 \end_inset
33363
33364 cc = 12
33365 \begin_inset space \thinspace{}
33366 \end_inset
33367
33368 dd)
33369 \end_layout
33370
33371 \end_inset
33372 </cell>
33373 </row>
33374 <row>
33375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33376 \begin_inset Text
33377
33378 \begin_layout Plain Layout
33379 Skalierung%
33380 \end_layout
33381
33382 \end_inset
33383 </cell>
33384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33385 \begin_inset Text
33386
33387 \begin_layout Plain Layout
33388 % der originalen Bildbreite
33389 \end_layout
33390
33391 \end_inset
33392 </cell>
33393 </row>
33394 <row>
33395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33396 \begin_inset Text
33397
33398 \begin_layout Plain Layout
33399 Textbreite %
33400 \end_layout
33401
33402 \end_inset
33403 </cell>
33404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33405 \begin_inset Text
33406
33407 \begin_layout Plain Layout
33408 % der Textbreite
33409 \end_layout
33410
33411 \end_inset
33412 </cell>
33413 </row>
33414 <row>
33415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33416 \begin_inset Text
33417
33418 \begin_layout Plain Layout
33419 Spaltenbreite %
33420 \end_layout
33421
33422 \end_inset
33423 </cell>
33424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33425 \begin_inset Text
33426
33427 \begin_layout Plain Layout
33428 % der Spaltenbreite
33429 \end_layout
33430
33431 \end_inset
33432 </cell>
33433 </row>
33434 <row>
33435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33436 \begin_inset Text
33437
33438 \begin_layout Plain Layout
33439 Seitenbreite %
33440 \end_layout
33441
33442 \end_inset
33443 </cell>
33444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33445 \begin_inset Text
33446
33447 \begin_layout Plain Layout
33448 % der Seitenbreite
33449 \end_layout
33450
33451 \end_inset
33452 </cell>
33453 </row>
33454 <row>
33455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33456 \begin_inset Text
33457
33458 \begin_layout Plain Layout
33459 Zeilenbreite %
33460 \end_layout
33461
33462 \end_inset
33463 </cell>
33464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33465 \begin_inset Text
33466
33467 \begin_layout Plain Layout
33468 % der Zeilenbreite
33469 \end_layout
33470
33471 \end_inset
33472 </cell>
33473 </row>
33474 <row>
33475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33476 \begin_inset Text
33477
33478 \begin_layout Plain Layout
33479 Texthöhe %
33480 \end_layout
33481
33482 \end_inset
33483 </cell>
33484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33485 \begin_inset Text
33486
33487 \begin_layout Plain Layout
33488 % der Texthöhe
33489 \end_layout
33490
33491 \end_inset
33492 </cell>
33493 </row>
33494 <row>
33495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33496 \begin_inset Text
33497
33498 \begin_layout Plain Layout
33499 Seitenhöhe %
33500 \end_layout
33501
33502 \end_inset
33503 </cell>
33504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33505 \begin_inset Text
33506
33507 \begin_layout Plain Layout
33508 % der Seitenhöhe
33509 \end_layout
33510
33511 \end_inset
33512 </cell>
33513 </row>
33514 <row>
33515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33516 \begin_inset Text
33517
33518 \begin_layout Plain Layout
33519 ex
33520 \end_layout
33521
33522 \end_inset
33523 </cell>
33524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33525 \begin_inset Text
33526
33527 \begin_layout Plain Layout
33528 Die Höhe des Buchstabens 
33529 \emph on
33530 x
33531 \emph default
33532  im aktiven Zeichensatz
33533 \end_layout
33534
33535 \end_inset
33536 </cell>
33537 </row>
33538 <row>
33539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33540 \begin_inset Text
33541
33542 \begin_layout Plain Layout
33543 em
33544 \end_layout
33545
33546 \end_inset
33547 </cell>
33548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33549 \begin_inset Text
33550
33551 \begin_layout Plain Layout
33552 Die Breite des Buchstabens 
33553 \emph on
33554 M
33555 \emph default
33556  im aktiven Zeichensatz
33557 \end_layout
33558
33559 \end_inset
33560 </cell>
33561 </row>
33562 <row>
33563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33564 \begin_inset Text
33565
33566 \begin_layout Plain Layout
33567 mu
33568 \end_layout
33569
33570 \end_inset
33571 </cell>
33572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33573 \begin_inset Text
33574
33575 \begin_layout Plain Layout
33576 mathematische  Maßeinheit
33577 \series bold
33578  
33579 \series default
33580 (1
33581 \begin_inset space \thinspace{}
33582 \end_inset
33583
33584 mu = 1/18
33585 \begin_inset space \thinspace{}
33586 \end_inset
33587
33588 em)
33589 \end_layout
33590
33591 \end_inset
33592 </cell>
33593 </row>
33594 </lyxtabular>
33595
33596 \end_inset
33597
33598
33599 \end_layout
33600
33601 \end_inset
33602
33603
33604 \end_layout
33605
33606 \begin_layout Chapter
33607 Ausgabedatei-Formate mit Grafiken
33608 \begin_inset CommandInset label
33609 LatexCommand label
33610 name "kap:Ausgabedatei-Formate"
33611
33612 \end_inset
33613
33614
33615 \end_layout
33616
33617 \begin_layout Section
33618 DVI
33619 \begin_inset Index
33620 status collapsed
33621
33622 \begin_layout Plain Layout
33623 Dateiformat! DVI
33624 \end_layout
33625
33626 \end_inset
33627
33628
33629 \begin_inset Index
33630 status collapsed
33631
33632 \begin_layout Plain Layout
33633 DVI
33634 \end_layout
33635
33636 \end_inset
33637
33638
33639 \end_layout
33640
33641 \begin_layout Standard
33642 Dieser Dateityp hat die Erweiterung 
33643 \begin_inset Quotes gld
33644 \end_inset
33645
33646
33647 \family typewriter
33648 .dvi
33649 \family default
33650
33651 \begin_inset Quotes grd
33652 \end_inset
33653
33654  und wird 
33655 \begin_inset Quotes gld
33656 \end_inset
33657
33658 device independent
33659 \begin_inset Quotes grd
33660 \end_inset
33661
33662  genannt, weil er vollkommen portierbar ist.
33663  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
33664  dvi-Betrachter installiert hat.
33665  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
33666 ate wie PostScript benutzt.
33667 \end_layout
33668
33669 \begin_layout Standard
33670 \begin_inset Note Greyedout
33671 status open
33672
33673 \begin_layout Plain Layout
33674
33675 \series bold
33676 Bemerkung:
33677 \series default
33678  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
33679 \end_layout
33680
33681 \end_inset
33682
33683
33684 \end_layout
33685
33686 \begin_layout Standard
33687 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
33688  auf einen anderen Computer kopieren.
33689  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
33690  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
33691  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
33692 \family typewriter
33693  
33694 \family default
33695 blättern.
33696
33697 \family typewriter
33698  
33699 \family default
33700 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
33701  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
33702  
33703 \end_layout
33704
33705 \begin_layout Standard
33706 Sie können Ihr Dokument als DVI über das Menü 
33707 \family sans
33708 Datei\SpecialChar \menuseparator
33709 Exportieren\SpecialChar \menuseparator
33710 DVI
33711 \family default
33712  exportieren.
33713  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
33714 \family sans
33715 Ansicht
33716 \family default
33717  oder den Werkzeugleistenknopf 
33718 \begin_inset Graphics
33719         filename ../../images/buffer-view_dvi.png
33720         scale 70
33721         scaleBeforeRotation
33722         BoundingBox 0bp 0bp 20bp 20bp
33723
33724 \end_inset
33725
33726  anschauen.
33727 \end_layout
33728
33729 \begin_layout Section
33730 PostScript
33731 \begin_inset CommandInset label
33732 LatexCommand label
33733 name "abs:PostScript"
33734
33735 \end_inset
33736
33737
33738 \begin_inset Index
33739 status collapsed
33740
33741 \begin_layout Plain Layout
33742 Dateiformat  ! PostScript
33743 \end_layout
33744
33745 \end_inset
33746
33747
33748 \begin_inset Index
33749 status collapsed
33750
33751 \begin_layout Plain Layout
33752 PostScript
33753 \end_layout
33754
33755 \end_inset
33756
33757
33758 \end_layout
33759
33760 \begin_layout Standard
33761 Dieser Dateityp hat die Erweiterung 
33762 \begin_inset Quotes gld
33763 \end_inset
33764
33765
33766 \family typewriter
33767 .ps
33768 \family default
33769
33770 \begin_inset Quotes grd
33771 \end_inset
33772
33773 .
33774  PostScript wurde von der Firma
33775 \family typewriter
33776  Adobe
33777 \family default
33778  als Druckersprache entwickelt.
33779  Die Datei enthält deshalb Druckbefehle.
33780  PostScript kann als 
33781 \begin_inset Quotes gld
33782 \end_inset
33783
33784 Programmiersprache
33785 \begin_inset Quotes grd
33786 \end_inset
33787
33788  angesehen werden.
33789  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
33790 \begin_inset Foot
33791 status collapsed
33792
33793 \begin_layout Plain Layout
33794 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
33795  von
33796 \series bold
33797  PSTricks
33798 \series default
33799  
33800 \begin_inset CommandInset citation
33801 LatexCommand cite
33802 key "pstricks"
33803
33804 \end_inset
33805
33806  oder 
33807 \begin_inset CommandInset citation
33808 LatexCommand cite
33809 key "latex-praxisbuch"
33810
33811 \end_inset
33812
33813  ansehen.
33814 \end_layout
33815
33816 \end_inset
33817
33818 .
33819  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
33820 \end_layout
33821
33822 \begin_layout Standard
33823 PostScript kann nur Bilder im Format EPS
33824 \begin_inset Index
33825 status collapsed
33826
33827 \begin_layout Plain Layout
33828 EPS
33829 \end_layout
33830
33831 \end_inset
33832
33833  (Encapsulated PostScript, Datei-Er\SpecialChar \-
33834 wei\SpecialChar \-
33835 ter\SpecialChar \-
33836 ung 
33837 \begin_inset Quotes gld
33838 \end_inset
33839
33840
33841 \family typewriter
33842 .eps
33843 \family default
33844
33845 \begin_inset Quotes grd
33846 \end_inset
33847
33848 ) enthalten.
33849  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
33850  intern nach EPS konvertieren.
33851  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
33852  verlangsamen.
33853  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
33854  konvertieren und direkt als EPS einfügen.
33855 \end_layout
33856
33857 \begin_layout Standard
33858 Sie können Ihr Dokument als PostScript über das Menü 
33859 \family sans
33860 Datei\SpecialChar \menuseparator
33861 Exportieren\SpecialChar \menuseparator
33862 Post\SpecialChar \-
33863 Script
33864 \family default
33865  exportieren.
33866  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
33867 \family sans
33868 Ansicht
33869 \family default
33870  oder den Werkzeugleistenknopf 
33871 \begin_inset Graphics
33872         filename ../../images/buffer-view_ps.png
33873         scale 70
33874         scaleBeforeRotation
33875
33876 \end_inset
33877
33878  anschauen.
33879 \end_layout
33880
33881 \begin_layout Section
33882 PDF
33883 \begin_inset Index
33884 status collapsed
33885
33886 \begin_layout Plain Layout
33887 Dateiformat! PDF
33888 \end_layout
33889
33890 \end_inset
33891
33892
33893 \begin_inset Index
33894 status collapsed
33895
33896 \begin_layout Plain Layout
33897 PDF
33898 \end_layout
33899
33900 \end_inset
33901
33902
33903 \end_layout
33904
33905 \begin_layout Standard
33906 Dieser Dateityp hat die Erweiterung 
33907 \begin_inset Quotes gld
33908 \end_inset
33909
33910
33911 \family typewriter
33912 .pdf
33913 \family default
33914
33915 \begin_inset Quotes grd
33916 \end_inset
33917
33918 .
33919  Das
33920 \emph on
33921  
33922 \emph default
33923
33924 \begin_inset Quotes gld
33925 \end_inset
33926
33927 Portable Document Format
33928 \begin_inset Quotes grd
33929 \end_inset
33930
33931  (PDF) wurde auch von der Firma 
33932 \family typewriter
33933 Adobe
33934 \family default
33935  als Derivat von PostScript entwickelt.
33936  Es ist komprimierter und benutzt weniger Befehle als PostScript.
33937  Wie der Begriff 
33938 \begin_inset Quotes gld
33939 \end_inset
33940
33941 portable
33942 \begin_inset Quotes grd
33943 \end_inset
33944
33945  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
33946  werden, und der Ausdruck sieht immer gleich aus.
33947 \end_layout
33948
33949 \begin_layout Standard
33950 PDF kann Bilder im eigenen PDF-Format, im Format 
33951 \begin_inset Quotes gld
33952 \end_inset
33953
33954 Joint Photographic Experts Group
33955 \begin_inset Quotes grd
33956 \end_inset
33957
33958  (JPEG
33959 \begin_inset Index
33960 status collapsed
33961
33962 \begin_layout Plain Layout
33963 JPG, JPEG
33964 \end_layout
33965
33966 \end_inset
33967
33968 , Datei-Erweiterung 
33969 \begin_inset Quotes gld
33970 \end_inset
33971
33972
33973 \family typewriter
33974 .jpg
33975 \family default
33976
33977 \begin_inset Quotes grd
33978 \end_inset
33979
33980  oder 
33981 \begin_inset Quotes gld
33982 \end_inset
33983
33984
33985 \family typewriter
33986 .jpeg
33987 \family default
33988
33989 \begin_inset Quotes grd
33990 \end_inset
33991
33992 ) und im Format 
33993 \begin_inset Quotes gld
33994 \end_inset
33995
33996 Portable Network Graphics
33997 \begin_inset Quotes grd
33998 \end_inset
33999
34000  (PNG
34001 \begin_inset Index
34002 status collapsed
34003
34004 \begin_layout Plain Layout
34005 PNG
34006 \end_layout
34007
34008 \end_inset
34009
34010 , Datei-Erweiterung 
34011 \begin_inset Quotes gld
34012 \end_inset
34013
34014
34015 \family typewriter
34016 .png
34017 \family default
34018
34019 \begin_inset Quotes grd
34020 \end_inset
34021
34022 ) enthalten.
34023  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
34024  Sie konvertieren wird.
34025  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
34026  wird, eines der drei erwähnten Bildformate zu benutzen.
34027 \end_layout
34028
34029 \begin_layout Standard
34030 PDF-Dateien können Sie über 
34031 \family sans
34032 Datei\SpecialChar \menuseparator
34033 Exportieren
34034 \family default
34035  auf drei Arten erzeugen:
34036 \end_layout
34037
34038 \begin_layout Description
34039 PDF
34040 \begin_inset space ~
34041 \end_inset
34042
34043 (ps2pdf) benutzt das Programm
34044 \family typewriter
34045  ps2pdf
34046 \family default
34047 , das eine PDF-Datei aus einer Post\SpecialChar \-
34048 Script®-Version Ihres Dokument erstellt.
34049  Die PostScript-Version wird mit dem Programm 
34050 \family typewriter
34051 dvips
34052 \family default
34053  aus einer DVI-Version erstellt.
34054  Es werden also drei Konvertierungen verwendet.
34055 \end_layout
34056
34057 \begin_layout Description
34058 PDF
34059 \begin_inset space ~
34060 \end_inset
34061
34062 (dvipdfm) benutzt das Programm 
34063 \family typewriter
34064 dvipdfm
34065 \family default
34066 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
34067  PDF konvertiert.
34068 \end_layout
34069
34070 \begin_layout Description
34071 PDF
34072 \begin_inset space ~
34073 \end_inset
34074
34075 (pdflatex) benutzt das Programm
34076 \family typewriter
34077  pdftex
34078 \family default
34079 , das Ihr Dokument direkt nach PDF konvertiert.
34080 \end_layout
34081
34082 \begin_layout Standard
34083
34084 \family sans
34085 PDF
34086 \begin_inset space ~
34087 \end_inset
34088
34089 (pdflatex)
34090 \family default
34091  wird empfohlen, weil
34092 \family typewriter
34093  pdftex
34094 \family default
34095  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
34096  ohne Probleme arbeitet.
34097  Das Programm 
34098 \family typewriter
34099 dvi\SpecialChar \-
34100 pdfm
34101 \family default
34102  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
34103 \end_layout
34104
34105 \begin_layout Standard
34106 Sie können Ihr Dokument als PDF über das Menü 
34107 \family sans
34108 Datei\SpecialChar \menuseparator
34109 Exportieren\SpecialChar \menuseparator
34110 PDF
34111 \family default
34112  exportieren.
34113  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
34114 \family sans
34115 Ansicht
34116 \family default
34117  oder den Werkzeugleistenknopf 
34118 \begin_inset Graphics
34119         filename ../../images/buffer-view_pdf2.png
34120         scale 70
34121         scaleBeforeRotation
34122         BoundingBox 0bp 0bp 20bp 20bp
34123
34124 \end_inset
34125
34126  anschauen 
34127 \family sans
34128 (
34129 \family default
34130 der 
34131 \family sans
34132 PDF
34133 \begin_inset space ~
34134 \end_inset
34135
34136 (pdflatex)
34137 \family default
34138  verwendet).
34139 \end_layout
34140
34141 \begin_layout Chapter
34142 Erklärung der Gleichung
34143 \begin_inset space ~
34144 \end_inset
34145
34146
34147 \begin_inset CommandInset ref
34148 LatexCommand eqref
34149 reference "eq:Wgn"
34150
34151 \end_inset
34152
34153
34154 \begin_inset CommandInset label
34155 LatexCommand label
34156 name "kap:Exläuterung-einer-Gleichung"
34157
34158 \end_inset
34159
34160
34161 \end_layout
34162
34163 \begin_layout Standard
34164 Die Gesamtbreite von
34165 \emph on
34166  n
34167 \emph default
34168  Tabellenzellen 
34169 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34170 \end_inset
34171
34172  kann wie folgt berechnet werden:
34173 \end_layout
34174
34175 \begin_layout Standard
34176 \begin_inset Formula \begin{equation}
34177 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}
34178
34179 \end_inset
34180
34181
34182 \end_layout
34183
34184 \begin_layout Standard
34185 Dabei ist 
34186 \begin_inset Formula $W_{g\, n}$
34187 \end_inset
34188
34189  die Breite jeder Zelle.
34190
34191 \series bold
34192  
34193 \backslash
34194 tabcolsep
34195 \series default
34196  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
34197  Standardwert 6
34198 \begin_inset space \thinspace{}
34199 \end_inset
34200
34201 pt.
34202  
34203 \series bold
34204
34205 \backslash
34206 arrayrulewidth
34207 \series default
34208  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
34209 \begin_inset space \thinspace{}
34210 \end_inset
34211
34212 pt.
34213 \end_layout
34214
34215 \begin_layout Standard
34216 Nach Gleichung
34217 \begin_inset space ~
34218 \end_inset
34219
34220
34221 \begin_inset CommandInset ref
34222 LatexCommand ref
34223 reference "eq:Wtot_n"
34224
34225 \end_inset
34226
34227  ist die Gesamtbreite einer Mehrfachspalte, 
34228 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34229 \end_inset
34230
34231 ,
34232 \end_layout
34233
34234 \begin_layout Standard
34235 \begin_inset Formula \begin{equation}
34236 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34237
34238 \end_inset
34239
34240
34241 \end_layout
34242
34243 \begin_layout Standard
34244 Setzt man die Gleichungen
34245 \begin_inset space ~
34246 \end_inset
34247
34248
34249 \begin_inset CommandInset ref
34250 LatexCommand ref
34251 reference "eq:Wtot_n"
34252
34253 \end_inset
34254
34255  und 
34256 \begin_inset CommandInset ref
34257 LatexCommand ref
34258 reference "eq:Wtot_mult"
34259
34260 \end_inset
34261
34262  gleich, kann man die benötigte Breite 
34263 \begin_inset Formula $W_{g\, n}$
34264 \end_inset
34265
34266 , wenn 
34267 \emph on
34268 n
34269 \emph default
34270  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
34271 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34272 \end_inset
34273
34274  hat, berechnen:
34275 \end_layout
34276
34277 \begin_layout Standard
34278 \begin_inset Formula \begin{equation}
34279 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34280
34281 \end_inset
34282
34283
34284 \end_layout
34285
34286 \begin_layout Bibliography
34287 \begin_inset CommandInset bibitem
34288 LatexCommand bibitem
34289 key "latexcompanion"
34290
34291 \end_inset
34292
34293 Frank Mittelbach and Michel Goossens: 
34294 \emph on
34295 The LaTeX Companion Second Edition.
34296
34297 \emph default
34298  Addison-Wesley, 2004
34299 \end_layout
34300
34301 \begin_layout Bibliography
34302 \begin_inset CommandInset bibitem
34303 LatexCommand bibitem
34304 key "latexguide"
34305
34306 \end_inset
34307
34308 Helmut Kopka and Patrick W.
34309  Daly: 
34310 \emph on
34311 A Guide to LaTeX Fourth Edition.
34312
34313 \emph default
34314  Addison-Wesley, 2003
34315 \end_layout
34316
34317 \begin_layout Bibliography
34318 \begin_inset CommandInset bibitem
34319 LatexCommand bibitem
34320 key "lamport"
34321
34322 \end_inset
34323
34324 Leslie Lamport: 
34325 \emph on
34326 LaTeX: A Document Preparation System.
34327
34328 \emph default
34329  Addison-Wesley, second edition, 1994
34330 \end_layout
34331
34332 \begin_layout Bibliography
34333 \begin_inset CommandInset bibitem
34334 LatexCommand bibitem
34335 key "latex-praxisbuch"
34336
34337 \end_inset
34338
34339 Niedermair, Elke & Michael: 
34340 \emph on
34341 LaTeX-Praxisbuch
34342 \emph default
34343 , Franzis-Verlag, 2004
34344 \end_layout
34345
34346 \begin_layout Bibliography
34347 \begin_inset CommandInset bibitem
34348 LatexCommand bibitem
34349 key "booktabs"
34350
34351 \end_inset
34352
34353 Dokumentation des LaTeX-Pakets 
34354 \series bold
34355
34356 \begin_inset CommandInset href
34357 LatexCommand href
34358 name "booktabs"
34359 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34360
34361 \end_inset
34362
34363
34364 \series default
34365
34366 \begin_inset Index
34367 status collapsed
34368
34369 \begin_layout Plain Layout
34370 LaTeX-Pakete ! booktabs
34371 \end_layout
34372
34373 \end_inset
34374
34375
34376 \end_layout
34377
34378 \begin_layout Bibliography
34379 \begin_inset CommandInset bibitem
34380 LatexCommand bibitem
34381 key "caption"
34382
34383 \end_inset
34384
34385 Dokumentation des LaTeX-Pakets 
34386 \series bold
34387
34388 \begin_inset CommandInset href
34389 LatexCommand href
34390 name "caption"
34391 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
34392
34393 \end_inset
34394
34395
34396 \series default
34397
34398 \begin_inset Index
34399 status collapsed
34400
34401 \begin_layout Plain Layout
34402 LaTeX-Pakete ! caption
34403 \end_layout
34404
34405 \end_inset
34406
34407
34408 \end_layout
34409
34410 \begin_layout Bibliography
34411 \begin_inset CommandInset bibitem
34412 LatexCommand bibitem
34413 key "endfloat"
34414
34415 \end_inset
34416
34417 Dokumentation des LaTeX-Pakets 
34418 \series bold
34419
34420 \begin_inset CommandInset href
34421 LatexCommand href
34422 name "endfloat"
34423 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34424
34425 \end_inset
34426
34427
34428 \series default
34429
34430 \begin_inset Index
34431 status collapsed
34432
34433 \begin_layout Plain Layout
34434 LaTeX-Pakete ! endfloat
34435 \end_layout
34436
34437 \end_inset
34438
34439
34440 \end_layout
34441
34442 \begin_layout Bibliography
34443 \begin_inset CommandInset bibitem
34444 LatexCommand bibitem
34445 key "wrapfig"
34446
34447 \end_inset
34448
34449 Dokumentation des LaTeX-Pakets 
34450 \series bold
34451
34452 \begin_inset CommandInset href
34453 LatexCommand href
34454 name "wrapfig"
34455 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34456
34457 \end_inset
34458
34459
34460 \series default
34461
34462 \begin_inset Index
34463 status collapsed
34464
34465 \begin_layout Plain Layout
34466 LaTeX-Pakete ! wrapfig
34467 \begin_inset ERT
34468 status collapsed
34469
34470 \begin_layout Plain Layout
34471
34472
34473 \backslash
34474 vspace{4mm}
34475 \end_layout
34476
34477 \end_inset
34478
34479
34480 \end_layout
34481
34482 \end_inset
34483
34484
34485 \end_layout
34486
34487 \begin_layout Bibliography
34488 \begin_inset CommandInset bibitem
34489 LatexCommand bibitem
34490 key "footmisc"
34491
34492 \end_inset
34493
34494 Dokumentation des LaTeX-Pakets 
34495 \series bold
34496
34497 \begin_inset CommandInset href
34498 LatexCommand href
34499 name "footmisc"
34500 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34501
34502 \end_inset
34503
34504
34505 \series default
34506
34507 \begin_inset Index
34508 status collapsed
34509
34510 \begin_layout Plain Layout
34511 LaTeX-Pakete ! footmisc
34512 \end_layout
34513
34514 \end_inset
34515
34516
34517 \end_layout
34518
34519 \begin_layout Bibliography
34520 \begin_inset CommandInset bibitem
34521 LatexCommand bibitem
34522 key "hypcap"
34523
34524 \end_inset
34525
34526 Dokumentation des LaTeX-Pakets 
34527 \series bold
34528
34529 \begin_inset CommandInset href
34530 LatexCommand href
34531 name "hypcap"
34532 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34533
34534 \end_inset
34535
34536
34537 \series default
34538
34539 \begin_inset Index
34540 status collapsed
34541
34542 \begin_layout Plain Layout
34543 LaTeX-Pakete ! hypcap
34544 \end_layout
34545
34546 \end_inset
34547
34548
34549 \end_layout
34550
34551 \begin_layout Bibliography
34552 \begin_inset CommandInset bibitem
34553 LatexCommand bibitem
34554 key "hyperref"
34555
34556 \end_inset
34557
34558 Dokumentation des LaTeX-Pakets 
34559 \series bold
34560
34561 \begin_inset CommandInset href
34562 LatexCommand href
34563 name "hyperref"
34564 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34565
34566 \end_inset
34567
34568
34569 \series default
34570
34571 \begin_inset Index
34572 status collapsed
34573
34574 \begin_layout Plain Layout
34575 LaTeX-Pakete ! hyperref
34576 \end_layout
34577
34578 \end_inset
34579
34580
34581 \end_layout
34582
34583 \begin_layout Bibliography
34584 \begin_inset CommandInset bibitem
34585 LatexCommand bibitem
34586 key "koma-script"
34587
34588 \end_inset
34589
34590 Dokumentation des LaTeX-Pakets 
34591 \series bold
34592
34593 \begin_inset CommandInset href
34594 LatexCommand href
34595 name "koma-script"
34596 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
34597
34598 \end_inset
34599
34600
34601 \series default
34602
34603 \begin_inset Index
34604 status collapsed
34605
34606 \begin_layout Plain Layout
34607 LaTeX-Pakete ! koma-script
34608 \end_layout
34609
34610 \end_inset
34611
34612
34613 \end_layout
34614
34615 \begin_layout Bibliography
34616 \begin_inset CommandInset bibitem
34617 LatexCommand bibitem
34618 key "listings"
34619
34620 \end_inset
34621
34622 Dokumentation des LaTeX-Pakets 
34623 \series bold
34624
34625 \begin_inset CommandInset href
34626 LatexCommand href
34627 name "listings"
34628 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34629
34630 \end_inset
34631
34632
34633 \series default
34634
34635 \begin_inset Index
34636 status collapsed
34637
34638 \begin_layout Plain Layout
34639 LaTeX-Pakete ! listings
34640 \end_layout
34641
34642 \end_inset
34643
34644
34645 \end_layout
34646
34647 \begin_layout Bibliography
34648 \begin_inset CommandInset bibitem
34649 LatexCommand bibitem
34650 key "marginnote"
34651
34652 \end_inset
34653
34654 Dokumentation des LaTeX-Pakets 
34655 \series bold
34656
34657 \begin_inset CommandInset href
34658 LatexCommand href
34659 name "marginnote"
34660 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34661
34662 \end_inset
34663
34664
34665 \series default
34666
34667 \begin_inset Index
34668 status collapsed
34669
34670 \begin_layout Plain Layout
34671 LaTeX-Pakete ! marginnote
34672 \end_layout
34673
34674 \end_inset
34675
34676
34677 \end_layout
34678
34679 \begin_layout Bibliography
34680 \begin_inset CommandInset bibitem
34681 LatexCommand bibitem
34682 key "pstricks"
34683
34684 \end_inset
34685
34686 Webseite des LaTeX-Pakets 
34687 \series bold
34688
34689 \begin_inset CommandInset href
34690 LatexCommand href
34691 name "PSTricks"
34692 target "http://tug.org/PSTricks/"
34693
34694 \end_inset
34695
34696
34697 \series default
34698
34699 \begin_inset Index
34700 status collapsed
34701
34702 \begin_layout Plain Layout
34703 LaTeX-Pakete ! pstricks
34704 \end_layout
34705
34706 \end_inset
34707
34708
34709 \end_layout
34710
34711 \begin_layout Bibliography
34712 \begin_inset CommandInset bibitem
34713 LatexCommand bibitem
34714 key "sidecap"
34715
34716 \end_inset
34717
34718 Dokumentation des LaTeX-Pakets 
34719 \series bold
34720
34721 \begin_inset CommandInset href
34722 LatexCommand href
34723 name "sidecap"
34724 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34725
34726 \end_inset
34727
34728
34729 \series default
34730
34731 \begin_inset Index
34732 status collapsed
34733
34734 \begin_layout Plain Layout
34735 LaTeX-Pakete ! sidecap
34736 \end_layout
34737
34738 \end_inset
34739
34740
34741 \end_layout
34742
34743 \begin_layout Bibliography
34744 \begin_inset CommandInset bibitem
34745 LatexCommand bibitem
34746 key "NewInLyX16"
34747
34748 \end_inset
34749
34750
34751 \begin_inset CommandInset href
34752 LatexCommand href
34753 name "Wiki-Seite"
34754 target "http://wiki.lyx.org/LyX/NewInLyX16"
34755
34756 \end_inset
34757
34758  über neue Funktionen in 
34759 \family sans
34760 LyX 1.6.0
34761 \family default
34762 .
34763 \end_layout
34764
34765 \begin_layout Standard
34766 \begin_inset CommandInset index_print
34767 LatexCommand printindex
34768
34769 \end_inset
34770
34771
34772 \end_layout
34773
34774 \begin_layout Standard
34775 \begin_inset FloatList figure
34776
34777 \end_inset
34778
34779
34780 \end_layout
34781
34782 \begin_layout Standard
34783 \begin_inset FloatList table
34784
34785 \end_inset
34786
34787
34788 \end_layout
34789
34790 \begin_layout Standard
34791 \begin_inset ERT
34792 status open
34793
34794 \begin_layout Plain Layout
34795
34796
34797 \backslash
34798 listof{algorithm}{Algorithmenverzeichnis}
34799 \end_layout
34800
34801 \end_inset
34802
34803
34804 \begin_inset Note Note
34805 status collapsed
34806
34807 \begin_layout Plain Layout
34808 siehe Abschnitt
34809 \begin_inset space ~
34810 \end_inset
34811
34812
34813 \begin_inset CommandInset ref
34814 LatexCommand ref
34815 reference "uab:Gleitobjekt-Algorithmen"
34816
34817 \end_inset
34818
34819  für eine Beschreibung
34820 \end_layout
34821
34822 \end_inset
34823
34824
34825 \end_layout
34826
34827 \end_body
34828 \end_document