]> git.lyx.org Git - features.git/blob - lib/doc/de/EmbeddedObjects.lyx
bc2d9284871b600aa1ac5ce464ae0c2985e91dcf
[features.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 338
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 \begin_inset Note Greyedout
409 status open
410
411 \begin_layout Quote
412
413 \series bold
414 Bemerkung
415 \series default
416 : Wenn Sie einen Dateinamen über 
417 \family sans
418 Durchsuchen
419 \family default
420  eingeben, wird LyX den gesamten Pfad in das Feld 
421 \family sans
422 Datei
423 \family default
424  eintragen.
425  Das ist etwas lästig, wenn Sie relative Pfade benötigen.
426 \end_layout
427
428 \end_inset
429
430
431 \end_layout
432
433 \begin_layout Standard
434 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
435  klicken.
436  Der Dialog hat drei Karteikarten:
437 \end_layout
438
439 \begin_layout Description
440
441 \family sans
442 Grafik
443 \family default
444  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
445  Version festlegen.
446  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
447 \begin_inset space ~
448 \end_inset
449
450
451 \begin_inset CommandInset ref
452 LatexCommand ref
453 reference "kap:In-LyX-verfügbare"
454
455 \end_inset
456
457  erklärt.
458 \begin_inset Newline newline
459 \end_inset
460
461
462 \begin_inset Index
463 status collapsed
464
465 \begin_layout Plain Layout
466 Abbildungen ! rotierte
467 \end_layout
468
469 \end_inset
470
471 Sie können Abbildungen durch Angabe eines 
472 \family sans
473 Winkel
474 \family default
475
476 \begin_inset space ~
477 \end_inset
478
479
480 \family sans
481 (Grad)
482 \family default
483  und Festlegung eines 
484 \family sans
485 Drehpunktes
486 \family default
487  drehen.
488  Negative Winkel drehen im Uhrzeigersinn.
489  Die Abbildung wird auch in LyX gedreht.
490 \begin_inset Newline newline
491 \end_inset
492
493
494 \begin_inset Index
495 status collapsed
496
497 \begin_layout Plain Layout
498 Abbildungen ! skalierte
499 \end_layout
500
501 \end_inset
502
503 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
504  oder Höhe und Breite definiert.
505  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
506  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
507  wobei sie möglicherweise verzerrt wird.
508  Um das zu vermeiden, sollten Sie 
509 \family sans
510 Seitenverhältnis
511 \begin_inset space ~
512 \end_inset
513
514 beibehalten
515 \family default
516  ankreuzen.
517  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für 
518 \family sans
519 Höhe
520 \family default
521  und 
522 \family sans
523 Breite
524 \family default
525  nicht überschritten werden.
526 \begin_inset Newline newline
527 \end_inset
528
529 Wenn Sie auf 
530 \family sans
531 Bearbeiten
532 \family default
533  klicken, können Abbildungen mit einem Programm, das in 
534 \family sans
535 Werkzeuge\SpecialChar \menuseparator
536 Einstellungen\SpecialChar \menuseparator
537 Datei-Handhabung\SpecialChar \menuseparator
538 Dateiformate
539 \family default
540  im Feld 
541 \family sans
542 Bearbeitungsprogramm
543 \family default
544  festgelegt wurde, bearbeitet werden.
545 \end_layout
546
547 \begin_layout Description
548
549 \family sans
550 Ausschnitt
551 \family default
552  Alternativ zur Festlegung der 
553 \family sans
554 Ausgabegröße
555 \family default
556  unter 
557 \family sans
558 \series bold
559 Grafik
560 \family default
561 \series default
562  kann man hier Koordinaten angeben, um Höhe und Breite der Abbildung für
563  die Ausgabe festzulegen.
564  Wenn Sie auf 
565 \family sans
566 Lese
567 \begin_inset space ~
568 \end_inset
569
570 aus
571 \begin_inset space ~
572 \end_inset
573
574 Datei
575 \family default
576  klicken, werden die Koordinaten automatisch berechnet.
577  Die Option 
578 \family sans
579 Auf
580 \begin_inset space ~
581 \end_inset
582
583 Begrenzungsbox
584 \begin_inset space ~
585 \end_inset
586
587 zuschneiden
588 \family default
589  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
590  Koordinaten liegt.
591  Normalerweise können Sie die Karteikarte 
592 \family sans
593 \series bold
594 Ausschnitt
595 \family default
596 \series default
597  ignorieren, weil Sie sich um die Koordinaten nicht kümmern müssen.
598 \end_layout
599
600 \begin_layout Description
601
602 \family sans
603 LaTeX-
604 \begin_inset space ~
605 \end_inset
606
607 und
608 \begin_inset space ~
609 \end_inset
610
611 LyX-Optionen
612 \family default
613  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
614  festlegen, ob die Abbildung ein Teil einer gleitenden Abbildung mit eigener
615  Beschriftung sein soll.
616  Teilabbildungen werden in Abschnitt
617 \begin_inset space ~
618 \end_inset
619
620
621 \begin_inset CommandInset ref
622 LatexCommand ref
623 reference "abs:Gleitende-Abbildungen"
624
625 \end_inset
626
627  beschrieben.
628 \begin_inset Newline newline
629 \end_inset
630
631  LaTeX-Experten können hier weitere LaTeX-Optionen definieren.
632 \begin_inset Newline newline
633 \end_inset
634
635 Ist die Option 
636 \family sans
637 Entwurfsmodus 
638 \family default
639 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
640  darin gedruckt.
641 \begin_inset Newline newline
642 \end_inset
643
644 Die Option 
645 \family sans
646 Beim
647 \begin_inset space ~
648 \end_inset
649
650 Exportieren
651 \begin_inset space ~
652 \end_inset
653
654 nicht
655 \begin_inset space ~
656 \end_inset
657
658 entpacken
659 \family default
660  betrifft nur gepackte EPS-Dateien, zum Beispiel 
661 \emph on
662 x.eps.gz
663 \emph default
664 .
665  LaTeX kann so mit ihnen umgehen.
666 \begin_inset Newline newline
667 \end_inset
668
669 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
670  wählen, siehe Anhang
671 \begin_inset space ~
672 \end_inset
673
674
675 \begin_inset CommandInset ref
676 LatexCommand ref
677 reference "abs:PostScript"
678
679 \end_inset
680
681 .
682  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
683 \begin_inset Newline newline
684 \end_inset
685
686
687 \series bold
688 gzip x.eps
689 \begin_inset Newline newline
690 \end_inset
691
692 zgrep %%Bounding x.eps.gz > x.eps.bb
693 \series default
694
695 \begin_inset Newline newline
696 \end_inset
697
698 Der zweite Befehl erzeugt die Begrenzungsbox 
699 \begin_inset Quotes gld
700 \end_inset
701
702 x.eps.bb
703 \begin_inset Quotes grd
704 \end_inset
705
706 , die LaTeX für gepackte Abbildungen benötigt.
707 \end_layout
708
709 \begin_layout Standard
710 \begin_inset VSpace bigskip
711 \end_inset
712
713
714 \end_layout
715
716 \begin_layout Standard
717 Hier ist eine zentrierte .eps-Abbildung
718 \begin_inset Foot
719 status open
720
721 \begin_layout Plain Layout
722 Abbildungsformate sind in Abschnitt
723 \begin_inset space ~
724 \end_inset
725
726
727 \begin_inset CommandInset ref
728 LatexCommand ref
729 reference "abs:Bildformate"
730
731 \end_inset
732
733  beschrieben.
734 \end_layout
735
736 \end_inset
737
738  in einem eigenen Absatz:
739 \end_layout
740
741 \begin_layout Standard
742 \align center
743 \begin_inset Graphics
744         filename ../clipart/mobius.eps
745         scale 70
746         scaleBeforeRotation
747         rotateOrigin center
748
749 \end_inset
750
751
752 \end_layout
753
754 \begin_layout Standard
755 \noindent
756 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
757 \end_layout
758
759 \begin_layout Standard
760 \align center
761 \begin_inset Graphics
762         filename ../clipart/mobius.eps
763         scale 70
764         draft
765         scaleBeforeRotation
766         rotateOrigin center
767
768 \end_inset
769
770
771 \end_layout
772
773 \begin_layout Section
774 Gleitende Abbildungen
775 \begin_inset CommandInset label
776 LatexCommand label
777 name "abs:Gleitende-Abbildungen"
778
779 \end_inset
780
781
782 \begin_inset Index
783 status collapsed
784
785 \begin_layout Plain Layout
786 Abbildungen ! gleitende
787 \end_layout
788
789 \end_inset
790
791
792 \begin_inset Index
793 status collapsed
794
795 \begin_layout Plain Layout
796 Gleitobjekte ! Abbildungen
797 \end_layout
798
799 \end_inset
800
801
802 \end_layout
803
804 \begin_layout Standard
805 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
806 \begin_inset space ~
807 \end_inset
808
809
810 \begin_inset CommandInset ref
811 LatexCommand ref
812 reference "abs:Gleitobjekte-Einleitung"
813
814 \end_inset
815
816 .
817 \end_layout
818
819 \begin_layout Standard
820 Wenn Sie auf das Werkzeugleisten-Symbol 
821 \begin_inset Graphics
822         filename ../../images/float-insert_figure.png
823         scale 70
824         scaleBeforeRotation
825         BoundingBox 0bp 6bp 22bp 22bp
826
827 \end_inset
828
829  klicken oder 
830 \family sans
831 Einfügen\SpecialChar \menuseparator
832 Gleit\SpecialChar \-
833 objekt\SpecialChar \menuseparator
834 Abbildung
835 \family default
836  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
837  In das rot umrahmte Feld rechts von 
838 \emph on
839 Abbildung
840 \begin_inset space ~
841 \end_inset
842
843 Nr:
844 \emph default
845  schreiben Sie die Bildbeschriftung.
846  Nach einem Klick oberhalb oder unterhalb von 
847 \emph on
848 Abbildung
849 \begin_inset space ~
850 \end_inset
851
852 Nr:
853 \emph default
854  können Sie dann eine Abbildung wie 
855 \begin_inset CommandInset ref
856 LatexCommand ref
857 reference "abb:kill-plat"
858
859 \end_inset
860
861  oberhalb oder wie Abbildung
862 \begin_inset space ~
863 \end_inset
864
865
866 \begin_inset CommandInset ref
867 LatexCommand ref
868 reference "abb:escher"
869
870 \end_inset
871
872  unterhalb der Bildbeschriftung einfügen.
873  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
874 \begin_inset space ~
875 \end_inset
876
877
878 \begin_inset CommandInset ref
879 LatexCommand ref
880 reference "abs:Titel-Platzierung"
881
882 \end_inset
883
884 .
885 \end_layout
886
887 \begin_layout Standard
888 \begin_inset Float figure
889 wide false
890 sideways false
891 status open
892
893 \begin_layout Plain Layout
894 \align center
895 \begin_inset Graphics
896         filename ../clipart/platypus.eps
897         width 50col%
898         scaleBeforeRotation
899         rotateOrigin center
900
901 \end_inset
902
903
904 \end_layout
905
906 \begin_layout Plain Layout
907 \begin_inset Caption
908
909 \begin_layout Plain Layout
910 \begin_inset CommandInset label
911 LatexCommand label
912 name "abb:kill-plat"
913
914 \end_inset
915
916 Platypus in einem Gleitobjekt
917 \end_layout
918
919 \end_inset
920
921
922 \end_layout
923
924 \end_inset
925
926
927 \end_layout
928
929 \begin_layout Standard
930 \begin_inset Float figure
931 wide false
932 sideways false
933 status open
934
935 \begin_layout Plain Layout
936 \begin_inset Caption
937
938 \begin_layout Plain Layout
939 \begin_inset CommandInset label
940 LatexCommand label
941 name "abb:escher"
942
943 \end_inset
944
945 M.C.
946  Escher
947 \end_layout
948
949 \end_inset
950
951
952 \end_layout
953
954 \begin_layout Plain Layout
955 \align center
956 \begin_inset Graphics
957         filename ../clipart/escher-lsd.eps
958         scale 80
959         scaleBeforeRotation
960         rotateOrigin center
961
962 \end_inset
963
964
965 \end_layout
966
967 \end_inset
968
969
970 \end_layout
971
972 \begin_layout Standard
973 \begin_inset Index
974 status collapsed
975
976 \begin_layout Plain Layout
977 Abbildungen ! Beispiele
978 \end_layout
979
980 \end_inset
981
982 Abbildung
983 \begin_inset space ~
984 \end_inset
985
986
987 \begin_inset CommandInset ref
988 LatexCommand ref
989 reference "abb:kill-plat"
990
991 \end_inset
992
993  und 
994 \begin_inset CommandInset ref
995 LatexCommand ref
996 reference "abb:escher"
997
998 \end_inset
999
1000  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
1001  Dafür fügen Sie in der Beschriftung mit 
1002 \family sans
1003 Einfügen\SpecialChar \menuseparator
1004 Marke
1005 \family default
1006  oder durch Klicken auf 
1007 \begin_inset Graphics
1008         filename ../../images/label-insert.png
1009         scale 70
1010         scaleBeforeRotation
1011         BoundingBox 0bp 6bp 20bp 20bp
1012
1013 \end_inset
1014
1015  eine Marke ein.
1016  Auf diese können Sie dann wie gewohnt mit 
1017 \family sans
1018 Einfügen\SpecialChar \menuseparator
1019 Querverweis
1020 \family default
1021  oder durch Klicken auf 
1022 \begin_inset Graphics
1023         filename ../../images/dialog-show-new-inset_ref.png
1024         scale 70
1025         scaleBeforeRotation
1026         BoundingBox 0bp 6bp 22bp 22bp
1027
1028 \end_inset
1029
1030  verweisen.
1031  Das ist besser als eine vage Formulierung wie 
1032 \begin_inset Quotes gld
1033 \end_inset
1034
1035 die obige Abbildung
1036 \begin_inset Quotes grd
1037 \end_inset
1038
1039  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1040  erscheint, und das muss nicht 
1041 \emph on
1042 oben
1043 \emph default
1044  sein.
1045  Verweise werden detailliert in Abschnitt
1046 \begin_inset space ~
1047 \end_inset
1048
1049
1050 \begin_inset CommandInset ref
1051 LatexCommand ref
1052 reference "abs:Auf-Gleitobjekte-verweisen"
1053
1054 \end_inset
1055
1056  beschrieben.
1057 \end_layout
1058
1059 \begin_layout Standard
1060 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1061  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1062  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1063  Gleitabbildung einfügt.
1064  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1065  Abbildung
1066 \begin_inset space ~
1067 \end_inset
1068
1069
1070 \begin_inset CommandInset ref
1071 LatexCommand ref
1072 reference "abb:Zwei-Teilabbildungen"
1073
1074 \end_inset
1075
1076  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1077  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1078  Gleitabbildung auf Eingabe drücken.
1079  Abbildung
1080 \begin_inset space ~
1081 \end_inset
1082
1083
1084 \begin_inset CommandInset ref
1085 LatexCommand ref
1086 reference "abb:Undefinierbar"
1087
1088 \end_inset
1089
1090  und 
1091 \begin_inset CommandInset ref
1092 LatexCommand ref
1093 reference "abb:Ein-Schnabeltier"
1094
1095 \end_inset
1096
1097  sind die Teilabbildungen.
1098 \end_layout
1099
1100 \begin_layout Standard
1101 \begin_inset Float figure
1102 wide false
1103 sideways false
1104 status open
1105
1106 \begin_layout Plain Layout
1107 \begin_inset space \hfill{}
1108 \end_inset
1109
1110
1111 \begin_inset Float figure
1112 wide false
1113 sideways false
1114 status open
1115
1116 \begin_layout Plain Layout
1117 \begin_inset Caption
1118
1119 \begin_layout Plain Layout
1120 \begin_inset CommandInset label
1121 LatexCommand label
1122 name "abb:Undefinierbar"
1123
1124 \end_inset
1125
1126 Undefinierbar
1127 \end_layout
1128
1129 \end_inset
1130
1131
1132 \end_layout
1133
1134 \begin_layout Plain Layout
1135 \begin_inset Graphics
1136         filename ../clipart/escher-lsd.eps
1137         width 35col%
1138         scaleBeforeRotation
1139
1140 \end_inset
1141
1142
1143 \end_layout
1144
1145 \end_inset
1146
1147
1148 \begin_inset space \hfill{}
1149 \end_inset
1150
1151
1152 \begin_inset Float figure
1153 wide false
1154 sideways false
1155 status open
1156
1157 \begin_layout Plain Layout
1158 \begin_inset Caption
1159
1160 \begin_layout Plain Layout
1161 \begin_inset CommandInset label
1162 LatexCommand label
1163 name "abb:Ein-Schnabeltier"
1164
1165 \end_inset
1166
1167 Ein Schnabeltier
1168 \end_layout
1169
1170 \end_inset
1171
1172
1173 \end_layout
1174
1175 \begin_layout Plain Layout
1176 \begin_inset Graphics
1177         filename ../clipart/platypus.eps
1178         lyxscale 60
1179         width 45col%
1180         scaleBeforeRotation
1181
1182 \end_inset
1183
1184
1185 \end_layout
1186
1187 \end_inset
1188
1189
1190 \begin_inset space \hfill{}
1191 \end_inset
1192
1193
1194 \end_layout
1195
1196 \begin_layout Plain Layout
1197 \begin_inset Caption
1198
1199 \begin_layout Plain Layout
1200 \begin_inset CommandInset label
1201 LatexCommand label
1202 name "abb:Zwei-Teilabbildungen"
1203
1204 \end_inset
1205
1206 Zwei Teilabbildungen nebeneinander.
1207 \end_layout
1208
1209 \end_inset
1210
1211
1212 \end_layout
1213
1214 \end_inset
1215
1216
1217 \end_layout
1218
1219 \begin_layout Section
1220 Bildformate
1221 \begin_inset CommandInset label
1222 LatexCommand label
1223 name "abs:Bildformate"
1224
1225 \end_inset
1226
1227
1228 \begin_inset Index
1229 status collapsed
1230
1231 \begin_layout Plain Layout
1232 Abbildungen ! Bildformate
1233 \end_layout
1234
1235 \end_inset
1236
1237
1238 \end_layout
1239
1240 \begin_layout Standard
1241 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1242  Aber wie in Anhang
1243 \begin_inset space ~
1244 \end_inset
1245
1246
1247 \begin_inset CommandInset ref
1248 LatexCommand ref
1249 reference "kap:Ausgabedatei-Formate"
1250
1251 \end_inset
1252
1253  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1254  LyX benutzt im Hintergrund das Programm
1255 \family typewriter
1256  Imagemagick
1257 \family default
1258 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1259  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1260  vermeiden.
1261  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1262  werden können.
1263  Diese Formate werden in Anhang
1264 \begin_inset space ~
1265 \end_inset
1266
1267
1268 \begin_inset CommandInset ref
1269 LatexCommand ref
1270 reference "kap:Ausgabedatei-Formate"
1271
1272 \end_inset
1273
1274  beschrieben.
1275 \end_layout
1276
1277 \begin_layout Standard
1278 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1279 \end_layout
1280
1281 \begin_layout Description
1282 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1283  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1284  
1285 \emph on
1286 pixelig
1287 \emph default
1288  aus.
1289  Bekannte Pixel-Formate sind 
1290 \begin_inset Quotes gld
1291 \end_inset
1292
1293 Graphics Interchange Format
1294 \begin_inset Quotes grd
1295 \end_inset
1296
1297  (GIF, Dateiendung
1298 \family typewriter
1299  
1300 \family default
1301
1302 \begin_inset Quotes gld
1303 \end_inset
1304
1305
1306 \family typewriter
1307 .gif
1308 \family default
1309
1310 \begin_inset Quotes grd
1311 \end_inset
1312
1313 )
1314 \begin_inset Index
1315 status collapsed
1316
1317 \begin_layout Plain Layout
1318 GIF
1319 \end_layout
1320
1321 \end_inset
1322
1323
1324 \begin_inset Quotes gld
1325 \end_inset
1326
1327 Portable Network Graphics
1328 \begin_inset Quotes grd
1329 \end_inset
1330
1331  (PNG, Dateiendung 
1332 \begin_inset Quotes gld
1333 \end_inset
1334
1335
1336 \family typewriter
1337 .png
1338 \family default
1339
1340 \begin_inset Quotes grd
1341 \end_inset
1342
1343 )
1344 \begin_inset Index
1345 status collapsed
1346
1347 \begin_layout Plain Layout
1348 PNG
1349 \end_layout
1350
1351 \end_inset
1352
1353
1354 \begin_inset Quotes gld
1355 \end_inset
1356
1357 Joint Photographic Experts Group
1358 \begin_inset Quotes grd
1359 \end_inset
1360
1361  (JPEG, Dateiendung
1362 \family typewriter
1363  
1364 \family default
1365
1366 \begin_inset Quotes gld
1367 \end_inset
1368
1369
1370 \family typewriter
1371 .jpg
1372 \family default
1373
1374 \begin_inset Quotes grd
1375 \end_inset
1376
1377  oder 
1378 \begin_inset Quotes gld
1379 \end_inset
1380
1381
1382 \family typewriter
1383 .jpeg
1384 \family default
1385
1386 \begin_inset Quotes grd
1387 \end_inset
1388
1389 )
1390 \begin_inset Index
1391 status collapsed
1392
1393 \begin_layout Plain Layout
1394 JPG, JPEG
1395 \end_layout
1396
1397 \end_inset
1398
1399  und 
1400 \begin_inset Quotes gld
1401 \end_inset
1402
1403 Windows Bitmap
1404 \begin_inset Quotes grd
1405 \end_inset
1406
1407  (BMP, Dateiendung 
1408 \begin_inset Quotes gld
1409 \end_inset
1410
1411
1412 \family typewriter
1413 .bmp
1414 \family default
1415
1416 \begin_inset Quotes grd
1417 \end_inset
1418
1419 )
1420 \begin_inset Index
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424 BMP
1425 \end_layout
1426
1427 \end_inset
1428
1429 .
1430 \end_layout
1431
1432 \begin_layout Description
1433 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1434  auf jede beliebige Größe skaliert werden.
1435  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1436  zoomen zu können.
1437 \begin_inset Newline newline
1438 \end_inset
1439
1440 Bekannte Formate sind 
1441 \begin_inset Quotes gld
1442 \end_inset
1443
1444 Scalable Vector Graphics
1445 \begin_inset Quotes grd
1446 \end_inset
1447
1448  (SVG, Dateiendung
1449 \family typewriter
1450  
1451 \family default
1452
1453 \begin_inset Quotes gld
1454 \end_inset
1455
1456
1457 \family typewriter
1458 .svg
1459 \family default
1460
1461 \begin_inset Quotes grd
1462 \end_inset
1463
1464 )
1465 \begin_inset Index
1466 status collapsed
1467
1468 \begin_layout Plain Layout
1469 SVG
1470 \end_layout
1471
1472 \end_inset
1473
1474
1475 \begin_inset Quotes gld
1476 \end_inset
1477
1478 Encapsulated PostScript
1479 \begin_inset Quotes grd
1480 \end_inset
1481
1482  (EPS, Dateiendung 
1483 \begin_inset Quotes gld
1484 \end_inset
1485
1486
1487 \family typewriter
1488 .eps
1489 \family default
1490
1491 \begin_inset Quotes grd
1492 \end_inset
1493
1494 )
1495 \begin_inset Index
1496 status collapsed
1497
1498 \begin_layout Plain Layout
1499 EPS
1500 \end_layout
1501
1502 \end_inset
1503
1504
1505 \begin_inset Quotes gld
1506 \end_inset
1507
1508 Portable Document Format
1509 \begin_inset Quotes grd
1510 \end_inset
1511
1512  (PDF, Dateiendung
1513 \family typewriter
1514  
1515 \family default
1516
1517 \begin_inset Quotes gld
1518 \end_inset
1519
1520
1521 \family typewriter
1522 .pdf
1523 \family default
1524
1525 \begin_inset Quotes grd
1526 \end_inset
1527
1528 )
1529 \begin_inset Index
1530 status collapsed
1531
1532 \begin_layout Plain Layout
1533 PDF
1534 \end_layout
1535
1536 \end_inset
1537
1538  und 
1539 \begin_inset Quotes gld
1540 \end_inset
1541
1542 Windows Metafile
1543 \begin_inset Quotes grd
1544 \end_inset
1545
1546  (WMF, Dateiendung 
1547 \begin_inset Quotes gld
1548 \end_inset
1549
1550
1551 \family typewriter
1552 .wmf
1553 \family default
1554
1555 \begin_inset Quotes grd
1556 \end_inset
1557
1558 )
1559 \begin_inset Index
1560 status collapsed
1561
1562 \begin_layout Plain Layout
1563 WMF
1564 \end_layout
1565
1566 \end_inset
1567
1568 .
1569 \end_layout
1570
1571 \begin_layout Standard
1572 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1573  das Ergebnis ist immer noch ein Pixelbild.
1574  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1575  hinzugefügt.
1576 \begin_inset Foot
1577 status open
1578
1579 \begin_layout Plain Layout
1580 Bei PDF wird das Originalbild auch noch komprimiert.
1581 \end_layout
1582
1583 \end_inset
1584
1585  Die PDF-Dateien, die 
1586 \family typewriter
1587 Adobe Photoshop
1588 \family default
1589  erzeugt, sind zum Beispiel Pixelbilder.
1590 \end_layout
1591
1592 \begin_layout Standard
1593 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1594  umgekehrt.
1595  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1596  eingefügt werden.
1597  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1598  erzeugt wird, weil es zur Zeit keine WMF/SVG
1599 \begin_inset Formula $\to$
1600 \end_inset
1601
1602 PDF/EPS Konverter gibt.
1603 \end_layout
1604
1605 \begin_layout Chapter
1606 Tabellen
1607 \begin_inset CommandInset label
1608 LatexCommand label
1609 name "kap:Tabellen"
1610
1611 \end_inset
1612
1613
1614 \begin_inset Index
1615 status collapsed
1616
1617 \begin_layout Plain Layout
1618 Tabellen
1619 \end_layout
1620
1621 \end_inset
1622
1623
1624 \end_layout
1625
1626 \begin_layout Section
1627 Einführung
1628 \begin_inset Index
1629 status collapsed
1630
1631 \begin_layout Plain Layout
1632 Tabellen ! Einführung
1633 \end_layout
1634
1635 \end_inset
1636
1637
1638 \end_layout
1639
1640 \begin_layout Standard
1641 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1642 \begin_inset Graphics
1643         filename ../../images/tabular-insert.png
1644         scale 70
1645         scaleBeforeRotation
1646         BoundingBox 0bp 6bp 22bp 22bp
1647
1648 \end_inset
1649
1650  oder das Menü 
1651 \family sans
1652 Einfügen\SpecialChar \menuseparator
1653 Tabelle
1654 \family default
1655  einfügen.
1656  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1657 \begin_inset space \thinspace{}
1658 \end_inset
1659
1660 -Tabelle.
1661  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1662  und die Größe der dunkelblauen Tabelle angezeigt.
1663  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1664  ein.
1665  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1666  Spaltenanzahl festlegen können.
1667 \end_layout
1668
1669 \begin_layout Standard
1670 In der so erstellten Tabelle ist jede Zelle umrandet.
1671  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1672  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1673  die zweite Zeile eine Linie oberhalb haben.
1674  Hier ist ein Beispiel:
1675 \end_layout
1676
1677 \begin_layout Standard
1678 \align center
1679 \begin_inset Tabular
1680 <lyxtabular version="3" rows="5" columns="4">
1681 <features>
1682 <column alignment="center" valignment="top" width="0">
1683 <column alignment="center" valignment="top" width="0">
1684 <column alignment="center" valignment="top" width="0">
1685 <column alignment="center" valignment="top" width="0">
1686 <row>
1687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1688 \begin_inset Text
1689
1690 \begin_layout Plain Layout
1691
1692 \end_layout
1693
1694 \end_inset
1695 </cell>
1696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1697 \begin_inset Text
1698
1699 \begin_layout Plain Layout
1700
1701 \family roman
1702 \series medium
1703 \shape up
1704 \size normal
1705 \emph off
1706 \bar no
1707 \noun off
1708 \color none
1709 1
1710 \end_layout
1711
1712 \end_inset
1713 </cell>
1714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1715 \begin_inset Text
1716
1717 \begin_layout Plain Layout
1718 2
1719 \end_layout
1720
1721 \end_inset
1722 </cell>
1723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1724 \begin_inset Text
1725
1726 \begin_layout Plain Layout
1727 3
1728 \end_layout
1729
1730 \end_inset
1731 </cell>
1732 </row>
1733 <row>
1734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1735 \begin_inset Text
1736
1737 \begin_layout Plain Layout
1738
1739 \family roman
1740 \series medium
1741 \shape up
1742 \size normal
1743 \emph off
1744 \bar no
1745 \noun off
1746 \color none
1747 A
1748 \end_layout
1749
1750 \end_inset
1751 </cell>
1752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1753 \begin_inset Text
1754
1755 \begin_layout Plain Layout
1756
1757 \end_layout
1758
1759 \end_inset
1760 </cell>
1761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1762 \begin_inset Text
1763
1764 \begin_layout Plain Layout
1765
1766 \end_layout
1767
1768 \end_inset
1769 </cell>
1770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1771 \begin_inset Text
1772
1773 \begin_layout Plain Layout
1774
1775 \end_layout
1776
1777 \end_inset
1778 </cell>
1779 </row>
1780 <row>
1781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1782 \begin_inset Text
1783
1784 \begin_layout Plain Layout
1785
1786 \family roman
1787 \series medium
1788 \shape up
1789 \size normal
1790 \emph off
1791 \bar no
1792 \noun off
1793 \color none
1794 B
1795 \end_layout
1796
1797 \end_inset
1798 </cell>
1799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1800 \begin_inset Text
1801
1802 \begin_layout Plain Layout
1803
1804 \end_layout
1805
1806 \end_inset
1807 </cell>
1808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1809 \begin_inset Text
1810
1811 \begin_layout Plain Layout
1812
1813 \end_layout
1814
1815 \end_inset
1816 </cell>
1817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1818 \begin_inset Text
1819
1820 \begin_layout Plain Layout
1821
1822 \end_layout
1823
1824 \end_inset
1825 </cell>
1826 </row>
1827 <row>
1828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1829 \begin_inset Text
1830
1831 \begin_layout Plain Layout
1832
1833 \family roman
1834 \series medium
1835 \shape up
1836 \size normal
1837 \emph off
1838 \bar no
1839 \noun off
1840 \color none
1841 C
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1847 \begin_inset Text
1848
1849 \begin_layout Plain Layout
1850
1851 \end_layout
1852
1853 \end_inset
1854 </cell>
1855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1856 \begin_inset Text
1857
1858 \begin_layout Plain Layout
1859
1860 \end_layout
1861
1862 \end_inset
1863 </cell>
1864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1865 \begin_inset Text
1866
1867 \begin_layout Plain Layout
1868
1869 \end_layout
1870
1871 \end_inset
1872 </cell>
1873 </row>
1874 <row>
1875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1876 \begin_inset Text
1877
1878 \begin_layout Plain Layout
1879 D
1880 \end_layout
1881
1882 \end_inset
1883 </cell>
1884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1885 \begin_inset Text
1886
1887 \begin_layout Plain Layout
1888
1889 \end_layout
1890
1891 \end_inset
1892 </cell>
1893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1894 \begin_inset Text
1895
1896 \begin_layout Plain Layout
1897
1898 \end_layout
1899
1900 \end_inset
1901 </cell>
1902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1903 \begin_inset Text
1904
1905 \begin_layout Plain Layout
1906
1907 \end_layout
1908
1909 \end_inset
1910 </cell>
1911 </row>
1912 </lyxtabular>
1913
1914 \end_inset
1915
1916
1917 \end_layout
1918
1919 \begin_layout Section
1920 Tabellen-Einstellungen
1921 \begin_inset Index
1922 status collapsed
1923
1924 \begin_layout Plain Layout
1925 Tabellen ! Einstellungen
1926 \end_layout
1927
1928 \end_inset
1929
1930
1931 \end_layout
1932
1933 \begin_layout Standard
1934 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1935  Maustaste draufklicken.
1936  Dadurch wird ein Kontextmenü angezeigt, an derem Ende 
1937 \family sans
1938 Einstellungen
1939 \family default
1940  steht.
1941  Ein Klick darauf öffnet das Fenster 
1942 \family sans
1943 Tabellen-Einstellungen
1944 \family default
1945 .
1946  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1947  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1948  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1949  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1950  -- sie sind dann hellblau hinterlegt -- gilt eine Aktion für die gesamte
1951  Auswahl.
1952  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1953 \emph on
1954 Inhalt
1955 \emph default
1956  einer Zelle oder die Zelle selber ausgewählt haben.
1957  Das 
1958 \family sans
1959 Tabellen-Einstellungen
1960 \family default
1961 -Menü hat folgende Karteikarten:
1962 \end_layout
1963
1964 \begin_layout Description
1965
1966 \family sans
1967 Tabellen-Einstellungen
1968 \family default
1969  Hier können Sie die 
1970 \family sans
1971 Horizontale
1972 \begin_inset space ~
1973 \end_inset
1974
1975 Ausrichtung
1976 \family default
1977  der momentanen Spalte und die 
1978 \family sans
1979 Spaltenbreite
1980 \family default
1981  festlegen.
1982  Wenn Sie eine 
1983 \family sans
1984 Spaltenbreite
1985 \family default
1986  festgelegt haben, können Sie auch eine 
1987 \family sans
1988 Vertikale
1989 \begin_inset space ~
1990 \end_inset
1991
1992 Ausrichtung
1993 \family default
1994  der momentanen Zeile wählen.
1995  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1996  Absätze haben, wie in Abschnitt
1997 \begin_inset space ~
1998 \end_inset
1999
2000
2001 \begin_inset CommandInset ref
2002 LatexCommand ref
2003 reference "uab:Mehrfache-Zeilen-in"
2004
2005 \end_inset
2006
2007  beschrieben.
2008  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
2009 \begin_inset Newline newline
2010 \end_inset
2011
2012 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
2013  als 
2014 \family sans
2015 Mehrfachspalte
2016 \family default
2017  definieren, wie in Abschnitt
2018 \begin_inset space ~
2019 \end_inset
2020
2021
2022 \begin_inset CommandInset ref
2023 LatexCommand ref
2024 reference "uab:Mehrfachspalten"
2025
2026 \end_inset
2027
2028  beschrieben.
2029 \begin_inset Newline newline
2030 \end_inset
2031
2032 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2033  den Uhrzeigersinn um 90° drehen.
2034  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
2035 \begin_inset Newline newline
2036 \end_inset
2037
2038
2039 \begin_inset Note Greyedout
2040 status open
2041
2042 \begin_layout Plain Layout
2043
2044 \series bold
2045 Achtung:
2046 \series default
2047  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2048 \end_layout
2049
2050 \end_inset
2051
2052
2053 \begin_inset Newline newline
2054 \end_inset
2055
2056 Man kann auch ein 
2057 \family sans
2058 LaTe
2059 \begin_inset ERT
2060 status collapsed
2061
2062 \begin_layout Plain Layout
2063
2064 {}
2065 \end_layout
2066
2067 \end_inset
2068
2069 X-Argument
2070 \family default
2071  für besondere Tabellen-Formatierun\SpecialChar \-
2072 gen einfügen, wie in den Abschnitten
2073  
2074 \begin_inset CommandInset ref
2075 LatexCommand ref
2076 reference "uab:Mehrfachspalten-Berechnungen"
2077
2078 \end_inset
2079
2080  und 
2081 \begin_inset CommandInset ref
2082 LatexCommand ref
2083 reference "abs:Farbige-Tabellen"
2084
2085 \end_inset
2086
2087  beschrieben.
2088 \end_layout
2089
2090 \begin_layout Description
2091
2092 \family sans
2093 Rahmen
2094 \family default
2095  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2096  hinzufügen und löschen.
2097 \begin_inset Newline newline
2098 \end_inset
2099
2100 Wenn Sie die Stil-Option
2101 \family sans
2102  Formal
2103 \family default
2104  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2105 \begin_inset space ~
2106 \end_inset
2107
2108
2109 \begin_inset CommandInset ref
2110 LatexCommand ref
2111 reference "abs:Formale-Tabellen"
2112
2113 \end_inset
2114
2115  beschrieben, konvertiert.
2116 \begin_inset Newline newline
2117 \end_inset
2118
2119 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2120 \begin_inset space ~
2121 \end_inset
2122
2123
2124 \begin_inset CommandInset ref
2125 LatexCommand ref
2126 reference "uab:Zeilenabstand"
2127
2128 \end_inset
2129
2130  beschrieben.
2131 \end_layout
2132
2133 \begin_layout Description
2134
2135 \family sans
2136 Lange
2137 \begin_inset space ~
2138 \end_inset
2139
2140 Tabelle
2141 \family default
2142  Hier kann eine Tabelle als 
2143 \family sans
2144 Lange
2145 \begin_inset space ~
2146 \end_inset
2147
2148 Tabelle
2149 \family default
2150  definiert werden, die über mehrere Seiten reicht.
2151  Die Abschnitte
2152 \begin_inset space ~
2153 \end_inset
2154
2155
2156 \begin_inset CommandInset ref
2157 LatexCommand ref
2158 reference "abs:Lange-Tabellen"
2159
2160 \end_inset
2161
2162  und 
2163 \begin_inset CommandInset ref
2164 LatexCommand ref
2165 reference "abs:Special-Longtable-Issues"
2166
2167 \end_inset
2168
2169  beschreiben diese Funktion genauer.
2170 \end_layout
2171
2172 \begin_layout Standard
2173 Wenn das Menü 
2174 \family sans
2175 Tabellen-Einstellungen
2176 \family default
2177  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
2178  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
2179 \end_layout
2180
2181 \begin_layout Section
2182 Tabellen-Werkzeugleiste
2183 \begin_inset Index
2184 status collapsed
2185
2186 \begin_layout Plain Layout
2187 Tabellen ! Werkzeugleiste
2188 \end_layout
2189
2190 \end_inset
2191
2192
2193 \end_layout
2194
2195 \begin_layout Standard
2196 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2197 \family sans
2198 Tabellen-Einstellungen
2199 \family default
2200 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2201  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2202  LyX-Fensters.
2203 \end_layout
2204
2205 \begin_layout Standard
2206 Die Werkzeugleiste hat folgende Knöpfe:
2207 \end_layout
2208
2209 \begin_layout Labeling
2210 \labelwidthstring 00.00.0000
2211 \begin_inset Graphics
2212         filename ../../images/tabular-feature_append-row.png
2213         scale 70
2214         scaleBeforeRotation
2215         BoundingBox 0bp 6bp 22bp 22bp
2216
2217 \end_inset
2218
2219  Fügt eine Zeile unterhalb der momentanen an
2220 \end_layout
2221
2222 \begin_layout Labeling
2223 \labelwidthstring 00.00.0000
2224 \begin_inset Graphics
2225         filename ../../images/tabular-feature_append-column.png
2226         scale 70
2227         scaleBeforeRotation
2228         BoundingBox 0bp 6bp 22bp 22bp
2229
2230 \end_inset
2231
2232  Fügt eine Spalte rechts von der momentanen an
2233 \end_layout
2234
2235 \begin_layout Labeling
2236 \labelwidthstring 00.00.0000
2237 \begin_inset Graphics
2238         filename ../../images/tabular-feature_delete-row.png
2239         scale 70
2240         scaleBeforeRotation
2241         BoundingBox 0bp 6bp 22bp 22bp
2242
2243 \end_inset
2244
2245  Löscht die ausgewählte(n) Zeile(n)
2246 \end_layout
2247
2248 \begin_layout Labeling
2249 \labelwidthstring 00.00.0000
2250 \begin_inset Graphics
2251         filename ../../images/tabular-feature_delete-column.png
2252         scale 70
2253         scaleBeforeRotation
2254         BoundingBox 0bp 6bp 22bp 22bp
2255
2256 \end_inset
2257
2258  Löscht die ausgewählte(n) Spalte(n)
2259 \end_layout
2260
2261 \begin_layout Labeling
2262 \labelwidthstring 00.00.0000
2263 \begin_inset Graphics
2264         filename ../../images/tabular-feature_toggle-line-top.png
2265         scale 70
2266         scaleBeforeRotation
2267         BoundingBox 0bp 6bp 22bp 22bp
2268
2269 \end_inset
2270
2271  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2272  wenn der Knopf grau hinterlegt ist
2273 \end_layout
2274
2275 \begin_layout Labeling
2276 \labelwidthstring 00.00.0000
2277 \begin_inset Graphics
2278         filename ../../images/tabular-feature_toggle-line-bottom.png
2279         scale 70
2280         scaleBeforeRotation
2281         BoundingBox 0bp 6bp 22bp 22bp
2282
2283 \end_inset
2284
2285  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2286  wenn der Knopf grau hinterlegt ist
2287 \end_layout
2288
2289 \begin_layout Labeling
2290 \labelwidthstring 00.00.0000
2291 \begin_inset Graphics
2292         filename ../../images/tabular-feature_toggle-line-left.png
2293         scale 70
2294         scaleBeforeRotation
2295         BoundingBox 0bp 6bp 22bp 22bp
2296
2297 \end_inset
2298
2299  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2300  wenn der Knopf grau hinterlegt ist
2301 \end_layout
2302
2303 \begin_layout Labeling
2304 \labelwidthstring 00.00.0000
2305 \begin_inset Graphics
2306         filename ../../images/tabular-feature_toggle-line-right.png
2307         scale 70
2308         scaleBeforeRotation
2309         BoundingBox 0bp 6bp 22bp 22bp
2310
2311 \end_inset
2312
2313  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2314  wenn der Knopf grau hinterlegt ist
2315 \end_layout
2316
2317 \begin_layout Labeling
2318 \labelwidthstring 00.00.0000
2319 \begin_inset Graphics
2320         filename ../../images/tabular-feature_set-all-lines.png
2321         scale 70
2322         scaleBeforeRotation
2323         BoundingBox 0bp 6bp 22bp 22bp
2324
2325 \end_inset
2326
2327  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2328 \end_layout
2329
2330 \begin_layout Labeling
2331 \labelwidthstring 00.00.0000
2332 \begin_inset Graphics
2333         filename ../../images/tabular-feature_unset-all-lines.png
2334         scale 70
2335         scaleBeforeRotation
2336         BoundingBox 0bp 6bp 22bp 22bp
2337
2338 \end_inset
2339
2340  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2341 \end_layout
2342
2343 \begin_layout Labeling
2344 \labelwidthstring 00.00.0000
2345 \begin_inset Graphics
2346         filename ../../images/tabular-feature_align-left.png
2347         scale 70
2348         scaleBeforeRotation
2349         BoundingBox 0bp 6bp 22bp 22bp
2350
2351 \end_inset
2352
2353  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2354 \end_layout
2355
2356 \begin_layout Labeling
2357 \labelwidthstring 00.00.0000
2358 \begin_inset Graphics
2359         filename ../../images/tabular-feature_align-center.png
2360         scale 70
2361         scaleBeforeRotation
2362         BoundingBox 0bp 6bp 22bp 22bp
2363
2364 \end_inset
2365
2366  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2367 \end_layout
2368
2369 \begin_layout Labeling
2370 \labelwidthstring 00.00.0000
2371 \begin_inset Graphics
2372         filename ../../images/tabular-feature_align-right.png
2373         scale 70
2374         scaleBeforeRotation
2375         BoundingBox 0bp 6bp 22bp 22bp
2376
2377 \end_inset
2378
2379  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2380 \end_layout
2381
2382 \begin_layout Labeling
2383 \labelwidthstring 00.00.0000
2384 \begin_inset Graphics
2385         filename ../../images/tabular-feature_valign-top.png
2386         scale 70
2387         scaleBeforeRotation
2388         BoundingBox 0bp 6bp 22bp 22bp
2389
2390 \end_inset
2391
2392  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2393 \end_layout
2394
2395 \begin_layout Labeling
2396 \labelwidthstring 00.00.0000
2397 \begin_inset Graphics
2398         filename ../../images/tabular-feature_valign-middle.png
2399         scale 70
2400         scaleBeforeRotation
2401         BoundingBox 0bp 6bp 22bp 22bp
2402
2403 \end_inset
2404
2405  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2406 \end_layout
2407
2408 \begin_layout Labeling
2409 \labelwidthstring 00.00.0000
2410 \begin_inset Graphics
2411         filename ../../images/tabular-feature_valign-bottom.png
2412         scale 70
2413         scaleBeforeRotation
2414         BoundingBox 0bp 6bp 22bp 22bp
2415
2416 \end_inset
2417
2418  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2419 \end_layout
2420
2421 \begin_layout Labeling
2422 \labelwidthstring 00.00.0000
2423 \begin_inset Graphics
2424         filename ../../images/tabular-feature_set-rotate-cell.png
2425         scale 70
2426         scaleBeforeRotation
2427         BoundingBox 0bp 6bp 22bp 22bp
2428
2429 \end_inset
2430
2431  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2432 \end_layout
2433
2434 \begin_layout Labeling
2435 \labelwidthstring 00.00.0000
2436 \begin_inset Graphics
2437         filename ../../images/tabular-feature_set-rotate-tabular.png
2438         scale 70
2439         scaleBeforeRotation
2440         BoundingBox 0bp 6bp 22bp 22bp
2441
2442 \end_inset
2443
2444  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2445 \end_layout
2446
2447 \begin_layout Labeling
2448 \labelwidthstring 00.00.0000
2449 \begin_inset Graphics
2450         filename ../../images/tabular-feature_multicolumn.png
2451         scale 70
2452         scaleBeforeRotation
2453         BoundingBox 0bp 6bp 22bp 22bp
2454
2455 \end_inset
2456
2457  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2458 \end_layout
2459
2460 \begin_layout Standard
2461 \begin_inset Note Greyedout
2462 status open
2463
2464 \begin_layout Plain Layout
2465
2466 \series bold
2467 Bemerkung:
2468 \series default
2469  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2470  Reihe für alle Zelle der Reihe verwendet.
2471 \end_layout
2472
2473 \end_inset
2474
2475
2476 \end_layout
2477
2478 \begin_layout Section
2479 Bearbeiten-Menü
2480 \begin_inset Index
2481 status collapsed
2482
2483 \begin_layout Plain Layout
2484 Tabellen ! Bearbeiten-Menü
2485 \end_layout
2486
2487 \end_inset
2488
2489
2490 \end_layout
2491
2492 \begin_layout Standard
2493 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2494  Wenn der Cursor in einer Tabelle steht, sind im 
2495 \family sans
2496 Bearbeiten
2497 \family default
2498 -Menü folgende Punkte aktiviert: 
2499 \family sans
2500 Tabelle
2501 \family default
2502
2503 \family sans
2504 Zeilen
2505 \begin_inset space ~
2506 \end_inset
2507
2508 &
2509 \begin_inset space ~
2510 \end_inset
2511
2512 Spalten
2513 \family default
2514  und 
2515 \family sans
2516 Tabellen-Einstellungen
2517 \family default
2518 .
2519  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2520 ngsmöglichkeiten zu erreichen.
2521 \end_layout
2522
2523 \begin_layout Section
2524 Gleitende Tabellen
2525 \begin_inset CommandInset label
2526 LatexCommand label
2527 name "abs:Gleitende-Tabellen"
2528
2529 \end_inset
2530
2531
2532 \begin_inset Index
2533 status collapsed
2534
2535 \begin_layout Plain Layout
2536 Gleitobjekte ! Tabellen
2537 \end_layout
2538
2539 \end_inset
2540
2541
2542 \begin_inset Index
2543 status collapsed
2544
2545 \begin_layout Plain Layout
2546 Tabellen ! gleitende
2547 \end_layout
2548
2549 \end_inset
2550
2551
2552 \end_layout
2553
2554 \begin_layout Standard
2555 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2556 \begin_inset space ~
2557 \end_inset
2558
2559
2560 \begin_inset CommandInset ref
2561 LatexCommand ref
2562 reference "abs:Gleitobjekte-Einleitung"
2563
2564 \end_inset
2565
2566 .
2567 \end_layout
2568
2569 \begin_layout Standard
2570 \begin_inset Float table
2571 placement h
2572 wide false
2573 sideways false
2574 status open
2575
2576 \begin_layout Plain Layout
2577 \begin_inset Caption
2578
2579 \begin_layout Plain Layout
2580 \begin_inset CommandInset label
2581 LatexCommand label
2582 name "tab:a table float"
2583
2584 \end_inset
2585
2586 Eine gleitende Tabelle
2587 \end_layout
2588
2589 \end_inset
2590
2591
2592 \end_layout
2593
2594 \begin_layout Plain Layout
2595 \align center
2596 \begin_inset Tabular
2597 <lyxtabular version="3" rows="3" columns="3">
2598 <features>
2599 <column alignment="center" valignment="top" width="0pt">
2600 <column alignment="center" valignment="top" width="0pt">
2601 <column alignment="center" valignment="top" width="0pt">
2602 <row>
2603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2604 \begin_inset Text
2605
2606 \begin_layout Plain Layout
2607
2608 \family roman
2609 \series medium
2610 \shape up
2611 \size normal
2612 \emph off
2613 \bar no
2614 \noun off
2615 \color none
2616 1
2617 \end_layout
2618
2619 \end_inset
2620 </cell>
2621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2622 \begin_inset Text
2623
2624 \begin_layout Plain Layout
2625
2626 \family roman
2627 \series medium
2628 \shape up
2629 \size normal
2630 \emph off
2631 \bar no
2632 \noun off
2633 \color none
2634 2
2635 \end_layout
2636
2637 \end_inset
2638 </cell>
2639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2640 \begin_inset Text
2641
2642 \begin_layout Plain Layout
2643
2644 \family roman
2645 \series medium
2646 \shape up
2647 \size normal
2648 \emph off
2649 \bar no
2650 \noun off
2651 \color none
2652 3
2653 \end_layout
2654
2655 \end_inset
2656 </cell>
2657 </row>
2658 <row>
2659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2660 \begin_inset Text
2661
2662 \begin_layout Plain Layout
2663
2664 \family roman
2665 \series medium
2666 \shape up
2667 \size normal
2668 \emph off
2669 \bar no
2670 \noun off
2671 \color none
2672 Martin
2673 \end_layout
2674
2675 \end_inset
2676 </cell>
2677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2678 \begin_inset Text
2679
2680 \begin_layout Plain Layout
2681
2682 \family roman
2683 \series medium
2684 \shape up
2685 \size normal
2686 \emph off
2687 \bar no
2688 \noun off
2689 \color none
2690 Lena
2691 \end_layout
2692
2693 \end_inset
2694 </cell>
2695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2696 \begin_inset Text
2697
2698 \begin_layout Plain Layout
2699
2700 \family roman
2701 \series medium
2702 \shape up
2703 \size normal
2704 \emph off
2705 \bar no
2706 \noun off
2707 \color none
2708 Alina
2709 \end_layout
2710
2711 \end_inset
2712 </cell>
2713 </row>
2714 <row>
2715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2716 \begin_inset Text
2717
2718 \begin_layout Plain Layout
2719
2720 \family roman
2721 \series medium
2722 \shape up
2723 \size normal
2724 \emph off
2725 \bar no
2726 \noun off
2727 \color none
2728 \begin_inset Formula $\int x^{2}dx$
2729 \end_inset
2730
2731
2732 \end_layout
2733
2734 \end_inset
2735 </cell>
2736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2737 \begin_inset Text
2738
2739 \begin_layout Plain Layout
2740
2741 \family roman
2742 \series medium
2743 \shape up
2744 \size normal
2745 \emph off
2746 \bar no
2747 \noun off
2748 \color none
2749 \begin_inset Formula $\left[\begin{array}{cc}
2750 a & b\\
2751 c & d\end{array}\right]$
2752 \end_inset
2753
2754
2755 \end_layout
2756
2757 \end_inset
2758 </cell>
2759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2760 \begin_inset Text
2761
2762 \begin_layout Plain Layout
2763
2764 \family roman
2765 \series medium
2766 \shape up
2767 \size normal
2768 \emph off
2769 \bar no
2770 \noun off
2771 \color none
2772 \begin_inset Formula $1+1=2$
2773 \end_inset
2774
2775
2776 \end_layout
2777
2778 \end_inset
2779 </cell>
2780 </row>
2781 </lyxtabular>
2782
2783 \end_inset
2784
2785
2786 \end_layout
2787
2788 \end_inset
2789
2790
2791 \end_layout
2792
2793 \begin_layout Standard
2794 Gleitende Tabellen können über 
2795 \family sans
2796 Einfügen\SpecialChar \menuseparator
2797 Gleitobjekt\SpecialChar \menuseparator
2798 Tabelle
2799 \family default
2800  oder einen Klick auf den Werkzeugleistenknopf 
2801 \begin_inset Graphics
2802         filename ../../images/float-insert_table.png
2803         scale 70
2804         scaleBeforeRotation
2805         BoundingBox 0bp 6bp 22bp 22bp
2806
2807 \end_inset
2808
2809  erzeugt werden.
2810  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2811  In das rot umrahmte Feld rechts von 
2812 \emph on
2813 Tabelle
2814 \begin_inset space ~
2815 \end_inset
2816
2817 Nr:
2818 \emph default
2819  schreiben Sie die Tabellenbeschriftung.
2820  Nach einem Klick oberhalb oder unterhalb von 
2821 \emph on
2822 Tabelle
2823 \begin_inset space ~
2824 \end_inset
2825
2826 Nr:
2827 \emph default
2828  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2829 \begin_inset Graphics
2830         filename ../../images/tabular-insert.png
2831         scale 70
2832         scaleBeforeRotation
2833         BoundingBox 0bp 6bp 22bp 22bp
2834
2835 \end_inset
2836
2837  oder dem Menü 
2838 \family sans
2839 Einfügen\SpecialChar \menuseparator
2840 Tabelle
2841 \family default
2842  einfügen.
2843 \end_layout
2844
2845 \begin_layout Standard
2846 Tabelle
2847 \begin_inset space ~
2848 \end_inset
2849
2850
2851 \begin_inset CommandInset ref
2852 LatexCommand ref
2853 reference "tab:a table float"
2854
2855 \end_inset
2856
2857  ist ein Beispiel für eine gleitende Tabelle.
2858 \end_layout
2859
2860 \begin_layout Standard
2861 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2862 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2863  Das bedeutet, dass bei den Klassen 
2864 \family sans
2865 article
2866 \family default
2867
2868 \family sans
2869 book
2870 \family default
2871
2872 \family sans
2873 letter
2874 \family default
2875 , und 
2876 \family sans
2877 report
2878 \family default
2879  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2880  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2881 \series bold
2882 caption
2883 \series default
2884
2885 \begin_inset Index
2886 status collapsed
2887
2888 \begin_layout Plain Layout
2889 LaTeX-Pakete ! caption
2890 \end_layout
2891
2892 \end_inset
2893
2894  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2895 \begin_inset Foot
2896 status open
2897
2898 \begin_layout Plain Layout
2899 Näheres finden Sie im Abschnitt
2900 \begin_inset space ~
2901 \end_inset
2902
2903
2904 \begin_inset CommandInset ref
2905 LatexCommand ref
2906 reference "abs:Titel-Platzierung"
2907
2908 \end_inset
2909
2910 .
2911 \end_layout
2912
2913 \end_inset
2914
2915
2916 \end_layout
2917
2918 \begin_layout Standard
2919
2920 \series bold
2921 tableposition=top
2922 \end_layout
2923
2924 \begin_layout Standard
2925 Das Paket 
2926 \series bold
2927 caption
2928 \series default
2929 , das in Abschnitt
2930 \begin_inset space ~
2931 \end_inset
2932
2933
2934 \begin_inset CommandInset ref
2935 LatexCommand ref
2936 reference "abs:Titel-Formatierung"
2937
2938 \end_inset
2939
2940  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2941 \end_layout
2942
2943 \begin_layout Standard
2944 \begin_inset Index
2945 status collapsed
2946
2947 \begin_layout Plain Layout
2948 Tabellen ! zitieren
2949 \end_layout
2950
2951 \end_inset
2952
2953 Auf Tabellen kann über ihre Marke verwiesen werden.
2954  Dafür fügen Sie in der Beschriftung mit 
2955 \family sans
2956 Einfügen\SpecialChar \menuseparator
2957 Marke
2958 \family default
2959  oder durch Klicken auf 
2960 \begin_inset Graphics
2961         filename ../../images/label-insert.png
2962         scale 70
2963         scaleBeforeRotation
2964         BoundingBox 0bp 6bp 20bp 20bp
2965
2966 \end_inset
2967
2968  eine Marke ein.
2969  Auf diese können Sie dann wie gewohnt mit 
2970 \family sans
2971 Einfügen\SpecialChar \menuseparator
2972 Querverweis
2973 \family default
2974  oder durch Klicken auf 
2975 \begin_inset Graphics
2976         filename ../../images/dialog-show-new-inset_ref.png
2977         scale 70
2978         scaleBeforeRotation
2979         BoundingBox 0bp 6bp 22bp 22bp
2980
2981 \end_inset
2982
2983  verweisen.
2984  Verweise werden detailliert in Abschnitt
2985 \begin_inset space ~
2986 \end_inset
2987
2988
2989 \begin_inset CommandInset ref
2990 LatexCommand ref
2991 reference "abs:Auf-Gleitobjekte-verweisen"
2992
2993 \end_inset
2994
2995  beschrieben.
2996 \end_layout
2997
2998 \begin_layout Section
2999 Lange Tabellen
3000 \begin_inset CommandInset label
3001 LatexCommand label
3002 name "abs:Lange-Tabellen"
3003
3004 \end_inset
3005
3006
3007 \begin_inset Index
3008 status collapsed
3009
3010 \begin_layout Plain Layout
3011 Tabellen ! lange
3012 \end_layout
3013
3014 \end_inset
3015
3016
3017 \end_layout
3018
3019 \begin_layout Standard
3020 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3021  Dialogfenster 
3022 \family sans
3023 Tabellen-Einstellungen
3024 \family default
3025  auf der Karteikarte  
3026 \family sans
3027 Lange
3028 \begin_inset space ~
3029 \end_inset
3030
3031 Tabelle
3032 \family default
3033  die Option 
3034 \family sans
3035 Lange
3036 \begin_inset space ~
3037 \end_inset
3038
3039 Tabelle
3040 \begin_inset space ~
3041 \end_inset
3042
3043 verwenden
3044 \family default
3045  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3046  Außerdem werden weitere Optionen aktiviert, die im 
3047 \emph on
3048 Benutzerhandbuch
3049 \emph default
3050  beschrieben sind.
3051 \end_layout
3052
3053 \begin_layout Standard
3054 Hier ist ein Beispiel einer langen Tabelle:
3055 \end_layout
3056
3057 \begin_layout Standard
3058 \align center
3059 \begin_inset Tabular
3060 <lyxtabular version="3" rows="69" columns="3">
3061 <features islongtable="true">
3062 <column alignment="left" valignment="top" width="0cm">
3063 <column alignment="left" valignment="top" width="0pt">
3064 <column alignment="right" valignment="top" width="0pt">
3065 <row endfirsthead="true">
3066 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3067 \begin_inset Text
3068
3069 \begin_layout Plain Layout
3070
3071 \series bold
3072 Telefonliste (ignoriere die Namen)
3073 \end_layout
3074
3075 \end_inset
3076 </cell>
3077 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3078 \begin_inset Text
3079
3080 \begin_layout Plain Layout
3081
3082 \end_layout
3083
3084 \end_inset
3085 </cell>
3086 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3087 \begin_inset Text
3088
3089 \begin_layout Plain Layout
3090
3091 \end_layout
3092
3093 \end_inset
3094 </cell>
3095 </row>
3096 <row endfirsthead="true">
3097 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3098 \begin_inset Text
3099
3100 \begin_layout Plain Layout
3101
3102 \series bold
3103 NAME
3104 \end_layout
3105
3106 \end_inset
3107 </cell>
3108 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3109 \begin_inset Text
3110
3111 \begin_layout Plain Layout
3112
3113 \end_layout
3114
3115 \end_inset
3116 </cell>
3117 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3118 \begin_inset Text
3119
3120 \begin_layout Plain Layout
3121
3122 \series bold
3123 TEL.
3124 \end_layout
3125
3126 \end_inset
3127 </cell>
3128 </row>
3129 <row endhead="true">
3130 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3131 \begin_inset Text
3132
3133 \begin_layout Plain Layout
3134
3135 \series bold
3136 Telefonliste
3137 \end_layout
3138
3139 \end_inset
3140 </cell>
3141 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3142 \begin_inset Text
3143
3144 \begin_layout Plain Layout
3145
3146 \end_layout
3147
3148 \end_inset
3149 </cell>
3150 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3151 \begin_inset Text
3152
3153 \begin_layout Plain Layout
3154
3155 \end_layout
3156
3157 \end_inset
3158 </cell>
3159 </row>
3160 <row endhead="true">
3161 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Plain Layout
3165
3166 \series bold
3167 NAME
3168 \end_layout
3169
3170 \end_inset
3171 </cell>
3172 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3173 \begin_inset Text
3174
3175 \begin_layout Plain Layout
3176
3177 \end_layout
3178
3179 \end_inset
3180 </cell>
3181 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3182 \begin_inset Text
3183
3184 \begin_layout Plain Layout
3185
3186 \series bold
3187 TEL.
3188 \end_layout
3189
3190 \end_inset
3191 </cell>
3192 </row>
3193 <row endfoot="true">
3194 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3195 \begin_inset Text
3196
3197 \begin_layout Plain Layout
3198
3199 \series bold
3200 wird fortgesetzt
3201 \series default
3202  \SpecialChar \ldots{}
3203
3204 \end_layout
3205
3206 \end_inset
3207 </cell>
3208 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3209 \begin_inset Text
3210
3211 \begin_layout Plain Layout
3212
3213 \end_layout
3214
3215 \end_inset
3216 </cell>
3217 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3218 \begin_inset Text
3219
3220 \begin_layout Plain Layout
3221
3222 \end_layout
3223
3224 \end_inset
3225 </cell>
3226 </row>
3227 <row>
3228 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3229 \begin_inset Text
3230
3231 \begin_layout Plain Layout
3232
3233 \series bold
3234 Annovi
3235 \end_layout
3236
3237 \end_inset
3238 </cell>
3239 <cell alignment="center" valignment="top" usebox="none">
3240 \begin_inset Text
3241
3242 \begin_layout Plain Layout
3243 Silvia
3244 \end_layout
3245
3246 \end_inset
3247 </cell>
3248 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3249 \begin_inset Text
3250
3251 \begin_layout Plain Layout
3252 111
3253 \end_layout
3254
3255 \end_inset
3256 </cell>
3257 </row>
3258 <row>
3259 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3260 \begin_inset Text
3261
3262 \begin_layout Plain Layout
3263
3264 \series bold
3265 Bertoli
3266 \end_layout
3267
3268 \end_inset
3269 </cell>
3270 <cell alignment="center" valignment="top" usebox="none">
3271 \begin_inset Text
3272
3273 \begin_layout Plain Layout
3274 Stefano
3275 \end_layout
3276
3277 \end_inset
3278 </cell>
3279 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3280 \begin_inset Text
3281
3282 \begin_layout Plain Layout
3283 111
3284 \end_layout
3285
3286 \end_inset
3287 </cell>
3288 </row>
3289 <row>
3290 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3291 \begin_inset Text
3292
3293 \begin_layout Plain Layout
3294
3295 \series bold
3296 Bozzi
3297 \end_layout
3298
3299 \end_inset
3300 </cell>
3301 <cell alignment="center" valignment="top" usebox="none">
3302 \begin_inset Text
3303
3304 \begin_layout Plain Layout
3305 Walter
3306 \end_layout
3307
3308 \end_inset
3309 </cell>
3310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3311 \begin_inset Text
3312
3313 \begin_layout Plain Layout
3314 111
3315 \end_layout
3316
3317 \end_inset
3318 </cell>
3319 </row>
3320 <row>
3321 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3322 \begin_inset Text
3323
3324 \begin_layout Plain Layout
3325
3326 \series bold
3327 Cachia
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 <cell alignment="center" valignment="top" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336 Maria
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Plain Layout
3345 111
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 </row>
3351 <row>
3352 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Plain Layout
3356
3357 \series bold
3358 Cachia
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 <cell alignment="center" valignment="top" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Plain Layout
3367 Maurizio
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376 111
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 </row>
3382 <row>
3383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3384 \begin_inset Text
3385
3386 \begin_layout Plain Layout
3387
3388 \series bold
3389 Cinquemani
3390 \end_layout
3391
3392 \end_inset
3393 </cell>
3394 <cell alignment="center" valignment="top" usebox="none">
3395 \begin_inset Text
3396
3397 \begin_layout Plain Layout
3398 Giusi
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3404 \begin_inset Text
3405
3406 \begin_layout Plain Layout
3407 111
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 </row>
3413 <row>
3414 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3415 \begin_inset Text
3416
3417 \begin_layout Plain Layout
3418
3419 \series bold
3420 Colin
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 <cell alignment="center" valignment="top" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Plain Layout
3429 Bernard
3430 \end_layout
3431
3432 \end_inset
3433 </cell>
3434 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3435 \begin_inset Text
3436
3437 \begin_layout Plain Layout
3438 111
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 </row>
3444 <row>
3445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3446 \begin_inset Text
3447
3448 \begin_layout Plain Layout
3449
3450 \series bold
3451 Concli
3452 \end_layout
3453
3454 \end_inset
3455 </cell>
3456 <cell alignment="center" valignment="top" usebox="none">
3457 \begin_inset Text
3458
3459 \begin_layout Plain Layout
3460 Gianfranco
3461 \end_layout
3462
3463 \end_inset
3464 </cell>
3465 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3466 \begin_inset Text
3467
3468 \begin_layout Plain Layout
3469 111
3470 \end_layout
3471
3472 \end_inset
3473 </cell>
3474 </row>
3475 <row>
3476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3477 \begin_inset Text
3478
3479 \begin_layout Plain Layout
3480
3481 \series bold
3482 Dal Bosco
3483 \end_layout
3484
3485 \end_inset
3486 </cell>
3487 <cell alignment="center" valignment="top" usebox="none">
3488 \begin_inset Text
3489
3490 \begin_layout Plain Layout
3491 Carolina
3492 \end_layout
3493
3494 \end_inset
3495 </cell>
3496 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3497 \begin_inset Text
3498
3499 \begin_layout Plain Layout
3500 111
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 </row>
3506 <row>
3507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3508 \begin_inset Text
3509
3510 \begin_layout Plain Layout
3511
3512 \series bold
3513 Dalpiaz
3514 \end_layout
3515
3516 \end_inset
3517 </cell>
3518 <cell alignment="center" valignment="top" usebox="none">
3519 \begin_inset Text
3520
3521 \begin_layout Plain Layout
3522 Annamaria
3523 \end_layout
3524
3525 \end_inset
3526 </cell>
3527 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3528 \begin_inset Text
3529
3530 \begin_layout Plain Layout
3531 111
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 </row>
3537 <row>
3538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3539 \begin_inset Text
3540
3541 \begin_layout Plain Layout
3542
3543 \series bold
3544 Feliciello
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 <cell alignment="center" valignment="top" usebox="none">
3550 \begin_inset Text
3551
3552 \begin_layout Plain Layout
3553 Domenico
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3559 \begin_inset Text
3560
3561 \begin_layout Plain Layout
3562 111
3563 \end_layout
3564
3565 \end_inset
3566 </cell>
3567 </row>
3568 <row>
3569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3570 \begin_inset Text
3571
3572 \begin_layout Plain Layout
3573
3574 \series bold
3575 Focarelli
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 <cell alignment="center" valignment="top" usebox="none">
3581 \begin_inset Text
3582
3583 \begin_layout Plain Layout
3584 Paola
3585 \end_layout
3586
3587 \end_inset
3588 </cell>
3589 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3590 \begin_inset Text
3591
3592 \begin_layout Plain Layout
3593 111
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 </row>
3599 <row>
3600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3601 \begin_inset Text
3602
3603 \begin_layout Plain Layout
3604
3605 \series bold
3606 Galletti
3607 \end_layout
3608
3609 \end_inset
3610 </cell>
3611 <cell alignment="center" valignment="top" usebox="none">
3612 \begin_inset Text
3613
3614 \begin_layout Plain Layout
3615 Oreste
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3621 \begin_inset Text
3622
3623 \begin_layout Plain Layout
3624 111
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 </row>
3630 <row>
3631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3632 \begin_inset Text
3633
3634 \begin_layout Plain Layout
3635
3636 \series bold
3637 Gasparini
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 <cell alignment="center" valignment="top" usebox="none">
3643 \begin_inset Text
3644
3645 \begin_layout Plain Layout
3646 Franca
3647 \end_layout
3648
3649 \end_inset
3650 </cell>
3651 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3652 \begin_inset Text
3653
3654 \begin_layout Plain Layout
3655 111
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 </row>
3661 <row>
3662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3663 \begin_inset Text
3664
3665 \begin_layout Plain Layout
3666
3667 \series bold
3668 Rizzardi
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 <cell alignment="center" valignment="top" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Plain Layout
3677 Paola
3678 \end_layout
3679
3680 \end_inset
3681 </cell>
3682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3683 \begin_inset Text
3684
3685 \begin_layout Plain Layout
3686 111
3687 \end_layout
3688
3689 \end_inset
3690 </cell>
3691 </row>
3692 <row>
3693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3694 \begin_inset Text
3695
3696 \begin_layout Plain Layout
3697
3698 \series bold
3699 Lassini
3700 \end_layout
3701
3702 \end_inset
3703 </cell>
3704 <cell alignment="center" valignment="top" usebox="none">
3705 \begin_inset Text
3706
3707 \begin_layout Plain Layout
3708 Giancarlo
3709 \end_layout
3710
3711 \end_inset
3712 </cell>
3713 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3714 \begin_inset Text
3715
3716 \begin_layout Plain Layout
3717 111
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 </row>
3723 <row>
3724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3725 \begin_inset Text
3726
3727 \begin_layout Plain Layout
3728
3729 \series bold
3730 Malfatti
3731 \end_layout
3732
3733 \end_inset
3734 </cell>
3735 <cell alignment="center" valignment="top" usebox="none">
3736 \begin_inset Text
3737
3738 \begin_layout Plain Layout
3739 Luciano
3740 \end_layout
3741
3742 \end_inset
3743 </cell>
3744 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3745 \begin_inset Text
3746
3747 \begin_layout Plain Layout
3748 111
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 </row>
3754 <row>
3755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3756 \begin_inset Text
3757
3758 \begin_layout Plain Layout
3759
3760 \series bold
3761 Malfatti
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 <cell alignment="center" valignment="top" usebox="none">
3767 \begin_inset Text
3768
3769 \begin_layout Plain Layout
3770 Valeriano
3771 \end_layout
3772
3773 \end_inset
3774 </cell>
3775 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3776 \begin_inset Text
3777
3778 \begin_layout Plain Layout
3779 111
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 </row>
3785 <row>
3786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3787 \begin_inset Text
3788
3789 \begin_layout Plain Layout
3790
3791 \series bold
3792 Meneguzzo
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 <cell alignment="center" valignment="top" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Plain Layout
3801 Roberto
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3807 \begin_inset Text
3808
3809 \begin_layout Plain Layout
3810 111
3811 \end_layout
3812
3813 \end_inset
3814 </cell>
3815 </row>
3816 <row>
3817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3818 \begin_inset Text
3819
3820 \begin_layout Plain Layout
3821
3822 \series bold
3823 Mezzadra
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 <cell alignment="center" valignment="top" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832 Roberto
3833 \end_layout
3834
3835 \end_inset
3836 </cell>
3837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3838 \begin_inset Text
3839
3840 \begin_layout Plain Layout
3841 111
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 </row>
3847 <row>
3848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3849 \begin_inset Text
3850
3851 \begin_layout Plain Layout
3852
3853 \series bold
3854 Pirpamer
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 <cell alignment="center" valignment="top" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Plain Layout
3863 Erich
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3869 \begin_inset Text
3870
3871 \begin_layout Plain Layout
3872 111
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 </row>
3878 <row>
3879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3880 \begin_inset Text
3881
3882 \begin_layout Plain Layout
3883
3884 \series bold
3885 Pochiesa
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 <cell alignment="center" valignment="top" usebox="none">
3891 \begin_inset Text
3892
3893 \begin_layout Plain Layout
3894 Paolo
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3900 \begin_inset Text
3901
3902 \begin_layout Plain Layout
3903 111, 222
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 </row>
3909 <row>
3910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3911 \begin_inset Text
3912
3913 \begin_layout Plain Layout
3914
3915 \series bold
3916 Radina
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 <cell alignment="center" valignment="top" usebox="none">
3922 \begin_inset Text
3923
3924 \begin_layout Plain Layout
3925 Claudio
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3931 \begin_inset Text
3932
3933 \begin_layout Plain Layout
3934 111
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 </row>
3940 <row>
3941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3942 \begin_inset Text
3943
3944 \begin_layout Plain Layout
3945
3946 \series bold
3947 Stuffer
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 <cell alignment="center" valignment="top" usebox="none">
3953 \begin_inset Text
3954
3955 \begin_layout Plain Layout
3956 Oskar
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3962 \begin_inset Text
3963
3964 \begin_layout Plain Layout
3965 111
3966 \end_layout
3967
3968 \end_inset
3969 </cell>
3970 </row>
3971 <row>
3972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3973 \begin_inset Text
3974
3975 \begin_layout Plain Layout
3976
3977 \series bold
3978 Tacchelli
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 <cell alignment="center" valignment="top" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Plain Layout
3987 Ugo
3988 \end_layout
3989
3990 \end_inset
3991 </cell>
3992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3993 \begin_inset Text
3994
3995 \begin_layout Plain Layout
3996 111
3997 \end_layout
3998
3999 \end_inset
4000 </cell>
4001 </row>
4002 <row>
4003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4004 \begin_inset Text
4005
4006 \begin_layout Plain Layout
4007
4008 \series bold
4009 Tezzele
4010 \end_layout
4011
4012 \end_inset
4013 </cell>
4014 <cell alignment="center" valignment="top" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Plain Layout
4018 Margit
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4024 \begin_inset Text
4025
4026 \begin_layout Plain Layout
4027 111
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 </row>
4033 <row>
4034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4035 \begin_inset Text
4036
4037 \begin_layout Plain Layout
4038
4039 \series bold
4040 Unterkalmsteiner
4041 \end_layout
4042
4043 \end_inset
4044 </cell>
4045 <cell alignment="center" valignment="top" usebox="none">
4046 \begin_inset Text
4047
4048 \begin_layout Plain Layout
4049 Frieda
4050 \end_layout
4051
4052 \end_inset
4053 </cell>
4054 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4055 \begin_inset Text
4056
4057 \begin_layout Plain Layout
4058 111
4059 \end_layout
4060
4061 \end_inset
4062 </cell>
4063 </row>
4064 <row>
4065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4066 \begin_inset Text
4067
4068 \begin_layout Plain Layout
4069
4070 \series bold
4071 Vieider
4072 \end_layout
4073
4074 \end_inset
4075 </cell>
4076 <cell alignment="center" valignment="top" usebox="none">
4077 \begin_inset Text
4078
4079 \begin_layout Plain Layout
4080 Hilde
4081 \end_layout
4082
4083 \end_inset
4084 </cell>
4085 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4086 \begin_inset Text
4087
4088 \begin_layout Plain Layout
4089 111
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 </row>
4095 <row>
4096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4097 \begin_inset Text
4098
4099 \begin_layout Plain Layout
4100
4101 \series bold
4102 Vigna
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 <cell alignment="center" valignment="top" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111 Jürgen
4112 \end_layout
4113
4114 \end_inset
4115 </cell>
4116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4117 \begin_inset Text
4118
4119 \begin_layout Plain Layout
4120 111
4121 \end_layout
4122
4123 \end_inset
4124 </cell>
4125 </row>
4126 <row>
4127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4128 \begin_inset Text
4129
4130 \begin_layout Plain Layout
4131
4132 \series bold
4133 Weber
4134 \end_layout
4135
4136 \end_inset
4137 </cell>
4138 <cell alignment="center" valignment="top" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Plain Layout
4142 Maurizio
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4148 \begin_inset Text
4149
4150 \begin_layout Plain Layout
4151 111
4152 \end_layout
4153
4154 \end_inset
4155 </cell>
4156 </row>
4157 <row>
4158 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4159 \begin_inset Text
4160
4161 \begin_layout Plain Layout
4162
4163 \series bold
4164 Winkler
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Plain Layout
4173 Franz
4174 \end_layout
4175
4176 \end_inset
4177 </cell>
4178 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4179 \begin_inset Text
4180
4181 \begin_layout Plain Layout
4182 111
4183 \end_layout
4184
4185 \end_inset
4186 </cell>
4187 </row>
4188 <row>
4189 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Plain Layout
4193  
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Plain Layout
4202
4203 \end_layout
4204
4205 \end_inset
4206 </cell>
4207 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4208 \begin_inset Text
4209
4210 \begin_layout Plain Layout
4211
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 </row>
4217 <row>
4218 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4219 \begin_inset Text
4220
4221 \begin_layout Plain Layout
4222
4223 \series bold
4224 Annovi
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 <cell alignment="center" valignment="top" usebox="none">
4230 \begin_inset Text
4231
4232 \begin_layout Plain Layout
4233 Silvia
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242 555
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 </row>
4248 <row>
4249 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Plain Layout
4253
4254 \series bold
4255 Bertoli
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 <cell alignment="center" valignment="top" usebox="none">
4261 \begin_inset Text
4262
4263 \begin_layout Plain Layout
4264 Stefano
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273 555
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 </row>
4279 <row>
4280 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4281 \begin_inset Text
4282
4283 \begin_layout Plain Layout
4284
4285 \series bold
4286 Bozzi
4287 \end_layout
4288
4289 \end_inset
4290 </cell>
4291 <cell alignment="center" valignment="top" usebox="none">
4292 \begin_inset Text
4293
4294 \begin_layout Plain Layout
4295 Walter
4296 \end_layout
4297
4298 \end_inset
4299 </cell>
4300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4301 \begin_inset Text
4302
4303 \begin_layout Plain Layout
4304 555
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 </row>
4310 <row>
4311 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4312 \begin_inset Text
4313
4314 \begin_layout Plain Layout
4315
4316 \series bold
4317 Cachia
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 <cell alignment="center" valignment="top" usebox="none">
4323 \begin_inset Text
4324
4325 \begin_layout Plain Layout
4326 Maria
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4332 \begin_inset Text
4333
4334 \begin_layout Plain Layout
4335 555
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 </row>
4341 <row>
4342 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4343 \begin_inset Text
4344
4345 \begin_layout Plain Layout
4346
4347 \series bold
4348 Cachia
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 <cell alignment="center" valignment="top" usebox="none">
4354 \begin_inset Text
4355
4356 \begin_layout Plain Layout
4357 Maurizio
4358 \end_layout
4359
4360 \end_inset
4361 </cell>
4362 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4363 \begin_inset Text
4364
4365 \begin_layout Plain Layout
4366 555
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 </row>
4372 <row>
4373 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4374 \begin_inset Text
4375
4376 \begin_layout Plain Layout
4377
4378 \series bold
4379 Cinquemani
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 <cell alignment="center" valignment="top" usebox="none">
4385 \begin_inset Text
4386
4387 \begin_layout Plain Layout
4388 Giusi
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397 555
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 </row>
4403 <row>
4404 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4405 \begin_inset Text
4406
4407 \begin_layout Plain Layout
4408
4409 \series bold
4410 Colin
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 <cell alignment="center" valignment="top" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Plain Layout
4419 Bernard
4420 \end_layout
4421
4422 \end_inset
4423 </cell>
4424 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Plain Layout
4428 555
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 </row>
4434 <row>
4435 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4436 \begin_inset Text
4437
4438 \begin_layout Plain Layout
4439
4440 \series bold
4441 Concli
4442 \end_layout
4443
4444 \end_inset
4445 </cell>
4446 <cell alignment="center" valignment="top" usebox="none">
4447 \begin_inset Text
4448
4449 \begin_layout Plain Layout
4450 Gianfranco
4451 \end_layout
4452
4453 \end_inset
4454 </cell>
4455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4456 \begin_inset Text
4457
4458 \begin_layout Plain Layout
4459 555
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 </row>
4465 <row>
4466 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4467 \begin_inset Text
4468
4469 \begin_layout Plain Layout
4470
4471 \series bold
4472 Dal Bosco
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 <cell alignment="center" valignment="top" usebox="none">
4478 \begin_inset Text
4479
4480 \begin_layout Plain Layout
4481 Carolina
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4487 \begin_inset Text
4488
4489 \begin_layout Plain Layout
4490 555
4491 \end_layout
4492
4493 \end_inset
4494 </cell>
4495 </row>
4496 <row>
4497 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4498 \begin_inset Text
4499
4500 \begin_layout Plain Layout
4501
4502 \series bold
4503 Dalpiaz
4504 \end_layout
4505
4506 \end_inset
4507 </cell>
4508 <cell alignment="center" valignment="top" usebox="none">
4509 \begin_inset Text
4510
4511 \begin_layout Plain Layout
4512 Annamaria
4513 \end_layout
4514
4515 \end_inset
4516 </cell>
4517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4518 \begin_inset Text
4519
4520 \begin_layout Plain Layout
4521 555
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 </row>
4527 <row>
4528 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4529 \begin_inset Text
4530
4531 \begin_layout Plain Layout
4532
4533 \series bold
4534 Feliciello
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 <cell alignment="center" valignment="top" usebox="none">
4540 \begin_inset Text
4541
4542 \begin_layout Plain Layout
4543 Domenico
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4549 \begin_inset Text
4550
4551 \begin_layout Plain Layout
4552 555
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 </row>
4558 <row>
4559 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4560 \begin_inset Text
4561
4562 \begin_layout Plain Layout
4563
4564 \series bold
4565 Focarelli
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 <cell alignment="center" valignment="top" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574 Paola
4575 \end_layout
4576
4577 \end_inset
4578 </cell>
4579 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4580 \begin_inset Text
4581
4582 \begin_layout Plain Layout
4583 555
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 </row>
4589 <row>
4590 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4591 \begin_inset Text
4592
4593 \begin_layout Plain Layout
4594
4595 \series bold
4596 Galletti
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 <cell alignment="center" valignment="top" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605 Oreste
4606 \end_layout
4607
4608 \end_inset
4609 </cell>
4610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4611 \begin_inset Text
4612
4613 \begin_layout Plain Layout
4614 555
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 </row>
4620 <row>
4621 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4622 \begin_inset Text
4623
4624 \begin_layout Plain Layout
4625
4626 \series bold
4627 Gasparini
4628 \end_layout
4629
4630 \end_inset
4631 </cell>
4632 <cell alignment="center" valignment="top" usebox="none">
4633 \begin_inset Text
4634
4635 \begin_layout Plain Layout
4636 Franca
4637 \end_layout
4638
4639 \end_inset
4640 </cell>
4641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4642 \begin_inset Text
4643
4644 \begin_layout Plain Layout
4645 555
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 </row>
4651 <row>
4652 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656
4657 \series bold
4658 Rizzardi
4659 \end_layout
4660
4661 \end_inset
4662 </cell>
4663 <cell alignment="center" valignment="top" usebox="none">
4664 \begin_inset Text
4665
4666 \begin_layout Plain Layout
4667 Paola
4668 \end_layout
4669
4670 \end_inset
4671 </cell>
4672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676 555
4677 \end_layout
4678
4679 \end_inset
4680 </cell>
4681 </row>
4682 <row>
4683 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4684 \begin_inset Text
4685
4686 \begin_layout Plain Layout
4687
4688 \series bold
4689 Lassini
4690 \end_layout
4691
4692 \end_inset
4693 </cell>
4694 <cell alignment="center" valignment="top" usebox="none">
4695 \begin_inset Text
4696
4697 \begin_layout Plain Layout
4698 Giancarlo
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 555
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 </row>
4713 <row>
4714 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4715 \begin_inset Text
4716
4717 \begin_layout Plain Layout
4718
4719 \series bold
4720 Malfatti
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 <cell alignment="center" valignment="top" usebox="none">
4726 \begin_inset Text
4727
4728 \begin_layout Plain Layout
4729 Luciano
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4735 \begin_inset Text
4736
4737 \begin_layout Plain Layout
4738 555
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 </row>
4744 <row>
4745 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4746 \begin_inset Text
4747
4748 \begin_layout Plain Layout
4749
4750 \series bold
4751 Malfatti
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 <cell alignment="center" valignment="top" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Plain Layout
4760 Valeriano
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Plain Layout
4769 555
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 </row>
4775 <row>
4776 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4777 \begin_inset Text
4778
4779 \begin_layout Plain Layout
4780
4781 \series bold
4782 Meneguzzo
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 <cell alignment="center" valignment="top" usebox="none">
4788 \begin_inset Text
4789
4790 \begin_layout Plain Layout
4791 Roberto
4792 \end_layout
4793
4794 \end_inset
4795 </cell>
4796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4797 \begin_inset Text
4798
4799 \begin_layout Plain Layout
4800 555
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 </row>
4806 <row>
4807 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4808 \begin_inset Text
4809
4810 \begin_layout Plain Layout
4811
4812 \series bold
4813 Mezzadra
4814 \end_layout
4815
4816 \end_inset
4817 </cell>
4818 <cell alignment="center" valignment="top" usebox="none">
4819 \begin_inset Text
4820
4821 \begin_layout Plain Layout
4822 Roberto
4823 \end_layout
4824
4825 \end_inset
4826 </cell>
4827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4828 \begin_inset Text
4829
4830 \begin_layout Plain Layout
4831 555
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 </row>
4837 <row>
4838 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4839 \begin_inset Text
4840
4841 \begin_layout Plain Layout
4842
4843 \series bold
4844 Pirpamer
4845 \end_layout
4846
4847 \end_inset
4848 </cell>
4849 <cell alignment="center" valignment="top" usebox="none">
4850 \begin_inset Text
4851
4852 \begin_layout Plain Layout
4853 Erich
4854 \end_layout
4855
4856 \end_inset
4857 </cell>
4858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4859 \begin_inset Text
4860
4861 \begin_layout Plain Layout
4862 555
4863 \end_layout
4864
4865 \end_inset
4866 </cell>
4867 </row>
4868 <row>
4869 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4870 \begin_inset Text
4871
4872 \begin_layout Plain Layout
4873
4874 \series bold
4875 Pochiesa
4876 \end_layout
4877
4878 \end_inset
4879 </cell>
4880 <cell alignment="center" valignment="top" usebox="none">
4881 \begin_inset Text
4882
4883 \begin_layout Plain Layout
4884 Paolo
4885 \end_layout
4886
4887 \end_inset
4888 </cell>
4889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4890 \begin_inset Text
4891
4892 \begin_layout Plain Layout
4893 555, 222
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 </row>
4899 <row>
4900 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4901 \begin_inset Text
4902
4903 \begin_layout Plain Layout
4904
4905 \series bold
4906 Radina
4907 \end_layout
4908
4909 \end_inset
4910 </cell>
4911 <cell alignment="center" valignment="top" usebox="none">
4912 \begin_inset Text
4913
4914 \begin_layout Plain Layout
4915 Claudio
4916 \end_layout
4917
4918 \end_inset
4919 </cell>
4920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4921 \begin_inset Text
4922
4923 \begin_layout Plain Layout
4924 555
4925 \end_layout
4926
4927 \end_inset
4928 </cell>
4929 </row>
4930 <row>
4931 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4932 \begin_inset Text
4933
4934 \begin_layout Plain Layout
4935
4936 \series bold
4937 Stuffer
4938 \end_layout
4939
4940 \end_inset
4941 </cell>
4942 <cell alignment="center" valignment="top" usebox="none">
4943 \begin_inset Text
4944
4945 \begin_layout Plain Layout
4946 Oskar
4947 \end_layout
4948
4949 \end_inset
4950 </cell>
4951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4952 \begin_inset Text
4953
4954 \begin_layout Plain Layout
4955 555
4956 \end_layout
4957
4958 \end_inset
4959 </cell>
4960 </row>
4961 <row>
4962 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4963 \begin_inset Text
4964
4965 \begin_layout Plain Layout
4966
4967 \series bold
4968 Tacchelli
4969 \end_layout
4970
4971 \end_inset
4972 </cell>
4973 <cell alignment="center" valignment="top" usebox="none">
4974 \begin_inset Text
4975
4976 \begin_layout Plain Layout
4977 Ugo
4978 \end_layout
4979
4980 \end_inset
4981 </cell>
4982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4983 \begin_inset Text
4984
4985 \begin_layout Plain Layout
4986 555
4987 \end_layout
4988
4989 \end_inset
4990 </cell>
4991 </row>
4992 <row>
4993 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4994 \begin_inset Text
4995
4996 \begin_layout Plain Layout
4997
4998 \series bold
4999 Tezzele
5000 \end_layout
5001
5002 \end_inset
5003 </cell>
5004 <cell alignment="center" valignment="top" usebox="none">
5005 \begin_inset Text
5006
5007 \begin_layout Plain Layout
5008 Margit
5009 \end_layout
5010
5011 \end_inset
5012 </cell>
5013 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5014 \begin_inset Text
5015
5016 \begin_layout Plain Layout
5017 555
5018 \end_layout
5019
5020 \end_inset
5021 </cell>
5022 </row>
5023 <row>
5024 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5025 \begin_inset Text
5026
5027 \begin_layout Plain Layout
5028
5029 \series bold
5030 Unterkalmsteiner
5031 \end_layout
5032
5033 \end_inset
5034 </cell>
5035 <cell alignment="center" valignment="top" usebox="none">
5036 \begin_inset Text
5037
5038 \begin_layout Plain Layout
5039 Frieda
5040 \end_layout
5041
5042 \end_inset
5043 </cell>
5044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5045 \begin_inset Text
5046
5047 \begin_layout Plain Layout
5048 555
5049 \end_layout
5050
5051 \end_inset
5052 </cell>
5053 </row>
5054 <row>
5055 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5056 \begin_inset Text
5057
5058 \begin_layout Plain Layout
5059
5060 \series bold
5061 Vieider
5062 \end_layout
5063
5064 \end_inset
5065 </cell>
5066 <cell alignment="center" valignment="top" usebox="none">
5067 \begin_inset Text
5068
5069 \begin_layout Plain Layout
5070 Hilde
5071 \end_layout
5072
5073 \end_inset
5074 </cell>
5075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5076 \begin_inset Text
5077
5078 \begin_layout Plain Layout
5079 555
5080 \end_layout
5081
5082 \end_inset
5083 </cell>
5084 </row>
5085 <row>
5086 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5087 \begin_inset Text
5088
5089 \begin_layout Plain Layout
5090
5091 \series bold
5092 Vigna
5093 \end_layout
5094
5095 \end_inset
5096 </cell>
5097 <cell alignment="center" valignment="top" usebox="none">
5098 \begin_inset Text
5099
5100 \begin_layout Plain Layout
5101 Jürgen
5102 \end_layout
5103
5104 \end_inset
5105 </cell>
5106 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5107 \begin_inset Text
5108
5109 \begin_layout Plain Layout
5110 999
5111 \end_layout
5112
5113 \end_inset
5114 </cell>
5115 </row>
5116 <row>
5117 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5118 \begin_inset Text
5119
5120 \begin_layout Plain Layout
5121
5122 \series bold
5123 Weber
5124 \end_layout
5125
5126 \end_inset
5127 </cell>
5128 <cell alignment="center" valignment="top" usebox="none">
5129 \begin_inset Text
5130
5131 \begin_layout Plain Layout
5132 Maurizio
5133 \end_layout
5134
5135 \end_inset
5136 </cell>
5137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5138 \begin_inset Text
5139
5140 \begin_layout Plain Layout
5141 555
5142 \end_layout
5143
5144 \end_inset
5145 </cell>
5146 </row>
5147 <row>
5148 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5149 \begin_inset Text
5150
5151 \begin_layout Plain Layout
5152
5153 \series bold
5154 Winkler
5155 \end_layout
5156
5157 \end_inset
5158 </cell>
5159 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5160 \begin_inset Text
5161
5162 \begin_layout Plain Layout
5163 Franz
5164 \end_layout
5165
5166 \end_inset
5167 </cell>
5168 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5169 \begin_inset Text
5170
5171 \begin_layout Plain Layout
5172 555
5173 \end_layout
5174
5175 \end_inset
5176 </cell>
5177 </row>
5178 <row endlastfoot="true">
5179 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5180 \begin_inset Text
5181
5182 \begin_layout Plain Layout
5183
5184 \series bold
5185 Ende
5186 \end_layout
5187
5188 \end_inset
5189 </cell>
5190 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5191 \begin_inset Text
5192
5193 \begin_layout Plain Layout
5194
5195 \end_layout
5196
5197 \end_inset
5198 </cell>
5199 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5200 \begin_inset Text
5201
5202 \begin_layout Plain Layout
5203
5204 \end_layout
5205
5206 \end_inset
5207 </cell>
5208 </row>
5209 </lyxtabular>
5210
5211 \end_inset
5212
5213
5214 \begin_inset ERT
5215 status collapsed
5216
5217 \begin_layout Plain Layout
5218
5219
5220 \backslash
5221 addtocounter{table}{-1}
5222 \end_layout
5223
5224 \end_inset
5225
5226
5227 \begin_inset Note Note
5228 status collapsed
5229
5230 \begin_layout Plain Layout
5231 Die Bedeutung diese Befehle finden Sie in der Bemerkung 1 von Abschnitt
5232 \begin_inset space ~
5233 \end_inset
5234
5235
5236 \begin_inset CommandInset ref
5237 LatexCommand ref
5238 reference "uab:Titel-für-lange"
5239
5240 \end_inset
5241
5242
5243 \end_layout
5244
5245 \end_inset
5246
5247
5248 \end_layout
5249
5250 \begin_layout Subsection
5251 Fußnoten in langen Tabellen
5252 \begin_inset CommandInset label
5253 LatexCommand label
5254 name "uab:Fußnoten-in-langen"
5255
5256 \end_inset
5257
5258
5259 \begin_inset Index
5260 status collapsed
5261
5262 \begin_layout Plain Layout
5263 Tabellen ! lange ! Fußnoten
5264 \end_layout
5265
5266 \end_inset
5267
5268
5269 \end_layout
5270
5271 \begin_layout Standard
5272 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5273  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5274  Tabelle
5275 \begin_inset space ~
5276 \end_inset
5277
5278
5279 \begin_inset CommandInset ref
5280 LatexCommand ref
5281 reference "tab:DiffCaptions"
5282
5283 \end_inset
5284
5285  hat zum Beispiel eine Fußnote.
5286 \end_layout
5287
5288 \begin_layout Subsection
5289 Ausrichtung langer Tabellen
5290 \begin_inset Index
5291 status collapsed
5292
5293 \begin_layout Plain Layout
5294 Tabellen ! lange ! Ausrichtung
5295 \end_layout
5296
5297 \end_inset
5298
5299
5300 \end_layout
5301
5302 \begin_layout Standard
5303 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
5304  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
5305 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
5306  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
5307  Längen 
5308 \series bold
5309
5310 \backslash
5311 LTleft 
5312 \series default
5313 und 
5314 \series bold
5315
5316 \backslash
5317 LTright
5318 \series default
5319  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5320  wird:
5321 \end_layout
5322
5323 \begin_layout Standard
5324
5325 \series bold
5326
5327 \backslash
5328 setlength{
5329 \backslash
5330 LTleft}{Wert}
5331 \end_layout
5332
5333 \begin_layout Standard
5334 Wobei der Wert eine der in Tabelle
5335 \begin_inset space ~
5336 \end_inset
5337
5338
5339 \begin_inset CommandInset ref
5340 LatexCommand ref
5341 reference "tab:Maßeinheiten"
5342
5343 \end_inset
5344
5345  aufgelisteten Einheiten haben kann.
5346  
5347 \series bold
5348
5349 \backslash
5350 LTleft
5351 \series default
5352  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5353  
5354 \series bold
5355
5356 \backslash
5357 LTright
5358 \series default
5359  den Abstand von rechts.
5360  Die Voreinstellung für beide Werte ist 
5361 \series bold
5362
5363 \backslash
5364 fill
5365 \series default
5366 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5367  in LyX ist.
5368 \end_layout
5369
5370 \begin_layout Standard
5371 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5372 \series bold
5373
5374 \backslash
5375 LTleft
5376 \series default
5377  auf den Wert 0
5378 \begin_inset space \thinspace{}
5379 \end_inset
5380
5381 pt gesetzt wurde.
5382 \begin_inset ERT
5383 status collapsed
5384
5385 \begin_layout Plain Layout
5386
5387
5388 \backslash
5389 setlength{
5390 \backslash
5391 LTleft}{0pt}
5392 \end_layout
5393
5394 \end_inset
5395
5396
5397 \end_layout
5398
5399 \begin_layout Standard
5400 \begin_inset Tabular
5401 <lyxtabular version="3" rows="5" columns="5">
5402 <features islongtable="true">
5403 <column alignment="center" valignment="top" width="0">
5404 <column alignment="center" valignment="top" width="0">
5405 <column alignment="center" valignment="top" width="0">
5406 <column alignment="center" valignment="top" width="0">
5407 <column alignment="center" valignment="top" width="0">
5408 <row>
5409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5410 \begin_inset Text
5411
5412 \begin_layout Plain Layout
5413 1
5414 \end_layout
5415
5416 \end_inset
5417 </cell>
5418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5419 \begin_inset Text
5420
5421 \begin_layout Plain Layout
5422 2
5423 \end_layout
5424
5425 \end_inset
5426 </cell>
5427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Plain Layout
5431 3
5432 \end_layout
5433
5434 \end_inset
5435 </cell>
5436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5437 \begin_inset Text
5438
5439 \begin_layout Plain Layout
5440 4
5441 \end_layout
5442
5443 \end_inset
5444 </cell>
5445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5446 \begin_inset Text
5447
5448 \begin_layout Plain Layout
5449 5
5450 \end_layout
5451
5452 \end_inset
5453 </cell>
5454 </row>
5455 <row>
5456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5457 \begin_inset Text
5458
5459 \begin_layout Plain Layout
5460 asd
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469 s
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5475 \begin_inset Text
5476
5477 \begin_layout Plain Layout
5478 s
5479 \end_layout
5480
5481 \end_inset
5482 </cell>
5483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5484 \begin_inset Text
5485
5486 \begin_layout Plain Layout
5487 s
5488 \end_layout
5489
5490 \end_inset
5491 </cell>
5492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5493 \begin_inset Text
5494
5495 \begin_layout Plain Layout
5496 asd
5497 \end_layout
5498
5499 \end_inset
5500 </cell>
5501 </row>
5502 <row>
5503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5504 \begin_inset Text
5505
5506 \begin_layout Plain Layout
5507 asd
5508 \end_layout
5509
5510 \end_inset
5511 </cell>
5512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516 s
5517 \end_layout
5518
5519 \end_inset
5520 </cell>
5521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5522 \begin_inset Text
5523
5524 \begin_layout Plain Layout
5525 s
5526 \end_layout
5527
5528 \end_inset
5529 </cell>
5530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5531 \begin_inset Text
5532
5533 \begin_layout Plain Layout
5534 s
5535 \end_layout
5536
5537 \end_inset
5538 </cell>
5539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5540 \begin_inset Text
5541
5542 \begin_layout Plain Layout
5543 asd
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 </row>
5549 <row>
5550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Plain Layout
5554 asd
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563 s
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Plain Layout
5572 s
5573 \end_layout
5574
5575 \end_inset
5576 </cell>
5577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5578 \begin_inset Text
5579
5580 \begin_layout Plain Layout
5581 s
5582 \end_layout
5583
5584 \end_inset
5585 </cell>
5586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5587 \begin_inset Text
5588
5589 \begin_layout Plain Layout
5590 asd
5591 \end_layout
5592
5593 \end_inset
5594 </cell>
5595 </row>
5596 <row>
5597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5598 \begin_inset Text
5599
5600 \begin_layout Plain Layout
5601 asd
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5607 \begin_inset Text
5608
5609 \begin_layout Plain Layout
5610 asd
5611 \end_layout
5612
5613 \end_inset
5614 </cell>
5615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5616 \begin_inset Text
5617
5618 \begin_layout Plain Layout
5619 asd
5620 \end_layout
5621
5622 \end_inset
5623 </cell>
5624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5625 \begin_inset Text
5626
5627 \begin_layout Plain Layout
5628 asd
5629 \end_layout
5630
5631 \end_inset
5632 </cell>
5633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5634 \begin_inset Text
5635
5636 \begin_layout Plain Layout
5637 asd
5638 \end_layout
5639
5640 \end_inset
5641 </cell>
5642 </row>
5643 </lyxtabular>
5644
5645 \end_inset
5646
5647
5648 \begin_inset ERT
5649 status collapsed
5650
5651 \begin_layout Plain Layout
5652
5653
5654 \backslash
5655 setlength{
5656 \backslash
5657 LTleft}{
5658 \backslash
5659 fill}
5660 \end_layout
5661
5662 \end_inset
5663
5664
5665 \end_layout
5666
5667 \begin_layout Subsection
5668 Beschriftungen langer Tabellen
5669 \begin_inset Index
5670 status collapsed
5671
5672 \begin_layout Plain Layout
5673 Tabellen ! lange ! Titel
5674 \end_layout
5675
5676 \end_inset
5677
5678
5679 \begin_inset CommandInset label
5680 LatexCommand label
5681 name "uab:Titel-für-lange"
5682
5683 \end_inset
5684
5685
5686 \end_layout
5687
5688 \begin_layout Standard
5689 Eine 
5690 \family sans
5691 lange
5692 \begin_inset space ~
5693 \end_inset
5694
5695 Tabelle
5696 \family default
5697  kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte nur auf eine
5698  Seite gedruckt werden können.
5699  Aber die 
5700 \family sans
5701 Legende
5702 \family default
5703 -Umgebung von Gleitobjekten kann auch in langen Tabellen benutzt werden.
5704 \end_layout
5705
5706 \begin_layout Standard
5707 Weil LyX das noch nicht völlig unterstützt, muss man ein wenig tricksen:
5708 \end_layout
5709
5710 \begin_layout Enumerate
5711 Erstellen Sie eine 
5712 \family sans
5713 lange
5714 \begin_inset space ~
5715 \end_inset
5716
5717 Tabelle
5718 \family default
5719 .
5720 \end_layout
5721
5722 \begin_layout Enumerate
5723 Markieren Sie die erste Zeile und entfernen Sie die obere Linie.
5724 \end_layout
5725
5726 \begin_layout Enumerate
5727 Fügen Sie 
5728 \family sans
5729 mit Einfügen\SpecialChar \menuseparator
5730 Legende
5731 \family default
5732  eine Beschriftung in die erste Tabellenzelle.
5733  Sie können auch noch einen Kurztitel hinzufügen, 
5734 \family sans
5735 Einfügen\SpecialChar \menuseparator
5736 Kurztitel
5737 \family default
5738 .
5739 \end_layout
5740
5741 \begin_layout Enumerate
5742 Fügen Sie hinter dem Titel 
5743 \series bold
5744
5745 \begin_inset Quotes gld
5746 \end_inset
5747
5748
5749 \backslash
5750
5751 \backslash
5752 %
5753 \series default
5754
5755 \begin_inset Quotes grd
5756 \end_inset
5757
5758  als TeX-Code ein.
5759 \end_layout
5760
5761 \begin_layout Standard
5762 Ein Kurztitel wird anstatt der richtigen Beschriftung im Tabellenverzeichnis
5763  gedruckt.
5764  Die Zeichen 
5765 \series bold
5766
5767 \begin_inset Quotes gld
5768 \end_inset
5769
5770
5771 \backslash
5772
5773 \backslash
5774 %
5775 \series default
5776
5777 \begin_inset Quotes grd
5778 \end_inset
5779
5780  hinter dem Titel lässt die vertikalen Linien aller Zellen der ersten Zeile
5781  weg.
5782  Die erste Tabellenzeile ist damit nur ein Platzhalter für die Beschriftung,
5783  und die eigentliche Tabelle beginnt mit der zweiten Zeile.
5784 \end_layout
5785
5786 \begin_layout Standard
5787 Hier ist eine kleine 
5788 \family sans
5789 lange
5790 \begin_inset space ~
5791 \end_inset
5792
5793 Tabelle
5794 \family default
5795 , die zeigt, wie das funktioniert:
5796 \end_layout
5797
5798 \begin_layout Standard
5799 \begin_inset Tabular
5800 <lyxtabular version="3" rows="6" columns="5">
5801 <features islongtable="true">
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 <column alignment="center" valignment="top" width="0">
5807 <row caption="true">
5808 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 \begin_inset Caption
5813
5814 \begin_layout Plain Layout
5815 Eine 
5816 \family sans
5817 lange
5818 \begin_inset space ~
5819 \end_inset
5820
5821 Tabelle
5822 \family default
5823  mit Titel
5824 \begin_inset OptArg
5825 status open
5826
5827 \begin_layout Plain Layout
5828 Lange Tabelle
5829 \end_layout
5830
5831 \end_inset
5832
5833
5834 \end_layout
5835
5836 \end_inset
5837
5838
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5844 \begin_inset Text
5845
5846 \begin_layout Plain Layout
5847
5848 \end_layout
5849
5850 \end_inset
5851 </cell>
5852 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Plain Layout
5856
5857 \end_layout
5858
5859 \end_inset
5860 </cell>
5861 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874
5875 \end_layout
5876
5877 \end_inset
5878 </cell>
5879 </row>
5880 <row>
5881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Plain Layout
5885 1
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Plain Layout
5894 2
5895 \end_layout
5896
5897 \end_inset
5898 </cell>
5899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903 3
5904 \end_layout
5905
5906 \end_inset
5907 </cell>
5908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5909 \begin_inset Text
5910
5911 \begin_layout Plain Layout
5912 4
5913 \end_layout
5914
5915 \end_inset
5916 </cell>
5917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5918 \begin_inset Text
5919
5920 \begin_layout Plain Layout
5921 5
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 </row>
5927 <row>
5928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932 asd
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941 s
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5947 \begin_inset Text
5948
5949 \begin_layout Plain Layout
5950 s
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959 s
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Plain Layout
5968 asd
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 </row>
5974 <row>
5975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5976 \begin_inset Text
5977
5978 \begin_layout Plain Layout
5979 asd
5980 \end_layout
5981
5982 \end_inset
5983 </cell>
5984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988 s
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Plain Layout
5997 s
5998 \end_layout
5999
6000 \end_inset
6001 </cell>
6002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6003 \begin_inset Text
6004
6005 \begin_layout Plain Layout
6006 s
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Plain Layout
6015 asd
6016 \end_layout
6017
6018 \end_inset
6019 </cell>
6020 </row>
6021 <row>
6022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6023 \begin_inset Text
6024
6025 \begin_layout Plain Layout
6026 asd
6027 \end_layout
6028
6029 \end_inset
6030 </cell>
6031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6032 \begin_inset Text
6033
6034 \begin_layout Plain Layout
6035 s
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Plain Layout
6044 s
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Plain Layout
6053 s
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Plain Layout
6062 asd
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 </row>
6068 <row>
6069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Plain Layout
6073 asd
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Plain Layout
6082 asd
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Plain Layout
6091 asd
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Plain Layout
6100 asd
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109 asd
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 </row>
6115 </lyxtabular>
6116
6117 \end_inset
6118
6119
6120 \end_layout
6121
6122 \begin_layout Standard
6123 \begin_inset VSpace medskip
6124 \end_inset
6125
6126
6127 \begin_inset Note Greyedout
6128 status open
6129
6130 \begin_layout Plain Layout
6131
6132 \series bold
6133 Bemerkung
6134 \begin_inset space ~
6135 \end_inset
6136
6137 1:
6138 \series default
6139  Die Tabellennummer wird für jede 
6140 \family sans
6141 lange
6142 \begin_inset space ~
6143 \end_inset
6144
6145 Tabelle
6146 \family default
6147  erhöht, auch wenn Sie keinen Titel vergeben.
6148  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6149 \begin_inset space ~
6150 \end_inset
6151
6152 2.4 auf Tabelle
6153 \begin_inset space ~
6154 \end_inset
6155
6156 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei
6157 \family sans
6158  lange
6159 \begin_inset space ~
6160 \end_inset
6161
6162 Tabellen
6163 \family default
6164  ohne Titel sind.
6165  Um das zu vermeiden, können Sie hinter jede 
6166 \family sans
6167 lange
6168 \begin_inset space ~
6169 \end_inset
6170
6171 Tabelle
6172 \family default
6173  ohne Titel folgenden LaTeX-Befehl als TeX-Code einfügen:
6174 \end_layout
6175
6176 \begin_layout Plain Layout
6177
6178 \series bold
6179
6180 \backslash
6181 addtocounter{table}{-1}
6182 \end_layout
6183
6184 \end_inset
6185
6186
6187 \end_layout
6188
6189 \begin_layout Standard
6190 \begin_inset Note Greyedout
6191 status open
6192
6193 \begin_layout Plain Layout
6194
6195 \series bold
6196 Bemerkung
6197 \begin_inset space ~
6198 \end_inset
6199
6200 2:
6201 \series default
6202  Wenn Sie das LaTeX-Paket 
6203 \series bold
6204 hyperref
6205 \series default
6206
6207 \begin_inset Index
6208 status collapsed
6209
6210 \begin_layout Plain Layout
6211 LaTeX-Pakete ! hyperref
6212 \end_layout
6213
6214 \end_inset
6215
6216  für Querverweise benutzen, wird der Verweis auf eine 
6217 \family sans
6218 lange
6219 \begin_inset space ~
6220 \end_inset
6221
6222 Tabelle
6223 \family default
6224  immer auf den Anfang des Dokuments zeigen.
6225 \end_layout
6226
6227 \end_inset
6228
6229
6230 \begin_inset Newpage newpage
6231 \end_inset
6232
6233
6234 \end_layout
6235
6236 \begin_layout Subsubsection
6237 Querverweise auf 
6238 \family sans
6239 lange
6240 \begin_inset space ~
6241 \end_inset
6242
6243 Tabelle
6244 \family default
6245 n
6246 \begin_inset Index
6247 status collapsed
6248
6249 \begin_layout Plain Layout
6250 Tabellen ! lange ! Querverweis
6251 \end_layout
6252
6253 \end_inset
6254
6255
6256 \end_layout
6257
6258 \begin_layout Standard
6259 \begin_inset Tabular
6260 <lyxtabular version="3" rows="6" columns="5">
6261 <features islongtable="true">
6262 <column alignment="center" valignment="top" width="0">
6263 <column alignment="center" valignment="top" width="0">
6264 <column alignment="center" valignment="top" width="0">
6265 <column alignment="center" valignment="top" width="0">
6266 <column alignment="center" valignment="top" width="0">
6267 <row caption="true">
6268 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272 \begin_inset Caption
6273
6274 \begin_layout Plain Layout
6275
6276 \family sans
6277 Lange
6278 \begin_inset space ~
6279 \end_inset
6280
6281 Tabelle
6282 \family default
6283  mit Marke
6284 \begin_inset CommandInset label
6285 LatexCommand label
6286 name "tab:LangeTabelle-mit-Marke"
6287
6288 \end_inset
6289
6290
6291 \end_layout
6292
6293 \end_inset
6294
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" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313
6314 \end_layout
6315
6316 \end_inset
6317 </cell>
6318 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6319 \begin_inset Text
6320
6321 \begin_layout Plain Layout
6322
6323 \end_layout
6324
6325 \end_inset
6326 </cell>
6327 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6328 \begin_inset Text
6329
6330 \begin_layout Plain Layout
6331
6332 \end_layout
6333
6334 \end_inset
6335 </cell>
6336 </row>
6337 <row>
6338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342 1
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 2
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360 3
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Plain Layout
6369 4
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6375 \begin_inset Text
6376
6377 \begin_layout Plain Layout
6378 5
6379 \end_layout
6380
6381 \end_inset
6382 </cell>
6383 </row>
6384 <row>
6385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 asd
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" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407 s
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Plain Layout
6416 s
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6422 \begin_inset Text
6423
6424 \begin_layout Plain Layout
6425 asd
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 </row>
6431 <row>
6432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Plain Layout
6436 asd
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" usebox="none">
6451 \begin_inset Text
6452
6453 \begin_layout Plain Layout
6454 s
6455 \end_layout
6456
6457 \end_inset
6458 </cell>
6459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6460 \begin_inset Text
6461
6462 \begin_layout Plain Layout
6463 s
6464 \end_layout
6465
6466 \end_inset
6467 </cell>
6468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6469 \begin_inset Text
6470
6471 \begin_layout Plain Layout
6472 asd
6473 \end_layout
6474
6475 \end_inset
6476 </cell>
6477 </row>
6478 <row>
6479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6480 \begin_inset Text
6481
6482 \begin_layout Plain Layout
6483 asd
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" usebox="none">
6498 \begin_inset Text
6499
6500 \begin_layout Plain Layout
6501 s
6502 \end_layout
6503
6504 \end_inset
6505 </cell>
6506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6507 \begin_inset Text
6508
6509 \begin_layout Plain Layout
6510 s
6511 \end_layout
6512
6513 \end_inset
6514 </cell>
6515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6516 \begin_inset Text
6517
6518 \begin_layout Plain Layout
6519 asd
6520 \end_layout
6521
6522 \end_inset
6523 </cell>
6524 </row>
6525 <row>
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 sad
6540 \end_layout
6541
6542 \end_inset
6543 </cell>
6544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6554 \begin_inset Text
6555
6556 \begin_layout Plain Layout
6557 asd
6558 \end_layout
6559
6560 \end_inset
6561 </cell>
6562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6563 \begin_inset Text
6564
6565 \begin_layout Plain Layout
6566 asd
6567 \end_layout
6568
6569 \end_inset
6570 </cell>
6571 </row>
6572 </lyxtabular>
6573
6574 \end_inset
6575
6576
6577 \end_layout
6578
6579 \begin_layout Standard
6580 Damit auf eine 
6581 \family sans
6582 lange
6583 \begin_inset space ~
6584 \end_inset
6585
6586 Tabelle
6587 \family default
6588  verwiesen werden kann, müssen Sie eine 
6589 \family sans
6590 Marke
6591 \family default
6592  im Titel einfügen.
6593  Beachten Sie dabei, dass Sie 
6594 \emph on
6595
6596 \begin_inset Quotes gld
6597 \end_inset
6598
6599 tab:
6600 \emph default
6601
6602 \begin_inset Quotes grd
6603 \end_inset
6604
6605  selber ins Markenfeld schreiben müssen.
6606 \end_layout
6607
6608 \begin_layout Standard
6609 Dies ist ein Verweis auf Tabelle
6610 \begin_inset space ~
6611 \end_inset
6612
6613
6614 \begin_inset CommandInset ref
6615 LatexCommand ref
6616 reference "tab:LangeTabelle-mit-Marke"
6617
6618 \end_inset
6619
6620 .
6621 \end_layout
6622
6623 \begin_layout Standard
6624 Mit dem LaTeX-Paket 
6625 \series bold
6626 caption
6627 \series default
6628
6629 \begin_inset Index
6630 status collapsed
6631
6632 \begin_layout Plain Layout
6633 LaTeX-Pakete ! caption
6634 \end_layout
6635
6636 \end_inset
6637
6638 , siehe Abschnitt
6639 \begin_inset space ~
6640 \end_inset
6641
6642
6643 \begin_inset CommandInset ref
6644 LatexCommand ref
6645 reference "abs:Titel-Formatierung"
6646
6647 \end_inset
6648
6649 , können Sie alle anderen 
6650 \family sans
6651 Legende
6652 \family default
6653 -Optionen benutzen.
6654 \end_layout
6655
6656 \begin_layout Subsubsection
6657 Titelbreite
6658 \begin_inset Index
6659 status collapsed
6660
6661 \begin_layout Plain Layout
6662 Tabellen ! lange ! Beschriftungsbreite
6663 \end_layout
6664
6665 \end_inset
6666
6667
6668 \end_layout
6669
6670 \begin_layout Standard
6671 Die maximale Titelbreite wird durch die Variable 
6672 \series bold
6673
6674 \backslash
6675 LTcapwidth
6676 \series default
6677  definiert.
6678  Ihr Standardwert ist 4
6679 \begin_inset space \thinspace{}
6680 \end_inset
6681
6682 Zoll (
6683 \begin_inset Formula $\approx10$
6684 \end_inset
6685
6686
6687 \begin_inset space \thinspace{}
6688 \end_inset
6689
6690 cm).
6691  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6692  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6693 \end_layout
6694
6695 \begin_layout Standard
6696
6697 \series bold
6698
6699 \backslash
6700 setlength{
6701 \backslash
6702 LTcapwidth}{Breite}
6703 \end_layout
6704
6705 \begin_layout Standard
6706 wobei 
6707 \family typewriter
6708 Breite
6709 \family default
6710  eine der in Anhang
6711 \begin_inset space ~
6712 \end_inset
6713
6714
6715 \begin_inset CommandInset ref
6716 LatexCommand ref
6717 reference "kap:In-LyX-verfügbare"
6718
6719 \end_inset
6720
6721  aufgelisteten Einheiten haben kann.
6722 \end_layout
6723
6724 \begin_layout Standard
6725 Die beiden folgenden Tabellen zeigen den Unterschied:
6726 \end_layout
6727
6728 \begin_layout Standard
6729 \begin_inset Tabular
6730 <lyxtabular version="3" rows="6" columns="5">
6731 <features islongtable="true">
6732 <column alignment="center" valignment="top" width="0">
6733 <column alignment="center" valignment="top" width="0">
6734 <column alignment="center" valignment="top" width="0">
6735 <column alignment="center" valignment="top" width="0">
6736 <column alignment="center" valignment="top" width="0">
6737 <row caption="true">
6738 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6739 \begin_inset Text
6740
6741 \begin_layout Plain Layout
6742 \begin_inset Caption
6743
6744 \begin_layout Plain Layout
6745 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6746 \begin_inset OptArg
6747 status open
6748
6749 \begin_layout Plain Layout
6750 Titel mit Standardbreite
6751 \end_layout
6752
6753 \end_inset
6754
6755
6756 \end_layout
6757
6758 \end_inset
6759
6760
6761 \end_layout
6762
6763 \end_inset
6764 </cell>
6765 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6766 \begin_inset Text
6767
6768 \begin_layout Plain Layout
6769
6770 \end_layout
6771
6772 \end_inset
6773 </cell>
6774 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6775 \begin_inset Text
6776
6777 \begin_layout Plain Layout
6778
6779 \end_layout
6780
6781 \end_inset
6782 </cell>
6783 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6784 \begin_inset Text
6785
6786 \begin_layout Plain Layout
6787
6788 \end_layout
6789
6790 \end_inset
6791 </cell>
6792 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6793 \begin_inset Text
6794
6795 \begin_layout Plain Layout
6796
6797 \end_layout
6798
6799 \end_inset
6800 </cell>
6801 </row>
6802 <row>
6803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6804 \begin_inset Text
6805
6806 \begin_layout Plain Layout
6807 1
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6813 \begin_inset Text
6814
6815 \begin_layout Plain Layout
6816 2
6817 \end_layout
6818
6819 \end_inset
6820 </cell>
6821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6822 \begin_inset Text
6823
6824 \begin_layout Plain Layout
6825 3
6826 \end_layout
6827
6828 \end_inset
6829 </cell>
6830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6831 \begin_inset Text
6832
6833 \begin_layout Plain Layout
6834 4
6835 \end_layout
6836
6837 \end_inset
6838 </cell>
6839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6840 \begin_inset Text
6841
6842 \begin_layout Plain Layout
6843 5
6844 \end_layout
6845
6846 \end_inset
6847 </cell>
6848 </row>
6849 <row>
6850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6851 \begin_inset Text
6852
6853 \begin_layout Plain Layout
6854 asd
6855 \end_layout
6856
6857 \end_inset
6858 </cell>
6859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6860 \begin_inset Text
6861
6862 \begin_layout Plain Layout
6863 s
6864 \end_layout
6865
6866 \end_inset
6867 </cell>
6868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6869 \begin_inset Text
6870
6871 \begin_layout Plain Layout
6872 s
6873 \end_layout
6874
6875 \end_inset
6876 </cell>
6877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6878 \begin_inset Text
6879
6880 \begin_layout Plain Layout
6881 s
6882 \end_layout
6883
6884 \end_inset
6885 </cell>
6886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6887 \begin_inset Text
6888
6889 \begin_layout Plain Layout
6890 asd
6891 \end_layout
6892
6893 \end_inset
6894 </cell>
6895 </row>
6896 <row>
6897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6898 \begin_inset Text
6899
6900 \begin_layout Plain Layout
6901 asd
6902 \end_layout
6903
6904 \end_inset
6905 </cell>
6906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6907 \begin_inset Text
6908
6909 \begin_layout Plain Layout
6910 s
6911 \end_layout
6912
6913 \end_inset
6914 </cell>
6915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6916 \begin_inset Text
6917
6918 \begin_layout Plain Layout
6919 s
6920 \end_layout
6921
6922 \end_inset
6923 </cell>
6924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6925 \begin_inset Text
6926
6927 \begin_layout Plain Layout
6928 s
6929 \end_layout
6930
6931 \end_inset
6932 </cell>
6933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6934 \begin_inset Text
6935
6936 \begin_layout Plain Layout
6937 asd
6938 \end_layout
6939
6940 \end_inset
6941 </cell>
6942 </row>
6943 <row>
6944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948 asd
6949 \end_layout
6950
6951 \end_inset
6952 </cell>
6953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6954 \begin_inset Text
6955
6956 \begin_layout Plain Layout
6957 s
6958 \end_layout
6959
6960 \end_inset
6961 </cell>
6962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6963 \begin_inset Text
6964
6965 \begin_layout Plain Layout
6966 s
6967 \end_layout
6968
6969 \end_inset
6970 </cell>
6971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6972 \begin_inset Text
6973
6974 \begin_layout Plain Layout
6975 s
6976 \end_layout
6977
6978 \end_inset
6979 </cell>
6980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6981 \begin_inset Text
6982
6983 \begin_layout Plain Layout
6984 asd
6985 \end_layout
6986
6987 \end_inset
6988 </cell>
6989 </row>
6990 <row>
6991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995 asd
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004 sad
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013 asd
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022 asd
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Plain Layout
7031 asd
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 </row>
7037 </lyxtabular>
7038
7039 \end_inset
7040
7041
7042 \end_layout
7043
7044 \begin_layout Standard
7045 \begin_inset ERT
7046 status collapsed
7047
7048 \begin_layout Plain Layout
7049
7050
7051 \backslash
7052 setlength{
7053 \backslash
7054 LTcapwidth}{5cm}
7055 \end_layout
7056
7057 \end_inset
7058
7059
7060 \begin_inset Tabular
7061 <lyxtabular version="3" rows="6" columns="5">
7062 <features islongtable="true">
7063 <column alignment="center" valignment="top" width="0">
7064 <column alignment="center" valignment="top" width="0">
7065 <column alignment="center" valignment="top" width="0">
7066 <column alignment="center" valignment="top" width="0">
7067 <column alignment="center" valignment="top" width="0">
7068 <row caption="true">
7069 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7070 \begin_inset Text
7071
7072 \begin_layout Plain Layout
7073 \begin_inset Caption
7074
7075 \begin_layout Plain Layout
7076 Langer Titel mit 5
7077 \begin_inset space \thinspace{}
7078 \end_inset
7079
7080 cm Breite, Langer Titel mit 5
7081 \begin_inset space \thinspace{}
7082 \end_inset
7083
7084 cm Breite
7085 \begin_inset OptArg
7086 status open
7087
7088 \begin_layout Plain Layout
7089 Titel mit 5
7090 \begin_inset space \thinspace{}
7091 \end_inset
7092
7093 cm Breite
7094 \end_layout
7095
7096 \end_inset
7097
7098
7099 \end_layout
7100
7101 \end_inset
7102
7103
7104 \end_layout
7105
7106 \end_inset
7107 </cell>
7108 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7109 \begin_inset Text
7110
7111 \begin_layout Plain Layout
7112
7113 \end_layout
7114
7115 \end_inset
7116 </cell>
7117 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7118 \begin_inset Text
7119
7120 \begin_layout Plain Layout
7121
7122 \end_layout
7123
7124 \end_inset
7125 </cell>
7126 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7127 \begin_inset Text
7128
7129 \begin_layout Plain Layout
7130
7131 \end_layout
7132
7133 \end_inset
7134 </cell>
7135 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7136 \begin_inset Text
7137
7138 \begin_layout Plain Layout
7139
7140 \end_layout
7141
7142 \end_inset
7143 </cell>
7144 </row>
7145 <row>
7146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Plain Layout
7150 1
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7156 \begin_inset Text
7157
7158 \begin_layout Plain Layout
7159 2
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Plain Layout
7168 3
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7174 \begin_inset Text
7175
7176 \begin_layout Plain Layout
7177 4
7178 \end_layout
7179
7180 \end_inset
7181 </cell>
7182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7183 \begin_inset Text
7184
7185 \begin_layout Plain Layout
7186 5
7187 \end_layout
7188
7189 \end_inset
7190 </cell>
7191 </row>
7192 <row>
7193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7194 \begin_inset Text
7195
7196 \begin_layout Plain Layout
7197 asd
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7203 \begin_inset Text
7204
7205 \begin_layout Plain Layout
7206 s
7207 \end_layout
7208
7209 \end_inset
7210 </cell>
7211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Plain Layout
7215 s
7216 \end_layout
7217
7218 \end_inset
7219 </cell>
7220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7221 \begin_inset Text
7222
7223 \begin_layout Plain Layout
7224 s
7225 \end_layout
7226
7227 \end_inset
7228 </cell>
7229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7230 \begin_inset Text
7231
7232 \begin_layout Plain Layout
7233 asd
7234 \end_layout
7235
7236 \end_inset
7237 </cell>
7238 </row>
7239 <row>
7240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Plain Layout
7244 asd
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Plain Layout
7253 s
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7259 \begin_inset Text
7260
7261 \begin_layout Plain Layout
7262 s
7263 \end_layout
7264
7265 \end_inset
7266 </cell>
7267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7268 \begin_inset Text
7269
7270 \begin_layout Plain Layout
7271 s
7272 \end_layout
7273
7274 \end_inset
7275 </cell>
7276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7277 \begin_inset Text
7278
7279 \begin_layout Plain Layout
7280 asd
7281 \end_layout
7282
7283 \end_inset
7284 </cell>
7285 </row>
7286 <row>
7287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7288 \begin_inset Text
7289
7290 \begin_layout Plain Layout
7291 asd
7292 \end_layout
7293
7294 \end_inset
7295 </cell>
7296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7297 \begin_inset Text
7298
7299 \begin_layout Plain Layout
7300 s
7301 \end_layout
7302
7303 \end_inset
7304 </cell>
7305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7306 \begin_inset Text
7307
7308 \begin_layout Plain Layout
7309 s
7310 \end_layout
7311
7312 \end_inset
7313 </cell>
7314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7315 \begin_inset Text
7316
7317 \begin_layout Plain Layout
7318 s
7319 \end_layout
7320
7321 \end_inset
7322 </cell>
7323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7324 \begin_inset Text
7325
7326 \begin_layout Plain Layout
7327 asd
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 </row>
7333 <row>
7334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7335 \begin_inset Text
7336
7337 \begin_layout Plain Layout
7338 asd
7339 \end_layout
7340
7341 \end_inset
7342 </cell>
7343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Plain Layout
7347 sad
7348 \end_layout
7349
7350 \end_inset
7351 </cell>
7352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7353 \begin_inset Text
7354
7355 \begin_layout Plain Layout
7356 asd
7357 \end_layout
7358
7359 \end_inset
7360 </cell>
7361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7362 \begin_inset Text
7363
7364 \begin_layout Plain Layout
7365 asd
7366 \end_layout
7367
7368 \end_inset
7369 </cell>
7370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7371 \begin_inset Text
7372
7373 \begin_layout Plain Layout
7374 asd
7375 \end_layout
7376
7377 \end_inset
7378 </cell>
7379 </row>
7380 </lyxtabular>
7381
7382 \end_inset
7383
7384
7385 \begin_inset ERT
7386 status collapsed
7387
7388 \begin_layout Plain Layout
7389
7390
7391 \backslash
7392 setlength{
7393 \backslash
7394 LTcapwidth}{4in}
7395 \end_layout
7396
7397 \end_inset
7398
7399
7400 \begin_inset Note Note
7401 status collapsed
7402
7403 \begin_layout Plain Layout
7404 Beschriftungsbreite zurücksetzen
7405 \end_layout
7406
7407 \end_inset
7408
7409
7410 \end_layout
7411
7412 \begin_layout Standard
7413 \begin_inset Note Greyedout
7414 status open
7415
7416 \begin_layout Plain Layout
7417
7418 \series bold
7419 Achtung:
7420 \series default
7421  Wenn das LaTeX-Paket 
7422 \series bold
7423 caption
7424 \series default
7425
7426 \begin_inset Index
7427 status collapsed
7428
7429 \begin_layout Plain Layout
7430 LaTeX-Pakete ! caption
7431 \end_layout
7432
7433 \end_inset
7434
7435  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7436  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7437  4
7438 \begin_inset space \thinspace{}
7439 \end_inset
7440
7441 Zoll für 
7442 \series bold
7443
7444 \backslash
7445 LTcapwidth
7446 \series default
7447  benutzen.
7448  Um in diesem Fall eine genau 4
7449 \begin_inset space \thinspace{}
7450 \end_inset
7451
7452 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7453  4
7454 \begin_inset space \thinspace{}
7455 \end_inset
7456
7457 Zoll veränderten Wert wie z.
7458 \begin_inset space \thinspace{}
7459 \end_inset
7460
7461 B.
7462  3.99
7463 \begin_inset space \thinspace{}
7464 \end_inset
7465
7466 Zoll verwenden oder den LaTeX-Befehl 
7467 \series bold
7468
7469 \backslash
7470 captionsetup{width=Wert}
7471 \series default
7472  benutzen, der vom 
7473 \series bold
7474 caption
7475 \series default
7476 -Paket bereitgestellt wird.
7477 \end_layout
7478
7479 \end_inset
7480
7481
7482 \end_layout
7483
7484 \begin_layout Subsubsection
7485 Unterschiedliche Titel für Tabellenseiten
7486 \begin_inset Index
7487 status collapsed
7488
7489 \begin_layout Plain Layout
7490 Tabellen ! lange ! mehrere Titel
7491 \end_layout
7492
7493 \end_inset
7494
7495
7496 \end_layout
7497
7498 \begin_layout Standard
7499 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7500  die erste, müssen Sie eine 
7501 \family sans
7502 Legende
7503 \family default
7504  mit einem nicht-leeren 
7505 \family sans
7506 Kurztitel
7507 \family default
7508  in eine leere Legende-Zeile, die als 
7509 \family sans
7510 Erste
7511 \begin_inset space ~
7512 \end_inset
7513
7514 Kopfzeile
7515 \family default
7516  definiert wurde, einfügen.
7517  Der Titel für die anderen Tabellenseiten wird als 
7518 \family sans
7519 Legende
7520 \family default
7521  ohne 
7522 \family sans
7523 Kurztitel
7524 \family default
7525  in eine leere Legende-Zeile, die als 
7526 \family sans
7527 Kopfzeile
7528 \family default
7529  definiert wurde, eingefügt.
7530  Wenn dieser Titel nicht die Tabellennummer enthalten soll, müssen Sie den
7531  Befehl
7532 \end_layout
7533
7534 \begin_layout Standard
7535
7536 \series bold
7537
7538 \backslash
7539 caption*{caption text}
7540 \end_layout
7541
7542 \begin_layout Standard
7543 anstatt der 
7544 \family sans
7545 Legende
7546 \family default
7547 -Umgebung von LyX benutzen.
7548  Die Marke, die zum Verweis auf die Tabelle benutzt werden soll, muss in
7549  den Titel der 
7550 \family sans
7551 Ersten
7552 \begin_inset space ~
7553 \end_inset
7554
7555 Kopfzeile
7556 \family default
7557  eingefügt werden.
7558  Tabelle
7559 \begin_inset space ~
7560 \end_inset
7561
7562
7563 \begin_inset CommandInset ref
7564 LatexCommand ref
7565 reference "tab:DiffCaptions"
7566
7567 \end_inset
7568
7569  ist ein Beispiel für eine 
7570 \family sans
7571 lange
7572 \begin_inset space ~
7573 \end_inset
7574
7575 Tabelle
7576 \family default
7577  mit unterschiedlichen Titeln und ohne Tabellennummer auf der zweiten Seite.
7578 \end_layout
7579
7580 \begin_layout Standard
7581 \align center
7582 \begin_inset Tabular
7583 <lyxtabular version="3" rows="60" columns="3">
7584 <features islongtable="true">
7585 <column alignment="left" valignment="top" width="0cm">
7586 <column alignment="left" valignment="top" width="0pt">
7587 <column alignment="right" valignment="top" width="0pt">
7588 <row endfirsthead="true" caption="true">
7589 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Plain Layout
7593 \begin_inset Caption
7594
7595 \begin_layout Plain Layout
7596 Telefonliste
7597 \begin_inset CommandInset label
7598 LatexCommand label
7599 name "tab:DiffCaptions"
7600
7601 \end_inset
7602
7603
7604 \begin_inset OptArg
7605 status collapsed
7606
7607 \begin_layout Plain Layout
7608 Telefonliste
7609 \end_layout
7610
7611 \end_inset
7612
7613
7614 \end_layout
7615
7616 \end_inset
7617
7618
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Plain Layout
7627
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 </row>
7642 <row endfirsthead="true">
7643 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647
7648 \series bold
7649 Telefonliste (ignoriere die Namen)
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Plain Layout
7658
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Plain Layout
7667
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 </row>
7673 <row endfirsthead="true">
7674 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Plain Layout
7678
7679 \series bold
7680 NAME
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Plain Layout
7689
7690 \end_layout
7691
7692 \end_inset
7693 </cell>
7694 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Plain Layout
7698
7699 \series bold
7700 TEL.
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 </row>
7706 <row endhead="true" caption="true">
7707 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711 \begin_inset ERT
7712 status open
7713
7714 \begin_layout Plain Layout
7715
7716
7717 \backslash
7718 caption*{Fortsetzung der Telefonliste}
7719 \backslash
7720
7721 \backslash
7722 %
7723 \end_layout
7724
7725 \end_inset
7726
7727
7728 \end_layout
7729
7730 \end_inset
7731 </cell>
7732 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7733 \begin_inset Text
7734
7735 \begin_layout Plain Layout
7736
7737 \end_layout
7738
7739 \end_inset
7740 </cell>
7741 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745
7746 \end_layout
7747
7748 \end_inset
7749 </cell>
7750 </row>
7751 <row endhead="true">
7752 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7753 \begin_inset Text
7754
7755 \begin_layout Plain Layout
7756
7757 \series bold
7758 Telefonliste
7759 \end_layout
7760
7761 \end_inset
7762 </cell>
7763 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7764 \begin_inset Text
7765
7766 \begin_layout Plain Layout
7767
7768 \end_layout
7769
7770 \end_inset
7771 </cell>
7772 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7773 \begin_inset Text
7774
7775 \begin_layout Plain Layout
7776
7777 \end_layout
7778
7779 \end_inset
7780 </cell>
7781 </row>
7782 <row endhead="true">
7783 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7784 \begin_inset Text
7785
7786 \begin_layout Plain Layout
7787
7788 \series bold
7789 NAME
7790 \end_layout
7791
7792 \end_inset
7793 </cell>
7794 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7795 \begin_inset Text
7796
7797 \begin_layout Plain Layout
7798
7799 \end_layout
7800
7801 \end_inset
7802 </cell>
7803 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7804 \begin_inset Text
7805
7806 \begin_layout Plain Layout
7807
7808 \series bold
7809 TEL.
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 </row>
7815 <row endfoot="true">
7816 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7817 \begin_inset Text
7818
7819 \begin_layout Plain Layout
7820 wird fortgesetzt\SpecialChar \ldots{}
7821
7822 \end_layout
7823
7824 \end_inset
7825 </cell>
7826 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7827 \begin_inset Text
7828
7829 \begin_layout Plain Layout
7830
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Plain Layout
7839
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 </row>
7845 <row>
7846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7847 \begin_inset Text
7848
7849 \begin_layout Plain Layout
7850
7851 \series bold
7852 Annovi
7853 \end_layout
7854
7855 \end_inset
7856 </cell>
7857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7858 \begin_inset Text
7859
7860 \begin_layout Plain Layout
7861 Silvia
7862 \end_layout
7863
7864 \end_inset
7865 </cell>
7866 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7867 \begin_inset Text
7868
7869 \begin_layout Plain Layout
7870 111
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 </row>
7876 <row>
7877 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881
7882 \series bold
7883 Bertoli
7884 \end_layout
7885
7886 \end_inset
7887 </cell>
7888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7889 \begin_inset Text
7890
7891 \begin_layout Plain Layout
7892 Stefano
7893 \end_layout
7894
7895 \end_inset
7896 </cell>
7897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7898 \begin_inset Text
7899
7900 \begin_layout Plain Layout
7901 111
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 </row>
7907 <row>
7908 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Plain Layout
7912
7913 \series bold
7914 Bozzi
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Plain Layout
7923 Walter
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932 111
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 </row>
7938 <row>
7939 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943
7944 \series bold
7945 Cachia
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7951 \begin_inset Text
7952
7953 \begin_layout Plain Layout
7954 Maria
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Plain Layout
7963 111
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 </row>
7969 <row>
7970 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7971 \begin_inset Text
7972
7973 \begin_layout Plain Layout
7974
7975 \series bold
7976 Cachia
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Plain Layout
7985 Maurizio
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Plain Layout
7994 111
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 </row>
8000 <row>
8001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005
8006 \series bold
8007 Cinquemani
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016 Giusi
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025 111
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 </row>
8031 <row>
8032 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036
8037 \series bold
8038 Colin
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047 Bernard
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056 111
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 </row>
8062 <row>
8063 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067
8068 \series bold
8069 Concli
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078 Gianfranco
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087 111
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 </row>
8093 <row>
8094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8095 \begin_inset Text
8096
8097 \begin_layout Plain Layout
8098
8099 \series bold
8100 Dal Bosco
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109 Carolina
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118 111
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 </row>
8124 <row>
8125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129
8130 \series bold
8131 Dalpiaz
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140 Annamaria
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149 111
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 </row>
8155 <row>
8156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160
8161 \series bold
8162 Feliciello
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171 Domenico
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180 111
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 </row>
8186 <row>
8187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191
8192 \series bold
8193 Focarelli
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202 Paola
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211 111
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 </row>
8217 <row>
8218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222
8223 \series bold
8224 Galletti
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233 Oreste
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242 111
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 </row>
8248 <row>
8249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253
8254 \series bold
8255 Gasparini
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264 Franca
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273 111
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 </row>
8279 <row>
8280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284
8285 \series bold
8286 Rizzardi
8287 \series default
8288
8289 \begin_inset Foot
8290 status open
8291
8292 \begin_layout Plain Layout
8293 Beispielfußnote
8294 \end_layout
8295
8296 \end_inset
8297
8298
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307 Paola
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316 111
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 </row>
8322 <row>
8323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327
8328 \series bold
8329 Lassini
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338 Giancarlo
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347 111
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 </row>
8353 <row>
8354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358
8359 \series bold
8360 Malfatti
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369 Luciano
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378 111
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 </row>
8384 <row>
8385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389
8390 \series bold
8391 Malfatti
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400 Valeriano
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409 111
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 </row>
8415 <row>
8416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420
8421 \series bold
8422 Meneguzzo
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431 Roberto
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440 111
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 </row>
8446 <row>
8447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451
8452 \series bold
8453 Mezzadra
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462 Roberto
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471 111
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 </row>
8477 <row>
8478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482
8483 \series bold
8484 Pirpamer
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493 Erich
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502 111
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 </row>
8508 <row>
8509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513
8514 \series bold
8515 Pochiesa
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524 Paolo
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533 111, 222
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 </row>
8539 <row>
8540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544
8545 \series bold
8546 Radina
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555 Claudio
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564 111
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 </row>
8570 <row>
8571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575
8576 \series bold
8577 Stuffer
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586 Oskar
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 111
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 </row>
8601 <row>
8602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606
8607 \series bold
8608 Tacchelli
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 Ugo
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626 111
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 </row>
8632 <row>
8633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637
8638 \series bold
8639 Tezzele
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648 Margit
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 111
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 </row>
8663 <row>
8664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668
8669 \series bold
8670 Unterkalmsteiner
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679 Frieda
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 111
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 </row>
8694 <row>
8695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699
8700 \series bold
8701 Vieider
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710 Hilde
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 111
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 </row>
8725 <row>
8726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730
8731 \series bold
8732 Vigna
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741 Jürgen
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 111
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 </row>
8756 <row>
8757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761
8762 \series bold
8763 Weber
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772 Maurizio
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 111
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 </row>
8787 <row>
8788 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792
8793 \series bold
8794 Winkler
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 Franz
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 111
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 </row>
8818 <row>
8819 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823  
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 </row>
8847 <row>
8848 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852
8853 \series bold
8854 Annovi
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863 Silvia
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872 555
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 </row>
8878 <row>
8879 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883
8884 \series bold
8885 Bertoli
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894 Stefano
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903 555
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 </row>
8909 <row>
8910 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914
8915 \series bold
8916 Bozzi
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925 Walter
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934 555
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 </row>
8940 <row>
8941 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945
8946 \series bold
8947 Cachia
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Plain Layout
8956 Maria
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965 555
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 </row>
8971 <row>
8972 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976
8977 \series bold
8978 Cachia
8979 \end_layout
8980
8981 \end_inset
8982 </cell>
8983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987 Maurizio
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996 555
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 </row>
9002 <row>
9003 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007
9008 \series bold
9009 Cinquemani
9010 \end_layout
9011
9012 \end_inset
9013 </cell>
9014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018 Giusi
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027 555
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 </row>
9033 <row>
9034 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038
9039 \series bold
9040 Colin
9041 \end_layout
9042
9043 \end_inset
9044 </cell>
9045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049 Bernard
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058 555
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 </row>
9064 <row>
9065 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069
9070 \series bold
9071 Concli
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080 Gianfranco
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089 555
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 </row>
9095 <row>
9096 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100
9101 \series bold
9102 Dal Bosco
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111 Carolina
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120 555
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 </row>
9126 <row>
9127 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131
9132 \series bold
9133 Dalpiaz
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142 Annamaria
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151 555
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 </row>
9157 <row>
9158 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162
9163 \series bold
9164 Feliciello
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173 Domenico
9174 \end_layout
9175
9176 \end_inset
9177 </cell>
9178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Plain Layout
9182 555
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 </row>
9188 <row>
9189 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193
9194 \series bold
9195 Focarelli
9196 \end_layout
9197
9198 \end_inset
9199 </cell>
9200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Plain Layout
9204 Paola
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213 555
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 </row>
9219 <row>
9220 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224
9225 \series bold
9226 Galletti
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235 Oreste
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244 555
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 </row>
9250 <row>
9251 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9252 \begin_inset Text
9253
9254 \begin_layout Plain Layout
9255
9256 \series bold
9257 Gasparini
9258 \end_layout
9259
9260 \end_inset
9261 </cell>
9262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266 Franca
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275 555
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 </row>
9281 <row>
9282 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286
9287 \series bold
9288 Rizzardi
9289 \end_layout
9290
9291 \end_inset
9292 </cell>
9293 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9294 \begin_inset Text
9295
9296 \begin_layout Plain Layout
9297 Paola
9298 \end_layout
9299
9300 \end_inset
9301 </cell>
9302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306 555
9307 \end_layout
9308
9309 \end_inset
9310 </cell>
9311 </row>
9312 <row>
9313 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Plain Layout
9317
9318 \series bold
9319 Lassini
9320 \end_layout
9321
9322 \end_inset
9323 </cell>
9324 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9325 \begin_inset Text
9326
9327 \begin_layout Plain Layout
9328 Giancarlo
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9334 \begin_inset Text
9335
9336 \begin_layout Plain Layout
9337 555
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 </row>
9343 <row>
9344 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348
9349 \series bold
9350 Malfatti
9351 \end_layout
9352
9353 \end_inset
9354 </cell>
9355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9356 \begin_inset Text
9357
9358 \begin_layout Plain Layout
9359 Luciano
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368 555
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 </row>
9374 <row>
9375 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9376 \begin_inset Text
9377
9378 \begin_layout Plain Layout
9379
9380 \series bold
9381 Malfatti
9382 \end_layout
9383
9384 \end_inset
9385 </cell>
9386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9387 \begin_inset Text
9388
9389 \begin_layout Plain Layout
9390 Valeriano
9391 \end_layout
9392
9393 \end_inset
9394 </cell>
9395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9396 \begin_inset Text
9397
9398 \begin_layout Plain Layout
9399 555
9400 \end_layout
9401
9402 \end_inset
9403 </cell>
9404 </row>
9405 <row>
9406 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410
9411 \series bold
9412 Meneguzzo
9413 \end_layout
9414
9415 \end_inset
9416 </cell>
9417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421 Roberto
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430 555
9431 \end_layout
9432
9433 \end_inset
9434 </cell>
9435 </row>
9436 <row>
9437 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9438 \begin_inset Text
9439
9440 \begin_layout Plain Layout
9441
9442 \series bold
9443 Mezzadra
9444 \end_layout
9445
9446 \end_inset
9447 </cell>
9448 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9449 \begin_inset Text
9450
9451 \begin_layout Plain Layout
9452 Roberto
9453 \end_layout
9454
9455 \end_inset
9456 </cell>
9457 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Plain Layout
9461 555
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 </row>
9467 <row endlastfoot="true">
9468 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Plain Layout
9472
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481
9482 \end_layout
9483
9484 \end_inset
9485 </cell>
9486 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Plain Layout
9490
9491 \end_layout
9492
9493 \end_inset
9494 </cell>
9495 </row>
9496 </lyxtabular>
9497
9498 \end_inset
9499
9500
9501 \end_layout
9502
9503 \begin_layout Section
9504 Weitere Möglichkeiten für 
9505 \family sans
9506 lange Tabelle
9507 \family default
9508 n
9509 \begin_inset CommandInset label
9510 LatexCommand label
9511 name "abs:Special-Longtable-Issues"
9512
9513 \end_inset
9514
9515
9516 \end_layout
9517
9518 \begin_layout Subsection
9519 L
9520 \family sans
9521 ange Tabelle
9522 \family default
9523 n: Berechnung
9524 \begin_inset Index
9525 status collapsed
9526
9527 \begin_layout Plain Layout
9528 Tabellen ! lange ! Berechnung
9529 \end_layout
9530
9531 \end_inset
9532
9533
9534 \end_layout
9535
9536 \begin_layout Standard
9537 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9538  sogenannten 
9539 \emph on
9540 chunks
9541 \emph default
9542  (Brocken).
9543  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9544  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9545  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9546  das die Druckausgabe.
9547  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9548  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9549  einfügen:
9550 \end_layout
9551
9552 \begin_layout Standard
9553
9554 \series bold
9555
9556 \backslash
9557 setcounter{LTchunksize}{100}
9558 \end_layout
9559
9560 \begin_layout Subsection
9561 Gleitobjekte und L
9562 \family sans
9563 ange Tabelle
9564 \family default
9565 n
9566 \begin_inset Index
9567 status collapsed
9568
9569 \begin_layout Plain Layout
9570 Tabellen ! lange ! und Gleitobjekte
9571 \end_layout
9572
9573 \end_inset
9574
9575
9576 \end_layout
9577
9578 \begin_layout Standard
9579 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9580 \family sans
9581 lange
9582 \begin_inset space ~
9583 \end_inset
9584
9585 Tabelle
9586 \family default
9587  beginnt, ein Gleitobjekt befindet.
9588  Um das zu vermeiden, können Sie vor der 
9589 \family sans
9590 langen
9591 \begin_inset space ~
9592 \end_inset
9593
9594 Tabellen
9595 \family default
9596  einen manuellen Seitenumbruch
9597 \family sans
9598  Einfügen\SpecialChar \menuseparator
9599 Formatierung\SpecialChar \menuseparator
9600 [Doppel]Seite
9601 \begin_inset space \space{}
9602 \end_inset
9603
9604 leeren
9605 \family default
9606  einfügen, siehe 
9607 \emph on
9608 Benutzerhandbuch
9609 \emph default
9610 .
9611 \end_layout
9612
9613 \begin_layout Subsection
9614 Manuelle Seitenumbrüche
9615 \begin_inset Index
9616 status collapsed
9617
9618 \begin_layout Plain Layout
9619 Tabellen ! lange ! manueller Seitenumbruch
9620 \end_layout
9621
9622 \end_inset
9623
9624
9625 \end_layout
9626
9627 \begin_layout Standard
9628 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9629  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9630  der Zelle umbrechen wollen, fügen Sie den Befehl  
9631 \begin_inset Quotes gld
9632 \end_inset
9633
9634
9635 \series bold
9636
9637 \backslash
9638
9639 \backslash
9640
9641 \series default
9642
9643 \begin_inset Quotes grd
9644 \end_inset
9645
9646  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9647  werden soll.
9648  Vor dem 
9649 \begin_inset Quotes gld
9650 \end_inset
9651
9652
9653 \series bold
9654
9655 \backslash
9656
9657 \backslash
9658
9659 \series default
9660
9661 \begin_inset Quotes grd
9662 \end_inset
9663
9664 -Befehl müssen Sie so viele 
9665 \begin_inset Quotes gld
9666 \end_inset
9667
9668
9669 \series bold
9670 &
9671 \series default
9672
9673 \begin_inset Quotes grd
9674 \end_inset
9675
9676  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9677  Mit 
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   werden in LaTeX Tabellenzellen getrennt.
9690  Hinter jedes 
9691 \begin_inset Quotes gld
9692 \end_inset
9693
9694
9695 \series bold
9696 &
9697 \series default
9698
9699 \begin_inset Quotes grd
9700 \end_inset
9701
9702  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9703  und löschen den Inhalt dieser Zellen.
9704 \end_layout
9705
9706 \begin_layout Standard
9707 Hinter dem 
9708 \begin_inset Quotes gld
9709 \end_inset
9710
9711
9712 \series bold
9713
9714 \backslash
9715
9716 \backslash
9717
9718 \series default
9719
9720 \begin_inset Quotes grd
9721 \end_inset
9722
9723 -Befehl müssen Sie so viele 
9724 \begin_inset Quotes gld
9725 \end_inset
9726
9727
9728 \series bold
9729 &
9730 \series default
9731
9732 \begin_inset Quotes grd
9733 \end_inset
9734
9735  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9736  In Tabelle
9737 \begin_inset space ~
9738 \end_inset
9739
9740
9741 \begin_inset CommandInset ref
9742 LatexCommand ref
9743 reference "tab:ForcedPagebreak"
9744
9745 \end_inset
9746
9747  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9748  Es folgt noch eine weitere Spalte.
9749  Deshalb wurde hinter dem Wort 
9750 \emph on
9751 Castelchiodato, 
9752 \emph default
9753 folgendes eingefügt:
9754 \end_layout
9755
9756 \begin_layout Standard
9757
9758 \series bold
9759 & 111
9760 \backslash
9761
9762 \backslash
9763
9764 \begin_inset Newline newline
9765 \end_inset
9766
9767 &
9768 \end_layout
9769
9770 \begin_layout Standard
9771 Die 
9772 \begin_inset Quotes gld
9773 \end_inset
9774
9775 111
9776 \begin_inset Quotes grd
9777 \end_inset
9778
9779  in der dritten Spalte wurde gelöscht.
9780  Wenn die Fußzeile Ihrer 
9781 \family sans
9782 langen
9783 \begin_inset space ~
9784 \end_inset
9785
9786 Tabelle
9787 \family default
9788  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9789  Befehle benutzen:
9790 \end_layout
9791
9792 \begin_layout Standard
9793
9794 \series bold
9795 & 111
9796 \backslash
9797
9798 \backslash
9799
9800 \begin_inset Newline newline
9801 \end_inset
9802
9803
9804 \backslash
9805 hline &
9806 \end_layout
9807
9808 \begin_layout Standard
9809 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9810  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9811 \end_layout
9812
9813 \begin_layout Standard
9814
9815 \series bold
9816
9817 \backslash
9818 setlength{
9819 \backslash
9820 parfillskip}{0pt}
9821 \end_layout
9822
9823 \begin_layout Standard
9824 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9825  erscheint.
9826 \end_layout
9827
9828 \begin_layout Standard
9829 \align center
9830 \begin_inset Tabular
9831 <lyxtabular version="3" rows="39" columns="3">
9832 <features islongtable="true">
9833 <column alignment="left" valignment="top" width="0cm">
9834 <column alignment="left" valignment="top" width="3cm">
9835 <column alignment="right" valignment="top" width="0pt">
9836 <row endfirsthead="true" caption="true">
9837 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9838 \begin_inset Text
9839
9840 \begin_layout Plain Layout
9841 \begin_inset Caption
9842
9843 \begin_layout Plain Layout
9844 Tabelle mit manuellem Seitenumbruch in einer Zelle
9845 \begin_inset CommandInset label
9846 LatexCommand label
9847 name "tab:ForcedPagebreak"
9848
9849 \end_inset
9850
9851
9852 \begin_inset OptArg
9853 status collapsed
9854
9855 \begin_layout Plain Layout
9856 Tabelle mit manuellem Seitenumbruch in einer Zelle
9857 \end_layout
9858
9859 \end_inset
9860
9861
9862 \end_layout
9863
9864 \end_inset
9865
9866
9867 \end_layout
9868
9869 \end_inset
9870 </cell>
9871 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Plain Layout
9875
9876 \end_layout
9877
9878 \end_inset
9879 </cell>
9880 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 </row>
9890 <row endfirsthead="true">
9891 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895
9896 \series bold
9897 Telefonliste (ignoriere die Namen)
9898 \end_layout
9899
9900 \end_inset
9901 </cell>
9902 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9903 \begin_inset Text
9904
9905 \begin_layout Plain Layout
9906
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 </row>
9921 <row endfirsthead="true">
9922 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926
9927 \series bold
9928 NAME
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946
9947 \series bold
9948 TEL.
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 </row>
9954 <row endhead="true" caption="true">
9955 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959 \begin_inset ERT
9960 status collapsed
9961
9962 \begin_layout Plain Layout
9963
9964
9965 \backslash
9966 caption*{Fortsetzung der Tabelle mit manuellem Seitenumbruch in einer Zelle}
9967 \backslash
9968
9969 \backslash
9970 %
9971 \end_layout
9972
9973 \end_inset
9974
9975
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 </row>
9999 <row endhead="true">
10000 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004
10005 \series bold
10006 Telefonliste
10007 \end_layout
10008
10009 \end_inset
10010 </cell>
10011 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Plain Layout
10015
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 </row>
10030 <row endhead="true">
10031 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10032 \begin_inset Text
10033
10034 \begin_layout Plain Layout
10035
10036 \series bold
10037 NAME
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10043 \begin_inset Text
10044
10045 \begin_layout Plain Layout
10046
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055
10056 \series bold
10057 TEL.
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 </row>
10063 <row endfoot="true">
10064 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068 wird fortgesetzt\SpecialChar \ldots{}
10069
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10075 \begin_inset Text
10076
10077 \begin_layout Plain Layout
10078
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087
10088 \end_layout
10089
10090 \end_inset
10091 </cell>
10092 </row>
10093 <row>
10094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098
10099 \series bold
10100 Annovi
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109 Silvia
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118 111
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 </row>
10124 <row>
10125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Plain Layout
10129
10130 \series bold
10131 Bertoli
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140 Stefano
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149 111
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 </row>
10155 <row>
10156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160
10161 \series bold
10162 Bozzi
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171 Walter
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180 111
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 </row>
10186 <row>
10187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191
10192 \series bold
10193 Cachia
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202 Maria
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211 111
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 </row>
10217 <row>
10218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222
10223 \series bold
10224 Cachia
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233 Maurizio
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242 111
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 </row>
10248 <row>
10249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253
10254 \series bold
10255 Cinquemani
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264 Giusi
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273 111
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 </row>
10279 <row>
10280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284
10285 \series bold
10286 Colin
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295 Bernard
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304 111
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 </row>
10310 <row>
10311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315
10316 \series bold
10317 Concli
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326 Gianfranco
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 111
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 </row>
10341 <row>
10342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346
10347 \series bold
10348 Dal Bosco
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357 Carolina
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366 111
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 </row>
10372 <row>
10373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377
10378 \series bold
10379 Dalpiaz
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 Annamaria
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397 111
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 </row>
10403 <row>
10404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408
10409 \series bold
10410 Feliciello
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419 Domenico
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Plain Layout
10428 111
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 </row>
10434 <row>
10435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439
10440 \series bold
10441 Focarelli
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450 Paola
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459 111
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 </row>
10465 <row>
10466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470
10471 \series bold
10472 Galletti
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 Oreste
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490 111
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 </row>
10496 <row>
10497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501
10502 \series bold
10503 Gasparini
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512 Franca
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521 111
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 </row>
10527 <row>
10528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532
10533 \series bold
10534 Lassini
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543 Giancarlo
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552 111
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 </row>
10558 <row>
10559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563
10564 \series bold
10565 Malfatti
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574 Luciano
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583 111
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 </row>
10589 <row>
10590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594
10595 \series bold
10596 Malfatti
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 Valeriano
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614 111
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 </row>
10620 <row>
10621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625
10626 \series bold
10627 Meneguzzo
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636 Roberto
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645 111
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 </row>
10651 <row>
10652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656
10657 \series bold
10658 Mezzadra
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667 Roberto
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676 111
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 </row>
10682 <row>
10683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687
10688 \series bold
10689 Pirpamer
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698 Erich
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707 111
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 </row>
10713 <row>
10714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718
10719 \series bold
10720 Pochiesa
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729 Paolo
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738 111, 222
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 </row>
10744 <row>
10745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749
10750 \series bold
10751 Radina
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760 Claudio
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769 111
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 </row>
10775 <row>
10776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780
10781 \series bold
10782 Rizzardi
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791 Paolo, 11.
10792  Fürst von Monte\SpecialChar \-
10793 com\SpecialChar \-
10794 patri, 11.
10795  Fürst von Sulmona und Vivaro, 10.
10796  Fürst von Rossano, 5.
10797  Herzog von Canemorte, 11.
10798  Herzog von Palombara, 5.
10799  Herzog von Castelchiodato,
10800 \begin_inset ERT
10801 status open
10802
10803 \begin_layout Plain Layout
10804
10805 & 111
10806 \backslash
10807
10808 \backslash
10809
10810 \end_layout
10811
10812 \begin_layout Plain Layout
10813
10814 &
10815 \end_layout
10816
10817 \end_inset
10818
10819  11.
10820  Herzog von Poggionativo, 11.
10821  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10822  Graf von Valinfreda, 11.
10823  Baron von Cropalati, 11.
10824  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 </row>
10839 <row>
10840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844
10845 \series bold
10846 Stuffer
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855 Oskar
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864 111
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 </row>
10870 <row>
10871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875
10876 \series bold
10877 Tacchelli
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886 Ugo
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895 111
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 </row>
10901 <row>
10902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906
10907 \series bold
10908 Tezzele
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 Margit
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 111
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 </row>
10932 <row>
10933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937
10938 \series bold
10939 Unterkalmsteiner
10940 \end_layout
10941
10942 \end_inset
10943 </cell>
10944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948 Frieda
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957 111
10958 \end_layout
10959
10960 \end_inset
10961 </cell>
10962 </row>
10963 <row>
10964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968
10969 \series bold
10970 Vieider
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979 Hilde
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988 111
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 </row>
10994 <row>
10995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999
11000 \series bold
11001 Vigna
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010 Jürgen
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019 111
11020 \end_layout
11021
11022 \end_inset
11023 </cell>
11024 </row>
11025 <row>
11026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030
11031 \series bold
11032 Weber
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041 Maurizio
11042 \end_layout
11043
11044 \end_inset
11045 </cell>
11046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050 111
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 </row>
11056 <row>
11057 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061
11062 \series bold
11063 Winkler
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072 Franz
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081 111
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 </row>
11087 <row endlastfoot="true">
11088 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11098 \begin_inset Text
11099
11100 \begin_layout Plain Layout
11101
11102 \end_layout
11103
11104 \end_inset
11105 </cell>
11106 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11107 \begin_inset Text
11108
11109 \begin_layout Plain Layout
11110
11111 \end_layout
11112
11113 \end_inset
11114 </cell>
11115 </row>
11116 </lyxtabular>
11117
11118 \end_inset
11119
11120
11121 \end_layout
11122
11123 \begin_layout Section
11124 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11125 \end_layout
11126
11127 \begin_layout Subsection
11128 Mehrfache Zeilen in Zellen
11129 \begin_inset CommandInset label
11130 LatexCommand label
11131 name "uab:Mehrfache-Zeilen-in"
11132
11133 \end_inset
11134
11135
11136 \begin_inset Index
11137 status collapsed
11138
11139 \begin_layout Plain Layout
11140 Mehrfache ! Zeilen in Zellen
11141 \end_layout
11142
11143 \end_inset
11144
11145
11146 \begin_inset Index
11147 status collapsed
11148
11149 \begin_layout Plain Layout
11150 Tabellen ! Zeilenumbrüche
11151 \end_layout
11152
11153 \end_inset
11154
11155
11156 \end_layout
11157
11158 \begin_layout Standard
11159 \align center
11160 \begin_inset Float table
11161 placement H
11162 wide false
11163 sideways false
11164 status open
11165
11166 \begin_layout Plain Layout
11167 \begin_inset Caption
11168
11169 \begin_layout Plain Layout
11170 \begin_inset CommandInset label
11171 LatexCommand label
11172 name "tab:Table-with-multiple"
11173
11174 \end_inset
11175
11176 Tabelle mit mehrfachen Zeilen in einer Zelle
11177 \end_layout
11178
11179 \end_inset
11180
11181
11182 \end_layout
11183
11184 \begin_layout Plain Layout
11185 \align center
11186 \begin_inset Tabular
11187 <lyxtabular version="3" rows="3" columns="3">
11188 <features>
11189 <column alignment="center" valignment="middle" width="2.5cm">
11190 <column alignment="center" valignment="middle" width="0.5cm">
11191 <column alignment="center" valignment="middle" width="0.5cm">
11192 <row>
11193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11194 \begin_inset Text
11195
11196 \begin_layout Plain Layout
11197 zwei
11198 \begin_inset Newline linebreak
11199 \end_inset
11200
11201 Zeilen
11202 \end_layout
11203
11204 \end_inset
11205 </cell>
11206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11207 \begin_inset Text
11208
11209 \begin_layout Plain Layout
11210 b
11211 \end_layout
11212
11213 \end_inset
11214 </cell>
11215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11216 \begin_inset Text
11217
11218 \begin_layout Plain Layout
11219 c
11220 \end_layout
11221
11222 \end_inset
11223 </cell>
11224 </row>
11225 <row>
11226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11227 \begin_inset Text
11228
11229 \begin_layout Plain Layout
11230 d
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11236 \begin_inset Text
11237
11238 \begin_layout Plain Layout
11239 e
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248 f
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 </row>
11254 <row>
11255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259 g
11260 \end_layout
11261
11262 \end_inset
11263 </cell>
11264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Plain Layout
11268 h
11269 \end_layout
11270
11271 \end_inset
11272 </cell>
11273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11274 \begin_inset Text
11275
11276 \begin_layout Plain Layout
11277 i
11278 \end_layout
11279
11280 \end_inset
11281 </cell>
11282 </row>
11283 </lyxtabular>
11284
11285 \end_inset
11286
11287
11288 \end_layout
11289
11290 \end_inset
11291
11292
11293 \end_layout
11294
11295 \begin_layout Standard
11296 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11297  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11298  Tabelle
11299 \begin_inset space ~
11300 \end_inset
11301
11302
11303 \begin_inset CommandInset ref
11304 LatexCommand ref
11305 reference "tab:Table-with-multiple"
11306
11307 \end_inset
11308
11309  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11310 \family sans
11311 Tabellen-Einstellungen
11312 \family default
11313 -Dialog auf 2.5
11314 \begin_inset space \thinspace{}
11315 \end_inset
11316
11317 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11318  Weil unser Text schmaler als 2.5
11319 \begin_inset space \thinspace{}
11320 \end_inset
11321
11322 cm ist, würde er in einer Zeile gedruckt werden.
11323  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11324
11325 \family sans
11326 Strg-Shift-Enter
11327 \family default
11328 ) eingefügt.
11329  Wenn der Text länger ist, wird er automatisch umgebrochen.
11330 \end_layout
11331
11332 \begin_layout Standard
11333 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11334  setzen Sie die Breite der beiden Spalten im 
11335 \family sans
11336 Tabellen-Einstellungen
11337 \family default
11338 -Dialog auf 0.5
11339 \begin_inset space \thinspace{}
11340 \end_inset
11341
11342 cm und die vertikale Ausrichtung auf zentriert.
11343 \end_layout
11344
11345 \begin_layout Standard
11346 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11347  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11348  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11349  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11350  Fügen sie daher 0
11351 \begin_inset space \thinspace{}
11352 \end_inset
11353
11354 pt horizontalen Abstand vor dem Wort ein.
11355  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11356  Tabelle
11357 \begin_inset space ~
11358 \end_inset
11359
11360
11361 \begin_inset CommandInset ref
11362 LatexCommand ref
11363 reference "tab:Table-with-and"
11364
11365 \end_inset
11366
11367  zeigt die Wirkungen.
11368 \end_layout
11369
11370 \begin_layout Standard
11371 \begin_inset Float table
11372 placement h
11373 wide false
11374 sideways false
11375 status collapsed
11376
11377 \begin_layout Plain Layout
11378 \begin_inset Caption
11379
11380 \begin_layout Plain Layout
11381 \begin_inset CommandInset label
11382 LatexCommand label
11383 name "tab:Table-with-and"
11384
11385 \end_inset
11386
11387 Tabelle ohne und mit Silbentrennung
11388 \end_layout
11389
11390 \end_inset
11391
11392
11393 \end_layout
11394
11395 \begin_layout Plain Layout
11396 \begin_inset space \hfill{}
11397 \end_inset
11398
11399
11400 \begin_inset Tabular
11401 <lyxtabular version="3" rows="3" columns="3">
11402 <features>
11403 <column alignment="center" valignment="middle" width="2.5cm">
11404 <column alignment="center" valignment="middle" width="0.5cm">
11405 <column alignment="center" valignment="middle" width="0.5cm">
11406 <row>
11407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411 einsehrlangesZellenwort
11412 \end_layout
11413
11414 \end_inset
11415 </cell>
11416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420 b
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429 c
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 </row>
11435 <row>
11436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440 d
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449 e
11450 \end_layout
11451
11452 \end_inset
11453 </cell>
11454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11455 \begin_inset Text
11456
11457 \begin_layout Plain Layout
11458 f
11459 \end_layout
11460
11461 \end_inset
11462 </cell>
11463 </row>
11464 <row>
11465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11466 \begin_inset Text
11467
11468 \begin_layout Plain Layout
11469 g
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478 h
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11484 \begin_inset Text
11485
11486 \begin_layout Plain Layout
11487 i
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 </row>
11493 </lyxtabular>
11494
11495 \end_inset
11496
11497
11498 \begin_inset space \hfill{}
11499 \end_inset
11500
11501
11502 \begin_inset Tabular
11503 <lyxtabular version="3" rows="3" columns="3">
11504 <features>
11505 <column alignment="center" valignment="middle" width="2.5cm">
11506 <column alignment="center" valignment="middle" width="0.5cm">
11507 <column alignment="center" valignment="middle" width="0.5cm">
11508 <row>
11509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11510 \begin_inset Text
11511
11512 \begin_layout Plain Layout
11513 \begin_inset space \hspace{}
11514 \length 0pt
11515 \end_inset
11516
11517 einsehrlangesZellenwort
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11523 \begin_inset Text
11524
11525 \begin_layout Plain Layout
11526 b
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Plain Layout
11535 c
11536 \end_layout
11537
11538 \end_inset
11539 </cell>
11540 </row>
11541 <row>
11542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Plain Layout
11546 d
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Plain Layout
11555 e
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11561 \begin_inset Text
11562
11563 \begin_layout Plain Layout
11564 f
11565 \end_layout
11566
11567 \end_inset
11568 </cell>
11569 </row>
11570 <row>
11571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575 g
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Plain Layout
11584 h
11585 \end_layout
11586
11587 \end_inset
11588 </cell>
11589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11590 \begin_inset Text
11591
11592 \begin_layout Plain Layout
11593 i
11594 \end_layout
11595
11596 \end_inset
11597 </cell>
11598 </row>
11599 </lyxtabular>
11600
11601 \end_inset
11602
11603
11604 \begin_inset space \hfill{}
11605 \end_inset
11606
11607
11608 \end_layout
11609
11610 \end_inset
11611
11612
11613 \end_layout
11614
11615 \begin_layout Subsection
11616 Mehrfachspalten
11617 \begin_inset CommandInset label
11618 LatexCommand label
11619 name "uab:Mehrfachspalten"
11620
11621 \end_inset
11622
11623
11624 \begin_inset Index
11625 status collapsed
11626
11627 \begin_layout Plain Layout
11628 Mahrfachspalten
11629 \end_layout
11630
11631 \end_inset
11632
11633
11634 \begin_inset Index
11635 status collapsed
11636
11637 \begin_layout Plain Layout
11638 Tabellen ! Mahrfachspalten
11639 \end_layout
11640
11641 \end_inset
11642
11643
11644 \end_layout
11645
11646 \begin_layout Subsubsection
11647 Grundlagen
11648 \end_layout
11649
11650 \begin_layout Standard
11651 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11652  und verwenden dann den Knopf 
11653 \begin_inset Graphics
11654         filename ../../images/tabular-feature_multicolumn.png
11655         scale 70
11656         scaleBeforeRotation
11657         BoundingBox 0bp 6bp 22bp 22bp
11658
11659 \end_inset
11660
11661  in der Werkzeugleiste, das Menü 
11662 \family sans
11663 Bearbeiten\SpecialChar \menuseparator
11664 Tabelle\SpecialChar \menuseparator
11665 Mehrfachspalte
11666 \family default
11667  oder den 
11668 \family sans
11669 Tabellen-Einstellungen
11670 \family default
11671 -Dialog, in dem Sie auf der Karteikarte 
11672 \family sans
11673 Tabellen-Einstellungen
11674 \family default
11675  
11676 \family sans
11677 Mehrfachspalte
11678 \family default
11679  ankreuzen.
11680 \end_layout
11681
11682 \begin_layout Standard
11683 Mehrfachspalten haben ihre eigenen Einstellungen.
11684  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11685  Hier ist ein Beispiel, wobei 
11686 \begin_inset Quotes gld
11687 \end_inset
11688
11689 B 2
11690 \begin_inset Quotes grd
11691 \end_inset
11692
11693  keine Mehrfachzeile ist, wie in Abschnitt
11694 \begin_inset space ~
11695 \end_inset
11696
11697
11698 \begin_inset CommandInset ref
11699 LatexCommand ref
11700 reference "uab:Mehrfachzeilen"
11701
11702 \end_inset
11703
11704  beschrieben.
11705  Es wurde nur eine Linie weggelassen:
11706 \end_layout
11707
11708 \begin_layout Standard
11709 \align center
11710 \begin_inset Tabular
11711 <lyxtabular version="3" rows="3" columns="4">
11712 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11713 <column alignment="center" valignment="top" width="0pt">
11714 <column alignment="center" valignment="middle" width="0">
11715 <column alignment="center" valignment="top" width="0in">
11716 <column alignment="center" valignment="top" width="0pt">
11717 <row>
11718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11719 \begin_inset Text
11720
11721 \begin_layout Plain Layout
11722 abc
11723 \end_layout
11724
11725 \end_inset
11726 </cell>
11727 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11728 \begin_inset Text
11729
11730 \begin_layout Plain Layout
11731 def ghi
11732 \end_layout
11733
11734 \end_inset
11735 </cell>
11736 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11737 \begin_inset Text
11738
11739 \begin_layout Plain Layout
11740
11741 \end_layout
11742
11743 \end_inset
11744 </cell>
11745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11746 \begin_inset Text
11747
11748 \begin_layout Plain Layout
11749 jkl
11750 \end_layout
11751
11752 \end_inset
11753 </cell>
11754 </row>
11755 <row>
11756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11757 \begin_inset Text
11758
11759 \begin_layout Plain Layout
11760
11761 \family roman
11762 \series medium
11763 \shape up
11764 \size normal
11765 \emph off
11766 \bar no
11767 \noun off
11768 \color none
11769 A
11770 \end_layout
11771
11772 \end_inset
11773 </cell>
11774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11775 \begin_inset Text
11776
11777 \begin_layout Plain Layout
11778 B
11779 \end_layout
11780
11781 \end_inset
11782 </cell>
11783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11784 \begin_inset Text
11785
11786 \begin_layout Plain Layout
11787 C
11788 \end_layout
11789
11790 \end_inset
11791 </cell>
11792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11793 \begin_inset Text
11794
11795 \begin_layout Plain Layout
11796 D
11797 \end_layout
11798
11799 \end_inset
11800 </cell>
11801 </row>
11802 <row>
11803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11804 \begin_inset Text
11805
11806 \begin_layout Plain Layout
11807 1
11808 \end_layout
11809
11810 \end_inset
11811 </cell>
11812 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11813 \begin_inset Text
11814
11815 \begin_layout Plain Layout
11816 2
11817 \end_layout
11818
11819 \end_inset
11820 </cell>
11821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11822 \begin_inset Text
11823
11824 \begin_layout Plain Layout
11825 3
11826 \end_layout
11827
11828 \end_inset
11829 </cell>
11830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11831 \begin_inset Text
11832
11833 \begin_layout Plain Layout
11834 4
11835 \end_layout
11836
11837 \end_inset
11838 </cell>
11839 </row>
11840 </lyxtabular>
11841
11842 \end_inset
11843
11844
11845 \end_layout
11846
11847 \begin_layout Subsubsection
11848 Mehrfachspalten-Berechnungen
11849 \begin_inset CommandInset label
11850 LatexCommand label
11851 name "uab:Mehrfachspalten-Berechnungen"
11852
11853 \end_inset
11854
11855
11856 \begin_inset Index
11857 status collapsed
11858
11859 \begin_layout Plain Layout
11860 Mahrfachspalten ! Berechnung
11861 \end_layout
11862
11863 \end_inset
11864
11865
11866 \begin_inset Index
11867 status collapsed
11868
11869 \begin_layout Plain Layout
11870 Tabellen ! Mahrfachspalten ! Berechnung
11871 \end_layout
11872
11873 \end_inset
11874
11875
11876 \end_layout
11877
11878 \begin_layout Standard
11879 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11880  Zellen beachten.
11881 \end_layout
11882
11883 \begin_layout Standard
11884 \begin_inset Float table
11885 placement h
11886 wide false
11887 sideways false
11888 status open
11889
11890 \begin_layout Plain Layout
11891 \begin_inset Caption
11892
11893 \begin_layout Plain Layout
11894 \begin_inset CommandInset label
11895 LatexCommand label
11896 name "tab:Table-with-centered"
11897
11898 \end_inset
11899
11900 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11901  die halbe Breite der Mehrfachspalten-Zelle haben
11902 \begin_inset OptArg
11903 status collapsed
11904
11905 \begin_layout Plain Layout
11906 Eine Mehrfachspalten-Tabelle
11907 \end_layout
11908
11909 \end_inset
11910
11911
11912 \end_layout
11913
11914 \end_inset
11915
11916
11917 \end_layout
11918
11919 \begin_layout Plain Layout
11920 \align center
11921 \begin_inset Tabular
11922 <lyxtabular version="3" rows="3" columns="3">
11923 <features>
11924 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11925 <column alignment="center" valignment="middle" width="0">
11926 <column alignment="center" valignment="top" width="0">
11927 <row>
11928 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11929 \begin_inset Text
11930
11931 \begin_layout Plain Layout
11932 Dies ist eine Mehrfach\SpecialChar \-
11933 spalten-Zelle
11934 \end_layout
11935
11936 \end_inset
11937 </cell>
11938 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11939 \begin_inset Text
11940
11941 \begin_layout Plain Layout
11942
11943 \end_layout
11944
11945 \end_inset
11946 </cell>
11947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11948 \begin_inset Text
11949
11950 \begin_layout Plain Layout
11951 c
11952 \end_layout
11953
11954 \end_inset
11955 </cell>
11956 </row>
11957 <row>
11958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11959 \begin_inset Text
11960
11961 \begin_layout Plain Layout
11962 d
11963 \end_layout
11964
11965 \end_inset
11966 </cell>
11967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11968 \begin_inset Text
11969
11970 \begin_layout Plain Layout
11971 e
11972 \end_layout
11973
11974 \end_inset
11975 </cell>
11976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11977 \begin_inset Text
11978
11979 \begin_layout Plain Layout
11980 f
11981 \end_layout
11982
11983 \end_inset
11984 </cell>
11985 </row>
11986 <row>
11987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11988 \begin_inset Text
11989
11990 \begin_layout Plain Layout
11991 g
11992 \end_layout
11993
11994 \end_inset
11995 </cell>
11996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11997 \begin_inset Text
11998
11999 \begin_layout Plain Layout
12000 h
12001 \end_layout
12002
12003 \end_inset
12004 </cell>
12005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12006 \begin_inset Text
12007
12008 \begin_layout Plain Layout
12009 i
12010 \end_layout
12011
12012 \end_inset
12013 </cell>
12014 </row>
12015 </lyxtabular>
12016
12017 \end_inset
12018
12019
12020 \end_layout
12021
12022 \end_inset
12023
12024
12025 \end_layout
12026
12027 \begin_layout Standard
12028 Um Tabelle
12029 \begin_inset space ~
12030 \end_inset
12031
12032
12033 \begin_inset CommandInset ref
12034 LatexCommand ref
12035 reference "tab:Table-with-centered"
12036
12037 \end_inset
12038
12039  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
12040  3×3-Tabelle, kreuzen im 
12041 \family sans
12042 Tabellen-Einstellungen
12043 \family default
12044 -Dialog 
12045 \family sans
12046 Mehrfachspalte
12047 \family default
12048  an, setzen die 
12049 \family sans
12050 Horizontale
12051 \begin_inset space ~
12052 \end_inset
12053
12054 Ausrichtung
12055 \family default
12056  auf 
12057 \family sans
12058 Zentriert
12059 \family default
12060  und die 
12061 \family sans
12062 Breite
12063 \family default
12064  auf 2.5
12065 \begin_inset space \thinspace{}
12066 \end_inset
12067
12068 cm.
12069  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12070  Sie die Breite der ersten Spalte auf 1.25
12071 \begin_inset space \thinspace{}
12072 \end_inset
12073
12074 cm setzen.
12075  Die zweite Spalte wird dann automatisch 1.25
12076 \begin_inset space \thinspace{}
12077 \end_inset
12078
12079 cm breit (Breite der 
12080 \family sans
12081 Mehrfachspalte
12082 \family default
12083  
12084 \begin_inset Formula $-$
12085 \end_inset
12086
12087  Breite der ersten Spalte).
12088  Dies wurde so für Tabelle
12089 \begin_inset space ~
12090 \end_inset
12091
12092
12093 \begin_inset CommandInset ref
12094 LatexCommand ref
12095 reference "tab:Table-without-half"
12096
12097 \end_inset
12098
12099  gemacht.
12100 \end_layout
12101
12102 \begin_layout Standard
12103 \begin_inset Float table
12104 wide false
12105 sideways false
12106 status open
12107
12108 \begin_layout Plain Layout
12109 \begin_inset Caption
12110
12111 \begin_layout Plain Layout
12112 \begin_inset CommandInset label
12113 LatexCommand label
12114 name "tab:Table-without-half"
12115
12116 \end_inset
12117
12118 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12119  wie die Mehrfachspalte
12120 \begin_inset OptArg
12121 status collapsed
12122
12123 \begin_layout Plain Layout
12124 Eine unvollkommene Mehrfachspalten-Tabelle
12125 \end_layout
12126
12127 \end_inset
12128
12129
12130 \end_layout
12131
12132 \end_inset
12133
12134
12135 \end_layout
12136
12137 \begin_layout Plain Layout
12138 \align center
12139 \begin_inset Tabular
12140 <lyxtabular version="3" rows="3" columns="3">
12141 <features>
12142 <column alignment="center" valignment="top" width="1.25cm">
12143 <column alignment="center" valignment="top" width="0">
12144 <column alignment="center" valignment="top" width="0">
12145 <row>
12146 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12147 \begin_inset Text
12148
12149 \begin_layout Plain Layout
12150 Dies ist auch eine Mehr\SpecialChar \-
12151 fach\SpecialChar \-
12152 spalten-Zelle
12153 \end_layout
12154
12155 \end_inset
12156 </cell>
12157 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12158 \begin_inset Text
12159
12160 \begin_layout Plain Layout
12161
12162 \end_layout
12163
12164 \end_inset
12165 </cell>
12166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12167 \begin_inset Text
12168
12169 \begin_layout Plain Layout
12170 c
12171 \end_layout
12172
12173 \end_inset
12174 </cell>
12175 </row>
12176 <row>
12177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12178 \begin_inset Text
12179
12180 \begin_layout Plain Layout
12181 d
12182 \end_layout
12183
12184 \end_inset
12185 </cell>
12186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12187 \begin_inset Text
12188
12189 \begin_layout Plain Layout
12190 e
12191 \end_layout
12192
12193 \end_inset
12194 </cell>
12195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12196 \begin_inset Text
12197
12198 \begin_layout Plain Layout
12199 f
12200 \end_layout
12201
12202 \end_inset
12203 </cell>
12204 </row>
12205 <row>
12206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12207 \begin_inset Text
12208
12209 \begin_layout Plain Layout
12210 g
12211 \end_layout
12212
12213 \end_inset
12214 </cell>
12215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12216 \begin_inset Text
12217
12218 \begin_layout Plain Layout
12219 h
12220 \end_layout
12221
12222 \end_inset
12223 </cell>
12224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12225 \begin_inset Text
12226
12227 \begin_layout Plain Layout
12228 i
12229 \end_layout
12230
12231 \end_inset
12232 </cell>
12233 </row>
12234 </lyxtabular>
12235
12236 \end_inset
12237
12238
12239 \end_layout
12240
12241 \end_inset
12242
12243
12244 \end_layout
12245
12246 \begin_layout Standard
12247 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12248  als die zweite ist.
12249  Das liegt daran, dass die Zellenbreite 
12250 \begin_inset Formula $W_{\mathrm{tot}}$
12251 \end_inset
12252
12253  nicht ihre definierte Breite 
12254 \begin_inset Formula $W_{g}$
12255 \end_inset
12256
12257  ist, sondern ein wenig mehr.
12258  Anhang
12259 \begin_inset space ~
12260 \end_inset
12261
12262
12263 \begin_inset CommandInset ref
12264 LatexCommand ref
12265 reference "kap:Exläuterung-einer-Gleichung"
12266
12267 \end_inset
12268
12269  erklärt das genauer.
12270 \end_layout
12271
12272 \begin_layout Standard
12273 Wenn 
12274 \emph on
12275 n
12276 \emph default
12277  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12278  die definierte Breite 
12279 \begin_inset Formula $W_{g\, n}$
12280 \end_inset
12281
12282  einer Spalte, deren totale Breite = 
12283 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12284 \end_inset
12285
12286  sein soll, wie folgt:
12287 \begin_inset Formula \begin{equation}
12288 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12289
12290 \end_inset
12291
12292
12293 \end_layout
12294
12295 \begin_layout Standard
12296 In unserem Falls ist 
12297 \begin_inset Formula $n=2$
12298 \end_inset
12299
12300
12301 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12302 \end_inset
12303
12304 cm, und damit wird aus Gleichung
12305 \begin_inset space ~
12306 \end_inset
12307
12308
12309 \begin_inset CommandInset ref
12310 LatexCommand ref
12311 reference "eq:Wgn"
12312
12313 \end_inset
12314
12315  
12316 \begin_inset Formula \begin{equation}
12317 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12318
12319 \end_inset
12320
12321
12322 \end_layout
12323
12324 \begin_layout Standard
12325 Damit LaTeX rechnen kann, muss das Paket 
12326 \series bold
12327 calc
12328 \series default
12329  im Vorspann geladen werden.
12330 \begin_inset Index
12331 status collapsed
12332
12333 \begin_layout Plain Layout
12334 LaTeX-Pakete ! calc
12335 \end_layout
12336
12337 \end_inset
12338
12339
12340 \end_layout
12341
12342 \begin_layout Standard
12343
12344 \series bold
12345
12346 \backslash
12347 usepackage{calc}
12348 \end_layout
12349
12350 \begin_layout Standard
12351 LyX erlaubt im 
12352 \family sans
12353 Breite
12354 \family default
12355 -Feld des 
12356 \family sans
12357 Tabellen-Einstellungen
12358 \family default
12359 -Dialogs keine Berechnungen.
12360  Deshalb müssen Sie die Formel für die Breite im Feld 
12361 \family sans
12362 LaTe
12363 \begin_inset ERT
12364 status collapsed
12365
12366 \begin_layout Plain Layout
12367
12368 {}
12369 \end_layout
12370
12371 \end_inset
12372
12373 X-Argument
12374 \family default
12375  eingeben.
12376  Hier iss ein Überblick über die Argumente:
12377 \end_layout
12378
12379 \begin_layout Itemize
12380
12381 \series bold
12382 p{Breite}
12383 \series default
12384  die Zelle bekommt eine feste 
12385 \series bold
12386 Breite
12387 \series default
12388 , und die vertikale Ausrichtung ist 
12389 \family sans
12390 Oben
12391 \end_layout
12392
12393 \begin_layout Itemize
12394
12395 \series bold
12396 m{Breite}
12397 \series default
12398  die Zelle bekommt eine feste 
12399 \series bold
12400 Breite
12401 \series default
12402 , und die vertikale Ausrichtung ist 
12403 \family sans
12404 Mitte
12405 \end_layout
12406
12407 \begin_layout Itemize
12408
12409 \series bold
12410 b{Breite}
12411 \series default
12412  die Zelle bekommt eine feste 
12413 \series bold
12414 Breite
12415 \series default
12416 , und die vertikale Ausrichtung ist 
12417 \family sans
12418 Unten
12419 \end_layout
12420
12421 \begin_layout Standard
12422 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12423  für diese Zelle überschrieben.
12424 \end_layout
12425
12426 \begin_layout Standard
12427 \begin_inset Note Greyedout
12428 status open
12429
12430 \begin_layout Plain Layout
12431
12432 \series bold
12433 Bemerkung:
12434 \series default
12435  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12436  angezeigt.
12437 \end_layout
12438
12439 \end_inset
12440
12441
12442 \end_layout
12443
12444 \begin_layout Standard
12445 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12446  der Zelle mit dem Inhalt 
12447 \begin_inset Quotes gld
12448 \end_inset
12449
12450 d
12451 \begin_inset Quotes grd
12452 \end_inset
12453
12454  der Tabelle
12455 \begin_inset space ~
12456 \end_inset
12457
12458
12459 \begin_inset CommandInset ref
12460 LatexCommand ref
12461 reference "tab:Table-with-centered"
12462
12463 \end_inset
12464
12465  auch noch der Befehl
12466 \family typewriter
12467 \series bold
12468  
12469 \family default
12470
12471 \backslash
12472 centering
12473 \series default
12474  hinzugefügt.
12475  Das Ganze sieht dann so aus:
12476 \end_layout
12477
12478 \begin_layout Standard
12479
12480 \series bold
12481 |>{
12482 \backslash
12483 centering}m{1.25cm-6.2pt}
12484 \end_layout
12485
12486 \begin_layout Standard
12487 Der vertikale Strich 
12488 \series bold
12489
12490 \begin_inset Quotes gld
12491 \end_inset
12492
12493 |
12494 \series default
12495
12496 \begin_inset Quotes grd
12497 \end_inset
12498
12499  am Anfang zeichnet die linke Linie, und der Befehl 
12500 \series bold
12501
12502 \begin_inset Quotes gld
12503 \end_inset
12504
12505 >{ }
12506 \begin_inset Quotes grd
12507 \end_inset
12508
12509
12510 \series default
12511  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12512  der Zelle benutzt werden sollen.
12513 \end_layout
12514
12515 \begin_layout Standard
12516 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12517  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12518  für einzelne Spalten anwendet.
12519  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12520  werden:
12521 \end_layout
12522
12523 \begin_layout Standard
12524
12525 \series bold
12526 |>{
12527 \backslash
12528 centering}m{2.5cm}|
12529 \end_layout
12530
12531 \begin_layout Subsection
12532 Mehrfachzeilen
12533 \begin_inset CommandInset label
12534 LatexCommand label
12535 name "uab:Mehrfachzeilen"
12536
12537 \end_inset
12538
12539
12540 \begin_inset Index
12541 status collapsed
12542
12543 \begin_layout Plain Layout
12544 Mehrfachzeilen
12545 \end_layout
12546
12547 \end_inset
12548
12549
12550 \begin_inset Index
12551 status collapsed
12552
12553 \begin_layout Plain Layout
12554 Tabellen ! Mehrfachzeilen
12555 \end_layout
12556
12557 \end_inset
12558
12559
12560 \end_layout
12561
12562 \begin_layout Standard
12563 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12564  unterstützt, sodass etwas TeX-Code notwendig ist.
12565  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12566 \series bold
12567 multirow
12568 \series default
12569
12570 \begin_inset Index
12571 status collapsed
12572
12573 \begin_layout Plain Layout
12574 LaTeX-Pakete ! multirow
12575 \end_layout
12576
12577 \end_inset
12578
12579  im Vorspann geladen werden:
12580 \end_layout
12581
12582 \begin_layout Standard
12583
12584 \series bold
12585
12586 \backslash
12587 usepackage{multirow}
12588 \end_layout
12589
12590 \begin_layout Standard
12591 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12592 \end_layout
12593
12594 \begin_layout Standard
12595
12596 \series bold
12597
12598 \backslash
12599 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12600 \end_layout
12601
12602 \begin_layout Standard
12603 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
12604  Mehrfachspalte definiert und die obere Linie entfernt.
12605 \end_layout
12606
12607 \begin_layout Standard
12608 \align center
12609 \begin_inset ERT
12610 status collapsed
12611
12612 \begin_layout Plain Layout
12613
12614
12615 \backslash
12616 renewcommand{
12617 \backslash
12618 multirowsetup}{
12619 \backslash
12620 centering}
12621 \end_layout
12622
12623 \end_inset
12624
12625
12626 \begin_inset Tabular
12627 <lyxtabular version="3" rows="3" columns="3">
12628 <features>
12629 <column alignment="center" valignment="top" width="0">
12630 <column alignment="center" valignment="top" width="0">
12631 <column alignment="center" valignment="top" width="0">
12632 <row>
12633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12634 \begin_inset Text
12635
12636 \begin_layout Plain Layout
12637 a
12638 \end_layout
12639
12640 \end_inset
12641 </cell>
12642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12643 \begin_inset Text
12644
12645 \begin_layout Plain Layout
12646 b
12647 \end_layout
12648
12649 \end_inset
12650 </cell>
12651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12652 \begin_inset Text
12653
12654 \begin_layout Plain Layout
12655 c
12656 \end_layout
12657
12658 \end_inset
12659 </cell>
12660 </row>
12661 <row>
12662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12663 \begin_inset Text
12664
12665 \begin_layout Plain Layout
12666 \begin_inset ERT
12667 status collapsed
12668
12669 \begin_layout Plain Layout
12670
12671
12672 \backslash
12673 multirow{2}{2.5cm}{
12674 \end_layout
12675
12676 \end_inset
12677
12678 Mehrfach\SpecialChar \-
12679 zeilen-Text
12680 \begin_inset ERT
12681 status collapsed
12682
12683 \begin_layout Plain Layout
12684
12685 }
12686 \end_layout
12687
12688 \end_inset
12689
12690
12691 \end_layout
12692
12693 \end_inset
12694 </cell>
12695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12696 \begin_inset Text
12697
12698 \begin_layout Plain Layout
12699 e
12700 \end_layout
12701
12702 \end_inset
12703 </cell>
12704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12705 \begin_inset Text
12706
12707 \begin_layout Plain Layout
12708 f
12709 \end_layout
12710
12711 \end_inset
12712 </cell>
12713 </row>
12714 <row>
12715 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12716 \begin_inset Text
12717
12718 \begin_layout Plain Layout
12719
12720 \end_layout
12721
12722 \end_inset
12723 </cell>
12724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12725 \begin_inset Text
12726
12727 \begin_layout Plain Layout
12728 h
12729 \end_layout
12730
12731 \end_inset
12732 </cell>
12733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12734 \begin_inset Text
12735
12736 \begin_layout Plain Layout
12737 i
12738 \end_layout
12739
12740 \end_inset
12741 </cell>
12742 </row>
12743 </lyxtabular>
12744
12745 \end_inset
12746
12747
12748 \begin_inset ERT
12749 status collapsed
12750
12751 \begin_layout Plain Layout
12752
12753
12754 \backslash
12755 renewcommand{
12756 \backslash
12757 multirowsetup}{
12758 \backslash
12759 raggedright}
12760 \end_layout
12761
12762 \end_inset
12763
12764
12765 \end_layout
12766
12767 \begin_layout Standard
12768 In der Zelle darüber wurde dann mit dem Befehl
12769 \end_layout
12770
12771 \begin_layout Standard
12772
12773 \series bold
12774
12775 \backslash
12776 multirow{2}{2.5cm}{
12777 \end_layout
12778
12779 \begin_layout Standard
12780 als TeX-Code die Mehrfachzeile definiert.
12781  Sie besteht aus zwei Zeilen und einer Breite von 2.5
12782 \begin_inset space \thinspace{}
12783 \end_inset
12784
12785 cm.
12786  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12787  mit der Klammer 
12788 \begin_inset Quotes gld
12789 \end_inset
12790
12791
12792 \series bold
12793 }
12794 \series default
12795
12796 \begin_inset Quotes grd
12797 \end_inset
12798
12799  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12800 \end_layout
12801
12802 \begin_layout Standard
12803
12804 \series bold
12805
12806 \backslash
12807 multirow
12808 \series default
12809  richtet seinen Inhalt standardmäßig linksbündig aus.
12810  Das wurde mit dem Befehl
12811 \end_layout
12812
12813 \begin_layout Standard
12814
12815 \series bold
12816
12817 \backslash
12818 renewcommand{
12819 \backslash
12820 multirowsetup}{
12821 \backslash
12822 centering}
12823 \end_layout
12824
12825 \begin_layout Standard
12826 als TeX-Code  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12827 \end_layout
12828
12829 \begin_layout Standard
12830
12831 \series bold
12832
12833 \backslash
12834 renewcommand{
12835 \backslash
12836 multirowsetup}{
12837 \backslash
12838 raggedright}
12839 \end_layout
12840
12841 \begin_layout Standard
12842 zurückgesetzt.
12843  Für rechtsbündigen Text benutzt man 
12844 \series bold
12845
12846 \backslash
12847 raggedleft
12848 \series default
12849 .
12850 \end_layout
12851
12852 \begin_layout Section
12853 Formale Tabellen
12854 \begin_inset CommandInset label
12855 LatexCommand label
12856 name "abs:Formale-Tabellen"
12857
12858 \end_inset
12859
12860
12861 \begin_inset Index
12862 status collapsed
12863
12864 \begin_layout Plain Layout
12865 Tabellen ! Formale
12866 \end_layout
12867
12868 \end_inset
12869
12870
12871 \end_layout
12872
12873 \begin_layout Standard
12874 Tabellen werden in Büchern oft wie Tabelle
12875 \begin_inset space ~
12876 \end_inset
12877
12878
12879 \begin_inset CommandInset ref
12880 LatexCommand ref
12881 reference "tab:Formale-Tabelle"
12882
12883 \end_inset
12884
12885  gesetzt.
12886  Diese Tabellen werden
12887 \emph on
12888  formal
12889 \emph default
12890  genannt.
12891  Formale Tabellen bekommen Sie, wenn Sie im 
12892 \family sans
12893 Tabellen-Einstellungen
12894 \family default
12895 -Dialog auf der Karteikarte 
12896 \family sans
12897 Rahmen
12898 \family default
12899  den 
12900 \family sans
12901 Stil
12902 \family default
12903  
12904 \family sans
12905 Formal
12906 \family default
12907  ankreuzen.
12908 \end_layout
12909
12910 \begin_layout Standard
12911 \begin_inset Float table
12912 placement h
12913 wide false
12914 sideways false
12915 status open
12916
12917 \begin_layout Plain Layout
12918 \begin_inset Caption
12919
12920 \begin_layout Plain Layout
12921 \begin_inset CommandInset label
12922 LatexCommand label
12923 name "tab:Formale-Tabelle"
12924
12925 \end_inset
12926
12927 Formale Tabelle
12928 \end_layout
12929
12930 \end_inset
12931
12932
12933 \end_layout
12934
12935 \begin_layout Plain Layout
12936 \align center
12937 \begin_inset Tabular
12938 <lyxtabular version="3" rows="8" columns="4">
12939 <features booktabs="true">
12940 <column alignment="center" valignment="top" width="0">
12941 <column alignment="right" valignment="top" width="0">
12942 <column alignment="right" valignment="top" width="0">
12943 <column alignment="right" valignment="top" width="0">
12944 <row>
12945 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12946 \begin_inset Text
12947
12948 \begin_layout Plain Layout
12949 System
12950 \end_layout
12951
12952 \end_inset
12953 </cell>
12954 <cell alignment="center" valignment="top" topline="true" usebox="none">
12955 \begin_inset Text
12956
12957 \begin_layout Plain Layout
12958 Medipix
12959 \begin_inset Formula $\,$
12960 \end_inset
12961
12962 1
12963 \end_layout
12964
12965 \end_inset
12966 </cell>
12967 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12968 \begin_inset Text
12969
12970 \begin_layout Plain Layout
12971 Medipix
12972 \begin_inset Formula $\,$
12973 \end_inset
12974
12975 2
12976 \end_layout
12977
12978 \end_inset
12979 </cell>
12980 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12981 \begin_inset Text
12982
12983 \begin_layout Plain Layout
12984
12985 \end_layout
12986
12987 \end_inset
12988 </cell>
12989 </row>
12990 <row>
12991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12992 \begin_inset Text
12993
12994 \begin_layout Plain Layout
12995 \begin_inset ERT
12996 status collapsed
12997
12998 \begin_layout Plain Layout
12999
13000
13001 \backslash
13002 cmidrule(r){2-2}
13003 \end_layout
13004
13005 \end_inset
13006
13007
13008 \begin_inset ERT
13009 status collapsed
13010
13011 \begin_layout Plain Layout
13012
13013
13014 \backslash
13015 cmidrule(l){3-4}
13016 \end_layout
13017
13018 \end_inset
13019
13020 Detektordicke [µm]
13021 \end_layout
13022
13023 \end_inset
13024 </cell>
13025 <cell alignment="center" valignment="top" usebox="none">
13026 \begin_inset Text
13027
13028 \begin_layout Plain Layout
13029 300
13030 \end_layout
13031
13032 \end_inset
13033 </cell>
13034 <cell alignment="center" valignment="top" usebox="none">
13035 \begin_inset Text
13036
13037 \begin_layout Plain Layout
13038 300
13039 \end_layout
13040
13041 \end_inset
13042 </cell>
13043 <cell alignment="center" valignment="top" usebox="none">
13044 \begin_inset Text
13045
13046 \begin_layout Plain Layout
13047 700
13048 \end_layout
13049
13050 \end_inset
13051 </cell>
13052 </row>
13053 <row>
13054 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13055 \begin_inset Text
13056
13057 \begin_layout Plain Layout
13058 Kantenwinkel [°]
13059 \end_layout
13060
13061 \end_inset
13062 </cell>
13063 <cell alignment="center" valignment="top" topline="true" usebox="none">
13064 \begin_inset Text
13065
13066 \begin_layout Plain Layout
13067 3.55
13068 \end_layout
13069
13070 \end_inset
13071 </cell>
13072 <cell alignment="center" valignment="top" topline="true" usebox="none">
13073 \begin_inset Text
13074
13075 \begin_layout Plain Layout
13076 2.71
13077 \end_layout
13078
13079 \end_inset
13080 </cell>
13081 <cell alignment="center" valignment="top" topline="true" usebox="none">
13082 \begin_inset Text
13083
13084 \begin_layout Plain Layout
13085 7.99
13086 \end_layout
13087
13088 \end_inset
13089 </cell>
13090 </row>
13091 <row topspace="default">
13092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13093 \begin_inset Text
13094
13095 \begin_layout Plain Layout
13096 räumliche Auf\SpecialChar \textcompwordmark{}
13097 lösung [µm]
13098 \end_layout
13099
13100 \end_inset
13101 </cell>
13102 <cell alignment="center" valignment="top" usebox="none">
13103 \begin_inset Text
13104
13105 \begin_layout Plain Layout
13106 4.26
13107 \end_layout
13108
13109 \end_inset
13110 </cell>
13111 <cell alignment="center" valignment="top" usebox="none">
13112 \begin_inset Text
13113
13114 \begin_layout Plain Layout
13115 10.17
13116 \end_layout
13117
13118 \end_inset
13119 </cell>
13120 <cell alignment="center" valignment="top" usebox="none">
13121 \begin_inset Text
13122
13123 \begin_layout Plain Layout
13124 10.56
13125 \end_layout
13126
13127 \end_inset
13128 </cell>
13129 </row>
13130 <row topspace="default">
13131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13132 \begin_inset Text
13133
13134 \begin_layout Plain Layout
13135 MTF bei 
13136 \begin_inset Formula $f_{\mathrm{max}}$
13137 \end_inset
13138
13139
13140 \end_layout
13141
13142 \end_inset
13143 </cell>
13144 <cell alignment="center" valignment="top" usebox="none">
13145 \begin_inset Text
13146
13147 \begin_layout Plain Layout
13148 0.53
13149 \end_layout
13150
13151 \end_inset
13152 </cell>
13153 <cell alignment="center" valignment="top" usebox="none">
13154 \begin_inset Text
13155
13156 \begin_layout Plain Layout
13157 0.37
13158 \end_layout
13159
13160 \end_inset
13161 </cell>
13162 <cell alignment="center" valignment="top" usebox="none">
13163 \begin_inset Text
13164
13165 \begin_layout Plain Layout
13166 0.39
13167 \end_layout
13168
13169 \end_inset
13170 </cell>
13171 </row>
13172 <row topspace="default">
13173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177 \begin_inset ERT
13178 status collapsed
13179
13180 \begin_layout Plain Layout
13181
13182
13183 \backslash
13184 cmidrule(l{10pt}){1-1}
13185 \end_layout
13186
13187 \end_inset
13188
13189 LSF räumliche Auf\SpecialChar \textcompwordmark{}
13190 lösung
13191 \end_layout
13192
13193 \end_inset
13194 </cell>
13195 <cell alignment="center" valignment="top" usebox="none">
13196 \begin_inset Text
13197
13198 \begin_layout Plain Layout
13199
13200 \end_layout
13201
13202 \end_inset
13203 </cell>
13204 <cell alignment="center" valignment="top" usebox="none">
13205 \begin_inset Text
13206
13207 \begin_layout Plain Layout
13208
13209 \end_layout
13210
13211 \end_inset
13212 </cell>
13213 <cell alignment="center" valignment="top" usebox="none">
13214 \begin_inset Text
13215
13216 \begin_layout Plain Layout
13217
13218 \end_layout
13219
13220 \end_inset
13221 </cell>
13222 </row>
13223 <row>
13224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13225 \begin_inset Text
13226
13227 \begin_layout Plain Layout
13228 in µm
13229 \end_layout
13230
13231 \end_inset
13232 </cell>
13233 <cell alignment="center" valignment="top" usebox="none">
13234 \begin_inset Text
13235
13236 \begin_layout Plain Layout
13237 129.7
13238 \end_layout
13239
13240 \end_inset
13241 </cell>
13242 <cell alignment="center" valignment="top" usebox="none">
13243 \begin_inset Text
13244
13245 \begin_layout Plain Layout
13246 52.75
13247 \end_layout
13248
13249 \end_inset
13250 </cell>
13251 <cell alignment="center" valignment="top" usebox="none">
13252 \begin_inset Text
13253
13254 \begin_layout Plain Layout
13255 50.78
13256 \end_layout
13257
13258 \end_inset
13259 </cell>
13260 </row>
13261 <row>
13262 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13263 \begin_inset Text
13264
13265 \begin_layout Plain Layout
13266 in % der Pixelgröße
13267 \end_layout
13268
13269 \end_inset
13270 </cell>
13271 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13272 \begin_inset Text
13273
13274 \begin_layout Plain Layout
13275 76.3
13276 \end_layout
13277
13278 \end_inset
13279 </cell>
13280 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13281 \begin_inset Text
13282
13283 \begin_layout Plain Layout
13284 95.9
13285 \end_layout
13286
13287 \end_inset
13288 </cell>
13289 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13290 \begin_inset Text
13291
13292 \begin_layout Plain Layout
13293 92.3
13294 \end_layout
13295
13296 \end_inset
13297 </cell>
13298 </row>
13299 </lyxtabular>
13300
13301 \end_inset
13302
13303
13304 \end_layout
13305
13306 \end_inset
13307
13308
13309 \end_layout
13310
13311 \begin_layout Standard
13312 Abstände zu Tabellenzeilen können auf der Karteikarte 
13313 \family sans
13314 Rahmen
13315 \family default
13316  des 
13317 \family sans
13318 Tabellen-Ein\SpecialChar \-
13319 stel\SpecialChar \-
13320 lun\SpecialChar \-
13321 gen
13322 \family default
13323 -Dialogs hinzugefügt werden, wie in Abschnitt
13324 \begin_inset space ~
13325 \end_inset
13326
13327
13328 \begin_inset CommandInset ref
13329 LatexCommand ref
13330 reference "uab:Zeilenabstand"
13331
13332 \end_inset
13333
13334  beschrieben.
13335 \end_layout
13336
13337 \begin_layout Standard
13338 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13339  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13340  gedruckt aber anders aus.
13341  Die erste und letzte Linie ist 0.08
13342 \begin_inset space \thinspace{}
13343 \end_inset
13344
13345 em dick, während die anderen 0.05
13346 \begin_inset space \thinspace{}
13347 \end_inset
13348
13349 em dick sind.
13350 \end_layout
13351
13352 \begin_layout Standard
13353 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13354 \end_layout
13355
13356 \begin_layout Standard
13357
13358 \series bold
13359
13360 \backslash
13361 let
13362 \backslash
13363 mytoprule
13364 \backslash
13365 toprule
13366 \begin_inset Newline newline
13367 \end_inset
13368
13369
13370 \backslash
13371 renewcommand{
13372 \backslash
13373 toprule}{
13374 \backslash
13375 mytoprule[Breite]}
13376 \end_layout
13377
13378 \begin_layout Standard
13379 Dies Beispiel gilt für die oberste Linie, genannt 
13380 \series bold
13381 toprule
13382 \series default
13383 .
13384  Für die letzte müssen Sie 
13385 \series bold
13386 toprule
13387 \series default
13388  durch 
13389 \series bold
13390 bottomrule
13391 \series default
13392  ersetzen.
13393  Die Linien dazwischen heißen 
13394 \series bold
13395 midrule
13396 \series default
13397 .
13398  Für 
13399 \family sans
13400 Breite
13401 \family default
13402  können Sie alle Einheiten benutzen, die in Anhang
13403 \begin_inset space ~
13404 \end_inset
13405
13406
13407 \begin_inset CommandInset ref
13408 LatexCommand ref
13409 reference "kap:In-LyX-verfügbare"
13410
13411 \end_inset
13412
13413  aufgelistet sind.
13414 \end_layout
13415
13416 \begin_layout Standard
13417 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13418  eine Linie unter einer Mehrfachspalte.
13419  LyX wird intern den Befehl 
13420 \series bold
13421
13422 \backslash
13423 cmidrule
13424 \series default
13425  benutzen, um diese Linie zu drucken.
13426  Der ganze Befehl sieht so aus:
13427 \end_layout
13428
13429 \begin_layout Standard
13430
13431 \series bold
13432
13433 \backslash
13434 cmidrule[width](trim){Anfangsspalte-Endspalte}
13435 \end_layout
13436
13437 \begin_layout Standard
13438 Die 
13439 \series bold
13440
13441 \backslash
13442 cmidrule
13443 \series default
13444 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13445  benutzen.
13446  
13447 \series bold
13448
13449 \backslash
13450 cmidrule
13451 \series default
13452  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13453  erste Zelle einer Zeile einfügt.
13454  Die Linie wird dann über der Zeile gedruckt.
13455 \end_layout
13456
13457 \begin_layout Standard
13458 Der Standardwert ist 0.03
13459 \begin_inset space \thinspace{}
13460 \end_inset
13461
13462 em.
13463  Die Linie reicht von 
13464 \family typewriter
13465 Anfangsspalte
13466 \family default
13467  bis 
13468 \family typewriter
13469 End\SpecialChar \-
13470 spal\SpecialChar \-
13471 te
13472 \family default
13473 .
13474  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13475   Der optionale Parameter 
13476 \family typewriter
13477 trim
13478 \family default
13479  kann die Werte 
13480 \emph on
13481 r
13482 \emph default
13483
13484 \emph on
13485 r{Breite}
13486 \emph default
13487
13488 \emph on
13489 l
13490 \family typewriter
13491 \emph default
13492  
13493 \family default
13494 oder 
13495 \emph on
13496 l{Breite}
13497 \emph default
13498  annehmen, wobei die 
13499 \family sans
13500 Breite
13501 \family default
13502  optional ist.
13503  
13504 \emph on
13505 l{2pt}
13506 \emph default
13507  zum Beispiel bedeutet, dass die Linie links um 2
13508 \begin_inset space \thinspace{}
13509 \end_inset
13510
13511 pt gekürzt wird.
13512  Ohne Breitenangabe werden die Linien um 0.5
13513 \begin_inset space \thinspace{}
13514 \end_inset
13515
13516 em gekürzt.
13517 \end_layout
13518
13519 \begin_layout Standard
13520 \begin_inset VSpace bigskip
13521 \end_inset
13522
13523 In Tabelle
13524 \begin_inset space ~
13525 \end_inset
13526
13527
13528 \begin_inset CommandInset ref
13529 LatexCommand ref
13530 reference "tab:Formale-Tabelle"
13531
13532 \end_inset
13533
13534  wurden die Befehle
13535 \end_layout
13536
13537 \begin_layout Standard
13538
13539 \series bold
13540
13541 \backslash
13542 cmidrule(r){2-2}
13543 \backslash
13544 cmidrule(l){3-4}
13545 \end_layout
13546
13547 \begin_layout Standard
13548 am Anfang der zweiten Zeile und
13549 \end_layout
13550
13551 \begin_layout Standard
13552
13553 \series bold
13554
13555 \backslash
13556 cmidrule(l{10pt}){1-1}
13557 \end_layout
13558
13559 \begin_layout Standard
13560 in der sechsten benutzt.
13561 \end_layout
13562
13563 \begin_layout Standard
13564 \begin_inset VSpace bigskip
13565 \end_inset
13566
13567
13568 \end_layout
13569
13570 \begin_layout Standard
13571 Sie können mit 
13572 \series bold
13573
13574 \backslash
13575 cmidrule
13576 \series default
13577  auch überlappende Linien wie in Tabelle
13578 \begin_inset space ~
13579 \end_inset
13580
13581
13582 \begin_inset CommandInset ref
13583 LatexCommand ref
13584 reference "tab:Special-booktabs-table"
13585
13586 \end_inset
13587
13588  definieren.
13589  Der Befehl ist:
13590 \end_layout
13591
13592 \begin_layout Standard
13593
13594 \series bold
13595
13596 \backslash
13597 morecmidrules
13598 \end_layout
13599
13600 \begin_layout Standard
13601 In Zeile zwei der Tabelle
13602 \begin_inset space ~
13603 \end_inset
13604
13605
13606 \begin_inset CommandInset ref
13607 LatexCommand ref
13608 reference "tab:Special-booktabs-table"
13609
13610 \end_inset
13611
13612  wurde folgender Befehl benutzt:
13613 \end_layout
13614
13615 \begin_layout Standard
13616
13617 \series bold
13618
13619 \backslash
13620 cmidrule(r){2-2}
13621 \backslash
13622 cmidrule(l){3-4}
13623 \backslash
13624 morecmidrules
13625 \begin_inset Newline newline
13626 \end_inset
13627
13628
13629 \backslash
13630 cmidrule{2-4}
13631 \end_layout
13632
13633 \begin_layout Standard
13634 und in Zeile sechs:
13635 \end_layout
13636
13637 \begin_layout Standard
13638
13639 \series bold
13640
13641 \backslash
13642 midrule
13643 \backslash
13644 morecmidrules
13645 \backslash
13646 cmidrule{3-4}
13647 \end_layout
13648
13649 \begin_layout Standard
13650 \begin_inset VSpace bigskip
13651 \end_inset
13652
13653
13654 \end_layout
13655
13656 \begin_layout Standard
13657 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13658  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13659 \end_layout
13660
13661 \begin_layout Standard
13662
13663 \series bold
13664
13665 \backslash
13666 specialrule{Dicke}{Abstand davor}{Abstand danach}
13667 \end_layout
13668
13669 \begin_layout Standard
13670 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13671 \series bold
13672 booktabs
13673 \series default
13674  
13675 \begin_inset CommandInset citation
13676 LatexCommand cite
13677 key "booktabs"
13678
13679 \end_inset
13680
13681 .
13682 \begin_inset Index
13683 status collapsed
13684
13685 \begin_layout Plain Layout
13686 LaTeX-Pakete ! booktabs
13687 \end_layout
13688
13689 \end_inset
13690
13691
13692 \end_layout
13693
13694 \begin_layout Standard
13695 \begin_inset Float table
13696 placement h
13697 wide false
13698 sideways false
13699 status open
13700
13701 \begin_layout Plain Layout
13702 \begin_inset Caption
13703
13704 \begin_layout Plain Layout
13705 \begin_inset CommandInset label
13706 LatexCommand label
13707 name "tab:Special-booktabs-table"
13708
13709 \end_inset
13710
13711 Eine spezielle formale Tabelle
13712 \end_layout
13713
13714 \end_inset
13715
13716
13717 \end_layout
13718
13719 \begin_layout Plain Layout
13720 \align center
13721 \begin_inset Tabular
13722 <lyxtabular version="3" rows="8" columns="4">
13723 <features booktabs="true">
13724 <column alignment="center" valignment="top" width="0">
13725 <column alignment="center" valignment="top" width="0">
13726 <column alignment="right" valignment="top" width="0">
13727 <column alignment="right" valignment="top" width="0">
13728 <row>
13729 <cell alignment="center" valignment="top" topline="true" usebox="none">
13730 \begin_inset Text
13731
13732 \begin_layout Plain Layout
13733 System
13734 \end_layout
13735
13736 \end_inset
13737 </cell>
13738 <cell alignment="center" valignment="top" topline="true" usebox="none">
13739 \begin_inset Text
13740
13741 \begin_layout Plain Layout
13742 Medipix
13743 \begin_inset space \thinspace{}
13744 \end_inset
13745
13746 1
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13752 \begin_inset Text
13753
13754 \begin_layout Plain Layout
13755 Medipix
13756 \begin_inset space \thinspace{}
13757 \end_inset
13758
13759 2
13760 \end_layout
13761
13762 \end_inset
13763 </cell>
13764 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13765 \begin_inset Text
13766
13767 \begin_layout Plain Layout
13768
13769 \end_layout
13770
13771 \end_inset
13772 </cell>
13773 </row>
13774 <row>
13775 <cell alignment="center" valignment="top" usebox="none">
13776 \begin_inset Text
13777
13778 \begin_layout Plain Layout
13779 \begin_inset ERT
13780 status collapsed
13781
13782 \begin_layout Plain Layout
13783
13784
13785 \backslash
13786 cmidrule(r){2-2}
13787 \end_layout
13788
13789 \end_inset
13790
13791
13792 \begin_inset ERT
13793 status collapsed
13794
13795 \begin_layout Plain Layout
13796
13797
13798 \backslash
13799 cmidrule(l){3-4}
13800 \end_layout
13801
13802 \end_inset
13803
13804
13805 \begin_inset ERT
13806 status collapsed
13807
13808 \begin_layout Plain Layout
13809
13810
13811 \backslash
13812 morecmidrules 
13813 \end_layout
13814
13815 \end_inset
13816
13817
13818 \begin_inset ERT
13819 status collapsed
13820
13821 \begin_layout Plain Layout
13822
13823
13824 \backslash
13825 cmidrule{2-4}
13826 \end_layout
13827
13828 \end_inset
13829
13830 Detektordicke  [µm]
13831 \end_layout
13832
13833 \end_inset
13834 </cell>
13835 <cell alignment="center" valignment="top" usebox="none">
13836 \begin_inset Text
13837
13838 \begin_layout Plain Layout
13839 300
13840 \end_layout
13841
13842 \end_inset
13843 </cell>
13844 <cell alignment="center" valignment="top" usebox="none">
13845 \begin_inset Text
13846
13847 \begin_layout Plain Layout
13848 300
13849 \end_layout
13850
13851 \end_inset
13852 </cell>
13853 <cell alignment="center" valignment="top" usebox="none">
13854 \begin_inset Text
13855
13856 \begin_layout Plain Layout
13857 700
13858 \end_layout
13859
13860 \end_inset
13861 </cell>
13862 </row>
13863 <row>
13864 <cell alignment="center" valignment="top" topline="true" usebox="none">
13865 \begin_inset Text
13866
13867 \begin_layout Plain Layout
13868 Kantenwinkel [°]
13869 \end_layout
13870
13871 \end_inset
13872 </cell>
13873 <cell alignment="center" valignment="top" topline="true" usebox="none">
13874 \begin_inset Text
13875
13876 \begin_layout Plain Layout
13877 3,55
13878 \end_layout
13879
13880 \end_inset
13881 </cell>
13882 <cell alignment="center" valignment="top" topline="true" usebox="none">
13883 \begin_inset Text
13884
13885 \begin_layout Plain Layout
13886 2,71
13887 \end_layout
13888
13889 \end_inset
13890 </cell>
13891 <cell alignment="center" valignment="top" topline="true" usebox="none">
13892 \begin_inset Text
13893
13894 \begin_layout Plain Layout
13895 7,99
13896 \end_layout
13897
13898 \end_inset
13899 </cell>
13900 </row>
13901 <row topspace="default">
13902 <cell alignment="center" valignment="top" usebox="none">
13903 \begin_inset Text
13904
13905 \begin_layout Plain Layout
13906 räumliche Auf\SpecialChar \textcompwordmark{}
13907 lösung [µm]
13908 \end_layout
13909
13910 \end_inset
13911 </cell>
13912 <cell alignment="center" valignment="top" usebox="none">
13913 \begin_inset Text
13914
13915 \begin_layout Plain Layout
13916 4,26
13917 \end_layout
13918
13919 \end_inset
13920 </cell>
13921 <cell alignment="center" valignment="top" usebox="none">
13922 \begin_inset Text
13923
13924 \begin_layout Plain Layout
13925 10,17
13926 \end_layout
13927
13928 \end_inset
13929 </cell>
13930 <cell alignment="center" valignment="top" usebox="none">
13931 \begin_inset Text
13932
13933 \begin_layout Plain Layout
13934 10,56
13935 \end_layout
13936
13937 \end_inset
13938 </cell>
13939 </row>
13940 <row topspace="default">
13941 <cell alignment="center" valignment="top" usebox="none">
13942 \begin_inset Text
13943
13944 \begin_layout Plain Layout
13945 MTF bei 
13946 \begin_inset Formula $f_{\mathrm{max}}$
13947 \end_inset
13948
13949
13950 \end_layout
13951
13952 \end_inset
13953 </cell>
13954 <cell alignment="center" valignment="top" usebox="none">
13955 \begin_inset Text
13956
13957 \begin_layout Plain Layout
13958 0,53
13959 \end_layout
13960
13961 \end_inset
13962 </cell>
13963 <cell alignment="center" valignment="top" usebox="none">
13964 \begin_inset Text
13965
13966 \begin_layout Plain Layout
13967 0,37
13968 \end_layout
13969
13970 \end_inset
13971 </cell>
13972 <cell alignment="center" valignment="top" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976 0,39
13977 \end_layout
13978
13979 \end_inset
13980 </cell>
13981 </row>
13982 <row>
13983 <cell alignment="center" valignment="top" topline="true" usebox="none">
13984 \begin_inset Text
13985
13986 \begin_layout Plain Layout
13987 \begin_inset ERT
13988 status collapsed
13989
13990 \begin_layout Plain Layout
13991
13992
13993 \backslash
13994 morecmidrules 
13995 \end_layout
13996
13997 \end_inset
13998
13999
14000 \begin_inset ERT
14001 status collapsed
14002
14003 \begin_layout Plain Layout
14004
14005
14006 \backslash
14007 cmidrule{3-4}
14008 \end_layout
14009
14010 \end_inset
14011
14012 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
14013 lösung
14014 \end_layout
14015
14016 \end_inset
14017 </cell>
14018 <cell alignment="center" valignment="top" topline="true" usebox="none">
14019 \begin_inset Text
14020
14021 \begin_layout Plain Layout
14022
14023 \end_layout
14024
14025 \end_inset
14026 </cell>
14027 <cell alignment="center" valignment="top" topline="true" usebox="none">
14028 \begin_inset Text
14029
14030 \begin_layout Plain Layout
14031
14032 \end_layout
14033
14034 \end_inset
14035 </cell>
14036 <cell alignment="center" valignment="top" topline="true" usebox="none">
14037 \begin_inset Text
14038
14039 \begin_layout Plain Layout
14040
14041 \end_layout
14042
14043 \end_inset
14044 </cell>
14045 </row>
14046 <row>
14047 <cell alignment="center" valignment="top" usebox="none">
14048 \begin_inset Text
14049
14050 \begin_layout Plain Layout
14051 in µm
14052 \end_layout
14053
14054 \end_inset
14055 </cell>
14056 <cell alignment="center" valignment="top" usebox="none">
14057 \begin_inset Text
14058
14059 \begin_layout Plain Layout
14060 129,7
14061 \end_layout
14062
14063 \end_inset
14064 </cell>
14065 <cell alignment="center" valignment="top" usebox="none">
14066 \begin_inset Text
14067
14068 \begin_layout Plain Layout
14069 52,75
14070 \end_layout
14071
14072 \end_inset
14073 </cell>
14074 <cell alignment="center" valignment="top" usebox="none">
14075 \begin_inset Text
14076
14077 \begin_layout Plain Layout
14078 50,78
14079 \end_layout
14080
14081 \end_inset
14082 </cell>
14083 </row>
14084 <row>
14085 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14086 \begin_inset Text
14087
14088 \begin_layout Plain Layout
14089 in % der Pixelgröße
14090 \end_layout
14091
14092 \end_inset
14093 </cell>
14094 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14095 \begin_inset Text
14096
14097 \begin_layout Plain Layout
14098 76,3
14099 \end_layout
14100
14101 \end_inset
14102 </cell>
14103 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14104 \begin_inset Text
14105
14106 \begin_layout Plain Layout
14107 95,9
14108 \end_layout
14109
14110 \end_inset
14111 </cell>
14112 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14113 \begin_inset Text
14114
14115 \begin_layout Plain Layout
14116 92,3
14117 \end_layout
14118
14119 \end_inset
14120 </cell>
14121 </row>
14122 </lyxtabular>
14123
14124 \end_inset
14125
14126
14127 \end_layout
14128
14129 \end_inset
14130
14131
14132 \end_layout
14133
14134 \begin_layout Section
14135 Vertikale Tabellen-Ausrichtung
14136 \begin_inset Index
14137 status collapsed
14138
14139 \begin_layout Plain Layout
14140 Tabellen ! Ausrichtung
14141 \end_layout
14142
14143 \end_inset
14144
14145
14146 \end_layout
14147
14148 \begin_layout Standard
14149 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
14150  einer Box sein.
14151  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
14152 \begin_inset space ~
14153 \end_inset
14154
14155
14156 \begin_inset CommandInset ref
14157 LatexCommand ref
14158 reference "abs:Box-Dialog"
14159
14160 \end_inset
14161
14162  beschrieben.
14163 \end_layout
14164
14165 \begin_layout Standard
14166 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
14167 \begin_inset Foot
14168 status collapsed
14169
14170 \begin_layout Plain Layout
14171 Minipages werden in Abschnitt
14172 \begin_inset space ~
14173 \end_inset
14174
14175
14176 \begin_inset CommandInset ref
14177 LatexCommand ref
14178 reference "abs:Minipage"
14179
14180 \end_inset
14181
14182  beschrieben.
14183 \end_layout
14184
14185 \end_inset
14186
14187  mit 15
14188 \begin_inset space \thinspace{}
14189 \end_inset
14190
14191 col%-Breite:
14192 \end_layout
14193
14194 \begin_layout Itemize
14195 Test 
14196 \begin_inset Box Frameless
14197 position "t"
14198 hor_pos "c"
14199 has_inner_box 1
14200 inner_pos "c"
14201 use_parbox 0
14202 width "15col%"
14203 special "none"
14204 height "1in"
14205 height_special "totalheight"
14206 status collapsed
14207
14208 \begin_layout Plain Layout
14209 \begin_inset Tabular
14210 <lyxtabular version="3" rows="3" columns="3">
14211 <features>
14212 <column alignment="center" valignment="top" width="0">
14213 <column alignment="center" valignment="top" width="0">
14214 <column alignment="center" valignment="top" width="0">
14215 <row>
14216 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14217 \begin_inset Text
14218
14219 \begin_layout Plain Layout
14220 Tabelle 1
14221 \end_layout
14222
14223 \end_inset
14224 </cell>
14225 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14226 \begin_inset Text
14227
14228 \begin_layout Plain Layout
14229
14230 \end_layout
14231
14232 \end_inset
14233 </cell>
14234 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14235 \begin_inset Text
14236
14237 \begin_layout Plain Layout
14238
14239 \end_layout
14240
14241 \end_inset
14242 </cell>
14243 </row>
14244 <row>
14245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14246 \begin_inset Text
14247
14248 \begin_layout Plain Layout
14249 b
14250 \end_layout
14251
14252 \end_inset
14253 </cell>
14254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14255 \begin_inset Text
14256
14257 \begin_layout Plain Layout
14258 e
14259 \end_layout
14260
14261 \end_inset
14262 </cell>
14263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14264 \begin_inset Text
14265
14266 \begin_layout Plain Layout
14267 h
14268 \end_layout
14269
14270 \end_inset
14271 </cell>
14272 </row>
14273 <row>
14274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14275 \begin_inset Text
14276
14277 \begin_layout Plain Layout
14278 c
14279 \end_layout
14280
14281 \end_inset
14282 </cell>
14283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14284 \begin_inset Text
14285
14286 \begin_layout Plain Layout
14287 f
14288 \end_layout
14289
14290 \end_inset
14291 </cell>
14292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14293 \begin_inset Text
14294
14295 \begin_layout Plain Layout
14296 i
14297 \end_layout
14298
14299 \end_inset
14300 </cell>
14301 </row>
14302 </lyxtabular>
14303
14304 \end_inset
14305
14306
14307 \end_layout
14308
14309 \end_inset
14310
14311  Test 
14312 \begin_inset ERT
14313 status collapsed
14314
14315 \begin_layout Plain Layout
14316
14317
14318 \backslash
14319 raisebox{0.85
14320 \backslash
14321 baselineskip}{
14322 \end_layout
14323
14324 \end_inset
14325
14326
14327 \begin_inset Box Frameless
14328 position "t"
14329 hor_pos "c"
14330 has_inner_box 1
14331 inner_pos "c"
14332 use_parbox 0
14333 width "15col%"
14334 special "none"
14335 height "1in"
14336 height_special "totalheight"
14337 status collapsed
14338
14339 \begin_layout Plain Layout
14340 \begin_inset Tabular
14341 <lyxtabular version="3" rows="3" columns="3">
14342 <features>
14343 <column alignment="center" valignment="top" width="0">
14344 <column alignment="center" valignment="top" width="0">
14345 <column alignment="center" valignment="top" width="0">
14346 <row>
14347 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14348 \begin_inset Text
14349
14350 \begin_layout Plain Layout
14351 Tabelle 2
14352 \end_layout
14353
14354 \end_inset
14355 </cell>
14356 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14357 \begin_inset Text
14358
14359 \begin_layout Plain Layout
14360
14361 \end_layout
14362
14363 \end_inset
14364 </cell>
14365 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14366 \begin_inset Text
14367
14368 \begin_layout Plain Layout
14369
14370 \end_layout
14371
14372 \end_inset
14373 </cell>
14374 </row>
14375 <row>
14376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14377 \begin_inset Text
14378
14379 \begin_layout Plain Layout
14380 b
14381 \end_layout
14382
14383 \end_inset
14384 </cell>
14385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14386 \begin_inset Text
14387
14388 \begin_layout Plain Layout
14389 e
14390 \end_layout
14391
14392 \end_inset
14393 </cell>
14394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14395 \begin_inset Text
14396
14397 \begin_layout Plain Layout
14398 h
14399 \end_layout
14400
14401 \end_inset
14402 </cell>
14403 </row>
14404 <row>
14405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14406 \begin_inset Text
14407
14408 \begin_layout Plain Layout
14409 c
14410 \end_layout
14411
14412 \end_inset
14413 </cell>
14414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14415 \begin_inset Text
14416
14417 \begin_layout Plain Layout
14418 f
14419 \end_layout
14420
14421 \end_inset
14422 </cell>
14423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14424 \begin_inset Text
14425
14426 \begin_layout Plain Layout
14427 i
14428 \end_layout
14429
14430 \end_inset
14431 </cell>
14432 </row>
14433 </lyxtabular>
14434
14435 \end_inset
14436
14437
14438 \end_layout
14439
14440 \end_inset
14441
14442
14443 \begin_inset ERT
14444 status collapsed
14445
14446 \begin_layout Plain Layout
14447
14448 }
14449 \end_layout
14450
14451 \end_inset
14452
14453
14454 \end_layout
14455
14456 \begin_layout Itemize
14457 Test 
14458 \begin_inset Box Frameless
14459 position "c"
14460 hor_pos "c"
14461 has_inner_box 1
14462 inner_pos "c"
14463 use_parbox 0
14464 width "15col%"
14465 special "none"
14466 height "1in"
14467 height_special "totalheight"
14468 status collapsed
14469
14470 \begin_layout Plain Layout
14471 \begin_inset Tabular
14472 <lyxtabular version="3" rows="3" columns="3">
14473 <features>
14474 <column alignment="center" valignment="top" width="0">
14475 <column alignment="center" valignment="top" width="0">
14476 <column alignment="center" valignment="top" width="0">
14477 <row>
14478 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14479 \begin_inset Text
14480
14481 \begin_layout Plain Layout
14482 Tabelle 3
14483 \end_layout
14484
14485 \end_inset
14486 </cell>
14487 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14488 \begin_inset Text
14489
14490 \begin_layout Plain Layout
14491
14492 \end_layout
14493
14494 \end_inset
14495 </cell>
14496 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14497 \begin_inset Text
14498
14499 \begin_layout Plain Layout
14500
14501 \end_layout
14502
14503 \end_inset
14504 </cell>
14505 </row>
14506 <row>
14507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14508 \begin_inset Text
14509
14510 \begin_layout Plain Layout
14511 b
14512 \end_layout
14513
14514 \end_inset
14515 </cell>
14516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14517 \begin_inset Text
14518
14519 \begin_layout Plain Layout
14520 e
14521 \end_layout
14522
14523 \end_inset
14524 </cell>
14525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14526 \begin_inset Text
14527
14528 \begin_layout Plain Layout
14529 h
14530 \end_layout
14531
14532 \end_inset
14533 </cell>
14534 </row>
14535 <row>
14536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14537 \begin_inset Text
14538
14539 \begin_layout Plain Layout
14540 c
14541 \end_layout
14542
14543 \end_inset
14544 </cell>
14545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14546 \begin_inset Text
14547
14548 \begin_layout Plain Layout
14549 f
14550 \end_layout
14551
14552 \end_inset
14553 </cell>
14554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14555 \begin_inset Text
14556
14557 \begin_layout Plain Layout
14558 i
14559 \end_layout
14560
14561 \end_inset
14562 </cell>
14563 </row>
14564 </lyxtabular>
14565
14566 \end_inset
14567
14568
14569 \end_layout
14570
14571 \end_inset
14572
14573
14574 \end_layout
14575
14576 \begin_layout Itemize
14577 Test 
14578 \begin_inset Box Frameless
14579 position "b"
14580 hor_pos "c"
14581 has_inner_box 1
14582 inner_pos "c"
14583 use_parbox 0
14584 width "15col%"
14585 special "none"
14586 height "1in"
14587 height_special "totalheight"
14588 status collapsed
14589
14590 \begin_layout Plain Layout
14591 \begin_inset Tabular
14592 <lyxtabular version="3" rows="3" columns="3">
14593 <features>
14594 <column alignment="center" valignment="top" width="0">
14595 <column alignment="center" valignment="top" width="0">
14596 <column alignment="center" valignment="top" width="0">
14597 <row>
14598 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14599 \begin_inset Text
14600
14601 \begin_layout Plain Layout
14602 Tabelle 4
14603 \end_layout
14604
14605 \end_inset
14606 </cell>
14607 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14608 \begin_inset Text
14609
14610 \begin_layout Plain Layout
14611
14612 \end_layout
14613
14614 \end_inset
14615 </cell>
14616 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14617 \begin_inset Text
14618
14619 \begin_layout Plain Layout
14620
14621 \end_layout
14622
14623 \end_inset
14624 </cell>
14625 </row>
14626 <row>
14627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14628 \begin_inset Text
14629
14630 \begin_layout Plain Layout
14631 b
14632 \end_layout
14633
14634 \end_inset
14635 </cell>
14636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14637 \begin_inset Text
14638
14639 \begin_layout Plain Layout
14640 e
14641 \end_layout
14642
14643 \end_inset
14644 </cell>
14645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14646 \begin_inset Text
14647
14648 \begin_layout Plain Layout
14649 h
14650 \end_layout
14651
14652 \end_inset
14653 </cell>
14654 </row>
14655 <row>
14656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14657 \begin_inset Text
14658
14659 \begin_layout Plain Layout
14660 c
14661 \end_layout
14662
14663 \end_inset
14664 </cell>
14665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14666 \begin_inset Text
14667
14668 \begin_layout Plain Layout
14669 f
14670 \end_layout
14671
14672 \end_inset
14673 </cell>
14674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14675 \begin_inset Text
14676
14677 \begin_layout Plain Layout
14678 i
14679 \end_layout
14680
14681 \end_inset
14682 </cell>
14683 </row>
14684 </lyxtabular>
14685
14686 \end_inset
14687
14688
14689 \end_layout
14690
14691 \end_inset
14692
14693 Test 
14694 \begin_inset ERT
14695 status collapsed
14696
14697 \begin_layout Plain Layout
14698
14699
14700 \backslash
14701 raisebox{-0.32
14702 \backslash
14703 baselineskip}{
14704 \end_layout
14705
14706 \end_inset
14707
14708
14709 \begin_inset Box Frameless
14710 position "b"
14711 hor_pos "c"
14712 has_inner_box 1
14713 inner_pos "c"
14714 use_parbox 0
14715 width "15col%"
14716 special "none"
14717 height "1in"
14718 height_special "totalheight"
14719 status collapsed
14720
14721 \begin_layout Plain Layout
14722 \begin_inset Tabular
14723 <lyxtabular version="3" rows="3" columns="3">
14724 <features>
14725 <column alignment="center" valignment="top" width="0">
14726 <column alignment="center" valignment="top" width="0">
14727 <column alignment="center" valignment="top" width="0">
14728 <row>
14729 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14730 \begin_inset Text
14731
14732 \begin_layout Plain Layout
14733 Tabelle 5
14734 \end_layout
14735
14736 \end_inset
14737 </cell>
14738 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14739 \begin_inset Text
14740
14741 \begin_layout Plain Layout
14742
14743 \end_layout
14744
14745 \end_inset
14746 </cell>
14747 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14748 \begin_inset Text
14749
14750 \begin_layout Plain Layout
14751
14752 \end_layout
14753
14754 \end_inset
14755 </cell>
14756 </row>
14757 <row>
14758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14759 \begin_inset Text
14760
14761 \begin_layout Plain Layout
14762 b
14763 \end_layout
14764
14765 \end_inset
14766 </cell>
14767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14768 \begin_inset Text
14769
14770 \begin_layout Plain Layout
14771 e
14772 \end_layout
14773
14774 \end_inset
14775 </cell>
14776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14777 \begin_inset Text
14778
14779 \begin_layout Plain Layout
14780 h
14781 \end_layout
14782
14783 \end_inset
14784 </cell>
14785 </row>
14786 <row>
14787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14788 \begin_inset Text
14789
14790 \begin_layout Plain Layout
14791 c
14792 \end_layout
14793
14794 \end_inset
14795 </cell>
14796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14797 \begin_inset Text
14798
14799 \begin_layout Plain Layout
14800 f
14801 \end_layout
14802
14803 \end_inset
14804 </cell>
14805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14806 \begin_inset Text
14807
14808 \begin_layout Plain Layout
14809 i
14810 \end_layout
14811
14812 \end_inset
14813 </cell>
14814 </row>
14815 </lyxtabular>
14816
14817 \end_inset
14818
14819
14820 \end_layout
14821
14822 \end_inset
14823
14824
14825 \begin_inset ERT
14826 status collapsed
14827
14828 \begin_layout Plain Layout
14829
14830 }
14831 \end_layout
14832
14833 \end_inset
14834
14835
14836 \end_layout
14837
14838 \begin_layout Standard
14839 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
14840 \begin_inset space \space{}
14841 \end_inset
14842
14843 1 und letzten Zeile von Tabelle
14844 \begin_inset space \space{}
14845 \end_inset
14846
14847 4 bezüglich dem Wort 
14848 \begin_inset Quotes gld
14849 \end_inset
14850
14851 Test
14852 \begin_inset Quotes grd
14853 \end_inset
14854
14855  nicht richtig ausgerichtet.
14856  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14857 \begin_inset Quotes gld
14858 \end_inset
14859
14860 Raisebox
14861 \begin_inset Quotes grd
14862 \end_inset
14863
14864
14865 \begin_inset Foot
14866 status collapsed
14867
14868 \begin_layout Plain Layout
14869 Raiseboxen werden in Abschnitt
14870 \begin_inset space ~
14871 \end_inset
14872
14873
14874 \begin_inset CommandInset ref
14875 LatexCommand ref
14876 reference "uab:Vertikale-Ausrichtung"
14877
14878 \end_inset
14879
14880  beschrieben.
14881 \end_layout
14882
14883 \end_inset
14884
14885  setzen.
14886  In Tabelle
14887 \begin_inset space \space{}
14888 \end_inset
14889
14890 2 wurde der Text mit dem Befehl
14891 \end_layout
14892
14893 \begin_layout Standard
14894
14895 \series bold
14896
14897 \backslash
14898 raisebox{0.85
14899 \backslash
14900 baselineskip}{
14901 \end_layout
14902
14903 \begin_layout Standard
14904 vor der Box ausgerichtet.
14905  Hinter der Box wurde auch noch 
14906 \series bold
14907 }
14908 \series default
14909  als TeX-Code eingefügt, weil der obige Befehl mit 
14910 \series bold
14911 {
14912 \series default
14913  aufhörte.
14914  Für Tabelle
14915 \begin_inset space \space{}
14916 \end_inset
14917
14918 5 wurde der Befehl
14919 \end_layout
14920
14921 \begin_layout Standard
14922
14923 \series bold
14924
14925 \backslash
14926 raisebox{-0.32
14927 \backslash
14928 baselineskip}{
14929 \end_layout
14930
14931 \begin_layout Standard
14932 benutzt.
14933 \end_layout
14934
14935 \begin_layout Standard
14936 \begin_inset Note Greyedout
14937 status open
14938
14939 \begin_layout Plain Layout
14940
14941 \series bold
14942 Bemerkung:
14943 \series default
14944  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14945  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14946  Der Faktor im 
14947 \series bold
14948
14949 \backslash
14950 raisebox
14951 \series default
14952 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14953 \end_layout
14954
14955 \end_inset
14956
14957
14958 \end_layout
14959
14960 \begin_layout Section
14961 Farbige Tabellen
14962 \begin_inset CommandInset label
14963 LatexCommand label
14964 name "abs:Farbige-Tabellen"
14965
14966 \end_inset
14967
14968
14969 \begin_inset Index
14970 status collapsed
14971
14972 \begin_layout Plain Layout
14973 Tabellen ! farbige
14974 \end_layout
14975
14976 \end_inset
14977
14978
14979 \end_layout
14980
14981 \begin_layout Subsection
14982 Farbige Zellen
14983 \begin_inset Index
14984 status collapsed
14985
14986 \begin_layout Plain Layout
14987 farbige !  Tabellenzellen
14988 \end_layout
14989
14990 \end_inset
14991
14992
14993 \end_layout
14994
14995 \begin_layout Standard
14996 \begin_inset Float table
14997 placement h
14998 wide false
14999 sideways false
15000 status open
15001
15002 \begin_layout Plain Layout
15003 \begin_inset Caption
15004
15005 \begin_layout Plain Layout
15006 \begin_inset CommandInset label
15007 LatexCommand label
15008 name "tab:Farbige-Tabelle-ohne"
15009
15010 \end_inset
15011
15012 Farbige Tabelle, ohne Paket 
15013 \series bold
15014 colortbl
15015 \series default
15016
15017 \begin_inset OptArg
15018 status collapsed
15019
15020 \begin_layout Plain Layout
15021 Tabelle ohne 
15022 \family typewriter
15023 colortbl
15024 \end_layout
15025
15026 \end_inset
15027
15028
15029 \end_layout
15030
15031 \end_inset
15032
15033
15034 \end_layout
15035
15036 \begin_layout Plain Layout
15037 \align center
15038 \begin_inset Tabular
15039 <lyxtabular version="3" rows="3" columns="3">
15040 <features>
15041 <column alignment="center" valignment="top" width="0">
15042 <column alignment="center" valignment="top" width="0">
15043 <column alignment="center" valignment="top" width="0">
15044 <row>
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 green
15051 a
15052 \end_layout
15053
15054 \end_inset
15055 </cell>
15056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15057 \begin_inset Text
15058
15059 \begin_layout Plain Layout
15060
15061 \color red
15062 b
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15068 \begin_inset Text
15069
15070 \begin_layout Plain Layout
15071
15072 \color red
15073 c
15074 \end_layout
15075
15076 \end_inset
15077 </cell>
15078 </row>
15079 <row>
15080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Plain Layout
15084
15085 \color green
15086 d
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15092 \begin_inset Text
15093
15094 \begin_layout Plain Layout
15095
15096 \color blue
15097 e
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15103 \begin_inset Text
15104
15105 \begin_layout Plain Layout
15106
15107 \color blue
15108 f
15109 \end_layout
15110
15111 \end_inset
15112 </cell>
15113 </row>
15114 <row>
15115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119
15120 \color green
15121 g
15122 \end_layout
15123
15124 \end_inset
15125 </cell>
15126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15127 \begin_inset Text
15128
15129 \begin_layout Plain Layout
15130
15131 \color blue
15132 h
15133 \end_layout
15134
15135 \end_inset
15136 </cell>
15137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15138 \begin_inset Text
15139
15140 \begin_layout Plain Layout
15141
15142 \color blue
15143 i
15144 \end_layout
15145
15146 \end_inset
15147 </cell>
15148 </row>
15149 </lyxtabular>
15150
15151 \end_inset
15152
15153
15154 \end_layout
15155
15156 \end_inset
15157
15158
15159 \end_layout
15160
15161 \begin_layout Standard
15162 \begin_inset CommandInset label
15163 LatexCommand label
15164 name "Wenn-Sie-nur"
15165
15166 \end_inset
15167
15168 Wenn Sie nur farbigen Text
15169 \begin_inset Index
15170 status collapsed
15171
15172 \begin_layout Plain Layout
15173 Farbe ! für Text
15174 \end_layout
15175
15176 \end_inset
15177
15178  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15179  auf den Werkzeugleistenknopf 
15180 \begin_inset Graphics
15181         filename ../../images/dialog-show_character.png
15182         scale 70
15183         scaleBeforeRotation
15184         BoundingBox 0bp 0bp 20bp 20bp
15185
15186 \end_inset
15187
15188  oder über das Menü 
15189 \family sans
15190 Bearbeiten\SpecialChar \menuseparator
15191 Textstil\SpecialChar \menuseparator
15192 Benutzerdefiniert
15193 \family default
15194  mit dem 
15195 \family sans
15196 Textstil
15197 \family default
15198 -Dialog wie es in Tabelle
15199 \begin_inset space ~
15200 \end_inset
15201
15202
15203 \begin_inset CommandInset ref
15204 LatexCommand ref
15205 reference "tab:Farbige-Tabelle-ohne"
15206
15207 \end_inset
15208
15209  gemacht wurde.
15210  In anderen Fällen müssen Sie das LaTeX-Paket 
15211 \series bold
15212 colortbl
15213 \series default
15214  benutzen.
15215 \begin_inset Index
15216 status collapsed
15217
15218 \begin_layout Plain Layout
15219 LaTeX-Pakete ! colortbl
15220 \end_layout
15221
15222 \end_inset
15223
15224
15225 \end_layout
15226
15227 \begin_layout Standard
15228 \begin_inset ERT
15229 status collapsed
15230
15231 \begin_layout Plain Layout
15232
15233
15234 \backslash
15235 ifcolortbl
15236 \end_layout
15237
15238 \end_inset
15239
15240
15241 \begin_inset Note Note
15242 status open
15243
15244 \begin_layout Plain Layout
15245 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15246 \series bold
15247 colortbl
15248 \series default
15249  installiert ist.
15250 \end_layout
15251
15252 \end_inset
15253
15254
15255 \end_layout
15256
15257 \begin_layout Standard
15258 Um farbige Tabellen zu erzeugen, muss 
15259 \series bold
15260 colortbl
15261 \series default
15262  im LaTeX-Vorspann geladen werden:
15263 \end_layout
15264
15265 \begin_layout Standard
15266
15267 \series bold
15268
15269 \backslash
15270 usepackage{colortbl}
15271 \end_layout
15272
15273 \begin_layout Standard
15274 Die Farbe einer Spalte ändert man dann mit dem Befehl
15275 \end_layout
15276
15277 \begin_layout Standard
15278
15279 \series bold
15280
15281 \backslash
15282 columncolor{Farbname}
15283 \end_layout
15284
15285 \begin_layout Standard
15286 innerhalb des Befehls 
15287 \series bold
15288 >{}
15289 \series default
15290 .
15291  Mehr über den Befehl 
15292 \series bold
15293 >{}
15294 \series default
15295  finden Sie im Abschnitt
15296 \begin_inset space ~
15297 \end_inset
15298
15299
15300 \begin_inset CommandInset ref
15301 LatexCommand ref
15302 reference "uab:Mehrfachspalten-Berechnungen"
15303
15304 \end_inset
15305
15306 .
15307 \end_layout
15308
15309 \begin_layout Standard
15310 Folgende Farbnamen sind vordefiniert:
15311 \end_layout
15312
15313 \begin_layout Standard
15314
15315 \family sans
15316 red
15317 \family default
15318
15319 \family sans
15320 green
15321 \family default
15322
15323 \family sans
15324 yellow
15325 \family default
15326
15327 \family sans
15328 blue
15329 \family default
15330
15331 \family sans
15332 cyan
15333 \family default
15334
15335 \family sans
15336 magenta
15337 \family default
15338
15339 \family sans
15340 black
15341 \family default
15342  und 
15343 \family sans
15344 white
15345 \begin_inset Newline newline
15346 \end_inset
15347
15348 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15349 \family default
15350 und
15351 \family sans
15352  weiß
15353 \family default
15354 ).
15355 \end_layout
15356
15357 \begin_layout Standard
15358 \begin_inset VSpace medskip
15359 \end_inset
15360
15361
15362 \end_layout
15363
15364 \begin_layout Standard
15365 Sie können auch eigene Farben definieren:
15366 \end_layout
15367
15368 \begin_layout Standard
15369
15370 \series bold
15371
15372 \backslash
15373 definecolor{Farbname}{Farbmodell}{Farbwerte}
15374 \end_layout
15375
15376 \begin_layout Standard
15377 Das Farbmodell kann eins der folgenden sein:
15378 \end_layout
15379
15380 \begin_layout Labeling
15381 \labelwidthstring 00.00.0000
15382 cmyk: cyan, magenta, yellow, black
15383 \end_layout
15384
15385 \begin_layout Labeling
15386 \labelwidthstring 00.00.0000
15387 rgb: red, green blue
15388 \end_layout
15389
15390 \begin_layout Labeling
15391 \labelwidthstring 00.00.0000
15392 gray: gray
15393 \end_layout
15394
15395 \begin_layout Standard
15396 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15397  die die entsprechende Farbe für das Farbmodell beschreiben.
15398 \end_layout
15399
15400 \begin_layout Standard
15401 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15402 \emph on
15403
15404 \begin_inset Quotes gld
15405 \end_inset
15406
15407 dunkelgruen
15408 \emph default
15409
15410 \begin_inset Quotes grd
15411 \end_inset
15412
15413  und 
15414 \begin_inset Quotes gld
15415 \end_inset
15416
15417
15418 \emph on
15419 hellgrau
15420 \emph default
15421
15422 \begin_inset Quotes grd
15423 \end_inset
15424
15425  folgendermaßen definieren:
15426 \end_layout
15427
15428 \begin_layout Standard
15429
15430 \series bold
15431
15432 \backslash
15433 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15434 \end_layout
15435
15436 \begin_layout Standard
15437
15438 \series bold
15439
15440 \backslash
15441 definecolor{hellgrau}{gray}{0.8}
15442 \end_layout
15443
15444 \begin_layout Standard
15445 \begin_inset VSpace medskip
15446 \end_inset
15447
15448
15449 \end_layout
15450
15451 \begin_layout Standard
15452 Linien werden mit dem Befehl
15453 \end_layout
15454
15455 \begin_layout Standard
15456
15457 \series bold
15458
15459 \backslash
15460 rowcolor{Farbname}
15461 \end_layout
15462
15463 \begin_layout Standard
15464 gefärbt, Zellen mit dem Befehl
15465 \end_layout
15466
15467 \begin_layout Standard
15468
15469 \series bold
15470
15471 \backslash
15472 cellcolor{Farbname}
15473 \end_layout
15474
15475 \begin_layout Standard
15476 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15477 \end_layout
15478
15479 \begin_layout Standard
15480 Um nur Text zu färben, machen Sie es wie 
15481 \begin_inset CommandInset ref
15482 LatexCommand vpageref
15483 reference "Wenn-Sie-nur"
15484
15485 \end_inset
15486
15487  beschrieben.
15488  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15489 \emph on
15490 markieren Sie nur den Text
15491 \emph default
15492 , sonst werden Sie LaTeX-Fehler erzeugen.
15493 \end_layout
15494
15495 \begin_layout Standard
15496 \begin_inset Note Greyedout
15497 status open
15498
15499 \begin_layout Plain Layout
15500
15501 \series bold
15502 Achtung:
15503 \series default
15504  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15505 \end_layout
15506
15507 \end_inset
15508
15509
15510 \end_layout
15511
15512 \begin_layout Standard
15513 \begin_inset VSpace medskip
15514 \end_inset
15515
15516
15517 \end_layout
15518
15519 \begin_layout Standard
15520 Die Tabelle
15521 \begin_inset space ~
15522 \end_inset
15523
15524
15525 \begin_inset CommandInset ref
15526 LatexCommand ref
15527 reference "tab:Table-colored-using"
15528
15529 \end_inset
15530
15531  wurde folgendermaßen erstellt: die erste Spalte soll 
15532 \emph on
15533
15534 \begin_inset Quotes gld
15535 \end_inset
15536
15537 dunkelgruen
15538 \emph default
15539
15540 \begin_inset Quotes grd
15541 \end_inset
15542
15543  werden, also müssen Sie ins 
15544 \family sans
15545 LaTe
15546 \begin_inset ERT
15547 status collapsed
15548
15549 \begin_layout Plain Layout
15550
15551 {}
15552 \end_layout
15553
15554 \end_inset
15555
15556 X-Argument
15557 \family default
15558  der Zellen der ersten Spalte den Befehl
15559 \end_layout
15560
15561 \begin_layout Standard
15562
15563 \series bold
15564 >{
15565 \backslash
15566 columncolor{dunkelgruen}
15567 \backslash
15568 centering}c
15569 \end_layout
15570
15571 \begin_layout Standard
15572 schreiben.
15573  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15574 \end_layout
15575
15576 \begin_layout Standard
15577
15578 \series bold
15579
15580 \backslash
15581 rowcolow{cyan}
15582 \end_layout
15583
15584 \begin_layout Standard
15585 in die erste Zelle der ersten Zeile eingefügt.
15586  Diese Farbe ersetzt die Spaltenfarbe.
15587  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15588  wird mit folgendem Befehl erreicht:
15589 \end_layout
15590
15591 \begin_layout Standard
15592
15593 \series bold
15594
15595 \backslash
15596 cellcolor{magenta}
15597 \end_layout
15598
15599 \begin_layout Standard
15600 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15601 \family sans
15602 Textstil
15603 \family default
15604 -Dialog.
15605 \end_layout
15606
15607 \begin_layout Standard
15608 \begin_inset Float table
15609 placement h
15610 wide false
15611 sideways false
15612 status open
15613
15614 \begin_layout Plain Layout
15615 \begin_inset Caption
15616
15617 \begin_layout Plain Layout
15618 \begin_inset CommandInset label
15619 LatexCommand label
15620 name "tab:Table-colored-using"
15621
15622 \end_inset
15623
15624 Eine mit dem Paket 
15625 \series bold
15626 colortbl
15627 \series default
15628  gefärbte Tabelle
15629 \begin_inset OptArg
15630 status collapsed
15631
15632 \begin_layout Plain Layout
15633 Tabelle mit 
15634 \family typewriter
15635 colortbl
15636 \end_layout
15637
15638 \end_inset
15639
15640
15641 \end_layout
15642
15643 \end_inset
15644
15645
15646 \end_layout
15647
15648 \begin_layout Plain Layout
15649 \align center
15650 \begin_inset Tabular
15651 <lyxtabular version="3" rows="3" columns="3">
15652 <features>
15653 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15654 <column alignment="center" valignment="top" width="0">
15655 <column alignment="center" valignment="top" width="0">
15656 <row>
15657 <cell alignment="center" valignment="top" usebox="none">
15658 \begin_inset Text
15659
15660 \begin_layout Plain Layout
15661 \begin_inset ERT
15662 status collapsed
15663
15664 \begin_layout Plain Layout
15665
15666
15667 \backslash
15668 rowcolor{cyan}
15669 \end_layout
15670
15671 \end_inset
15672
15673
15674 \color magenta
15675 a
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 red
15686 b
15687 \end_layout
15688
15689 \end_inset
15690 </cell>
15691 <cell alignment="center" valignment="top" usebox="none">
15692 \begin_inset Text
15693
15694 \begin_layout Plain Layout
15695
15696 \color red
15697 c
15698 \end_layout
15699
15700 \end_inset
15701 </cell>
15702 </row>
15703 <row>
15704 <cell alignment="center" valignment="top" usebox="none">
15705 \begin_inset Text
15706
15707 \begin_layout Plain Layout
15708
15709 \color yellow
15710 d
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
15720 \color blue
15721 e
15722 \end_layout
15723
15724 \end_inset
15725 </cell>
15726 <cell alignment="center" valignment="top" usebox="none">
15727 \begin_inset Text
15728
15729 \begin_layout Plain Layout
15730
15731 \color blue
15732 f
15733 \end_layout
15734
15735 \end_inset
15736 </cell>
15737 </row>
15738 <row>
15739 <cell alignment="center" valignment="top" usebox="none">
15740 \begin_inset Text
15741
15742 \begin_layout Plain Layout
15743
15744 \color yellow
15745 g
15746 \end_layout
15747
15748 \end_inset
15749 </cell>
15750 <cell alignment="center" valignment="top" usebox="none">
15751 \begin_inset Text
15752
15753 \begin_layout Plain Layout
15754
15755 \color blue
15756 h
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 <cell alignment="center" valignment="top" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765 \begin_inset ERT
15766 status collapsed
15767
15768 \begin_layout Plain Layout
15769
15770
15771 \backslash
15772 cellcolor{magenta}
15773 \end_layout
15774
15775 \end_inset
15776
15777
15778 \color green
15779 i
15780 \end_layout
15781
15782 \end_inset
15783 </cell>
15784 </row>
15785 </lyxtabular>
15786
15787 \end_inset
15788
15789
15790 \end_layout
15791
15792 \end_inset
15793
15794
15795 \end_layout
15796
15797 \begin_layout Standard
15798 \begin_inset ERT
15799 status collapsed
15800
15801 \begin_layout Plain Layout
15802
15803
15804 \backslash
15805 else
15806 \end_layout
15807
15808 \end_inset
15809
15810
15811 \begin_inset Note Note
15812 status open
15813
15814 \begin_layout Plain Layout
15815 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15816 \series bold
15817 colortbl
15818 \series default
15819  nicht installiert ist:
15820 \end_layout
15821
15822 \end_inset
15823
15824
15825 \end_layout
15826
15827 \begin_layout Standard
15828 Sie müssen das LaTeX-Paket 
15829 \series bold
15830 colortbl
15831 \series default
15832  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15833 \end_layout
15834
15835 \begin_layout Standard
15836 \begin_inset ERT
15837 status collapsed
15838
15839 \begin_layout Plain Layout
15840
15841
15842 \backslash
15843 fi
15844 \end_layout
15845
15846 \end_inset
15847
15848
15849 \end_layout
15850
15851 \begin_layout Subsection
15852 Farbige Linien
15853 \begin_inset Index
15854 status collapsed
15855
15856 \begin_layout Plain Layout
15857 farbige !  Tabellenlinien
15858 \end_layout
15859
15860 \end_inset
15861
15862
15863 \end_layout
15864
15865 \begin_layout Standard
15866 Wie in Abschnitt
15867 \begin_inset space ~
15868 \end_inset
15869
15870
15871 \begin_inset CommandInset ref
15872 LatexCommand ref
15873 reference "uab:Liniendicke"
15874
15875 \end_inset
15876
15877  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
15878 \series bold
15879
15880 \backslash
15881 arrayrulewidth
15882 \series default
15883  definiert werden.
15884  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15885 \begin_inset space \thinspace{}
15886 \end_inset
15887
15888 pt gesetzt.
15889 \begin_inset ERT
15890 status collapsed
15891
15892 \begin_layout Plain Layout
15893
15894
15895 \backslash
15896 setlength{
15897 \backslash
15898 arrayrulewidth}{1.5pt}
15899 \end_layout
15900
15901 \end_inset
15902
15903
15904 \end_layout
15905
15906 \begin_layout Standard
15907 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15908 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15909 \begin_inset space ~
15910 \end_inset
15911
15912
15913 \begin_inset CommandInset ref
15914 LatexCommand ref
15915 reference "uab:Angepasste-Zellen-/Spaltenformate"
15916
15917 \end_inset
15918
15919  definiert:
15920 \end_layout
15921
15922 \begin_layout Standard
15923
15924 \series bold
15925
15926 \backslash
15927 newcolumntype{W}{!{
15928 \backslash
15929 color{green}
15930 \backslash
15931 vline}}
15932 \end_layout
15933
15934 \begin_layout Standard
15935 In Tabelle
15936 \begin_inset space ~
15937 \end_inset
15938
15939
15940 \begin_inset CommandInset ref
15941 LatexCommand ref
15942 reference "tab:Tabelle-mit-farbigen-vert"
15943
15944 \end_inset
15945
15946  wurde das LaTeX-Argument 
15947 \series bold
15948 WcW
15949 \series default
15950  für die letzte und 
15951 \series bold
15952 Wc
15953 \series default
15954  für die anderen Spalten benutzt.
15955 \end_layout
15956
15957 \begin_layout Standard
15958 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15959 \end_layout
15960
15961 \begin_layout Standard
15962 \begin_inset Float table
15963 placement h
15964 wide false
15965 sideways false
15966 status open
15967
15968 \begin_layout Plain Layout
15969 \begin_inset Caption
15970
15971 \begin_layout Plain Layout
15972 \begin_inset CommandInset label
15973 LatexCommand label
15974 name "tab:Tabelle-mit-farbigen-vert"
15975
15976 \end_inset
15977
15978 Tabelle mit farbigen vertikalen Linien
15979 \end_layout
15980
15981 \end_inset
15982
15983
15984 \end_layout
15985
15986 \begin_layout Plain Layout
15987 \align center
15988 \begin_inset Tabular
15989 <lyxtabular version="3" rows="3" columns="3">
15990 <features>
15991 <column alignment="center" valignment="top" width="0" special="Wc">
15992 <column alignment="center" valignment="top" width="0" special="Wc">
15993 <column alignment="center" valignment="top" width="0" special="WcW">
15994 <row>
15995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15996 \begin_inset Text
15997
15998 \begin_layout Plain Layout
15999 sd
16000 \end_layout
16001
16002 \end_inset
16003 </cell>
16004 <cell alignment="center" valignment="top" topline="true" usebox="none">
16005 \begin_inset Text
16006
16007 \begin_layout Plain Layout
16008
16009 \end_layout
16010
16011 \end_inset
16012 </cell>
16013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16014 \begin_inset Text
16015
16016 \begin_layout Plain Layout
16017
16018 \end_layout
16019
16020 \end_inset
16021 </cell>
16022 </row>
16023 <row>
16024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16025 \begin_inset Text
16026
16027 \begin_layout Plain Layout
16028
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 <cell alignment="center" valignment="top" topline="true" usebox="none">
16034 \begin_inset Text
16035
16036 \begin_layout Plain Layout
16037 sd
16038 \end_layout
16039
16040 \end_inset
16041 </cell>
16042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16043 \begin_inset Text
16044
16045 \begin_layout Plain Layout
16046
16047 \end_layout
16048
16049 \end_inset
16050 </cell>
16051 </row>
16052 <row>
16053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16054 \begin_inset Text
16055
16056 \begin_layout Plain Layout
16057
16058 \end_layout
16059
16060 \end_inset
16061 </cell>
16062 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16063 \begin_inset Text
16064
16065 \begin_layout Plain Layout
16066
16067 \end_layout
16068
16069 \end_inset
16070 </cell>
16071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16072 \begin_inset Text
16073
16074 \begin_layout Plain Layout
16075 sd
16076 \end_layout
16077
16078 \end_inset
16079 </cell>
16080 </row>
16081 </lyxtabular>
16082
16083 \end_inset
16084
16085
16086 \end_layout
16087
16088 \end_inset
16089
16090
16091 \end_layout
16092
16093 \begin_layout Standard
16094 \begin_inset VSpace bigskip
16095 \end_inset
16096
16097 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
16098 \begin_inset space ~
16099 \end_inset
16100
16101
16102 \begin_inset CommandInset ref
16103 LatexCommand ref
16104 reference "tab:Tabelle-mit-farbigen-horiz"
16105
16106 \end_inset
16107
16108 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
16109  einfügen:
16110 \end_layout
16111
16112 \begin_layout Standard
16113
16114 \series bold
16115
16116 \backslash
16117 let
16118 \backslash
16119 myHlineC
16120 \backslash
16121 hline
16122 \begin_inset Newline newline
16123 \end_inset
16124
16125
16126 \backslash
16127 renewcommand{
16128 \backslash
16129 hline}
16130 \begin_inset Newline newline
16131 \end_inset
16132
16133
16134 \begin_inset ERT
16135 status collapsed
16136
16137 \begin_layout Plain Layout
16138
16139
16140 \backslash
16141 hphantom{ }
16142 \end_layout
16143
16144 \end_inset
16145
16146 {
16147 \backslash
16148 arrayrulecolor{red}
16149 \backslash
16150 myHlineC
16151 \backslash
16152 arrayrulecolor{black}}
16153 \end_layout
16154
16155 \begin_layout Standard
16156 \begin_inset ERT
16157 status collapsed
16158
16159 \begin_layout Plain Layout
16160
16161
16162 \backslash
16163 let
16164 \backslash
16165 myHlineC
16166 \backslash
16167 hline
16168 \end_layout
16169
16170 \begin_layout Plain Layout
16171
16172
16173 \backslash
16174 renewcommand{
16175 \backslash
16176 hline}
16177 \end_layout
16178
16179 \begin_layout Plain Layout
16180
16181  {
16182 \backslash
16183 arrayrulecolor{red}
16184 \backslash
16185 myHlineC
16186 \backslash
16187 arrayrulecolor{black}}
16188 \end_layout
16189
16190 \end_inset
16191
16192
16193 \begin_inset Float table
16194 placement h
16195 wide false
16196 sideways false
16197 status open
16198
16199 \begin_layout Plain Layout
16200 \begin_inset Caption
16201
16202 \begin_layout Plain Layout
16203 \begin_inset CommandInset label
16204 LatexCommand label
16205 name "tab:Tabelle-mit-farbigen-horiz"
16206
16207 \end_inset
16208
16209 Tabelle mit farbigen horizontalen Linien
16210 \end_layout
16211
16212 \end_inset
16213
16214
16215 \end_layout
16216
16217 \begin_layout Plain Layout
16218 \align center
16219 \begin_inset Tabular
16220 <lyxtabular version="3" rows="3" columns="3">
16221 <features>
16222 <column alignment="center" valignment="top" width="0">
16223 <column alignment="center" valignment="top" width="0">
16224 <column alignment="center" valignment="top" width="0">
16225 <row>
16226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16227 \begin_inset Text
16228
16229 \begin_layout Plain Layout
16230 sd
16231 \end_layout
16232
16233 \end_inset
16234 </cell>
16235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16236 \begin_inset Text
16237
16238 \begin_layout Plain Layout
16239
16240 \end_layout
16241
16242 \end_inset
16243 </cell>
16244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16245 \begin_inset Text
16246
16247 \begin_layout Plain Layout
16248
16249 \end_layout
16250
16251 \end_inset
16252 </cell>
16253 </row>
16254 <row>
16255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16256 \begin_inset Text
16257
16258 \begin_layout Plain Layout
16259
16260 \end_layout
16261
16262 \end_inset
16263 </cell>
16264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16265 \begin_inset Text
16266
16267 \begin_layout Plain Layout
16268 sd
16269 \end_layout
16270
16271 \end_inset
16272 </cell>
16273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16274 \begin_inset Text
16275
16276 \begin_layout Plain Layout
16277
16278 \end_layout
16279
16280 \end_inset
16281 </cell>
16282 </row>
16283 <row>
16284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16285 \begin_inset Text
16286
16287 \begin_layout Plain Layout
16288
16289 \end_layout
16290
16291 \end_inset
16292 </cell>
16293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16294 \begin_inset Text
16295
16296 \begin_layout Plain Layout
16297
16298 \end_layout
16299
16300 \end_inset
16301 </cell>
16302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16303 \begin_inset Text
16304
16305 \begin_layout Plain Layout
16306 sd
16307 \end_layout
16308
16309 \end_inset
16310 </cell>
16311 </row>
16312 </lyxtabular>
16313
16314 \end_inset
16315
16316
16317 \end_layout
16318
16319 \end_inset
16320
16321
16322 \end_layout
16323
16324 \begin_layout Standard
16325 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16326  als TeX-Code hinter der Tabelle einfügen:
16327 \end_layout
16328
16329 \begin_layout Standard
16330
16331 \series bold
16332
16333 \backslash
16334 renewcommand{
16335 \backslash
16336 hline}{
16337 \backslash
16338 myHlineC}
16339 \end_layout
16340
16341 \begin_layout Standard
16342 Tabelle
16343 \begin_inset space ~
16344 \end_inset
16345
16346
16347 \begin_inset CommandInset ref
16348 LatexCommand ref
16349 reference "tab:Table-with-colored"
16350
16351 \end_inset
16352
16353  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16354 \end_layout
16355
16356 \begin_layout Standard
16357 \begin_inset Float table
16358 placement h
16359 wide false
16360 sideways false
16361 status open
16362
16363 \begin_layout Plain Layout
16364 \begin_inset Caption
16365
16366 \begin_layout Plain Layout
16367 \begin_inset CommandInset label
16368 LatexCommand label
16369 name "tab:Table-with-colored"
16370
16371 \end_inset
16372
16373 Tabelle mit farbigen Linien
16374 \end_layout
16375
16376 \end_inset
16377
16378
16379 \end_layout
16380
16381 \begin_layout Plain Layout
16382 \align center
16383 \begin_inset Tabular
16384 <lyxtabular version="3" rows="3" columns="3">
16385 <features>
16386 <column alignment="center" valignment="top" width="0" special="Wc">
16387 <column alignment="center" valignment="top" width="0" special="Wc">
16388 <column alignment="center" valignment="top" width="0" special="WcW">
16389 <row>
16390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16391 \begin_inset Text
16392
16393 \begin_layout Plain Layout
16394 sd
16395 \end_layout
16396
16397 \end_inset
16398 </cell>
16399 <cell alignment="center" valignment="top" topline="true" usebox="none">
16400 \begin_inset Text
16401
16402 \begin_layout Plain Layout
16403
16404 \end_layout
16405
16406 \end_inset
16407 </cell>
16408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16409 \begin_inset Text
16410
16411 \begin_layout Plain Layout
16412
16413 \end_layout
16414
16415 \end_inset
16416 </cell>
16417 </row>
16418 <row>
16419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16420 \begin_inset Text
16421
16422 \begin_layout Plain Layout
16423
16424 \end_layout
16425
16426 \end_inset
16427 </cell>
16428 <cell alignment="center" valignment="top" topline="true" usebox="none">
16429 \begin_inset Text
16430
16431 \begin_layout Plain Layout
16432 sd
16433 \end_layout
16434
16435 \end_inset
16436 </cell>
16437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16438 \begin_inset Text
16439
16440 \begin_layout Plain Layout
16441
16442 \end_layout
16443
16444 \end_inset
16445 </cell>
16446 </row>
16447 <row topspace="default">
16448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16449 \begin_inset Text
16450
16451 \begin_layout Plain Layout
16452
16453 \end_layout
16454
16455 \end_inset
16456 </cell>
16457 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16458 \begin_inset Text
16459
16460 \begin_layout Plain Layout
16461
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16467 \begin_inset Text
16468
16469 \begin_layout Plain Layout
16470 sd
16471 \end_layout
16472
16473 \end_inset
16474 </cell>
16475 </row>
16476 </lyxtabular>
16477
16478 \end_inset
16479
16480
16481 \end_layout
16482
16483 \end_inset
16484
16485
16486 \end_layout
16487
16488 \begin_layout Standard
16489 \begin_inset ERT
16490 status collapsed
16491
16492 \begin_layout Plain Layout
16493
16494
16495 \backslash
16496 renewcommand{
16497 \backslash
16498 hline}{
16499 \backslash
16500 myHlineC}
16501 \end_layout
16502
16503 \end_inset
16504
16505
16506 \end_layout
16507
16508 \begin_layout Standard
16509 \begin_inset ERT
16510 status collapsed
16511
16512 \begin_layout Plain Layout
16513
16514
16515 \backslash
16516 setlength{
16517 \backslash
16518 arrayrulewidth}{0.4pt}
16519 \end_layout
16520
16521 \end_inset
16522
16523
16524 \begin_inset Note Note
16525 status collapsed
16526
16527 \begin_layout Plain Layout
16528 setzt die Liniendicke wieder auf ihren Standardwert zurück
16529 \end_layout
16530
16531 \end_inset
16532
16533
16534 \end_layout
16535
16536 \begin_layout Section
16537 Tabellen-Anpassung
16538 \begin_inset Index
16539 status collapsed
16540
16541 \begin_layout Plain Layout
16542 Tabellen ! Anpassung
16543 \end_layout
16544
16545 \end_inset
16546
16547
16548 \end_layout
16549
16550 \begin_layout Subsection
16551 Zeilenabstand
16552 \begin_inset CommandInset label
16553 LatexCommand label
16554 name "uab:Zeilenabstand"
16555
16556 \end_inset
16557
16558
16559 \begin_inset Index
16560 status collapsed
16561
16562 \begin_layout Plain Layout
16563 Tabellen ! Zeilenabstand
16564 \end_layout
16565
16566 \end_inset
16567
16568
16569 \end_layout
16570
16571 \begin_layout Standard
16572 Auf der Karteikarte 
16573 \family sans
16574 Rahmen
16575 \family default
16576  des 
16577 \family sans
16578 Tabellen-Einstellungen
16579 \family default
16580 -Dialogs können Sie 
16581 \family sans
16582 zusätzliche
16583 \begin_inset space ~
16584 \end_inset
16585
16586 Abstände
16587 \family default
16588  einfügen.
16589  Dabei haben Sie drei Möglichkeiten:
16590 \end_layout
16591
16592 \begin_layout Description
16593 Oberhalb
16594 \begin_inset space ~
16595 \end_inset
16596
16597 der
16598 \begin_inset space ~
16599 \end_inset
16600
16601 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16602  Bei einer formalen Tabelle
16603 \begin_inset Foot
16604 status collapsed
16605
16606 \begin_layout Plain Layout
16607 Formale Tabellen wurden in Abschnitt
16608 \begin_inset space ~
16609 \end_inset
16610
16611
16612 \begin_inset CommandInset ref
16613 LatexCommand ref
16614 reference "abs:Formale-Tabellen"
16615
16616 \end_inset
16617
16618  beschrieben.
16619 \end_layout
16620
16621 \end_inset
16622
16623  fügt LyX standardmäßig 0.5
16624 \begin_inset space \thinspace{}
16625 \end_inset
16626
16627 em Leerraum ein.
16628  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16629 \begin_inset VSpace medskip
16630 \end_inset
16631
16632
16633 \begin_inset Newline newline
16634 \end_inset
16635
16636
16637 \begin_inset space \hspace*{}
16638 \length 0pt
16639 \end_inset
16640
16641
16642 \begin_inset space \hfill{}
16643 \end_inset
16644
16645
16646 \begin_inset Tabular
16647 <lyxtabular version="3" rows="3" columns="1">
16648 <features>
16649 <column alignment="center" valignment="top" width="0">
16650 <row>
16651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655 A
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 </row>
16661 <row topspace="3mm">
16662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666 3
16667 \begin_inset space \thinspace{}
16668 \end_inset
16669
16670 mm Leerraum oberhalb der Zeile
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 </row>
16676 <row>
16677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16678 \begin_inset Text
16679
16680 \begin_layout Plain Layout
16681 C
16682 \end_layout
16683
16684 \end_inset
16685 </cell>
16686 </row>
16687 </lyxtabular>
16688
16689 \end_inset
16690
16691
16692 \begin_inset space \hfill{}
16693 \end_inset
16694
16695
16696 \begin_inset space \hspace*{}
16697 \length 0pt
16698 \end_inset
16699
16700
16701 \begin_inset VSpace medskip
16702 \end_inset
16703
16704
16705 \begin_inset Newline newline
16706 \end_inset
16707
16708 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16709 n Linien verwenden.
16710 \end_layout
16711
16712 \begin_layout Description
16713 Unterhalb
16714 \begin_inset space ~
16715 \end_inset
16716
16717 der
16718 \begin_inset space ~
16719 \end_inset
16720
16721 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16722  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16723 \begin_inset space \thinspace{}
16724 \end_inset
16725
16726 em Leerraum ein.
16727  Bei normalen Tabellen ist der Standardwert 2
16728 \begin_inset space \thinspace{}
16729 \end_inset
16730
16731 pt.
16732 \end_layout
16733
16734 \begin_layout Description
16735 Zwischen
16736 \begin_inset space ~
16737 \end_inset
16738
16739 den
16740 \begin_inset space ~
16741 \end_inset
16742
16743 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16744  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16745 \begin_inset space \thinspace{}
16746 \end_inset
16747
16748 em Leerraum ein.
16749  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16750 \begin_inset VSpace medskip
16751 \end_inset
16752
16753
16754 \begin_inset Newline newline
16755 \end_inset
16756
16757
16758 \begin_inset space \hspace*{}
16759 \length 0pt
16760 \end_inset
16761
16762
16763 \begin_inset space \hfill{}
16764 \end_inset
16765
16766
16767 \begin_inset Tabular
16768 <lyxtabular version="3" rows="3" columns="1">
16769 <features>
16770 <column alignment="center" valignment="top" width="0">
16771 <row>
16772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16773 \begin_inset Text
16774
16775 \begin_layout Plain Layout
16776 A
16777 \end_layout
16778
16779 \end_inset
16780 </cell>
16781 </row>
16782 <row interlinespace="3mm">
16783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16784 \begin_inset Text
16785
16786 \begin_layout Plain Layout
16787 \begin_inset Formula $\downarrow$
16788 \end_inset
16789
16790  3
16791 \begin_inset space \thinspace{}
16792 \end_inset
16793
16794 mm Leerraum zwischen den Zeilen 
16795 \begin_inset Formula $\downarrow$
16796 \end_inset
16797
16798
16799 \end_layout
16800
16801 \end_inset
16802 </cell>
16803 </row>
16804 <row>
16805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16806 \begin_inset Text
16807
16808 \begin_layout Plain Layout
16809 \begin_inset Formula $\uparrow$
16810 \end_inset
16811
16812  3
16813 \begin_inset space \thinspace{}
16814 \end_inset
16815
16816 mm Leerraum zwischen den Zeilen 
16817 \begin_inset Formula $\uparrow$
16818 \end_inset
16819
16820
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 </row>
16826 </lyxtabular>
16827
16828 \end_inset
16829
16830
16831 \begin_inset space \hfill{}
16832 \end_inset
16833
16834
16835 \begin_inset space \hspace*{}
16836 \length 0pt
16837 \end_inset
16838
16839
16840 \begin_inset VSpace medskip
16841 \end_inset
16842
16843
16844 \begin_inset Newline newline
16845 \end_inset
16846
16847 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16848 n Linien verwenden.
16849 \end_layout
16850
16851 \begin_layout Standard
16852 \begin_inset VSpace bigskip
16853 \end_inset
16854
16855 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16856  Befehlen im LaTeX-Vorspann machen:
16857 \end_layout
16858
16859 \begin_layout Standard
16860
16861 \series bold
16862
16863 \backslash
16864 @ifundefined{extrarowheight}
16865 \begin_inset Newline newline
16866 \end_inset
16867
16868
16869 \begin_inset ERT
16870 status collapsed
16871
16872 \begin_layout Plain Layout
16873
16874
16875 \backslash
16876 hphantom{ }
16877 \end_layout
16878
16879 \end_inset
16880
16881 {
16882 \backslash
16883 usepackage{array}}{}
16884 \begin_inset Newline newline
16885 \end_inset
16886
16887
16888 \backslash
16889 setlength{
16890 \backslash
16891 extrarowheight}{Höhe}
16892 \end_layout
16893
16894 \begin_layout Standard
16895 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16896  ausgerichtet sind.
16897  (Das Paket 
16898 \series bold
16899 array
16900 \series default
16901  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
16902  verwenden.
16903  Der Befehl 
16904 \series bold
16905
16906 \backslash
16907 @ifundefined
16908 \series default
16909  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16910 \end_layout
16911
16912 \begin_layout Subsection
16913 Besondere Zellenausrichtung
16914 \begin_inset Index
16915 status collapsed
16916
16917 \begin_layout Plain Layout
16918 Tabellen ! Zellenausrichtung
16919 \end_layout
16920
16921 \end_inset
16922
16923
16924 \end_layout
16925
16926 \begin_layout Standard
16927 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
16928  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
16929 \begin_inset space ~
16930 \end_inset
16931
16932
16933 \begin_inset CommandInset ref
16934 LatexCommand ref
16935 reference "tab:Tabellenzellen-sind-auf"
16936
16937 \end_inset
16938
16939 .
16940 \end_layout
16941
16942 \begin_layout Standard
16943 \begin_inset Float table
16944 placement h
16945 wide false
16946 sideways false
16947 status open
16948
16949 \begin_layout Plain Layout
16950 \begin_inset Caption
16951
16952 \begin_layout Plain Layout
16953 \begin_inset CommandInset label
16954 LatexCommand label
16955 name "tab:Tabellenzellen-sind-auf"
16956
16957 \end_inset
16958
16959 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
16960 \end_layout
16961
16962 \end_inset
16963
16964
16965 \end_layout
16966
16967 \begin_layout Plain Layout
16968 \align center
16969 \begin_inset Tabular
16970 <lyxtabular version="3" rows="4" columns="2">
16971 <features>
16972 <column alignment="right" valignment="top" width="0">
16973 <column alignment="left" valignment="top" width="0" special="@{}l">
16974 <row>
16975 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979 Überschrift
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16985 \begin_inset Text
16986
16987 \begin_layout Plain Layout
16988
16989 \end_layout
16990
16991 \end_inset
16992 </cell>
16993 </row>
16994 <row>
16995 <cell alignment="center" valignment="top" usebox="none">
16996 \begin_inset Text
16997
16998 \begin_layout Plain Layout
16999 12.
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 <cell alignment="center" valignment="top" usebox="none">
17005 \begin_inset Text
17006
17007 \begin_layout Plain Layout
17008 6
17009 \end_layout
17010
17011 \end_inset
17012 </cell>
17013 </row>
17014 <row>
17015 <cell alignment="center" valignment="top" usebox="none">
17016 \begin_inset Text
17017
17018 \begin_layout Plain Layout
17019 0.
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 <cell alignment="center" valignment="top" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028 68
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 </row>
17034 <row>
17035 <cell alignment="center" valignment="top" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039 -123.
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 <cell alignment="center" valignment="top" usebox="none">
17045 \begin_inset Text
17046
17047 \begin_layout Plain Layout
17048 0
17049 \end_layout
17050
17051 \end_inset
17052 </cell>
17053 </row>
17054 </lyxtabular>
17055
17056 \end_inset
17057
17058
17059 \end_layout
17060
17061 \end_inset
17062
17063
17064 \end_layout
17065
17066 \begin_layout Standard
17067 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17068  Die Überschrift ist eine zentrierte Mehrfachspalte.
17069  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17070  der Zahlen einschließlich Dezimalpunkt.
17071  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17072  der Zahlen.
17073   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17074 \family sans
17075 LaTe
17076 \begin_inset ERT
17077 status collapsed
17078
17079 \begin_layout Plain Layout
17080
17081 {}
17082 \end_layout
17083
17084 \end_inset
17085
17086 X-Argument
17087 \family default
17088  für die zweite Spalte folgendes eingefügt:
17089 \end_layout
17090
17091 \begin_layout Standard
17092
17093 \series bold
17094 @{}l
17095 \end_layout
17096
17097 \begin_layout Standard
17098 Tabelle
17099 \begin_inset space ~
17100 \end_inset
17101
17102
17103 \begin_inset CommandInset ref
17104 LatexCommand ref
17105 reference "tab:Verschiedene-Ausrichtungen"
17106
17107 \end_inset
17108
17109  zeigt einige Ausrichtungen.
17110  Für die Ausrichtung der Relationen müssen Sie den 
17111 \family sans
17112 Mittleren
17113 \begin_inset space ~
17114 \end_inset
17115
17116 Abstand
17117 \family default
17118  aus der 
17119 \family sans
17120 Mathe-Werkzeugleiste
17121 \family default
17122  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17123  rechts vom Relationszeichen zu bekommen.
17124 \end_layout
17125
17126 \begin_layout Standard
17127
17128 \color black
17129 \begin_inset Float table
17130 placement h
17131 wide false
17132 sideways false
17133 status open
17134
17135 \begin_layout Plain Layout
17136
17137 \color black
17138 \begin_inset Caption
17139
17140 \begin_layout Plain Layout
17141
17142 \color black
17143 \begin_inset CommandInset label
17144 LatexCommand label
17145 name "tab:Verschiedene-Ausrichtungen"
17146
17147 \end_inset
17148
17149
17150 \color inherit
17151 Verschiedene Ausrichtungen
17152 \end_layout
17153
17154 \end_inset
17155
17156
17157 \end_layout
17158
17159 \begin_layout Plain Layout
17160 \align center
17161 \begin_inset Tabular
17162 <lyxtabular version="3" rows="4" columns="6">
17163 <features>
17164 <column alignment="right" valignment="top" width="0">
17165 <column alignment="left" valignment="top" width="0" special="@{}l">
17166 <column alignment="right" valignment="top" width="0">
17167 <column alignment="left" valignment="top" width="0" special="@{}l">
17168 <column alignment="right" valignment="top" width="0">
17169 <column alignment="left" valignment="top" width="0" special="@{}l">
17170 <row>
17171 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17172 \begin_inset Text
17173
17174 \begin_layout Plain Layout
17175 Einheiten
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Plain Layout
17184
17185 \end_layout
17186
17187 \end_inset
17188 </cell>
17189 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17190 \begin_inset Text
17191
17192 \begin_layout Plain Layout
17193 Exponenten
17194 \end_layout
17195
17196 \end_inset
17197 </cell>
17198 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17199 \begin_inset Text
17200
17201 \begin_layout Plain Layout
17202
17203 \end_layout
17204
17205 \end_inset
17206 </cell>
17207 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17208 \begin_inset Text
17209
17210 \begin_layout Plain Layout
17211 Relationen
17212 \end_layout
17213
17214 \end_inset
17215 </cell>
17216 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17217 \begin_inset Text
17218
17219 \begin_layout Plain Layout
17220
17221 \end_layout
17222
17223 \end_inset
17224 </cell>
17225 </row>
17226 <row>
17227 <cell alignment="center" valignment="top" usebox="none">
17228 \begin_inset Text
17229
17230 \begin_layout Plain Layout
17231 12×
17232 \end_layout
17233
17234 \end_inset
17235 </cell>
17236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17237 \begin_inset Text
17238
17239 \begin_layout Plain Layout
17240 24
17241 \begin_inset space \thinspace{}
17242 \end_inset
17243
17244 Flaschen
17245 \end_layout
17246
17247 \end_inset
17248 </cell>
17249 <cell alignment="center" valignment="top" usebox="none">
17250 \begin_inset Text
17251
17252 \begin_layout Plain Layout
17253 \begin_inset Formula $10\cdot$
17254 \end_inset
17255
17256
17257 \end_layout
17258
17259 \end_inset
17260 </cell>
17261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17262 \begin_inset Text
17263
17264 \begin_layout Plain Layout
17265 \begin_inset Formula $10^{\mbox{-}17}$
17266 \end_inset
17267
17268
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 <cell alignment="center" valignment="top" usebox="none">
17274 \begin_inset Text
17275
17276 \begin_layout Plain Layout
17277 \begin_inset Formula $\Gamma(t)\propto$
17278 \end_inset
17279
17280
17281 \end_layout
17282
17283 \end_inset
17284 </cell>
17285 <cell alignment="center" valignment="top" usebox="none">
17286 \begin_inset Text
17287
17288 \begin_layout Plain Layout
17289 \begin_inset Formula $\:\Upsilon(t)$
17290 \end_inset
17291
17292
17293 \end_layout
17294
17295 \end_inset
17296 </cell>
17297 </row>
17298 <row>
17299 <cell alignment="center" valignment="top" usebox="none">
17300 \begin_inset Text
17301
17302 \begin_layout Plain Layout
17303 1024×
17304 \end_layout
17305
17306 \end_inset
17307 </cell>
17308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17309 \begin_inset Text
17310
17311 \begin_layout Plain Layout
17312 768
17313 \begin_inset space \thinspace{}
17314 \end_inset
17315
17316 Pixel
17317 \end_layout
17318
17319 \end_inset
17320 </cell>
17321 <cell alignment="center" valignment="top" usebox="none">
17322 \begin_inset Text
17323
17324 \begin_layout Plain Layout
17325 \begin_inset Formula $5.78\cdot$
17326 \end_inset
17327
17328
17329 \end_layout
17330
17331 \end_inset
17332 </cell>
17333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17334 \begin_inset Text
17335
17336 \begin_layout Plain Layout
17337 \begin_inset Formula $10^{7}$
17338 \end_inset
17339
17340
17341 \end_layout
17342
17343 \end_inset
17344 </cell>
17345 <cell alignment="center" valignment="top" usebox="none">
17346 \begin_inset Text
17347
17348 \begin_layout Plain Layout
17349 \begin_inset Formula $A\ne$
17350 \end_inset
17351
17352
17353 \end_layout
17354
17355 \end_inset
17356 </cell>
17357 <cell alignment="center" valignment="top" usebox="none">
17358 \begin_inset Text
17359
17360 \begin_layout Plain Layout
17361 \begin_inset Formula $\: B_{\mathrm{red}}$
17362 \end_inset
17363
17364
17365 \end_layout
17366
17367 \end_inset
17368 </cell>
17369 </row>
17370 <row>
17371 <cell alignment="center" valignment="top" usebox="none">
17372 \begin_inset Text
17373
17374 \begin_layout Plain Layout
17375 32×
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384 6
17385 \begin_inset space \thinspace{}
17386 \end_inset
17387
17388 cm
17389 \end_layout
17390
17391 \end_inset
17392 </cell>
17393 <cell alignment="center" valignment="top" usebox="none">
17394 \begin_inset Text
17395
17396 \begin_layout Plain Layout
17397 -
17398 \begin_inset Formula $33.5\cdot$
17399 \end_inset
17400
17401
17402 \end_layout
17403
17404 \end_inset
17405 </cell>
17406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17407 \begin_inset Text
17408
17409 \begin_layout Plain Layout
17410 \begin_inset Formula $10^{4}$
17411 \end_inset
17412
17413
17414 \end_layout
17415
17416 \end_inset
17417 </cell>
17418 <cell alignment="center" valignment="top" usebox="none">
17419 \begin_inset Text
17420
17421 \begin_layout Plain Layout
17422 \begin_inset Formula $\sin(\alpha)\ge$
17423 \end_inset
17424
17425
17426 \end_layout
17427
17428 \end_inset
17429 </cell>
17430 <cell alignment="center" valignment="top" usebox="none">
17431 \begin_inset Text
17432
17433 \begin_layout Plain Layout
17434 \begin_inset Formula $\:\sin(\beta)$
17435 \end_inset
17436
17437
17438 \end_layout
17439
17440 \end_inset
17441 </cell>
17442 </row>
17443 </lyxtabular>
17444
17445 \end_inset
17446
17447
17448 \end_layout
17449
17450 \end_inset
17451
17452
17453 \end_layout
17454
17455 \begin_layout Standard
17456 \begin_inset VSpace bigskip
17457 \end_inset
17458
17459 Es gibt auch noch das LaTeX-Paket 
17460 \series bold
17461 dcolumn
17462 \series default
17463 ,
17464 \begin_inset Index
17465 status collapsed
17466
17467 \begin_layout Plain Layout
17468 LaTeX-Pakete ! dcolumn
17469 \end_layout
17470
17471 \end_inset
17472
17473  mit dem man Zellen ausrichten kann.
17474  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17475  in den Zellen.
17476  Die erste Spalte von Tabelle
17477 \begin_inset space ~
17478 \end_inset
17479
17480
17481 \begin_inset CommandInset ref
17482 LatexCommand ref
17483 reference "tab:Verschiedene-Ausrichtungen"
17484
17485 \end_inset
17486
17487  wird mit 
17488 \family typewriter
17489 dcolumn
17490 \family default
17491  wie die erste Spalte von Tabelle
17492 \begin_inset space ~
17493 \end_inset
17494
17495
17496 \begin_inset CommandInset ref
17497 LatexCommand ref
17498 reference "tab:Ausrichtung-mit-dem"
17499
17500 \end_inset
17501
17502  aussehen und nur mit ein paar Tricks wie erwartet.
17503  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17504 \begin_inset space ~
17505 \end_inset
17506
17507
17508 \begin_inset CommandInset ref
17509 LatexCommand ref
17510 reference "tab:Verschiedene-Ausrichtungen"
17511
17512 \end_inset
17513
17514  ist mit 
17515 \series bold
17516 dcolumn
17517 \series default
17518  nicht möglich.
17519 \end_layout
17520
17521 \begin_layout Standard
17522 \begin_inset Float table
17523 placement h
17524 wide false
17525 sideways false
17526 status open
17527
17528 \begin_layout Plain Layout
17529 \begin_inset Caption
17530
17531 \begin_layout Plain Layout
17532 \begin_inset CommandInset label
17533 LatexCommand label
17534 name "tab:Ausrichtung-mit-dem"
17535
17536 \end_inset
17537
17538 Ausrichtung mit dem LaTeX-Paket 
17539 \series bold
17540 dcolumn
17541 \series default
17542 .
17543  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17544  bekommen.
17545 \begin_inset OptArg
17546 status collapsed
17547
17548 \begin_layout Plain Layout
17549 Ausrichtung mit dem LaTeX-Paket 
17550 \series bold
17551 dcolumn
17552 \end_layout
17553
17554 \end_inset
17555
17556
17557 \end_layout
17558
17559 \end_inset
17560
17561
17562 \end_layout
17563
17564 \begin_layout Plain Layout
17565 \align center
17566 \begin_inset Tabular
17567 <lyxtabular version="3" rows="4" columns="3">
17568 <features>
17569 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17570 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17571 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17572 <row>
17573 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17574 \begin_inset Text
17575
17576 \begin_layout Plain Layout
17577 Einheiten
17578 \end_layout
17579
17580 \end_inset
17581 </cell>
17582 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17583 \begin_inset Text
17584
17585 \begin_layout Plain Layout
17586 Einheiten
17587 \end_layout
17588
17589 \end_inset
17590 </cell>
17591 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17592 \begin_inset Text
17593
17594 \begin_layout Plain Layout
17595 Einheiten
17596 \end_layout
17597
17598 \end_inset
17599 </cell>
17600 </row>
17601 <row>
17602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17603 \begin_inset Text
17604
17605 \begin_layout Plain Layout
17606 12x24
17607 \begin_inset space \thinspace{}
17608 \end_inset
17609
17610
17611 \begin_inset Formula $\mbox{Flaschen}$
17612 \end_inset
17613
17614
17615 \end_layout
17616
17617 \end_inset
17618 </cell>
17619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17620 \begin_inset Text
17621
17622 \begin_layout Plain Layout
17623 12x24
17624 \begin_inset space \thinspace{}
17625 \end_inset
17626
17627
17628 \begin_inset Formula $\mbox{Flaschen}$
17629 \end_inset
17630
17631
17632 \end_layout
17633
17634 \end_inset
17635 </cell>
17636 <cell alignment="center" valignment="top" usebox="none">
17637 \begin_inset Text
17638
17639 \begin_layout Plain Layout
17640 12
17641 \begin_inset ERT
17642 status collapsed
17643
17644 \begin_layout Plain Layout
17645
17646
17647 \backslash
17648 times 
17649 \end_layout
17650
17651 \end_inset
17652
17653 24~
17654 \begin_inset Formula $\mbox{Flaschen}$
17655 \end_inset
17656
17657
17658 \end_layout
17659
17660 \end_inset
17661 </cell>
17662 </row>
17663 <row>
17664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17665 \begin_inset Text
17666
17667 \begin_layout Plain Layout
17668 1024x768
17669 \begin_inset space \thinspace{}
17670 \end_inset
17671
17672
17673 \begin_inset Formula $\mbox{Pixel}$
17674 \end_inset
17675
17676
17677 \end_layout
17678
17679 \end_inset
17680 </cell>
17681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17682 \begin_inset Text
17683
17684 \begin_layout Plain Layout
17685 1024x768
17686 \begin_inset space \thinspace{}
17687 \end_inset
17688
17689
17690 \begin_inset Formula $\mbox{Pixel}$
17691 \end_inset
17692
17693
17694 \end_layout
17695
17696 \end_inset
17697 </cell>
17698 <cell alignment="center" valignment="top" usebox="none">
17699 \begin_inset Text
17700
17701 \begin_layout Plain Layout
17702 1024
17703 \begin_inset ERT
17704 status collapsed
17705
17706 \begin_layout Plain Layout
17707
17708
17709 \backslash
17710 times 
17711 \end_layout
17712
17713 \end_inset
17714
17715 768~
17716 \begin_inset Formula $\mbox{Pixel}$
17717 \end_inset
17718
17719
17720 \end_layout
17721
17722 \end_inset
17723 </cell>
17724 </row>
17725 <row>
17726 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17727 \begin_inset Text
17728
17729 \begin_layout Plain Layout
17730 32x6
17731 \begin_inset space \thinspace{}
17732 \end_inset
17733
17734
17735 \begin_inset Formula $\mbox{cm}$
17736 \end_inset
17737
17738
17739 \end_layout
17740
17741 \end_inset
17742 </cell>
17743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17744 \begin_inset Text
17745
17746 \begin_layout Plain Layout
17747 32x6
17748 \begin_inset space \thinspace{}
17749 \end_inset
17750
17751
17752 \begin_inset Formula $\mbox{cm}$
17753 \end_inset
17754
17755
17756 \end_layout
17757
17758 \end_inset
17759 </cell>
17760 <cell alignment="center" valignment="top" usebox="none">
17761 \begin_inset Text
17762
17763 \begin_layout Plain Layout
17764 32
17765 \begin_inset ERT
17766 status collapsed
17767
17768 \begin_layout Plain Layout
17769
17770
17771 \backslash
17772 times 
17773 \end_layout
17774
17775 \end_inset
17776
17777 6~
17778 \begin_inset Formula $\mbox{cm}$
17779 \end_inset
17780
17781
17782 \end_layout
17783
17784 \end_inset
17785 </cell>
17786 </row>
17787 </lyxtabular>
17788
17789 \end_inset
17790
17791
17792 \end_layout
17793
17794 \end_inset
17795
17796
17797 \end_layout
17798
17799 \begin_layout Subsection
17800 Angepasste Zellen-/Spaltenformate
17801 \begin_inset CommandInset label
17802 LatexCommand label
17803 name "uab:Angepasste-Zellen-/Spaltenformate"
17804
17805 \end_inset
17806
17807
17808 \begin_inset Index
17809 status collapsed
17810
17811 \begin_layout Plain Layout
17812 Tabellen ! Spaltenformat
17813 \end_layout
17814
17815 \end_inset
17816
17817
17818 \end_layout
17819
17820 \begin_layout Standard
17821 Wenn man wie in Abschnitt
17822 \begin_inset space ~
17823 \end_inset
17824
17825
17826 \begin_inset CommandInset ref
17827 LatexCommand ref
17828 reference "uab:Mehrfachspalten-Berechnungen"
17829
17830 \end_inset
17831
17832  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
17833  mehreren Tabellen mit Mehrfachspalten sehr lästig.
17834  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
17835  definieren:
17836 \end_layout
17837
17838 \begin_layout Standard
17839
17840 \series bold
17841
17842 \backslash
17843 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
17844 \end_layout
17845
17846 \begin_layout Standard
17847 Der Formatname darf nur ein Buchstabe sein, aber nicht 
17848 \emph on
17849 b
17850 \emph default
17851
17852 \emph on
17853 c
17854 \emph default
17855
17856 \emph on
17857 l
17858 \emph default
17859
17860 \emph on
17861 m
17862 \emph default
17863
17864 \emph on
17865 p
17866 \emph default
17867  oder 
17868 \emph on
17869 r
17870 \emph default
17871 , weil diese vordefiniert sind.
17872  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
17873 \end_layout
17874
17875 \begin_layout Standard
17876 \begin_inset VSpace medskip
17877 \end_inset
17878
17879
17880 \end_layout
17881
17882 \begin_layout Standard
17883 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
17884  Breite könnte das Format so aussehen:
17885 \end_layout
17886
17887 \begin_layout Standard
17888
17889 \series bold
17890
17891 \backslash
17892 newcolumntype{M}[1]{>{
17893 \backslash
17894 centering
17895 \backslash
17896 hspace{0pt}}m{#1}}
17897 \end_layout
17898
17899 \begin_layout Standard
17900 wobei 
17901 \series bold
17902
17903 \backslash
17904 hspace{0pt}
17905 \series default
17906  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
17907  Abschnitt
17908 \begin_inset space ~
17909 \end_inset
17910
17911
17912 \begin_inset CommandInset ref
17913 LatexCommand ref
17914 reference "uab:Mehrfache-Zeilen-in"
17915
17916 \end_inset
17917
17918  beschrieben.
17919  Jetzt können Sie mit
17920 \end_layout
17921
17922 \begin_layout Standard
17923
17924 \series bold
17925 M{Breite}
17926 \end_layout
17927
17928 \begin_layout Standard
17929 im 
17930 \family sans
17931 LaTeX-Argument
17932 \family default
17933  im 
17934 \family sans
17935 Tabellen-Einstellungen
17936 \family default
17937 -Dialog eine Mehrfachspalte definieren.
17938 \end_layout
17939
17940 \begin_layout Standard
17941 \begin_inset VSpace bigskip
17942 \end_inset
17943
17944
17945 \end_layout
17946
17947 \begin_layout Standard
17948 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
17949  Format definieren:
17950 \end_layout
17951
17952 \begin_layout Standard
17953
17954 \series bold
17955
17956 \backslash
17957 newcolumntype{S}[2]{>{
17958 \backslash
17959 centering
17960 \backslash
17961 hspace{0pt}}
17962 \begin_inset Newline newline
17963 \end_inset
17964
17965
17966 \begin_inset ERT
17967 status collapsed
17968
17969 \begin_layout Plain Layout
17970
17971
17972 \backslash
17973 phantom{
17974 \end_layout
17975
17976 \end_inset
17977
17978
17979 \backslash
17980 newcolumntype
17981 \begin_inset ERT
17982 status collapsed
17983
17984 \begin_layout Plain Layout
17985
17986 }
17987 \end_layout
17988
17989 \end_inset
17990
17991 m{(#1+(2
17992 \backslash
17993 tabcolsep+
17994 \backslash
17995 arrayrulewidth)*(1-#2))/#2}}
17996 \end_layout
17997
17998 \begin_layout Standard
17999 Dieses Format benutzt Gleichung
18000 \begin_inset space ~
18001 \end_inset
18002
18003
18004 \begin_inset CommandInset ref
18005 LatexCommand ref
18006 reference "eq:Wgn"
18007
18008 \end_inset
18009
18010 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18011  breit ist.
18012 \end_layout
18013
18014 \begin_layout Standard
18015 Jetzt können Sie im 
18016 \family sans
18017 LaTeX-Argument
18018 \family default
18019  im 
18020 \family sans
18021 Tabellen-Einstellungen
18022 \family default
18023 -Dialog folgendes einfügen:
18024 \end_layout
18025
18026 \begin_layout Standard
18027
18028 \series bold
18029 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18030 \end_layout
18031
18032 \begin_layout Standard
18033 \begin_inset VSpace bigskip
18034 \end_inset
18035
18036
18037 \end_layout
18038
18039 \begin_layout Standard
18040 Für farbige Spalten können Sie folgendes einfügen:
18041 \end_layout
18042
18043 \begin_layout Standard
18044
18045 \series bold
18046
18047 \backslash
18048 newcolumntype{K}[1]{>{
18049 \backslash
18050 columncolor{#1}
18051 \backslash
18052 hspace{0pt}}c}
18053 \end_layout
18054
18055 \begin_layout Standard
18056 Das 
18057 \begin_inset Quotes gld
18058 \end_inset
18059
18060 c
18061 \begin_inset Quotes grd
18062 \end_inset
18063
18064  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18065  zentriert ist.
18066  Jetzt können Sie als 
18067 \family sans
18068 LaTeX-Argument
18069 \family default
18070  folgendes einfügen:
18071 \end_layout
18072
18073 \begin_layout Standard
18074
18075 \series bold
18076 K{Farbname}
18077 \end_layout
18078
18079 \begin_layout Standard
18080 \begin_inset VSpace bigskip
18081 \end_inset
18082
18083
18084 \end_layout
18085
18086 \begin_layout Standard
18087 Für Tabelle
18088 \begin_inset space ~
18089 \end_inset
18090
18091
18092 \begin_inset CommandInset ref
18093 LatexCommand ref
18094 reference "tab:Tabelle-mit-benutzerdefinierte"
18095
18096 \end_inset
18097
18098  wurden folgende 
18099 \family sans
18100 LaTeX-Argumente
18101 \family default
18102  benutzt:
18103 \end_layout
18104
18105 \begin_layout Standard
18106
18107 \series bold
18108 M{2.5cm}
18109 \end_layout
18110
18111 \begin_layout Standard
18112 für die erste Spalte und die Mehrfachspalte,
18113 \end_layout
18114
18115 \begin_layout Standard
18116
18117 \series bold
18118 K{red}
18119 \end_layout
18120
18121 \begin_layout Standard
18122 für die letzte Spalte und
18123 \end_layout
18124
18125 \begin_layout Standard
18126
18127 \series bold
18128 S{2.5cm}{2}
18129 \end_layout
18130
18131 \begin_layout Standard
18132 für die Spalten in der zweiten Mehrfachspalte.
18133 \end_layout
18134
18135 \begin_layout Standard
18136 \begin_inset Float table
18137 placement h
18138 wide false
18139 sideways false
18140 status open
18141
18142 \begin_layout Plain Layout
18143 \begin_inset Caption
18144
18145 \begin_layout Plain Layout
18146 \begin_inset CommandInset label
18147 LatexCommand label
18148 name "tab:Tabelle-mit-benutzerdefinierte"
18149
18150 \end_inset
18151
18152 Tabelle mit benutzerdefinierten Formaten
18153 \end_layout
18154
18155 \end_inset
18156
18157
18158 \end_layout
18159
18160 \begin_layout Plain Layout
18161 \align center
18162 \begin_inset Tabular
18163 <lyxtabular version="3" rows="3" columns="4">
18164 <features>
18165 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18166 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18167 <column alignment="center" valignment="middle" width="0">
18168 <column alignment="center" valignment="middle" width="0" special="K{red}">
18169 <row>
18170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18171 \begin_inset Text
18172
18173 \begin_layout Plain Layout
18174 einsehrlangesWort
18175 \end_layout
18176
18177 \end_inset
18178 </cell>
18179 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183 Mehrfachspalte mit mehreren Zeilen
18184 \end_layout
18185
18186 \end_inset
18187 </cell>
18188 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18189 \begin_inset Text
18190
18191 \begin_layout Plain Layout
18192
18193 \end_layout
18194
18195 \end_inset
18196 </cell>
18197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18198 \begin_inset Text
18199
18200 \begin_layout Plain Layout
18201 c
18202 \end_layout
18203
18204 \end_inset
18205 </cell>
18206 </row>
18207 <row>
18208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18209 \begin_inset Text
18210
18211 \begin_layout Plain Layout
18212 d
18213 \end_layout
18214
18215 \end_inset
18216 </cell>
18217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18218 \begin_inset Text
18219
18220 \begin_layout Plain Layout
18221 e
18222 \end_layout
18223
18224 \end_inset
18225 </cell>
18226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18227 \begin_inset Text
18228
18229 \begin_layout Plain Layout
18230 f
18231 \end_layout
18232
18233 \end_inset
18234 </cell>
18235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18236 \begin_inset Text
18237
18238 \begin_layout Plain Layout
18239 g
18240 \end_layout
18241
18242 \end_inset
18243 </cell>
18244 </row>
18245 <row>
18246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18247 \begin_inset Text
18248
18249 \begin_layout Plain Layout
18250 h
18251 \end_layout
18252
18253 \end_inset
18254 </cell>
18255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18256 \begin_inset Text
18257
18258 \begin_layout Plain Layout
18259 i
18260 \end_layout
18261
18262 \end_inset
18263 </cell>
18264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18265 \begin_inset Text
18266
18267 \begin_layout Plain Layout
18268 j
18269 \end_layout
18270
18271 \end_inset
18272 </cell>
18273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18274 \begin_inset Text
18275
18276 \begin_layout Plain Layout
18277 k
18278 \end_layout
18279
18280 \end_inset
18281 </cell>
18282 </row>
18283 </lyxtabular>
18284
18285 \end_inset
18286
18287
18288 \end_layout
18289
18290 \end_inset
18291
18292
18293 \end_layout
18294
18295 \begin_layout Subsection
18296 Liniendicke
18297 \begin_inset CommandInset label
18298 LatexCommand label
18299 name "uab:Liniendicke"
18300
18301 \end_inset
18302
18303
18304 \begin_inset Index
18305 status collapsed
18306
18307 \begin_layout Plain Layout
18308 Tabellen  ! Linien ! -dicke
18309 \end_layout
18310
18311 \end_inset
18312
18313
18314 \end_layout
18315
18316 \begin_layout Standard
18317 Die Liniendicke für alle Linien einer Tabelle kann mit 
18318 \series bold
18319
18320 \backslash
18321 arrayrulewidth
18322 \series default
18323  eingestellt werden.
18324  Um eine Liniendicke von 1.5
18325 \begin_inset space \thinspace{}
18326 \end_inset
18327
18328 pt wie in Tabelle
18329 \begin_inset space ~
18330 \end_inset
18331
18332
18333 \begin_inset CommandInset ref
18334 LatexCommand ref
18335 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18336
18337 \end_inset
18338
18339  zu bekommen, geben Sie den Befehl
18340 \end_layout
18341
18342 \begin_layout Standard
18343
18344 \series bold
18345
18346 \backslash
18347 setlength{
18348 \backslash
18349 arrayrulewidth}{1.5pt}
18350 \end_layout
18351
18352 \begin_layout Standard
18353 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18354  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18355  Mit
18356 \end_layout
18357
18358 \begin_layout Standard
18359
18360 \series bold
18361
18362 \backslash
18363 setlength{
18364 \backslash
18365 arrayrulewidth}{0.4pt}
18366 \end_layout
18367
18368 \begin_layout Standard
18369 bekommen Sie wieder die Standarddicke.
18370 \end_layout
18371
18372 \begin_layout Standard
18373 \begin_inset ERT
18374 status collapsed
18375
18376 \begin_layout Plain Layout
18377
18378
18379 \backslash
18380 setlength{
18381 \backslash
18382 arrayrulewidth}{1.5pt}
18383 \end_layout
18384
18385 \end_inset
18386
18387
18388 \begin_inset Float table
18389 placement H
18390 wide false
18391 sideways false
18392 status open
18393
18394 \begin_layout Plain Layout
18395 \begin_inset Caption
18396
18397 \begin_layout Plain Layout
18398 \begin_inset CommandInset label
18399 LatexCommand label
18400 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18401
18402 \end_inset
18403
18404 Tabelle mit 1.5
18405 \begin_inset space \thinspace{}
18406 \end_inset
18407
18408 pt Liniendicke
18409 \end_layout
18410
18411 \end_inset
18412
18413
18414 \end_layout
18415
18416 \begin_layout Plain Layout
18417 \align center
18418 \begin_inset Tabular
18419 <lyxtabular version="3" rows="3" columns="3">
18420 <features>
18421 <column alignment="center" valignment="top" width="0">
18422 <column alignment="center" valignment="top" width="0">
18423 <column alignment="center" valignment="top" width="0">
18424 <row>
18425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18426 \begin_inset Text
18427
18428 \begin_layout Plain Layout
18429 sd
18430 \end_layout
18431
18432 \end_inset
18433 </cell>
18434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18435 \begin_inset Text
18436
18437 \begin_layout Plain Layout
18438
18439 \end_layout
18440
18441 \end_inset
18442 </cell>
18443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18444 \begin_inset Text
18445
18446 \begin_layout Plain Layout
18447
18448 \end_layout
18449
18450 \end_inset
18451 </cell>
18452 </row>
18453 <row>
18454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18455 \begin_inset Text
18456
18457 \begin_layout Plain Layout
18458
18459 \end_layout
18460
18461 \end_inset
18462 </cell>
18463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18464 \begin_inset Text
18465
18466 \begin_layout Plain Layout
18467 sd
18468 \end_layout
18469
18470 \end_inset
18471 </cell>
18472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18473 \begin_inset Text
18474
18475 \begin_layout Plain Layout
18476
18477 \end_layout
18478
18479 \end_inset
18480 </cell>
18481 </row>
18482 <row>
18483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18484 \begin_inset Text
18485
18486 \begin_layout Plain Layout
18487
18488 \end_layout
18489
18490 \end_inset
18491 </cell>
18492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18493 \begin_inset Text
18494
18495 \begin_layout Plain Layout
18496
18497 \end_layout
18498
18499 \end_inset
18500 </cell>
18501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18502 \begin_inset Text
18503
18504 \begin_layout Plain Layout
18505 sd
18506 \end_layout
18507
18508 \end_inset
18509 </cell>
18510 </row>
18511 </lyxtabular>
18512
18513 \end_inset
18514
18515
18516 \end_layout
18517
18518 \end_inset
18519
18520
18521 \begin_inset ERT
18522 status collapsed
18523
18524 \begin_layout Plain Layout
18525
18526
18527 \backslash
18528 setlength{
18529 \backslash
18530 arrayrulewidth}{0.4pt}
18531 \end_layout
18532
18533 \end_inset
18534
18535
18536 \end_layout
18537
18538 \begin_layout Standard
18539 \begin_inset VSpace bigskip
18540 \end_inset
18541
18542 Um eine Liniendicke von 1.5
18543 \begin_inset space \thinspace{}
18544 \end_inset
18545
18546 pt nur für horizontale Linien zu bekommen wie in Tabelle
18547 \begin_inset space ~
18548 \end_inset
18549
18550
18551 \begin_inset CommandInset ref
18552 LatexCommand ref
18553 reference "tab:Tabelle-mit-1.5pt-horiz"
18554
18555 \end_inset
18556
18557 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18558  einfügen:
18559 \end_layout
18560
18561 \begin_layout Standard
18562
18563 \series bold
18564
18565 \backslash
18566 let
18567 \backslash
18568 myHline
18569 \backslash
18570 hline
18571 \begin_inset Newline newline
18572 \end_inset
18573
18574
18575 \backslash
18576 renewcommand{
18577 \backslash
18578 hline}
18579 \begin_inset Newline newline
18580 \end_inset
18581
18582  {
18583 \backslash
18584 noalign{
18585 \backslash
18586 global
18587 \backslash
18588 arrayrulewidth 1.5pt}
18589 \begin_inset Newline newline
18590 \end_inset
18591
18592  
18593 \backslash
18594 myHline
18595 \backslash
18596 noalign{
18597 \backslash
18598 global
18599 \backslash
18600 arrayrulewidth 0.4pt}}
18601 \end_layout
18602
18603 \begin_layout Standard
18604 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18605  der (Gleit\SpecialChar \-
18606 objekt-)Tabelle zurück:
18607 \end_layout
18608
18609 \begin_layout Standard
18610
18611 \series bold
18612
18613 \backslash
18614 renewcommand{
18615 \backslash
18616 hline}{
18617 \backslash
18618 myHline}
18619 \end_layout
18620
18621 \begin_layout Standard
18622 \begin_inset ERT
18623 status collapsed
18624
18625 \begin_layout Plain Layout
18626
18627
18628 \backslash
18629 let
18630 \backslash
18631 myHline
18632 \backslash
18633 hline
18634 \end_layout
18635
18636 \begin_layout Plain Layout
18637
18638
18639 \backslash
18640 renewcommand{
18641 \backslash
18642 hline}
18643 \end_layout
18644
18645 \begin_layout Plain Layout
18646
18647  {
18648 \backslash
18649 noalign{
18650 \backslash
18651 global
18652 \backslash
18653 arrayrulewidth 1.5pt}
18654 \end_layout
18655
18656 \begin_layout Plain Layout
18657
18658   
18659 \backslash
18660 myHline
18661 \backslash
18662 noalign{
18663 \backslash
18664 global
18665 \backslash
18666 arrayrulewidth 0.4pt}}
18667 \end_layout
18668
18669 \end_inset
18670
18671
18672 \begin_inset Float table
18673 placement h
18674 wide false
18675 sideways false
18676 status open
18677
18678 \begin_layout Plain Layout
18679 \begin_inset Caption
18680
18681 \begin_layout Plain Layout
18682 \begin_inset CommandInset label
18683 LatexCommand label
18684 name "tab:Tabelle-mit-1.5pt-horiz"
18685
18686 \end_inset
18687
18688 Tabelle mit 1.5
18689 \begin_inset space \thinspace{}
18690 \end_inset
18691
18692 pt dicken horizontalen Linien
18693 \end_layout
18694
18695 \end_inset
18696
18697
18698 \end_layout
18699
18700 \begin_layout Plain Layout
18701 \align center
18702 \begin_inset Tabular
18703 <lyxtabular version="3" rows="3" columns="3">
18704 <features>
18705 <column alignment="center" valignment="top" width="0">
18706 <column alignment="center" valignment="top" width="0">
18707 <column alignment="center" valignment="top" width="0">
18708 <row>
18709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18710 \begin_inset Text
18711
18712 \begin_layout Plain Layout
18713 sd
18714 \end_layout
18715
18716 \end_inset
18717 </cell>
18718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18719 \begin_inset Text
18720
18721 \begin_layout Plain Layout
18722
18723 \end_layout
18724
18725 \end_inset
18726 </cell>
18727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18728 \begin_inset Text
18729
18730 \begin_layout Plain Layout
18731
18732 \end_layout
18733
18734 \end_inset
18735 </cell>
18736 </row>
18737 <row>
18738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18739 \begin_inset Text
18740
18741 \begin_layout Plain Layout
18742
18743 \end_layout
18744
18745 \end_inset
18746 </cell>
18747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18748 \begin_inset Text
18749
18750 \begin_layout Plain Layout
18751 sd
18752 \end_layout
18753
18754 \end_inset
18755 </cell>
18756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18757 \begin_inset Text
18758
18759 \begin_layout Plain Layout
18760
18761 \end_layout
18762
18763 \end_inset
18764 </cell>
18765 </row>
18766 <row>
18767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18768 \begin_inset Text
18769
18770 \begin_layout Plain Layout
18771
18772 \end_layout
18773
18774 \end_inset
18775 </cell>
18776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18777 \begin_inset Text
18778
18779 \begin_layout Plain Layout
18780
18781 \end_layout
18782
18783 \end_inset
18784 </cell>
18785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18786 \begin_inset Text
18787
18788 \begin_layout Plain Layout
18789 sd
18790 \end_layout
18791
18792 \end_inset
18793 </cell>
18794 </row>
18795 </lyxtabular>
18796
18797 \end_inset
18798
18799
18800 \end_layout
18801
18802 \end_inset
18803
18804
18805 \begin_inset ERT
18806 status collapsed
18807
18808 \begin_layout Plain Layout
18809
18810
18811 \backslash
18812 renewcommand{
18813 \backslash
18814 hline}{
18815 \backslash
18816 myHline}
18817 \end_layout
18818
18819 \end_inset
18820
18821
18822 \end_layout
18823
18824 \begin_layout Standard
18825 \begin_inset VSpace bigskip
18826 \end_inset
18827
18828 Um die Liniendicke von 1.5
18829 \begin_inset space \thinspace{}
18830 \end_inset
18831
18832 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
18833  Spaltenformat entsprechend der Beschreibung in Abschnitt
18834 \begin_inset space ~
18835 \end_inset
18836
18837
18838 \begin_inset CommandInset ref
18839 LatexCommand ref
18840 reference "uab:Angepasste-Zellen-/Spaltenformate"
18841
18842 \end_inset
18843
18844  definieren:
18845 \end_layout
18846
18847 \begin_layout Standard
18848
18849 \series bold
18850
18851 \backslash
18852 newcolumntype{V}{!{
18853 \backslash
18854 vrule width 1.5pt}}
18855 \end_layout
18856
18857 \begin_layout Standard
18858 In Tabelle
18859 \begin_inset space ~
18860 \end_inset
18861
18862
18863 \begin_inset CommandInset ref
18864 LatexCommand ref
18865 reference "tab:Tabelle-mit-1.5pt-vert"
18866
18867 \end_inset
18868
18869  wurde das 
18870 \family sans
18871 LaTe
18872 \begin_inset ERT
18873 status collapsed
18874
18875 \begin_layout Plain Layout
18876
18877 {}
18878 \end_layout
18879
18880 \end_inset
18881
18882 X-Argument
18883 \family default
18884 \series bold
18885  VcV
18886 \series default
18887  für die letzte Spalte und
18888 \series bold
18889  Vc
18890 \series default
18891  für die anderen benutzt.
18892 \end_layout
18893
18894 \begin_layout Standard
18895 \begin_inset Float table
18896 placement H
18897 wide false
18898 sideways false
18899 status open
18900
18901 \begin_layout Plain Layout
18902 \begin_inset Caption
18903
18904 \begin_layout Plain Layout
18905 \begin_inset CommandInset label
18906 LatexCommand label
18907 name "tab:Tabelle-mit-1.5pt-vert"
18908
18909 \end_inset
18910
18911 Tabelle mit 1.5
18912 \begin_inset space \thinspace{}
18913 \end_inset
18914
18915 pt dicken vertikalen Linien
18916 \end_layout
18917
18918 \end_inset
18919
18920
18921 \end_layout
18922
18923 \begin_layout Plain Layout
18924 \align center
18925 \begin_inset Tabular
18926 <lyxtabular version="3" rows="3" columns="3">
18927 <features>
18928 <column alignment="center" valignment="top" width="0" special="Vc">
18929 <column alignment="center" valignment="top" width="0" special="Vc">
18930 <column alignment="center" valignment="top" width="0" special="VcV">
18931 <row>
18932 <cell alignment="center" valignment="top" topline="true" usebox="none">
18933 \begin_inset Text
18934
18935 \begin_layout Plain Layout
18936 sd
18937 \end_layout
18938
18939 \end_inset
18940 </cell>
18941 <cell alignment="center" valignment="top" topline="true" usebox="none">
18942 \begin_inset Text
18943
18944 \begin_layout Plain Layout
18945
18946 \end_layout
18947
18948 \end_inset
18949 </cell>
18950 <cell alignment="center" valignment="top" topline="true" usebox="none">
18951 \begin_inset Text
18952
18953 \begin_layout Plain Layout
18954
18955 \end_layout
18956
18957 \end_inset
18958 </cell>
18959 </row>
18960 <row>
18961 <cell alignment="center" valignment="top" topline="true" usebox="none">
18962 \begin_inset Text
18963
18964 \begin_layout Plain Layout
18965
18966 \end_layout
18967
18968 \end_inset
18969 </cell>
18970 <cell alignment="center" valignment="top" topline="true" usebox="none">
18971 \begin_inset Text
18972
18973 \begin_layout Plain Layout
18974 sd
18975 \end_layout
18976
18977 \end_inset
18978 </cell>
18979 <cell alignment="center" valignment="top" topline="true" usebox="none">
18980 \begin_inset Text
18981
18982 \begin_layout Plain Layout
18983
18984 \end_layout
18985
18986 \end_inset
18987 </cell>
18988 </row>
18989 <row>
18990 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18991 \begin_inset Text
18992
18993 \begin_layout Plain Layout
18994
18995 \end_layout
18996
18997 \end_inset
18998 </cell>
18999 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19000 \begin_inset Text
19001
19002 \begin_layout Plain Layout
19003
19004 \end_layout
19005
19006 \end_inset
19007 </cell>
19008 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19009 \begin_inset Text
19010
19011 \begin_layout Plain Layout
19012 sd
19013 \end_layout
19014
19015 \end_inset
19016 </cell>
19017 </row>
19018 </lyxtabular>
19019
19020 \end_inset
19021
19022
19023 \end_layout
19024
19025 \end_inset
19026
19027
19028 \end_layout
19029
19030 \begin_layout Subsection
19031 Gestrichelte Linien
19032 \begin_inset Index
19033 status collapsed
19034
19035 \begin_layout Plain Layout
19036 Tabellen  ! Linien ! gestrichelte 
19037 \end_layout
19038
19039 \end_inset
19040
19041
19042 \end_layout
19043
19044 \begin_layout Standard
19045 \begin_inset ERT
19046 status collapsed
19047
19048 \begin_layout Plain Layout
19049
19050
19051 \backslash
19052 ifarydshln
19053 \end_layout
19054
19055 \end_inset
19056
19057
19058 \begin_inset Note Note
19059 status open
19060
19061 \begin_layout Plain Layout
19062 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19063 \series bold
19064 arydshln
19065 \series default
19066  installiert ist.
19067 \end_layout
19068
19069 \end_inset
19070
19071
19072 \end_layout
19073
19074 \begin_layout Standard
19075 \begin_inset Float table
19076 placement h
19077 wide false
19078 sideways false
19079 status open
19080
19081 \begin_layout Plain Layout
19082 \begin_inset Caption
19083
19084 \begin_layout Plain Layout
19085 \begin_inset CommandInset label
19086 LatexCommand label
19087 name "tab:Tabelle-mit-gestrichelten"
19088
19089 \end_inset
19090
19091 Tabelle mit gestrichelten Linien
19092 \end_layout
19093
19094 \end_inset
19095
19096
19097 \end_layout
19098
19099 \begin_layout Plain Layout
19100 \align center
19101 \begin_inset Tabular
19102 <lyxtabular version="3" rows="5" columns="5">
19103 <features>
19104 <column alignment="center" valignment="top" width="0">
19105 <column alignment="center" valignment="top" width="0">
19106 <column alignment="center" valignment="top" width="0" special=":c">
19107 <column alignment="center" valignment="top" width="0">
19108 <column alignment="center" valignment="top" width="0">
19109 <row>
19110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19111 \begin_inset Text
19112
19113 \begin_layout Plain Layout
19114 a
19115 \end_layout
19116
19117 \end_inset
19118 </cell>
19119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19120 \begin_inset Text
19121
19122 \begin_layout Plain Layout
19123 b
19124 \end_layout
19125
19126 \end_inset
19127 </cell>
19128 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19129 \begin_inset Text
19130
19131 \begin_layout Plain Layout
19132 c
19133 \end_layout
19134
19135 \end_inset
19136 </cell>
19137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19138 \begin_inset Text
19139
19140 \begin_layout Plain Layout
19141 d
19142 \end_layout
19143
19144 \end_inset
19145 </cell>
19146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19147 \begin_inset Text
19148
19149 \begin_layout Plain Layout
19150 e
19151 \end_layout
19152
19153 \end_inset
19154 </cell>
19155 </row>
19156 <row>
19157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19158 \begin_inset Text
19159
19160 \begin_layout Plain Layout
19161 f
19162 \end_layout
19163
19164 \end_inset
19165 </cell>
19166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19167 \begin_inset Text
19168
19169 \begin_layout Plain Layout
19170 g
19171 \end_layout
19172
19173 \end_inset
19174 </cell>
19175 <cell alignment="center" valignment="top" topline="true" usebox="none">
19176 \begin_inset Text
19177
19178 \begin_layout Plain Layout
19179 h
19180 \end_layout
19181
19182 \end_inset
19183 </cell>
19184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19185 \begin_inset Text
19186
19187 \begin_layout Plain Layout
19188 i
19189 \end_layout
19190
19191 \end_inset
19192 </cell>
19193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19194 \begin_inset Text
19195
19196 \begin_layout Plain Layout
19197 j
19198 \end_layout
19199
19200 \end_inset
19201 </cell>
19202 </row>
19203 <row>
19204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19205 \begin_inset Text
19206
19207 \begin_layout Plain Layout
19208 \begin_inset ERT
19209 status collapsed
19210
19211 \begin_layout Plain Layout
19212
19213
19214 \backslash
19215 hdashline 
19216 \end_layout
19217
19218 \end_inset
19219
19220 k
19221 \end_layout
19222
19223 \end_inset
19224 </cell>
19225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19226 \begin_inset Text
19227
19228 \begin_layout Plain Layout
19229 l
19230 \end_layout
19231
19232 \end_inset
19233 </cell>
19234 <cell alignment="center" valignment="top" usebox="none">
19235 \begin_inset Text
19236
19237 \begin_layout Plain Layout
19238 m
19239 \end_layout
19240
19241 \end_inset
19242 </cell>
19243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19244 \begin_inset Text
19245
19246 \begin_layout Plain Layout
19247 n
19248 \end_layout
19249
19250 \end_inset
19251 </cell>
19252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19253 \begin_inset Text
19254
19255 \begin_layout Plain Layout
19256 o
19257 \end_layout
19258
19259 \end_inset
19260 </cell>
19261 </row>
19262 <row>
19263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19264 \begin_inset Text
19265
19266 \begin_layout Plain Layout
19267 \begin_inset ERT
19268 status collapsed
19269
19270 \begin_layout Plain Layout
19271
19272
19273 \backslash
19274 cdashline{4-5}
19275 \end_layout
19276
19277 \end_inset
19278
19279 p
19280 \end_layout
19281
19282 \end_inset
19283 </cell>
19284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19285 \begin_inset Text
19286
19287 \begin_layout Plain Layout
19288 q
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297 r
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19303 \begin_inset Text
19304
19305 \begin_layout Plain Layout
19306 s
19307 \end_layout
19308
19309 \end_inset
19310 </cell>
19311 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19312 \begin_inset Text
19313
19314 \begin_layout Plain Layout
19315
19316 \end_layout
19317
19318 \end_inset
19319 </cell>
19320 </row>
19321 <row>
19322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19323 \begin_inset Text
19324
19325 \begin_layout Plain Layout
19326 t
19327 \end_layout
19328
19329 \end_inset
19330 </cell>
19331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19332 \begin_inset Text
19333
19334 \begin_layout Plain Layout
19335 u
19336 \end_layout
19337
19338 \end_inset
19339 </cell>
19340 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19341 \begin_inset Text
19342
19343 \begin_layout Plain Layout
19344 v
19345 \end_layout
19346
19347 \end_inset
19348 </cell>
19349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19350 \begin_inset Text
19351
19352 \begin_layout Plain Layout
19353 w
19354 \end_layout
19355
19356 \end_inset
19357 </cell>
19358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19359 \begin_inset Text
19360
19361 \begin_layout Plain Layout
19362 x
19363 \end_layout
19364
19365 \end_inset
19366 </cell>
19367 </row>
19368 </lyxtabular>
19369
19370 \end_inset
19371
19372
19373 \end_layout
19374
19375 \end_inset
19376
19377
19378 \end_layout
19379
19380 \begin_layout Standard
19381 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19382  TeX-Code benutzen.
19383  Zunächst müssen Sie das LaTeX-Paket 
19384 \series bold
19385 arydshln
19386 \series default
19387
19388 \begin_inset Index
19389 status collapsed
19390
19391 \begin_layout Plain Layout
19392 LaTeX-Pakete ! arydshln
19393 \end_layout
19394
19395 \end_inset
19396
19397  im LaTeX-Vorspann laden:
19398 \end_layout
19399
19400 \begin_layout Standard
19401
19402 \series bold
19403
19404 \backslash
19405 usepackage{arydshln}
19406 \end_layout
19407
19408 \begin_layout Standard
19409 Um senkrechte Linien zu stricheln, müssen Sie im 
19410 \family sans
19411 LaTe
19412 \begin_inset ERT
19413 status collapsed
19414
19415 \begin_layout Plain Layout
19416
19417 {}
19418 \end_layout
19419
19420 \end_inset
19421
19422 X-Argument
19423 \family default
19424  des 
19425 \family sans
19426 Tabellen-Einstellungen
19427 \family default
19428 -Dialogs 
19429 \begin_inset Quotes gld
19430 \end_inset
19431
19432 :
19433 \begin_inset Quotes grd
19434 \end_inset
19435
19436 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19437 \end_layout
19438
19439 \begin_layout Standard
19440 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19441 \end_layout
19442
19443 \begin_layout Standard
19444
19445 \series bold
19446
19447 \backslash
19448 hdashline
19449 \end_layout
19450
19451 \begin_layout Standard
19452 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19453 \end_layout
19454
19455 \begin_layout Standard
19456 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19457 \end_layout
19458
19459 \begin_layout Standard
19460
19461 \series bold
19462
19463 \backslash
19464 cdashline{Anfangsspalte-Endspalte}
19465 \end_layout
19466
19467 \begin_layout Standard
19468 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19469  Wenn Sie z.
19470 \begin_inset space \thinspace{}
19471 \end_inset
19472
19473 B.
19474  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19475  gestrichelte Linie haben, fügen Sie den Befehl
19476 \end_layout
19477
19478 \begin_layout Standard
19479
19480 \series bold
19481
19482 \backslash
19483 cdashline{2-4}
19484 \end_layout
19485
19486 \begin_layout Standard
19487 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19488 \end_layout
19489
19490 \begin_layout Standard
19491 \begin_inset VSpace bigskip
19492 \end_inset
19493
19494
19495 \end_layout
19496
19497 \begin_layout Standard
19498 In Tabelle
19499 \begin_inset space ~
19500 \end_inset
19501
19502
19503 \begin_inset CommandInset ref
19504 LatexCommand ref
19505 reference "tab:Tabelle-mit-gestrichelten"
19506
19507 \end_inset
19508
19509  wurde in der dritten Spalte der Befehl
19510 \series bold
19511  
19512 \series default
19513
19514 \begin_inset Quotes gld
19515 \end_inset
19516
19517
19518 \series bold
19519 :c
19520 \begin_inset Quotes grd
19521 \end_inset
19522
19523
19524 \series default
19525  benutzt.
19526  Der Befehl 
19527 \series bold
19528
19529 \backslash
19530 hdashline
19531 \series default
19532  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19533 \begin_inset Newline newline
19534 \end_inset
19535
19536  
19537 \series bold
19538
19539 \backslash
19540 cdashline{4-5} 
19541 \series default
19542 wurde in die erste Zelle der vierten Zeile eingefügt.
19543 \end_layout
19544
19545 \begin_layout Standard
19546 \begin_inset Note Greyedout
19547 status open
19548
19549 \begin_layout Plain Layout
19550
19551 \series bold
19552 Bemerkung:
19553 \series default
19554  Das LaTeX-Paket 
19555 \series bold
19556 arydshln
19557 \series default
19558  ist nicht kompatibel dem LaTeX-Paket 
19559 \series bold
19560 colortbl
19561 \series default
19562
19563 \begin_inset Index
19564 status collapsed
19565
19566 \begin_layout Plain Layout
19567 LaTeX-Pakete ! colortbl
19568 \end_layout
19569
19570 \end_inset
19571
19572 , das für die farbigen Tabellen in Abschnitt
19573 \begin_inset space ~
19574 \end_inset
19575
19576
19577 \begin_inset CommandInset ref
19578 LatexCommand ref
19579 reference "abs:Farbige-Tabellen"
19580
19581 \end_inset
19582
19583  benutzt wurde.
19584  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19585 \end_layout
19586
19587 \end_inset
19588
19589
19590 \end_layout
19591
19592 \begin_layout Standard
19593 \begin_inset ERT
19594 status collapsed
19595
19596 \begin_layout Plain Layout
19597
19598
19599 \backslash
19600 else
19601 \end_layout
19602
19603 \end_inset
19604
19605
19606 \begin_inset Note Note
19607 status open
19608
19609 \begin_layout Plain Layout
19610 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19611 \series bold
19612 arydshln
19613 \series default
19614  nicht installiert ist:
19615 \end_layout
19616
19617 \end_inset
19618
19619
19620 \end_layout
19621
19622 \begin_layout Standard
19623 Sie müssen das LaTeX-Paket 
19624 \series bold
19625 arydshln
19626 \series default
19627  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19628 \end_layout
19629
19630 \begin_layout Standard
19631 \begin_inset ERT
19632 status collapsed
19633
19634 \begin_layout Plain Layout
19635
19636
19637 \backslash
19638 fi
19639 \end_layout
19640
19641 \end_inset
19642
19643
19644 \end_layout
19645
19646 \begin_layout Chapter
19647 Gleitobjekte
19648 \begin_inset CommandInset label
19649 LatexCommand label
19650 name "kap:Gleitobjekte"
19651
19652 \end_inset
19653
19654
19655 \begin_inset Index
19656 status collapsed
19657
19658 \begin_layout Plain Layout
19659 Gleitobjekte
19660 \end_layout
19661
19662 \end_inset
19663
19664
19665 \end_layout
19666
19667 \begin_layout Section
19668 Einleitung
19669 \begin_inset CommandInset label
19670 LatexCommand label
19671 name "abs:Gleitobjekte-Einleitung"
19672
19673 \end_inset
19674
19675
19676 \begin_inset Index
19677 status collapsed
19678
19679 \begin_layout Plain Layout
19680 Gleitobjekte ! Einleitung
19681 \end_layout
19682
19683 \end_inset
19684
19685
19686 \end_layout
19687
19688 \begin_layout Standard
19689 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19690  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19691  der beste Platz ist.
19692  
19693 \family sans
19694 Fußnoten
19695 \family default
19696  und 
19697 \family sans
19698 Randnotizen
19699 \family default
19700  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19701  wenn auf ihrer Seite schon zu viele sind.
19702 \end_layout
19703
19704 \begin_layout Standard
19705 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19706  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19707  um weiße Flächen und Seiten ohne Text zu vermeiden.
19708  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
19709 löst,
19710  kann im Text auf ein Gleitobjekt verwiesen werden.
19711  Gleitobjekte sind deshalb nummeriert.
19712  Querverweise werden in Abschnitt
19713 \begin_inset space ~
19714 \end_inset
19715
19716
19717 \begin_inset CommandInset ref
19718 LatexCommand ref
19719 reference "abs:Auf-Gleitobjekte-verweisen"
19720
19721 \end_inset
19722
19723  beschrieben.
19724 \end_layout
19725
19726 \begin_layout Standard
19727 Ein Gleitobjekt wird mit 
19728 \family sans
19729 Einfügen\SpecialChar \menuseparator
19730 Gleitobjekt\SpecialChar \menuseparator
19731 Algorithmus/Abbildung/Ta\SpecialChar \-
19732 belle/Um\SpecialChar \-
19733 flos\SpecialChar \-
19734 se\SpecialChar \-
19735 nes
19736 \begin_inset space ~
19737 \end_inset
19738
19739 Gleitobjekt
19740 \family default
19741  eingefügt.
19742  Für Abbildungen oder Tabellen können Sie auch auf 
19743 \begin_inset Graphics
19744         filename ../../images/float-insert_figure.png
19745         scale 70
19746         scaleBeforeRotation
19747         BoundingBox 0bp 6bp 22bp 22bp
19748
19749 \end_inset
19750
19751  oder 
19752 \begin_inset Graphics
19753         filename ../../images/float-insert_table.png
19754         scale 70
19755         scaleBeforeRotation
19756         BoundingBox 0bp 6bp 22bp 22bp
19757
19758 \end_inset
19759
19760  klicken.
19761  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19762  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19763  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19764  #:).
19765  Statt # sehen Sie die von LyX vergebene Nummer.
19766  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19767  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19768  eingefügt.
19769  In Abschnitt
19770 \begin_inset space ~
19771 \end_inset
19772
19773
19774 \begin_inset CommandInset ref
19775 LatexCommand ref
19776 reference "abs:Titel-Platzierung"
19777
19778 \end_inset
19779
19780  finden Sie mehr über die Platzierung des Titels.
19781  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19782  auch wieder geöffnet.
19783  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19784 \begin_inset Graphics
19785         filename clipart/GleitobjektQt4.png
19786         scale 70
19787         scaleBeforeRotation
19788         BoundingBox 0bp 6bp 128bp 22bp
19789
19790 \end_inset
19791
19792  -- ein graues Kästchen mit roter Beschriftung.
19793 \end_layout
19794
19795 \begin_layout Standard
19796 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19797  Gleitobjekte in einem eigenen Absatz einzufügen.
19798 \end_layout
19799
19800 \begin_layout Standard
19801 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19802  indem Sie sie markieren und dann auf 
19803 \begin_inset Graphics
19804         filename ../../images/float-insert_figure.png
19805         scale 70
19806         scaleBeforeRotation
19807         BoundingBox 0bp 6bp 22bp 22bp
19808
19809 \end_inset
19810
19811  oder 
19812 \begin_inset Graphics
19813         filename ../../images/float-insert_table.png
19814         scale 70
19815         scaleBeforeRotation
19816         BoundingBox 0bp 6bp 22bp 22bp
19817
19818 \end_inset
19819
19820  klicken.
19821 \end_layout
19822
19823 \begin_layout Section
19824 Gleitobjekt-Typen
19825 \begin_inset Index
19826 status collapsed
19827
19828 \begin_layout Plain Layout
19829 Gleitobjekte ! Typen
19830 \end_layout
19831
19832 \end_inset
19833
19834
19835 \end_layout
19836
19837 \begin_layout Standard
19838 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
19839 \begin_inset space ~
19840 \end_inset
19841
19842
19843 \begin_inset CommandInset ref
19844 LatexCommand ref
19845 reference "abs:Gleitende-Abbildungen"
19846
19847 \end_inset
19848
19849  und 
19850 \begin_inset CommandInset ref
19851 LatexCommand ref
19852 reference "abs:Gleitende-Tabellen"
19853
19854 \end_inset
19855
19856  beschrieben wurden, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
19857 \end_layout
19858
19859 \begin_layout Subsection
19860 Gleitobjekt-Algorithmen
19861 \begin_inset Index
19862 status collapsed
19863
19864 \begin_layout Plain Layout
19865 Gleitobjekte ! Algorithmen
19866 \end_layout
19867
19868 \end_inset
19869
19870
19871 \begin_inset CommandInset label
19872 LatexCommand label
19873 name "uab:Gleitobjekt-Algorithmen"
19874
19875 \end_inset
19876
19877
19878 \end_layout
19879
19880 \begin_layout Standard
19881 \begin_inset Float algorithm
19882 placement h
19883 wide false
19884 sideways false
19885 status open
19886
19887 \begin_layout Plain Layout
19888 \begin_inset Caption
19889
19890 \begin_layout Plain Layout
19891 \begin_inset CommandInset label
19892 LatexCommand label
19893 name "alg:Ein-Gleitobjekt-Algorithmus"
19894
19895 \end_inset
19896
19897 Ein Gleitobjekt-Algorithmus 
19898 \end_layout
19899
19900 \end_inset
19901
19902
19903 \end_layout
19904
19905 \begin_layout LyX-Code
19906 for I in 1..N loop
19907 \begin_inset Newline newline
19908 \end_inset
19909
19910  Sum:= Sum + A(I); /*Kommentar*/
19911 \begin_inset Newline newline
19912 \end_inset
19913
19914 end loop
19915 \begin_inset VSpace -4mm
19916 \end_inset
19917
19918
19919 \end_layout
19920
19921 \end_inset
19922
19923
19924 \end_layout
19925
19926 \begin_layout Standard
19927 Dieser Typ wird mit 
19928 \family sans
19929 Einfügen\SpecialChar \menuseparator
19930 Gleitobjekt\SpecialChar \menuseparator
19931 Algorithmus
19932 \family default
19933  eingefügt.
19934  Es gibt hierfür (noch) keinen Werkzeugleisten-Knopf.
19935  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet.
19936  Eine mögliche Absatz-Umgebung hier für ist 
19937 \family sans
19938 LyX-Code
19939 \family default
19940 , beschrieben im 
19941 \emph on
19942 Benutzerhandbuch
19943 \emph default
19944 .
19945  In Algorithmus
19946 \begin_inset space ~
19947 \end_inset
19948
19949
19950 \begin_inset CommandInset ref
19951 LatexCommand ref
19952 reference "alg:Ein-Gleitobjekt-Algorithmus"
19953
19954 \end_inset
19955
19956  wurden am Ende -0.4
19957 \begin_inset space \thinspace{}
19958 \end_inset
19959
19960 cm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
19961  letzten Zeile gedruckt wird.
19962 \end_layout
19963
19964 \begin_layout Standard
19965 Die Marke 
19966 \emph on
19967 Algorithmus
19968 \emph default
19969  wird nicht automatisch in die druckbare Version übernommen, sondern das
19970  englische Wort 
19971 \emph on
19972 Algorithm
19973 \emph default
19974  verwendet.
19975  Soll
19976 \emph on
19977  Algorithmus
19978 \emph default
19979  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
19980 \end_layout
19981
19982 \begin_layout Standard
19983
19984 \series bold
19985
19986 \backslash
19987 floatname{algorithm}{Algorithmus}
19988 \end_layout
19989
19990 \begin_layout Standard
19991 Um das Algorithmenverzeichnis einzufügen, kann für englische Dokumente das
19992  Menü 
19993 \family sans
19994 Einfügen\SpecialChar \menuseparator
19995 Liste
19996 \begin_inset space \thinspace{}
19997 \end_inset
19998
19999 /
20000 \begin_inset space \thinspace{}
20001 \end_inset
20002
20003 Inhaltsverzeichnis\SpecialChar \menuseparator
20004 Algorithmenverzeichnis
20005 \family default
20006  verwendet werden.
20007  Für nicht englische Dokumente, muss stattdessen dieser Befehl als TeX-Code
20008  eingefügt werden:
20009 \end_layout
20010
20011 \begin_layout Standard
20012
20013 \series bold
20014
20015 \backslash
20016 listof{algorithm}{Algorithmenverzeichnis}
20017 \end_layout
20018
20019 \begin_layout Standard
20020 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20021  nach dem Schema 
20022 \begin_inset Quotes gld
20023 \end_inset
20024
20025 Kapitelnummer.Algorithmusnummer
20026 \begin_inset Quotes grd
20027 \end_inset
20028
20029  nummeriert.
20030  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20031  einfügen:
20032 \end_layout
20033
20034 \begin_layout Standard
20035
20036 \series bold
20037
20038 \backslash
20039 numberwithin{algorithm}{chapter}
20040 \end_layout
20041
20042 \begin_layout Standard
20043 Um 
20044 \series bold
20045
20046 \backslash
20047 numberwithin
20048 \series default
20049  benutzen zu können, muss in den 
20050 \family sans
20051 Mathe
20052 \begin_inset space ~
20053 \end_inset
20054
20055 Optionen
20056 \family default
20057  der 
20058 \family sans
20059 Dokument-Einstellungen
20060 \family default
20061  
20062 \family sans
20063 AMS
20064 \begin_inset space ~
20065 \end_inset
20066
20067 Mathe
20068 \begin_inset space ~
20069 \end_inset
20070
20071 Paket
20072 \family default
20073
20074 \begin_inset space ~
20075 \end_inset
20076
20077
20078 \family sans
20079 verwenden
20080 \family default
20081  angekreuzt sein.
20082 \end_layout
20083
20084 \begin_layout Subsection
20085 Umflossene Gleitobjekte
20086 \begin_inset CommandInset label
20087 LatexCommand label
20088 name "uab:Umflossene-Gleitobjekte"
20089
20090 \end_inset
20091
20092
20093 \begin_inset Index
20094 status collapsed
20095
20096 \begin_layout Plain Layout
20097 Gleitobjekte ! umflossene
20098 \end_layout
20099
20100 \end_inset
20101
20102
20103 \end_layout
20104
20105 \begin_layout Standard
20106 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
20107  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
20108  den die Abbildung bzw.
20109 \begin_inset space ~
20110 \end_inset
20111
20112 Tabelle übrig lässt.
20113  Sie werden über das Menü
20114 \family sans
20115  Einfügen\SpecialChar \menuseparator
20116 Gleitobjekt\SpecialChar \menuseparator
20117 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
20118 objekt
20119 \family default
20120  eingefügt, wenn das LaTeX-Paket 
20121 \series bold
20122 wrapfig
20123 \series default
20124
20125 \begin_inset Index
20126 status collapsed
20127
20128 \begin_layout Plain Layout
20129 LaTeX-Pakete ! wrapfig
20130 \begin_inset ERT
20131 status collapsed
20132
20133 \begin_layout Plain Layout
20134
20135
20136 \backslash
20137 vspace{4mm}
20138 \end_layout
20139
20140 \end_inset
20141
20142
20143 \end_layout
20144
20145 \end_inset
20146
20147  installiert ist.
20148 \begin_inset Foot
20149 status collapsed
20150
20151 \begin_layout Plain Layout
20152 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20153 \emph on
20154 LaTeX-Konfiguration
20155 \emph default
20156  beschrieben.
20157 \end_layout
20158
20159 \end_inset
20160
20161  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
20162  Box des Gleitobjekts geändert werden.
20163  
20164 \begin_inset Wrap figure
20165 lines 0
20166 placement l
20167 overhang 1cm
20168 width "40col%"
20169 status open
20170
20171 \begin_layout Plain Layout
20172 \begin_inset Graphics
20173         filename ../clipart/mobius.eps
20174         width 40col%
20175         scaleBeforeRotation
20176         rotateOrigin center
20177
20178 \end_inset
20179
20180
20181 \end_layout
20182
20183 \begin_layout Plain Layout
20184 \begin_inset Caption
20185
20186 \begin_layout Plain Layout
20187 \begin_inset CommandInset label
20188 LatexCommand label
20189 name "abb:Dies-ist-eine"
20190
20191 \end_inset
20192
20193 Dies ist eine umflossene Gleitobjekt-Abbildung
20194 \end_layout
20195
20196 \end_inset
20197
20198
20199 \end_layout
20200
20201 \end_inset
20202
20203  Obligatorische Einstellungen sind die 
20204 \family sans
20205 Breite
20206 \family default
20207  und 
20208 \family sans
20209 Platzierung
20210 \family default
20211  des Gleitobjekts.
20212  Optional sind der 
20213 \family sans
20214 Überhang 
20215 \family default
20216 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
20217 \begin_inset space \thinspace{}
20218 \end_inset
20219
20220 /
20221 \begin_inset space \thinspace{}
20222 \end_inset
20223
20224 der Seite ragt und die 
20225 \family sans
20226 benötigten Zeilen
20227 \family default
20228 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
20229  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
20230  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
20231  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
20232  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
20233  zu lassen.
20234  Abbildung
20235 \begin_inset space ~
20236 \end_inset
20237
20238
20239 \begin_inset CommandInset ref
20240 LatexCommand ref
20241 reference "abb:Dies-ist-eine"
20242
20243 \end_inset
20244
20245  ist zum Beispiel ein umflossenes Bild, das 40
20246 \begin_inset space \thinspace{}
20247 \end_inset
20248
20249 % der Spaltenbreite einnimmt, 1
20250 \begin_inset space \thinspace{}
20251 \end_inset
20252
20253 cm in den Rand ragt und links gesetzt wurde.
20254 \begin_inset Foot
20255 status collapsed
20256
20257 \begin_layout Plain Layout
20258 Die benutzbaren Einheiten werden in Anhang
20259 \begin_inset space ~
20260 \end_inset
20261
20262
20263 \begin_inset CommandInset ref
20264 LatexCommand ref
20265 reference "kap:In-LyX-verfügbare"
20266
20267 \end_inset
20268
20269  beschrieben.
20270 \end_layout
20271
20272 \end_inset
20273
20274
20275 \end_layout
20276
20277 \begin_layout Standard
20278 \begin_inset Note Greyedout
20279 status open
20280
20281 \begin_layout Plain Layout
20282
20283 \series bold
20284 Bemerkung:
20285 \series default
20286  Umflossene Objekte sind fragil! Wenn die Abbildung z.
20287 \begin_inset space \thinspace{}
20288 \end_inset
20289
20290 B.
20291  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
20292  oder über anderen Text gedruckt wird.
20293 \end_layout
20294
20295 \end_inset
20296
20297
20298 \end_layout
20299
20300 \begin_layout Standard
20301 Allgemein gilt:
20302 \end_layout
20303
20304 \begin_layout Itemize
20305 Umflossene Gleitobjekte sollten nicht in Absätze gepackt werden, die auf
20306  der nächsten Seite fortgesetzt werden.
20307  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
20308  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
20309 \end_layout
20310
20311 \begin_layout Itemize
20312 Umflossene Gleitobjekte sollten entweder vor dem Absatz, dessen Text um
20313  sie fließen soll, eingefügt werden oder darin.
20314 \end_layout
20315
20316 \begin_layout Itemize
20317 Umflossene Gleitobjekte in aufeinander folgenden Absätzen können Probleme
20318  bereiten, also achten Sie darauf, dass mindestens ein Textabsatz zwischen
20319  ihnen ist.
20320 \end_layout
20321
20322 \begin_layout Itemize
20323 Umflossene Gleitobjekte sind weder in Abschnitts-Überschriften noch in Tabellen
20324  erlaubt.
20325 \end_layout
20326
20327 \begin_layout Section
20328 Gleitobjekt-Nummerierung
20329 \begin_inset CommandInset label
20330 LatexCommand label
20331 name "abs:Gleitobjekt-Nummerierung"
20332
20333 \end_inset
20334
20335
20336 \begin_inset Index
20337 status collapsed
20338
20339 \begin_layout Plain Layout
20340 Gleitobjekte ! Nummerierung
20341 \end_layout
20342
20343 \end_inset
20344
20345
20346 \end_layout
20347
20348 \begin_layout Standard
20349 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20350  nummeriert oder nach dem Schema 
20351 \begin_inset Quotes gld
20352 \end_inset
20353
20354 Kapitelnummer.Gleitobjektnummer
20355 \begin_inset Quotes grd
20356 \end_inset
20357
20358  oder 
20359 \begin_inset Quotes gld
20360 \end_inset
20361
20362 Abschnittsnummer.Gleitobjektnummer
20363 \begin_inset Quotes grd
20364 \end_inset
20365
20366 .
20367  Das hängt von der Dokumentklasse ab.
20368 \end_layout
20369
20370 \begin_layout Standard
20371 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20372  in den LaTeX-Vorspann einfügen:
20373 \end_layout
20374
20375 \begin_layout Standard
20376
20377 \series bold
20378
20379 \backslash
20380 renewcommand{
20381 \backslash
20382 thetable}{
20383 \backslash
20384 roman{table}}
20385 \end_layout
20386
20387 \begin_layout Standard
20388
20389 \series bold
20390
20391 \backslash
20392 thetable
20393 \series default
20394  ist der Befehl, der die Tabellennummer druckt.
20395  Für Abbildungen ist das 
20396 \series bold
20397
20398 \backslash
20399 thefigure
20400 \series default
20401 .
20402  Der Befehl 
20403 \series bold
20404
20405 \backslash
20406 roman
20407 \series default
20408  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20409 \end_layout
20410
20411 \begin_layout Standard
20412 Um das Nummerierungsschema zum Beispiel auf 
20413 \begin_inset Quotes gld
20414 \end_inset
20415
20416 Unterabschnittsnummer.Num\SpecialChar \-
20417 mer
20418 \begin_inset Quotes grd
20419 \end_inset
20420
20421  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20422 \end_layout
20423
20424 \begin_layout Standard
20425
20426 \series bold
20427
20428 \backslash
20429 numberwithin{table}{subsection}
20430 \end_layout
20431
20432 \begin_layout Standard
20433 Um den Befehl 
20434 \series bold
20435
20436 \backslash
20437 numberwithin
20438 \series default
20439  benutzen zu können, müssen Sie in den 
20440 \family sans
20441 Mathe
20442 \begin_inset space ~
20443 \end_inset
20444
20445 Optionen
20446 \family default
20447  der 
20448 \family sans
20449 Dokument-Einstellungen
20450 \family default
20451  
20452 \family sans
20453 AMS
20454 \begin_inset space ~
20455 \end_inset
20456
20457 Mathe
20458 \begin_inset space ~
20459 \end_inset
20460
20461 Paket
20462 \family default
20463
20464 \begin_inset space ~
20465 \end_inset
20466
20467
20468 \family sans
20469 verwenden
20470 \family default
20471  ankreuzen.
20472 \end_layout
20473
20474 \begin_layout Standard
20475 Sehen Sie sich bitte auch Abschnitt
20476 \begin_inset space ~
20477 \end_inset
20478
20479
20480 \begin_inset CommandInset ref
20481 LatexCommand ref
20482 reference "uab:Fußnoten-Nummerierung"
20483
20484 \end_inset
20485
20486  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20487 \end_layout
20488
20489 \begin_layout Section
20490 Auf Gleitobjekte verweisen
20491 \begin_inset CommandInset label
20492 LatexCommand label
20493 name "abs:Auf-Gleitobjekte-verweisen"
20494
20495 \end_inset
20496
20497
20498 \begin_inset Index
20499 status collapsed
20500
20501 \begin_layout Plain Layout
20502 Gleitobjekte ! Querverweise
20503 \end_layout
20504
20505 \end_inset
20506
20507
20508 \begin_inset Index
20509 status collapsed
20510
20511 \begin_layout Plain Layout
20512 Querverweise
20513 \end_layout
20514
20515 \end_inset
20516
20517
20518 \end_layout
20519
20520 \begin_layout Standard
20521 Zunächst müssen Sie mit 
20522 \family sans
20523 Einfügen\SpecialChar \menuseparator
20524 Marke
20525 \family default
20526  oder einen Klick auf 
20527 \begin_inset Graphics
20528         filename ../../images/label-insert.png
20529         scale 70
20530         scaleBeforeRotation
20531
20532 \end_inset
20533
20534  eine Marke im Titel einfügen.
20535  Im 
20536 \family sans
20537 Marke
20538 \family default
20539 -Dialog schreiben Sie einen Text in das Feld 
20540 \family sans
20541 Marke
20542 \family default
20543  oder übernehmen den vorgeschlagenen.
20544  Die Marke sieht in LyX dann so aus:
20545 \end_layout
20546
20547 \begin_layout Standard
20548 \begin_inset Graphics
20549         filename clipart/Marke.png
20550         lyxscale 80
20551         scale 50
20552         scaleBeforeRotation
20553         BoundingBox 0bp 6bp 76bp 23bp
20554
20555 \end_inset
20556
20557
20558 \end_layout
20559
20560 \begin_layout Standard
20561 Die Marke wird als Anker und Name für den Querverweis benutzt.
20562  Mit 
20563 \family sans
20564 Einfügen\SpecialChar \menuseparator
20565 Querverweis
20566 \family default
20567  oder einen Klick auf 
20568 \begin_inset Graphics
20569         filename ../../images/dialog-show-new-inset_ref.png
20570         scale 70
20571         scaleBeforeRotation
20572
20573 \end_inset
20574
20575  können Sie dann auf die Marke verweisen.
20576  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20577  angezeigt:
20578 \end_layout
20579
20580 \begin_layout Standard
20581 \begin_inset Graphics
20582         filename clipart/Querverweis.png
20583         lyxscale 80
20584         scale 50
20585         scaleBeforeRotation
20586         BoundingBox 0bp 6bp 76bp 23bp
20587
20588 \end_inset
20589
20590
20591 \begin_inset Newline newline
20592 \end_inset
20593
20594  Mehr zu Querverweisen finden Sie im 
20595 \emph on
20596 Benutzerhandbuch
20597 \emph default
20598 .
20599 \end_layout
20600
20601 \begin_layout Standard
20602 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20603  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20604  durch einen Zeilenumbruch getrennt werden können.
20605 \end_layout
20606
20607 \begin_layout Standard
20608 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20609  LyX passt die Querverweise automatisch an.
20610 \end_layout
20611
20612 \begin_layout Standard
20613 Ein Klick auf den Schalter 
20614 \family sans
20615 Gehe
20616 \begin_inset space ~
20617 \end_inset
20618
20619 zur
20620 \begin_inset space ~
20621 \end_inset
20622
20623 Marke
20624 \family default
20625  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20626  Der Text der Schaltfläche heißt jetzt 
20627 \family sans
20628 Gehe
20629 \begin_inset space ~
20630 \end_inset
20631
20632 zurück
20633 \family default
20634  und ein Klick darauf macht genau dies.
20635   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20636  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20637  Dann ist auch kein 
20638 \family sans
20639 Gehe
20640 \begin_inset space ~
20641 \end_inset
20642
20643 zurück
20644 \family default
20645  möglich.
20646 \end_layout
20647
20648 \begin_layout Subsection
20649 Querverweis-Formate
20650 \begin_inset CommandInset label
20651 LatexCommand label
20652 name "uab:Querverweis-Formate"
20653
20654 \end_inset
20655
20656
20657 \begin_inset Index
20658 status collapsed
20659
20660 \begin_layout Plain Layout
20661 Querverweise ! Formate
20662 \end_layout
20663
20664 \end_inset
20665
20666
20667 \end_layout
20668
20669 \begin_layout Standard
20670 Es gibt sechs verschiedene Querverweisstile:
20671 \end_layout
20672
20673 \begin_layout Description
20674 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20675  
20676 \begin_inset CommandInset ref
20677 LatexCommand ref
20678 reference "abb:Zwei-Teilabbildungen"
20679
20680 \end_inset
20681
20682
20683 \end_layout
20684
20685 \begin_layout Description
20686 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20687  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20688  verwendet wird, speziell wenn der Name 
20689 \begin_inset Quotes gld
20690 \end_inset
20691
20692 Gleichung
20693 \begin_inset Quotes grd
20694 \end_inset
20695
20696  weggelassen wird: 
20697 \begin_inset CommandInset ref
20698 LatexCommand eqref
20699 reference "eq:Wgn"
20700
20701 \end_inset
20702
20703
20704 \end_layout
20705
20706 \begin_layout Description
20707 <Seite>: druckt die Seitennummer: Seite
20708 \begin_inset space ~
20709 \end_inset
20710
20711
20712 \begin_inset CommandInset ref
20713 LatexCommand pageref
20714 reference "abb:Zwei-Teilabbildungen"
20715
20716 \end_inset
20717
20718
20719 \end_layout
20720
20721 \begin_layout Description
20722 auf
20723 \begin_inset space ~
20724 \end_inset
20725
20726 Seite
20727 \begin_inset space ~
20728 \end_inset
20729
20730 <Seite>: druckt den Text 
20731 \begin_inset Quotes gld
20732 \end_inset
20733
20734 auf Seite
20735 \begin_inset Quotes grd
20736 \end_inset
20737
20738  und die Seitennummer: 
20739 \begin_inset CommandInset ref
20740 LatexCommand vpageref
20741 reference "abb:Zwei-Teilabbildungen"
20742
20743 \end_inset
20744
20745
20746 \end_layout
20747
20748 \begin_layout Description
20749 <Querverweis>
20750 \begin_inset space ~
20751 \end_inset
20752
20753 auf
20754 \begin_inset space ~
20755 \end_inset
20756
20757 Seite
20758 \begin_inset space ~
20759 \end_inset
20760
20761 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20762 \begin_inset Quotes gld
20763 \end_inset
20764
20765 auf Seite
20766 \begin_inset Quotes grd
20767 \end_inset
20768
20769 , und die Seitennummer: 
20770 \begin_inset CommandInset ref
20771 LatexCommand vref
20772 reference "abb:Zwei-Teilabbildungen"
20773
20774 \end_inset
20775
20776
20777 \end_layout
20778
20779 \begin_layout Description
20780 Formatierter
20781 \begin_inset space ~
20782 \end_inset
20783
20784 Querverweis: druckt ein selbst definiertes Querverweisformat
20785 \begin_inset Newline newline
20786 \end_inset
20787
20788
20789 \begin_inset Note Greyedout
20790 status open
20791
20792 \begin_layout Plain Layout
20793
20794 \series bold
20795 Bemerkung:
20796 \series default
20797  Dies ist nur möglich, wenn das LaTeX-Paket 
20798 \series bold
20799 prettyref
20800 \series default
20801  installiert ist.
20802 \end_layout
20803
20804 \end_inset
20805
20806
20807 \end_layout
20808
20809 \begin_layout Standard
20810 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
20811  sich die referenzierte Marke auf der vorherigen, derselben oder der nächsten
20812  Seite befindet.
20813  Stattdessen wird der Text 
20814 \begin_inset Quotes gld
20815 \end_inset
20816
20817 auf der vorigen Seite
20818 \begin_inset Quotes grd
20819 \end_inset
20820
20821
20822 \begin_inset Quotes gld
20823 \end_inset
20824
20825 auf dieser Seite
20826 \begin_inset Quotes grd
20827 \end_inset
20828
20829  oder 
20830 \begin_inset Quotes gld
20831 \end_inset
20832
20833 auf der nächsten Seite
20834 \begin_inset Quotes grd
20835 \end_inset
20836
20837  gedruckt.
20838 \end_layout
20839
20840 \begin_layout Standard
20841 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
20842  automatisch von LaTeX berechnet.
20843  Die Stile können im Feld 
20844 \family sans
20845 Format
20846 \family default
20847  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
20848  einen Querverweis klicken.
20849 \end_layout
20850
20851 \begin_layout Subsection
20852 Automatische Querverweis-Namen
20853 \begin_inset Index
20854 status collapsed
20855
20856 \begin_layout Plain Layout
20857 Querverweise ! Automatische Namen 
20858 \end_layout
20859
20860 \end_inset
20861
20862
20863 \end_layout
20864
20865 \begin_layout Standard
20866 Das LaTeX-Paket 
20867 \series bold
20868 hyperref
20869 \series default
20870
20871 \begin_inset Index
20872 status collapsed
20873
20874 \begin_layout Plain Layout
20875 LaTeX-Pakete ! hyperref
20876 \end_layout
20877
20878 \end_inset
20879
20880  besitzt eine sehr nützliche Funktion, damit Querverweise den Namen des
20881  Gleitobjekts automatisch enthalten (oder Textteile wie 
20882 \emph on
20883 Abschnitt
20884 \emph default
20885 ).
20886  Sie müssen nicht mehr Abbildung vor das Querverweis-Kästchen schreiben.
20887  Um diese Funktion benutzen zu können, müssen Sie 
20888 \series bold
20889 hyperref
20890 \series default
20891  in den LaTeX-Vorspann wie folgt einfügen:
20892 \end_layout
20893
20894 \begin_layout Standard
20895
20896 \series bold
20897
20898 \backslash
20899 usepackage[pdfborder={0 0 0}]{hyperref}
20900 \begin_inset Newline newline
20901 \end_inset
20902
20903
20904 \backslash
20905 AtBeginDocument{
20906 \backslash
20907 renewcommand{
20908 \backslash
20909 ref}[1]{
20910 \backslash
20911 mbox{
20912 \backslash
20913 autoref{#1}}}}
20914 \end_layout
20915
20916 \begin_layout Standard
20917
20918 \series bold
20919 hyperref
20920 \series default
20921  wird benutzt, um Marken und Querverweise in DVI- und PDF
20922 \begin_inset ERT
20923 status open
20924
20925 \begin_layout Plain Layout
20926
20927 "=
20928 \end_layout
20929
20930 \end_inset
20931
20932 Dokumenten zu verlinken, das heißt der Leser der entsprechenden Datei kann
20933  auf solch einen Link klicken, und die angeklickte Stelle wird gezeigt.
20934  In DVI-Dateien ist ein Link blau unterstrichen, in der PDF-Datei ändert
20935  sich der Cursor.
20936 \end_layout
20937
20938 \begin_layout Standard
20939 Diese Funktion wird auch in diesem Dokument benutzt und nach und nach in
20940  allen Handbüchern.
20941  Wenn Sie sich den LaTeX-Vorspann ansehen, werden Sie verschiedene Optionen
20942  für die Benutzung von 
20943 \series bold
20944 hyperref
20945 \series default
20946  sehen.
20947  In der 
20948 \series bold
20949 hyperref
20950 \series default
20951 -Dokumentation 
20952 \begin_inset CommandInset citation
20953 LatexCommand cite
20954 key "hyperref"
20955
20956 \end_inset
20957
20958  finden Sie mehr darüber.
20959 \end_layout
20960
20961 \begin_layout Standard
20962 \begin_inset Note Greyedout
20963 status open
20964
20965 \begin_layout Plain Layout
20966
20967 \series bold
20968 Bemerkung:
20969 \series default
20970  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
20971  als Querverweisstil 
20972 \family sans
20973 Formatierter
20974 \begin_inset space ~
20975 \end_inset
20976
20977 Querverweis
20978 \family default
20979  benutzen.
20980 \end_layout
20981
20982 \end_inset
20983
20984
20985 \end_layout
20986
20987 \begin_layout Subsection
20988 Querverweis-Position
20989 \begin_inset CommandInset label
20990 LatexCommand label
20991 name "uab:Querverweis-Position"
20992
20993 \end_inset
20994
20995
20996 \begin_inset Index
20997 status collapsed
20998
20999 \begin_layout Plain Layout
21000 Querverweise !  Position
21001 \end_layout
21002
21003 \end_inset
21004
21005
21006 \end_layout
21007
21008 \begin_layout Standard
21009 Wenn Sie 
21010 \series bold
21011 hyperref
21012 \series default
21013  benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein Klick
21014  auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21015  und Sie werden das Bild ohne Rollen nicht sehen.
21016  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21017  ist.
21018  Wenn Sie das  LaTeX-Paket 
21019 \series bold
21020 hypcap
21021 \series default
21022
21023 \begin_inset Index
21024 status collapsed
21025
21026 \begin_layout Plain Layout
21027 LaTeX-Pakete ! hypcap
21028 \end_layout
21029
21030 \end_inset
21031
21032 , das Teil des LaTeX-Pakets 
21033 \series bold
21034 oberdiek
21035 \series default
21036
21037 \begin_inset Index
21038 status collapsed
21039
21040 \begin_layout Plain Layout
21041 LaTeX-Pakete ! oberdiek
21042 \end_layout
21043
21044 \end_inset
21045
21046  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21047  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21048 \series bold
21049 hypcap
21050 \series default
21051  zunächst in den LaTeX-Vorspann laden:
21052 \end_layout
21053
21054 \begin_layout Standard
21055
21056 \series bold
21057
21058 \backslash
21059 usepackage[figure]{hypcap}
21060 \end_layout
21061
21062 \begin_layout Standard
21063 Sie können 
21064 \series bold
21065 hypcap
21066 \series default
21067  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
21068  nicht empfohlen.
21069  Weitere Informationen finden Sie im
21070 \series bold
21071  hypcap
21072 \series default
21073 -Handbuch 
21074 \begin_inset CommandInset citation
21075 LatexCommand cite
21076 key "hypcap"
21077
21078 \end_inset
21079
21080 .
21081 \end_layout
21082
21083 \begin_layout Standard
21084 \begin_inset Note Greyedout
21085 status open
21086
21087 \begin_layout Plain Layout
21088
21089 \series bold
21090 Bemerkung 1:
21091 \series default
21092  
21093 \series bold
21094 hypcap
21095 \series default
21096  muss nach 
21097 \series bold
21098 hyperref
21099 \series default
21100  geladen werden.
21101 \end_layout
21102
21103 \end_inset
21104
21105
21106 \end_layout
21107
21108 \begin_layout Standard
21109 \begin_inset Note Greyedout
21110 status open
21111
21112 \begin_layout Plain Layout
21113
21114 \series bold
21115 Bemerkung 2:
21116 \series default
21117  
21118 \series medium
21119 Das Setzen der Querverweis-Position hat keinen Einfluss auf Querverweise
21120  zu Teilabbildungen.
21121 \end_layout
21122
21123 \end_inset
21124
21125
21126 \end_layout
21127
21128 \begin_layout Section
21129 Gleitobjekt-Platzierung
21130 \begin_inset CommandInset label
21131 LatexCommand label
21132 name "abs:Gleitobjekt-Platzierung"
21133
21134 \end_inset
21135
21136
21137 \begin_inset Index
21138 status collapsed
21139
21140 \begin_layout Plain Layout
21141 Gleitobjekte ! Plazierung
21142 \end_layout
21143
21144 \end_inset
21145
21146
21147 \end_layout
21148
21149 \begin_layout Standard
21150 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21151 \family sans
21152 Gleitobjekt-Einstellungen
21153 \family default
21154 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21155  können.
21156 \begin_inset Newline newline
21157 \end_inset
21158
21159 Die Option 
21160 \family sans
21161 Spalten
21162 \begin_inset space ~
21163 \end_inset
21164
21165 überspannen
21166 \family default
21167  ist nur bei zweispaltigen Dokumenten sinnvoll.
21168  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21169 \begin_inset Newline newline
21170 \end_inset
21171
21172 Die Option 
21173 \family sans
21174 Seitwärts
21175 \begin_inset space ~
21176 \end_inset
21177
21178 drehen
21179 \family default
21180  ist in Abschnitt 
21181 \begin_inset CommandInset ref
21182 LatexCommand ref
21183 reference "abs:Gedrehte-Gleitobjekte"
21184
21185 \end_inset
21186
21187  beschrieben.
21188 \end_layout
21189
21190 \begin_layout Standard
21191 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21192  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21193  Sie die Option 
21194 \family sans
21195 Standard-Platzierung
21196 \begin_inset space ~
21197 \end_inset
21198
21199 verwenden
21200 \family default
21201  nicht verwenden:
21202 \end_layout
21203
21204 \begin_layout Description
21205 Hier
21206 \begin_inset space ~
21207 \end_inset
21208
21209 wenn
21210 \begin_inset space ~
21211 \end_inset
21212
21213 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21214 \end_layout
21215
21216 \begin_layout Description
21217 Anfang
21218 \begin_inset space ~
21219 \end_inset
21220
21221 der
21222 \begin_inset space ~
21223 \end_inset
21224
21225 Seite
21226 \family sans
21227  
21228 \family default
21229 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21230  Gleitobjekte, die maximal 70
21231 \begin_inset space \thinspace{}
21232 \end_inset
21233
21234 % einer Seite benötigen, dürfen oben platziert werden.
21235  Dies kann durch die Variable 
21236 \series bold
21237
21238 \backslash
21239 topfraction
21240 \series default
21241  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21242 \end_layout
21243
21244 \begin_deeper
21245 \begin_layout Standard
21246
21247 \series bold
21248
21249 \backslash
21250 renewcommand{
21251 \backslash
21252 topfraction}{0.9}
21253 \family typewriter
21254 \series default
21255  
21256 \end_layout
21257
21258 \end_deeper
21259 \begin_layout Description
21260 Ende
21261 \begin_inset space ~
21262 \end_inset
21263
21264 der
21265 \begin_inset space ~
21266 \end_inset
21267
21268 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21269  Gleitobjekte, die maximal 30
21270 \begin_inset space \thinspace{}
21271 \end_inset
21272
21273 % einer Seite benötigen, dürfen unten platziert werden.
21274  Dies kann durch die Variable 
21275 \series bold
21276
21277 \backslash
21278 bottomfraction
21279 \series default
21280  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21281 \end_layout
21282
21283 \begin_deeper
21284 \begin_layout Standard
21285
21286 \series bold
21287
21288 \backslash
21289 renewcommand{
21290 \backslash
21291 bottomfraction}{0.5}
21292 \end_layout
21293
21294 \begin_layout Standard
21295 die oftmals zu kleine untere Grenze auf 50
21296 \begin_inset space \thinspace{}
21297 \end_inset
21298
21299 %.
21300 \end_layout
21301
21302 \end_deeper
21303 \begin_layout Description
21304 Seite
21305 \begin_inset space ~
21306 \end_inset
21307
21308 mit
21309 \begin_inset space ~
21310 \end_inset
21311
21312 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21313  Nur wenn mehr als 50
21314 \begin_inset space \thinspace{}
21315 \end_inset
21316
21317 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21318  Gleitobjekte bereitgestellt.
21319  Dies kann durch die Variable 
21320 \series bold
21321
21322 \backslash
21323 floatpagefraction 
21324 \series default
21325 im LaTeX-Vorspann überschrieben werden.
21326 \end_layout
21327
21328 \begin_layout Standard
21329 Die Reihenfolge der obigen Optionen wird 
21330 \emph on
21331 immer
21332 \emph default
21333  von LaTeX verwendet.
21334  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21335  versuchen 
21336 \family sans
21337 Hier
21338 \begin_inset space \space{}
21339 \end_inset
21340
21341 wenn
21342 \begin_inset space \space{}
21343 \end_inset
21344
21345 möglich
21346 \family default
21347 , dann 
21348 \family sans
21349 Anfang
21350 \begin_inset space ~
21351 \end_inset
21352
21353 der
21354 \begin_inset space ~
21355 \end_inset
21356
21357 Seite
21358 \family default
21359  und dann die anderen Optionen anzuwenden.
21360  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21361  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21362  Reihenfolge.
21363  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21364 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21365 \end_layout
21366
21367 \begin_layout Standard
21368 Die Option 
21369 \family sans
21370 Hier,
21371 \begin_inset space ~
21372 \end_inset
21373
21374 auf
21375 \begin_inset space ~
21376 \end_inset
21377
21378 jeden
21379 \begin_inset space ~
21380 \end_inset
21381
21382 Fall
21383 \family default
21384  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21385  fast druckreif ist.
21386  Denn mit der Option kann das Objekt nicht mehr 
21387 \emph on
21388 gleiten
21389 \emph default
21390 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21391  oftmals zerstört.
21392 \end_layout
21393
21394 \begin_layout Standard
21395 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
21396  immer vom Text eines bestimmten Absatzes umgeben sind.
21397 \begin_inset VSpace bigskip
21398 \end_inset
21399
21400
21401 \end_layout
21402
21403 \begin_layout Standard
21404 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21405 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21406  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21407  Das kann mit dem LaTeX-Befehl
21408 \series bold
21409  
21410 \backslash
21411 suppressfloats
21412 \series default
21413  verhindert werden.
21414  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21415  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21416  gesetzt wird.
21417  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21418 \end_layout
21419
21420 \begin_layout Standard
21421
21422 \series bold
21423
21424 \backslash
21425 let
21426 \backslash
21427 meinAbschnitt
21428 \backslash
21429 section
21430 \begin_inset Newline newline
21431 \end_inset
21432
21433
21434 \backslash
21435 renewcommand{
21436 \backslash
21437 section}{
21438 \backslash
21439 suppressfloats[t]
21440 \backslash
21441 meinAbschnitt}
21442 \end_layout
21443
21444 \begin_layout Standard
21445 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21446  Unterabschnitten festlegen.
21447  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21448  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21449 \end_layout
21450
21451 \begin_layout Standard
21452 Es gibt auch noch das LaTeX-Paket 
21453 \series bold
21454 flafter
21455 \series default
21456
21457 \begin_inset Index
21458 status collapsed
21459
21460 \begin_layout Plain Layout
21461 LaTeX-Pakete ! flafter
21462 \end_layout
21463
21464 \end_inset
21465
21466  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21467  gedruckt wird.
21468 \end_layout
21469
21470 \begin_layout Standard
21471 \begin_inset VSpace bigskip
21472 \end_inset
21473
21474 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21475  Dafür gibt es das LaTeX-Paket 
21476 \series bold
21477 endfloat
21478 \series default
21479
21480 \begin_inset Index
21481 status collapsed
21482
21483 \begin_layout Plain Layout
21484 LaTeX-Pakete ! endfloat
21485 \end_layout
21486
21487 \end_inset
21488
21489 .
21490  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21491  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21492  
21493 \family sans
21494
21495 \begin_inset Quotes gld
21496 \end_inset
21497
21498 [Abbildung
21499 \begin_inset space ~
21500 \end_inset
21501
21502 3.2 ist ungefähr hier.]
21503 \family default
21504
21505 \begin_inset Quotes grd
21506 \end_inset
21507
21508  finden.
21509  Das 
21510 \series bold
21511 endfloat
21512 \series default
21513 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21514 \end_layout
21515
21516 \begin_layout Standard
21517
21518 \series bold
21519
21520 \backslash
21521 usepackage[Optionen]{endfloat}
21522 \end_layout
21523
21524 \begin_layout Standard
21525 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21526  Tabellen-Abschnitte, die Sie in der 
21527 \series bold
21528 endfloat
21529 \series default
21530 -Dokumentation 
21531 \begin_inset CommandInset citation
21532 LatexCommand cite
21533 key "endfloat"
21534
21535 \end_inset
21536
21537  nachlesen können.
21538 \begin_inset Newline newline
21539 \end_inset
21540
21541
21542 \begin_inset Note Greyedout
21543 status open
21544
21545 \begin_layout Plain Layout
21546
21547 \series bold
21548 Bemerkung
21549 \begin_inset space ~
21550 \end_inset
21551
21552 1: endfloat
21553 \series default
21554  übersetzt den Hinweistext nicht automatisch.
21555  Abschnitt
21556 \begin_inset space ~
21557 \end_inset
21558
21559 4 in 
21560 \begin_inset CommandInset citation
21561 LatexCommand cite
21562 key "endfloat"
21563
21564 \end_inset
21565
21566  beschreibt, wie es geht.
21567 \end_layout
21568
21569 \end_inset
21570
21571
21572 \end_layout
21573
21574 \begin_layout Standard
21575 \begin_inset Note Greyedout
21576 status open
21577
21578 \begin_layout Plain Layout
21579
21580 \series bold
21581 Bemerkung
21582 \begin_inset space ~
21583 \end_inset
21584
21585 2: 
21586 \series default
21587 Die aktuelle Version von 
21588 \series bold
21589 endfloat
21590 \series default
21591  hat einen Fehler, wenn die Überschrift ein 
21592 \begin_inset Quotes gld
21593 \end_inset
21594
21595 ß
21596 \begin_inset Quotes grd
21597 \end_inset
21598
21599  enthält.
21600  Sie müssen stattdessen den Befehl 
21601 \series bold
21602
21603 \backslash
21604 ss
21605 \series default
21606  als TeX-Code benutzen.
21607 \end_layout
21608
21609 \end_inset
21610
21611
21612 \end_layout
21613
21614 \begin_layout Standard
21615 \begin_inset VSpace bigskip
21616 \end_inset
21617
21618 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
21619  wie 
21620 \begin_inset CommandInset citation
21621 LatexCommand cite
21622 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21623
21624 \end_inset
21625
21626 .
21627 \end_layout
21628
21629 \begin_layout Section
21630 Gedrehte Gleitobjekte
21631 \begin_inset CommandInset label
21632 LatexCommand label
21633 name "abs:Gedrehte-Gleitobjekte"
21634
21635 \end_inset
21636
21637
21638 \begin_inset Index
21639 status collapsed
21640
21641 \begin_layout Plain Layout
21642 Gleitobjekte ! drehen
21643 \end_layout
21644
21645 \end_inset
21646
21647
21648 \end_layout
21649
21650 \begin_layout Standard
21651 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
21652 t drehen.
21653  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
21654  und die Option 
21655 \family sans
21656 Seitwärts
21657 \begin_inset space ~
21658 \end_inset
21659
21660 drehen
21661 \family default
21662  wählen.
21663 \end_layout
21664
21665 \begin_layout Standard
21666 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
21667  sie ein mehrspaltiges Dokument haben) gedruckt.
21668  Sie können mehrere Spalten überspannen, wenn die Option 
21669 \family sans
21670 Spalten
21671 \begin_inset space ~
21672 \end_inset
21673
21674 überspannen
21675 \family default
21676  in den Gleitobjekt Einstellungen gewählt ist.
21677  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
21678  werden können.
21679  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
21680  Option 
21681 \series bold
21682 figuresleft
21683 \series default
21684  oder 
21685 \series bold
21686 figuresright
21687 \series default
21688  zu den Dokumentklassen-Optionen hinzu.
21689 \end_layout
21690
21691 \begin_layout Standard
21692 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
21693  Tabelle
21694 \begin_inset space ~
21695 \end_inset
21696
21697
21698 \begin_inset CommandInset ref
21699 LatexCommand ref
21700 reference "tab:Gedrehte-Tabelle"
21701
21702 \end_inset
21703
21704  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
21705 \end_layout
21706
21707 \begin_layout Standard
21708 \begin_inset Note Greyedout
21709 status open
21710
21711 \begin_layout Plain Layout
21712
21713 \series bold
21714 Bemerkung:
21715 \series default
21716  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
21717 \end_layout
21718
21719 \end_inset
21720
21721
21722 \end_layout
21723
21724 \begin_layout Standard
21725 \begin_inset Float table
21726 wide false
21727 sideways true
21728 status open
21729
21730 \begin_layout Plain Layout
21731 \begin_inset Caption
21732
21733 \begin_layout Plain Layout
21734 \begin_inset CommandInset label
21735 LatexCommand label
21736 name "tab:Gedrehte-Tabelle"
21737
21738 \end_inset
21739
21740 Gedrehte Tabelle
21741 \end_layout
21742
21743 \end_inset
21744
21745
21746 \end_layout
21747
21748 \begin_layout Plain Layout
21749 \align center
21750 \begin_inset Tabular
21751 <lyxtabular version="3" rows="1" columns="5">
21752 <features>
21753 <column alignment="center" valignment="top" width="0">
21754 <column alignment="center" valignment="top" width="0">
21755 <column alignment="center" valignment="top" width="0">
21756 <column alignment="center" valignment="top" width="0">
21757 <column alignment="center" valignment="top" width="0">
21758 <row>
21759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21760 \begin_inset Text
21761
21762 \begin_layout Plain Layout
21763 Test
21764 \end_layout
21765
21766 \end_inset
21767 </cell>
21768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21769 \begin_inset Text
21770
21771 \begin_layout Plain Layout
21772 b
21773 \end_layout
21774
21775 \end_inset
21776 </cell>
21777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21778 \begin_inset Text
21779
21780 \begin_layout Plain Layout
21781 c
21782 \end_layout
21783
21784 \end_inset
21785 </cell>
21786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21787 \begin_inset Text
21788
21789 \begin_layout Plain Layout
21790 d
21791 \end_layout
21792
21793 \end_inset
21794 </cell>
21795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21796 \begin_inset Text
21797
21798 \begin_layout Plain Layout
21799 e
21800 \end_layout
21801
21802 \end_inset
21803 </cell>
21804 </row>
21805 </lyxtabular>
21806
21807 \end_inset
21808
21809
21810 \end_layout
21811
21812 \end_inset
21813
21814
21815 \end_layout
21816
21817 \begin_layout Section
21818 Gleitobjekte nebeneinander
21819 \begin_inset Index
21820 status collapsed
21821
21822 \begin_layout Plain Layout
21823 Gleitobjekte ! nebeneinander
21824 \end_layout
21825
21826 \end_inset
21827
21828
21829 \end_layout
21830
21831 \begin_layout Standard
21832 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
21833 \begin_inset space ~
21834 \end_inset
21835
21836
21837 \begin_inset CommandInset ref
21838 LatexCommand ref
21839 reference "abb:Gleitobjekt-links"
21840
21841 \end_inset
21842
21843  und 
21844 \begin_inset CommandInset ref
21845 LatexCommand ref
21846 reference "abb:Gleitobjekt-rechts"
21847
21848 \end_inset
21849
21850  wird nur 
21851 \emph on
21852 ein
21853 \emph default
21854  Gleitobjekt verwendet.
21855  In dieses werden zwei Minipage Boxen eingefügt.
21856 \begin_inset Foot
21857 status collapsed
21858
21859 \begin_layout Plain Layout
21860 Minipages sind in Abschnitt
21861 \begin_inset space ~
21862 \end_inset
21863
21864
21865 \begin_inset CommandInset ref
21866 LatexCommand ref
21867 reference "abs:Minipage"
21868
21869 \end_inset
21870
21871  erklärt.
21872 \end_layout
21873
21874 \end_inset
21875
21876  Die Breite wird für jede Minipage auf 45
21877 \begin_inset space \thinspace{}
21878 \end_inset
21879
21880 -50
21881 \begin_inset space \thinspace{}
21882 \end_inset
21883
21884 Spalten% und die Box Ausrichtung auf 
21885 \family sans
21886 Unten
21887 \family default
21888  gesetzt.
21889  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
21890  Gleitobjekt.
21891  Der einzige Unterschied ist, dass die Bildeinheit 
21892 \family sans
21893 Spaltenbreite
21894 \begin_inset space ~
21895 \end_inset
21896
21897 %
21898 \family default
21899  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
21900 \end_layout
21901
21902 \begin_layout Standard
21903 \begin_inset Float figure
21904 wide false
21905 sideways false
21906 status open
21907
21908 \begin_layout Plain Layout
21909 \begin_inset Box Frameless
21910 position "b"
21911 hor_pos "c"
21912 has_inner_box 1
21913 inner_pos "t"
21914 use_parbox 0
21915 width "45col%"
21916 special "none"
21917 height "1in"
21918 height_special "totalheight"
21919 status open
21920
21921 \begin_layout Plain Layout
21922 \align center
21923 \begin_inset Graphics
21924         filename ../clipart/mobius.eps
21925         lyxscale 50
21926         width 100col%
21927         scaleBeforeRotation
21928
21929 \end_inset
21930
21931
21932 \end_layout
21933
21934 \begin_layout Plain Layout
21935 \begin_inset Caption
21936
21937 \begin_layout Plain Layout
21938 \begin_inset CommandInset label
21939 LatexCommand label
21940 name "abb:Gleitobjekt-links"
21941
21942 \end_inset
21943
21944 Gleitobjekt auf der linken Seite.
21945 \end_layout
21946
21947 \end_inset
21948
21949
21950 \end_layout
21951
21952 \end_inset
21953
21954
21955 \begin_inset space \hfill{}
21956 \end_inset
21957
21958
21959 \begin_inset Box Frameless
21960 position "b"
21961 hor_pos "c"
21962 has_inner_box 1
21963 inner_pos "t"
21964 use_parbox 0
21965 width "45col%"
21966 special "none"
21967 height "1in"
21968 height_special "totalheight"
21969 status open
21970
21971 \begin_layout Plain Layout
21972 \align center
21973 \begin_inset Graphics
21974         filename ../clipart/platypus.eps
21975         lyxscale 50
21976         width 100col%
21977         scaleBeforeRotation
21978
21979 \end_inset
21980
21981
21982 \end_layout
21983
21984 \begin_layout Plain Layout
21985 \begin_inset Caption
21986
21987 \begin_layout Plain Layout
21988 \begin_inset CommandInset label
21989 LatexCommand label
21990 name "abb:Gleitobjekt-rechts"
21991
21992 \end_inset
21993
21994 Gleitobjekt auf der rechten Seite.
21995 \end_layout
21996
21997 \end_inset
21998
21999
22000 \end_layout
22001
22002 \end_inset
22003
22004
22005 \end_layout
22006
22007 \end_inset
22008
22009
22010 \end_layout
22011
22012 \begin_layout Section
22013 Beschriftungs-Formatierung
22014 \begin_inset CommandInset label
22015 LatexCommand label
22016 name "abs:Titel-Formatierung"
22017
22018 \end_inset
22019
22020
22021 \begin_inset Index
22022 status collapsed
22023
22024 \begin_layout Plain Layout
22025 Gleitobjekte ! Beschriftung ! Formatierung
22026 \end_layout
22027
22028 \end_inset
22029
22030
22031 \end_layout
22032
22033 \begin_layout Standard
22034
22035 \family sans
22036 Legende
22037 \family default
22038  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22039  In LyX sehen Titel so aus:  
22040 \family sans
22041
22042 \begin_inset Quotes gld
22043 \end_inset
22044
22045 Abbildung xyz:
22046 \family default
22047
22048 \begin_inset Quotes grd
22049 \end_inset
22050
22051 , gefolgt vom Beschriftungstext, wobei 
22052 \family sans
22053 xyz
22054 \family default
22055  die von LyX vergebene Nummer ist.
22056  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22057  gedruckt.
22058  Dies ist nicht immer brauchbar.
22059 \end_layout
22060
22061 \begin_layout Standard
22062 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22063  
22064 \series bold
22065 caption
22066 \series default
22067
22068 \begin_inset Index
22069 status collapsed
22070
22071 \begin_layout Plain Layout
22072 LaTeX-Pakete ! caption
22073 \end_layout
22074
22075 \end_inset
22076
22077  in den LaTeX-Vorspann laden:
22078 \end_layout
22079
22080 \begin_layout Standard
22081
22082 \series bold
22083
22084 \backslash
22085 usepackage[Format-Definition]{caption}
22086 \end_layout
22087
22088 \begin_layout Standard
22089 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22090  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22091 \end_layout
22092
22093 \begin_layout Standard
22094
22095 \series bold
22096
22097 \backslash
22098 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22099 \end_layout
22100
22101 \begin_layout Standard
22102 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22103  definieren.
22104  Dazu laden Sie das 
22105 \series bold
22106 caption
22107 \series default
22108 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22109  dem Befehl
22110 \end_layout
22111
22112 \begin_layout Standard
22113
22114 \series bold
22115
22116 \backslash
22117 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22118 \end_layout
22119
22120 \begin_layout Standard
22121 Für Abbildung
22122 \begin_inset space ~
22123 \end_inset
22124
22125
22126 \begin_inset CommandInset ref
22127 LatexCommand ref
22128 reference "abb:Langer-Abb-Titel"
22129
22130 \end_inset
22131
22132  und Tabelle
22133 \begin_inset space ~
22134 \end_inset
22135
22136
22137 \begin_inset CommandInset ref
22138 LatexCommand ref
22139 reference "tab:Langer-Tab-Titel"
22140
22141 \end_inset
22142
22143  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22144  werden:
22145 \end_layout
22146
22147 \begin_layout Standard
22148
22149 \series bold
22150
22151 \backslash
22152 usepackage[tableposition=top]{caption}
22153 \begin_inset Newline newline
22154 \end_inset
22155
22156
22157 \backslash
22158 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22159 \begin_inset Newline newline
22160 \end_inset
22161
22162
22163 \begin_inset ERT
22164 status collapsed
22165
22166 \begin_layout Plain Layout
22167
22168
22169 \backslash
22170 hphantom{
22171 \backslash
22172
22173 \backslash
22174 captionsetup[figure]
22175 \backslash
22176 {}
22177 \end_layout
22178
22179 \end_inset
22180
22181  labelsep=period}
22182 \begin_inset Newline newline
22183 \end_inset
22184
22185
22186 \backslash
22187 captionsetup[table]{labelfont={bf,sf}}
22188 \end_layout
22189
22190 \begin_layout Standard
22191 \begin_inset Note Greyedout
22192 status open
22193
22194 \begin_layout Plain Layout
22195
22196 \series bold
22197 Bemerkung:
22198 \series default
22199  Die Option 
22200 \series bold
22201 tableposition=top
22202 \series default
22203  hat keine Auswirkung, wenn eine 
22204 \series bold
22205 koma-script
22206 \series default
22207
22208 \begin_inset Index
22209 status collapsed
22210
22211 \begin_layout Plain Layout
22212 LaTeX-Pakete ! koma-script
22213 \end_layout
22214
22215 \end_inset
22216
22217 -Dokumentklasse verwendet wird.
22218  Hier muss die Option 
22219 \series bold
22220 tablecaptionabove
22221 \series default
22222  benutzt werden.
22223 \end_layout
22224
22225 \end_inset
22226
22227
22228 \end_layout
22229
22230 \begin_layout Standard
22231 Weitere Informationen über das Paket
22232 \series bold
22233  caption
22234 \series default
22235  finden Sie in seiner Dokumentation 
22236 \begin_inset CommandInset citation
22237 LatexCommand cite
22238 key "caption"
22239
22240 \end_inset
22241
22242 .
22243 \end_layout
22244
22245 \begin_layout Standard
22246 Wenn Sie den Namen von 
22247 \begin_inset Quotes gld
22248 \end_inset
22249
22250 Abbildung
22251 \begin_inset Quotes grd
22252 \end_inset
22253
22254  auf 
22255 \begin_inset Quotes gld
22256 \end_inset
22257
22258 Bild
22259 \begin_inset Quotes grd
22260 \end_inset
22261
22262  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
22263 \end_layout
22264
22265 \begin_layout Standard
22266
22267 \series bold
22268
22269 \backslash
22270 renewcommand{
22271 \backslash
22272 fnum@figure}{Bild~
22273 \backslash
22274 thefigure}
22275 \end_layout
22276
22277 \begin_layout Standard
22278 wobei 
22279 \series bold
22280
22281 \backslash
22282 thefigure
22283 \series default
22284  die Bildnummer einsetzt und
22285 \series bold
22286  ~
22287 \series default
22288  ein geschütztes Leerzeichen ist.
22289 \end_layout
22290
22291 \begin_layout Standard
22292 \begin_inset VSpace bigskip
22293 \end_inset
22294
22295 Wenn Sie eine 
22296 \series bold
22297 koma-script
22298 \series default
22299
22300 \begin_inset Index
22301 status collapsed
22302
22303 \begin_layout Plain Layout
22304 LaTeX-Pakete ! koma-script
22305 \end_layout
22306
22307 \end_inset
22308
22309 -Dokumentklasse (
22310 \family sans
22311 article (koma-script)
22312 \family default
22313
22314 \family sans
22315 book (koma-script)
22316 \family default
22317
22318 \family sans
22319 letter (koma-script)
22320 \family default
22321  oder 
22322 \family sans
22323 report (koma-script)
22324 \family default
22325 ) benutzen, können Sie anstatt des 
22326 \series bold
22327 caption
22328 \series default
22329 -Paketes den eingebauten Befehl 
22330 \series bold
22331
22332 \backslash
22333 setkomafont
22334 \series default
22335  von 
22336 \series bold
22337 koma-script
22338 \series default
22339  benutzen.
22340  Der Befehl
22341 \end_layout
22342
22343 \begin_layout Standard
22344
22345 \series bold
22346
22347 \backslash
22348 setkomafont{captionlabel}{
22349 \backslash
22350 bfseries}
22351 \end_layout
22352
22353 \begin_layout Standard
22354 im LaTeX-Vorspann druckt den Namen fett.
22355 \end_layout
22356
22357 \begin_layout Standard
22358 Weitere Informationen über 
22359 \series bold
22360
22361 \backslash
22362 setkomafont
22363 \series default
22364  finden Sie in der 
22365 \series bold
22366 koma-script
22367 \series default
22368 -Do\SpecialChar \-
22369 ku\SpecialChar \-
22370 men\SpecialChar \-
22371 ta\SpecialChar \-
22372 tion 
22373 \begin_inset CommandInset citation
22374 LatexCommand cite
22375 key "koma-script"
22376
22377 \end_inset
22378
22379 .
22380 \end_layout
22381
22382 \begin_layout Standard
22383 \begin_inset ERT
22384 status collapsed
22385
22386 \begin_layout Plain Layout
22387
22388
22389 \backslash
22390 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22391 }
22392 \end_layout
22393
22394 \end_inset
22395
22396
22397 \begin_inset Note Note
22398 status open
22399
22400 \begin_layout Plain Layout
22401 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
22402 \end_layout
22403
22404 \end_inset
22405
22406
22407 \end_layout
22408
22409 \begin_layout Standard
22410 \begin_inset Float figure
22411 placement !p
22412 wide false
22413 sideways false
22414 status open
22415
22416 \begin_layout Plain Layout
22417 \align center
22418 \begin_inset Graphics
22419         filename ../clipart/mobius.eps
22420         lyxscale 50
22421         scale 50
22422         scaleBeforeRotation
22423
22424 \end_inset
22425
22426
22427 \end_layout
22428
22429 \begin_layout Plain Layout
22430 \begin_inset Caption
22431
22432 \begin_layout Plain Layout
22433 \begin_inset CommandInset label
22434 LatexCommand label
22435 name "abb:Langer-Abb-Titel"
22436
22437 \end_inset
22438
22439 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22440  ist, um das andere Beschriftungsformat zu zeigen.
22441  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
22442 \begin_inset OptArg
22443 status collapsed
22444
22445 \begin_layout Plain Layout
22446 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22447  ist.
22448 \end_layout
22449
22450 \end_inset
22451
22452
22453 \end_layout
22454
22455 \end_inset
22456
22457
22458 \end_layout
22459
22460 \end_inset
22461
22462
22463 \end_layout
22464
22465 \begin_layout Standard
22466 \begin_inset ERT
22467 status collapsed
22468
22469 \begin_layout Plain Layout
22470
22471
22472 \backslash
22473 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22474 on}
22475 \end_layout
22476
22477 \end_inset
22478
22479
22480 \end_layout
22481
22482 \begin_layout Standard
22483 \begin_inset Float table
22484 placement !p
22485 wide false
22486 sideways false
22487 status open
22488
22489 \begin_layout Plain Layout
22490 \begin_inset Caption
22491
22492 \begin_layout Plain Layout
22493 \begin_inset CommandInset label
22494 LatexCommand label
22495 name "tab:Langer-Tab-Titel"
22496
22497 \end_inset
22498
22499 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22500  ist, um das andere Beschriftungsformat zu zeigen.
22501  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
22502  benutzt.
22503 \begin_inset OptArg
22504 status collapsed
22505
22506 \begin_layout Plain Layout
22507 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22508  ist.
22509 \end_layout
22510
22511 \end_inset
22512
22513
22514 \end_layout
22515
22516 \end_inset
22517
22518
22519 \end_layout
22520
22521 \begin_layout Plain Layout
22522 \align center
22523 \begin_inset Tabular
22524 <lyxtabular version="3" rows="1" columns="5">
22525 <features>
22526 <column alignment="center" valignment="top" width="0">
22527 <column alignment="center" valignment="top" width="0">
22528 <column alignment="center" valignment="top" width="0">
22529 <column alignment="center" valignment="top" width="0">
22530 <column alignment="center" valignment="top" width="0">
22531 <row>
22532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22533 \begin_inset Text
22534
22535 \begin_layout Plain Layout
22536 a
22537 \end_layout
22538
22539 \end_inset
22540 </cell>
22541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22542 \begin_inset Text
22543
22544 \begin_layout Plain Layout
22545 b
22546 \end_layout
22547
22548 \end_inset
22549 </cell>
22550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22551 \begin_inset Text
22552
22553 \begin_layout Plain Layout
22554 c
22555 \end_layout
22556
22557 \end_inset
22558 </cell>
22559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22560 \begin_inset Text
22561
22562 \begin_layout Plain Layout
22563 d
22564 \end_layout
22565
22566 \end_inset
22567 </cell>
22568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22569 \begin_inset Text
22570
22571 \begin_layout Plain Layout
22572 e
22573 \end_layout
22574
22575 \end_inset
22576 </cell>
22577 </row>
22578 </lyxtabular>
22579
22580 \end_inset
22581
22582
22583 \end_layout
22584
22585 \end_inset
22586
22587
22588 \end_layout
22589
22590 \begin_layout Section
22591 Beschriftungs-Platzierung
22592 \begin_inset CommandInset label
22593 LatexCommand label
22594 name "abs:Titel-Platzierung"
22595
22596 \end_inset
22597
22598
22599 \begin_inset Index
22600 status collapsed
22601
22602 \begin_layout Plain Layout
22603 Gleitobjekte ! Beschriftung ! Platzierung
22604 \end_layout
22605
22606 \end_inset
22607
22608
22609 \end_layout
22610
22611 \begin_layout Standard
22612 Normalerweise werden die Beschriftungen wie folgt platziert:
22613 \end_layout
22614
22615 \begin_layout Description
22616 Abbildung: darunter
22617 \end_layout
22618
22619 \begin_layout Description
22620 Tabelle: darüber
22621 \end_layout
22622
22623 \begin_layout Standard
22624 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
22625  Das heißt wenn Sie eine der Dokument-Klassen 
22626 \family sans
22627 article
22628 \family default
22629
22630 \family sans
22631 book
22632 \family default
22633
22634 \family sans
22635 letter
22636 \family default
22637  oder 
22638 \family sans
22639 report
22640 \family default
22641  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
22642  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
22643 \series bold
22644 caption
22645 \series default
22646  im LaTeX-Vorspann folgendes schreiben:
22647 \begin_inset Foot
22648 status collapsed
22649
22650 \begin_layout Plain Layout
22651 In Abschnitt
22652 \begin_inset space ~
22653 \end_inset
22654
22655
22656 \begin_inset CommandInset ref
22657 LatexCommand ref
22658 reference "abs:Titel-Formatierung"
22659
22660 \end_inset
22661
22662  steht mehr über das Paket 
22663 \series bold
22664 caption
22665 \series default
22666 .
22667 \end_layout
22668
22669 \end_inset
22670
22671
22672 \end_layout
22673
22674 \begin_layout Standard
22675
22676 \series bold
22677 tableposition=top
22678 \end_layout
22679
22680 \begin_layout Standard
22681 Wenn Sie eine 
22682 \series bold
22683 koma-script
22684 \series default
22685
22686 \begin_inset Index
22687 status collapsed
22688
22689 \begin_layout Plain Layout
22690 LaTeX-Pakete ! koma-script
22691 \end_layout
22692
22693 \end_inset
22694
22695 -Dokumentklasse (
22696 \family sans
22697 article (koma-script)
22698 \family default
22699
22700 \family sans
22701 book (koma-script)
22702 \family default
22703
22704 \family sans
22705 letter (koma-script)
22706 \family default
22707  oder 
22708 \family sans
22709 report (koma-script)
22710 \family default
22711 ) benutzen, können Sie alternativ zum 
22712 \series bold
22713 caption
22714 \series default
22715 -Paket die Option 
22716 \series bold
22717 tablecaptionabove
22718 \series default
22719  benutzen.
22720 \end_layout
22721
22722 \begin_layout Standard
22723 \begin_inset VSpace bigskip
22724 \end_inset
22725
22726 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
22727  Das bewirkt das LaTeX-Paket 
22728 \series bold
22729 sidecap
22730 \series default
22731
22732 \begin_inset Index
22733 status collapsed
22734
22735 \begin_layout Plain Layout
22736 LaTeX-Pakete ! sidecap
22737 \end_layout
22738
22739 \end_inset
22740
22741 , das so in den LaTeX-Vorspann geladen wird:
22742 \end_layout
22743
22744 \begin_layout Standard
22745
22746 \series bold
22747
22748 \backslash
22749 usepackage[Option]{sidecap}
22750 \end_layout
22751
22752 \begin_layout Standard
22753 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
22754  Mit 
22755 \series bold
22756 innercaption
22757 \series default
22758  wird die Beschriftung innen gedruckt.
22759  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
22760  
22761 \series bold
22762 rightcaption
22763 \series default
22764  oder 
22765 \series bold
22766 leftcaption
22767 \series default
22768 .
22769 \end_layout
22770
22771 \begin_layout Standard
22772 \begin_inset ERT
22773 status collapsed
22774
22775 \begin_layout Plain Layout
22776
22777
22778 \backslash
22779 ifsidecap
22780 \end_layout
22781
22782 \end_inset
22783
22784
22785 \begin_inset Note Note
22786 status open
22787
22788 \begin_layout Plain Layout
22789 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
22790 \series bold
22791 sidecap
22792 \series default
22793  installiert ist.
22794 \end_layout
22795
22796 \end_inset
22797
22798
22799 \end_layout
22800
22801 \begin_layout Standard
22802 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
22803  in den LaTeX-Vorspann schreiben:
22804 \end_layout
22805
22806 \begin_layout Standard
22807
22808 \lyxline
22809
22810 \end_layout
22811
22812 \begin_layout Standard
22813
22814 \series bold
22815
22816 \backslash
22817 newcommand{
22818 \backslash
22819 TabBesBeg}{%
22820 \begin_inset Newline newline
22821 \end_inset
22822
22823
22824 \begin_inset ERT
22825 status collapsed
22826
22827 \begin_layout Plain Layout
22828
22829
22830 \backslash
22831 hphantom{ }
22832 \end_layout
22833
22834 \end_inset
22835
22836
22837 \backslash
22838 let
22839 \backslash
22840 MyTable
22841 \backslash
22842 table
22843 \begin_inset Newline newline
22844 \end_inset
22845
22846
22847 \begin_inset ERT
22848 status collapsed
22849
22850 \begin_layout Plain Layout
22851
22852
22853 \backslash
22854 hphantom{ }
22855 \end_layout
22856
22857 \end_inset
22858
22859
22860 \backslash
22861 let
22862 \backslash
22863 MyEndtable
22864 \backslash
22865 endtable
22866 \begin_inset Newline newline
22867 \end_inset
22868
22869
22870 \begin_inset ERT
22871 status collapsed
22872
22873 \begin_layout Plain Layout
22874
22875
22876 \backslash
22877 hphantom{ }
22878 \end_layout
22879
22880 \end_inset
22881
22882
22883 \backslash
22884 renewenvironment{table}{
22885 \backslash
22886 begin{SCtable}}{
22887 \backslash
22888 end{SCtable}}}
22889 \end_layout
22890
22891 \begin_layout Standard
22892
22893 \series bold
22894
22895 \backslash
22896 newcommand{
22897 \backslash
22898 TabBesEnd}{%
22899 \begin_inset Newline newline
22900 \end_inset
22901
22902
22903 \begin_inset ERT
22904 status collapsed
22905
22906 \begin_layout Plain Layout
22907
22908
22909 \backslash
22910 hphantom{ }
22911 \end_layout
22912
22913 \end_inset
22914
22915
22916 \backslash
22917 let
22918 \backslash
22919 table
22920 \backslash
22921 MyTable
22922 \begin_inset Newline newline
22923 \end_inset
22924
22925
22926 \begin_inset ERT
22927 status collapsed
22928
22929 \begin_layout Plain Layout
22930
22931
22932 \backslash
22933 hphantom{ }
22934 \end_layout
22935
22936 \end_inset
22937
22938
22939 \backslash
22940 let
22941 \backslash
22942 endtable
22943 \backslash
22944 MyEndtable
22945 \end_layout
22946
22947 \begin_layout Standard
22948
22949 \series bold
22950
22951 \backslash
22952 newcommand{
22953 \backslash
22954 FigBesBeg}{%
22955 \begin_inset Newline newline
22956 \end_inset
22957
22958
22959 \begin_inset ERT
22960 status collapsed
22961
22962 \begin_layout Plain Layout
22963
22964
22965 \backslash
22966 hphantom{ }
22967 \end_layout
22968
22969 \end_inset
22970
22971
22972 \backslash
22973 let
22974 \backslash
22975 MyFigure
22976 \backslash
22977 figure
22978 \begin_inset Newline newline
22979 \end_inset
22980
22981
22982 \begin_inset ERT
22983 status collapsed
22984
22985 \begin_layout Plain Layout
22986
22987
22988 \backslash
22989 hphantom{ }
22990 \end_layout
22991
22992 \end_inset
22993
22994
22995 \backslash
22996 let
22997 \backslash
22998 MyEndfigure
22999 \backslash
23000 endfigure
23001 \begin_inset Newline newline
23002 \end_inset
23003
23004
23005 \begin_inset ERT
23006 status collapsed
23007
23008 \begin_layout Plain Layout
23009
23010
23011 \backslash
23012 hphantom{ }
23013 \end_layout
23014
23015 \end_inset
23016
23017
23018 \backslash
23019 renewenvironment{figure}{
23020 \backslash
23021 begin{SCfigure}}{
23022 \backslash
23023 end{SCfigure}}}
23024 \end_layout
23025
23026 \begin_layout Standard
23027
23028 \series bold
23029
23030 \backslash
23031 newcommand{
23032 \backslash
23033 FigBesEnd}{%
23034 \begin_inset Newline newline
23035 \end_inset
23036
23037
23038 \begin_inset ERT
23039 status collapsed
23040
23041 \begin_layout Plain Layout
23042
23043
23044 \backslash
23045 hphantom{ }
23046 \end_layout
23047
23048 \end_inset
23049
23050
23051 \backslash
23052 let
23053 \backslash
23054 figure
23055 \backslash
23056 MyFigure
23057 \begin_inset Newline newline
23058 \end_inset
23059
23060
23061 \begin_inset ERT
23062 status collapsed
23063
23064 \begin_layout Plain Layout
23065
23066
23067 \backslash
23068 hphantom{ }
23069 \end_layout
23070
23071 \end_inset
23072
23073
23074 \backslash
23075 let
23076 \backslash
23077 endfigure
23078 \backslash
23079 MyEndfigure}
23080 \series default
23081
23082 \lyxline
23083
23084 \end_layout
23085
23086 \begin_layout Standard
23087 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23088 ungen seitlich gedruckt werden.
23089  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23090 \end_layout
23091
23092 \begin_layout Standard
23093
23094 \series bold
23095
23096 \backslash
23097 FigBesBeg
23098 \end_layout
23099
23100 \begin_layout Standard
23101 als TeX-Code vor und
23102 \end_layout
23103
23104 \begin_layout Standard
23105
23106 \series bold
23107
23108 \backslash
23109 FigBesEnd
23110 \end_layout
23111
23112 \begin_layout Standard
23113 hinter das Gleitobjekt.
23114  Bei Gleitobjekt-Tabellen heißen die Befehle
23115 \end_layout
23116
23117 \begin_layout Standard
23118
23119 \series bold
23120
23121 \backslash
23122 TabBesBeg
23123 \series default
23124  und 
23125 \series bold
23126
23127 \backslash
23128 TabBesEnd
23129 \series default
23130 .
23131 \end_layout
23132
23133 \begin_layout Standard
23134 Abbildung
23135 \begin_inset space ~
23136 \end_inset
23137
23138
23139 \begin_inset CommandInset ref
23140 LatexCommand ref
23141 reference "abb:Beschriftung-neben"
23142
23143 \end_inset
23144
23145  und Tabelle
23146 \begin_inset space ~
23147 \end_inset
23148
23149
23150 \begin_inset CommandInset ref
23151 LatexCommand ref
23152 reference "tab:cap-beside-tab"
23153
23154 \end_inset
23155
23156  sind Beispiele für seitliche Beschriftungen.
23157 \end_layout
23158
23159 \begin_layout Standard
23160 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23161  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23162  der Abbildung.
23163  Das kann man mit dem Befehl
23164 \end_layout
23165
23166 \begin_layout Standard
23167
23168 \series bold
23169
23170 \backslash
23171 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
23172 \end_layout
23173
23174 \begin_layout Standard
23175 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
23176  Der Gleitobjekt-Typ ist entweder 
23177 \family sans
23178 figure
23179 \family default
23180  oder 
23181 \family sans
23182 table
23183 \family default
23184 , die
23185 \family sans
23186  
23187 \family default
23188 Platzierung ist 
23189 \family typewriter
23190 t
23191 \family default
23192  für oben, 
23193 \family typewriter
23194 c
23195 \family default
23196  für zentriert oder 
23197 \family typewriter
23198 b
23199 \family default
23200  für unten.
23201  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
23202  lautet der Befehl
23203 \end_layout
23204
23205 \begin_layout Standard
23206
23207 \series bold
23208
23209 \backslash
23210 sidecaptionvpos{figure}{c}
23211 \end_layout
23212
23213 \begin_layout Standard
23214 Das wurde in Abbildung
23215 \begin_inset space ~
23216 \end_inset
23217
23218
23219 \begin_inset CommandInset ref
23220 LatexCommand ref
23221 reference "abb:cap-beside-fig-2"
23222
23223 \end_inset
23224
23225  benutzt.
23226 \end_layout
23227
23228 \begin_layout Standard
23229 \begin_inset VSpace medskip
23230 \end_inset
23231
23232 Weitere Informationen über das Paket
23233 \series bold
23234  sidecap
23235 \series default
23236  finden Sie in seiner Dokumentation 
23237 \begin_inset CommandInset citation
23238 LatexCommand cite
23239 key "sidecap"
23240
23241 \end_inset
23242
23243 .
23244 \end_layout
23245
23246 \begin_layout Standard
23247 \begin_inset Note Greyedout
23248 status open
23249
23250 \begin_layout Plain Layout
23251
23252 \series bold
23253 Bemerkung:
23254 \series default
23255  Das LaTeX-Paket 
23256 \series bold
23257 hypcap
23258 \series default
23259 ,
23260 \begin_inset Index
23261 status collapsed
23262
23263 \begin_layout Plain Layout
23264 LaTeX-Pakete ! hypcap
23265 \end_layout
23266
23267 \end_inset
23268
23269  das in Abschnitt
23270 \begin_inset space ~
23271 \end_inset
23272
23273
23274 \begin_inset CommandInset ref
23275 LatexCommand ref
23276 reference "uab:Querverweis-Position"
23277
23278 \end_inset
23279
23280  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
23281  Beschriftungen.
23282 \end_layout
23283
23284 \end_inset
23285
23286
23287 \end_layout
23288
23289 \begin_layout Standard
23290 \begin_inset ERT
23291 status collapsed
23292
23293 \begin_layout Plain Layout
23294
23295
23296 \backslash
23297 FigBesBeg 
23298 \end_layout
23299
23300 \end_inset
23301
23302
23303 \end_layout
23304
23305 \begin_layout Standard
23306 \begin_inset Float figure
23307 wide false
23308 sideways false
23309 status open
23310
23311 \begin_layout Plain Layout
23312 \begin_inset Graphics
23313         filename ../clipart/escher-lsd.eps
23314         scale 75
23315         scaleBeforeRotation
23316
23317 \end_inset
23318
23319
23320 \end_layout
23321
23322 \begin_layout Plain Layout
23323 \begin_inset Caption
23324
23325 \begin_layout Plain Layout
23326 \begin_inset CommandInset label
23327 LatexCommand label
23328 name "abb:Beschriftung-neben"
23329
23330 \end_inset
23331
23332 Dies ist eine Beschriftung neben einer Abbildung.
23333 \end_layout
23334
23335 \end_inset
23336
23337
23338 \end_layout
23339
23340 \end_inset
23341
23342
23343 \end_layout
23344
23345 \begin_layout Standard
23346 \begin_inset ERT
23347 status collapsed
23348
23349 \begin_layout Plain Layout
23350
23351
23352 \backslash
23353 TabBesBeg 
23354 \end_layout
23355
23356 \end_inset
23357
23358
23359 \end_layout
23360
23361 \begin_layout Standard
23362 \begin_inset Float table
23363 wide false
23364 sideways false
23365 status open
23366
23367 \begin_layout Plain Layout
23368 \begin_inset Caption
23369
23370 \begin_layout Plain Layout
23371 \begin_inset CommandInset label
23372 LatexCommand label
23373 name "tab:cap-beside-tab"
23374
23375 \end_inset
23376
23377 Dies ist eine Beschriftung neben einer Tabelle.
23378 \end_layout
23379
23380 \end_inset
23381
23382
23383 \end_layout
23384
23385 \begin_layout Plain Layout
23386 \begin_inset Tabular
23387 <lyxtabular version="3" rows="4" columns="5">
23388 <features>
23389 <column alignment="center" valignment="top" width="0">
23390 <column alignment="center" valignment="top" width="0">
23391 <column alignment="center" valignment="top" width="0">
23392 <column alignment="center" valignment="top" width="0">
23393 <column alignment="center" valignment="top" width="0">
23394 <row>
23395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23396 \begin_inset Text
23397
23398 \begin_layout Plain Layout
23399 a
23400 \end_layout
23401
23402 \end_inset
23403 </cell>
23404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23405 \begin_inset Text
23406
23407 \begin_layout Plain Layout
23408
23409 \end_layout
23410
23411 \end_inset
23412 </cell>
23413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417 b
23418 \end_layout
23419
23420 \end_inset
23421 </cell>
23422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23423 \begin_inset Text
23424
23425 \begin_layout Plain Layout
23426
23427 \end_layout
23428
23429 \end_inset
23430 </cell>
23431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23432 \begin_inset Text
23433
23434 \begin_layout Plain Layout
23435 c
23436 \end_layout
23437
23438 \end_inset
23439 </cell>
23440 </row>
23441 <row>
23442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23443 \begin_inset Text
23444
23445 \begin_layout Plain Layout
23446
23447 \end_layout
23448
23449 \end_inset
23450 </cell>
23451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23452 \begin_inset Text
23453
23454 \begin_layout Plain Layout
23455 d
23456 \end_layout
23457
23458 \end_inset
23459 </cell>
23460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23461 \begin_inset Text
23462
23463 \begin_layout Plain Layout
23464
23465 \end_layout
23466
23467 \end_inset
23468 </cell>
23469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23470 \begin_inset Text
23471
23472 \begin_layout Plain Layout
23473 e
23474 \end_layout
23475
23476 \end_inset
23477 </cell>
23478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23479 \begin_inset Text
23480
23481 \begin_layout Plain Layout
23482
23483 \end_layout
23484
23485 \end_inset
23486 </cell>
23487 </row>
23488 <row>
23489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23490 \begin_inset Text
23491
23492 \begin_layout Plain Layout
23493 f
23494 \end_layout
23495
23496 \end_inset
23497 </cell>
23498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23499 \begin_inset Text
23500
23501 \begin_layout Plain Layout
23502
23503 \end_layout
23504
23505 \end_inset
23506 </cell>
23507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23508 \begin_inset Text
23509
23510 \begin_layout Plain Layout
23511 g
23512 \end_layout
23513
23514 \end_inset
23515 </cell>
23516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23517 \begin_inset Text
23518
23519 \begin_layout Plain Layout
23520
23521 \end_layout
23522
23523 \end_inset
23524 </cell>
23525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23526 \begin_inset Text
23527
23528 \begin_layout Plain Layout
23529 h
23530 \end_layout
23531
23532 \end_inset
23533 </cell>
23534 </row>
23535 <row>
23536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23537 \begin_inset Text
23538
23539 \begin_layout Plain Layout
23540
23541 \end_layout
23542
23543 \end_inset
23544 </cell>
23545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23546 \begin_inset Text
23547
23548 \begin_layout Plain Layout
23549 i
23550 \end_layout
23551
23552 \end_inset
23553 </cell>
23554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23555 \begin_inset Text
23556
23557 \begin_layout Plain Layout
23558
23559 \end_layout
23560
23561 \end_inset
23562 </cell>
23563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23564 \begin_inset Text
23565
23566 \begin_layout Plain Layout
23567 j
23568 \end_layout
23569
23570 \end_inset
23571 </cell>
23572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23573 \begin_inset Text
23574
23575 \begin_layout Plain Layout
23576
23577 \end_layout
23578
23579 \end_inset
23580 </cell>
23581 </row>
23582 </lyxtabular>
23583
23584 \end_inset
23585
23586
23587 \end_layout
23588
23589 \end_inset
23590
23591
23592 \end_layout
23593
23594 \begin_layout Standard
23595 \begin_inset ERT
23596 status collapsed
23597
23598 \begin_layout Plain Layout
23599
23600
23601 \backslash
23602 TabBesEnd
23603 \end_layout
23604
23605 \end_inset
23606
23607
23608 \end_layout
23609
23610 \begin_layout Standard
23611 \begin_inset ERT
23612 status collapsed
23613
23614 \begin_layout Plain Layout
23615
23616
23617 \backslash
23618 sidecaptionvpos{figure}{c}
23619 \end_layout
23620
23621 \end_inset
23622
23623
23624 \begin_inset Float figure
23625 wide false
23626 sideways false
23627 status open
23628
23629 \begin_layout Plain Layout
23630 \begin_inset Graphics
23631         filename ../clipart/escher-lsd.eps
23632         scale 75
23633         scaleBeforeRotation
23634
23635 \end_inset
23636
23637
23638 \end_layout
23639
23640 \begin_layout Plain Layout
23641 \begin_inset Caption
23642
23643 \begin_layout Plain Layout
23644 \begin_inset CommandInset label
23645 LatexCommand label
23646 name "abb:cap-beside-fig-2"
23647
23648 \end_inset
23649
23650 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
23651 \end_layout
23652
23653 \end_inset
23654
23655
23656 \end_layout
23657
23658 \end_inset
23659
23660
23661 \end_layout
23662
23663 \begin_layout Standard
23664 \begin_inset ERT
23665 status collapsed
23666
23667 \begin_layout Plain Layout
23668
23669
23670 \backslash
23671 FigBesEnd
23672 \end_layout
23673
23674 \end_inset
23675
23676
23677 \end_layout
23678
23679 \begin_layout Standard
23680 \begin_inset ERT
23681 status collapsed
23682
23683 \begin_layout Plain Layout
23684
23685
23686 \backslash
23687 else
23688 \end_layout
23689
23690 \end_inset
23691
23692
23693 \begin_inset Note Note
23694 status open
23695
23696 \begin_layout Plain Layout
23697 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
23698 \series bold
23699 sidecap
23700 \series default
23701  nicht installiert ist:
23702 \end_layout
23703
23704 \end_inset
23705
23706
23707 \end_layout
23708
23709 \begin_layout Standard
23710 Das LaTeX-Paket 
23711 \series bold
23712 sidecap
23713 \series default
23714  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
23715 \end_layout
23716
23717 \begin_layout Standard
23718 \begin_inset ERT
23719 status collapsed
23720
23721 \begin_layout Plain Layout
23722
23723
23724 \backslash
23725 fi
23726 \end_layout
23727
23728 \end_inset
23729
23730
23731 \end_layout
23732
23733 \begin_layout Section
23734 Gleitobjekt-Verzeichnisse
23735 \begin_inset CommandInset label
23736 LatexCommand label
23737 name "abs:Gleitobjekt-Verzeichnisse"
23738
23739 \end_inset
23740
23741
23742 \begin_inset Index
23743 status collapsed
23744
23745 \begin_layout Plain Layout
23746 Gleitobjekte ! Verzeichnisse
23747 \end_layout
23748
23749 \end_inset
23750
23751
23752 \end_layout
23753
23754 \begin_layout Standard
23755 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
23756  Sie können mit den Untermenüs von 
23757 \family sans
23758 Einfügen\SpecialChar \menuseparator
23759 Liste
23760 \begin_inset space ~
23761 \end_inset
23762
23763 /
23764 \begin_inset space ~
23765 \end_inset
23766
23767 Inhaltsverzeichnis
23768 \family default
23769  eingefügt werden.
23770 \end_layout
23771
23772 \begin_layout Standard
23773 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
23774  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
23775 \end_layout
23776
23777 \begin_layout Standard
23778 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
23779  und ein Tabellen-Verzeichnis.
23780 \end_layout
23781
23782 \begin_layout Chapter
23783 Notizen
23784 \end_layout
23785
23786 \begin_layout Section
23787 LyX-Notizen
23788 \begin_inset CommandInset label
23789 LatexCommand label
23790 name "abs:LyX-Notizen"
23791
23792 \end_inset
23793
23794
23795 \begin_inset Index
23796 status collapsed
23797
23798 \begin_layout Plain Layout
23799 Notizen ! LyX-Notizen
23800 \end_layout
23801
23802 \end_inset
23803
23804
23805 \end_layout
23806
23807 \begin_layout Standard
23808 Notizen werden mit einem Klick auf 
23809 \begin_inset Graphics
23810         filename ../../images/note-insert.png
23811         scale 85
23812         scaleBeforeRotation
23813         BoundingBox 0bp 6bp 22bp 22bp
23814
23815 \end_inset
23816
23817  oder 
23818 \family sans
23819 Einfügen\SpecialChar \menuseparator
23820 Notiz
23821 \family default
23822  eingefügt.
23823  Es gibt drei Arten:
23824 \end_layout
23825
23826 \begin_layout Description
23827 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
23828  Eine 
23829 \family sans
23830 LyX-Notiz
23831 \family default
23832  sieht so aus:
23833 \begin_inset Newline newline
23834 \end_inset
23835
23836
23837 \begin_inset Newline newline
23838 \end_inset
23839
23840
23841 \begin_inset Graphics
23842         filename clipart/LyXNotizQt4.png
23843         display false
23844         scale 60
23845         scaleBeforeRotation
23846
23847 \end_inset
23848
23849  
23850 \begin_inset Note Note
23851 status open
23852
23853 \begin_layout Plain Layout
23854 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
23855 \end_layout
23856
23857 \end_inset
23858
23859
23860 \end_layout
23861
23862 \begin_layout Description
23863 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
23864  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
23865 \family sans
23866 Datei\SpecialChar \menuseparator
23867 Ex\SpecialChar \-
23868 por\SpecialChar \-
23869 tie\SpecialChar \-
23870 ren\SpecialChar \menuseparator
23871 LaTe
23872 \begin_inset ERT
23873 status collapsed
23874
23875 \begin_layout Plain Layout
23876
23877 {}
23878 \end_layout
23879
23880 \end_inset
23881
23882 X (pdflatex) / (normal)
23883 \family default
23884 .
23885  Ein Kommentar sieht so aus:
23886 \begin_inset Newline newline
23887 \end_inset
23888
23889
23890 \begin_inset Newline newline
23891 \end_inset
23892
23893
23894 \begin_inset Graphics
23895         filename clipart/KommentarQt4.png
23896         display false
23897         scale 60
23898         scaleBeforeRotation
23899
23900 \end_inset
23901
23902  
23903 \begin_inset Note Comment
23904 status open
23905
23906 \begin_layout Plain Layout
23907 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
23908 \end_layout
23909
23910 \end_inset
23911
23912
23913 \end_layout
23914
23915 \begin_layout Description
23916 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
23917 \begin_inset Newline newline
23918 \end_inset
23919
23920
23921 \begin_inset Newline newline
23922 \end_inset
23923
23924
23925 \begin_inset Graphics
23926         filename clipart/GrauschriftNotizQt4.png
23927         display false
23928         scale 60
23929         scaleBeforeRotation
23930
23931 \end_inset
23932
23933
23934 \begin_inset Newline newline
23935 \end_inset
23936
23937
23938 \begin_inset ERT
23939 status collapsed
23940
23941 \begin_layout Plain Layout
23942
23943
23944 \backslash
23945 renewenvironment{lyxgreyedout}
23946 \end_layout
23947
23948 \begin_layout Plain Layout
23949
23950 {
23951 \backslash
23952 textcolor[gray]{0.4}
23953 \backslash
23954 bgroup}{
23955 \backslash
23956 egroup}
23957 \end_layout
23958
23959 \end_inset
23960
23961
23962 \begin_inset Note Greyedout
23963 status open
23964
23965 \begin_layout Plain Layout
23966 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
23967 \begin_inset Foot
23968 status open
23969
23970 \begin_layout Plain Layout
23971 Dies ist eine Fußnote in einer Grauschrift-Notiz.
23972 \end_layout
23973
23974 \end_inset
23975
23976
23977 \end_layout
23978
23979 \end_inset
23980
23981
23982 \begin_inset ERT
23983 status collapsed
23984
23985 \begin_layout Plain Layout
23986
23987
23988 \backslash
23989 renewenvironment{lyxgreyedout}
23990 \end_layout
23991
23992 \begin_layout Plain Layout
23993
23994 {
23995 \backslash
23996 textcolor{blue}
23997 \backslash
23998 bgroup}{
23999 \backslash
24000 egroup}
24001 \end_layout
24002
24003 \end_inset
24004
24005
24006 \begin_inset Note Note
24007 status collapsed
24008
24009 \begin_layout Plain Layout
24010 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
24011  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
24012  
24013 \end_layout
24014
24015 \end_inset
24016
24017
24018 \begin_inset Newline newline
24019 \end_inset
24020
24021
24022 \begin_inset Newline newline
24023 \end_inset
24024
24025 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
24026  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
24027 \end_layout
24028
24029 \begin_layout Standard
24030 \begin_inset VSpace bigskip
24031 \end_inset
24032
24033 Wenn Sie auf den Werzeugleistenknopf 
24034 \begin_inset Graphics
24035         filename ../../images/note-insert.png
24036         scale 85
24037         scaleBeforeRotation
24038         BoundingBox 0bp 6bp 22bp 22bp
24039
24040 \end_inset
24041
24042  klicken, wird zunächst eine 
24043 \family sans
24044 LyX-Notiz
24045 \family default
24046  eingefügt.
24047  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24048  anderen Möglichkeiten auswählen.
24049  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24050  Sie ihn und klicken dann auf den Werzeugleistenknopf.
24051  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
24052  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
24053  am Ende der Notiz ist.
24054 \end_layout
24055
24056 \begin_layout Standard
24057 \begin_inset VSpace bigskip
24058 \end_inset
24059
24060 Die Textfarbe der 
24061 \family sans
24062 Grauschrift
24063 \family default
24064 -Notiz können Sie im LaTeX-Vorspann mit folgendem Befehl ändern:
24065 \end_layout
24066
24067 \begin_layout Standard
24068
24069 \series bold
24070
24071 \backslash
24072 renewenvironment{lyxgreyedout}
24073 \begin_inset Newline newline
24074 \end_inset
24075
24076
24077 \begin_inset ERT
24078 status collapsed
24079
24080 \begin_layout Plain Layout
24081
24082
24083 \backslash
24084 hphantom{ }
24085 \end_layout
24086
24087 \end_inset
24088
24089 {
24090 \backslash
24091 textcolor{color}
24092 \backslash
24093 bgroup}{
24094 \backslash
24095 egroup}
24096 \end_layout
24097
24098 \begin_layout Standard
24099 Die verfügbaren Farben und wie man eigene definiert, wurde bereits in Abschnitt
24100 \begin_inset space ~
24101 \end_inset
24102
24103
24104 \begin_inset CommandInset ref
24105 LatexCommand ref
24106 reference "abs:Farbige-Tabellen"
24107
24108 \end_inset
24109
24110  beschrieben.
24111  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24112 \end_layout
24113
24114 \begin_layout Section
24115 Fußnoten
24116 \begin_inset CommandInset label
24117 LatexCommand label
24118 name "abs:Fußnoten"
24119
24120 \end_inset
24121
24122
24123 \begin_inset Index
24124 status collapsed
24125
24126 \begin_layout Plain Layout
24127 Notizen ! Fußnoten
24128 \end_layout
24129
24130 \end_inset
24131
24132
24133 \begin_inset Index
24134 status collapsed
24135
24136 \begin_layout Plain Layout
24137 Fußnoten
24138 \end_layout
24139
24140 \end_inset
24141
24142
24143 \end_layout
24144
24145 \begin_layout Standard
24146 Zu dem, was bereits im 
24147 \emph on
24148 Benutzerhandbuch
24149 \emph default
24150  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24151  Eine Fußnotenbox sieht folgendermaßen aus: 
24152 \begin_inset Graphics
24153         filename clipart/FussnoteQt4.png
24154         scale 80
24155         scaleBeforeRotation
24156
24157 \end_inset
24158
24159
24160 \end_layout
24161
24162 \begin_layout Standard
24163 Hier ist eine Beispielfußnote:
24164 \color black
24165
24166 \begin_inset Foot
24167 status open
24168
24169 \begin_layout Plain Layout
24170 \begin_inset CommandInset label
24171 LatexCommand label
24172 name "fuss:Fußnoten-Beispiel"
24173
24174 \end_inset
24175
24176 Dies ist eine Fußnote.
24177 \end_layout
24178
24179 \end_inset
24180
24181
24182 \end_layout
24183
24184 \begin_layout Standard
24185 \begin_inset ERT
24186 status collapsed
24187
24188 \begin_layout Plain Layout
24189
24190
24191 \backslash
24192 newcounter{MyRepeatFoot}
24193 \end_layout
24194
24195 \begin_layout Plain Layout
24196
24197
24198 \backslash
24199 setcounter{MyRepeatFoot}{
24200 \backslash
24201 thefootnote}
24202 \end_layout
24203
24204 \end_inset
24205
24206
24207 \end_layout
24208
24209 \begin_layout Standard
24210 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
24211  wurde, eine hochgestellte Zahl.
24212  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
24213  hochgestellt dem Text vorangeht.
24214  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
24215  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
24216  werden.
24217 \end_layout
24218
24219 \begin_layout Standard
24220 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
24221  der Fußnote eine Marke eingefügt wurde.
24222  Dies ist ein Querverweis auf Fußnote
24223 \begin_inset space ~
24224 \end_inset
24225
24226
24227 \begin_inset CommandInset ref
24228 LatexCommand ref
24229 reference "fuss:Fußnoten-Beispiel"
24230
24231 \end_inset
24232
24233 .
24234 \end_layout
24235
24236 \begin_layout Standard
24237 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
24238  siehe Abschnitt
24239 \begin_inset space ~
24240 \end_inset
24241
24242
24243 \begin_inset CommandInset ref
24244 LatexCommand ref
24245 reference "abs:Minipage"
24246
24247 \end_inset
24248
24249 .
24250  Fußnoten in langen Tabellen wurden bereits in Abschnitt
24251 \begin_inset space ~
24252 \end_inset
24253
24254
24255 \begin_inset CommandInset ref
24256 LatexCommand ref
24257 reference "uab:Fußnoten-in-langen"
24258
24259 \end_inset
24260
24261  beschrieben.
24262 \end_layout
24263
24264 \begin_layout Standard
24265 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
24266  TeX-Code-Befehl 
24267 \series bold
24268
24269 \backslash
24270 footnotemark[Nummer]
24271 \series default
24272  benutzen.
24273  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
24274  mal gedruckt wird.
24275 \end_layout
24276
24277 \begin_layout Standard
24278 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
24279  sie speichern, nachdem Sie die Fußnote eingefügt haben.
24280  Hinter Fußnote
24281 \begin_inset space ~
24282 \end_inset
24283
24284
24285 \begin_inset CommandInset ref
24286 LatexCommand ref
24287 reference "fuss:Fußnoten-Beispiel"
24288
24289 \end_inset
24290
24291  wurde das mit folgenden TeX-Code-Befehlen gemacht:
24292 \end_layout
24293
24294 \begin_layout Standard
24295
24296 \series bold
24297
24298 \backslash
24299 newcounter{MyRepeatFoot}
24300 \begin_inset Newline newline
24301 \end_inset
24302
24303
24304 \backslash
24305 setcounter{MyRepeatFoot}{
24306 \backslash
24307 thefootnote}
24308 \end_layout
24309
24310 \begin_layout Standard
24311 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
24312 \end_layout
24313
24314 \begin_layout Standard
24315
24316 \series bold
24317
24318 \backslash
24319 footnotemark[
24320 \backslash
24321 theMyRepeatFoot]
24322 \end_layout
24323
24324 \begin_layout Standard
24325 Hier ist ein Beispiel für eine Fußnotenmarke:
24326 \family roman
24327 \series medium
24328 \bar no
24329
24330 \begin_inset ERT
24331 status collapsed
24332
24333 \begin_layout Plain Layout
24334
24335
24336 \backslash
24337 footnotemark[
24338 \backslash
24339 theMyRepeatFoot]
24340 \end_layout
24341
24342 \end_inset
24343
24344
24345 \end_layout
24346
24347 \begin_layout Subsection
24348 Fußnoten-Nummerierung
24349 \begin_inset CommandInset label
24350 LatexCommand label
24351 name "uab:Fußnoten-Nummerierung"
24352
24353 \end_inset
24354
24355
24356 \begin_inset Index
24357 status collapsed
24358
24359 \begin_layout Plain Layout
24360 Fußnoten ! Nummerierung
24361 \end_layout
24362
24363 \end_inset
24364
24365
24366 \end_layout
24367
24368 \begin_layout Standard
24369 Um Fußnoten nach jedem Abschnitt
24370 \family roman
24371  auf 1 zurückzusetzen, 
24372 \family default
24373 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24374 \end_layout
24375
24376 \begin_layout Standard
24377
24378 \series bold
24379
24380 \backslash
24381 @addtoreset{footnote}{section}
24382 \end_layout
24383
24384 \begin_layout Standard
24385 \begin_inset VSpace bigskip
24386 \end_inset
24387
24388 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
24389  Zahlen:
24390 \end_layout
24391
24392 \begin_layout Standard
24393
24394 \series bold
24395
24396 \backslash
24397 renewcommand{
24398 \backslash
24399 thefootnote}{
24400 \backslash
24401 roman{footnote}}
24402 \end_layout
24403
24404 \begin_layout Standard
24405 \begin_inset ERT
24406 status collapsed
24407
24408 \begin_layout Plain Layout
24409
24410
24411 \backslash
24412 renewcommand{
24413 \backslash
24414 thefootnote}{
24415 \backslash
24416 roman{footnote}}
24417 \end_layout
24418
24419 \end_inset
24420
24421  Hier ist ein Beispiel für solch eine Fußnote:
24422 \begin_inset Foot
24423 status open
24424
24425 \begin_layout Plain Layout
24426 Dies ist eine Fußnote mit kleinen römischen Zahlen
24427 \end_layout
24428
24429 \end_inset
24430
24431
24432 \end_layout
24433
24434 \begin_layout Standard
24435 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
24436  in obigem Befehl 
24437 \series bold
24438
24439 \backslash
24440 roman
24441 \series default
24442  durch 
24443 \series bold
24444
24445 \backslash
24446 Roman
24447 \series default
24448 .
24449  Um Fußnoten mit großen oder kleinen Buchstaben zu 
24450 \begin_inset Quotes gld
24451 \end_inset
24452
24453 nummerieren
24454 \begin_inset Quotes grd
24455 \end_inset
24456
24457 , verwenden Sie die Befehle 
24458 \series bold
24459
24460 \backslash
24461 Alph
24462 \series default
24463  oder 
24464 \series bold
24465
24466 \backslash
24467 alph
24468 \series default
24469 .
24470  Für die 
24471 \begin_inset Quotes gld
24472 \end_inset
24473
24474 Nummerierung
24475 \begin_inset Quotes grd
24476 \end_inset
24477
24478  mit Symbolen steht der Befehl 
24479 \series bold
24480
24481 \backslash
24482 fnsymbol
24483 \series default
24484  zur Verfügung.
24485 \end_layout
24486
24487 \begin_layout Standard
24488 \begin_inset Note Greyedout
24489 status open
24490
24491 \begin_layout Plain Layout
24492
24493 \series bold
24494 Bemerkung 1:
24495 \series default
24496  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
24497  
24498 \emph on
24499 ein
24500 \emph default
24501  Buchstabe verwendet wird.
24502 \end_layout
24503
24504 \end_inset
24505
24506
24507 \begin_inset Newline newline
24508 \end_inset
24509
24510
24511 \begin_inset Note Greyedout
24512 status open
24513
24514 \begin_layout Plain Layout
24515
24516 \series bold
24517 Bemerkung 2:
24518 \series default
24519  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
24520 \end_layout
24521
24522 \end_inset
24523
24524
24525 \end_layout
24526
24527 \begin_layout Standard
24528 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
24529 \series bold
24530
24531 \backslash
24532 arabic
24533 \series default
24534  anstelle von 
24535 \series bold
24536
24537 \backslash
24538 roman
24539 \series default
24540  in obigem Befehl.
24541 \begin_inset ERT
24542 status collapsed
24543
24544 \begin_layout Plain Layout
24545
24546
24547 \backslash
24548 renewcommand{
24549 \backslash
24550 thefootnote}{
24551 \backslash
24552 arabic{footnote}}
24553 \end_layout
24554
24555 \end_inset
24556
24557
24558 \end_layout
24559
24560 \begin_layout Standard
24561 \begin_inset VSpace bigskip
24562 \end_inset
24563
24564
24565 \end_layout
24566
24567 \begin_layout Standard
24568 Wenn Sie wollen, dass Fußnoten nach dem Schema 
24569 \begin_inset Quotes gld
24570 \end_inset
24571
24572 Kapitel.Fußnote
24573 \begin_inset Quotes grd
24574 \end_inset
24575
24576  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24577 \end_layout
24578
24579 \begin_layout Standard
24580
24581 \series bold
24582
24583 \backslash
24584 numberwithin{footnote}{chapter}
24585 \end_layout
24586
24587 \begin_layout Standard
24588 Um 
24589 \series bold
24590
24591 \backslash
24592 numberwithin
24593 \series default
24594  benutzen zu können, muss in den 
24595 \family sans
24596 Mathe
24597 \begin_inset space ~
24598 \end_inset
24599
24600 Optionen
24601 \family default
24602  der 
24603 \family sans
24604 Dokument-Einstellungen
24605 \family default
24606  
24607 \family sans
24608 AMS
24609 \begin_inset space ~
24610 \end_inset
24611
24612 Mathe
24613 \begin_inset space ~
24614 \end_inset
24615
24616 Paket
24617 \family default
24618
24619 \begin_inset space ~
24620 \end_inset
24621
24622
24623 \family sans
24624 verwenden
24625 \family default
24626  angekreuzt sein.
24627 \begin_inset ERT
24628 status collapsed
24629
24630 \begin_layout Plain Layout
24631
24632
24633 \backslash
24634 numberwithin{footnote}{chapter}
24635 \end_layout
24636
24637 \end_inset
24638
24639  Hier ist ein Beispiel für solch eine Fußnote.
24640 \series bold
24641
24642 \begin_inset Foot
24643 status open
24644
24645 \begin_layout Plain Layout
24646 Dies ist eine Fußnote nach dem Schema 
24647 \begin_inset Quotes gld
24648 \end_inset
24649
24650 Kapitel.Fußnote
24651 \begin_inset Quotes grd
24652 \end_inset
24653
24654 .
24655 \end_layout
24656
24657 \end_inset
24658
24659
24660 \series default
24661
24662 \begin_inset ERT
24663 status collapsed
24664
24665 \begin_layout Plain Layout
24666
24667
24668 \backslash
24669 renewcommand{
24670 \backslash
24671 thefootnote}{
24672 \backslash
24673 arabic{footnote}}
24674 \end_layout
24675
24676 \end_inset
24677
24678
24679 \end_layout
24680
24681 \begin_layout Standard
24682 \begin_inset Note Greyedout
24683 status open
24684
24685 \begin_layout Plain Layout
24686
24687 \series bold
24688 Bemerkung:
24689 \series default
24690  
24691 \series bold
24692
24693 \backslash
24694 numberwithin
24695 \series default
24696  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
24697  werden überschrieben.
24698 \end_layout
24699
24700 \end_inset
24701
24702
24703 \end_layout
24704
24705 \begin_layout Standard
24706 Um also z.
24707 \begin_inset space \thinspace{}
24708 \end_inset
24709
24710 B.
24711  das Schema 
24712 \begin_inset Quotes gld
24713 \end_inset
24714
24715 Kapitel.
24716 \backslash
24717 Roman{footnote}
24718 \begin_inset Quotes grd
24719 \end_inset
24720
24721  zu erhalten, muss dieser Befehl anstelle von 
24722 \series bold
24723
24724 \backslash
24725 numberwithin
24726 \series default
24727  verwendet werden:
24728 \end_layout
24729
24730 \begin_layout Standard
24731
24732 \series bold
24733
24734 \backslash
24735 renewcommand{
24736 \backslash
24737 thefootnote}{
24738 \backslash
24739 thechapter.
24740 \backslash
24741 Roman{footnote}}
24742 \end_layout
24743
24744 \begin_layout Subsection
24745 Fußnoten-Platzierung
24746 \begin_inset Index
24747 status collapsed
24748
24749 \begin_layout Plain Layout
24750 Fußnoten ! Platzierung
24751 \end_layout
24752
24753 \end_inset
24754
24755
24756 \end_layout
24757
24758 \begin_layout Standard
24759 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
24760  ohne Zwischenraum am Ende der Seite gedruckt.
24761  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
24762  LaTeX-Vorspann 1.5
24763 \begin_inset space \thinspace{}
24764 \end_inset
24765
24766 mm Zwischenraum einfügen:
24767 \end_layout
24768
24769 \begin_layout Standard
24770
24771 \series bold
24772
24773 \backslash
24774 let
24775 \backslash
24776 myFoot
24777 \backslash
24778 footnote
24779 \begin_inset Newline newline
24780 \end_inset
24781
24782
24783 \backslash
24784 renewcommand{
24785 \backslash
24786 footnote}[1]{
24787 \backslash
24788 myFoot{#1
24789 \backslash
24790 vspace{1.5mm}}}
24791 \end_layout
24792
24793 \begin_layout Standard
24794 \begin_inset VSpace bigskip
24795 \end_inset
24796
24797 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
24798  Spalte gedruckt, Abbildung
24799 \begin_inset space ~
24800 \end_inset
24801
24802
24803 \begin_inset CommandInset ref
24804 LatexCommand ref
24805 reference "abb:Standard-Fußnoten-Platzierung-in"
24806
24807 \end_inset
24808
24809 .
24810  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
24811  in Abbildung
24812 \begin_inset space ~
24813 \end_inset
24814
24815
24816 \begin_inset CommandInset ref
24817 LatexCommand ref
24818 reference "abb:Fußnoten-Platzierung-in-einem"
24819
24820 \end_inset
24821
24822 , müssen Sie das LaTeX-Paket 
24823 \series bold
24824 ftnright
24825 \series default
24826
24827 \begin_inset Index
24828 status collapsed
24829
24830 \begin_layout Plain Layout
24831 LaTeX-Pakete ! ftnright
24832 \end_layout
24833
24834 \end_inset
24835
24836  mit folgendem Befehl im LaTeX-Vorspann einfügen:
24837 \end_layout
24838
24839 \begin_layout Standard
24840
24841 \series bold
24842
24843 \backslash
24844 usepackage{ftnright}
24845 \end_layout
24846
24847 \begin_layout Standard
24848 \begin_inset Float figure
24849 placement !h
24850 wide false
24851 sideways false
24852 status open
24853
24854 \begin_layout Plain Layout
24855 \begin_inset ERT
24856 status collapsed
24857
24858 \begin_layout Plain Layout
24859
24860
24861 \backslash
24862 framebox{
24863 \end_layout
24864
24865 \end_inset
24866
24867
24868 \begin_inset Graphics
24869         filename ../clipart/without_fntright.pdf
24870         width 100col%
24871         scaleBeforeRotation
24872
24873 \end_inset
24874
24875
24876 \begin_inset ERT
24877 status collapsed
24878
24879 \begin_layout Plain Layout
24880
24881 }
24882 \end_layout
24883
24884 \end_inset
24885
24886
24887 \end_layout
24888
24889 \begin_layout Plain Layout
24890 \begin_inset Caption
24891
24892 \begin_layout Plain Layout
24893 \begin_inset CommandInset label
24894 LatexCommand label
24895 name "abb:Standard-Fußnoten-Platzierung-in"
24896
24897 \end_inset
24898
24899 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
24900 \begin_inset OptArg
24901 status open
24902
24903 \begin_layout Plain Layout
24904 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
24905 \end_layout
24906
24907 \end_inset
24908
24909
24910 \end_layout
24911
24912 \end_inset
24913
24914
24915 \end_layout
24916
24917 \end_inset
24918
24919
24920 \end_layout
24921
24922 \begin_layout Standard
24923 \begin_inset Float figure
24924 placement !h
24925 wide false
24926 sideways false
24927 status open
24928
24929 \begin_layout Plain Layout
24930 \begin_inset ERT
24931 status collapsed
24932
24933 \begin_layout Plain Layout
24934
24935
24936 \backslash
24937 framebox{
24938 \end_layout
24939
24940 \end_inset
24941
24942
24943 \begin_inset Graphics
24944         filename ../clipart/with_fntright.pdf
24945         width 100col%
24946         scaleBeforeRotation
24947
24948 \end_inset
24949
24950
24951 \begin_inset ERT
24952 status collapsed
24953
24954 \begin_layout Plain Layout
24955
24956 }
24957 \end_layout
24958
24959 \end_inset
24960
24961
24962 \end_layout
24963
24964 \begin_layout Plain Layout
24965 \begin_inset Caption
24966
24967 \begin_layout Plain Layout
24968 \begin_inset CommandInset label
24969 LatexCommand label
24970 name "abb:Fußnoten-Platzierung-in-einem"
24971
24972 \end_inset
24973
24974 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
24975  
24976 \series bold
24977 ftnright
24978 \series default
24979 .
24980 \begin_inset OptArg
24981 status collapsed
24982
24983 \begin_layout Plain Layout
24984 Fußnoten-Platzierung mit 
24985 \family typewriter
24986 ftnright
24987 \end_layout
24988
24989 \end_inset
24990
24991
24992 \end_layout
24993
24994 \end_inset
24995
24996
24997 \end_layout
24998
24999 \end_inset
25000
25001
25002 \end_layout
25003
25004 \begin_layout Standard
25005 \begin_inset VSpace bigskip
25006 \end_inset
25007
25008 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
25009  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
25010 \begin_inset space ~
25011 \end_inset
25012
25013
25014 \begin_inset CommandInset ref
25015 LatexCommand ref
25016 reference "abb:endnotes----Die"
25017
25018 \end_inset
25019
25020  gedruckt.
25021  Man nennt sie dann 
25022 \emph on
25023 Endnoten
25024 \emph default
25025 .
25026 \begin_inset Index
25027 status collapsed
25028
25029 \begin_layout Plain Layout
25030 Endnoten
25031 \end_layout
25032
25033 \end_inset
25034
25035  Um das zu erreichen, müssen Sie das LaTeX-Paket 
25036 \series bold
25037 endnotes
25038 \series default
25039
25040 \begin_inset Index
25041 status collapsed
25042
25043 \begin_layout Plain Layout
25044 LaTeX-Pakete ! endnotes
25045 \end_layout
25046
25047 \end_inset
25048
25049  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
25050 \end_layout
25051
25052 \begin_layout Standard
25053
25054 \series bold
25055
25056 \backslash
25057 usepackage{endnotes}
25058 \begin_inset Newline newline
25059 \end_inset
25060
25061
25062 \backslash
25063 let
25064 \backslash
25065 footnote
25066 \backslash
25067 endnote
25068 \end_layout
25069
25070 \begin_layout Standard
25071 Um die gesammelten Fußnoten zu drucken, fügen Sie den TeX-Code
25072 \series bold
25073  
25074 \backslash
25075 theendnotes
25076 \series default
25077  am Ende des Abschnitts oder Kapitels ein.
25078 \end_layout
25079
25080 \begin_layout Standard
25081 \begin_inset Float figure
25082 wide false
25083 sideways false
25084 status open
25085
25086 \begin_layout Plain Layout
25087 \align center
25088 \begin_inset ERT
25089 status collapsed
25090
25091 \begin_layout Plain Layout
25092
25093
25094 \backslash
25095 framebox{
25096 \end_layout
25097
25098 \end_inset
25099
25100
25101 \begin_inset Graphics
25102         filename ../clipart/endnotes.pdf
25103         scaleBeforeRotation
25104
25105 \end_inset
25106
25107
25108 \begin_inset ERT
25109 status collapsed
25110
25111 \begin_layout Plain Layout
25112
25113 }
25114 \end_layout
25115
25116 \end_inset
25117
25118
25119 \end_layout
25120
25121 \begin_layout Plain Layout
25122 \begin_inset Caption
25123
25124 \begin_layout Plain Layout
25125 \begin_inset CommandInset label
25126 LatexCommand label
25127 name "abb:endnotes----Die"
25128
25129 \end_inset
25130
25131
25132 \series bold
25133 endnotes
25134 \series default
25135  -- Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25136  gedruckt.
25137 \begin_inset OptArg
25138 status collapsed
25139
25140 \begin_layout Plain Layout
25141 \begin_inset CommandInset label
25142 LatexCommand label
25143 name "abb:endnotes----Die"
25144
25145 \end_inset
25146
25147
25148 \series bold
25149 endnotes
25150 \series default
25151  -- Die Fußnoten werden am Ende gedruckt
25152 \end_layout
25153
25154 \end_inset
25155
25156
25157 \end_layout
25158
25159 \end_inset
25160
25161
25162 \end_layout
25163
25164 \end_inset
25165
25166
25167 \end_layout
25168
25169 \begin_layout Standard
25170 \begin_inset VSpace medskip
25171 \end_inset
25172
25173 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25174 ache übersetzt.
25175  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25176 \begin_inset Quotes gld
25177 \end_inset
25178
25179 Notes 
25180 \begin_inset Quotes grd
25181 \end_inset
25182
25183 in 
25184 \begin_inset Quotes gld
25185 \end_inset
25186
25187 Anmerkungen
25188 \begin_inset Quotes grd
25189 \end_inset
25190
25191 :
25192 \end_layout
25193
25194 \begin_layout Standard
25195
25196 \series bold
25197
25198 \backslash
25199 renewcommand{
25200 \backslash
25201 notesname}{Anmerkungen}
25202 \end_layout
25203
25204 \begin_layout Standard
25205 \begin_inset VSpace medskip
25206 \end_inset
25207
25208 Wenn Sie in den Befehlen von Abschnitt
25209 \begin_inset space ~
25210 \end_inset
25211
25212
25213 \begin_inset CommandInset ref
25214 LatexCommand ref
25215 reference "uab:Fußnoten-Nummerierung"
25216
25217 \end_inset
25218
25219  
25220 \series bold
25221
25222 \backslash
25223 thefootnote
25224 \series default
25225  durch 
25226 \series bold
25227
25228 \backslash
25229 theendnote
25230 \series default
25231  ersetzen, können Sie die Nummerierung von Endnoten ändern.
25232  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
25233 \series bold
25234
25235 \backslash
25236 @addtoreset
25237 \series default
25238  wie in Abschnitt
25239 \begin_inset space \space{}
25240 \end_inset
25241
25242
25243 \begin_inset CommandInset ref
25244 LatexCommand ref
25245 reference "uab:Fußnoten-Nummerierung"
25246
25247 \end_inset
25248
25249  beschrieben und ersetzen 
25250 \series bold
25251 footnote
25252 \series default
25253  durch 
25254 \series bold
25255 endnote
25256 \series default
25257 .
25258 \end_layout
25259
25260 \begin_layout Standard
25261 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
25262  
25263 \series bold
25264
25265 \backslash
25266 endnotemark[Nummer]
25267 \series default
25268  ähnlich wie 
25269 \series bold
25270
25271 \backslash
25272 footnotemark
25273 \series default
25274  Abschnitt
25275 \begin_inset space ~
25276 \end_inset
25277
25278
25279 \begin_inset CommandInset ref
25280 LatexCommand ref
25281 reference "abs:Fußnoten"
25282
25283 \end_inset
25284
25285 .
25286 \end_layout
25287
25288 \begin_layout Standard
25289 \begin_inset VSpace bigskip
25290 \end_inset
25291
25292 Mit dem LaTeX-Paket 
25293 \series bold
25294 footmisc
25295 \series default
25296
25297 \begin_inset Index
25298 status collapsed
25299
25300 \begin_layout Plain Layout
25301 LaTeX-Pakete ! footmisc
25302 \end_layout
25303
25304 \end_inset
25305
25306  (
25307 \begin_inset CommandInset citation
25308 LatexCommand cite
25309 key "footmisc"
25310
25311 \end_inset
25312
25313 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
25314 \end_layout
25315
25316 \begin_layout Standard
25317 In LaTeX-Büchern, 
25318 \begin_inset CommandInset citation
25319 LatexCommand cite
25320 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
25321
25322 \end_inset
25323
25324 , finden Sie weiteres zu Fußnoten.
25325 \end_layout
25326
25327 \begin_layout Section
25328 Randnotizen
25329 \begin_inset Index
25330 status collapsed
25331
25332 \begin_layout Plain Layout
25333 Randnotizen
25334 \end_layout
25335
25336 \end_inset
25337
25338
25339 \begin_inset Index
25340 status collapsed
25341
25342 \begin_layout Plain Layout
25343 Notizen ! Randnotizen
25344 \end_layout
25345
25346 \end_inset
25347
25348
25349 \end_layout
25350
25351 \begin_layout Standard
25352 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
25353  Sie fügen sie mit einem Klick auf den Schalter 
25354 \begin_inset Graphics
25355         filename ../../images/marginalnote-insert.png
25356         scale 70
25357         scaleBeforeRotation
25358
25359 \end_inset
25360
25361  oder über 
25362 \family sans
25363 Einfügen\SpecialChar \menuseparator
25364 Randnotiz
25365 \family default
25366  ein.
25367  Ein graues Kästchen mit der Aufschrift 
25368 \begin_inset Quotes gld
25369 \end_inset
25370
25371 Rand
25372 \begin_inset Quotes grd
25373 \end_inset
25374
25375  erscheint
25376 \family roman
25377 \series medium
25378 , und dort, wo der Cursor steht, können Sie Text eingeben.
25379 \end_layout
25380
25381 \begin_layout Standard
25382 Hier am Rand sehen Sie eine Randnotiz.
25383  
25384 \begin_inset Marginal
25385 status open
25386
25387 \begin_layout Plain Layout
25388 Dies ist eine Randnotiz.
25389 \end_layout
25390
25391 \end_inset
25392
25393
25394 \end_layout
25395
25396 \begin_layout Standard
25397 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
25398  am rechten Rand gesetzt, bei doppelseitigen außen -- links auf den geraden
25399  Seiten und rechts auf den ungeraden.
25400  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
25401  wird und umgekehrt.
25402  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
25403  wurde.
25404 \end_layout
25405
25406 \begin_layout Standard
25407 \begin_inset VSpace bigskip
25408 \end_inset
25409
25410 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
25411 \end_layout
25412
25413 \begin_layout Standard
25414
25415 \series bold
25416
25417 \backslash
25418 reversemarginpar
25419 \end_layout
25420
25421 \begin_layout Standard
25422 als TeX-Code vor einer Randnotiz ein.
25423  Das gilt dann für alle folgenden Randnotizen.
25424  
25425 \begin_inset ERT
25426 status collapsed
25427
25428 \begin_layout Plain Layout
25429
25430
25431 \backslash
25432 reversemarginpar 
25433 \end_layout
25434
25435 \end_inset
25436
25437
25438 \begin_inset Marginal
25439 status open
25440
25441 \begin_layout Plain Layout
25442 Hier ist ein Beispiel im inneren Rand.
25443 \end_layout
25444
25445 \end_inset
25446
25447
25448 \begin_inset Newline newline
25449 \end_inset
25450
25451
25452 \begin_inset Note Greyedout
25453 status open
25454
25455 \begin_layout Plain Layout
25456  
25457 \series bold
25458 Achtung:
25459 \series default
25460  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
25461 \end_layout
25462
25463 \end_inset
25464
25465
25466 \end_layout
25467
25468 \begin_layout Standard
25469 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
25470 \end_layout
25471
25472 \begin_layout Standard
25473
25474 \series bold
25475
25476 \backslash
25477 normalmarginpar
25478 \end_layout
25479
25480 \begin_layout Standard
25481 als TeX-Code ein.
25482 \begin_inset ERT
25483 status collapsed
25484
25485 \begin_layout Plain Layout
25486
25487
25488 \backslash
25489 normalmarginpar 
25490 \end_layout
25491
25492 \end_inset
25493
25494
25495 \end_layout
25496
25497 \begin_layout Standard
25498 \begin_inset Note Greyedout
25499 status open
25500
25501 \begin_layout Plain Layout
25502
25503 \series bold
25504 Achtung:
25505 \series default
25506  Der Befehl wird missachtet, wenn er im selben Absatz wie 
25507 \series bold
25508
25509 \backslash
25510 reversemarginpar
25511 \series default
25512  verwendet wird.
25513 \end_layout
25514
25515 \end_inset
25516
25517
25518 \end_layout
25519
25520 \begin_layout Standard
25521 \begin_inset VSpace bigskip
25522 \end_inset
25523
25524
25525 \begin_inset Marginal
25526 status open
25527
25528 \begin_layout Plain Layout
25529
25530 \family roman
25531 \series medium
25532 EinSehrLangesWort am Anfang, das umgebrochen wird.
25533 \end_layout
25534
25535 \end_inset
25536
25537  Ähnlich wie in Abschnitt
25538 \begin_inset space ~
25539 \end_inset
25540
25541
25542 \begin_inset CommandInset ref
25543 LatexCommand ref
25544 reference "uab:Mehrfache-Zeilen-in"
25545
25546 \end_inset
25547
25548  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
25549  Wort der Randnotiz sind.
25550  Um das zu vermeiden, fügen sie 0
25551 \begin_inset space \thinspace{}
25552 \end_inset
25553
25554 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
25555 \begin_inset Marginal
25556 status open
25557
25558 \begin_layout Plain Layout
25559 \begin_inset space \hspace{}
25560 \length 0pt
25561 \end_inset
25562
25563
25564 \family roman
25565 \series medium
25566 EinSehrLangesWort am Anfang, das umgebrochen wird.
25567 \end_layout
25568
25569 \end_inset
25570
25571
25572 \end_layout
25573
25574 \begin_layout Standard
25575 \begin_inset VSpace bigskip
25576 \end_inset
25577
25578
25579 \end_layout
25580
25581 \begin_layout Standard
25582 \begin_inset Note Greyedout
25583 status open
25584
25585 \begin_layout Plain Layout
25586
25587 \series bold
25588 Bemerkung:
25589 \series default
25590  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
25591  verwendet werden.
25592 \end_layout
25593
25594 \end_inset
25595
25596
25597 \end_layout
25598
25599 \begin_layout Standard
25600 \begin_inset VSpace bigskip
25601 \end_inset
25602
25603
25604 \end_layout
25605
25606 \begin_layout Standard
25607 \begin_inset ERT
25608 status collapsed
25609
25610 \begin_layout Plain Layout
25611
25612
25613 \backslash
25614 ifmarginnote
25615 \end_layout
25616
25617 \end_inset
25618
25619
25620 \begin_inset Note Note
25621 status open
25622
25623 \begin_layout Plain Layout
25624 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
25625 \series bold
25626 marginnote
25627 \series default
25628  installiert ist.
25629 \end_layout
25630
25631 \end_inset
25632
25633
25634 \end_layout
25635
25636 \begin_layout Standard
25637 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
25638 \series bold
25639 marginnote
25640 \series default
25641
25642 \begin_inset Index
25643 status collapsed
25644
25645 \begin_layout Plain Layout
25646 LaTeX-Pakete ! marginnote
25647 \end_layout
25648
25649 \end_inset
25650
25651  verwendet wird.
25652  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
25653  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
25654  des Pakets 
25655 \series bold
25656 marginnote
25657 \series default
25658  für Randnotizen verwendet wird:
25659 \end_layout
25660
25661 \begin_layout Standard
25662
25663 \series bold
25664
25665 \backslash
25666 usepackage{marginnote}
25667 \begin_inset Newline newline
25668 \end_inset
25669
25670
25671 \backslash
25672 let
25673 \backslash
25674 marginpar
25675 \backslash
25676 marginnote
25677 \end_layout
25678
25679 \begin_layout Standard
25680 Dies wird auch in diesem Dokument verwendet, denn 
25681 \series bold
25682 marginnote
25683 \series default
25684  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
25685  für Randnotizen angeben.
25686  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
25687 n zu dicht beieinander sind.
25688  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
25689  Schema
25690 \end_layout
25691
25692 \begin_layout Standard
25693
25694 \series bold
25695 [Versatz]
25696 \end_layout
25697
25698 \begin_layout Standard
25699 angegeben.
25700  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
25701 \begin_inset space ~
25702 \end_inset
25703
25704
25705 \begin_inset CommandInset ref
25706 LatexCommand ref
25707 reference "tab:Maßeinheiten"
25708
25709 \end_inset
25710
25711  aufgelistet sind.
25712  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
25713  nach unten.
25714  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
25715 \begin_inset space \thinspace{}
25716 \end_inset
25717
25718 cm mit dem TeX-Code-Befehl  
25719 \begin_inset Quotes gld
25720 \end_inset
25721
25722
25723 \series bold
25724 [-1.5cm]
25725 \series default
25726
25727 \begin_inset Quotes grd
25728 \end_inset
25729
25730  nach oben versetzt.
25731 \begin_inset Marginal
25732 status open
25733
25734 \begin_layout Plain Layout
25735 Diese Randnotiz ist 1.5
25736 \begin_inset space \thinspace{}
25737 \end_inset
25738
25739 cm von ihrer Originalposition nach oben versetzt.
25740 \end_layout
25741
25742 \end_inset
25743
25744
25745 \begin_inset ERT
25746 status collapsed
25747
25748 \begin_layout Plain Layout
25749
25750 [-1.5cm]
25751 \end_layout
25752
25753 \end_inset
25754
25755
25756 \end_layout
25757
25758 \begin_layout Standard
25759 \begin_inset VSpace medskip
25760 \end_inset
25761
25762 Mit 
25763 \series bold
25764 marginnote
25765 \series default
25766  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
25767  Zum Beispiel setzen die Befehle
25768 \end_layout
25769
25770 \begin_layout Standard
25771
25772 \series bold
25773
25774 \backslash
25775 renewcommand*{
25776 \backslash
25777 raggedleftmarginnote}{
25778 \backslash
25779 centering}
25780 \begin_inset Newline newline
25781 \end_inset
25782
25783
25784 \backslash
25785 renewcommand*{
25786 \backslash
25787 raggedrightmarginnote}{
25788 \backslash
25789 centering}
25790 \end_layout
25791
25792 \begin_layout Standard
25793 die Ausrichtung auf zentriert.
25794  
25795 \series bold
25796
25797 \backslash
25798 raggedleftmarginnote
25799 \series default
25800  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
25801  
25802 \begin_inset ERT
25803 status collapsed
25804
25805 \begin_layout Plain Layout
25806
25807
25808 \backslash
25809 renewcommand*{
25810 \backslash
25811 raggedleftmarginnote}{
25812 \backslash
25813 centering}
25814 \end_layout
25815
25816 \begin_layout Plain Layout
25817
25818
25819 \backslash
25820 renewcommand*{
25821 \backslash
25822 raggedrightmarginnote}{
25823 \backslash
25824 centering}
25825 \end_layout
25826
25827 \end_inset
25828
25829
25830 \begin_inset Marginal
25831 status open
25832
25833 \begin_layout Plain Layout
25834 Der Text dieser Randnotiz ist zentriert ausgerichtet.
25835 \end_layout
25836
25837 \end_inset
25838
25839  Die Voreinstellung ist
25840 \end_layout
25841
25842 \begin_layout Standard
25843
25844 \series bold
25845
25846 \backslash
25847 renewcommand*{
25848 \backslash
25849 raggedleftmarginnote}{
25850 \backslash
25851 raggedleft}
25852 \begin_inset Newline newline
25853 \end_inset
25854
25855
25856 \backslash
25857 renewcommand*{
25858 \backslash
25859 raggedrightmarginnote}{
25860 \backslash
25861 raggedright}
25862 \series default
25863
25864 \begin_inset ERT
25865 status collapsed
25866
25867 \begin_layout Plain Layout
25868
25869
25870 \backslash
25871 renewcommand*{
25872 \backslash
25873 raggedleftmarginnote}{
25874 \backslash
25875 raggedleft}
25876 \end_layout
25877
25878 \begin_layout Plain Layout
25879
25880
25881 \backslash
25882 renewcommand*{
25883 \backslash
25884 raggedrightmarginnote}{
25885 \backslash
25886 raggedright}
25887 \end_layout
25888
25889 \end_inset
25890
25891
25892 \end_layout
25893
25894 \begin_layout Standard
25895 \begin_inset VSpace medskip
25896 \end_inset
25897
25898 Für weitere Fähigkeiten des Pakets 
25899 \series bold
25900 marginnote
25901 \series default
25902  sei auf dessen Dokumentation verwiesen 
25903 \begin_inset CommandInset citation
25904 LatexCommand cite
25905 key "marginnote"
25906
25907 \end_inset
25908
25909 .
25910 \end_layout
25911
25912 \begin_layout Standard
25913 \begin_inset VSpace bigskip
25914 \end_inset
25915
25916 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
25917  geändert werden.
25918  Um z.
25919 \begin_inset space \thinspace{}
25920 \end_inset
25921
25922 B.
25923  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
25924  und fettgedruckten Text 
25925 \begin_inset Quotes eld
25926 \end_inset
25927
25928
25929 \family sans
25930 \series bold
25931 \bar under
25932 Achtung!
25933 \family default
25934 \series default
25935 \bar default
25936
25937 \begin_inset Quotes erd
25938 \end_inset
25939
25940  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
25941 \end_layout
25942
25943 \begin_layout Standard
25944
25945 \series bold
25946
25947 \backslash
25948 let
25949 \backslash
25950 myMarginpar
25951 \backslash
25952 marginpar
25953 \begin_inset Newline newline
25954 \end_inset
25955
25956
25957 \backslash
25958 renewcommand{
25959 \backslash
25960 marginpar}[1]{
25961 \backslash
25962 myMarginpar{%
25963 \begin_inset Newline newline
25964 \end_inset
25965
25966
25967 \begin_inset ERT
25968 status collapsed
25969
25970 \begin_layout Plain Layout
25971
25972
25973 \backslash
25974 hphantom{ }
25975 \end_layout
25976
25977 \end_inset
25978
25979
25980 \backslash
25981 hspace{0pt}
25982 \backslash
25983 textsf{
25984 \backslash
25985 textbf{
25986 \backslash
25987 underbar{Achtung!}}}%
25988 \begin_inset Newline newline
25989 \end_inset
25990
25991
25992 \begin_inset ERT
25993 status collapsed
25994
25995 \begin_layout Plain Layout
25996
25997
25998 \backslash
25999 hphantom{ }
26000 \end_layout
26001
26002 \end_inset
26003
26004
26005 \backslash
26006 vspace{1.5mm}
26007 \backslash
26008
26009 \backslash
26010 #1}}
26011 \end_layout
26012
26013 \begin_layout Standard
26014 \begin_inset ERT
26015 status collapsed
26016
26017 \begin_layout Plain Layout
26018
26019
26020 \backslash
26021 let
26022 \backslash
26023 myMarginpar
26024 \backslash
26025 marginpar
26026 \end_layout
26027
26028 \begin_layout Plain Layout
26029
26030
26031 \backslash
26032 renewcommand{
26033 \backslash
26034 marginpar}[1]{
26035 \backslash
26036 myMarginpar{%
26037 \end_layout
26038
26039 \begin_layout Plain Layout
26040
26041    
26042 \backslash
26043 textsf{
26044 \backslash
26045 textbf{
26046 \backslash
26047 underbar{Achtung!}}}%
26048 \end_layout
26049
26050 \begin_layout Plain Layout
26051
26052    
26053 \backslash
26054 vspace{1.5mm}
26055 \backslash
26056
26057 \backslash
26058 #1}}
26059 \end_layout
26060
26061 \end_inset
26062
26063
26064 \begin_inset Marginal
26065 status open
26066
26067 \begin_layout Plain Layout
26068 Dies ist eine Randnotiz mit einer definierten Überschrift.
26069 \end_layout
26070
26071 \end_inset
26072
26073
26074 \begin_inset ERT
26075 status collapsed
26076
26077 \begin_layout Plain Layout
26078
26079 [-1.5cm]
26080 \end_layout
26081
26082 \end_inset
26083
26084
26085 \begin_inset ERT
26086 status collapsed
26087
26088 \begin_layout Plain Layout
26089
26090
26091 \backslash
26092 renewcommand{
26093 \backslash
26094 marginpar}[1]{
26095 \backslash
26096 myMarginpar{#1}}
26097 \end_layout
26098
26099 \end_inset
26100
26101
26102 \begin_inset Note Note
26103 status open
26104
26105 \begin_layout Plain Layout
26106 Das Format wurde nur für dieses Beispiel geändert.
26107 \end_layout
26108
26109 \end_inset
26110
26111
26112 \end_layout
26113
26114 \begin_layout Standard
26115 \begin_inset ERT
26116 status collapsed
26117
26118 \begin_layout Plain Layout
26119
26120
26121 \backslash
26122 else
26123 \end_layout
26124
26125 \end_inset
26126
26127
26128 \begin_inset Note Note
26129 status open
26130
26131 \begin_layout Plain Layout
26132 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26133 \series bold
26134 marginnote
26135 \series default
26136  nicht installiert ist:
26137 \end_layout
26138
26139 \end_inset
26140
26141
26142 \end_layout
26143
26144 \begin_layout Standard
26145 Das LaTeX-Paket 
26146 \series bold
26147 marginnote
26148 \series default
26149  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26150 \end_layout
26151
26152 \begin_layout Standard
26153 \begin_inset ERT
26154 status collapsed
26155
26156 \begin_layout Plain Layout
26157
26158
26159 \backslash
26160 fi
26161 \end_layout
26162
26163 \end_inset
26164
26165
26166 \end_layout
26167
26168 \begin_layout Chapter
26169 Boxen
26170 \end_layout
26171
26172 \begin_layout Section
26173 Einleitung
26174 \begin_inset Index
26175 status collapsed
26176
26177 \begin_layout Plain Layout
26178 Boxen ! Einleitung
26179 \end_layout
26180
26181 \end_inset
26182
26183
26184 \end_layout
26185
26186 \begin_layout Standard
26187 Boxen werden benutzt, um einen Textblock zu formatieren.
26188  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26189  siehe Abschnitt
26190 \begin_inset space ~
26191 \end_inset
26192
26193
26194 \begin_inset CommandInset ref
26195 LatexCommand ref
26196 reference "abs:Minipage"
26197
26198 \end_inset
26199
26200 , um Text zu umrahmen, siehe Abschnitt
26201 \begin_inset space ~
26202 \end_inset
26203
26204
26205 \begin_inset CommandInset ref
26206 LatexCommand ref
26207 reference "uab:Verzierung"
26208
26209 \end_inset
26210
26211 , um Silbentrennung zu verhindern, siehe Abschnitt
26212 \begin_inset space ~
26213 \end_inset
26214
26215
26216 \begin_inset CommandInset ref
26217 LatexCommand ref
26218 reference "abs:Silbentrennung-unterbinden"
26219
26220 \end_inset
26221
26222 , um Text senkrecht auszurichten, siehe Abschnitt
26223 \begin_inset space ~
26224 \end_inset
26225
26226
26227 \begin_inset CommandInset ref
26228 LatexCommand ref
26229 reference "uab:Vertikale-Ausrichtung"
26230
26231 \end_inset
26232
26233  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
26234 \begin_inset space ~
26235 \end_inset
26236
26237
26238 \begin_inset CommandInset ref
26239 LatexCommand ref
26240 reference "abs:Farbige-Boxen"
26241
26242 \end_inset
26243
26244 .
26245 \end_layout
26246
26247 \begin_layout Standard
26248 Boxen werden mit 
26249 \family sans
26250 Einfügen\SpecialChar \menuseparator
26251 Box
26252 \family default
26253  oder dem Schalter 
26254 \begin_inset Graphics
26255         filename ../../images/box-insert.png
26256         scale 70
26257         scaleBeforeRotation
26258
26259 \end_inset
26260
26261  eingefügt.
26262  Ein graues Kästchen mit der Aufschrift 
26263 \begin_inset Quotes gld
26264 \end_inset
26265
26266 Box (Minipage)
26267 \begin_inset Quotes grd
26268 \end_inset
26269
26270  erscheint: 
26271 \begin_inset Graphics
26272         filename clipart/StandardBoxQt4.png
26273         lyxscale 80
26274         scale 60
26275         scaleBeforeRotation
26276
26277 \end_inset
26278
26279 .
26280  Mit einem Rechts\SpecialChar \-
26281 klick auf das graue Kästchen kann der Typ spezifiziert
26282  werden.
26283  Das Dialogfenster bietet bei 
26284 \family sans
26285 Innere
26286 \begin_inset space ~
26287 \end_inset
26288
26289 Box
26290 \family default
26291  die Typen 
26292 \family sans
26293 Parbox
26294 \family default
26295  und 
26296 \family sans
26297 Minipage
26298 \family default
26299  an.
26300  
26301 \family sans
26302 Minipage
26303 \family default
26304  ist die Standard-Einstellung für neue Boxen und in Abschnitt
26305 \begin_inset space ~
26306 \end_inset
26307
26308
26309 \begin_inset CommandInset ref
26310 LatexCommand ref
26311 reference "abs:Minipage"
26312
26313 \end_inset
26314
26315  beschrieben, 
26316 \family sans
26317 Parbox
26318 \family default
26319  in Abschnitt
26320 \begin_inset space ~
26321 \end_inset
26322
26323
26324 \begin_inset CommandInset ref
26325 LatexCommand ref
26326 reference "abs:Parbox"
26327
26328 \end_inset
26329
26330 .
26331 \end_layout
26332
26333 \begin_layout Standard
26334 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
26335  wie auf Gleitobjekte und Fußnoten.
26336 \end_layout
26337
26338 \begin_layout Standard
26339 \begin_inset Note Greyedout
26340 status open
26341
26342 \begin_layout Plain Layout
26343
26344 \series bold
26345 Bemerkung
26346 \begin_inset space ~
26347 \end_inset
26348
26349 1:
26350 \series default
26351  Boxen dürfen in 
26352 \family sans
26353 List-
26354 \family default
26355  oder 
26356 \family sans
26357 Beschreibung-
26358 \family default
26359 Umgebungen nicht verwendet werden.
26360 \end_layout
26361
26362 \end_inset
26363
26364
26365 \end_layout
26366
26367 \begin_layout Standard
26368 \begin_inset Note Greyedout
26369 status open
26370
26371 \begin_layout Plain Layout
26372
26373 \series bold
26374 Bemerkung
26375 \begin_inset space ~
26376 \end_inset
26377
26378 2:
26379 \series default
26380  Boxen ohne 
26381 \family sans
26382 Innere
26383 \begin_inset space ~
26384 \end_inset
26385
26386 Box
26387 \family default
26388  und ohne Rahmen werden in Abschnitt
26389 \begin_inset space ~
26390 \end_inset
26391
26392
26393 \begin_inset CommandInset ref
26394 LatexCommand ref
26395 reference "abs:Silbentrennung-unterbinden"
26396
26397 \end_inset
26398
26399  beschrieben.
26400 \end_layout
26401
26402 \end_inset
26403
26404
26405 \end_layout
26406
26407 \begin_layout Section
26408 Das Box-Einstellungen-Fenster
26409 \begin_inset CommandInset label
26410 LatexCommand label
26411 name "abs:Box-Dialog"
26412
26413 \end_inset
26414
26415
26416 \begin_inset Index
26417 status collapsed
26418
26419 \begin_layout Plain Layout
26420 Boxen ! Box-Dialog-Fenster
26421 \end_layout
26422
26423 \end_inset
26424
26425
26426 \end_layout
26427
26428 \begin_layout Subsection
26429 Box-Größe
26430 \begin_inset Index
26431 status collapsed
26432
26433 \begin_layout Plain Layout
26434 Boxen ! Größe
26435 \end_layout
26436
26437 \end_inset
26438
26439
26440 \end_layout
26441
26442 \begin_layout Standard
26443 Im 
26444 \family sans
26445 Box-Einstellungen
26446 \family default
26447 -Fenster können Sie die Größe der Box mit 
26448 \family sans
26449 Breite
26450 \family default
26451  und 
26452 \family sans
26453 Höhe 
26454 \family default
26455 festlegen.
26456  Die verfügbaren Einheiten werden in Tabelle
26457 \begin_inset space ~
26458 \end_inset
26459
26460
26461 \begin_inset CommandInset ref
26462 LatexCommand ref
26463 reference "tab:Maßeinheiten"
26464
26465 \end_inset
26466
26467  aufgelistet.
26468  Das Feld
26469 \family sans
26470  Höhe
26471 \family default
26472  bietet die folgenden zusätzlichen Größen:
26473 \end_layout
26474
26475 \begin_layout Description
26476 Tiefe Dies ist die reine Text-
26477 \begin_inset Quotes gld
26478 \end_inset
26479
26480 Höhe
26481 \begin_inset Quotes grd
26482 \end_inset
26483
26484 .
26485  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
26486 \begin_inset Newline newline
26487 \end_inset
26488
26489
26490 \begin_inset Newline newline
26491 \end_inset
26492
26493
26494 \begin_inset Newline newline
26495 \end_inset
26496
26497
26498 \begin_inset Box Boxed
26499 position "c"
26500 hor_pos "c"
26501 has_inner_box 1
26502 inner_pos "c"
26503 use_parbox 0
26504 width "12col%"
26505 special "none"
26506 height "1in"
26507 height_special "depth"
26508 status collapsed
26509
26510 \begin_layout Plain Layout
26511 \align center
26512 Box-Höhe = 1
26513 \begin_inset space \thinspace{}
26514 \end_inset
26515
26516 Tiefe
26517 \end_layout
26518
26519 \end_inset
26520
26521
26522 \begin_inset Newline newline
26523 \end_inset
26524
26525
26526 \begin_inset Newline newline
26527 \end_inset
26528
26529
26530 \end_layout
26531
26532 \begin_layout Description
26533 Höhe Dies ist die Texthöhe innerhalb der Box.
26534  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
26535  Texthöhe setzen: 
26536 \begin_inset Box Boxed
26537 position "c"
26538 hor_pos "c"
26539 has_inner_box 1
26540 inner_pos "c"
26541 use_parbox 0
26542 width "20col%"
26543 special "none"
26544 height "2in"
26545 height_special "height"
26546 status collapsed
26547
26548 \begin_layout Plain Layout
26549 \align center
26550 Boxhöhe = 2
26551 \begin_inset space \thinspace{}
26552 \end_inset
26553
26554 Höhe
26555 \end_layout
26556
26557 \end_inset
26558
26559
26560 \end_layout
26561
26562 \begin_layout Description
26563 Gesamthöhe Dies ist Höhe
26564 \begin_inset space \thinspace{}
26565 \end_inset
26566
26567 +
26568 \begin_inset space \thinspace{}
26569 \end_inset
26570
26571 Tiefe: 
26572 \begin_inset Box Boxed
26573 position "c"
26574 hor_pos "c"
26575 has_inner_box 1
26576 inner_pos "c"
26577 use_parbox 0
26578 width "20col%"
26579 special "none"
26580 height "1in"
26581 height_special "totalheight"
26582 status collapsed
26583
26584 \begin_layout Plain Layout
26585 \align center
26586 Boxhöhe = 1
26587 \begin_inset space \thinspace{}
26588 \end_inset
26589
26590 Gesamthöhe
26591 \end_layout
26592
26593 \end_inset
26594
26595
26596 \end_layout
26597
26598 \begin_layout Description
26599 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
26600 \begin_inset Box Boxed
26601 position "c"
26602 hor_pos "c"
26603 has_inner_box 1
26604 inner_pos "c"
26605 use_parbox 0
26606 width "12col%"
26607 special "none"
26608 height "1in"
26609 height_special "width"
26610 status collapsed
26611
26612 \begin_layout Plain Layout
26613 \align center
26614 Boxhöhe = 1
26615 \begin_inset space \thinspace{}
26616 \end_inset
26617
26618 Breite
26619 \end_layout
26620
26621 \end_inset
26622
26623
26624 \end_layout
26625
26626 \begin_layout Subsection
26627 Ausrichtung
26628 \begin_inset Index
26629 status collapsed
26630
26631 \begin_layout Plain Layout
26632 Boxen ! Ausrichtung
26633 \end_layout
26634
26635 \end_inset
26636
26637
26638 \end_layout
26639
26640 \begin_layout Standard
26641 Wenn Sie eine 
26642 \family sans
26643 Innere
26644 \begin_inset space ~
26645 \end_inset
26646
26647 Box
26648 \family default
26649  gewählt haben, kann die Box mit folgenden Werten für 
26650 \family sans
26651 Box
26652 \family default
26653  senkrecht ausgerichtet werden:
26654 \end_layout
26655
26656 \begin_layout Description
26657 Oben Dies ist ein Beispieltext.
26658  
26659 \begin_inset Box Boxed
26660 position "t"
26661 hor_pos "c"
26662 has_inner_box 1
26663 inner_pos "c"
26664 use_parbox 0
26665 width "20col%"
26666 special "none"
26667 height "1in"
26668 height_special "totalheight"
26669 status collapsed
26670
26671 \begin_layout Plain Layout
26672 \align center
26673 Die Ober\SpecialChar \-
26674 kante der Box ist in der Zeile.
26675 \end_layout
26676
26677 \end_inset
26678
26679  Dies ist ein Beispieltext.
26680 \end_layout
26681
26682 \begin_layout Description
26683 Mitte Dies ist ein Beispieltext.
26684  
26685 \begin_inset Box Boxed
26686 position "c"
26687 hor_pos "c"
26688 has_inner_box 1
26689 inner_pos "c"
26690 use_parbox 0
26691 width "20col%"
26692 special "none"
26693 height "1in"
26694 height_special "totalheight"
26695 status collapsed
26696
26697 \begin_layout Plain Layout
26698 \align center
26699 Die Mitte der Box ist in der Zeile.
26700 \end_layout
26701
26702 \end_inset
26703
26704  Dies ist ein Beispieltext.
26705 \end_layout
26706
26707 \begin_layout Description
26708 Unten Dies ist ein Beispieltext.
26709  
26710 \begin_inset Box Boxed
26711 position "b"
26712 hor_pos "c"
26713 has_inner_box 1
26714 inner_pos "c"
26715 use_parbox 0
26716 width "20col%"
26717 special "none"
26718 height "1in"
26719 height_special "totalheight"
26720 status collapsed
26721
26722 \begin_layout Plain Layout
26723 \align center
26724 Die Unter\SpecialChar \-
26725 kante der Box ist in der Zeile.
26726 \end_layout
26727
26728 \end_inset
26729
26730  Dies ist ein Beispieltext.
26731 \end_layout
26732
26733 \begin_layout Standard
26734 \begin_inset Note Greyedout
26735 status open
26736
26737 \begin_layout Plain Layout
26738
26739 \series bold
26740 Bemerkung:
26741 \series default
26742  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
26743  Boxen in einer Zeile sind und eine Box z.
26744 \begin_inset space \thinspace{}
26745 \end_inset
26746
26747 B.
26748  schattiert ist, die andere abere nicht.
26749 \end_layout
26750
26751 \end_inset
26752
26753
26754 \end_layout
26755
26756 \begin_layout Standard
26757 Eine Box kann mit dem Dialog 
26758 \family sans
26759 Absatz-Einstellungen
26760 \family default
26761  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
26762 \end_layout
26763
26764 \begin_layout Standard
26765 \begin_inset VSpace bigskip
26766 \end_inset
26767
26768 Wenn Sie eine 
26769 \family sans
26770 Innere
26771 \begin_inset space ~
26772 \end_inset
26773
26774 Box
26775 \family default
26776  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
26777 \family sans
26778 Inhalt
26779 \family default
26780  senkrecht ausgerichtet werden:
26781 \end_layout
26782
26783 \begin_layout Description
26784 Oben Dies ist ein Beispieltext.
26785  
26786 \begin_inset Box Boxed
26787 position "c"
26788 hor_pos "c"
26789 has_inner_box 1
26790 inner_pos "t"
26791 use_parbox 0
26792 width "20col%"
26793 special "none"
26794 height "1.5in"
26795 height_special "totalheight"
26796 status collapsed
26797
26798 \begin_layout Plain Layout
26799 \align center
26800 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
26801 \end_layout
26802
26803 \end_inset
26804
26805  Dies ist ein Beispieltext.
26806 \end_layout
26807
26808 \begin_layout Description
26809 Mitte Dies ist ein Beispieltext.
26810  
26811 \begin_inset Box Boxed
26812 position "c"
26813 hor_pos "c"
26814 has_inner_box 1
26815 inner_pos "c"
26816 use_parbox 0
26817 width "20col%"
26818 special "none"
26819 height "1.5in"
26820 height_special "totalheight"
26821 status collapsed
26822
26823 \begin_layout Plain Layout
26824 \align center
26825 Der Boxinhalt ist zentriert ausgerichtet.
26826 \end_layout
26827
26828 \end_inset
26829
26830  Dies ist ein Beispieltext.
26831 \end_layout
26832
26833 \begin_layout Description
26834 Unten Dies ist ein Beispieltext.
26835  
26836 \begin_inset Box Boxed
26837 position "c"
26838 hor_pos "c"
26839 has_inner_box 1
26840 inner_pos "b"
26841 use_parbox 0
26842 width "20col%"
26843 special "none"
26844 height "1.5in"
26845 height_special "totalheight"
26846 status collapsed
26847
26848 \begin_layout Plain Layout
26849 \align center
26850 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
26851 \end_layout
26852
26853 \end_inset
26854
26855  Dies ist ein Beispieltext.
26856 \end_layout
26857
26858 \begin_layout Description
26859 Dehnen Dies ist ein Beispieltext.
26860  
26861 \begin_inset Box Boxed
26862 position "c"
26863 hor_pos "c"
26864 has_inner_box 1
26865 inner_pos "s"
26866 use_parbox 0
26867 width "20col%"
26868 special "none"
26869 height "1in"
26870 height_special "totalheight"
26871 status collapsed
26872
26873 \begin_layout Plain Layout
26874 \align center
26875 Der Boxinhalt
26876 \end_layout
26877
26878 \begin_layout Plain Layout
26879 \align center
26880 ist über die
26881 \end_layout
26882
26883 \begin_layout Plain Layout
26884 \align center
26885 Boxhöhe
26886 \end_layout
26887
26888 \begin_layout Plain Layout
26889 \align center
26890 gleichmäßig verteilt.
26891 \end_layout
26892
26893 \end_inset
26894
26895  Dies ist ein Beispieltext.
26896 \end_layout
26897
26898 \begin_layout Standard
26899 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
26900  besteht.
26901  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
26902 \end_layout
26903
26904 \begin_layout Standard
26905 Ein Boxinhalt kann mit dem Dialog 
26906 \family sans
26907 Absatz-Einstellungen
26908 \family default
26909  waagerecht ausgerichtet werden, wenn Sie eine
26910 \family sans
26911  Innere
26912 \begin_inset space ~
26913 \end_inset
26914
26915 Box
26916 \family default
26917  gewählt haben.
26918 \end_layout
26919
26920 \begin_layout Standard
26921 \align center
26922 \begin_inset Box Boxed
26923 position "c"
26924 hor_pos "c"
26925 has_inner_box 1
26926 inner_pos "s"
26927 use_parbox 0
26928 width "30col%"
26929 special "none"
26930 height "1.25in"
26931 height_special "totalheight"
26932 status collapsed
26933
26934 \begin_layout Plain Layout
26935 \align left
26936 Hier ist jede Zeile
26937 \end_layout
26938
26939 \begin_layout Plain Layout
26940 \align center
26941 anders
26942 \end_layout
26943
26944 \begin_layout Plain Layout
26945 \align right
26946 ausgerichtet.
26947 \end_layout
26948
26949 \end_inset
26950
26951
26952 \end_layout
26953
26954 \begin_layout Standard
26955 Wenn Sie keine
26956 \family sans
26957  Innere
26958 \begin_inset space ~
26959 \end_inset
26960
26961 Box
26962 \family default
26963  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
26964 \family sans
26965 Box-Einstellungen-
26966 \family default
26967 Dialog ausrichten
26968 \end_layout
26969
26970 \begin_layout Standard
26971 \align center
26972 \begin_inset Box Boxed
26973 position "c"
26974 hor_pos "s"
26975 has_inner_box 0
26976 inner_pos "s"
26977 use_parbox 0
26978 width "90col%"
26979 special "none"
26980 height "1.25in"
26981 height_special "totalheight"
26982 status collapsed
26983
26984 \begin_layout Plain Layout
26985 \align left
26986 Dieser Boxinhalt wurde horizontal gedehnt.
26987 \end_layout
26988
26989 \end_inset
26990
26991
26992 \end_layout
26993
26994 \begin_layout Subsection
26995 Verzierung
26996 \begin_inset CommandInset label
26997 LatexCommand label
26998 name "uab:Verzierung"
26999
27000 \end_inset
27001
27002
27003 \begin_inset Index
27004 status collapsed
27005
27006 \begin_layout Plain Layout
27007 Boxen ! Verzierung
27008 \end_layout
27009
27010 \end_inset
27011
27012
27013 \end_layout
27014
27015 \begin_layout Standard
27016 Im 
27017 \family sans
27018 Box-Einstellungen-
27019 \family default
27020 Dialog können Sie mit der 
27021 \family sans
27022 Verzierung
27023 \family default
27024  den Typ der Box auswählen:
27025 \end_layout
27026
27027 \begin_layout Description
27028 Einfacher
27029 \begin_inset space ~
27030 \end_inset
27031
27032 rechteckiger
27033 \begin_inset space ~
27034 \end_inset
27035
27036 Rahmen Um die Box wird ein rechteckiger Rahmen gezogen.
27037  Die Rahmendicke wird durch 
27038 \series bold
27039
27040 \backslash
27041 fboxrule
27042 \series default
27043  festgelegt.
27044  
27045 \begin_inset Box Boxed
27046 position "c"
27047 hor_pos "c"
27048 has_inner_box 1
27049 inner_pos "c"
27050 use_parbox 0
27051 width "21col%"
27052 special "none"
27053 height "1in"
27054 height_special "totalheight"
27055 status collapsed
27056
27057 \begin_layout Plain Layout
27058
27059 \series medium
27060 Rechteckige
27061 \begin_inset space ~
27062 \end_inset
27063
27064 Box
27065 \end_layout
27066
27067 \end_inset
27068
27069
27070 \end_layout
27071
27072 \begin_layout Description
27073 Seitenumbruch
27074 \begin_inset space ~
27075 \end_inset
27076
27077 erlaubt Wenn Sie die Verzierung 
27078 \family sans
27079 Einfacher rechteckiger Rahmen
27080 \family default
27081  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
27082  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
27083  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
27084  für sich ist und 
27085 \series bold
27086
27087 \backslash
27088 fboxrule
27089 \series default
27090  und 
27091 \series bold
27092
27093 \backslash
27094 fboxsep
27095 \series default
27096  keinen Einfluss auf diesen Box Typ haben.
27097  Die Rahmendicke wird durch 
27098 \series bold
27099
27100 \backslash
27101 FrameRule
27102 \series default
27103  festgelegt.
27104  
27105 \begin_inset Box Framed
27106 position "t"
27107 hor_pos "c"
27108 has_inner_box 0
27109 inner_pos "t"
27110 use_parbox 0
27111 width "100col%"
27112 special "none"
27113 height "1in"
27114 height_special "totalheight"
27115 status collapsed
27116
27117 \begin_layout Plain Layout
27118 Seitenumbruch erlaubt Box
27119 \end_layout
27120
27121 \end_inset
27122
27123
27124 \end_layout
27125
27126 \begin_layout Description
27127 Ovaler
27128 \begin_inset space ~
27129 \end_inset
27130
27131 Rahmen,
27132 \begin_inset space ~
27133 \end_inset
27134
27135 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27136  Die Rahmendicke ist 0.4
27137 \begin_inset space \thinspace{}
27138 \end_inset
27139
27140 pt.
27141  
27142 \begin_inset Box ovalbox
27143 position "c"
27144 hor_pos "c"
27145 has_inner_box 1
27146 inner_pos "c"
27147 use_parbox 0
27148 width "20col%"
27149 special "none"
27150 height "1in"
27151 height_special "totalheight"
27152 status collapsed
27153
27154 \begin_layout Plain Layout
27155 Ovale
27156 \begin_inset space ~
27157 \end_inset
27158
27159 Box,
27160 \begin_inset space ~
27161 \end_inset
27162
27163 dünn
27164 \end_layout
27165
27166 \end_inset
27167
27168
27169 \end_layout
27170
27171 \begin_layout Description
27172 Ovaler
27173 \begin_inset space ~
27174 \end_inset
27175
27176 Rahmen,
27177 \begin_inset space ~
27178 \end_inset
27179
27180 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27181  Die Rahmendicke ist 0.8
27182 \begin_inset space \thinspace{}
27183 \end_inset
27184
27185 pt.
27186  
27187 \begin_inset Box Ovalbox
27188 position "c"
27189 hor_pos "c"
27190 has_inner_box 1
27191 inner_pos "c"
27192 use_parbox 0
27193 width "20col%"
27194 special "none"
27195 height "1in"
27196 height_special "totalheight"
27197 status collapsed
27198
27199 \begin_layout Plain Layout
27200 Ovale
27201 \begin_inset space ~
27202 \end_inset
27203
27204 Box,
27205 \begin_inset space ~
27206 \end_inset
27207
27208 dick
27209 \end_layout
27210
27211 \end_inset
27212
27213
27214 \end_layout
27215
27216 \begin_layout Description
27217 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
27218  Die Rahmendicke wird durch 
27219 \series bold
27220
27221 \backslash
27222 fboxrule
27223 \series default
27224  festgelegt, der Schatten ist 4
27225 \begin_inset space \thinspace{}
27226 \end_inset
27227
27228 pt breit.
27229 \begin_inset Newline newline
27230 \end_inset
27231
27232
27233 \begin_inset Box Shadowbox
27234 position "c"
27235 hor_pos "c"
27236 has_inner_box 1
27237 inner_pos "c"
27238 use_parbox 0
27239 width "20col%"
27240 special "none"
27241 height "1in"
27242 height_special "totalheight"
27243 status collapsed
27244
27245 \begin_layout Plain Layout
27246 Schattierte
27247 \begin_inset space ~
27248 \end_inset
27249
27250 Box
27251 \end_layout
27252
27253 \end_inset
27254
27255
27256 \end_layout
27257
27258 \begin_layout Description
27259 Schattierter
27260 \begin_inset space ~
27261 \end_inset
27262
27263 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
27264  Im Gegensatz zu farbigen Boxen
27265 \begin_inset Foot
27266 status collapsed
27267
27268 \begin_layout Plain Layout
27269 siehe Abschnitt
27270 \begin_inset space ~
27271 \end_inset
27272
27273
27274 \begin_inset CommandInset ref
27275 LatexCommand ref
27276 reference "abs:Farbige-Boxen"
27277
27278 \end_inset
27279
27280
27281 \end_layout
27282
27283 \end_inset
27284
27285  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
27286  die Box ist ein Absatz für sich.
27287  
27288 \begin_inset Box Shaded
27289 position "t"
27290 hor_pos "c"
27291 has_inner_box 0
27292 inner_pos "t"
27293 use_parbox 0
27294 width "50col%"
27295 special "none"
27296 height "1in"
27297 height_special "totalheight"
27298 status collapsed
27299
27300 \begin_layout Plain Layout
27301 Schattierter Hintergrund Box
27302 \end_layout
27303
27304 \end_inset
27305
27306
27307 \end_layout
27308
27309 \begin_layout Description
27310 Doppelter
27311 \begin_inset space ~
27312 \end_inset
27313
27314 rechteckiger
27315 \begin_inset space ~
27316 \end_inset
27317
27318 Rahmen zeichnet einen doppelten Rahmen um die Box.
27319  Der innere Rahmen ist 0.75
27320 \begin_inset space \thinspace{}
27321 \end_inset
27322
27323
27324 \series bold
27325
27326 \backslash
27327 fboxrule
27328 \series default
27329  breit, der äußere 1.5
27330 \begin_inset space \thinspace{}
27331 \end_inset
27332
27333
27334 \series bold
27335
27336 \backslash
27337 fboxrule
27338 \series default
27339 , der Zwischenraum 1.5
27340 \begin_inset space \thinspace{}
27341 \end_inset
27342
27343
27344 \series bold
27345
27346 \backslash
27347 fboxrule
27348 \series default
27349
27350 \begin_inset space \thinspace{}
27351 \end_inset
27352
27353 +
27354 \begin_inset space \thinspace{}
27355 \end_inset
27356
27357 0.5
27358 \begin_inset space \thinspace{}
27359 \end_inset
27360
27361 pt.
27362  
27363 \begin_inset Box Doublebox
27364 position "c"
27365 hor_pos "c"
27366 has_inner_box 1
27367 inner_pos "c"
27368 use_parbox 0
27369 width "20col%"
27370 special "none"
27371 height "1in"
27372 height_special "totalheight"
27373 status collapsed
27374
27375 \begin_layout Plain Layout
27376 Doppelt
27377 \begin_inset space ~
27378 \end_inset
27379
27380 gerahmte
27381 \begin_inset space ~
27382 \end_inset
27383
27384 Box
27385 \end_layout
27386
27387 \end_inset
27388
27389
27390 \end_layout
27391
27392 \begin_layout Standard
27393 \begin_inset VSpace bigskip
27394 \end_inset
27395
27396 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
27397  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
27398 \series bold
27399 fancybox
27400 \series default
27401
27402 \begin_inset Index
27403 status collapsed
27404
27405 \begin_layout Plain Layout
27406 LaTeX-Pakete ! fancybox
27407 \end_layout
27408
27409 \end_inset
27410
27411  installiert sein.
27412 \end_layout
27413
27414 \begin_layout Section
27415 Box Anpassung
27416 \begin_inset Index
27417 status collapsed
27418
27419 \begin_layout Plain Layout
27420 Boxen ! Anpassung
27421 \end_layout
27422
27423 \end_inset
27424
27425
27426 \end_layout
27427
27428 \begin_layout Standard
27429 Der Standardwert für 
27430 \series bold
27431
27432 \backslash
27433 fboxrule
27434 \series default
27435  ist 0.4
27436 \begin_inset space \thinspace{}
27437 \end_inset
27438
27439 pt.
27440  Mit dem folgenden TeX-Code-Befehl kann er auf 2
27441 \begin_inset space \thinspace{}
27442 \end_inset
27443
27444 pt gesetzt werden:
27445 \end_layout
27446
27447 \begin_layout Standard
27448
27449 \series bold
27450
27451 \backslash
27452 setlength{
27453 \backslash
27454 fboxrule}{2pt}
27455 \end_layout
27456
27457 \begin_layout Standard
27458 \begin_inset ERT
27459 status collapsed
27460
27461 \begin_layout Plain Layout
27462
27463
27464 \backslash
27465 setlength{
27466 \backslash
27467 fboxrule}{2pt}
27468 \end_layout
27469
27470 \end_inset
27471
27472
27473 \begin_inset Box Boxed
27474 position "c"
27475 hor_pos "c"
27476 has_inner_box 1
27477 inner_pos "c"
27478 use_parbox 0
27479 width "30col%"
27480 special "none"
27481 height "1in"
27482 height_special "totalheight"
27483 status open
27484
27485 \begin_layout Plain Layout
27486 \align center
27487 Rechteckige Box mit einer Rahmenbreite von 2
27488 \begin_inset space \thinspace{}
27489 \end_inset
27490
27491 pt
27492 \end_layout
27493
27494 \end_inset
27495
27496
27497 \begin_inset ERT
27498 status collapsed
27499
27500 \begin_layout Plain Layout
27501
27502
27503 \backslash
27504 setlength{
27505 \backslash
27506 fboxrule}{0.4pt}
27507 \end_layout
27508
27509 \end_inset
27510
27511
27512 \begin_inset VSpace bigskip
27513 \end_inset
27514
27515
27516 \end_layout
27517
27518 \begin_layout Standard
27519 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
27520 \begin_inset space \thinspace{}
27521 \end_inset
27522
27523 pt.
27524  Sie können das ändern, indem Sie den Wert von 
27525 \series bold
27526
27527 \backslash
27528 fboxsep
27529 \series default
27530  mit einem TeX-Code-Befehl ändern:
27531 \end_layout
27532
27533 \begin_layout Standard
27534
27535 \series bold
27536
27537 \backslash
27538 setlength{
27539 \backslash
27540 fboxsep}{10pt}
27541 \end_layout
27542
27543 \begin_layout Standard
27544 setzt den Wert auf 10
27545 \begin_inset space \thinspace{}
27546 \end_inset
27547
27548 pt, wie in der folgenden Box:
27549 \end_layout
27550
27551 \begin_layout Standard
27552 \begin_inset ERT
27553 status collapsed
27554
27555 \begin_layout Plain Layout
27556
27557
27558 \backslash
27559 setlength{
27560 \backslash
27561 fboxsep}{10pt}
27562 \end_layout
27563
27564 \end_inset
27565
27566
27567 \begin_inset Box Boxed
27568 position "c"
27569 hor_pos "c"
27570 has_inner_box 1
27571 inner_pos "c"
27572 use_parbox 0
27573 width "25col%"
27574 special "none"
27575 height "1in"
27576 height_special "totalheight"
27577 status open
27578
27579 \begin_layout Plain Layout
27580 \align center
27581 Rechteckige Box mit 
27582 \series bold
27583
27584 \backslash
27585 fboxsep
27586 \series default
27587
27588 \begin_inset space \thinspace{}
27589 \end_inset
27590
27591 =
27592 \begin_inset space \thinspace{}
27593 \end_inset
27594
27595 10
27596 \begin_inset space \thinspace{}
27597 \end_inset
27598
27599 pt
27600 \end_layout
27601
27602 \end_inset
27603
27604
27605 \begin_inset ERT
27606 status collapsed
27607
27608 \begin_layout Plain Layout
27609
27610
27611 \backslash
27612 setlength{
27613 \backslash
27614 fboxsep}{3pt}
27615 \end_layout
27616
27617 \end_inset
27618
27619
27620 \end_layout
27621
27622 \begin_layout Standard
27623 \noindent
27624 \begin_inset VSpace bigskip
27625 \end_inset
27626
27627 Der Durchmesser der abgerundeten Ecken kann mit 
27628 \series bold
27629
27630 \backslash
27631 cornersize
27632 \series default
27633  gesetzt werden.
27634  Der TeX-Code-Befehl
27635 \end_layout
27636
27637 \begin_layout Standard
27638
27639 \series bold
27640
27641 \backslash
27642 cornersize*{1cm}
27643 \end_layout
27644
27645 \begin_layout Standard
27646 setzt den Durchmesser auf 1
27647 \begin_inset space \thinspace{}
27648 \end_inset
27649
27650 cm.
27651  Der TeX-Code-Befehl
27652 \end_layout
27653
27654 \begin_layout Standard
27655
27656 \series bold
27657
27658 \backslash
27659 cornersize{num}
27660 \end_layout
27661
27662 \begin_layout Standard
27663 setzt den Durchmesser auf 
27664 \family sans
27665 num
27666 \begin_inset space \thinspace{}
27667 \end_inset
27668
27669 ×
27670 \begin_inset space \thinspace{}
27671 \end_inset
27672
27673 Minimum(Breite der Box, Höhe der Box)
27674 \family default
27675 .
27676  Der Standardwert ist 
27677 \series bold
27678
27679 \backslash
27680 cornersize{0.5}
27681 \series default
27682 .
27683 \end_layout
27684
27685 \begin_layout Standard
27686 \begin_inset ERT
27687 status collapsed
27688
27689 \begin_layout Plain Layout
27690
27691
27692 \backslash
27693 cornersize*{1.5cm}
27694 \end_layout
27695
27696 \end_inset
27697
27698
27699 \begin_inset Box Ovalbox
27700 position "c"
27701 hor_pos "c"
27702 has_inner_box 1
27703 inner_pos "c"
27704 use_parbox 0
27705 width "30col%"
27706 special "none"
27707 height "1in"
27708 height_special "totalheight"
27709 status open
27710
27711 \begin_layout Plain Layout
27712 \align center
27713 Ovale Box, dicker Rand, mit 
27714 \series bold
27715
27716 \backslash
27717 cornersize
27718 \series default
27719
27720 \begin_inset space \thinspace{}
27721 \end_inset
27722
27723 =
27724 \begin_inset space \thinspace{}
27725 \end_inset
27726
27727 1.5
27728 \begin_inset space \thinspace{}
27729 \end_inset
27730
27731 cm
27732 \end_layout
27733
27734 \end_inset
27735
27736
27737 \begin_inset ERT
27738 status collapsed
27739
27740 \begin_layout Plain Layout
27741
27742
27743 \backslash
27744 cornersize{0.5}
27745 \end_layout
27746
27747 \end_inset
27748
27749
27750 \end_layout
27751
27752 \begin_layout Standard
27753 \begin_inset VSpace bigskip
27754 \end_inset
27755
27756 Die Breite des Schattens wird mit 
27757 \series bold
27758
27759 \backslash
27760 shadowsize
27761 \series default
27762  festgelegt.
27763  Mit dem TeX-Code-Befehl
27764 \end_layout
27765
27766 \begin_layout Standard
27767
27768 \series bold
27769
27770 \backslash
27771 setlength{
27772 \backslash
27773 shadowsize}{2pt}
27774 \end_layout
27775
27776 \begin_layout Standard
27777 wird er für die folgende Box auf 2
27778 \begin_inset space \thinspace{}
27779 \end_inset
27780
27781 pt festgelegt.
27782 \end_layout
27783
27784 \begin_layout Standard
27785 \begin_inset ERT
27786 status collapsed
27787
27788 \begin_layout Plain Layout
27789
27790
27791 \backslash
27792 setlength{
27793 \backslash
27794 shadowsize}{2pt}
27795 \end_layout
27796
27797 \end_inset
27798
27799
27800 \begin_inset Box Shadowbox
27801 position "c"
27802 hor_pos "c"
27803 has_inner_box 1
27804 inner_pos "c"
27805 use_parbox 0
27806 width "25col%"
27807 special "none"
27808 height "1in"
27809 height_special "totalheight"
27810 status open
27811
27812 \begin_layout Plain Layout
27813 \align center
27814 Schattierte Box mit 
27815 \series bold
27816
27817 \backslash
27818 shadowsize
27819 \series default
27820
27821 \begin_inset space \thinspace{}
27822 \end_inset
27823
27824 =
27825 \begin_inset space \thinspace{}
27826 \end_inset
27827
27828 2
27829 \begin_inset space \thinspace{}
27830 \end_inset
27831
27832 pt
27833 \end_layout
27834
27835 \end_inset
27836
27837
27838 \begin_inset ERT
27839 status collapsed
27840
27841 \begin_layout Plain Layout
27842
27843
27844 \backslash
27845 setlength{
27846 \backslash
27847 shadowsize}{4pt}
27848 \end_layout
27849
27850 \end_inset
27851
27852
27853 \end_layout
27854
27855 \begin_layout Standard
27856 \begin_inset VSpace bigskip
27857 \end_inset
27858
27859 Der Standardwert für 
27860 \series bold
27861
27862 \backslash
27863 FrameRule
27864 \series default
27865  ist 0.4
27866 \begin_inset space \thinspace{}
27867 \end_inset
27868
27869 pt.
27870  Der Standard-Abstand zwischen Rahmen und Text ist 9
27871 \begin_inset space \thinspace{}
27872 \end_inset
27873
27874 pt und kann mit dem Wert für 
27875 \series bold
27876
27877 \backslash
27878 FrameSep
27879 \series default
27880  geändert werden.
27881  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
27882  TeX-Code Befehlen geändert:
27883 \end_layout
27884
27885 \begin_layout Standard
27886
27887 \series bold
27888
27889 \backslash
27890 setlength{
27891 \backslash
27892 FrameRule}{5pt}
27893 \begin_inset Newline newline
27894 \end_inset
27895
27896
27897 \backslash
27898 setlength{
27899 \backslash
27900 FrameSep}{0.5cm}
27901 \end_layout
27902
27903 \begin_layout Standard
27904 \begin_inset ERT
27905 status collapsed
27906
27907 \begin_layout Plain Layout
27908
27909
27910 \backslash
27911 setlength{
27912 \backslash
27913 FrameRule}{5pt}
27914 \end_layout
27915
27916 \begin_layout Plain Layout
27917
27918
27919 \backslash
27920 setlength{
27921 \backslash
27922 FrameSep}{0.5cm}
27923 \end_layout
27924
27925 \end_inset
27926
27927
27928 \begin_inset Box Framed
27929 position "t"
27930 hor_pos "c"
27931 has_inner_box 0
27932 inner_pos "t"
27933 use_parbox 0
27934 width "100col%"
27935 special "none"
27936 height "1in"
27937 height_special "totalheight"
27938 status open
27939
27940 \begin_layout Plain Layout
27941 Dies ist Text in einer 
27942 \family sans
27943 Seitenumbruch erlaubt
27944 \family default
27945  Box.
27946 \end_layout
27947
27948 \end_inset
27949
27950
27951 \begin_inset ERT
27952 status collapsed
27953
27954 \begin_layout Plain Layout
27955
27956
27957 \backslash
27958 setlength{
27959 \backslash
27960 FrameRule}{0.4pt}
27961 \end_layout
27962
27963 \begin_layout Plain Layout
27964
27965
27966 \backslash
27967 setlength{
27968 \backslash
27969 FrameSep}{9pt}
27970 \end_layout
27971
27972 \end_inset
27973
27974
27975 \end_layout
27976
27977 \begin_layout Standard
27978 \begin_inset VSpace bigskip
27979 \end_inset
27980
27981 Für Boxen mit 
27982 \family sans
27983 schattiertem Hintergrund
27984 \family default
27985  beträgt der Abstand zwischen Rand und Text 3
27986 \begin_inset space \thinspace{}
27987 \end_inset
27988
27989 pt und kann mit 
27990 \series bold
27991
27992 \backslash
27993 fboxsep
27994 \series default
27995  geändert werden.
27996  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
27997  
27998 \series bold
27999
28000 \backslash
28001 definecolor{shadebox}
28002 \series default
28003  oder global über das Menü 
28004 \family sans
28005 Werkzeuge\SpecialChar \menuseparator
28006 Einstellungen\SpecialChar \menuseparator
28007 Farben\SpecialChar \menuseparator
28008 Schattierte
28009 \begin_inset space ~
28010 \end_inset
28011
28012 Box
28013 \family default
28014  geändert werden.
28015  Das Schema des 
28016 \series bold
28017
28018 \backslash
28019 definecolor
28020 \series default
28021  Befehls ist  in Abschnitt
28022 \begin_inset space ~
28023 \end_inset
28024
28025
28026 \begin_inset CommandInset ref
28027 LatexCommand ref
28028 reference "abs:Farbige-Tabellen"
28029
28030 \end_inset
28031
28032  erklärt.
28033 \begin_inset Foot
28034 status collapsed
28035
28036 \begin_layout Plain Layout
28037 Beachten Sie, dass 
28038 \series bold
28039
28040 \backslash
28041 definecolor
28042 \series default
28043  das LaTeX-Paket 
28044 \series bold
28045 color
28046 \series default
28047  in der Präambel benötigt, siehe Abschnitt
28048 \begin_inset space ~
28049 \end_inset
28050
28051
28052 \begin_inset CommandInset ref
28053 LatexCommand ref
28054 reference "abs:Farbige-Boxen"
28055
28056 \end_inset
28057
28058 .
28059 \end_layout
28060
28061 \end_inset
28062
28063  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
28064 \end_layout
28065
28066 \begin_layout Standard
28067
28068 \series bold
28069
28070 \backslash
28071 setlength{
28072 \backslash
28073 fboxsep}{0.5cm}
28074 \begin_inset Newline newline
28075 \end_inset
28076
28077
28078 \backslash
28079 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28080 \end_layout
28081
28082 \begin_layout Standard
28083 \begin_inset ERT
28084 status collapsed
28085
28086 \begin_layout Plain Layout
28087
28088
28089 \backslash
28090 setlength{
28091 \backslash
28092 fboxsep}{0.5cm}
28093 \end_layout
28094
28095 \begin_layout Plain Layout
28096
28097
28098 \backslash
28099 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28100 \end_layout
28101
28102 \end_inset
28103
28104
28105 \begin_inset Box Shaded
28106 position "t"
28107 hor_pos "c"
28108 has_inner_box 0
28109 inner_pos "t"
28110 use_parbox 0
28111 width "100col%"
28112 special "none"
28113 height "1in"
28114 height_special "totalheight"
28115 status open
28116
28117 \begin_layout Plain Layout
28118
28119 \color yellow
28120 Dies ist gelber Text in einer 
28121 \family sans
28122 schattierten Hintergrund
28123 \begin_inset space ~
28124 \end_inset
28125
28126
28127 \family default
28128 Box auf dunkelgrünem Hintergrund.
28129 \end_layout
28130
28131 \end_inset
28132
28133
28134 \begin_inset ERT
28135 status collapsed
28136
28137 \begin_layout Plain Layout
28138
28139
28140 \backslash
28141 setlength{
28142 \backslash
28143 fboxsep}{3pt}
28144 \end_layout
28145
28146 \begin_layout Plain Layout
28147
28148
28149 \backslash
28150 definecolor{shadecolor}{rgb}{1,0,0}
28151 \end_layout
28152
28153 \end_inset
28154
28155
28156 \end_layout
28157
28158 \begin_layout Standard
28159 \begin_inset VSpace bigskip
28160 \end_inset
28161
28162 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
28163  der sie ändert.
28164 \end_layout
28165
28166 \begin_layout Section
28167 Minipage
28168 \begin_inset CommandInset label
28169 LatexCommand label
28170 name "abs:Minipage"
28171
28172 \end_inset
28173
28174
28175 \begin_inset Index
28176 status collapsed
28177
28178 \begin_layout Plain Layout
28179 Boxen ! Minipage
28180 \end_layout
28181
28182 \end_inset
28183
28184
28185 \end_layout
28186
28187 \begin_layout Standard
28188 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28189  deshalb unter anderem eigene Fußnoten haben.
28190 \end_layout
28191
28192 \begin_layout Standard
28193 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28194 \end_layout
28195
28196 \begin_layout Standard
28197 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28198  Ihre Breite ist 45 Spaltenbreite
28199 \begin_inset space ~
28200 \end_inset
28201
28202 %, und sie sind durch einen 
28203 \family sans
28204 HFill
28205 \family default
28206  getrennt (
28207 \family sans
28208 Einfügen\SpecialChar \menuseparator
28209 Formatierung\SpecialChar \menuseparator
28210 Horizontaler
28211 \begin_inset space \space{}
28212 \end_inset
28213
28214 Abstand\SpecialChar \menuseparator
28215 Abstand\SpecialChar \menuseparator
28216 Variabler
28217 \begin_inset space ~
28218 \end_inset
28219
28220 horiz.
28221 \begin_inset space ~
28222 \end_inset
28223
28224 Abstand
28225 \family default
28226 ).
28227 \begin_inset Newpage newpage
28228 \end_inset
28229
28230
28231 \end_layout
28232
28233 \begin_layout Standard
28234 \noindent
28235 \begin_inset Box Frameless
28236 position "t"
28237 hor_pos "c"
28238 has_inner_box 1
28239 inner_pos "c"
28240 use_parbox 0
28241 width "45col%"
28242 special "none"
28243 height "1in"
28244 height_special "totalheight"
28245 status open
28246
28247 \begin_layout Plain Layout
28248 Dies ist ein deutscher Text.
28249  Dies ist ein deutscher Text.
28250  Dies ist ein deutscher Text.
28251  Dies ist ein deutscher Text.
28252  Dies ist ein deutscher Text.
28253  Dies ist ein deutscher Text.
28254  Dies ist ein deutscher Text.
28255  Dies ist ein deutscher Text.
28256  Dies ist ein deutscher Text.
28257  Dies ist ein deutscher Text.
28258  Dies ist ein deutscher Text.
28259  Dies ist ein deutscher Text.
28260  Dies ist ein deutscher Text
28261 \begin_inset Foot
28262 status open
28263
28264 \begin_layout Plain Layout
28265 Dies ist eine deutsche Fußnote.
28266 \end_layout
28267
28268 \end_inset
28269
28270 .
28271  Dies ist ein deutscher Text.
28272  Dies ist ein deutscher Text.
28273 \end_layout
28274
28275 \end_inset
28276
28277
28278 \begin_inset space \hfill{}
28279 \end_inset
28280
28281
28282 \begin_inset Box Frameless
28283 position "t"
28284 hor_pos "c"
28285 has_inner_box 1
28286 inner_pos "c"
28287 use_parbox 0
28288 width "45col%"
28289 special "none"
28290 height "1in"
28291 height_special "totalheight"
28292 status open
28293
28294 \begin_layout Plain Layout
28295
28296 \lang english
28297 This is an English Text.
28298  This is an English Text.
28299  This is an English Text.
28300  This is an English Text.
28301  This is an English Text.
28302  This is an English Text.
28303  This is an English Text.
28304  This is an English Text.
28305  This is an English Text.
28306  This is an English Text.
28307  This is an English Text.
28308  This is an English Text.
28309  This is an English Text.
28310  This is an English Text.
28311  This is an English Text.
28312  This is an English Text.
28313 \begin_inset Foot
28314 status collapsed
28315
28316 \begin_layout Plain Layout
28317
28318 \lang english
28319 This is an English footnote.
28320 \end_layout
28321
28322 \end_inset
28323
28324  This is an English Text.
28325  
28326 \end_layout
28327
28328 \end_inset
28329
28330
28331 \end_layout
28332
28333 \begin_layout Standard
28334 \noindent
28335 \begin_inset VSpace bigskip
28336 \end_inset
28337
28338 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
28339  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
28340  auf der die Tabelle gedruckt wird: 
28341 \begin_inset Tabular
28342 <lyxtabular version="3" rows="3" columns="4">
28343 <features>
28344 <column alignment="center" valignment="top" width="0pt">
28345 <column alignment="center" valignment="top" width="0pt">
28346 <column alignment="center" valignment="top" width="0pt">
28347 <column alignment="center" valignment="top" width="0pt">
28348 <row>
28349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28350 \begin_inset Text
28351
28352 \begin_layout Plain Layout
28353 1
28354 \end_layout
28355
28356 \end_inset
28357 </cell>
28358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28359 \begin_inset Text
28360
28361 \begin_layout Plain Layout
28362 2
28363 \end_layout
28364
28365 \end_inset
28366 </cell>
28367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28368 \begin_inset Text
28369
28370 \begin_layout Plain Layout
28371 3
28372 \begin_inset Foot
28373 status collapsed
28374
28375 \begin_layout Plain Layout
28376 Dies ist eine Fußnote in einer Tabelle.
28377 \end_layout
28378
28379 \end_inset
28380
28381
28382 \end_layout
28383
28384 \end_inset
28385 </cell>
28386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28387 \begin_inset Text
28388
28389 \begin_layout Plain Layout
28390 4
28391 \end_layout
28392
28393 \end_inset
28394 </cell>
28395 </row>
28396 <row>
28397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28398 \begin_inset Text
28399
28400 \begin_layout Plain Layout
28401 a
28402 \end_layout
28403
28404 \end_inset
28405 </cell>
28406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28407 \begin_inset Text
28408
28409 \begin_layout Plain Layout
28410 b
28411 \end_layout
28412
28413 \end_inset
28414 </cell>
28415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28416 \begin_inset Text
28417
28418 \begin_layout Plain Layout
28419 c
28420 \end_layout
28421
28422 \end_inset
28423 </cell>
28424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28425 \begin_inset Text
28426
28427 \begin_layout Plain Layout
28428 d
28429 \end_layout
28430
28431 \end_inset
28432 </cell>
28433 </row>
28434 <row>
28435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28436 \begin_inset Text
28437
28438 \begin_layout Plain Layout
28439 e
28440 \end_layout
28441
28442 \end_inset
28443 </cell>
28444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28445 \begin_inset Text
28446
28447 \begin_layout Plain Layout
28448 f
28449 \end_layout
28450
28451 \end_inset
28452 </cell>
28453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28454 \begin_inset Text
28455
28456 \begin_layout Plain Layout
28457 g
28458 \end_layout
28459
28460 \end_inset
28461 </cell>
28462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28463 \begin_inset Text
28464
28465 \begin_layout Plain Layout
28466 h
28467 \end_layout
28468
28469 \end_inset
28470 </cell>
28471 </row>
28472 </lyxtabular>
28473
28474 \end_inset
28475
28476
28477 \end_layout
28478
28479 \begin_layout Standard
28480 \noindent
28481 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
28482  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
28483  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
28484  außerhalb.
28485 \end_layout
28486
28487 \begin_layout Standard
28488 \align center
28489 \begin_inset Box Frameless
28490 position "t"
28491 hor_pos "c"
28492 has_inner_box 1
28493 inner_pos "c"
28494 use_parbox 0
28495 width "30col%"
28496 special "none"
28497 height "1in"
28498 height_special "totalheight"
28499 status open
28500
28501 \begin_layout Plain Layout
28502 \align center
28503 \begin_inset Tabular
28504 <lyxtabular version="3" rows="3" columns="4">
28505 <features>
28506 <column alignment="center" valignment="top" width="0pt">
28507 <column alignment="center" valignment="top" width="0pt">
28508 <column alignment="center" valignment="top" width="0pt">
28509 <column alignment="center" valignment="top" width="0pt">
28510 <row>
28511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28512 \begin_inset Text
28513
28514 \begin_layout Plain Layout
28515 1
28516 \end_layout
28517
28518 \end_inset
28519 </cell>
28520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28521 \begin_inset Text
28522
28523 \begin_layout Plain Layout
28524 2
28525 \end_layout
28526
28527 \end_inset
28528 </cell>
28529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28530 \begin_inset Text
28531
28532 \begin_layout Plain Layout
28533 3
28534 \begin_inset Foot
28535 status collapsed
28536
28537 \begin_layout Plain Layout
28538 Dies ist eine Fußnote in einer Tabelle.
28539 \end_layout
28540
28541 \end_inset
28542
28543
28544 \end_layout
28545
28546 \end_inset
28547 </cell>
28548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28549 \begin_inset Text
28550
28551 \begin_layout Plain Layout
28552 4
28553 \end_layout
28554
28555 \end_inset
28556 </cell>
28557 </row>
28558 <row>
28559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28560 \begin_inset Text
28561
28562 \begin_layout Plain Layout
28563 a
28564 \end_layout
28565
28566 \end_inset
28567 </cell>
28568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28569 \begin_inset Text
28570
28571 \begin_layout Plain Layout
28572 b
28573 \end_layout
28574
28575 \end_inset
28576 </cell>
28577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28578 \begin_inset Text
28579
28580 \begin_layout Plain Layout
28581 c
28582 \end_layout
28583
28584 \end_inset
28585 </cell>
28586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28587 \begin_inset Text
28588
28589 \begin_layout Plain Layout
28590 d
28591 \end_layout
28592
28593 \end_inset
28594 </cell>
28595 </row>
28596 <row>
28597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28598 \begin_inset Text
28599
28600 \begin_layout Plain Layout
28601 e
28602 \end_layout
28603
28604 \end_inset
28605 </cell>
28606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28607 \begin_inset Text
28608
28609 \begin_layout Plain Layout
28610 f
28611 \end_layout
28612
28613 \end_inset
28614 </cell>
28615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28616 \begin_inset Text
28617
28618 \begin_layout Plain Layout
28619 g
28620 \end_layout
28621
28622 \end_inset
28623 </cell>
28624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28625 \begin_inset Text
28626
28627 \begin_layout Plain Layout
28628 h
28629 \end_layout
28630
28631 \end_inset
28632 </cell>
28633 </row>
28634 </lyxtabular>
28635
28636 \end_inset
28637
28638
28639 \end_layout
28640
28641 \end_inset
28642
28643
28644 \end_layout
28645
28646 \begin_layout Standard
28647 \begin_inset VSpace bigskip
28648 \end_inset
28649
28650 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
28651  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
28652  Absätze nicht eingerückt werden, obwohl Sie das in 
28653 \family sans
28654 Dokument
28655 \family default
28656 \SpecialChar \menuseparator
28657
28658 \family sans
28659 Einstellun\SpecialChar \-
28660 gen\SpecialChar \menuseparator
28661 Textformat
28662 \family default
28663  festgelegt haben.
28664  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
28665  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
28666 \series bold
28667
28668 \backslash
28669 hspace*{1em}
28670 \series default
28671 .
28672 \end_layout
28673
28674 \begin_layout Standard
28675 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
28676  zu verpassen, siehe Abschnitt
28677 \begin_inset space ~
28678 \end_inset
28679
28680
28681 \begin_inset CommandInset ref
28682 LatexCommand ref
28683 reference "uab:Farbe-für-Absätze"
28684
28685 \end_inset
28686
28687 .
28688 \end_layout
28689
28690 \begin_layout Standard
28691 \begin_inset Note Greyedout
28692 status open
28693
28694 \begin_layout Plain Layout
28695
28696 \series bold
28697 Bemerkung:
28698 \series default
28699  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
28700  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
28701 \end_layout
28702
28703 \end_inset
28704
28705
28706 \end_layout
28707
28708 \begin_layout Section
28709 Parbox
28710 \begin_inset CommandInset label
28711 LatexCommand label
28712 name "abs:Parbox"
28713
28714 \end_inset
28715
28716
28717 \begin_inset Index
28718 status collapsed
28719
28720 \begin_layout Plain Layout
28721 Boxen ! Parbox
28722 \end_layout
28723
28724 \end_inset
28725
28726
28727 \end_layout
28728
28729 \begin_layout Standard
28730 Parbox ist eine Abkürzung für 
28731 \begin_inset Quotes gld
28732 \end_inset
28733
28734 paragraph box
28735 \begin_inset Quotes grd
28736 \end_inset
28737
28738 , was Absatzbox bedeutet.
28739  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
28740  Parboxen einige Einschränkungen.
28741  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
28742  gedruckt.:
28743 \end_layout
28744
28745 \begin_layout Standard
28746 \align center
28747 \begin_inset Box Frameless
28748 position "t"
28749 hor_pos "c"
28750 has_inner_box 1
28751 inner_pos "t"
28752 use_parbox 1
28753 width "33col%"
28754 special "none"
28755 height "1in"
28756 height_special "totalheight"
28757 status collapsed
28758
28759 \begin_layout Plain Layout
28760 Dies ist Text in einer Parbox.
28761  Dies ist Text in einer Parbox.
28762 \end_layout
28763
28764 \begin_layout Plain Layout
28765 Diese Fußnote wird nicht gedruckt:
28766 \begin_inset Foot
28767 status collapsed
28768
28769 \begin_layout Plain Layout
28770 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
28771 \end_layout
28772
28773 \end_inset
28774
28775
28776 \end_layout
28777
28778 \end_inset
28779
28780
28781 \end_layout
28782
28783 \begin_layout Standard
28784 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
28785  und Theoreme enthalten.
28786 \end_layout
28787
28788 \begin_layout Section
28789 Boxen für Worte und Buchstaben
28790 \begin_inset Index
28791 status collapsed
28792
28793 \begin_layout Plain Layout
28794 Boxen ! für Buchstaben
28795 \end_layout
28796
28797 \end_inset
28798
28799
28800 \end_layout
28801
28802 \begin_layout Subsection
28803 Silbentrennung unterbinden 
28804 \begin_inset CommandInset label
28805 LatexCommand label
28806 name "abs:Silbentrennung-unterbinden"
28807
28808 \end_inset
28809
28810
28811 \begin_inset Index
28812 status collapsed
28813
28814 \begin_layout Plain Layout
28815 Boxen ! zur Vermeidung von Silbentrennung
28816 \end_layout
28817
28818 \end_inset
28819
28820
28821 \end_layout
28822
28823 \begin_layout Standard
28824 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
28825 \begin_inset Newline newline
28826 \end_inset
28827
28828 Hier ist ein Beispiel: 
28829 \end_layout
28830
28831 \begin_layout Standard
28832 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
28833 \begin_inset Quotes gld
28834 \end_inset
28835
28836 einsehrsehrsehrlangeswort
28837 \begin_inset Quotes grd
28838 \end_inset
28839
28840 .
28841 \end_layout
28842
28843 \begin_layout Standard
28844 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
28845  soll, den TeX-Code
28846 \end_layout
28847
28848 \begin_layout Standard
28849
28850 \series bold
28851
28852 \backslash
28853 mbox{
28854 \end_layout
28855
28856 \begin_layout Standard
28857 ein.
28858  Hinter dem Wort fügen Sie 
28859 \series bold
28860
28861 \begin_inset Quotes gld
28862 \end_inset
28863
28864 }
28865 \series default
28866
28867 \begin_inset Quotes grd
28868 \end_inset
28869
28870  als TeX-Code ein.
28871  Hier ist das Ergebnis:
28872 \end_layout
28873
28874 \begin_layout Standard
28875 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
28876 \begin_inset ERT
28877 status collapsed
28878
28879 \begin_layout Plain Layout
28880
28881
28882 \backslash
28883 mbox{
28884 \end_layout
28885
28886 \end_inset
28887
28888
28889 \begin_inset Quotes gld
28890 \end_inset
28891
28892 einsehrsehrsehrlangeswort
28893 \begin_inset Quotes grd
28894 \end_inset
28895
28896
28897 \begin_inset ERT
28898 status collapsed
28899
28900 \begin_layout Plain Layout
28901
28902 }
28903 \end_layout
28904
28905 \end_inset
28906
28907 .
28908 \end_layout
28909
28910 \begin_layout Standard
28911 Alternativ dazu kann man auch den Befehl 
28912 \begin_inset Quotes gld
28913 \end_inset
28914
28915
28916 \series bold
28917
28918 \backslash
28919 -
28920 \series default
28921
28922 \begin_inset Quotes grd
28923 \end_inset
28924
28925  als TeX-Code direkt vor das Wort setzen:
28926 \end_layout
28927
28928 \begin_layout Standard
28929 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
28930 \begin_inset Quotes gld
28931 \end_inset
28932
28933
28934 \begin_inset ERT
28935 status collapsed
28936
28937 \begin_layout Plain Layout
28938
28939
28940 \backslash
28941 -
28942 \end_layout
28943
28944 \end_inset
28945
28946 einsehrsehrsehrlangeswort
28947 \begin_inset Quotes grd
28948 \end_inset
28949
28950 .
28951 \end_layout
28952
28953 \begin_layout Standard
28954 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
28955  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
28956 \series bold
28957 Strg-Eingabe
28958 \series default
28959 ) einfügen: 
28960 \end_layout
28961
28962 \begin_layout Standard
28963 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
28964 \begin_inset Newline newline
28965 \end_inset
28966
28967
28968 \begin_inset ERT
28969 status collapsed
28970
28971 \begin_layout Plain Layout
28972
28973
28974 \backslash
28975 mbox{
28976 \end_layout
28977
28978 \end_inset
28979
28980
28981 \begin_inset Quotes gld
28982 \end_inset
28983
28984 einsehrsehrsehrlangeswort
28985 \begin_inset Quotes grd
28986 \end_inset
28987
28988
28989 \begin_inset ERT
28990 status collapsed
28991
28992 \begin_layout Plain Layout
28993
28994 }
28995 \end_layout
28996
28997 \end_inset
28998
28999 .
29000 \end_layout
29001
29002 \begin_layout Subsection
29003 Vertikale Ausrichtung
29004 \begin_inset CommandInset label
29005 LatexCommand label
29006 name "uab:Vertikale-Ausrichtung"
29007
29008 \end_inset
29009
29010
29011 \begin_inset Index
29012 status collapsed
29013
29014 \begin_layout Plain Layout
29015 Boxen ! für Vertikale Ausrichtung
29016 \end_layout
29017
29018 \end_inset
29019
29020
29021 \begin_inset Index
29022 status collapsed
29023
29024 \begin_layout Plain Layout
29025 Boxen ! raisebox
29026 \end_layout
29027
29028 \end_inset
29029
29030
29031 \end_layout
29032
29033 \begin_layout Standard
29034 Mit dem LaTeX-Befehl 
29035 \series bold
29036
29037 \backslash
29038 raisebox
29039 \series default
29040  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29041 n Textes ausrichten.
29042  
29043 \series bold
29044
29045 \backslash
29046 raisebox
29047 \series default
29048  wird folgendermaßen benutzt:
29049 \end_layout
29050
29051 \begin_layout Standard
29052
29053 \series bold
29054
29055 \backslash
29056 raisebox{Verschiebung}[oben][unten]{Text}
29057 \end_layout
29058
29059 \begin_layout Standard
29060 Positive Werte für Verschiebung
29061 \series bold
29062  
29063 \series default
29064 verschieben die Box nach oben, negative nach unten.
29065  Die beiden optionalen Parameter 
29066 \family typewriter
29067 oben
29068 \family default
29069  und 
29070 \family typewriter
29071 unten
29072 \family default
29073  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29074  hinausgeht, wenn sie nicht verschoben ist.
29075 \end_layout
29076
29077 \begin_layout Standard
29078 Um zum Beispiel das Wort 
29079 \begin_inset Quotes gld
29080 \end_inset
29081
29082 provokant
29083 \begin_inset Quotes grd
29084 \end_inset
29085
29086  mit seinem 
29087 \begin_inset Quotes gld
29088 \end_inset
29089
29090 niedrigsten
29091 \begin_inset Quotes grd
29092 \end_inset
29093
29094  Buchstaben 
29095 \begin_inset Quotes gld
29096 \end_inset
29097
29098 p
29099 \begin_inset Quotes grd
29100 \end_inset
29101
29102  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29103 \end_layout
29104
29105 \begin_layout Standard
29106
29107 \series bold
29108
29109 \backslash
29110 raisebox{
29111 \backslash
29112 depth}{
29113 \end_layout
29114
29115 \begin_layout Standard
29116 vor dem Wort einfügen und 
29117 \begin_inset Quotes gld
29118 \end_inset
29119
29120
29121 \series bold
29122 }
29123 \series default
29124
29125 \begin_inset Quotes grd
29126 \end_inset
29127
29128  als TeX-Code dahinter:
29129 \end_layout
29130
29131 \begin_layout Standard
29132 Dies ist eine Zeile, in der das Wort 
29133 \begin_inset ERT
29134 status collapsed
29135
29136 \begin_layout Plain Layout
29137
29138
29139 \backslash
29140 raisebox{
29141 \backslash
29142 depth}{
29143 \end_layout
29144
29145 \end_inset
29146
29147
29148 \begin_inset Quotes gld
29149 \end_inset
29150
29151 provokant
29152 \begin_inset Quotes grd
29153 \end_inset
29154
29155
29156 \begin_inset ERT
29157 status collapsed
29158
29159 \begin_layout Plain Layout
29160
29161 }
29162 \end_layout
29163
29164 \end_inset
29165
29166  nach oben verschoben wurde.
29167 \end_layout
29168
29169 \begin_layout Standard
29170 \begin_inset VSpace bigskip
29171 \end_inset
29172
29173 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29174  gedehnt:
29175 \end_layout
29176
29177 \begin_layout Standard
29178 Dies ist eine Zeile, in der das Wort 
29179 \begin_inset ERT
29180 status collapsed
29181
29182 \begin_layout Plain Layout
29183
29184
29185 \backslash
29186 raisebox{-
29187 \backslash
29188 depth}{
29189 \end_layout
29190
29191 \end_inset
29192
29193
29194 \begin_inset Quotes gld
29195 \end_inset
29196
29197 provokant
29198 \begin_inset Quotes grd
29199 \end_inset
29200
29201
29202 \begin_inset ERT
29203 status collapsed
29204
29205 \begin_layout Plain Layout
29206
29207 }
29208 \end_layout
29209
29210 \end_inset
29211
29212  nach unten verschoben wurde.
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{0.5cm}{
29225 \end_layout
29226
29227 \end_inset
29228
29229
29230 \begin_inset Quotes gld
29231 \end_inset
29232
29233 testen
29234 \begin_inset Quotes grd
29235 \end_inset
29236
29237
29238 \begin_inset ERT
29239 status collapsed
29240
29241 \begin_layout Plain Layout
29242
29243 }
29244 \end_layout
29245
29246 \end_inset
29247
29248  um 0.5
29249 \begin_inset space \thinspace{}
29250 \end_inset
29251
29252 cm nach oben verschoben wurde.
29253 \end_layout
29254
29255 \begin_layout Standard
29256 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
29257 \end_layout
29258
29259 \begin_layout Standard
29260
29261 \series bold
29262
29263 \backslash
29264 raisebox{-
29265 \backslash
29266 depth}[0pt]{
29267 \end_layout
29268
29269 \begin_layout Standard
29270 Dies ist eine Zeile, in der das Wort 
29271 \begin_inset ERT
29272 status collapsed
29273
29274 \begin_layout Plain Layout
29275
29276
29277 \backslash
29278 raisebox{-
29279 \backslash
29280 depth}[0pt]{
29281 \end_layout
29282
29283 \end_inset
29284
29285
29286 \begin_inset Quotes gld
29287 \end_inset
29288
29289 provokant
29290 \begin_inset Quotes grd
29291 \end_inset
29292
29293
29294 \begin_inset ERT
29295 status collapsed
29296
29297 \begin_layout Plain Layout
29298
29299 }
29300 \end_layout
29301
29302 \end_inset
29303
29304  nach unten verschoben wurde.
29305 \end_layout
29306
29307 \begin_layout Standard
29308 Dies ist eine Zeile, in der das Wort 
29309 \begin_inset ERT
29310 status collapsed
29311
29312 \begin_layout Plain Layout
29313
29314
29315 \backslash
29316 raisebox{0.5cm}[0pt]{
29317 \end_layout
29318
29319 \end_inset
29320
29321
29322 \begin_inset Quotes gld
29323 \end_inset
29324
29325 testen
29326 \begin_inset Quotes grd
29327 \end_inset
29328
29329
29330 \begin_inset ERT
29331 status collapsed
29332
29333 \begin_layout Plain Layout
29334
29335 }
29336 \end_layout
29337
29338 \end_inset
29339
29340  um 0.5
29341 \begin_inset space \thinspace{}
29342 \end_inset
29343
29344 cm nach oben verschoben wurde.
29345  Jetzt überschneiden sich die verschobenen Worte.
29346 \end_layout
29347
29348 \begin_layout Section
29349 Farbige Boxen
29350 \begin_inset CommandInset label
29351 LatexCommand label
29352 name "abs:Farbige-Boxen"
29353
29354 \end_inset
29355
29356
29357 \begin_inset Index
29358 status collapsed
29359
29360 \begin_layout Plain Layout
29361 Boxen ! farbige
29362 \end_layout
29363
29364 \end_inset
29365
29366
29367 \end_layout
29368
29369 \begin_layout Subsection
29370 Text-Hintergrundfarbe
29371 \begin_inset Index
29372 status collapsed
29373
29374 \begin_layout Plain Layout
29375 Farbe ! für Text-Hintergrund
29376 \end_layout
29377
29378 \end_inset
29379
29380
29381 \end_layout
29382
29383 \begin_layout Standard
29384 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
29385  sogenannten 
29386 \begin_inset Quotes gld
29387 \end_inset
29388
29389 colorbox
29390 \begin_inset Quotes grd
29391 \end_inset
29392
29393  stehen.
29394  Dafür muss das LaTeX-Paket 
29395 \series bold
29396 color
29397 \series default
29398
29399 \begin_inset Index
29400 status collapsed
29401
29402 \begin_layout Plain Layout
29403 LaTeX-Pakete ! color
29404 \end_layout
29405
29406 \end_inset
29407
29408  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
29409 \end_layout
29410
29411 \begin_layout Standard
29412
29413 \series bold
29414
29415 \backslash
29416 @ifundefined{textcolor}
29417 \begin_inset Newline newline
29418 \end_inset
29419
29420
29421 \begin_inset ERT
29422 status collapsed
29423
29424 \begin_layout Plain Layout
29425
29426
29427 \backslash
29428 hphantom{ }
29429 \end_layout
29430
29431 \end_inset
29432
29433 {
29434 \backslash
29435 usepackage{color}}{}
29436 \end_layout
29437
29438 \begin_layout Standard
29439 Wenn Sie Text einfärben, lädt LyX das Paket 
29440 \series bold
29441 color
29442 \series default
29443  automatisch.
29444 \begin_inset Foot
29445 status collapsed
29446
29447 \begin_layout Plain Layout
29448 Der Befehl 
29449 \series bold
29450
29451 \backslash
29452 @ifundefined
29453 \series default
29454  vermeidet, dass es in diesem Fall doppelt geladen wird.
29455 \end_layout
29456
29457 \end_inset
29458
29459
29460 \end_layout
29461
29462 \begin_layout Standard
29463 \begin_inset VSpace medskip
29464 \end_inset
29465
29466 Colorboxen werden mit dem Befehl 
29467 \series bold
29468
29469 \backslash
29470 colorbox
29471 \series default
29472  erzeugt:
29473 \end_layout
29474
29475 \begin_layout Standard
29476
29477 \series bold
29478
29479 \backslash
29480 colorbox{Farbe}{Boxinhalt}
29481 \end_layout
29482
29483 \begin_layout Standard
29484 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
29485  Boxen sein.
29486 \end_layout
29487
29488 \begin_layout Standard
29489 Die folgenden Farben sind vordefiniert:
29490 \family sans
29491  schwarz
29492 \family default
29493
29494 \family sans
29495 wei
29496 \family default
29497 ß, 
29498 \family sans
29499 rot
29500 \family default
29501 \series bold
29502 ,
29503 \series default
29504  
29505 \family sans
29506 grün
29507 \family default
29508
29509 \family sans
29510 blau
29511 \family default
29512
29513 \family sans
29514 türkis
29515 \family default
29516
29517 \family sans
29518 purpurrot
29519 \family default
29520  und 
29521 \family sans
29522 gelb
29523 \family default
29524 .
29525 \end_layout
29526
29527 \begin_layout Standard
29528 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
29529 \begin_inset space ~
29530 \end_inset
29531
29532
29533 \begin_inset CommandInset ref
29534 LatexCommand ref
29535 reference "abs:Farbige-Tabellen"
29536
29537 \end_inset
29538
29539  beschrieben.
29540 \end_layout
29541
29542 \begin_layout Standard
29543 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
29544  den TeX-Code-Befehl
29545 \end_layout
29546
29547 \begin_layout Standard
29548
29549 \series bold
29550
29551 \backslash
29552 colorbox{red}{
29553 \end_layout
29554
29555 \begin_layout Standard
29556 vor dem Wort ein.
29557  Hinter dem Wort fügen Sie 
29558 \series bold
29559
29560 \begin_inset Quotes gld
29561 \end_inset
29562
29563 }
29564 \series default
29565
29566 \begin_inset Quotes grd
29567 \end_inset
29568
29569  als TeX-Code ein.
29570  Hier ist das Ergebnis:
29571 \end_layout
29572
29573 \begin_layout Standard
29574 In dieser Zeile hat 
29575 \begin_inset ERT
29576 status collapsed
29577
29578 \begin_layout Plain Layout
29579
29580
29581 \backslash
29582 colorbox{red}{
29583 \end_layout
29584
29585 \end_inset
29586
29587 Achtung!
29588 \begin_inset ERT
29589 status collapsed
29590
29591 \begin_layout Plain Layout
29592
29593 }
29594 \end_layout
29595
29596 \end_inset
29597
29598  einen roten Hintergrund.
29599 \end_layout
29600
29601 \begin_layout Standard
29602 \begin_inset VSpace bigskip
29603 \end_inset
29604
29605 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
29606  
29607 \series bold
29608
29609 \backslash
29610 fcolorbox
29611 \series default
29612  verwenden:
29613 \end_layout
29614
29615 \begin_layout Standard
29616
29617 \series bold
29618
29619 \backslash
29620 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
29621 \end_layout
29622
29623 \begin_layout Standard
29624
29625 \series bold
29626
29627 \backslash
29628 fcolorbox
29629 \series default
29630  ist eine Erweiterung von 
29631 \series bold
29632
29633 \backslash
29634 colorbox
29635 \series default
29636 .
29637  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
29638  
29639 \series bold
29640
29641 \backslash
29642 fboxrule
29643 \series default
29644  und 
29645 \series bold
29646
29647 \backslash
29648 fboxsep
29649 \series default
29650  gesteuert werden, wie in Abschnitt
29651 \begin_inset space ~
29652 \end_inset
29653
29654
29655 \begin_inset CommandInset ref
29656 LatexCommand ref
29657 reference "uab:Verzierung"
29658
29659 \end_inset
29660
29661  beschrieben.
29662 \end_layout
29663
29664 \begin_layout Standard
29665 Für das folgende Beispiel wurde der Befehl
29666 \end_layout
29667
29668 \begin_layout Standard
29669
29670 \series bold
29671
29672 \backslash
29673 fcolorbox{cyan}{magenta}{
29674 \end_layout
29675
29676 \begin_layout Standard
29677 benutzt.
29678  Hier wurden die Rahmendicke und der Abstand auf 1
29679 \begin_inset space \thinspace{}
29680 \end_inset
29681
29682 mm gesetzt:
29683 \begin_inset Newline newline
29684 \end_inset
29685
29686
29687 \begin_inset ERT
29688 status collapsed
29689
29690 \begin_layout Plain Layout
29691
29692
29693 \backslash
29694 fboxrule 1mm 
29695 \backslash
29696 fboxsep 1mm
29697 \end_layout
29698
29699 \end_inset
29700
29701
29702 \begin_inset ERT
29703 status collapsed
29704
29705 \begin_layout Plain Layout
29706
29707
29708 \backslash
29709 fcolorbox{cyan}{green}{
29710 \end_layout
29711
29712 \end_inset
29713
29714 Dies ist Text in einer farbigen, gerahmten Box.
29715 \begin_inset ERT
29716 status collapsed
29717
29718 \begin_layout Plain Layout
29719
29720 }
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 Natürlich gibt es auch farbigen Text in einer Colorbox:
29733 \begin_inset Newline newline
29734 \end_inset
29735
29736
29737 \begin_inset ERT
29738 status collapsed
29739
29740 \begin_layout Plain Layout
29741
29742
29743 \backslash
29744 fcolorbox{cyan}{green}{
29745 \end_layout
29746
29747 \end_inset
29748
29749
29750 \color yellow
29751 Dies ist farbiger Text in einer farbigen, gerahmten Box.
29752 \color none
29753
29754 \begin_inset ERT
29755 status collapsed
29756
29757 \begin_layout Plain Layout
29758
29759 }
29760 \end_layout
29761
29762 \end_inset
29763
29764
29765 \begin_inset ERT
29766 status collapsed
29767
29768 \begin_layout Plain Layout
29769
29770
29771 \backslash
29772 fboxrule 0.4pt 
29773 \backslash
29774 fboxsep 3pt
29775 \end_layout
29776
29777 \end_inset
29778
29779
29780 \end_layout
29781
29782 \begin_layout Standard
29783 \begin_inset VSpace bigskip
29784 \end_inset
29785
29786
29787 \end_layout
29788
29789 \begin_layout Standard
29790 \begin_inset Note Greyedout
29791 status open
29792
29793 \begin_layout Plain Layout
29794 \noindent
29795
29796 \series bold
29797 Bemerkung:
29798 \series default
29799  Text in Colorboxen kann nicht umgebrochen werden.
29800  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
29801  wie im folgenden beschrieben.
29802 \end_layout
29803
29804 \end_inset
29805
29806
29807 \end_layout
29808
29809 \begin_layout Subsection
29810 Farbe für Absätze
29811 \begin_inset CommandInset label
29812 LatexCommand label
29813 name "uab:Farbe-für-Absätze"
29814
29815 \end_inset
29816
29817
29818 \begin_inset Index
29819 status collapsed
29820
29821 \begin_layout Plain Layout
29822 Farbe ! für Absätze
29823 \end_layout
29824
29825 \end_inset
29826
29827
29828 \end_layout
29829
29830 \begin_layout Standard
29831 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
29832  den Text in eine Minipage stellen.
29833  Vor der Minipage fügen Sie den TeX-Code-Befehl
29834 \end_layout
29835
29836 \begin_layout Standard
29837
29838 \series bold
29839
29840 \backslash
29841 colorbox{color}{
29842 \end_layout
29843
29844 \begin_layout Standard
29845 ein.
29846  Hinter der Minipage fügen Sie 
29847 \series bold
29848
29849 \begin_inset Quotes gld
29850 \end_inset
29851
29852 }
29853 \series default
29854
29855 \begin_inset Quotes grd
29856 \end_inset
29857
29858  als TeX-Code ein.
29859 \end_layout
29860
29861 \begin_layout Standard
29862 \begin_inset ERT
29863 status collapsed
29864
29865 \begin_layout Plain Layout
29866
29867
29868 \backslash
29869 colorbox{hellgrau}{
29870 \end_layout
29871
29872 \end_inset
29873
29874
29875 \begin_inset Box Frameless
29876 position "t"
29877 hor_pos "c"
29878 has_inner_box 1
29879 inner_pos "t"
29880 use_parbox 0
29881 width "100col%"
29882 special "none"
29883 height "1in"
29884 height_special "totalheight"
29885 status collapsed
29886
29887 \begin_layout Plain Layout
29888 Dies ist Text mit einer Hintergrundfarbe.
29889  Dies ist Text mit einer Hintergrundfarbe.
29890 \end_layout
29891
29892 \begin_layout Plain Layout
29893 Der Text kann Fußnoten
29894 \begin_inset Foot
29895 status open
29896
29897 \begin_layout Plain Layout
29898 Eine weitere Fußnote
29899 \end_layout
29900
29901 \end_inset
29902
29903  und Tabellen und Abbildungen enthalten.
29904 \end_layout
29905
29906 \begin_layout Plain Layout
29907 \align center
29908 \begin_inset Tabular
29909 <lyxtabular version="3" rows="3" columns="3">
29910 <features>
29911 <column alignment="center" valignment="top" width="0">
29912 <column alignment="center" valignment="top" width="0">
29913 <column alignment="center" valignment="top" width="0">
29914 <row>
29915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29916 \begin_inset Text
29917
29918 \begin_layout Plain Layout
29919 a
29920 \end_layout
29921
29922 \end_inset
29923 </cell>
29924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29925 \begin_inset Text
29926
29927 \begin_layout Plain Layout
29928 !
29929 \end_layout
29930
29931 \end_inset
29932 </cell>
29933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29934 \begin_inset Text
29935
29936 \begin_layout Plain Layout
29937 3
29938 \end_layout
29939
29940 \end_inset
29941 </cell>
29942 </row>
29943 <row>
29944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29945 \begin_inset Text
29946
29947 \begin_layout Plain Layout
29948 <
29949 \end_layout
29950
29951 \end_inset
29952 </cell>
29953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29954 \begin_inset Text
29955
29956 \begin_layout Plain Layout
29957 b2
29958 \begin_inset Quotes erd
29959 \end_inset
29960
29961 |
29962 \end_layout
29963
29964 \end_inset
29965 </cell>
29966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29967 \begin_inset Text
29968
29969 \begin_layout Plain Layout
29970 >
29971 \end_layout
29972
29973 \end_inset
29974 </cell>
29975 </row>
29976 <row>
29977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29978 \begin_inset Text
29979
29980 \begin_layout Plain Layout
29981 1
29982 \end_layout
29983
29984 \end_inset
29985 </cell>
29986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29987 \begin_inset Text
29988
29989 \begin_layout Plain Layout
29990 §
29991 \end_layout
29992
29993 \end_inset
29994 </cell>
29995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29996 \begin_inset Text
29997
29998 \begin_layout Plain Layout
29999 c
30000 \end_layout
30001
30002 \end_inset
30003 </cell>
30004 </row>
30005 </lyxtabular>
30006
30007 \end_inset
30008
30009
30010 \end_layout
30011
30012 \end_inset
30013
30014
30015 \begin_inset ERT
30016 status collapsed
30017
30018 \begin_layout Plain Layout
30019
30020 }
30021 \end_layout
30022
30023 \end_inset
30024
30025
30026 \end_layout
30027
30028 \begin_layout Section
30029 Rotierte und skalierte Boxen
30030 \end_layout
30031
30032 \begin_layout Standard
30033 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30034 \series bold
30035 graphicx
30036 \series default
30037
30038 \begin_inset Index
30039 status collapsed
30040
30041 \begin_layout Plain Layout
30042 LaTeX-Pakete ! graphicx
30043 \end_layout
30044
30045 \end_inset
30046
30047  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30048 \end_layout
30049
30050 \begin_layout Standard
30051
30052 \series bold
30053
30054 \backslash
30055 @ifundefined{rotatebox}
30056 \begin_inset Newline newline
30057 \end_inset
30058
30059
30060 \begin_inset ERT
30061 status collapsed
30062
30063 \begin_layout Plain Layout
30064
30065
30066 \backslash
30067 hphantom{ }
30068 \end_layout
30069
30070 \end_inset
30071
30072 {
30073 \backslash
30074 usepackage{graphicx}}{}
30075 \end_layout
30076
30077 \begin_layout Standard
30078 \begin_inset Note Greyedout
30079 status open
30080
30081 \begin_layout Plain Layout
30082
30083 \series bold
30084 Bemerkung:
30085 \series default
30086  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30087  darstellen.
30088  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30089 \end_layout
30090
30091 \end_inset
30092
30093
30094 \end_layout
30095
30096 \begin_layout Standard
30097 \begin_inset Note Greyedout
30098 status open
30099
30100 \begin_layout Plain Layout
30101
30102 \series bold
30103 Bemerkung:
30104 \series default
30105  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30106 \end_layout
30107
30108 \end_inset
30109
30110
30111 \end_layout
30112
30113 \begin_layout Subsection
30114 Rotierte Boxen
30115 \begin_inset Index
30116 status collapsed
30117
30118 \begin_layout Plain Layout
30119 Boxen ! rotierte
30120 \end_layout
30121
30122 \end_inset
30123
30124
30125 \begin_inset Index
30126 status collapsed
30127
30128 \begin_layout Plain Layout
30129 Rotiertes Material
30130 \end_layout
30131
30132 \end_inset
30133
30134
30135 \begin_inset Index
30136 status collapsed
30137
30138 \begin_layout Plain Layout
30139 Abbildungen ! rotierte
30140 \end_layout
30141
30142 \end_inset
30143
30144
30145 \begin_inset Index
30146 status collapsed
30147
30148 \begin_layout Plain Layout
30149 Tabellen ! rotierte
30150 \end_layout
30151
30152 \end_inset
30153
30154
30155 \end_layout
30156
30157 \begin_layout Standard
30158 Um Text zu drehen, verwendet man den Befehl 
30159 \series bold
30160
30161 \backslash
30162 rotatebox
30163 \series default
30164  im TeX-Code nach folgendem Schema:
30165 \end_layout
30166
30167 \begin_layout Standard
30168
30169 \series bold
30170
30171 \backslash
30172 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30173 \end_layout
30174
30175 \begin_layout Standard
30176 Der Drehpunkt wird mit 
30177 \series bold
30178 origin=Position
30179 \series default
30180  angegeben.
30181  Folgende Positionen sind möglich: 
30182 \emph on
30183 c
30184 \emph default
30185  (mittig), 
30186 \emph on
30187 l
30188 \emph default
30189  (links), 
30190 \emph on
30191 r
30192 \emph default
30193  (rechts), 
30194 \emph on
30195 b
30196 \emph default
30197  (unten), 
30198 \emph on
30199 t
30200 \emph default
30201  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30202  Z.
30203 \begin_inset space \thinspace{}
30204 \end_inset
30205
30206 B.
30207  bedeutet 
30208 \emph on
30209 lt
30210 \emph default
30211 , dass sich der Drehpunkt links oben befindet.
30212  Wird kein Drehpunkt angegeben, wird die Position 
30213 \emph on
30214 l
30215 \emph default
30216  verwendet.
30217  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30218  Gedreht wird gegen den Uhrzeigersinn.
30219 \end_layout
30220
30221 \begin_layout Standard
30222 Im folgenden Beispiel wurde vor dem Text der Befehl 
30223 \series bold
30224
30225 \backslash
30226 rotatebox[origin=c]{60}{
30227 \series default
30228  im TeX-Modus eingegeben.
30229  Nach dem Text wurde die schließende Klammer 
30230 \series bold
30231 }
30232 \series default
30233  wiederum im TeX-Modus eingegeben.
30234 \end_layout
30235
30236 \begin_layout Standard
30237 Dies ist eine Zeile 
30238 \begin_inset ERT
30239 status collapsed
30240
30241 \begin_layout Plain Layout
30242
30243
30244 \backslash
30245 rotatebox[origin=c]{60}{
30246 \end_layout
30247
30248 \end_inset
30249
30250 mit rotiertem
30251 \begin_inset ERT
30252 status collapsed
30253
30254 \begin_layout Plain Layout
30255
30256 }
30257 \end_layout
30258
30259 \end_inset
30260
30261  Text.
30262 \end_layout
30263
30264 \begin_layout Standard
30265 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
30266 \end_layout
30267
30268 \begin_layout Standard
30269 Dies ist eine Zeile 
30270 \begin_inset ERT
30271 status collapsed
30272
30273 \begin_layout Plain Layout
30274
30275
30276 \backslash
30277 rotatebox[origin=r]{-60}{
30278 \end_layout
30279
30280 \end_inset
30281
30282
30283 \begin_inset Box Doublebox
30284 position "c"
30285 hor_pos "c"
30286 has_inner_box 0
30287 inner_pos "c"
30288 use_parbox 0
30289 width "1in"
30290 special "width"
30291 height "1in"
30292 height_special "totalheight"
30293 status collapsed
30294
30295 \begin_layout Plain Layout
30296 mit rotiertem
30297 \end_layout
30298
30299 \end_inset
30300
30301
30302 \begin_inset ERT
30303 status collapsed
30304
30305 \begin_layout Plain Layout
30306
30307 }
30308 \end_layout
30309
30310 \end_inset
30311
30312  umrandeten Text 
30313 \begin_inset ERT
30314 status collapsed
30315
30316 \begin_layout Plain Layout
30317
30318
30319 \backslash
30320 rotatebox[origin=lb]{60}{
30321 \end_layout
30322
30323 \end_inset
30324
30325
30326 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30327 \end_inset
30328
30329
30330 \begin_inset ERT
30331 status collapsed
30332
30333 \begin_layout Plain Layout
30334
30335 }
30336 \end_layout
30337
30338 \end_inset
30339
30340  und einer Formel.
30341 \end_layout
30342
30343 \begin_layout Standard
30344 Oder ein Bild oder Tabelle:
30345 \end_layout
30346
30347 \begin_layout Standard
30348 Dies ist eine Zeile 
30349 \begin_inset ERT
30350 status collapsed
30351
30352 \begin_layout Plain Layout
30353
30354
30355 \backslash
30356 rotatebox[origin=lb]{90}{
30357 \end_layout
30358
30359 \end_inset
30360
30361
30362 \begin_inset Graphics
30363         filename ../clipart/platypus.eps
30364         lyxscale 50
30365         width 25col%
30366
30367 \end_inset
30368
30369
30370 \begin_inset ERT
30371 status collapsed
30372
30373 \begin_layout Plain Layout
30374
30375 }
30376 \end_layout
30377
30378 \end_inset
30379
30380  mit einem rotierten Bild 
30381 \begin_inset ERT
30382 status collapsed
30383
30384 \begin_layout Plain Layout
30385
30386
30387 \backslash
30388 rotatebox[origin=l]{-90}{
30389 \end_layout
30390
30391 \end_inset
30392
30393
30394 \begin_inset Tabular
30395 <lyxtabular version="3" rows="2" columns="2">
30396 <features>
30397 <column alignment="center" valignment="top" width="0">
30398 <column alignment="center" valignment="top" width="0">
30399 <row>
30400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30401 \begin_inset Text
30402
30403 \begin_layout Plain Layout
30404 q
30405 \end_layout
30406
30407 \end_inset
30408 </cell>
30409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30410 \begin_inset Text
30411
30412 \begin_layout Plain Layout
30413 w
30414 \end_layout
30415
30416 \end_inset
30417 </cell>
30418 </row>
30419 <row>
30420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30421 \begin_inset Text
30422
30423 \begin_layout Plain Layout
30424 e
30425 \end_layout
30426
30427 \end_inset
30428 </cell>
30429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30430 \begin_inset Text
30431
30432 \begin_layout Plain Layout
30433 r
30434 \end_layout
30435
30436 \end_inset
30437 </cell>
30438 </row>
30439 </lyxtabular>
30440
30441 \end_inset
30442
30443
30444 \begin_inset ERT
30445 status collapsed
30446
30447 \begin_layout Plain Layout
30448
30449 }
30450 \end_layout
30451
30452 \end_inset
30453
30454  und Tabelle.
30455 \end_layout
30456
30457 \begin_layout Subsection
30458 Skalierte Boxen
30459 \begin_inset Index
30460 status collapsed
30461
30462 \begin_layout Plain Layout
30463 Boxen ! skalierte
30464 \end_layout
30465
30466 \end_inset
30467
30468
30469 \begin_inset Index
30470 status collapsed
30471
30472 \begin_layout Plain Layout
30473 Skaliertes Material
30474 \end_layout
30475
30476 \end_inset
30477
30478
30479 \begin_inset Index
30480 status collapsed
30481
30482 \begin_layout Plain Layout
30483 Abbildungen ! skalierte
30484 \end_layout
30485
30486 \end_inset
30487
30488
30489 \begin_inset Index
30490 status collapsed
30491
30492 \begin_layout Plain Layout
30493 Tabellen ! skalierte
30494 \end_layout
30495
30496 \end_inset
30497
30498
30499 \end_layout
30500
30501 \begin_layout Standard
30502 Um Text zu skalieren, kann man die Befehle 
30503 \series bold
30504
30505 \backslash
30506 scalebox
30507 \series default
30508  und 
30509 \series bold
30510
30511 \backslash
30512 resizebox
30513 \series default
30514  im TeX-Modus verwenden.
30515 \end_layout
30516
30517 \begin_layout Standard
30518
30519 \series bold
30520
30521 \backslash
30522 scalebox
30523 \series default
30524  wird nach folgendem Schema verwendet:
30525 \end_layout
30526
30527 \begin_layout Standard
30528
30529 \series bold
30530
30531 \backslash
30532 scalebox{horizontal}[vertikal]{Boxinhalt}
30533 \end_layout
30534
30535 \begin_layout Standard
30536 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
30537  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
30538  verwendet.
30539 \end_layout
30540
30541 \begin_layout Standard
30542 Z.
30543 \begin_inset space \thinspace{}
30544 \end_inset
30545
30546 B.
30547  ergibt der Befehl 
30548 \series bold
30549
30550 \backslash
30551 scalebox{2}{Hallo}
30552 \series default
30553  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
30554 \begin_inset ERT
30555 status collapsed
30556
30557 \begin_layout Plain Layout
30558
30559
30560 \backslash
30561 scalebox{2}{
30562 \end_layout
30563
30564 \end_inset
30565
30566 Hallo
30567 \begin_inset ERT
30568 status collapsed
30569
30570 \begin_layout Plain Layout
30571
30572 }
30573 \end_layout
30574
30575 \end_inset
30576
30577 .
30578 \end_layout
30579
30580 \begin_layout Standard
30581
30582 \series bold
30583
30584 \backslash
30585 scalebox{2}[1]{Hallo}
30586 \series default
30587  verzerrt hingegen das 
30588 \begin_inset ERT
30589 status collapsed
30590
30591 \begin_layout Plain Layout
30592
30593
30594 \backslash
30595 scalebox{2}[1]{
30596 \end_layout
30597
30598 \end_inset
30599
30600 Hallo
30601 \begin_inset ERT
30602 status collapsed
30603
30604 \begin_layout Plain Layout
30605
30606 }
30607 \end_layout
30608
30609 \end_inset
30610
30611 .
30612 \end_layout
30613
30614 \begin_layout Standard
30615 Die Skalierungsfaktoren dürfen auch negativ sein.
30616  In diesem Fall wird der Boxinhalt gespiegelt.
30617 \end_layout
30618
30619 \begin_layout Standard
30620 Daher lässt sich mit dem Befehl 
30621 \series bold
30622
30623 \backslash
30624 scalebox{-1}[1]{Hallo}
30625 \series default
30626  Spiegelschrift erstellen: 
30627 \begin_inset ERT
30628 status collapsed
30629
30630 \begin_layout Plain Layout
30631
30632
30633 \backslash
30634 scalebox{-1}[1]{
30635 \end_layout
30636
30637 \end_inset
30638
30639 Hallo
30640 \begin_inset ERT
30641 status collapsed
30642
30643 \begin_layout Plain Layout
30644
30645 }
30646 \end_layout
30647
30648 \end_inset
30649
30650
30651 \end_layout
30652
30653 \begin_layout Standard
30654
30655 \series bold
30656
30657 \backslash
30658 scalebox{1}[-1]{Hallo}
30659 \series default
30660  spiegelt das 
30661 \begin_inset ERT
30662 status collapsed
30663
30664 \begin_layout Plain Layout
30665
30666
30667 \backslash
30668 scalebox{1}[-1]{
30669 \end_layout
30670
30671 \end_inset
30672
30673 Hallo
30674 \begin_inset ERT
30675 status collapsed
30676
30677 \begin_layout Plain Layout
30678
30679 }
30680 \end_layout
30681
30682 \end_inset
30683
30684  an der Grundlinie.
30685 \end_layout
30686
30687 \begin_layout Standard
30688 Zu 
30689 \series bold
30690
30691 \backslash
30692 scalebox{-1}[1]{Boxinhalt}
30693 \series default
30694  gibt es den äquivalenten Befehl
30695 \begin_inset Newline newline
30696 \end_inset
30697
30698
30699 \series bold
30700
30701 \backslash
30702 reflectbox{Boxinhalt}
30703 \series default
30704 .
30705 \end_layout
30706
30707 \begin_layout Standard
30708 \begin_inset VSpace bigskip
30709 \end_inset
30710
30711
30712 \series bold
30713
30714 \backslash
30715 resizebox
30716 \series default
30717  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
30718  skalieren.
30719  Das Befehlsschema ist folgendes:
30720 \end_layout
30721
30722 \begin_layout Standard
30723
30724 \series bold
30725
30726 \backslash
30727 resizebox{Breite}{Höhe}{Boxinhalt}
30728 \end_layout
30729
30730 \begin_layout Standard
30731 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
30732 \series bold
30733 !
30734 \series default
30735  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
30736  wird.
30737 \end_layout
30738
30739 \begin_layout Standard
30740 Der Befehl 
30741 \series bold
30742
30743 \backslash
30744 resizebox{2cm}{1cm}{Hallo}
30745 \series default
30746  ergibt: 
30747 \begin_inset ERT
30748 status collapsed
30749
30750 \begin_layout Plain Layout
30751
30752
30753 \backslash
30754 resizebox{2cm}{1cm}{
30755 \end_layout
30756
30757 \end_inset
30758
30759 Hallo
30760 \begin_inset ERT
30761 status collapsed
30762
30763 \begin_layout Plain Layout
30764
30765 }
30766 \end_layout
30767
30768 \end_inset
30769
30770
30771 \begin_inset Newline newline
30772 \end_inset
30773
30774 Der Befehl 
30775 \series bold
30776
30777 \backslash
30778 resizebox{2cm}{!}{Hallo}
30779 \series default
30780  ergibt: 
30781 \begin_inset ERT
30782 status collapsed
30783
30784 \begin_layout Plain Layout
30785
30786
30787 \backslash
30788 resizebox{2cm}{!}{
30789 \end_layout
30790
30791 \end_inset
30792
30793 Hallo
30794 \begin_inset ERT
30795 status collapsed
30796
30797 \begin_layout Plain Layout
30798
30799 }
30800 \end_layout
30801
30802 \end_inset
30803
30804
30805 \end_layout
30806
30807 \begin_layout Standard
30808 \begin_inset VSpace bigskip
30809 \end_inset
30810
30811
30812 \begin_inset Note Greyedout
30813 status open
30814
30815 \begin_layout Plain Layout
30816
30817 \series bold
30818 Bemerkung:
30819 \series default
30820  Wurde in Argumenten von 
30821 \series bold
30822
30823 \backslash
30824 scalebox
30825 \series default
30826  oder 
30827 \series bold
30828
30829 \backslash
30830 resizebox
30831 \series default
30832  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
30833  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
30834  werden.
30835 \end_layout
30836
30837 \end_inset
30838
30839
30840 \end_layout
30841
30842 \begin_layout Standard
30843 \begin_inset VSpace bigskip
30844 \end_inset
30845
30846
30847 \end_layout
30848
30849 \begin_layout Standard
30850 Alle Boxen können beliebig miteinander kombiniert werden.
30851  So ergibt z.
30852 \begin_inset space \thinspace{}
30853 \end_inset
30854
30855 B.
30856  der Befehl
30857 \begin_inset Newline newline
30858 \end_inset
30859
30860
30861 \series bold
30862
30863 \backslash
30864 rotatebox[origin=c]{-45}{
30865 \backslash
30866 resizebox{2cm}{!}{
30867 \backslash
30868 reflectbox{Hallo}}}
30869 \series default
30870 :
30871 \end_layout
30872
30873 \begin_layout Standard
30874 \align center
30875 \begin_inset ERT
30876 status collapsed
30877
30878 \begin_layout Plain Layout
30879
30880
30881 \backslash
30882 rotatebox[origin=c]{-45}{
30883 \backslash
30884 resizebox{2cm}{!}{
30885 \backslash
30886 reflectbox{
30887 \end_layout
30888
30889 \end_inset
30890
30891 Hallo
30892 \begin_inset ERT
30893 status collapsed
30894
30895 \begin_layout Plain Layout
30896
30897 }}}
30898 \end_layout
30899
30900 \end_inset
30901
30902
30903 \end_layout
30904
30905 \begin_layout Standard
30906 \noindent
30907 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
30908 \end_layout
30909
30910 \begin_layout Standard
30911 \align center
30912 \begin_inset ERT
30913 status collapsed
30914
30915 \begin_layout Plain Layout
30916
30917
30918 \backslash
30919 rotatebox[origin=c]{-30}{
30920 \backslash
30921 resizebox{2cm}{!}{
30922 \backslash
30923 reflectbox{
30924 \end_layout
30925
30926 \end_inset
30927
30928
30929 \begin_inset Graphics
30930         filename ../clipart/platypus.eps
30931         lyxscale 50
30932         width 25col%
30933
30934 \end_inset
30935
30936
30937 \begin_inset ERT
30938 status collapsed
30939
30940 \begin_layout Plain Layout
30941
30942 }}}
30943 \end_layout
30944
30945 \end_inset
30946
30947
30948 \begin_inset ERT
30949 status collapsed
30950
30951 \begin_layout Plain Layout
30952
30953
30954 \backslash
30955 rotatebox[origin=c]{-45}{
30956 \backslash
30957 resizebox{2cm}{!}{
30958 \backslash
30959 reflectbox{
30960 \end_layout
30961
30962 \end_inset
30963
30964
30965 \begin_inset Tabular
30966 <lyxtabular version="3" rows="2" columns="2">
30967 <features>
30968 <column alignment="center" valignment="top" width="0">
30969 <column alignment="center" valignment="top" width="0">
30970 <row>
30971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30972 \begin_inset Text
30973
30974 \begin_layout Plain Layout
30975 q
30976 \end_layout
30977
30978 \end_inset
30979 </cell>
30980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30981 \begin_inset Text
30982
30983 \begin_layout Plain Layout
30984 w
30985 \end_layout
30986
30987 \end_inset
30988 </cell>
30989 </row>
30990 <row>
30991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30992 \begin_inset Text
30993
30994 \begin_layout Plain Layout
30995 e
30996 \end_layout
30997
30998 \end_inset
30999 </cell>
31000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31001 \begin_inset Text
31002
31003 \begin_layout Plain Layout
31004 r
31005 \end_layout
31006
31007 \end_inset
31008 </cell>
31009 </row>
31010 </lyxtabular>
31011
31012 \end_inset
31013
31014
31015 \begin_inset ERT
31016 status collapsed
31017
31018 \begin_layout Plain Layout
31019
31020 }}}
31021 \end_layout
31022
31023 \end_inset
31024
31025
31026 \begin_inset ERT
31027 status collapsed
31028
31029 \begin_layout Plain Layout
31030
31031
31032 \backslash
31033 rotatebox[origin=c]{-45}{
31034 \backslash
31035 resizebox{2cm}{!}{
31036 \backslash
31037 reflectbox{
31038 \end_layout
31039
31040 \end_inset
31041
31042
31043 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31044 \end_inset
31045
31046
31047 \begin_inset ERT
31048 status collapsed
31049
31050 \begin_layout Plain Layout
31051
31052 }}}
31053 \end_layout
31054
31055 \end_inset
31056
31057
31058 \end_layout
31059
31060 \begin_layout Standard
31061 Hat man den globalen Formelstil 
31062 \series bold
31063 fleqn
31064 \series default
31065
31066 \begin_inset Foot
31067 status collapsed
31068
31069 \begin_layout Plain Layout
31070 Wenn 
31071 \begin_inset Quotes gld
31072 \end_inset
31073
31074 fleqn
31075 \begin_inset Quotes grd
31076 \end_inset
31077
31078  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31079 \end_layout
31080
31081 \end_inset
31082
31083  gewählt, kann man auch abgesetzte Formeln skalieren.
31084 \end_layout
31085
31086 \begin_layout Chapter
31087 Externe Dateien
31088 \begin_inset Index
31089 status collapsed
31090
31091 \begin_layout Plain Layout
31092 Dateien ! externe
31093 \end_layout
31094
31095 \end_inset
31096
31097
31098 \end_layout
31099
31100 \begin_layout Standard
31101 Mit 
31102 \family sans
31103 Einfügen\SpecialChar \menuseparator
31104 Datei
31105 \family default
31106  können Sie fremdes Material in Ihr Dokument einsetzen.
31107  Das kann folgendes sein:
31108 \end_layout
31109
31110 \begin_layout Description
31111 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31112  eingefügt.
31113 \end_layout
31114
31115 \begin_layout Description
31116 Einfacher
31117 \begin_inset space ~
31118 \end_inset
31119
31120 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31121  eingefügt.
31122 \end_layout
31123
31124 \begin_layout Description
31125 Einfacher
31126 \begin_inset space ~
31127 \end_inset
31128
31129 Text,
31130 \begin_inset space ~
31131 \end_inset
31132
31133 Zeilen
31134 \begin_inset space ~
31135 \end_inset
31136
31137 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31138  Leerzeilen trennen die Absätze.
31139 \end_layout
31140
31141 \begin_layout Description
31142 Externes
31143 \begin_inset space ~
31144 \end_inset
31145
31146 Material Dateien in verschiedenen Formaten.
31147 \end_layout
31148
31149 \begin_layout Description
31150 Unterdokument LyX- oder LaTeX-Dokumente.
31151 \end_layout
31152
31153 \begin_layout Section
31154 Externes Material
31155 \begin_inset Index
31156 status collapsed
31157
31158 \begin_layout Plain Layout
31159 Externes Material
31160 \end_layout
31161
31162 \end_inset
31163
31164
31165 \end_layout
31166
31167 \begin_layout Standard
31168 Mit 
31169 \family sans
31170 Einfügen\SpecialChar \menuseparator
31171 Datei\SpecialChar \menuseparator
31172  Externes Material
31173 \family default
31174  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31175  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31176  weil LyX sich darum kümmert.
31177  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31178  eingefügt werden können.
31179 \end_layout
31180
31181 \begin_layout Standard
31182 Zur Zeit können Sie folgende Dateitypen (
31183 \family sans
31184 Vorlagen
31185 \family default
31186 ) benutzen:
31187 \end_layout
31188
31189 \begin_layout Description
31190 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31191 \series bold
31192
31193 \begin_inset CommandInset href
31194 LatexCommand href
31195 name "XBoard"
31196 target "http://en.wikipedia.org/wiki/XBoard"
31197
31198 \end_inset
31199
31200
31201 \series default
31202  erzeugt wurden.
31203 \end_layout
31204
31205 \begin_layout Description
31206 Datum fügt ein Datum mit dem Format 
31207 \emph on
31208 Tag-Monat-Jahr
31209 \emph default
31210  ein.
31211  Hier ist ein Beispiel: 
31212 \begin_inset External
31213         template Date
31214         filename .
31215
31216 \end_inset
31217
31218
31219 \lang english
31220
31221 \begin_inset space ~
31222 \end_inset
31223
31224
31225 \begin_inset Note Note
31226 status open
31227
31228 \begin_layout Plain Layout
31229
31230 \lang english
31231 Remove the protected space when bug 4398 is fixed!
31232 \end_layout
31233
31234 \end_inset
31235
31236
31237 \lang ngerman
31238
31239 \begin_inset Newline newline
31240 \end_inset
31241
31242 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
31243  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
31244  Menü 
31245 \family sans
31246 Einfügen\SpecialChar \menuseparator
31247 Datum
31248 \family default
31249  und mit dem LaTeX-Befehl 
31250 \series bold
31251
31252 \backslash
31253 today
31254 \series default
31255 .
31256  Die verschiedenen Methoden werden in Tabelle
31257 \begin_inset space ~
31258 \end_inset
31259
31260
31261 \begin_inset CommandInset ref
31262 LatexCommand ref
31263 reference "tab:Vergleich-der-Datums-Eingaben"
31264
31265 \end_inset
31266
31267  verglichen.
31268 \end_layout
31269
31270 \begin_layout Description
31271 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
31272 \series bold
31273
31274 \begin_inset CommandInset href
31275 LatexCommand href
31276 name "LilyPond"
31277 target "http://en.wikipedia.org/wiki/LilyPond"
31278
31279 \end_inset
31280
31281
31282 \series default
31283  schreiben.
31284 \end_layout
31285
31286 \begin_layout Description
31287 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
31288  Fast alle bekannten Bildformate werden unterstützt.
31289  Die Bilddateien können im Dialogfenster 
31290 \family sans
31291 Externes
31292 \begin_inset space ~
31293 \end_inset
31294
31295 Material
31296 \family default
31297  genauso behandelt werden wie die mit dem normalen 
31298 \family sans
31299 Grafik
31300 \family default
31301 -Dialog eingefügten, siehe Abschnitt
31302 \begin_inset space ~
31303 \end_inset
31304
31305
31306 \begin_inset CommandInset ref
31307 LatexCommand ref
31308 reference "abs:Grafik-Dialog"
31309
31310 \end_inset
31311
31312 .
31313  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
31314  und EPS-Bilder werden nicht unterstützt.
31315 \end_layout
31316
31317 \begin_layout Description
31318 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
31319 \series bold
31320
31321 \begin_inset CommandInset href
31322 LatexCommand href
31323 name "Xfig"
31324 target "http://en.wikipedia.org/wiki/Xfig"
31325
31326 \end_inset
31327
31328
31329 \series default
31330  erzeugt wurden.
31331 \end_layout
31332
31333 \begin_layout Standard
31334 \begin_inset Float table
31335 placement h
31336 wide false
31337 sideways false
31338 status open
31339
31340 \begin_layout Plain Layout
31341 \begin_inset Caption
31342
31343 \begin_layout Plain Layout
31344 \begin_inset CommandInset label
31345 LatexCommand label
31346 name "tab:Vergleich-der-Datums-Eingaben"
31347
31348 \end_inset
31349
31350 Vergleich der Datums-Eingaben
31351 \end_layout
31352
31353 \end_inset
31354
31355
31356 \end_layout
31357
31358 \begin_layout Plain Layout
31359 \align center
31360 \begin_inset Tabular
31361 <lyxtabular version="3" rows="4" columns="4">
31362 <features>
31363 <column alignment="center" valignment="top" width="0">
31364 <column alignment="center" valignment="top" width="0">
31365 <column alignment="center" valignment="top" width="0">
31366 <column alignment="center" valignment="top" width="0">
31367 <row>
31368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31369 \begin_inset Text
31370
31371 \begin_layout Plain Layout
31372 Dokumentformat
31373 \end_layout
31374
31375 \end_inset
31376 </cell>
31377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31378 \begin_inset Text
31379
31380 \begin_layout Plain Layout
31381
31382 \family sans
31383 Externes Material\SpecialChar \menuseparator
31384 Datum
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
31394 \family sans
31395 Einfügen\SpecialChar \menuseparator
31396 Datum
31397 \end_layout
31398
31399 \end_inset
31400 </cell>
31401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31402 \begin_inset Text
31403
31404 \begin_layout Plain Layout
31405 Befehl 
31406 \series bold
31407
31408 \backslash
31409 today
31410 \end_layout
31411
31412 \end_inset
31413 </cell>
31414 </row>
31415 <row>
31416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31417 \begin_inset Text
31418
31419 \begin_layout Plain Layout
31420 LyX
31421 \end_layout
31422
31423 \end_inset
31424 </cell>
31425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31426 \begin_inset Text
31427
31428 \begin_layout Plain Layout
31429 als Box
31430 \end_layout
31431
31432 \end_inset
31433 </cell>
31434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31435 \begin_inset Text
31436
31437 \begin_layout Plain Layout
31438 als Datum
31439 \end_layout
31440
31441 \end_inset
31442 </cell>
31443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31444 \begin_inset Text
31445
31446 \begin_layout Plain Layout
31447 als TeX-Code
31448 \end_layout
31449
31450 \end_inset
31451 </cell>
31452 </row>
31453 <row>
31454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31455 \begin_inset Text
31456
31457 \begin_layout Plain Layout
31458 LaTeX
31459 \end_layout
31460
31461 \end_inset
31462 </cell>
31463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31464 \begin_inset Text
31465
31466 \begin_layout Plain Layout
31467 als Datum
31468 \end_layout
31469
31470 \end_inset
31471 </cell>
31472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31473 \begin_inset Text
31474
31475 \begin_layout Plain Layout
31476 als Datum
31477 \end_layout
31478
31479 \end_inset
31480 </cell>
31481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31482 \begin_inset Text
31483
31484 \begin_layout Plain Layout
31485 als Befehl
31486 \end_layout
31487
31488 \end_inset
31489 </cell>
31490 </row>
31491 <row>
31492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31493 \begin_inset Text
31494
31495 \begin_layout Plain Layout
31496 DVI, PDF, PS
31497 \end_layout
31498
31499 \end_inset
31500 </cell>
31501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31502 \begin_inset Text
31503
31504 \begin_layout Plain Layout
31505 als Datum
31506 \end_layout
31507
31508 \end_inset
31509 </cell>
31510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31511 \begin_inset Text
31512
31513 \begin_layout Plain Layout
31514 als Datum
31515 \end_layout
31516
31517 \end_inset
31518 </cell>
31519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31520 \begin_inset Text
31521
31522 \begin_layout Plain Layout
31523 als Datum
31524 \end_layout
31525
31526 \end_inset
31527 </cell>
31528 </row>
31529 </lyxtabular>
31530
31531 \end_inset
31532
31533
31534 \end_layout
31535
31536 \end_inset
31537
31538
31539 \end_layout
31540
31541 \begin_layout Standard
31542 Wenn Sie im Dialogfenster
31543 \family sans
31544  Externes
31545 \begin_inset space ~
31546 \end_inset
31547
31548 Material 
31549 \family default
31550 in der Karteikarte
31551 \family sans
31552  Datei
31553 \family default
31554  die Option 
31555 \family sans
31556 Entwurf
31557 \family default
31558  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
31559 \end_layout
31560
31561 \begin_layout Standard
31562 LyX kann externes Material entweder als Box wie hier: 
31563 \begin_inset Graphics
31564         filename clipart/ExternesMaterialQt4.png
31565         lyxscale 80
31566         scale 60
31567         scaleBeforeRotation
31568
31569 \end_inset
31570
31571  oder als Bild darstellen.
31572  Das hängt davon ab, ob Sie im Dialogfenster
31573 \family sans
31574  Externes
31575 \begin_inset space ~
31576 \end_inset
31577
31578 Material 
31579 \family default
31580 in der Karteikarte 
31581 \family sans
31582 LyX-Ansicht
31583 \family default
31584  die Option 
31585 \family sans
31586 in
31587 \begin_inset space ~
31588 \end_inset
31589
31590 LyX
31591 \begin_inset space ~
31592 \end_inset
31593
31594 anzeigen
31595 \family default
31596  gewählt haben oder nicht.
31597 \end_layout
31598
31599 \begin_layout Standard
31600 Im LyX-Handbuch 
31601 \family sans
31602 \emph on
31603 Anpassung
31604 \family default
31605 \emph default
31606  wird erklärt, wie Sie Ihre eigenen Vorlagen erzeugen können.
31607 \end_layout
31608
31609 \begin_layout Section
31610 Unterdokumente
31611 \begin_inset CommandInset label
31612 LatexCommand label
31613 name "abs:Unterdokumente"
31614
31615 \end_inset
31616
31617
31618 \begin_inset Index
31619 status collapsed
31620
31621 \begin_layout Plain Layout
31622 Unterdokument
31623 \end_layout
31624
31625 \end_inset
31626
31627
31628 \end_layout
31629
31630 \begin_layout Standard
31631 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
31632  oder Abschnitten bestehen.
31633  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
31634  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
31635 \end_layout
31636
31637 \begin_layout Standard
31638 Unterdokumente werden in LyX als Box angezeigt: 
31639 \begin_inset Graphics
31640         filename clipart/UnterdokumentQt4.png
31641         lyxscale 80
31642         scale 60
31643         scaleBeforeRotation
31644
31645 \end_inset
31646
31647 .
31648  Sie werden über
31649 \family sans
31650  Einfügen\SpecialChar \menuseparator
31651 Datei\SpecialChar \menuseparator
31652 Unterdokument
31653 \family default
31654  eingebunden, was das Dialogfenster
31655 \family sans
31656  Unterdokument
31657 \family default
31658  öffnet.
31659  Für 
31660 \family sans
31661 die Art
31662 \begin_inset space ~
31663 \end_inset
31664
31665 der
31666 \begin_inset space ~
31667 \end_inset
31668
31669 Einbindung
31670 \family default
31671  gibt es dort vier Möglichkeiten:
31672 \end_layout
31673
31674 \begin_layout Description
31675 Include Sie können LyX- und LaTeX-Dokumente einbinden.
31676  Wenn Sie im Dialogfenster
31677 \family sans
31678  Unterdokument
31679 \family default
31680  auf 
31681 \family sans
31682 Öffnen
31683 \family default
31684  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
31685  und Sie können es editieren.
31686 \begin_inset Newline newline
31687 \end_inset
31688
31689
31690 \end_layout
31691
31692 \begin_layout Standard
31693 Hier wird ein Unterdokument
31694 \family sans
31695  
31696 \family default
31697 per 
31698 \family sans
31699 Include
31700 \family default
31701  eingebunden: 
31702 \begin_inset CommandInset include
31703 LatexCommand include
31704 filename "DummyDocument1.lyx"
31705
31706 \end_inset
31707
31708 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
31709  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
31710  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
31711 s.
31712  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
31713 \begin_inset space ~
31714 \end_inset
31715
31716
31717 \begin_inset CommandInset ref
31718 LatexCommand ref
31719 reference "uab:Externer-Unterabschnitt-1"
31720
31721 \end_inset
31722
31723 .
31724 \end_layout
31725
31726 \begin_layout Standard
31727 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
31728  wird benutzt.
31729  Unterdokumente, die per 
31730 \family sans
31731 Include
31732 \family default
31733  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
31734  und enden mit einem Seitenumbruch.
31735 \end_layout
31736
31737 \begin_layout Standard
31738 Mit dem LaTeX-Befehl 
31739 \series bold
31740
31741 \backslash
31742 includeonly 
31743 \series default
31744 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
31745  erstellt werden soll.
31746  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
31747  sehen wollen, und es geht schneller.
31748  
31749 \series bold
31750
31751 \backslash
31752 includeonly
31753 \series default
31754  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
31755  Im folgenden Beispiel
31756 \end_layout
31757
31758 \begin_layout Standard
31759
31760 \series bold
31761
31762 \backslash
31763 includeonly{Kapitel1,Kapitel5}
31764 \end_layout
31765
31766 \begin_layout Standard
31767 werden nur die Dateien 
31768 \begin_inset Quotes gld
31769 \end_inset
31770
31771 Kapitel1.lyx
31772 \begin_inset Quotes grd
31773 \end_inset
31774
31775  (oder 
31776 \begin_inset Quotes gld
31777 \end_inset
31778
31779 Kapitel1.tex
31780 \begin_inset Quotes grd
31781 \end_inset
31782
31783 ) und 
31784 \begin_inset Quotes gld
31785 \end_inset
31786
31787 Kapitel5.lyx
31788 \begin_inset Quotes grd
31789 \end_inset
31790
31791
31792 \series bold
31793  
31794 \series default
31795 eingebunden.
31796 \end_layout
31797
31798 \begin_layout Standard
31799 \begin_inset Note Greyedout
31800 status open
31801
31802 \begin_layout Plain Layout
31803
31804 \series bold
31805 Bemerkung:
31806 \series default
31807  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
31808  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
31809  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
31810  Ergebnissen führen wird.
31811 \end_layout
31812
31813 \end_inset
31814
31815
31816 \end_layout
31817
31818 \begin_layout Description
31819 Input Diese Methode ist 
31820 \family sans
31821 Include
31822 \family default
31823  sehr ähnlich mit folgenden Unterschieden:
31824 \end_layout
31825
31826 \begin_deeper
31827 \begin_layout Itemize
31828 Unterdokumente, die per 
31829 \family sans
31830 Input
31831 \family default
31832  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
31833  Seite und enden NICHT mit einem Seitenumbruch.
31834 \end_layout
31835
31836 \begin_layout Itemize
31837 Unterdokumente, die per 
31838 \family sans
31839 Input
31840 \family default
31841  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
31842 \family sans
31843  Unterdokument Vorschau
31844 \begin_inset space ~
31845 \end_inset
31846
31847 anzeigen
31848 \family default
31849  angekreuzt wurde und in den LyX-
31850 \family sans
31851 Einstellungen\SpecialChar \menuseparator
31852 Aussehen
31853 \begin_inset space ~
31854 \end_inset
31855
31856 &
31857 \begin_inset space ~
31858 \end_inset
31859
31860 Handhabung\SpecialChar \menuseparator
31861 Grafik Sofortige
31862 \begin_inset space ~
31863 \end_inset
31864
31865 Vorschau
31866 \family default
31867  auf 
31868 \family sans
31869 An
31870 \family default
31871  gesetzt wurde.
31872  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
31873  aus.
31874 \end_layout
31875
31876 \begin_layout Itemize
31877 Der LaTeX-Befehl 
31878 \series bold
31879
31880 \backslash
31881 includeonly
31882 \series default
31883  kann nicht benutzt werden.
31884 \end_layout
31885
31886 \end_deeper
31887 \begin_layout Standard
31888 Hier ist ein Unterdokument, das mit
31889 \family sans
31890  Input
31891 \family default
31892  eingebunden wurde: 
31893 \begin_inset CommandInset include
31894 LatexCommand input
31895 filename "DummyDocument2.lyx"
31896
31897 \end_inset
31898
31899 .
31900 \end_layout
31901
31902 \begin_layout Description
31903 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
31904   In der Druckvorschau wird für den Text der Stil 
31905 \family typewriter
31906 Schreibmaschine
31907 \family default
31908  verwendet.
31909  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
31910  Wenn Sie im Dialogfenster
31911 \family sans
31912  Unterdokument Leerzeichen
31913 \begin_inset space ~
31914 \end_inset
31915
31916 bei
31917 \begin_inset space ~
31918 \end_inset
31919
31920 der
31921 \begin_inset space ~
31922 \end_inset
31923
31924 Ausgabe
31925 \begin_inset space ~
31926 \end_inset
31927
31928 kennzeichnen 
31929 \family default
31930 ankreuzen, wird in der Druckvorschau das Zeichen 
31931 \begin_inset Quotes gld
31932 \end_inset
31933
31934
31935 \begin_inset ERT
31936 status collapsed
31937
31938 \begin_layout Plain Layout
31939
31940
31941 \backslash
31942 textvisiblespace 
31943 \end_layout
31944
31945 \end_inset
31946
31947
31948 \begin_inset Quotes grd
31949 \end_inset
31950
31951  für jedes Leerzeichen eingefügt.
31952 \begin_inset Newline newline
31953 \end_inset
31954
31955 Im Gegensatz zu 
31956 \family sans
31957 Einfügen\SpecialChar \menuseparator
31958 Datei\SpecialChar \menuseparator
31959 Einfacher
31960 \begin_inset space ~
31961 \end_inset
31962
31963 Text
31964 \family default
31965  wird bei 
31966 \family sans
31967 Unformatiert
31968 \family default
31969  der Dateiinhalt in LyX nicht dargestellt.
31970 \end_layout
31971
31972 \begin_layout Standard
31973 Hier ist ein Unterdokument, das mit
31974 \family sans
31975  Unformatiert
31976 \family default
31977  eingebunden wurde: 
31978 \begin_inset CommandInset include
31979 LatexCommand verbatiminput
31980 filename "DummyTextDocument.txt"
31981
31982 \end_inset
31983
31984
31985 \begin_inset VSpace bigskip
31986 \end_inset
31987
31988 Hier ist ein Unterdokument, das mit
31989 \family sans
31990  Unformatiert
31991 \family default
31992  eingebunden wurde und
31993 \family sans
31994  Leerzeichen
31995 \begin_inset space ~
31996 \end_inset
31997
31998 bei
31999 \begin_inset space ~
32000 \end_inset
32001
32002 der
32003 \begin_inset space ~
32004 \end_inset
32005
32006 Ausgabe
32007 \begin_inset space ~
32008 \end_inset
32009
32010 kennzeichnen
32011 \family default
32012  angekreuzt hat: 
32013 \begin_inset CommandInset include
32014 LatexCommand verbatiminput*
32015 filename "DummyTextDocument.txt"
32016
32017 \end_inset
32018
32019
32020 \end_layout
32021
32022 \begin_layout Standard
32023 \begin_inset VSpace bigskip
32024 \end_inset
32025
32026
32027 \end_layout
32028
32029 \begin_layout Standard
32030 \begin_inset Note Greyedout
32031 status open
32032
32033 \begin_layout Plain Layout
32034
32035 \series bold
32036 Bemerkung:
32037 \series default
32038  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32039  
32040 \family sans
32041 Unformatiert
32042 \family default
32043  eingebunden werden, am Zeilenende nicht umgebrochen.
32044 \end_layout
32045
32046 \end_inset
32047
32048
32049 \end_layout
32050
32051 \begin_layout Description
32052 Listing Dieser Typ wird in Kapitel
32053 \begin_inset space ~
32054 \end_inset
32055
32056
32057 \begin_inset CommandInset ref
32058 LatexCommand ref
32059 reference "kap:Programm-Code-Listen"
32060
32061 \end_inset
32062
32063  beschrieben.
32064 \end_layout
32065
32066 \begin_layout Standard
32067 \begin_inset Note Greyedout
32068 status open
32069
32070 \begin_layout Plain Layout
32071
32072 \series bold
32073 Bemerkung:
32074 \series default
32075  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32076  das zu LaTeX-Problemen führen.
32077 \end_layout
32078
32079 \end_inset
32080
32081
32082 \end_layout
32083
32084 \begin_layout Chapter
32085 Programm-Code-Listen
32086 \begin_inset CommandInset label
32087 LatexCommand label
32088 name "kap:Programm-Code-Listen"
32089
32090 \end_inset
32091
32092
32093 \begin_inset Index
32094 status collapsed
32095
32096 \begin_layout Plain Layout
32097 Listen
32098 \end_layout
32099
32100 \end_inset
32101
32102
32103 \begin_inset Index
32104 status collapsed
32105
32106 \begin_layout Plain Layout
32107 Programm-Code
32108 \end_layout
32109
32110 \end_inset
32111
32112
32113 \end_layout
32114
32115 \begin_layout Standard
32116 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32117 \family sans
32118 Einfügen\SpecialChar \menuseparator
32119 Pro\SpecialChar \-
32120 gramm\SpecialChar \-
32121 listing
32122 \family default
32123  verwenden.
32124  Das LaTeX-Paket 
32125 \series bold
32126 listings
32127 \series default
32128
32129 \begin_inset Index
32130 status collapsed
32131
32132 \begin_layout Plain Layout
32133 LaTeX-Pakete ! listings
32134 \end_layout
32135
32136 \end_inset
32137
32138  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32139 \end_layout
32140
32141 \begin_layout Standard
32142 Ein Rechtsklick auf das 
32143 \family sans
32144 Listing
32145 \family default
32146 -Kästchen öffnet das Dialogfenster 
32147 \family sans
32148 Programm\SpecialChar \-
32149 listing-Einstellungen
32150 \family default
32151 , in dem Sie das Ausgabeformat der Programm-Code-Liste festlegen.
32152 \end_layout
32153
32154 \begin_layout Standard
32155 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32156  Die 
32157 \family sans
32158 Platzierung
32159 \family default
32160 -Option 
32161 \family sans
32162 Eingebettetes
32163 \begin_inset space ~
32164 \end_inset
32165
32166 Listing
32167 \family default
32168  druckt das Listing in der Zeile wie hier: 
32169 \begin_inset listings
32170 lstparams "language={C++}"
32171 inline true
32172 status open
32173
32174 \begin_layout Plain Layout
32175
32176 int a=5;
32177 \end_layout
32178
32179 \end_inset
32180
32181
32182 \begin_inset Newline newline
32183 \end_inset
32184
32185 Die Option 
32186 \family sans
32187 Gleitobjekt
32188 \family default
32189  erzeugt ein Listing-Gleitobjekt, dessen 
32190 \family sans
32191 Platzierung 
32192 \family default
32193 Sie mit 
32194 \family sans
32195 h
32196 \family default
32197
32198 \family sans
32199 t
32200 \family default
32201
32202 \family sans
32203 b
32204 \family default
32205  und 
32206 \family sans
32207 p
32208 \family default
32209 , analog zu den in Abschnitt
32210 \begin_inset space ~
32211 \end_inset
32212
32213
32214 \begin_inset CommandInset ref
32215 LatexCommand ref
32216 reference "abs:Gleitobjekt-Platzierung"
32217
32218 \end_inset
32219
32220  beschriebenen Platzierungsoptionen festlegen können.
32221  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
32222  hintereinander angegeben, z.
32223 \begin_inset space \thinspace{}
32224 \end_inset
32225
32226 B.
32227  
32228 \begin_inset Quotes gld
32229 \end_inset
32230
32231
32232 \family sans
32233 htbp
32234 \family default
32235
32236 \begin_inset Quotes grd
32237 \end_inset
32238
32239 .
32240  Die Option 
32241 \begin_inset Quotes gld
32242 \end_inset
32243
32244 h
32245 \begin_inset Quotes grd
32246 \end_inset
32247
32248  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
32249  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
32250 \end_layout
32251
32252 \begin_layout Standard
32253 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
32254  zu verweisen: Listing
32255 \begin_inset space ~
32256 \end_inset
32257
32258
32259 \begin_inset CommandInset ref
32260 LatexCommand ref
32261 reference "lst:Gleitendes-Programm-Listing"
32262
32263 \end_inset
32264
32265 .
32266 \end_layout
32267
32268 \begin_layout Standard
32269 \begin_inset listings
32270 lstparams "language=Python"
32271 inline false
32272 status open
32273
32274 \begin_layout Plain Layout
32275
32276 \begin_inset Caption
32277
32278 \begin_layout Plain Layout
32279 \begin_inset CommandInset label
32280 LatexCommand label
32281 name "lst:Gleitendes-Programm-Listing"
32282
32283 \end_inset
32284
32285 Gleitendes Programm-Listing
32286 \end_layout
32287
32288 \end_inset
32289
32290 # Gleitendes Programm-Listing
32291 \end_layout
32292
32293 \begin_layout Plain Layout
32294
32295 def func(param):
32296 \end_layout
32297
32298 \begin_layout Plain Layout
32299
32300     'Dies ist eine Python-Funktion'
32301 \end_layout
32302
32303 \begin_layout Plain Layout
32304
32305     pass
32306 \end_layout
32307
32308 \end_inset
32309
32310
32311 \end_layout
32312
32313 \begin_layout Standard
32314 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
32315  der Sprache erkannt und besonders gedruckt, wie 
32316 \emph on
32317 #
32318 \emph default
32319
32320 \emph on
32321 def
32322 \emph default
32323  und 
32324 \emph on
32325 pass
32326 \emph default
32327  in Listing
32328 \begin_inset space ~
32329 \end_inset
32330
32331
32332 \begin_inset CommandInset ref
32333 LatexCommand ref
32334 reference "lst:Gleitendes-Programm-Listing"
32335
32336 \end_inset
32337
32338 .
32339 \end_layout
32340
32341 \begin_layout Standard
32342 \begin_inset Note Greyedout
32343 status open
32344
32345 \begin_layout Plain Layout
32346
32347 \series bold
32348 Bemerkung:
32349 \series default
32350  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
32351 \family typewriter
32352 Schreib\SpecialChar \-
32353 maschine
32354 \family default
32355  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
32356 h keine fett gedruckten Buchstaben.
32357  Wählen Sie in diesem Fall eine andere Schrift für 
32358 \family typewriter
32359 Schreibmaschine
32360 \family default
32361  im Menü 
32362 \family sans
32363 Dokument\SpecialChar \menuseparator
32364 Einstellungen\SpecialChar \menuseparator
32365 Schriften
32366 \family default
32367 .
32368  (Die Schriften 
32369 \emph on
32370 LuxiMono, BeraMono
32371 \emph default
32372  und 
32373 \emph on
32374 Courier
32375 \emph default
32376  enthalten fett gedruckte Buchstaben.)
32377 \end_layout
32378
32379 \end_inset
32380
32381
32382 \end_layout
32383
32384 \begin_layout Standard
32385 Im Abschnitt 
32386 \family sans
32387 Zeilennummerierung
32388 \family default
32389  des 
32390 \family sans
32391 Programmlisting-Einstellungen
32392 \family default
32393 -Dialogs können Sie den Stil der Zeilennummerierung festlegen, zum Beispiel,
32394  ob die Nummerierung links oder rechts gedruckt, jede wievielte Zeile nummeriert
32395  werden soll und die 
32396 \family sans
32397 Schriftgröße
32398 \family default
32399  der Nummerierung.
32400 \end_layout
32401
32402 \begin_layout Standard
32403 Im Abschnitt 
32404 \family sans
32405 Bereich
32406 \family default
32407  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
32408  Im Abschnitt 
32409 \family sans
32410 Stil
32411 \family default
32412  legen Sie fest, wie die Liste ausgedruckt werden soll.
32413  Die Option 
32414 \family sans
32415 Erweiterte
32416 \begin_inset space ~
32417 \end_inset
32418
32419 Zeichentabelle
32420 \family default
32421  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
32422 \end_layout
32423
32424 \begin_layout Standard
32425 Hier ist ein Beispiel mit der Nummerierung links, der Schrittweite 3, der
32426  Sprache 
32427 \begin_inset Quotes gld
32428 \end_inset
32429
32430 Python
32431 \begin_inset Quotes grd
32432 \end_inset
32433
32434 , den Optionen 
32435 \family sans
32436 Erweiterte
32437 \begin_inset space ~
32438 \end_inset
32439
32440 Zeichentabelle
32441 \family default
32442  und 
32443 \family sans
32444 Leerzeichen
32445 \begin_inset space ~
32446 \end_inset
32447
32448 als
32449 \begin_inset space ~
32450 \end_inset
32451
32452 Symbol
32453 \family default
32454  und Bereich 3
32455 \begin_inset space \thinspace{}
32456 \end_inset
32457
32458 -
32459 \begin_inset space \thinspace{}
32460 \end_inset
32461
32462 8:
32463 \end_layout
32464
32465 \begin_layout Standard
32466 \begin_inset listings
32467 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
32468 inline false
32469 status open
32470
32471 \begin_layout Plain Layout
32472
32473 def func(param):
32474 \end_layout
32475
32476 \begin_layout Plain Layout
32477
32478     'Dies ist eine Python-Funktion'
32479 \end_layout
32480
32481 \begin_layout Plain Layout
32482
32483     pass
32484 \end_layout
32485
32486 \begin_layout Plain Layout
32487
32488 def func(param):
32489 \end_layout
32490
32491 \begin_layout Plain Layout
32492
32493 'Sonderzeichen: Tschüß'
32494 \end_layout
32495
32496 \begin_layout Plain Layout
32497
32498 pass
32499 \end_layout
32500
32501 \begin_layout Plain Layout
32502
32503 def func(param):
32504 \end_layout
32505
32506 \begin_layout Plain Layout
32507
32508 'Dies ist eine Python-Funktion'
32509 \end_layout
32510
32511 \begin_layout Plain Layout
32512
32513 pass
32514 \end_layout
32515
32516 \end_inset
32517
32518
32519 \end_layout
32520
32521 \begin_layout Standard
32522 \noindent
32523 \begin_inset Note Greyedout
32524 status open
32525
32526 \begin_layout Plain Layout
32527
32528 \series bold
32529 Bemerkung:
32530 \series default
32531  Wegen eines Fehlers im 
32532 \series bold
32533 listings
32534 \series default
32535 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
32536  verschoben.
32537  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obiger
32538  Liste nummeriert werden.
32539 \end_layout
32540
32541 \end_inset
32542
32543
32544 \end_layout
32545
32546 \begin_layout Standard
32547 \begin_inset VSpace bigskip
32548 \end_inset
32549
32550
32551 \end_layout
32552
32553 \begin_layout Standard
32554 \noindent
32555 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
32556  Das machen Sie mit
32557 \family sans
32558  Einfügen\SpecialChar \menuseparator
32559 Datei\SpecialChar \menuseparator
32560 Unterdokument
32561 \family default
32562  und der 
32563 \family sans
32564 Art
32565 \begin_inset space ~
32566 \end_inset
32567
32568 der
32569 \begin_inset space ~
32570 \end_inset
32571
32572 Einbindung
32573 \family default
32574  
32575 \family sans
32576 Listing
32577 \family default
32578 .
32579 \begin_inset Foot
32580 status collapsed
32581
32582 \begin_layout Plain Layout
32583 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
32584 \begin_inset space ~
32585 \end_inset
32586
32587
32588 \begin_inset CommandInset ref
32589 LatexCommand ref
32590 reference "abs:Unterdokumente"
32591
32592 \end_inset
32593
32594  beschrieben.
32595 \end_layout
32596
32597 \end_inset
32598
32599  Im Dialogfenster
32600 \family sans
32601  Unterdokument
32602 \family default
32603  können Sie die Listing-Parameter unter 
32604 \family sans
32605 Weitere
32606 \begin_inset space ~
32607 \end_inset
32608
32609 Parameter
32610 \family default
32611  eingeben.
32612  Wenn Sie dort ein Fragezeichen 
32613 \begin_inset Quotes gld
32614 \end_inset
32615
32616 ?
32617 \begin_inset Quotes grd
32618 \end_inset
32619
32620  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
32621 det.
32622 \end_layout
32623
32624 \begin_layout Standard
32625 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
32626  Text ins Feld 
32627 \family sans
32628 Marke
32629 \family default
32630 , auf die dann wie üblich verwiesen werden kann.
32631 \end_layout
32632
32633 \begin_layout Standard
32634 Listing
32635 \begin_inset space ~
32636 \end_inset
32637
32638
32639 \begin_inset CommandInset ref
32640 LatexCommand ref
32641 reference "lst:Datei-Listing"
32642
32643 \end_inset
32644
32645  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
32646 \begin_inset space \thinspace{}
32647 \end_inset
32648
32649 -
32650 \begin_inset space \thinspace{}
32651 \end_inset
32652
32653 15 gedruckt werden.
32654 \end_layout
32655
32656 \begin_layout Standard
32657 \begin_inset CommandInset include
32658 LatexCommand lstinputlisting
32659 filename "EmbeddedObjects.lyx"
32660 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
32661
32662 \end_inset
32663
32664
32665 \end_layout
32666
32667 \begin_layout Standard
32668 \begin_inset VSpace bigskip
32669 \end_inset
32670
32671
32672 \end_layout
32673
32674 \begin_layout Standard
32675 \noindent
32676 Dokumentweite Listing-Eigenschaften können in
32677 \family sans
32678  Dokument\SpecialChar \menuseparator
32679 Einstellungen\SpecialChar \menuseparator
32680 Text\SpecialChar \-
32681 for\SpecialChar \-
32682 mat\SpecialChar \menuseparator
32683 Listing-Einstellungen
32684 \family default
32685  festgelegt werden.
32686  Auch dort bekommt man durch Eingabe eines Fragezeichens 
32687 \begin_inset Quotes gld
32688 \end_inset
32689
32690 ?
32691 \begin_inset Quotes grd
32692 \end_inset
32693
32694  links davon eine Liste aller möglichen Parameter.
32695 \end_layout
32696
32697 \begin_layout Standard
32698 Weitere Informationen über das 
32699 \series bold
32700 listings
32701 \series default
32702 -Paket finden Sie in 
32703 \begin_inset CommandInset citation
32704 LatexCommand cite
32705 key "listings"
32706
32707 \end_inset
32708
32709 .
32710 \begin_inset Newpage newpage
32711 \end_inset
32712
32713
32714 \end_layout
32715
32716 \begin_layout Chapter
32717 \start_of_appendix
32718 In LyX verfügbare Maßeinheiten
32719 \begin_inset CommandInset label
32720 LatexCommand label
32721 name "kap:In-LyX-verfügbare"
32722
32723 \end_inset
32724
32725
32726 \begin_inset Index
32727 status collapsed
32728
32729 \begin_layout Plain Layout
32730 Einheiten
32731 \end_layout
32732
32733 \end_inset
32734
32735
32736 \end_layout
32737
32738 \begin_layout Standard
32739 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
32740  Tabelle
32741 \begin_inset space ~
32742 \end_inset
32743
32744
32745 \begin_inset CommandInset ref
32746 LatexCommand ref
32747 reference "tab:Maßeinheiten"
32748
32749 \end_inset
32750
32751  alle in LyX verfügbaren Maßeinheiten.
32752 \end_layout
32753
32754 \begin_layout Standard
32755 \begin_inset Float table
32756 placement h
32757 wide false
32758 sideways false
32759 status open
32760
32761 \begin_layout Plain Layout
32762 \begin_inset Caption
32763
32764 \begin_layout Plain Layout
32765 \begin_inset CommandInset label
32766 LatexCommand label
32767 name "tab:Maßeinheiten"
32768
32769 \end_inset
32770
32771 Maßeinheiten
32772 \end_layout
32773
32774 \end_inset
32775
32776
32777 \end_layout
32778
32779 \begin_layout Plain Layout
32780 \begin_inset VSpace medskip
32781 \end_inset
32782
32783
32784 \end_layout
32785
32786 \begin_layout Plain Layout
32787 \align center
32788 \begin_inset Tabular
32789 <lyxtabular version="3" rows="20" columns="2">
32790 <features>
32791 <column alignment="center" valignment="top" width="0">
32792 <column alignment="center" valignment="top" width="0">
32793 <row>
32794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32795 \begin_inset Text
32796
32797 \begin_layout Plain Layout
32798
32799 \series bold
32800 Maßeinheit
32801 \end_layout
32802
32803 \end_inset
32804 </cell>
32805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32806 \begin_inset Text
32807
32808 \begin_layout Plain Layout
32809
32810 \series bold
32811 Name/Beschreibung
32812 \end_layout
32813
32814 \end_inset
32815 </cell>
32816 </row>
32817 <row>
32818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32819 \begin_inset Text
32820
32821 \begin_layout Plain Layout
32822 mm
32823 \end_layout
32824
32825 \end_inset
32826 </cell>
32827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32828 \begin_inset Text
32829
32830 \begin_layout Plain Layout
32831 Millimeter
32832 \end_layout
32833
32834 \end_inset
32835 </cell>
32836 </row>
32837 <row>
32838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32839 \begin_inset Text
32840
32841 \begin_layout Plain Layout
32842 cm
32843 \end_layout
32844
32845 \end_inset
32846 </cell>
32847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32848 \begin_inset Text
32849
32850 \begin_layout Plain Layout
32851 Zentimeter
32852 \end_layout
32853
32854 \end_inset
32855 </cell>
32856 </row>
32857 <row>
32858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32859 \begin_inset Text
32860
32861 \begin_layout Plain Layout
32862 in
32863 \end_layout
32864
32865 \end_inset
32866 </cell>
32867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32868 \begin_inset Text
32869
32870 \begin_layout Plain Layout
32871 Zoll (1
32872 \begin_inset space \thinspace{}
32873 \end_inset
32874
32875 in = 2.54
32876 \begin_inset space \thinspace{}
32877 \end_inset
32878
32879 cm
32880 \end_layout
32881
32882 \end_inset
32883 </cell>
32884 </row>
32885 <row>
32886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32887 \begin_inset Text
32888
32889 \begin_layout Plain Layout
32890 pt
32891 \end_layout
32892
32893 \end_inset
32894 </cell>
32895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32896 \begin_inset Text
32897
32898 \begin_layout Plain Layout
32899 Punkt (72.27
32900 \begin_inset space \thinspace{}
32901 \end_inset
32902
32903 pt = 1
32904 \begin_inset space \thinspace{}
32905 \end_inset
32906
32907 in)
32908 \end_layout
32909
32910 \end_inset
32911 </cell>
32912 </row>
32913 <row>
32914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32915 \begin_inset Text
32916
32917 \begin_layout Plain Layout
32918 pc
32919 \end_layout
32920
32921 \end_inset
32922 </cell>
32923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32924 \begin_inset Text
32925
32926 \begin_layout Plain Layout
32927 Pica (1
32928 \begin_inset space \thinspace{}
32929 \end_inset
32930
32931 pc = 12
32932 \begin_inset space \thinspace{}
32933 \end_inset
32934
32935 pt)
32936 \end_layout
32937
32938 \end_inset
32939 </cell>
32940 </row>
32941 <row>
32942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32943 \begin_inset Text
32944
32945 \begin_layout Plain Layout
32946 sp
32947 \end_layout
32948
32949 \end_inset
32950 </cell>
32951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32952 \begin_inset Text
32953
32954 \begin_layout Plain Layout
32955 skalierter Punkt (65536
32956 \begin_inset space \thinspace{}
32957 \end_inset
32958
32959 sp = 1
32960 \begin_inset space \thinspace{}
32961 \end_inset
32962
32963 pt)
32964 \end_layout
32965
32966 \end_inset
32967 </cell>
32968 </row>
32969 <row>
32970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32971 \begin_inset Text
32972
32973 \begin_layout Plain Layout
32974 bp
32975 \end_layout
32976
32977 \end_inset
32978 </cell>
32979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32980 \begin_inset Text
32981
32982 \begin_layout Plain Layout
32983 großer Punkt (72
32984 \begin_inset space \thinspace{}
32985 \end_inset
32986
32987 bp = 1
32988 \begin_inset space \thinspace{}
32989 \end_inset
32990
32991 in)
32992 \end_layout
32993
32994 \end_inset
32995 </cell>
32996 </row>
32997 <row>
32998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32999 \begin_inset Text
33000
33001 \begin_layout Plain Layout
33002 dd
33003 \end_layout
33004
33005 \end_inset
33006 </cell>
33007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33008 \begin_inset Text
33009
33010 \begin_layout Plain Layout
33011 Didot (1
33012 \begin_inset space \thinspace{}
33013 \end_inset
33014
33015 dd 
33016 \begin_inset Formula $\approx$
33017 \end_inset
33018
33019  0,376
33020 \begin_inset space \thinspace{}
33021 \end_inset
33022
33023 mm)
33024 \end_layout
33025
33026 \end_inset
33027 </cell>
33028 </row>
33029 <row>
33030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33031 \begin_inset Text
33032
33033 \begin_layout Plain Layout
33034 cc
33035 \end_layout
33036
33037 \end_inset
33038 </cell>
33039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33040 \begin_inset Text
33041
33042 \begin_layout Plain Layout
33043 Cicero (1
33044 \begin_inset space \thinspace{}
33045 \end_inset
33046
33047 cc = 12
33048 \begin_inset space \thinspace{}
33049 \end_inset
33050
33051 dd)
33052 \end_layout
33053
33054 \end_inset
33055 </cell>
33056 </row>
33057 <row>
33058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33059 \begin_inset Text
33060
33061 \begin_layout Plain Layout
33062 Skalierung%
33063 \end_layout
33064
33065 \end_inset
33066 </cell>
33067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33068 \begin_inset Text
33069
33070 \begin_layout Plain Layout
33071 % der originalen Bildbreite
33072 \end_layout
33073
33074 \end_inset
33075 </cell>
33076 </row>
33077 <row>
33078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33079 \begin_inset Text
33080
33081 \begin_layout Plain Layout
33082 Textbreite %
33083 \end_layout
33084
33085 \end_inset
33086 </cell>
33087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33088 \begin_inset Text
33089
33090 \begin_layout Plain Layout
33091 % der Textbreite
33092 \end_layout
33093
33094 \end_inset
33095 </cell>
33096 </row>
33097 <row>
33098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33099 \begin_inset Text
33100
33101 \begin_layout Plain Layout
33102 Spaltenbreite %
33103 \end_layout
33104
33105 \end_inset
33106 </cell>
33107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33108 \begin_inset Text
33109
33110 \begin_layout Plain Layout
33111 % der Spaltenbreite
33112 \end_layout
33113
33114 \end_inset
33115 </cell>
33116 </row>
33117 <row>
33118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33119 \begin_inset Text
33120
33121 \begin_layout Plain Layout
33122 Seitenbreite %
33123 \end_layout
33124
33125 \end_inset
33126 </cell>
33127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33128 \begin_inset Text
33129
33130 \begin_layout Plain Layout
33131 % der Seitenbreite
33132 \end_layout
33133
33134 \end_inset
33135 </cell>
33136 </row>
33137 <row>
33138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33139 \begin_inset Text
33140
33141 \begin_layout Plain Layout
33142 Zeilenbreite %
33143 \end_layout
33144
33145 \end_inset
33146 </cell>
33147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33148 \begin_inset Text
33149
33150 \begin_layout Plain Layout
33151 % der Zeilenbreite
33152 \end_layout
33153
33154 \end_inset
33155 </cell>
33156 </row>
33157 <row>
33158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33159 \begin_inset Text
33160
33161 \begin_layout Plain Layout
33162 Texthöhe %
33163 \end_layout
33164
33165 \end_inset
33166 </cell>
33167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33168 \begin_inset Text
33169
33170 \begin_layout Plain Layout
33171 % der Texthöhe
33172 \end_layout
33173
33174 \end_inset
33175 </cell>
33176 </row>
33177 <row>
33178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33179 \begin_inset Text
33180
33181 \begin_layout Plain Layout
33182 Seitenhöhe %
33183 \end_layout
33184
33185 \end_inset
33186 </cell>
33187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33188 \begin_inset Text
33189
33190 \begin_layout Plain Layout
33191 % der Seitenhöhe
33192 \end_layout
33193
33194 \end_inset
33195 </cell>
33196 </row>
33197 <row>
33198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33199 \begin_inset Text
33200
33201 \begin_layout Plain Layout
33202 ex
33203 \end_layout
33204
33205 \end_inset
33206 </cell>
33207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33208 \begin_inset Text
33209
33210 \begin_layout Plain Layout
33211 Die Höhe des Buchstabens 
33212 \emph on
33213 x
33214 \emph default
33215  im aktiven Zeichensatz
33216 \end_layout
33217
33218 \end_inset
33219 </cell>
33220 </row>
33221 <row>
33222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33223 \begin_inset Text
33224
33225 \begin_layout Plain Layout
33226 em
33227 \end_layout
33228
33229 \end_inset
33230 </cell>
33231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33232 \begin_inset Text
33233
33234 \begin_layout Plain Layout
33235 Die Breite des Buchstabens 
33236 \emph on
33237 M
33238 \emph default
33239  im aktiven Zeichensatz
33240 \end_layout
33241
33242 \end_inset
33243 </cell>
33244 </row>
33245 <row>
33246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33247 \begin_inset Text
33248
33249 \begin_layout Plain Layout
33250 mu
33251 \end_layout
33252
33253 \end_inset
33254 </cell>
33255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33256 \begin_inset Text
33257
33258 \begin_layout Plain Layout
33259 mathematische  Maßeinheit
33260 \series bold
33261  
33262 \series default
33263 (1
33264 \begin_inset space \thinspace{}
33265 \end_inset
33266
33267 mu = 1/18
33268 \begin_inset space \thinspace{}
33269 \end_inset
33270
33271 em)
33272 \end_layout
33273
33274 \end_inset
33275 </cell>
33276 </row>
33277 </lyxtabular>
33278
33279 \end_inset
33280
33281
33282 \end_layout
33283
33284 \end_inset
33285
33286
33287 \end_layout
33288
33289 \begin_layout Chapter
33290 Ausgabedatei-Formate mit Grafiken
33291 \begin_inset CommandInset label
33292 LatexCommand label
33293 name "kap:Ausgabedatei-Formate"
33294
33295 \end_inset
33296
33297
33298 \end_layout
33299
33300 \begin_layout Section
33301 DVI
33302 \begin_inset Index
33303 status collapsed
33304
33305 \begin_layout Plain Layout
33306 Dateiformat! DVI
33307 \end_layout
33308
33309 \end_inset
33310
33311
33312 \begin_inset Index
33313 status collapsed
33314
33315 \begin_layout Plain Layout
33316 DVI
33317 \end_layout
33318
33319 \end_inset
33320
33321
33322 \end_layout
33323
33324 \begin_layout Standard
33325 Dieser Dateityp hat die Erweiterung 
33326 \begin_inset Quotes gld
33327 \end_inset
33328
33329
33330 \family typewriter
33331 .dvi
33332 \family default
33333
33334 \begin_inset Quotes grd
33335 \end_inset
33336
33337  und wird 
33338 \begin_inset Quotes gld
33339 \end_inset
33340
33341 device independent
33342 \begin_inset Quotes grd
33343 \end_inset
33344
33345  genannt, weil er vollkommen portierbar ist.
33346  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
33347  dvi-Betrachter installiert hat.
33348  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
33349 ate wie PostScript benutzt.
33350 \end_layout
33351
33352 \begin_layout Standard
33353 \begin_inset Note Greyedout
33354 status open
33355
33356 \begin_layout Plain Layout
33357
33358 \series bold
33359 Bemerkung:
33360 \series default
33361  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
33362 \end_layout
33363
33364 \end_inset
33365
33366
33367 \end_layout
33368
33369 \begin_layout Standard
33370 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
33371  auf einen anderen Computer kopieren.
33372  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
33373  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
33374  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
33375 \family typewriter
33376  
33377 \family default
33378 blättern.
33379
33380 \family typewriter
33381  
33382 \family default
33383 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
33384  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
33385  
33386 \end_layout
33387
33388 \begin_layout Standard
33389 Sie können Ihr Dokument als DVI über das Menü 
33390 \family sans
33391 Datei\SpecialChar \menuseparator
33392 Exportieren\SpecialChar \menuseparator
33393 DVI
33394 \family default
33395  exportieren.
33396  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
33397 \family sans
33398 Ansicht
33399 \family default
33400  oder den Werkzeugleistenknopf 
33401 \begin_inset Graphics
33402         filename ../../images/buffer-view_dvi.png
33403         scale 70
33404         scaleBeforeRotation
33405         BoundingBox 0bp 0bp 20bp 20bp
33406
33407 \end_inset
33408
33409  anschauen.
33410 \end_layout
33411
33412 \begin_layout Section
33413 PostScript
33414 \begin_inset CommandInset label
33415 LatexCommand label
33416 name "abs:PostScript"
33417
33418 \end_inset
33419
33420
33421 \begin_inset Index
33422 status collapsed
33423
33424 \begin_layout Plain Layout
33425 Dateiformat  ! PostScript
33426 \end_layout
33427
33428 \end_inset
33429
33430
33431 \begin_inset Index
33432 status collapsed
33433
33434 \begin_layout Plain Layout
33435 PostScript
33436 \end_layout
33437
33438 \end_inset
33439
33440
33441 \end_layout
33442
33443 \begin_layout Standard
33444 Dieser Dateityp hat die Erweiterung 
33445 \begin_inset Quotes gld
33446 \end_inset
33447
33448
33449 \family typewriter
33450 .ps
33451 \family default
33452
33453 \begin_inset Quotes grd
33454 \end_inset
33455
33456 .
33457  PostScript wurde von der Firma
33458 \family typewriter
33459  Adobe
33460 \family default
33461  als Druckersprache entwickelt.
33462  Die Datei enthält deshalb Druckbefehle.
33463  PostScript kann als 
33464 \begin_inset Quotes gld
33465 \end_inset
33466
33467 Programmiersprache
33468 \begin_inset Quotes grd
33469 \end_inset
33470
33471  angesehen werden.
33472  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
33473 \begin_inset Foot
33474 status collapsed
33475
33476 \begin_layout Plain Layout
33477 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
33478  von
33479 \series bold
33480  PSTricks
33481 \series default
33482  
33483 \begin_inset CommandInset citation
33484 LatexCommand cite
33485 key "pstricks"
33486
33487 \end_inset
33488
33489  oder 
33490 \begin_inset CommandInset citation
33491 LatexCommand cite
33492 key "latex-praxisbuch"
33493
33494 \end_inset
33495
33496  ansehen.
33497 \end_layout
33498
33499 \end_inset
33500
33501 .
33502  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
33503 \end_layout
33504
33505 \begin_layout Standard
33506 PostScript kann nur Bilder im Format EPS
33507 \begin_inset Index
33508 status collapsed
33509
33510 \begin_layout Plain Layout
33511 EPS
33512 \end_layout
33513
33514 \end_inset
33515
33516  (Encapsulated PostScript, Datei-Er\SpecialChar \-
33517 wei\SpecialChar \-
33518 ter\SpecialChar \-
33519 ung 
33520 \begin_inset Quotes gld
33521 \end_inset
33522
33523
33524 \family typewriter
33525 .eps
33526 \family default
33527
33528 \begin_inset Quotes grd
33529 \end_inset
33530
33531 ) enthalten.
33532  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
33533  intern nach EPS konvertieren.
33534  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
33535  verlangsamen.
33536  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
33537  konvertieren und direkt als EPS einfügen.
33538 \end_layout
33539
33540 \begin_layout Standard
33541 Sie können Ihr Dokument als PostScript über das Menü 
33542 \family sans
33543 Datei\SpecialChar \menuseparator
33544 Exportieren\SpecialChar \menuseparator
33545 Post\SpecialChar \-
33546 Script
33547 \family default
33548  exportieren.
33549  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
33550 \family sans
33551 Ansicht
33552 \family default
33553  oder den Werkzeugleistenknopf 
33554 \begin_inset Graphics
33555         filename ../../images/buffer-view_ps.png
33556         scale 70
33557         scaleBeforeRotation
33558
33559 \end_inset
33560
33561  anschauen.
33562 \end_layout
33563
33564 \begin_layout Section
33565 PDF
33566 \begin_inset CommandInset label
33567 LatexCommand label
33568 name "abs:PDF"
33569
33570 \end_inset
33571
33572
33573 \begin_inset Index
33574 status collapsed
33575
33576 \begin_layout Plain Layout
33577 Dateiformat! PDF
33578 \end_layout
33579
33580 \end_inset
33581
33582
33583 \begin_inset Index
33584 status collapsed
33585
33586 \begin_layout Plain Layout
33587 PDF
33588 \end_layout
33589
33590 \end_inset
33591
33592
33593 \end_layout
33594
33595 \begin_layout Standard
33596 Dieser Dateityp hat die Erweiterung 
33597 \begin_inset Quotes gld
33598 \end_inset
33599
33600
33601 \family typewriter
33602 .pdf
33603 \family default
33604
33605 \begin_inset Quotes grd
33606 \end_inset
33607
33608 .
33609  Das
33610 \emph on
33611  
33612 \emph default
33613
33614 \begin_inset Quotes gld
33615 \end_inset
33616
33617 Portable Document Format
33618 \begin_inset Quotes grd
33619 \end_inset
33620
33621  (PDF) wurde auch von der Firma 
33622 \family typewriter
33623 Adobe
33624 \family default
33625  als Derivat von PostScript entwickelt.
33626  Es ist komprimierter und benutzt weniger Befehle als PostScript.
33627  Wie der Begriff 
33628 \begin_inset Quotes gld
33629 \end_inset
33630
33631 portable
33632 \begin_inset Quotes grd
33633 \end_inset
33634
33635  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
33636  werden, und der Ausdruck sieht immer gleich aus.
33637 \end_layout
33638
33639 \begin_layout Standard
33640 PDF kann Bilder im eigenen PDF-Format, im Format 
33641 \begin_inset Quotes gld
33642 \end_inset
33643
33644 Joint Photographic Experts Group
33645 \begin_inset Quotes grd
33646 \end_inset
33647
33648  (JPEG
33649 \begin_inset Index
33650 status collapsed
33651
33652 \begin_layout Plain Layout
33653 JPG, JPEG
33654 \end_layout
33655
33656 \end_inset
33657
33658 , Datei-Erweiterung 
33659 \begin_inset Quotes gld
33660 \end_inset
33661
33662
33663 \family typewriter
33664 .jpg
33665 \family default
33666
33667 \begin_inset Quotes grd
33668 \end_inset
33669
33670  oder 
33671 \begin_inset Quotes gld
33672 \end_inset
33673
33674
33675 \family typewriter
33676 .jpeg
33677 \family default
33678
33679 \begin_inset Quotes grd
33680 \end_inset
33681
33682 ) und im Format 
33683 \begin_inset Quotes gld
33684 \end_inset
33685
33686 Portable Network Graphics
33687 \begin_inset Quotes grd
33688 \end_inset
33689
33690  (PNG
33691 \begin_inset Index
33692 status collapsed
33693
33694 \begin_layout Plain Layout
33695 PNG
33696 \end_layout
33697
33698 \end_inset
33699
33700 , Datei-Erweiterung 
33701 \begin_inset Quotes gld
33702 \end_inset
33703
33704
33705 \family typewriter
33706 .png
33707 \family default
33708
33709 \begin_inset Quotes grd
33710 \end_inset
33711
33712 ) enthalten.
33713  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
33714  Sie konvertieren wird.
33715  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
33716  wird, eines der drei erwähnten Bildformate zu benutzen.
33717 \end_layout
33718
33719 \begin_layout Standard
33720 PDF-Dateien können Sie über 
33721 \family sans
33722 Datei\SpecialChar \menuseparator
33723 Exportieren
33724 \family default
33725  auf drei Arten erzeugen:
33726 \end_layout
33727
33728 \begin_layout Description
33729 PDF
33730 \begin_inset space ~
33731 \end_inset
33732
33733 (ps2pdf) benutzt das Programm
33734 \family typewriter
33735  ps2pdf
33736 \family default
33737 , das eine PDF-Datei aus einer Post\SpecialChar \-
33738 Script®-Version Ihres Dokument erstellt.
33739  Die PostScript-Version wird mit dem Programm 
33740 \family typewriter
33741 dvips
33742 \family default
33743  aus einer DVI-Version erstellt.
33744  Es werden also drei Konvertierungen verwendet.
33745 \end_layout
33746
33747 \begin_layout Description
33748 PDF
33749 \begin_inset space ~
33750 \end_inset
33751
33752 (dvipdfm) benutzt das Programm 
33753 \family typewriter
33754 dvipdfm
33755 \family default
33756 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
33757  PDF konvertiert.
33758 \end_layout
33759
33760 \begin_layout Description
33761 PDF
33762 \begin_inset space ~
33763 \end_inset
33764
33765 (pdflatex) benutzt das Programm
33766 \family typewriter
33767  pdftex
33768 \family default
33769 , das Ihr Dokument direkt nach PDF konvertiert.
33770 \end_layout
33771
33772 \begin_layout Standard
33773
33774 \family sans
33775 PDF
33776 \begin_inset space ~
33777 \end_inset
33778
33779 (pdflatex)
33780 \family default
33781  wird empfohlen, weil
33782 \family typewriter
33783  pdftex
33784 \family default
33785  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
33786  ohne Probleme arbeitet.
33787  Das Programm 
33788 \family typewriter
33789 dvi\SpecialChar \-
33790 pdfm
33791 \family default
33792  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
33793 \end_layout
33794
33795 \begin_layout Standard
33796 Sie können Ihr Dokument als PDF über das Menü 
33797 \family sans
33798 Datei\SpecialChar \menuseparator
33799 Exportieren\SpecialChar \menuseparator
33800 PDF
33801 \family default
33802  exportieren.
33803  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
33804 \family sans
33805 Ansicht
33806 \family default
33807  oder den Werkzeugleistenknopf 
33808 \begin_inset Graphics
33809         filename ../../images/buffer-view_pdf2.png
33810         scale 70
33811         scaleBeforeRotation
33812         BoundingBox 0bp 0bp 20bp 20bp
33813
33814 \end_inset
33815
33816  anschauen 
33817 \family sans
33818 (
33819 \family default
33820 der 
33821 \family sans
33822 PDF
33823 \begin_inset space ~
33824 \end_inset
33825
33826 (pdflatex)
33827 \family default
33828  verwendet).
33829 \end_layout
33830
33831 \begin_layout Chapter
33832 Erklärung der Gleichung
33833 \begin_inset space ~
33834 \end_inset
33835
33836
33837 \begin_inset CommandInset ref
33838 LatexCommand eqref
33839 reference "eq:Wgn"
33840
33841 \end_inset
33842
33843
33844 \begin_inset CommandInset label
33845 LatexCommand label
33846 name "kap:Exläuterung-einer-Gleichung"
33847
33848 \end_inset
33849
33850
33851 \end_layout
33852
33853 \begin_layout Standard
33854 Die Gesamtbreite von
33855 \emph on
33856  n
33857 \emph default
33858  Tabellenzellen 
33859 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33860 \end_inset
33861
33862  kann wie folgt berechnet werden:
33863 \end_layout
33864
33865 \begin_layout Standard
33866 \begin_inset Formula \begin{equation}
33867 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}
33868
33869 \end_inset
33870
33871
33872 \end_layout
33873
33874 \begin_layout Standard
33875 Dabei ist 
33876 \begin_inset Formula $W_{g\, n}$
33877 \end_inset
33878
33879  die Breite jeder Zelle.
33880
33881 \series bold
33882  
33883 \backslash
33884 tabcolsep
33885 \series default
33886  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
33887  Standardwert 6
33888 \begin_inset space \thinspace{}
33889 \end_inset
33890
33891 pt.
33892  
33893 \series bold
33894
33895 \backslash
33896 arrayrulewidth
33897 \series default
33898  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
33899 \begin_inset space \thinspace{}
33900 \end_inset
33901
33902 pt.
33903 \end_layout
33904
33905 \begin_layout Standard
33906 Nach Gleichung
33907 \begin_inset space ~
33908 \end_inset
33909
33910
33911 \begin_inset CommandInset ref
33912 LatexCommand ref
33913 reference "eq:Wtot_n"
33914
33915 \end_inset
33916
33917  ist die Gesamtbreite einer Mehrfachspalte, 
33918 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33919 \end_inset
33920
33921 ,
33922 \end_layout
33923
33924 \begin_layout Standard
33925 \begin_inset Formula \begin{equation}
33926 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33927
33928 \end_inset
33929
33930
33931 \end_layout
33932
33933 \begin_layout Standard
33934 Setzt man die Gleichungen
33935 \begin_inset space ~
33936 \end_inset
33937
33938
33939 \begin_inset CommandInset ref
33940 LatexCommand ref
33941 reference "eq:Wtot_n"
33942
33943 \end_inset
33944
33945  und 
33946 \begin_inset CommandInset ref
33947 LatexCommand ref
33948 reference "eq:Wtot_mult"
33949
33950 \end_inset
33951
33952  gleich, kann man die benötigte Breite 
33953 \begin_inset Formula $W_{g\, n}$
33954 \end_inset
33955
33956 , wenn 
33957 \emph on
33958 n
33959 \emph default
33960  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
33961 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33962 \end_inset
33963
33964  hat, berechnen:
33965 \end_layout
33966
33967 \begin_layout Standard
33968 \begin_inset Formula \begin{equation}
33969 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33970
33971 \end_inset
33972
33973
33974 \end_layout
33975
33976 \begin_layout Bibliography
33977 \begin_inset CommandInset bibitem
33978 LatexCommand bibitem
33979 key "latexcompanion"
33980
33981 \end_inset
33982
33983 Frank Mittelbach and Michel Goossens: 
33984 \emph on
33985 The LaTeX Companion Second Edition.
33986
33987 \emph default
33988  Addison-Wesley, 2004
33989 \end_layout
33990
33991 \begin_layout Bibliography
33992 \begin_inset CommandInset bibitem
33993 LatexCommand bibitem
33994 key "latexguide"
33995
33996 \end_inset
33997
33998 Helmut Kopka and Patrick W.
33999  Daly: 
34000 \emph on
34001 A Guide to LaTeX Fourth Edition.
34002
34003 \emph default
34004  Addison-Wesley, 2003
34005 \end_layout
34006
34007 \begin_layout Bibliography
34008 \begin_inset CommandInset bibitem
34009 LatexCommand bibitem
34010 key "lamport"
34011
34012 \end_inset
34013
34014 Leslie Lamport: 
34015 \emph on
34016 LaTeX: A Document Preparation System.
34017
34018 \emph default
34019  Addison-Wesley, second edition, 1994
34020 \end_layout
34021
34022 \begin_layout Bibliography
34023 \begin_inset CommandInset bibitem
34024 LatexCommand bibitem
34025 key "latex-praxisbuch"
34026
34027 \end_inset
34028
34029 Niedermair, Elke & Michael: 
34030 \emph on
34031 LaTeX-Praxisbuch
34032 \emph default
34033 , Franzis-Verlag, 2004
34034 \end_layout
34035
34036 \begin_layout Bibliography
34037 \begin_inset CommandInset bibitem
34038 LatexCommand bibitem
34039 key "booktabs"
34040
34041 \end_inset
34042
34043 Dokumentation des LaTeX-Pakets 
34044 \series bold
34045
34046 \begin_inset CommandInset href
34047 LatexCommand href
34048 name "booktabs"
34049 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34050
34051 \end_inset
34052
34053
34054 \series default
34055
34056 \begin_inset Index
34057 status collapsed
34058
34059 \begin_layout Plain Layout
34060 LaTeX-Pakete ! booktabs
34061 \end_layout
34062
34063 \end_inset
34064
34065
34066 \end_layout
34067
34068 \begin_layout Bibliography
34069 \begin_inset CommandInset bibitem
34070 LatexCommand bibitem
34071 key "caption"
34072
34073 \end_inset
34074
34075 Dokumentation des LaTeX-Pakets 
34076 \series bold
34077
34078 \begin_inset CommandInset href
34079 LatexCommand href
34080 name "caption"
34081 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
34082
34083 \end_inset
34084
34085
34086 \series default
34087
34088 \begin_inset Index
34089 status collapsed
34090
34091 \begin_layout Plain Layout
34092 LaTeX-Pakete ! caption
34093 \end_layout
34094
34095 \end_inset
34096
34097
34098 \end_layout
34099
34100 \begin_layout Bibliography
34101 \begin_inset CommandInset bibitem
34102 LatexCommand bibitem
34103 key "endfloat"
34104
34105 \end_inset
34106
34107 Dokumentation des LaTeX-Pakets 
34108 \series bold
34109
34110 \begin_inset CommandInset href
34111 LatexCommand href
34112 name "endfloat"
34113 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34114
34115 \end_inset
34116
34117
34118 \series default
34119
34120 \begin_inset Index
34121 status collapsed
34122
34123 \begin_layout Plain Layout
34124 LaTeX-Pakete ! endfloat
34125 \end_layout
34126
34127 \end_inset
34128
34129
34130 \end_layout
34131
34132 \begin_layout Bibliography
34133 \begin_inset CommandInset bibitem
34134 LatexCommand bibitem
34135 key "wrapfig"
34136
34137 \end_inset
34138
34139 Dokumentation des LaTeX-Pakets 
34140 \series bold
34141
34142 \begin_inset CommandInset href
34143 LatexCommand href
34144 name "wrapfig"
34145 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34146
34147 \end_inset
34148
34149
34150 \series default
34151
34152 \begin_inset Index
34153 status collapsed
34154
34155 \begin_layout Plain Layout
34156 LaTeX-Pakete ! wrapfig
34157 \begin_inset ERT
34158 status collapsed
34159
34160 \begin_layout Plain Layout
34161
34162
34163 \backslash
34164 vspace{4mm}
34165 \end_layout
34166
34167 \end_inset
34168
34169
34170 \end_layout
34171
34172 \end_inset
34173
34174
34175 \end_layout
34176
34177 \begin_layout Bibliography
34178 \begin_inset CommandInset bibitem
34179 LatexCommand bibitem
34180 key "footmisc"
34181
34182 \end_inset
34183
34184 Dokumentation des LaTeX-Pakets 
34185 \series bold
34186
34187 \begin_inset CommandInset href
34188 LatexCommand href
34189 name "footmisc"
34190 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34191
34192 \end_inset
34193
34194
34195 \series default
34196
34197 \begin_inset Index
34198 status collapsed
34199
34200 \begin_layout Plain Layout
34201 LaTeX-Pakete ! footmisc
34202 \end_layout
34203
34204 \end_inset
34205
34206
34207 \end_layout
34208
34209 \begin_layout Bibliography
34210 \begin_inset CommandInset bibitem
34211 LatexCommand bibitem
34212 key "hypcap"
34213
34214 \end_inset
34215
34216 Dokumentation des LaTeX-Pakets 
34217 \series bold
34218
34219 \begin_inset CommandInset href
34220 LatexCommand href
34221 name "hypcap"
34222 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34223
34224 \end_inset
34225
34226
34227 \series default
34228
34229 \begin_inset Index
34230 status collapsed
34231
34232 \begin_layout Plain Layout
34233 LaTeX-Pakete ! hypcap
34234 \end_layout
34235
34236 \end_inset
34237
34238
34239 \end_layout
34240
34241 \begin_layout Bibliography
34242 \begin_inset CommandInset bibitem
34243 LatexCommand bibitem
34244 key "hyperref"
34245
34246 \end_inset
34247
34248 Dokumentation des LaTeX-Pakets 
34249 \series bold
34250
34251 \begin_inset CommandInset href
34252 LatexCommand href
34253 name "hyperref"
34254 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34255
34256 \end_inset
34257
34258
34259 \series default
34260
34261 \begin_inset Index
34262 status collapsed
34263
34264 \begin_layout Plain Layout
34265 LaTeX-Pakete ! hyperref
34266 \end_layout
34267
34268 \end_inset
34269
34270
34271 \end_layout
34272
34273 \begin_layout Bibliography
34274 \begin_inset CommandInset bibitem
34275 LatexCommand bibitem
34276 key "koma-script"
34277
34278 \end_inset
34279
34280 Dokumentation des LaTeX-Pakets 
34281 \series bold
34282
34283 \begin_inset CommandInset href
34284 LatexCommand href
34285 name "koma-script"
34286 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
34287
34288 \end_inset
34289
34290
34291 \series default
34292
34293 \begin_inset Index
34294 status collapsed
34295
34296 \begin_layout Plain Layout
34297 LaTeX-Pakete ! koma-script
34298 \end_layout
34299
34300 \end_inset
34301
34302
34303 \end_layout
34304
34305 \begin_layout Bibliography
34306 \begin_inset CommandInset bibitem
34307 LatexCommand bibitem
34308 key "listings"
34309
34310 \end_inset
34311
34312 Dokumentation des LaTeX-Pakets 
34313 \series bold
34314
34315 \begin_inset CommandInset href
34316 LatexCommand href
34317 name "listings"
34318 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34319
34320 \end_inset
34321
34322
34323 \series default
34324
34325 \begin_inset Index
34326 status collapsed
34327
34328 \begin_layout Plain Layout
34329 LaTeX-Pakete ! listings
34330 \end_layout
34331
34332 \end_inset
34333
34334
34335 \end_layout
34336
34337 \begin_layout Bibliography
34338 \begin_inset CommandInset bibitem
34339 LatexCommand bibitem
34340 key "marginnote"
34341
34342 \end_inset
34343
34344 Dokumentation des LaTeX-Pakets 
34345 \series bold
34346
34347 \begin_inset CommandInset href
34348 LatexCommand href
34349 name "marginnote"
34350 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34351
34352 \end_inset
34353
34354
34355 \series default
34356
34357 \begin_inset Index
34358 status collapsed
34359
34360 \begin_layout Plain Layout
34361 LaTeX-Pakete ! marginnote
34362 \end_layout
34363
34364 \end_inset
34365
34366
34367 \end_layout
34368
34369 \begin_layout Bibliography
34370 \begin_inset CommandInset bibitem
34371 LatexCommand bibitem
34372 key "pstricks"
34373
34374 \end_inset
34375
34376 Webseite des LaTeX-Pakets 
34377 \series bold
34378
34379 \begin_inset CommandInset href
34380 LatexCommand href
34381 name "PSTricks"
34382 target "http://tug.org/PSTricks/"
34383
34384 \end_inset
34385
34386
34387 \series default
34388
34389 \begin_inset Index
34390 status collapsed
34391
34392 \begin_layout Plain Layout
34393 LaTeX-Pakete ! pstricks
34394 \end_layout
34395
34396 \end_inset
34397
34398
34399 \end_layout
34400
34401 \begin_layout Bibliography
34402 \begin_inset CommandInset bibitem
34403 LatexCommand bibitem
34404 key "sidecap"
34405
34406 \end_inset
34407
34408 Dokumentation des LaTeX-Pakets 
34409 \series bold
34410
34411 \begin_inset CommandInset href
34412 LatexCommand href
34413 name "sidecap"
34414 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34415
34416 \end_inset
34417
34418
34419 \series default
34420
34421 \begin_inset Index
34422 status collapsed
34423
34424 \begin_layout Plain Layout
34425 LaTeX-Pakete ! sidecap
34426 \end_layout
34427
34428 \end_inset
34429
34430
34431 \end_layout
34432
34433 \begin_layout Bibliography
34434 \begin_inset CommandInset bibitem
34435 LatexCommand bibitem
34436 key "NewInLyX16"
34437
34438 \end_inset
34439
34440
34441 \begin_inset CommandInset href
34442 LatexCommand href
34443 name "Wiki-Seite"
34444 target "http://wiki.lyx.org/LyX/NewInLyX16"
34445
34446 \end_inset
34447
34448  über neue Funktionen in 
34449 \family sans
34450 LyX 1.6.0
34451 \family default
34452 .
34453 \end_layout
34454
34455 \begin_layout Standard
34456 \begin_inset CommandInset index_print
34457 LatexCommand printindex
34458
34459 \end_inset
34460
34461
34462 \end_layout
34463
34464 \begin_layout Standard
34465 \begin_inset FloatList figure
34466
34467 \end_inset
34468
34469
34470 \end_layout
34471
34472 \begin_layout Standard
34473 \begin_inset FloatList table
34474
34475 \end_inset
34476
34477
34478 \end_layout
34479
34480 \begin_layout Standard
34481 \begin_inset ERT
34482 status open
34483
34484 \begin_layout Plain Layout
34485
34486
34487 \backslash
34488 listof{algorithm}{Algorithmenverzeichnis}
34489 \end_layout
34490
34491 \end_inset
34492
34493
34494 \begin_inset Note Note
34495 status collapsed
34496
34497 \begin_layout Plain Layout
34498 siehe Abschnitt
34499 \begin_inset space ~
34500 \end_inset
34501
34502
34503 \begin_inset CommandInset ref
34504 LatexCommand ref
34505 reference "uab:Gleitobjekt-Algorithmen"
34506
34507 \end_inset
34508
34509  für eine Beschreibung
34510 \end_layout
34511
34512 \end_inset
34513
34514
34515 \end_layout
34516
34517 \end_body
34518 \end_document