]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
c89c256a345fd475e5bcfe69abbad844b8bba9c6
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 339
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 \language ngerman
167 \inputencoding auto
168 \font_roman default
169 \font_sans default
170 \font_typewriter default
171 \font_default_family default
172 \font_sc false
173 \font_osf false
174 \font_sf_scale 100
175 \font_tt_scale 100
176
177 \graphics default
178 \paperfontsize 12
179 \spacing single
180 \use_hyperref true
181 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
182 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
183 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
184 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
185 \pdf_bookmarks true
186 \pdf_bookmarksnumbered true
187 \pdf_bookmarksopen true
188 \pdf_bookmarksopenlevel 1
189 \pdf_breaklinks false
190 \pdf_pdfborder false
191 \pdf_colorlinks true
192 \pdf_backref false
193 \pdf_pagebackref 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.6svn
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 CommandInset label
341 LatexCommand label
342 name "kap:Abbildungen"
343
344 \end_inset
345
346
347 \begin_inset Index
348 status collapsed
349
350 \begin_layout Plain Layout
351 Abbildungen
352 \end_layout
353
354 \end_inset
355
356
357 \end_layout
358
359 \begin_layout Section
360 Grafik-Dialog
361 \begin_inset Index
362 status collapsed
363
364 \begin_layout Plain Layout
365 Abbildungen ! Grafik-Dialog
366 \end_layout
367
368 \end_inset
369
370
371 \begin_inset CommandInset label
372 LatexCommand label
373 name "abs:Grafik-Dialog"
374
375 \end_inset
376
377
378 \end_layout
379
380 \begin_layout Standard
381 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
382  
383 \begin_inset Graphics
384         filename ../../images/dialog-show-new-inset_graphics.png
385         scale 70
386         scaleBeforeRotation
387         BoundingBox 0bp 6bp 22bp 22bp
388
389 \end_inset
390
391  in der Werkzeugleiste oder wählen das Menü 
392 \family sans
393 Einfügen\SpecialChar \menuseparator
394 Grafik
395 \family default
396 .
397  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
398  
399 \family sans
400 Durchsuchen
401 \family default
402  eingeben können.
403  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
404  an der Sie sie eingefügt haben.
405 \end_layout
406
407 \begin_layout Standard
408 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
409  klicken.
410  Der Dialog hat drei Karteikarten:
411 \end_layout
412
413 \begin_layout Description
414
415 \family sans
416 Grafik
417 \family default
418  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
419  Version festlegen.
420  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
421 \begin_inset space ~
422 \end_inset
423
424
425 \begin_inset CommandInset ref
426 LatexCommand ref
427 reference "kap:In-LyX-verfügbare"
428
429 \end_inset
430
431  erklärt.
432 \begin_inset Newline newline
433 \end_inset
434
435
436 \begin_inset Index
437 status collapsed
438
439 \begin_layout Plain Layout
440 Abbildungen ! rotierte
441 \end_layout
442
443 \end_inset
444
445 Sie können Abbildungen durch Angabe eines 
446 \family sans
447 Winkel
448 \family default
449
450 \begin_inset space ~
451 \end_inset
452
453
454 \family sans
455 (Grad)
456 \family default
457  und Festlegung eines 
458 \family sans
459 Drehpunktes
460 \family default
461  drehen.
462  Negative Winkel drehen im Uhrzeigersinn.
463  Die Abbildung wird auch in LyX gedreht.
464 \begin_inset Newline newline
465 \end_inset
466
467
468 \begin_inset Index
469 status collapsed
470
471 \begin_layout Plain Layout
472 Abbildungen ! skalierte
473 \end_layout
474
475 \end_inset
476
477 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
478  oder Höhe und Breite definiert.
479  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
480  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
481  wobei sie möglicherweise verzerrt wird.
482  Um das zu vermeiden, sollten Sie 
483 \family sans
484 Seitenverhältnis
485 \begin_inset space ~
486 \end_inset
487
488 beibehalten
489 \family default
490  ankreuzen.
491  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für 
492 \family sans
493 Höhe
494 \family default
495  und 
496 \family sans
497 Breite
498 \family default
499  nicht überschritten werden.
500 \begin_inset Newline newline
501 \end_inset
502
503 Wenn Sie auf 
504 \family sans
505 Bearbeiten
506 \family default
507  klicken, können Abbildungen mit einem Programm, das in 
508 \family sans
509 Werkzeuge\SpecialChar \menuseparator
510 Einstellungen\SpecialChar \menuseparator
511 Datei-Handhabung\SpecialChar \menuseparator
512 Dateiformate
513 \family default
514  im Feld 
515 \family sans
516 Bearbeitungsprogramm
517 \family default
518  festgelegt wurde, bearbeitet werden.
519 \end_layout
520
521 \begin_layout Description
522
523 \family sans
524 Ausschnitt
525 \family default
526  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
527  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
528  Wenn Sie auf 
529 \family sans
530 Lese
531 \begin_inset space ~
532 \end_inset
533
534 aus
535 \begin_inset space ~
536 \end_inset
537
538 Datei
539 \family default
540  klicken, werden die Koordinaten automatisch berechnet.
541  Die Option 
542 \family sans
543 Auf
544 \begin_inset space ~
545 \end_inset
546
547 Begrenzungsbox
548 \begin_inset space ~
549 \end_inset
550
551 zuschneiden
552 \family default
553  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
554  Koordinaten liegt.
555  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
556  diese Karteikarte ignorieren.
557 \end_layout
558
559 \begin_layout Description
560
561 \family sans
562 LaTeX-
563 \begin_inset space ~
564 \end_inset
565
566 und
567 \begin_inset space ~
568 \end_inset
569
570 LyX-Optionen
571 \family default
572  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
573  LaTeX-Experten können weitere LaTeX-Optionen definieren.
574 \begin_inset Newline newline
575 \end_inset
576
577 Ist die Option 
578 \family sans
579 Entwurfsmodus 
580 \family default
581 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
582  darin gedruckt.
583 \begin_inset Newline newline
584 \end_inset
585
586 Die Option 
587 \family sans
588 Beim
589 \begin_inset space ~
590 \end_inset
591
592 Exportieren
593 \begin_inset space ~
594 \end_inset
595
596 nicht
597 \begin_inset space ~
598 \end_inset
599
600 entpacken
601 \family default
602  betrifft nur gepackte EPS-Dateien, zum Beispiel 
603 \emph on
604 x.eps.gz
605 \emph default
606 .
607  LaTeX kann so mit ihnen umgehen.
608 \begin_inset Newline newline
609 \end_inset
610
611 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
612  wählen, siehe Anhang
613 \begin_inset space ~
614 \end_inset
615
616
617 \begin_inset CommandInset ref
618 LatexCommand ref
619 reference "abs:PostScript"
620
621 \end_inset
622
623 .
624  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
625 \begin_inset Newline newline
626 \end_inset
627
628
629 \series bold
630 gzip x.eps
631 \begin_inset Newline newline
632 \end_inset
633
634 zgrep %%Bounding x.eps.gz > x.eps.bb
635 \series default
636
637 \begin_inset Newline newline
638 \end_inset
639
640 Der zweite Befehl erzeugt die Begrenzungsbox 
641 \begin_inset Quotes gld
642 \end_inset
643
644 x.eps.bb
645 \begin_inset Quotes grd
646 \end_inset
647
648 , die LaTeX für gepackte Abbildungen benötigt.
649 \begin_inset Newline newline
650 \end_inset
651
652 Das Feld 
653 \family sans
654 Gruppenname
655 \begin_inset space ~
656 \end_inset
657
658 initialisieren
659 \family default
660  ermöglicht es eine Einstellungsgruppe zu definieren oder dem Bild eine
661  solche zuzuordnen.
662 \begin_inset Index
663 status collapsed
664
665 \begin_layout Plain Layout
666 Abbildungen ! Einstellungsgruppen
667 \end_layout
668
669 \end_inset
670
671  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
672  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
673  der Gruppe geändert werden.
674  Damit kann man z.B.
675 \begin_inset space ~
676 \end_inset
677
678 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
679  Bild tun zu müssen.
680  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
681  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
682 \end_layout
683
684 \begin_layout Standard
685 \begin_inset VSpace bigskip
686 \end_inset
687
688
689 \end_layout
690
691 \begin_layout Standard
692 Hier ist eine zentrierte EPS-Abbildung
693 \begin_inset Foot
694 status collapsed
695
696 \begin_layout Plain Layout
697 Abbildungsformate sind in Abschnitt
698 \begin_inset space ~
699 \end_inset
700
701
702 \begin_inset CommandInset ref
703 LatexCommand ref
704 reference "abs:Bildformate"
705
706 \end_inset
707
708  beschrieben.
709 \end_layout
710
711 \end_inset
712
713  in einem eigenen Absatz:
714 \end_layout
715
716 \begin_layout Standard
717 \align center
718 \begin_inset Graphics
719         filename ../clipart/mobius.eps
720         scale 70
721         scaleBeforeRotation
722         rotateOrigin center
723
724 \end_inset
725
726
727 \end_layout
728
729 \begin_layout Standard
730 \noindent
731 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
732 \end_layout
733
734 \begin_layout Standard
735 \align center
736 \begin_inset Graphics
737         filename ../clipart/mobius.eps
738         scale 70
739         draft
740         scaleBeforeRotation
741         rotateOrigin center
742
743 \end_inset
744
745
746 \end_layout
747
748 \begin_layout Section
749 Gleitende Abbildungen
750 \begin_inset CommandInset label
751 LatexCommand label
752 name "abs:Gleitende-Abbildungen"
753
754 \end_inset
755
756
757 \begin_inset Index
758 status collapsed
759
760 \begin_layout Plain Layout
761 Abbildungen ! gleitende
762 \end_layout
763
764 \end_inset
765
766
767 \begin_inset Index
768 status collapsed
769
770 \begin_layout Plain Layout
771 Gleitobjekte ! Abbildungen
772 \end_layout
773
774 \end_inset
775
776
777 \end_layout
778
779 \begin_layout Standard
780 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
781 \begin_inset space ~
782 \end_inset
783
784
785 \begin_inset CommandInset ref
786 LatexCommand ref
787 reference "abs:Gleitobjekte-Einleitung"
788
789 \end_inset
790
791 .
792 \end_layout
793
794 \begin_layout Standard
795 Wenn Sie auf das Werkzeugleisten-Symbol 
796 \begin_inset Graphics
797         filename ../../images/float-insert_figure.png
798         scale 70
799         scaleBeforeRotation
800         BoundingBox 0bp 6bp 22bp 22bp
801
802 \end_inset
803
804  klicken oder 
805 \family sans
806 Einfügen\SpecialChar \menuseparator
807 Gleit\SpecialChar \-
808 objekt\SpecialChar \menuseparator
809 Abbildung
810 \family default
811  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
812  In das rot umrahmte Feld rechts von 
813 \emph on
814 Abbildung
815 \begin_inset space ~
816 \end_inset
817
818 Nr:
819 \emph default
820  schreiben Sie die Bildbeschriftung.
821  Nach einem Klick oberhalb oder unterhalb von 
822 \emph on
823 Abbildung
824 \begin_inset space ~
825 \end_inset
826
827 Nr:
828 \emph default
829  können Sie dann eine Abbildung wie 
830 \begin_inset CommandInset ref
831 LatexCommand ref
832 reference "abb:kill-plat"
833
834 \end_inset
835
836  oberhalb oder wie Abbildung
837 \begin_inset space ~
838 \end_inset
839
840
841 \begin_inset CommandInset ref
842 LatexCommand ref
843 reference "abb:escher"
844
845 \end_inset
846
847  unterhalb der Bildbeschriftung einfügen.
848  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
849 \begin_inset space ~
850 \end_inset
851
852
853 \begin_inset CommandInset ref
854 LatexCommand ref
855 reference "abs:Titel-Platzierung"
856
857 \end_inset
858
859 .
860 \end_layout
861
862 \begin_layout Standard
863 \begin_inset Float figure
864 wide false
865 sideways false
866 status open
867
868 \begin_layout Plain Layout
869 \align center
870 \begin_inset Graphics
871         filename ../clipart/platypus.eps
872         width 50col%
873         scaleBeforeRotation
874         rotateOrigin center
875
876 \end_inset
877
878
879 \end_layout
880
881 \begin_layout Plain Layout
882 \begin_inset Caption
883
884 \begin_layout Plain Layout
885 \begin_inset CommandInset label
886 LatexCommand label
887 name "abb:kill-plat"
888
889 \end_inset
890
891 Platypus in einem Gleitobjekt
892 \end_layout
893
894 \end_inset
895
896
897 \end_layout
898
899 \end_inset
900
901
902 \end_layout
903
904 \begin_layout Standard
905 \begin_inset Float figure
906 wide false
907 sideways false
908 status open
909
910 \begin_layout Plain Layout
911 \begin_inset Caption
912
913 \begin_layout Plain Layout
914 \begin_inset CommandInset label
915 LatexCommand label
916 name "abb:escher"
917
918 \end_inset
919
920 M.C.
921  Escher
922 \end_layout
923
924 \end_inset
925
926
927 \end_layout
928
929 \begin_layout Plain Layout
930 \align center
931 \begin_inset Graphics
932         filename ../clipart/escher-lsd.eps
933         scale 80
934         scaleBeforeRotation
935         rotateOrigin center
936
937 \end_inset
938
939
940 \end_layout
941
942 \end_inset
943
944
945 \end_layout
946
947 \begin_layout Standard
948 \begin_inset Index
949 status collapsed
950
951 \begin_layout Plain Layout
952 Abbildungen ! Beispiele
953 \end_layout
954
955 \end_inset
956
957 Abbildung
958 \begin_inset space ~
959 \end_inset
960
961
962 \begin_inset CommandInset ref
963 LatexCommand ref
964 reference "abb:kill-plat"
965
966 \end_inset
967
968  und 
969 \begin_inset CommandInset ref
970 LatexCommand ref
971 reference "abb:escher"
972
973 \end_inset
974
975  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
976  Dafür fügen Sie in der Beschriftung mit 
977 \family sans
978 Einfügen\SpecialChar \menuseparator
979 Marke
980 \family default
981  oder durch Klicken auf 
982 \begin_inset Graphics
983         filename ../../images/label-insert.png
984         scale 70
985         scaleBeforeRotation
986         BoundingBox 0bp 6bp 20bp 20bp
987
988 \end_inset
989
990  eine Marke ein.
991  Auf diese können Sie dann wie gewohnt mit 
992 \family sans
993 Einfügen\SpecialChar \menuseparator
994 Querverweis
995 \family default
996  oder durch Klicken auf 
997 \begin_inset Graphics
998         filename ../../images/dialog-show-new-inset_ref.png
999         scale 70
1000         scaleBeforeRotation
1001         BoundingBox 0bp 6bp 22bp 22bp
1002
1003 \end_inset
1004
1005  verweisen.
1006  Das ist besser als eine vage Formulierung wie 
1007 \begin_inset Quotes gld
1008 \end_inset
1009
1010 die obige Abbildung
1011 \begin_inset Quotes grd
1012 \end_inset
1013
1014  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1015  erscheint, und das muss nicht 
1016 \emph on
1017 oben
1018 \emph default
1019  sein.
1020  Verweise werden detailliert in Abschnitt
1021 \begin_inset space ~
1022 \end_inset
1023
1024
1025 \begin_inset CommandInset ref
1026 LatexCommand ref
1027 reference "abs:Auf-Gleitobjekte-verweisen"
1028
1029 \end_inset
1030
1031  beschrieben.
1032 \end_layout
1033
1034 \begin_layout Standard
1035 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1036  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1037  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1038  Gleitabbildung einfügt.
1039  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1040  Abbildung
1041 \begin_inset space ~
1042 \end_inset
1043
1044
1045 \begin_inset CommandInset ref
1046 LatexCommand ref
1047 reference "abb:Zwei-Teilabbildungen"
1048
1049 \end_inset
1050
1051  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1052  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1053  Gleitabbildung auf Eingabe drücken.
1054  Abbildung
1055 \begin_inset space ~
1056 \end_inset
1057
1058
1059 \begin_inset CommandInset ref
1060 LatexCommand ref
1061 reference "abb:Undefinierbar"
1062
1063 \end_inset
1064
1065  und 
1066 \begin_inset CommandInset ref
1067 LatexCommand ref
1068 reference "abb:Ein-Schnabeltier"
1069
1070 \end_inset
1071
1072  sind die Teilabbildungen.
1073 \end_layout
1074
1075 \begin_layout Standard
1076 \begin_inset Float figure
1077 wide false
1078 sideways false
1079 status open
1080
1081 \begin_layout Plain Layout
1082 \begin_inset space \hfill{}
1083 \end_inset
1084
1085
1086 \begin_inset Float figure
1087 wide false
1088 sideways false
1089 status collapsed
1090
1091 \begin_layout Plain Layout
1092 \begin_inset Caption
1093
1094 \begin_layout Plain Layout
1095 \begin_inset CommandInset label
1096 LatexCommand label
1097 name "abb:Undefinierbar"
1098
1099 \end_inset
1100
1101 Undefinierbar
1102 \end_layout
1103
1104 \end_inset
1105
1106
1107 \end_layout
1108
1109 \begin_layout Plain Layout
1110 \begin_inset Graphics
1111         filename ../clipart/escher-lsd.eps
1112         width 35col%
1113         scaleBeforeRotation
1114         groupId Teilabbildung
1115
1116 \end_inset
1117
1118
1119 \end_layout
1120
1121 \end_inset
1122
1123
1124 \begin_inset space \hfill{}
1125 \end_inset
1126
1127
1128 \begin_inset Float figure
1129 wide false
1130 sideways false
1131 status collapsed
1132
1133 \begin_layout Plain Layout
1134 \begin_inset Caption
1135
1136 \begin_layout Plain Layout
1137 \begin_inset CommandInset label
1138 LatexCommand label
1139 name "abb:Ein-Schnabeltier"
1140
1141 \end_inset
1142
1143 Ein Schnabeltier
1144 \end_layout
1145
1146 \end_inset
1147
1148
1149 \end_layout
1150
1151 \begin_layout Plain Layout
1152 \begin_inset Graphics
1153         filename ../clipart/platypus.eps
1154         width 35col%
1155         scaleBeforeRotation
1156         groupId Teilabbildung
1157
1158 \end_inset
1159
1160
1161 \end_layout
1162
1163 \end_inset
1164
1165
1166 \begin_inset space \hfill{}
1167 \end_inset
1168
1169
1170 \end_layout
1171
1172 \begin_layout Plain Layout
1173 \begin_inset Caption
1174
1175 \begin_layout Plain Layout
1176 \begin_inset CommandInset label
1177 LatexCommand label
1178 name "abb:Zwei-Teilabbildungen"
1179
1180 \end_inset
1181
1182 Zwei Teilabbildungen nebeneinander.
1183  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1184 \begin_inset Quotes gld
1185 \end_inset
1186
1187 Teilabbildung
1188 \begin_inset Quotes grd
1189 \end_inset
1190
1191  an.
1192 \end_layout
1193
1194 \end_inset
1195
1196
1197 \end_layout
1198
1199 \end_inset
1200
1201
1202 \end_layout
1203
1204 \begin_layout Section
1205 Bildformate
1206 \begin_inset CommandInset label
1207 LatexCommand label
1208 name "abs:Bildformate"
1209
1210 \end_inset
1211
1212
1213 \begin_inset Index
1214 status collapsed
1215
1216 \begin_layout Plain Layout
1217 Abbildungen ! Bildformate
1218 \end_layout
1219
1220 \end_inset
1221
1222
1223 \end_layout
1224
1225 \begin_layout Standard
1226 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1227  Aber wie in Anhang
1228 \begin_inset space ~
1229 \end_inset
1230
1231
1232 \begin_inset CommandInset ref
1233 LatexCommand ref
1234 reference "kap:Ausgabedatei-Formate"
1235
1236 \end_inset
1237
1238  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1239  LyX benutzt im Hintergrund das Programm
1240 \family typewriter
1241  Imagemagick
1242 \family default
1243 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1244  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1245  vermeiden.
1246  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1247  werden können.
1248  Diese Formate werden in Anhang
1249 \begin_inset space ~
1250 \end_inset
1251
1252
1253 \begin_inset CommandInset ref
1254 LatexCommand ref
1255 reference "kap:Ausgabedatei-Formate"
1256
1257 \end_inset
1258
1259  beschrieben.
1260 \end_layout
1261
1262 \begin_layout Standard
1263 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1264 \end_layout
1265
1266 \begin_layout Description
1267 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1268  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1269  
1270 \emph on
1271 pixelig
1272 \emph default
1273  aus.
1274  Bekannte Pixel-Formate sind 
1275 \begin_inset Quotes gld
1276 \end_inset
1277
1278 Graphics Interchange Format
1279 \begin_inset Quotes grd
1280 \end_inset
1281
1282  (GIF, Dateiendung
1283 \family typewriter
1284  
1285 \family default
1286
1287 \begin_inset Quotes gld
1288 \end_inset
1289
1290
1291 \family typewriter
1292 .gif
1293 \family default
1294
1295 \begin_inset Quotes grd
1296 \end_inset
1297
1298 )
1299 \begin_inset Index
1300 status collapsed
1301
1302 \begin_layout Plain Layout
1303 GIF
1304 \end_layout
1305
1306 \end_inset
1307
1308
1309 \begin_inset Quotes gld
1310 \end_inset
1311
1312 Portable Network Graphics
1313 \begin_inset Quotes grd
1314 \end_inset
1315
1316  (PNG, Dateiendung 
1317 \begin_inset Quotes gld
1318 \end_inset
1319
1320
1321 \family typewriter
1322 .png
1323 \family default
1324
1325 \begin_inset Quotes grd
1326 \end_inset
1327
1328 )
1329 \begin_inset Index
1330 status collapsed
1331
1332 \begin_layout Plain Layout
1333 PNG
1334 \end_layout
1335
1336 \end_inset
1337
1338
1339 \begin_inset Quotes gld
1340 \end_inset
1341
1342 Joint Photographic Experts Group
1343 \begin_inset Quotes grd
1344 \end_inset
1345
1346  (JPEG, Dateiendung
1347 \family typewriter
1348  
1349 \family default
1350
1351 \begin_inset Quotes gld
1352 \end_inset
1353
1354
1355 \family typewriter
1356 .jpg
1357 \family default
1358
1359 \begin_inset Quotes grd
1360 \end_inset
1361
1362  oder 
1363 \begin_inset Quotes gld
1364 \end_inset
1365
1366
1367 \family typewriter
1368 .jpeg
1369 \family default
1370
1371 \begin_inset Quotes grd
1372 \end_inset
1373
1374 )
1375 \begin_inset Index
1376 status collapsed
1377
1378 \begin_layout Plain Layout
1379 JPG, JPEG
1380 \end_layout
1381
1382 \end_inset
1383
1384  und 
1385 \begin_inset Quotes gld
1386 \end_inset
1387
1388 Windows Bitmap
1389 \begin_inset Quotes grd
1390 \end_inset
1391
1392  (BMP, Dateiendung 
1393 \begin_inset Quotes gld
1394 \end_inset
1395
1396
1397 \family typewriter
1398 .bmp
1399 \family default
1400
1401 \begin_inset Quotes grd
1402 \end_inset
1403
1404 )
1405 \begin_inset Index
1406 status collapsed
1407
1408 \begin_layout Plain Layout
1409 BMP
1410 \end_layout
1411
1412 \end_inset
1413
1414 .
1415 \end_layout
1416
1417 \begin_layout Description
1418 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1419  auf jede beliebige Größe skaliert werden.
1420  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1421  zoomen zu können.
1422 \begin_inset Newline newline
1423 \end_inset
1424
1425 Bekannte Formate sind 
1426 \begin_inset Quotes gld
1427 \end_inset
1428
1429 Scalable Vector Graphics
1430 \begin_inset Quotes grd
1431 \end_inset
1432
1433  (SVG, Dateiendung
1434 \family typewriter
1435  
1436 \family default
1437
1438 \begin_inset Quotes gld
1439 \end_inset
1440
1441
1442 \family typewriter
1443 .svg
1444 \family default
1445
1446 \begin_inset Quotes grd
1447 \end_inset
1448
1449 )
1450 \begin_inset Index
1451 status collapsed
1452
1453 \begin_layout Plain Layout
1454 SVG
1455 \end_layout
1456
1457 \end_inset
1458
1459
1460 \begin_inset Quotes gld
1461 \end_inset
1462
1463 Encapsulated PostScript
1464 \begin_inset Quotes grd
1465 \end_inset
1466
1467  (EPS, Dateiendung 
1468 \begin_inset Quotes gld
1469 \end_inset
1470
1471
1472 \family typewriter
1473 .eps
1474 \family default
1475
1476 \begin_inset Quotes grd
1477 \end_inset
1478
1479 )
1480 \begin_inset Index
1481 status collapsed
1482
1483 \begin_layout Plain Layout
1484 EPS
1485 \end_layout
1486
1487 \end_inset
1488
1489
1490 \begin_inset Quotes gld
1491 \end_inset
1492
1493 Portable Document Format
1494 \begin_inset Quotes grd
1495 \end_inset
1496
1497  (PDF, Dateiendung
1498 \family typewriter
1499  
1500 \family default
1501
1502 \begin_inset Quotes gld
1503 \end_inset
1504
1505
1506 \family typewriter
1507 .pdf
1508 \family default
1509
1510 \begin_inset Quotes grd
1511 \end_inset
1512
1513 )
1514 \begin_inset Index
1515 status collapsed
1516
1517 \begin_layout Plain Layout
1518 PDF
1519 \end_layout
1520
1521 \end_inset
1522
1523  und 
1524 \begin_inset Quotes gld
1525 \end_inset
1526
1527 Windows Metafile
1528 \begin_inset Quotes grd
1529 \end_inset
1530
1531  (WMF, Dateiendung 
1532 \begin_inset Quotes gld
1533 \end_inset
1534
1535
1536 \family typewriter
1537 .wmf
1538 \family default
1539
1540 \begin_inset Quotes grd
1541 \end_inset
1542
1543 )
1544 \begin_inset Index
1545 status collapsed
1546
1547 \begin_layout Plain Layout
1548 WMF
1549 \end_layout
1550
1551 \end_inset
1552
1553 .
1554 \end_layout
1555
1556 \begin_layout Standard
1557 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1558  das Ergebnis ist immer noch ein Pixelbild.
1559  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1560  hinzugefügt.
1561 \begin_inset Foot
1562 status open
1563
1564 \begin_layout Plain Layout
1565 Bei PDF wird das Originalbild auch noch komprimiert.
1566 \end_layout
1567
1568 \end_inset
1569
1570  Die PDF-Dateien, die 
1571 \family typewriter
1572 Adobe Photoshop
1573 \family default
1574  erzeugt, sind zum Beispiel Pixelbilder.
1575 \end_layout
1576
1577 \begin_layout Standard
1578 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1579  umgekehrt.
1580  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1581  eingefügt werden.
1582  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1583  erzeugt wird, weil es zur Zeit keine WMF/SVG
1584 \begin_inset Formula $\to$
1585 \end_inset
1586
1587 PDF/EPS Konverter gibt.
1588 \end_layout
1589
1590 \begin_layout Chapter
1591 Tabellen
1592 \begin_inset CommandInset label
1593 LatexCommand label
1594 name "kap:Tabellen"
1595
1596 \end_inset
1597
1598
1599 \begin_inset Index
1600 status collapsed
1601
1602 \begin_layout Plain Layout
1603 Tabellen
1604 \end_layout
1605
1606 \end_inset
1607
1608
1609 \end_layout
1610
1611 \begin_layout Section
1612 Einführung
1613 \begin_inset Index
1614 status collapsed
1615
1616 \begin_layout Plain Layout
1617 Tabellen ! Einführung
1618 \end_layout
1619
1620 \end_inset
1621
1622
1623 \end_layout
1624
1625 \begin_layout Standard
1626 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1627 \begin_inset Graphics
1628         filename ../../images/tabular-insert.png
1629         scale 70
1630         scaleBeforeRotation
1631         BoundingBox 0bp 6bp 22bp 22bp
1632
1633 \end_inset
1634
1635  oder das Menü 
1636 \family sans
1637 Einfügen\SpecialChar \menuseparator
1638 Tabelle
1639 \family default
1640  einfügen.
1641  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1642 \begin_inset space \thinspace{}
1643 \end_inset
1644
1645 -Tabelle.
1646  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1647  und die Größe der dunkelblauen Tabelle angezeigt.
1648  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1649  ein.
1650  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1651  Spaltenanzahl festlegen können.
1652 \end_layout
1653
1654 \begin_layout Standard
1655 In der so erstellten Tabelle ist jede Zelle umrandet.
1656  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1657  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1658  die zweite Zeile eine Linie oberhalb haben.
1659  Hier ist ein Beispiel:
1660 \end_layout
1661
1662 \begin_layout Standard
1663 \align center
1664 \begin_inset Tabular
1665 <lyxtabular version="3" rows="5" columns="4">
1666 <features>
1667 <column alignment="center" valignment="top" width="0">
1668 <column alignment="center" valignment="top" width="0">
1669 <column alignment="center" valignment="top" width="0">
1670 <column alignment="center" valignment="top" width="0">
1671 <row>
1672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1673 \begin_inset Text
1674
1675 \begin_layout Plain Layout
1676
1677 \end_layout
1678
1679 \end_inset
1680 </cell>
1681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1682 \begin_inset Text
1683
1684 \begin_layout Plain Layout
1685
1686 \family roman
1687 \series medium
1688 \shape up
1689 \size normal
1690 \emph off
1691 \bar no
1692 \noun off
1693 \color none
1694 1
1695 \end_layout
1696
1697 \end_inset
1698 </cell>
1699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1700 \begin_inset Text
1701
1702 \begin_layout Plain Layout
1703 2
1704 \end_layout
1705
1706 \end_inset
1707 </cell>
1708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1709 \begin_inset Text
1710
1711 \begin_layout Plain Layout
1712 3
1713 \end_layout
1714
1715 \end_inset
1716 </cell>
1717 </row>
1718 <row>
1719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1720 \begin_inset Text
1721
1722 \begin_layout Plain Layout
1723
1724 \family roman
1725 \series medium
1726 \shape up
1727 \size normal
1728 \emph off
1729 \bar no
1730 \noun off
1731 \color none
1732 A
1733 \end_layout
1734
1735 \end_inset
1736 </cell>
1737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1738 \begin_inset Text
1739
1740 \begin_layout Plain Layout
1741
1742 \end_layout
1743
1744 \end_inset
1745 </cell>
1746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1747 \begin_inset Text
1748
1749 \begin_layout Plain Layout
1750
1751 \end_layout
1752
1753 \end_inset
1754 </cell>
1755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1756 \begin_inset Text
1757
1758 \begin_layout Plain Layout
1759
1760 \end_layout
1761
1762 \end_inset
1763 </cell>
1764 </row>
1765 <row>
1766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1767 \begin_inset Text
1768
1769 \begin_layout Plain Layout
1770
1771 \family roman
1772 \series medium
1773 \shape up
1774 \size normal
1775 \emph off
1776 \bar no
1777 \noun off
1778 \color none
1779 B
1780 \end_layout
1781
1782 \end_inset
1783 </cell>
1784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1785 \begin_inset Text
1786
1787 \begin_layout Plain Layout
1788
1789 \end_layout
1790
1791 \end_inset
1792 </cell>
1793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1794 \begin_inset Text
1795
1796 \begin_layout Plain Layout
1797
1798 \end_layout
1799
1800 \end_inset
1801 </cell>
1802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1803 \begin_inset Text
1804
1805 \begin_layout Plain Layout
1806
1807 \end_layout
1808
1809 \end_inset
1810 </cell>
1811 </row>
1812 <row>
1813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1814 \begin_inset Text
1815
1816 \begin_layout Plain Layout
1817
1818 \family roman
1819 \series medium
1820 \shape up
1821 \size normal
1822 \emph off
1823 \bar no
1824 \noun off
1825 \color none
1826 C
1827 \end_layout
1828
1829 \end_inset
1830 </cell>
1831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1832 \begin_inset Text
1833
1834 \begin_layout Plain Layout
1835
1836 \end_layout
1837
1838 \end_inset
1839 </cell>
1840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1841 \begin_inset Text
1842
1843 \begin_layout Plain Layout
1844
1845 \end_layout
1846
1847 \end_inset
1848 </cell>
1849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1850 \begin_inset Text
1851
1852 \begin_layout Plain Layout
1853
1854 \end_layout
1855
1856 \end_inset
1857 </cell>
1858 </row>
1859 <row>
1860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1861 \begin_inset Text
1862
1863 \begin_layout Plain Layout
1864 D
1865 \end_layout
1866
1867 \end_inset
1868 </cell>
1869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1870 \begin_inset Text
1871
1872 \begin_layout Plain Layout
1873
1874 \end_layout
1875
1876 \end_inset
1877 </cell>
1878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1879 \begin_inset Text
1880
1881 \begin_layout Plain Layout
1882
1883 \end_layout
1884
1885 \end_inset
1886 </cell>
1887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1888 \begin_inset Text
1889
1890 \begin_layout Plain Layout
1891
1892 \end_layout
1893
1894 \end_inset
1895 </cell>
1896 </row>
1897 </lyxtabular>
1898
1899 \end_inset
1900
1901
1902 \end_layout
1903
1904 \begin_layout Section
1905 Tabellen-Einstellungen
1906 \begin_inset Index
1907 status collapsed
1908
1909 \begin_layout Plain Layout
1910 Tabellen ! Einstellungen
1911 \end_layout
1912
1913 \end_inset
1914
1915
1916 \end_layout
1917
1918 \begin_layout Standard
1919 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1920  Maustaste draufklicken.
1921  Dadurch wird ein Kontextmenü angezeigt, an derem Ende 
1922 \family sans
1923 Einstellungen
1924 \family default
1925  steht.
1926  Ein Klick darauf öffnet das Fenster 
1927 \family sans
1928 Tabellen-Einstellungen
1929 \family default
1930 .
1931  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1932  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1933  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1934  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1935  -- sie sind dann hellblau hinterlegt -- gilt eine Aktion für die gesamte
1936  Auswahl.
1937  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1938 \emph on
1939 Inhalt
1940 \emph default
1941  einer Zelle oder die Zelle selber ausgewählt haben.
1942  Das 
1943 \family sans
1944 Tabellen-Einstellungen
1945 \family default
1946 -Menü hat folgende Karteikarten:
1947 \end_layout
1948
1949 \begin_layout Description
1950
1951 \family sans
1952 Tabellen-Einstellungen
1953 \family default
1954  Hier können Sie die 
1955 \family sans
1956 Horizontale
1957 \begin_inset space ~
1958 \end_inset
1959
1960 Ausrichtung
1961 \family default
1962  der momentanen Spalte und die 
1963 \family sans
1964 Spaltenbreite
1965 \family default
1966  festlegen.
1967  Wenn Sie eine 
1968 \family sans
1969 Spaltenbreite
1970 \family default
1971  festgelegt haben, können Sie auch eine 
1972 \family sans
1973 Vertikale
1974 \begin_inset space ~
1975 \end_inset
1976
1977 Ausrichtung
1978 \family default
1979  der momentanen Zeile wählen.
1980  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1981  Absätze haben, wie in Abschnitt
1982 \begin_inset space ~
1983 \end_inset
1984
1985
1986 \begin_inset CommandInset ref
1987 LatexCommand ref
1988 reference "uab:Mehrfache-Zeilen-in"
1989
1990 \end_inset
1991
1992  beschrieben.
1993  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1994 \begin_inset Newline newline
1995 \end_inset
1996
1997 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
1998  als 
1999 \family sans
2000 Mehrfachspalte
2001 \family default
2002  definieren, wie in Abschnitt
2003 \begin_inset space ~
2004 \end_inset
2005
2006
2007 \begin_inset CommandInset ref
2008 LatexCommand ref
2009 reference "uab:Mehrfachspalten"
2010
2011 \end_inset
2012
2013  beschrieben.
2014 \begin_inset Newline newline
2015 \end_inset
2016
2017 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2018  den Uhrzeigersinn um 90° drehen.
2019  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
2020 \begin_inset Newline newline
2021 \end_inset
2022
2023
2024 \begin_inset Note Greyedout
2025 status open
2026
2027 \begin_layout Plain Layout
2028
2029 \series bold
2030 Achtung:
2031 \series default
2032  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2033 \end_layout
2034
2035 \end_inset
2036
2037
2038 \begin_inset Newline newline
2039 \end_inset
2040
2041 Man kann auch ein 
2042 \family sans
2043 LaTe
2044 \begin_inset ERT
2045 status collapsed
2046
2047 \begin_layout Plain Layout
2048
2049 {}
2050 \end_layout
2051
2052 \end_inset
2053
2054 X-Argument
2055 \family default
2056  für besondere Tabellen-Formatierun\SpecialChar \-
2057 gen einfügen, wie in den Abschnitten
2058  
2059 \begin_inset CommandInset ref
2060 LatexCommand ref
2061 reference "uab:Mehrfachspalten-Berechnungen"
2062
2063 \end_inset
2064
2065  und 
2066 \begin_inset CommandInset ref
2067 LatexCommand ref
2068 reference "abs:Farbige-Tabellen"
2069
2070 \end_inset
2071
2072  beschrieben.
2073 \end_layout
2074
2075 \begin_layout Description
2076
2077 \family sans
2078 Rahmen
2079 \family default
2080  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2081  hinzufügen und löschen.
2082 \begin_inset Newline newline
2083 \end_inset
2084
2085 Wenn Sie die Stil-Option
2086 \family sans
2087  Formal
2088 \family default
2089  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2090 \begin_inset space ~
2091 \end_inset
2092
2093
2094 \begin_inset CommandInset ref
2095 LatexCommand ref
2096 reference "abs:Formale-Tabellen"
2097
2098 \end_inset
2099
2100  beschrieben, konvertiert.
2101 \begin_inset Newline newline
2102 \end_inset
2103
2104 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2105 \begin_inset space ~
2106 \end_inset
2107
2108
2109 \begin_inset CommandInset ref
2110 LatexCommand ref
2111 reference "uab:Zeilenabstand"
2112
2113 \end_inset
2114
2115  beschrieben.
2116 \end_layout
2117
2118 \begin_layout Description
2119
2120 \family sans
2121 Lange
2122 \begin_inset space ~
2123 \end_inset
2124
2125 Tabelle
2126 \family default
2127  Hier kann eine Tabelle als 
2128 \family sans
2129 Lange
2130 \begin_inset space ~
2131 \end_inset
2132
2133 Tabelle
2134 \family default
2135  definiert werden, die über mehrere Seiten reicht.
2136  Die Abschnitte
2137 \begin_inset space ~
2138 \end_inset
2139
2140
2141 \begin_inset CommandInset ref
2142 LatexCommand ref
2143 reference "abs:Lange-Tabellen"
2144
2145 \end_inset
2146
2147  und 
2148 \begin_inset CommandInset ref
2149 LatexCommand ref
2150 reference "abs:Special-Longtable-Issues"
2151
2152 \end_inset
2153
2154  beschreiben diese Funktion genauer.
2155 \end_layout
2156
2157 \begin_layout Standard
2158 Wenn das Menü 
2159 \family sans
2160 Tabellen-Einstellungen
2161 \family default
2162  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
2163  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
2164 \end_layout
2165
2166 \begin_layout Section
2167 Tabellen-Werkzeugleiste
2168 \begin_inset Index
2169 status collapsed
2170
2171 \begin_layout Plain Layout
2172 Tabellen ! Werkzeugleiste
2173 \end_layout
2174
2175 \end_inset
2176
2177
2178 \end_layout
2179
2180 \begin_layout Standard
2181 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2182 \family sans
2183 Tabellen-Einstellungen
2184 \family default
2185 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2186  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2187  LyX-Fensters.
2188 \end_layout
2189
2190 \begin_layout Standard
2191 Die Werkzeugleiste hat folgende Knöpfe:
2192 \end_layout
2193
2194 \begin_layout Labeling
2195 \labelwidthstring 00.00.0000
2196 \begin_inset Graphics
2197         filename ../../images/tabular-feature_append-row.png
2198         scale 70
2199         scaleBeforeRotation
2200         BoundingBox 0bp 6bp 22bp 22bp
2201
2202 \end_inset
2203
2204  Fügt eine Zeile unterhalb der momentanen an
2205 \end_layout
2206
2207 \begin_layout Labeling
2208 \labelwidthstring 00.00.0000
2209 \begin_inset Graphics
2210         filename ../../images/tabular-feature_append-column.png
2211         scale 70
2212         scaleBeforeRotation
2213         BoundingBox 0bp 6bp 22bp 22bp
2214
2215 \end_inset
2216
2217  Fügt eine Spalte rechts von der momentanen an
2218 \end_layout
2219
2220 \begin_layout Labeling
2221 \labelwidthstring 00.00.0000
2222 \begin_inset Graphics
2223         filename ../../images/tabular-feature_delete-row.png
2224         scale 70
2225         scaleBeforeRotation
2226         BoundingBox 0bp 6bp 22bp 22bp
2227
2228 \end_inset
2229
2230  Löscht die ausgewählte(n) Zeile(n)
2231 \end_layout
2232
2233 \begin_layout Labeling
2234 \labelwidthstring 00.00.0000
2235 \begin_inset Graphics
2236         filename ../../images/tabular-feature_delete-column.png
2237         scale 70
2238         scaleBeforeRotation
2239         BoundingBox 0bp 6bp 22bp 22bp
2240
2241 \end_inset
2242
2243  Löscht die ausgewählte(n) Spalte(n)
2244 \end_layout
2245
2246 \begin_layout Labeling
2247 \labelwidthstring 00.00.0000
2248 \begin_inset Graphics
2249         filename ../../images/tabular-feature_toggle-line-top.png
2250         scale 70
2251         scaleBeforeRotation
2252         BoundingBox 0bp 6bp 22bp 22bp
2253
2254 \end_inset
2255
2256  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2257  wenn der Knopf grau hinterlegt ist
2258 \end_layout
2259
2260 \begin_layout Labeling
2261 \labelwidthstring 00.00.0000
2262 \begin_inset Graphics
2263         filename ../../images/tabular-feature_toggle-line-bottom.png
2264         scale 70
2265         scaleBeforeRotation
2266         BoundingBox 0bp 6bp 22bp 22bp
2267
2268 \end_inset
2269
2270  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2271  wenn der Knopf grau hinterlegt ist
2272 \end_layout
2273
2274 \begin_layout Labeling
2275 \labelwidthstring 00.00.0000
2276 \begin_inset Graphics
2277         filename ../../images/tabular-feature_toggle-line-left.png
2278         scale 70
2279         scaleBeforeRotation
2280         BoundingBox 0bp 6bp 22bp 22bp
2281
2282 \end_inset
2283
2284  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2285  wenn der Knopf grau hinterlegt ist
2286 \end_layout
2287
2288 \begin_layout Labeling
2289 \labelwidthstring 00.00.0000
2290 \begin_inset Graphics
2291         filename ../../images/tabular-feature_toggle-line-right.png
2292         scale 70
2293         scaleBeforeRotation
2294         BoundingBox 0bp 6bp 22bp 22bp
2295
2296 \end_inset
2297
2298  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2299  wenn der Knopf grau hinterlegt ist
2300 \end_layout
2301
2302 \begin_layout Labeling
2303 \labelwidthstring 00.00.0000
2304 \begin_inset Graphics
2305         filename ../../images/tabular-feature_set-all-lines.png
2306         scale 70
2307         scaleBeforeRotation
2308         BoundingBox 0bp 6bp 22bp 22bp
2309
2310 \end_inset
2311
2312  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2313 \end_layout
2314
2315 \begin_layout Labeling
2316 \labelwidthstring 00.00.0000
2317 \begin_inset Graphics
2318         filename ../../images/tabular-feature_unset-all-lines.png
2319         scale 70
2320         scaleBeforeRotation
2321         BoundingBox 0bp 6bp 22bp 22bp
2322
2323 \end_inset
2324
2325  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2326 \end_layout
2327
2328 \begin_layout Labeling
2329 \labelwidthstring 00.00.0000
2330 \begin_inset Graphics
2331         filename ../../images/tabular-feature_align-left.png
2332         scale 70
2333         scaleBeforeRotation
2334         BoundingBox 0bp 6bp 22bp 22bp
2335
2336 \end_inset
2337
2338  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2339 \end_layout
2340
2341 \begin_layout Labeling
2342 \labelwidthstring 00.00.0000
2343 \begin_inset Graphics
2344         filename ../../images/tabular-feature_align-center.png
2345         scale 70
2346         scaleBeforeRotation
2347         BoundingBox 0bp 6bp 22bp 22bp
2348
2349 \end_inset
2350
2351  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2352 \end_layout
2353
2354 \begin_layout Labeling
2355 \labelwidthstring 00.00.0000
2356 \begin_inset Graphics
2357         filename ../../images/tabular-feature_align-right.png
2358         scale 70
2359         scaleBeforeRotation
2360         BoundingBox 0bp 6bp 22bp 22bp
2361
2362 \end_inset
2363
2364  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2365 \end_layout
2366
2367 \begin_layout Labeling
2368 \labelwidthstring 00.00.0000
2369 \begin_inset Graphics
2370         filename ../../images/tabular-feature_valign-top.png
2371         scale 70
2372         scaleBeforeRotation
2373         BoundingBox 0bp 6bp 22bp 22bp
2374
2375 \end_inset
2376
2377  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2378 \end_layout
2379
2380 \begin_layout Labeling
2381 \labelwidthstring 00.00.0000
2382 \begin_inset Graphics
2383         filename ../../images/tabular-feature_valign-middle.png
2384         scale 70
2385         scaleBeforeRotation
2386         BoundingBox 0bp 6bp 22bp 22bp
2387
2388 \end_inset
2389
2390  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2391 \end_layout
2392
2393 \begin_layout Labeling
2394 \labelwidthstring 00.00.0000
2395 \begin_inset Graphics
2396         filename ../../images/tabular-feature_valign-bottom.png
2397         scale 70
2398         scaleBeforeRotation
2399         BoundingBox 0bp 6bp 22bp 22bp
2400
2401 \end_inset
2402
2403  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2404 \end_layout
2405
2406 \begin_layout Labeling
2407 \labelwidthstring 00.00.0000
2408 \begin_inset Graphics
2409         filename ../../images/tabular-feature_set-rotate-cell.png
2410         scale 70
2411         scaleBeforeRotation
2412         BoundingBox 0bp 6bp 22bp 22bp
2413
2414 \end_inset
2415
2416  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2417 \end_layout
2418
2419 \begin_layout Labeling
2420 \labelwidthstring 00.00.0000
2421 \begin_inset Graphics
2422         filename ../../images/tabular-feature_set-rotate-tabular.png
2423         scale 70
2424         scaleBeforeRotation
2425         BoundingBox 0bp 6bp 22bp 22bp
2426
2427 \end_inset
2428
2429  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2430 \end_layout
2431
2432 \begin_layout Labeling
2433 \labelwidthstring 00.00.0000
2434 \begin_inset Graphics
2435         filename ../../images/tabular-feature_multicolumn.png
2436         scale 70
2437         scaleBeforeRotation
2438         BoundingBox 0bp 6bp 22bp 22bp
2439
2440 \end_inset
2441
2442  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2443 \end_layout
2444
2445 \begin_layout Standard
2446 \begin_inset Note Greyedout
2447 status open
2448
2449 \begin_layout Plain Layout
2450
2451 \series bold
2452 Bemerkung:
2453 \series default
2454  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2455  Reihe für alle Zelle der Reihe verwendet.
2456 \end_layout
2457
2458 \end_inset
2459
2460
2461 \end_layout
2462
2463 \begin_layout Section
2464 Bearbeiten-Menü
2465 \begin_inset Index
2466 status collapsed
2467
2468 \begin_layout Plain Layout
2469 Tabellen ! Bearbeiten-Menü
2470 \end_layout
2471
2472 \end_inset
2473
2474
2475 \end_layout
2476
2477 \begin_layout Standard
2478 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2479  Wenn der Cursor in einer Tabelle steht, sind im 
2480 \family sans
2481 Bearbeiten
2482 \family default
2483 -Menü folgende Punkte aktiviert: 
2484 \family sans
2485 Tabelle
2486 \family default
2487
2488 \family sans
2489 Zeilen
2490 \begin_inset space ~
2491 \end_inset
2492
2493 &
2494 \begin_inset space ~
2495 \end_inset
2496
2497 Spalten
2498 \family default
2499  und 
2500 \family sans
2501 Tabellen-Einstellungen
2502 \family default
2503 .
2504  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2505 ngsmöglichkeiten zu erreichen.
2506 \end_layout
2507
2508 \begin_layout Section
2509 Gleitende Tabellen
2510 \begin_inset CommandInset label
2511 LatexCommand label
2512 name "abs:Gleitende-Tabellen"
2513
2514 \end_inset
2515
2516
2517 \begin_inset Index
2518 status collapsed
2519
2520 \begin_layout Plain Layout
2521 Gleitobjekte ! Tabellen
2522 \end_layout
2523
2524 \end_inset
2525
2526
2527 \begin_inset Index
2528 status collapsed
2529
2530 \begin_layout Plain Layout
2531 Tabellen ! gleitende
2532 \end_layout
2533
2534 \end_inset
2535
2536
2537 \end_layout
2538
2539 \begin_layout Standard
2540 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2541 \begin_inset space ~
2542 \end_inset
2543
2544
2545 \begin_inset CommandInset ref
2546 LatexCommand ref
2547 reference "abs:Gleitobjekte-Einleitung"
2548
2549 \end_inset
2550
2551 .
2552 \end_layout
2553
2554 \begin_layout Standard
2555 \begin_inset Float table
2556 placement h
2557 wide false
2558 sideways false
2559 status open
2560
2561 \begin_layout Plain Layout
2562 \begin_inset Caption
2563
2564 \begin_layout Plain Layout
2565 \begin_inset CommandInset label
2566 LatexCommand label
2567 name "tab:a table float"
2568
2569 \end_inset
2570
2571 Eine gleitende Tabelle
2572 \end_layout
2573
2574 \end_inset
2575
2576
2577 \end_layout
2578
2579 \begin_layout Plain Layout
2580 \align center
2581 \begin_inset Tabular
2582 <lyxtabular version="3" rows="3" columns="3">
2583 <features>
2584 <column alignment="center" valignment="top" width="0pt">
2585 <column alignment="center" valignment="top" width="0pt">
2586 <column alignment="center" valignment="top" width="0pt">
2587 <row>
2588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2589 \begin_inset Text
2590
2591 \begin_layout Plain Layout
2592
2593 \family roman
2594 \series medium
2595 \shape up
2596 \size normal
2597 \emph off
2598 \bar no
2599 \noun off
2600 \color none
2601 1
2602 \end_layout
2603
2604 \end_inset
2605 </cell>
2606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2607 \begin_inset Text
2608
2609 \begin_layout Plain Layout
2610
2611 \family roman
2612 \series medium
2613 \shape up
2614 \size normal
2615 \emph off
2616 \bar no
2617 \noun off
2618 \color none
2619 2
2620 \end_layout
2621
2622 \end_inset
2623 </cell>
2624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2625 \begin_inset Text
2626
2627 \begin_layout Plain Layout
2628
2629 \family roman
2630 \series medium
2631 \shape up
2632 \size normal
2633 \emph off
2634 \bar no
2635 \noun off
2636 \color none
2637 3
2638 \end_layout
2639
2640 \end_inset
2641 </cell>
2642 </row>
2643 <row>
2644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2645 \begin_inset Text
2646
2647 \begin_layout Plain Layout
2648
2649 \family roman
2650 \series medium
2651 \shape up
2652 \size normal
2653 \emph off
2654 \bar no
2655 \noun off
2656 \color none
2657 Martin
2658 \end_layout
2659
2660 \end_inset
2661 </cell>
2662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2663 \begin_inset Text
2664
2665 \begin_layout Plain Layout
2666
2667 \family roman
2668 \series medium
2669 \shape up
2670 \size normal
2671 \emph off
2672 \bar no
2673 \noun off
2674 \color none
2675 Lena
2676 \end_layout
2677
2678 \end_inset
2679 </cell>
2680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2681 \begin_inset Text
2682
2683 \begin_layout Plain Layout
2684
2685 \family roman
2686 \series medium
2687 \shape up
2688 \size normal
2689 \emph off
2690 \bar no
2691 \noun off
2692 \color none
2693 Alina
2694 \end_layout
2695
2696 \end_inset
2697 </cell>
2698 </row>
2699 <row>
2700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2701 \begin_inset Text
2702
2703 \begin_layout Plain Layout
2704
2705 \family roman
2706 \series medium
2707 \shape up
2708 \size normal
2709 \emph off
2710 \bar no
2711 \noun off
2712 \color none
2713 \begin_inset Formula $\int x^{2}dx$
2714 \end_inset
2715
2716
2717 \end_layout
2718
2719 \end_inset
2720 </cell>
2721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2722 \begin_inset Text
2723
2724 \begin_layout Plain Layout
2725
2726 \family roman
2727 \series medium
2728 \shape up
2729 \size normal
2730 \emph off
2731 \bar no
2732 \noun off
2733 \color none
2734 \begin_inset Formula $\left[\begin{array}{cc}
2735 a & b\\
2736 c & d\end{array}\right]$
2737 \end_inset
2738
2739
2740 \end_layout
2741
2742 \end_inset
2743 </cell>
2744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2745 \begin_inset Text
2746
2747 \begin_layout Plain Layout
2748
2749 \family roman
2750 \series medium
2751 \shape up
2752 \size normal
2753 \emph off
2754 \bar no
2755 \noun off
2756 \color none
2757 \begin_inset Formula $1+1=2$
2758 \end_inset
2759
2760
2761 \end_layout
2762
2763 \end_inset
2764 </cell>
2765 </row>
2766 </lyxtabular>
2767
2768 \end_inset
2769
2770
2771 \end_layout
2772
2773 \end_inset
2774
2775
2776 \end_layout
2777
2778 \begin_layout Standard
2779 Gleitende Tabellen können über 
2780 \family sans
2781 Einfügen\SpecialChar \menuseparator
2782 Gleitobjekt\SpecialChar \menuseparator
2783 Tabelle
2784 \family default
2785  oder einen Klick auf den Werkzeugleistenknopf 
2786 \begin_inset Graphics
2787         filename ../../images/float-insert_table.png
2788         scale 70
2789         scaleBeforeRotation
2790         BoundingBox 0bp 6bp 22bp 22bp
2791
2792 \end_inset
2793
2794  erzeugt werden.
2795  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2796  In das rot umrahmte Feld rechts von 
2797 \emph on
2798 Tabelle
2799 \begin_inset space ~
2800 \end_inset
2801
2802 Nr:
2803 \emph default
2804  schreiben Sie die Tabellenbeschriftung.
2805  Nach einem Klick oberhalb oder unterhalb von 
2806 \emph on
2807 Tabelle
2808 \begin_inset space ~
2809 \end_inset
2810
2811 Nr:
2812 \emph default
2813  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2814 \begin_inset Graphics
2815         filename ../../images/tabular-insert.png
2816         scale 70
2817         scaleBeforeRotation
2818         BoundingBox 0bp 6bp 22bp 22bp
2819
2820 \end_inset
2821
2822  oder dem Menü 
2823 \family sans
2824 Einfügen\SpecialChar \menuseparator
2825 Tabelle
2826 \family default
2827  einfügen.
2828 \end_layout
2829
2830 \begin_layout Standard
2831 Tabelle
2832 \begin_inset space ~
2833 \end_inset
2834
2835
2836 \begin_inset CommandInset ref
2837 LatexCommand ref
2838 reference "tab:a table float"
2839
2840 \end_inset
2841
2842  ist ein Beispiel für eine gleitende Tabelle.
2843 \end_layout
2844
2845 \begin_layout Standard
2846 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2847 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2848  Das bedeutet, dass bei den Klassen 
2849 \family sans
2850 article
2851 \family default
2852
2853 \family sans
2854 book
2855 \family default
2856
2857 \family sans
2858 letter
2859 \family default
2860 , und 
2861 \family sans
2862 report
2863 \family default
2864  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2865  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2866 \series bold
2867 caption
2868 \series default
2869
2870 \begin_inset Index
2871 status collapsed
2872
2873 \begin_layout Plain Layout
2874 LaTeX-Pakete ! caption
2875 \end_layout
2876
2877 \end_inset
2878
2879  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2880 \begin_inset Foot
2881 status open
2882
2883 \begin_layout Plain Layout
2884 Näheres finden Sie im Abschnitt
2885 \begin_inset space ~
2886 \end_inset
2887
2888
2889 \begin_inset CommandInset ref
2890 LatexCommand ref
2891 reference "abs:Titel-Platzierung"
2892
2893 \end_inset
2894
2895 .
2896 \end_layout
2897
2898 \end_inset
2899
2900
2901 \end_layout
2902
2903 \begin_layout Standard
2904
2905 \series bold
2906 tableposition=top
2907 \end_layout
2908
2909 \begin_layout Standard
2910 Das Paket 
2911 \series bold
2912 caption
2913 \series default
2914 , das in Abschnitt
2915 \begin_inset space ~
2916 \end_inset
2917
2918
2919 \begin_inset CommandInset ref
2920 LatexCommand ref
2921 reference "abs:Titel-Formatierung"
2922
2923 \end_inset
2924
2925  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2926 \end_layout
2927
2928 \begin_layout Standard
2929 \begin_inset Index
2930 status collapsed
2931
2932 \begin_layout Plain Layout
2933 Tabellen ! zitieren
2934 \end_layout
2935
2936 \end_inset
2937
2938 Auf Tabellen kann über ihre Marke verwiesen werden.
2939  Dafür fügen Sie in der Beschriftung mit 
2940 \family sans
2941 Einfügen\SpecialChar \menuseparator
2942 Marke
2943 \family default
2944  oder durch Klicken auf 
2945 \begin_inset Graphics
2946         filename ../../images/label-insert.png
2947         scale 70
2948         scaleBeforeRotation
2949         BoundingBox 0bp 6bp 20bp 20bp
2950
2951 \end_inset
2952
2953  eine Marke ein.
2954  Auf diese können Sie dann wie gewohnt mit 
2955 \family sans
2956 Einfügen\SpecialChar \menuseparator
2957 Querverweis
2958 \family default
2959  oder durch Klicken auf 
2960 \begin_inset Graphics
2961         filename ../../images/dialog-show-new-inset_ref.png
2962         scale 70
2963         scaleBeforeRotation
2964         BoundingBox 0bp 6bp 22bp 22bp
2965
2966 \end_inset
2967
2968  verweisen.
2969  Verweise werden detailliert in Abschnitt
2970 \begin_inset space ~
2971 \end_inset
2972
2973
2974 \begin_inset CommandInset ref
2975 LatexCommand ref
2976 reference "abs:Auf-Gleitobjekte-verweisen"
2977
2978 \end_inset
2979
2980  beschrieben.
2981 \end_layout
2982
2983 \begin_layout Section
2984 Lange Tabellen
2985 \begin_inset CommandInset label
2986 LatexCommand label
2987 name "abs:Lange-Tabellen"
2988
2989 \end_inset
2990
2991
2992 \begin_inset Index
2993 status collapsed
2994
2995 \begin_layout Plain Layout
2996 Tabellen ! lange
2997 \end_layout
2998
2999 \end_inset
3000
3001
3002 \end_layout
3003
3004 \begin_layout Standard
3005 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3006  Dialogfenster 
3007 \family sans
3008 Tabellen-Einstellungen
3009 \family default
3010  auf der Karteikarte  
3011 \family sans
3012 Lange
3013 \begin_inset space ~
3014 \end_inset
3015
3016 Tabelle
3017 \family default
3018  die Option 
3019 \family sans
3020 Lange
3021 \begin_inset space ~
3022 \end_inset
3023
3024 Tabelle
3025 \begin_inset space ~
3026 \end_inset
3027
3028 verwenden
3029 \family default
3030  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3031  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3032 \end_layout
3033
3034 \begin_layout Description
3035
3036 \family sans
3037 Kopfzei
3038 \family default
3039 le: Die aktuelle Zeile sowie alle darüberliegenden, die keine Sonderoptionen
3040  aktiviert haben, werden als Überschrifts-Zeilen aller Seiten festgelegt;
3041  mit Ausnahme der ersten, wenn 
3042 \family sans
3043 Erste
3044 \begin_inset space ~
3045 \end_inset
3046
3047 Kopfzeile
3048 \family default
3049  aktiviert ist.
3050 \end_layout
3051
3052 \begin_layout Description
3053
3054 \family sans
3055 Erste
3056 \lang english
3057
3058 \begin_inset space ~
3059 \end_inset
3060
3061
3062 \lang ngerman
3063 Kopfz
3064 \family default
3065 eile: Die aktuelle Zeile sowie alle darüberliegenden, die keine Sonderoptionen
3066  aktiviert haben, werden als Überschrifts-Zeilen der ersten Seite einer
3067  mehrseitigen Tabelle definiert.
3068 \end_layout
3069
3070 \begin_layout Description
3071
3072 \family sans
3073 Fußz
3074 \family default
3075 eile: Die aktuelle Zeile sowie alle darüberliegenden, die keine Sonderoptionen
3076  aktiviert haben, werden als Fußzeilen aller Seiten festgelegt; mit Ausnahme
3077  der letzten, wenn 
3078 \family sans
3079 Letzte
3080 \begin_inset space ~
3081 \end_inset
3082
3083 Fußzeile
3084 \family default
3085  aktiviert ist.
3086 \end_layout
3087
3088 \begin_layout Description
3089
3090 \family sans
3091 Letzte
3092 \begin_inset space ~
3093 \end_inset
3094
3095 Fußz
3096 \family default
3097 eile: Die aktuelle Zeile sowie alle darüberliegenden, die keine Sonderoptionen
3098  aktiviert haben, werden als die Fußzeilen der letzten Seite einer mehrseitigen
3099  Tabelle definiert.
3100 \end_layout
3101
3102 \begin_layout Description
3103 Legende: Die erste Zeile wird als einzelne Spalte zurückgesetzt.
3104  Sie dort können nun die Tabellenbeschriftung (Legende) über das Menü 
3105 \family sans
3106 Einfügen\SpecialChar \menuseparator
3107 Marke
3108 \family default
3109  einfügen.
3110  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3111 \begin_inset space ~
3112 \end_inset
3113
3114
3115 \begin_inset CommandInset ref
3116 LatexCommand ref
3117 reference "uab:Beschriftungen-langer-Tabellen"
3118
3119 \end_inset
3120
3121  erklärt.
3122 \end_layout
3123
3124 \begin_layout Standard
3125 Hier ist ein Beispiel einer langen Tabelle:
3126 \end_layout
3127
3128 \begin_layout Standard
3129 \align center
3130 \begin_inset Tabular
3131 <lyxtabular version="3" rows="69" columns="3">
3132 <features islongtable="true">
3133 <column alignment="left" valignment="top" width="0cm">
3134 <column alignment="left" valignment="top" width="0pt">
3135 <column alignment="right" valignment="top" width="0pt">
3136 <row endfirsthead="true">
3137 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3138 \begin_inset Text
3139
3140 \begin_layout Plain Layout
3141
3142 \series bold
3143 Telefonliste (ignoriere die Namen)
3144 \end_layout
3145
3146 \end_inset
3147 </cell>
3148 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3149 \begin_inset Text
3150
3151 \begin_layout Plain Layout
3152
3153 \end_layout
3154
3155 \end_inset
3156 </cell>
3157 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3158 \begin_inset Text
3159
3160 \begin_layout Plain Layout
3161
3162 \end_layout
3163
3164 \end_inset
3165 </cell>
3166 </row>
3167 <row endfirsthead="true">
3168 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3169 \begin_inset Text
3170
3171 \begin_layout Plain Layout
3172
3173 \series bold
3174 NAME
3175 \end_layout
3176
3177 \end_inset
3178 </cell>
3179 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3180 \begin_inset Text
3181
3182 \begin_layout Plain Layout
3183
3184 \end_layout
3185
3186 \end_inset
3187 </cell>
3188 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3189 \begin_inset Text
3190
3191 \begin_layout Plain Layout
3192
3193 \series bold
3194 TEL.
3195 \end_layout
3196
3197 \end_inset
3198 </cell>
3199 </row>
3200 <row endhead="true">
3201 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205
3206 \series bold
3207 Telefonliste
3208 \end_layout
3209
3210 \end_inset
3211 </cell>
3212 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3213 \begin_inset Text
3214
3215 \begin_layout Plain Layout
3216
3217 \end_layout
3218
3219 \end_inset
3220 </cell>
3221 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3222 \begin_inset Text
3223
3224 \begin_layout Plain Layout
3225
3226 \end_layout
3227
3228 \end_inset
3229 </cell>
3230 </row>
3231 <row endhead="true">
3232 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3233 \begin_inset Text
3234
3235 \begin_layout Plain Layout
3236
3237 \series bold
3238 NAME
3239 \end_layout
3240
3241 \end_inset
3242 </cell>
3243 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3244 \begin_inset Text
3245
3246 \begin_layout Plain Layout
3247
3248 \end_layout
3249
3250 \end_inset
3251 </cell>
3252 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3253 \begin_inset Text
3254
3255 \begin_layout Plain Layout
3256
3257 \series bold
3258 TEL.
3259 \end_layout
3260
3261 \end_inset
3262 </cell>
3263 </row>
3264 <row endfoot="true">
3265 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Plain Layout
3269
3270 \series bold
3271 wird fortgesetzt
3272 \series default
3273  \SpecialChar \ldots{}
3274
3275 \end_layout
3276
3277 \end_inset
3278 </cell>
3279 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3280 \begin_inset Text
3281
3282 \begin_layout Plain Layout
3283
3284 \end_layout
3285
3286 \end_inset
3287 </cell>
3288 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3289 \begin_inset Text
3290
3291 \begin_layout Plain Layout
3292
3293 \end_layout
3294
3295 \end_inset
3296 </cell>
3297 </row>
3298 <row>
3299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3300 \begin_inset Text
3301
3302 \begin_layout Plain Layout
3303
3304 \series bold
3305 Annovi
3306 \end_layout
3307
3308 \end_inset
3309 </cell>
3310 <cell alignment="center" valignment="top" usebox="none">
3311 \begin_inset Text
3312
3313 \begin_layout Plain Layout
3314 Silvia
3315 \end_layout
3316
3317 \end_inset
3318 </cell>
3319 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3320 \begin_inset Text
3321
3322 \begin_layout Plain Layout
3323 111
3324 \end_layout
3325
3326 \end_inset
3327 </cell>
3328 </row>
3329 <row>
3330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3331 \begin_inset Text
3332
3333 \begin_layout Plain Layout
3334
3335 \series bold
3336 Bertoli
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 <cell alignment="center" valignment="top" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Plain Layout
3345 Stefano
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3351 \begin_inset Text
3352
3353 \begin_layout Plain Layout
3354 111
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 </row>
3360 <row>
3361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3362 \begin_inset Text
3363
3364 \begin_layout Plain Layout
3365
3366 \series bold
3367 Bozzi
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 <cell alignment="center" valignment="top" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376 Walter
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3382 \begin_inset Text
3383
3384 \begin_layout Plain Layout
3385 111
3386 \end_layout
3387
3388 \end_inset
3389 </cell>
3390 </row>
3391 <row>
3392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3393 \begin_inset Text
3394
3395 \begin_layout Plain Layout
3396
3397 \series bold
3398 Cachia
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 <cell alignment="center" valignment="top" usebox="none">
3404 \begin_inset Text
3405
3406 \begin_layout Plain Layout
3407 Maria
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3413 \begin_inset Text
3414
3415 \begin_layout Plain Layout
3416 111
3417 \end_layout
3418
3419 \end_inset
3420 </cell>
3421 </row>
3422 <row>
3423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3424 \begin_inset Text
3425
3426 \begin_layout Plain Layout
3427
3428 \series bold
3429 Cachia
3430 \end_layout
3431
3432 \end_inset
3433 </cell>
3434 <cell alignment="center" valignment="top" usebox="none">
3435 \begin_inset Text
3436
3437 \begin_layout Plain Layout
3438 Maurizio
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3444 \begin_inset Text
3445
3446 \begin_layout Plain Layout
3447 111
3448 \end_layout
3449
3450 \end_inset
3451 </cell>
3452 </row>
3453 <row>
3454 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3455 \begin_inset Text
3456
3457 \begin_layout Plain Layout
3458
3459 \series bold
3460 Cinquemani
3461 \end_layout
3462
3463 \end_inset
3464 </cell>
3465 <cell alignment="center" valignment="top" usebox="none">
3466 \begin_inset Text
3467
3468 \begin_layout Plain Layout
3469 Giusi
3470 \end_layout
3471
3472 \end_inset
3473 </cell>
3474 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Plain Layout
3478 111
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 </row>
3484 <row>
3485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3486 \begin_inset Text
3487
3488 \begin_layout Plain Layout
3489
3490 \series bold
3491 Colin
3492 \end_layout
3493
3494 \end_inset
3495 </cell>
3496 <cell alignment="center" valignment="top" usebox="none">
3497 \begin_inset Text
3498
3499 \begin_layout Plain Layout
3500 Bernard
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3506 \begin_inset Text
3507
3508 \begin_layout Plain Layout
3509 111
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 </row>
3515 <row>
3516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3517 \begin_inset Text
3518
3519 \begin_layout Plain Layout
3520
3521 \series bold
3522 Concli
3523 \end_layout
3524
3525 \end_inset
3526 </cell>
3527 <cell alignment="center" valignment="top" usebox="none">
3528 \begin_inset Text
3529
3530 \begin_layout Plain Layout
3531 Gianfranco
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3537 \begin_inset Text
3538
3539 \begin_layout Plain Layout
3540 111
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 </row>
3546 <row>
3547 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3548 \begin_inset Text
3549
3550 \begin_layout Plain Layout
3551
3552 \series bold
3553 Dal Bosco
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 <cell alignment="center" valignment="top" usebox="none">
3559 \begin_inset Text
3560
3561 \begin_layout Plain Layout
3562 Carolina
3563 \end_layout
3564
3565 \end_inset
3566 </cell>
3567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3568 \begin_inset Text
3569
3570 \begin_layout Plain Layout
3571 111
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 </row>
3577 <row>
3578 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Plain Layout
3582
3583 \series bold
3584 Dalpiaz
3585 \end_layout
3586
3587 \end_inset
3588 </cell>
3589 <cell alignment="center" valignment="top" usebox="none">
3590 \begin_inset Text
3591
3592 \begin_layout Plain Layout
3593 Annamaria
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3599 \begin_inset Text
3600
3601 \begin_layout Plain Layout
3602 111
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 </row>
3608 <row>
3609 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3610 \begin_inset Text
3611
3612 \begin_layout Plain Layout
3613
3614 \series bold
3615 Feliciello
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 <cell alignment="center" valignment="top" usebox="none">
3621 \begin_inset Text
3622
3623 \begin_layout Plain Layout
3624 Domenico
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3630 \begin_inset Text
3631
3632 \begin_layout Plain Layout
3633 111
3634 \end_layout
3635
3636 \end_inset
3637 </cell>
3638 </row>
3639 <row>
3640 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3641 \begin_inset Text
3642
3643 \begin_layout Plain Layout
3644
3645 \series bold
3646 Focarelli
3647 \end_layout
3648
3649 \end_inset
3650 </cell>
3651 <cell alignment="center" valignment="top" usebox="none">
3652 \begin_inset Text
3653
3654 \begin_layout Plain Layout
3655 Paola
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3661 \begin_inset Text
3662
3663 \begin_layout Plain Layout
3664 111
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 </row>
3670 <row>
3671 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3672 \begin_inset Text
3673
3674 \begin_layout Plain Layout
3675
3676 \series bold
3677 Galletti
3678 \end_layout
3679
3680 \end_inset
3681 </cell>
3682 <cell alignment="center" valignment="top" usebox="none">
3683 \begin_inset Text
3684
3685 \begin_layout Plain Layout
3686 Oreste
3687 \end_layout
3688
3689 \end_inset
3690 </cell>
3691 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3692 \begin_inset Text
3693
3694 \begin_layout Plain Layout
3695 111
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 </row>
3701 <row>
3702 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3703 \begin_inset Text
3704
3705 \begin_layout Plain Layout
3706
3707 \series bold
3708 Gasparini
3709 \end_layout
3710
3711 \end_inset
3712 </cell>
3713 <cell alignment="center" valignment="top" usebox="none">
3714 \begin_inset Text
3715
3716 \begin_layout Plain Layout
3717 Franca
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3723 \begin_inset Text
3724
3725 \begin_layout Plain Layout
3726 111
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 </row>
3732 <row>
3733 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3734 \begin_inset Text
3735
3736 \begin_layout Plain Layout
3737
3738 \series bold
3739 Rizzardi
3740 \end_layout
3741
3742 \end_inset
3743 </cell>
3744 <cell alignment="center" valignment="top" usebox="none">
3745 \begin_inset Text
3746
3747 \begin_layout Plain Layout
3748 Paola
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3754 \begin_inset Text
3755
3756 \begin_layout Plain Layout
3757 111
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 </row>
3763 <row>
3764 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3765 \begin_inset Text
3766
3767 \begin_layout Plain Layout
3768
3769 \series bold
3770 Lassini
3771 \end_layout
3772
3773 \end_inset
3774 </cell>
3775 <cell alignment="center" valignment="top" usebox="none">
3776 \begin_inset Text
3777
3778 \begin_layout Plain Layout
3779 Giancarlo
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Plain Layout
3788 111
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 </row>
3794 <row>
3795 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3796 \begin_inset Text
3797
3798 \begin_layout Plain Layout
3799
3800 \series bold
3801 Malfatti
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 <cell alignment="center" valignment="top" usebox="none">
3807 \begin_inset Text
3808
3809 \begin_layout Plain Layout
3810 Luciano
3811 \end_layout
3812
3813 \end_inset
3814 </cell>
3815 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3816 \begin_inset Text
3817
3818 \begin_layout Plain Layout
3819 111
3820 \end_layout
3821
3822 \end_inset
3823 </cell>
3824 </row>
3825 <row>
3826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3827 \begin_inset Text
3828
3829 \begin_layout Plain Layout
3830
3831 \series bold
3832 Malfatti
3833 \end_layout
3834
3835 \end_inset
3836 </cell>
3837 <cell alignment="center" valignment="top" usebox="none">
3838 \begin_inset Text
3839
3840 \begin_layout Plain Layout
3841 Valeriano
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3847 \begin_inset Text
3848
3849 \begin_layout Plain Layout
3850 111
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 </row>
3856 <row>
3857 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3858 \begin_inset Text
3859
3860 \begin_layout Plain Layout
3861
3862 \series bold
3863 Meneguzzo
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 <cell alignment="center" valignment="top" usebox="none">
3869 \begin_inset Text
3870
3871 \begin_layout Plain Layout
3872 Roberto
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3878 \begin_inset Text
3879
3880 \begin_layout Plain Layout
3881 111
3882 \end_layout
3883
3884 \end_inset
3885 </cell>
3886 </row>
3887 <row>
3888 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3889 \begin_inset Text
3890
3891 \begin_layout Plain Layout
3892
3893 \series bold
3894 Mezzadra
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 <cell alignment="center" valignment="top" usebox="none">
3900 \begin_inset Text
3901
3902 \begin_layout Plain Layout
3903 Roberto
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3909 \begin_inset Text
3910
3911 \begin_layout Plain Layout
3912 111
3913 \end_layout
3914
3915 \end_inset
3916 </cell>
3917 </row>
3918 <row>
3919 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3920 \begin_inset Text
3921
3922 \begin_layout Plain Layout
3923
3924 \series bold
3925 Pirpamer
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 <cell alignment="center" valignment="top" usebox="none">
3931 \begin_inset Text
3932
3933 \begin_layout Plain Layout
3934 Erich
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3940 \begin_inset Text
3941
3942 \begin_layout Plain Layout
3943 111
3944 \end_layout
3945
3946 \end_inset
3947 </cell>
3948 </row>
3949 <row>
3950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3951 \begin_inset Text
3952
3953 \begin_layout Plain Layout
3954
3955 \series bold
3956 Pochiesa
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 <cell alignment="center" valignment="top" usebox="none">
3962 \begin_inset Text
3963
3964 \begin_layout Plain Layout
3965 Paolo
3966 \end_layout
3967
3968 \end_inset
3969 </cell>
3970 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3971 \begin_inset Text
3972
3973 \begin_layout Plain Layout
3974 111, 222
3975 \end_layout
3976
3977 \end_inset
3978 </cell>
3979 </row>
3980 <row>
3981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3982 \begin_inset Text
3983
3984 \begin_layout Plain Layout
3985
3986 \series bold
3987 Radina
3988 \end_layout
3989
3990 \end_inset
3991 </cell>
3992 <cell alignment="center" valignment="top" usebox="none">
3993 \begin_inset Text
3994
3995 \begin_layout Plain Layout
3996 Claudio
3997 \end_layout
3998
3999 \end_inset
4000 </cell>
4001 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4002 \begin_inset Text
4003
4004 \begin_layout Plain Layout
4005 111
4006 \end_layout
4007
4008 \end_inset
4009 </cell>
4010 </row>
4011 <row>
4012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4013 \begin_inset Text
4014
4015 \begin_layout Plain Layout
4016
4017 \series bold
4018 Stuffer
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 <cell alignment="center" valignment="top" usebox="none">
4024 \begin_inset Text
4025
4026 \begin_layout Plain Layout
4027 Oskar
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4033 \begin_inset Text
4034
4035 \begin_layout Plain Layout
4036 111
4037 \end_layout
4038
4039 \end_inset
4040 </cell>
4041 </row>
4042 <row>
4043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4044 \begin_inset Text
4045
4046 \begin_layout Plain Layout
4047
4048 \series bold
4049 Tacchelli
4050 \end_layout
4051
4052 \end_inset
4053 </cell>
4054 <cell alignment="center" valignment="top" usebox="none">
4055 \begin_inset Text
4056
4057 \begin_layout Plain Layout
4058 Ugo
4059 \end_layout
4060
4061 \end_inset
4062 </cell>
4063 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4064 \begin_inset Text
4065
4066 \begin_layout Plain Layout
4067 111
4068 \end_layout
4069
4070 \end_inset
4071 </cell>
4072 </row>
4073 <row>
4074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4075 \begin_inset Text
4076
4077 \begin_layout Plain Layout
4078
4079 \series bold
4080 Tezzele
4081 \end_layout
4082
4083 \end_inset
4084 </cell>
4085 <cell alignment="center" valignment="top" usebox="none">
4086 \begin_inset Text
4087
4088 \begin_layout Plain Layout
4089 Margit
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4095 \begin_inset Text
4096
4097 \begin_layout Plain Layout
4098 111
4099 \end_layout
4100
4101 \end_inset
4102 </cell>
4103 </row>
4104 <row>
4105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4106 \begin_inset Text
4107
4108 \begin_layout Plain Layout
4109
4110 \series bold
4111 Unterkalmsteiner
4112 \end_layout
4113
4114 \end_inset
4115 </cell>
4116 <cell alignment="center" valignment="top" usebox="none">
4117 \begin_inset Text
4118
4119 \begin_layout Plain Layout
4120 Frieda
4121 \end_layout
4122
4123 \end_inset
4124 </cell>
4125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4126 \begin_inset Text
4127
4128 \begin_layout Plain Layout
4129 111
4130 \end_layout
4131
4132 \end_inset
4133 </cell>
4134 </row>
4135 <row>
4136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4137 \begin_inset Text
4138
4139 \begin_layout Plain Layout
4140
4141 \series bold
4142 Vieider
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 <cell alignment="center" valignment="top" usebox="none">
4148 \begin_inset Text
4149
4150 \begin_layout Plain Layout
4151 Hilde
4152 \end_layout
4153
4154 \end_inset
4155 </cell>
4156 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4157 \begin_inset Text
4158
4159 \begin_layout Plain Layout
4160 111
4161 \end_layout
4162
4163 \end_inset
4164 </cell>
4165 </row>
4166 <row>
4167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4168 \begin_inset Text
4169
4170 \begin_layout Plain Layout
4171
4172 \series bold
4173 Vigna
4174 \end_layout
4175
4176 \end_inset
4177 </cell>
4178 <cell alignment="center" valignment="top" usebox="none">
4179 \begin_inset Text
4180
4181 \begin_layout Plain Layout
4182 Jürgen
4183 \end_layout
4184
4185 \end_inset
4186 </cell>
4187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4188 \begin_inset Text
4189
4190 \begin_layout Plain Layout
4191 111
4192 \end_layout
4193
4194 \end_inset
4195 </cell>
4196 </row>
4197 <row>
4198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Plain Layout
4202
4203 \series bold
4204 Weber
4205 \end_layout
4206
4207 \end_inset
4208 </cell>
4209 <cell alignment="center" valignment="top" usebox="none">
4210 \begin_inset Text
4211
4212 \begin_layout Plain Layout
4213 Maurizio
4214 \end_layout
4215
4216 \end_inset
4217 </cell>
4218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4219 \begin_inset Text
4220
4221 \begin_layout Plain Layout
4222 111
4223 \end_layout
4224
4225 \end_inset
4226 </cell>
4227 </row>
4228 <row>
4229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4230 \begin_inset Text
4231
4232 \begin_layout Plain Layout
4233
4234 \series bold
4235 Winkler
4236 \end_layout
4237
4238 \end_inset
4239 </cell>
4240 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4241 \begin_inset Text
4242
4243 \begin_layout Plain Layout
4244 Franz
4245 \end_layout
4246
4247 \end_inset
4248 </cell>
4249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Plain Layout
4253 111
4254 \end_layout
4255
4256 \end_inset
4257 </cell>
4258 </row>
4259 <row>
4260 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4261 \begin_inset Text
4262
4263 \begin_layout Plain Layout
4264  
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 </row>
4288 <row>
4289 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Plain Layout
4293
4294 \series bold
4295 Annovi
4296 \end_layout
4297
4298 \end_inset
4299 </cell>
4300 <cell alignment="center" valignment="top" usebox="none">
4301 \begin_inset Text
4302
4303 \begin_layout Plain Layout
4304 Silvia
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313 555
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 </row>
4319 <row>
4320 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4321 \begin_inset Text
4322
4323 \begin_layout Plain Layout
4324
4325 \series bold
4326 Bertoli
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 <cell alignment="center" valignment="top" usebox="none">
4332 \begin_inset Text
4333
4334 \begin_layout Plain Layout
4335 Stefano
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344 555
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 </row>
4350 <row>
4351 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4352 \begin_inset Text
4353
4354 \begin_layout Plain Layout
4355
4356 \series bold
4357 Bozzi
4358 \end_layout
4359
4360 \end_inset
4361 </cell>
4362 <cell alignment="center" valignment="top" usebox="none">
4363 \begin_inset Text
4364
4365 \begin_layout Plain Layout
4366 Walter
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4372 \begin_inset Text
4373
4374 \begin_layout Plain Layout
4375 555
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 </row>
4381 <row>
4382 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4383 \begin_inset Text
4384
4385 \begin_layout Plain Layout
4386
4387 \series bold
4388 Cachia
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 <cell alignment="center" valignment="top" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397 Maria
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4403 \begin_inset Text
4404
4405 \begin_layout Plain Layout
4406 555
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 </row>
4412 <row>
4413 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4414 \begin_inset Text
4415
4416 \begin_layout Plain Layout
4417
4418 \series bold
4419 Cachia
4420 \end_layout
4421
4422 \end_inset
4423 </cell>
4424 <cell alignment="center" valignment="top" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Plain Layout
4428 Maurizio
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4434 \begin_inset Text
4435
4436 \begin_layout Plain Layout
4437 555
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 </row>
4443 <row>
4444 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4445 \begin_inset Text
4446
4447 \begin_layout Plain Layout
4448
4449 \series bold
4450 Cinquemani
4451 \end_layout
4452
4453 \end_inset
4454 </cell>
4455 <cell alignment="center" valignment="top" usebox="none">
4456 \begin_inset Text
4457
4458 \begin_layout Plain Layout
4459 Giusi
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Plain Layout
4468 555
4469 \end_layout
4470
4471 \end_inset
4472 </cell>
4473 </row>
4474 <row>
4475 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4476 \begin_inset Text
4477
4478 \begin_layout Plain Layout
4479
4480 \series bold
4481 Colin
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 <cell alignment="center" valignment="top" usebox="none">
4487 \begin_inset Text
4488
4489 \begin_layout Plain Layout
4490 Bernard
4491 \end_layout
4492
4493 \end_inset
4494 </cell>
4495 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4496 \begin_inset Text
4497
4498 \begin_layout Plain Layout
4499 555
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 </row>
4505 <row>
4506 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4507 \begin_inset Text
4508
4509 \begin_layout Plain Layout
4510
4511 \series bold
4512 Concli
4513 \end_layout
4514
4515 \end_inset
4516 </cell>
4517 <cell alignment="center" valignment="top" usebox="none">
4518 \begin_inset Text
4519
4520 \begin_layout Plain Layout
4521 Gianfranco
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4527 \begin_inset Text
4528
4529 \begin_layout Plain Layout
4530 555
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 </row>
4536 <row>
4537 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4538 \begin_inset Text
4539
4540 \begin_layout Plain Layout
4541
4542 \series bold
4543 Dal Bosco
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 <cell alignment="center" valignment="top" usebox="none">
4549 \begin_inset Text
4550
4551 \begin_layout Plain Layout
4552 Carolina
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Plain Layout
4561 555
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 </row>
4567 <row>
4568 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4569 \begin_inset Text
4570
4571 \begin_layout Plain Layout
4572
4573 \series bold
4574 Dalpiaz
4575 \end_layout
4576
4577 \end_inset
4578 </cell>
4579 <cell alignment="center" valignment="top" usebox="none">
4580 \begin_inset Text
4581
4582 \begin_layout Plain Layout
4583 Annamaria
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4589 \begin_inset Text
4590
4591 \begin_layout Plain Layout
4592 555
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 </row>
4598 <row>
4599 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4600 \begin_inset Text
4601
4602 \begin_layout Plain Layout
4603
4604 \series bold
4605 Feliciello
4606 \end_layout
4607
4608 \end_inset
4609 </cell>
4610 <cell alignment="center" valignment="top" usebox="none">
4611 \begin_inset Text
4612
4613 \begin_layout Plain Layout
4614 Domenico
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4620 \begin_inset Text
4621
4622 \begin_layout Plain Layout
4623 555
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 </row>
4629 <row>
4630 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4631 \begin_inset Text
4632
4633 \begin_layout Plain Layout
4634
4635 \series bold
4636 Focarelli
4637 \end_layout
4638
4639 \end_inset
4640 </cell>
4641 <cell alignment="center" valignment="top" usebox="none">
4642 \begin_inset Text
4643
4644 \begin_layout Plain Layout
4645 Paola
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Plain Layout
4654 555
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 </row>
4660 <row>
4661 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4662 \begin_inset Text
4663
4664 \begin_layout Plain Layout
4665
4666 \series bold
4667 Galletti
4668 \end_layout
4669
4670 \end_inset
4671 </cell>
4672 <cell alignment="center" valignment="top" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676 Oreste
4677 \end_layout
4678
4679 \end_inset
4680 </cell>
4681 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4682 \begin_inset Text
4683
4684 \begin_layout Plain Layout
4685 555
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 </row>
4691 <row>
4692 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4693 \begin_inset Text
4694
4695 \begin_layout Plain Layout
4696
4697 \series bold
4698 Gasparini
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 <cell alignment="center" valignment="top" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 Franca
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4713 \begin_inset Text
4714
4715 \begin_layout Plain Layout
4716 555
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 </row>
4722 <row>
4723 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4724 \begin_inset Text
4725
4726 \begin_layout Plain Layout
4727
4728 \series bold
4729 Rizzardi
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 <cell alignment="center" valignment="top" usebox="none">
4735 \begin_inset Text
4736
4737 \begin_layout Plain Layout
4738 Paola
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4744 \begin_inset Text
4745
4746 \begin_layout Plain Layout
4747 555
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 </row>
4753 <row>
4754 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4755 \begin_inset Text
4756
4757 \begin_layout Plain Layout
4758
4759 \series bold
4760 Lassini
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 <cell alignment="center" valignment="top" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Plain Layout
4769 Giancarlo
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4775 \begin_inset Text
4776
4777 \begin_layout Plain Layout
4778 555
4779 \end_layout
4780
4781 \end_inset
4782 </cell>
4783 </row>
4784 <row>
4785 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4786 \begin_inset Text
4787
4788 \begin_layout Plain Layout
4789
4790 \series bold
4791 Malfatti
4792 \end_layout
4793
4794 \end_inset
4795 </cell>
4796 <cell alignment="center" valignment="top" usebox="none">
4797 \begin_inset Text
4798
4799 \begin_layout Plain Layout
4800 Luciano
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4806 \begin_inset Text
4807
4808 \begin_layout Plain Layout
4809 555
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 </row>
4815 <row>
4816 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4817 \begin_inset Text
4818
4819 \begin_layout Plain Layout
4820
4821 \series bold
4822 Malfatti
4823 \end_layout
4824
4825 \end_inset
4826 </cell>
4827 <cell alignment="center" valignment="top" usebox="none">
4828 \begin_inset Text
4829
4830 \begin_layout Plain Layout
4831 Valeriano
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4837 \begin_inset Text
4838
4839 \begin_layout Plain Layout
4840 555
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 </row>
4846 <row>
4847 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4848 \begin_inset Text
4849
4850 \begin_layout Plain Layout
4851
4852 \series bold
4853 Meneguzzo
4854 \end_layout
4855
4856 \end_inset
4857 </cell>
4858 <cell alignment="center" valignment="top" usebox="none">
4859 \begin_inset Text
4860
4861 \begin_layout Plain Layout
4862 Roberto
4863 \end_layout
4864
4865 \end_inset
4866 </cell>
4867 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4868 \begin_inset Text
4869
4870 \begin_layout Plain Layout
4871 555
4872 \end_layout
4873
4874 \end_inset
4875 </cell>
4876 </row>
4877 <row>
4878 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4879 \begin_inset Text
4880
4881 \begin_layout Plain Layout
4882
4883 \series bold
4884 Mezzadra
4885 \end_layout
4886
4887 \end_inset
4888 </cell>
4889 <cell alignment="center" valignment="top" usebox="none">
4890 \begin_inset Text
4891
4892 \begin_layout Plain Layout
4893 Roberto
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4899 \begin_inset Text
4900
4901 \begin_layout Plain Layout
4902 555
4903 \end_layout
4904
4905 \end_inset
4906 </cell>
4907 </row>
4908 <row>
4909 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4910 \begin_inset Text
4911
4912 \begin_layout Plain Layout
4913
4914 \series bold
4915 Pirpamer
4916 \end_layout
4917
4918 \end_inset
4919 </cell>
4920 <cell alignment="center" valignment="top" usebox="none">
4921 \begin_inset Text
4922
4923 \begin_layout Plain Layout
4924 Erich
4925 \end_layout
4926
4927 \end_inset
4928 </cell>
4929 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4930 \begin_inset Text
4931
4932 \begin_layout Plain Layout
4933 555
4934 \end_layout
4935
4936 \end_inset
4937 </cell>
4938 </row>
4939 <row>
4940 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4941 \begin_inset Text
4942
4943 \begin_layout Plain Layout
4944
4945 \series bold
4946 Pochiesa
4947 \end_layout
4948
4949 \end_inset
4950 </cell>
4951 <cell alignment="center" valignment="top" usebox="none">
4952 \begin_inset Text
4953
4954 \begin_layout Plain Layout
4955 Paolo
4956 \end_layout
4957
4958 \end_inset
4959 </cell>
4960 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4961 \begin_inset Text
4962
4963 \begin_layout Plain Layout
4964 555, 222
4965 \end_layout
4966
4967 \end_inset
4968 </cell>
4969 </row>
4970 <row>
4971 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4972 \begin_inset Text
4973
4974 \begin_layout Plain Layout
4975
4976 \series bold
4977 Radina
4978 \end_layout
4979
4980 \end_inset
4981 </cell>
4982 <cell alignment="center" valignment="top" usebox="none">
4983 \begin_inset Text
4984
4985 \begin_layout Plain Layout
4986 Claudio
4987 \end_layout
4988
4989 \end_inset
4990 </cell>
4991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4992 \begin_inset Text
4993
4994 \begin_layout Plain Layout
4995 555
4996 \end_layout
4997
4998 \end_inset
4999 </cell>
5000 </row>
5001 <row>
5002 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5003 \begin_inset Text
5004
5005 \begin_layout Plain Layout
5006
5007 \series bold
5008 Stuffer
5009 \end_layout
5010
5011 \end_inset
5012 </cell>
5013 <cell alignment="center" valignment="top" usebox="none">
5014 \begin_inset Text
5015
5016 \begin_layout Plain Layout
5017 Oskar
5018 \end_layout
5019
5020 \end_inset
5021 </cell>
5022 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5023 \begin_inset Text
5024
5025 \begin_layout Plain Layout
5026 555
5027 \end_layout
5028
5029 \end_inset
5030 </cell>
5031 </row>
5032 <row>
5033 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5034 \begin_inset Text
5035
5036 \begin_layout Plain Layout
5037
5038 \series bold
5039 Tacchelli
5040 \end_layout
5041
5042 \end_inset
5043 </cell>
5044 <cell alignment="center" valignment="top" usebox="none">
5045 \begin_inset Text
5046
5047 \begin_layout Plain Layout
5048 Ugo
5049 \end_layout
5050
5051 \end_inset
5052 </cell>
5053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5054 \begin_inset Text
5055
5056 \begin_layout Plain Layout
5057 555
5058 \end_layout
5059
5060 \end_inset
5061 </cell>
5062 </row>
5063 <row>
5064 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5065 \begin_inset Text
5066
5067 \begin_layout Plain Layout
5068
5069 \series bold
5070 Tezzele
5071 \end_layout
5072
5073 \end_inset
5074 </cell>
5075 <cell alignment="center" valignment="top" usebox="none">
5076 \begin_inset Text
5077
5078 \begin_layout Plain Layout
5079 Margit
5080 \end_layout
5081
5082 \end_inset
5083 </cell>
5084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5085 \begin_inset Text
5086
5087 \begin_layout Plain Layout
5088 555
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 </row>
5094 <row>
5095 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5096 \begin_inset Text
5097
5098 \begin_layout Plain Layout
5099
5100 \series bold
5101 Unterkalmsteiner
5102 \end_layout
5103
5104 \end_inset
5105 </cell>
5106 <cell alignment="center" valignment="top" usebox="none">
5107 \begin_inset Text
5108
5109 \begin_layout Plain Layout
5110 Frieda
5111 \end_layout
5112
5113 \end_inset
5114 </cell>
5115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5116 \begin_inset Text
5117
5118 \begin_layout Plain Layout
5119 555
5120 \end_layout
5121
5122 \end_inset
5123 </cell>
5124 </row>
5125 <row>
5126 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5127 \begin_inset Text
5128
5129 \begin_layout Plain Layout
5130
5131 \series bold
5132 Vieider
5133 \end_layout
5134
5135 \end_inset
5136 </cell>
5137 <cell alignment="center" valignment="top" usebox="none">
5138 \begin_inset Text
5139
5140 \begin_layout Plain Layout
5141 Hilde
5142 \end_layout
5143
5144 \end_inset
5145 </cell>
5146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5147 \begin_inset Text
5148
5149 \begin_layout Plain Layout
5150 555
5151 \end_layout
5152
5153 \end_inset
5154 </cell>
5155 </row>
5156 <row>
5157 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5158 \begin_inset Text
5159
5160 \begin_layout Plain Layout
5161
5162 \series bold
5163 Vigna
5164 \end_layout
5165
5166 \end_inset
5167 </cell>
5168 <cell alignment="center" valignment="top" usebox="none">
5169 \begin_inset Text
5170
5171 \begin_layout Plain Layout
5172 Jürgen
5173 \end_layout
5174
5175 \end_inset
5176 </cell>
5177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5178 \begin_inset Text
5179
5180 \begin_layout Plain Layout
5181 999
5182 \end_layout
5183
5184 \end_inset
5185 </cell>
5186 </row>
5187 <row>
5188 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5189 \begin_inset Text
5190
5191 \begin_layout Plain Layout
5192
5193 \series bold
5194 Weber
5195 \end_layout
5196
5197 \end_inset
5198 </cell>
5199 <cell alignment="center" valignment="top" usebox="none">
5200 \begin_inset Text
5201
5202 \begin_layout Plain Layout
5203 Maurizio
5204 \end_layout
5205
5206 \end_inset
5207 </cell>
5208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5209 \begin_inset Text
5210
5211 \begin_layout Plain Layout
5212 555
5213 \end_layout
5214
5215 \end_inset
5216 </cell>
5217 </row>
5218 <row>
5219 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5220 \begin_inset Text
5221
5222 \begin_layout Plain Layout
5223
5224 \series bold
5225 Winkler
5226 \end_layout
5227
5228 \end_inset
5229 </cell>
5230 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5231 \begin_inset Text
5232
5233 \begin_layout Plain Layout
5234 Franz
5235 \end_layout
5236
5237 \end_inset
5238 </cell>
5239 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5240 \begin_inset Text
5241
5242 \begin_layout Plain Layout
5243 555
5244 \end_layout
5245
5246 \end_inset
5247 </cell>
5248 </row>
5249 <row endlastfoot="true">
5250 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5251 \begin_inset Text
5252
5253 \begin_layout Plain Layout
5254 Ende
5255 \end_layout
5256
5257 \end_inset
5258 </cell>
5259 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5260 \begin_inset Text
5261
5262 \begin_layout Plain Layout
5263
5264 \end_layout
5265
5266 \end_inset
5267 </cell>
5268 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272
5273 \end_layout
5274
5275 \end_inset
5276 </cell>
5277 </row>
5278 </lyxtabular>
5279
5280 \end_inset
5281
5282
5283 \begin_inset ERT
5284 status collapsed
5285
5286 \begin_layout Plain Layout
5287
5288
5289 \backslash
5290 addtocounter{table}{-1}
5291 \end_layout
5292
5293 \end_inset
5294
5295
5296 \begin_inset Note Note
5297 status collapsed
5298
5299 \begin_layout Plain Layout
5300 Die Bedeutung diese Befehle finden Sie in der Bemerkung 1 von Abschnitt
5301 \begin_inset space ~
5302 \end_inset
5303
5304
5305 \begin_inset CommandInset ref
5306 LatexCommand ref
5307 reference "uab:Beschriftungen-langer-Tabellen"
5308
5309 \end_inset
5310
5311
5312 \end_layout
5313
5314 \end_inset
5315
5316
5317 \end_layout
5318
5319 \begin_layout Subsection
5320 Fußnoten in langen Tabellen
5321 \begin_inset CommandInset label
5322 LatexCommand label
5323 name "uab:Fußnoten-in-langen"
5324
5325 \end_inset
5326
5327
5328 \begin_inset Index
5329 status collapsed
5330
5331 \begin_layout Plain Layout
5332 Tabellen ! lange ! Fußnoten
5333 \end_layout
5334
5335 \end_inset
5336
5337
5338 \end_layout
5339
5340 \begin_layout Standard
5341 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5342  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5343  Tabelle
5344 \begin_inset space ~
5345 \end_inset
5346
5347
5348 \begin_inset CommandInset ref
5349 LatexCommand ref
5350 reference "tab:DiffCaptions"
5351
5352 \end_inset
5353
5354  hat zum Beispiel eine Fußnote.
5355 \end_layout
5356
5357 \begin_layout Subsection
5358 Ausrichtung langer Tabellen
5359 \begin_inset Index
5360 status collapsed
5361
5362 \begin_layout Plain Layout
5363 Tabellen ! lange ! Ausrichtung
5364 \end_layout
5365
5366 \end_inset
5367
5368
5369 \end_layout
5370
5371 \begin_layout Standard
5372 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
5373  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
5374 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
5375  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
5376  Längen 
5377 \series bold
5378
5379 \backslash
5380 LTleft 
5381 \series default
5382 und 
5383 \series bold
5384
5385 \backslash
5386 LTright
5387 \series default
5388  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5389  wird:
5390 \end_layout
5391
5392 \begin_layout Standard
5393
5394 \series bold
5395
5396 \backslash
5397 setlength{
5398 \backslash
5399 LTleft}{Wert}
5400 \end_layout
5401
5402 \begin_layout Standard
5403 Wobei der Wert eine der in Tabelle
5404 \begin_inset space ~
5405 \end_inset
5406
5407
5408 \begin_inset CommandInset ref
5409 LatexCommand ref
5410 reference "tab:Maßeinheiten"
5411
5412 \end_inset
5413
5414  aufgelisteten Einheiten haben kann.
5415  
5416 \series bold
5417
5418 \backslash
5419 LTleft
5420 \series default
5421  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5422  
5423 \series bold
5424
5425 \backslash
5426 LTright
5427 \series default
5428  den Abstand von rechts.
5429  Die Voreinstellung für beide Werte ist 
5430 \series bold
5431
5432 \backslash
5433 fill
5434 \series default
5435 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5436  in LyX ist.
5437 \end_layout
5438
5439 \begin_layout Standard
5440 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5441 \series bold
5442
5443 \backslash
5444 LTleft
5445 \series default
5446  auf den Wert 0
5447 \begin_inset space \thinspace{}
5448 \end_inset
5449
5450 pt gesetzt wurde.
5451 \begin_inset ERT
5452 status collapsed
5453
5454 \begin_layout Plain Layout
5455
5456
5457 \backslash
5458 setlength{
5459 \backslash
5460 LTleft}{0pt}
5461 \end_layout
5462
5463 \end_inset
5464
5465
5466 \end_layout
5467
5468 \begin_layout Standard
5469 \begin_inset Tabular
5470 <lyxtabular version="3" rows="5" columns="5">
5471 <features islongtable="true">
5472 <column alignment="center" valignment="top" width="0">
5473 <column alignment="center" valignment="top" width="0">
5474 <column alignment="center" valignment="top" width="0">
5475 <column alignment="center" valignment="top" width="0">
5476 <column alignment="center" valignment="top" width="0">
5477 <row>
5478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5479 \begin_inset Text
5480
5481 \begin_layout Plain Layout
5482 1
5483 \end_layout
5484
5485 \end_inset
5486 </cell>
5487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5488 \begin_inset Text
5489
5490 \begin_layout Plain Layout
5491 2
5492 \end_layout
5493
5494 \end_inset
5495 </cell>
5496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5497 \begin_inset Text
5498
5499 \begin_layout Plain Layout
5500 3
5501 \end_layout
5502
5503 \end_inset
5504 </cell>
5505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5506 \begin_inset Text
5507
5508 \begin_layout Plain Layout
5509 4
5510 \end_layout
5511
5512 \end_inset
5513 </cell>
5514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5515 \begin_inset Text
5516
5517 \begin_layout Plain Layout
5518 5
5519 \end_layout
5520
5521 \end_inset
5522 </cell>
5523 </row>
5524 <row>
5525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5526 \begin_inset Text
5527
5528 \begin_layout Plain Layout
5529 asd
5530 \end_layout
5531
5532 \end_inset
5533 </cell>
5534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5535 \begin_inset Text
5536
5537 \begin_layout Plain Layout
5538 s
5539 \end_layout
5540
5541 \end_inset
5542 </cell>
5543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5544 \begin_inset Text
5545
5546 \begin_layout Plain Layout
5547 s
5548 \end_layout
5549
5550 \end_inset
5551 </cell>
5552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5553 \begin_inset Text
5554
5555 \begin_layout Plain Layout
5556 s
5557 \end_layout
5558
5559 \end_inset
5560 </cell>
5561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5562 \begin_inset Text
5563
5564 \begin_layout Plain Layout
5565 asd
5566 \end_layout
5567
5568 \end_inset
5569 </cell>
5570 </row>
5571 <row>
5572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5573 \begin_inset Text
5574
5575 \begin_layout Plain Layout
5576 asd
5577 \end_layout
5578
5579 \end_inset
5580 </cell>
5581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5582 \begin_inset Text
5583
5584 \begin_layout Plain Layout
5585 s
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594 s
5595 \end_layout
5596
5597 \end_inset
5598 </cell>
5599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Plain Layout
5603 s
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5609 \begin_inset Text
5610
5611 \begin_layout Plain Layout
5612 asd
5613 \end_layout
5614
5615 \end_inset
5616 </cell>
5617 </row>
5618 <row>
5619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623 asd
5624 \end_layout
5625
5626 \end_inset
5627 </cell>
5628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Plain Layout
5632 s
5633 \end_layout
5634
5635 \end_inset
5636 </cell>
5637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5638 \begin_inset Text
5639
5640 \begin_layout Plain Layout
5641 s
5642 \end_layout
5643
5644 \end_inset
5645 </cell>
5646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650 s
5651 \end_layout
5652
5653 \end_inset
5654 </cell>
5655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5656 \begin_inset Text
5657
5658 \begin_layout Plain Layout
5659 asd
5660 \end_layout
5661
5662 \end_inset
5663 </cell>
5664 </row>
5665 <row>
5666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670 asd
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679 asd
5680 \end_layout
5681
5682 \end_inset
5683 </cell>
5684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5685 \begin_inset Text
5686
5687 \begin_layout Plain Layout
5688 asd
5689 \end_layout
5690
5691 \end_inset
5692 </cell>
5693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Plain Layout
5697 asd
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5703 \begin_inset Text
5704
5705 \begin_layout Plain Layout
5706 asd
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 </row>
5712 </lyxtabular>
5713
5714 \end_inset
5715
5716
5717 \begin_inset ERT
5718 status collapsed
5719
5720 \begin_layout Plain Layout
5721
5722
5723 \backslash
5724 setlength{
5725 \backslash
5726 LTleft}{
5727 \backslash
5728 fill}
5729 \end_layout
5730
5731 \end_inset
5732
5733
5734 \end_layout
5735
5736 \begin_layout Subsection
5737 Beschriftungen langer Tabellen
5738 \begin_inset CommandInset label
5739 LatexCommand label
5740 name "uab:Beschriftungen-langer-Tabellen"
5741
5742 \end_inset
5743
5744
5745 \begin_inset Index
5746 status collapsed
5747
5748 \begin_layout Plain Layout
5749 Tabellen ! lange ! Titel
5750 \end_layout
5751
5752 \end_inset
5753
5754
5755 \end_layout
5756
5757 \begin_layout Standard
5758 Eine 
5759 \family sans
5760 lange
5761 \begin_inset space ~
5762 \end_inset
5763
5764 Tabelle
5765 \family default
5766  kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte nur auf eine
5767  Seite gedruckt werden können.
5768  Daher wird die Beschriftung als erste Zeile der Tabelle eingegeben, wie
5769  in Abschnitt
5770 \begin_inset space ~
5771 \end_inset
5772
5773
5774 \begin_inset CommandInset ref
5775 LatexCommand ref
5776 reference "abs:Lange-Tabellen"
5777
5778 \end_inset
5779
5780  erklärt.
5781  Die erste Tabellenzeile ist dan nur ein Platzhalter für die Beschriftung,
5782  und die eigentliche Tabelle beginnt mit der zweiten Zeile.
5783 \end_layout
5784
5785 \begin_layout Standard
5786 Hier ist eine kurze 
5787 \family sans
5788 lange
5789 \begin_inset space ~
5790 \end_inset
5791
5792 Tabelle
5793 \family default
5794 , die zeigt, wie das funktioniert:
5795 \end_layout
5796
5797 \begin_layout Standard
5798 \begin_inset Tabular
5799 <lyxtabular version="3" rows="6" columns="5">
5800 <features islongtable="true">
5801 <column alignment="center" valignment="top" width="0">
5802 <column alignment="center" valignment="top" width="0">
5803 <column alignment="center" valignment="top" width="0">
5804 <column alignment="center" valignment="top" width="0">
5805 <column alignment="center" valignment="top" width="0">
5806 <row caption="true">
5807 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811 \begin_inset Caption
5812
5813 \begin_layout Plain Layout
5814 Eine 
5815 \family sans
5816 lange
5817 \begin_inset space ~
5818 \end_inset
5819
5820 Tabelle
5821 \family default
5822  mit Titel
5823 \begin_inset OptArg
5824 status open
5825
5826 \begin_layout Plain Layout
5827 Lange Tabelle
5828 \end_layout
5829
5830 \end_inset
5831
5832
5833 \end_layout
5834
5835 \end_inset
5836
5837
5838 \end_layout
5839
5840 \end_inset
5841 </cell>
5842 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Plain Layout
5846
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Plain Layout
5864
5865 \end_layout
5866
5867 \end_inset
5868 </cell>
5869 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5870 \begin_inset Text
5871
5872 \begin_layout Plain Layout
5873
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 </row>
5879 <row>
5880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5881 \begin_inset Text
5882
5883 \begin_layout Plain Layout
5884 1
5885 \end_layout
5886
5887 \end_inset
5888 </cell>
5889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893 2
5894 \end_layout
5895
5896 \end_inset
5897 </cell>
5898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5899 \begin_inset Text
5900
5901 \begin_layout Plain Layout
5902 3
5903 \end_layout
5904
5905 \end_inset
5906 </cell>
5907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Plain Layout
5911 4
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920 5
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 </row>
5926 <row>
5927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5928 \begin_inset Text
5929
5930 \begin_layout Plain Layout
5931 asd
5932 \end_layout
5933
5934 \end_inset
5935 </cell>
5936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5937 \begin_inset Text
5938
5939 \begin_layout Plain Layout
5940 s
5941 \end_layout
5942
5943 \end_inset
5944 </cell>
5945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5946 \begin_inset Text
5947
5948 \begin_layout Plain Layout
5949 s
5950 \end_layout
5951
5952 \end_inset
5953 </cell>
5954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5955 \begin_inset Text
5956
5957 \begin_layout Plain Layout
5958 s
5959 \end_layout
5960
5961 \end_inset
5962 </cell>
5963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Plain Layout
5967 asd
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 </row>
5973 <row>
5974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5975 \begin_inset Text
5976
5977 \begin_layout Plain Layout
5978 asd
5979 \end_layout
5980
5981 \end_inset
5982 </cell>
5983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5984 \begin_inset Text
5985
5986 \begin_layout Plain Layout
5987 s
5988 \end_layout
5989
5990 \end_inset
5991 </cell>
5992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5993 \begin_inset Text
5994
5995 \begin_layout Plain Layout
5996 s
5997 \end_layout
5998
5999 \end_inset
6000 </cell>
6001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Plain Layout
6005 s
6006 \end_layout
6007
6008 \end_inset
6009 </cell>
6010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6011 \begin_inset Text
6012
6013 \begin_layout Plain Layout
6014 asd
6015 \end_layout
6016
6017 \end_inset
6018 </cell>
6019 </row>
6020 <row>
6021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6022 \begin_inset Text
6023
6024 \begin_layout Plain Layout
6025 asd
6026 \end_layout
6027
6028 \end_inset
6029 </cell>
6030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6031 \begin_inset Text
6032
6033 \begin_layout Plain Layout
6034 s
6035 \end_layout
6036
6037 \end_inset
6038 </cell>
6039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6040 \begin_inset Text
6041
6042 \begin_layout Plain Layout
6043 s
6044 \end_layout
6045
6046 \end_inset
6047 </cell>
6048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6049 \begin_inset Text
6050
6051 \begin_layout Plain Layout
6052 s
6053 \end_layout
6054
6055 \end_inset
6056 </cell>
6057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6058 \begin_inset Text
6059
6060 \begin_layout Plain Layout
6061 asd
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 </row>
6067 <row>
6068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6069 \begin_inset Text
6070
6071 \begin_layout Plain Layout
6072 asd
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Plain Layout
6081 asd
6082 \end_layout
6083
6084 \end_inset
6085 </cell>
6086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6087 \begin_inset Text
6088
6089 \begin_layout Plain Layout
6090 asd
6091 \end_layout
6092
6093 \end_inset
6094 </cell>
6095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6096 \begin_inset Text
6097
6098 \begin_layout Plain Layout
6099 asd
6100 \end_layout
6101
6102 \end_inset
6103 </cell>
6104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Plain Layout
6108 asd
6109 \end_layout
6110
6111 \end_inset
6112 </cell>
6113 </row>
6114 </lyxtabular>
6115
6116 \end_inset
6117
6118
6119 \end_layout
6120
6121 \begin_layout Standard
6122 \begin_inset VSpace medskip
6123 \end_inset
6124
6125
6126 \begin_inset Note Greyedout
6127 status open
6128
6129 \begin_layout Plain Layout
6130
6131 \series bold
6132 Bemerkung
6133 \begin_inset space ~
6134 \end_inset
6135
6136 1:
6137 \series default
6138  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6139  Titel vergeben.
6140  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6141 \begin_inset space ~
6142 \end_inset
6143
6144 2.4 auf Tabelle
6145 \begin_inset space ~
6146 \end_inset
6147
6148 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6149  Titel sind.
6150  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6151  LaTeX-Befehl als TeX-Code einfügen:
6152 \end_layout
6153
6154 \begin_layout Plain Layout
6155
6156 \series bold
6157
6158 \backslash
6159 addtocounter{table}{-1}
6160 \end_layout
6161
6162 \end_inset
6163
6164
6165 \end_layout
6166
6167 \begin_layout Standard
6168 \begin_inset Note Greyedout
6169 status open
6170
6171 \begin_layout Plain Layout
6172
6173 \series bold
6174 Bemerkung
6175 \begin_inset space ~
6176 \end_inset
6177
6178 2:
6179 \series default
6180  Wenn Sie 
6181 \series bold
6182 hyperref
6183 \series default
6184
6185 \begin_inset Index
6186 status collapsed
6187
6188 \begin_layout Plain Layout
6189 LaTeX-Pakete ! hyperref
6190 \end_layout
6191
6192 \end_inset
6193
6194  in den
6195 \family sans
6196  PDF-Eigenschaften
6197 \family default
6198  im 
6199 \family sans
6200 Dokument-Einstellungen
6201 \family default
6202  Dialog für Querverweise benutzen, wird der Verweis auf eine 
6203 \family sans
6204 lange
6205 \begin_inset space ~
6206 \end_inset
6207
6208 Tabelle
6209 \family default
6210  immer auf den Anfang des Dokuments zeigen.
6211 \end_layout
6212
6213 \end_inset
6214
6215
6216 \begin_inset Newpage newpage
6217 \end_inset
6218
6219
6220 \end_layout
6221
6222 \begin_layout Subsubsection
6223 Querverweise auf 
6224 \family sans
6225 lange Tabelle
6226 \family default
6227 n
6228 \begin_inset Index
6229 status collapsed
6230
6231 \begin_layout Plain Layout
6232 Tabellen ! lange ! Querverweis
6233 \end_layout
6234
6235 \end_inset
6236
6237
6238 \end_layout
6239
6240 \begin_layout Standard
6241 \begin_inset Tabular
6242 <lyxtabular version="3" rows="6" columns="5">
6243 <features islongtable="true">
6244 <column alignment="center" valignment="top" width="0">
6245 <column alignment="center" valignment="top" width="0">
6246 <column alignment="center" valignment="top" width="0">
6247 <column alignment="center" valignment="top" width="0">
6248 <column alignment="center" valignment="top" width="0">
6249 <row caption="true">
6250 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254 \begin_inset Caption
6255
6256 \begin_layout Plain Layout
6257
6258 \family sans
6259 Lange
6260 \begin_inset space ~
6261 \end_inset
6262
6263 Tabelle
6264 \family default
6265  mit Marke
6266 \begin_inset CommandInset label
6267 LatexCommand label
6268 name "tab:LangeTabelle-mit-Marke"
6269
6270 \end_inset
6271
6272
6273 \end_layout
6274
6275 \end_inset
6276
6277
6278 \end_layout
6279
6280 \end_inset
6281 </cell>
6282 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6301 \begin_inset Text
6302
6303 \begin_layout Plain Layout
6304
6305 \end_layout
6306
6307 \end_inset
6308 </cell>
6309 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313
6314 \end_layout
6315
6316 \end_inset
6317 </cell>
6318 </row>
6319 <row>
6320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6321 \begin_inset Text
6322
6323 \begin_layout Plain Layout
6324 1
6325 \end_layout
6326
6327 \end_inset
6328 </cell>
6329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333 2
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342 3
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351 4
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360 5
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 </row>
6366 <row>
6367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371 asd
6372 \end_layout
6373
6374 \end_inset
6375 </cell>
6376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6377 \begin_inset Text
6378
6379 \begin_layout Plain Layout
6380 s
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 s
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 s
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407 asd
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 </row>
6413 <row>
6414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6415 \begin_inset Text
6416
6417 \begin_layout Plain Layout
6418 asd
6419 \end_layout
6420
6421 \end_inset
6422 </cell>
6423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6424 \begin_inset Text
6425
6426 \begin_layout Plain Layout
6427 s
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Plain Layout
6436 s
6437 \end_layout
6438
6439 \end_inset
6440 </cell>
6441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445 s
6446 \end_layout
6447
6448 \end_inset
6449 </cell>
6450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6451 \begin_inset Text
6452
6453 \begin_layout Plain Layout
6454 asd
6455 \end_layout
6456
6457 \end_inset
6458 </cell>
6459 </row>
6460 <row>
6461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6462 \begin_inset Text
6463
6464 \begin_layout Plain Layout
6465 asd
6466 \end_layout
6467
6468 \end_inset
6469 </cell>
6470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6471 \begin_inset Text
6472
6473 \begin_layout Plain Layout
6474 s
6475 \end_layout
6476
6477 \end_inset
6478 </cell>
6479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6480 \begin_inset Text
6481
6482 \begin_layout Plain Layout
6483 s
6484 \end_layout
6485
6486 \end_inset
6487 </cell>
6488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6489 \begin_inset Text
6490
6491 \begin_layout Plain Layout
6492 s
6493 \end_layout
6494
6495 \end_inset
6496 </cell>
6497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6498 \begin_inset Text
6499
6500 \begin_layout Plain Layout
6501 asd
6502 \end_layout
6503
6504 \end_inset
6505 </cell>
6506 </row>
6507 <row>
6508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6509 \begin_inset Text
6510
6511 \begin_layout Plain Layout
6512 asd
6513 \end_layout
6514
6515 \end_inset
6516 </cell>
6517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6518 \begin_inset Text
6519
6520 \begin_layout Plain Layout
6521 sad
6522 \end_layout
6523
6524 \end_inset
6525 </cell>
6526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6527 \begin_inset Text
6528
6529 \begin_layout Plain Layout
6530 asd
6531 \end_layout
6532
6533 \end_inset
6534 </cell>
6535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6536 \begin_inset Text
6537
6538 \begin_layout Plain Layout
6539 asd
6540 \end_layout
6541
6542 \end_inset
6543 </cell>
6544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6545 \begin_inset Text
6546
6547 \begin_layout Plain Layout
6548 asd
6549 \end_layout
6550
6551 \end_inset
6552 </cell>
6553 </row>
6554 </lyxtabular>
6555
6556 \end_inset
6557
6558
6559 \end_layout
6560
6561 \begin_layout Standard
6562 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6563  im Titel einfügen.
6564 \end_layout
6565
6566 \begin_layout Standard
6567 Dies ist ein Verweis auf Tabelle
6568 \begin_inset space ~
6569 \end_inset
6570
6571
6572 \begin_inset CommandInset ref
6573 LatexCommand ref
6574 reference "tab:LangeTabelle-mit-Marke"
6575
6576 \end_inset
6577
6578 .
6579 \end_layout
6580
6581 \begin_layout Standard
6582 Mit dem LaTeX-Paket 
6583 \series bold
6584 caption
6585 \series default
6586
6587 \begin_inset Index
6588 status collapsed
6589
6590 \begin_layout Plain Layout
6591 LaTeX-Pakete ! caption
6592 \end_layout
6593
6594 \end_inset
6595
6596 , siehe Abschnitt
6597 \begin_inset space ~
6598 \end_inset
6599
6600
6601 \begin_inset CommandInset ref
6602 LatexCommand ref
6603 reference "abs:Titel-Formatierung"
6604
6605 \end_inset
6606
6607 , können Sie alle anderen 
6608 \family sans
6609 Legende
6610 \family default
6611 -Optionen benutzen.
6612 \end_layout
6613
6614 \begin_layout Subsubsection
6615 Titelbreite
6616 \begin_inset Index
6617 status collapsed
6618
6619 \begin_layout Plain Layout
6620 Tabellen ! lange ! Beschriftungsbreite
6621 \end_layout
6622
6623 \end_inset
6624
6625
6626 \end_layout
6627
6628 \begin_layout Standard
6629 Die maximale Titelbreite wird durch die Variable 
6630 \series bold
6631
6632 \backslash
6633 LTcapwidth
6634 \series default
6635  definiert.
6636  Ihr Standardwert ist 4
6637 \begin_inset space \thinspace{}
6638 \end_inset
6639
6640 Zoll (
6641 \begin_inset Formula $\approx10$
6642 \end_inset
6643
6644
6645 \begin_inset space \thinspace{}
6646 \end_inset
6647
6648 cm).
6649  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6650  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6651 \end_layout
6652
6653 \begin_layout Standard
6654
6655 \series bold
6656
6657 \backslash
6658 setlength{
6659 \backslash
6660 LTcapwidth}{Breite}
6661 \end_layout
6662
6663 \begin_layout Standard
6664 wobei die Breite eine der in Anhang
6665 \begin_inset space ~
6666 \end_inset
6667
6668
6669 \begin_inset CommandInset ref
6670 LatexCommand ref
6671 reference "kap:In-LyX-verfügbare"
6672
6673 \end_inset
6674
6675  aufgelisteten Einheiten haben kann.
6676 \end_layout
6677
6678 \begin_layout Standard
6679 Die beiden folgenden Tabellen zeigen den Unterschied:
6680 \end_layout
6681
6682 \begin_layout Standard
6683 \begin_inset Tabular
6684 <lyxtabular version="3" rows="6" columns="5">
6685 <features islongtable="true">
6686 <column alignment="center" valignment="top" width="0">
6687 <column alignment="center" valignment="top" width="0">
6688 <column alignment="center" valignment="top" width="0">
6689 <column alignment="center" valignment="top" width="0">
6690 <column alignment="center" valignment="top" width="0">
6691 <row caption="true">
6692 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Plain Layout
6696 \begin_inset Caption
6697
6698 \begin_layout Plain Layout
6699 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6700 \begin_inset OptArg
6701 status open
6702
6703 \begin_layout Plain Layout
6704 Titel mit Standardbreite
6705 \end_layout
6706
6707 \end_inset
6708
6709
6710 \end_layout
6711
6712 \end_inset
6713
6714
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6720 \begin_inset Text
6721
6722 \begin_layout Plain Layout
6723
6724 \end_layout
6725
6726 \end_inset
6727 </cell>
6728 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6729 \begin_inset Text
6730
6731 \begin_layout Plain Layout
6732
6733 \end_layout
6734
6735 \end_inset
6736 </cell>
6737 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6738 \begin_inset Text
6739
6740 \begin_layout Plain Layout
6741
6742 \end_layout
6743
6744 \end_inset
6745 </cell>
6746 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6747 \begin_inset Text
6748
6749 \begin_layout Plain Layout
6750
6751 \end_layout
6752
6753 \end_inset
6754 </cell>
6755 </row>
6756 <row>
6757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6758 \begin_inset Text
6759
6760 \begin_layout Plain Layout
6761 1
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6767 \begin_inset Text
6768
6769 \begin_layout Plain Layout
6770 2
6771 \end_layout
6772
6773 \end_inset
6774 </cell>
6775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6776 \begin_inset Text
6777
6778 \begin_layout Plain Layout
6779 3
6780 \end_layout
6781
6782 \end_inset
6783 </cell>
6784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6785 \begin_inset Text
6786
6787 \begin_layout Plain Layout
6788 4
6789 \end_layout
6790
6791 \end_inset
6792 </cell>
6793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6794 \begin_inset Text
6795
6796 \begin_layout Plain Layout
6797 5
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 </row>
6803 <row>
6804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6805 \begin_inset Text
6806
6807 \begin_layout Plain Layout
6808 asd
6809 \end_layout
6810
6811 \end_inset
6812 </cell>
6813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6814 \begin_inset Text
6815
6816 \begin_layout Plain Layout
6817 s
6818 \end_layout
6819
6820 \end_inset
6821 </cell>
6822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6823 \begin_inset Text
6824
6825 \begin_layout Plain Layout
6826 s
6827 \end_layout
6828
6829 \end_inset
6830 </cell>
6831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6832 \begin_inset Text
6833
6834 \begin_layout Plain Layout
6835 s
6836 \end_layout
6837
6838 \end_inset
6839 </cell>
6840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6841 \begin_inset Text
6842
6843 \begin_layout Plain Layout
6844 asd
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 </row>
6850 <row>
6851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6852 \begin_inset Text
6853
6854 \begin_layout Plain Layout
6855 asd
6856 \end_layout
6857
6858 \end_inset
6859 </cell>
6860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6861 \begin_inset Text
6862
6863 \begin_layout Plain Layout
6864 s
6865 \end_layout
6866
6867 \end_inset
6868 </cell>
6869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6870 \begin_inset Text
6871
6872 \begin_layout Plain Layout
6873 s
6874 \end_layout
6875
6876 \end_inset
6877 </cell>
6878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6879 \begin_inset Text
6880
6881 \begin_layout Plain Layout
6882 s
6883 \end_layout
6884
6885 \end_inset
6886 </cell>
6887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Plain Layout
6891 asd
6892 \end_layout
6893
6894 \end_inset
6895 </cell>
6896 </row>
6897 <row>
6898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6899 \begin_inset Text
6900
6901 \begin_layout Plain Layout
6902 asd
6903 \end_layout
6904
6905 \end_inset
6906 </cell>
6907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6908 \begin_inset Text
6909
6910 \begin_layout Plain Layout
6911 s
6912 \end_layout
6913
6914 \end_inset
6915 </cell>
6916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6917 \begin_inset Text
6918
6919 \begin_layout Plain Layout
6920 s
6921 \end_layout
6922
6923 \end_inset
6924 </cell>
6925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6926 \begin_inset Text
6927
6928 \begin_layout Plain Layout
6929 s
6930 \end_layout
6931
6932 \end_inset
6933 </cell>
6934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6935 \begin_inset Text
6936
6937 \begin_layout Plain Layout
6938 asd
6939 \end_layout
6940
6941 \end_inset
6942 </cell>
6943 </row>
6944 <row>
6945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6946 \begin_inset Text
6947
6948 \begin_layout Plain Layout
6949 asd
6950 \end_layout
6951
6952 \end_inset
6953 </cell>
6954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6955 \begin_inset Text
6956
6957 \begin_layout Plain Layout
6958 sad
6959 \end_layout
6960
6961 \end_inset
6962 </cell>
6963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6964 \begin_inset Text
6965
6966 \begin_layout Plain Layout
6967 asd
6968 \end_layout
6969
6970 \end_inset
6971 </cell>
6972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6973 \begin_inset Text
6974
6975 \begin_layout Plain Layout
6976 asd
6977 \end_layout
6978
6979 \end_inset
6980 </cell>
6981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6982 \begin_inset Text
6983
6984 \begin_layout Plain Layout
6985 asd
6986 \end_layout
6987
6988 \end_inset
6989 </cell>
6990 </row>
6991 </lyxtabular>
6992
6993 \end_inset
6994
6995
6996 \end_layout
6997
6998 \begin_layout Standard
6999 \begin_inset ERT
7000 status collapsed
7001
7002 \begin_layout Plain Layout
7003
7004
7005 \backslash
7006 setlength{
7007 \backslash
7008 LTcapwidth}{5cm}
7009 \end_layout
7010
7011 \end_inset
7012
7013
7014 \begin_inset Tabular
7015 <lyxtabular version="3" rows="6" columns="5">
7016 <features islongtable="true">
7017 <column alignment="center" valignment="top" width="0">
7018 <column alignment="center" valignment="top" width="0">
7019 <column alignment="center" valignment="top" width="0">
7020 <column alignment="center" valignment="top" width="0">
7021 <column alignment="center" valignment="top" width="0">
7022 <row caption="true">
7023 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7024 \begin_inset Text
7025
7026 \begin_layout Plain Layout
7027 \begin_inset Caption
7028
7029 \begin_layout Plain Layout
7030 Langer Titel mit 5
7031 \begin_inset space \thinspace{}
7032 \end_inset
7033
7034 cm Breite, Langer Titel mit 5
7035 \begin_inset space \thinspace{}
7036 \end_inset
7037
7038 cm Breite
7039 \begin_inset OptArg
7040 status open
7041
7042 \begin_layout Plain Layout
7043 Titel mit 5
7044 \begin_inset space \thinspace{}
7045 \end_inset
7046
7047 cm Breite
7048 \end_layout
7049
7050 \end_inset
7051
7052
7053 \end_layout
7054
7055 \end_inset
7056
7057
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7063 \begin_inset Text
7064
7065 \begin_layout Plain Layout
7066
7067 \end_layout
7068
7069 \end_inset
7070 </cell>
7071 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7072 \begin_inset Text
7073
7074 \begin_layout Plain Layout
7075
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7081 \begin_inset Text
7082
7083 \begin_layout Plain Layout
7084
7085 \end_layout
7086
7087 \end_inset
7088 </cell>
7089 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7090 \begin_inset Text
7091
7092 \begin_layout Plain Layout
7093
7094 \end_layout
7095
7096 \end_inset
7097 </cell>
7098 </row>
7099 <row>
7100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7101 \begin_inset Text
7102
7103 \begin_layout Plain Layout
7104 1
7105 \end_layout
7106
7107 \end_inset
7108 </cell>
7109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7110 \begin_inset Text
7111
7112 \begin_layout Plain Layout
7113 2
7114 \end_layout
7115
7116 \end_inset
7117 </cell>
7118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7119 \begin_inset Text
7120
7121 \begin_layout Plain Layout
7122 3
7123 \end_layout
7124
7125 \end_inset
7126 </cell>
7127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7128 \begin_inset Text
7129
7130 \begin_layout Plain Layout
7131 4
7132 \end_layout
7133
7134 \end_inset
7135 </cell>
7136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7137 \begin_inset Text
7138
7139 \begin_layout Plain Layout
7140 5
7141 \end_layout
7142
7143 \end_inset
7144 </cell>
7145 </row>
7146 <row>
7147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7148 \begin_inset Text
7149
7150 \begin_layout Plain Layout
7151 asd
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7157 \begin_inset Text
7158
7159 \begin_layout Plain Layout
7160 s
7161 \end_layout
7162
7163 \end_inset
7164 </cell>
7165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7166 \begin_inset Text
7167
7168 \begin_layout Plain Layout
7169 s
7170 \end_layout
7171
7172 \end_inset
7173 </cell>
7174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7175 \begin_inset Text
7176
7177 \begin_layout Plain Layout
7178 s
7179 \end_layout
7180
7181 \end_inset
7182 </cell>
7183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7184 \begin_inset Text
7185
7186 \begin_layout Plain Layout
7187 asd
7188 \end_layout
7189
7190 \end_inset
7191 </cell>
7192 </row>
7193 <row>
7194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7195 \begin_inset Text
7196
7197 \begin_layout Plain Layout
7198 asd
7199 \end_layout
7200
7201 \end_inset
7202 </cell>
7203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7204 \begin_inset Text
7205
7206 \begin_layout Plain Layout
7207 s
7208 \end_layout
7209
7210 \end_inset
7211 </cell>
7212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7213 \begin_inset Text
7214
7215 \begin_layout Plain Layout
7216 s
7217 \end_layout
7218
7219 \end_inset
7220 </cell>
7221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7222 \begin_inset Text
7223
7224 \begin_layout Plain Layout
7225 s
7226 \end_layout
7227
7228 \end_inset
7229 </cell>
7230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7231 \begin_inset Text
7232
7233 \begin_layout Plain Layout
7234 asd
7235 \end_layout
7236
7237 \end_inset
7238 </cell>
7239 </row>
7240 <row>
7241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7242 \begin_inset Text
7243
7244 \begin_layout Plain Layout
7245 asd
7246 \end_layout
7247
7248 \end_inset
7249 </cell>
7250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7251 \begin_inset Text
7252
7253 \begin_layout Plain Layout
7254 s
7255 \end_layout
7256
7257 \end_inset
7258 </cell>
7259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7260 \begin_inset Text
7261
7262 \begin_layout Plain Layout
7263 s
7264 \end_layout
7265
7266 \end_inset
7267 </cell>
7268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7269 \begin_inset Text
7270
7271 \begin_layout Plain Layout
7272 s
7273 \end_layout
7274
7275 \end_inset
7276 </cell>
7277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7278 \begin_inset Text
7279
7280 \begin_layout Plain Layout
7281 asd
7282 \end_layout
7283
7284 \end_inset
7285 </cell>
7286 </row>
7287 <row>
7288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7289 \begin_inset Text
7290
7291 \begin_layout Plain Layout
7292 asd
7293 \end_layout
7294
7295 \end_inset
7296 </cell>
7297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7298 \begin_inset Text
7299
7300 \begin_layout Plain Layout
7301 sad
7302 \end_layout
7303
7304 \end_inset
7305 </cell>
7306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7307 \begin_inset Text
7308
7309 \begin_layout Plain Layout
7310 asd
7311 \end_layout
7312
7313 \end_inset
7314 </cell>
7315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Plain Layout
7319 asd
7320 \end_layout
7321
7322 \end_inset
7323 </cell>
7324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7325 \begin_inset Text
7326
7327 \begin_layout Plain Layout
7328 asd
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 </row>
7334 </lyxtabular>
7335
7336 \end_inset
7337
7338
7339 \begin_inset ERT
7340 status collapsed
7341
7342 \begin_layout Plain Layout
7343
7344
7345 \backslash
7346 setlength{
7347 \backslash
7348 LTcapwidth}{4in}
7349 \end_layout
7350
7351 \end_inset
7352
7353
7354 \begin_inset Note Note
7355 status collapsed
7356
7357 \begin_layout Plain Layout
7358 Beschriftungsbreite zurücksetzen
7359 \end_layout
7360
7361 \end_inset
7362
7363
7364 \end_layout
7365
7366 \begin_layout Standard
7367 \begin_inset Note Greyedout
7368 status open
7369
7370 \begin_layout Plain Layout
7371
7372 \series bold
7373 Achtung:
7374 \series default
7375  Wenn das LaTeX-Paket 
7376 \series bold
7377 caption
7378 \series default
7379
7380 \begin_inset Index
7381 status collapsed
7382
7383 \begin_layout Plain Layout
7384 LaTeX-Pakete ! caption
7385 \end_layout
7386
7387 \end_inset
7388
7389  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7390  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7391  4
7392 \begin_inset space \thinspace{}
7393 \end_inset
7394
7395 Zoll für 
7396 \series bold
7397
7398 \backslash
7399 LTcapwidth
7400 \series default
7401  benutzen.
7402  Um in diesem Fall eine genau 4
7403 \begin_inset space \thinspace{}
7404 \end_inset
7405
7406 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7407  4
7408 \begin_inset space \thinspace{}
7409 \end_inset
7410
7411 Zoll veränderten Wert wie z.
7412 \begin_inset space \thinspace{}
7413 \end_inset
7414
7415 B.
7416  3.99
7417 \begin_inset space \thinspace{}
7418 \end_inset
7419
7420 Zoll verwenden oder den LaTeX-Befehl 
7421 \series bold
7422
7423 \backslash
7424 captionsetup{width=Wert}
7425 \series default
7426  benutzen, der vom 
7427 \series bold
7428 caption
7429 \series default
7430 -Paket bereitgestellt wird.
7431 \end_layout
7432
7433 \end_inset
7434
7435
7436 \end_layout
7437
7438 \begin_layout Subsubsection
7439 Unterschiedliche Titel für Tabellenseiten
7440 \begin_inset Index
7441 status collapsed
7442
7443 \begin_layout Plain Layout
7444 Tabellen ! lange ! mehrere Titel
7445 \end_layout
7446
7447 \end_inset
7448
7449
7450 \end_layout
7451
7452 \begin_layout Standard
7453 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7454  die erste, müssen Sie eine 
7455 \family sans
7456 Legende
7457 \family default
7458  mit einem nicht-leeren 
7459 \family sans
7460 Kurztitel
7461 \family default
7462  in eine leere Legende-Zeile, die als 
7463 \family sans
7464 Erste
7465 \begin_inset space ~
7466 \end_inset
7467
7468 Kopfzeile
7469 \family default
7470  definiert wurde, einfügen.
7471  Der Titel für die anderen Tabellenseiten wird als 
7472 \family sans
7473 Legende
7474 \family default
7475  ohne 
7476 \family sans
7477 Kurztitel
7478 \family default
7479  in eine leere Legende-Zeile, die als 
7480 \family sans
7481 Kopfzeile
7482 \family default
7483  definiert wurde, eingefügt.
7484  Wenn dieser Titel nicht die Tabellennummer enthalten soll, müssen Sie den
7485  Befehl
7486 \end_layout
7487
7488 \begin_layout Standard
7489
7490 \series bold
7491
7492 \backslash
7493 caption*{caption text}
7494 \end_layout
7495
7496 \begin_layout Standard
7497 anstatt der 
7498 \family sans
7499 Legende
7500 \family default
7501 -Umgebung von LyX benutzen.
7502  Die Marke, die zum Verweis auf die Tabelle benutzt werden soll, muss in
7503  den Titel der 
7504 \family sans
7505 Ersten
7506 \begin_inset space ~
7507 \end_inset
7508
7509 Kopfzeile
7510 \family default
7511  eingefügt werden.
7512  Tabelle
7513 \begin_inset space ~
7514 \end_inset
7515
7516
7517 \begin_inset CommandInset ref
7518 LatexCommand ref
7519 reference "tab:DiffCaptions"
7520
7521 \end_inset
7522
7523  ist ein Beispiel für eine 
7524 \family sans
7525 lange
7526 \begin_inset space ~
7527 \end_inset
7528
7529 Tabelle
7530 \family default
7531  mit unterschiedlichen Titeln und ohne Tabellennummer auf der zweiten Seite.
7532 \end_layout
7533
7534 \begin_layout Standard
7535 \align center
7536 \begin_inset Tabular
7537 <lyxtabular version="3" rows="60" columns="3">
7538 <features islongtable="true">
7539 <column alignment="left" valignment="top" width="0cm">
7540 <column alignment="left" valignment="top" width="0pt">
7541 <column alignment="right" valignment="top" width="0pt">
7542 <row endfirsthead="true" caption="true">
7543 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547 \begin_inset Caption
7548
7549 \begin_layout Plain Layout
7550 Telefonliste
7551 \begin_inset CommandInset label
7552 LatexCommand label
7553 name "tab:DiffCaptions"
7554
7555 \end_inset
7556
7557
7558 \begin_inset OptArg
7559 status collapsed
7560
7561 \begin_layout Plain Layout
7562 Telefonliste
7563 \end_layout
7564
7565 \end_inset
7566
7567
7568 \end_layout
7569
7570 \end_inset
7571
7572
7573 \end_layout
7574
7575 \end_inset
7576 </cell>
7577 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7578 \begin_inset Text
7579
7580 \begin_layout Plain Layout
7581
7582 \end_layout
7583
7584 \end_inset
7585 </cell>
7586 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7587 \begin_inset Text
7588
7589 \begin_layout Plain Layout
7590
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 </row>
7596 <row endfirsthead="true">
7597 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Plain Layout
7601
7602 \series bold
7603 Telefonliste (ignoriere die Namen)
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Plain Layout
7612
7613 \end_layout
7614
7615 \end_inset
7616 </cell>
7617 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7618 \begin_inset Text
7619
7620 \begin_layout Plain Layout
7621
7622 \end_layout
7623
7624 \end_inset
7625 </cell>
7626 </row>
7627 <row endfirsthead="true">
7628 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632
7633 \series bold
7634 NAME
7635 \end_layout
7636
7637 \end_inset
7638 </cell>
7639 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643
7644 \end_layout
7645
7646 \end_inset
7647 </cell>
7648 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7649 \begin_inset Text
7650
7651 \begin_layout Plain Layout
7652
7653 \series bold
7654 TEL.
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 </row>
7660 <row endhead="true" caption="true">
7661 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7662 \begin_inset Text
7663
7664 \begin_layout Plain Layout
7665 \begin_inset ERT
7666 status open
7667
7668 \begin_layout Plain Layout
7669
7670
7671 \backslash
7672 caption*{Fortsetzung der Telefonliste}
7673 \backslash
7674
7675 \backslash
7676 %
7677 \end_layout
7678
7679 \end_inset
7680
7681
7682 \end_layout
7683
7684 \end_inset
7685 </cell>
7686 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7687 \begin_inset Text
7688
7689 \begin_layout Plain Layout
7690
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7696 \begin_inset Text
7697
7698 \begin_layout Plain Layout
7699
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 </row>
7705 <row endhead="true">
7706 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7707 \begin_inset Text
7708
7709 \begin_layout Plain Layout
7710
7711 \series bold
7712 Telefonliste
7713 \end_layout
7714
7715 \end_inset
7716 </cell>
7717 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7718 \begin_inset Text
7719
7720 \begin_layout Plain Layout
7721
7722 \end_layout
7723
7724 \end_inset
7725 </cell>
7726 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7727 \begin_inset Text
7728
7729 \begin_layout Plain Layout
7730
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 </row>
7736 <row endhead="true">
7737 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7738 \begin_inset Text
7739
7740 \begin_layout Plain Layout
7741
7742 \series bold
7743 NAME
7744 \end_layout
7745
7746 \end_inset
7747 </cell>
7748 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7749 \begin_inset Text
7750
7751 \begin_layout Plain Layout
7752
7753 \end_layout
7754
7755 \end_inset
7756 </cell>
7757 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7758 \begin_inset Text
7759
7760 \begin_layout Plain Layout
7761
7762 \series bold
7763 TEL.
7764 \end_layout
7765
7766 \end_inset
7767 </cell>
7768 </row>
7769 <row endfoot="true">
7770 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7771 \begin_inset Text
7772
7773 \begin_layout Plain Layout
7774 wird fortgesetzt\SpecialChar \ldots{}
7775
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7790 \begin_inset Text
7791
7792 \begin_layout Plain Layout
7793
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 </row>
7799 <row>
7800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Plain Layout
7804
7805 \series bold
7806 Annovi
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815 Silvia
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824 111
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 </row>
7830 <row>
7831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835
7836 \series bold
7837 Bertoli
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846 Stefano
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855 111
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 </row>
7861 <row>
7862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866
7867 \series bold
7868 Bozzi
7869 \end_layout
7870
7871 \end_inset
7872 </cell>
7873 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877 Walter
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886 111
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 </row>
7892 <row>
7893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Plain Layout
7897
7898 \series bold
7899 Cachia
7900 \end_layout
7901
7902 \end_inset
7903 </cell>
7904 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Plain Layout
7908 Maria
7909 \end_layout
7910
7911 \end_inset
7912 </cell>
7913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Plain Layout
7917 111
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 </row>
7923 <row>
7924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7925 \begin_inset Text
7926
7927 \begin_layout Plain Layout
7928
7929 \series bold
7930 Cachia
7931 \end_layout
7932
7933 \end_inset
7934 </cell>
7935 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Plain Layout
7939 Maurizio
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7945 \begin_inset Text
7946
7947 \begin_layout Plain Layout
7948 111
7949 \end_layout
7950
7951 \end_inset
7952 </cell>
7953 </row>
7954 <row>
7955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7956 \begin_inset Text
7957
7958 \begin_layout Plain Layout
7959
7960 \series bold
7961 Cinquemani
7962 \end_layout
7963
7964 \end_inset
7965 </cell>
7966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7967 \begin_inset Text
7968
7969 \begin_layout Plain Layout
7970 Giusi
7971 \end_layout
7972
7973 \end_inset
7974 </cell>
7975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7976 \begin_inset Text
7977
7978 \begin_layout Plain Layout
7979 111
7980 \end_layout
7981
7982 \end_inset
7983 </cell>
7984 </row>
7985 <row>
7986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7987 \begin_inset Text
7988
7989 \begin_layout Plain Layout
7990
7991 \series bold
7992 Colin
7993 \end_layout
7994
7995 \end_inset
7996 </cell>
7997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Plain Layout
8001 Bernard
8002 \end_layout
8003
8004 \end_inset
8005 </cell>
8006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8007 \begin_inset Text
8008
8009 \begin_layout Plain Layout
8010 111
8011 \end_layout
8012
8013 \end_inset
8014 </cell>
8015 </row>
8016 <row>
8017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8018 \begin_inset Text
8019
8020 \begin_layout Plain Layout
8021
8022 \series bold
8023 Concli
8024 \end_layout
8025
8026 \end_inset
8027 </cell>
8028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8029 \begin_inset Text
8030
8031 \begin_layout Plain Layout
8032 Gianfranco
8033 \end_layout
8034
8035 \end_inset
8036 </cell>
8037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8038 \begin_inset Text
8039
8040 \begin_layout Plain Layout
8041 111
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 </row>
8047 <row>
8048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052
8053 \series bold
8054 Dal Bosco
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063 Carolina
8064 \end_layout
8065
8066 \end_inset
8067 </cell>
8068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8069 \begin_inset Text
8070
8071 \begin_layout Plain Layout
8072 111
8073 \end_layout
8074
8075 \end_inset
8076 </cell>
8077 </row>
8078 <row>
8079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083
8084 \series bold
8085 Dalpiaz
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8091 \begin_inset Text
8092
8093 \begin_layout Plain Layout
8094 Annamaria
8095 \end_layout
8096
8097 \end_inset
8098 </cell>
8099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8100 \begin_inset Text
8101
8102 \begin_layout Plain Layout
8103 111
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 </row>
8109 <row>
8110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8111 \begin_inset Text
8112
8113 \begin_layout Plain Layout
8114
8115 \series bold
8116 Feliciello
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125 Domenico
8126 \end_layout
8127
8128 \end_inset
8129 </cell>
8130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134 111
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 </row>
8140 <row>
8141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145
8146 \series bold
8147 Focarelli
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156 Paola
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165 111
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 </row>
8171 <row>
8172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176
8177 \series bold
8178 Galletti
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 Oreste
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8193 \begin_inset Text
8194
8195 \begin_layout Plain Layout
8196 111
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 </row>
8202 <row>
8203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207
8208 \series bold
8209 Gasparini
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 Franca
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8224 \begin_inset Text
8225
8226 \begin_layout Plain Layout
8227 111
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 </row>
8233 <row>
8234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238
8239 \series bold
8240 Rizzardi
8241 \series default
8242
8243 \begin_inset Foot
8244 status open
8245
8246 \begin_layout Plain Layout
8247 Beispielfußnote
8248 \end_layout
8249
8250 \end_inset
8251
8252
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 Paola
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270 111
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 </row>
8276 <row>
8277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281
8282 \series bold
8283 Lassini
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 Giancarlo
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301 111
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 </row>
8307 <row>
8308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312
8313 \series bold
8314 Malfatti
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 Luciano
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8329 \begin_inset Text
8330
8331 \begin_layout Plain Layout
8332 111
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 </row>
8338 <row>
8339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343
8344 \series bold
8345 Malfatti
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354 Valeriano
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363 111
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 </row>
8369 <row>
8370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374
8375 \series bold
8376 Meneguzzo
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 Roberto
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8391 \begin_inset Text
8392
8393 \begin_layout Plain Layout
8394 111
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 </row>
8400 <row>
8401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8402 \begin_inset Text
8403
8404 \begin_layout Plain Layout
8405
8406 \series bold
8407 Mezzadra
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416 Roberto
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425 111
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 </row>
8431 <row>
8432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436
8437 \series bold
8438 Pirpamer
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447 Erich
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456 111
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 </row>
8462 <row>
8463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467
8468 \series bold
8469 Pochiesa
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478 Paolo
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487 111, 222
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 </row>
8493 <row>
8494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498
8499 \series bold
8500 Radina
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509 Claudio
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518 111
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 </row>
8524 <row>
8525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529
8530 \series bold
8531 Stuffer
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540 Oskar
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549 111
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 </row>
8555 <row>
8556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560
8561 \series bold
8562 Tacchelli
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571 Ugo
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8577 \begin_inset Text
8578
8579 \begin_layout Plain Layout
8580 111
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 </row>
8586 <row>
8587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591
8592 \series bold
8593 Tezzele
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602 Margit
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611 111
8612 \end_layout
8613
8614 \end_inset
8615 </cell>
8616 </row>
8617 <row>
8618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622
8623 \series bold
8624 Unterkalmsteiner
8625 \end_layout
8626
8627 \end_inset
8628 </cell>
8629 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Plain Layout
8633 Frieda
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642 111
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 </row>
8648 <row>
8649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653
8654 \series bold
8655 Vieider
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664 Hilde
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673 111
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 </row>
8679 <row>
8680 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684
8685 \series bold
8686 Vigna
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Plain Layout
8695 Jürgen
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8701 \begin_inset Text
8702
8703 \begin_layout Plain Layout
8704 111
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 </row>
8710 <row>
8711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Plain Layout
8715
8716 \series bold
8717 Weber
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726 Maurizio
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Plain Layout
8735 111
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 </row>
8741 <row>
8742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Plain Layout
8746
8747 \series bold
8748 Winkler
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757 Franz
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766 111
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 </row>
8772 <row>
8773 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777  
8778 \end_layout
8779
8780 \end_inset
8781 </cell>
8782 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8783 \begin_inset Text
8784
8785 \begin_layout Plain Layout
8786
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 </row>
8801 <row>
8802 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806
8807 \series bold
8808 Annovi
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817 Silvia
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Plain Layout
8826 555
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 </row>
8832 <row>
8833 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837
8838 \series bold
8839 Bertoli
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848 Stefano
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8854 \begin_inset Text
8855
8856 \begin_layout Plain Layout
8857 555
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 </row>
8863 <row>
8864 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868
8869 \series bold
8870 Bozzi
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879 Walter
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888 555
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 </row>
8894 <row>
8895 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899
8900 \series bold
8901 Cachia
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910 Maria
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8916 \begin_inset Text
8917
8918 \begin_layout Plain Layout
8919 555
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 </row>
8925 <row>
8926 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930
8931 \series bold
8932 Cachia
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941 Maurizio
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950 555
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 </row>
8956 <row>
8957 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961
8962 \series bold
8963 Cinquemani
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972 Giusi
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981 555
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 </row>
8987 <row>
8988 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992
8993 \series bold
8994 Colin
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003 Bernard
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012 555
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 </row>
9018 <row>
9019 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023
9024 \series bold
9025 Concli
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034 Gianfranco
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043 555
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 </row>
9049 <row>
9050 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054
9055 \series bold
9056 Dal Bosco
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065 Carolina
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074 555
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 </row>
9080 <row>
9081 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085
9086 \series bold
9087 Dalpiaz
9088 \end_layout
9089
9090 \end_inset
9091 </cell>
9092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Plain Layout
9096 Annamaria
9097 \end_layout
9098
9099 \end_inset
9100 </cell>
9101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9102 \begin_inset Text
9103
9104 \begin_layout Plain Layout
9105 555
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 </row>
9111 <row>
9112 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116
9117 \series bold
9118 Feliciello
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127 Domenico
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9133 \begin_inset Text
9134
9135 \begin_layout Plain Layout
9136 555
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 </row>
9142 <row>
9143 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147
9148 \series bold
9149 Focarelli
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158 Paola
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9164 \begin_inset Text
9165
9166 \begin_layout Plain Layout
9167 555
9168 \end_layout
9169
9170 \end_inset
9171 </cell>
9172 </row>
9173 <row>
9174 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9175 \begin_inset Text
9176
9177 \begin_layout Plain Layout
9178
9179 \series bold
9180 Galletti
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189 Oreste
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9195 \begin_inset Text
9196
9197 \begin_layout Plain Layout
9198 555
9199 \end_layout
9200
9201 \end_inset
9202 </cell>
9203 </row>
9204 <row>
9205 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9206 \begin_inset Text
9207
9208 \begin_layout Plain Layout
9209
9210 \series bold
9211 Gasparini
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220 Franca
9221 \end_layout
9222
9223 \end_inset
9224 </cell>
9225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9226 \begin_inset Text
9227
9228 \begin_layout Plain Layout
9229 555
9230 \end_layout
9231
9232 \end_inset
9233 </cell>
9234 </row>
9235 <row>
9236 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9237 \begin_inset Text
9238
9239 \begin_layout Plain Layout
9240
9241 \series bold
9242 Rizzardi
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251 Paola
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9257 \begin_inset Text
9258
9259 \begin_layout Plain Layout
9260 555
9261 \end_layout
9262
9263 \end_inset
9264 </cell>
9265 </row>
9266 <row>
9267 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9268 \begin_inset Text
9269
9270 \begin_layout Plain Layout
9271
9272 \series bold
9273 Lassini
9274 \end_layout
9275
9276 \end_inset
9277 </cell>
9278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9279 \begin_inset Text
9280
9281 \begin_layout Plain Layout
9282 Giancarlo
9283 \end_layout
9284
9285 \end_inset
9286 </cell>
9287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9288 \begin_inset Text
9289
9290 \begin_layout Plain Layout
9291 555
9292 \end_layout
9293
9294 \end_inset
9295 </cell>
9296 </row>
9297 <row>
9298 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9299 \begin_inset Text
9300
9301 \begin_layout Plain Layout
9302
9303 \series bold
9304 Malfatti
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Plain Layout
9313 Luciano
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9319 \begin_inset Text
9320
9321 \begin_layout Plain Layout
9322 555
9323 \end_layout
9324
9325 \end_inset
9326 </cell>
9327 </row>
9328 <row>
9329 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Plain Layout
9333
9334 \series bold
9335 Malfatti
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344 Valeriano
9345 \end_layout
9346
9347 \end_inset
9348 </cell>
9349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9350 \begin_inset Text
9351
9352 \begin_layout Plain Layout
9353 555
9354 \end_layout
9355
9356 \end_inset
9357 </cell>
9358 </row>
9359 <row>
9360 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Plain Layout
9364
9365 \series bold
9366 Meneguzzo
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375 Roberto
9376 \end_layout
9377
9378 \end_inset
9379 </cell>
9380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9381 \begin_inset Text
9382
9383 \begin_layout Plain Layout
9384 555
9385 \end_layout
9386
9387 \end_inset
9388 </cell>
9389 </row>
9390 <row>
9391 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395
9396 \series bold
9397 Mezzadra
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406 Roberto
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9412 \begin_inset Text
9413
9414 \begin_layout Plain Layout
9415 555
9416 \end_layout
9417
9418 \end_inset
9419 </cell>
9420 </row>
9421 <row endlastfoot="true">
9422 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9423 \begin_inset Text
9424
9425 \begin_layout Plain Layout
9426
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9432 \begin_inset Text
9433
9434 \begin_layout Plain Layout
9435
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 </row>
9450 </lyxtabular>
9451
9452 \end_inset
9453
9454
9455 \end_layout
9456
9457 \begin_layout Section
9458 Weitere Möglichkeiten für 
9459 \family sans
9460 lange Tabelle
9461 \family default
9462 n
9463 \begin_inset CommandInset label
9464 LatexCommand label
9465 name "abs:Special-Longtable-Issues"
9466
9467 \end_inset
9468
9469
9470 \end_layout
9471
9472 \begin_layout Subsection
9473 L
9474 \family sans
9475 ange Tabelle
9476 \family default
9477 n: Berechnung
9478 \begin_inset Index
9479 status collapsed
9480
9481 \begin_layout Plain Layout
9482 Tabellen ! lange ! Berechnung
9483 \end_layout
9484
9485 \end_inset
9486
9487
9488 \end_layout
9489
9490 \begin_layout Standard
9491 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9492  sogenannten 
9493 \emph on
9494 chunks
9495 \emph default
9496  (Brocken).
9497  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9498  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9499  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9500  das die Druckausgabe.
9501  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9502  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9503  einfügen:
9504 \end_layout
9505
9506 \begin_layout Standard
9507
9508 \series bold
9509
9510 \backslash
9511 setcounter{LTchunksize}{100}
9512 \end_layout
9513
9514 \begin_layout Subsection
9515 Gleitobjekte und L
9516 \family sans
9517 ange Tabelle
9518 \family default
9519 n
9520 \begin_inset Index
9521 status collapsed
9522
9523 \begin_layout Plain Layout
9524 Tabellen ! lange ! und Gleitobjekte
9525 \end_layout
9526
9527 \end_inset
9528
9529
9530 \end_layout
9531
9532 \begin_layout Standard
9533 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9534 \family sans
9535 lange
9536 \begin_inset space ~
9537 \end_inset
9538
9539 Tabelle
9540 \family default
9541  beginnt, ein Gleitobjekt befindet.
9542  Um das zu vermeiden, können Sie vor der 
9543 \family sans
9544 langen
9545 \begin_inset space ~
9546 \end_inset
9547
9548 Tabellen
9549 \family default
9550  einen manuellen Seitenumbruch
9551 \family sans
9552  Einfügen\SpecialChar \menuseparator
9553 Formatierung\SpecialChar \menuseparator
9554 [Doppel]Seite
9555 \begin_inset space \space{}
9556 \end_inset
9557
9558 leeren
9559 \family default
9560  einfügen, siehe 
9561 \emph on
9562 Benutzerhandbuch
9563 \emph default
9564 .
9565 \end_layout
9566
9567 \begin_layout Subsection
9568 Manuelle Seitenumbrüche
9569 \begin_inset Index
9570 status collapsed
9571
9572 \begin_layout Plain Layout
9573 Tabellen ! lange ! manueller Seitenumbruch
9574 \end_layout
9575
9576 \end_inset
9577
9578
9579 \end_layout
9580
9581 \begin_layout Standard
9582 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9583  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9584  der Zelle umbrechen wollen, fügen Sie den Befehl  
9585 \begin_inset Quotes gld
9586 \end_inset
9587
9588
9589 \series bold
9590
9591 \backslash
9592
9593 \backslash
9594
9595 \series default
9596
9597 \begin_inset Quotes grd
9598 \end_inset
9599
9600  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9601  werden soll.
9602  Vor dem 
9603 \begin_inset Quotes gld
9604 \end_inset
9605
9606
9607 \series bold
9608
9609 \backslash
9610
9611 \backslash
9612
9613 \series default
9614
9615 \begin_inset Quotes grd
9616 \end_inset
9617
9618 -Befehl müssen Sie so viele 
9619 \begin_inset Quotes gld
9620 \end_inset
9621
9622
9623 \series bold
9624 &
9625 \series default
9626
9627 \begin_inset Quotes grd
9628 \end_inset
9629
9630  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9631  Mit 
9632 \begin_inset Quotes gld
9633 \end_inset
9634
9635
9636 \series bold
9637 &
9638 \series default
9639
9640 \begin_inset Quotes grd
9641 \end_inset
9642
9643   werden in LaTeX Tabellenzellen getrennt.
9644  Hinter jedes 
9645 \begin_inset Quotes gld
9646 \end_inset
9647
9648
9649 \series bold
9650 &
9651 \series default
9652
9653 \begin_inset Quotes grd
9654 \end_inset
9655
9656  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9657  und löschen den Inhalt dieser Zellen.
9658 \end_layout
9659
9660 \begin_layout Standard
9661 Hinter dem 
9662 \begin_inset Quotes gld
9663 \end_inset
9664
9665
9666 \series bold
9667
9668 \backslash
9669
9670 \backslash
9671
9672 \series default
9673
9674 \begin_inset Quotes grd
9675 \end_inset
9676
9677 -Befehl müssen Sie so viele 
9678 \begin_inset Quotes gld
9679 \end_inset
9680
9681
9682 \series bold
9683 &
9684 \series default
9685
9686 \begin_inset Quotes grd
9687 \end_inset
9688
9689  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9690  In Tabelle
9691 \begin_inset space ~
9692 \end_inset
9693
9694
9695 \begin_inset CommandInset ref
9696 LatexCommand ref
9697 reference "tab:ForcedPagebreak"
9698
9699 \end_inset
9700
9701  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9702  Es folgt noch eine weitere Spalte.
9703  Deshalb wurde hinter dem Wort 
9704 \emph on
9705 Castelchiodato, 
9706 \emph default
9707 folgendes eingefügt:
9708 \end_layout
9709
9710 \begin_layout Standard
9711
9712 \series bold
9713 & 111
9714 \backslash
9715
9716 \backslash
9717
9718 \begin_inset Newline newline
9719 \end_inset
9720
9721 &
9722 \end_layout
9723
9724 \begin_layout Standard
9725 Die 
9726 \begin_inset Quotes gld
9727 \end_inset
9728
9729 111
9730 \begin_inset Quotes grd
9731 \end_inset
9732
9733  in der dritten Spalte wurde gelöscht.
9734  Wenn die Fußzeile Ihrer 
9735 \family sans
9736 langen
9737 \begin_inset space ~
9738 \end_inset
9739
9740 Tabelle
9741 \family default
9742  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9743  Befehle benutzen:
9744 \end_layout
9745
9746 \begin_layout Standard
9747
9748 \series bold
9749 & 111
9750 \backslash
9751
9752 \backslash
9753
9754 \begin_inset Newline newline
9755 \end_inset
9756
9757
9758 \backslash
9759 hline &
9760 \end_layout
9761
9762 \begin_layout Standard
9763 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9764  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9765 \end_layout
9766
9767 \begin_layout Standard
9768
9769 \series bold
9770
9771 \backslash
9772 setlength{
9773 \backslash
9774 parfillskip}{0pt}
9775 \end_layout
9776
9777 \begin_layout Standard
9778 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9779  erscheint.
9780 \end_layout
9781
9782 \begin_layout Standard
9783 \align center
9784 \begin_inset Tabular
9785 <lyxtabular version="3" rows="39" columns="3">
9786 <features islongtable="true">
9787 <column alignment="left" valignment="top" width="0cm">
9788 <column alignment="left" valignment="top" width="3cm">
9789 <column alignment="right" valignment="top" width="0pt">
9790 <row endfirsthead="true" caption="true">
9791 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Plain Layout
9795 \begin_inset Caption
9796
9797 \begin_layout Plain Layout
9798 Tabelle mit manuellem Seitenumbruch in einer Zelle
9799 \begin_inset CommandInset label
9800 LatexCommand label
9801 name "tab:ForcedPagebreak"
9802
9803 \end_inset
9804
9805
9806 \begin_inset OptArg
9807 status collapsed
9808
9809 \begin_layout Plain Layout
9810 Tabelle mit manuellem Seitenumbruch in einer Zelle
9811 \end_layout
9812
9813 \end_inset
9814
9815
9816 \end_layout
9817
9818 \end_inset
9819
9820
9821 \end_layout
9822
9823 \end_inset
9824 </cell>
9825 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9826 \begin_inset Text
9827
9828 \begin_layout Plain Layout
9829
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9835 \begin_inset Text
9836
9837 \begin_layout Plain Layout
9838
9839 \end_layout
9840
9841 \end_inset
9842 </cell>
9843 </row>
9844 <row endfirsthead="true">
9845 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849
9850 \series bold
9851 Telefonliste (ignoriere die Namen)
9852 \end_layout
9853
9854 \end_inset
9855 </cell>
9856 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9857 \begin_inset Text
9858
9859 \begin_layout Plain Layout
9860
9861 \end_layout
9862
9863 \end_inset
9864 </cell>
9865 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9866 \begin_inset Text
9867
9868 \begin_layout Plain Layout
9869
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 </row>
9875 <row endfirsthead="true">
9876 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880
9881 \series bold
9882 NAME
9883 \end_layout
9884
9885 \end_inset
9886 </cell>
9887 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Plain Layout
9891
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900
9901 \series bold
9902 TEL.
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 </row>
9908 <row endhead="true" caption="true">
9909 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9910 \begin_inset Text
9911
9912 \begin_layout Plain Layout
9913 \begin_inset ERT
9914 status collapsed
9915
9916 \begin_layout Plain Layout
9917
9918
9919 \backslash
9920 caption*{Fortsetzung der Tabelle mit manuellem Seitenumbruch in einer Zelle}
9921 \backslash
9922
9923 \backslash
9924 %
9925 \end_layout
9926
9927 \end_inset
9928
9929
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947
9948 \end_layout
9949
9950 \end_inset
9951 </cell>
9952 </row>
9953 <row endhead="true">
9954 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958
9959 \series bold
9960 Telefonliste
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 </row>
9984 <row endhead="true">
9985 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989
9990 \series bold
9991 NAME
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009
10010 \series bold
10011 TEL.
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 </row>
10017 <row endfoot="true">
10018 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022 wird fortgesetzt\SpecialChar \ldots{}
10023
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10029 \begin_inset Text
10030
10031 \begin_layout Plain Layout
10032
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Plain Layout
10041
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 </row>
10047 <row>
10048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052
10053 \series bold
10054 Annovi
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 Silvia
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10069 \begin_inset Text
10070
10071 \begin_layout Plain Layout
10072 111
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 </row>
10078 <row>
10079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10080 \begin_inset Text
10081
10082 \begin_layout Plain Layout
10083
10084 \series bold
10085 Bertoli
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 Stefano
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103 111
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 </row>
10109 <row>
10110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114
10115 \series bold
10116 Bozzi
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 Walter
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134 111
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 </row>
10140 <row>
10141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145
10146 \series bold
10147 Cachia
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 Maria
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165 111
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 </row>
10171 <row>
10172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176
10177 \series bold
10178 Cachia
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 Maurizio
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196 111
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 </row>
10202 <row>
10203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10204 \begin_inset Text
10205
10206 \begin_layout Plain Layout
10207
10208 \series bold
10209 Cinquemani
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 Giusi
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10224 \begin_inset Text
10225
10226 \begin_layout Plain Layout
10227 111
10228 \end_layout
10229
10230 \end_inset
10231 </cell>
10232 </row>
10233 <row>
10234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10235 \begin_inset Text
10236
10237 \begin_layout Plain Layout
10238
10239 \series bold
10240 Colin
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 Bernard
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258 111
10259 \end_layout
10260
10261 \end_inset
10262 </cell>
10263 </row>
10264 <row>
10265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269
10270 \series bold
10271 Concli
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 Gianfranco
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289 111
10290 \end_layout
10291
10292 \end_inset
10293 </cell>
10294 </row>
10295 <row>
10296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10297 \begin_inset Text
10298
10299 \begin_layout Plain Layout
10300
10301 \series bold
10302 Dal Bosco
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 Carolina
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Plain Layout
10320 111
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 </row>
10326 <row>
10327 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331
10332 \series bold
10333 Dalpiaz
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 Annamaria
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10348 \begin_inset Text
10349
10350 \begin_layout Plain Layout
10351 111
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 </row>
10357 <row>
10358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362
10363 \series bold
10364 Feliciello
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 Domenico
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Plain Layout
10382 111
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 </row>
10388 <row>
10389 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393
10394 \series bold
10395 Focarelli
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 Paola
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Plain Layout
10413 111
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 </row>
10419 <row>
10420 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424
10425 \series bold
10426 Galletti
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 Oreste
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444 111
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 </row>
10450 <row>
10451 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Plain Layout
10455
10456 \series bold
10457 Gasparini
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 Franca
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10472 \begin_inset Text
10473
10474 \begin_layout Plain Layout
10475 111
10476 \end_layout
10477
10478 \end_inset
10479 </cell>
10480 </row>
10481 <row>
10482 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Plain Layout
10486
10487 \series bold
10488 Lassini
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 Giancarlo
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506 111
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 </row>
10512 <row>
10513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10514 \begin_inset Text
10515
10516 \begin_layout Plain Layout
10517
10518 \series bold
10519 Malfatti
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 Luciano
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10534 \begin_inset Text
10535
10536 \begin_layout Plain Layout
10537 111
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 </row>
10543 <row>
10544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548
10549 \series bold
10550 Malfatti
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 Valeriano
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568 111
10569 \end_layout
10570
10571 \end_inset
10572 </cell>
10573 </row>
10574 <row>
10575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Plain Layout
10579
10580 \series bold
10581 Meneguzzo
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 Roberto
10591 \end_layout
10592
10593 \end_inset
10594 </cell>
10595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10596 \begin_inset Text
10597
10598 \begin_layout Plain Layout
10599 111
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 </row>
10605 <row>
10606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610
10611 \series bold
10612 Mezzadra
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 Roberto
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630 111
10631 \end_layout
10632
10633 \end_inset
10634 </cell>
10635 </row>
10636 <row>
10637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10638 \begin_inset Text
10639
10640 \begin_layout Plain Layout
10641
10642 \series bold
10643 Pirpamer
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10649 \begin_inset Text
10650
10651 \begin_layout Plain Layout
10652 Erich
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10658 \begin_inset Text
10659
10660 \begin_layout Plain Layout
10661 111
10662 \end_layout
10663
10664 \end_inset
10665 </cell>
10666 </row>
10667 <row>
10668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10669 \begin_inset Text
10670
10671 \begin_layout Plain Layout
10672
10673 \series bold
10674 Pochiesa
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683 Paolo
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692 111, 222
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 </row>
10698 <row>
10699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703
10704 \series bold
10705 Radina
10706 \end_layout
10707
10708 \end_inset
10709 </cell>
10710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10711 \begin_inset Text
10712
10713 \begin_layout Plain Layout
10714 Claudio
10715 \end_layout
10716
10717 \end_inset
10718 </cell>
10719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10720 \begin_inset Text
10721
10722 \begin_layout Plain Layout
10723 111
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 </row>
10729 <row>
10730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10731 \begin_inset Text
10732
10733 \begin_layout Plain Layout
10734
10735 \series bold
10736 Rizzardi
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Plain Layout
10745 Paolo, 11.
10746  Fürst von Monte\SpecialChar \-
10747 com\SpecialChar \-
10748 patri, 11.
10749  Fürst von Sulmona und Vivaro, 10.
10750  Fürst von Rossano, 5.
10751  Herzog von Canemorte, 11.
10752  Herzog von Palombara, 5.
10753  Herzog von Castelchiodato,
10754 \begin_inset ERT
10755 status open
10756
10757 \begin_layout Plain Layout
10758
10759 & 111
10760 \backslash
10761
10762 \backslash
10763
10764 \end_layout
10765
10766 \begin_layout Plain Layout
10767
10768 &
10769 \end_layout
10770
10771 \end_inset
10772
10773  11.
10774  Herzog von Poggionativo, 11.
10775  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10776  Graf von Valinfreda, 11.
10777  Baron von Cropalati, 11.
10778  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Plain Layout
10787
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 </row>
10793 <row>
10794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Plain Layout
10798
10799 \series bold
10800 Stuffer
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10806 \begin_inset Text
10807
10808 \begin_layout Plain Layout
10809 Oskar
10810 \end_layout
10811
10812 \end_inset
10813 </cell>
10814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10815 \begin_inset Text
10816
10817 \begin_layout Plain Layout
10818 111
10819 \end_layout
10820
10821 \end_inset
10822 </cell>
10823 </row>
10824 <row>
10825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10826 \begin_inset Text
10827
10828 \begin_layout Plain Layout
10829
10830 \series bold
10831 Tacchelli
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840 Ugo
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849 111
10850 \end_layout
10851
10852 \end_inset
10853 </cell>
10854 </row>
10855 <row>
10856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10857 \begin_inset Text
10858
10859 \begin_layout Plain Layout
10860
10861 \series bold
10862 Tezzele
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10868 \begin_inset Text
10869
10870 \begin_layout Plain Layout
10871 Margit
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10877 \begin_inset Text
10878
10879 \begin_layout Plain Layout
10880 111
10881 \end_layout
10882
10883 \end_inset
10884 </cell>
10885 </row>
10886 <row>
10887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891
10892 \series bold
10893 Unterkalmsteiner
10894 \end_layout
10895
10896 \end_inset
10897 </cell>
10898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10899 \begin_inset Text
10900
10901 \begin_layout Plain Layout
10902 Frieda
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911 111
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 </row>
10917 <row>
10918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922
10923 \series bold
10924 Vieider
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933 Hilde
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10939 \begin_inset Text
10940
10941 \begin_layout Plain Layout
10942 111
10943 \end_layout
10944
10945 \end_inset
10946 </cell>
10947 </row>
10948 <row>
10949 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953
10954 \series bold
10955 Vigna
10956 \end_layout
10957
10958 \end_inset
10959 </cell>
10960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964 Jürgen
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973 111
10974 \end_layout
10975
10976 \end_inset
10977 </cell>
10978 </row>
10979 <row>
10980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10981 \begin_inset Text
10982
10983 \begin_layout Plain Layout
10984
10985 \series bold
10986 Weber
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995 Maurizio
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11001 \begin_inset Text
11002
11003 \begin_layout Plain Layout
11004 111
11005 \end_layout
11006
11007 \end_inset
11008 </cell>
11009 </row>
11010 <row>
11011 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015
11016 \series bold
11017 Winkler
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026 Franz
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035 111
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 </row>
11041 <row endlastfoot="true">
11042 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Plain Layout
11046
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11052 \begin_inset Text
11053
11054 \begin_layout Plain Layout
11055
11056 \end_layout
11057
11058 \end_inset
11059 </cell>
11060 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11061 \begin_inset Text
11062
11063 \begin_layout Plain Layout
11064
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 </row>
11070 </lyxtabular>
11071
11072 \end_inset
11073
11074
11075 \end_layout
11076
11077 \begin_layout Section
11078 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11079 \end_layout
11080
11081 \begin_layout Subsection
11082 Mehrfache Zeilen in Zellen
11083 \begin_inset CommandInset label
11084 LatexCommand label
11085 name "uab:Mehrfache-Zeilen-in"
11086
11087 \end_inset
11088
11089
11090 \begin_inset Index
11091 status collapsed
11092
11093 \begin_layout Plain Layout
11094 Mehrfache ! Zeilen in Zellen
11095 \end_layout
11096
11097 \end_inset
11098
11099
11100 \begin_inset Index
11101 status collapsed
11102
11103 \begin_layout Plain Layout
11104 Tabellen ! Zeilenumbrüche
11105 \end_layout
11106
11107 \end_inset
11108
11109
11110 \end_layout
11111
11112 \begin_layout Standard
11113 \noindent
11114 \begin_inset Float table
11115 placement H
11116 wide false
11117 sideways false
11118 status open
11119
11120 \begin_layout Plain Layout
11121 \begin_inset Caption
11122
11123 \begin_layout Plain Layout
11124 \begin_inset CommandInset label
11125 LatexCommand label
11126 name "tab:Table-with-multiple"
11127
11128 \end_inset
11129
11130 Tabelle mit mehrfachen Zeilen in einer Zelle
11131 \end_layout
11132
11133 \end_inset
11134
11135
11136 \end_layout
11137
11138 \begin_layout Plain Layout
11139 \align center
11140 \begin_inset Tabular
11141 <lyxtabular version="3" rows="3" columns="3">
11142 <features>
11143 <column alignment="center" valignment="middle" width="2.5cm">
11144 <column alignment="center" valignment="middle" width="0.5cm">
11145 <column alignment="center" valignment="middle" width="0.5cm">
11146 <row>
11147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11148 \begin_inset Text
11149
11150 \begin_layout Plain Layout
11151 zwei
11152 \begin_inset Newline linebreak
11153 \end_inset
11154
11155 Zeilen
11156 \end_layout
11157
11158 \end_inset
11159 </cell>
11160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11161 \begin_inset Text
11162
11163 \begin_layout Plain Layout
11164 b
11165 \end_layout
11166
11167 \end_inset
11168 </cell>
11169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11170 \begin_inset Text
11171
11172 \begin_layout Plain Layout
11173 c
11174 \end_layout
11175
11176 \end_inset
11177 </cell>
11178 </row>
11179 <row>
11180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11181 \begin_inset Text
11182
11183 \begin_layout Plain Layout
11184 d
11185 \end_layout
11186
11187 \end_inset
11188 </cell>
11189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11190 \begin_inset Text
11191
11192 \begin_layout Plain Layout
11193 e
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202 f
11203 \end_layout
11204
11205 \end_inset
11206 </cell>
11207 </row>
11208 <row>
11209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Plain Layout
11213 g
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222 h
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11228 \begin_inset Text
11229
11230 \begin_layout Plain Layout
11231 i
11232 \end_layout
11233
11234 \end_inset
11235 </cell>
11236 </row>
11237 </lyxtabular>
11238
11239 \end_inset
11240
11241
11242 \end_layout
11243
11244 \end_inset
11245
11246
11247 \end_layout
11248
11249 \begin_layout Standard
11250 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11251  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11252  Tabelle
11253 \begin_inset space ~
11254 \end_inset
11255
11256
11257 \begin_inset CommandInset ref
11258 LatexCommand ref
11259 reference "tab:Table-with-multiple"
11260
11261 \end_inset
11262
11263  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11264 \family sans
11265 Tabellen-Einstellungen
11266 \family default
11267 -Dialog auf 2.5
11268 \begin_inset space \thinspace{}
11269 \end_inset
11270
11271 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11272  Weil unser Text schmaler als 2.5
11273 \begin_inset space \thinspace{}
11274 \end_inset
11275
11276 cm ist, würde er in einer Zeile gedruckt werden.
11277  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11278
11279 \family sans
11280 Strg-Shift-Enter
11281 \family default
11282 ) eingefügt.
11283  Wenn der Text länger ist, wird er automatisch umgebrochen.
11284 \end_layout
11285
11286 \begin_layout Standard
11287 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11288  setzen Sie die Breite der beiden Spalten im 
11289 \family sans
11290 Tabellen-Einstellungen
11291 \family default
11292 -Dialog auf 0.5
11293 \begin_inset space \thinspace{}
11294 \end_inset
11295
11296 cm und die vertikale Ausrichtung auf zentriert.
11297 \end_layout
11298
11299 \begin_layout Standard
11300 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11301  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11302  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11303  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11304  Fügen sie daher 0
11305 \begin_inset space \thinspace{}
11306 \end_inset
11307
11308 pt horizontalen Abstand vor dem Wort ein.
11309  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11310  Tabelle
11311 \begin_inset space ~
11312 \end_inset
11313
11314
11315 \begin_inset CommandInset ref
11316 LatexCommand ref
11317 reference "tab:Table-with-and"
11318
11319 \end_inset
11320
11321  zeigt die Wirkungen.
11322 \end_layout
11323
11324 \begin_layout Standard
11325 \begin_inset Float table
11326 placement h
11327 wide false
11328 sideways false
11329 status open
11330
11331 \begin_layout Plain Layout
11332 \begin_inset Caption
11333
11334 \begin_layout Plain Layout
11335 \begin_inset CommandInset label
11336 LatexCommand label
11337 name "tab:Table-with-and"
11338
11339 \end_inset
11340
11341 Tabelle ohne und mit Silbentrennung
11342 \end_layout
11343
11344 \end_inset
11345
11346
11347 \end_layout
11348
11349 \begin_layout Plain Layout
11350 \begin_inset space \hfill{}
11351 \end_inset
11352
11353
11354 \begin_inset Tabular
11355 <lyxtabular version="3" rows="3" columns="3">
11356 <features>
11357 <column alignment="center" valignment="middle" width="2.5cm">
11358 <column alignment="center" valignment="middle" width="0.5cm">
11359 <column alignment="center" valignment="middle" width="0.5cm">
11360 <row>
11361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365 einsehrlangesZellenwort
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374 b
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 c
11384 \end_layout
11385
11386 \end_inset
11387 </cell>
11388 </row>
11389 <row>
11390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11391 \begin_inset Text
11392
11393 \begin_layout Plain Layout
11394 d
11395 \end_layout
11396
11397 \end_inset
11398 </cell>
11399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Plain Layout
11403 e
11404 \end_layout
11405
11406 \end_inset
11407 </cell>
11408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11409 \begin_inset Text
11410
11411 \begin_layout Plain Layout
11412 f
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 </row>
11418 <row>
11419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11420 \begin_inset Text
11421
11422 \begin_layout Plain Layout
11423 g
11424 \end_layout
11425
11426 \end_inset
11427 </cell>
11428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11429 \begin_inset Text
11430
11431 \begin_layout Plain Layout
11432 h
11433 \end_layout
11434
11435 \end_inset
11436 </cell>
11437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11438 \begin_inset Text
11439
11440 \begin_layout Plain Layout
11441 i
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 </row>
11447 </lyxtabular>
11448
11449 \end_inset
11450
11451
11452 \begin_inset space \hfill{}
11453 \end_inset
11454
11455
11456 \begin_inset Tabular
11457 <lyxtabular version="3" rows="3" columns="3">
11458 <features>
11459 <column alignment="center" valignment="middle" width="2.5cm">
11460 <column alignment="center" valignment="middle" width="0.5cm">
11461 <column alignment="center" valignment="middle" width="0.5cm">
11462 <row>
11463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Plain Layout
11467 \begin_inset space \hspace{}
11468 \length 0pt
11469 \end_inset
11470
11471 einsehrlangesZellenwort
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 b
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 c
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 </row>
11495 <row>
11496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11497 \begin_inset Text
11498
11499 \begin_layout Plain Layout
11500 d
11501 \end_layout
11502
11503 \end_inset
11504 </cell>
11505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11506 \begin_inset Text
11507
11508 \begin_layout Plain Layout
11509 e
11510 \end_layout
11511
11512 \end_inset
11513 </cell>
11514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11515 \begin_inset Text
11516
11517 \begin_layout Plain Layout
11518 f
11519 \end_layout
11520
11521 \end_inset
11522 </cell>
11523 </row>
11524 <row>
11525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11526 \begin_inset Text
11527
11528 \begin_layout Plain Layout
11529 g
11530 \end_layout
11531
11532 \end_inset
11533 </cell>
11534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11535 \begin_inset Text
11536
11537 \begin_layout Plain Layout
11538 h
11539 \end_layout
11540
11541 \end_inset
11542 </cell>
11543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11544 \begin_inset Text
11545
11546 \begin_layout Plain Layout
11547 i
11548 \end_layout
11549
11550 \end_inset
11551 </cell>
11552 </row>
11553 </lyxtabular>
11554
11555 \end_inset
11556
11557
11558 \begin_inset space \hfill{}
11559 \end_inset
11560
11561
11562 \end_layout
11563
11564 \end_inset
11565
11566
11567 \end_layout
11568
11569 \begin_layout Subsection
11570 Mehrfachspalten
11571 \begin_inset CommandInset label
11572 LatexCommand label
11573 name "uab:Mehrfachspalten"
11574
11575 \end_inset
11576
11577
11578 \begin_inset Index
11579 status collapsed
11580
11581 \begin_layout Plain Layout
11582 Mahrfachspalten
11583 \end_layout
11584
11585 \end_inset
11586
11587
11588 \begin_inset Index
11589 status collapsed
11590
11591 \begin_layout Plain Layout
11592 Tabellen ! Mahrfachspalten
11593 \end_layout
11594
11595 \end_inset
11596
11597
11598 \end_layout
11599
11600 \begin_layout Subsubsection
11601 Grundlagen
11602 \end_layout
11603
11604 \begin_layout Standard
11605 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11606  und verwenden dann den Knopf 
11607 \begin_inset Graphics
11608         filename ../../images/tabular-feature_multicolumn.png
11609         scale 70
11610         scaleBeforeRotation
11611         BoundingBox 0bp 6bp 22bp 22bp
11612
11613 \end_inset
11614
11615  in der Werkzeugleiste, das Menü 
11616 \family sans
11617 Bearbeiten\SpecialChar \menuseparator
11618 Tabelle\SpecialChar \menuseparator
11619 Mehrfachspalte
11620 \family default
11621  oder den 
11622 \family sans
11623 Tabellen-Einstellungen
11624 \family default
11625 -Dialog, in dem Sie auf der Karteikarte 
11626 \family sans
11627 Tabellen-Einstellungen
11628 \family default
11629  
11630 \family sans
11631 Mehrfachspalte
11632 \family default
11633  ankreuzen.
11634 \end_layout
11635
11636 \begin_layout Standard
11637 Mehrfachspalten haben ihre eigenen Einstellungen.
11638  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11639  Hier ist ein Beispiel, wobei 
11640 \begin_inset Quotes gld
11641 \end_inset
11642
11643 B 2
11644 \begin_inset Quotes grd
11645 \end_inset
11646
11647  keine Mehrfachzeile ist, wie in Abschnitt
11648 \begin_inset space ~
11649 \end_inset
11650
11651
11652 \begin_inset CommandInset ref
11653 LatexCommand ref
11654 reference "uab:Mehrfachzeilen"
11655
11656 \end_inset
11657
11658  beschrieben.
11659  Es wurde nur eine Linie weggelassen:
11660 \end_layout
11661
11662 \begin_layout Standard
11663 \align center
11664 \begin_inset Tabular
11665 <lyxtabular version="3" rows="3" columns="4">
11666 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11667 <column alignment="center" valignment="top" width="0pt">
11668 <column alignment="center" valignment="middle" width="0">
11669 <column alignment="center" valignment="top" width="0in">
11670 <column alignment="center" valignment="top" width="0pt">
11671 <row>
11672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11673 \begin_inset Text
11674
11675 \begin_layout Plain Layout
11676 abc
11677 \end_layout
11678
11679 \end_inset
11680 </cell>
11681 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11682 \begin_inset Text
11683
11684 \begin_layout Plain Layout
11685 def ghi
11686 \end_layout
11687
11688 \end_inset
11689 </cell>
11690 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11691 \begin_inset Text
11692
11693 \begin_layout Plain Layout
11694
11695 \end_layout
11696
11697 \end_inset
11698 </cell>
11699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11700 \begin_inset Text
11701
11702 \begin_layout Plain Layout
11703 jkl
11704 \end_layout
11705
11706 \end_inset
11707 </cell>
11708 </row>
11709 <row>
11710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11711 \begin_inset Text
11712
11713 \begin_layout Plain Layout
11714
11715 \family roman
11716 \series medium
11717 \shape up
11718 \size normal
11719 \emph off
11720 \bar no
11721 \noun off
11722 \color none
11723 A
11724 \end_layout
11725
11726 \end_inset
11727 </cell>
11728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11729 \begin_inset Text
11730
11731 \begin_layout Plain Layout
11732 B
11733 \end_layout
11734
11735 \end_inset
11736 </cell>
11737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11738 \begin_inset Text
11739
11740 \begin_layout Plain Layout
11741 C
11742 \end_layout
11743
11744 \end_inset
11745 </cell>
11746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11747 \begin_inset Text
11748
11749 \begin_layout Plain Layout
11750 D
11751 \end_layout
11752
11753 \end_inset
11754 </cell>
11755 </row>
11756 <row>
11757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11758 \begin_inset Text
11759
11760 \begin_layout Plain Layout
11761 1
11762 \end_layout
11763
11764 \end_inset
11765 </cell>
11766 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11767 \begin_inset Text
11768
11769 \begin_layout Plain Layout
11770 2
11771 \end_layout
11772
11773 \end_inset
11774 </cell>
11775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11776 \begin_inset Text
11777
11778 \begin_layout Plain Layout
11779 3
11780 \end_layout
11781
11782 \end_inset
11783 </cell>
11784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11785 \begin_inset Text
11786
11787 \begin_layout Plain Layout
11788 4
11789 \end_layout
11790
11791 \end_inset
11792 </cell>
11793 </row>
11794 </lyxtabular>
11795
11796 \end_inset
11797
11798
11799 \end_layout
11800
11801 \begin_layout Subsubsection
11802 Mehrfachspalten-Berechnungen
11803 \begin_inset CommandInset label
11804 LatexCommand label
11805 name "uab:Mehrfachspalten-Berechnungen"
11806
11807 \end_inset
11808
11809
11810 \begin_inset Index
11811 status collapsed
11812
11813 \begin_layout Plain Layout
11814 Mahrfachspalten ! Berechnung
11815 \end_layout
11816
11817 \end_inset
11818
11819
11820 \begin_inset Index
11821 status collapsed
11822
11823 \begin_layout Plain Layout
11824 Tabellen ! Mahrfachspalten ! Berechnung
11825 \end_layout
11826
11827 \end_inset
11828
11829
11830 \end_layout
11831
11832 \begin_layout Standard
11833 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11834  Zellen beachten.
11835 \end_layout
11836
11837 \begin_layout Standard
11838 \begin_inset Float table
11839 placement h
11840 wide false
11841 sideways false
11842 status open
11843
11844 \begin_layout Plain Layout
11845 \begin_inset Caption
11846
11847 \begin_layout Plain Layout
11848 \begin_inset CommandInset label
11849 LatexCommand label
11850 name "tab:Table-with-centered"
11851
11852 \end_inset
11853
11854 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11855  die halbe Breite der Mehrfachspalten-Zelle haben
11856 \begin_inset OptArg
11857 status collapsed
11858
11859 \begin_layout Plain Layout
11860 Eine Mehrfachspalten-Tabelle
11861 \end_layout
11862
11863 \end_inset
11864
11865
11866 \end_layout
11867
11868 \end_inset
11869
11870
11871 \end_layout
11872
11873 \begin_layout Plain Layout
11874 \align center
11875 \begin_inset Tabular
11876 <lyxtabular version="3" rows="3" columns="3">
11877 <features>
11878 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11879 <column alignment="center" valignment="middle" width="0">
11880 <column alignment="center" valignment="top" width="0">
11881 <row>
11882 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11883 \begin_inset Text
11884
11885 \begin_layout Plain Layout
11886 Dies ist eine Mehrfach\SpecialChar \-
11887 spalten-Zelle
11888 \end_layout
11889
11890 \end_inset
11891 </cell>
11892 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11893 \begin_inset Text
11894
11895 \begin_layout Plain Layout
11896
11897 \end_layout
11898
11899 \end_inset
11900 </cell>
11901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11902 \begin_inset Text
11903
11904 \begin_layout Plain Layout
11905 c
11906 \end_layout
11907
11908 \end_inset
11909 </cell>
11910 </row>
11911 <row>
11912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11913 \begin_inset Text
11914
11915 \begin_layout Plain Layout
11916 d
11917 \end_layout
11918
11919 \end_inset
11920 </cell>
11921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11922 \begin_inset Text
11923
11924 \begin_layout Plain Layout
11925 e
11926 \end_layout
11927
11928 \end_inset
11929 </cell>
11930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11931 \begin_inset Text
11932
11933 \begin_layout Plain Layout
11934 f
11935 \end_layout
11936
11937 \end_inset
11938 </cell>
11939 </row>
11940 <row>
11941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11942 \begin_inset Text
11943
11944 \begin_layout Plain Layout
11945 g
11946 \end_layout
11947
11948 \end_inset
11949 </cell>
11950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11951 \begin_inset Text
11952
11953 \begin_layout Plain Layout
11954 h
11955 \end_layout
11956
11957 \end_inset
11958 </cell>
11959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11960 \begin_inset Text
11961
11962 \begin_layout Plain Layout
11963 i
11964 \end_layout
11965
11966 \end_inset
11967 </cell>
11968 </row>
11969 </lyxtabular>
11970
11971 \end_inset
11972
11973
11974 \end_layout
11975
11976 \end_inset
11977
11978
11979 \end_layout
11980
11981 \begin_layout Standard
11982 Um Tabelle
11983 \begin_inset space ~
11984 \end_inset
11985
11986
11987 \begin_inset CommandInset ref
11988 LatexCommand ref
11989 reference "tab:Table-with-centered"
11990
11991 \end_inset
11992
11993  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11994  3×3-Tabelle, kreuzen im 
11995 \family sans
11996 Tabellen-Einstellungen
11997 \family default
11998 -Dialog 
11999 \family sans
12000 Mehrfachspalte
12001 \family default
12002  an, setzen die 
12003 \family sans
12004 Horizontale
12005 \begin_inset space ~
12006 \end_inset
12007
12008 Ausrichtung
12009 \family default
12010  auf 
12011 \family sans
12012 Zentriert
12013 \family default
12014  und die 
12015 \family sans
12016 Breite
12017 \family default
12018  auf 2.5
12019 \begin_inset space \thinspace{}
12020 \end_inset
12021
12022 cm.
12023  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12024  Sie die Breite der ersten Spalte auf 1.25
12025 \begin_inset space \thinspace{}
12026 \end_inset
12027
12028 cm setzen.
12029  Die zweite Spalte wird dann automatisch 1.25
12030 \begin_inset space \thinspace{}
12031 \end_inset
12032
12033 cm breit (Breite der 
12034 \family sans
12035 Mehrfachspalte
12036 \family default
12037  
12038 \begin_inset Formula $-$
12039 \end_inset
12040
12041  Breite der ersten Spalte).
12042  Dies wurde so für Tabelle
12043 \begin_inset space ~
12044 \end_inset
12045
12046
12047 \begin_inset CommandInset ref
12048 LatexCommand ref
12049 reference "tab:Table-without-half"
12050
12051 \end_inset
12052
12053  gemacht.
12054 \end_layout
12055
12056 \begin_layout Standard
12057 \begin_inset Float table
12058 wide false
12059 sideways false
12060 status open
12061
12062 \begin_layout Plain Layout
12063 \begin_inset Caption
12064
12065 \begin_layout Plain Layout
12066 \begin_inset CommandInset label
12067 LatexCommand label
12068 name "tab:Table-without-half"
12069
12070 \end_inset
12071
12072 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12073  wie die Mehrfachspalte
12074 \begin_inset OptArg
12075 status collapsed
12076
12077 \begin_layout Plain Layout
12078 Eine unvollkommene Mehrfachspalten-Tabelle
12079 \end_layout
12080
12081 \end_inset
12082
12083
12084 \end_layout
12085
12086 \end_inset
12087
12088
12089 \end_layout
12090
12091 \begin_layout Plain Layout
12092 \align center
12093 \begin_inset Tabular
12094 <lyxtabular version="3" rows="3" columns="3">
12095 <features>
12096 <column alignment="center" valignment="top" width="1.25cm">
12097 <column alignment="center" valignment="top" width="0">
12098 <column alignment="center" valignment="top" width="0">
12099 <row>
12100 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12101 \begin_inset Text
12102
12103 \begin_layout Plain Layout
12104 Dies ist auch eine Mehr\SpecialChar \-
12105 fach\SpecialChar \-
12106 spalten-Zelle
12107 \end_layout
12108
12109 \end_inset
12110 </cell>
12111 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12112 \begin_inset Text
12113
12114 \begin_layout Plain Layout
12115
12116 \end_layout
12117
12118 \end_inset
12119 </cell>
12120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12121 \begin_inset Text
12122
12123 \begin_layout Plain Layout
12124 c
12125 \end_layout
12126
12127 \end_inset
12128 </cell>
12129 </row>
12130 <row>
12131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12132 \begin_inset Text
12133
12134 \begin_layout Plain Layout
12135 d
12136 \end_layout
12137
12138 \end_inset
12139 </cell>
12140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12141 \begin_inset Text
12142
12143 \begin_layout Plain Layout
12144 e
12145 \end_layout
12146
12147 \end_inset
12148 </cell>
12149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12150 \begin_inset Text
12151
12152 \begin_layout Plain Layout
12153 f
12154 \end_layout
12155
12156 \end_inset
12157 </cell>
12158 </row>
12159 <row>
12160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12161 \begin_inset Text
12162
12163 \begin_layout Plain Layout
12164 g
12165 \end_layout
12166
12167 \end_inset
12168 </cell>
12169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12170 \begin_inset Text
12171
12172 \begin_layout Plain Layout
12173 h
12174 \end_layout
12175
12176 \end_inset
12177 </cell>
12178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12179 \begin_inset Text
12180
12181 \begin_layout Plain Layout
12182 i
12183 \end_layout
12184
12185 \end_inset
12186 </cell>
12187 </row>
12188 </lyxtabular>
12189
12190 \end_inset
12191
12192
12193 \end_layout
12194
12195 \end_inset
12196
12197
12198 \end_layout
12199
12200 \begin_layout Standard
12201 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12202  als die zweite ist.
12203  Das liegt daran, dass die Zellenbreite 
12204 \begin_inset Formula $W_{\mathrm{tot}}$
12205 \end_inset
12206
12207  nicht ihre definierte Breite 
12208 \begin_inset Formula $W_{g}$
12209 \end_inset
12210
12211  ist, sondern ein wenig mehr.
12212  Anhang
12213 \begin_inset space ~
12214 \end_inset
12215
12216
12217 \begin_inset CommandInset ref
12218 LatexCommand ref
12219 reference "kap:Exläuterung-einer-Gleichung"
12220
12221 \end_inset
12222
12223  erklärt das genauer.
12224 \end_layout
12225
12226 \begin_layout Standard
12227 Wenn 
12228 \emph on
12229 n
12230 \emph default
12231  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12232  die definierte Breite 
12233 \begin_inset Formula $W_{g\, n}$
12234 \end_inset
12235
12236  einer Spalte, deren totale Breite = 
12237 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12238 \end_inset
12239
12240  sein soll, wie folgt:
12241 \begin_inset Formula \begin{equation}
12242 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12243
12244 \end_inset
12245
12246
12247 \end_layout
12248
12249 \begin_layout Standard
12250 In unserem Falls ist 
12251 \begin_inset Formula $n=2$
12252 \end_inset
12253
12254
12255 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12256 \end_inset
12257
12258 cm, und damit wird aus Gleichung
12259 \begin_inset space ~
12260 \end_inset
12261
12262
12263 \begin_inset CommandInset ref
12264 LatexCommand ref
12265 reference "eq:Wgn"
12266
12267 \end_inset
12268
12269  
12270 \begin_inset Formula \begin{equation}
12271 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12272
12273 \end_inset
12274
12275
12276 \end_layout
12277
12278 \begin_layout Standard
12279 Damit LaTeX rechnen kann, muss das Paket 
12280 \series bold
12281 calc
12282 \series default
12283  im Vorspann geladen werden.
12284 \begin_inset Index
12285 status collapsed
12286
12287 \begin_layout Plain Layout
12288 LaTeX-Pakete ! calc
12289 \end_layout
12290
12291 \end_inset
12292
12293
12294 \end_layout
12295
12296 \begin_layout Standard
12297
12298 \series bold
12299
12300 \backslash
12301 usepackage{calc}
12302 \end_layout
12303
12304 \begin_layout Standard
12305 LyX erlaubt im 
12306 \family sans
12307 Breite
12308 \family default
12309 -Feld des 
12310 \family sans
12311 Tabellen-Einstellungen
12312 \family default
12313 -Dialogs keine Berechnungen.
12314  Deshalb müssen Sie die Formel für die Breite im Feld 
12315 \family sans
12316 LaTe
12317 \begin_inset ERT
12318 status collapsed
12319
12320 \begin_layout Plain Layout
12321
12322 {}
12323 \end_layout
12324
12325 \end_inset
12326
12327 X-Argument
12328 \family default
12329  eingeben.
12330  Hier iss ein Überblick über die Argumente:
12331 \end_layout
12332
12333 \begin_layout Itemize
12334
12335 \series bold
12336 p{Breite}
12337 \series default
12338  die Zelle bekommt eine feste 
12339 \series bold
12340 Breite
12341 \series default
12342 , und die vertikale Ausrichtung ist 
12343 \family sans
12344 Oben
12345 \end_layout
12346
12347 \begin_layout Itemize
12348
12349 \series bold
12350 m{Breite}
12351 \series default
12352  die Zelle bekommt eine feste 
12353 \series bold
12354 Breite
12355 \series default
12356 , und die vertikale Ausrichtung ist 
12357 \family sans
12358 Mitte
12359 \end_layout
12360
12361 \begin_layout Itemize
12362
12363 \series bold
12364 b{Breite}
12365 \series default
12366  die Zelle bekommt eine feste 
12367 \series bold
12368 Breite
12369 \series default
12370 , und die vertikale Ausrichtung ist 
12371 \family sans
12372 Unten
12373 \end_layout
12374
12375 \begin_layout Standard
12376 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12377  für diese Zelle überschrieben.
12378 \end_layout
12379
12380 \begin_layout Standard
12381 \begin_inset Note Greyedout
12382 status open
12383
12384 \begin_layout Plain Layout
12385
12386 \series bold
12387 Bemerkung:
12388 \series default
12389  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12390  angezeigt.
12391 \end_layout
12392
12393 \end_inset
12394
12395
12396 \end_layout
12397
12398 \begin_layout Standard
12399 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12400  der Zelle mit dem Inhalt 
12401 \begin_inset Quotes gld
12402 \end_inset
12403
12404 d
12405 \begin_inset Quotes grd
12406 \end_inset
12407
12408  der Tabelle
12409 \begin_inset space ~
12410 \end_inset
12411
12412
12413 \begin_inset CommandInset ref
12414 LatexCommand ref
12415 reference "tab:Table-with-centered"
12416
12417 \end_inset
12418
12419  auch noch der Befehl
12420 \family typewriter
12421 \series bold
12422  
12423 \family default
12424
12425 \backslash
12426 centering
12427 \series default
12428  hinzugefügt.
12429  Das Ganze sieht dann so aus:
12430 \end_layout
12431
12432 \begin_layout Standard
12433
12434 \series bold
12435 |>{
12436 \backslash
12437 centering}m{1.25cm-6.2pt}
12438 \end_layout
12439
12440 \begin_layout Standard
12441 Der vertikale Strich 
12442 \series bold
12443
12444 \begin_inset Quotes gld
12445 \end_inset
12446
12447 |
12448 \series default
12449
12450 \begin_inset Quotes grd
12451 \end_inset
12452
12453  am Anfang zeichnet die linke Linie, und der Befehl 
12454 \series bold
12455
12456 \begin_inset Quotes gld
12457 \end_inset
12458
12459 >{ }
12460 \begin_inset Quotes grd
12461 \end_inset
12462
12463
12464 \series default
12465  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12466  der Zelle benutzt werden sollen.
12467 \end_layout
12468
12469 \begin_layout Standard
12470 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12471  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12472  für einzelne Spalten anwendet.
12473  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12474  werden:
12475 \end_layout
12476
12477 \begin_layout Standard
12478
12479 \series bold
12480 |>{
12481 \backslash
12482 centering}m{2.5cm}|
12483 \end_layout
12484
12485 \begin_layout Subsection
12486 Mehrfachzeilen
12487 \begin_inset CommandInset label
12488 LatexCommand label
12489 name "uab:Mehrfachzeilen"
12490
12491 \end_inset
12492
12493
12494 \begin_inset Index
12495 status collapsed
12496
12497 \begin_layout Plain Layout
12498 Mehrfachzeilen
12499 \end_layout
12500
12501 \end_inset
12502
12503
12504 \begin_inset Index
12505 status collapsed
12506
12507 \begin_layout Plain Layout
12508 Tabellen ! Mehrfachzeilen
12509 \end_layout
12510
12511 \end_inset
12512
12513
12514 \end_layout
12515
12516 \begin_layout Standard
12517 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12518  unterstützt, sodass etwas TeX-Code notwendig ist.
12519  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12520 \series bold
12521 multirow
12522 \series default
12523
12524 \begin_inset Index
12525 status collapsed
12526
12527 \begin_layout Plain Layout
12528 LaTeX-Pakete ! multirow
12529 \end_layout
12530
12531 \end_inset
12532
12533  im Vorspann geladen werden:
12534 \end_layout
12535
12536 \begin_layout Standard
12537
12538 \series bold
12539
12540 \backslash
12541 usepackage{multirow}
12542 \end_layout
12543
12544 \begin_layout Standard
12545 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12546 \end_layout
12547
12548 \begin_layout Standard
12549
12550 \series bold
12551
12552 \backslash
12553 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12554 \end_layout
12555
12556 \begin_layout Standard
12557 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
12558  Mehrfachspalte definiert und die obere Linie entfernt.
12559 \end_layout
12560
12561 \begin_layout Standard
12562 \align center
12563 \begin_inset ERT
12564 status collapsed
12565
12566 \begin_layout Plain Layout
12567
12568
12569 \backslash
12570 renewcommand{
12571 \backslash
12572 multirowsetup}{
12573 \backslash
12574 centering}
12575 \end_layout
12576
12577 \end_inset
12578
12579
12580 \begin_inset Tabular
12581 <lyxtabular version="3" rows="3" columns="3">
12582 <features>
12583 <column alignment="center" valignment="top" width="0">
12584 <column alignment="center" valignment="top" width="0">
12585 <column alignment="center" valignment="top" width="0">
12586 <row>
12587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12588 \begin_inset Text
12589
12590 \begin_layout Plain Layout
12591 a
12592 \end_layout
12593
12594 \end_inset
12595 </cell>
12596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12597 \begin_inset Text
12598
12599 \begin_layout Plain Layout
12600 b
12601 \end_layout
12602
12603 \end_inset
12604 </cell>
12605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12606 \begin_inset Text
12607
12608 \begin_layout Plain Layout
12609 c
12610 \end_layout
12611
12612 \end_inset
12613 </cell>
12614 </row>
12615 <row>
12616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12617 \begin_inset Text
12618
12619 \begin_layout Plain Layout
12620 \begin_inset ERT
12621 status collapsed
12622
12623 \begin_layout Plain Layout
12624
12625
12626 \backslash
12627 multirow{2}{2.5cm}{
12628 \end_layout
12629
12630 \end_inset
12631
12632 Mehrfach\SpecialChar \-
12633 zeilen-Text
12634 \begin_inset ERT
12635 status collapsed
12636
12637 \begin_layout Plain Layout
12638
12639 }
12640 \end_layout
12641
12642 \end_inset
12643
12644
12645 \end_layout
12646
12647 \end_inset
12648 </cell>
12649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12650 \begin_inset Text
12651
12652 \begin_layout Plain Layout
12653 e
12654 \end_layout
12655
12656 \end_inset
12657 </cell>
12658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12659 \begin_inset Text
12660
12661 \begin_layout Plain Layout
12662 f
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 </row>
12668 <row>
12669 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12670 \begin_inset Text
12671
12672 \begin_layout Plain Layout
12673
12674 \end_layout
12675
12676 \end_inset
12677 </cell>
12678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12679 \begin_inset Text
12680
12681 \begin_layout Plain Layout
12682 h
12683 \end_layout
12684
12685 \end_inset
12686 </cell>
12687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12688 \begin_inset Text
12689
12690 \begin_layout Plain Layout
12691 i
12692 \end_layout
12693
12694 \end_inset
12695 </cell>
12696 </row>
12697 </lyxtabular>
12698
12699 \end_inset
12700
12701
12702 \begin_inset ERT
12703 status collapsed
12704
12705 \begin_layout Plain Layout
12706
12707
12708 \backslash
12709 renewcommand{
12710 \backslash
12711 multirowsetup}{
12712 \backslash
12713 raggedright}
12714 \end_layout
12715
12716 \end_inset
12717
12718
12719 \end_layout
12720
12721 \begin_layout Standard
12722 In der Zelle darüber wurde dann mit dem Befehl
12723 \end_layout
12724
12725 \begin_layout Standard
12726
12727 \series bold
12728
12729 \backslash
12730 multirow{2}{2.5cm}{
12731 \end_layout
12732
12733 \begin_layout Standard
12734 als TeX-Code die Mehrfachzeile definiert.
12735  Sie besteht aus zwei Zeilen und einer Breite von 2.5
12736 \begin_inset space \thinspace{}
12737 \end_inset
12738
12739 cm.
12740  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12741  mit der Klammer 
12742 \begin_inset Quotes gld
12743 \end_inset
12744
12745
12746 \series bold
12747 }
12748 \series default
12749
12750 \begin_inset Quotes grd
12751 \end_inset
12752
12753  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12754 \end_layout
12755
12756 \begin_layout Standard
12757
12758 \series bold
12759
12760 \backslash
12761 multirow
12762 \series default
12763  richtet seinen Inhalt standardmäßig linksbündig aus.
12764  Das wurde mit dem Befehl
12765 \end_layout
12766
12767 \begin_layout Standard
12768
12769 \series bold
12770
12771 \backslash
12772 renewcommand{
12773 \backslash
12774 multirowsetup}{
12775 \backslash
12776 centering}
12777 \end_layout
12778
12779 \begin_layout Standard
12780 als TeX-Code  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12781 \end_layout
12782
12783 \begin_layout Standard
12784
12785 \series bold
12786
12787 \backslash
12788 renewcommand{
12789 \backslash
12790 multirowsetup}{
12791 \backslash
12792 raggedright}
12793 \end_layout
12794
12795 \begin_layout Standard
12796 zurückgesetzt.
12797  Für rechtsbündigen Text benutzt man 
12798 \series bold
12799
12800 \backslash
12801 raggedleft
12802 \series default
12803 .
12804 \end_layout
12805
12806 \begin_layout Section
12807 Formale Tabellen
12808 \begin_inset CommandInset label
12809 LatexCommand label
12810 name "abs:Formale-Tabellen"
12811
12812 \end_inset
12813
12814
12815 \begin_inset Index
12816 status collapsed
12817
12818 \begin_layout Plain Layout
12819 Tabellen ! Formale
12820 \end_layout
12821
12822 \end_inset
12823
12824
12825 \end_layout
12826
12827 \begin_layout Standard
12828 Tabellen werden in Büchern oft wie Tabelle
12829 \begin_inset space ~
12830 \end_inset
12831
12832
12833 \begin_inset CommandInset ref
12834 LatexCommand ref
12835 reference "tab:Formale-Tabelle"
12836
12837 \end_inset
12838
12839  gesetzt.
12840  Diese Tabellen werden
12841 \emph on
12842  formal
12843 \emph default
12844  genannt.
12845  Formale Tabellen bekommen Sie, wenn Sie im 
12846 \family sans
12847 Tabellen-Einstellungen
12848 \family default
12849 -Dialog auf der Karteikarte 
12850 \family sans
12851 Rahmen
12852 \family default
12853  den 
12854 \family sans
12855 Stil
12856 \family default
12857  
12858 \family sans
12859 Formal
12860 \family default
12861  ankreuzen.
12862 \end_layout
12863
12864 \begin_layout Standard
12865 \begin_inset Float table
12866 placement h
12867 wide false
12868 sideways false
12869 status open
12870
12871 \begin_layout Plain Layout
12872 \begin_inset Caption
12873
12874 \begin_layout Plain Layout
12875 \begin_inset CommandInset label
12876 LatexCommand label
12877 name "tab:Formale-Tabelle"
12878
12879 \end_inset
12880
12881 Formale Tabelle
12882 \end_layout
12883
12884 \end_inset
12885
12886
12887 \end_layout
12888
12889 \begin_layout Plain Layout
12890 \align center
12891 \begin_inset Tabular
12892 <lyxtabular version="3" rows="8" columns="4">
12893 <features booktabs="true">
12894 <column alignment="center" valignment="top" width="0">
12895 <column alignment="right" valignment="top" width="0">
12896 <column alignment="right" valignment="top" width="0">
12897 <column alignment="right" valignment="top" width="0">
12898 <row>
12899 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12900 \begin_inset Text
12901
12902 \begin_layout Plain Layout
12903 System
12904 \end_layout
12905
12906 \end_inset
12907 </cell>
12908 <cell alignment="center" valignment="top" topline="true" usebox="none">
12909 \begin_inset Text
12910
12911 \begin_layout Plain Layout
12912 Medipix
12913 \begin_inset Formula $\,$
12914 \end_inset
12915
12916 1
12917 \end_layout
12918
12919 \end_inset
12920 </cell>
12921 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12922 \begin_inset Text
12923
12924 \begin_layout Plain Layout
12925 Medipix
12926 \begin_inset Formula $\,$
12927 \end_inset
12928
12929 2
12930 \end_layout
12931
12932 \end_inset
12933 </cell>
12934 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12935 \begin_inset Text
12936
12937 \begin_layout Plain Layout
12938
12939 \end_layout
12940
12941 \end_inset
12942 </cell>
12943 </row>
12944 <row>
12945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12946 \begin_inset Text
12947
12948 \begin_layout Plain Layout
12949 \begin_inset ERT
12950 status collapsed
12951
12952 \begin_layout Plain Layout
12953
12954
12955 \backslash
12956 cmidrule(r){2-2}
12957 \end_layout
12958
12959 \end_inset
12960
12961
12962 \begin_inset ERT
12963 status collapsed
12964
12965 \begin_layout Plain Layout
12966
12967
12968 \backslash
12969 cmidrule(l){3-4}
12970 \end_layout
12971
12972 \end_inset
12973
12974 Detektordicke [µm]
12975 \end_layout
12976
12977 \end_inset
12978 </cell>
12979 <cell alignment="center" valignment="top" usebox="none">
12980 \begin_inset Text
12981
12982 \begin_layout Plain Layout
12983 300
12984 \end_layout
12985
12986 \end_inset
12987 </cell>
12988 <cell alignment="center" valignment="top" usebox="none">
12989 \begin_inset Text
12990
12991 \begin_layout Plain Layout
12992 300
12993 \end_layout
12994
12995 \end_inset
12996 </cell>
12997 <cell alignment="center" valignment="top" usebox="none">
12998 \begin_inset Text
12999
13000 \begin_layout Plain Layout
13001 700
13002 \end_layout
13003
13004 \end_inset
13005 </cell>
13006 </row>
13007 <row>
13008 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13009 \begin_inset Text
13010
13011 \begin_layout Plain Layout
13012 Kantenwinkel [°]
13013 \end_layout
13014
13015 \end_inset
13016 </cell>
13017 <cell alignment="center" valignment="top" topline="true" usebox="none">
13018 \begin_inset Text
13019
13020 \begin_layout Plain Layout
13021 3.55
13022 \end_layout
13023
13024 \end_inset
13025 </cell>
13026 <cell alignment="center" valignment="top" topline="true" usebox="none">
13027 \begin_inset Text
13028
13029 \begin_layout Plain Layout
13030 2.71
13031 \end_layout
13032
13033 \end_inset
13034 </cell>
13035 <cell alignment="center" valignment="top" topline="true" usebox="none">
13036 \begin_inset Text
13037
13038 \begin_layout Plain Layout
13039 7.99
13040 \end_layout
13041
13042 \end_inset
13043 </cell>
13044 </row>
13045 <row topspace="default">
13046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13047 \begin_inset Text
13048
13049 \begin_layout Plain Layout
13050 räumliche Auf\SpecialChar \textcompwordmark{}
13051 lösung [µm]
13052 \end_layout
13053
13054 \end_inset
13055 </cell>
13056 <cell alignment="center" valignment="top" usebox="none">
13057 \begin_inset Text
13058
13059 \begin_layout Plain Layout
13060 4.26
13061 \end_layout
13062
13063 \end_inset
13064 </cell>
13065 <cell alignment="center" valignment="top" usebox="none">
13066 \begin_inset Text
13067
13068 \begin_layout Plain Layout
13069 10.17
13070 \end_layout
13071
13072 \end_inset
13073 </cell>
13074 <cell alignment="center" valignment="top" usebox="none">
13075 \begin_inset Text
13076
13077 \begin_layout Plain Layout
13078 10.56
13079 \end_layout
13080
13081 \end_inset
13082 </cell>
13083 </row>
13084 <row topspace="default">
13085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13086 \begin_inset Text
13087
13088 \begin_layout Plain Layout
13089 MTF bei 
13090 \begin_inset Formula $f_{\mathrm{max}}$
13091 \end_inset
13092
13093
13094 \end_layout
13095
13096 \end_inset
13097 </cell>
13098 <cell alignment="center" valignment="top" usebox="none">
13099 \begin_inset Text
13100
13101 \begin_layout Plain Layout
13102 0.53
13103 \end_layout
13104
13105 \end_inset
13106 </cell>
13107 <cell alignment="center" valignment="top" usebox="none">
13108 \begin_inset Text
13109
13110 \begin_layout Plain Layout
13111 0.37
13112 \end_layout
13113
13114 \end_inset
13115 </cell>
13116 <cell alignment="center" valignment="top" usebox="none">
13117 \begin_inset Text
13118
13119 \begin_layout Plain Layout
13120 0.39
13121 \end_layout
13122
13123 \end_inset
13124 </cell>
13125 </row>
13126 <row topspace="default">
13127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13128 \begin_inset Text
13129
13130 \begin_layout Plain Layout
13131 \begin_inset ERT
13132 status collapsed
13133
13134 \begin_layout Plain Layout
13135
13136
13137 \backslash
13138 cmidrule(l{10pt}){1-1}
13139 \end_layout
13140
13141 \end_inset
13142
13143 LSF räumliche Auf\SpecialChar \textcompwordmark{}
13144 lösung
13145 \end_layout
13146
13147 \end_inset
13148 </cell>
13149 <cell alignment="center" valignment="top" usebox="none">
13150 \begin_inset Text
13151
13152 \begin_layout Plain Layout
13153
13154 \end_layout
13155
13156 \end_inset
13157 </cell>
13158 <cell alignment="center" valignment="top" usebox="none">
13159 \begin_inset Text
13160
13161 \begin_layout Plain Layout
13162
13163 \end_layout
13164
13165 \end_inset
13166 </cell>
13167 <cell alignment="center" valignment="top" usebox="none">
13168 \begin_inset Text
13169
13170 \begin_layout Plain Layout
13171
13172 \end_layout
13173
13174 \end_inset
13175 </cell>
13176 </row>
13177 <row>
13178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13179 \begin_inset Text
13180
13181 \begin_layout Plain Layout
13182 in µm
13183 \end_layout
13184
13185 \end_inset
13186 </cell>
13187 <cell alignment="center" valignment="top" usebox="none">
13188 \begin_inset Text
13189
13190 \begin_layout Plain Layout
13191 129.7
13192 \end_layout
13193
13194 \end_inset
13195 </cell>
13196 <cell alignment="center" valignment="top" usebox="none">
13197 \begin_inset Text
13198
13199 \begin_layout Plain Layout
13200 52.75
13201 \end_layout
13202
13203 \end_inset
13204 </cell>
13205 <cell alignment="center" valignment="top" usebox="none">
13206 \begin_inset Text
13207
13208 \begin_layout Plain Layout
13209 50.78
13210 \end_layout
13211
13212 \end_inset
13213 </cell>
13214 </row>
13215 <row>
13216 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13217 \begin_inset Text
13218
13219 \begin_layout Plain Layout
13220 in % der Pixelgröße
13221 \end_layout
13222
13223 \end_inset
13224 </cell>
13225 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13226 \begin_inset Text
13227
13228 \begin_layout Plain Layout
13229 76.3
13230 \end_layout
13231
13232 \end_inset
13233 </cell>
13234 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13235 \begin_inset Text
13236
13237 \begin_layout Plain Layout
13238 95.9
13239 \end_layout
13240
13241 \end_inset
13242 </cell>
13243 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13244 \begin_inset Text
13245
13246 \begin_layout Plain Layout
13247 92.3
13248 \end_layout
13249
13250 \end_inset
13251 </cell>
13252 </row>
13253 </lyxtabular>
13254
13255 \end_inset
13256
13257
13258 \end_layout
13259
13260 \end_inset
13261
13262
13263 \end_layout
13264
13265 \begin_layout Standard
13266 Abstände zu Tabellenzeilen können auf der Karteikarte 
13267 \family sans
13268 Rahmen
13269 \family default
13270  des 
13271 \family sans
13272 Tabellen-Ein\SpecialChar \-
13273 stel\SpecialChar \-
13274 lun\SpecialChar \-
13275 gen
13276 \family default
13277 -Dialogs hinzugefügt werden, wie in Abschnitt
13278 \begin_inset space ~
13279 \end_inset
13280
13281
13282 \begin_inset CommandInset ref
13283 LatexCommand ref
13284 reference "uab:Zeilenabstand"
13285
13286 \end_inset
13287
13288  beschrieben.
13289 \end_layout
13290
13291 \begin_layout Standard
13292 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13293  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13294  gedruckt aber anders aus.
13295  Die erste und letzte Linie ist 0.08
13296 \begin_inset space \thinspace{}
13297 \end_inset
13298
13299 em dick, während die anderen 0.05
13300 \begin_inset space \thinspace{}
13301 \end_inset
13302
13303 em dick sind.
13304 \end_layout
13305
13306 \begin_layout Standard
13307 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13308 \end_layout
13309
13310 \begin_layout Standard
13311
13312 \series bold
13313
13314 \backslash
13315 let
13316 \backslash
13317 mytoprule
13318 \backslash
13319 toprule
13320 \begin_inset Newline newline
13321 \end_inset
13322
13323
13324 \backslash
13325 renewcommand{
13326 \backslash
13327 toprule}{
13328 \backslash
13329 mytoprule[Breite]}
13330 \end_layout
13331
13332 \begin_layout Standard
13333 Dies Beispiel gilt für die oberste Linie, genannt 
13334 \series bold
13335 toprule
13336 \series default
13337 .
13338  Für die letzte müssen Sie 
13339 \series bold
13340 toprule
13341 \series default
13342  durch 
13343 \series bold
13344 bottomrule
13345 \series default
13346  ersetzen.
13347  Die Linien dazwischen heißen 
13348 \series bold
13349 midrule
13350 \series default
13351 .
13352  Für 
13353 \family sans
13354 Breite
13355 \family default
13356  können Sie alle Einheiten benutzen, die in Anhang
13357 \begin_inset space ~
13358 \end_inset
13359
13360
13361 \begin_inset CommandInset ref
13362 LatexCommand ref
13363 reference "kap:In-LyX-verfügbare"
13364
13365 \end_inset
13366
13367  aufgelistet sind.
13368 \end_layout
13369
13370 \begin_layout Standard
13371 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13372  eine Linie unter einer Mehrfachspalte.
13373  LyX wird intern den Befehl 
13374 \series bold
13375
13376 \backslash
13377 cmidrule
13378 \series default
13379  benutzen, um diese Linie zu drucken.
13380  Der ganze Befehl sieht so aus:
13381 \end_layout
13382
13383 \begin_layout Standard
13384
13385 \series bold
13386
13387 \backslash
13388 cmidrule[width](trim){Anfangsspalte-Endspalte}
13389 \end_layout
13390
13391 \begin_layout Standard
13392 Die 
13393 \series bold
13394
13395 \backslash
13396 cmidrule
13397 \series default
13398 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13399  benutzen.
13400  
13401 \series bold
13402
13403 \backslash
13404 cmidrule
13405 \series default
13406  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13407  erste Zelle einer Zeile einfügt.
13408  Die Linie wird dann über der Zeile gedruckt.
13409 \end_layout
13410
13411 \begin_layout Standard
13412 Der Standardwert ist 0.03
13413 \begin_inset space \thinspace{}
13414 \end_inset
13415
13416 em.
13417  Die Linie reicht von 
13418 \family typewriter
13419 Anfangsspalte
13420 \family default
13421  bis 
13422 \family typewriter
13423 End\SpecialChar \-
13424 spal\SpecialChar \-
13425 te
13426 \family default
13427 .
13428  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13429   Der optionale Parameter 
13430 \family typewriter
13431 trim
13432 \family default
13433  kann die Werte 
13434 \emph on
13435 r
13436 \emph default
13437
13438 \emph on
13439 r{Breite}
13440 \emph default
13441
13442 \emph on
13443 l
13444 \family typewriter
13445 \emph default
13446  
13447 \family default
13448 oder 
13449 \emph on
13450 l{Breite}
13451 \emph default
13452  annehmen, wobei die 
13453 \family sans
13454 Breite
13455 \family default
13456  optional ist.
13457  
13458 \emph on
13459 l{2pt}
13460 \emph default
13461  zum Beispiel bedeutet, dass die Linie links um 2
13462 \begin_inset space \thinspace{}
13463 \end_inset
13464
13465 pt gekürzt wird.
13466  Ohne Breitenangabe werden die Linien um 0.5
13467 \begin_inset space \thinspace{}
13468 \end_inset
13469
13470 em gekürzt.
13471 \end_layout
13472
13473 \begin_layout Standard
13474 \begin_inset VSpace bigskip
13475 \end_inset
13476
13477 In Tabelle
13478 \begin_inset space ~
13479 \end_inset
13480
13481
13482 \begin_inset CommandInset ref
13483 LatexCommand ref
13484 reference "tab:Formale-Tabelle"
13485
13486 \end_inset
13487
13488  wurden die Befehle
13489 \end_layout
13490
13491 \begin_layout Standard
13492
13493 \series bold
13494
13495 \backslash
13496 cmidrule(r){2-2}
13497 \backslash
13498 cmidrule(l){3-4}
13499 \end_layout
13500
13501 \begin_layout Standard
13502 am Anfang der zweiten Zeile und
13503 \end_layout
13504
13505 \begin_layout Standard
13506
13507 \series bold
13508
13509 \backslash
13510 cmidrule(l{10pt}){1-1}
13511 \end_layout
13512
13513 \begin_layout Standard
13514 in der sechsten benutzt.
13515 \end_layout
13516
13517 \begin_layout Standard
13518 \begin_inset VSpace bigskip
13519 \end_inset
13520
13521
13522 \end_layout
13523
13524 \begin_layout Standard
13525 Sie können mit 
13526 \series bold
13527
13528 \backslash
13529 cmidrule
13530 \series default
13531  auch überlappende Linien wie in Tabelle
13532 \begin_inset space ~
13533 \end_inset
13534
13535
13536 \begin_inset CommandInset ref
13537 LatexCommand ref
13538 reference "tab:Special-booktabs-table"
13539
13540 \end_inset
13541
13542  definieren.
13543  Der Befehl ist:
13544 \end_layout
13545
13546 \begin_layout Standard
13547
13548 \series bold
13549
13550 \backslash
13551 morecmidrules
13552 \end_layout
13553
13554 \begin_layout Standard
13555 In Zeile zwei der Tabelle
13556 \begin_inset space ~
13557 \end_inset
13558
13559
13560 \begin_inset CommandInset ref
13561 LatexCommand ref
13562 reference "tab:Special-booktabs-table"
13563
13564 \end_inset
13565
13566  wurde folgender Befehl benutzt:
13567 \end_layout
13568
13569 \begin_layout Standard
13570
13571 \series bold
13572
13573 \backslash
13574 cmidrule(r){2-2}
13575 \backslash
13576 cmidrule(l){3-4}
13577 \backslash
13578 morecmidrules
13579 \begin_inset Newline newline
13580 \end_inset
13581
13582
13583 \backslash
13584 cmidrule{2-4}
13585 \end_layout
13586
13587 \begin_layout Standard
13588 und in Zeile sechs:
13589 \end_layout
13590
13591 \begin_layout Standard
13592
13593 \series bold
13594
13595 \backslash
13596 midrule
13597 \backslash
13598 morecmidrules
13599 \backslash
13600 cmidrule{3-4}
13601 \end_layout
13602
13603 \begin_layout Standard
13604 \begin_inset VSpace bigskip
13605 \end_inset
13606
13607
13608 \end_layout
13609
13610 \begin_layout Standard
13611 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13612  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13613 \end_layout
13614
13615 \begin_layout Standard
13616
13617 \series bold
13618
13619 \backslash
13620 specialrule{Dicke}{Abstand davor}{Abstand danach}
13621 \end_layout
13622
13623 \begin_layout Standard
13624 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13625 \series bold
13626 booktabs
13627 \series default
13628  
13629 \begin_inset CommandInset citation
13630 LatexCommand cite
13631 key "booktabs"
13632
13633 \end_inset
13634
13635 .
13636 \begin_inset Index
13637 status collapsed
13638
13639 \begin_layout Plain Layout
13640 LaTeX-Pakete ! booktabs
13641 \end_layout
13642
13643 \end_inset
13644
13645
13646 \end_layout
13647
13648 \begin_layout Standard
13649 \begin_inset Float table
13650 placement h
13651 wide false
13652 sideways false
13653 status open
13654
13655 \begin_layout Plain Layout
13656 \begin_inset Caption
13657
13658 \begin_layout Plain Layout
13659 \begin_inset CommandInset label
13660 LatexCommand label
13661 name "tab:Special-booktabs-table"
13662
13663 \end_inset
13664
13665 Eine spezielle formale Tabelle
13666 \end_layout
13667
13668 \end_inset
13669
13670
13671 \end_layout
13672
13673 \begin_layout Plain Layout
13674 \align center
13675 \begin_inset Tabular
13676 <lyxtabular version="3" rows="8" columns="4">
13677 <features booktabs="true">
13678 <column alignment="center" valignment="top" width="0">
13679 <column alignment="center" valignment="top" width="0">
13680 <column alignment="right" valignment="top" width="0">
13681 <column alignment="right" valignment="top" width="0">
13682 <row>
13683 <cell alignment="center" valignment="top" topline="true" usebox="none">
13684 \begin_inset Text
13685
13686 \begin_layout Plain Layout
13687 System
13688 \end_layout
13689
13690 \end_inset
13691 </cell>
13692 <cell alignment="center" valignment="top" topline="true" usebox="none">
13693 \begin_inset Text
13694
13695 \begin_layout Plain Layout
13696 Medipix
13697 \begin_inset space \thinspace{}
13698 \end_inset
13699
13700 1
13701 \end_layout
13702
13703 \end_inset
13704 </cell>
13705 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13706 \begin_inset Text
13707
13708 \begin_layout Plain Layout
13709 Medipix
13710 \begin_inset space \thinspace{}
13711 \end_inset
13712
13713 2
13714 \end_layout
13715
13716 \end_inset
13717 </cell>
13718 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13719 \begin_inset Text
13720
13721 \begin_layout Plain Layout
13722
13723 \end_layout
13724
13725 \end_inset
13726 </cell>
13727 </row>
13728 <row>
13729 <cell alignment="center" valignment="top" usebox="none">
13730 \begin_inset Text
13731
13732 \begin_layout Plain Layout
13733 \begin_inset ERT
13734 status collapsed
13735
13736 \begin_layout Plain Layout
13737
13738
13739 \backslash
13740 cmidrule(r){2-2}
13741 \end_layout
13742
13743 \end_inset
13744
13745
13746 \begin_inset ERT
13747 status collapsed
13748
13749 \begin_layout Plain Layout
13750
13751
13752 \backslash
13753 cmidrule(l){3-4}
13754 \end_layout
13755
13756 \end_inset
13757
13758
13759 \begin_inset ERT
13760 status collapsed
13761
13762 \begin_layout Plain Layout
13763
13764
13765 \backslash
13766 morecmidrules 
13767 \end_layout
13768
13769 \end_inset
13770
13771
13772 \begin_inset ERT
13773 status collapsed
13774
13775 \begin_layout Plain Layout
13776
13777
13778 \backslash
13779 cmidrule{2-4}
13780 \end_layout
13781
13782 \end_inset
13783
13784 Detektordicke  [µm]
13785 \end_layout
13786
13787 \end_inset
13788 </cell>
13789 <cell alignment="center" valignment="top" usebox="none">
13790 \begin_inset Text
13791
13792 \begin_layout Plain Layout
13793 300
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 300
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 <cell alignment="center" valignment="top" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811 700
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 </row>
13817 <row>
13818 <cell alignment="center" valignment="top" topline="true" usebox="none">
13819 \begin_inset Text
13820
13821 \begin_layout Plain Layout
13822 Kantenwinkel [°]
13823 \end_layout
13824
13825 \end_inset
13826 </cell>
13827 <cell alignment="center" valignment="top" topline="true" usebox="none">
13828 \begin_inset Text
13829
13830 \begin_layout Plain Layout
13831 3,55
13832 \end_layout
13833
13834 \end_inset
13835 </cell>
13836 <cell alignment="center" valignment="top" topline="true" usebox="none">
13837 \begin_inset Text
13838
13839 \begin_layout Plain Layout
13840 2,71
13841 \end_layout
13842
13843 \end_inset
13844 </cell>
13845 <cell alignment="center" valignment="top" topline="true" usebox="none">
13846 \begin_inset Text
13847
13848 \begin_layout Plain Layout
13849 7,99
13850 \end_layout
13851
13852 \end_inset
13853 </cell>
13854 </row>
13855 <row topspace="default">
13856 <cell alignment="center" valignment="top" usebox="none">
13857 \begin_inset Text
13858
13859 \begin_layout Plain Layout
13860 räumliche Auf\SpecialChar \textcompwordmark{}
13861 lösung [µm]
13862 \end_layout
13863
13864 \end_inset
13865 </cell>
13866 <cell alignment="center" valignment="top" usebox="none">
13867 \begin_inset Text
13868
13869 \begin_layout Plain Layout
13870 4,26
13871 \end_layout
13872
13873 \end_inset
13874 </cell>
13875 <cell alignment="center" valignment="top" usebox="none">
13876 \begin_inset Text
13877
13878 \begin_layout Plain Layout
13879 10,17
13880 \end_layout
13881
13882 \end_inset
13883 </cell>
13884 <cell alignment="center" valignment="top" usebox="none">
13885 \begin_inset Text
13886
13887 \begin_layout Plain Layout
13888 10,56
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 </row>
13894 <row topspace="default">
13895 <cell alignment="center" valignment="top" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Plain Layout
13899 MTF bei 
13900 \begin_inset Formula $f_{\mathrm{max}}$
13901 \end_inset
13902
13903
13904 \end_layout
13905
13906 \end_inset
13907 </cell>
13908 <cell alignment="center" valignment="top" usebox="none">
13909 \begin_inset Text
13910
13911 \begin_layout Plain Layout
13912 0,53
13913 \end_layout
13914
13915 \end_inset
13916 </cell>
13917 <cell alignment="center" valignment="top" usebox="none">
13918 \begin_inset Text
13919
13920 \begin_layout Plain Layout
13921 0,37
13922 \end_layout
13923
13924 \end_inset
13925 </cell>
13926 <cell alignment="center" valignment="top" usebox="none">
13927 \begin_inset Text
13928
13929 \begin_layout Plain Layout
13930 0,39
13931 \end_layout
13932
13933 \end_inset
13934 </cell>
13935 </row>
13936 <row>
13937 <cell alignment="center" valignment="top" topline="true" usebox="none">
13938 \begin_inset Text
13939
13940 \begin_layout Plain Layout
13941 \begin_inset ERT
13942 status collapsed
13943
13944 \begin_layout Plain Layout
13945
13946
13947 \backslash
13948 morecmidrules 
13949 \end_layout
13950
13951 \end_inset
13952
13953
13954 \begin_inset ERT
13955 status collapsed
13956
13957 \begin_layout Plain Layout
13958
13959
13960 \backslash
13961 cmidrule{3-4}
13962 \end_layout
13963
13964 \end_inset
13965
13966 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
13967 lösung
13968 \end_layout
13969
13970 \end_inset
13971 </cell>
13972 <cell alignment="center" valignment="top" topline="true" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976
13977 \end_layout
13978
13979 \end_inset
13980 </cell>
13981 <cell alignment="center" valignment="top" topline="true" usebox="none">
13982 \begin_inset Text
13983
13984 \begin_layout Plain Layout
13985
13986 \end_layout
13987
13988 \end_inset
13989 </cell>
13990 <cell alignment="center" valignment="top" topline="true" usebox="none">
13991 \begin_inset Text
13992
13993 \begin_layout Plain Layout
13994
13995 \end_layout
13996
13997 \end_inset
13998 </cell>
13999 </row>
14000 <row>
14001 <cell alignment="center" valignment="top" usebox="none">
14002 \begin_inset Text
14003
14004 \begin_layout Plain Layout
14005 in µm
14006 \end_layout
14007
14008 \end_inset
14009 </cell>
14010 <cell alignment="center" valignment="top" usebox="none">
14011 \begin_inset Text
14012
14013 \begin_layout Plain Layout
14014 129,7
14015 \end_layout
14016
14017 \end_inset
14018 </cell>
14019 <cell alignment="center" valignment="top" usebox="none">
14020 \begin_inset Text
14021
14022 \begin_layout Plain Layout
14023 52,75
14024 \end_layout
14025
14026 \end_inset
14027 </cell>
14028 <cell alignment="center" valignment="top" usebox="none">
14029 \begin_inset Text
14030
14031 \begin_layout Plain Layout
14032 50,78
14033 \end_layout
14034
14035 \end_inset
14036 </cell>
14037 </row>
14038 <row>
14039 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14040 \begin_inset Text
14041
14042 \begin_layout Plain Layout
14043 in % der Pixelgröße
14044 \end_layout
14045
14046 \end_inset
14047 </cell>
14048 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14049 \begin_inset Text
14050
14051 \begin_layout Plain Layout
14052 76,3
14053 \end_layout
14054
14055 \end_inset
14056 </cell>
14057 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14058 \begin_inset Text
14059
14060 \begin_layout Plain Layout
14061 95,9
14062 \end_layout
14063
14064 \end_inset
14065 </cell>
14066 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14067 \begin_inset Text
14068
14069 \begin_layout Plain Layout
14070 92,3
14071 \end_layout
14072
14073 \end_inset
14074 </cell>
14075 </row>
14076 </lyxtabular>
14077
14078 \end_inset
14079
14080
14081 \end_layout
14082
14083 \end_inset
14084
14085
14086 \end_layout
14087
14088 \begin_layout Section
14089 Vertikale Tabellen-Ausrichtung
14090 \begin_inset Index
14091 status collapsed
14092
14093 \begin_layout Plain Layout
14094 Tabellen ! Ausrichtung
14095 \end_layout
14096
14097 \end_inset
14098
14099
14100 \end_layout
14101
14102 \begin_layout Standard
14103 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
14104  einer Box sein.
14105  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
14106 \begin_inset space ~
14107 \end_inset
14108
14109
14110 \begin_inset CommandInset ref
14111 LatexCommand ref
14112 reference "abs:Box-Dialog"
14113
14114 \end_inset
14115
14116  beschrieben.
14117 \end_layout
14118
14119 \begin_layout Standard
14120 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
14121 \begin_inset Foot
14122 status collapsed
14123
14124 \begin_layout Plain Layout
14125 Minipages werden in Abschnitt
14126 \begin_inset space ~
14127 \end_inset
14128
14129
14130 \begin_inset CommandInset ref
14131 LatexCommand ref
14132 reference "abs:Minipage"
14133
14134 \end_inset
14135
14136  beschrieben.
14137 \end_layout
14138
14139 \end_inset
14140
14141  mit 15
14142 \begin_inset space \thinspace{}
14143 \end_inset
14144
14145 col%-Breite:
14146 \end_layout
14147
14148 \begin_layout Itemize
14149 Test 
14150 \begin_inset Box Frameless
14151 position "t"
14152 hor_pos "c"
14153 has_inner_box 1
14154 inner_pos "c"
14155 use_parbox 0
14156 width "15col%"
14157 special "none"
14158 height "1in"
14159 height_special "totalheight"
14160 status collapsed
14161
14162 \begin_layout Plain Layout
14163 \begin_inset Tabular
14164 <lyxtabular version="3" rows="3" columns="3">
14165 <features>
14166 <column alignment="center" valignment="top" width="0">
14167 <column alignment="center" valignment="top" width="0">
14168 <column alignment="center" valignment="top" width="0">
14169 <row>
14170 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14171 \begin_inset Text
14172
14173 \begin_layout Plain Layout
14174 Tabelle 1
14175 \end_layout
14176
14177 \end_inset
14178 </cell>
14179 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14180 \begin_inset Text
14181
14182 \begin_layout Plain Layout
14183
14184 \end_layout
14185
14186 \end_inset
14187 </cell>
14188 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14189 \begin_inset Text
14190
14191 \begin_layout Plain Layout
14192
14193 \end_layout
14194
14195 \end_inset
14196 </cell>
14197 </row>
14198 <row>
14199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14200 \begin_inset Text
14201
14202 \begin_layout Plain Layout
14203 b
14204 \end_layout
14205
14206 \end_inset
14207 </cell>
14208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14209 \begin_inset Text
14210
14211 \begin_layout Plain Layout
14212 e
14213 \end_layout
14214
14215 \end_inset
14216 </cell>
14217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14218 \begin_inset Text
14219
14220 \begin_layout Plain Layout
14221 h
14222 \end_layout
14223
14224 \end_inset
14225 </cell>
14226 </row>
14227 <row>
14228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14229 \begin_inset Text
14230
14231 \begin_layout Plain Layout
14232 c
14233 \end_layout
14234
14235 \end_inset
14236 </cell>
14237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14238 \begin_inset Text
14239
14240 \begin_layout Plain Layout
14241 f
14242 \end_layout
14243
14244 \end_inset
14245 </cell>
14246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14247 \begin_inset Text
14248
14249 \begin_layout Plain Layout
14250 i
14251 \end_layout
14252
14253 \end_inset
14254 </cell>
14255 </row>
14256 </lyxtabular>
14257
14258 \end_inset
14259
14260
14261 \end_layout
14262
14263 \end_inset
14264
14265  Test 
14266 \begin_inset ERT
14267 status collapsed
14268
14269 \begin_layout Plain Layout
14270
14271
14272 \backslash
14273 raisebox{0.85
14274 \backslash
14275 baselineskip}{
14276 \end_layout
14277
14278 \end_inset
14279
14280
14281 \begin_inset Box Frameless
14282 position "t"
14283 hor_pos "c"
14284 has_inner_box 1
14285 inner_pos "c"
14286 use_parbox 0
14287 width "15col%"
14288 special "none"
14289 height "1in"
14290 height_special "totalheight"
14291 status collapsed
14292
14293 \begin_layout Plain Layout
14294 \begin_inset Tabular
14295 <lyxtabular version="3" rows="3" columns="3">
14296 <features>
14297 <column alignment="center" valignment="top" width="0">
14298 <column alignment="center" valignment="top" width="0">
14299 <column alignment="center" valignment="top" width="0">
14300 <row>
14301 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14302 \begin_inset Text
14303
14304 \begin_layout Plain Layout
14305 Tabelle 2
14306 \end_layout
14307
14308 \end_inset
14309 </cell>
14310 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14311 \begin_inset Text
14312
14313 \begin_layout Plain Layout
14314
14315 \end_layout
14316
14317 \end_inset
14318 </cell>
14319 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14320 \begin_inset Text
14321
14322 \begin_layout Plain Layout
14323
14324 \end_layout
14325
14326 \end_inset
14327 </cell>
14328 </row>
14329 <row>
14330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14331 \begin_inset Text
14332
14333 \begin_layout Plain Layout
14334 b
14335 \end_layout
14336
14337 \end_inset
14338 </cell>
14339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14340 \begin_inset Text
14341
14342 \begin_layout Plain Layout
14343 e
14344 \end_layout
14345
14346 \end_inset
14347 </cell>
14348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14349 \begin_inset Text
14350
14351 \begin_layout Plain Layout
14352 h
14353 \end_layout
14354
14355 \end_inset
14356 </cell>
14357 </row>
14358 <row>
14359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14360 \begin_inset Text
14361
14362 \begin_layout Plain Layout
14363 c
14364 \end_layout
14365
14366 \end_inset
14367 </cell>
14368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14369 \begin_inset Text
14370
14371 \begin_layout Plain Layout
14372 f
14373 \end_layout
14374
14375 \end_inset
14376 </cell>
14377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14378 \begin_inset Text
14379
14380 \begin_layout Plain Layout
14381 i
14382 \end_layout
14383
14384 \end_inset
14385 </cell>
14386 </row>
14387 </lyxtabular>
14388
14389 \end_inset
14390
14391
14392 \end_layout
14393
14394 \end_inset
14395
14396
14397 \begin_inset ERT
14398 status collapsed
14399
14400 \begin_layout Plain Layout
14401
14402 }
14403 \end_layout
14404
14405 \end_inset
14406
14407
14408 \end_layout
14409
14410 \begin_layout Itemize
14411 Test 
14412 \begin_inset Box Frameless
14413 position "c"
14414 hor_pos "c"
14415 has_inner_box 1
14416 inner_pos "c"
14417 use_parbox 0
14418 width "15col%"
14419 special "none"
14420 height "1in"
14421 height_special "totalheight"
14422 status collapsed
14423
14424 \begin_layout Plain Layout
14425 \begin_inset Tabular
14426 <lyxtabular version="3" rows="3" columns="3">
14427 <features>
14428 <column alignment="center" valignment="top" width="0">
14429 <column alignment="center" valignment="top" width="0">
14430 <column alignment="center" valignment="top" width="0">
14431 <row>
14432 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14433 \begin_inset Text
14434
14435 \begin_layout Plain Layout
14436 Tabelle 3
14437 \end_layout
14438
14439 \end_inset
14440 </cell>
14441 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14442 \begin_inset Text
14443
14444 \begin_layout Plain Layout
14445
14446 \end_layout
14447
14448 \end_inset
14449 </cell>
14450 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14451 \begin_inset Text
14452
14453 \begin_layout Plain Layout
14454
14455 \end_layout
14456
14457 \end_inset
14458 </cell>
14459 </row>
14460 <row>
14461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14462 \begin_inset Text
14463
14464 \begin_layout Plain Layout
14465 b
14466 \end_layout
14467
14468 \end_inset
14469 </cell>
14470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14471 \begin_inset Text
14472
14473 \begin_layout Plain Layout
14474 e
14475 \end_layout
14476
14477 \end_inset
14478 </cell>
14479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14480 \begin_inset Text
14481
14482 \begin_layout Plain Layout
14483 h
14484 \end_layout
14485
14486 \end_inset
14487 </cell>
14488 </row>
14489 <row>
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 c
14495 \end_layout
14496
14497 \end_inset
14498 </cell>
14499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14500 \begin_inset Text
14501
14502 \begin_layout Plain Layout
14503 f
14504 \end_layout
14505
14506 \end_inset
14507 </cell>
14508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14509 \begin_inset Text
14510
14511 \begin_layout Plain Layout
14512 i
14513 \end_layout
14514
14515 \end_inset
14516 </cell>
14517 </row>
14518 </lyxtabular>
14519
14520 \end_inset
14521
14522
14523 \end_layout
14524
14525 \end_inset
14526
14527
14528 \end_layout
14529
14530 \begin_layout Itemize
14531 Test 
14532 \begin_inset Box Frameless
14533 position "b"
14534 hor_pos "c"
14535 has_inner_box 1
14536 inner_pos "c"
14537 use_parbox 0
14538 width "15col%"
14539 special "none"
14540 height "1in"
14541 height_special "totalheight"
14542 status collapsed
14543
14544 \begin_layout Plain Layout
14545 \begin_inset Tabular
14546 <lyxtabular version="3" rows="3" columns="3">
14547 <features>
14548 <column alignment="center" valignment="top" width="0">
14549 <column alignment="center" valignment="top" width="0">
14550 <column alignment="center" valignment="top" width="0">
14551 <row>
14552 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14553 \begin_inset Text
14554
14555 \begin_layout Plain Layout
14556 Tabelle 4
14557 \end_layout
14558
14559 \end_inset
14560 </cell>
14561 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14562 \begin_inset Text
14563
14564 \begin_layout Plain Layout
14565
14566 \end_layout
14567
14568 \end_inset
14569 </cell>
14570 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14571 \begin_inset Text
14572
14573 \begin_layout Plain Layout
14574
14575 \end_layout
14576
14577 \end_inset
14578 </cell>
14579 </row>
14580 <row>
14581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14582 \begin_inset Text
14583
14584 \begin_layout Plain Layout
14585 b
14586 \end_layout
14587
14588 \end_inset
14589 </cell>
14590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14591 \begin_inset Text
14592
14593 \begin_layout Plain Layout
14594 e
14595 \end_layout
14596
14597 \end_inset
14598 </cell>
14599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14600 \begin_inset Text
14601
14602 \begin_layout Plain Layout
14603 h
14604 \end_layout
14605
14606 \end_inset
14607 </cell>
14608 </row>
14609 <row>
14610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14611 \begin_inset Text
14612
14613 \begin_layout Plain Layout
14614 c
14615 \end_layout
14616
14617 \end_inset
14618 </cell>
14619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14620 \begin_inset Text
14621
14622 \begin_layout Plain Layout
14623 f
14624 \end_layout
14625
14626 \end_inset
14627 </cell>
14628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14629 \begin_inset Text
14630
14631 \begin_layout Plain Layout
14632 i
14633 \end_layout
14634
14635 \end_inset
14636 </cell>
14637 </row>
14638 </lyxtabular>
14639
14640 \end_inset
14641
14642
14643 \end_layout
14644
14645 \end_inset
14646
14647 Test 
14648 \begin_inset ERT
14649 status collapsed
14650
14651 \begin_layout Plain Layout
14652
14653
14654 \backslash
14655 raisebox{-0.32
14656 \backslash
14657 baselineskip}{
14658 \end_layout
14659
14660 \end_inset
14661
14662
14663 \begin_inset Box Frameless
14664 position "b"
14665 hor_pos "c"
14666 has_inner_box 1
14667 inner_pos "c"
14668 use_parbox 0
14669 width "15col%"
14670 special "none"
14671 height "1in"
14672 height_special "totalheight"
14673 status collapsed
14674
14675 \begin_layout Plain Layout
14676 \begin_inset Tabular
14677 <lyxtabular version="3" rows="3" columns="3">
14678 <features>
14679 <column alignment="center" valignment="top" width="0">
14680 <column alignment="center" valignment="top" width="0">
14681 <column alignment="center" valignment="top" width="0">
14682 <row>
14683 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14684 \begin_inset Text
14685
14686 \begin_layout Plain Layout
14687 Tabelle 5
14688 \end_layout
14689
14690 \end_inset
14691 </cell>
14692 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14693 \begin_inset Text
14694
14695 \begin_layout Plain Layout
14696
14697 \end_layout
14698
14699 \end_inset
14700 </cell>
14701 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14702 \begin_inset Text
14703
14704 \begin_layout Plain Layout
14705
14706 \end_layout
14707
14708 \end_inset
14709 </cell>
14710 </row>
14711 <row>
14712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14713 \begin_inset Text
14714
14715 \begin_layout Plain Layout
14716 b
14717 \end_layout
14718
14719 \end_inset
14720 </cell>
14721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14722 \begin_inset Text
14723
14724 \begin_layout Plain Layout
14725 e
14726 \end_layout
14727
14728 \end_inset
14729 </cell>
14730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14731 \begin_inset Text
14732
14733 \begin_layout Plain Layout
14734 h
14735 \end_layout
14736
14737 \end_inset
14738 </cell>
14739 </row>
14740 <row>
14741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14742 \begin_inset Text
14743
14744 \begin_layout Plain Layout
14745 c
14746 \end_layout
14747
14748 \end_inset
14749 </cell>
14750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14751 \begin_inset Text
14752
14753 \begin_layout Plain Layout
14754 f
14755 \end_layout
14756
14757 \end_inset
14758 </cell>
14759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14760 \begin_inset Text
14761
14762 \begin_layout Plain Layout
14763 i
14764 \end_layout
14765
14766 \end_inset
14767 </cell>
14768 </row>
14769 </lyxtabular>
14770
14771 \end_inset
14772
14773
14774 \end_layout
14775
14776 \end_inset
14777
14778
14779 \begin_inset ERT
14780 status collapsed
14781
14782 \begin_layout Plain Layout
14783
14784 }
14785 \end_layout
14786
14787 \end_inset
14788
14789
14790 \end_layout
14791
14792 \begin_layout Standard
14793 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
14794 \begin_inset space \space{}
14795 \end_inset
14796
14797 1 und letzten Zeile von Tabelle
14798 \begin_inset space \space{}
14799 \end_inset
14800
14801 4 bezüglich dem Wort 
14802 \begin_inset Quotes gld
14803 \end_inset
14804
14805 Test
14806 \begin_inset Quotes grd
14807 \end_inset
14808
14809  nicht richtig ausgerichtet.
14810  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14811 \begin_inset Quotes gld
14812 \end_inset
14813
14814 Raisebox
14815 \begin_inset Quotes grd
14816 \end_inset
14817
14818
14819 \begin_inset Foot
14820 status collapsed
14821
14822 \begin_layout Plain Layout
14823 Raiseboxen werden in Abschnitt
14824 \begin_inset space ~
14825 \end_inset
14826
14827
14828 \begin_inset CommandInset ref
14829 LatexCommand ref
14830 reference "uab:Vertikale-Ausrichtung"
14831
14832 \end_inset
14833
14834  beschrieben.
14835 \end_layout
14836
14837 \end_inset
14838
14839  setzen.
14840  In Tabelle
14841 \begin_inset space \space{}
14842 \end_inset
14843
14844 2 wurde der Text mit dem Befehl
14845 \end_layout
14846
14847 \begin_layout Standard
14848
14849 \series bold
14850
14851 \backslash
14852 raisebox{0.85
14853 \backslash
14854 baselineskip}{
14855 \end_layout
14856
14857 \begin_layout Standard
14858 vor der Box ausgerichtet.
14859  Hinter der Box wurde auch noch 
14860 \series bold
14861 }
14862 \series default
14863  als TeX-Code eingefügt, weil der obige Befehl mit 
14864 \series bold
14865 {
14866 \series default
14867  aufhörte.
14868  Für Tabelle
14869 \begin_inset space \space{}
14870 \end_inset
14871
14872 5 wurde der Befehl
14873 \end_layout
14874
14875 \begin_layout Standard
14876
14877 \series bold
14878
14879 \backslash
14880 raisebox{-0.32
14881 \backslash
14882 baselineskip}{
14883 \end_layout
14884
14885 \begin_layout Standard
14886 benutzt.
14887 \end_layout
14888
14889 \begin_layout Standard
14890 \begin_inset Note Greyedout
14891 status open
14892
14893 \begin_layout Plain Layout
14894
14895 \series bold
14896 Bemerkung:
14897 \series default
14898  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14899  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14900  Der Faktor im 
14901 \series bold
14902
14903 \backslash
14904 raisebox
14905 \series default
14906 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14907 \end_layout
14908
14909 \end_inset
14910
14911
14912 \end_layout
14913
14914 \begin_layout Section
14915 Farbige Tabellen
14916 \begin_inset CommandInset label
14917 LatexCommand label
14918 name "abs:Farbige-Tabellen"
14919
14920 \end_inset
14921
14922
14923 \begin_inset Index
14924 status collapsed
14925
14926 \begin_layout Plain Layout
14927 Tabellen ! farbige
14928 \end_layout
14929
14930 \end_inset
14931
14932
14933 \end_layout
14934
14935 \begin_layout Subsection
14936 Farbige Zellen
14937 \begin_inset Index
14938 status collapsed
14939
14940 \begin_layout Plain Layout
14941 farbige !  Tabellenzellen
14942 \end_layout
14943
14944 \end_inset
14945
14946
14947 \end_layout
14948
14949 \begin_layout Standard
14950 \begin_inset Float table
14951 placement h
14952 wide false
14953 sideways false
14954 status open
14955
14956 \begin_layout Plain Layout
14957 \begin_inset Caption
14958
14959 \begin_layout Plain Layout
14960 \begin_inset CommandInset label
14961 LatexCommand label
14962 name "tab:Farbige-Tabelle-ohne"
14963
14964 \end_inset
14965
14966 Farbige Tabelle, ohne Paket 
14967 \series bold
14968 colortbl
14969 \series default
14970
14971 \begin_inset OptArg
14972 status collapsed
14973
14974 \begin_layout Plain Layout
14975 Tabelle ohne 
14976 \family typewriter
14977 colortbl
14978 \end_layout
14979
14980 \end_inset
14981
14982
14983 \end_layout
14984
14985 \end_inset
14986
14987
14988 \end_layout
14989
14990 \begin_layout Plain Layout
14991 \align center
14992 \begin_inset Tabular
14993 <lyxtabular version="3" rows="3" columns="3">
14994 <features>
14995 <column alignment="center" valignment="top" width="0">
14996 <column alignment="center" valignment="top" width="0">
14997 <column alignment="center" valignment="top" width="0">
14998 <row>
14999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15000 \begin_inset Text
15001
15002 \begin_layout Plain Layout
15003
15004 \color green
15005 a
15006 \end_layout
15007
15008 \end_inset
15009 </cell>
15010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15011 \begin_inset Text
15012
15013 \begin_layout Plain Layout
15014
15015 \color red
15016 b
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Plain Layout
15025
15026 \color red
15027 c
15028 \end_layout
15029
15030 \end_inset
15031 </cell>
15032 </row>
15033 <row>
15034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15035 \begin_inset Text
15036
15037 \begin_layout Plain Layout
15038
15039 \color green
15040 d
15041 \end_layout
15042
15043 \end_inset
15044 </cell>
15045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15046 \begin_inset Text
15047
15048 \begin_layout Plain Layout
15049
15050 \color blue
15051 e
15052 \end_layout
15053
15054 \end_inset
15055 </cell>
15056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15057 \begin_inset Text
15058
15059 \begin_layout Plain Layout
15060
15061 \color blue
15062 f
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 </row>
15068 <row>
15069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15070 \begin_inset Text
15071
15072 \begin_layout Plain Layout
15073
15074 \color green
15075 g
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Plain Layout
15084
15085 \color blue
15086 h
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15092 \begin_inset Text
15093
15094 \begin_layout Plain Layout
15095
15096 \color blue
15097 i
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 </row>
15103 </lyxtabular>
15104
15105 \end_inset
15106
15107
15108 \end_layout
15109
15110 \end_inset
15111
15112
15113 \end_layout
15114
15115 \begin_layout Standard
15116 \begin_inset CommandInset label
15117 LatexCommand label
15118 name "Wenn-Sie-nur"
15119
15120 \end_inset
15121
15122 Wenn Sie nur farbigen Text
15123 \begin_inset Index
15124 status collapsed
15125
15126 \begin_layout Plain Layout
15127 Farbe ! für Text
15128 \end_layout
15129
15130 \end_inset
15131
15132  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15133  auf den Werkzeugleistenknopf 
15134 \begin_inset Graphics
15135         filename ../../images/dialog-show_character.png
15136         scale 70
15137         scaleBeforeRotation
15138         BoundingBox 0bp 0bp 20bp 20bp
15139
15140 \end_inset
15141
15142  oder über das Menü 
15143 \family sans
15144 Bearbeiten\SpecialChar \menuseparator
15145 Textstil\SpecialChar \menuseparator
15146 Benutzerdefiniert
15147 \family default
15148  mit dem 
15149 \family sans
15150 Textstil
15151 \family default
15152 -Dialog wie es in Tabelle
15153 \begin_inset space ~
15154 \end_inset
15155
15156
15157 \begin_inset CommandInset ref
15158 LatexCommand ref
15159 reference "tab:Farbige-Tabelle-ohne"
15160
15161 \end_inset
15162
15163  gemacht wurde.
15164  In anderen Fällen müssen Sie das LaTeX-Paket 
15165 \series bold
15166 colortbl
15167 \series default
15168  benutzen.
15169 \begin_inset Index
15170 status collapsed
15171
15172 \begin_layout Plain Layout
15173 LaTeX-Pakete ! colortbl
15174 \end_layout
15175
15176 \end_inset
15177
15178
15179 \end_layout
15180
15181 \begin_layout Standard
15182 \begin_inset ERT
15183 status collapsed
15184
15185 \begin_layout Plain Layout
15186
15187
15188 \backslash
15189 ifcolortbl
15190 \end_layout
15191
15192 \end_inset
15193
15194
15195 \begin_inset Note Note
15196 status open
15197
15198 \begin_layout Plain Layout
15199 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15200 \series bold
15201 colortbl
15202 \series default
15203  installiert ist.
15204 \end_layout
15205
15206 \end_inset
15207
15208
15209 \end_layout
15210
15211 \begin_layout Standard
15212 Um farbige Tabellen zu erzeugen, muss 
15213 \series bold
15214 colortbl
15215 \series default
15216  im LaTeX-Vorspann geladen werden:
15217 \end_layout
15218
15219 \begin_layout Standard
15220
15221 \series bold
15222
15223 \backslash
15224 usepackage{colortbl}
15225 \end_layout
15226
15227 \begin_layout Standard
15228 Die Farbe einer Spalte ändert man dann mit dem Befehl
15229 \end_layout
15230
15231 \begin_layout Standard
15232
15233 \series bold
15234
15235 \backslash
15236 columncolor{Farbname}
15237 \end_layout
15238
15239 \begin_layout Standard
15240 innerhalb des Befehls 
15241 \series bold
15242 >{}
15243 \series default
15244 .
15245  Mehr über den Befehl 
15246 \series bold
15247 >{}
15248 \series default
15249  finden Sie im Abschnitt
15250 \begin_inset space ~
15251 \end_inset
15252
15253
15254 \begin_inset CommandInset ref
15255 LatexCommand ref
15256 reference "uab:Mehrfachspalten-Berechnungen"
15257
15258 \end_inset
15259
15260 .
15261 \end_layout
15262
15263 \begin_layout Standard
15264 Folgende Farbnamen sind vordefiniert:
15265 \end_layout
15266
15267 \begin_layout Standard
15268
15269 \family sans
15270 red
15271 \family default
15272
15273 \family sans
15274 green
15275 \family default
15276
15277 \family sans
15278 yellow
15279 \family default
15280
15281 \family sans
15282 blue
15283 \family default
15284
15285 \family sans
15286 cyan
15287 \family default
15288
15289 \family sans
15290 magenta
15291 \family default
15292
15293 \family sans
15294 black
15295 \family default
15296  und 
15297 \family sans
15298 white
15299 \begin_inset Newline newline
15300 \end_inset
15301
15302 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15303 \family default
15304 und
15305 \family sans
15306  weiß
15307 \family default
15308 ).
15309 \end_layout
15310
15311 \begin_layout Standard
15312 \begin_inset VSpace medskip
15313 \end_inset
15314
15315
15316 \end_layout
15317
15318 \begin_layout Standard
15319 Sie können auch eigene Farben definieren:
15320 \end_layout
15321
15322 \begin_layout Standard
15323
15324 \series bold
15325
15326 \backslash
15327 definecolor{Farbname}{Farbmodell}{Farbwerte}
15328 \end_layout
15329
15330 \begin_layout Standard
15331 Das Farbmodell kann eins der folgenden sein:
15332 \end_layout
15333
15334 \begin_layout Labeling
15335 \labelwidthstring 00.00.0000
15336 cmyk: cyan, magenta, yellow, black
15337 \end_layout
15338
15339 \begin_layout Labeling
15340 \labelwidthstring 00.00.0000
15341 rgb: red, green blue
15342 \end_layout
15343
15344 \begin_layout Labeling
15345 \labelwidthstring 00.00.0000
15346 gray: gray
15347 \end_layout
15348
15349 \begin_layout Standard
15350 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15351  die die entsprechende Farbe für das Farbmodell beschreiben.
15352 \end_layout
15353
15354 \begin_layout Standard
15355 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15356 \emph on
15357
15358 \begin_inset Quotes gld
15359 \end_inset
15360
15361 dunkelgruen
15362 \emph default
15363
15364 \begin_inset Quotes grd
15365 \end_inset
15366
15367  und 
15368 \begin_inset Quotes gld
15369 \end_inset
15370
15371
15372 \emph on
15373 hellgrau
15374 \emph default
15375
15376 \begin_inset Quotes grd
15377 \end_inset
15378
15379  folgendermaßen definieren:
15380 \end_layout
15381
15382 \begin_layout Standard
15383
15384 \series bold
15385
15386 \backslash
15387 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15388 \end_layout
15389
15390 \begin_layout Standard
15391
15392 \series bold
15393
15394 \backslash
15395 definecolor{hellgrau}{gray}{0.8}
15396 \end_layout
15397
15398 \begin_layout Standard
15399 \begin_inset VSpace medskip
15400 \end_inset
15401
15402
15403 \end_layout
15404
15405 \begin_layout Standard
15406 Linien werden mit dem Befehl
15407 \end_layout
15408
15409 \begin_layout Standard
15410
15411 \series bold
15412
15413 \backslash
15414 rowcolor{Farbname}
15415 \end_layout
15416
15417 \begin_layout Standard
15418 gefärbt, Zellen mit dem Befehl
15419 \end_layout
15420
15421 \begin_layout Standard
15422
15423 \series bold
15424
15425 \backslash
15426 cellcolor{Farbname}
15427 \end_layout
15428
15429 \begin_layout Standard
15430 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15431 \end_layout
15432
15433 \begin_layout Standard
15434 Um nur Text zu färben, machen Sie es wie 
15435 \begin_inset CommandInset ref
15436 LatexCommand vpageref
15437 reference "Wenn-Sie-nur"
15438
15439 \end_inset
15440
15441  beschrieben.
15442  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15443 \emph on
15444 markieren Sie nur den Text
15445 \emph default
15446 , sonst werden Sie LaTeX-Fehler erzeugen.
15447 \end_layout
15448
15449 \begin_layout Standard
15450 \begin_inset Note Greyedout
15451 status open
15452
15453 \begin_layout Plain Layout
15454
15455 \series bold
15456 Achtung:
15457 \series default
15458  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15459 \end_layout
15460
15461 \end_inset
15462
15463
15464 \end_layout
15465
15466 \begin_layout Standard
15467 \begin_inset VSpace medskip
15468 \end_inset
15469
15470
15471 \end_layout
15472
15473 \begin_layout Standard
15474 Die Tabelle
15475 \begin_inset space ~
15476 \end_inset
15477
15478
15479 \begin_inset CommandInset ref
15480 LatexCommand ref
15481 reference "tab:Table-colored-using"
15482
15483 \end_inset
15484
15485  wurde folgendermaßen erstellt: die erste Spalte soll 
15486 \emph on
15487
15488 \begin_inset Quotes gld
15489 \end_inset
15490
15491 dunkelgruen
15492 \emph default
15493
15494 \begin_inset Quotes grd
15495 \end_inset
15496
15497  werden, also müssen Sie ins 
15498 \family sans
15499 LaTe
15500 \begin_inset ERT
15501 status collapsed
15502
15503 \begin_layout Plain Layout
15504
15505 {}
15506 \end_layout
15507
15508 \end_inset
15509
15510 X-Argument
15511 \family default
15512  der Zellen der ersten Spalte den Befehl
15513 \end_layout
15514
15515 \begin_layout Standard
15516
15517 \series bold
15518 >{
15519 \backslash
15520 columncolor{dunkelgruen}
15521 \backslash
15522 centering}c
15523 \end_layout
15524
15525 \begin_layout Standard
15526 schreiben.
15527  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15528 \end_layout
15529
15530 \begin_layout Standard
15531
15532 \series bold
15533
15534 \backslash
15535 rowcolow{cyan}
15536 \end_layout
15537
15538 \begin_layout Standard
15539 in die erste Zelle der ersten Zeile eingefügt.
15540  Diese Farbe ersetzt die Spaltenfarbe.
15541  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15542  wird mit folgendem Befehl erreicht:
15543 \end_layout
15544
15545 \begin_layout Standard
15546
15547 \series bold
15548
15549 \backslash
15550 cellcolor{magenta}
15551 \end_layout
15552
15553 \begin_layout Standard
15554 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15555 \family sans
15556 Textstil
15557 \family default
15558 -Dialog.
15559 \end_layout
15560
15561 \begin_layout Standard
15562 \begin_inset Float table
15563 placement h
15564 wide false
15565 sideways false
15566 status open
15567
15568 \begin_layout Plain Layout
15569 \begin_inset Caption
15570
15571 \begin_layout Plain Layout
15572 \begin_inset CommandInset label
15573 LatexCommand label
15574 name "tab:Table-colored-using"
15575
15576 \end_inset
15577
15578 Eine mit dem Paket 
15579 \series bold
15580 colortbl
15581 \series default
15582  gefärbte Tabelle
15583 \begin_inset OptArg
15584 status collapsed
15585
15586 \begin_layout Plain Layout
15587 Tabelle mit 
15588 \family typewriter
15589 colortbl
15590 \end_layout
15591
15592 \end_inset
15593
15594
15595 \end_layout
15596
15597 \end_inset
15598
15599
15600 \end_layout
15601
15602 \begin_layout Plain Layout
15603 \align center
15604 \begin_inset Tabular
15605 <lyxtabular version="3" rows="3" columns="3">
15606 <features>
15607 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15608 <column alignment="center" valignment="top" width="0">
15609 <column alignment="center" valignment="top" width="0">
15610 <row>
15611 <cell alignment="center" valignment="top" usebox="none">
15612 \begin_inset Text
15613
15614 \begin_layout Plain Layout
15615 \begin_inset ERT
15616 status collapsed
15617
15618 \begin_layout Plain Layout
15619
15620
15621 \backslash
15622 rowcolor{cyan}
15623 \end_layout
15624
15625 \end_inset
15626
15627
15628 \color magenta
15629 a
15630 \end_layout
15631
15632 \end_inset
15633 </cell>
15634 <cell alignment="center" valignment="top" usebox="none">
15635 \begin_inset Text
15636
15637 \begin_layout Plain Layout
15638
15639 \color red
15640 b
15641 \end_layout
15642
15643 \end_inset
15644 </cell>
15645 <cell alignment="center" valignment="top" usebox="none">
15646 \begin_inset Text
15647
15648 \begin_layout Plain Layout
15649
15650 \color red
15651 c
15652 \end_layout
15653
15654 \end_inset
15655 </cell>
15656 </row>
15657 <row>
15658 <cell alignment="center" valignment="top" usebox="none">
15659 \begin_inset Text
15660
15661 \begin_layout Plain Layout
15662
15663 \color yellow
15664 d
15665 \end_layout
15666
15667 \end_inset
15668 </cell>
15669 <cell alignment="center" valignment="top" usebox="none">
15670 \begin_inset Text
15671
15672 \begin_layout Plain Layout
15673
15674 \color blue
15675 e
15676 \end_layout
15677
15678 \end_inset
15679 </cell>
15680 <cell alignment="center" valignment="top" usebox="none">
15681 \begin_inset Text
15682
15683 \begin_layout Plain Layout
15684
15685 \color blue
15686 f
15687 \end_layout
15688
15689 \end_inset
15690 </cell>
15691 </row>
15692 <row>
15693 <cell alignment="center" valignment="top" usebox="none">
15694 \begin_inset Text
15695
15696 \begin_layout Plain Layout
15697
15698 \color yellow
15699 g
15700 \end_layout
15701
15702 \end_inset
15703 </cell>
15704 <cell alignment="center" valignment="top" usebox="none">
15705 \begin_inset Text
15706
15707 \begin_layout Plain Layout
15708
15709 \color blue
15710 h
15711 \end_layout
15712
15713 \end_inset
15714 </cell>
15715 <cell alignment="center" valignment="top" usebox="none">
15716 \begin_inset Text
15717
15718 \begin_layout Plain Layout
15719 \begin_inset ERT
15720 status collapsed
15721
15722 \begin_layout Plain Layout
15723
15724
15725 \backslash
15726 cellcolor{magenta}
15727 \end_layout
15728
15729 \end_inset
15730
15731
15732 \color green
15733 i
15734 \end_layout
15735
15736 \end_inset
15737 </cell>
15738 </row>
15739 </lyxtabular>
15740
15741 \end_inset
15742
15743
15744 \end_layout
15745
15746 \end_inset
15747
15748
15749 \end_layout
15750
15751 \begin_layout Standard
15752 \begin_inset ERT
15753 status collapsed
15754
15755 \begin_layout Plain Layout
15756
15757
15758 \backslash
15759 else
15760 \end_layout
15761
15762 \end_inset
15763
15764
15765 \begin_inset Note Note
15766 status open
15767
15768 \begin_layout Plain Layout
15769 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15770 \series bold
15771 colortbl
15772 \series default
15773  nicht installiert ist:
15774 \end_layout
15775
15776 \end_inset
15777
15778
15779 \end_layout
15780
15781 \begin_layout Standard
15782 Sie müssen das LaTeX-Paket 
15783 \series bold
15784 colortbl
15785 \series default
15786  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15787 \end_layout
15788
15789 \begin_layout Standard
15790 \begin_inset ERT
15791 status collapsed
15792
15793 \begin_layout Plain Layout
15794
15795
15796 \backslash
15797 fi
15798 \end_layout
15799
15800 \end_inset
15801
15802
15803 \end_layout
15804
15805 \begin_layout Subsection
15806 Farbige Linien
15807 \begin_inset Index
15808 status collapsed
15809
15810 \begin_layout Plain Layout
15811 farbige !  Tabellenlinien
15812 \end_layout
15813
15814 \end_inset
15815
15816
15817 \end_layout
15818
15819 \begin_layout Standard
15820 Wie in Abschnitt
15821 \begin_inset space ~
15822 \end_inset
15823
15824
15825 \begin_inset CommandInset ref
15826 LatexCommand ref
15827 reference "uab:Liniendicke"
15828
15829 \end_inset
15830
15831  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
15832 \series bold
15833
15834 \backslash
15835 arrayrulewidth
15836 \series default
15837  definiert werden.
15838  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15839 \begin_inset space \thinspace{}
15840 \end_inset
15841
15842 pt gesetzt.
15843 \begin_inset ERT
15844 status collapsed
15845
15846 \begin_layout Plain Layout
15847
15848
15849 \backslash
15850 setlength{
15851 \backslash
15852 arrayrulewidth}{1.5pt}
15853 \end_layout
15854
15855 \end_inset
15856
15857
15858 \end_layout
15859
15860 \begin_layout Standard
15861 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15862 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15863 \begin_inset space ~
15864 \end_inset
15865
15866
15867 \begin_inset CommandInset ref
15868 LatexCommand ref
15869 reference "uab:Angepasste-Zellen-/Spaltenformate"
15870
15871 \end_inset
15872
15873  definiert:
15874 \end_layout
15875
15876 \begin_layout Standard
15877
15878 \series bold
15879
15880 \backslash
15881 newcolumntype{W}{!{
15882 \backslash
15883 color{green}
15884 \backslash
15885 vline}}
15886 \end_layout
15887
15888 \begin_layout Standard
15889 In Tabelle
15890 \begin_inset space ~
15891 \end_inset
15892
15893
15894 \begin_inset CommandInset ref
15895 LatexCommand ref
15896 reference "tab:Tabelle-mit-farbigen-vert"
15897
15898 \end_inset
15899
15900  wurde das LaTeX-Argument 
15901 \series bold
15902 WcW
15903 \series default
15904  für die letzte und 
15905 \series bold
15906 Wc
15907 \series default
15908  für die anderen Spalten benutzt.
15909 \end_layout
15910
15911 \begin_layout Standard
15912 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15913 \end_layout
15914
15915 \begin_layout Standard
15916 \begin_inset Float table
15917 placement h
15918 wide false
15919 sideways false
15920 status open
15921
15922 \begin_layout Plain Layout
15923 \begin_inset Caption
15924
15925 \begin_layout Plain Layout
15926 \begin_inset CommandInset label
15927 LatexCommand label
15928 name "tab:Tabelle-mit-farbigen-vert"
15929
15930 \end_inset
15931
15932 Tabelle mit farbigen vertikalen Linien
15933 \end_layout
15934
15935 \end_inset
15936
15937
15938 \end_layout
15939
15940 \begin_layout Plain Layout
15941 \align center
15942 \begin_inset Tabular
15943 <lyxtabular version="3" rows="3" columns="3">
15944 <features>
15945 <column alignment="center" valignment="top" width="0" special="Wc">
15946 <column alignment="center" valignment="top" width="0" special="Wc">
15947 <column alignment="center" valignment="top" width="0" special="WcW">
15948 <row>
15949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15950 \begin_inset Text
15951
15952 \begin_layout Plain Layout
15953 sd
15954 \end_layout
15955
15956 \end_inset
15957 </cell>
15958 <cell alignment="center" valignment="top" topline="true" usebox="none">
15959 \begin_inset Text
15960
15961 \begin_layout Plain Layout
15962
15963 \end_layout
15964
15965 \end_inset
15966 </cell>
15967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15968 \begin_inset Text
15969
15970 \begin_layout Plain Layout
15971
15972 \end_layout
15973
15974 \end_inset
15975 </cell>
15976 </row>
15977 <row>
15978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15979 \begin_inset Text
15980
15981 \begin_layout Plain Layout
15982
15983 \end_layout
15984
15985 \end_inset
15986 </cell>
15987 <cell alignment="center" valignment="top" topline="true" usebox="none">
15988 \begin_inset Text
15989
15990 \begin_layout Plain Layout
15991 sd
15992 \end_layout
15993
15994 \end_inset
15995 </cell>
15996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15997 \begin_inset Text
15998
15999 \begin_layout Plain Layout
16000
16001 \end_layout
16002
16003 \end_inset
16004 </cell>
16005 </row>
16006 <row>
16007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16008 \begin_inset Text
16009
16010 \begin_layout Plain Layout
16011
16012 \end_layout
16013
16014 \end_inset
16015 </cell>
16016 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16017 \begin_inset Text
16018
16019 \begin_layout Plain Layout
16020
16021 \end_layout
16022
16023 \end_inset
16024 </cell>
16025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16026 \begin_inset Text
16027
16028 \begin_layout Plain Layout
16029 sd
16030 \end_layout
16031
16032 \end_inset
16033 </cell>
16034 </row>
16035 </lyxtabular>
16036
16037 \end_inset
16038
16039
16040 \end_layout
16041
16042 \end_inset
16043
16044
16045 \end_layout
16046
16047 \begin_layout Standard
16048 \begin_inset VSpace bigskip
16049 \end_inset
16050
16051 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
16052 \begin_inset space ~
16053 \end_inset
16054
16055
16056 \begin_inset CommandInset ref
16057 LatexCommand ref
16058 reference "tab:Tabelle-mit-farbigen-horiz"
16059
16060 \end_inset
16061
16062 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
16063  einfügen:
16064 \end_layout
16065
16066 \begin_layout Standard
16067
16068 \series bold
16069
16070 \backslash
16071 let
16072 \backslash
16073 myHlineC
16074 \backslash
16075 hline
16076 \begin_inset Newline newline
16077 \end_inset
16078
16079
16080 \backslash
16081 renewcommand{
16082 \backslash
16083 hline}
16084 \begin_inset Newline newline
16085 \end_inset
16086
16087
16088 \begin_inset ERT
16089 status collapsed
16090
16091 \begin_layout Plain Layout
16092
16093
16094 \backslash
16095 hphantom{ }
16096 \end_layout
16097
16098 \end_inset
16099
16100 {
16101 \backslash
16102 arrayrulecolor{red}
16103 \backslash
16104 myHlineC
16105 \backslash
16106 arrayrulecolor{black}}
16107 \end_layout
16108
16109 \begin_layout Standard
16110 \begin_inset ERT
16111 status collapsed
16112
16113 \begin_layout Plain Layout
16114
16115
16116 \backslash
16117 let
16118 \backslash
16119 myHlineC
16120 \backslash
16121 hline
16122 \end_layout
16123
16124 \begin_layout Plain Layout
16125
16126
16127 \backslash
16128 renewcommand{
16129 \backslash
16130 hline}
16131 \end_layout
16132
16133 \begin_layout Plain Layout
16134
16135  {
16136 \backslash
16137 arrayrulecolor{red}
16138 \backslash
16139 myHlineC
16140 \backslash
16141 arrayrulecolor{black}}
16142 \end_layout
16143
16144 \end_inset
16145
16146
16147 \begin_inset Float table
16148 placement h
16149 wide false
16150 sideways false
16151 status open
16152
16153 \begin_layout Plain Layout
16154 \begin_inset Caption
16155
16156 \begin_layout Plain Layout
16157 \begin_inset CommandInset label
16158 LatexCommand label
16159 name "tab:Tabelle-mit-farbigen-horiz"
16160
16161 \end_inset
16162
16163 Tabelle mit farbigen horizontalen Linien
16164 \end_layout
16165
16166 \end_inset
16167
16168
16169 \end_layout
16170
16171 \begin_layout Plain Layout
16172 \align center
16173 \begin_inset Tabular
16174 <lyxtabular version="3" rows="3" columns="3">
16175 <features>
16176 <column alignment="center" valignment="top" width="0">
16177 <column alignment="center" valignment="top" width="0">
16178 <column alignment="center" valignment="top" width="0">
16179 <row>
16180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16181 \begin_inset Text
16182
16183 \begin_layout Plain Layout
16184 sd
16185 \end_layout
16186
16187 \end_inset
16188 </cell>
16189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16190 \begin_inset Text
16191
16192 \begin_layout Plain Layout
16193
16194 \end_layout
16195
16196 \end_inset
16197 </cell>
16198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16199 \begin_inset Text
16200
16201 \begin_layout Plain Layout
16202
16203 \end_layout
16204
16205 \end_inset
16206 </cell>
16207 </row>
16208 <row>
16209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16210 \begin_inset Text
16211
16212 \begin_layout Plain Layout
16213
16214 \end_layout
16215
16216 \end_inset
16217 </cell>
16218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16219 \begin_inset Text
16220
16221 \begin_layout Plain Layout
16222 sd
16223 \end_layout
16224
16225 \end_inset
16226 </cell>
16227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16228 \begin_inset Text
16229
16230 \begin_layout Plain Layout
16231
16232 \end_layout
16233
16234 \end_inset
16235 </cell>
16236 </row>
16237 <row>
16238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16239 \begin_inset Text
16240
16241 \begin_layout Plain Layout
16242
16243 \end_layout
16244
16245 \end_inset
16246 </cell>
16247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16248 \begin_inset Text
16249
16250 \begin_layout Plain Layout
16251
16252 \end_layout
16253
16254 \end_inset
16255 </cell>
16256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16257 \begin_inset Text
16258
16259 \begin_layout Plain Layout
16260 sd
16261 \end_layout
16262
16263 \end_inset
16264 </cell>
16265 </row>
16266 </lyxtabular>
16267
16268 \end_inset
16269
16270
16271 \end_layout
16272
16273 \end_inset
16274
16275
16276 \end_layout
16277
16278 \begin_layout Standard
16279 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16280  als TeX-Code hinter der Tabelle einfügen:
16281 \end_layout
16282
16283 \begin_layout Standard
16284
16285 \series bold
16286
16287 \backslash
16288 renewcommand{
16289 \backslash
16290 hline}{
16291 \backslash
16292 myHlineC}
16293 \end_layout
16294
16295 \begin_layout Standard
16296 Tabelle
16297 \begin_inset space ~
16298 \end_inset
16299
16300
16301 \begin_inset CommandInset ref
16302 LatexCommand ref
16303 reference "tab:Table-with-colored"
16304
16305 \end_inset
16306
16307  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16308 \end_layout
16309
16310 \begin_layout Standard
16311 \begin_inset Float table
16312 placement h
16313 wide false
16314 sideways false
16315 status open
16316
16317 \begin_layout Plain Layout
16318 \begin_inset Caption
16319
16320 \begin_layout Plain Layout
16321 \begin_inset CommandInset label
16322 LatexCommand label
16323 name "tab:Table-with-colored"
16324
16325 \end_inset
16326
16327 Tabelle mit farbigen Linien
16328 \end_layout
16329
16330 \end_inset
16331
16332
16333 \end_layout
16334
16335 \begin_layout Plain Layout
16336 \align center
16337 \begin_inset Tabular
16338 <lyxtabular version="3" rows="3" columns="3">
16339 <features>
16340 <column alignment="center" valignment="top" width="0" special="Wc">
16341 <column alignment="center" valignment="top" width="0" special="Wc">
16342 <column alignment="center" valignment="top" width="0" special="WcW">
16343 <row>
16344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16345 \begin_inset Text
16346
16347 \begin_layout Plain Layout
16348 sd
16349 \end_layout
16350
16351 \end_inset
16352 </cell>
16353 <cell alignment="center" valignment="top" topline="true" usebox="none">
16354 \begin_inset Text
16355
16356 \begin_layout Plain Layout
16357
16358 \end_layout
16359
16360 \end_inset
16361 </cell>
16362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16363 \begin_inset Text
16364
16365 \begin_layout Plain Layout
16366
16367 \end_layout
16368
16369 \end_inset
16370 </cell>
16371 </row>
16372 <row>
16373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout Plain Layout
16377
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 <cell alignment="center" valignment="top" topline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout Plain Layout
16386 sd
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16392 \begin_inset Text
16393
16394 \begin_layout Plain Layout
16395
16396 \end_layout
16397
16398 \end_inset
16399 </cell>
16400 </row>
16401 <row topspace="default">
16402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16403 \begin_inset Text
16404
16405 \begin_layout Plain Layout
16406
16407 \end_layout
16408
16409 \end_inset
16410 </cell>
16411 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16412 \begin_inset Text
16413
16414 \begin_layout Plain Layout
16415
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424 sd
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 </row>
16430 </lyxtabular>
16431
16432 \end_inset
16433
16434
16435 \end_layout
16436
16437 \end_inset
16438
16439
16440 \end_layout
16441
16442 \begin_layout Standard
16443 \begin_inset ERT
16444 status collapsed
16445
16446 \begin_layout Plain Layout
16447
16448
16449 \backslash
16450 renewcommand{
16451 \backslash
16452 hline}{
16453 \backslash
16454 myHlineC}
16455 \end_layout
16456
16457 \end_inset
16458
16459
16460 \end_layout
16461
16462 \begin_layout Standard
16463 \begin_inset ERT
16464 status collapsed
16465
16466 \begin_layout Plain Layout
16467
16468
16469 \backslash
16470 setlength{
16471 \backslash
16472 arrayrulewidth}{0.4pt}
16473 \end_layout
16474
16475 \end_inset
16476
16477
16478 \begin_inset Note Note
16479 status collapsed
16480
16481 \begin_layout Plain Layout
16482 setzt die Liniendicke wieder auf ihren Standardwert zurück
16483 \end_layout
16484
16485 \end_inset
16486
16487
16488 \end_layout
16489
16490 \begin_layout Section
16491 Tabellen-Anpassung
16492 \begin_inset Index
16493 status collapsed
16494
16495 \begin_layout Plain Layout
16496 Tabellen ! Anpassung
16497 \end_layout
16498
16499 \end_inset
16500
16501
16502 \end_layout
16503
16504 \begin_layout Subsection
16505 Zeilenabstand
16506 \begin_inset CommandInset label
16507 LatexCommand label
16508 name "uab:Zeilenabstand"
16509
16510 \end_inset
16511
16512
16513 \begin_inset Index
16514 status collapsed
16515
16516 \begin_layout Plain Layout
16517 Tabellen ! Zeilenabstand
16518 \end_layout
16519
16520 \end_inset
16521
16522
16523 \end_layout
16524
16525 \begin_layout Standard
16526 Auf der Karteikarte 
16527 \family sans
16528 Rahmen
16529 \family default
16530  des 
16531 \family sans
16532 Tabellen-Einstellungen
16533 \family default
16534 -Dialogs können Sie 
16535 \family sans
16536 zusätzliche
16537 \begin_inset space ~
16538 \end_inset
16539
16540 Abstände
16541 \family default
16542  einfügen.
16543  Dabei haben Sie drei Möglichkeiten:
16544 \end_layout
16545
16546 \begin_layout Description
16547 Oberhalb
16548 \begin_inset space ~
16549 \end_inset
16550
16551 der
16552 \begin_inset space ~
16553 \end_inset
16554
16555 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16556  Bei einer formalen Tabelle
16557 \begin_inset Foot
16558 status collapsed
16559
16560 \begin_layout Plain Layout
16561 Formale Tabellen wurden in Abschnitt
16562 \begin_inset space ~
16563 \end_inset
16564
16565
16566 \begin_inset CommandInset ref
16567 LatexCommand ref
16568 reference "abs:Formale-Tabellen"
16569
16570 \end_inset
16571
16572  beschrieben.
16573 \end_layout
16574
16575 \end_inset
16576
16577  fügt LyX standardmäßig 0.5
16578 \begin_inset space \thinspace{}
16579 \end_inset
16580
16581 em Leerraum ein.
16582  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16583 \begin_inset VSpace medskip
16584 \end_inset
16585
16586
16587 \begin_inset Newline newline
16588 \end_inset
16589
16590
16591 \begin_inset space \hspace*{}
16592 \length 0pt
16593 \end_inset
16594
16595
16596 \begin_inset space \hfill{}
16597 \end_inset
16598
16599
16600 \begin_inset Tabular
16601 <lyxtabular version="3" rows="3" columns="1">
16602 <features>
16603 <column alignment="center" valignment="top" width="0">
16604 <row>
16605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609 A
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 </row>
16615 <row topspace="3mm">
16616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620 3
16621 \begin_inset space \thinspace{}
16622 \end_inset
16623
16624 mm Leerraum oberhalb der Zeile
16625 \end_layout
16626
16627 \end_inset
16628 </cell>
16629 </row>
16630 <row>
16631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16632 \begin_inset Text
16633
16634 \begin_layout Plain Layout
16635 C
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 </row>
16641 </lyxtabular>
16642
16643 \end_inset
16644
16645
16646 \begin_inset space \hfill{}
16647 \end_inset
16648
16649
16650 \begin_inset space \hspace*{}
16651 \length 0pt
16652 \end_inset
16653
16654
16655 \begin_inset VSpace medskip
16656 \end_inset
16657
16658
16659 \begin_inset Newline newline
16660 \end_inset
16661
16662 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16663 n Linien verwenden.
16664 \end_layout
16665
16666 \begin_layout Description
16667 Unterhalb
16668 \begin_inset space ~
16669 \end_inset
16670
16671 der
16672 \begin_inset space ~
16673 \end_inset
16674
16675 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16676  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16677 \begin_inset space \thinspace{}
16678 \end_inset
16679
16680 em Leerraum ein.
16681  Bei normalen Tabellen ist der Standardwert 2
16682 \begin_inset space \thinspace{}
16683 \end_inset
16684
16685 pt.
16686 \end_layout
16687
16688 \begin_layout Description
16689 Zwischen
16690 \begin_inset space ~
16691 \end_inset
16692
16693 den
16694 \begin_inset space ~
16695 \end_inset
16696
16697 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16698  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16699 \begin_inset space \thinspace{}
16700 \end_inset
16701
16702 em Leerraum ein.
16703  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16704 \begin_inset VSpace medskip
16705 \end_inset
16706
16707
16708 \begin_inset Newline newline
16709 \end_inset
16710
16711
16712 \begin_inset space \hspace*{}
16713 \length 0pt
16714 \end_inset
16715
16716
16717 \begin_inset space \hfill{}
16718 \end_inset
16719
16720
16721 \begin_inset Tabular
16722 <lyxtabular version="3" rows="3" columns="1">
16723 <features>
16724 <column alignment="center" valignment="top" width="0">
16725 <row>
16726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16727 \begin_inset Text
16728
16729 \begin_layout Plain Layout
16730 A
16731 \end_layout
16732
16733 \end_inset
16734 </cell>
16735 </row>
16736 <row interlinespace="3mm">
16737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16738 \begin_inset Text
16739
16740 \begin_layout Plain Layout
16741 \begin_inset Formula $\downarrow$
16742 \end_inset
16743
16744  3
16745 \begin_inset space \thinspace{}
16746 \end_inset
16747
16748 mm Leerraum zwischen den Zeilen 
16749 \begin_inset Formula $\downarrow$
16750 \end_inset
16751
16752
16753 \end_layout
16754
16755 \end_inset
16756 </cell>
16757 </row>
16758 <row>
16759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16760 \begin_inset Text
16761
16762 \begin_layout Plain Layout
16763 \begin_inset Formula $\uparrow$
16764 \end_inset
16765
16766  3
16767 \begin_inset space \thinspace{}
16768 \end_inset
16769
16770 mm Leerraum zwischen den Zeilen 
16771 \begin_inset Formula $\uparrow$
16772 \end_inset
16773
16774
16775 \end_layout
16776
16777 \end_inset
16778 </cell>
16779 </row>
16780 </lyxtabular>
16781
16782 \end_inset
16783
16784
16785 \begin_inset space \hfill{}
16786 \end_inset
16787
16788
16789 \begin_inset space \hspace*{}
16790 \length 0pt
16791 \end_inset
16792
16793
16794 \begin_inset VSpace medskip
16795 \end_inset
16796
16797
16798 \begin_inset Newline newline
16799 \end_inset
16800
16801 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16802 n Linien verwenden.
16803 \end_layout
16804
16805 \begin_layout Standard
16806 \begin_inset VSpace bigskip
16807 \end_inset
16808
16809 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16810  Befehlen im LaTeX-Vorspann machen:
16811 \end_layout
16812
16813 \begin_layout Standard
16814
16815 \series bold
16816
16817 \backslash
16818 @ifundefined{extrarowheight}
16819 \begin_inset Newline newline
16820 \end_inset
16821
16822
16823 \begin_inset ERT
16824 status collapsed
16825
16826 \begin_layout Plain Layout
16827
16828
16829 \backslash
16830 hphantom{ }
16831 \end_layout
16832
16833 \end_inset
16834
16835 {
16836 \backslash
16837 usepackage{array}}{}
16838 \begin_inset Newline newline
16839 \end_inset
16840
16841
16842 \backslash
16843 setlength{
16844 \backslash
16845 extrarowheight}{Höhe}
16846 \end_layout
16847
16848 \begin_layout Standard
16849 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16850  ausgerichtet sind.
16851  (Das Paket 
16852 \series bold
16853 array
16854 \series default
16855  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
16856  verwenden.
16857  Der Befehl 
16858 \series bold
16859
16860 \backslash
16861 @ifundefined
16862 \series default
16863  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16864 \end_layout
16865
16866 \begin_layout Subsection
16867 Besondere Zellenausrichtung
16868 \begin_inset Index
16869 status collapsed
16870
16871 \begin_layout Plain Layout
16872 Tabellen ! Zellenausrichtung
16873 \end_layout
16874
16875 \end_inset
16876
16877
16878 \end_layout
16879
16880 \begin_layout Standard
16881 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
16882  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
16883 \begin_inset space ~
16884 \end_inset
16885
16886
16887 \begin_inset CommandInset ref
16888 LatexCommand ref
16889 reference "tab:Tabellenzellen-sind-auf"
16890
16891 \end_inset
16892
16893 .
16894 \end_layout
16895
16896 \begin_layout Standard
16897 \begin_inset Float table
16898 placement h
16899 wide false
16900 sideways false
16901 status open
16902
16903 \begin_layout Plain Layout
16904 \begin_inset Caption
16905
16906 \begin_layout Plain Layout
16907 \begin_inset CommandInset label
16908 LatexCommand label
16909 name "tab:Tabellenzellen-sind-auf"
16910
16911 \end_inset
16912
16913 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
16914 \end_layout
16915
16916 \end_inset
16917
16918
16919 \end_layout
16920
16921 \begin_layout Plain Layout
16922 \align center
16923 \begin_inset Tabular
16924 <lyxtabular version="3" rows="4" columns="2">
16925 <features>
16926 <column alignment="right" valignment="top" width="0">
16927 <column alignment="left" valignment="top" width="0" special="@{}l">
16928 <row>
16929 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16930 \begin_inset Text
16931
16932 \begin_layout Plain Layout
16933 Überschrift
16934 \end_layout
16935
16936 \end_inset
16937 </cell>
16938 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Plain Layout
16942
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 </row>
16948 <row>
16949 <cell alignment="center" valignment="top" usebox="none">
16950 \begin_inset Text
16951
16952 \begin_layout Plain Layout
16953 12.
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 <cell alignment="center" valignment="top" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962 6
16963 \end_layout
16964
16965 \end_inset
16966 </cell>
16967 </row>
16968 <row>
16969 <cell alignment="center" valignment="top" usebox="none">
16970 \begin_inset Text
16971
16972 \begin_layout Plain Layout
16973 0.
16974 \end_layout
16975
16976 \end_inset
16977 </cell>
16978 <cell alignment="center" valignment="top" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982 68
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 </row>
16988 <row>
16989 <cell alignment="center" valignment="top" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993 -123.
16994 \end_layout
16995
16996 \end_inset
16997 </cell>
16998 <cell alignment="center" valignment="top" usebox="none">
16999 \begin_inset Text
17000
17001 \begin_layout Plain Layout
17002 0
17003 \end_layout
17004
17005 \end_inset
17006 </cell>
17007 </row>
17008 </lyxtabular>
17009
17010 \end_inset
17011
17012
17013 \end_layout
17014
17015 \end_inset
17016
17017
17018 \end_layout
17019
17020 \begin_layout Standard
17021 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17022  Die Überschrift ist eine zentrierte Mehrfachspalte.
17023  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17024  der Zahlen einschließlich Dezimalpunkt.
17025  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17026  der Zahlen.
17027   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17028 \family sans
17029 LaTe
17030 \begin_inset ERT
17031 status collapsed
17032
17033 \begin_layout Plain Layout
17034
17035 {}
17036 \end_layout
17037
17038 \end_inset
17039
17040 X-Argument
17041 \family default
17042  für die zweite Spalte folgendes eingefügt:
17043 \end_layout
17044
17045 \begin_layout Standard
17046
17047 \series bold
17048 @{}l
17049 \end_layout
17050
17051 \begin_layout Standard
17052 Tabelle
17053 \begin_inset space ~
17054 \end_inset
17055
17056
17057 \begin_inset CommandInset ref
17058 LatexCommand ref
17059 reference "tab:Verschiedene-Ausrichtungen"
17060
17061 \end_inset
17062
17063  zeigt einige Ausrichtungen.
17064  Für die Ausrichtung der Relationen müssen Sie den 
17065 \family sans
17066 Mittleren
17067 \begin_inset space ~
17068 \end_inset
17069
17070 Abstand
17071 \family default
17072  aus der 
17073 \family sans
17074 Mathe-Werkzeugleiste
17075 \family default
17076  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17077  rechts vom Relationszeichen zu bekommen.
17078 \end_layout
17079
17080 \begin_layout Standard
17081
17082 \color black
17083 \begin_inset Float table
17084 placement h
17085 wide false
17086 sideways false
17087 status open
17088
17089 \begin_layout Plain Layout
17090
17091 \color black
17092 \begin_inset Caption
17093
17094 \begin_layout Plain Layout
17095
17096 \color black
17097 \begin_inset CommandInset label
17098 LatexCommand label
17099 name "tab:Verschiedene-Ausrichtungen"
17100
17101 \end_inset
17102
17103
17104 \color inherit
17105 Verschiedene Ausrichtungen
17106 \end_layout
17107
17108 \end_inset
17109
17110
17111 \end_layout
17112
17113 \begin_layout Plain Layout
17114 \align center
17115 \begin_inset Tabular
17116 <lyxtabular version="3" rows="4" columns="6">
17117 <features>
17118 <column alignment="right" valignment="top" width="0">
17119 <column alignment="left" valignment="top" width="0" special="@{}l">
17120 <column alignment="right" valignment="top" width="0">
17121 <column alignment="left" valignment="top" width="0" special="@{}l">
17122 <column alignment="right" valignment="top" width="0">
17123 <column alignment="left" valignment="top" width="0" special="@{}l">
17124 <row>
17125 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17126 \begin_inset Text
17127
17128 \begin_layout Plain Layout
17129 Einheiten
17130 \end_layout
17131
17132 \end_inset
17133 </cell>
17134 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138
17139 \end_layout
17140
17141 \end_inset
17142 </cell>
17143 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17144 \begin_inset Text
17145
17146 \begin_layout Plain Layout
17147 Exponenten
17148 \end_layout
17149
17150 \end_inset
17151 </cell>
17152 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17153 \begin_inset Text
17154
17155 \begin_layout Plain Layout
17156
17157 \end_layout
17158
17159 \end_inset
17160 </cell>
17161 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17162 \begin_inset Text
17163
17164 \begin_layout Plain Layout
17165 Relationen
17166 \end_layout
17167
17168 \end_inset
17169 </cell>
17170 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17171 \begin_inset Text
17172
17173 \begin_layout Plain Layout
17174
17175 \end_layout
17176
17177 \end_inset
17178 </cell>
17179 </row>
17180 <row>
17181 <cell alignment="center" valignment="top" usebox="none">
17182 \begin_inset Text
17183
17184 \begin_layout Plain Layout
17185 12×
17186 \end_layout
17187
17188 \end_inset
17189 </cell>
17190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17191 \begin_inset Text
17192
17193 \begin_layout Plain Layout
17194 24
17195 \begin_inset space \thinspace{}
17196 \end_inset
17197
17198 Flaschen
17199 \end_layout
17200
17201 \end_inset
17202 </cell>
17203 <cell alignment="center" valignment="top" usebox="none">
17204 \begin_inset Text
17205
17206 \begin_layout Plain Layout
17207 \begin_inset Formula $10\cdot$
17208 \end_inset
17209
17210
17211 \end_layout
17212
17213 \end_inset
17214 </cell>
17215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17216 \begin_inset Text
17217
17218 \begin_layout Plain Layout
17219 \begin_inset Formula $10^{\mbox{-}17}$
17220 \end_inset
17221
17222
17223 \end_layout
17224
17225 \end_inset
17226 </cell>
17227 <cell alignment="center" valignment="top" usebox="none">
17228 \begin_inset Text
17229
17230 \begin_layout Plain Layout
17231 \begin_inset Formula $\Gamma(t)\propto$
17232 \end_inset
17233
17234
17235 \end_layout
17236
17237 \end_inset
17238 </cell>
17239 <cell alignment="center" valignment="top" usebox="none">
17240 \begin_inset Text
17241
17242 \begin_layout Plain Layout
17243 \begin_inset Formula $\:\Upsilon(t)$
17244 \end_inset
17245
17246
17247 \end_layout
17248
17249 \end_inset
17250 </cell>
17251 </row>
17252 <row>
17253 <cell alignment="center" valignment="top" usebox="none">
17254 \begin_inset Text
17255
17256 \begin_layout Plain Layout
17257 1024×
17258 \end_layout
17259
17260 \end_inset
17261 </cell>
17262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17263 \begin_inset Text
17264
17265 \begin_layout Plain Layout
17266 768
17267 \begin_inset space \thinspace{}
17268 \end_inset
17269
17270 Pixel
17271 \end_layout
17272
17273 \end_inset
17274 </cell>
17275 <cell alignment="center" valignment="top" usebox="none">
17276 \begin_inset Text
17277
17278 \begin_layout Plain Layout
17279 \begin_inset Formula $5.78\cdot$
17280 \end_inset
17281
17282
17283 \end_layout
17284
17285 \end_inset
17286 </cell>
17287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17288 \begin_inset Text
17289
17290 \begin_layout Plain Layout
17291 \begin_inset Formula $10^{7}$
17292 \end_inset
17293
17294
17295 \end_layout
17296
17297 \end_inset
17298 </cell>
17299 <cell alignment="center" valignment="top" usebox="none">
17300 \begin_inset Text
17301
17302 \begin_layout Plain Layout
17303 \begin_inset Formula $A\ne$
17304 \end_inset
17305
17306
17307 \end_layout
17308
17309 \end_inset
17310 </cell>
17311 <cell alignment="center" valignment="top" usebox="none">
17312 \begin_inset Text
17313
17314 \begin_layout Plain Layout
17315 \begin_inset Formula $\: B_{\mathrm{red}}$
17316 \end_inset
17317
17318
17319 \end_layout
17320
17321 \end_inset
17322 </cell>
17323 </row>
17324 <row>
17325 <cell alignment="center" valignment="top" usebox="none">
17326 \begin_inset Text
17327
17328 \begin_layout Plain Layout
17329 32×
17330 \end_layout
17331
17332 \end_inset
17333 </cell>
17334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17335 \begin_inset Text
17336
17337 \begin_layout Plain Layout
17338 6
17339 \begin_inset space \thinspace{}
17340 \end_inset
17341
17342 cm
17343 \end_layout
17344
17345 \end_inset
17346 </cell>
17347 <cell alignment="center" valignment="top" usebox="none">
17348 \begin_inset Text
17349
17350 \begin_layout Plain Layout
17351 -
17352 \begin_inset Formula $33.5\cdot$
17353 \end_inset
17354
17355
17356 \end_layout
17357
17358 \end_inset
17359 </cell>
17360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17361 \begin_inset Text
17362
17363 \begin_layout Plain Layout
17364 \begin_inset Formula $10^{4}$
17365 \end_inset
17366
17367
17368 \end_layout
17369
17370 \end_inset
17371 </cell>
17372 <cell alignment="center" valignment="top" usebox="none">
17373 \begin_inset Text
17374
17375 \begin_layout Plain Layout
17376 \begin_inset Formula $\sin(\alpha)\ge$
17377 \end_inset
17378
17379
17380 \end_layout
17381
17382 \end_inset
17383 </cell>
17384 <cell alignment="center" valignment="top" usebox="none">
17385 \begin_inset Text
17386
17387 \begin_layout Plain Layout
17388 \begin_inset Formula $\:\sin(\beta)$
17389 \end_inset
17390
17391
17392 \end_layout
17393
17394 \end_inset
17395 </cell>
17396 </row>
17397 </lyxtabular>
17398
17399 \end_inset
17400
17401
17402 \end_layout
17403
17404 \end_inset
17405
17406
17407 \end_layout
17408
17409 \begin_layout Standard
17410 \begin_inset VSpace bigskip
17411 \end_inset
17412
17413 Es gibt auch noch das LaTeX-Paket 
17414 \series bold
17415 dcolumn
17416 \series default
17417 ,
17418 \begin_inset Index
17419 status collapsed
17420
17421 \begin_layout Plain Layout
17422 LaTeX-Pakete ! dcolumn
17423 \end_layout
17424
17425 \end_inset
17426
17427  mit dem man Zellen ausrichten kann.
17428  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17429  in den Zellen.
17430  Die erste Spalte von Tabelle
17431 \begin_inset space ~
17432 \end_inset
17433
17434
17435 \begin_inset CommandInset ref
17436 LatexCommand ref
17437 reference "tab:Verschiedene-Ausrichtungen"
17438
17439 \end_inset
17440
17441  wird mit 
17442 \family typewriter
17443 dcolumn
17444 \family default
17445  wie die erste Spalte von Tabelle
17446 \begin_inset space ~
17447 \end_inset
17448
17449
17450 \begin_inset CommandInset ref
17451 LatexCommand ref
17452 reference "tab:Ausrichtung-mit-dem"
17453
17454 \end_inset
17455
17456  aussehen und nur mit ein paar Tricks wie erwartet.
17457  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17458 \begin_inset space ~
17459 \end_inset
17460
17461
17462 \begin_inset CommandInset ref
17463 LatexCommand ref
17464 reference "tab:Verschiedene-Ausrichtungen"
17465
17466 \end_inset
17467
17468  ist mit 
17469 \series bold
17470 dcolumn
17471 \series default
17472  nicht möglich.
17473 \end_layout
17474
17475 \begin_layout Standard
17476 \begin_inset Float table
17477 placement h
17478 wide false
17479 sideways false
17480 status open
17481
17482 \begin_layout Plain Layout
17483 \begin_inset Caption
17484
17485 \begin_layout Plain Layout
17486 \begin_inset CommandInset label
17487 LatexCommand label
17488 name "tab:Ausrichtung-mit-dem"
17489
17490 \end_inset
17491
17492 Ausrichtung mit dem LaTeX-Paket 
17493 \series bold
17494 dcolumn
17495 \series default
17496 .
17497  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17498  bekommen.
17499 \begin_inset OptArg
17500 status collapsed
17501
17502 \begin_layout Plain Layout
17503 Ausrichtung mit dem LaTeX-Paket 
17504 \series bold
17505 dcolumn
17506 \end_layout
17507
17508 \end_inset
17509
17510
17511 \end_layout
17512
17513 \end_inset
17514
17515
17516 \end_layout
17517
17518 \begin_layout Plain Layout
17519 \align center
17520 \begin_inset Tabular
17521 <lyxtabular version="3" rows="4" columns="3">
17522 <features>
17523 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17524 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17525 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17526 <row>
17527 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17528 \begin_inset Text
17529
17530 \begin_layout Plain Layout
17531 Einheiten
17532 \end_layout
17533
17534 \end_inset
17535 </cell>
17536 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17537 \begin_inset Text
17538
17539 \begin_layout Plain Layout
17540 Einheiten
17541 \end_layout
17542
17543 \end_inset
17544 </cell>
17545 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17546 \begin_inset Text
17547
17548 \begin_layout Plain Layout
17549 Einheiten
17550 \end_layout
17551
17552 \end_inset
17553 </cell>
17554 </row>
17555 <row>
17556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17557 \begin_inset Text
17558
17559 \begin_layout Plain Layout
17560 12x24
17561 \begin_inset space \thinspace{}
17562 \end_inset
17563
17564
17565 \begin_inset Formula $\mbox{Flaschen}$
17566 \end_inset
17567
17568
17569 \end_layout
17570
17571 \end_inset
17572 </cell>
17573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17574 \begin_inset Text
17575
17576 \begin_layout Plain Layout
17577 12x24
17578 \begin_inset space \thinspace{}
17579 \end_inset
17580
17581
17582 \begin_inset Formula $\mbox{Flaschen}$
17583 \end_inset
17584
17585
17586 \end_layout
17587
17588 \end_inset
17589 </cell>
17590 <cell alignment="center" valignment="top" usebox="none">
17591 \begin_inset Text
17592
17593 \begin_layout Plain Layout
17594 12
17595 \begin_inset ERT
17596 status collapsed
17597
17598 \begin_layout Plain Layout
17599
17600
17601 \backslash
17602 times 
17603 \end_layout
17604
17605 \end_inset
17606
17607 24~
17608 \begin_inset Formula $\mbox{Flaschen}$
17609 \end_inset
17610
17611
17612 \end_layout
17613
17614 \end_inset
17615 </cell>
17616 </row>
17617 <row>
17618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17619 \begin_inset Text
17620
17621 \begin_layout Plain Layout
17622 1024x768
17623 \begin_inset space \thinspace{}
17624 \end_inset
17625
17626
17627 \begin_inset Formula $\mbox{Pixel}$
17628 \end_inset
17629
17630
17631 \end_layout
17632
17633 \end_inset
17634 </cell>
17635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17636 \begin_inset Text
17637
17638 \begin_layout Plain Layout
17639 1024x768
17640 \begin_inset space \thinspace{}
17641 \end_inset
17642
17643
17644 \begin_inset Formula $\mbox{Pixel}$
17645 \end_inset
17646
17647
17648 \end_layout
17649
17650 \end_inset
17651 </cell>
17652 <cell alignment="center" valignment="top" usebox="none">
17653 \begin_inset Text
17654
17655 \begin_layout Plain Layout
17656 1024
17657 \begin_inset ERT
17658 status collapsed
17659
17660 \begin_layout Plain Layout
17661
17662
17663 \backslash
17664 times 
17665 \end_layout
17666
17667 \end_inset
17668
17669 768~
17670 \begin_inset Formula $\mbox{Pixel}$
17671 \end_inset
17672
17673
17674 \end_layout
17675
17676 \end_inset
17677 </cell>
17678 </row>
17679 <row>
17680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17681 \begin_inset Text
17682
17683 \begin_layout Plain Layout
17684 32x6
17685 \begin_inset space \thinspace{}
17686 \end_inset
17687
17688
17689 \begin_inset Formula $\mbox{cm}$
17690 \end_inset
17691
17692
17693 \end_layout
17694
17695 \end_inset
17696 </cell>
17697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17698 \begin_inset Text
17699
17700 \begin_layout Plain Layout
17701 32x6
17702 \begin_inset space \thinspace{}
17703 \end_inset
17704
17705
17706 \begin_inset Formula $\mbox{cm}$
17707 \end_inset
17708
17709
17710 \end_layout
17711
17712 \end_inset
17713 </cell>
17714 <cell alignment="center" valignment="top" usebox="none">
17715 \begin_inset Text
17716
17717 \begin_layout Plain Layout
17718 32
17719 \begin_inset ERT
17720 status collapsed
17721
17722 \begin_layout Plain Layout
17723
17724
17725 \backslash
17726 times 
17727 \end_layout
17728
17729 \end_inset
17730
17731 6~
17732 \begin_inset Formula $\mbox{cm}$
17733 \end_inset
17734
17735
17736 \end_layout
17737
17738 \end_inset
17739 </cell>
17740 </row>
17741 </lyxtabular>
17742
17743 \end_inset
17744
17745
17746 \end_layout
17747
17748 \end_inset
17749
17750
17751 \end_layout
17752
17753 \begin_layout Subsection
17754 Angepasste Zellen-/Spaltenformate
17755 \begin_inset CommandInset label
17756 LatexCommand label
17757 name "uab:Angepasste-Zellen-/Spaltenformate"
17758
17759 \end_inset
17760
17761
17762 \begin_inset Index
17763 status collapsed
17764
17765 \begin_layout Plain Layout
17766 Tabellen ! Spaltenformat
17767 \end_layout
17768
17769 \end_inset
17770
17771
17772 \end_layout
17773
17774 \begin_layout Standard
17775 Wenn man wie in Abschnitt
17776 \begin_inset space ~
17777 \end_inset
17778
17779
17780 \begin_inset CommandInset ref
17781 LatexCommand ref
17782 reference "uab:Mehrfachspalten-Berechnungen"
17783
17784 \end_inset
17785
17786  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
17787  mehreren Tabellen mit Mehrfachspalten sehr lästig.
17788  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
17789  definieren:
17790 \end_layout
17791
17792 \begin_layout Standard
17793
17794 \series bold
17795
17796 \backslash
17797 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
17798 \end_layout
17799
17800 \begin_layout Standard
17801 Der Formatname darf nur ein Buchstabe sein, aber nicht 
17802 \emph on
17803 b
17804 \emph default
17805
17806 \emph on
17807 c
17808 \emph default
17809
17810 \emph on
17811 l
17812 \emph default
17813
17814 \emph on
17815 m
17816 \emph default
17817
17818 \emph on
17819 p
17820 \emph default
17821  oder 
17822 \emph on
17823 r
17824 \emph default
17825 , weil diese vordefiniert sind.
17826  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
17827 \end_layout
17828
17829 \begin_layout Standard
17830 \begin_inset VSpace medskip
17831 \end_inset
17832
17833
17834 \end_layout
17835
17836 \begin_layout Standard
17837 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
17838  Breite könnte das Format so aussehen:
17839 \end_layout
17840
17841 \begin_layout Standard
17842
17843 \series bold
17844
17845 \backslash
17846 newcolumntype{M}[1]{>{
17847 \backslash
17848 centering
17849 \backslash
17850 hspace{0pt}}m{#1}}
17851 \end_layout
17852
17853 \begin_layout Standard
17854 wobei 
17855 \series bold
17856
17857 \backslash
17858 hspace{0pt}
17859 \series default
17860  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
17861  Abschnitt
17862 \begin_inset space ~
17863 \end_inset
17864
17865
17866 \begin_inset CommandInset ref
17867 LatexCommand ref
17868 reference "uab:Mehrfache-Zeilen-in"
17869
17870 \end_inset
17871
17872  beschrieben.
17873  Jetzt können Sie mit
17874 \end_layout
17875
17876 \begin_layout Standard
17877
17878 \series bold
17879 M{Breite}
17880 \end_layout
17881
17882 \begin_layout Standard
17883 im 
17884 \family sans
17885 LaTeX-Argument
17886 \family default
17887  im 
17888 \family sans
17889 Tabellen-Einstellungen
17890 \family default
17891 -Dialog eine Mehrfachspalte definieren.
17892 \end_layout
17893
17894 \begin_layout Standard
17895 \begin_inset VSpace bigskip
17896 \end_inset
17897
17898
17899 \end_layout
17900
17901 \begin_layout Standard
17902 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
17903  Format definieren:
17904 \end_layout
17905
17906 \begin_layout Standard
17907
17908 \series bold
17909
17910 \backslash
17911 newcolumntype{S}[2]{>{
17912 \backslash
17913 centering
17914 \backslash
17915 hspace{0pt}}
17916 \begin_inset Newline newline
17917 \end_inset
17918
17919
17920 \begin_inset ERT
17921 status collapsed
17922
17923 \begin_layout Plain Layout
17924
17925
17926 \backslash
17927 phantom{
17928 \end_layout
17929
17930 \end_inset
17931
17932
17933 \backslash
17934 newcolumntype
17935 \begin_inset ERT
17936 status collapsed
17937
17938 \begin_layout Plain Layout
17939
17940 }
17941 \end_layout
17942
17943 \end_inset
17944
17945 m{(#1+(2
17946 \backslash
17947 tabcolsep+
17948 \backslash
17949 arrayrulewidth)*(1-#2))/#2}}
17950 \end_layout
17951
17952 \begin_layout Standard
17953 Dieses Format benutzt Gleichung
17954 \begin_inset space ~
17955 \end_inset
17956
17957
17958 \begin_inset CommandInset ref
17959 LatexCommand ref
17960 reference "eq:Wgn"
17961
17962 \end_inset
17963
17964 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
17965  breit ist.
17966 \end_layout
17967
17968 \begin_layout Standard
17969 Jetzt können Sie im 
17970 \family sans
17971 LaTeX-Argument
17972 \family default
17973  im 
17974 \family sans
17975 Tabellen-Einstellungen
17976 \family default
17977 -Dialog folgendes einfügen:
17978 \end_layout
17979
17980 \begin_layout Standard
17981
17982 \series bold
17983 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
17984 \end_layout
17985
17986 \begin_layout Standard
17987 \begin_inset VSpace bigskip
17988 \end_inset
17989
17990
17991 \end_layout
17992
17993 \begin_layout Standard
17994 Für farbige Spalten können Sie folgendes einfügen:
17995 \end_layout
17996
17997 \begin_layout Standard
17998
17999 \series bold
18000
18001 \backslash
18002 newcolumntype{K}[1]{>{
18003 \backslash
18004 columncolor{#1}
18005 \backslash
18006 hspace{0pt}}c}
18007 \end_layout
18008
18009 \begin_layout Standard
18010 Das 
18011 \begin_inset Quotes gld
18012 \end_inset
18013
18014 c
18015 \begin_inset Quotes grd
18016 \end_inset
18017
18018  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18019  zentriert ist.
18020  Jetzt können Sie als 
18021 \family sans
18022 LaTeX-Argument
18023 \family default
18024  folgendes einfügen:
18025 \end_layout
18026
18027 \begin_layout Standard
18028
18029 \series bold
18030 K{Farbname}
18031 \end_layout
18032
18033 \begin_layout Standard
18034 \begin_inset VSpace bigskip
18035 \end_inset
18036
18037
18038 \end_layout
18039
18040 \begin_layout Standard
18041 Für Tabelle
18042 \begin_inset space ~
18043 \end_inset
18044
18045
18046 \begin_inset CommandInset ref
18047 LatexCommand ref
18048 reference "tab:Tabelle-mit-benutzerdefinierte"
18049
18050 \end_inset
18051
18052  wurden folgende 
18053 \family sans
18054 LaTeX-Argumente
18055 \family default
18056  benutzt:
18057 \end_layout
18058
18059 \begin_layout Standard
18060
18061 \series bold
18062 M{2.5cm}
18063 \end_layout
18064
18065 \begin_layout Standard
18066 für die erste Spalte und die Mehrfachspalte,
18067 \end_layout
18068
18069 \begin_layout Standard
18070
18071 \series bold
18072 K{red}
18073 \end_layout
18074
18075 \begin_layout Standard
18076 für die letzte Spalte und
18077 \end_layout
18078
18079 \begin_layout Standard
18080
18081 \series bold
18082 S{2.5cm}{2}
18083 \end_layout
18084
18085 \begin_layout Standard
18086 für die Spalten in der zweiten Mehrfachspalte.
18087 \end_layout
18088
18089 \begin_layout Standard
18090 \begin_inset Float table
18091 placement h
18092 wide false
18093 sideways false
18094 status open
18095
18096 \begin_layout Plain Layout
18097 \begin_inset Caption
18098
18099 \begin_layout Plain Layout
18100 \begin_inset CommandInset label
18101 LatexCommand label
18102 name "tab:Tabelle-mit-benutzerdefinierte"
18103
18104 \end_inset
18105
18106 Tabelle mit benutzerdefinierten Formaten
18107 \end_layout
18108
18109 \end_inset
18110
18111
18112 \end_layout
18113
18114 \begin_layout Plain Layout
18115 \align center
18116 \begin_inset Tabular
18117 <lyxtabular version="3" rows="3" columns="4">
18118 <features>
18119 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18120 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18121 <column alignment="center" valignment="middle" width="0">
18122 <column alignment="center" valignment="middle" width="0" special="K{red}">
18123 <row>
18124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18125 \begin_inset Text
18126
18127 \begin_layout Plain Layout
18128 einsehrlangesWort
18129 \end_layout
18130
18131 \end_inset
18132 </cell>
18133 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18134 \begin_inset Text
18135
18136 \begin_layout Plain Layout
18137 Mehrfachspalte mit mehreren Zeilen
18138 \end_layout
18139
18140 \end_inset
18141 </cell>
18142 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18143 \begin_inset Text
18144
18145 \begin_layout Plain Layout
18146
18147 \end_layout
18148
18149 \end_inset
18150 </cell>
18151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18152 \begin_inset Text
18153
18154 \begin_layout Plain Layout
18155 c
18156 \end_layout
18157
18158 \end_inset
18159 </cell>
18160 </row>
18161 <row>
18162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18163 \begin_inset Text
18164
18165 \begin_layout Plain Layout
18166 d
18167 \end_layout
18168
18169 \end_inset
18170 </cell>
18171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18172 \begin_inset Text
18173
18174 \begin_layout Plain Layout
18175 e
18176 \end_layout
18177
18178 \end_inset
18179 </cell>
18180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18181 \begin_inset Text
18182
18183 \begin_layout Plain Layout
18184 f
18185 \end_layout
18186
18187 \end_inset
18188 </cell>
18189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18190 \begin_inset Text
18191
18192 \begin_layout Plain Layout
18193 g
18194 \end_layout
18195
18196 \end_inset
18197 </cell>
18198 </row>
18199 <row>
18200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18201 \begin_inset Text
18202
18203 \begin_layout Plain Layout
18204 h
18205 \end_layout
18206
18207 \end_inset
18208 </cell>
18209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18210 \begin_inset Text
18211
18212 \begin_layout Plain Layout
18213 i
18214 \end_layout
18215
18216 \end_inset
18217 </cell>
18218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18219 \begin_inset Text
18220
18221 \begin_layout Plain Layout
18222 j
18223 \end_layout
18224
18225 \end_inset
18226 </cell>
18227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18228 \begin_inset Text
18229
18230 \begin_layout Plain Layout
18231 k
18232 \end_layout
18233
18234 \end_inset
18235 </cell>
18236 </row>
18237 </lyxtabular>
18238
18239 \end_inset
18240
18241
18242 \end_layout
18243
18244 \end_inset
18245
18246
18247 \end_layout
18248
18249 \begin_layout Subsection
18250 Liniendicke
18251 \begin_inset CommandInset label
18252 LatexCommand label
18253 name "uab:Liniendicke"
18254
18255 \end_inset
18256
18257
18258 \begin_inset Index
18259 status collapsed
18260
18261 \begin_layout Plain Layout
18262 Tabellen  ! Linien ! -dicke
18263 \end_layout
18264
18265 \end_inset
18266
18267
18268 \end_layout
18269
18270 \begin_layout Standard
18271 Die Liniendicke für alle Linien einer Tabelle kann mit 
18272 \series bold
18273
18274 \backslash
18275 arrayrulewidth
18276 \series default
18277  eingestellt werden.
18278  Um eine Liniendicke von 1.5
18279 \begin_inset space \thinspace{}
18280 \end_inset
18281
18282 pt wie in Tabelle
18283 \begin_inset space ~
18284 \end_inset
18285
18286
18287 \begin_inset CommandInset ref
18288 LatexCommand ref
18289 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18290
18291 \end_inset
18292
18293  zu bekommen, geben Sie den Befehl
18294 \end_layout
18295
18296 \begin_layout Standard
18297
18298 \series bold
18299
18300 \backslash
18301 setlength{
18302 \backslash
18303 arrayrulewidth}{1.5pt}
18304 \end_layout
18305
18306 \begin_layout Standard
18307 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18308  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18309  Mit
18310 \end_layout
18311
18312 \begin_layout Standard
18313
18314 \series bold
18315
18316 \backslash
18317 setlength{
18318 \backslash
18319 arrayrulewidth}{0.4pt}
18320 \end_layout
18321
18322 \begin_layout Standard
18323 bekommen Sie wieder die Standarddicke.
18324 \end_layout
18325
18326 \begin_layout Standard
18327 \begin_inset ERT
18328 status collapsed
18329
18330 \begin_layout Plain Layout
18331
18332
18333 \backslash
18334 setlength{
18335 \backslash
18336 arrayrulewidth}{1.5pt}
18337 \end_layout
18338
18339 \end_inset
18340
18341
18342 \begin_inset Float table
18343 placement H
18344 wide false
18345 sideways false
18346 status open
18347
18348 \begin_layout Plain Layout
18349 \begin_inset Caption
18350
18351 \begin_layout Plain Layout
18352 \begin_inset CommandInset label
18353 LatexCommand label
18354 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18355
18356 \end_inset
18357
18358 Tabelle mit 1.5
18359 \begin_inset space \thinspace{}
18360 \end_inset
18361
18362 pt Liniendicke
18363 \end_layout
18364
18365 \end_inset
18366
18367
18368 \end_layout
18369
18370 \begin_layout Plain Layout
18371 \align center
18372 \begin_inset Tabular
18373 <lyxtabular version="3" rows="3" columns="3">
18374 <features>
18375 <column alignment="center" valignment="top" width="0">
18376 <column alignment="center" valignment="top" width="0">
18377 <column alignment="center" valignment="top" width="0">
18378 <row>
18379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18380 \begin_inset Text
18381
18382 \begin_layout Plain Layout
18383 sd
18384 \end_layout
18385
18386 \end_inset
18387 </cell>
18388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18389 \begin_inset Text
18390
18391 \begin_layout Plain Layout
18392
18393 \end_layout
18394
18395 \end_inset
18396 </cell>
18397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18398 \begin_inset Text
18399
18400 \begin_layout Plain Layout
18401
18402 \end_layout
18403
18404 \end_inset
18405 </cell>
18406 </row>
18407 <row>
18408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18409 \begin_inset Text
18410
18411 \begin_layout Plain Layout
18412
18413 \end_layout
18414
18415 \end_inset
18416 </cell>
18417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18418 \begin_inset Text
18419
18420 \begin_layout Plain Layout
18421 sd
18422 \end_layout
18423
18424 \end_inset
18425 </cell>
18426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18427 \begin_inset Text
18428
18429 \begin_layout Plain Layout
18430
18431 \end_layout
18432
18433 \end_inset
18434 </cell>
18435 </row>
18436 <row>
18437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18438 \begin_inset Text
18439
18440 \begin_layout Plain Layout
18441
18442 \end_layout
18443
18444 \end_inset
18445 </cell>
18446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18447 \begin_inset Text
18448
18449 \begin_layout Plain Layout
18450
18451 \end_layout
18452
18453 \end_inset
18454 </cell>
18455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18456 \begin_inset Text
18457
18458 \begin_layout Plain Layout
18459 sd
18460 \end_layout
18461
18462 \end_inset
18463 </cell>
18464 </row>
18465 </lyxtabular>
18466
18467 \end_inset
18468
18469
18470 \end_layout
18471
18472 \end_inset
18473
18474
18475 \begin_inset ERT
18476 status collapsed
18477
18478 \begin_layout Plain Layout
18479
18480
18481 \backslash
18482 setlength{
18483 \backslash
18484 arrayrulewidth}{0.4pt}
18485 \end_layout
18486
18487 \end_inset
18488
18489
18490 \end_layout
18491
18492 \begin_layout Standard
18493 \begin_inset VSpace bigskip
18494 \end_inset
18495
18496 Um eine Liniendicke von 1.5
18497 \begin_inset space \thinspace{}
18498 \end_inset
18499
18500 pt nur für horizontale Linien zu bekommen wie in Tabelle
18501 \begin_inset space ~
18502 \end_inset
18503
18504
18505 \begin_inset CommandInset ref
18506 LatexCommand ref
18507 reference "tab:Tabelle-mit-1.5pt-horiz"
18508
18509 \end_inset
18510
18511 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18512  einfügen:
18513 \end_layout
18514
18515 \begin_layout Standard
18516
18517 \series bold
18518
18519 \backslash
18520 let
18521 \backslash
18522 myHline
18523 \backslash
18524 hline
18525 \begin_inset Newline newline
18526 \end_inset
18527
18528
18529 \backslash
18530 renewcommand{
18531 \backslash
18532 hline}
18533 \begin_inset Newline newline
18534 \end_inset
18535
18536  {
18537 \backslash
18538 noalign{
18539 \backslash
18540 global
18541 \backslash
18542 arrayrulewidth 1.5pt}
18543 \begin_inset Newline newline
18544 \end_inset
18545
18546  
18547 \backslash
18548 myHline
18549 \backslash
18550 noalign{
18551 \backslash
18552 global
18553 \backslash
18554 arrayrulewidth 0.4pt}}
18555 \end_layout
18556
18557 \begin_layout Standard
18558 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18559  der (Gleit\SpecialChar \-
18560 objekt-)Tabelle zurück:
18561 \end_layout
18562
18563 \begin_layout Standard
18564
18565 \series bold
18566
18567 \backslash
18568 renewcommand{
18569 \backslash
18570 hline}{
18571 \backslash
18572 myHline}
18573 \end_layout
18574
18575 \begin_layout Standard
18576 \begin_inset ERT
18577 status collapsed
18578
18579 \begin_layout Plain Layout
18580
18581
18582 \backslash
18583 let
18584 \backslash
18585 myHline
18586 \backslash
18587 hline
18588 \end_layout
18589
18590 \begin_layout Plain Layout
18591
18592
18593 \backslash
18594 renewcommand{
18595 \backslash
18596 hline}
18597 \end_layout
18598
18599 \begin_layout Plain Layout
18600
18601  {
18602 \backslash
18603 noalign{
18604 \backslash
18605 global
18606 \backslash
18607 arrayrulewidth 1.5pt}
18608 \end_layout
18609
18610 \begin_layout Plain Layout
18611
18612   
18613 \backslash
18614 myHline
18615 \backslash
18616 noalign{
18617 \backslash
18618 global
18619 \backslash
18620 arrayrulewidth 0.4pt}}
18621 \end_layout
18622
18623 \end_inset
18624
18625
18626 \begin_inset Float table
18627 placement h
18628 wide false
18629 sideways false
18630 status open
18631
18632 \begin_layout Plain Layout
18633 \begin_inset Caption
18634
18635 \begin_layout Plain Layout
18636 \begin_inset CommandInset label
18637 LatexCommand label
18638 name "tab:Tabelle-mit-1.5pt-horiz"
18639
18640 \end_inset
18641
18642 Tabelle mit 1.5
18643 \begin_inset space \thinspace{}
18644 \end_inset
18645
18646 pt dicken horizontalen Linien
18647 \end_layout
18648
18649 \end_inset
18650
18651
18652 \end_layout
18653
18654 \begin_layout Plain Layout
18655 \align center
18656 \begin_inset Tabular
18657 <lyxtabular version="3" rows="3" columns="3">
18658 <features>
18659 <column alignment="center" valignment="top" width="0">
18660 <column alignment="center" valignment="top" width="0">
18661 <column alignment="center" valignment="top" width="0">
18662 <row>
18663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18664 \begin_inset Text
18665
18666 \begin_layout Plain Layout
18667 sd
18668 \end_layout
18669
18670 \end_inset
18671 </cell>
18672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18673 \begin_inset Text
18674
18675 \begin_layout Plain Layout
18676
18677 \end_layout
18678
18679 \end_inset
18680 </cell>
18681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18682 \begin_inset Text
18683
18684 \begin_layout Plain Layout
18685
18686 \end_layout
18687
18688 \end_inset
18689 </cell>
18690 </row>
18691 <row>
18692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18693 \begin_inset Text
18694
18695 \begin_layout Plain Layout
18696
18697 \end_layout
18698
18699 \end_inset
18700 </cell>
18701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18702 \begin_inset Text
18703
18704 \begin_layout Plain Layout
18705 sd
18706 \end_layout
18707
18708 \end_inset
18709 </cell>
18710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18711 \begin_inset Text
18712
18713 \begin_layout Plain Layout
18714
18715 \end_layout
18716
18717 \end_inset
18718 </cell>
18719 </row>
18720 <row>
18721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18722 \begin_inset Text
18723
18724 \begin_layout Plain Layout
18725
18726 \end_layout
18727
18728 \end_inset
18729 </cell>
18730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18731 \begin_inset Text
18732
18733 \begin_layout Plain Layout
18734
18735 \end_layout
18736
18737 \end_inset
18738 </cell>
18739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18740 \begin_inset Text
18741
18742 \begin_layout Plain Layout
18743 sd
18744 \end_layout
18745
18746 \end_inset
18747 </cell>
18748 </row>
18749 </lyxtabular>
18750
18751 \end_inset
18752
18753
18754 \end_layout
18755
18756 \end_inset
18757
18758
18759 \begin_inset ERT
18760 status collapsed
18761
18762 \begin_layout Plain Layout
18763
18764
18765 \backslash
18766 renewcommand{
18767 \backslash
18768 hline}{
18769 \backslash
18770 myHline}
18771 \end_layout
18772
18773 \end_inset
18774
18775
18776 \end_layout
18777
18778 \begin_layout Standard
18779 \begin_inset VSpace bigskip
18780 \end_inset
18781
18782 Um die Liniendicke von 1.5
18783 \begin_inset space \thinspace{}
18784 \end_inset
18785
18786 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
18787  Spaltenformat entsprechend der Beschreibung in Abschnitt
18788 \begin_inset space ~
18789 \end_inset
18790
18791
18792 \begin_inset CommandInset ref
18793 LatexCommand ref
18794 reference "uab:Angepasste-Zellen-/Spaltenformate"
18795
18796 \end_inset
18797
18798  definieren:
18799 \end_layout
18800
18801 \begin_layout Standard
18802
18803 \series bold
18804
18805 \backslash
18806 newcolumntype{V}{!{
18807 \backslash
18808 vrule width 1.5pt}}
18809 \end_layout
18810
18811 \begin_layout Standard
18812 In Tabelle
18813 \begin_inset space ~
18814 \end_inset
18815
18816
18817 \begin_inset CommandInset ref
18818 LatexCommand ref
18819 reference "tab:Tabelle-mit-1.5pt-vert"
18820
18821 \end_inset
18822
18823  wurde das 
18824 \family sans
18825 LaTe
18826 \begin_inset ERT
18827 status collapsed
18828
18829 \begin_layout Plain Layout
18830
18831 {}
18832 \end_layout
18833
18834 \end_inset
18835
18836 X-Argument
18837 \family default
18838 \series bold
18839  VcV
18840 \series default
18841  für die letzte Spalte und
18842 \series bold
18843  Vc
18844 \series default
18845  für die anderen benutzt.
18846 \end_layout
18847
18848 \begin_layout Standard
18849 \begin_inset Float table
18850 placement H
18851 wide false
18852 sideways false
18853 status open
18854
18855 \begin_layout Plain Layout
18856 \begin_inset Caption
18857
18858 \begin_layout Plain Layout
18859 \begin_inset CommandInset label
18860 LatexCommand label
18861 name "tab:Tabelle-mit-1.5pt-vert"
18862
18863 \end_inset
18864
18865 Tabelle mit 1.5
18866 \begin_inset space \thinspace{}
18867 \end_inset
18868
18869 pt dicken vertikalen Linien
18870 \end_layout
18871
18872 \end_inset
18873
18874
18875 \end_layout
18876
18877 \begin_layout Plain Layout
18878 \align center
18879 \begin_inset Tabular
18880 <lyxtabular version="3" rows="3" columns="3">
18881 <features>
18882 <column alignment="center" valignment="top" width="0" special="Vc">
18883 <column alignment="center" valignment="top" width="0" special="Vc">
18884 <column alignment="center" valignment="top" width="0" special="VcV">
18885 <row>
18886 <cell alignment="center" valignment="top" topline="true" usebox="none">
18887 \begin_inset Text
18888
18889 \begin_layout Plain Layout
18890 sd
18891 \end_layout
18892
18893 \end_inset
18894 </cell>
18895 <cell alignment="center" valignment="top" topline="true" usebox="none">
18896 \begin_inset Text
18897
18898 \begin_layout Plain Layout
18899
18900 \end_layout
18901
18902 \end_inset
18903 </cell>
18904 <cell alignment="center" valignment="top" topline="true" usebox="none">
18905 \begin_inset Text
18906
18907 \begin_layout Plain Layout
18908
18909 \end_layout
18910
18911 \end_inset
18912 </cell>
18913 </row>
18914 <row>
18915 <cell alignment="center" valignment="top" topline="true" usebox="none">
18916 \begin_inset Text
18917
18918 \begin_layout Plain Layout
18919
18920 \end_layout
18921
18922 \end_inset
18923 </cell>
18924 <cell alignment="center" valignment="top" topline="true" usebox="none">
18925 \begin_inset Text
18926
18927 \begin_layout Plain Layout
18928 sd
18929 \end_layout
18930
18931 \end_inset
18932 </cell>
18933 <cell alignment="center" valignment="top" topline="true" usebox="none">
18934 \begin_inset Text
18935
18936 \begin_layout Plain Layout
18937
18938 \end_layout
18939
18940 \end_inset
18941 </cell>
18942 </row>
18943 <row>
18944 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18945 \begin_inset Text
18946
18947 \begin_layout Plain Layout
18948
18949 \end_layout
18950
18951 \end_inset
18952 </cell>
18953 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18954 \begin_inset Text
18955
18956 \begin_layout Plain Layout
18957
18958 \end_layout
18959
18960 \end_inset
18961 </cell>
18962 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18963 \begin_inset Text
18964
18965 \begin_layout Plain Layout
18966 sd
18967 \end_layout
18968
18969 \end_inset
18970 </cell>
18971 </row>
18972 </lyxtabular>
18973
18974 \end_inset
18975
18976
18977 \end_layout
18978
18979 \end_inset
18980
18981
18982 \end_layout
18983
18984 \begin_layout Subsection
18985 Gestrichelte Linien
18986 \begin_inset Index
18987 status collapsed
18988
18989 \begin_layout Plain Layout
18990 Tabellen  ! Linien ! gestrichelte 
18991 \end_layout
18992
18993 \end_inset
18994
18995
18996 \end_layout
18997
18998 \begin_layout Standard
18999 \begin_inset ERT
19000 status collapsed
19001
19002 \begin_layout Plain Layout
19003
19004
19005 \backslash
19006 ifarydshln
19007 \end_layout
19008
19009 \end_inset
19010
19011
19012 \begin_inset Note Note
19013 status open
19014
19015 \begin_layout Plain Layout
19016 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19017 \series bold
19018 arydshln
19019 \series default
19020  installiert ist.
19021 \end_layout
19022
19023 \end_inset
19024
19025
19026 \end_layout
19027
19028 \begin_layout Standard
19029 \begin_inset Float table
19030 placement h
19031 wide false
19032 sideways false
19033 status open
19034
19035 \begin_layout Plain Layout
19036 \begin_inset Caption
19037
19038 \begin_layout Plain Layout
19039 \begin_inset CommandInset label
19040 LatexCommand label
19041 name "tab:Tabelle-mit-gestrichelten"
19042
19043 \end_inset
19044
19045 Tabelle mit gestrichelten Linien
19046 \end_layout
19047
19048 \end_inset
19049
19050
19051 \end_layout
19052
19053 \begin_layout Plain Layout
19054 \align center
19055 \begin_inset Tabular
19056 <lyxtabular version="3" rows="5" columns="5">
19057 <features>
19058 <column alignment="center" valignment="top" width="0">
19059 <column alignment="center" valignment="top" width="0">
19060 <column alignment="center" valignment="top" width="0" special=":c">
19061 <column alignment="center" valignment="top" width="0">
19062 <column alignment="center" valignment="top" width="0">
19063 <row>
19064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19065 \begin_inset Text
19066
19067 \begin_layout Plain Layout
19068 a
19069 \end_layout
19070
19071 \end_inset
19072 </cell>
19073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19074 \begin_inset Text
19075
19076 \begin_layout Plain Layout
19077 b
19078 \end_layout
19079
19080 \end_inset
19081 </cell>
19082 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19083 \begin_inset Text
19084
19085 \begin_layout Plain Layout
19086 c
19087 \end_layout
19088
19089 \end_inset
19090 </cell>
19091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19092 \begin_inset Text
19093
19094 \begin_layout Plain Layout
19095 d
19096 \end_layout
19097
19098 \end_inset
19099 </cell>
19100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19101 \begin_inset Text
19102
19103 \begin_layout Plain Layout
19104 e
19105 \end_layout
19106
19107 \end_inset
19108 </cell>
19109 </row>
19110 <row>
19111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19112 \begin_inset Text
19113
19114 \begin_layout Plain Layout
19115 f
19116 \end_layout
19117
19118 \end_inset
19119 </cell>
19120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19121 \begin_inset Text
19122
19123 \begin_layout Plain Layout
19124 g
19125 \end_layout
19126
19127 \end_inset
19128 </cell>
19129 <cell alignment="center" valignment="top" topline="true" usebox="none">
19130 \begin_inset Text
19131
19132 \begin_layout Plain Layout
19133 h
19134 \end_layout
19135
19136 \end_inset
19137 </cell>
19138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19139 \begin_inset Text
19140
19141 \begin_layout Plain Layout
19142 i
19143 \end_layout
19144
19145 \end_inset
19146 </cell>
19147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19148 \begin_inset Text
19149
19150 \begin_layout Plain Layout
19151 j
19152 \end_layout
19153
19154 \end_inset
19155 </cell>
19156 </row>
19157 <row>
19158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19159 \begin_inset Text
19160
19161 \begin_layout Plain Layout
19162 \begin_inset ERT
19163 status collapsed
19164
19165 \begin_layout Plain Layout
19166
19167
19168 \backslash
19169 hdashline 
19170 \end_layout
19171
19172 \end_inset
19173
19174 k
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19180 \begin_inset Text
19181
19182 \begin_layout Plain Layout
19183 l
19184 \end_layout
19185
19186 \end_inset
19187 </cell>
19188 <cell alignment="center" valignment="top" usebox="none">
19189 \begin_inset Text
19190
19191 \begin_layout Plain Layout
19192 m
19193 \end_layout
19194
19195 \end_inset
19196 </cell>
19197 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19198 \begin_inset Text
19199
19200 \begin_layout Plain Layout
19201 n
19202 \end_layout
19203
19204 \end_inset
19205 </cell>
19206 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19207 \begin_inset Text
19208
19209 \begin_layout Plain Layout
19210 o
19211 \end_layout
19212
19213 \end_inset
19214 </cell>
19215 </row>
19216 <row>
19217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19218 \begin_inset Text
19219
19220 \begin_layout Plain Layout
19221 \begin_inset ERT
19222 status collapsed
19223
19224 \begin_layout Plain Layout
19225
19226
19227 \backslash
19228 cdashline{4-5}
19229 \end_layout
19230
19231 \end_inset
19232
19233 p
19234 \end_layout
19235
19236 \end_inset
19237 </cell>
19238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19239 \begin_inset Text
19240
19241 \begin_layout Plain Layout
19242 q
19243 \end_layout
19244
19245 \end_inset
19246 </cell>
19247 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19248 \begin_inset Text
19249
19250 \begin_layout Plain Layout
19251 r
19252 \end_layout
19253
19254 \end_inset
19255 </cell>
19256 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19257 \begin_inset Text
19258
19259 \begin_layout Plain Layout
19260 s
19261 \end_layout
19262
19263 \end_inset
19264 </cell>
19265 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19266 \begin_inset Text
19267
19268 \begin_layout Plain Layout
19269
19270 \end_layout
19271
19272 \end_inset
19273 </cell>
19274 </row>
19275 <row>
19276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19277 \begin_inset Text
19278
19279 \begin_layout Plain Layout
19280 t
19281 \end_layout
19282
19283 \end_inset
19284 </cell>
19285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19286 \begin_inset Text
19287
19288 \begin_layout Plain Layout
19289 u
19290 \end_layout
19291
19292 \end_inset
19293 </cell>
19294 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19295 \begin_inset Text
19296
19297 \begin_layout Plain Layout
19298 v
19299 \end_layout
19300
19301 \end_inset
19302 </cell>
19303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19304 \begin_inset Text
19305
19306 \begin_layout Plain Layout
19307 w
19308 \end_layout
19309
19310 \end_inset
19311 </cell>
19312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19313 \begin_inset Text
19314
19315 \begin_layout Plain Layout
19316 x
19317 \end_layout
19318
19319 \end_inset
19320 </cell>
19321 </row>
19322 </lyxtabular>
19323
19324 \end_inset
19325
19326
19327 \end_layout
19328
19329 \end_inset
19330
19331
19332 \end_layout
19333
19334 \begin_layout Standard
19335 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19336  TeX-Code benutzen.
19337  Zunächst müssen Sie das LaTeX-Paket 
19338 \series bold
19339 arydshln
19340 \series default
19341
19342 \begin_inset Index
19343 status collapsed
19344
19345 \begin_layout Plain Layout
19346 LaTeX-Pakete ! arydshln
19347 \end_layout
19348
19349 \end_inset
19350
19351  im LaTeX-Vorspann laden:
19352 \end_layout
19353
19354 \begin_layout Standard
19355
19356 \series bold
19357
19358 \backslash
19359 usepackage{arydshln}
19360 \end_layout
19361
19362 \begin_layout Standard
19363 Um senkrechte Linien zu stricheln, müssen Sie im 
19364 \family sans
19365 LaTe
19366 \begin_inset ERT
19367 status collapsed
19368
19369 \begin_layout Plain Layout
19370
19371 {}
19372 \end_layout
19373
19374 \end_inset
19375
19376 X-Argument
19377 \family default
19378  des 
19379 \family sans
19380 Tabellen-Einstellungen
19381 \family default
19382 -Dialogs 
19383 \begin_inset Quotes gld
19384 \end_inset
19385
19386 :
19387 \begin_inset Quotes grd
19388 \end_inset
19389
19390 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19391 \end_layout
19392
19393 \begin_layout Standard
19394 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19395 \end_layout
19396
19397 \begin_layout Standard
19398
19399 \series bold
19400
19401 \backslash
19402 hdashline
19403 \end_layout
19404
19405 \begin_layout Standard
19406 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19407 \end_layout
19408
19409 \begin_layout Standard
19410 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19411 \end_layout
19412
19413 \begin_layout Standard
19414
19415 \series bold
19416
19417 \backslash
19418 cdashline{Anfangsspalte-Endspalte}
19419 \end_layout
19420
19421 \begin_layout Standard
19422 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19423  Wenn Sie z.
19424 \begin_inset space \thinspace{}
19425 \end_inset
19426
19427 B.
19428  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19429  gestrichelte Linie haben, fügen Sie den Befehl
19430 \end_layout
19431
19432 \begin_layout Standard
19433
19434 \series bold
19435
19436 \backslash
19437 cdashline{2-4}
19438 \end_layout
19439
19440 \begin_layout Standard
19441 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19442 \end_layout
19443
19444 \begin_layout Standard
19445 \begin_inset VSpace bigskip
19446 \end_inset
19447
19448
19449 \end_layout
19450
19451 \begin_layout Standard
19452 In Tabelle
19453 \begin_inset space ~
19454 \end_inset
19455
19456
19457 \begin_inset CommandInset ref
19458 LatexCommand ref
19459 reference "tab:Tabelle-mit-gestrichelten"
19460
19461 \end_inset
19462
19463  wurde in der dritten Spalte der Befehl
19464 \series bold
19465  
19466 \series default
19467
19468 \begin_inset Quotes gld
19469 \end_inset
19470
19471
19472 \series bold
19473 :c
19474 \begin_inset Quotes grd
19475 \end_inset
19476
19477
19478 \series default
19479  benutzt.
19480  Der Befehl 
19481 \series bold
19482
19483 \backslash
19484 hdashline
19485 \series default
19486  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19487 \begin_inset Newline newline
19488 \end_inset
19489
19490  
19491 \series bold
19492
19493 \backslash
19494 cdashline{4-5} 
19495 \series default
19496 wurde in die erste Zelle der vierten Zeile eingefügt.
19497 \end_layout
19498
19499 \begin_layout Standard
19500 \begin_inset Note Greyedout
19501 status open
19502
19503 \begin_layout Plain Layout
19504
19505 \series bold
19506 Bemerkung:
19507 \series default
19508  Das LaTeX-Paket 
19509 \series bold
19510 arydshln
19511 \series default
19512  ist nicht kompatibel dem LaTeX-Paket 
19513 \series bold
19514 colortbl
19515 \series default
19516
19517 \begin_inset Index
19518 status collapsed
19519
19520 \begin_layout Plain Layout
19521 LaTeX-Pakete ! colortbl
19522 \end_layout
19523
19524 \end_inset
19525
19526 , das für die farbigen Tabellen in Abschnitt
19527 \begin_inset space ~
19528 \end_inset
19529
19530
19531 \begin_inset CommandInset ref
19532 LatexCommand ref
19533 reference "abs:Farbige-Tabellen"
19534
19535 \end_inset
19536
19537  benutzt wurde.
19538  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19539 \end_layout
19540
19541 \end_inset
19542
19543
19544 \end_layout
19545
19546 \begin_layout Standard
19547 \begin_inset ERT
19548 status collapsed
19549
19550 \begin_layout Plain Layout
19551
19552
19553 \backslash
19554 else
19555 \end_layout
19556
19557 \end_inset
19558
19559
19560 \begin_inset Note Note
19561 status open
19562
19563 \begin_layout Plain Layout
19564 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19565 \series bold
19566 arydshln
19567 \series default
19568  nicht installiert ist:
19569 \end_layout
19570
19571 \end_inset
19572
19573
19574 \end_layout
19575
19576 \begin_layout Standard
19577 Sie müssen das LaTeX-Paket 
19578 \series bold
19579 arydshln
19580 \series default
19581  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19582 \end_layout
19583
19584 \begin_layout Standard
19585 \begin_inset ERT
19586 status collapsed
19587
19588 \begin_layout Plain Layout
19589
19590
19591 \backslash
19592 fi
19593 \end_layout
19594
19595 \end_inset
19596
19597
19598 \end_layout
19599
19600 \begin_layout Chapter
19601 Gleitobjekte
19602 \begin_inset CommandInset label
19603 LatexCommand label
19604 name "kap:Gleitobjekte"
19605
19606 \end_inset
19607
19608
19609 \begin_inset Index
19610 status collapsed
19611
19612 \begin_layout Plain Layout
19613 Gleitobjekte
19614 \end_layout
19615
19616 \end_inset
19617
19618
19619 \end_layout
19620
19621 \begin_layout Section
19622 Einleitung
19623 \begin_inset CommandInset label
19624 LatexCommand label
19625 name "abs:Gleitobjekte-Einleitung"
19626
19627 \end_inset
19628
19629
19630 \begin_inset Index
19631 status collapsed
19632
19633 \begin_layout Plain Layout
19634 Gleitobjekte ! Einleitung
19635 \end_layout
19636
19637 \end_inset
19638
19639
19640 \end_layout
19641
19642 \begin_layout Standard
19643 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19644  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19645  der beste Platz ist.
19646  
19647 \family sans
19648 Fußnoten
19649 \family default
19650  und 
19651 \family sans
19652 Randnotizen
19653 \family default
19654  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19655  wenn auf ihrer Seite schon zu viele sind.
19656 \end_layout
19657
19658 \begin_layout Standard
19659 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19660  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19661  um weiße Flächen und Seiten ohne Text zu vermeiden.
19662  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
19663 löst,
19664  kann im Text auf ein Gleitobjekt verwiesen werden.
19665  Gleitobjekte sind deshalb nummeriert.
19666  Querverweise werden in Abschnitt
19667 \begin_inset space ~
19668 \end_inset
19669
19670
19671 \begin_inset CommandInset ref
19672 LatexCommand ref
19673 reference "abs:Auf-Gleitobjekte-verweisen"
19674
19675 \end_inset
19676
19677  beschrieben.
19678 \end_layout
19679
19680 \begin_layout Standard
19681 Ein Gleitobjekt wird mit 
19682 \family sans
19683 Einfügen\SpecialChar \menuseparator
19684 Gleitobjekt\SpecialChar \menuseparator
19685 Algorithmus/Abbildung/Ta\SpecialChar \-
19686 belle/Um\SpecialChar \-
19687 flos\SpecialChar \-
19688 se\SpecialChar \-
19689 nes
19690 \begin_inset space ~
19691 \end_inset
19692
19693 Gleitobjekt
19694 \family default
19695  eingefügt.
19696  Für Abbildungen oder Tabellen können Sie auch auf 
19697 \begin_inset Graphics
19698         filename ../../images/float-insert_figure.png
19699         scale 70
19700         scaleBeforeRotation
19701         BoundingBox 0bp 6bp 22bp 22bp
19702
19703 \end_inset
19704
19705  oder 
19706 \begin_inset Graphics
19707         filename ../../images/float-insert_table.png
19708         scale 70
19709         scaleBeforeRotation
19710         BoundingBox 0bp 6bp 22bp 22bp
19711
19712 \end_inset
19713
19714  klicken.
19715  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19716  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19717  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19718  #:).
19719  Statt # sehen Sie die von LyX vergebene Nummer.
19720  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19721  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19722  eingefügt.
19723  In Abschnitt
19724 \begin_inset space ~
19725 \end_inset
19726
19727
19728 \begin_inset CommandInset ref
19729 LatexCommand ref
19730 reference "abs:Titel-Platzierung"
19731
19732 \end_inset
19733
19734  finden Sie mehr über die Platzierung des Titels.
19735  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19736  auch wieder geöffnet.
19737  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19738 \begin_inset Graphics
19739         filename clipart/GleitobjektQt4.png
19740         scale 70
19741         scaleBeforeRotation
19742         BoundingBox 0bp 6bp 128bp 22bp
19743
19744 \end_inset
19745
19746  -- ein graues Kästchen mit roter Beschriftung.
19747 \end_layout
19748
19749 \begin_layout Standard
19750 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19751  Gleitobjekte in einem eigenen Absatz einzufügen.
19752 \end_layout
19753
19754 \begin_layout Standard
19755 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19756  indem Sie sie markieren und dann auf 
19757 \begin_inset Graphics
19758         filename ../../images/float-insert_figure.png
19759         scale 70
19760         scaleBeforeRotation
19761         BoundingBox 0bp 6bp 22bp 22bp
19762
19763 \end_inset
19764
19765  oder 
19766 \begin_inset Graphics
19767         filename ../../images/float-insert_table.png
19768         scale 70
19769         scaleBeforeRotation
19770         BoundingBox 0bp 6bp 22bp 22bp
19771
19772 \end_inset
19773
19774  klicken.
19775 \end_layout
19776
19777 \begin_layout Section
19778 Gleitobjekt-Typen
19779 \begin_inset Index
19780 status collapsed
19781
19782 \begin_layout Plain Layout
19783 Gleitobjekte ! Typen
19784 \end_layout
19785
19786 \end_inset
19787
19788
19789 \end_layout
19790
19791 \begin_layout Standard
19792 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
19793 \begin_inset space ~
19794 \end_inset
19795
19796
19797 \begin_inset CommandInset ref
19798 LatexCommand ref
19799 reference "abs:Gleitende-Abbildungen"
19800
19801 \end_inset
19802
19803  und 
19804 \begin_inset CommandInset ref
19805 LatexCommand ref
19806 reference "abs:Gleitende-Tabellen"
19807
19808 \end_inset
19809
19810  beschrieben wurden, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
19811 \end_layout
19812
19813 \begin_layout Subsection
19814 Gleitobjekt-Algorithmen
19815 \begin_inset Index
19816 status collapsed
19817
19818 \begin_layout Plain Layout
19819 Gleitobjekte ! Algorithmen
19820 \end_layout
19821
19822 \end_inset
19823
19824
19825 \begin_inset CommandInset label
19826 LatexCommand label
19827 name "uab:Gleitobjekt-Algorithmen"
19828
19829 \end_inset
19830
19831
19832 \end_layout
19833
19834 \begin_layout Standard
19835 \begin_inset Float algorithm
19836 placement h
19837 wide false
19838 sideways false
19839 status open
19840
19841 \begin_layout Plain Layout
19842 \begin_inset Caption
19843
19844 \begin_layout Plain Layout
19845 \begin_inset CommandInset label
19846 LatexCommand label
19847 name "alg:Ein-Gleitobjekt-Algorithmus"
19848
19849 \end_inset
19850
19851 Ein Gleitobjekt-Algorithmus 
19852 \end_layout
19853
19854 \end_inset
19855
19856
19857 \end_layout
19858
19859 \begin_layout LyX-Code
19860 for I in 1..N loop
19861 \begin_inset Newline newline
19862 \end_inset
19863
19864  Sum:= Sum + A(I); /*Kommentar*/
19865 \begin_inset Newline newline
19866 \end_inset
19867
19868 end loop
19869 \begin_inset VSpace -4mm
19870 \end_inset
19871
19872
19873 \end_layout
19874
19875 \end_inset
19876
19877
19878 \end_layout
19879
19880 \begin_layout Standard
19881 Dieser Typ wird mit 
19882 \family sans
19883 Einfügen\SpecialChar \menuseparator
19884 Gleitobjekt\SpecialChar \menuseparator
19885 Algorithmus
19886 \family default
19887  eingefügt.
19888  Es gibt hierfür (noch) keinen Werkzeugleisten-Knopf.
19889  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet.
19890  Eine mögliche Absatz-Umgebung hier für ist 
19891 \family sans
19892 LyX-Code
19893 \family default
19894 , beschrieben im 
19895 \emph on
19896 Benutzerhandbuch
19897 \emph default
19898 .
19899  In Algorithmus
19900 \begin_inset space ~
19901 \end_inset
19902
19903
19904 \begin_inset CommandInset ref
19905 LatexCommand ref
19906 reference "alg:Ein-Gleitobjekt-Algorithmus"
19907
19908 \end_inset
19909
19910  wurden am Ende -0.4
19911 \begin_inset space \thinspace{}
19912 \end_inset
19913
19914 cm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
19915  letzten Zeile gedruckt wird.
19916 \end_layout
19917
19918 \begin_layout Standard
19919 Die Marke 
19920 \emph on
19921 Algorithmus
19922 \emph default
19923  wird nicht automatisch in die druckbare Version übernommen, sondern das
19924  englische Wort 
19925 \emph on
19926 Algorithm
19927 \emph default
19928  verwendet.
19929  Soll
19930 \emph on
19931  Algorithmus
19932 \emph default
19933  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
19934 \end_layout
19935
19936 \begin_layout Standard
19937
19938 \series bold
19939
19940 \backslash
19941 floatname{algorithm}{Algorithmus}
19942 \end_layout
19943
19944 \begin_layout Standard
19945 Um das Algorithmenverzeichnis einzufügen, kann für englische Dokumente das
19946  Menü 
19947 \family sans
19948 Einfügen\SpecialChar \menuseparator
19949 Liste
19950 \begin_inset space \thinspace{}
19951 \end_inset
19952
19953 /
19954 \begin_inset space \thinspace{}
19955 \end_inset
19956
19957 Inhaltsverzeichnis\SpecialChar \menuseparator
19958 Algorithmenverzeichnis
19959 \family default
19960  verwendet werden.
19961  Für nicht englische Dokumente, muss stattdessen dieser Befehl als TeX-Code
19962  eingefügt werden:
19963 \end_layout
19964
19965 \begin_layout Standard
19966
19967 \series bold
19968
19969 \backslash
19970 listof{algorithm}{Algorithmenverzeichnis}
19971 \end_layout
19972
19973 \begin_layout Standard
19974 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
19975  nach dem Schema 
19976 \begin_inset Quotes gld
19977 \end_inset
19978
19979 Kapitelnummer.Algorithmusnummer
19980 \begin_inset Quotes grd
19981 \end_inset
19982
19983  nummeriert.
19984  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
19985  einfügen:
19986 \end_layout
19987
19988 \begin_layout Standard
19989
19990 \series bold
19991
19992 \backslash
19993 numberwithin{algorithm}{chapter}
19994 \end_layout
19995
19996 \begin_layout Standard
19997 Um 
19998 \series bold
19999
20000 \backslash
20001 numberwithin
20002 \series default
20003  benutzen zu können, muss in den 
20004 \family sans
20005 Mathe
20006 \begin_inset space ~
20007 \end_inset
20008
20009 Optionen
20010 \family default
20011  der 
20012 \family sans
20013 Dokument-Einstellungen
20014 \family default
20015  
20016 \family sans
20017 AMS
20018 \begin_inset space ~
20019 \end_inset
20020
20021 Mathe
20022 \begin_inset space ~
20023 \end_inset
20024
20025 Paket
20026 \family default
20027
20028 \begin_inset space ~
20029 \end_inset
20030
20031
20032 \family sans
20033 verwenden
20034 \family default
20035  angekreuzt sein.
20036 \end_layout
20037
20038 \begin_layout Subsection
20039 Umflossene Gleitobjekte
20040 \begin_inset CommandInset label
20041 LatexCommand label
20042 name "uab:Umflossene-Gleitobjekte"
20043
20044 \end_inset
20045
20046
20047 \begin_inset Index
20048 status collapsed
20049
20050 \begin_layout Plain Layout
20051 Gleitobjekte ! umflossene
20052 \end_layout
20053
20054 \end_inset
20055
20056
20057 \end_layout
20058
20059 \begin_layout Standard
20060 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
20061  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
20062  den die Abbildung bzw.
20063 \begin_inset space ~
20064 \end_inset
20065
20066 Tabelle übrig lässt.
20067  Sie werden über das Menü
20068 \family sans
20069  Einfügen\SpecialChar \menuseparator
20070 Gleitobjekt\SpecialChar \menuseparator
20071 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
20072 objekt
20073 \family default
20074  eingefügt, wenn das LaTeX-Paket 
20075 \series bold
20076 wrapfig
20077 \series default
20078
20079 \begin_inset Index
20080 status collapsed
20081
20082 \begin_layout Plain Layout
20083 LaTeX-Pakete ! wrapfig
20084 \begin_inset ERT
20085 status collapsed
20086
20087 \begin_layout Plain Layout
20088
20089
20090 \backslash
20091 vspace{4mm}
20092 \end_layout
20093
20094 \end_inset
20095
20096
20097 \end_layout
20098
20099 \end_inset
20100
20101  installiert ist.
20102 \begin_inset Foot
20103 status collapsed
20104
20105 \begin_layout Plain Layout
20106 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20107 \emph on
20108 LaTeX-Konfiguration
20109 \emph default
20110  beschrieben.
20111 \end_layout
20112
20113 \end_inset
20114
20115  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
20116  Box des Gleitobjekts geändert werden.
20117  
20118 \begin_inset Wrap figure
20119 lines 0
20120 placement l
20121 overhang 1cm
20122 width "40col%"
20123 status open
20124
20125 \begin_layout Plain Layout
20126 \begin_inset Graphics
20127         filename ../clipart/mobius.eps
20128         width 40col%
20129         scaleBeforeRotation
20130         rotateOrigin center
20131
20132 \end_inset
20133
20134
20135 \end_layout
20136
20137 \begin_layout Plain Layout
20138 \begin_inset Caption
20139
20140 \begin_layout Plain Layout
20141 \begin_inset CommandInset label
20142 LatexCommand label
20143 name "abb:Dies-ist-eine"
20144
20145 \end_inset
20146
20147 Dies ist eine umflossene Gleitobjekt-Abbildung
20148 \end_layout
20149
20150 \end_inset
20151
20152
20153 \end_layout
20154
20155 \end_inset
20156
20157  Obligatorische Einstellungen sind die 
20158 \family sans
20159 Breite
20160 \family default
20161  und 
20162 \family sans
20163 Platzierung
20164 \family default
20165  des Gleitobjekts.
20166  Optional sind der 
20167 \family sans
20168 Überhang 
20169 \family default
20170 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
20171 \begin_inset space \thinspace{}
20172 \end_inset
20173
20174 /
20175 \begin_inset space \thinspace{}
20176 \end_inset
20177
20178 der Seite ragt und die 
20179 \family sans
20180 benötigten Zeilen
20181 \family default
20182 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
20183  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
20184  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
20185  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
20186  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
20187  zu lassen.
20188  Abbildung
20189 \begin_inset space ~
20190 \end_inset
20191
20192
20193 \begin_inset CommandInset ref
20194 LatexCommand ref
20195 reference "abb:Dies-ist-eine"
20196
20197 \end_inset
20198
20199  ist zum Beispiel ein umflossenes Bild, das 40
20200 \begin_inset space \thinspace{}
20201 \end_inset
20202
20203 % der Spaltenbreite einnimmt, 1
20204 \begin_inset space \thinspace{}
20205 \end_inset
20206
20207 cm in den Rand ragt und links gesetzt wurde.
20208 \begin_inset Foot
20209 status collapsed
20210
20211 \begin_layout Plain Layout
20212 Die benutzbaren Einheiten werden in Anhang
20213 \begin_inset space ~
20214 \end_inset
20215
20216
20217 \begin_inset CommandInset ref
20218 LatexCommand ref
20219 reference "kap:In-LyX-verfügbare"
20220
20221 \end_inset
20222
20223  beschrieben.
20224 \end_layout
20225
20226 \end_inset
20227
20228
20229 \end_layout
20230
20231 \begin_layout Standard
20232 \begin_inset Note Greyedout
20233 status open
20234
20235 \begin_layout Plain Layout
20236
20237 \series bold
20238 Bemerkung:
20239 \series default
20240  Umflossene Objekte sind fragil! Wenn die Abbildung z.
20241 \begin_inset space \thinspace{}
20242 \end_inset
20243
20244 B.
20245  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
20246  oder über anderen Text gedruckt wird.
20247 \end_layout
20248
20249 \end_inset
20250
20251
20252 \end_layout
20253
20254 \begin_layout Standard
20255 Allgemein gilt:
20256 \end_layout
20257
20258 \begin_layout Itemize
20259 Umflossene Gleitobjekte sollten nicht in Absätze gepackt werden, die auf
20260  der nächsten Seite fortgesetzt werden.
20261  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
20262  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
20263 \end_layout
20264
20265 \begin_layout Itemize
20266 Umflossene Gleitobjekte sollten entweder vor dem Absatz, dessen Text um
20267  sie fließen soll, eingefügt werden oder darin.
20268 \end_layout
20269
20270 \begin_layout Itemize
20271 Umflossene Gleitobjekte in aufeinander folgenden Absätzen können Probleme
20272  bereiten, also achten Sie darauf, dass mindestens ein Textabsatz zwischen
20273  ihnen ist.
20274 \end_layout
20275
20276 \begin_layout Itemize
20277 Umflossene Gleitobjekte sind weder in Abschnitts-Überschriften noch in Tabellen
20278  erlaubt.
20279 \end_layout
20280
20281 \begin_layout Section
20282 Gleitobjekt-Nummerierung
20283 \begin_inset CommandInset label
20284 LatexCommand label
20285 name "abs:Gleitobjekt-Nummerierung"
20286
20287 \end_inset
20288
20289
20290 \begin_inset Index
20291 status collapsed
20292
20293 \begin_layout Plain Layout
20294 Gleitobjekte ! Nummerierung
20295 \end_layout
20296
20297 \end_inset
20298
20299
20300 \end_layout
20301
20302 \begin_layout Standard
20303 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20304  nummeriert oder nach dem Schema 
20305 \begin_inset Quotes gld
20306 \end_inset
20307
20308 Kapitelnummer.Gleitobjektnummer
20309 \begin_inset Quotes grd
20310 \end_inset
20311
20312  oder 
20313 \begin_inset Quotes gld
20314 \end_inset
20315
20316 Abschnittsnummer.Gleitobjektnummer
20317 \begin_inset Quotes grd
20318 \end_inset
20319
20320 .
20321  Das hängt von der Dokumentklasse ab.
20322 \end_layout
20323
20324 \begin_layout Standard
20325 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20326  in den LaTeX-Vorspann einfügen:
20327 \end_layout
20328
20329 \begin_layout Standard
20330
20331 \series bold
20332
20333 \backslash
20334 renewcommand{
20335 \backslash
20336 thetable}{
20337 \backslash
20338 roman{table}}
20339 \end_layout
20340
20341 \begin_layout Standard
20342
20343 \series bold
20344
20345 \backslash
20346 thetable
20347 \series default
20348  ist der Befehl, der die Tabellennummer druckt.
20349  Für Abbildungen ist das 
20350 \series bold
20351
20352 \backslash
20353 thefigure
20354 \series default
20355 .
20356  Der Befehl 
20357 \series bold
20358
20359 \backslash
20360 roman
20361 \series default
20362  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20363 \end_layout
20364
20365 \begin_layout Standard
20366 Um das Nummerierungsschema zum Beispiel auf 
20367 \begin_inset Quotes gld
20368 \end_inset
20369
20370 Unterabschnittsnummer.Num\SpecialChar \-
20371 mer
20372 \begin_inset Quotes grd
20373 \end_inset
20374
20375  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20376 \end_layout
20377
20378 \begin_layout Standard
20379
20380 \series bold
20381
20382 \backslash
20383 numberwithin{table}{subsection}
20384 \end_layout
20385
20386 \begin_layout Standard
20387 Um den Befehl 
20388 \series bold
20389
20390 \backslash
20391 numberwithin
20392 \series default
20393  benutzen zu können, müssen Sie in den 
20394 \family sans
20395 Mathe
20396 \begin_inset space ~
20397 \end_inset
20398
20399 Optionen
20400 \family default
20401  der 
20402 \family sans
20403 Dokument-Einstellungen
20404 \family default
20405  
20406 \family sans
20407 AMS
20408 \begin_inset space ~
20409 \end_inset
20410
20411 Mathe
20412 \begin_inset space ~
20413 \end_inset
20414
20415 Paket
20416 \family default
20417
20418 \begin_inset space ~
20419 \end_inset
20420
20421
20422 \family sans
20423 verwenden
20424 \family default
20425  ankreuzen.
20426 \end_layout
20427
20428 \begin_layout Standard
20429 Sehen Sie sich bitte auch Abschnitt
20430 \begin_inset space ~
20431 \end_inset
20432
20433
20434 \begin_inset CommandInset ref
20435 LatexCommand ref
20436 reference "uab:Fußnoten-Nummerierung"
20437
20438 \end_inset
20439
20440  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20441 \end_layout
20442
20443 \begin_layout Section
20444 Auf Gleitobjekte verweisen
20445 \begin_inset CommandInset label
20446 LatexCommand label
20447 name "abs:Auf-Gleitobjekte-verweisen"
20448
20449 \end_inset
20450
20451
20452 \begin_inset Index
20453 status collapsed
20454
20455 \begin_layout Plain Layout
20456 Gleitobjekte ! Querverweise
20457 \end_layout
20458
20459 \end_inset
20460
20461
20462 \begin_inset Index
20463 status collapsed
20464
20465 \begin_layout Plain Layout
20466 Querverweise
20467 \end_layout
20468
20469 \end_inset
20470
20471
20472 \end_layout
20473
20474 \begin_layout Standard
20475 Zunächst müssen Sie mit 
20476 \family sans
20477 Einfügen\SpecialChar \menuseparator
20478 Marke
20479 \family default
20480  oder einen Klick auf 
20481 \begin_inset Graphics
20482         filename ../../images/label-insert.png
20483         scale 70
20484         scaleBeforeRotation
20485
20486 \end_inset
20487
20488  eine Marke im Titel einfügen.
20489  Im 
20490 \family sans
20491 Marke
20492 \family default
20493 -Dialog schreiben Sie einen Text in das Feld 
20494 \family sans
20495 Marke
20496 \family default
20497  oder übernehmen den vorgeschlagenen.
20498  Die Marke sieht in LyX dann so aus:
20499 \end_layout
20500
20501 \begin_layout Standard
20502 \begin_inset Graphics
20503         filename clipart/Marke.png
20504         lyxscale 80
20505         scale 50
20506         scaleBeforeRotation
20507         BoundingBox 0bp 6bp 76bp 23bp
20508
20509 \end_inset
20510
20511
20512 \end_layout
20513
20514 \begin_layout Standard
20515 Die Marke wird als Anker und Name für den Querverweis benutzt.
20516  Mit 
20517 \family sans
20518 Einfügen\SpecialChar \menuseparator
20519 Querverweis
20520 \family default
20521  oder einen Klick auf 
20522 \begin_inset Graphics
20523         filename ../../images/dialog-show-new-inset_ref.png
20524         scale 70
20525         scaleBeforeRotation
20526
20527 \end_inset
20528
20529  können Sie dann auf die Marke verweisen.
20530  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20531  angezeigt:
20532 \end_layout
20533
20534 \begin_layout Standard
20535 \begin_inset Graphics
20536         filename clipart/Querverweis.png
20537         lyxscale 80
20538         scale 50
20539         scaleBeforeRotation
20540         BoundingBox 0bp 6bp 76bp 23bp
20541
20542 \end_inset
20543
20544
20545 \begin_inset Newline newline
20546 \end_inset
20547
20548  Mehr zu Querverweisen finden Sie im 
20549 \emph on
20550 Benutzerhandbuch
20551 \emph default
20552 .
20553 \end_layout
20554
20555 \begin_layout Standard
20556 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20557  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20558  durch einen Zeilenumbruch getrennt werden können.
20559 \end_layout
20560
20561 \begin_layout Standard
20562 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20563  LyX passt die Querverweise automatisch an.
20564 \end_layout
20565
20566 \begin_layout Standard
20567 Ein Klick auf den Schalter 
20568 \family sans
20569 Gehe
20570 \begin_inset space ~
20571 \end_inset
20572
20573 zur
20574 \begin_inset space ~
20575 \end_inset
20576
20577 Marke
20578 \family default
20579  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20580  Der Text der Schaltfläche heißt jetzt 
20581 \family sans
20582 Gehe
20583 \begin_inset space ~
20584 \end_inset
20585
20586 zurück
20587 \family default
20588  und ein Klick darauf macht genau dies.
20589   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20590  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20591  Dann ist auch kein 
20592 \family sans
20593 Gehe
20594 \begin_inset space ~
20595 \end_inset
20596
20597 zurück
20598 \family default
20599  möglich.
20600 \end_layout
20601
20602 \begin_layout Subsection
20603 Querverweis-Formate
20604 \begin_inset CommandInset label
20605 LatexCommand label
20606 name "uab:Querverweis-Formate"
20607
20608 \end_inset
20609
20610
20611 \begin_inset Index
20612 status collapsed
20613
20614 \begin_layout Plain Layout
20615 Querverweise ! Formate
20616 \end_layout
20617
20618 \end_inset
20619
20620
20621 \end_layout
20622
20623 \begin_layout Standard
20624 Es gibt sechs verschiedene Querverweisstile:
20625 \end_layout
20626
20627 \begin_layout Description
20628 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20629  
20630 \begin_inset CommandInset ref
20631 LatexCommand ref
20632 reference "abb:Zwei-Teilabbildungen"
20633
20634 \end_inset
20635
20636
20637 \end_layout
20638
20639 \begin_layout Description
20640 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20641  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20642  verwendet wird, speziell wenn der Name 
20643 \begin_inset Quotes gld
20644 \end_inset
20645
20646 Gleichung
20647 \begin_inset Quotes grd
20648 \end_inset
20649
20650  weggelassen wird: 
20651 \begin_inset CommandInset ref
20652 LatexCommand eqref
20653 reference "eq:Wgn"
20654
20655 \end_inset
20656
20657
20658 \end_layout
20659
20660 \begin_layout Description
20661 <Seite>: druckt die Seitennummer: Seite
20662 \begin_inset space ~
20663 \end_inset
20664
20665
20666 \begin_inset CommandInset ref
20667 LatexCommand pageref
20668 reference "abb:Zwei-Teilabbildungen"
20669
20670 \end_inset
20671
20672
20673 \end_layout
20674
20675 \begin_layout Description
20676 auf
20677 \begin_inset space ~
20678 \end_inset
20679
20680 Seite
20681 \begin_inset space ~
20682 \end_inset
20683
20684 <Seite>: druckt den Text 
20685 \begin_inset Quotes gld
20686 \end_inset
20687
20688 auf Seite
20689 \begin_inset Quotes grd
20690 \end_inset
20691
20692  und die Seitennummer: 
20693 \begin_inset CommandInset ref
20694 LatexCommand vpageref
20695 reference "abb:Zwei-Teilabbildungen"
20696
20697 \end_inset
20698
20699
20700 \end_layout
20701
20702 \begin_layout Description
20703 <Querverweis>
20704 \begin_inset space ~
20705 \end_inset
20706
20707 auf
20708 \begin_inset space ~
20709 \end_inset
20710
20711 Seite
20712 \begin_inset space ~
20713 \end_inset
20714
20715 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20716 \begin_inset Quotes gld
20717 \end_inset
20718
20719 auf Seite
20720 \begin_inset Quotes grd
20721 \end_inset
20722
20723 , und die Seitennummer: 
20724 \begin_inset CommandInset ref
20725 LatexCommand vref
20726 reference "abb:Zwei-Teilabbildungen"
20727
20728 \end_inset
20729
20730
20731 \end_layout
20732
20733 \begin_layout Description
20734 Formatierter
20735 \begin_inset space ~
20736 \end_inset
20737
20738 Querverweis: druckt ein selbst definiertes Querverweisformat
20739 \begin_inset Newline newline
20740 \end_inset
20741
20742
20743 \begin_inset Note Greyedout
20744 status open
20745
20746 \begin_layout Plain Layout
20747
20748 \series bold
20749 Bemerkung:
20750 \series default
20751  Dies ist nur möglich, wenn das LaTeX-Paket 
20752 \series bold
20753 prettyref
20754 \series default
20755  installiert ist.
20756 \end_layout
20757
20758 \end_inset
20759
20760
20761 \end_layout
20762
20763 \begin_layout Standard
20764 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
20765  sich die referenzierte Marke auf der vorherigen, derselben oder der nächsten
20766  Seite befindet.
20767  Stattdessen wird der Text 
20768 \begin_inset Quotes gld
20769 \end_inset
20770
20771 auf der vorigen Seite
20772 \begin_inset Quotes grd
20773 \end_inset
20774
20775
20776 \begin_inset Quotes gld
20777 \end_inset
20778
20779 auf dieser Seite
20780 \begin_inset Quotes grd
20781 \end_inset
20782
20783  oder 
20784 \begin_inset Quotes gld
20785 \end_inset
20786
20787 auf der nächsten Seite
20788 \begin_inset Quotes grd
20789 \end_inset
20790
20791  gedruckt.
20792 \end_layout
20793
20794 \begin_layout Standard
20795 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
20796  automatisch von LaTeX berechnet.
20797  Die Stile können im Feld 
20798 \family sans
20799 Format
20800 \family default
20801  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
20802  einen Querverweis klicken.
20803 \end_layout
20804
20805 \begin_layout Subsection
20806 Automatische Querverweis-Namen
20807 \begin_inset Index
20808 status collapsed
20809
20810 \begin_layout Plain Layout
20811 Querverweise ! Automatische Namen 
20812 \end_layout
20813
20814 \end_inset
20815
20816
20817 \end_layout
20818
20819 \begin_layout Standard
20820 Das LaTeX-Paket 
20821 \series bold
20822 hyperref
20823 \series default
20824
20825 \begin_inset Index
20826 status collapsed
20827
20828 \begin_layout Plain Layout
20829 LaTeX-Pakete ! hyperref
20830 \end_layout
20831
20832 \end_inset
20833
20834  besitzt eine sehr nützliche Funktion, damit Querverweise den Namen des
20835  Gleitobjekts automatisch enthalten (oder Textteile wie 
20836 \emph on
20837 Abschnitt
20838 \emph default
20839 ).
20840  Sie müssen nicht mehr Abbildung vor das Querverweis-Kästchen schreiben.
20841  Um diese Funktion benutzen zu können, müssen Sie 
20842 \series bold
20843 hyperref
20844 \series default
20845  in den LaTeX-Vorspann wie folgt einfügen:
20846 \end_layout
20847
20848 \begin_layout Standard
20849
20850 \series bold
20851
20852 \backslash
20853 usepackage[pdfborder={0 0 0}]{hyperref}
20854 \begin_inset Newline newline
20855 \end_inset
20856
20857
20858 \backslash
20859 AtBeginDocument{
20860 \backslash
20861 renewcommand{
20862 \backslash
20863 ref}[1]{
20864 \backslash
20865 mbox{
20866 \backslash
20867 autoref{#1}}}}
20868 \end_layout
20869
20870 \begin_layout Standard
20871
20872 \series bold
20873 hyperref
20874 \series default
20875  wird benutzt, um Marken und Querverweise in DVI- und PDF
20876 \begin_inset ERT
20877 status open
20878
20879 \begin_layout Plain Layout
20880
20881 "=
20882 \end_layout
20883
20884 \end_inset
20885
20886 Dokumenten zu verlinken, das heißt der Leser der entsprechenden Datei kann
20887  auf solch einen Link klicken, und die angeklickte Stelle wird gezeigt.
20888  In DVI-Dateien ist ein Link blau unterstrichen, in der PDF-Datei ändert
20889  sich der Cursor.
20890 \end_layout
20891
20892 \begin_layout Standard
20893 Diese Funktion wird auch in diesem Dokument benutzt und nach und nach in
20894  allen Handbüchern.
20895  Wenn Sie sich den LaTeX-Vorspann ansehen, werden Sie verschiedene Optionen
20896  für die Benutzung von 
20897 \series bold
20898 hyperref
20899 \series default
20900  sehen.
20901  In der 
20902 \series bold
20903 hyperref
20904 \series default
20905 -Dokumentation 
20906 \begin_inset CommandInset citation
20907 LatexCommand cite
20908 key "hyperref"
20909
20910 \end_inset
20911
20912  finden Sie mehr darüber.
20913 \end_layout
20914
20915 \begin_layout Standard
20916 \begin_inset Note Greyedout
20917 status open
20918
20919 \begin_layout Plain Layout
20920
20921 \series bold
20922 Bemerkung:
20923 \series default
20924  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
20925  als Querverweisstil 
20926 \family sans
20927 Formatierter
20928 \begin_inset space ~
20929 \end_inset
20930
20931 Querverweis
20932 \family default
20933  benutzen.
20934 \end_layout
20935
20936 \end_inset
20937
20938
20939 \end_layout
20940
20941 \begin_layout Subsection
20942 Querverweis-Position
20943 \begin_inset CommandInset label
20944 LatexCommand label
20945 name "uab:Querverweis-Position"
20946
20947 \end_inset
20948
20949
20950 \begin_inset Index
20951 status collapsed
20952
20953 \begin_layout Plain Layout
20954 Querverweise !  Position
20955 \end_layout
20956
20957 \end_inset
20958
20959
20960 \end_layout
20961
20962 \begin_layout Standard
20963 Wenn Sie 
20964 \series bold
20965 hyperref
20966 \series default
20967
20968 \begin_inset Index
20969 status collapsed
20970
20971 \begin_layout Plain Layout
20972 LaTeX-Pakete ! hyperref
20973 \end_layout
20974
20975 \end_inset
20976
20977  in den
20978 \family sans
20979  PDF-Eigenschaften
20980 \family default
20981  im 
20982 \family sans
20983 Dokument-Einstellungen
20984 \family default
20985  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
20986  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
20987  und Sie werden das Bild ohne Scrollen nicht sehen.
20988  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
20989  ist.
20990  Wenn Sie das  LaTeX-Paket 
20991 \series bold
20992 hypcap
20993 \series default
20994
20995 \begin_inset Index
20996 status collapsed
20997
20998 \begin_layout Plain Layout
20999 LaTeX-Pakete ! hypcap
21000 \end_layout
21001
21002 \end_inset
21003
21004 , das Teil des LaTeX-Pakets 
21005 \series bold
21006 oberdiek
21007 \series default
21008
21009 \begin_inset Index
21010 status collapsed
21011
21012 \begin_layout Plain Layout
21013 LaTeX-Pakete ! oberdiek
21014 \end_layout
21015
21016 \end_inset
21017
21018  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21019  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21020 \series bold
21021 hypcap
21022 \series default
21023  zunächst in den LaTeX-Vorspann laden:
21024 \end_layout
21025
21026 \begin_layout Standard
21027
21028 \series bold
21029
21030 \backslash
21031 usepackage[figure]{hypcap}
21032 \end_layout
21033
21034 \begin_layout Standard
21035 Sie können 
21036 \series bold
21037 hypcap
21038 \series default
21039  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
21040  nicht empfohlen.
21041  Weitere Informationen finden Sie im
21042 \series bold
21043  hypcap
21044 \series default
21045 -Handbuch 
21046 \begin_inset CommandInset citation
21047 LatexCommand cite
21048 key "hypcap"
21049
21050 \end_inset
21051
21052 .
21053 \end_layout
21054
21055 \begin_layout Standard
21056 \begin_inset Note Greyedout
21057 status open
21058
21059 \begin_layout Plain Layout
21060
21061 \series bold
21062 Bemerkung:
21063 \series default
21064  
21065 \series bold
21066 hypcap
21067 \series medium
21068  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
21069 \end_layout
21070
21071 \end_inset
21072
21073
21074 \end_layout
21075
21076 \begin_layout Section
21077 Gleitobjekt-Platzierung
21078 \begin_inset CommandInset label
21079 LatexCommand label
21080 name "abs:Gleitobjekt-Platzierung"
21081
21082 \end_inset
21083
21084
21085 \begin_inset Index
21086 status collapsed
21087
21088 \begin_layout Plain Layout
21089 Gleitobjekte ! Platzierung
21090 \end_layout
21091
21092 \end_inset
21093
21094
21095 \end_layout
21096
21097 \begin_layout Standard
21098 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21099 \family sans
21100 Gleitobjekt-Einstellungen
21101 \family default
21102 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21103  können.
21104 \begin_inset Newline newline
21105 \end_inset
21106
21107 Die Option 
21108 \family sans
21109 Spalten
21110 \begin_inset space ~
21111 \end_inset
21112
21113 überspannen
21114 \family default
21115  ist nur bei zweispaltigen Dokumenten sinnvoll.
21116  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21117 \begin_inset Newline newline
21118 \end_inset
21119
21120 Die Option 
21121 \family sans
21122 Seitwärts
21123 \begin_inset space ~
21124 \end_inset
21125
21126 drehen
21127 \family default
21128  ist in Abschnitt 
21129 \begin_inset CommandInset ref
21130 LatexCommand ref
21131 reference "abs:Gedrehte-Gleitobjekte"
21132
21133 \end_inset
21134
21135  beschrieben.
21136 \end_layout
21137
21138 \begin_layout Standard
21139 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21140  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21141  Sie die Option 
21142 \family sans
21143 Standard-Platzierung
21144 \begin_inset space ~
21145 \end_inset
21146
21147 verwenden
21148 \family default
21149  nicht verwenden:
21150 \end_layout
21151
21152 \begin_layout Description
21153 Hier
21154 \begin_inset space ~
21155 \end_inset
21156
21157 wenn
21158 \begin_inset space ~
21159 \end_inset
21160
21161 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21162 \end_layout
21163
21164 \begin_layout Description
21165 Anfang
21166 \begin_inset space ~
21167 \end_inset
21168
21169 der
21170 \begin_inset space ~
21171 \end_inset
21172
21173 Seite
21174 \family sans
21175  
21176 \family default
21177 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21178  Gleitobjekte, die maximal 70
21179 \begin_inset space \thinspace{}
21180 \end_inset
21181
21182 % einer Seite benötigen, dürfen oben platziert werden.
21183  Dies kann durch die Variable 
21184 \series bold
21185
21186 \backslash
21187 topfraction
21188 \series default
21189  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21190 \end_layout
21191
21192 \begin_deeper
21193 \begin_layout Standard
21194
21195 \series bold
21196
21197 \backslash
21198 renewcommand{
21199 \backslash
21200 topfraction}{0.9}
21201 \family typewriter
21202 \series default
21203  
21204 \end_layout
21205
21206 \end_deeper
21207 \begin_layout Description
21208 Ende
21209 \begin_inset space ~
21210 \end_inset
21211
21212 der
21213 \begin_inset space ~
21214 \end_inset
21215
21216 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21217  Gleitobjekte, die maximal 30
21218 \begin_inset space \thinspace{}
21219 \end_inset
21220
21221 % einer Seite benötigen, dürfen unten platziert werden.
21222  Dies kann durch die Variable 
21223 \series bold
21224
21225 \backslash
21226 bottomfraction
21227 \series default
21228  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21229 \end_layout
21230
21231 \begin_deeper
21232 \begin_layout Standard
21233
21234 \series bold
21235
21236 \backslash
21237 renewcommand{
21238 \backslash
21239 bottomfraction}{0.5}
21240 \end_layout
21241
21242 \begin_layout Standard
21243 die oftmals zu kleine untere Grenze auf 50
21244 \begin_inset space \thinspace{}
21245 \end_inset
21246
21247 %.
21248 \end_layout
21249
21250 \end_deeper
21251 \begin_layout Description
21252 Seite
21253 \begin_inset space ~
21254 \end_inset
21255
21256 mit
21257 \begin_inset space ~
21258 \end_inset
21259
21260 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21261  Nur wenn mehr als 50
21262 \begin_inset space \thinspace{}
21263 \end_inset
21264
21265 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21266  Gleitobjekte bereitgestellt.
21267  Dies kann durch die Variable 
21268 \series bold
21269
21270 \backslash
21271 floatpagefraction 
21272 \series default
21273 im LaTeX-Vorspann überschrieben werden.
21274 \end_layout
21275
21276 \begin_layout Standard
21277 Die Reihenfolge der obigen Optionen wird 
21278 \emph on
21279 immer
21280 \emph default
21281  von LaTeX verwendet.
21282  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21283  versuchen 
21284 \family sans
21285 Hier
21286 \begin_inset space \space{}
21287 \end_inset
21288
21289 wenn
21290 \begin_inset space \space{}
21291 \end_inset
21292
21293 möglich
21294 \family default
21295 , dann 
21296 \family sans
21297 Anfang
21298 \begin_inset space ~
21299 \end_inset
21300
21301 der
21302 \begin_inset space ~
21303 \end_inset
21304
21305 Seite
21306 \family default
21307  und dann die anderen Optionen anzuwenden.
21308  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21309  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21310  Reihenfolge.
21311  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21312 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21313 \end_layout
21314
21315 \begin_layout Standard
21316 Die Option 
21317 \family sans
21318 Hier,
21319 \begin_inset space ~
21320 \end_inset
21321
21322 auf
21323 \begin_inset space ~
21324 \end_inset
21325
21326 jeden
21327 \begin_inset space ~
21328 \end_inset
21329
21330 Fall
21331 \family default
21332  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21333  fast druckreif ist.
21334  Denn mit der Option kann das Objekt nicht mehr 
21335 \emph on
21336 gleiten
21337 \emph default
21338 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21339  oftmals zerstört.
21340 \end_layout
21341
21342 \begin_layout Standard
21343 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
21344  immer vom Text eines bestimmten Absatzes umgeben sind.
21345 \begin_inset VSpace bigskip
21346 \end_inset
21347
21348
21349 \end_layout
21350
21351 \begin_layout Standard
21352 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21353 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21354  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21355  Das kann mit dem LaTeX-Befehl
21356 \series bold
21357  
21358 \backslash
21359 suppressfloats
21360 \series default
21361  verhindert werden.
21362  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21363  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21364  gesetzt wird.
21365  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21366 \end_layout
21367
21368 \begin_layout Standard
21369
21370 \series bold
21371
21372 \backslash
21373 let
21374 \backslash
21375 meinAbschnitt
21376 \backslash
21377 section
21378 \begin_inset Newline newline
21379 \end_inset
21380
21381
21382 \backslash
21383 renewcommand{
21384 \backslash
21385 section}{
21386 \backslash
21387 suppressfloats[t]
21388 \backslash
21389 meinAbschnitt}
21390 \end_layout
21391
21392 \begin_layout Standard
21393 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21394  Unterabschnitten festlegen.
21395  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21396  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21397 \end_layout
21398
21399 \begin_layout Standard
21400 Es gibt auch noch das LaTeX-Paket 
21401 \series bold
21402 flafter
21403 \series default
21404
21405 \begin_inset Index
21406 status collapsed
21407
21408 \begin_layout Plain Layout
21409 LaTeX-Pakete ! flafter
21410 \end_layout
21411
21412 \end_inset
21413
21414  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21415  gedruckt wird.
21416 \end_layout
21417
21418 \begin_layout Standard
21419 \begin_inset VSpace bigskip
21420 \end_inset
21421
21422 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21423  Dafür gibt es das LaTeX-Paket 
21424 \series bold
21425 endfloat
21426 \series default
21427
21428 \begin_inset Index
21429 status collapsed
21430
21431 \begin_layout Plain Layout
21432 LaTeX-Pakete ! endfloat
21433 \end_layout
21434
21435 \end_inset
21436
21437 .
21438  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21439  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21440  
21441 \family sans
21442
21443 \begin_inset Quotes gld
21444 \end_inset
21445
21446 [Abbildung
21447 \begin_inset space ~
21448 \end_inset
21449
21450 3.2 ist ungefähr hier.]
21451 \family default
21452
21453 \begin_inset Quotes grd
21454 \end_inset
21455
21456  finden.
21457  Das 
21458 \series bold
21459 endfloat
21460 \series default
21461 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21462 \end_layout
21463
21464 \begin_layout Standard
21465
21466 \series bold
21467
21468 \backslash
21469 usepackage[Optionen]{endfloat}
21470 \end_layout
21471
21472 \begin_layout Standard
21473 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21474  Tabellen-Abschnitte, die Sie in der 
21475 \series bold
21476 endfloat
21477 \series default
21478 -Dokumentation 
21479 \begin_inset CommandInset citation
21480 LatexCommand cite
21481 key "endfloat"
21482
21483 \end_inset
21484
21485  nachlesen können.
21486 \begin_inset Newline newline
21487 \end_inset
21488
21489
21490 \begin_inset Note Greyedout
21491 status open
21492
21493 \begin_layout Plain Layout
21494
21495 \series bold
21496 Bemerkung
21497 \begin_inset space ~
21498 \end_inset
21499
21500 1: endfloat
21501 \series default
21502  übersetzt den Hinweistext nicht automatisch.
21503  Abschnitt
21504 \begin_inset space ~
21505 \end_inset
21506
21507 4 in 
21508 \begin_inset CommandInset citation
21509 LatexCommand cite
21510 key "endfloat"
21511
21512 \end_inset
21513
21514  beschreibt, wie es geht.
21515 \end_layout
21516
21517 \end_inset
21518
21519
21520 \end_layout
21521
21522 \begin_layout Standard
21523 \begin_inset Note Greyedout
21524 status open
21525
21526 \begin_layout Plain Layout
21527
21528 \series bold
21529 Bemerkung
21530 \begin_inset space ~
21531 \end_inset
21532
21533 2: 
21534 \series default
21535 Die aktuelle Version von 
21536 \series bold
21537 endfloat
21538 \series default
21539  hat einen Fehler, wenn die Überschrift ein 
21540 \begin_inset Quotes gld
21541 \end_inset
21542
21543 ß
21544 \begin_inset Quotes grd
21545 \end_inset
21546
21547  enthält.
21548  Sie müssen stattdessen den Befehl 
21549 \series bold
21550
21551 \backslash
21552 ss
21553 \series default
21554  als TeX-Code benutzen.
21555 \end_layout
21556
21557 \end_inset
21558
21559
21560 \end_layout
21561
21562 \begin_layout Standard
21563 \begin_inset VSpace bigskip
21564 \end_inset
21565
21566 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
21567  wie 
21568 \begin_inset CommandInset citation
21569 LatexCommand cite
21570 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21571
21572 \end_inset
21573
21574 .
21575 \end_layout
21576
21577 \begin_layout Section
21578 Gedrehte Gleitobjekte
21579 \begin_inset CommandInset label
21580 LatexCommand label
21581 name "abs:Gedrehte-Gleitobjekte"
21582
21583 \end_inset
21584
21585
21586 \begin_inset Index
21587 status collapsed
21588
21589 \begin_layout Plain Layout
21590 Gleitobjekte ! drehen
21591 \end_layout
21592
21593 \end_inset
21594
21595
21596 \end_layout
21597
21598 \begin_layout Standard
21599 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
21600 t drehen.
21601  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
21602  und die Option 
21603 \family sans
21604 Seitwärts
21605 \begin_inset space ~
21606 \end_inset
21607
21608 drehen
21609 \family default
21610  wählen.
21611 \end_layout
21612
21613 \begin_layout Standard
21614 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
21615  sie ein mehrspaltiges Dokument haben) gedruckt.
21616  Sie können mehrere Spalten überspannen, wenn die Option 
21617 \family sans
21618 Spalten
21619 \begin_inset space ~
21620 \end_inset
21621
21622 überspannen
21623 \family default
21624  in den Gleitobjekt Einstellungen gewählt ist.
21625  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
21626  werden können.
21627  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
21628  Option 
21629 \series bold
21630 figuresleft
21631 \series default
21632  oder 
21633 \series bold
21634 figuresright
21635 \series default
21636  zu den Dokumentklassen-Optionen hinzu.
21637 \end_layout
21638
21639 \begin_layout Standard
21640 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
21641  Tabelle
21642 \begin_inset space ~
21643 \end_inset
21644
21645
21646 \begin_inset CommandInset ref
21647 LatexCommand ref
21648 reference "tab:Gedrehte-Tabelle"
21649
21650 \end_inset
21651
21652  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
21653 \end_layout
21654
21655 \begin_layout Standard
21656 \begin_inset Note Greyedout
21657 status open
21658
21659 \begin_layout Plain Layout
21660
21661 \series bold
21662 Bemerkung:
21663 \series default
21664  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
21665 \end_layout
21666
21667 \end_inset
21668
21669
21670 \end_layout
21671
21672 \begin_layout Standard
21673 \begin_inset Float table
21674 wide false
21675 sideways true
21676 status open
21677
21678 \begin_layout Plain Layout
21679 \begin_inset Caption
21680
21681 \begin_layout Plain Layout
21682 \begin_inset CommandInset label
21683 LatexCommand label
21684 name "tab:Gedrehte-Tabelle"
21685
21686 \end_inset
21687
21688 Gedrehte Tabelle
21689 \end_layout
21690
21691 \end_inset
21692
21693
21694 \end_layout
21695
21696 \begin_layout Plain Layout
21697 \align center
21698 \begin_inset Tabular
21699 <lyxtabular version="3" rows="1" columns="5">
21700 <features>
21701 <column alignment="center" valignment="top" width="0">
21702 <column alignment="center" valignment="top" width="0">
21703 <column alignment="center" valignment="top" width="0">
21704 <column alignment="center" valignment="top" width="0">
21705 <column alignment="center" valignment="top" width="0">
21706 <row>
21707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21708 \begin_inset Text
21709
21710 \begin_layout Plain Layout
21711 Test
21712 \end_layout
21713
21714 \end_inset
21715 </cell>
21716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21717 \begin_inset Text
21718
21719 \begin_layout Plain Layout
21720 b
21721 \end_layout
21722
21723 \end_inset
21724 </cell>
21725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21726 \begin_inset Text
21727
21728 \begin_layout Plain Layout
21729 c
21730 \end_layout
21731
21732 \end_inset
21733 </cell>
21734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21735 \begin_inset Text
21736
21737 \begin_layout Plain Layout
21738 d
21739 \end_layout
21740
21741 \end_inset
21742 </cell>
21743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21744 \begin_inset Text
21745
21746 \begin_layout Plain Layout
21747 e
21748 \end_layout
21749
21750 \end_inset
21751 </cell>
21752 </row>
21753 </lyxtabular>
21754
21755 \end_inset
21756
21757
21758 \end_layout
21759
21760 \end_inset
21761
21762
21763 \end_layout
21764
21765 \begin_layout Section
21766 Gleitobjekte nebeneinander
21767 \begin_inset Index
21768 status collapsed
21769
21770 \begin_layout Plain Layout
21771 Gleitobjekte ! nebeneinander
21772 \end_layout
21773
21774 \end_inset
21775
21776
21777 \end_layout
21778
21779 \begin_layout Standard
21780 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
21781 \begin_inset space ~
21782 \end_inset
21783
21784
21785 \begin_inset CommandInset ref
21786 LatexCommand ref
21787 reference "abb:Gleitobjekt-links"
21788
21789 \end_inset
21790
21791  und 
21792 \begin_inset CommandInset ref
21793 LatexCommand ref
21794 reference "abb:Gleitobjekt-rechts"
21795
21796 \end_inset
21797
21798  wird nur 
21799 \emph on
21800 ein
21801 \emph default
21802  Gleitobjekt verwendet.
21803  In dieses werden zwei Minipage Boxen eingefügt.
21804 \begin_inset Foot
21805 status collapsed
21806
21807 \begin_layout Plain Layout
21808 Minipages sind in Abschnitt
21809 \begin_inset space ~
21810 \end_inset
21811
21812
21813 \begin_inset CommandInset ref
21814 LatexCommand ref
21815 reference "abs:Minipage"
21816
21817 \end_inset
21818
21819  erklärt.
21820 \end_layout
21821
21822 \end_inset
21823
21824  Die Breite wird für jede Minipage auf 45
21825 \begin_inset space \thinspace{}
21826 \end_inset
21827
21828 -50
21829 \begin_inset space \thinspace{}
21830 \end_inset
21831
21832 Spalten% und die Box Ausrichtung auf 
21833 \family sans
21834 Unten
21835 \family default
21836  gesetzt.
21837  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
21838  Gleitobjekt.
21839  Der einzige Unterschied ist, dass die Bildeinheit 
21840 \family sans
21841 Spaltenbreite
21842 \begin_inset space ~
21843 \end_inset
21844
21845 %
21846 \family default
21847  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
21848 \end_layout
21849
21850 \begin_layout Standard
21851 \begin_inset Float figure
21852 wide false
21853 sideways false
21854 status open
21855
21856 \begin_layout Plain Layout
21857 \begin_inset Box Frameless
21858 position "b"
21859 hor_pos "c"
21860 has_inner_box 1
21861 inner_pos "t"
21862 use_parbox 0
21863 width "45col%"
21864 special "none"
21865 height "1in"
21866 height_special "totalheight"
21867 status open
21868
21869 \begin_layout Plain Layout
21870 \align center
21871 \begin_inset Graphics
21872         filename ../clipart/mobius.eps
21873         lyxscale 50
21874         width 100col%
21875         scaleBeforeRotation
21876
21877 \end_inset
21878
21879
21880 \end_layout
21881
21882 \begin_layout Plain Layout
21883 \begin_inset Caption
21884
21885 \begin_layout Plain Layout
21886 \begin_inset CommandInset label
21887 LatexCommand label
21888 name "abb:Gleitobjekt-links"
21889
21890 \end_inset
21891
21892 Gleitobjekt auf der linken Seite.
21893 \end_layout
21894
21895 \end_inset
21896
21897
21898 \end_layout
21899
21900 \end_inset
21901
21902
21903 \begin_inset space \hfill{}
21904 \end_inset
21905
21906
21907 \begin_inset Box Frameless
21908 position "b"
21909 hor_pos "c"
21910 has_inner_box 1
21911 inner_pos "t"
21912 use_parbox 0
21913 width "45col%"
21914 special "none"
21915 height "1in"
21916 height_special "totalheight"
21917 status open
21918
21919 \begin_layout Plain Layout
21920 \align center
21921 \begin_inset Graphics
21922         filename ../clipart/platypus.eps
21923         lyxscale 50
21924         width 100col%
21925         scaleBeforeRotation
21926
21927 \end_inset
21928
21929
21930 \end_layout
21931
21932 \begin_layout Plain Layout
21933 \begin_inset Caption
21934
21935 \begin_layout Plain Layout
21936 \begin_inset CommandInset label
21937 LatexCommand label
21938 name "abb:Gleitobjekt-rechts"
21939
21940 \end_inset
21941
21942 Gleitobjekt auf der rechten Seite.
21943 \end_layout
21944
21945 \end_inset
21946
21947
21948 \end_layout
21949
21950 \end_inset
21951
21952
21953 \end_layout
21954
21955 \end_inset
21956
21957
21958 \end_layout
21959
21960 \begin_layout Section
21961 Beschriftungs-Formatierung
21962 \begin_inset CommandInset label
21963 LatexCommand label
21964 name "abs:Titel-Formatierung"
21965
21966 \end_inset
21967
21968
21969 \begin_inset Index
21970 status collapsed
21971
21972 \begin_layout Plain Layout
21973 Gleitobjekte ! Beschriftung ! Formatierung
21974 \end_layout
21975
21976 \end_inset
21977
21978
21979 \end_layout
21980
21981 \begin_layout Standard
21982
21983 \family sans
21984 Legende
21985 \family default
21986  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
21987  In LyX sehen Titel so aus:  
21988 \family sans
21989
21990 \begin_inset Quotes gld
21991 \end_inset
21992
21993 Abbildung xyz:
21994 \family default
21995
21996 \begin_inset Quotes grd
21997 \end_inset
21998
21999 , gefolgt vom Beschriftungstext, wobei 
22000 \family sans
22001 xyz
22002 \family default
22003  die von LyX vergebene Nummer ist.
22004  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22005  gedruckt.
22006  Dies ist nicht immer brauchbar.
22007 \end_layout
22008
22009 \begin_layout Standard
22010 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22011  
22012 \series bold
22013 caption
22014 \series default
22015
22016 \begin_inset Index
22017 status collapsed
22018
22019 \begin_layout Plain Layout
22020 LaTeX-Pakete ! caption
22021 \end_layout
22022
22023 \end_inset
22024
22025  in den LaTeX-Vorspann laden:
22026 \end_layout
22027
22028 \begin_layout Standard
22029
22030 \series bold
22031
22032 \backslash
22033 usepackage[Format-Definition]{caption}
22034 \end_layout
22035
22036 \begin_layout Standard
22037 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22038  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22039 \end_layout
22040
22041 \begin_layout Standard
22042
22043 \series bold
22044
22045 \backslash
22046 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22047 \end_layout
22048
22049 \begin_layout Standard
22050 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22051  definieren.
22052  Dazu laden Sie das 
22053 \series bold
22054 caption
22055 \series default
22056 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22057  dem Befehl
22058 \end_layout
22059
22060 \begin_layout Standard
22061
22062 \series bold
22063
22064 \backslash
22065 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22066 \end_layout
22067
22068 \begin_layout Standard
22069 Für Abbildung
22070 \begin_inset space ~
22071 \end_inset
22072
22073
22074 \begin_inset CommandInset ref
22075 LatexCommand ref
22076 reference "abb:Langer-Abb-Titel"
22077
22078 \end_inset
22079
22080  und Tabelle
22081 \begin_inset space ~
22082 \end_inset
22083
22084
22085 \begin_inset CommandInset ref
22086 LatexCommand ref
22087 reference "tab:Langer-Tab-Titel"
22088
22089 \end_inset
22090
22091  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22092  werden:
22093 \end_layout
22094
22095 \begin_layout Standard
22096
22097 \series bold
22098
22099 \backslash
22100 usepackage[tableposition=top]{caption}
22101 \begin_inset Newline newline
22102 \end_inset
22103
22104
22105 \backslash
22106 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22107 \begin_inset Newline newline
22108 \end_inset
22109
22110
22111 \begin_inset ERT
22112 status collapsed
22113
22114 \begin_layout Plain Layout
22115
22116
22117 \backslash
22118 hphantom{
22119 \backslash
22120
22121 \backslash
22122 captionsetup[figure]
22123 \backslash
22124 {}
22125 \end_layout
22126
22127 \end_inset
22128
22129  labelsep=period}
22130 \begin_inset Newline newline
22131 \end_inset
22132
22133
22134 \backslash
22135 captionsetup[table]{labelfont={bf,sf}}
22136 \end_layout
22137
22138 \begin_layout Standard
22139 \begin_inset Note Greyedout
22140 status open
22141
22142 \begin_layout Plain Layout
22143
22144 \series bold
22145 Bemerkung:
22146 \series default
22147  Die Option 
22148 \series bold
22149 tableposition=top
22150 \series default
22151  hat keine Auswirkung, wenn eine 
22152 \series bold
22153 koma-script
22154 \series default
22155
22156 \begin_inset Index
22157 status collapsed
22158
22159 \begin_layout Plain Layout
22160 LaTeX-Pakete ! koma-script
22161 \end_layout
22162
22163 \end_inset
22164
22165 -Dokumentklasse verwendet wird.
22166  Hier muss die Option 
22167 \series bold
22168 tablecaptionabove
22169 \series default
22170  benutzt werden.
22171 \end_layout
22172
22173 \end_inset
22174
22175
22176 \end_layout
22177
22178 \begin_layout Standard
22179 Weitere Informationen über das Paket
22180 \series bold
22181  caption
22182 \series default
22183  finden Sie in seiner Dokumentation 
22184 \begin_inset CommandInset citation
22185 LatexCommand cite
22186 key "caption"
22187
22188 \end_inset
22189
22190 .
22191 \end_layout
22192
22193 \begin_layout Standard
22194 Wenn Sie den Namen von 
22195 \begin_inset Quotes gld
22196 \end_inset
22197
22198 Abbildung
22199 \begin_inset Quotes grd
22200 \end_inset
22201
22202  auf 
22203 \begin_inset Quotes gld
22204 \end_inset
22205
22206 Bild
22207 \begin_inset Quotes grd
22208 \end_inset
22209
22210  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
22211 \end_layout
22212
22213 \begin_layout Standard
22214
22215 \series bold
22216
22217 \backslash
22218 renewcommand{
22219 \backslash
22220 fnum@figure}{Bild~
22221 \backslash
22222 thefigure}
22223 \end_layout
22224
22225 \begin_layout Standard
22226 wobei 
22227 \series bold
22228
22229 \backslash
22230 thefigure
22231 \series default
22232  die Bildnummer einsetzt und
22233 \series bold
22234  ~
22235 \series default
22236  ein geschütztes Leerzeichen ist.
22237 \end_layout
22238
22239 \begin_layout Standard
22240 \begin_inset VSpace bigskip
22241 \end_inset
22242
22243 Wenn Sie eine 
22244 \series bold
22245 koma-script
22246 \series default
22247
22248 \begin_inset Index
22249 status collapsed
22250
22251 \begin_layout Plain Layout
22252 LaTeX-Pakete ! koma-script
22253 \end_layout
22254
22255 \end_inset
22256
22257 -Dokumentklasse (
22258 \family sans
22259 article (koma-script)
22260 \family default
22261
22262 \family sans
22263 book (koma-script)
22264 \family default
22265
22266 \family sans
22267 letter (koma-script)
22268 \family default
22269  oder 
22270 \family sans
22271 report (koma-script)
22272 \family default
22273 ) benutzen, können Sie anstatt des 
22274 \series bold
22275 caption
22276 \series default
22277 -Paketes den eingebauten Befehl 
22278 \series bold
22279
22280 \backslash
22281 setkomafont
22282 \series default
22283  von 
22284 \series bold
22285 koma-script
22286 \series default
22287  benutzen.
22288  Der Befehl
22289 \end_layout
22290
22291 \begin_layout Standard
22292
22293 \series bold
22294
22295 \backslash
22296 setkomafont{captionlabel}{
22297 \backslash
22298 bfseries}
22299 \end_layout
22300
22301 \begin_layout Standard
22302 im LaTeX-Vorspann druckt den Namen fett.
22303 \end_layout
22304
22305 \begin_layout Standard
22306 Weitere Informationen über 
22307 \series bold
22308
22309 \backslash
22310 setkomafont
22311 \series default
22312  finden Sie in der 
22313 \series bold
22314 koma-script
22315 \series default
22316 -Do\SpecialChar \-
22317 ku\SpecialChar \-
22318 men\SpecialChar \-
22319 ta\SpecialChar \-
22320 tion 
22321 \begin_inset CommandInset citation
22322 LatexCommand cite
22323 key "koma-script"
22324
22325 \end_inset
22326
22327 .
22328 \end_layout
22329
22330 \begin_layout Standard
22331 \begin_inset ERT
22332 status collapsed
22333
22334 \begin_layout Plain Layout
22335
22336
22337 \backslash
22338 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22339 }
22340 \end_layout
22341
22342 \end_inset
22343
22344
22345 \begin_inset Note Note
22346 status open
22347
22348 \begin_layout Plain Layout
22349 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
22350 \end_layout
22351
22352 \end_inset
22353
22354
22355 \end_layout
22356
22357 \begin_layout Standard
22358 \begin_inset Float figure
22359 placement !p
22360 wide false
22361 sideways false
22362 status open
22363
22364 \begin_layout Plain Layout
22365 \align center
22366 \begin_inset Graphics
22367         filename ../clipart/mobius.eps
22368         lyxscale 50
22369         scale 50
22370         scaleBeforeRotation
22371
22372 \end_inset
22373
22374
22375 \end_layout
22376
22377 \begin_layout Plain Layout
22378 \begin_inset Caption
22379
22380 \begin_layout Plain Layout
22381 \begin_inset CommandInset label
22382 LatexCommand label
22383 name "abb:Langer-Abb-Titel"
22384
22385 \end_inset
22386
22387 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22388  ist, um das andere Beschriftungsformat zu zeigen.
22389  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
22390 \begin_inset OptArg
22391 status collapsed
22392
22393 \begin_layout Plain Layout
22394 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22395  ist.
22396 \end_layout
22397
22398 \end_inset
22399
22400
22401 \end_layout
22402
22403 \end_inset
22404
22405
22406 \end_layout
22407
22408 \end_inset
22409
22410
22411 \end_layout
22412
22413 \begin_layout Standard
22414 \begin_inset ERT
22415 status collapsed
22416
22417 \begin_layout Plain Layout
22418
22419
22420 \backslash
22421 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22422 on}
22423 \end_layout
22424
22425 \end_inset
22426
22427
22428 \end_layout
22429
22430 \begin_layout Standard
22431 \begin_inset Float table
22432 placement !p
22433 wide false
22434 sideways false
22435 status open
22436
22437 \begin_layout Plain Layout
22438 \begin_inset Caption
22439
22440 \begin_layout Plain Layout
22441 \begin_inset CommandInset label
22442 LatexCommand label
22443 name "tab:Langer-Tab-Titel"
22444
22445 \end_inset
22446
22447 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22448  ist, um das andere Beschriftungsformat zu zeigen.
22449  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
22450  benutzt.
22451 \begin_inset OptArg
22452 status collapsed
22453
22454 \begin_layout Plain Layout
22455 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22456  ist.
22457 \end_layout
22458
22459 \end_inset
22460
22461
22462 \end_layout
22463
22464 \end_inset
22465
22466
22467 \end_layout
22468
22469 \begin_layout Plain Layout
22470 \align center
22471 \begin_inset Tabular
22472 <lyxtabular version="3" rows="1" columns="5">
22473 <features>
22474 <column alignment="center" valignment="top" width="0">
22475 <column alignment="center" valignment="top" width="0">
22476 <column alignment="center" valignment="top" width="0">
22477 <column alignment="center" valignment="top" width="0">
22478 <column alignment="center" valignment="top" width="0">
22479 <row>
22480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22481 \begin_inset Text
22482
22483 \begin_layout Plain Layout
22484 a
22485 \end_layout
22486
22487 \end_inset
22488 </cell>
22489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22490 \begin_inset Text
22491
22492 \begin_layout Plain Layout
22493 b
22494 \end_layout
22495
22496 \end_inset
22497 </cell>
22498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22499 \begin_inset Text
22500
22501 \begin_layout Plain Layout
22502 c
22503 \end_layout
22504
22505 \end_inset
22506 </cell>
22507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22508 \begin_inset Text
22509
22510 \begin_layout Plain Layout
22511 d
22512 \end_layout
22513
22514 \end_inset
22515 </cell>
22516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22517 \begin_inset Text
22518
22519 \begin_layout Plain Layout
22520 e
22521 \end_layout
22522
22523 \end_inset
22524 </cell>
22525 </row>
22526 </lyxtabular>
22527
22528 \end_inset
22529
22530
22531 \end_layout
22532
22533 \end_inset
22534
22535
22536 \end_layout
22537
22538 \begin_layout Section
22539 Beschriftungs-Platzierung
22540 \begin_inset CommandInset label
22541 LatexCommand label
22542 name "abs:Titel-Platzierung"
22543
22544 \end_inset
22545
22546
22547 \begin_inset Index
22548 status collapsed
22549
22550 \begin_layout Plain Layout
22551 Gleitobjekte ! Beschriftung ! Platzierung
22552 \end_layout
22553
22554 \end_inset
22555
22556
22557 \end_layout
22558
22559 \begin_layout Standard
22560 Normalerweise werden die Beschriftungen wie folgt platziert:
22561 \end_layout
22562
22563 \begin_layout Description
22564 Abbildung: darunter
22565 \end_layout
22566
22567 \begin_layout Description
22568 Tabelle: darüber
22569 \end_layout
22570
22571 \begin_layout Standard
22572 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
22573  Das heißt wenn Sie eine der Dokument-Klassen 
22574 \family sans
22575 article
22576 \family default
22577
22578 \family sans
22579 book
22580 \family default
22581
22582 \family sans
22583 letter
22584 \family default
22585  oder 
22586 \family sans
22587 report
22588 \family default
22589  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
22590  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
22591 \series bold
22592 caption
22593 \series default
22594  im LaTeX-Vorspann folgendes schreiben:
22595 \begin_inset Foot
22596 status collapsed
22597
22598 \begin_layout Plain Layout
22599 In Abschnitt
22600 \begin_inset space ~
22601 \end_inset
22602
22603
22604 \begin_inset CommandInset ref
22605 LatexCommand ref
22606 reference "abs:Titel-Formatierung"
22607
22608 \end_inset
22609
22610  steht mehr über das Paket 
22611 \series bold
22612 caption
22613 \series default
22614 .
22615 \end_layout
22616
22617 \end_inset
22618
22619
22620 \end_layout
22621
22622 \begin_layout Standard
22623
22624 \series bold
22625 tableposition=top
22626 \end_layout
22627
22628 \begin_layout Standard
22629 Wenn Sie eine 
22630 \series bold
22631 koma-script
22632 \series default
22633
22634 \begin_inset Index
22635 status collapsed
22636
22637 \begin_layout Plain Layout
22638 LaTeX-Pakete ! koma-script
22639 \end_layout
22640
22641 \end_inset
22642
22643 -Dokumentklasse (
22644 \family sans
22645 article (koma-script)
22646 \family default
22647
22648 \family sans
22649 book (koma-script)
22650 \family default
22651
22652 \family sans
22653 letter (koma-script)
22654 \family default
22655  oder 
22656 \family sans
22657 report (koma-script)
22658 \family default
22659 ) benutzen, können Sie alternativ zum 
22660 \series bold
22661 caption
22662 \series default
22663 -Paket die Option 
22664 \series bold
22665 tablecaptionabove
22666 \series default
22667  benutzen.
22668 \end_layout
22669
22670 \begin_layout Standard
22671 \begin_inset VSpace bigskip
22672 \end_inset
22673
22674 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
22675  Das bewirkt das LaTeX-Paket 
22676 \series bold
22677 sidecap
22678 \series default
22679
22680 \begin_inset Index
22681 status collapsed
22682
22683 \begin_layout Plain Layout
22684 LaTeX-Pakete ! sidecap
22685 \end_layout
22686
22687 \end_inset
22688
22689 , das so in den LaTeX-Vorspann geladen wird:
22690 \end_layout
22691
22692 \begin_layout Standard
22693
22694 \series bold
22695
22696 \backslash
22697 usepackage[Option]{sidecap}
22698 \end_layout
22699
22700 \begin_layout Standard
22701 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
22702  Mit 
22703 \series bold
22704 innercaption
22705 \series default
22706  wird die Beschriftung innen gedruckt.
22707  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
22708  
22709 \series bold
22710 rightcaption
22711 \series default
22712  oder 
22713 \series bold
22714 leftcaption
22715 \series default
22716 .
22717 \end_layout
22718
22719 \begin_layout Standard
22720 \begin_inset ERT
22721 status collapsed
22722
22723 \begin_layout Plain Layout
22724
22725
22726 \backslash
22727 ifsidecap
22728 \end_layout
22729
22730 \end_inset
22731
22732
22733 \begin_inset Note Note
22734 status open
22735
22736 \begin_layout Plain Layout
22737 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
22738 \series bold
22739 sidecap
22740 \series default
22741  installiert ist.
22742 \end_layout
22743
22744 \end_inset
22745
22746
22747 \end_layout
22748
22749 \begin_layout Standard
22750 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
22751  in den LaTeX-Vorspann schreiben:
22752 \end_layout
22753
22754 \begin_layout Standard
22755
22756 \lyxline
22757
22758 \end_layout
22759
22760 \begin_layout Standard
22761
22762 \series bold
22763
22764 \backslash
22765 newcommand{
22766 \backslash
22767 TabBesBeg}{%
22768 \begin_inset Newline newline
22769 \end_inset
22770
22771
22772 \begin_inset ERT
22773 status collapsed
22774
22775 \begin_layout Plain Layout
22776
22777
22778 \backslash
22779 hphantom{ }
22780 \end_layout
22781
22782 \end_inset
22783
22784
22785 \backslash
22786 let
22787 \backslash
22788 MyTable
22789 \backslash
22790 table
22791 \begin_inset Newline newline
22792 \end_inset
22793
22794
22795 \begin_inset ERT
22796 status collapsed
22797
22798 \begin_layout Plain Layout
22799
22800
22801 \backslash
22802 hphantom{ }
22803 \end_layout
22804
22805 \end_inset
22806
22807
22808 \backslash
22809 let
22810 \backslash
22811 MyEndtable
22812 \backslash
22813 endtable
22814 \begin_inset Newline newline
22815 \end_inset
22816
22817
22818 \begin_inset ERT
22819 status collapsed
22820
22821 \begin_layout Plain Layout
22822
22823
22824 \backslash
22825 hphantom{ }
22826 \end_layout
22827
22828 \end_inset
22829
22830
22831 \backslash
22832 renewenvironment{table}{
22833 \backslash
22834 begin{SCtable}}{
22835 \backslash
22836 end{SCtable}}}
22837 \end_layout
22838
22839 \begin_layout Standard
22840
22841 \series bold
22842
22843 \backslash
22844 newcommand{
22845 \backslash
22846 TabBesEnd}{%
22847 \begin_inset Newline newline
22848 \end_inset
22849
22850
22851 \begin_inset ERT
22852 status collapsed
22853
22854 \begin_layout Plain Layout
22855
22856
22857 \backslash
22858 hphantom{ }
22859 \end_layout
22860
22861 \end_inset
22862
22863
22864 \backslash
22865 let
22866 \backslash
22867 table
22868 \backslash
22869 MyTable
22870 \begin_inset Newline newline
22871 \end_inset
22872
22873
22874 \begin_inset ERT
22875 status collapsed
22876
22877 \begin_layout Plain Layout
22878
22879
22880 \backslash
22881 hphantom{ }
22882 \end_layout
22883
22884 \end_inset
22885
22886
22887 \backslash
22888 let
22889 \backslash
22890 endtable
22891 \backslash
22892 MyEndtable
22893 \end_layout
22894
22895 \begin_layout Standard
22896
22897 \series bold
22898
22899 \backslash
22900 newcommand{
22901 \backslash
22902 FigBesBeg}{%
22903 \begin_inset Newline newline
22904 \end_inset
22905
22906
22907 \begin_inset ERT
22908 status collapsed
22909
22910 \begin_layout Plain Layout
22911
22912
22913 \backslash
22914 hphantom{ }
22915 \end_layout
22916
22917 \end_inset
22918
22919
22920 \backslash
22921 let
22922 \backslash
22923 MyFigure
22924 \backslash
22925 figure
22926 \begin_inset Newline newline
22927 \end_inset
22928
22929
22930 \begin_inset ERT
22931 status collapsed
22932
22933 \begin_layout Plain Layout
22934
22935
22936 \backslash
22937 hphantom{ }
22938 \end_layout
22939
22940 \end_inset
22941
22942
22943 \backslash
22944 let
22945 \backslash
22946 MyEndfigure
22947 \backslash
22948 endfigure
22949 \begin_inset Newline newline
22950 \end_inset
22951
22952
22953 \begin_inset ERT
22954 status collapsed
22955
22956 \begin_layout Plain Layout
22957
22958
22959 \backslash
22960 hphantom{ }
22961 \end_layout
22962
22963 \end_inset
22964
22965
22966 \backslash
22967 renewenvironment{figure}{
22968 \backslash
22969 begin{SCfigure}}{
22970 \backslash
22971 end{SCfigure}}}
22972 \end_layout
22973
22974 \begin_layout Standard
22975
22976 \series bold
22977
22978 \backslash
22979 newcommand{
22980 \backslash
22981 FigBesEnd}{%
22982 \begin_inset Newline newline
22983 \end_inset
22984
22985
22986 \begin_inset ERT
22987 status collapsed
22988
22989 \begin_layout Plain Layout
22990
22991
22992 \backslash
22993 hphantom{ }
22994 \end_layout
22995
22996 \end_inset
22997
22998
22999 \backslash
23000 let
23001 \backslash
23002 figure
23003 \backslash
23004 MyFigure
23005 \begin_inset Newline newline
23006 \end_inset
23007
23008
23009 \begin_inset ERT
23010 status collapsed
23011
23012 \begin_layout Plain Layout
23013
23014
23015 \backslash
23016 hphantom{ }
23017 \end_layout
23018
23019 \end_inset
23020
23021
23022 \backslash
23023 let
23024 \backslash
23025 endfigure
23026 \backslash
23027 MyEndfigure}
23028 \series default
23029
23030 \lyxline
23031
23032 \end_layout
23033
23034 \begin_layout Standard
23035 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23036 ungen seitlich gedruckt werden.
23037  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23038 \end_layout
23039
23040 \begin_layout Standard
23041
23042 \series bold
23043
23044 \backslash
23045 FigBesBeg
23046 \end_layout
23047
23048 \begin_layout Standard
23049 als TeX-Code vor und
23050 \end_layout
23051
23052 \begin_layout Standard
23053
23054 \series bold
23055
23056 \backslash
23057 FigBesEnd
23058 \end_layout
23059
23060 \begin_layout Standard
23061 hinter das Gleitobjekt.
23062  Bei Gleitobjekt-Tabellen heißen die Befehle
23063 \end_layout
23064
23065 \begin_layout Standard
23066
23067 \series bold
23068
23069 \backslash
23070 TabBesBeg
23071 \series default
23072  und 
23073 \series bold
23074
23075 \backslash
23076 TabBesEnd
23077 \series default
23078 .
23079 \end_layout
23080
23081 \begin_layout Standard
23082 Abbildung
23083 \begin_inset space ~
23084 \end_inset
23085
23086
23087 \begin_inset CommandInset ref
23088 LatexCommand ref
23089 reference "abb:Beschriftung-neben"
23090
23091 \end_inset
23092
23093  und Tabelle
23094 \begin_inset space ~
23095 \end_inset
23096
23097
23098 \begin_inset CommandInset ref
23099 LatexCommand ref
23100 reference "tab:cap-beside-tab"
23101
23102 \end_inset
23103
23104  sind Beispiele für seitliche Beschriftungen.
23105 \end_layout
23106
23107 \begin_layout Standard
23108 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23109  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23110  der Abbildung.
23111  Das kann man mit dem Befehl
23112 \end_layout
23113
23114 \begin_layout Standard
23115
23116 \series bold
23117
23118 \backslash
23119 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
23120 \end_layout
23121
23122 \begin_layout Standard
23123 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
23124  Der Gleitobjekt-Typ ist entweder 
23125 \family sans
23126 figure
23127 \family default
23128  oder 
23129 \family sans
23130 table
23131 \family default
23132 , die
23133 \family sans
23134  
23135 \family default
23136 Platzierung ist 
23137 \family typewriter
23138 t
23139 \family default
23140  für oben, 
23141 \family typewriter
23142 c
23143 \family default
23144  für zentriert oder 
23145 \family typewriter
23146 b
23147 \family default
23148  für unten.
23149  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
23150  lautet der Befehl
23151 \end_layout
23152
23153 \begin_layout Standard
23154
23155 \series bold
23156
23157 \backslash
23158 sidecaptionvpos{figure}{c}
23159 \end_layout
23160
23161 \begin_layout Standard
23162 Das wurde in Abbildung
23163 \begin_inset space ~
23164 \end_inset
23165
23166
23167 \begin_inset CommandInset ref
23168 LatexCommand ref
23169 reference "abb:cap-beside-fig-2"
23170
23171 \end_inset
23172
23173  benutzt.
23174 \end_layout
23175
23176 \begin_layout Standard
23177 \begin_inset VSpace medskip
23178 \end_inset
23179
23180 Weitere Informationen über das Paket
23181 \series bold
23182  sidecap
23183 \series default
23184  finden Sie in seiner Dokumentation 
23185 \begin_inset CommandInset citation
23186 LatexCommand cite
23187 key "sidecap"
23188
23189 \end_inset
23190
23191 .
23192 \end_layout
23193
23194 \begin_layout Standard
23195 \begin_inset Note Greyedout
23196 status open
23197
23198 \begin_layout Plain Layout
23199
23200 \series bold
23201 Bemerkung:
23202 \series default
23203  Das LaTeX-Paket 
23204 \series bold
23205 hypcap
23206 \series default
23207 ,
23208 \begin_inset Index
23209 status collapsed
23210
23211 \begin_layout Plain Layout
23212 LaTeX-Pakete ! hypcap
23213 \end_layout
23214
23215 \end_inset
23216
23217  das in Abschnitt
23218 \begin_inset space ~
23219 \end_inset
23220
23221
23222 \begin_inset CommandInset ref
23223 LatexCommand ref
23224 reference "uab:Querverweis-Position"
23225
23226 \end_inset
23227
23228  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
23229  Beschriftungen.
23230 \end_layout
23231
23232 \end_inset
23233
23234
23235 \end_layout
23236
23237 \begin_layout Standard
23238 \begin_inset ERT
23239 status collapsed
23240
23241 \begin_layout Plain Layout
23242
23243
23244 \backslash
23245 FigBesBeg 
23246 \end_layout
23247
23248 \end_inset
23249
23250
23251 \end_layout
23252
23253 \begin_layout Standard
23254 \begin_inset Float figure
23255 wide false
23256 sideways false
23257 status open
23258
23259 \begin_layout Plain Layout
23260 \begin_inset Graphics
23261         filename ../clipart/escher-lsd.eps
23262         scale 75
23263         scaleBeforeRotation
23264
23265 \end_inset
23266
23267
23268 \end_layout
23269
23270 \begin_layout Plain Layout
23271 \begin_inset Caption
23272
23273 \begin_layout Plain Layout
23274 \begin_inset CommandInset label
23275 LatexCommand label
23276 name "abb:Beschriftung-neben"
23277
23278 \end_inset
23279
23280 Dies ist eine Beschriftung neben einer Abbildung.
23281 \end_layout
23282
23283 \end_inset
23284
23285
23286 \end_layout
23287
23288 \end_inset
23289
23290
23291 \end_layout
23292
23293 \begin_layout Standard
23294 \begin_inset ERT
23295 status collapsed
23296
23297 \begin_layout Plain Layout
23298
23299
23300 \backslash
23301 TabBesBeg 
23302 \end_layout
23303
23304 \end_inset
23305
23306
23307 \end_layout
23308
23309 \begin_layout Standard
23310 \begin_inset Float table
23311 wide false
23312 sideways false
23313 status open
23314
23315 \begin_layout Plain Layout
23316 \begin_inset Caption
23317
23318 \begin_layout Plain Layout
23319 \begin_inset CommandInset label
23320 LatexCommand label
23321 name "tab:cap-beside-tab"
23322
23323 \end_inset
23324
23325 Dies ist eine Beschriftung neben einer Tabelle.
23326 \end_layout
23327
23328 \end_inset
23329
23330
23331 \end_layout
23332
23333 \begin_layout Plain Layout
23334 \begin_inset Tabular
23335 <lyxtabular version="3" rows="4" columns="5">
23336 <features>
23337 <column alignment="center" valignment="top" width="0">
23338 <column alignment="center" valignment="top" width="0">
23339 <column alignment="center" valignment="top" width="0">
23340 <column alignment="center" valignment="top" width="0">
23341 <column alignment="center" valignment="top" width="0">
23342 <row>
23343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23344 \begin_inset Text
23345
23346 \begin_layout Plain Layout
23347 a
23348 \end_layout
23349
23350 \end_inset
23351 </cell>
23352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23353 \begin_inset Text
23354
23355 \begin_layout Plain Layout
23356
23357 \end_layout
23358
23359 \end_inset
23360 </cell>
23361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23362 \begin_inset Text
23363
23364 \begin_layout Plain Layout
23365 b
23366 \end_layout
23367
23368 \end_inset
23369 </cell>
23370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23371 \begin_inset Text
23372
23373 \begin_layout Plain Layout
23374
23375 \end_layout
23376
23377 \end_inset
23378 </cell>
23379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23380 \begin_inset Text
23381
23382 \begin_layout Plain Layout
23383 c
23384 \end_layout
23385
23386 \end_inset
23387 </cell>
23388 </row>
23389 <row>
23390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23391 \begin_inset Text
23392
23393 \begin_layout Plain Layout
23394
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23400 \begin_inset Text
23401
23402 \begin_layout Plain Layout
23403 d
23404 \end_layout
23405
23406 \end_inset
23407 </cell>
23408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23409 \begin_inset Text
23410
23411 \begin_layout Plain Layout
23412
23413 \end_layout
23414
23415 \end_inset
23416 </cell>
23417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23418 \begin_inset Text
23419
23420 \begin_layout Plain Layout
23421 e
23422 \end_layout
23423
23424 \end_inset
23425 </cell>
23426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23427 \begin_inset Text
23428
23429 \begin_layout Plain Layout
23430
23431 \end_layout
23432
23433 \end_inset
23434 </cell>
23435 </row>
23436 <row>
23437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23438 \begin_inset Text
23439
23440 \begin_layout Plain Layout
23441 f
23442 \end_layout
23443
23444 \end_inset
23445 </cell>
23446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23447 \begin_inset Text
23448
23449 \begin_layout Plain Layout
23450
23451 \end_layout
23452
23453 \end_inset
23454 </cell>
23455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23456 \begin_inset Text
23457
23458 \begin_layout Plain Layout
23459 g
23460 \end_layout
23461
23462 \end_inset
23463 </cell>
23464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23465 \begin_inset Text
23466
23467 \begin_layout Plain Layout
23468
23469 \end_layout
23470
23471 \end_inset
23472 </cell>
23473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23474 \begin_inset Text
23475
23476 \begin_layout Plain Layout
23477 h
23478 \end_layout
23479
23480 \end_inset
23481 </cell>
23482 </row>
23483 <row>
23484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23485 \begin_inset Text
23486
23487 \begin_layout Plain Layout
23488
23489 \end_layout
23490
23491 \end_inset
23492 </cell>
23493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23494 \begin_inset Text
23495
23496 \begin_layout Plain Layout
23497 i
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23503 \begin_inset Text
23504
23505 \begin_layout Plain Layout
23506
23507 \end_layout
23508
23509 \end_inset
23510 </cell>
23511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23512 \begin_inset Text
23513
23514 \begin_layout Plain Layout
23515 j
23516 \end_layout
23517
23518 \end_inset
23519 </cell>
23520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23521 \begin_inset Text
23522
23523 \begin_layout Plain Layout
23524
23525 \end_layout
23526
23527 \end_inset
23528 </cell>
23529 </row>
23530 </lyxtabular>
23531
23532 \end_inset
23533
23534
23535 \end_layout
23536
23537 \end_inset
23538
23539
23540 \end_layout
23541
23542 \begin_layout Standard
23543 \begin_inset ERT
23544 status collapsed
23545
23546 \begin_layout Plain Layout
23547
23548
23549 \backslash
23550 TabBesEnd
23551 \end_layout
23552
23553 \end_inset
23554
23555
23556 \end_layout
23557
23558 \begin_layout Standard
23559 \begin_inset ERT
23560 status collapsed
23561
23562 \begin_layout Plain Layout
23563
23564
23565 \backslash
23566 sidecaptionvpos{figure}{c}
23567 \end_layout
23568
23569 \end_inset
23570
23571
23572 \begin_inset Float figure
23573 wide false
23574 sideways false
23575 status open
23576
23577 \begin_layout Plain Layout
23578 \begin_inset Graphics
23579         filename ../clipart/escher-lsd.eps
23580         scale 75
23581         scaleBeforeRotation
23582
23583 \end_inset
23584
23585
23586 \end_layout
23587
23588 \begin_layout Plain Layout
23589 \begin_inset Caption
23590
23591 \begin_layout Plain Layout
23592 \begin_inset CommandInset label
23593 LatexCommand label
23594 name "abb:cap-beside-fig-2"
23595
23596 \end_inset
23597
23598 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
23599 \end_layout
23600
23601 \end_inset
23602
23603
23604 \end_layout
23605
23606 \end_inset
23607
23608
23609 \end_layout
23610
23611 \begin_layout Standard
23612 \begin_inset ERT
23613 status collapsed
23614
23615 \begin_layout Plain Layout
23616
23617
23618 \backslash
23619 FigBesEnd
23620 \end_layout
23621
23622 \end_inset
23623
23624
23625 \end_layout
23626
23627 \begin_layout Standard
23628 \begin_inset ERT
23629 status collapsed
23630
23631 \begin_layout Plain Layout
23632
23633
23634 \backslash
23635 else
23636 \end_layout
23637
23638 \end_inset
23639
23640
23641 \begin_inset Note Note
23642 status open
23643
23644 \begin_layout Plain Layout
23645 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
23646 \series bold
23647 sidecap
23648 \series default
23649  nicht installiert ist:
23650 \end_layout
23651
23652 \end_inset
23653
23654
23655 \end_layout
23656
23657 \begin_layout Standard
23658 Das LaTeX-Paket 
23659 \series bold
23660 sidecap
23661 \series default
23662  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
23663 \end_layout
23664
23665 \begin_layout Standard
23666 \begin_inset ERT
23667 status collapsed
23668
23669 \begin_layout Plain Layout
23670
23671
23672 \backslash
23673 fi
23674 \end_layout
23675
23676 \end_inset
23677
23678
23679 \end_layout
23680
23681 \begin_layout Section
23682 Gleitobjekt-Verzeichnisse
23683 \begin_inset CommandInset label
23684 LatexCommand label
23685 name "abs:Gleitobjekt-Verzeichnisse"
23686
23687 \end_inset
23688
23689
23690 \begin_inset Index
23691 status collapsed
23692
23693 \begin_layout Plain Layout
23694 Gleitobjekte ! Verzeichnisse
23695 \end_layout
23696
23697 \end_inset
23698
23699
23700 \end_layout
23701
23702 \begin_layout Standard
23703 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
23704  Sie können mit den Untermenüs von 
23705 \family sans
23706 Einfügen\SpecialChar \menuseparator
23707 Liste
23708 \begin_inset space ~
23709 \end_inset
23710
23711 /
23712 \begin_inset space ~
23713 \end_inset
23714
23715 Inhaltsverzeichnis
23716 \family default
23717  eingefügt werden.
23718 \end_layout
23719
23720 \begin_layout Standard
23721 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
23722  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
23723 \end_layout
23724
23725 \begin_layout Standard
23726 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
23727  und ein Tabellen-Verzeichnis.
23728 \end_layout
23729
23730 \begin_layout Chapter
23731 Notizen
23732 \end_layout
23733
23734 \begin_layout Section
23735 LyX-Notizen
23736 \begin_inset CommandInset label
23737 LatexCommand label
23738 name "abs:LyX-Notizen"
23739
23740 \end_inset
23741
23742
23743 \begin_inset Index
23744 status collapsed
23745
23746 \begin_layout Plain Layout
23747 Notizen ! LyX-Notizen
23748 \end_layout
23749
23750 \end_inset
23751
23752
23753 \end_layout
23754
23755 \begin_layout Standard
23756 Notizen werden mit einem Klick auf 
23757 \begin_inset Graphics
23758         filename ../../images/note-insert.png
23759         scale 85
23760         scaleBeforeRotation
23761         BoundingBox 0bp 6bp 22bp 22bp
23762
23763 \end_inset
23764
23765  oder 
23766 \family sans
23767 Einfügen\SpecialChar \menuseparator
23768 Notiz
23769 \family default
23770  eingefügt.
23771  Es gibt drei Arten:
23772 \end_layout
23773
23774 \begin_layout Description
23775 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
23776  Eine 
23777 \family sans
23778 LyX-Notiz
23779 \family default
23780  sieht so aus:
23781 \begin_inset Newline newline
23782 \end_inset
23783
23784
23785 \begin_inset Newline newline
23786 \end_inset
23787
23788
23789 \begin_inset Graphics
23790         filename clipart/LyXNotizQt4.png
23791         display false
23792         scale 60
23793         scaleBeforeRotation
23794
23795 \end_inset
23796
23797  
23798 \begin_inset Note Note
23799 status open
23800
23801 \begin_layout Plain Layout
23802 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
23803 \end_layout
23804
23805 \end_inset
23806
23807
23808 \end_layout
23809
23810 \begin_layout Description
23811 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
23812  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
23813 \family sans
23814 Datei\SpecialChar \menuseparator
23815 Ex\SpecialChar \-
23816 por\SpecialChar \-
23817 tie\SpecialChar \-
23818 ren\SpecialChar \menuseparator
23819 LaTe
23820 \begin_inset ERT
23821 status collapsed
23822
23823 \begin_layout Plain Layout
23824
23825 {}
23826 \end_layout
23827
23828 \end_inset
23829
23830 X (pdflatex) / (normal)
23831 \family default
23832 .
23833  Ein Kommentar sieht so aus:
23834 \begin_inset Newline newline
23835 \end_inset
23836
23837
23838 \begin_inset Newline newline
23839 \end_inset
23840
23841
23842 \begin_inset Graphics
23843         filename clipart/KommentarQt4.png
23844         display false
23845         scale 60
23846         scaleBeforeRotation
23847
23848 \end_inset
23849
23850  
23851 \begin_inset Note Comment
23852 status open
23853
23854 \begin_layout Plain Layout
23855 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
23856 \end_layout
23857
23858 \end_inset
23859
23860
23861 \end_layout
23862
23863 \begin_layout Description
23864 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
23865 \begin_inset Newline newline
23866 \end_inset
23867
23868
23869 \begin_inset Newline newline
23870 \end_inset
23871
23872
23873 \begin_inset Graphics
23874         filename clipart/GrauschriftNotizQt4.png
23875         display false
23876         scale 60
23877         scaleBeforeRotation
23878
23879 \end_inset
23880
23881
23882 \begin_inset Newline newline
23883 \end_inset
23884
23885
23886 \begin_inset ERT
23887 status collapsed
23888
23889 \begin_layout Plain Layout
23890
23891
23892 \backslash
23893 renewenvironment{lyxgreyedout}
23894 \end_layout
23895
23896 \begin_layout Plain Layout
23897
23898 {
23899 \backslash
23900 textcolor[gray]{0.4}
23901 \backslash
23902 bgroup}{
23903 \backslash
23904 egroup}
23905 \end_layout
23906
23907 \end_inset
23908
23909
23910 \begin_inset Note Greyedout
23911 status open
23912
23913 \begin_layout Plain Layout
23914 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
23915 \begin_inset Foot
23916 status open
23917
23918 \begin_layout Plain Layout
23919 Dies ist eine Fußnote in einer Grauschrift-Notiz.
23920 \end_layout
23921
23922 \end_inset
23923
23924
23925 \end_layout
23926
23927 \end_inset
23928
23929
23930 \begin_inset ERT
23931 status collapsed
23932
23933 \begin_layout Plain Layout
23934
23935
23936 \backslash
23937 renewenvironment{lyxgreyedout}
23938 \end_layout
23939
23940 \begin_layout Plain Layout
23941
23942 {
23943 \backslash
23944 textcolor{blue}
23945 \backslash
23946 bgroup}{
23947 \backslash
23948 egroup}
23949 \end_layout
23950
23951 \end_inset
23952
23953
23954 \begin_inset Note Note
23955 status collapsed
23956
23957 \begin_layout Plain Layout
23958 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
23959  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
23960  
23961 \end_layout
23962
23963 \end_inset
23964
23965
23966 \begin_inset Newline newline
23967 \end_inset
23968
23969
23970 \begin_inset Newline newline
23971 \end_inset
23972
23973 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
23974  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
23975 \end_layout
23976
23977 \begin_layout Standard
23978 \begin_inset VSpace bigskip
23979 \end_inset
23980
23981 Wenn Sie auf den Werzeugleistenknopf 
23982 \begin_inset Graphics
23983         filename ../../images/note-insert.png
23984         scale 85
23985         scaleBeforeRotation
23986         BoundingBox 0bp 6bp 22bp 22bp
23987
23988 \end_inset
23989
23990  klicken, wird zunächst eine 
23991 \family sans
23992 LyX-Notiz
23993 \family default
23994  eingefügt.
23995  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
23996  anderen Möglichkeiten auswählen.
23997  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
23998  Sie ihn und klicken dann auf den Werzeugleistenknopf.
23999  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
24000  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
24001  am Ende der Notiz ist.
24002 \end_layout
24003
24004 \begin_layout Standard
24005 \begin_inset VSpace bigskip
24006 \end_inset
24007
24008 Die Textfarbe der 
24009 \family sans
24010 Grauschrift
24011 \family default
24012 -Notiz können Sie im LaTeX-Vorspann mit folgendem Befehl ändern:
24013 \end_layout
24014
24015 \begin_layout Standard
24016
24017 \series bold
24018
24019 \backslash
24020 renewenvironment{lyxgreyedout}
24021 \begin_inset Newline newline
24022 \end_inset
24023
24024
24025 \begin_inset ERT
24026 status collapsed
24027
24028 \begin_layout Plain Layout
24029
24030
24031 \backslash
24032 hphantom{ }
24033 \end_layout
24034
24035 \end_inset
24036
24037 {
24038 \backslash
24039 textcolor{color}
24040 \backslash
24041 bgroup}{
24042 \backslash
24043 egroup}
24044 \end_layout
24045
24046 \begin_layout Standard
24047 Die verfügbaren Farben und wie man eigene definiert, wurde bereits in Abschnitt
24048 \begin_inset space ~
24049 \end_inset
24050
24051
24052 \begin_inset CommandInset ref
24053 LatexCommand ref
24054 reference "abs:Farbige-Tabellen"
24055
24056 \end_inset
24057
24058  beschrieben.
24059  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24060 \end_layout
24061
24062 \begin_layout Section
24063 Fußnoten
24064 \begin_inset CommandInset label
24065 LatexCommand label
24066 name "abs:Fußnoten"
24067
24068 \end_inset
24069
24070
24071 \begin_inset Index
24072 status collapsed
24073
24074 \begin_layout Plain Layout
24075 Notizen ! Fußnoten
24076 \end_layout
24077
24078 \end_inset
24079
24080
24081 \begin_inset Index
24082 status collapsed
24083
24084 \begin_layout Plain Layout
24085 Fußnoten
24086 \end_layout
24087
24088 \end_inset
24089
24090
24091 \end_layout
24092
24093 \begin_layout Standard
24094 Zu dem, was bereits im 
24095 \emph on
24096 Benutzerhandbuch
24097 \emph default
24098  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24099  Eine Fußnotenbox sieht folgendermaßen aus: 
24100 \begin_inset Graphics
24101         filename clipart/FussnoteQt4.png
24102         scale 80
24103         scaleBeforeRotation
24104
24105 \end_inset
24106
24107
24108 \end_layout
24109
24110 \begin_layout Standard
24111 Hier ist eine Beispielfußnote:
24112 \color black
24113
24114 \begin_inset Foot
24115 status open
24116
24117 \begin_layout Plain Layout
24118 \begin_inset CommandInset label
24119 LatexCommand label
24120 name "fuss:Fußnoten-Beispiel"
24121
24122 \end_inset
24123
24124 Dies ist eine Fußnote.
24125 \end_layout
24126
24127 \end_inset
24128
24129
24130 \end_layout
24131
24132 \begin_layout Standard
24133 \begin_inset ERT
24134 status collapsed
24135
24136 \begin_layout Plain Layout
24137
24138
24139 \backslash
24140 newcounter{MyRepeatFoot}
24141 \end_layout
24142
24143 \begin_layout Plain Layout
24144
24145
24146 \backslash
24147 setcounter{MyRepeatFoot}{
24148 \backslash
24149 thefootnote}
24150 \end_layout
24151
24152 \end_inset
24153
24154
24155 \end_layout
24156
24157 \begin_layout Standard
24158 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
24159  wurde, eine hochgestellte Zahl.
24160  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
24161  hochgestellt dem Text vorangeht.
24162  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
24163  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
24164  werden.
24165 \end_layout
24166
24167 \begin_layout Standard
24168 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
24169  der Fußnote eine Marke eingefügt wurde.
24170  Dies ist ein Querverweis auf Fußnote
24171 \begin_inset space ~
24172 \end_inset
24173
24174
24175 \begin_inset CommandInset ref
24176 LatexCommand ref
24177 reference "fuss:Fußnoten-Beispiel"
24178
24179 \end_inset
24180
24181 .
24182 \end_layout
24183
24184 \begin_layout Standard
24185 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
24186  siehe Abschnitt
24187 \begin_inset space ~
24188 \end_inset
24189
24190
24191 \begin_inset CommandInset ref
24192 LatexCommand ref
24193 reference "abs:Minipage"
24194
24195 \end_inset
24196
24197 .
24198  Fußnoten in langen Tabellen wurden bereits in Abschnitt
24199 \begin_inset space ~
24200 \end_inset
24201
24202
24203 \begin_inset CommandInset ref
24204 LatexCommand ref
24205 reference "uab:Fußnoten-in-langen"
24206
24207 \end_inset
24208
24209  beschrieben.
24210 \end_layout
24211
24212 \begin_layout Standard
24213 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
24214  TeX-Code-Befehl 
24215 \series bold
24216
24217 \backslash
24218 footnotemark[Nummer]
24219 \series default
24220  benutzen.
24221  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
24222  mal gedruckt wird.
24223 \end_layout
24224
24225 \begin_layout Standard
24226 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
24227  sie speichern, nachdem Sie die Fußnote eingefügt haben.
24228  Hinter Fußnote
24229 \begin_inset space ~
24230 \end_inset
24231
24232
24233 \begin_inset CommandInset ref
24234 LatexCommand ref
24235 reference "fuss:Fußnoten-Beispiel"
24236
24237 \end_inset
24238
24239  wurde das mit folgenden TeX-Code-Befehlen gemacht:
24240 \end_layout
24241
24242 \begin_layout Standard
24243
24244 \series bold
24245
24246 \backslash
24247 newcounter{MyRepeatFoot}
24248 \begin_inset Newline newline
24249 \end_inset
24250
24251
24252 \backslash
24253 setcounter{MyRepeatFoot}{
24254 \backslash
24255 thefootnote}
24256 \end_layout
24257
24258 \begin_layout Standard
24259 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
24260 \end_layout
24261
24262 \begin_layout Standard
24263
24264 \series bold
24265
24266 \backslash
24267 footnotemark[
24268 \backslash
24269 theMyRepeatFoot]
24270 \end_layout
24271
24272 \begin_layout Standard
24273 Hier ist ein Beispiel für eine Fußnotenmarke:
24274 \family roman
24275 \series medium
24276 \bar no
24277
24278 \begin_inset ERT
24279 status collapsed
24280
24281 \begin_layout Plain Layout
24282
24283
24284 \backslash
24285 footnotemark[
24286 \backslash
24287 theMyRepeatFoot]
24288 \end_layout
24289
24290 \end_inset
24291
24292
24293 \end_layout
24294
24295 \begin_layout Subsection
24296 Fußnoten-Nummerierung
24297 \begin_inset CommandInset label
24298 LatexCommand label
24299 name "uab:Fußnoten-Nummerierung"
24300
24301 \end_inset
24302
24303
24304 \begin_inset Index
24305 status collapsed
24306
24307 \begin_layout Plain Layout
24308 Fußnoten ! Nummerierung
24309 \end_layout
24310
24311 \end_inset
24312
24313
24314 \end_layout
24315
24316 \begin_layout Standard
24317 Um Fußnoten nach jedem Abschnitt
24318 \family roman
24319  auf 1 zurückzusetzen, 
24320 \family default
24321 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24322 \end_layout
24323
24324 \begin_layout Standard
24325
24326 \series bold
24327
24328 \backslash
24329 @addtoreset{footnote}{section}
24330 \end_layout
24331
24332 \begin_layout Standard
24333 \begin_inset VSpace bigskip
24334 \end_inset
24335
24336 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
24337  Zahlen:
24338 \end_layout
24339
24340 \begin_layout Standard
24341
24342 \series bold
24343
24344 \backslash
24345 renewcommand{
24346 \backslash
24347 thefootnote}{
24348 \backslash
24349 roman{footnote}}
24350 \end_layout
24351
24352 \begin_layout Standard
24353 \begin_inset ERT
24354 status collapsed
24355
24356 \begin_layout Plain Layout
24357
24358
24359 \backslash
24360 renewcommand{
24361 \backslash
24362 thefootnote}{
24363 \backslash
24364 roman{footnote}}
24365 \end_layout
24366
24367 \end_inset
24368
24369  Hier ist ein Beispiel für solch eine Fußnote:
24370 \begin_inset Foot
24371 status open
24372
24373 \begin_layout Plain Layout
24374 Dies ist eine Fußnote mit kleinen römischen Zahlen
24375 \end_layout
24376
24377 \end_inset
24378
24379
24380 \end_layout
24381
24382 \begin_layout Standard
24383 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
24384  in obigem Befehl 
24385 \series bold
24386
24387 \backslash
24388 roman
24389 \series default
24390  durch 
24391 \series bold
24392
24393 \backslash
24394 Roman
24395 \series default
24396 .
24397  Um Fußnoten mit großen oder kleinen Buchstaben zu 
24398 \begin_inset Quotes gld
24399 \end_inset
24400
24401 nummerieren
24402 \begin_inset Quotes grd
24403 \end_inset
24404
24405 , verwenden Sie die Befehle 
24406 \series bold
24407
24408 \backslash
24409 Alph
24410 \series default
24411  oder 
24412 \series bold
24413
24414 \backslash
24415 alph
24416 \series default
24417 .
24418  Für die 
24419 \begin_inset Quotes gld
24420 \end_inset
24421
24422 Nummerierung
24423 \begin_inset Quotes grd
24424 \end_inset
24425
24426  mit Symbolen steht der Befehl 
24427 \series bold
24428
24429 \backslash
24430 fnsymbol
24431 \series default
24432  zur Verfügung.
24433 \end_layout
24434
24435 \begin_layout Standard
24436 \begin_inset Note Greyedout
24437 status open
24438
24439 \begin_layout Plain Layout
24440
24441 \series bold
24442 Bemerkung 1:
24443 \series default
24444  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
24445  
24446 \emph on
24447 ein
24448 \emph default
24449  Buchstabe verwendet wird.
24450 \end_layout
24451
24452 \end_inset
24453
24454
24455 \begin_inset Newline newline
24456 \end_inset
24457
24458
24459 \begin_inset Note Greyedout
24460 status open
24461
24462 \begin_layout Plain Layout
24463
24464 \series bold
24465 Bemerkung 2:
24466 \series default
24467  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
24468 \end_layout
24469
24470 \end_inset
24471
24472
24473 \end_layout
24474
24475 \begin_layout Standard
24476 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
24477 \series bold
24478
24479 \backslash
24480 arabic
24481 \series default
24482  anstelle von 
24483 \series bold
24484
24485 \backslash
24486 roman
24487 \series default
24488  in obigem Befehl.
24489 \begin_inset ERT
24490 status collapsed
24491
24492 \begin_layout Plain Layout
24493
24494
24495 \backslash
24496 renewcommand{
24497 \backslash
24498 thefootnote}{
24499 \backslash
24500 arabic{footnote}}
24501 \end_layout
24502
24503 \end_inset
24504
24505
24506 \end_layout
24507
24508 \begin_layout Standard
24509 \begin_inset VSpace bigskip
24510 \end_inset
24511
24512
24513 \end_layout
24514
24515 \begin_layout Standard
24516 Wenn Sie wollen, dass Fußnoten nach dem Schema 
24517 \begin_inset Quotes gld
24518 \end_inset
24519
24520 Kapitel.Fußnote
24521 \begin_inset Quotes grd
24522 \end_inset
24523
24524  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24525 \end_layout
24526
24527 \begin_layout Standard
24528
24529 \series bold
24530
24531 \backslash
24532 numberwithin{footnote}{chapter}
24533 \end_layout
24534
24535 \begin_layout Standard
24536 Um 
24537 \series bold
24538
24539 \backslash
24540 numberwithin
24541 \series default
24542  benutzen zu können, muss in den 
24543 \family sans
24544 Mathe
24545 \begin_inset space ~
24546 \end_inset
24547
24548 Optionen
24549 \family default
24550  der 
24551 \family sans
24552 Dokument-Einstellungen
24553 \family default
24554  
24555 \family sans
24556 AMS
24557 \begin_inset space ~
24558 \end_inset
24559
24560 Mathe
24561 \begin_inset space ~
24562 \end_inset
24563
24564 Paket
24565 \family default
24566
24567 \begin_inset space ~
24568 \end_inset
24569
24570
24571 \family sans
24572 verwenden
24573 \family default
24574  angekreuzt sein.
24575 \begin_inset ERT
24576 status collapsed
24577
24578 \begin_layout Plain Layout
24579
24580
24581 \backslash
24582 numberwithin{footnote}{chapter}
24583 \end_layout
24584
24585 \end_inset
24586
24587  Hier ist ein Beispiel für solch eine Fußnote.
24588 \series bold
24589
24590 \begin_inset Foot
24591 status open
24592
24593 \begin_layout Plain Layout
24594 Dies ist eine Fußnote nach dem Schema 
24595 \begin_inset Quotes gld
24596 \end_inset
24597
24598 Kapitel.Fußnote
24599 \begin_inset Quotes grd
24600 \end_inset
24601
24602 .
24603 \end_layout
24604
24605 \end_inset
24606
24607
24608 \series default
24609
24610 \begin_inset ERT
24611 status collapsed
24612
24613 \begin_layout Plain Layout
24614
24615
24616 \backslash
24617 renewcommand{
24618 \backslash
24619 thefootnote}{
24620 \backslash
24621 arabic{footnote}}
24622 \end_layout
24623
24624 \end_inset
24625
24626
24627 \end_layout
24628
24629 \begin_layout Standard
24630 \begin_inset Note Greyedout
24631 status open
24632
24633 \begin_layout Plain Layout
24634
24635 \series bold
24636 Bemerkung:
24637 \series default
24638  
24639 \series bold
24640
24641 \backslash
24642 numberwithin
24643 \series default
24644  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
24645  werden überschrieben.
24646 \end_layout
24647
24648 \end_inset
24649
24650
24651 \end_layout
24652
24653 \begin_layout Standard
24654 Um also z.
24655 \begin_inset space \thinspace{}
24656 \end_inset
24657
24658 B.
24659  das Schema 
24660 \begin_inset Quotes gld
24661 \end_inset
24662
24663 Kapitel.
24664 \backslash
24665 Roman{footnote}
24666 \begin_inset Quotes grd
24667 \end_inset
24668
24669  zu erhalten, muss dieser Befehl anstelle von 
24670 \series bold
24671
24672 \backslash
24673 numberwithin
24674 \series default
24675  verwendet werden:
24676 \end_layout
24677
24678 \begin_layout Standard
24679
24680 \series bold
24681
24682 \backslash
24683 renewcommand{
24684 \backslash
24685 thefootnote}{
24686 \backslash
24687 thechapter.
24688 \backslash
24689 Roman{footnote}}
24690 \end_layout
24691
24692 \begin_layout Subsection
24693 Fußnoten-Platzierung
24694 \begin_inset Index
24695 status collapsed
24696
24697 \begin_layout Plain Layout
24698 Fußnoten ! Platzierung
24699 \end_layout
24700
24701 \end_inset
24702
24703
24704 \end_layout
24705
24706 \begin_layout Standard
24707 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
24708  ohne Zwischenraum am Ende der Seite gedruckt.
24709  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
24710  LaTeX-Vorspann 1.5
24711 \begin_inset space \thinspace{}
24712 \end_inset
24713
24714 mm Zwischenraum einfügen:
24715 \end_layout
24716
24717 \begin_layout Standard
24718
24719 \series bold
24720
24721 \backslash
24722 let
24723 \backslash
24724 myFoot
24725 \backslash
24726 footnote
24727 \begin_inset Newline newline
24728 \end_inset
24729
24730
24731 \backslash
24732 renewcommand{
24733 \backslash
24734 footnote}[1]{
24735 \backslash
24736 myFoot{#1
24737 \backslash
24738 vspace{1.5mm}}}
24739 \end_layout
24740
24741 \begin_layout Standard
24742 \begin_inset VSpace bigskip
24743 \end_inset
24744
24745 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
24746  Spalte gedruckt, Abbildung
24747 \begin_inset space ~
24748 \end_inset
24749
24750
24751 \begin_inset CommandInset ref
24752 LatexCommand ref
24753 reference "abb:Standard-Fußnoten-Platzierung-in"
24754
24755 \end_inset
24756
24757 .
24758  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
24759  in Abbildung
24760 \begin_inset space ~
24761 \end_inset
24762
24763
24764 \begin_inset CommandInset ref
24765 LatexCommand ref
24766 reference "abb:Fußnoten-Platzierung-in-einem"
24767
24768 \end_inset
24769
24770 , müssen Sie das LaTeX-Paket 
24771 \series bold
24772 ftnright
24773 \series default
24774
24775 \begin_inset Index
24776 status collapsed
24777
24778 \begin_layout Plain Layout
24779 LaTeX-Pakete ! ftnright
24780 \end_layout
24781
24782 \end_inset
24783
24784  mit folgendem Befehl im LaTeX-Vorspann einfügen:
24785 \end_layout
24786
24787 \begin_layout Standard
24788
24789 \series bold
24790
24791 \backslash
24792 usepackage{ftnright}
24793 \end_layout
24794
24795 \begin_layout Standard
24796 \begin_inset Float figure
24797 placement !h
24798 wide false
24799 sideways false
24800 status open
24801
24802 \begin_layout Plain Layout
24803 \begin_inset ERT
24804 status collapsed
24805
24806 \begin_layout Plain Layout
24807
24808
24809 \backslash
24810 framebox{
24811 \end_layout
24812
24813 \end_inset
24814
24815
24816 \begin_inset Graphics
24817         filename ../clipart/without_fntright.pdf
24818         width 100col%
24819         scaleBeforeRotation
24820
24821 \end_inset
24822
24823
24824 \begin_inset ERT
24825 status collapsed
24826
24827 \begin_layout Plain Layout
24828
24829 }
24830 \end_layout
24831
24832 \end_inset
24833
24834
24835 \end_layout
24836
24837 \begin_layout Plain Layout
24838 \begin_inset Caption
24839
24840 \begin_layout Plain Layout
24841 \begin_inset CommandInset label
24842 LatexCommand label
24843 name "abb:Standard-Fußnoten-Platzierung-in"
24844
24845 \end_inset
24846
24847 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
24848 \begin_inset OptArg
24849 status open
24850
24851 \begin_layout Plain Layout
24852 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
24853 \end_layout
24854
24855 \end_inset
24856
24857
24858 \end_layout
24859
24860 \end_inset
24861
24862
24863 \end_layout
24864
24865 \end_inset
24866
24867
24868 \end_layout
24869
24870 \begin_layout Standard
24871 \begin_inset Float figure
24872 placement !h
24873 wide false
24874 sideways false
24875 status open
24876
24877 \begin_layout Plain Layout
24878 \begin_inset ERT
24879 status collapsed
24880
24881 \begin_layout Plain Layout
24882
24883
24884 \backslash
24885 framebox{
24886 \end_layout
24887
24888 \end_inset
24889
24890
24891 \begin_inset Graphics
24892         filename ../clipart/with_fntright.pdf
24893         width 100col%
24894         scaleBeforeRotation
24895
24896 \end_inset
24897
24898
24899 \begin_inset ERT
24900 status collapsed
24901
24902 \begin_layout Plain Layout
24903
24904 }
24905 \end_layout
24906
24907 \end_inset
24908
24909
24910 \end_layout
24911
24912 \begin_layout Plain Layout
24913 \begin_inset Caption
24914
24915 \begin_layout Plain Layout
24916 \begin_inset CommandInset label
24917 LatexCommand label
24918 name "abb:Fußnoten-Platzierung-in-einem"
24919
24920 \end_inset
24921
24922 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
24923  
24924 \series bold
24925 ftnright
24926 \series default
24927 .
24928 \begin_inset OptArg
24929 status collapsed
24930
24931 \begin_layout Plain Layout
24932 Fußnoten-Platzierung mit 
24933 \family typewriter
24934 ftnright
24935 \end_layout
24936
24937 \end_inset
24938
24939
24940 \end_layout
24941
24942 \end_inset
24943
24944
24945 \end_layout
24946
24947 \end_inset
24948
24949
24950 \end_layout
24951
24952 \begin_layout Standard
24953 \begin_inset VSpace bigskip
24954 \end_inset
24955
24956 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
24957  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
24958 \begin_inset space ~
24959 \end_inset
24960
24961
24962 \begin_inset CommandInset ref
24963 LatexCommand ref
24964 reference "abb:endnotes----Die"
24965
24966 \end_inset
24967
24968  gedruckt.
24969  Man nennt sie dann 
24970 \emph on
24971 Endnoten
24972 \emph default
24973 .
24974 \begin_inset Index
24975 status collapsed
24976
24977 \begin_layout Plain Layout
24978 Endnoten
24979 \end_layout
24980
24981 \end_inset
24982
24983  Um das zu erreichen, müssen Sie das LaTeX-Paket 
24984 \series bold
24985 endnotes
24986 \series default
24987
24988 \begin_inset Index
24989 status collapsed
24990
24991 \begin_layout Plain Layout
24992 LaTeX-Pakete ! endnotes
24993 \end_layout
24994
24995 \end_inset
24996
24997  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
24998 \end_layout
24999
25000 \begin_layout Standard
25001
25002 \series bold
25003
25004 \backslash
25005 usepackage{endnotes}
25006 \begin_inset Newline newline
25007 \end_inset
25008
25009
25010 \backslash
25011 let
25012 \backslash
25013 footnote
25014 \backslash
25015 endnote
25016 \end_layout
25017
25018 \begin_layout Standard
25019 Um die gesammelten Fußnoten zu drucken, fügen Sie den TeX-Code
25020 \series bold
25021  
25022 \backslash
25023 theendnotes
25024 \series default
25025  am Ende des Abschnitts oder Kapitels ein.
25026 \end_layout
25027
25028 \begin_layout Standard
25029 \begin_inset Float figure
25030 wide false
25031 sideways false
25032 status open
25033
25034 \begin_layout Plain Layout
25035 \align center
25036 \begin_inset ERT
25037 status collapsed
25038
25039 \begin_layout Plain Layout
25040
25041
25042 \backslash
25043 framebox{
25044 \end_layout
25045
25046 \end_inset
25047
25048
25049 \begin_inset Graphics
25050         filename ../clipart/endnotes.pdf
25051         scaleBeforeRotation
25052
25053 \end_inset
25054
25055
25056 \begin_inset ERT
25057 status collapsed
25058
25059 \begin_layout Plain Layout
25060
25061 }
25062 \end_layout
25063
25064 \end_inset
25065
25066
25067 \end_layout
25068
25069 \begin_layout Plain Layout
25070 \begin_inset Caption
25071
25072 \begin_layout Plain Layout
25073 \begin_inset CommandInset label
25074 LatexCommand label
25075 name "abb:endnotes----Die"
25076
25077 \end_inset
25078
25079
25080 \series bold
25081 endnotes
25082 \series default
25083  -- Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25084  gedruckt.
25085 \begin_inset OptArg
25086 status collapsed
25087
25088 \begin_layout Plain Layout
25089 \begin_inset CommandInset label
25090 LatexCommand label
25091 name "abb:endnotes----Die"
25092
25093 \end_inset
25094
25095
25096 \series bold
25097 endnotes
25098 \series default
25099  -- Die Fußnoten werden am Ende gedruckt
25100 \end_layout
25101
25102 \end_inset
25103
25104
25105 \end_layout
25106
25107 \end_inset
25108
25109
25110 \end_layout
25111
25112 \end_inset
25113
25114
25115 \end_layout
25116
25117 \begin_layout Standard
25118 \begin_inset VSpace medskip
25119 \end_inset
25120
25121 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25122 ache übersetzt.
25123  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25124 \begin_inset Quotes gld
25125 \end_inset
25126
25127 Notes 
25128 \begin_inset Quotes grd
25129 \end_inset
25130
25131 in 
25132 \begin_inset Quotes gld
25133 \end_inset
25134
25135 Anmerkungen
25136 \begin_inset Quotes grd
25137 \end_inset
25138
25139 :
25140 \end_layout
25141
25142 \begin_layout Standard
25143
25144 \series bold
25145
25146 \backslash
25147 renewcommand{
25148 \backslash
25149 notesname}{Anmerkungen}
25150 \end_layout
25151
25152 \begin_layout Standard
25153 \begin_inset VSpace medskip
25154 \end_inset
25155
25156 Wenn Sie in den Befehlen von Abschnitt
25157 \begin_inset space ~
25158 \end_inset
25159
25160
25161 \begin_inset CommandInset ref
25162 LatexCommand ref
25163 reference "uab:Fußnoten-Nummerierung"
25164
25165 \end_inset
25166
25167  
25168 \series bold
25169
25170 \backslash
25171 thefootnote
25172 \series default
25173  durch 
25174 \series bold
25175
25176 \backslash
25177 theendnote
25178 \series default
25179  ersetzen, können Sie die Nummerierung von Endnoten ändern.
25180  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
25181 \series bold
25182
25183 \backslash
25184 @addtoreset
25185 \series default
25186  wie in Abschnitt
25187 \begin_inset space \space{}
25188 \end_inset
25189
25190
25191 \begin_inset CommandInset ref
25192 LatexCommand ref
25193 reference "uab:Fußnoten-Nummerierung"
25194
25195 \end_inset
25196
25197  beschrieben und ersetzen 
25198 \series bold
25199 footnote
25200 \series default
25201  durch 
25202 \series bold
25203 endnote
25204 \series default
25205 .
25206 \end_layout
25207
25208 \begin_layout Standard
25209 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
25210  
25211 \series bold
25212
25213 \backslash
25214 endnotemark[Nummer]
25215 \series default
25216  ähnlich wie 
25217 \series bold
25218
25219 \backslash
25220 footnotemark
25221 \series default
25222  Abschnitt
25223 \begin_inset space ~
25224 \end_inset
25225
25226
25227 \begin_inset CommandInset ref
25228 LatexCommand ref
25229 reference "abs:Fußnoten"
25230
25231 \end_inset
25232
25233 .
25234 \end_layout
25235
25236 \begin_layout Standard
25237 \begin_inset VSpace bigskip
25238 \end_inset
25239
25240 Mit dem LaTeX-Paket 
25241 \series bold
25242 footmisc
25243 \series default
25244
25245 \begin_inset Index
25246 status collapsed
25247
25248 \begin_layout Plain Layout
25249 LaTeX-Pakete ! footmisc
25250 \end_layout
25251
25252 \end_inset
25253
25254  (
25255 \begin_inset CommandInset citation
25256 LatexCommand cite
25257 key "footmisc"
25258
25259 \end_inset
25260
25261 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
25262 \end_layout
25263
25264 \begin_layout Standard
25265 In LaTeX-Büchern, 
25266 \begin_inset CommandInset citation
25267 LatexCommand cite
25268 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
25269
25270 \end_inset
25271
25272 , finden Sie weiteres zu Fußnoten.
25273 \end_layout
25274
25275 \begin_layout Section
25276 Randnotizen
25277 \begin_inset Index
25278 status collapsed
25279
25280 \begin_layout Plain Layout
25281 Randnotizen
25282 \end_layout
25283
25284 \end_inset
25285
25286
25287 \begin_inset Index
25288 status collapsed
25289
25290 \begin_layout Plain Layout
25291 Notizen ! Randnotizen
25292 \end_layout
25293
25294 \end_inset
25295
25296
25297 \end_layout
25298
25299 \begin_layout Standard
25300 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
25301  Sie fügen sie mit einem Klick auf den Schalter 
25302 \begin_inset Graphics
25303         filename ../../images/marginalnote-insert.png
25304         scale 70
25305         scaleBeforeRotation
25306
25307 \end_inset
25308
25309  oder über 
25310 \family sans
25311 Einfügen\SpecialChar \menuseparator
25312 Randnotiz
25313 \family default
25314  ein.
25315  Ein graues Kästchen mit der Aufschrift 
25316 \begin_inset Quotes gld
25317 \end_inset
25318
25319 Rand
25320 \begin_inset Quotes grd
25321 \end_inset
25322
25323  erscheint
25324 \family roman
25325 \series medium
25326 , und dort, wo der Cursor steht, können Sie Text eingeben.
25327 \end_layout
25328
25329 \begin_layout Standard
25330 Hier am Rand sehen Sie eine Randnotiz.
25331  
25332 \begin_inset Marginal
25333 status open
25334
25335 \begin_layout Plain Layout
25336 Dies ist eine Randnotiz.
25337 \end_layout
25338
25339 \end_inset
25340
25341
25342 \end_layout
25343
25344 \begin_layout Standard
25345 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
25346  am rechten Rand gesetzt, bei doppelseitigen außen -- links auf den geraden
25347  Seiten und rechts auf den ungeraden.
25348  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
25349  wird und umgekehrt.
25350  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
25351  wurde.
25352 \end_layout
25353
25354 \begin_layout Standard
25355 \begin_inset VSpace bigskip
25356 \end_inset
25357
25358 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
25359 \end_layout
25360
25361 \begin_layout Standard
25362
25363 \series bold
25364
25365 \backslash
25366 reversemarginpar
25367 \end_layout
25368
25369 \begin_layout Standard
25370 als TeX-Code vor einer Randnotiz ein.
25371  Das gilt dann für alle folgenden Randnotizen.
25372  
25373 \begin_inset ERT
25374 status collapsed
25375
25376 \begin_layout Plain Layout
25377
25378
25379 \backslash
25380 reversemarginpar 
25381 \end_layout
25382
25383 \end_inset
25384
25385
25386 \begin_inset Marginal
25387 status open
25388
25389 \begin_layout Plain Layout
25390 Hier ist ein Beispiel im inneren Rand.
25391 \end_layout
25392
25393 \end_inset
25394
25395
25396 \begin_inset Newline newline
25397 \end_inset
25398
25399
25400 \begin_inset Note Greyedout
25401 status open
25402
25403 \begin_layout Plain Layout
25404  
25405 \series bold
25406 Achtung:
25407 \series default
25408  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
25409 \end_layout
25410
25411 \end_inset
25412
25413
25414 \end_layout
25415
25416 \begin_layout Standard
25417 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
25418 \end_layout
25419
25420 \begin_layout Standard
25421
25422 \series bold
25423
25424 \backslash
25425 normalmarginpar
25426 \end_layout
25427
25428 \begin_layout Standard
25429 als TeX-Code ein.
25430 \begin_inset ERT
25431 status collapsed
25432
25433 \begin_layout Plain Layout
25434
25435
25436 \backslash
25437 normalmarginpar 
25438 \end_layout
25439
25440 \end_inset
25441
25442
25443 \end_layout
25444
25445 \begin_layout Standard
25446 \begin_inset Note Greyedout
25447 status open
25448
25449 \begin_layout Plain Layout
25450
25451 \series bold
25452 Achtung:
25453 \series default
25454  Der Befehl wird missachtet, wenn er im selben Absatz wie 
25455 \series bold
25456
25457 \backslash
25458 reversemarginpar
25459 \series default
25460  verwendet wird.
25461 \end_layout
25462
25463 \end_inset
25464
25465
25466 \end_layout
25467
25468 \begin_layout Standard
25469 \begin_inset VSpace bigskip
25470 \end_inset
25471
25472
25473 \begin_inset Marginal
25474 status open
25475
25476 \begin_layout Plain Layout
25477
25478 \family roman
25479 \series medium
25480 EinSehrLangesWort am Anfang, das umgebrochen wird.
25481 \end_layout
25482
25483 \end_inset
25484
25485  Ähnlich wie in Abschnitt
25486 \begin_inset space ~
25487 \end_inset
25488
25489
25490 \begin_inset CommandInset ref
25491 LatexCommand ref
25492 reference "uab:Mehrfache-Zeilen-in"
25493
25494 \end_inset
25495
25496  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
25497  Wort der Randnotiz sind.
25498  Um das zu vermeiden, fügen sie 0
25499 \begin_inset space \thinspace{}
25500 \end_inset
25501
25502 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
25503 \begin_inset Marginal
25504 status open
25505
25506 \begin_layout Plain Layout
25507 \begin_inset space \hspace{}
25508 \length 0pt
25509 \end_inset
25510
25511
25512 \family roman
25513 \series medium
25514 EinSehrLangesWort am Anfang, das umgebrochen wird.
25515 \end_layout
25516
25517 \end_inset
25518
25519
25520 \end_layout
25521
25522 \begin_layout Standard
25523 \begin_inset VSpace bigskip
25524 \end_inset
25525
25526
25527 \end_layout
25528
25529 \begin_layout Standard
25530 \begin_inset Note Greyedout
25531 status open
25532
25533 \begin_layout Plain Layout
25534
25535 \series bold
25536 Bemerkung:
25537 \series default
25538  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
25539  verwendet werden.
25540 \end_layout
25541
25542 \end_inset
25543
25544
25545 \end_layout
25546
25547 \begin_layout Standard
25548 \begin_inset VSpace bigskip
25549 \end_inset
25550
25551
25552 \end_layout
25553
25554 \begin_layout Standard
25555 \begin_inset ERT
25556 status collapsed
25557
25558 \begin_layout Plain Layout
25559
25560
25561 \backslash
25562 ifmarginnote
25563 \end_layout
25564
25565 \end_inset
25566
25567
25568 \begin_inset Note Note
25569 status open
25570
25571 \begin_layout Plain Layout
25572 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
25573 \series bold
25574 marginnote
25575 \series default
25576  installiert ist.
25577 \end_layout
25578
25579 \end_inset
25580
25581
25582 \end_layout
25583
25584 \begin_layout Standard
25585 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
25586 \series bold
25587 marginnote
25588 \series default
25589
25590 \begin_inset Index
25591 status collapsed
25592
25593 \begin_layout Plain Layout
25594 LaTeX-Pakete ! marginnote
25595 \end_layout
25596
25597 \end_inset
25598
25599  verwendet wird.
25600  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
25601  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
25602  des Pakets 
25603 \series bold
25604 marginnote
25605 \series default
25606  für Randnotizen verwendet wird:
25607 \end_layout
25608
25609 \begin_layout Standard
25610
25611 \series bold
25612
25613 \backslash
25614 usepackage{marginnote}
25615 \begin_inset Newline newline
25616 \end_inset
25617
25618
25619 \backslash
25620 let
25621 \backslash
25622 marginpar
25623 \backslash
25624 marginnote
25625 \end_layout
25626
25627 \begin_layout Standard
25628 Dies wird auch in diesem Dokument verwendet, denn 
25629 \series bold
25630 marginnote
25631 \series default
25632  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
25633  für Randnotizen angeben.
25634  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
25635 n zu dicht beieinander sind.
25636  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
25637  Schema
25638 \end_layout
25639
25640 \begin_layout Standard
25641
25642 \series bold
25643 [Versatz]
25644 \end_layout
25645
25646 \begin_layout Standard
25647 angegeben.
25648  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
25649 \begin_inset space ~
25650 \end_inset
25651
25652
25653 \begin_inset CommandInset ref
25654 LatexCommand ref
25655 reference "tab:Maßeinheiten"
25656
25657 \end_inset
25658
25659  aufgelistet sind.
25660  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
25661  nach unten.
25662  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
25663 \begin_inset space \thinspace{}
25664 \end_inset
25665
25666 cm mit dem TeX-Code-Befehl  
25667 \begin_inset Quotes gld
25668 \end_inset
25669
25670
25671 \series bold
25672 [-1.5cm]
25673 \series default
25674
25675 \begin_inset Quotes grd
25676 \end_inset
25677
25678  nach oben versetzt.
25679 \begin_inset Marginal
25680 status open
25681
25682 \begin_layout Plain Layout
25683 Diese Randnotiz ist 1.5
25684 \begin_inset space \thinspace{}
25685 \end_inset
25686
25687 cm von ihrer Originalposition nach oben versetzt.
25688 \end_layout
25689
25690 \end_inset
25691
25692
25693 \begin_inset ERT
25694 status collapsed
25695
25696 \begin_layout Plain Layout
25697
25698 [-1.5cm]
25699 \end_layout
25700
25701 \end_inset
25702
25703
25704 \end_layout
25705
25706 \begin_layout Standard
25707 \begin_inset VSpace medskip
25708 \end_inset
25709
25710 Mit 
25711 \series bold
25712 marginnote
25713 \series default
25714  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
25715  Zum Beispiel setzen die Befehle
25716 \end_layout
25717
25718 \begin_layout Standard
25719
25720 \series bold
25721
25722 \backslash
25723 renewcommand*{
25724 \backslash
25725 raggedleftmarginnote}{
25726 \backslash
25727 centering}
25728 \begin_inset Newline newline
25729 \end_inset
25730
25731
25732 \backslash
25733 renewcommand*{
25734 \backslash
25735 raggedrightmarginnote}{
25736 \backslash
25737 centering}
25738 \end_layout
25739
25740 \begin_layout Standard
25741 die Ausrichtung auf zentriert.
25742  
25743 \series bold
25744
25745 \backslash
25746 raggedleftmarginnote
25747 \series default
25748  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
25749  
25750 \begin_inset ERT
25751 status collapsed
25752
25753 \begin_layout Plain Layout
25754
25755
25756 \backslash
25757 renewcommand*{
25758 \backslash
25759 raggedleftmarginnote}{
25760 \backslash
25761 centering}
25762 \end_layout
25763
25764 \begin_layout Plain Layout
25765
25766
25767 \backslash
25768 renewcommand*{
25769 \backslash
25770 raggedrightmarginnote}{
25771 \backslash
25772 centering}
25773 \end_layout
25774
25775 \end_inset
25776
25777
25778 \begin_inset Marginal
25779 status open
25780
25781 \begin_layout Plain Layout
25782 Der Text dieser Randnotiz ist zentriert ausgerichtet.
25783 \end_layout
25784
25785 \end_inset
25786
25787  Die Voreinstellung ist
25788 \end_layout
25789
25790 \begin_layout Standard
25791
25792 \series bold
25793
25794 \backslash
25795 renewcommand*{
25796 \backslash
25797 raggedleftmarginnote}{
25798 \backslash
25799 raggedleft}
25800 \begin_inset Newline newline
25801 \end_inset
25802
25803
25804 \backslash
25805 renewcommand*{
25806 \backslash
25807 raggedrightmarginnote}{
25808 \backslash
25809 raggedright}
25810 \series default
25811
25812 \begin_inset ERT
25813 status collapsed
25814
25815 \begin_layout Plain Layout
25816
25817
25818 \backslash
25819 renewcommand*{
25820 \backslash
25821 raggedleftmarginnote}{
25822 \backslash
25823 raggedleft}
25824 \end_layout
25825
25826 \begin_layout Plain Layout
25827
25828
25829 \backslash
25830 renewcommand*{
25831 \backslash
25832 raggedrightmarginnote}{
25833 \backslash
25834 raggedright}
25835 \end_layout
25836
25837 \end_inset
25838
25839
25840 \end_layout
25841
25842 \begin_layout Standard
25843 \begin_inset VSpace medskip
25844 \end_inset
25845
25846 Für weitere Fähigkeiten des Pakets 
25847 \series bold
25848 marginnote
25849 \series default
25850  sei auf dessen Dokumentation verwiesen 
25851 \begin_inset CommandInset citation
25852 LatexCommand cite
25853 key "marginnote"
25854
25855 \end_inset
25856
25857 .
25858 \end_layout
25859
25860 \begin_layout Standard
25861 \begin_inset VSpace bigskip
25862 \end_inset
25863
25864 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
25865  geändert werden.
25866  Um z.
25867 \begin_inset space \thinspace{}
25868 \end_inset
25869
25870 B.
25871  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
25872  und fettgedruckten Text 
25873 \begin_inset Quotes eld
25874 \end_inset
25875
25876
25877 \family sans
25878 \series bold
25879 \bar under
25880 Achtung!
25881 \family default
25882 \series default
25883 \bar default
25884
25885 \begin_inset Quotes erd
25886 \end_inset
25887
25888  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
25889 \end_layout
25890
25891 \begin_layout Standard
25892
25893 \series bold
25894
25895 \backslash
25896 let
25897 \backslash
25898 myMarginpar
25899 \backslash
25900 marginpar
25901 \begin_inset Newline newline
25902 \end_inset
25903
25904
25905 \backslash
25906 renewcommand{
25907 \backslash
25908 marginpar}[1]{
25909 \backslash
25910 myMarginpar{%
25911 \begin_inset Newline newline
25912 \end_inset
25913
25914
25915 \begin_inset ERT
25916 status collapsed
25917
25918 \begin_layout Plain Layout
25919
25920
25921 \backslash
25922 hphantom{ }
25923 \end_layout
25924
25925 \end_inset
25926
25927
25928 \backslash
25929 hspace{0pt}
25930 \backslash
25931 textsf{
25932 \backslash
25933 textbf{
25934 \backslash
25935 underbar{Achtung!}}}%
25936 \begin_inset Newline newline
25937 \end_inset
25938
25939
25940 \begin_inset ERT
25941 status collapsed
25942
25943 \begin_layout Plain Layout
25944
25945
25946 \backslash
25947 hphantom{ }
25948 \end_layout
25949
25950 \end_inset
25951
25952
25953 \backslash
25954 vspace{1.5mm}
25955 \backslash
25956
25957 \backslash
25958 #1}}
25959 \end_layout
25960
25961 \begin_layout Standard
25962 \begin_inset ERT
25963 status collapsed
25964
25965 \begin_layout Plain Layout
25966
25967
25968 \backslash
25969 let
25970 \backslash
25971 myMarginpar
25972 \backslash
25973 marginpar
25974 \end_layout
25975
25976 \begin_layout Plain Layout
25977
25978
25979 \backslash
25980 renewcommand{
25981 \backslash
25982 marginpar}[1]{
25983 \backslash
25984 myMarginpar{%
25985 \end_layout
25986
25987 \begin_layout Plain Layout
25988
25989    
25990 \backslash
25991 textsf{
25992 \backslash
25993 textbf{
25994 \backslash
25995 underbar{Achtung!}}}%
25996 \end_layout
25997
25998 \begin_layout Plain Layout
25999
26000    
26001 \backslash
26002 vspace{1.5mm}
26003 \backslash
26004
26005 \backslash
26006 #1}}
26007 \end_layout
26008
26009 \end_inset
26010
26011
26012 \begin_inset Marginal
26013 status open
26014
26015 \begin_layout Plain Layout
26016 Dies ist eine Randnotiz mit einer definierten Überschrift.
26017 \end_layout
26018
26019 \end_inset
26020
26021
26022 \begin_inset ERT
26023 status collapsed
26024
26025 \begin_layout Plain Layout
26026
26027 [-1.5cm]
26028 \end_layout
26029
26030 \end_inset
26031
26032
26033 \begin_inset ERT
26034 status collapsed
26035
26036 \begin_layout Plain Layout
26037
26038
26039 \backslash
26040 renewcommand{
26041 \backslash
26042 marginpar}[1]{
26043 \backslash
26044 myMarginpar{#1}}
26045 \end_layout
26046
26047 \end_inset
26048
26049
26050 \begin_inset Note Note
26051 status open
26052
26053 \begin_layout Plain Layout
26054 Das Format wurde nur für dieses Beispiel geändert.
26055 \end_layout
26056
26057 \end_inset
26058
26059
26060 \end_layout
26061
26062 \begin_layout Standard
26063 \begin_inset ERT
26064 status collapsed
26065
26066 \begin_layout Plain Layout
26067
26068
26069 \backslash
26070 else
26071 \end_layout
26072
26073 \end_inset
26074
26075
26076 \begin_inset Note Note
26077 status open
26078
26079 \begin_layout Plain Layout
26080 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26081 \series bold
26082 marginnote
26083 \series default
26084  nicht installiert ist:
26085 \end_layout
26086
26087 \end_inset
26088
26089
26090 \end_layout
26091
26092 \begin_layout Standard
26093 Das LaTeX-Paket 
26094 \series bold
26095 marginnote
26096 \series default
26097  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26098 \end_layout
26099
26100 \begin_layout Standard
26101 \begin_inset ERT
26102 status collapsed
26103
26104 \begin_layout Plain Layout
26105
26106
26107 \backslash
26108 fi
26109 \end_layout
26110
26111 \end_inset
26112
26113
26114 \end_layout
26115
26116 \begin_layout Chapter
26117 Boxen
26118 \end_layout
26119
26120 \begin_layout Section
26121 Einleitung
26122 \begin_inset Index
26123 status collapsed
26124
26125 \begin_layout Plain Layout
26126 Boxen ! Einleitung
26127 \end_layout
26128
26129 \end_inset
26130
26131
26132 \end_layout
26133
26134 \begin_layout Standard
26135 Boxen werden benutzt, um einen Textblock zu formatieren.
26136  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26137  siehe Abschnitt
26138 \begin_inset space ~
26139 \end_inset
26140
26141
26142 \begin_inset CommandInset ref
26143 LatexCommand ref
26144 reference "abs:Minipage"
26145
26146 \end_inset
26147
26148 , um Text zu umrahmen, siehe Abschnitt
26149 \begin_inset space ~
26150 \end_inset
26151
26152
26153 \begin_inset CommandInset ref
26154 LatexCommand ref
26155 reference "uab:Verzierung"
26156
26157 \end_inset
26158
26159 , um Silbentrennung zu verhindern, siehe Abschnitt
26160 \begin_inset space ~
26161 \end_inset
26162
26163
26164 \begin_inset CommandInset ref
26165 LatexCommand ref
26166 reference "abs:Silbentrennung-unterbinden"
26167
26168 \end_inset
26169
26170 , um Text senkrecht auszurichten, siehe Abschnitt
26171 \begin_inset space ~
26172 \end_inset
26173
26174
26175 \begin_inset CommandInset ref
26176 LatexCommand ref
26177 reference "uab:Vertikale-Ausrichtung"
26178
26179 \end_inset
26180
26181  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
26182 \begin_inset space ~
26183 \end_inset
26184
26185
26186 \begin_inset CommandInset ref
26187 LatexCommand ref
26188 reference "abs:Farbige-Boxen"
26189
26190 \end_inset
26191
26192 .
26193 \end_layout
26194
26195 \begin_layout Standard
26196 Boxen werden mit 
26197 \family sans
26198 Einfügen\SpecialChar \menuseparator
26199 Box
26200 \family default
26201  oder dem Schalter 
26202 \begin_inset Graphics
26203         filename ../../images/box-insert.png
26204         scale 70
26205         scaleBeforeRotation
26206
26207 \end_inset
26208
26209  eingefügt.
26210  Ein graues Kästchen mit der Aufschrift 
26211 \begin_inset Quotes gld
26212 \end_inset
26213
26214 Box (Minipage)
26215 \begin_inset Quotes grd
26216 \end_inset
26217
26218  erscheint: 
26219 \begin_inset Graphics
26220         filename clipart/StandardBoxQt4.png
26221         scale 85
26222         scaleBeforeRotation
26223
26224 \end_inset
26225
26226  Mit einem Rechts\SpecialChar \-
26227 klick auf das graue Kästchen kann der Typ spezifiziert
26228  werden.
26229  Das Dialogfenster bietet bei 
26230 \family sans
26231 Innere
26232 \begin_inset space ~
26233 \end_inset
26234
26235 Box
26236 \family default
26237  die Typen 
26238 \family sans
26239 Parbox
26240 \family default
26241  und 
26242 \family sans
26243 Minipage
26244 \family default
26245  an.
26246  
26247 \family sans
26248 Minipage
26249 \family default
26250  ist die Standard-Einstellung für neue Boxen und in Abschnitt
26251 \begin_inset space ~
26252 \end_inset
26253
26254
26255 \begin_inset CommandInset ref
26256 LatexCommand ref
26257 reference "abs:Minipage"
26258
26259 \end_inset
26260
26261  beschrieben, 
26262 \family sans
26263 Parbox
26264 \family default
26265  in Abschnitt
26266 \begin_inset space ~
26267 \end_inset
26268
26269
26270 \begin_inset CommandInset ref
26271 LatexCommand ref
26272 reference "abs:Parbox"
26273
26274 \end_inset
26275
26276 .
26277 \end_layout
26278
26279 \begin_layout Standard
26280 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
26281  wie auf Gleitobjekte und Fußnoten.
26282 \end_layout
26283
26284 \begin_layout Standard
26285 \begin_inset Note Greyedout
26286 status open
26287
26288 \begin_layout Plain Layout
26289
26290 \series bold
26291 Bemerkung
26292 \begin_inset space ~
26293 \end_inset
26294
26295 1:
26296 \series default
26297  Boxen dürfen in 
26298 \family sans
26299 List-
26300 \family default
26301  oder 
26302 \family sans
26303 Beschreibung-
26304 \family default
26305 Umgebungen nicht verwendet werden.
26306 \end_layout
26307
26308 \end_inset
26309
26310
26311 \end_layout
26312
26313 \begin_layout Standard
26314 \begin_inset Note Greyedout
26315 status open
26316
26317 \begin_layout Plain Layout
26318
26319 \series bold
26320 Bemerkung
26321 \begin_inset space ~
26322 \end_inset
26323
26324 2:
26325 \series default
26326  Boxen ohne 
26327 \family sans
26328 Innere
26329 \begin_inset space ~
26330 \end_inset
26331
26332 Box
26333 \family default
26334  und ohne Rahmen werden in Abschnitt
26335 \begin_inset space ~
26336 \end_inset
26337
26338
26339 \begin_inset CommandInset ref
26340 LatexCommand ref
26341 reference "abs:Silbentrennung-unterbinden"
26342
26343 \end_inset
26344
26345  beschrieben.
26346 \end_layout
26347
26348 \end_inset
26349
26350
26351 \end_layout
26352
26353 \begin_layout Section
26354 Das Box-Einstellungen-Fenster
26355 \begin_inset CommandInset label
26356 LatexCommand label
26357 name "abs:Box-Dialog"
26358
26359 \end_inset
26360
26361
26362 \begin_inset Index
26363 status collapsed
26364
26365 \begin_layout Plain Layout
26366 Boxen ! Box-Dialog-Fenster
26367 \end_layout
26368
26369 \end_inset
26370
26371
26372 \end_layout
26373
26374 \begin_layout Subsection
26375 Box-Größe
26376 \begin_inset Index
26377 status collapsed
26378
26379 \begin_layout Plain Layout
26380 Boxen ! Größe
26381 \end_layout
26382
26383 \end_inset
26384
26385
26386 \end_layout
26387
26388 \begin_layout Standard
26389 Im 
26390 \family sans
26391 Box-Einstellungen
26392 \family default
26393 -Fenster können Sie die Größe der Box mit 
26394 \family sans
26395 Breite
26396 \family default
26397  und 
26398 \family sans
26399 Höhe 
26400 \family default
26401 festlegen.
26402  Die verfügbaren Einheiten werden in Tabelle
26403 \begin_inset space ~
26404 \end_inset
26405
26406
26407 \begin_inset CommandInset ref
26408 LatexCommand ref
26409 reference "tab:Maßeinheiten"
26410
26411 \end_inset
26412
26413  aufgelistet.
26414  Das Feld
26415 \family sans
26416  Höhe
26417 \family default
26418  bietet die folgenden zusätzlichen Größen:
26419 \end_layout
26420
26421 \begin_layout Description
26422 Tiefe Dies ist die reine Text-
26423 \begin_inset Quotes gld
26424 \end_inset
26425
26426 Höhe
26427 \begin_inset Quotes grd
26428 \end_inset
26429
26430 .
26431  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
26432 \begin_inset Newline newline
26433 \end_inset
26434
26435
26436 \begin_inset Newline newline
26437 \end_inset
26438
26439
26440 \begin_inset Newline newline
26441 \end_inset
26442
26443
26444 \begin_inset Box Boxed
26445 position "c"
26446 hor_pos "c"
26447 has_inner_box 1
26448 inner_pos "c"
26449 use_parbox 0
26450 width "12col%"
26451 special "none"
26452 height "1in"
26453 height_special "depth"
26454 status collapsed
26455
26456 \begin_layout Plain Layout
26457 \align center
26458 Box-Höhe = 1
26459 \begin_inset space \thinspace{}
26460 \end_inset
26461
26462 Tiefe
26463 \end_layout
26464
26465 \end_inset
26466
26467
26468 \begin_inset Newline newline
26469 \end_inset
26470
26471
26472 \begin_inset Newline newline
26473 \end_inset
26474
26475
26476 \end_layout
26477
26478 \begin_layout Description
26479 Höhe Dies ist die Texthöhe innerhalb der Box.
26480  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
26481  Texthöhe setzen: 
26482 \begin_inset Box Boxed
26483 position "c"
26484 hor_pos "c"
26485 has_inner_box 1
26486 inner_pos "c"
26487 use_parbox 0
26488 width "20col%"
26489 special "none"
26490 height "2in"
26491 height_special "height"
26492 status collapsed
26493
26494 \begin_layout Plain Layout
26495 \align center
26496 Boxhöhe = 2
26497 \begin_inset space \thinspace{}
26498 \end_inset
26499
26500 Höhe
26501 \end_layout
26502
26503 \end_inset
26504
26505
26506 \end_layout
26507
26508 \begin_layout Description
26509 Gesamthöhe Dies ist Höhe
26510 \begin_inset space \thinspace{}
26511 \end_inset
26512
26513 +
26514 \begin_inset space \thinspace{}
26515 \end_inset
26516
26517 Tiefe: 
26518 \begin_inset Box Boxed
26519 position "c"
26520 hor_pos "c"
26521 has_inner_box 1
26522 inner_pos "c"
26523 use_parbox 0
26524 width "20col%"
26525 special "none"
26526 height "1in"
26527 height_special "totalheight"
26528 status collapsed
26529
26530 \begin_layout Plain Layout
26531 \align center
26532 Boxhöhe = 1
26533 \begin_inset space \thinspace{}
26534 \end_inset
26535
26536 Gesamthöhe
26537 \end_layout
26538
26539 \end_inset
26540
26541
26542 \end_layout
26543
26544 \begin_layout Description
26545 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
26546 \begin_inset Box Boxed
26547 position "c"
26548 hor_pos "c"
26549 has_inner_box 1
26550 inner_pos "c"
26551 use_parbox 0
26552 width "12col%"
26553 special "none"
26554 height "1in"
26555 height_special "width"
26556 status collapsed
26557
26558 \begin_layout Plain Layout
26559 \align center
26560 Boxhöhe = 1
26561 \begin_inset space \thinspace{}
26562 \end_inset
26563
26564 Breite
26565 \end_layout
26566
26567 \end_inset
26568
26569
26570 \end_layout
26571
26572 \begin_layout Subsection
26573 Ausrichtung
26574 \begin_inset Index
26575 status collapsed
26576
26577 \begin_layout Plain Layout
26578 Boxen ! Ausrichtung
26579 \end_layout
26580
26581 \end_inset
26582
26583
26584 \end_layout
26585
26586 \begin_layout Standard
26587 Wenn Sie eine 
26588 \family sans
26589 Innere
26590 \begin_inset space ~
26591 \end_inset
26592
26593 Box
26594 \family default
26595  gewählt haben, kann die Box mit folgenden Werten für 
26596 \family sans
26597 Box
26598 \family default
26599  senkrecht ausgerichtet werden:
26600 \end_layout
26601
26602 \begin_layout Description
26603 Oben Dies ist ein Beispieltext.
26604  
26605 \begin_inset Box Boxed
26606 position "t"
26607 hor_pos "c"
26608 has_inner_box 1
26609 inner_pos "c"
26610 use_parbox 0
26611 width "20col%"
26612 special "none"
26613 height "1in"
26614 height_special "totalheight"
26615 status collapsed
26616
26617 \begin_layout Plain Layout
26618 \align center
26619 Die Ober\SpecialChar \-
26620 kante der Box ist in der Zeile.
26621 \end_layout
26622
26623 \end_inset
26624
26625  Dies ist ein Beispieltext.
26626 \end_layout
26627
26628 \begin_layout Description
26629 Mitte Dies ist ein Beispieltext.
26630  
26631 \begin_inset Box Boxed
26632 position "c"
26633 hor_pos "c"
26634 has_inner_box 1
26635 inner_pos "c"
26636 use_parbox 0
26637 width "20col%"
26638 special "none"
26639 height "1in"
26640 height_special "totalheight"
26641 status collapsed
26642
26643 \begin_layout Plain Layout
26644 \align center
26645 Die Mitte der Box ist in der Zeile.
26646 \end_layout
26647
26648 \end_inset
26649
26650  Dies ist ein Beispieltext.
26651 \end_layout
26652
26653 \begin_layout Description
26654 Unten Dies ist ein Beispieltext.
26655  
26656 \begin_inset Box Boxed
26657 position "b"
26658 hor_pos "c"
26659 has_inner_box 1
26660 inner_pos "c"
26661 use_parbox 0
26662 width "20col%"
26663 special "none"
26664 height "1in"
26665 height_special "totalheight"
26666 status collapsed
26667
26668 \begin_layout Plain Layout
26669 \align center
26670 Die Unter\SpecialChar \-
26671 kante der Box ist in der Zeile.
26672 \end_layout
26673
26674 \end_inset
26675
26676  Dies ist ein Beispieltext.
26677 \end_layout
26678
26679 \begin_layout Standard
26680 \begin_inset Note Greyedout
26681 status open
26682
26683 \begin_layout Plain Layout
26684
26685 \series bold
26686 Bemerkung:
26687 \series default
26688  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
26689  Boxen in einer Zeile sind und eine Box z.
26690 \begin_inset space \thinspace{}
26691 \end_inset
26692
26693 B.
26694  schattiert ist, die andere abere nicht.
26695 \end_layout
26696
26697 \end_inset
26698
26699
26700 \end_layout
26701
26702 \begin_layout Standard
26703 Eine Box kann mit dem Dialog 
26704 \family sans
26705 Absatz-Einstellungen
26706 \family default
26707  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
26708 \end_layout
26709
26710 \begin_layout Standard
26711 \begin_inset VSpace bigskip
26712 \end_inset
26713
26714 Wenn Sie eine 
26715 \family sans
26716 Innere
26717 \begin_inset space ~
26718 \end_inset
26719
26720 Box
26721 \family default
26722  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
26723 \family sans
26724 Inhalt
26725 \family default
26726  senkrecht ausgerichtet werden:
26727 \end_layout
26728
26729 \begin_layout Description
26730 Oben Dies ist ein Beispieltext.
26731  
26732 \begin_inset Box Boxed
26733 position "c"
26734 hor_pos "c"
26735 has_inner_box 1
26736 inner_pos "t"
26737 use_parbox 0
26738 width "20col%"
26739 special "none"
26740 height "1.5in"
26741 height_special "totalheight"
26742 status collapsed
26743
26744 \begin_layout Plain Layout
26745 \align center
26746 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
26747 \end_layout
26748
26749 \end_inset
26750
26751  Dies ist ein Beispieltext.
26752 \end_layout
26753
26754 \begin_layout Description
26755 Mitte Dies ist ein Beispieltext.
26756  
26757 \begin_inset Box Boxed
26758 position "c"
26759 hor_pos "c"
26760 has_inner_box 1
26761 inner_pos "c"
26762 use_parbox 0
26763 width "20col%"
26764 special "none"
26765 height "1.5in"
26766 height_special "totalheight"
26767 status collapsed
26768
26769 \begin_layout Plain Layout
26770 \align center
26771 Der Boxinhalt ist zentriert ausgerichtet.
26772 \end_layout
26773
26774 \end_inset
26775
26776  Dies ist ein Beispieltext.
26777 \end_layout
26778
26779 \begin_layout Description
26780 Unten Dies ist ein Beispieltext.
26781  
26782 \begin_inset Box Boxed
26783 position "c"
26784 hor_pos "c"
26785 has_inner_box 1
26786 inner_pos "b"
26787 use_parbox 0
26788 width "20col%"
26789 special "none"
26790 height "1.5in"
26791 height_special "totalheight"
26792 status collapsed
26793
26794 \begin_layout Plain Layout
26795 \align center
26796 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
26797 \end_layout
26798
26799 \end_inset
26800
26801  Dies ist ein Beispieltext.
26802 \end_layout
26803
26804 \begin_layout Description
26805 Dehnen Dies ist ein Beispieltext.
26806  
26807 \begin_inset Box Boxed
26808 position "c"
26809 hor_pos "c"
26810 has_inner_box 1
26811 inner_pos "s"
26812 use_parbox 0
26813 width "20col%"
26814 special "none"
26815 height "1in"
26816 height_special "totalheight"
26817 status collapsed
26818
26819 \begin_layout Plain Layout
26820 \align center
26821 Der Boxinhalt
26822 \end_layout
26823
26824 \begin_layout Plain Layout
26825 \align center
26826 ist über die
26827 \end_layout
26828
26829 \begin_layout Plain Layout
26830 \align center
26831 Boxhöhe
26832 \end_layout
26833
26834 \begin_layout Plain Layout
26835 \align center
26836 gleichmäßig verteilt.
26837 \end_layout
26838
26839 \end_inset
26840
26841  Dies ist ein Beispieltext.
26842 \end_layout
26843
26844 \begin_layout Standard
26845 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
26846  besteht.
26847  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
26848 \end_layout
26849
26850 \begin_layout Standard
26851 Ein Boxinhalt kann mit dem Dialog 
26852 \family sans
26853 Absatz-Einstellungen
26854 \family default
26855  waagerecht ausgerichtet werden, wenn Sie eine
26856 \family sans
26857  Innere
26858 \begin_inset space ~
26859 \end_inset
26860
26861 Box
26862 \family default
26863  gewählt haben.
26864 \end_layout
26865
26866 \begin_layout Standard
26867 \align center
26868 \begin_inset Box Boxed
26869 position "c"
26870 hor_pos "c"
26871 has_inner_box 1
26872 inner_pos "s"
26873 use_parbox 0
26874 width "30col%"
26875 special "none"
26876 height "1.25in"
26877 height_special "totalheight"
26878 status collapsed
26879
26880 \begin_layout Plain Layout
26881 \align left
26882 Hier ist jede Zeile
26883 \end_layout
26884
26885 \begin_layout Plain Layout
26886 \align center
26887 anders
26888 \end_layout
26889
26890 \begin_layout Plain Layout
26891 \align right
26892 ausgerichtet.
26893 \end_layout
26894
26895 \end_inset
26896
26897
26898 \end_layout
26899
26900 \begin_layout Standard
26901 Wenn Sie keine
26902 \family sans
26903  Innere
26904 \begin_inset space ~
26905 \end_inset
26906
26907 Box
26908 \family default
26909  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
26910 \family sans
26911 Box-Einstellungen-
26912 \family default
26913 Dialog ausrichten
26914 \end_layout
26915
26916 \begin_layout Standard
26917 \align center
26918 \begin_inset Box Boxed
26919 position "c"
26920 hor_pos "s"
26921 has_inner_box 0
26922 inner_pos "s"
26923 use_parbox 0
26924 width "90col%"
26925 special "none"
26926 height "1.25in"
26927 height_special "totalheight"
26928 status collapsed
26929
26930 \begin_layout Plain Layout
26931 \align left
26932 Dieser Boxinhalt wurde horizontal gedehnt.
26933 \end_layout
26934
26935 \end_inset
26936
26937
26938 \end_layout
26939
26940 \begin_layout Subsection
26941 Verzierung
26942 \begin_inset CommandInset label
26943 LatexCommand label
26944 name "uab:Verzierung"
26945
26946 \end_inset
26947
26948
26949 \begin_inset Index
26950 status collapsed
26951
26952 \begin_layout Plain Layout
26953 Boxen ! Verzierung
26954 \end_layout
26955
26956 \end_inset
26957
26958
26959 \end_layout
26960
26961 \begin_layout Standard
26962 Im 
26963 \family sans
26964 Box-Einstellungen-
26965 \family default
26966 Dialog können Sie mit der 
26967 \family sans
26968 Verzierung
26969 \family default
26970  den Typ der Box auswählen:
26971 \end_layout
26972
26973 \begin_layout Description
26974 Einfacher
26975 \begin_inset space ~
26976 \end_inset
26977
26978 rechteckiger
26979 \begin_inset space ~
26980 \end_inset
26981
26982 Rahmen Um die Box wird ein rechteckiger Rahmen gezogen.
26983  Die Rahmendicke wird durch 
26984 \series bold
26985
26986 \backslash
26987 fboxrule
26988 \series default
26989  festgelegt.
26990  
26991 \begin_inset Box Boxed
26992 position "c"
26993 hor_pos "c"
26994 has_inner_box 1
26995 inner_pos "c"
26996 use_parbox 0
26997 width "21col%"
26998 special "none"
26999 height "1in"
27000 height_special "totalheight"
27001 status collapsed
27002
27003 \begin_layout Plain Layout
27004
27005 \series medium
27006 Rechteckige
27007 \begin_inset space ~
27008 \end_inset
27009
27010 Box
27011 \end_layout
27012
27013 \end_inset
27014
27015
27016 \end_layout
27017
27018 \begin_layout Description
27019 Seitenumbruch
27020 \begin_inset space ~
27021 \end_inset
27022
27023 erlaubt Wenn Sie die Verzierung 
27024 \family sans
27025 Einfacher rechteckiger Rahmen
27026 \family default
27027  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
27028  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
27029  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
27030  für sich ist und 
27031 \series bold
27032
27033 \backslash
27034 fboxrule
27035 \series default
27036  und 
27037 \series bold
27038
27039 \backslash
27040 fboxsep
27041 \series default
27042  keinen Einfluss auf diesen Box Typ haben.
27043  Die Rahmendicke wird durch 
27044 \series bold
27045
27046 \backslash
27047 FrameRule
27048 \series default
27049  festgelegt.
27050  
27051 \begin_inset Box Framed
27052 position "t"
27053 hor_pos "c"
27054 has_inner_box 0
27055 inner_pos "t"
27056 use_parbox 0
27057 width "100col%"
27058 special "none"
27059 height "1in"
27060 height_special "totalheight"
27061 status collapsed
27062
27063 \begin_layout Plain Layout
27064 Seitenumbruch erlaubt Box
27065 \end_layout
27066
27067 \end_inset
27068
27069
27070 \end_layout
27071
27072 \begin_layout Description
27073 Ovaler
27074 \begin_inset space ~
27075 \end_inset
27076
27077 Rahmen,
27078 \begin_inset space ~
27079 \end_inset
27080
27081 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27082  Die Rahmendicke ist 0.4
27083 \begin_inset space \thinspace{}
27084 \end_inset
27085
27086 pt.
27087  
27088 \begin_inset Box ovalbox
27089 position "c"
27090 hor_pos "c"
27091 has_inner_box 1
27092 inner_pos "c"
27093 use_parbox 0
27094 width "20col%"
27095 special "none"
27096 height "1in"
27097 height_special "totalheight"
27098 status collapsed
27099
27100 \begin_layout Plain Layout
27101 Ovale
27102 \begin_inset space ~
27103 \end_inset
27104
27105 Box,
27106 \begin_inset space ~
27107 \end_inset
27108
27109 dünn
27110 \end_layout
27111
27112 \end_inset
27113
27114
27115 \end_layout
27116
27117 \begin_layout Description
27118 Ovaler
27119 \begin_inset space ~
27120 \end_inset
27121
27122 Rahmen,
27123 \begin_inset space ~
27124 \end_inset
27125
27126 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27127  Die Rahmendicke ist 0.8
27128 \begin_inset space \thinspace{}
27129 \end_inset
27130
27131 pt.
27132  
27133 \begin_inset Box Ovalbox
27134 position "c"
27135 hor_pos "c"
27136 has_inner_box 1
27137 inner_pos "c"
27138 use_parbox 0
27139 width "20col%"
27140 special "none"
27141 height "1in"
27142 height_special "totalheight"
27143 status collapsed
27144
27145 \begin_layout Plain Layout
27146 Ovale
27147 \begin_inset space ~
27148 \end_inset
27149
27150 Box,
27151 \begin_inset space ~
27152 \end_inset
27153
27154 dick
27155 \end_layout
27156
27157 \end_inset
27158
27159
27160 \end_layout
27161
27162 \begin_layout Description
27163 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
27164  Die Rahmendicke wird durch 
27165 \series bold
27166
27167 \backslash
27168 fboxrule
27169 \series default
27170  festgelegt, der Schatten ist 4
27171 \begin_inset space \thinspace{}
27172 \end_inset
27173
27174 pt breit.
27175 \begin_inset Newline newline
27176 \end_inset
27177
27178
27179 \begin_inset Box Shadowbox
27180 position "c"
27181 hor_pos "c"
27182 has_inner_box 1
27183 inner_pos "c"
27184 use_parbox 0
27185 width "20col%"
27186 special "none"
27187 height "1in"
27188 height_special "totalheight"
27189 status collapsed
27190
27191 \begin_layout Plain Layout
27192 Schattierte
27193 \begin_inset space ~
27194 \end_inset
27195
27196 Box
27197 \end_layout
27198
27199 \end_inset
27200
27201
27202 \end_layout
27203
27204 \begin_layout Description
27205 Schattierter
27206 \begin_inset space ~
27207 \end_inset
27208
27209 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
27210  Im Gegensatz zu farbigen Boxen
27211 \begin_inset Foot
27212 status collapsed
27213
27214 \begin_layout Plain Layout
27215 siehe Abschnitt
27216 \begin_inset space ~
27217 \end_inset
27218
27219
27220 \begin_inset CommandInset ref
27221 LatexCommand ref
27222 reference "abs:Farbige-Boxen"
27223
27224 \end_inset
27225
27226
27227 \end_layout
27228
27229 \end_inset
27230
27231  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
27232  die Box ist ein Absatz für sich.
27233  
27234 \begin_inset Box Shaded
27235 position "t"
27236 hor_pos "c"
27237 has_inner_box 0
27238 inner_pos "t"
27239 use_parbox 0
27240 width "50col%"
27241 special "none"
27242 height "1in"
27243 height_special "totalheight"
27244 status collapsed
27245
27246 \begin_layout Plain Layout
27247 Schattierter Hintergrund Box
27248 \end_layout
27249
27250 \end_inset
27251
27252
27253 \end_layout
27254
27255 \begin_layout Description
27256 Doppelter
27257 \begin_inset space ~
27258 \end_inset
27259
27260 rechteckiger
27261 \begin_inset space ~
27262 \end_inset
27263
27264 Rahmen zeichnet einen doppelten Rahmen um die Box.
27265  Der innere Rahmen ist 0.75
27266 \begin_inset space \thinspace{}
27267 \end_inset
27268
27269
27270 \series bold
27271
27272 \backslash
27273 fboxrule
27274 \series default
27275  breit, der äußere 1.5
27276 \begin_inset space \thinspace{}
27277 \end_inset
27278
27279
27280 \series bold
27281
27282 \backslash
27283 fboxrule
27284 \series default
27285 , der Zwischenraum 1.5
27286 \begin_inset space \thinspace{}
27287 \end_inset
27288
27289
27290 \series bold
27291
27292 \backslash
27293 fboxrule
27294 \series default
27295
27296 \begin_inset space \thinspace{}
27297 \end_inset
27298
27299 +
27300 \begin_inset space \thinspace{}
27301 \end_inset
27302
27303 0.5
27304 \begin_inset space \thinspace{}
27305 \end_inset
27306
27307 pt.
27308  
27309 \begin_inset Box Doublebox
27310 position "c"
27311 hor_pos "c"
27312 has_inner_box 1
27313 inner_pos "c"
27314 use_parbox 0
27315 width "20col%"
27316 special "none"
27317 height "1in"
27318 height_special "totalheight"
27319 status collapsed
27320
27321 \begin_layout Plain Layout
27322 Doppelt
27323 \begin_inset space ~
27324 \end_inset
27325
27326 gerahmte
27327 \begin_inset space ~
27328 \end_inset
27329
27330 Box
27331 \end_layout
27332
27333 \end_inset
27334
27335
27336 \end_layout
27337
27338 \begin_layout Standard
27339 \begin_inset VSpace bigskip
27340 \end_inset
27341
27342 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
27343  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
27344 \series bold
27345 fancybox
27346 \series default
27347
27348 \begin_inset Index
27349 status collapsed
27350
27351 \begin_layout Plain Layout
27352 LaTeX-Pakete ! fancybox
27353 \end_layout
27354
27355 \end_inset
27356
27357  installiert sein.
27358 \end_layout
27359
27360 \begin_layout Section
27361 Box Anpassung
27362 \begin_inset Index
27363 status collapsed
27364
27365 \begin_layout Plain Layout
27366 Boxen ! Anpassung
27367 \end_layout
27368
27369 \end_inset
27370
27371
27372 \end_layout
27373
27374 \begin_layout Standard
27375 Der Standardwert für 
27376 \series bold
27377
27378 \backslash
27379 fboxrule
27380 \series default
27381  ist 0.4
27382 \begin_inset space \thinspace{}
27383 \end_inset
27384
27385 pt.
27386  Mit dem folgenden TeX-Code-Befehl kann er auf 2
27387 \begin_inset space \thinspace{}
27388 \end_inset
27389
27390 pt gesetzt werden:
27391 \end_layout
27392
27393 \begin_layout Standard
27394
27395 \series bold
27396
27397 \backslash
27398 setlength{
27399 \backslash
27400 fboxrule}{2pt}
27401 \end_layout
27402
27403 \begin_layout Standard
27404 \begin_inset ERT
27405 status collapsed
27406
27407 \begin_layout Plain Layout
27408
27409
27410 \backslash
27411 setlength{
27412 \backslash
27413 fboxrule}{2pt}
27414 \end_layout
27415
27416 \end_inset
27417
27418
27419 \begin_inset Box Boxed
27420 position "c"
27421 hor_pos "c"
27422 has_inner_box 1
27423 inner_pos "c"
27424 use_parbox 0
27425 width "30col%"
27426 special "none"
27427 height "1in"
27428 height_special "totalheight"
27429 status open
27430
27431 \begin_layout Plain Layout
27432 \align center
27433 Rechteckige Box mit einer Rahmenbreite von 2
27434 \begin_inset space \thinspace{}
27435 \end_inset
27436
27437 pt
27438 \end_layout
27439
27440 \end_inset
27441
27442
27443 \begin_inset ERT
27444 status collapsed
27445
27446 \begin_layout Plain Layout
27447
27448
27449 \backslash
27450 setlength{
27451 \backslash
27452 fboxrule}{0.4pt}
27453 \end_layout
27454
27455 \end_inset
27456
27457
27458 \begin_inset VSpace bigskip
27459 \end_inset
27460
27461
27462 \end_layout
27463
27464 \begin_layout Standard
27465 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
27466 \begin_inset space \thinspace{}
27467 \end_inset
27468
27469 pt.
27470  Sie können das ändern, indem Sie den Wert von 
27471 \series bold
27472
27473 \backslash
27474 fboxsep
27475 \series default
27476  mit einem TeX-Code-Befehl ändern:
27477 \end_layout
27478
27479 \begin_layout Standard
27480
27481 \series bold
27482
27483 \backslash
27484 setlength{
27485 \backslash
27486 fboxsep}{10pt}
27487 \end_layout
27488
27489 \begin_layout Standard
27490 setzt den Wert auf 10
27491 \begin_inset space \thinspace{}
27492 \end_inset
27493
27494 pt, wie in der folgenden Box:
27495 \end_layout
27496
27497 \begin_layout Standard
27498 \begin_inset ERT
27499 status collapsed
27500
27501 \begin_layout Plain Layout
27502
27503
27504 \backslash
27505 setlength{
27506 \backslash
27507 fboxsep}{10pt}
27508 \end_layout
27509
27510 \end_inset
27511
27512
27513 \begin_inset Box Boxed
27514 position "c"
27515 hor_pos "c"
27516 has_inner_box 1
27517 inner_pos "c"
27518 use_parbox 0
27519 width "25col%"
27520 special "none"
27521 height "1in"
27522 height_special "totalheight"
27523 status open
27524
27525 \begin_layout Plain Layout
27526 \align center
27527 Rechteckige Box mit 
27528 \series bold
27529
27530 \backslash
27531 fboxsep
27532 \series default
27533
27534 \begin_inset space \thinspace{}
27535 \end_inset
27536
27537 =
27538 \begin_inset space \thinspace{}
27539 \end_inset
27540
27541 10
27542 \begin_inset space \thinspace{}
27543 \end_inset
27544
27545 pt
27546 \end_layout
27547
27548 \end_inset
27549
27550
27551 \begin_inset ERT
27552 status collapsed
27553
27554 \begin_layout Plain Layout
27555
27556
27557 \backslash
27558 setlength{
27559 \backslash
27560 fboxsep}{3pt}
27561 \end_layout
27562
27563 \end_inset
27564
27565
27566 \end_layout
27567
27568 \begin_layout Standard
27569 \noindent
27570 \begin_inset VSpace bigskip
27571 \end_inset
27572
27573 Der Durchmesser der abgerundeten Ecken kann mit 
27574 \series bold
27575
27576 \backslash
27577 cornersize
27578 \series default
27579  gesetzt werden.
27580  Der TeX-Code-Befehl
27581 \end_layout
27582
27583 \begin_layout Standard
27584
27585 \series bold
27586
27587 \backslash
27588 cornersize*{1cm}
27589 \end_layout
27590
27591 \begin_layout Standard
27592 setzt den Durchmesser auf 1
27593 \begin_inset space \thinspace{}
27594 \end_inset
27595
27596 cm.
27597  Der TeX-Code-Befehl
27598 \end_layout
27599
27600 \begin_layout Standard
27601
27602 \series bold
27603
27604 \backslash
27605 cornersize{num}
27606 \end_layout
27607
27608 \begin_layout Standard
27609 setzt den Durchmesser auf 
27610 \family sans
27611 num
27612 \begin_inset space \thinspace{}
27613 \end_inset
27614
27615 ×
27616 \begin_inset space \thinspace{}
27617 \end_inset
27618
27619 Minimum(Breite der Box, Höhe der Box)
27620 \family default
27621 .
27622  Der Standardwert ist 
27623 \series bold
27624
27625 \backslash
27626 cornersize{0.5}
27627 \series default
27628 .
27629 \end_layout
27630
27631 \begin_layout Standard
27632 \begin_inset ERT
27633 status collapsed
27634
27635 \begin_layout Plain Layout
27636
27637
27638 \backslash
27639 cornersize*{1.5cm}
27640 \end_layout
27641
27642 \end_inset
27643
27644
27645 \begin_inset Box Ovalbox
27646 position "c"
27647 hor_pos "c"
27648 has_inner_box 1
27649 inner_pos "c"
27650 use_parbox 0
27651 width "30col%"
27652 special "none"
27653 height "1in"
27654 height_special "totalheight"
27655 status open
27656
27657 \begin_layout Plain Layout
27658 \align center
27659 Ovale Box, dicker Rand, mit 
27660 \series bold
27661
27662 \backslash
27663 cornersize
27664 \series default
27665
27666 \begin_inset space \thinspace{}
27667 \end_inset
27668
27669 =
27670 \begin_inset space \thinspace{}
27671 \end_inset
27672
27673 1.5
27674 \begin_inset space \thinspace{}
27675 \end_inset
27676
27677 cm
27678 \end_layout
27679
27680 \end_inset
27681
27682
27683 \begin_inset ERT
27684 status collapsed
27685
27686 \begin_layout Plain Layout
27687
27688
27689 \backslash
27690 cornersize{0.5}
27691 \end_layout
27692
27693 \end_inset
27694
27695
27696 \end_layout
27697
27698 \begin_layout Standard
27699 \begin_inset VSpace bigskip
27700 \end_inset
27701
27702 Die Breite des Schattens wird mit 
27703 \series bold
27704
27705 \backslash
27706 shadowsize
27707 \series default
27708  festgelegt.
27709  Mit dem TeX-Code-Befehl
27710 \end_layout
27711
27712 \begin_layout Standard
27713
27714 \series bold
27715
27716 \backslash
27717 setlength{
27718 \backslash
27719 shadowsize}{2pt}
27720 \end_layout
27721
27722 \begin_layout Standard
27723 wird er für die folgende Box auf 2
27724 \begin_inset space \thinspace{}
27725 \end_inset
27726
27727 pt festgelegt.
27728 \end_layout
27729
27730 \begin_layout Standard
27731 \begin_inset ERT
27732 status collapsed
27733
27734 \begin_layout Plain Layout
27735
27736
27737 \backslash
27738 setlength{
27739 \backslash
27740 shadowsize}{2pt}
27741 \end_layout
27742
27743 \end_inset
27744
27745
27746 \begin_inset Box Shadowbox
27747 position "c"
27748 hor_pos "c"
27749 has_inner_box 1
27750 inner_pos "c"
27751 use_parbox 0
27752 width "25col%"
27753 special "none"
27754 height "1in"
27755 height_special "totalheight"
27756 status open
27757
27758 \begin_layout Plain Layout
27759 \align center
27760 Schattierte Box mit 
27761 \series bold
27762
27763 \backslash
27764 shadowsize
27765 \series default
27766
27767 \begin_inset space \thinspace{}
27768 \end_inset
27769
27770 =
27771 \begin_inset space \thinspace{}
27772 \end_inset
27773
27774 2
27775 \begin_inset space \thinspace{}
27776 \end_inset
27777
27778 pt
27779 \end_layout
27780
27781 \end_inset
27782
27783
27784 \begin_inset ERT
27785 status collapsed
27786
27787 \begin_layout Plain Layout
27788
27789
27790 \backslash
27791 setlength{
27792 \backslash
27793 shadowsize}{4pt}
27794 \end_layout
27795
27796 \end_inset
27797
27798
27799 \end_layout
27800
27801 \begin_layout Standard
27802 \begin_inset VSpace bigskip
27803 \end_inset
27804
27805 Der Standardwert für 
27806 \series bold
27807
27808 \backslash
27809 FrameRule
27810 \series default
27811  ist 0.4
27812 \begin_inset space \thinspace{}
27813 \end_inset
27814
27815 pt.
27816  Der Standard-Abstand zwischen Rahmen und Text ist 9
27817 \begin_inset space \thinspace{}
27818 \end_inset
27819
27820 pt und kann mit dem Wert für 
27821 \series bold
27822
27823 \backslash
27824 FrameSep
27825 \series default
27826  geändert werden.
27827  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
27828  TeX-Code Befehlen geändert:
27829 \end_layout
27830
27831 \begin_layout Standard
27832
27833 \series bold
27834
27835 \backslash
27836 setlength{
27837 \backslash
27838 FrameRule}{5pt}
27839 \begin_inset Newline newline
27840 \end_inset
27841
27842
27843 \backslash
27844 setlength{
27845 \backslash
27846 FrameSep}{0.5cm}
27847 \end_layout
27848
27849 \begin_layout Standard
27850 \begin_inset ERT
27851 status collapsed
27852
27853 \begin_layout Plain Layout
27854
27855
27856 \backslash
27857 setlength{
27858 \backslash
27859 FrameRule}{5pt}
27860 \end_layout
27861
27862 \begin_layout Plain Layout
27863
27864
27865 \backslash
27866 setlength{
27867 \backslash
27868 FrameSep}{0.5cm}
27869 \end_layout
27870
27871 \end_inset
27872
27873
27874 \begin_inset Box Framed
27875 position "t"
27876 hor_pos "c"
27877 has_inner_box 0
27878 inner_pos "t"
27879 use_parbox 0
27880 width "100col%"
27881 special "none"
27882 height "1in"
27883 height_special "totalheight"
27884 status open
27885
27886 \begin_layout Plain Layout
27887 Dies ist Text in einer 
27888 \family sans
27889 Seitenumbruch erlaubt
27890 \family default
27891  Box.
27892 \end_layout
27893
27894 \end_inset
27895
27896
27897 \begin_inset ERT
27898 status collapsed
27899
27900 \begin_layout Plain Layout
27901
27902
27903 \backslash
27904 setlength{
27905 \backslash
27906 FrameRule}{0.4pt}
27907 \end_layout
27908
27909 \begin_layout Plain Layout
27910
27911
27912 \backslash
27913 setlength{
27914 \backslash
27915 FrameSep}{9pt}
27916 \end_layout
27917
27918 \end_inset
27919
27920
27921 \end_layout
27922
27923 \begin_layout Standard
27924 \begin_inset VSpace bigskip
27925 \end_inset
27926
27927 Für Boxen mit 
27928 \family sans
27929 schattiertem Hintergrund
27930 \family default
27931  beträgt der Abstand zwischen Rand und Text 3
27932 \begin_inset space \thinspace{}
27933 \end_inset
27934
27935 pt und kann mit 
27936 \series bold
27937
27938 \backslash
27939 fboxsep
27940 \series default
27941  geändert werden.
27942  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
27943  
27944 \series bold
27945
27946 \backslash
27947 definecolor{shadebox}
27948 \series default
27949  oder global über das Menü 
27950 \family sans
27951 Werkzeuge\SpecialChar \menuseparator
27952 Einstellungen\SpecialChar \menuseparator
27953 Farben\SpecialChar \menuseparator
27954 Schattierte
27955 \begin_inset space ~
27956 \end_inset
27957
27958 Box
27959 \family default
27960  geändert werden.
27961  Das Schema des 
27962 \series bold
27963
27964 \backslash
27965 definecolor
27966 \series default
27967  Befehls ist  in Abschnitt
27968 \begin_inset space ~
27969 \end_inset
27970
27971
27972 \begin_inset CommandInset ref
27973 LatexCommand ref
27974 reference "abs:Farbige-Tabellen"
27975
27976 \end_inset
27977
27978  erklärt.
27979 \begin_inset Foot
27980 status collapsed
27981
27982 \begin_layout Plain Layout
27983 Beachten Sie, dass 
27984 \series bold
27985
27986 \backslash
27987 definecolor
27988 \series default
27989  das LaTeX-Paket 
27990 \series bold
27991 color
27992 \series default
27993  in der Präambel benötigt, siehe Abschnitt
27994 \begin_inset space ~
27995 \end_inset
27996
27997
27998 \begin_inset CommandInset ref
27999 LatexCommand ref
28000 reference "abs:Farbige-Boxen"
28001
28002 \end_inset
28003
28004 .
28005 \end_layout
28006
28007 \end_inset
28008
28009  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
28010 \end_layout
28011
28012 \begin_layout Standard
28013
28014 \series bold
28015
28016 \backslash
28017 setlength{
28018 \backslash
28019 fboxsep}{0.5cm}
28020 \begin_inset Newline newline
28021 \end_inset
28022
28023
28024 \backslash
28025 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28026 \end_layout
28027
28028 \begin_layout Standard
28029 \begin_inset ERT
28030 status collapsed
28031
28032 \begin_layout Plain Layout
28033
28034
28035 \backslash
28036 setlength{
28037 \backslash
28038 fboxsep}{0.5cm}
28039 \end_layout
28040
28041 \begin_layout Plain Layout
28042
28043
28044 \backslash
28045 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28046 \end_layout
28047
28048 \end_inset
28049
28050
28051 \begin_inset Box Shaded
28052 position "t"
28053 hor_pos "c"
28054 has_inner_box 0
28055 inner_pos "t"
28056 use_parbox 0
28057 width "100col%"
28058 special "none"
28059 height "1in"
28060 height_special "totalheight"
28061 status open
28062
28063 \begin_layout Plain Layout
28064
28065 \color yellow
28066 Dies ist gelber Text in einer 
28067 \family sans
28068 schattierten Hintergrund
28069 \begin_inset space ~
28070 \end_inset
28071
28072
28073 \family default
28074 Box auf dunkelgrünem Hintergrund.
28075 \end_layout
28076
28077 \end_inset
28078
28079
28080 \begin_inset ERT
28081 status collapsed
28082
28083 \begin_layout Plain Layout
28084
28085
28086 \backslash
28087 setlength{
28088 \backslash
28089 fboxsep}{3pt}
28090 \end_layout
28091
28092 \begin_layout Plain Layout
28093
28094
28095 \backslash
28096 definecolor{shadecolor}{rgb}{1,0,0}
28097 \end_layout
28098
28099 \end_inset
28100
28101
28102 \end_layout
28103
28104 \begin_layout Standard
28105 \begin_inset VSpace bigskip
28106 \end_inset
28107
28108 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
28109  der sie ändert.
28110 \end_layout
28111
28112 \begin_layout Section
28113 Minipage
28114 \begin_inset CommandInset label
28115 LatexCommand label
28116 name "abs:Minipage"
28117
28118 \end_inset
28119
28120
28121 \begin_inset Index
28122 status collapsed
28123
28124 \begin_layout Plain Layout
28125 Boxen ! Minipage
28126 \end_layout
28127
28128 \end_inset
28129
28130
28131 \end_layout
28132
28133 \begin_layout Standard
28134 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28135  deshalb unter anderem eigene Fußnoten haben.
28136 \end_layout
28137
28138 \begin_layout Standard
28139 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28140 \end_layout
28141
28142 \begin_layout Standard
28143 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28144  Ihre Breite ist 45 Spaltenbreite
28145 \begin_inset space ~
28146 \end_inset
28147
28148 %, und sie sind durch einen 
28149 \family sans
28150 HFill
28151 \family default
28152  getrennt (
28153 \family sans
28154 Einfügen\SpecialChar \menuseparator
28155 Formatierung\SpecialChar \menuseparator
28156 Horizontaler
28157 \begin_inset space \space{}
28158 \end_inset
28159
28160 Abstand\SpecialChar \menuseparator
28161 Abstand\SpecialChar \menuseparator
28162 Variabler
28163 \begin_inset space ~
28164 \end_inset
28165
28166 horiz.
28167 \begin_inset space ~
28168 \end_inset
28169
28170 Abstand
28171 \family default
28172 ).
28173 \begin_inset Newpage newpage
28174 \end_inset
28175
28176
28177 \end_layout
28178
28179 \begin_layout Standard
28180 \noindent
28181 \begin_inset Box Frameless
28182 position "t"
28183 hor_pos "c"
28184 has_inner_box 1
28185 inner_pos "c"
28186 use_parbox 0
28187 width "45col%"
28188 special "none"
28189 height "1in"
28190 height_special "totalheight"
28191 status open
28192
28193 \begin_layout Plain Layout
28194 Dies ist ein deutscher Text.
28195  Dies ist ein deutscher Text.
28196  Dies ist ein deutscher Text.
28197  Dies ist ein deutscher Text.
28198  Dies ist ein deutscher Text.
28199  Dies ist ein deutscher Text.
28200  Dies ist ein deutscher Text.
28201  Dies ist ein deutscher Text.
28202  Dies ist ein deutscher Text.
28203  Dies ist ein deutscher Text.
28204  Dies ist ein deutscher Text.
28205  Dies ist ein deutscher Text.
28206  Dies ist ein deutscher Text
28207 \begin_inset Foot
28208 status open
28209
28210 \begin_layout Plain Layout
28211 Dies ist eine deutsche Fußnote.
28212 \end_layout
28213
28214 \end_inset
28215
28216 .
28217  Dies ist ein deutscher Text.
28218  Dies ist ein deutscher Text.
28219 \end_layout
28220
28221 \end_inset
28222
28223
28224 \begin_inset space \hfill{}
28225 \end_inset
28226
28227
28228 \begin_inset Box Frameless
28229 position "t"
28230 hor_pos "c"
28231 has_inner_box 1
28232 inner_pos "c"
28233 use_parbox 0
28234 width "45col%"
28235 special "none"
28236 height "1in"
28237 height_special "totalheight"
28238 status open
28239
28240 \begin_layout Plain Layout
28241
28242 \lang english
28243 This is an English Text.
28244  This is an English Text.
28245  This is an English Text.
28246  This is an English Text.
28247  This is an English Text.
28248  This is an English Text.
28249  This is an English Text.
28250  This is an English Text.
28251  This is an English Text.
28252  This is an English Text.
28253  This is an English Text.
28254  This is an English Text.
28255  This is an English Text.
28256  This is an English Text.
28257  This is an English Text.
28258  This is an English Text.
28259 \begin_inset Foot
28260 status collapsed
28261
28262 \begin_layout Plain Layout
28263
28264 \lang english
28265 This is an English footnote.
28266 \end_layout
28267
28268 \end_inset
28269
28270  This is an English Text.
28271  
28272 \end_layout
28273
28274 \end_inset
28275
28276
28277 \end_layout
28278
28279 \begin_layout Standard
28280 \noindent
28281 \begin_inset VSpace bigskip
28282 \end_inset
28283
28284 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
28285  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
28286  auf der die Tabelle gedruckt wird: 
28287 \begin_inset Tabular
28288 <lyxtabular version="3" rows="3" columns="4">
28289 <features>
28290 <column alignment="center" valignment="top" width="0pt">
28291 <column alignment="center" valignment="top" width="0pt">
28292 <column alignment="center" valignment="top" width="0pt">
28293 <column alignment="center" valignment="top" width="0pt">
28294 <row>
28295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28296 \begin_inset Text
28297
28298 \begin_layout Plain Layout
28299 1
28300 \end_layout
28301
28302 \end_inset
28303 </cell>
28304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28305 \begin_inset Text
28306
28307 \begin_layout Plain Layout
28308 2
28309 \end_layout
28310
28311 \end_inset
28312 </cell>
28313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28314 \begin_inset Text
28315
28316 \begin_layout Plain Layout
28317 3
28318 \begin_inset Foot
28319 status collapsed
28320
28321 \begin_layout Plain Layout
28322 Dies ist eine Fußnote in einer Tabelle.
28323 \end_layout
28324
28325 \end_inset
28326
28327
28328 \end_layout
28329
28330 \end_inset
28331 </cell>
28332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28333 \begin_inset Text
28334
28335 \begin_layout Plain Layout
28336 4
28337 \end_layout
28338
28339 \end_inset
28340 </cell>
28341 </row>
28342 <row>
28343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28344 \begin_inset Text
28345
28346 \begin_layout Plain Layout
28347 a
28348 \end_layout
28349
28350 \end_inset
28351 </cell>
28352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28353 \begin_inset Text
28354
28355 \begin_layout Plain Layout
28356 b
28357 \end_layout
28358
28359 \end_inset
28360 </cell>
28361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28362 \begin_inset Text
28363
28364 \begin_layout Plain Layout
28365 c
28366 \end_layout
28367
28368 \end_inset
28369 </cell>
28370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28371 \begin_inset Text
28372
28373 \begin_layout Plain Layout
28374 d
28375 \end_layout
28376
28377 \end_inset
28378 </cell>
28379 </row>
28380 <row>
28381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28382 \begin_inset Text
28383
28384 \begin_layout Plain Layout
28385 e
28386 \end_layout
28387
28388 \end_inset
28389 </cell>
28390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28391 \begin_inset Text
28392
28393 \begin_layout Plain Layout
28394 f
28395 \end_layout
28396
28397 \end_inset
28398 </cell>
28399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28400 \begin_inset Text
28401
28402 \begin_layout Plain Layout
28403 g
28404 \end_layout
28405
28406 \end_inset
28407 </cell>
28408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28409 \begin_inset Text
28410
28411 \begin_layout Plain Layout
28412 h
28413 \end_layout
28414
28415 \end_inset
28416 </cell>
28417 </row>
28418 </lyxtabular>
28419
28420 \end_inset
28421
28422
28423 \end_layout
28424
28425 \begin_layout Standard
28426 \noindent
28427 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
28428  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
28429  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
28430  außerhalb.
28431 \end_layout
28432
28433 \begin_layout Standard
28434 \align center
28435 \begin_inset Box Frameless
28436 position "t"
28437 hor_pos "c"
28438 has_inner_box 1
28439 inner_pos "c"
28440 use_parbox 0
28441 width "30col%"
28442 special "none"
28443 height "1in"
28444 height_special "totalheight"
28445 status open
28446
28447 \begin_layout Plain Layout
28448 \align center
28449 \begin_inset Tabular
28450 <lyxtabular version="3" rows="3" columns="4">
28451 <features>
28452 <column alignment="center" valignment="top" width="0pt">
28453 <column alignment="center" valignment="top" width="0pt">
28454 <column alignment="center" valignment="top" width="0pt">
28455 <column alignment="center" valignment="top" width="0pt">
28456 <row>
28457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28458 \begin_inset Text
28459
28460 \begin_layout Plain Layout
28461 1
28462 \end_layout
28463
28464 \end_inset
28465 </cell>
28466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28467 \begin_inset Text
28468
28469 \begin_layout Plain Layout
28470 2
28471 \end_layout
28472
28473 \end_inset
28474 </cell>
28475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28476 \begin_inset Text
28477
28478 \begin_layout Plain Layout
28479 3
28480 \begin_inset Foot
28481 status collapsed
28482
28483 \begin_layout Plain Layout
28484 Dies ist eine Fußnote in einer Tabelle.
28485 \end_layout
28486
28487 \end_inset
28488
28489
28490 \end_layout
28491
28492 \end_inset
28493 </cell>
28494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28495 \begin_inset Text
28496
28497 \begin_layout Plain Layout
28498 4
28499 \end_layout
28500
28501 \end_inset
28502 </cell>
28503 </row>
28504 <row>
28505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28506 \begin_inset Text
28507
28508 \begin_layout Plain Layout
28509 a
28510 \end_layout
28511
28512 \end_inset
28513 </cell>
28514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28515 \begin_inset Text
28516
28517 \begin_layout Plain Layout
28518 b
28519 \end_layout
28520
28521 \end_inset
28522 </cell>
28523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28524 \begin_inset Text
28525
28526 \begin_layout Plain Layout
28527 c
28528 \end_layout
28529
28530 \end_inset
28531 </cell>
28532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28533 \begin_inset Text
28534
28535 \begin_layout Plain Layout
28536 d
28537 \end_layout
28538
28539 \end_inset
28540 </cell>
28541 </row>
28542 <row>
28543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28544 \begin_inset Text
28545
28546 \begin_layout Plain Layout
28547 e
28548 \end_layout
28549
28550 \end_inset
28551 </cell>
28552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28553 \begin_inset Text
28554
28555 \begin_layout Plain Layout
28556 f
28557 \end_layout
28558
28559 \end_inset
28560 </cell>
28561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28562 \begin_inset Text
28563
28564 \begin_layout Plain Layout
28565 g
28566 \end_layout
28567
28568 \end_inset
28569 </cell>
28570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28571 \begin_inset Text
28572
28573 \begin_layout Plain Layout
28574 h
28575 \end_layout
28576
28577 \end_inset
28578 </cell>
28579 </row>
28580 </lyxtabular>
28581
28582 \end_inset
28583
28584
28585 \end_layout
28586
28587 \end_inset
28588
28589
28590 \end_layout
28591
28592 \begin_layout Standard
28593 \begin_inset VSpace bigskip
28594 \end_inset
28595
28596 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
28597  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
28598  Absätze nicht eingerückt werden, obwohl Sie das in 
28599 \family sans
28600 Dokument
28601 \family default
28602 \SpecialChar \menuseparator
28603
28604 \family sans
28605 Einstellun\SpecialChar \-
28606 gen\SpecialChar \menuseparator
28607 Textformat
28608 \family default
28609  festgelegt haben.
28610  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
28611  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
28612 \series bold
28613
28614 \backslash
28615 hspace*{1em}
28616 \series default
28617 .
28618 \end_layout
28619
28620 \begin_layout Standard
28621 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
28622  zu verpassen, siehe Abschnitt
28623 \begin_inset space ~
28624 \end_inset
28625
28626
28627 \begin_inset CommandInset ref
28628 LatexCommand ref
28629 reference "uab:Farbe-für-Absätze"
28630
28631 \end_inset
28632
28633 .
28634 \end_layout
28635
28636 \begin_layout Standard
28637 \begin_inset Note Greyedout
28638 status open
28639
28640 \begin_layout Plain Layout
28641
28642 \series bold
28643 Bemerkung:
28644 \series default
28645  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
28646  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
28647 \end_layout
28648
28649 \end_inset
28650
28651
28652 \end_layout
28653
28654 \begin_layout Section
28655 Parbox
28656 \begin_inset CommandInset label
28657 LatexCommand label
28658 name "abs:Parbox"
28659
28660 \end_inset
28661
28662
28663 \begin_inset Index
28664 status collapsed
28665
28666 \begin_layout Plain Layout
28667 Boxen ! Parbox
28668 \end_layout
28669
28670 \end_inset
28671
28672
28673 \end_layout
28674
28675 \begin_layout Standard
28676 Parbox ist eine Abkürzung für 
28677 \begin_inset Quotes gld
28678 \end_inset
28679
28680 paragraph box
28681 \begin_inset Quotes grd
28682 \end_inset
28683
28684 , was Absatzbox bedeutet.
28685  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
28686  Parboxen einige Einschränkungen.
28687  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
28688  gedruckt.:
28689 \end_layout
28690
28691 \begin_layout Standard
28692 \align center
28693 \begin_inset Box Frameless
28694 position "t"
28695 hor_pos "c"
28696 has_inner_box 1
28697 inner_pos "t"
28698 use_parbox 1
28699 width "33col%"
28700 special "none"
28701 height "1in"
28702 height_special "totalheight"
28703 status collapsed
28704
28705 \begin_layout Plain Layout
28706 Dies ist Text in einer Parbox.
28707  Dies ist Text in einer Parbox.
28708 \end_layout
28709
28710 \begin_layout Plain Layout
28711 Diese Fußnote wird nicht gedruckt:
28712 \begin_inset Foot
28713 status collapsed
28714
28715 \begin_layout Plain Layout
28716 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
28717 \end_layout
28718
28719 \end_inset
28720
28721
28722 \end_layout
28723
28724 \end_inset
28725
28726
28727 \end_layout
28728
28729 \begin_layout Standard
28730 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
28731  und Theoreme enthalten.
28732 \end_layout
28733
28734 \begin_layout Section
28735 Boxen für Worte und Buchstaben
28736 \begin_inset Index
28737 status collapsed
28738
28739 \begin_layout Plain Layout
28740 Boxen ! für Buchstaben
28741 \end_layout
28742
28743 \end_inset
28744
28745
28746 \end_layout
28747
28748 \begin_layout Subsection
28749 Silbentrennung unterbinden 
28750 \begin_inset CommandInset label
28751 LatexCommand label
28752 name "abs:Silbentrennung-unterbinden"
28753
28754 \end_inset
28755
28756
28757 \begin_inset Index
28758 status collapsed
28759
28760 \begin_layout Plain Layout
28761 Boxen ! zur Vermeidung von Silbentrennung
28762 \end_layout
28763
28764 \end_inset
28765
28766
28767 \end_layout
28768
28769 \begin_layout Standard
28770 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
28771 \begin_inset Newline newline
28772 \end_inset
28773
28774 Hier ist ein Beispiel: 
28775 \end_layout
28776
28777 \begin_layout Standard
28778 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
28779 \begin_inset Quotes gld
28780 \end_inset
28781
28782 einsehrsehrsehrlangeswort
28783 \begin_inset Quotes grd
28784 \end_inset
28785
28786 .
28787 \end_layout
28788
28789 \begin_layout Standard
28790 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
28791  soll, den TeX-Code
28792 \end_layout
28793
28794 \begin_layout Standard
28795
28796 \series bold
28797
28798 \backslash
28799 mbox{
28800 \end_layout
28801
28802 \begin_layout Standard
28803 ein.
28804  Hinter dem Wort fügen Sie 
28805 \series bold
28806
28807 \begin_inset Quotes gld
28808 \end_inset
28809
28810 }
28811 \series default
28812
28813 \begin_inset Quotes grd
28814 \end_inset
28815
28816  als TeX-Code ein.
28817  Hier ist das Ergebnis:
28818 \end_layout
28819
28820 \begin_layout Standard
28821 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
28822 \begin_inset ERT
28823 status collapsed
28824
28825 \begin_layout Plain Layout
28826
28827
28828 \backslash
28829 mbox{
28830 \end_layout
28831
28832 \end_inset
28833
28834
28835 \begin_inset Quotes gld
28836 \end_inset
28837
28838 einsehrsehrsehrlangeswort
28839 \begin_inset Quotes grd
28840 \end_inset
28841
28842
28843 \begin_inset ERT
28844 status collapsed
28845
28846 \begin_layout Plain Layout
28847
28848 }
28849 \end_layout
28850
28851 \end_inset
28852
28853 .
28854 \end_layout
28855
28856 \begin_layout Standard
28857 Alternativ dazu kann man auch den Befehl 
28858 \begin_inset Quotes gld
28859 \end_inset
28860
28861
28862 \series bold
28863
28864 \backslash
28865 -
28866 \series default
28867
28868 \begin_inset Quotes grd
28869 \end_inset
28870
28871  als TeX-Code direkt vor das Wort setzen:
28872 \end_layout
28873
28874 \begin_layout Standard
28875 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
28876 \begin_inset Quotes gld
28877 \end_inset
28878
28879
28880 \begin_inset ERT
28881 status collapsed
28882
28883 \begin_layout Plain Layout
28884
28885
28886 \backslash
28887 -
28888 \end_layout
28889
28890 \end_inset
28891
28892 einsehrsehrsehrlangeswort
28893 \begin_inset Quotes grd
28894 \end_inset
28895
28896 .
28897 \end_layout
28898
28899 \begin_layout Standard
28900 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
28901  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
28902 \series bold
28903 Strg-Eingabe
28904 \series default
28905 ) einfügen: 
28906 \end_layout
28907
28908 \begin_layout Standard
28909 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
28910 \begin_inset Newline newline
28911 \end_inset
28912
28913
28914 \begin_inset ERT
28915 status collapsed
28916
28917 \begin_layout Plain Layout
28918
28919
28920 \backslash
28921 mbox{
28922 \end_layout
28923
28924 \end_inset
28925
28926
28927 \begin_inset Quotes gld
28928 \end_inset
28929
28930 einsehrsehrsehrlangeswort
28931 \begin_inset Quotes grd
28932 \end_inset
28933
28934
28935 \begin_inset ERT
28936 status collapsed
28937
28938 \begin_layout Plain Layout
28939
28940 }
28941 \end_layout
28942
28943 \end_inset
28944
28945 .
28946 \end_layout
28947
28948 \begin_layout Subsection
28949 Vertikale Ausrichtung
28950 \begin_inset CommandInset label
28951 LatexCommand label
28952 name "uab:Vertikale-Ausrichtung"
28953
28954 \end_inset
28955
28956
28957 \begin_inset Index
28958 status collapsed
28959
28960 \begin_layout Plain Layout
28961 Boxen ! für Vertikale Ausrichtung
28962 \end_layout
28963
28964 \end_inset
28965
28966
28967 \begin_inset Index
28968 status collapsed
28969
28970 \begin_layout Plain Layout
28971 Boxen ! raisebox
28972 \end_layout
28973
28974 \end_inset
28975
28976
28977 \end_layout
28978
28979 \begin_layout Standard
28980 Mit dem LaTeX-Befehl 
28981 \series bold
28982
28983 \backslash
28984 raisebox
28985 \series default
28986  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
28987 n Textes ausrichten.
28988  
28989 \series bold
28990
28991 \backslash
28992 raisebox
28993 \series default
28994  wird folgendermaßen benutzt:
28995 \end_layout
28996
28997 \begin_layout Standard
28998
28999 \series bold
29000
29001 \backslash
29002 raisebox{Verschiebung}[oben][unten]{Text}
29003 \end_layout
29004
29005 \begin_layout Standard
29006 Positive Werte für Verschiebung
29007 \series bold
29008  
29009 \series default
29010 verschieben die Box nach oben, negative nach unten.
29011  Die beiden optionalen Parameter 
29012 \family typewriter
29013 oben
29014 \family default
29015  und 
29016 \family typewriter
29017 unten
29018 \family default
29019  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29020  hinausgeht, wenn sie nicht verschoben ist.
29021 \end_layout
29022
29023 \begin_layout Standard
29024 Um zum Beispiel das Wort 
29025 \begin_inset Quotes gld
29026 \end_inset
29027
29028 provokant
29029 \begin_inset Quotes grd
29030 \end_inset
29031
29032  mit seinem 
29033 \begin_inset Quotes gld
29034 \end_inset
29035
29036 niedrigsten
29037 \begin_inset Quotes grd
29038 \end_inset
29039
29040  Buchstaben 
29041 \begin_inset Quotes gld
29042 \end_inset
29043
29044 p
29045 \begin_inset Quotes grd
29046 \end_inset
29047
29048  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29049 \end_layout
29050
29051 \begin_layout Standard
29052
29053 \series bold
29054
29055 \backslash
29056 raisebox{
29057 \backslash
29058 depth}{
29059 \end_layout
29060
29061 \begin_layout Standard
29062 vor dem Wort einfügen und 
29063 \begin_inset Quotes gld
29064 \end_inset
29065
29066
29067 \series bold
29068 }
29069 \series default
29070
29071 \begin_inset Quotes grd
29072 \end_inset
29073
29074  als TeX-Code dahinter:
29075 \end_layout
29076
29077 \begin_layout Standard
29078 Dies ist eine Zeile, in der das Wort 
29079 \begin_inset ERT
29080 status collapsed
29081
29082 \begin_layout Plain Layout
29083
29084
29085 \backslash
29086 raisebox{
29087 \backslash
29088 depth}{
29089 \end_layout
29090
29091 \end_inset
29092
29093
29094 \begin_inset Quotes gld
29095 \end_inset
29096
29097 provokant
29098 \begin_inset Quotes grd
29099 \end_inset
29100
29101
29102 \begin_inset ERT
29103 status collapsed
29104
29105 \begin_layout Plain Layout
29106
29107 }
29108 \end_layout
29109
29110 \end_inset
29111
29112  nach oben verschoben wurde.
29113 \end_layout
29114
29115 \begin_layout Standard
29116 \begin_inset VSpace bigskip
29117 \end_inset
29118
29119 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29120  gedehnt:
29121 \end_layout
29122
29123 \begin_layout Standard
29124 Dies ist eine Zeile, in der das Wort 
29125 \begin_inset ERT
29126 status collapsed
29127
29128 \begin_layout Plain Layout
29129
29130
29131 \backslash
29132 raisebox{-
29133 \backslash
29134 depth}{
29135 \end_layout
29136
29137 \end_inset
29138
29139
29140 \begin_inset Quotes gld
29141 \end_inset
29142
29143 provokant
29144 \begin_inset Quotes grd
29145 \end_inset
29146
29147
29148 \begin_inset ERT
29149 status collapsed
29150
29151 \begin_layout Plain Layout
29152
29153 }
29154 \end_layout
29155
29156 \end_inset
29157
29158  nach unten verschoben wurde.
29159 \end_layout
29160
29161 \begin_layout Standard
29162 Dies ist eine Zeile, in der das Wort 
29163 \begin_inset ERT
29164 status collapsed
29165
29166 \begin_layout Plain Layout
29167
29168
29169 \backslash
29170 raisebox{0.5cm}{
29171 \end_layout
29172
29173 \end_inset
29174
29175
29176 \begin_inset Quotes gld
29177 \end_inset
29178
29179 testen
29180 \begin_inset Quotes grd
29181 \end_inset
29182
29183
29184 \begin_inset ERT
29185 status collapsed
29186
29187 \begin_layout Plain Layout
29188
29189 }
29190 \end_layout
29191
29192 \end_inset
29193
29194  um 0.5
29195 \begin_inset space \thinspace{}
29196 \end_inset
29197
29198 cm nach oben verschoben wurde.
29199 \end_layout
29200
29201 \begin_layout Standard
29202 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
29203 \end_layout
29204
29205 \begin_layout Standard
29206
29207 \series bold
29208
29209 \backslash
29210 raisebox{-
29211 \backslash
29212 depth}[0pt]{
29213 \end_layout
29214
29215 \begin_layout Standard
29216 Dies ist eine Zeile, in der das Wort 
29217 \begin_inset ERT
29218 status collapsed
29219
29220 \begin_layout Plain Layout
29221
29222
29223 \backslash
29224 raisebox{-
29225 \backslash
29226 depth}[0pt]{
29227 \end_layout
29228
29229 \end_inset
29230
29231
29232 \begin_inset Quotes gld
29233 \end_inset
29234
29235 provokant
29236 \begin_inset Quotes grd
29237 \end_inset
29238
29239
29240 \begin_inset ERT
29241 status collapsed
29242
29243 \begin_layout Plain Layout
29244
29245 }
29246 \end_layout
29247
29248 \end_inset
29249
29250  nach unten verschoben wurde.
29251 \end_layout
29252
29253 \begin_layout Standard
29254 Dies ist eine Zeile, in der das Wort 
29255 \begin_inset ERT
29256 status collapsed
29257
29258 \begin_layout Plain Layout
29259
29260
29261 \backslash
29262 raisebox{0.5cm}[0pt]{
29263 \end_layout
29264
29265 \end_inset
29266
29267
29268 \begin_inset Quotes gld
29269 \end_inset
29270
29271 testen
29272 \begin_inset Quotes grd
29273 \end_inset
29274
29275
29276 \begin_inset ERT
29277 status collapsed
29278
29279 \begin_layout Plain Layout
29280
29281 }
29282 \end_layout
29283
29284 \end_inset
29285
29286  um 0.5
29287 \begin_inset space \thinspace{}
29288 \end_inset
29289
29290 cm nach oben verschoben wurde.
29291  Jetzt überschneiden sich die verschobenen Worte.
29292 \end_layout
29293
29294 \begin_layout Section
29295 Farbige Boxen
29296 \begin_inset CommandInset label
29297 LatexCommand label
29298 name "abs:Farbige-Boxen"
29299
29300 \end_inset
29301
29302
29303 \begin_inset Index
29304 status collapsed
29305
29306 \begin_layout Plain Layout
29307 Boxen ! farbige
29308 \end_layout
29309
29310 \end_inset
29311
29312
29313 \end_layout
29314
29315 \begin_layout Subsection
29316 Text-Hintergrundfarbe
29317 \begin_inset Index
29318 status collapsed
29319
29320 \begin_layout Plain Layout
29321 Farbe ! für Text-Hintergrund
29322 \end_layout
29323
29324 \end_inset
29325
29326
29327 \end_layout
29328
29329 \begin_layout Standard
29330 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
29331  sogenannten 
29332 \begin_inset Quotes gld
29333 \end_inset
29334
29335 colorbox
29336 \begin_inset Quotes grd
29337 \end_inset
29338
29339  stehen.
29340  Dafür muss das LaTeX-Paket 
29341 \series bold
29342 color
29343 \series default
29344
29345 \begin_inset Index
29346 status collapsed
29347
29348 \begin_layout Plain Layout
29349 LaTeX-Pakete ! color
29350 \end_layout
29351
29352 \end_inset
29353
29354  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
29355 \end_layout
29356
29357 \begin_layout Standard
29358
29359 \series bold
29360
29361 \backslash
29362 @ifundefined{textcolor}
29363 \begin_inset Newline newline
29364 \end_inset
29365
29366
29367 \begin_inset ERT
29368 status collapsed
29369
29370 \begin_layout Plain Layout
29371
29372
29373 \backslash
29374 hphantom{ }
29375 \end_layout
29376
29377 \end_inset
29378
29379 {
29380 \backslash
29381 usepackage{color}}{}
29382 \end_layout
29383
29384 \begin_layout Standard
29385 Wenn Sie Text einfärben, lädt LyX das Paket 
29386 \series bold
29387 color
29388 \series default
29389  automatisch.
29390 \begin_inset Foot
29391 status collapsed
29392
29393 \begin_layout Plain Layout
29394 Der Befehl 
29395 \series bold
29396
29397 \backslash
29398 @ifundefined
29399 \series default
29400  vermeidet, dass es in diesem Fall doppelt geladen wird.
29401 \end_layout
29402
29403 \end_inset
29404
29405
29406 \end_layout
29407
29408 \begin_layout Standard
29409 \begin_inset VSpace medskip
29410 \end_inset
29411
29412 Colorboxen werden mit dem Befehl 
29413 \series bold
29414
29415 \backslash
29416 colorbox
29417 \series default
29418  erzeugt:
29419 \end_layout
29420
29421 \begin_layout Standard
29422
29423 \series bold
29424
29425 \backslash
29426 colorbox{Farbe}{Boxinhalt}
29427 \end_layout
29428
29429 \begin_layout Standard
29430 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
29431  Boxen sein.
29432 \end_layout
29433
29434 \begin_layout Standard
29435 Die folgenden Farben sind vordefiniert:
29436 \family sans
29437  schwarz
29438 \family default
29439
29440 \family sans
29441 wei
29442 \family default
29443 ß, 
29444 \family sans
29445 rot
29446 \family default
29447 \series bold
29448 ,
29449 \series default
29450  
29451 \family sans
29452 grün
29453 \family default
29454
29455 \family sans
29456 blau
29457 \family default
29458
29459 \family sans
29460 türkis
29461 \family default
29462
29463 \family sans
29464 purpurrot
29465 \family default
29466  und 
29467 \family sans
29468 gelb
29469 \family default
29470 .
29471 \end_layout
29472
29473 \begin_layout Standard
29474 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
29475 \begin_inset space ~
29476 \end_inset
29477
29478
29479 \begin_inset CommandInset ref
29480 LatexCommand ref
29481 reference "abs:Farbige-Tabellen"
29482
29483 \end_inset
29484
29485  beschrieben.
29486 \end_layout
29487
29488 \begin_layout Standard
29489 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
29490  den TeX-Code-Befehl
29491 \end_layout
29492
29493 \begin_layout Standard
29494
29495 \series bold
29496
29497 \backslash
29498 colorbox{red}{
29499 \end_layout
29500
29501 \begin_layout Standard
29502 vor dem Wort ein.
29503  Hinter dem Wort fügen Sie 
29504 \series bold
29505
29506 \begin_inset Quotes gld
29507 \end_inset
29508
29509 }
29510 \series default
29511
29512 \begin_inset Quotes grd
29513 \end_inset
29514
29515  als TeX-Code ein.
29516  Hier ist das Ergebnis:
29517 \end_layout
29518
29519 \begin_layout Standard
29520 In dieser Zeile hat 
29521 \begin_inset ERT
29522 status collapsed
29523
29524 \begin_layout Plain Layout
29525
29526
29527 \backslash
29528 colorbox{red}{
29529 \end_layout
29530
29531 \end_inset
29532
29533 Achtung!
29534 \begin_inset ERT
29535 status collapsed
29536
29537 \begin_layout Plain Layout
29538
29539 }
29540 \end_layout
29541
29542 \end_inset
29543
29544  einen roten Hintergrund.
29545 \end_layout
29546
29547 \begin_layout Standard
29548 \begin_inset VSpace bigskip
29549 \end_inset
29550
29551 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
29552  
29553 \series bold
29554
29555 \backslash
29556 fcolorbox
29557 \series default
29558  verwenden:
29559 \end_layout
29560
29561 \begin_layout Standard
29562
29563 \series bold
29564
29565 \backslash
29566 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
29567 \end_layout
29568
29569 \begin_layout Standard
29570
29571 \series bold
29572
29573 \backslash
29574 fcolorbox
29575 \series default
29576  ist eine Erweiterung von 
29577 \series bold
29578
29579 \backslash
29580 colorbox
29581 \series default
29582 .
29583  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
29584  
29585 \series bold
29586
29587 \backslash
29588 fboxrule
29589 \series default
29590  und 
29591 \series bold
29592
29593 \backslash
29594 fboxsep
29595 \series default
29596  gesteuert werden, wie in Abschnitt
29597 \begin_inset space ~
29598 \end_inset
29599
29600
29601 \begin_inset CommandInset ref
29602 LatexCommand ref
29603 reference "uab:Verzierung"
29604
29605 \end_inset
29606
29607  beschrieben.
29608 \end_layout
29609
29610 \begin_layout Standard
29611 Für das folgende Beispiel wurde der Befehl
29612 \end_layout
29613
29614 \begin_layout Standard
29615
29616 \series bold
29617
29618 \backslash
29619 fcolorbox{cyan}{magenta}{
29620 \end_layout
29621
29622 \begin_layout Standard
29623 benutzt.
29624  Hier wurden die Rahmendicke und der Abstand auf 1
29625 \begin_inset space \thinspace{}
29626 \end_inset
29627
29628 mm gesetzt:
29629 \begin_inset Newline newline
29630 \end_inset
29631
29632
29633 \begin_inset ERT
29634 status collapsed
29635
29636 \begin_layout Plain Layout
29637
29638
29639 \backslash
29640 fboxrule 1mm 
29641 \backslash
29642 fboxsep 1mm
29643 \end_layout
29644
29645 \end_inset
29646
29647
29648 \begin_inset ERT
29649 status collapsed
29650
29651 \begin_layout Plain Layout
29652
29653
29654 \backslash
29655 fcolorbox{cyan}{green}{
29656 \end_layout
29657
29658 \end_inset
29659
29660 Dies ist Text in einer farbigen, gerahmten Box.
29661 \begin_inset ERT
29662 status collapsed
29663
29664 \begin_layout Plain Layout
29665
29666 }
29667 \end_layout
29668
29669 \end_inset
29670
29671
29672 \end_layout
29673
29674 \begin_layout Standard
29675 \begin_inset VSpace bigskip
29676 \end_inset
29677
29678 Natürlich gibt es auch farbigen Text in einer Colorbox:
29679 \begin_inset Newline newline
29680 \end_inset
29681
29682
29683 \begin_inset ERT
29684 status collapsed
29685
29686 \begin_layout Plain Layout
29687
29688
29689 \backslash
29690 fcolorbox{cyan}{green}{
29691 \end_layout
29692
29693 \end_inset
29694
29695
29696 \color yellow
29697 Dies ist farbiger Text in einer farbigen, gerahmten Box.
29698 \color none
29699
29700 \begin_inset ERT
29701 status collapsed
29702
29703 \begin_layout Plain Layout
29704
29705 }
29706 \end_layout
29707
29708 \end_inset
29709
29710
29711 \begin_inset ERT
29712 status collapsed
29713
29714 \begin_layout Plain Layout
29715
29716
29717 \backslash
29718 fboxrule 0.4pt 
29719 \backslash
29720 fboxsep 3pt
29721 \end_layout
29722
29723 \end_inset
29724
29725
29726 \end_layout
29727
29728 \begin_layout Standard
29729 \begin_inset VSpace bigskip
29730 \end_inset
29731
29732
29733 \end_layout
29734
29735 \begin_layout Standard
29736 \begin_inset Note Greyedout
29737 status open
29738
29739 \begin_layout Plain Layout
29740 \noindent
29741
29742 \series bold
29743 Bemerkung:
29744 \series default
29745  Text in Colorboxen kann nicht umgebrochen werden.
29746  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
29747  wie im folgenden beschrieben.
29748 \end_layout
29749
29750 \end_inset
29751
29752
29753 \end_layout
29754
29755 \begin_layout Subsection
29756 Farbe für Absätze
29757 \begin_inset CommandInset label
29758 LatexCommand label
29759 name "uab:Farbe-für-Absätze"
29760
29761 \end_inset
29762
29763
29764 \begin_inset Index
29765 status collapsed
29766
29767 \begin_layout Plain Layout
29768 Farbe ! für Absätze
29769 \end_layout
29770
29771 \end_inset
29772
29773
29774 \end_layout
29775
29776 \begin_layout Standard
29777 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
29778  den Text in eine Minipage stellen.
29779  Vor der Minipage fügen Sie den TeX-Code-Befehl
29780 \end_layout
29781
29782 \begin_layout Standard
29783
29784 \series bold
29785
29786 \backslash
29787 colorbox{color}{
29788 \end_layout
29789
29790 \begin_layout Standard
29791 ein.
29792  Hinter der Minipage fügen Sie 
29793 \series bold
29794
29795 \begin_inset Quotes gld
29796 \end_inset
29797
29798 }
29799 \series default
29800
29801 \begin_inset Quotes grd
29802 \end_inset
29803
29804  als TeX-Code ein.
29805 \end_layout
29806
29807 \begin_layout Standard
29808 \begin_inset ERT
29809 status collapsed
29810
29811 \begin_layout Plain Layout
29812
29813
29814 \backslash
29815 colorbox{hellgrau}{
29816 \end_layout
29817
29818 \end_inset
29819
29820
29821 \begin_inset Box Frameless
29822 position "t"
29823 hor_pos "c"
29824 has_inner_box 1
29825 inner_pos "t"
29826 use_parbox 0
29827 width "100col%"
29828 special "none"
29829 height "1in"
29830 height_special "totalheight"
29831 status collapsed
29832
29833 \begin_layout Plain Layout
29834 Dies ist Text mit einer Hintergrundfarbe.
29835  Dies ist Text mit einer Hintergrundfarbe.
29836 \end_layout
29837
29838 \begin_layout Plain Layout
29839 Der Text kann Fußnoten
29840 \begin_inset Foot
29841 status open
29842
29843 \begin_layout Plain Layout
29844 Eine weitere Fußnote
29845 \end_layout
29846
29847 \end_inset
29848
29849  und Tabellen und Abbildungen enthalten.
29850 \end_layout
29851
29852 \begin_layout Plain Layout
29853 \align center
29854 \begin_inset Tabular
29855 <lyxtabular version="3" rows="3" columns="3">
29856 <features>
29857 <column alignment="center" valignment="top" width="0">
29858 <column alignment="center" valignment="top" width="0">
29859 <column alignment="center" valignment="top" width="0">
29860 <row>
29861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29862 \begin_inset Text
29863
29864 \begin_layout Plain Layout
29865 a
29866 \end_layout
29867
29868 \end_inset
29869 </cell>
29870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29871 \begin_inset Text
29872
29873 \begin_layout Plain Layout
29874 !
29875 \end_layout
29876
29877 \end_inset
29878 </cell>
29879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29880 \begin_inset Text
29881
29882 \begin_layout Plain Layout
29883 3
29884 \end_layout
29885
29886 \end_inset
29887 </cell>
29888 </row>
29889 <row>
29890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29891 \begin_inset Text
29892
29893 \begin_layout Plain Layout
29894 <
29895 \end_layout
29896
29897 \end_inset
29898 </cell>
29899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29900 \begin_inset Text
29901
29902 \begin_layout Plain Layout
29903 b2
29904 \begin_inset Quotes erd
29905 \end_inset
29906
29907 |
29908 \end_layout
29909
29910 \end_inset
29911 </cell>
29912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29913 \begin_inset Text
29914
29915 \begin_layout Plain Layout
29916 >
29917 \end_layout
29918
29919 \end_inset
29920 </cell>
29921 </row>
29922 <row>
29923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29924 \begin_inset Text
29925
29926 \begin_layout Plain Layout
29927 1
29928 \end_layout
29929
29930 \end_inset
29931 </cell>
29932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29933 \begin_inset Text
29934
29935 \begin_layout Plain Layout
29936 §
29937 \end_layout
29938
29939 \end_inset
29940 </cell>
29941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29942 \begin_inset Text
29943
29944 \begin_layout Plain Layout
29945 c
29946 \end_layout
29947
29948 \end_inset
29949 </cell>
29950 </row>
29951 </lyxtabular>
29952
29953 \end_inset
29954
29955
29956 \end_layout
29957
29958 \end_inset
29959
29960
29961 \begin_inset ERT
29962 status collapsed
29963
29964 \begin_layout Plain Layout
29965
29966 }
29967 \end_layout
29968
29969 \end_inset
29970
29971
29972 \end_layout
29973
29974 \begin_layout Section
29975 Rotierte und skalierte Boxen
29976 \end_layout
29977
29978 \begin_layout Standard
29979 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
29980 \series bold
29981 graphicx
29982 \series default
29983
29984 \begin_inset Index
29985 status collapsed
29986
29987 \begin_layout Plain Layout
29988 LaTeX-Pakete ! graphicx
29989 \end_layout
29990
29991 \end_inset
29992
29993  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
29994 \end_layout
29995
29996 \begin_layout Standard
29997
29998 \series bold
29999
30000 \backslash
30001 @ifundefined{rotatebox}
30002 \begin_inset Newline newline
30003 \end_inset
30004
30005
30006 \begin_inset ERT
30007 status collapsed
30008
30009 \begin_layout Plain Layout
30010
30011
30012 \backslash
30013 hphantom{ }
30014 \end_layout
30015
30016 \end_inset
30017
30018 {
30019 \backslash
30020 usepackage{graphicx}}{}
30021 \end_layout
30022
30023 \begin_layout Standard
30024 \begin_inset Note Greyedout
30025 status open
30026
30027 \begin_layout Plain Layout
30028
30029 \series bold
30030 Bemerkung:
30031 \series default
30032  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30033  darstellen.
30034  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30035 \end_layout
30036
30037 \end_inset
30038
30039
30040 \end_layout
30041
30042 \begin_layout Standard
30043 \begin_inset Note Greyedout
30044 status open
30045
30046 \begin_layout Plain Layout
30047
30048 \series bold
30049 Bemerkung:
30050 \series default
30051  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30052 \end_layout
30053
30054 \end_inset
30055
30056
30057 \end_layout
30058
30059 \begin_layout Subsection
30060 Rotierte Boxen
30061 \begin_inset Index
30062 status collapsed
30063
30064 \begin_layout Plain Layout
30065 Boxen ! rotierte
30066 \end_layout
30067
30068 \end_inset
30069
30070
30071 \begin_inset Index
30072 status collapsed
30073
30074 \begin_layout Plain Layout
30075 Rotiertes Material
30076 \end_layout
30077
30078 \end_inset
30079
30080
30081 \begin_inset Index
30082 status collapsed
30083
30084 \begin_layout Plain Layout
30085 Abbildungen ! rotierte
30086 \end_layout
30087
30088 \end_inset
30089
30090
30091 \begin_inset Index
30092 status collapsed
30093
30094 \begin_layout Plain Layout
30095 Tabellen ! rotierte
30096 \end_layout
30097
30098 \end_inset
30099
30100
30101 \end_layout
30102
30103 \begin_layout Standard
30104 Um Text zu drehen, verwendet man den Befehl 
30105 \series bold
30106
30107 \backslash
30108 rotatebox
30109 \series default
30110  im TeX-Code nach folgendem Schema:
30111 \end_layout
30112
30113 \begin_layout Standard
30114
30115 \series bold
30116
30117 \backslash
30118 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30119 \end_layout
30120
30121 \begin_layout Standard
30122 Der Drehpunkt wird mit 
30123 \series bold
30124 origin=Position
30125 \series default
30126  angegeben.
30127  Folgende Positionen sind möglich: 
30128 \emph on
30129 c
30130 \emph default
30131  (mittig), 
30132 \emph on
30133 l
30134 \emph default
30135  (links), 
30136 \emph on
30137 r
30138 \emph default
30139  (rechts), 
30140 \emph on
30141 b
30142 \emph default
30143  (unten), 
30144 \emph on
30145 t
30146 \emph default
30147  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30148  Z.
30149 \begin_inset space \thinspace{}
30150 \end_inset
30151
30152 B.
30153  bedeutet 
30154 \emph on
30155 lt
30156 \emph default
30157 , dass sich der Drehpunkt links oben befindet.
30158  Wird kein Drehpunkt angegeben, wird die Position 
30159 \emph on
30160 l
30161 \emph default
30162  verwendet.
30163  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30164  Gedreht wird gegen den Uhrzeigersinn.
30165 \end_layout
30166
30167 \begin_layout Standard
30168 Im folgenden Beispiel wurde vor dem Text der Befehl 
30169 \series bold
30170
30171 \backslash
30172 rotatebox[origin=c]{60}{
30173 \series default
30174  im TeX-Modus eingegeben.
30175  Nach dem Text wurde die schließende Klammer 
30176 \series bold
30177 }
30178 \series default
30179  wiederum im TeX-Modus eingegeben.
30180 \end_layout
30181
30182 \begin_layout Standard
30183 Dies ist eine Zeile 
30184 \begin_inset ERT
30185 status collapsed
30186
30187 \begin_layout Plain Layout
30188
30189
30190 \backslash
30191 rotatebox[origin=c]{60}{
30192 \end_layout
30193
30194 \end_inset
30195
30196 mit rotiertem
30197 \begin_inset ERT
30198 status collapsed
30199
30200 \begin_layout Plain Layout
30201
30202 }
30203 \end_layout
30204
30205 \end_inset
30206
30207  Text.
30208 \end_layout
30209
30210 \begin_layout Standard
30211 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
30212 \end_layout
30213
30214 \begin_layout Standard
30215 Dies ist eine Zeile 
30216 \begin_inset ERT
30217 status collapsed
30218
30219 \begin_layout Plain Layout
30220
30221
30222 \backslash
30223 rotatebox[origin=r]{-60}{
30224 \end_layout
30225
30226 \end_inset
30227
30228
30229 \begin_inset Box Doublebox
30230 position "c"
30231 hor_pos "c"
30232 has_inner_box 0
30233 inner_pos "c"
30234 use_parbox 0
30235 width "1in"
30236 special "width"
30237 height "1in"
30238 height_special "totalheight"
30239 status collapsed
30240
30241 \begin_layout Plain Layout
30242 mit rotiertem
30243 \end_layout
30244
30245 \end_inset
30246
30247
30248 \begin_inset ERT
30249 status collapsed
30250
30251 \begin_layout Plain Layout
30252
30253 }
30254 \end_layout
30255
30256 \end_inset
30257
30258  umrandeten Text 
30259 \begin_inset ERT
30260 status collapsed
30261
30262 \begin_layout Plain Layout
30263
30264
30265 \backslash
30266 rotatebox[origin=lb]{60}{
30267 \end_layout
30268
30269 \end_inset
30270
30271
30272 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30273 \end_inset
30274
30275
30276 \begin_inset ERT
30277 status collapsed
30278
30279 \begin_layout Plain Layout
30280
30281 }
30282 \end_layout
30283
30284 \end_inset
30285
30286  und einer Formel.
30287 \end_layout
30288
30289 \begin_layout Standard
30290 Oder ein Bild oder Tabelle:
30291 \end_layout
30292
30293 \begin_layout Standard
30294 Dies ist eine Zeile 
30295 \begin_inset ERT
30296 status collapsed
30297
30298 \begin_layout Plain Layout
30299
30300
30301 \backslash
30302 rotatebox[origin=lb]{90}{
30303 \end_layout
30304
30305 \end_inset
30306
30307
30308 \begin_inset Graphics
30309         filename ../clipart/platypus.eps
30310         lyxscale 50
30311         width 25col%
30312
30313 \end_inset
30314
30315
30316 \begin_inset ERT
30317 status collapsed
30318
30319 \begin_layout Plain Layout
30320
30321 }
30322 \end_layout
30323
30324 \end_inset
30325
30326  mit einem rotierten Bild 
30327 \begin_inset ERT
30328 status collapsed
30329
30330 \begin_layout Plain Layout
30331
30332
30333 \backslash
30334 rotatebox[origin=l]{-90}{
30335 \end_layout
30336
30337 \end_inset
30338
30339
30340 \begin_inset Tabular
30341 <lyxtabular version="3" rows="2" columns="2">
30342 <features>
30343 <column alignment="center" valignment="top" width="0">
30344 <column alignment="center" valignment="top" width="0">
30345 <row>
30346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30347 \begin_inset Text
30348
30349 \begin_layout Plain Layout
30350 q
30351 \end_layout
30352
30353 \end_inset
30354 </cell>
30355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30356 \begin_inset Text
30357
30358 \begin_layout Plain Layout
30359 w
30360 \end_layout
30361
30362 \end_inset
30363 </cell>
30364 </row>
30365 <row>
30366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30367 \begin_inset Text
30368
30369 \begin_layout Plain Layout
30370 e
30371 \end_layout
30372
30373 \end_inset
30374 </cell>
30375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30376 \begin_inset Text
30377
30378 \begin_layout Plain Layout
30379 r
30380 \end_layout
30381
30382 \end_inset
30383 </cell>
30384 </row>
30385 </lyxtabular>
30386
30387 \end_inset
30388
30389
30390 \begin_inset ERT
30391 status collapsed
30392
30393 \begin_layout Plain Layout
30394
30395 }
30396 \end_layout
30397
30398 \end_inset
30399
30400  und Tabelle.
30401 \end_layout
30402
30403 \begin_layout Subsection
30404 Skalierte Boxen
30405 \begin_inset Index
30406 status collapsed
30407
30408 \begin_layout Plain Layout
30409 Boxen ! skalierte
30410 \end_layout
30411
30412 \end_inset
30413
30414
30415 \begin_inset Index
30416 status collapsed
30417
30418 \begin_layout Plain Layout
30419 Skaliertes Material
30420 \end_layout
30421
30422 \end_inset
30423
30424
30425 \begin_inset Index
30426 status collapsed
30427
30428 \begin_layout Plain Layout
30429 Abbildungen ! skalierte
30430 \end_layout
30431
30432 \end_inset
30433
30434
30435 \begin_inset Index
30436 status collapsed
30437
30438 \begin_layout Plain Layout
30439 Tabellen ! skalierte
30440 \end_layout
30441
30442 \end_inset
30443
30444
30445 \end_layout
30446
30447 \begin_layout Standard
30448 Um Text zu skalieren, kann man die Befehle 
30449 \series bold
30450
30451 \backslash
30452 scalebox
30453 \series default
30454  und 
30455 \series bold
30456
30457 \backslash
30458 resizebox
30459 \series default
30460  im TeX-Modus verwenden.
30461 \end_layout
30462
30463 \begin_layout Standard
30464
30465 \series bold
30466
30467 \backslash
30468 scalebox
30469 \series default
30470  wird nach folgendem Schema verwendet:
30471 \end_layout
30472
30473 \begin_layout Standard
30474
30475 \series bold
30476
30477 \backslash
30478 scalebox{horizontal}[vertikal]{Boxinhalt}
30479 \end_layout
30480
30481 \begin_layout Standard
30482 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
30483  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
30484  verwendet.
30485 \end_layout
30486
30487 \begin_layout Standard
30488 Z.
30489 \begin_inset space \thinspace{}
30490 \end_inset
30491
30492 B.
30493  ergibt der Befehl 
30494 \series bold
30495
30496 \backslash
30497 scalebox{2}{Hallo}
30498 \series default
30499  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
30500 \begin_inset ERT
30501 status collapsed
30502
30503 \begin_layout Plain Layout
30504
30505
30506 \backslash
30507 scalebox{2}{
30508 \end_layout
30509
30510 \end_inset
30511
30512 Hallo
30513 \begin_inset ERT
30514 status collapsed
30515
30516 \begin_layout Plain Layout
30517
30518 }
30519 \end_layout
30520
30521 \end_inset
30522
30523 .
30524 \end_layout
30525
30526 \begin_layout Standard
30527
30528 \series bold
30529
30530 \backslash
30531 scalebox{2}[1]{Hallo}
30532 \series default
30533  verzerrt hingegen das 
30534 \begin_inset ERT
30535 status collapsed
30536
30537 \begin_layout Plain Layout
30538
30539
30540 \backslash
30541 scalebox{2}[1]{
30542 \end_layout
30543
30544 \end_inset
30545
30546 Hallo
30547 \begin_inset ERT
30548 status collapsed
30549
30550 \begin_layout Plain Layout
30551
30552 }
30553 \end_layout
30554
30555 \end_inset
30556
30557 .
30558 \end_layout
30559
30560 \begin_layout Standard
30561 Die Skalierungsfaktoren dürfen auch negativ sein.
30562  In diesem Fall wird der Boxinhalt gespiegelt.
30563 \end_layout
30564
30565 \begin_layout Standard
30566 Daher lässt sich mit dem Befehl 
30567 \series bold
30568
30569 \backslash
30570 scalebox{-1}[1]{Hallo}
30571 \series default
30572  Spiegelschrift erstellen: 
30573 \begin_inset ERT
30574 status collapsed
30575
30576 \begin_layout Plain Layout
30577
30578
30579 \backslash
30580 scalebox{-1}[1]{
30581 \end_layout
30582
30583 \end_inset
30584
30585 Hallo
30586 \begin_inset ERT
30587 status collapsed
30588
30589 \begin_layout Plain Layout
30590
30591 }
30592 \end_layout
30593
30594 \end_inset
30595
30596
30597 \end_layout
30598
30599 \begin_layout Standard
30600
30601 \series bold
30602
30603 \backslash
30604 scalebox{1}[-1]{Hallo}
30605 \series default
30606  spiegelt das 
30607 \begin_inset ERT
30608 status collapsed
30609
30610 \begin_layout Plain Layout
30611
30612
30613 \backslash
30614 scalebox{1}[-1]{
30615 \end_layout
30616
30617 \end_inset
30618
30619 Hallo
30620 \begin_inset ERT
30621 status collapsed
30622
30623 \begin_layout Plain Layout
30624
30625 }
30626 \end_layout
30627
30628 \end_inset
30629
30630  an der Grundlinie.
30631 \end_layout
30632
30633 \begin_layout Standard
30634 Zu 
30635 \series bold
30636
30637 \backslash
30638 scalebox{-1}[1]{Boxinhalt}
30639 \series default
30640  gibt es den äquivalenten Befehl
30641 \begin_inset Newline newline
30642 \end_inset
30643
30644
30645 \series bold
30646
30647 \backslash
30648 reflectbox{Boxinhalt}
30649 \series default
30650 .
30651 \end_layout
30652
30653 \begin_layout Standard
30654 \begin_inset VSpace bigskip
30655 \end_inset
30656
30657
30658 \series bold
30659
30660 \backslash
30661 resizebox
30662 \series default
30663  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
30664  skalieren.
30665  Das Befehlsschema ist folgendes:
30666 \end_layout
30667
30668 \begin_layout Standard
30669
30670 \series bold
30671
30672 \backslash
30673 resizebox{Breite}{Höhe}{Boxinhalt}
30674 \end_layout
30675
30676 \begin_layout Standard
30677 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
30678 \series bold
30679 !
30680 \series default
30681  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
30682  wird.
30683 \end_layout
30684
30685 \begin_layout Standard
30686 Der Befehl 
30687 \series bold
30688
30689 \backslash
30690 resizebox{2cm}{1cm}{Hallo}
30691 \series default
30692  ergibt: 
30693 \begin_inset ERT
30694 status collapsed
30695
30696 \begin_layout Plain Layout
30697
30698
30699 \backslash
30700 resizebox{2cm}{1cm}{
30701 \end_layout
30702
30703 \end_inset
30704
30705 Hallo
30706 \begin_inset ERT
30707 status collapsed
30708
30709 \begin_layout Plain Layout
30710
30711 }
30712 \end_layout
30713
30714 \end_inset
30715
30716
30717 \begin_inset Newline newline
30718 \end_inset
30719
30720 Der Befehl 
30721 \series bold
30722
30723 \backslash
30724 resizebox{2cm}{!}{Hallo}
30725 \series default
30726  ergibt: 
30727 \begin_inset ERT
30728 status collapsed
30729
30730 \begin_layout Plain Layout
30731
30732
30733 \backslash
30734 resizebox{2cm}{!}{
30735 \end_layout
30736
30737 \end_inset
30738
30739 Hallo
30740 \begin_inset ERT
30741 status collapsed
30742
30743 \begin_layout Plain Layout
30744
30745 }
30746 \end_layout
30747
30748 \end_inset
30749
30750
30751 \end_layout
30752
30753 \begin_layout Standard
30754 \begin_inset VSpace bigskip
30755 \end_inset
30756
30757
30758 \begin_inset Note Greyedout
30759 status open
30760
30761 \begin_layout Plain Layout
30762
30763 \series bold
30764 Bemerkung:
30765 \series default
30766  Wurde in Argumenten von 
30767 \series bold
30768
30769 \backslash
30770 scalebox
30771 \series default
30772  oder 
30773 \series bold
30774
30775 \backslash
30776 resizebox
30777 \series default
30778  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
30779  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
30780  werden.
30781 \end_layout
30782
30783 \end_inset
30784
30785
30786 \end_layout
30787
30788 \begin_layout Standard
30789 \begin_inset VSpace bigskip
30790 \end_inset
30791
30792
30793 \end_layout
30794
30795 \begin_layout Standard
30796 Alle Boxen können beliebig miteinander kombiniert werden.
30797  So ergibt z.
30798 \begin_inset space \thinspace{}
30799 \end_inset
30800
30801 B.
30802  der Befehl
30803 \begin_inset Newline newline
30804 \end_inset
30805
30806
30807 \series bold
30808
30809 \backslash
30810 rotatebox[origin=c]{-45}{
30811 \backslash
30812 resizebox{2cm}{!}{
30813 \backslash
30814 reflectbox{Hallo}}}
30815 \series default
30816 :
30817 \end_layout
30818
30819 \begin_layout Standard
30820 \align center
30821 \begin_inset ERT
30822 status collapsed
30823
30824 \begin_layout Plain Layout
30825
30826
30827 \backslash
30828 rotatebox[origin=c]{-45}{
30829 \backslash
30830 resizebox{2cm}{!}{
30831 \backslash
30832 reflectbox{
30833 \end_layout
30834
30835 \end_inset
30836
30837 Hallo
30838 \begin_inset ERT
30839 status collapsed
30840
30841 \begin_layout Plain Layout
30842
30843 }}}
30844 \end_layout
30845
30846 \end_inset
30847
30848
30849 \end_layout
30850
30851 \begin_layout Standard
30852 \noindent
30853 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
30854 \end_layout
30855
30856 \begin_layout Standard
30857 \align center
30858 \begin_inset ERT
30859 status collapsed
30860
30861 \begin_layout Plain Layout
30862
30863
30864 \backslash
30865 rotatebox[origin=c]{-30}{
30866 \backslash
30867 resizebox{2cm}{!}{
30868 \backslash
30869 reflectbox{
30870 \end_layout
30871
30872 \end_inset
30873
30874
30875 \begin_inset Graphics
30876         filename ../clipart/platypus.eps
30877         lyxscale 50
30878         width 25col%
30879
30880 \end_inset
30881
30882
30883 \begin_inset ERT
30884 status collapsed
30885
30886 \begin_layout Plain Layout
30887
30888 }}}
30889 \end_layout
30890
30891 \end_inset
30892
30893
30894 \begin_inset ERT
30895 status collapsed
30896
30897 \begin_layout Plain Layout
30898
30899
30900 \backslash
30901 rotatebox[origin=c]{-45}{
30902 \backslash
30903 resizebox{2cm}{!}{
30904 \backslash
30905 reflectbox{
30906 \end_layout
30907
30908 \end_inset
30909
30910
30911 \begin_inset Tabular
30912 <lyxtabular version="3" rows="2" columns="2">
30913 <features>
30914 <column alignment="center" valignment="top" width="0">
30915 <column alignment="center" valignment="top" width="0">
30916 <row>
30917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30918 \begin_inset Text
30919
30920 \begin_layout Plain Layout
30921 q
30922 \end_layout
30923
30924 \end_inset
30925 </cell>
30926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30927 \begin_inset Text
30928
30929 \begin_layout Plain Layout
30930 w
30931 \end_layout
30932
30933 \end_inset
30934 </cell>
30935 </row>
30936 <row>
30937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30938 \begin_inset Text
30939
30940 \begin_layout Plain Layout
30941 e
30942 \end_layout
30943
30944 \end_inset
30945 </cell>
30946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30947 \begin_inset Text
30948
30949 \begin_layout Plain Layout
30950 r
30951 \end_layout
30952
30953 \end_inset
30954 </cell>
30955 </row>
30956 </lyxtabular>
30957
30958 \end_inset
30959
30960
30961 \begin_inset ERT
30962 status collapsed
30963
30964 \begin_layout Plain Layout
30965
30966 }}}
30967 \end_layout
30968
30969 \end_inset
30970
30971
30972 \begin_inset ERT
30973 status collapsed
30974
30975 \begin_layout Plain Layout
30976
30977
30978 \backslash
30979 rotatebox[origin=c]{-45}{
30980 \backslash
30981 resizebox{2cm}{!}{
30982 \backslash
30983 reflectbox{
30984 \end_layout
30985
30986 \end_inset
30987
30988
30989 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30990 \end_inset
30991
30992
30993 \begin_inset ERT
30994 status collapsed
30995
30996 \begin_layout Plain Layout
30997
30998 }}}
30999 \end_layout
31000
31001 \end_inset
31002
31003
31004 \end_layout
31005
31006 \begin_layout Standard
31007 Hat man den globalen Formelstil 
31008 \series bold
31009 fleqn
31010 \series default
31011
31012 \begin_inset Foot
31013 status collapsed
31014
31015 \begin_layout Plain Layout
31016 Wenn 
31017 \begin_inset Quotes gld
31018 \end_inset
31019
31020 fleqn
31021 \begin_inset Quotes grd
31022 \end_inset
31023
31024  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31025 \end_layout
31026
31027 \end_inset
31028
31029  gewählt, kann man auch abgesetzte Formeln skalieren.
31030 \end_layout
31031
31032 \begin_layout Chapter
31033 Externe Dateien
31034 \begin_inset Index
31035 status collapsed
31036
31037 \begin_layout Plain Layout
31038 Dateien ! externe
31039 \end_layout
31040
31041 \end_inset
31042
31043
31044 \end_layout
31045
31046 \begin_layout Standard
31047 Mit 
31048 \family sans
31049 Einfügen\SpecialChar \menuseparator
31050 Datei
31051 \family default
31052  können Sie fremdes Material in Ihr Dokument einsetzen.
31053  Das kann folgendes sein:
31054 \end_layout
31055
31056 \begin_layout Description
31057 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31058  eingefügt.
31059 \end_layout
31060
31061 \begin_layout Description
31062 Einfacher
31063 \begin_inset space ~
31064 \end_inset
31065
31066 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31067  eingefügt.
31068 \end_layout
31069
31070 \begin_layout Description
31071 Einfacher
31072 \begin_inset space ~
31073 \end_inset
31074
31075 Text,
31076 \begin_inset space ~
31077 \end_inset
31078
31079 Zeilen
31080 \begin_inset space ~
31081 \end_inset
31082
31083 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31084  Leerzeilen trennen die Absätze.
31085 \end_layout
31086
31087 \begin_layout Description
31088 Externes
31089 \begin_inset space ~
31090 \end_inset
31091
31092 Material Dateien in verschiedenen Formaten.
31093 \end_layout
31094
31095 \begin_layout Description
31096 Unterdokument LyX- oder LaTeX-Dokumente.
31097 \end_layout
31098
31099 \begin_layout Section
31100 Externes Material
31101 \begin_inset Index
31102 status collapsed
31103
31104 \begin_layout Plain Layout
31105 Externes Material
31106 \end_layout
31107
31108 \end_inset
31109
31110
31111 \end_layout
31112
31113 \begin_layout Standard
31114 Mit 
31115 \family sans
31116 Einfügen\SpecialChar \menuseparator
31117 Datei\SpecialChar \menuseparator
31118  Externes Material
31119 \family default
31120  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31121  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31122  weil LyX sich darum kümmert.
31123  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31124  eingefügt werden können.
31125 \end_layout
31126
31127 \begin_layout Standard
31128 Zur Zeit können Sie folgende Dateitypen (
31129 \family sans
31130 Vorlagen
31131 \family default
31132 ) benutzen:
31133 \end_layout
31134
31135 \begin_layout Description
31136 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31137 \series bold
31138
31139 \begin_inset CommandInset href
31140 LatexCommand href
31141 name "XBoard"
31142 target "http://en.wikipedia.org/wiki/XBoard"
31143
31144 \end_inset
31145
31146
31147 \series default
31148  erzeugt wurden.
31149 \end_layout
31150
31151 \begin_layout Description
31152 Datum fügt ein Datum mit dem Format 
31153 \emph on
31154 Tag-Monat-Jahr
31155 \emph default
31156  ein.
31157  Hier ist ein Beispiel: 
31158 \begin_inset External
31159         template Date
31160         filename .
31161
31162 \end_inset
31163
31164
31165 \begin_inset space ~
31166 \end_inset
31167
31168
31169 \begin_inset Note Note
31170 status open
31171
31172 \begin_layout Plain Layout
31173
31174 \lang english
31175 Remove the protected space when bug 4398 is fixed!
31176 \end_layout
31177
31178 \end_inset
31179
31180
31181 \begin_inset Newline newline
31182 \end_inset
31183
31184 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
31185  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
31186  Menü 
31187 \family sans
31188 Einfügen\SpecialChar \menuseparator
31189 Datum
31190 \family default
31191  und mit dem LaTeX-Befehl 
31192 \series bold
31193
31194 \backslash
31195 today
31196 \series default
31197 .
31198  Die verschiedenen Methoden werden in Tabelle
31199 \begin_inset space ~
31200 \end_inset
31201
31202
31203 \begin_inset CommandInset ref
31204 LatexCommand ref
31205 reference "tab:Vergleich-der-Datums-Eingaben"
31206
31207 \end_inset
31208
31209  verglichen.
31210 \end_layout
31211
31212 \begin_layout Description
31213 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
31214 \series bold
31215
31216 \begin_inset CommandInset href
31217 LatexCommand href
31218 name "LilyPond"
31219 target "http://en.wikipedia.org/wiki/LilyPond"
31220
31221 \end_inset
31222
31223
31224 \series default
31225  schreiben.
31226 \end_layout
31227
31228 \begin_layout Description
31229 PDFPages Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
31230  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die 
31231 \emph on
31232 pages
31233 \emph default
31234  Option im Feld 
31235 \family sans
31236 Option
31237 \family default
31238  in der Karteikarte 
31239 \family sans
31240 LaTeX- und LyX-Optionen
31241 \family default
31242  entsprechend der Vorlagenbeschreibung im Dialog.
31243  Wenn keine 
31244 \emph on
31245 pages
31246 \emph default
31247  Option gegeben ist, wird nur die erste Seite des PDFs eingefügt.
31248 \end_layout
31249
31250 \begin_layout Description
31251 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
31252  Fast alle bekannten Bildformate werden unterstützt.
31253  Die Bilddateien können im Dialogfenster 
31254 \family sans
31255 Externes
31256 \begin_inset space ~
31257 \end_inset
31258
31259 Material
31260 \family default
31261  genauso behandelt werden wie die mit dem normalen 
31262 \family sans
31263 Grafik
31264 \family default
31265 -Dialog eingefügten, siehe Abschnitt
31266 \begin_inset space ~
31267 \end_inset
31268
31269
31270 \begin_inset CommandInset ref
31271 LatexCommand ref
31272 reference "abs:Grafik-Dialog"
31273
31274 \end_inset
31275
31276 .
31277  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
31278  und EPS-Bilder werden nicht unterstützt.
31279 \end_layout
31280
31281 \begin_layout Description
31282 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
31283 \series bold
31284
31285 \begin_inset CommandInset href
31286 LatexCommand href
31287 name "Xfig"
31288 target "http://en.wikipedia.org/wiki/Xfig"
31289
31290 \end_inset
31291
31292
31293 \series default
31294  erzeugt wurden.
31295 \end_layout
31296
31297 \begin_layout Standard
31298 \begin_inset Float table
31299 placement h
31300 wide false
31301 sideways false
31302 status open
31303
31304 \begin_layout Plain Layout
31305 \begin_inset Caption
31306
31307 \begin_layout Plain Layout
31308 \begin_inset CommandInset label
31309 LatexCommand label
31310 name "tab:Vergleich-der-Datums-Eingaben"
31311
31312 \end_inset
31313
31314 Vergleich der Datums-Eingaben
31315 \end_layout
31316
31317 \end_inset
31318
31319
31320 \end_layout
31321
31322 \begin_layout Plain Layout
31323 \align center
31324 \begin_inset Tabular
31325 <lyxtabular version="3" rows="4" columns="4">
31326 <features>
31327 <column alignment="center" valignment="top" width="0">
31328 <column alignment="center" valignment="top" width="0">
31329 <column alignment="center" valignment="top" width="0">
31330 <column alignment="center" valignment="top" width="0">
31331 <row>
31332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31333 \begin_inset Text
31334
31335 \begin_layout Plain Layout
31336 Dokumentformat
31337 \end_layout
31338
31339 \end_inset
31340 </cell>
31341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31342 \begin_inset Text
31343
31344 \begin_layout Plain Layout
31345
31346 \family sans
31347 Externes Material\SpecialChar \menuseparator
31348 Datum
31349 \end_layout
31350
31351 \end_inset
31352 </cell>
31353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31354 \begin_inset Text
31355
31356 \begin_layout Plain Layout
31357
31358 \family sans
31359 Einfügen\SpecialChar \menuseparator
31360 Datum
31361 \end_layout
31362
31363 \end_inset
31364 </cell>
31365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31366 \begin_inset Text
31367
31368 \begin_layout Plain Layout
31369 Befehl 
31370 \series bold
31371
31372 \backslash
31373 today
31374 \end_layout
31375
31376 \end_inset
31377 </cell>
31378 </row>
31379 <row>
31380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31381 \begin_inset Text
31382
31383 \begin_layout Plain Layout
31384 LyX
31385 \end_layout
31386
31387 \end_inset
31388 </cell>
31389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31390 \begin_inset Text
31391
31392 \begin_layout Plain Layout
31393 als Box
31394 \end_layout
31395
31396 \end_inset
31397 </cell>
31398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31399 \begin_inset Text
31400
31401 \begin_layout Plain Layout
31402 als Datum
31403 \end_layout
31404
31405 \end_inset
31406 </cell>
31407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31408 \begin_inset Text
31409
31410 \begin_layout Plain Layout
31411 als TeX-Code
31412 \end_layout
31413
31414 \end_inset
31415 </cell>
31416 </row>
31417 <row>
31418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31419 \begin_inset Text
31420
31421 \begin_layout Plain Layout
31422 LaTeX
31423 \end_layout
31424
31425 \end_inset
31426 </cell>
31427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31428 \begin_inset Text
31429
31430 \begin_layout Plain Layout
31431 als Datum
31432 \end_layout
31433
31434 \end_inset
31435 </cell>
31436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31437 \begin_inset Text
31438
31439 \begin_layout Plain Layout
31440 als Datum
31441 \end_layout
31442
31443 \end_inset
31444 </cell>
31445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31446 \begin_inset Text
31447
31448 \begin_layout Plain Layout
31449 als Befehl
31450 \end_layout
31451
31452 \end_inset
31453 </cell>
31454 </row>
31455 <row>
31456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31457 \begin_inset Text
31458
31459 \begin_layout Plain Layout
31460 DVI, PDF, PS
31461 \end_layout
31462
31463 \end_inset
31464 </cell>
31465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31466 \begin_inset Text
31467
31468 \begin_layout Plain Layout
31469 als Datum
31470 \end_layout
31471
31472 \end_inset
31473 </cell>
31474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31475 \begin_inset Text
31476
31477 \begin_layout Plain Layout
31478 als Datum
31479 \end_layout
31480
31481 \end_inset
31482 </cell>
31483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31484 \begin_inset Text
31485
31486 \begin_layout Plain Layout
31487 als Datum
31488 \end_layout
31489
31490 \end_inset
31491 </cell>
31492 </row>
31493 </lyxtabular>
31494
31495 \end_inset
31496
31497
31498 \end_layout
31499
31500 \end_inset
31501
31502
31503 \end_layout
31504
31505 \begin_layout Standard
31506 Wenn Sie im Dialogfenster
31507 \family sans
31508  Externes
31509 \begin_inset space ~
31510 \end_inset
31511
31512 Material 
31513 \family default
31514 in der Karteikarte
31515 \family sans
31516  Datei
31517 \family default
31518  die Option 
31519 \family sans
31520 Entwurf
31521 \family default
31522  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
31523 \begin_inset Newline newline
31524 \end_inset
31525
31526 LyX kann externes Material entweder als Box wie hier: 
31527 \begin_inset Graphics
31528         filename clipart/ExternesMaterialQt4.png
31529         scale 85
31530         scaleBeforeRotation
31531
31532 \end_inset
31533
31534  oder als Bild darstellen.
31535  Das hängt davon ab, ob Sie im Dialog
31536 \family sans
31537  
31538 \family default
31539 in der Karteikarte 
31540 \family sans
31541 LaTeX- und LyX-Optionen
31542 \family default
31543  die Option 
31544 \family sans
31545 In
31546 \begin_inset space ~
31547 \end_inset
31548
31549 LyX
31550 \begin_inset space ~
31551 \end_inset
31552
31553 anzeigen
31554 \family default
31555  gewählt haben oder nicht.
31556 \end_layout
31557
31558 \begin_layout Standard
31559 Im LyX-Handbuch 
31560 \family sans
31561 \emph on
31562 Anpassung
31563 \family default
31564 \emph default
31565  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
31566 \end_layout
31567
31568 \begin_layout Section
31569 Unterdokumente
31570 \begin_inset CommandInset label
31571 LatexCommand label
31572 name "abs:Unterdokumente"
31573
31574 \end_inset
31575
31576
31577 \begin_inset Index
31578 status collapsed
31579
31580 \begin_layout Plain Layout
31581 Unterdokument
31582 \end_layout
31583
31584 \end_inset
31585
31586
31587 \end_layout
31588
31589 \begin_layout Standard
31590 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
31591  oder Abschnitten bestehen.
31592  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
31593  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
31594 \end_layout
31595
31596 \begin_layout Standard
31597 Unterdokumente werden in LyX als Box angezeigt: 
31598 \begin_inset Graphics
31599         filename clipart/UnterdokumentQt4.png
31600         scale 85
31601         scaleBeforeRotation
31602
31603 \end_inset
31604
31605  Sie werden über
31606 \family sans
31607  Einfügen\SpecialChar \menuseparator
31608 Datei\SpecialChar \menuseparator
31609 Unterdokument
31610 \family default
31611  eingebunden, was das Dialogfenster
31612 \family sans
31613  Unterdokument
31614 \family default
31615  öffnet.
31616  Für 
31617 \family sans
31618 die Art
31619 \begin_inset space ~
31620 \end_inset
31621
31622 der
31623 \begin_inset space ~
31624 \end_inset
31625
31626 Einbindung
31627 \family default
31628  gibt es dort vier Möglichkeiten:
31629 \end_layout
31630
31631 \begin_layout Description
31632 Include Sie können LyX- und LaTeX-Dokumente einbinden.
31633  Wenn Sie im Dialogfenster
31634 \family sans
31635  Unterdokument
31636 \family default
31637  auf 
31638 \family sans
31639 Öffnen
31640 \family default
31641  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
31642  und Sie können es editieren.
31643 \begin_inset Newline newline
31644 \end_inset
31645
31646
31647 \end_layout
31648
31649 \begin_layout Standard
31650 Hier wird ein Unterdokument
31651 \family sans
31652  
31653 \family default
31654 per 
31655 \family sans
31656 Include
31657 \family default
31658  eingebunden: 
31659 \begin_inset CommandInset include
31660 LatexCommand include
31661 filename "DummyDocument1.lyx"
31662
31663 \end_inset
31664
31665 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
31666  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
31667  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
31668 s.
31669  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
31670 \begin_inset space ~
31671 \end_inset
31672
31673
31674 \begin_inset CommandInset ref
31675 LatexCommand ref
31676 reference "uab:Externer-Unterabschnitt-1"
31677
31678 \end_inset
31679
31680 .
31681 \end_layout
31682
31683 \begin_layout Standard
31684 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
31685  wird benutzt.
31686  Unterdokumente, die per 
31687 \family sans
31688 Include
31689 \family default
31690  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
31691  und enden mit einem Seitenumbruch.
31692 \end_layout
31693
31694 \begin_layout Standard
31695 Mit dem LaTeX-Befehl 
31696 \series bold
31697
31698 \backslash
31699 includeonly 
31700 \series default
31701 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
31702  erstellt werden soll.
31703  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
31704  sehen wollen, und es geht schneller.
31705  
31706 \series bold
31707
31708 \backslash
31709 includeonly
31710 \series default
31711  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
31712  Im folgenden Beispiel
31713 \end_layout
31714
31715 \begin_layout Standard
31716
31717 \series bold
31718
31719 \backslash
31720 includeonly{Kapitel1,Kapitel5}
31721 \end_layout
31722
31723 \begin_layout Standard
31724 werden nur die Dateien 
31725 \begin_inset Quotes gld
31726 \end_inset
31727
31728 Kapitel1.lyx
31729 \begin_inset Quotes grd
31730 \end_inset
31731
31732  (oder 
31733 \begin_inset Quotes gld
31734 \end_inset
31735
31736 Kapitel1.tex
31737 \begin_inset Quotes grd
31738 \end_inset
31739
31740 ) und 
31741 \begin_inset Quotes gld
31742 \end_inset
31743
31744 Kapitel5.lyx
31745 \begin_inset Quotes grd
31746 \end_inset
31747
31748
31749 \series bold
31750  
31751 \series default
31752 eingebunden.
31753 \end_layout
31754
31755 \begin_layout Standard
31756 \begin_inset Note Greyedout
31757 status open
31758
31759 \begin_layout Plain Layout
31760
31761 \series bold
31762 Bemerkung:
31763 \series default
31764  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
31765  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
31766  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
31767  Ergebnissen führen wird.
31768 \end_layout
31769
31770 \end_inset
31771
31772
31773 \end_layout
31774
31775 \begin_layout Description
31776 Input Diese Methode ist 
31777 \family sans
31778 Include
31779 \family default
31780  sehr ähnlich mit folgenden Unterschieden:
31781 \end_layout
31782
31783 \begin_deeper
31784 \begin_layout Itemize
31785 Unterdokumente, die per 
31786 \family sans
31787 Input
31788 \family default
31789  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
31790  Seite und enden NICHT mit einem Seitenumbruch.
31791 \end_layout
31792
31793 \begin_layout Itemize
31794 Unterdokumente, die per 
31795 \family sans
31796 Input
31797 \family default
31798  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
31799 \family sans
31800  Unterdokument Vorschau
31801 \begin_inset space ~
31802 \end_inset
31803
31804 anzeigen
31805 \family default
31806  angekreuzt wurde und in den LyX-
31807 \family sans
31808 Einstellungen\SpecialChar \menuseparator
31809 Aussehen
31810 \begin_inset space ~
31811 \end_inset
31812
31813 &
31814 \begin_inset space ~
31815 \end_inset
31816
31817 Handhabung\SpecialChar \menuseparator
31818 Grafik Sofortige
31819 \begin_inset space ~
31820 \end_inset
31821
31822 Vorschau
31823 \family default
31824  auf 
31825 \family sans
31826 An
31827 \family default
31828  gesetzt wurde.
31829  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
31830  aus.
31831 \end_layout
31832
31833 \begin_layout Itemize
31834 Der LaTeX-Befehl 
31835 \series bold
31836
31837 \backslash
31838 includeonly
31839 \series default
31840  kann nicht benutzt werden.
31841 \end_layout
31842
31843 \end_deeper
31844 \begin_layout Standard
31845 Hier ist ein Unterdokument, das mit
31846 \family sans
31847  Input
31848 \family default
31849  eingebunden wurde: 
31850 \begin_inset CommandInset include
31851 LatexCommand input
31852 filename "DummyDocument2.lyx"
31853
31854 \end_inset
31855
31856 .
31857 \end_layout
31858
31859 \begin_layout Description
31860 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
31861   In der Druckvorschau wird für den Text der Stil 
31862 \family typewriter
31863 Schreibmaschine
31864 \family default
31865  verwendet.
31866  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
31867  Wenn Sie im Dialogfenster
31868 \family sans
31869  Unterdokument Leerzeichen
31870 \begin_inset space ~
31871 \end_inset
31872
31873 bei
31874 \begin_inset space ~
31875 \end_inset
31876
31877 der
31878 \begin_inset space ~
31879 \end_inset
31880
31881 Ausgabe
31882 \begin_inset space ~
31883 \end_inset
31884
31885 kennzeichnen 
31886 \family default
31887 ankreuzen, wird in der Druckvorschau das Zeichen 
31888 \begin_inset Quotes gld
31889 \end_inset
31890
31891
31892 \begin_inset ERT
31893 status collapsed
31894
31895 \begin_layout Plain Layout
31896
31897
31898 \backslash
31899 textvisiblespace 
31900 \end_layout
31901
31902 \end_inset
31903
31904
31905 \begin_inset Quotes grd
31906 \end_inset
31907
31908  für jedes Leerzeichen eingefügt.
31909 \begin_inset Newline newline
31910 \end_inset
31911
31912 Im Gegensatz zu 
31913 \family sans
31914 Einfügen\SpecialChar \menuseparator
31915 Datei\SpecialChar \menuseparator
31916 Einfacher
31917 \begin_inset space ~
31918 \end_inset
31919
31920 Text
31921 \family default
31922  wird bei 
31923 \family sans
31924 Unformatiert
31925 \family default
31926  der Dateiinhalt in LyX nicht dargestellt.
31927 \end_layout
31928
31929 \begin_layout Standard
31930 Hier ist ein Unterdokument, das mit
31931 \family sans
31932  Unformatiert
31933 \family default
31934  eingebunden wurde: 
31935 \begin_inset CommandInset include
31936 LatexCommand verbatiminput
31937 filename "DummyTextDocument.txt"
31938
31939 \end_inset
31940
31941
31942 \begin_inset VSpace bigskip
31943 \end_inset
31944
31945 Hier ist ein Unterdokument, das mit
31946 \family sans
31947  Unformatiert
31948 \family default
31949  eingebunden wurde und
31950 \family sans
31951  Leerzeichen
31952 \begin_inset space ~
31953 \end_inset
31954
31955 bei
31956 \begin_inset space ~
31957 \end_inset
31958
31959 der
31960 \begin_inset space ~
31961 \end_inset
31962
31963 Ausgabe
31964 \begin_inset space ~
31965 \end_inset
31966
31967 kennzeichnen
31968 \family default
31969  angekreuzt hat: 
31970 \begin_inset CommandInset include
31971 LatexCommand verbatiminput*
31972 filename "DummyTextDocument.txt"
31973
31974 \end_inset
31975
31976
31977 \end_layout
31978
31979 \begin_layout Standard
31980 \begin_inset VSpace bigskip
31981 \end_inset
31982
31983
31984 \end_layout
31985
31986 \begin_layout Standard
31987 \begin_inset Note Greyedout
31988 status open
31989
31990 \begin_layout Plain Layout
31991
31992 \series bold
31993 Bemerkung:
31994 \series default
31995  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
31996  
31997 \family sans
31998 Unformatiert
31999 \family default
32000  eingebunden werden, am Zeilenende nicht umgebrochen.
32001 \end_layout
32002
32003 \end_inset
32004
32005
32006 \end_layout
32007
32008 \begin_layout Description
32009 Listing Dieser Typ wird in Kapitel
32010 \begin_inset space ~
32011 \end_inset
32012
32013
32014 \begin_inset CommandInset ref
32015 LatexCommand ref
32016 reference "kap:Programm-Code-Listen"
32017
32018 \end_inset
32019
32020  beschrieben.
32021 \end_layout
32022
32023 \begin_layout Standard
32024 \begin_inset Note Greyedout
32025 status open
32026
32027 \begin_layout Plain Layout
32028
32029 \series bold
32030 Bemerkung:
32031 \series default
32032  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32033  das zu LaTeX-Problemen führen.
32034 \end_layout
32035
32036 \end_inset
32037
32038
32039 \end_layout
32040
32041 \begin_layout Chapter
32042 Programm-Code-Listen
32043 \begin_inset CommandInset label
32044 LatexCommand label
32045 name "kap:Programm-Code-Listen"
32046
32047 \end_inset
32048
32049
32050 \begin_inset Index
32051 status collapsed
32052
32053 \begin_layout Plain Layout
32054 Listen
32055 \end_layout
32056
32057 \end_inset
32058
32059
32060 \begin_inset Index
32061 status collapsed
32062
32063 \begin_layout Plain Layout
32064 Programm-Code
32065 \end_layout
32066
32067 \end_inset
32068
32069
32070 \end_layout
32071
32072 \begin_layout Standard
32073 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32074 \family sans
32075 Einfügen\SpecialChar \menuseparator
32076 Pro\SpecialChar \-
32077 gramm\SpecialChar \-
32078 listing
32079 \family default
32080  verwenden.
32081  Das LaTeX-Paket 
32082 \series bold
32083 listings
32084 \series default
32085
32086 \begin_inset Index
32087 status collapsed
32088
32089 \begin_layout Plain Layout
32090 LaTeX-Pakete ! listings
32091 \end_layout
32092
32093 \end_inset
32094
32095  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32096 \end_layout
32097
32098 \begin_layout Standard
32099 Ein Rechtsklick auf das 
32100 \family sans
32101 Listing
32102 \family default
32103 -Kästchen öffnet das Dialogfenster 
32104 \family sans
32105 Programm\SpecialChar \-
32106 listing-Einstellungen
32107 \family default
32108 , in dem Sie das Ausgabeformat der Programm-Code-Liste festlegen.
32109 \end_layout
32110
32111 \begin_layout Standard
32112 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32113  Die 
32114 \family sans
32115 Platzierung
32116 \family default
32117 -Option 
32118 \family sans
32119 Eingebettetes
32120 \begin_inset space ~
32121 \end_inset
32122
32123 Listing
32124 \family default
32125  druckt das Listing in der Zeile wie hier: 
32126 \begin_inset listings
32127 lstparams "language={C++}"
32128 inline true
32129 status open
32130
32131 \begin_layout Plain Layout
32132
32133 int a=5;
32134 \end_layout
32135
32136 \end_inset
32137
32138
32139 \begin_inset Newline newline
32140 \end_inset
32141
32142 Die Option 
32143 \family sans
32144 Gleitobjekt
32145 \family default
32146  erzeugt ein Listing-Gleitobjekt, dessen 
32147 \family sans
32148 Platzierung 
32149 \family default
32150 Sie mit 
32151 \family sans
32152 h
32153 \family default
32154
32155 \family sans
32156 t
32157 \family default
32158
32159 \family sans
32160 b
32161 \family default
32162  und 
32163 \family sans
32164 p
32165 \family default
32166 , analog zu den in Abschnitt
32167 \begin_inset space ~
32168 \end_inset
32169
32170
32171 \begin_inset CommandInset ref
32172 LatexCommand ref
32173 reference "abs:Gleitobjekt-Platzierung"
32174
32175 \end_inset
32176
32177  beschriebenen Platzierungsoptionen festlegen können.
32178  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
32179  hintereinander angegeben, z.
32180 \begin_inset space \thinspace{}
32181 \end_inset
32182
32183 B.
32184  
32185 \begin_inset Quotes gld
32186 \end_inset
32187
32188
32189 \family sans
32190 htbp
32191 \family default
32192
32193 \begin_inset Quotes grd
32194 \end_inset
32195
32196 .
32197  Die Option 
32198 \begin_inset Quotes gld
32199 \end_inset
32200
32201 h
32202 \begin_inset Quotes grd
32203 \end_inset
32204
32205  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
32206  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
32207 \end_layout
32208
32209 \begin_layout Standard
32210 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
32211  zu verweisen: Listing
32212 \begin_inset space ~
32213 \end_inset
32214
32215
32216 \begin_inset CommandInset ref
32217 LatexCommand ref
32218 reference "lst:Gleitendes-Programm-Listing"
32219
32220 \end_inset
32221
32222 .
32223 \end_layout
32224
32225 \begin_layout Standard
32226 \begin_inset listings
32227 lstparams "language=Python"
32228 inline false
32229 status open
32230
32231 \begin_layout Plain Layout
32232
32233 \begin_inset Caption
32234
32235 \begin_layout Plain Layout
32236 \begin_inset CommandInset label
32237 LatexCommand label
32238 name "lst:Gleitendes-Programm-Listing"
32239
32240 \end_inset
32241
32242 Gleitendes Programm-Listing
32243 \end_layout
32244
32245 \end_inset
32246
32247 # Gleitendes Programm-Listing
32248 \end_layout
32249
32250 \begin_layout Plain Layout
32251
32252 def func(param):
32253 \end_layout
32254
32255 \begin_layout Plain Layout
32256
32257     'Dies ist eine Python-Funktion'
32258 \end_layout
32259
32260 \begin_layout Plain Layout
32261
32262     pass
32263 \end_layout
32264
32265 \end_inset
32266
32267
32268 \end_layout
32269
32270 \begin_layout Standard
32271 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
32272  der Sprache erkannt und besonders gedruckt, wie 
32273 \emph on
32274 #
32275 \emph default
32276
32277 \emph on
32278 def
32279 \emph default
32280  und 
32281 \emph on
32282 pass
32283 \emph default
32284  in Listing
32285 \begin_inset space ~
32286 \end_inset
32287
32288
32289 \begin_inset CommandInset ref
32290 LatexCommand ref
32291 reference "lst:Gleitendes-Programm-Listing"
32292
32293 \end_inset
32294
32295 .
32296 \end_layout
32297
32298 \begin_layout Standard
32299 \begin_inset Note Greyedout
32300 status open
32301
32302 \begin_layout Plain Layout
32303
32304 \series bold
32305 Bemerkung:
32306 \series default
32307  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
32308 \family typewriter
32309 Schreib\SpecialChar \-
32310 maschine
32311 \family default
32312  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
32313 h keine fett gedruckten Buchstaben.
32314  Wählen Sie in diesem Fall eine andere Schrift für 
32315 \family typewriter
32316 Schreibmaschine
32317 \family default
32318  im Menü 
32319 \family sans
32320 Dokument\SpecialChar \menuseparator
32321 Einstellungen\SpecialChar \menuseparator
32322 Schriften
32323 \family default
32324 .
32325  (Die Schriften 
32326 \emph on
32327 LuxiMono, BeraMono
32328 \emph default
32329  und 
32330 \emph on
32331 Courier
32332 \emph default
32333  enthalten fett gedruckte Buchstaben.)
32334 \end_layout
32335
32336 \end_inset
32337
32338
32339 \end_layout
32340
32341 \begin_layout Standard
32342 Im Abschnitt 
32343 \family sans
32344 Zeilennummerierung
32345 \family default
32346  des 
32347 \family sans
32348 Programmlisting-Einstellungen
32349 \family default
32350 -Dialogs können Sie den Stil der Zeilennummerierung festlegen, zum Beispiel,
32351  ob die Nummerierung links oder rechts gedruckt, jede wievielte Zeile nummeriert
32352  werden soll und die 
32353 \family sans
32354 Schriftgröße
32355 \family default
32356  der Nummerierung.
32357 \end_layout
32358
32359 \begin_layout Standard
32360 Im Abschnitt 
32361 \family sans
32362 Bereich
32363 \family default
32364  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
32365  Im Abschnitt 
32366 \family sans
32367 Stil
32368 \family default
32369  legen Sie fest, wie die Liste ausgedruckt werden soll.
32370  Die Option 
32371 \family sans
32372 Erweiterte
32373 \begin_inset space ~
32374 \end_inset
32375
32376 Zeichentabelle
32377 \family default
32378  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
32379 \end_layout
32380
32381 \begin_layout Standard
32382 Hier ist ein Beispiel mit der Nummerierung links, der Schrittweite 3, der
32383  Sprache 
32384 \begin_inset Quotes gld
32385 \end_inset
32386
32387 Python
32388 \begin_inset Quotes grd
32389 \end_inset
32390
32391 , den Optionen 
32392 \family sans
32393 Erweiterte
32394 \begin_inset space ~
32395 \end_inset
32396
32397 Zeichentabelle
32398 \family default
32399  und 
32400 \family sans
32401 Leerzeichen
32402 \begin_inset space ~
32403 \end_inset
32404
32405 als
32406 \begin_inset space ~
32407 \end_inset
32408
32409 Symbol
32410 \family default
32411  und Bereich 3
32412 \begin_inset space \thinspace{}
32413 \end_inset
32414
32415 -
32416 \begin_inset space \thinspace{}
32417 \end_inset
32418
32419 8:
32420 \end_layout
32421
32422 \begin_layout Standard
32423 \begin_inset listings
32424 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
32425 inline false
32426 status open
32427
32428 \begin_layout Plain Layout
32429
32430 def func(param):
32431 \end_layout
32432
32433 \begin_layout Plain Layout
32434
32435     'Dies ist eine Python-Funktion'
32436 \end_layout
32437
32438 \begin_layout Plain Layout
32439
32440     pass
32441 \end_layout
32442
32443 \begin_layout Plain Layout
32444
32445 def func(param):
32446 \end_layout
32447
32448 \begin_layout Plain Layout
32449
32450 'Sonderzeichen: Tschüß'
32451 \end_layout
32452
32453 \begin_layout Plain Layout
32454
32455 pass
32456 \end_layout
32457
32458 \begin_layout Plain Layout
32459
32460 def func(param):
32461 \end_layout
32462
32463 \begin_layout Plain Layout
32464
32465 'Dies ist eine Python-Funktion'
32466 \end_layout
32467
32468 \begin_layout Plain Layout
32469
32470 pass
32471 \end_layout
32472
32473 \end_inset
32474
32475
32476 \end_layout
32477
32478 \begin_layout Standard
32479 \noindent
32480 \begin_inset Note Greyedout
32481 status open
32482
32483 \begin_layout Plain Layout
32484
32485 \series bold
32486 Bemerkung:
32487 \series default
32488  Wegen eines Fehlers im 
32489 \series bold
32490 listings
32491 \series default
32492 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
32493  verschoben.
32494  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obiger
32495  Liste nummeriert werden.
32496 \end_layout
32497
32498 \end_inset
32499
32500
32501 \end_layout
32502
32503 \begin_layout Standard
32504 \begin_inset VSpace bigskip
32505 \end_inset
32506
32507
32508 \end_layout
32509
32510 \begin_layout Standard
32511 \noindent
32512 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
32513  Das machen Sie mit
32514 \family sans
32515  Einfügen\SpecialChar \menuseparator
32516 Datei\SpecialChar \menuseparator
32517 Unterdokument
32518 \family default
32519  und der 
32520 \family sans
32521 Art
32522 \begin_inset space ~
32523 \end_inset
32524
32525 der
32526 \begin_inset space ~
32527 \end_inset
32528
32529 Einbindung
32530 \family default
32531  
32532 \family sans
32533 Listing
32534 \family default
32535 .
32536 \begin_inset Foot
32537 status collapsed
32538
32539 \begin_layout Plain Layout
32540 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
32541 \begin_inset space ~
32542 \end_inset
32543
32544
32545 \begin_inset CommandInset ref
32546 LatexCommand ref
32547 reference "abs:Unterdokumente"
32548
32549 \end_inset
32550
32551  beschrieben.
32552 \end_layout
32553
32554 \end_inset
32555
32556  Im Dialogfenster
32557 \family sans
32558  Unterdokument
32559 \family default
32560  können Sie die Listing-Parameter unter 
32561 \family sans
32562 Weitere
32563 \begin_inset space ~
32564 \end_inset
32565
32566 Parameter
32567 \family default
32568  eingeben.
32569  Wenn Sie dort ein Fragezeichen 
32570 \begin_inset Quotes gld
32571 \end_inset
32572
32573 ?
32574 \begin_inset Quotes grd
32575 \end_inset
32576
32577  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
32578 det.
32579 \end_layout
32580
32581 \begin_layout Standard
32582 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
32583  Text ins Feld 
32584 \family sans
32585 Marke
32586 \family default
32587 , auf die dann wie üblich verwiesen werden kann.
32588 \end_layout
32589
32590 \begin_layout Standard
32591 Listing
32592 \begin_inset space ~
32593 \end_inset
32594
32595
32596 \begin_inset CommandInset ref
32597 LatexCommand ref
32598 reference "lst:Datei-Listing"
32599
32600 \end_inset
32601
32602  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
32603 \begin_inset space \thinspace{}
32604 \end_inset
32605
32606 -
32607 \begin_inset space \thinspace{}
32608 \end_inset
32609
32610 15 gedruckt werden.
32611 \end_layout
32612
32613 \begin_layout Standard
32614 \begin_inset CommandInset include
32615 LatexCommand lstinputlisting
32616 filename "EmbeddedObjects.lyx"
32617 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
32618
32619 \end_inset
32620
32621
32622 \end_layout
32623
32624 \begin_layout Standard
32625 \begin_inset VSpace bigskip
32626 \end_inset
32627
32628
32629 \end_layout
32630
32631 \begin_layout Standard
32632 \noindent
32633 Dokumentweite Listing-Eigenschaften können in
32634 \family sans
32635  Dokument\SpecialChar \menuseparator
32636 Einstellungen\SpecialChar \menuseparator
32637 Text\SpecialChar \-
32638 for\SpecialChar \-
32639 mat\SpecialChar \menuseparator
32640 Listing-Einstellungen
32641 \family default
32642  festgelegt werden.
32643  Auch dort bekommt man durch Eingabe eines Fragezeichens 
32644 \begin_inset Quotes gld
32645 \end_inset
32646
32647 ?
32648 \begin_inset Quotes grd
32649 \end_inset
32650
32651  links davon eine Liste aller möglichen Parameter.
32652 \end_layout
32653
32654 \begin_layout Standard
32655 Weitere Informationen über das 
32656 \series bold
32657 listings
32658 \series default
32659 -Paket finden Sie in 
32660 \begin_inset CommandInset citation
32661 LatexCommand cite
32662 key "listings"
32663
32664 \end_inset
32665
32666 .
32667 \begin_inset Newpage newpage
32668 \end_inset
32669
32670
32671 \end_layout
32672
32673 \begin_layout Chapter
32674 \start_of_appendix
32675 In LyX verfügbare Maßeinheiten
32676 \begin_inset CommandInset label
32677 LatexCommand label
32678 name "kap:In-LyX-verfügbare"
32679
32680 \end_inset
32681
32682
32683 \begin_inset Index
32684 status collapsed
32685
32686 \begin_layout Plain Layout
32687 Einheiten
32688 \end_layout
32689
32690 \end_inset
32691
32692
32693 \end_layout
32694
32695 \begin_layout Standard
32696 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
32697  Tabelle
32698 \begin_inset space ~
32699 \end_inset
32700
32701
32702 \begin_inset CommandInset ref
32703 LatexCommand ref
32704 reference "tab:Maßeinheiten"
32705
32706 \end_inset
32707
32708  alle in LyX verfügbaren Maßeinheiten.
32709 \end_layout
32710
32711 \begin_layout Standard
32712 \begin_inset Float table
32713 placement h
32714 wide false
32715 sideways false
32716 status open
32717
32718 \begin_layout Plain Layout
32719 \begin_inset Caption
32720
32721 \begin_layout Plain Layout
32722 \begin_inset CommandInset label
32723 LatexCommand label
32724 name "tab:Maßeinheiten"
32725
32726 \end_inset
32727
32728 Maßeinheiten
32729 \end_layout
32730
32731 \end_inset
32732
32733
32734 \end_layout
32735
32736 \begin_layout Plain Layout
32737 \begin_inset VSpace medskip
32738 \end_inset
32739
32740
32741 \end_layout
32742
32743 \begin_layout Plain Layout
32744 \align center
32745 \begin_inset Tabular
32746 <lyxtabular version="3" rows="20" columns="2">
32747 <features>
32748 <column alignment="center" valignment="top" width="0">
32749 <column alignment="center" valignment="top" width="0">
32750 <row>
32751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32752 \begin_inset Text
32753
32754 \begin_layout Plain Layout
32755
32756 \series bold
32757 Maßeinheit
32758 \end_layout
32759
32760 \end_inset
32761 </cell>
32762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32763 \begin_inset Text
32764
32765 \begin_layout Plain Layout
32766
32767 \series bold
32768 Name/Beschreibung
32769 \end_layout
32770
32771 \end_inset
32772 </cell>
32773 </row>
32774 <row>
32775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32776 \begin_inset Text
32777
32778 \begin_layout Plain Layout
32779 mm
32780 \end_layout
32781
32782 \end_inset
32783 </cell>
32784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32785 \begin_inset Text
32786
32787 \begin_layout Plain Layout
32788 Millimeter
32789 \end_layout
32790
32791 \end_inset
32792 </cell>
32793 </row>
32794 <row>
32795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32796 \begin_inset Text
32797
32798 \begin_layout Plain Layout
32799 cm
32800 \end_layout
32801
32802 \end_inset
32803 </cell>
32804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32805 \begin_inset Text
32806
32807 \begin_layout Plain Layout
32808 Zentimeter
32809 \end_layout
32810
32811 \end_inset
32812 </cell>
32813 </row>
32814 <row>
32815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32816 \begin_inset Text
32817
32818 \begin_layout Plain Layout
32819 in
32820 \end_layout
32821
32822 \end_inset
32823 </cell>
32824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32825 \begin_inset Text
32826
32827 \begin_layout Plain Layout
32828 Zoll (1
32829 \begin_inset space \thinspace{}
32830 \end_inset
32831
32832 in = 2.54
32833 \begin_inset space \thinspace{}
32834 \end_inset
32835
32836 cm
32837 \end_layout
32838
32839 \end_inset
32840 </cell>
32841 </row>
32842 <row>
32843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32844 \begin_inset Text
32845
32846 \begin_layout Plain Layout
32847 pt
32848 \end_layout
32849
32850 \end_inset
32851 </cell>
32852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32853 \begin_inset Text
32854
32855 \begin_layout Plain Layout
32856 Punkt (72.27
32857 \begin_inset space \thinspace{}
32858 \end_inset
32859
32860 pt = 1
32861 \begin_inset space \thinspace{}
32862 \end_inset
32863
32864 in)
32865 \end_layout
32866
32867 \end_inset
32868 </cell>
32869 </row>
32870 <row>
32871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32872 \begin_inset Text
32873
32874 \begin_layout Plain Layout
32875 pc
32876 \end_layout
32877
32878 \end_inset
32879 </cell>
32880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32881 \begin_inset Text
32882
32883 \begin_layout Plain Layout
32884 Pica (1
32885 \begin_inset space \thinspace{}
32886 \end_inset
32887
32888 pc = 12
32889 \begin_inset space \thinspace{}
32890 \end_inset
32891
32892 pt)
32893 \end_layout
32894
32895 \end_inset
32896 </cell>
32897 </row>
32898 <row>
32899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32900 \begin_inset Text
32901
32902 \begin_layout Plain Layout
32903 sp
32904 \end_layout
32905
32906 \end_inset
32907 </cell>
32908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32909 \begin_inset Text
32910
32911 \begin_layout Plain Layout
32912 skalierter Punkt (65536
32913 \begin_inset space \thinspace{}
32914 \end_inset
32915
32916 sp = 1
32917 \begin_inset space \thinspace{}
32918 \end_inset
32919
32920 pt)
32921 \end_layout
32922
32923 \end_inset
32924 </cell>
32925 </row>
32926 <row>
32927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32928 \begin_inset Text
32929
32930 \begin_layout Plain Layout
32931 bp
32932 \end_layout
32933
32934 \end_inset
32935 </cell>
32936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32937 \begin_inset Text
32938
32939 \begin_layout Plain Layout
32940 großer Punkt (72
32941 \begin_inset space \thinspace{}
32942 \end_inset
32943
32944 bp = 1
32945 \begin_inset space \thinspace{}
32946 \end_inset
32947
32948 in)
32949 \end_layout
32950
32951 \end_inset
32952 </cell>
32953 </row>
32954 <row>
32955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32956 \begin_inset Text
32957
32958 \begin_layout Plain Layout
32959 dd
32960 \end_layout
32961
32962 \end_inset
32963 </cell>
32964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32965 \begin_inset Text
32966
32967 \begin_layout Plain Layout
32968 Didot (1
32969 \begin_inset space \thinspace{}
32970 \end_inset
32971
32972 dd 
32973 \begin_inset Formula $\approx$
32974 \end_inset
32975
32976  0,376
32977 \begin_inset space \thinspace{}
32978 \end_inset
32979
32980 mm)
32981 \end_layout
32982
32983 \end_inset
32984 </cell>
32985 </row>
32986 <row>
32987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32988 \begin_inset Text
32989
32990 \begin_layout Plain Layout
32991 cc
32992 \end_layout
32993
32994 \end_inset
32995 </cell>
32996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32997 \begin_inset Text
32998
32999 \begin_layout Plain Layout
33000 Cicero (1
33001 \begin_inset space \thinspace{}
33002 \end_inset
33003
33004 cc = 12
33005 \begin_inset space \thinspace{}
33006 \end_inset
33007
33008 dd)
33009 \end_layout
33010
33011 \end_inset
33012 </cell>
33013 </row>
33014 <row>
33015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33016 \begin_inset Text
33017
33018 \begin_layout Plain Layout
33019 Skalierung%
33020 \end_layout
33021
33022 \end_inset
33023 </cell>
33024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33025 \begin_inset Text
33026
33027 \begin_layout Plain Layout
33028 % der originalen Bildbreite
33029 \end_layout
33030
33031 \end_inset
33032 </cell>
33033 </row>
33034 <row>
33035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33036 \begin_inset Text
33037
33038 \begin_layout Plain Layout
33039 Textbreite %
33040 \end_layout
33041
33042 \end_inset
33043 </cell>
33044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33045 \begin_inset Text
33046
33047 \begin_layout Plain Layout
33048 % der Textbreite
33049 \end_layout
33050
33051 \end_inset
33052 </cell>
33053 </row>
33054 <row>
33055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33056 \begin_inset Text
33057
33058 \begin_layout Plain Layout
33059 Spaltenbreite %
33060 \end_layout
33061
33062 \end_inset
33063 </cell>
33064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33065 \begin_inset Text
33066
33067 \begin_layout Plain Layout
33068 % der Spaltenbreite
33069 \end_layout
33070
33071 \end_inset
33072 </cell>
33073 </row>
33074 <row>
33075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33076 \begin_inset Text
33077
33078 \begin_layout Plain Layout
33079 Seitenbreite %
33080 \end_layout
33081
33082 \end_inset
33083 </cell>
33084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33085 \begin_inset Text
33086
33087 \begin_layout Plain Layout
33088 % der Seitenbreite
33089 \end_layout
33090
33091 \end_inset
33092 </cell>
33093 </row>
33094 <row>
33095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33096 \begin_inset Text
33097
33098 \begin_layout Plain Layout
33099 Zeilenbreite %
33100 \end_layout
33101
33102 \end_inset
33103 </cell>
33104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33105 \begin_inset Text
33106
33107 \begin_layout Plain Layout
33108 % der Zeilenbreite
33109 \end_layout
33110
33111 \end_inset
33112 </cell>
33113 </row>
33114 <row>
33115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33116 \begin_inset Text
33117
33118 \begin_layout Plain Layout
33119 Texthöhe %
33120 \end_layout
33121
33122 \end_inset
33123 </cell>
33124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33125 \begin_inset Text
33126
33127 \begin_layout Plain Layout
33128 % der Texthöhe
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 Seitenhöhe %
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 % der Seitenhöhe
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 ex
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 Die Höhe des Buchstabens 
33169 \emph on
33170 x
33171 \emph default
33172  im aktiven Zeichensatz
33173 \end_layout
33174
33175 \end_inset
33176 </cell>
33177 </row>
33178 <row>
33179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33180 \begin_inset Text
33181
33182 \begin_layout Plain Layout
33183 em
33184 \end_layout
33185
33186 \end_inset
33187 </cell>
33188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33189 \begin_inset Text
33190
33191 \begin_layout Plain Layout
33192 Die Breite des Buchstabens 
33193 \emph on
33194 M
33195 \emph default
33196  im aktiven Zeichensatz
33197 \end_layout
33198
33199 \end_inset
33200 </cell>
33201 </row>
33202 <row>
33203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33204 \begin_inset Text
33205
33206 \begin_layout Plain Layout
33207 mu
33208 \end_layout
33209
33210 \end_inset
33211 </cell>
33212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33213 \begin_inset Text
33214
33215 \begin_layout Plain Layout
33216 mathematische  Maßeinheit
33217 \series bold
33218  
33219 \series default
33220 (1
33221 \begin_inset space \thinspace{}
33222 \end_inset
33223
33224 mu = 1/18
33225 \begin_inset space \thinspace{}
33226 \end_inset
33227
33228 em)
33229 \end_layout
33230
33231 \end_inset
33232 </cell>
33233 </row>
33234 </lyxtabular>
33235
33236 \end_inset
33237
33238
33239 \end_layout
33240
33241 \end_inset
33242
33243
33244 \end_layout
33245
33246 \begin_layout Chapter
33247 Ausgabedatei-Formate mit Grafiken
33248 \begin_inset CommandInset label
33249 LatexCommand label
33250 name "kap:Ausgabedatei-Formate"
33251
33252 \end_inset
33253
33254
33255 \end_layout
33256
33257 \begin_layout Section
33258 DVI
33259 \begin_inset Index
33260 status collapsed
33261
33262 \begin_layout Plain Layout
33263 Dateiformat! DVI
33264 \end_layout
33265
33266 \end_inset
33267
33268
33269 \begin_inset Index
33270 status collapsed
33271
33272 \begin_layout Plain Layout
33273 DVI
33274 \end_layout
33275
33276 \end_inset
33277
33278
33279 \end_layout
33280
33281 \begin_layout Standard
33282 Dieser Dateityp hat die Erweiterung 
33283 \begin_inset Quotes gld
33284 \end_inset
33285
33286
33287 \family typewriter
33288 .dvi
33289 \family default
33290
33291 \begin_inset Quotes grd
33292 \end_inset
33293
33294  und wird 
33295 \begin_inset Quotes gld
33296 \end_inset
33297
33298 device independent
33299 \begin_inset Quotes grd
33300 \end_inset
33301
33302  genannt, weil er vollkommen portierbar ist.
33303  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
33304  dvi-Betrachter installiert hat.
33305  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
33306 ate wie PostScript benutzt.
33307 \end_layout
33308
33309 \begin_layout Standard
33310 \begin_inset Note Greyedout
33311 status open
33312
33313 \begin_layout Plain Layout
33314
33315 \series bold
33316 Bemerkung:
33317 \series default
33318  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
33319 \end_layout
33320
33321 \end_inset
33322
33323
33324 \end_layout
33325
33326 \begin_layout Standard
33327 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
33328  auf einen anderen Computer kopieren.
33329  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
33330  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
33331  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
33332 \family typewriter
33333  
33334 \family default
33335 blättern.
33336
33337 \family typewriter
33338  
33339 \family default
33340 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
33341  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
33342  
33343 \end_layout
33344
33345 \begin_layout Standard
33346 Sie können Ihr Dokument als DVI über das Menü 
33347 \family sans
33348 Datei\SpecialChar \menuseparator
33349 Exportieren\SpecialChar \menuseparator
33350 DVI
33351 \family default
33352  exportieren.
33353  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
33354 \family sans
33355 Ansicht
33356 \family default
33357  oder den Werkzeugleistenknopf 
33358 \begin_inset Graphics
33359         filename ../../images/buffer-view_dvi.png
33360         scale 70
33361         scaleBeforeRotation
33362         BoundingBox 0bp 0bp 20bp 20bp
33363
33364 \end_inset
33365
33366  anschauen.
33367 \end_layout
33368
33369 \begin_layout Section
33370 PostScript
33371 \begin_inset CommandInset label
33372 LatexCommand label
33373 name "abs:PostScript"
33374
33375 \end_inset
33376
33377
33378 \begin_inset Index
33379 status collapsed
33380
33381 \begin_layout Plain Layout
33382 Dateiformat  ! PostScript
33383 \end_layout
33384
33385 \end_inset
33386
33387
33388 \begin_inset Index
33389 status collapsed
33390
33391 \begin_layout Plain Layout
33392 PostScript
33393 \end_layout
33394
33395 \end_inset
33396
33397
33398 \end_layout
33399
33400 \begin_layout Standard
33401 Dieser Dateityp hat die Erweiterung 
33402 \begin_inset Quotes gld
33403 \end_inset
33404
33405
33406 \family typewriter
33407 .ps
33408 \family default
33409
33410 \begin_inset Quotes grd
33411 \end_inset
33412
33413 .
33414  PostScript wurde von der Firma
33415 \family typewriter
33416  Adobe
33417 \family default
33418  als Druckersprache entwickelt.
33419  Die Datei enthält deshalb Druckbefehle.
33420  PostScript kann als 
33421 \begin_inset Quotes gld
33422 \end_inset
33423
33424 Programmiersprache
33425 \begin_inset Quotes grd
33426 \end_inset
33427
33428  angesehen werden.
33429  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
33430 \begin_inset Foot
33431 status collapsed
33432
33433 \begin_layout Plain Layout
33434 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
33435  von
33436 \series bold
33437  PSTricks
33438 \series default
33439  
33440 \begin_inset CommandInset citation
33441 LatexCommand cite
33442 key "pstricks"
33443
33444 \end_inset
33445
33446  oder 
33447 \begin_inset CommandInset citation
33448 LatexCommand cite
33449 key "latex-praxisbuch"
33450
33451 \end_inset
33452
33453  ansehen.
33454 \end_layout
33455
33456 \end_inset
33457
33458 .
33459  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
33460 \end_layout
33461
33462 \begin_layout Standard
33463 PostScript kann nur Bilder im Format EPS
33464 \begin_inset Index
33465 status collapsed
33466
33467 \begin_layout Plain Layout
33468 EPS
33469 \end_layout
33470
33471 \end_inset
33472
33473  (Encapsulated PostScript, Datei-Er\SpecialChar \-
33474 wei\SpecialChar \-
33475 ter\SpecialChar \-
33476 ung 
33477 \begin_inset Quotes gld
33478 \end_inset
33479
33480
33481 \family typewriter
33482 .eps
33483 \family default
33484
33485 \begin_inset Quotes grd
33486 \end_inset
33487
33488 ) enthalten.
33489  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
33490  intern nach EPS konvertieren.
33491  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
33492  verlangsamen.
33493  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
33494  konvertieren und direkt als EPS einfügen.
33495 \end_layout
33496
33497 \begin_layout Standard
33498 Sie können Ihr Dokument als PostScript über das Menü 
33499 \family sans
33500 Datei\SpecialChar \menuseparator
33501 Exportieren\SpecialChar \menuseparator
33502 Post\SpecialChar \-
33503 Script
33504 \family default
33505  exportieren.
33506  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
33507 \family sans
33508 Ansicht
33509 \family default
33510  oder den Werkzeugleistenknopf 
33511 \begin_inset Graphics
33512         filename ../../images/buffer-view_ps.png
33513         scale 70
33514         scaleBeforeRotation
33515
33516 \end_inset
33517
33518  anschauen.
33519 \end_layout
33520
33521 \begin_layout Section
33522 PDF
33523 \begin_inset CommandInset label
33524 LatexCommand label
33525 name "abs:PDF"
33526
33527 \end_inset
33528
33529
33530 \begin_inset Index
33531 status collapsed
33532
33533 \begin_layout Plain Layout
33534 Dateiformat! PDF
33535 \end_layout
33536
33537 \end_inset
33538
33539
33540 \begin_inset Index
33541 status collapsed
33542
33543 \begin_layout Plain Layout
33544 PDF
33545 \end_layout
33546
33547 \end_inset
33548
33549
33550 \end_layout
33551
33552 \begin_layout Standard
33553 Dieser Dateityp hat die Erweiterung 
33554 \begin_inset Quotes gld
33555 \end_inset
33556
33557
33558 \family typewriter
33559 .pdf
33560 \family default
33561
33562 \begin_inset Quotes grd
33563 \end_inset
33564
33565 .
33566  Das
33567 \emph on
33568  
33569 \emph default
33570
33571 \begin_inset Quotes gld
33572 \end_inset
33573
33574 Portable Document Format
33575 \begin_inset Quotes grd
33576 \end_inset
33577
33578  (PDF) wurde auch von der Firma 
33579 \family typewriter
33580 Adobe
33581 \family default
33582  als Derivat von PostScript entwickelt.
33583  Es ist komprimierter und benutzt weniger Befehle als PostScript.
33584  Wie der Begriff 
33585 \begin_inset Quotes gld
33586 \end_inset
33587
33588 portable
33589 \begin_inset Quotes grd
33590 \end_inset
33591
33592  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
33593  werden, und der Ausdruck sieht immer gleich aus.
33594 \end_layout
33595
33596 \begin_layout Standard
33597 PDF kann Bilder im eigenen PDF-Format, im Format 
33598 \begin_inset Quotes gld
33599 \end_inset
33600
33601 Joint Photographic Experts Group
33602 \begin_inset Quotes grd
33603 \end_inset
33604
33605  (JPEG
33606 \begin_inset Index
33607 status collapsed
33608
33609 \begin_layout Plain Layout
33610 JPG, JPEG
33611 \end_layout
33612
33613 \end_inset
33614
33615 , Datei-Erweiterung 
33616 \begin_inset Quotes gld
33617 \end_inset
33618
33619
33620 \family typewriter
33621 .jpg
33622 \family default
33623
33624 \begin_inset Quotes grd
33625 \end_inset
33626
33627  oder 
33628 \begin_inset Quotes gld
33629 \end_inset
33630
33631
33632 \family typewriter
33633 .jpeg
33634 \family default
33635
33636 \begin_inset Quotes grd
33637 \end_inset
33638
33639 ) und im Format 
33640 \begin_inset Quotes gld
33641 \end_inset
33642
33643 Portable Network Graphics
33644 \begin_inset Quotes grd
33645 \end_inset
33646
33647  (PNG
33648 \begin_inset Index
33649 status collapsed
33650
33651 \begin_layout Plain Layout
33652 PNG
33653 \end_layout
33654
33655 \end_inset
33656
33657 , Datei-Erweiterung 
33658 \begin_inset Quotes gld
33659 \end_inset
33660
33661
33662 \family typewriter
33663 .png
33664 \family default
33665
33666 \begin_inset Quotes grd
33667 \end_inset
33668
33669 ) enthalten.
33670  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
33671  Sie konvertieren wird.
33672  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
33673  wird, eines der drei erwähnten Bildformate zu benutzen.
33674 \end_layout
33675
33676 \begin_layout Standard
33677 PDF-Dateien können Sie über 
33678 \family sans
33679 Datei\SpecialChar \menuseparator
33680 Exportieren
33681 \family default
33682  auf drei Arten erzeugen:
33683 \end_layout
33684
33685 \begin_layout Description
33686 PDF
33687 \begin_inset space ~
33688 \end_inset
33689
33690 (ps2pdf) benutzt das Programm
33691 \family typewriter
33692  ps2pdf
33693 \family default
33694 , das eine PDF-Datei aus einer Post\SpecialChar \-
33695 Script®-Version Ihres Dokument erstellt.
33696  Die PostScript-Version wird mit dem Programm 
33697 \family typewriter
33698 dvips
33699 \family default
33700  aus einer DVI-Version erstellt.
33701  Es werden also drei Konvertierungen verwendet.
33702 \end_layout
33703
33704 \begin_layout Description
33705 PDF
33706 \begin_inset space ~
33707 \end_inset
33708
33709 (dvipdfm) benutzt das Programm 
33710 \family typewriter
33711 dvipdfm
33712 \family default
33713 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
33714  PDF konvertiert.
33715 \end_layout
33716
33717 \begin_layout Description
33718 PDF
33719 \begin_inset space ~
33720 \end_inset
33721
33722 (pdflatex) benutzt das Programm
33723 \family typewriter
33724  pdftex
33725 \family default
33726 , das Ihr Dokument direkt nach PDF konvertiert.
33727 \end_layout
33728
33729 \begin_layout Standard
33730
33731 \family sans
33732 PDF
33733 \begin_inset space ~
33734 \end_inset
33735
33736 (pdflatex)
33737 \family default
33738  wird empfohlen, weil
33739 \family typewriter
33740  pdftex
33741 \family default
33742  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
33743  ohne Probleme arbeitet.
33744  Das Programm 
33745 \family typewriter
33746 dvi\SpecialChar \-
33747 pdfm
33748 \family default
33749  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
33750 \end_layout
33751
33752 \begin_layout Standard
33753 Sie können Ihr Dokument als PDF über das Menü 
33754 \family sans
33755 Datei\SpecialChar \menuseparator
33756 Exportieren\SpecialChar \menuseparator
33757 PDF
33758 \family default
33759  exportieren.
33760  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
33761 \family sans
33762 Ansicht
33763 \family default
33764  oder den Werkzeugleistenknopf 
33765 \begin_inset Graphics
33766         filename ../../images/buffer-view_pdf2.png
33767         scale 70
33768         scaleBeforeRotation
33769         BoundingBox 0bp 0bp 20bp 20bp
33770
33771 \end_inset
33772
33773  anschauen 
33774 \family sans
33775 (
33776 \family default
33777 der 
33778 \family sans
33779 PDF
33780 \begin_inset space ~
33781 \end_inset
33782
33783 (pdflatex)
33784 \family default
33785  verwendet).
33786 \end_layout
33787
33788 \begin_layout Chapter
33789 Erklärung der Gleichung
33790 \begin_inset space ~
33791 \end_inset
33792
33793
33794 \begin_inset CommandInset ref
33795 LatexCommand eqref
33796 reference "eq:Wgn"
33797
33798 \end_inset
33799
33800
33801 \begin_inset CommandInset label
33802 LatexCommand label
33803 name "kap:Exläuterung-einer-Gleichung"
33804
33805 \end_inset
33806
33807
33808 \end_layout
33809
33810 \begin_layout Standard
33811 Die Gesamtbreite von
33812 \emph on
33813  n
33814 \emph default
33815  Tabellenzellen 
33816 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33817 \end_inset
33818
33819  kann wie folgt berechnet werden:
33820 \end_layout
33821
33822 \begin_layout Standard
33823 \begin_inset Formula \begin{equation}
33824 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}
33825
33826 \end_inset
33827
33828
33829 \end_layout
33830
33831 \begin_layout Standard
33832 Dabei ist 
33833 \begin_inset Formula $W_{g\, n}$
33834 \end_inset
33835
33836  die Breite jeder Zelle.
33837
33838 \series bold
33839  
33840 \backslash
33841 tabcolsep
33842 \series default
33843  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
33844  Standardwert 6
33845 \begin_inset space \thinspace{}
33846 \end_inset
33847
33848 pt.
33849  
33850 \series bold
33851
33852 \backslash
33853 arrayrulewidth
33854 \series default
33855  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
33856 \begin_inset space \thinspace{}
33857 \end_inset
33858
33859 pt.
33860 \end_layout
33861
33862 \begin_layout Standard
33863 Nach Gleichung
33864 \begin_inset space ~
33865 \end_inset
33866
33867
33868 \begin_inset CommandInset ref
33869 LatexCommand ref
33870 reference "eq:Wtot_n"
33871
33872 \end_inset
33873
33874  ist die Gesamtbreite einer Mehrfachspalte, 
33875 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33876 \end_inset
33877
33878 ,
33879 \end_layout
33880
33881 \begin_layout Standard
33882 \begin_inset Formula \begin{equation}
33883 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33884
33885 \end_inset
33886
33887
33888 \end_layout
33889
33890 \begin_layout Standard
33891 Setzt man die Gleichungen
33892 \begin_inset space ~
33893 \end_inset
33894
33895
33896 \begin_inset CommandInset ref
33897 LatexCommand ref
33898 reference "eq:Wtot_n"
33899
33900 \end_inset
33901
33902  und 
33903 \begin_inset CommandInset ref
33904 LatexCommand ref
33905 reference "eq:Wtot_mult"
33906
33907 \end_inset
33908
33909  gleich, kann man die benötigte Breite 
33910 \begin_inset Formula $W_{g\, n}$
33911 \end_inset
33912
33913 , wenn 
33914 \emph on
33915 n
33916 \emph default
33917  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
33918 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33919 \end_inset
33920
33921  hat, berechnen:
33922 \end_layout
33923
33924 \begin_layout Standard
33925 \begin_inset Formula \begin{equation}
33926 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33927
33928 \end_inset
33929
33930
33931 \end_layout
33932
33933 \begin_layout Bibliography
33934 \begin_inset CommandInset bibitem
33935 LatexCommand bibitem
33936 key "latexcompanion"
33937
33938 \end_inset
33939
33940 Frank Mittelbach and Michel Goossens: 
33941 \emph on
33942 The LaTeX Companion Second Edition.
33943
33944 \emph default
33945  Addison-Wesley, 2004
33946 \end_layout
33947
33948 \begin_layout Bibliography
33949 \begin_inset CommandInset bibitem
33950 LatexCommand bibitem
33951 key "latexguide"
33952
33953 \end_inset
33954
33955 Helmut Kopka and Patrick W.
33956  Daly: 
33957 \emph on
33958 A Guide to LaTeX Fourth Edition.
33959
33960 \emph default
33961  Addison-Wesley, 2003
33962 \end_layout
33963
33964 \begin_layout Bibliography
33965 \begin_inset CommandInset bibitem
33966 LatexCommand bibitem
33967 key "lamport"
33968
33969 \end_inset
33970
33971 Leslie Lamport: 
33972 \emph on
33973 LaTeX: A Document Preparation System.
33974
33975 \emph default
33976  Addison-Wesley, second edition, 1994
33977 \end_layout
33978
33979 \begin_layout Bibliography
33980 \begin_inset CommandInset bibitem
33981 LatexCommand bibitem
33982 key "latex-praxisbuch"
33983
33984 \end_inset
33985
33986 Niedermair, Elke & Michael: 
33987 \emph on
33988 LaTeX-Praxisbuch
33989 \emph default
33990 , Franzis-Verlag, 2004
33991 \end_layout
33992
33993 \begin_layout Bibliography
33994 \begin_inset CommandInset bibitem
33995 LatexCommand bibitem
33996 key "booktabs"
33997
33998 \end_inset
33999
34000 Dokumentation des LaTeX-Pakets 
34001 \series bold
34002
34003 \begin_inset CommandInset href
34004 LatexCommand href
34005 name "booktabs"
34006 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34007
34008 \end_inset
34009
34010
34011 \series default
34012
34013 \begin_inset Index
34014 status collapsed
34015
34016 \begin_layout Plain Layout
34017 LaTeX-Pakete ! booktabs
34018 \end_layout
34019
34020 \end_inset
34021
34022
34023 \end_layout
34024
34025 \begin_layout Bibliography
34026 \begin_inset CommandInset bibitem
34027 LatexCommand bibitem
34028 key "caption"
34029
34030 \end_inset
34031
34032 Dokumentation des LaTeX-Pakets 
34033 \series bold
34034
34035 \begin_inset CommandInset href
34036 LatexCommand href
34037 name "caption"
34038 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
34039
34040 \end_inset
34041
34042
34043 \series default
34044
34045 \begin_inset Index
34046 status collapsed
34047
34048 \begin_layout Plain Layout
34049 LaTeX-Pakete ! caption
34050 \end_layout
34051
34052 \end_inset
34053
34054
34055 \end_layout
34056
34057 \begin_layout Bibliography
34058 \begin_inset CommandInset bibitem
34059 LatexCommand bibitem
34060 key "endfloat"
34061
34062 \end_inset
34063
34064 Dokumentation des LaTeX-Pakets 
34065 \series bold
34066
34067 \begin_inset CommandInset href
34068 LatexCommand href
34069 name "endfloat"
34070 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34071
34072 \end_inset
34073
34074
34075 \series default
34076
34077 \begin_inset Index
34078 status collapsed
34079
34080 \begin_layout Plain Layout
34081 LaTeX-Pakete ! endfloat
34082 \end_layout
34083
34084 \end_inset
34085
34086
34087 \end_layout
34088
34089 \begin_layout Bibliography
34090 \begin_inset CommandInset bibitem
34091 LatexCommand bibitem
34092 key "wrapfig"
34093
34094 \end_inset
34095
34096 Dokumentation des LaTeX-Pakets 
34097 \series bold
34098
34099 \begin_inset CommandInset href
34100 LatexCommand href
34101 name "wrapfig"
34102 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34103
34104 \end_inset
34105
34106
34107 \series default
34108
34109 \begin_inset Index
34110 status collapsed
34111
34112 \begin_layout Plain Layout
34113 LaTeX-Pakete ! wrapfig
34114 \begin_inset ERT
34115 status collapsed
34116
34117 \begin_layout Plain Layout
34118
34119
34120 \backslash
34121 vspace{4mm}
34122 \end_layout
34123
34124 \end_inset
34125
34126
34127 \end_layout
34128
34129 \end_inset
34130
34131
34132 \end_layout
34133
34134 \begin_layout Bibliography
34135 \begin_inset CommandInset bibitem
34136 LatexCommand bibitem
34137 key "footmisc"
34138
34139 \end_inset
34140
34141 Dokumentation des LaTeX-Pakets 
34142 \series bold
34143
34144 \begin_inset CommandInset href
34145 LatexCommand href
34146 name "footmisc"
34147 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34148
34149 \end_inset
34150
34151
34152 \series default
34153
34154 \begin_inset Index
34155 status collapsed
34156
34157 \begin_layout Plain Layout
34158 LaTeX-Pakete ! footmisc
34159 \end_layout
34160
34161 \end_inset
34162
34163
34164 \end_layout
34165
34166 \begin_layout Bibliography
34167 \begin_inset CommandInset bibitem
34168 LatexCommand bibitem
34169 key "hypcap"
34170
34171 \end_inset
34172
34173 Dokumentation des LaTeX-Pakets 
34174 \series bold
34175
34176 \begin_inset CommandInset href
34177 LatexCommand href
34178 name "hypcap"
34179 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34180
34181 \end_inset
34182
34183
34184 \series default
34185
34186 \begin_inset Index
34187 status collapsed
34188
34189 \begin_layout Plain Layout
34190 LaTeX-Pakete ! hypcap
34191 \end_layout
34192
34193 \end_inset
34194
34195
34196 \end_layout
34197
34198 \begin_layout Bibliography
34199 \begin_inset CommandInset bibitem
34200 LatexCommand bibitem
34201 key "hyperref"
34202
34203 \end_inset
34204
34205 Dokumentation des LaTeX-Pakets 
34206 \series bold
34207
34208 \begin_inset CommandInset href
34209 LatexCommand href
34210 name "hyperref"
34211 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34212
34213 \end_inset
34214
34215
34216 \series default
34217
34218 \begin_inset Index
34219 status collapsed
34220
34221 \begin_layout Plain Layout
34222 LaTeX-Pakete ! hyperref
34223 \end_layout
34224
34225 \end_inset
34226
34227
34228 \end_layout
34229
34230 \begin_layout Bibliography
34231 \begin_inset CommandInset bibitem
34232 LatexCommand bibitem
34233 key "koma-script"
34234
34235 \end_inset
34236
34237 Dokumentation des LaTeX-Pakets 
34238 \series bold
34239
34240 \begin_inset CommandInset href
34241 LatexCommand href
34242 name "koma-script"
34243 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
34244
34245 \end_inset
34246
34247
34248 \series default
34249
34250 \begin_inset Index
34251 status collapsed
34252
34253 \begin_layout Plain Layout
34254 LaTeX-Pakete ! koma-script
34255 \end_layout
34256
34257 \end_inset
34258
34259
34260 \end_layout
34261
34262 \begin_layout Bibliography
34263 \begin_inset CommandInset bibitem
34264 LatexCommand bibitem
34265 key "listings"
34266
34267 \end_inset
34268
34269 Dokumentation des LaTeX-Pakets 
34270 \series bold
34271
34272 \begin_inset CommandInset href
34273 LatexCommand href
34274 name "listings"
34275 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34276
34277 \end_inset
34278
34279
34280 \series default
34281
34282 \begin_inset Index
34283 status collapsed
34284
34285 \begin_layout Plain Layout
34286 LaTeX-Pakete ! listings
34287 \end_layout
34288
34289 \end_inset
34290
34291
34292 \end_layout
34293
34294 \begin_layout Bibliography
34295 \begin_inset CommandInset bibitem
34296 LatexCommand bibitem
34297 key "marginnote"
34298
34299 \end_inset
34300
34301 Dokumentation des LaTeX-Pakets 
34302 \series bold
34303
34304 \begin_inset CommandInset href
34305 LatexCommand href
34306 name "marginnote"
34307 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34308
34309 \end_inset
34310
34311
34312 \series default
34313
34314 \begin_inset Index
34315 status collapsed
34316
34317 \begin_layout Plain Layout
34318 LaTeX-Pakete ! marginnote
34319 \end_layout
34320
34321 \end_inset
34322
34323
34324 \end_layout
34325
34326 \begin_layout Bibliography
34327 \begin_inset CommandInset bibitem
34328 LatexCommand bibitem
34329 key "pstricks"
34330
34331 \end_inset
34332
34333 Webseite des LaTeX-Pakets 
34334 \series bold
34335
34336 \begin_inset CommandInset href
34337 LatexCommand href
34338 name "PSTricks"
34339 target "http://tug.org/PSTricks/"
34340
34341 \end_inset
34342
34343
34344 \series default
34345
34346 \begin_inset Index
34347 status collapsed
34348
34349 \begin_layout Plain Layout
34350 LaTeX-Pakete ! pstricks
34351 \end_layout
34352
34353 \end_inset
34354
34355
34356 \end_layout
34357
34358 \begin_layout Bibliography
34359 \begin_inset CommandInset bibitem
34360 LatexCommand bibitem
34361 key "sidecap"
34362
34363 \end_inset
34364
34365 Dokumentation des LaTeX-Pakets 
34366 \series bold
34367
34368 \begin_inset CommandInset href
34369 LatexCommand href
34370 name "sidecap"
34371 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34372
34373 \end_inset
34374
34375
34376 \series default
34377
34378 \begin_inset Index
34379 status collapsed
34380
34381 \begin_layout Plain Layout
34382 LaTeX-Pakete ! sidecap
34383 \end_layout
34384
34385 \end_inset
34386
34387
34388 \end_layout
34389
34390 \begin_layout Bibliography
34391 \begin_inset CommandInset bibitem
34392 LatexCommand bibitem
34393 key "NewInLyX16"
34394
34395 \end_inset
34396
34397
34398 \begin_inset CommandInset href
34399 LatexCommand href
34400 name "Wiki-Seite"
34401 target "http://wiki.lyx.org/LyX/NewInLyX16"
34402
34403 \end_inset
34404
34405  über neue Funktionen in 
34406 \family sans
34407 LyX 1.6.0
34408 \family default
34409 .
34410 \end_layout
34411
34412 \begin_layout Standard
34413 \begin_inset CommandInset index_print
34414 LatexCommand printindex
34415
34416 \end_inset
34417
34418
34419 \end_layout
34420
34421 \begin_layout Standard
34422 \begin_inset FloatList figure
34423
34424 \end_inset
34425
34426
34427 \end_layout
34428
34429 \begin_layout Standard
34430 \begin_inset FloatList table
34431
34432 \end_inset
34433
34434
34435 \end_layout
34436
34437 \begin_layout Standard
34438 \begin_inset ERT
34439 status open
34440
34441 \begin_layout Plain Layout
34442
34443
34444 \backslash
34445 listof{algorithm}{Algorithmenverzeichnis}
34446 \end_layout
34447
34448 \end_inset
34449
34450
34451 \begin_inset Note Note
34452 status collapsed
34453
34454 \begin_layout Plain Layout
34455 siehe Abschnitt
34456 \begin_inset space ~
34457 \end_inset
34458
34459
34460 \begin_inset CommandInset ref
34461 LatexCommand ref
34462 reference "uab:Gleitobjekt-Algorithmen"
34463
34464 \end_inset
34465
34466  für eine Beschreibung
34467 \end_layout
34468
34469 \end_inset
34470
34471
34472 \end_layout
34473
34474 \end_body
34475 \end_document