]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
EmbeddedObjects.lyx: add description of image settings grouping
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 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 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
409  klicken.
410  Der Dialog hat drei Karteikarten:
411 \end_layout
412
413 \begin_layout Description
414
415 \family sans
416 Grafik
417 \family default
418  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
419  Version festlegen.
420  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
421 \begin_inset space ~
422 \end_inset
423
424
425 \begin_inset CommandInset ref
426 LatexCommand ref
427 reference "kap:In-LyX-verfügbare"
428
429 \end_inset
430
431  erklärt.
432 \begin_inset Newline newline
433 \end_inset
434
435
436 \begin_inset Index
437 status collapsed
438
439 \begin_layout Plain Layout
440 Abbildungen ! rotierte
441 \end_layout
442
443 \end_inset
444
445 Sie können Abbildungen durch Angabe eines 
446 \family sans
447 Winkel
448 \family default
449
450 \begin_inset space ~
451 \end_inset
452
453
454 \family sans
455 (Grad)
456 \family default
457  und Festlegung eines 
458 \family sans
459 Drehpunktes
460 \family default
461  drehen.
462  Negative Winkel drehen im Uhrzeigersinn.
463  Die Abbildung wird auch in LyX gedreht.
464 \begin_inset Newline newline
465 \end_inset
466
467
468 \begin_inset Index
469 status collapsed
470
471 \begin_layout Plain Layout
472 Abbildungen ! skalierte
473 \end_layout
474
475 \end_inset
476
477 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
478  oder Höhe und Breite definiert.
479  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
480  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
481  wobei sie möglicherweise verzerrt wird.
482  Um das zu vermeiden, sollten Sie 
483 \family sans
484 Seitenverhältnis
485 \begin_inset space ~
486 \end_inset
487
488 beibehalten
489 \family default
490  ankreuzen.
491  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für 
492 \family sans
493 Höhe
494 \family default
495  und 
496 \family sans
497 Breite
498 \family default
499  nicht überschritten werden.
500 \begin_inset Newline newline
501 \end_inset
502
503 Wenn Sie auf 
504 \family sans
505 Bearbeiten
506 \family default
507  klicken, können Abbildungen mit einem Programm, das in 
508 \family sans
509 Werkzeuge\SpecialChar \menuseparator
510 Einstellungen\SpecialChar \menuseparator
511 Datei-Handhabung\SpecialChar \menuseparator
512 Dateiformate
513 \family default
514  im Feld 
515 \family sans
516 Bearbeitungsprogramm
517 \family default
518  festgelegt wurde, bearbeitet werden.
519 \end_layout
520
521 \begin_layout Description
522
523 \family sans
524 Ausschnitt
525 \family default
526  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
527  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
528  Wenn Sie auf 
529 \family sans
530 Lese
531 \begin_inset space ~
532 \end_inset
533
534 aus
535 \begin_inset space ~
536 \end_inset
537
538 Datei
539 \family default
540  klicken, werden die Koordinaten automatisch berechnet.
541  Die Option 
542 \family sans
543 Auf
544 \begin_inset space ~
545 \end_inset
546
547 Begrenzungsbox
548 \begin_inset space ~
549 \end_inset
550
551 zuschneiden
552 \family default
553  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
554  Koordinaten liegt.
555  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
556  diese Karteikarte ignorieren.
557 \end_layout
558
559 \begin_layout Description
560
561 \family sans
562 LaTeX-
563 \begin_inset space ~
564 \end_inset
565
566 und
567 \begin_inset space ~
568 \end_inset
569
570 LyX-Optionen
571 \family default
572  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
573  LaTeX-Experten können weitere LaTeX-Optionen definieren.
574 \begin_inset Newline newline
575 \end_inset
576
577 Ist die Option 
578 \family sans
579 Entwurfsmodus 
580 \family default
581 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
582  darin gedruckt.
583 \begin_inset Newline newline
584 \end_inset
585
586 Die Option 
587 \family sans
588 Beim
589 \begin_inset space ~
590 \end_inset
591
592 Exportieren
593 \begin_inset space ~
594 \end_inset
595
596 nicht
597 \begin_inset space ~
598 \end_inset
599
600 entpacken
601 \family default
602  betrifft nur gepackte EPS-Dateien, zum Beispiel 
603 \emph on
604 x.eps.gz
605 \emph default
606 .
607  LaTeX kann so mit ihnen umgehen.
608 \begin_inset Newline newline
609 \end_inset
610
611 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
612  wählen, siehe Anhang
613 \begin_inset space ~
614 \end_inset
615
616
617 \begin_inset CommandInset ref
618 LatexCommand ref
619 reference "abs:PostScript"
620
621 \end_inset
622
623 .
624  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
625 \begin_inset Newline newline
626 \end_inset
627
628
629 \series bold
630 gzip x.eps
631 \begin_inset Newline newline
632 \end_inset
633
634 zgrep %%Bounding x.eps.gz > x.eps.bb
635 \series default
636
637 \begin_inset Newline newline
638 \end_inset
639
640 Der zweite Befehl erzeugt die Begrenzungsbox 
641 \begin_inset Quotes gld
642 \end_inset
643
644 x.eps.bb
645 \begin_inset Quotes grd
646 \end_inset
647
648 , die LaTeX für gepackte Abbildungen benötigt.
649 \begin_inset Newline newline
650 \end_inset
651
652 Das Feld 
653 \family sans
654 Gruppenname
655 \begin_inset space ~
656 \end_inset
657
658 initialisieren
659 \family default
660  ermöglicht es eine Einstellungsgruppe zu definieren oder dem Bild eine
661  solche zuzuordnen.
662 \begin_inset Index
663 status collapsed
664
665 \begin_layout Plain Layout
666 Abbildungen ! Einstellungsgruppen
667 \end_layout
668
669 \end_inset
670
671  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
672  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
673  der Gruppe geändert werden.
674  Damit kann man z.B.
675 \begin_inset space ~
676 \end_inset
677
678 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
679  Bild tun zu müssen.
680  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
681  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
682 \end_layout
683
684 \begin_layout Standard
685 \begin_inset VSpace bigskip
686 \end_inset
687
688
689 \end_layout
690
691 \begin_layout Standard
692 Hier ist eine zentrierte EPS-Abbildung
693 \begin_inset Foot
694 status collapsed
695
696 \begin_layout Plain Layout
697 Abbildungsformate sind in Abschnitt
698 \begin_inset space ~
699 \end_inset
700
701
702 \begin_inset CommandInset ref
703 LatexCommand ref
704 reference "abs:Bildformate"
705
706 \end_inset
707
708  beschrieben.
709 \end_layout
710
711 \end_inset
712
713  in einem eigenen Absatz:
714 \end_layout
715
716 \begin_layout Standard
717 \align center
718 \begin_inset Graphics
719         filename ../clipart/mobius.eps
720         scale 70
721         scaleBeforeRotation
722         rotateOrigin center
723
724 \end_inset
725
726
727 \end_layout
728
729 \begin_layout Standard
730 \noindent
731 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
732 \end_layout
733
734 \begin_layout Standard
735 \align center
736 \begin_inset Graphics
737         filename ../clipart/mobius.eps
738         scale 70
739         draft
740         scaleBeforeRotation
741         rotateOrigin center
742
743 \end_inset
744
745
746 \end_layout
747
748 \begin_layout Section
749 Gleitende Abbildungen
750 \begin_inset CommandInset label
751 LatexCommand label
752 name "abs:Gleitende-Abbildungen"
753
754 \end_inset
755
756
757 \begin_inset Index
758 status collapsed
759
760 \begin_layout Plain Layout
761 Abbildungen ! gleitende
762 \end_layout
763
764 \end_inset
765
766
767 \begin_inset Index
768 status collapsed
769
770 \begin_layout Plain Layout
771 Gleitobjekte ! Abbildungen
772 \end_layout
773
774 \end_inset
775
776
777 \end_layout
778
779 \begin_layout Standard
780 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
781 \begin_inset space ~
782 \end_inset
783
784
785 \begin_inset CommandInset ref
786 LatexCommand ref
787 reference "abs:Gleitobjekte-Einleitung"
788
789 \end_inset
790
791 .
792 \end_layout
793
794 \begin_layout Standard
795 Wenn Sie auf das Werkzeugleisten-Symbol 
796 \begin_inset Graphics
797         filename ../../images/float-insert_figure.png
798         scale 70
799         scaleBeforeRotation
800         BoundingBox 0bp 6bp 22bp 22bp
801
802 \end_inset
803
804  klicken oder 
805 \family sans
806 Einfügen\SpecialChar \menuseparator
807 Gleit\SpecialChar \-
808 objekt\SpecialChar \menuseparator
809 Abbildung
810 \family default
811  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
812  In das rot umrahmte Feld rechts von 
813 \emph on
814 Abbildung
815 \begin_inset space ~
816 \end_inset
817
818 Nr:
819 \emph default
820  schreiben Sie die Bildbeschriftung.
821  Nach einem Klick oberhalb oder unterhalb von 
822 \emph on
823 Abbildung
824 \begin_inset space ~
825 \end_inset
826
827 Nr:
828 \emph default
829  können Sie dann eine Abbildung wie 
830 \begin_inset CommandInset ref
831 LatexCommand ref
832 reference "abb:kill-plat"
833
834 \end_inset
835
836  oberhalb oder wie Abbildung
837 \begin_inset space ~
838 \end_inset
839
840
841 \begin_inset CommandInset ref
842 LatexCommand ref
843 reference "abb:escher"
844
845 \end_inset
846
847  unterhalb der Bildbeschriftung einfügen.
848  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
849 \begin_inset space ~
850 \end_inset
851
852
853 \begin_inset CommandInset ref
854 LatexCommand ref
855 reference "abs:Titel-Platzierung"
856
857 \end_inset
858
859 .
860 \end_layout
861
862 \begin_layout Standard
863 \begin_inset Float figure
864 wide false
865 sideways false
866 status open
867
868 \begin_layout Plain Layout
869 \align center
870 \begin_inset Graphics
871         filename ../clipart/platypus.eps
872         width 50col%
873         scaleBeforeRotation
874         rotateOrigin center
875
876 \end_inset
877
878
879 \end_layout
880
881 \begin_layout Plain Layout
882 \begin_inset Caption
883
884 \begin_layout Plain Layout
885 \begin_inset CommandInset label
886 LatexCommand label
887 name "abb:kill-plat"
888
889 \end_inset
890
891 Platypus in einem Gleitobjekt
892 \end_layout
893
894 \end_inset
895
896
897 \end_layout
898
899 \end_inset
900
901
902 \end_layout
903
904 \begin_layout Standard
905 \begin_inset Float figure
906 wide false
907 sideways false
908 status open
909
910 \begin_layout Plain Layout
911 \begin_inset Caption
912
913 \begin_layout Plain Layout
914 \begin_inset CommandInset label
915 LatexCommand label
916 name "abb:escher"
917
918 \end_inset
919
920 M.C.
921  Escher
922 \end_layout
923
924 \end_inset
925
926
927 \end_layout
928
929 \begin_layout Plain Layout
930 \align center
931 \begin_inset Graphics
932         filename ../clipart/escher-lsd.eps
933         scale 80
934         scaleBeforeRotation
935         rotateOrigin center
936
937 \end_inset
938
939
940 \end_layout
941
942 \end_inset
943
944
945 \end_layout
946
947 \begin_layout Standard
948 \begin_inset Index
949 status collapsed
950
951 \begin_layout Plain Layout
952 Abbildungen ! Beispiele
953 \end_layout
954
955 \end_inset
956
957 Abbildung
958 \begin_inset space ~
959 \end_inset
960
961
962 \begin_inset CommandInset ref
963 LatexCommand ref
964 reference "abb:kill-plat"
965
966 \end_inset
967
968  und 
969 \begin_inset CommandInset ref
970 LatexCommand ref
971 reference "abb:escher"
972
973 \end_inset
974
975  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
976  Dafür fügen Sie in der Beschriftung mit 
977 \family sans
978 Einfügen\SpecialChar \menuseparator
979 Marke
980 \family default
981  oder durch Klicken auf 
982 \begin_inset Graphics
983         filename ../../images/label-insert.png
984         scale 70
985         scaleBeforeRotation
986         BoundingBox 0bp 6bp 20bp 20bp
987
988 \end_inset
989
990  eine Marke ein.
991  Auf diese können Sie dann wie gewohnt mit 
992 \family sans
993 Einfügen\SpecialChar \menuseparator
994 Querverweis
995 \family default
996  oder durch Klicken auf 
997 \begin_inset Graphics
998         filename ../../images/dialog-show-new-inset_ref.png
999         scale 70
1000         scaleBeforeRotation
1001         BoundingBox 0bp 6bp 22bp 22bp
1002
1003 \end_inset
1004
1005  verweisen.
1006  Das ist besser als eine vage Formulierung wie 
1007 \begin_inset Quotes gld
1008 \end_inset
1009
1010 die obige Abbildung
1011 \begin_inset Quotes grd
1012 \end_inset
1013
1014  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1015  erscheint, und das muss nicht 
1016 \emph on
1017 oben
1018 \emph default
1019  sein.
1020  Verweise werden detailliert in Abschnitt
1021 \begin_inset space ~
1022 \end_inset
1023
1024
1025 \begin_inset CommandInset ref
1026 LatexCommand ref
1027 reference "abs:Auf-Gleitobjekte-verweisen"
1028
1029 \end_inset
1030
1031  beschrieben.
1032 \end_layout
1033
1034 \begin_layout Standard
1035 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1036  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1037  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1038  Gleitabbildung einfügt.
1039  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1040  Abbildung
1041 \begin_inset space ~
1042 \end_inset
1043
1044
1045 \begin_inset CommandInset ref
1046 LatexCommand ref
1047 reference "abb:Zwei-Teilabbildungen"
1048
1049 \end_inset
1050
1051  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1052  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1053  Gleitabbildung auf Eingabe drücken.
1054  Abbildung
1055 \begin_inset space ~
1056 \end_inset
1057
1058
1059 \begin_inset CommandInset ref
1060 LatexCommand ref
1061 reference "abb:Undefinierbar"
1062
1063 \end_inset
1064
1065  und 
1066 \begin_inset CommandInset ref
1067 LatexCommand ref
1068 reference "abb:Ein-Schnabeltier"
1069
1070 \end_inset
1071
1072  sind die Teilabbildungen.
1073 \end_layout
1074
1075 \begin_layout Standard
1076 \begin_inset Float figure
1077 wide false
1078 sideways false
1079 status open
1080
1081 \begin_layout Plain Layout
1082 \begin_inset space \hfill{}
1083 \end_inset
1084
1085
1086 \begin_inset Float figure
1087 wide false
1088 sideways false
1089 status collapsed
1090
1091 \begin_layout Plain Layout
1092 \begin_inset Caption
1093
1094 \begin_layout Plain Layout
1095 \begin_inset CommandInset label
1096 LatexCommand label
1097 name "abb:Undefinierbar"
1098
1099 \end_inset
1100
1101 Undefinierbar
1102 \end_layout
1103
1104 \end_inset
1105
1106
1107 \end_layout
1108
1109 \begin_layout Plain Layout
1110 \begin_inset Graphics
1111         filename ../clipart/escher-lsd.eps
1112         width 35col%
1113         scaleBeforeRotation
1114         groupId Teilabbildung
1115
1116 \end_inset
1117
1118
1119 \end_layout
1120
1121 \end_inset
1122
1123
1124 \begin_inset space \hfill{}
1125 \end_inset
1126
1127
1128 \begin_inset Float figure
1129 wide false
1130 sideways false
1131 status collapsed
1132
1133 \begin_layout Plain Layout
1134 \begin_inset Caption
1135
1136 \begin_layout Plain Layout
1137 \begin_inset CommandInset label
1138 LatexCommand label
1139 name "abb:Ein-Schnabeltier"
1140
1141 \end_inset
1142
1143 Ein Schnabeltier
1144 \end_layout
1145
1146 \end_inset
1147
1148
1149 \end_layout
1150
1151 \begin_layout Plain Layout
1152 \begin_inset Graphics
1153         filename ../clipart/platypus.eps
1154         width 35col%
1155         scaleBeforeRotation
1156         groupId Teilabbildung
1157
1158 \end_inset
1159
1160
1161 \end_layout
1162
1163 \end_inset
1164
1165
1166 \begin_inset space \hfill{}
1167 \end_inset
1168
1169
1170 \end_layout
1171
1172 \begin_layout Plain Layout
1173 \begin_inset Caption
1174
1175 \begin_layout Plain Layout
1176 \begin_inset CommandInset label
1177 LatexCommand label
1178 name "abb:Zwei-Teilabbildungen"
1179
1180 \end_inset
1181
1182 Zwei Teilabbildungen nebeneinander.
1183  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1184 \begin_inset Quotes gld
1185 \end_inset
1186
1187 Teilabbildung
1188 \begin_inset Quotes grd
1189 \end_inset
1190
1191  an.
1192 \end_layout
1193
1194 \end_inset
1195
1196
1197 \end_layout
1198
1199 \end_inset
1200
1201
1202 \end_layout
1203
1204 \begin_layout Section
1205 Bildformate
1206 \begin_inset CommandInset label
1207 LatexCommand label
1208 name "abs:Bildformate"
1209
1210 \end_inset
1211
1212
1213 \begin_inset Index
1214 status collapsed
1215
1216 \begin_layout Plain Layout
1217 Abbildungen ! Bildformate
1218 \end_layout
1219
1220 \end_inset
1221
1222
1223 \end_layout
1224
1225 \begin_layout Standard
1226 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1227  Aber wie in Anhang
1228 \begin_inset space ~
1229 \end_inset
1230
1231
1232 \begin_inset CommandInset ref
1233 LatexCommand ref
1234 reference "kap:Ausgabedatei-Formate"
1235
1236 \end_inset
1237
1238  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1239  LyX benutzt im Hintergrund das Programm
1240 \family typewriter
1241  Imagemagick
1242 \family default
1243 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1244  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1245  vermeiden.
1246  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1247  werden können.
1248  Diese Formate werden in Anhang
1249 \begin_inset space ~
1250 \end_inset
1251
1252
1253 \begin_inset CommandInset ref
1254 LatexCommand ref
1255 reference "kap:Ausgabedatei-Formate"
1256
1257 \end_inset
1258
1259  beschrieben.
1260 \end_layout
1261
1262 \begin_layout Standard
1263 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1264 \end_layout
1265
1266 \begin_layout Description
1267 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1268  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1269  
1270 \emph on
1271 pixelig
1272 \emph default
1273  aus.
1274  Bekannte Pixel-Formate sind 
1275 \begin_inset Quotes gld
1276 \end_inset
1277
1278 Graphics Interchange Format
1279 \begin_inset Quotes grd
1280 \end_inset
1281
1282  (GIF, Dateiendung
1283 \family typewriter
1284  
1285 \family default
1286
1287 \begin_inset Quotes gld
1288 \end_inset
1289
1290
1291 \family typewriter
1292 .gif
1293 \family default
1294
1295 \begin_inset Quotes grd
1296 \end_inset
1297
1298 )
1299 \begin_inset Index
1300 status collapsed
1301
1302 \begin_layout Plain Layout
1303 GIF
1304 \end_layout
1305
1306 \end_inset
1307
1308
1309 \begin_inset Quotes gld
1310 \end_inset
1311
1312 Portable Network Graphics
1313 \begin_inset Quotes grd
1314 \end_inset
1315
1316  (PNG, Dateiendung 
1317 \begin_inset Quotes gld
1318 \end_inset
1319
1320
1321 \family typewriter
1322 .png
1323 \family default
1324
1325 \begin_inset Quotes grd
1326 \end_inset
1327
1328 )
1329 \begin_inset Index
1330 status collapsed
1331
1332 \begin_layout Plain Layout
1333 PNG
1334 \end_layout
1335
1336 \end_inset
1337
1338
1339 \begin_inset Quotes gld
1340 \end_inset
1341
1342 Joint Photographic Experts Group
1343 \begin_inset Quotes grd
1344 \end_inset
1345
1346  (JPEG, Dateiendung
1347 \family typewriter
1348  
1349 \family default
1350
1351 \begin_inset Quotes gld
1352 \end_inset
1353
1354
1355 \family typewriter
1356 .jpg
1357 \family default
1358
1359 \begin_inset Quotes grd
1360 \end_inset
1361
1362  oder 
1363 \begin_inset Quotes gld
1364 \end_inset
1365
1366
1367 \family typewriter
1368 .jpeg
1369 \family default
1370
1371 \begin_inset Quotes grd
1372 \end_inset
1373
1374 )
1375 \begin_inset Index
1376 status collapsed
1377
1378 \begin_layout Plain Layout
1379 JPG, JPEG
1380 \end_layout
1381
1382 \end_inset
1383
1384  und 
1385 \begin_inset Quotes gld
1386 \end_inset
1387
1388 Windows Bitmap
1389 \begin_inset Quotes grd
1390 \end_inset
1391
1392  (BMP, Dateiendung 
1393 \begin_inset Quotes gld
1394 \end_inset
1395
1396
1397 \family typewriter
1398 .bmp
1399 \family default
1400
1401 \begin_inset Quotes grd
1402 \end_inset
1403
1404 )
1405 \begin_inset Index
1406 status collapsed
1407
1408 \begin_layout Plain Layout
1409 BMP
1410 \end_layout
1411
1412 \end_inset
1413
1414 .
1415 \end_layout
1416
1417 \begin_layout Description
1418 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1419  auf jede beliebige Größe skaliert werden.
1420  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1421  zoomen zu können.
1422 \begin_inset Newline newline
1423 \end_inset
1424
1425 Bekannte Formate sind 
1426 \begin_inset Quotes gld
1427 \end_inset
1428
1429 Scalable Vector Graphics
1430 \begin_inset Quotes grd
1431 \end_inset
1432
1433  (SVG, Dateiendung
1434 \family typewriter
1435  
1436 \family default
1437
1438 \begin_inset Quotes gld
1439 \end_inset
1440
1441
1442 \family typewriter
1443 .svg
1444 \family default
1445
1446 \begin_inset Quotes grd
1447 \end_inset
1448
1449 )
1450 \begin_inset Index
1451 status collapsed
1452
1453 \begin_layout Plain Layout
1454 SVG
1455 \end_layout
1456
1457 \end_inset
1458
1459
1460 \begin_inset Quotes gld
1461 \end_inset
1462
1463 Encapsulated PostScript
1464 \begin_inset Quotes grd
1465 \end_inset
1466
1467  (EPS, Dateiendung 
1468 \begin_inset Quotes gld
1469 \end_inset
1470
1471
1472 \family typewriter
1473 .eps
1474 \family default
1475
1476 \begin_inset Quotes grd
1477 \end_inset
1478
1479 )
1480 \begin_inset Index
1481 status collapsed
1482
1483 \begin_layout Plain Layout
1484 EPS
1485 \end_layout
1486
1487 \end_inset
1488
1489
1490 \begin_inset Quotes gld
1491 \end_inset
1492
1493 Portable Document Format
1494 \begin_inset Quotes grd
1495 \end_inset
1496
1497  (PDF, Dateiendung
1498 \family typewriter
1499  
1500 \family default
1501
1502 \begin_inset Quotes gld
1503 \end_inset
1504
1505
1506 \family typewriter
1507 .pdf
1508 \family default
1509
1510 \begin_inset Quotes grd
1511 \end_inset
1512
1513 )
1514 \begin_inset Index
1515 status collapsed
1516
1517 \begin_layout Plain Layout
1518 PDF
1519 \end_layout
1520
1521 \end_inset
1522
1523  und 
1524 \begin_inset Quotes gld
1525 \end_inset
1526
1527 Windows Metafile
1528 \begin_inset Quotes grd
1529 \end_inset
1530
1531  (WMF, Dateiendung 
1532 \begin_inset Quotes gld
1533 \end_inset
1534
1535
1536 \family typewriter
1537 .wmf
1538 \family default
1539
1540 \begin_inset Quotes grd
1541 \end_inset
1542
1543 )
1544 \begin_inset Index
1545 status collapsed
1546
1547 \begin_layout Plain Layout
1548 WMF
1549 \end_layout
1550
1551 \end_inset
1552
1553 .
1554 \end_layout
1555
1556 \begin_layout Standard
1557 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1558  das Ergebnis ist immer noch ein Pixelbild.
1559  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1560  hinzugefügt.
1561 \begin_inset Foot
1562 status open
1563
1564 \begin_layout Plain Layout
1565 Bei PDF wird das Originalbild auch noch komprimiert.
1566 \end_layout
1567
1568 \end_inset
1569
1570  Die PDF-Dateien, die 
1571 \family typewriter
1572 Adobe Photoshop
1573 \family default
1574  erzeugt, sind zum Beispiel Pixelbilder.
1575 \end_layout
1576
1577 \begin_layout Standard
1578 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1579  umgekehrt.
1580  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1581  eingefügt werden.
1582  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1583  erzeugt wird, weil es zur Zeit keine WMF/SVG
1584 \begin_inset Formula $\to$
1585 \end_inset
1586
1587 PDF/EPS Konverter gibt.
1588 \end_layout
1589
1590 \begin_layout Chapter
1591 Tabellen
1592 \begin_inset CommandInset label
1593 LatexCommand label
1594 name "kap:Tabellen"
1595
1596 \end_inset
1597
1598
1599 \begin_inset Index
1600 status collapsed
1601
1602 \begin_layout Plain Layout
1603 Tabellen
1604 \end_layout
1605
1606 \end_inset
1607
1608
1609 \end_layout
1610
1611 \begin_layout Section
1612 Einführung
1613 \begin_inset Index
1614 status collapsed
1615
1616 \begin_layout Plain Layout
1617 Tabellen ! Einführung
1618 \end_layout
1619
1620 \end_inset
1621
1622
1623 \end_layout
1624
1625 \begin_layout Standard
1626 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1627 \begin_inset Graphics
1628         filename ../../images/tabular-insert.png
1629         scale 70
1630         scaleBeforeRotation
1631         BoundingBox 0bp 6bp 22bp 22bp
1632
1633 \end_inset
1634
1635  oder das Menü 
1636 \family sans
1637 Einfügen\SpecialChar \menuseparator
1638 Tabelle
1639 \family default
1640  einfügen.
1641  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1642 \begin_inset space \thinspace{}
1643 \end_inset
1644
1645 -Tabelle.
1646  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1647  und die Größe der dunkelblauen Tabelle angezeigt.
1648  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1649  ein.
1650  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1651  Spaltenanzahl festlegen können.
1652 \end_layout
1653
1654 \begin_layout Standard
1655 In der so erstellten Tabelle ist jede Zelle umrandet.
1656  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1657  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1658  die zweite Zeile eine Linie oberhalb haben.
1659  Hier ist ein Beispiel:
1660 \end_layout
1661
1662 \begin_layout Standard
1663 \align center
1664 \begin_inset Tabular
1665 <lyxtabular version="3" rows="5" columns="4">
1666 <features>
1667 <column alignment="center" valignment="top" width="0">
1668 <column alignment="center" valignment="top" width="0">
1669 <column alignment="center" valignment="top" width="0">
1670 <column alignment="center" valignment="top" width="0">
1671 <row>
1672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1673 \begin_inset Text
1674
1675 \begin_layout Plain Layout
1676
1677 \end_layout
1678
1679 \end_inset
1680 </cell>
1681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1682 \begin_inset Text
1683
1684 \begin_layout Plain Layout
1685
1686 \family roman
1687 \series medium
1688 \shape up
1689 \size normal
1690 \emph off
1691 \bar no
1692 \noun off
1693 \color none
1694 1
1695 \end_layout
1696
1697 \end_inset
1698 </cell>
1699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1700 \begin_inset Text
1701
1702 \begin_layout Plain Layout
1703 2
1704 \end_layout
1705
1706 \end_inset
1707 </cell>
1708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1709 \begin_inset Text
1710
1711 \begin_layout Plain Layout
1712 3
1713 \end_layout
1714
1715 \end_inset
1716 </cell>
1717 </row>
1718 <row>
1719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1720 \begin_inset Text
1721
1722 \begin_layout Plain Layout
1723
1724 \family roman
1725 \series medium
1726 \shape up
1727 \size normal
1728 \emph off
1729 \bar no
1730 \noun off
1731 \color none
1732 A
1733 \end_layout
1734
1735 \end_inset
1736 </cell>
1737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1738 \begin_inset Text
1739
1740 \begin_layout Plain Layout
1741
1742 \end_layout
1743
1744 \end_inset
1745 </cell>
1746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1747 \begin_inset Text
1748
1749 \begin_layout Plain Layout
1750
1751 \end_layout
1752
1753 \end_inset
1754 </cell>
1755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1756 \begin_inset Text
1757
1758 \begin_layout Plain Layout
1759
1760 \end_layout
1761
1762 \end_inset
1763 </cell>
1764 </row>
1765 <row>
1766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1767 \begin_inset Text
1768
1769 \begin_layout Plain Layout
1770
1771 \family roman
1772 \series medium
1773 \shape up
1774 \size normal
1775 \emph off
1776 \bar no
1777 \noun off
1778 \color none
1779 B
1780 \end_layout
1781
1782 \end_inset
1783 </cell>
1784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1785 \begin_inset Text
1786
1787 \begin_layout Plain Layout
1788
1789 \end_layout
1790
1791 \end_inset
1792 </cell>
1793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1794 \begin_inset Text
1795
1796 \begin_layout Plain Layout
1797
1798 \end_layout
1799
1800 \end_inset
1801 </cell>
1802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1803 \begin_inset Text
1804
1805 \begin_layout Plain Layout
1806
1807 \end_layout
1808
1809 \end_inset
1810 </cell>
1811 </row>
1812 <row>
1813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1814 \begin_inset Text
1815
1816 \begin_layout Plain Layout
1817
1818 \family roman
1819 \series medium
1820 \shape up
1821 \size normal
1822 \emph off
1823 \bar no
1824 \noun off
1825 \color none
1826 C
1827 \end_layout
1828
1829 \end_inset
1830 </cell>
1831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1832 \begin_inset Text
1833
1834 \begin_layout Plain Layout
1835
1836 \end_layout
1837
1838 \end_inset
1839 </cell>
1840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1841 \begin_inset Text
1842
1843 \begin_layout Plain Layout
1844
1845 \end_layout
1846
1847 \end_inset
1848 </cell>
1849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1850 \begin_inset Text
1851
1852 \begin_layout Plain Layout
1853
1854 \end_layout
1855
1856 \end_inset
1857 </cell>
1858 </row>
1859 <row>
1860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1861 \begin_inset Text
1862
1863 \begin_layout Plain Layout
1864 D
1865 \end_layout
1866
1867 \end_inset
1868 </cell>
1869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1870 \begin_inset Text
1871
1872 \begin_layout Plain Layout
1873
1874 \end_layout
1875
1876 \end_inset
1877 </cell>
1878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1879 \begin_inset Text
1880
1881 \begin_layout Plain Layout
1882
1883 \end_layout
1884
1885 \end_inset
1886 </cell>
1887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1888 \begin_inset Text
1889
1890 \begin_layout Plain Layout
1891
1892 \end_layout
1893
1894 \end_inset
1895 </cell>
1896 </row>
1897 </lyxtabular>
1898
1899 \end_inset
1900
1901
1902 \end_layout
1903
1904 \begin_layout Section
1905 Tabellen-Einstellungen
1906 \begin_inset Index
1907 status collapsed
1908
1909 \begin_layout Plain Layout
1910 Tabellen ! Einstellungen
1911 \end_layout
1912
1913 \end_inset
1914
1915
1916 \end_layout
1917
1918 \begin_layout Standard
1919 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1920  Maustaste draufklicken.
1921  Dadurch wird ein Kontextmenü angezeigt, an derem Ende 
1922 \family sans
1923 Einstellungen
1924 \family default
1925  steht.
1926  Ein Klick darauf öffnet das Fenster 
1927 \family sans
1928 Tabellen-Einstellungen
1929 \family default
1930 .
1931  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1932  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1933  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1934  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1935  -- sie sind dann hellblau hinterlegt -- gilt eine Aktion für die gesamte
1936  Auswahl.
1937  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1938 \emph on
1939 Inhalt
1940 \emph default
1941  einer Zelle oder die Zelle selber ausgewählt haben.
1942  Das 
1943 \family sans
1944 Tabellen-Einstellungen
1945 \family default
1946 -Menü hat folgende Karteikarten:
1947 \end_layout
1948
1949 \begin_layout Description
1950
1951 \family sans
1952 Tabellen-Einstellungen
1953 \family default
1954  Hier können Sie die 
1955 \family sans
1956 Horizontale
1957 \begin_inset space ~
1958 \end_inset
1959
1960 Ausrichtung
1961 \family default
1962  der momentanen Spalte und die 
1963 \family sans
1964 Spaltenbreite
1965 \family default
1966  festlegen.
1967  Wenn Sie eine 
1968 \family sans
1969 Spaltenbreite
1970 \family default
1971  festgelegt haben, können Sie auch eine 
1972 \family sans
1973 Vertikale
1974 \begin_inset space ~
1975 \end_inset
1976
1977 Ausrichtung
1978 \family default
1979  der momentanen Zeile wählen.
1980  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1981  Absätze haben, wie in Abschnitt
1982 \begin_inset space ~
1983 \end_inset
1984
1985
1986 \begin_inset CommandInset ref
1987 LatexCommand ref
1988 reference "uab:Mehrfache-Zeilen-in"
1989
1990 \end_inset
1991
1992  beschrieben.
1993  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1994 \begin_inset Newline newline
1995 \end_inset
1996
1997 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
1998  als 
1999 \family sans
2000 Mehrfachspalte
2001 \family default
2002  definieren, wie in Abschnitt
2003 \begin_inset space ~
2004 \end_inset
2005
2006
2007 \begin_inset CommandInset ref
2008 LatexCommand ref
2009 reference "uab:Mehrfachspalten"
2010
2011 \end_inset
2012
2013  beschrieben.
2014 \begin_inset Newline newline
2015 \end_inset
2016
2017 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2018  den Uhrzeigersinn um 90° drehen.
2019  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
2020 \begin_inset Newline newline
2021 \end_inset
2022
2023
2024 \begin_inset Note Greyedout
2025 status open
2026
2027 \begin_layout Plain Layout
2028
2029 \series bold
2030 Achtung:
2031 \series default
2032  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2033 \end_layout
2034
2035 \end_inset
2036
2037
2038 \begin_inset Newline newline
2039 \end_inset
2040
2041 Man kann auch ein 
2042 \family sans
2043 LaTe
2044 \begin_inset ERT
2045 status collapsed
2046
2047 \begin_layout Plain Layout
2048
2049 {}
2050 \end_layout
2051
2052 \end_inset
2053
2054 X-Argument
2055 \family default
2056  für besondere Tabellen-Formatierun\SpecialChar \-
2057 gen einfügen, wie in den Abschnitten
2058  
2059 \begin_inset CommandInset ref
2060 LatexCommand ref
2061 reference "uab:Mehrfachspalten-Berechnungen"
2062
2063 \end_inset
2064
2065  und 
2066 \begin_inset CommandInset ref
2067 LatexCommand ref
2068 reference "abs:Farbige-Tabellen"
2069
2070 \end_inset
2071
2072  beschrieben.
2073 \end_layout
2074
2075 \begin_layout Description
2076
2077 \family sans
2078 Rahmen
2079 \family default
2080  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2081  hinzufügen und löschen.
2082 \begin_inset Newline newline
2083 \end_inset
2084
2085 Wenn Sie die Stil-Option
2086 \family sans
2087  Formal
2088 \family default
2089  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2090 \begin_inset space ~
2091 \end_inset
2092
2093
2094 \begin_inset CommandInset ref
2095 LatexCommand ref
2096 reference "abs:Formale-Tabellen"
2097
2098 \end_inset
2099
2100  beschrieben, konvertiert.
2101 \begin_inset Newline newline
2102 \end_inset
2103
2104 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2105 \begin_inset space ~
2106 \end_inset
2107
2108
2109 \begin_inset CommandInset ref
2110 LatexCommand ref
2111 reference "uab:Zeilenabstand"
2112
2113 \end_inset
2114
2115  beschrieben.
2116 \end_layout
2117
2118 \begin_layout Description
2119
2120 \family sans
2121 Lange
2122 \begin_inset space ~
2123 \end_inset
2124
2125 Tabelle
2126 \family default
2127  Hier kann eine Tabelle als 
2128 \family sans
2129 Lange
2130 \begin_inset space ~
2131 \end_inset
2132
2133 Tabelle
2134 \family default
2135  definiert werden, die über mehrere Seiten reicht.
2136  Die Abschnitte
2137 \begin_inset space ~
2138 \end_inset
2139
2140
2141 \begin_inset CommandInset ref
2142 LatexCommand ref
2143 reference "abs:Lange-Tabellen"
2144
2145 \end_inset
2146
2147  und 
2148 \begin_inset CommandInset ref
2149 LatexCommand ref
2150 reference "abs:Special-Longtable-Issues"
2151
2152 \end_inset
2153
2154  beschreiben diese Funktion genauer.
2155 \end_layout
2156
2157 \begin_layout Standard
2158 Wenn das Menü 
2159 \family sans
2160 Tabellen-Einstellungen
2161 \family default
2162  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
2163  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
2164 \end_layout
2165
2166 \begin_layout Section
2167 Tabellen-Werkzeugleiste
2168 \begin_inset Index
2169 status collapsed
2170
2171 \begin_layout Plain Layout
2172 Tabellen ! Werkzeugleiste
2173 \end_layout
2174
2175 \end_inset
2176
2177
2178 \end_layout
2179
2180 \begin_layout Standard
2181 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2182 \family sans
2183 Tabellen-Einstellungen
2184 \family default
2185 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2186  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2187  LyX-Fensters.
2188 \end_layout
2189
2190 \begin_layout Standard
2191 Die Werkzeugleiste hat folgende Knöpfe:
2192 \end_layout
2193
2194 \begin_layout Labeling
2195 \labelwidthstring 00.00.0000
2196 \begin_inset Graphics
2197         filename ../../images/tabular-feature_append-row.png
2198         scale 70
2199         scaleBeforeRotation
2200         BoundingBox 0bp 6bp 22bp 22bp
2201
2202 \end_inset
2203
2204  Fügt eine Zeile unterhalb der momentanen an
2205 \end_layout
2206
2207 \begin_layout Labeling
2208 \labelwidthstring 00.00.0000
2209 \begin_inset Graphics
2210         filename ../../images/tabular-feature_append-column.png
2211         scale 70
2212         scaleBeforeRotation
2213         BoundingBox 0bp 6bp 22bp 22bp
2214
2215 \end_inset
2216
2217  Fügt eine Spalte rechts von der momentanen an
2218 \end_layout
2219
2220 \begin_layout Labeling
2221 \labelwidthstring 00.00.0000
2222 \begin_inset Graphics
2223         filename ../../images/tabular-feature_delete-row.png
2224         scale 70
2225         scaleBeforeRotation
2226         BoundingBox 0bp 6bp 22bp 22bp
2227
2228 \end_inset
2229
2230  Löscht die ausgewählte(n) Zeile(n)
2231 \end_layout
2232
2233 \begin_layout Labeling
2234 \labelwidthstring 00.00.0000
2235 \begin_inset Graphics
2236         filename ../../images/tabular-feature_delete-column.png
2237         scale 70
2238         scaleBeforeRotation
2239         BoundingBox 0bp 6bp 22bp 22bp
2240
2241 \end_inset
2242
2243  Löscht die ausgewählte(n) Spalte(n)
2244 \end_layout
2245
2246 \begin_layout Labeling
2247 \labelwidthstring 00.00.0000
2248 \begin_inset Graphics
2249         filename ../../images/tabular-feature_toggle-line-top.png
2250         scale 70
2251         scaleBeforeRotation
2252         BoundingBox 0bp 6bp 22bp 22bp
2253
2254 \end_inset
2255
2256  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2257  wenn der Knopf grau hinterlegt ist
2258 \end_layout
2259
2260 \begin_layout Labeling
2261 \labelwidthstring 00.00.0000
2262 \begin_inset Graphics
2263         filename ../../images/tabular-feature_toggle-line-bottom.png
2264         scale 70
2265         scaleBeforeRotation
2266         BoundingBox 0bp 6bp 22bp 22bp
2267
2268 \end_inset
2269
2270  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2271  wenn der Knopf grau hinterlegt ist
2272 \end_layout
2273
2274 \begin_layout Labeling
2275 \labelwidthstring 00.00.0000
2276 \begin_inset Graphics
2277         filename ../../images/tabular-feature_toggle-line-left.png
2278         scale 70
2279         scaleBeforeRotation
2280         BoundingBox 0bp 6bp 22bp 22bp
2281
2282 \end_inset
2283
2284  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2285  wenn der Knopf grau hinterlegt ist
2286 \end_layout
2287
2288 \begin_layout Labeling
2289 \labelwidthstring 00.00.0000
2290 \begin_inset Graphics
2291         filename ../../images/tabular-feature_toggle-line-right.png
2292         scale 70
2293         scaleBeforeRotation
2294         BoundingBox 0bp 6bp 22bp 22bp
2295
2296 \end_inset
2297
2298  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2299  wenn der Knopf grau hinterlegt ist
2300 \end_layout
2301
2302 \begin_layout Labeling
2303 \labelwidthstring 00.00.0000
2304 \begin_inset Graphics
2305         filename ../../images/tabular-feature_set-all-lines.png
2306         scale 70
2307         scaleBeforeRotation
2308         BoundingBox 0bp 6bp 22bp 22bp
2309
2310 \end_inset
2311
2312  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2313 \end_layout
2314
2315 \begin_layout Labeling
2316 \labelwidthstring 00.00.0000
2317 \begin_inset Graphics
2318         filename ../../images/tabular-feature_unset-all-lines.png
2319         scale 70
2320         scaleBeforeRotation
2321         BoundingBox 0bp 6bp 22bp 22bp
2322
2323 \end_inset
2324
2325  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2326 \end_layout
2327
2328 \begin_layout Labeling
2329 \labelwidthstring 00.00.0000
2330 \begin_inset Graphics
2331         filename ../../images/tabular-feature_align-left.png
2332         scale 70
2333         scaleBeforeRotation
2334         BoundingBox 0bp 6bp 22bp 22bp
2335
2336 \end_inset
2337
2338  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2339 \end_layout
2340
2341 \begin_layout Labeling
2342 \labelwidthstring 00.00.0000
2343 \begin_inset Graphics
2344         filename ../../images/tabular-feature_align-center.png
2345         scale 70
2346         scaleBeforeRotation
2347         BoundingBox 0bp 6bp 22bp 22bp
2348
2349 \end_inset
2350
2351  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2352 \end_layout
2353
2354 \begin_layout Labeling
2355 \labelwidthstring 00.00.0000
2356 \begin_inset Graphics
2357         filename ../../images/tabular-feature_align-right.png
2358         scale 70
2359         scaleBeforeRotation
2360         BoundingBox 0bp 6bp 22bp 22bp
2361
2362 \end_inset
2363
2364  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2365 \end_layout
2366
2367 \begin_layout Labeling
2368 \labelwidthstring 00.00.0000
2369 \begin_inset Graphics
2370         filename ../../images/tabular-feature_valign-top.png
2371         scale 70
2372         scaleBeforeRotation
2373         BoundingBox 0bp 6bp 22bp 22bp
2374
2375 \end_inset
2376
2377  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2378 \end_layout
2379
2380 \begin_layout Labeling
2381 \labelwidthstring 00.00.0000
2382 \begin_inset Graphics
2383         filename ../../images/tabular-feature_valign-middle.png
2384         scale 70
2385         scaleBeforeRotation
2386         BoundingBox 0bp 6bp 22bp 22bp
2387
2388 \end_inset
2389
2390  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2391 \end_layout
2392
2393 \begin_layout Labeling
2394 \labelwidthstring 00.00.0000
2395 \begin_inset Graphics
2396         filename ../../images/tabular-feature_valign-bottom.png
2397         scale 70
2398         scaleBeforeRotation
2399         BoundingBox 0bp 6bp 22bp 22bp
2400
2401 \end_inset
2402
2403  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2404 \end_layout
2405
2406 \begin_layout Labeling
2407 \labelwidthstring 00.00.0000
2408 \begin_inset Graphics
2409         filename ../../images/tabular-feature_set-rotate-cell.png
2410         scale 70
2411         scaleBeforeRotation
2412         BoundingBox 0bp 6bp 22bp 22bp
2413
2414 \end_inset
2415
2416  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2417 \end_layout
2418
2419 \begin_layout Labeling
2420 \labelwidthstring 00.00.0000
2421 \begin_inset Graphics
2422         filename ../../images/tabular-feature_set-rotate-tabular.png
2423         scale 70
2424         scaleBeforeRotation
2425         BoundingBox 0bp 6bp 22bp 22bp
2426
2427 \end_inset
2428
2429  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2430 \end_layout
2431
2432 \begin_layout Labeling
2433 \labelwidthstring 00.00.0000
2434 \begin_inset Graphics
2435         filename ../../images/tabular-feature_multicolumn.png
2436         scale 70
2437         scaleBeforeRotation
2438         BoundingBox 0bp 6bp 22bp 22bp
2439
2440 \end_inset
2441
2442  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2443 \end_layout
2444
2445 \begin_layout Standard
2446 \begin_inset Note Greyedout
2447 status open
2448
2449 \begin_layout Plain Layout
2450
2451 \series bold
2452 Bemerkung:
2453 \series default
2454  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2455  Reihe für alle Zelle der Reihe verwendet.
2456 \end_layout
2457
2458 \end_inset
2459
2460
2461 \end_layout
2462
2463 \begin_layout Section
2464 Bearbeiten-Menü
2465 \begin_inset Index
2466 status collapsed
2467
2468 \begin_layout Plain Layout
2469 Tabellen ! Bearbeiten-Menü
2470 \end_layout
2471
2472 \end_inset
2473
2474
2475 \end_layout
2476
2477 \begin_layout Standard
2478 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2479  Wenn der Cursor in einer Tabelle steht, sind im 
2480 \family sans
2481 Bearbeiten
2482 \family default
2483 -Menü folgende Punkte aktiviert: 
2484 \family sans
2485 Tabelle
2486 \family default
2487
2488 \family sans
2489 Zeilen
2490 \begin_inset space ~
2491 \end_inset
2492
2493 &
2494 \begin_inset space ~
2495 \end_inset
2496
2497 Spalten
2498 \family default
2499  und 
2500 \family sans
2501 Tabellen-Einstellungen
2502 \family default
2503 .
2504  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2505 ngsmöglichkeiten zu erreichen.
2506 \end_layout
2507
2508 \begin_layout Section
2509 Gleitende Tabellen
2510 \begin_inset CommandInset label
2511 LatexCommand label
2512 name "abs:Gleitende-Tabellen"
2513
2514 \end_inset
2515
2516
2517 \begin_inset Index
2518 status collapsed
2519
2520 \begin_layout Plain Layout
2521 Gleitobjekte ! Tabellen
2522 \end_layout
2523
2524 \end_inset
2525
2526
2527 \begin_inset Index
2528 status collapsed
2529
2530 \begin_layout Plain Layout
2531 Tabellen ! gleitende
2532 \end_layout
2533
2534 \end_inset
2535
2536
2537 \end_layout
2538
2539 \begin_layout Standard
2540 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2541 \begin_inset space ~
2542 \end_inset
2543
2544
2545 \begin_inset CommandInset ref
2546 LatexCommand ref
2547 reference "abs:Gleitobjekte-Einleitung"
2548
2549 \end_inset
2550
2551 .
2552 \end_layout
2553
2554 \begin_layout Standard
2555 \begin_inset Float table
2556 placement h
2557 wide false
2558 sideways false
2559 status open
2560
2561 \begin_layout Plain Layout
2562 \begin_inset Caption
2563
2564 \begin_layout Plain Layout
2565 \begin_inset CommandInset label
2566 LatexCommand label
2567 name "tab:a table float"
2568
2569 \end_inset
2570
2571 Eine gleitende Tabelle
2572 \end_layout
2573
2574 \end_inset
2575
2576
2577 \end_layout
2578
2579 \begin_layout Plain Layout
2580 \align center
2581 \begin_inset Tabular
2582 <lyxtabular version="3" rows="3" columns="3">
2583 <features>
2584 <column alignment="center" valignment="top" width="0pt">
2585 <column alignment="center" valignment="top" width="0pt">
2586 <column alignment="center" valignment="top" width="0pt">
2587 <row>
2588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2589 \begin_inset Text
2590
2591 \begin_layout Plain Layout
2592
2593 \family roman
2594 \series medium
2595 \shape up
2596 \size normal
2597 \emph off
2598 \bar no
2599 \noun off
2600 \color none
2601 1
2602 \end_layout
2603
2604 \end_inset
2605 </cell>
2606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2607 \begin_inset Text
2608
2609 \begin_layout Plain Layout
2610
2611 \family roman
2612 \series medium
2613 \shape up
2614 \size normal
2615 \emph off
2616 \bar no
2617 \noun off
2618 \color none
2619 2
2620 \end_layout
2621
2622 \end_inset
2623 </cell>
2624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2625 \begin_inset Text
2626
2627 \begin_layout Plain Layout
2628
2629 \family roman
2630 \series medium
2631 \shape up
2632 \size normal
2633 \emph off
2634 \bar no
2635 \noun off
2636 \color none
2637 3
2638 \end_layout
2639
2640 \end_inset
2641 </cell>
2642 </row>
2643 <row>
2644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2645 \begin_inset Text
2646
2647 \begin_layout Plain Layout
2648
2649 \family roman
2650 \series medium
2651 \shape up
2652 \size normal
2653 \emph off
2654 \bar no
2655 \noun off
2656 \color none
2657 Martin
2658 \end_layout
2659
2660 \end_inset
2661 </cell>
2662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2663 \begin_inset Text
2664
2665 \begin_layout Plain Layout
2666
2667 \family roman
2668 \series medium
2669 \shape up
2670 \size normal
2671 \emph off
2672 \bar no
2673 \noun off
2674 \color none
2675 Lena
2676 \end_layout
2677
2678 \end_inset
2679 </cell>
2680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2681 \begin_inset Text
2682
2683 \begin_layout Plain Layout
2684
2685 \family roman
2686 \series medium
2687 \shape up
2688 \size normal
2689 \emph off
2690 \bar no
2691 \noun off
2692 \color none
2693 Alina
2694 \end_layout
2695
2696 \end_inset
2697 </cell>
2698 </row>
2699 <row>
2700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2701 \begin_inset Text
2702
2703 \begin_layout Plain Layout
2704
2705 \family roman
2706 \series medium
2707 \shape up
2708 \size normal
2709 \emph off
2710 \bar no
2711 \noun off
2712 \color none
2713 \begin_inset Formula $\int x^{2}dx$
2714 \end_inset
2715
2716
2717 \end_layout
2718
2719 \end_inset
2720 </cell>
2721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2722 \begin_inset Text
2723
2724 \begin_layout Plain Layout
2725
2726 \family roman
2727 \series medium
2728 \shape up
2729 \size normal
2730 \emph off
2731 \bar no
2732 \noun off
2733 \color none
2734 \begin_inset Formula $\left[\begin{array}{cc}
2735 a & b\\
2736 c & d\end{array}\right]$
2737 \end_inset
2738
2739
2740 \end_layout
2741
2742 \end_inset
2743 </cell>
2744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2745 \begin_inset Text
2746
2747 \begin_layout Plain Layout
2748
2749 \family roman
2750 \series medium
2751 \shape up
2752 \size normal
2753 \emph off
2754 \bar no
2755 \noun off
2756 \color none
2757 \begin_inset Formula $1+1=2$
2758 \end_inset
2759
2760
2761 \end_layout
2762
2763 \end_inset
2764 </cell>
2765 </row>
2766 </lyxtabular>
2767
2768 \end_inset
2769
2770
2771 \end_layout
2772
2773 \end_inset
2774
2775
2776 \end_layout
2777
2778 \begin_layout Standard
2779 Gleitende Tabellen können über 
2780 \family sans
2781 Einfügen\SpecialChar \menuseparator
2782 Gleitobjekt\SpecialChar \menuseparator
2783 Tabelle
2784 \family default
2785  oder einen Klick auf den Werkzeugleistenknopf 
2786 \begin_inset Graphics
2787         filename ../../images/float-insert_table.png
2788         scale 70
2789         scaleBeforeRotation
2790         BoundingBox 0bp 6bp 22bp 22bp
2791
2792 \end_inset
2793
2794  erzeugt werden.
2795  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2796  In das rot umrahmte Feld rechts von 
2797 \emph on
2798 Tabelle
2799 \begin_inset space ~
2800 \end_inset
2801
2802 Nr:
2803 \emph default
2804  schreiben Sie die Tabellenbeschriftung.
2805  Nach einem Klick oberhalb oder unterhalb von 
2806 \emph on
2807 Tabelle
2808 \begin_inset space ~
2809 \end_inset
2810
2811 Nr:
2812 \emph default
2813  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2814 \begin_inset Graphics
2815         filename ../../images/tabular-insert.png
2816         scale 70
2817         scaleBeforeRotation
2818         BoundingBox 0bp 6bp 22bp 22bp
2819
2820 \end_inset
2821
2822  oder dem Menü 
2823 \family sans
2824 Einfügen\SpecialChar \menuseparator
2825 Tabelle
2826 \family default
2827  einfügen.
2828 \end_layout
2829
2830 \begin_layout Standard
2831 Tabelle
2832 \begin_inset space ~
2833 \end_inset
2834
2835
2836 \begin_inset CommandInset ref
2837 LatexCommand ref
2838 reference "tab:a table float"
2839
2840 \end_inset
2841
2842  ist ein Beispiel für eine gleitende Tabelle.
2843 \end_layout
2844
2845 \begin_layout Standard
2846 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2847 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2848  Das bedeutet, dass bei den Klassen 
2849 \family sans
2850 article
2851 \family default
2852
2853 \family sans
2854 book
2855 \family default
2856
2857 \family sans
2858 letter
2859 \family default
2860 , und 
2861 \family sans
2862 report
2863 \family default
2864  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2865  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2866 \series bold
2867 caption
2868 \series default
2869
2870 \begin_inset Index
2871 status collapsed
2872
2873 \begin_layout Plain Layout
2874 LaTeX-Pakete ! caption
2875 \end_layout
2876
2877 \end_inset
2878
2879  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2880 \begin_inset Foot
2881 status open
2882
2883 \begin_layout Plain Layout
2884 Näheres finden Sie im Abschnitt
2885 \begin_inset space ~
2886 \end_inset
2887
2888
2889 \begin_inset CommandInset ref
2890 LatexCommand ref
2891 reference "abs:Titel-Platzierung"
2892
2893 \end_inset
2894
2895 .
2896 \end_layout
2897
2898 \end_inset
2899
2900
2901 \end_layout
2902
2903 \begin_layout Standard
2904
2905 \series bold
2906 tableposition=top
2907 \end_layout
2908
2909 \begin_layout Standard
2910 Das Paket 
2911 \series bold
2912 caption
2913 \series default
2914 , das in Abschnitt
2915 \begin_inset space ~
2916 \end_inset
2917
2918
2919 \begin_inset CommandInset ref
2920 LatexCommand ref
2921 reference "abs:Titel-Formatierung"
2922
2923 \end_inset
2924
2925  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2926 \end_layout
2927
2928 \begin_layout Standard
2929 \begin_inset Index
2930 status collapsed
2931
2932 \begin_layout Plain Layout
2933 Tabellen ! zitieren
2934 \end_layout
2935
2936 \end_inset
2937
2938 Auf Tabellen kann über ihre Marke verwiesen werden.
2939  Dafür fügen Sie in der Beschriftung mit 
2940 \family sans
2941 Einfügen\SpecialChar \menuseparator
2942 Marke
2943 \family default
2944  oder durch Klicken auf 
2945 \begin_inset Graphics
2946         filename ../../images/label-insert.png
2947         scale 70
2948         scaleBeforeRotation
2949         BoundingBox 0bp 6bp 20bp 20bp
2950
2951 \end_inset
2952
2953  eine Marke ein.
2954  Auf diese können Sie dann wie gewohnt mit 
2955 \family sans
2956 Einfügen\SpecialChar \menuseparator
2957 Querverweis
2958 \family default
2959  oder durch Klicken auf 
2960 \begin_inset Graphics
2961         filename ../../images/dialog-show-new-inset_ref.png
2962         scale 70
2963         scaleBeforeRotation
2964         BoundingBox 0bp 6bp 22bp 22bp
2965
2966 \end_inset
2967
2968  verweisen.
2969  Verweise werden detailliert in Abschnitt
2970 \begin_inset space ~
2971 \end_inset
2972
2973
2974 \begin_inset CommandInset ref
2975 LatexCommand ref
2976 reference "abs:Auf-Gleitobjekte-verweisen"
2977
2978 \end_inset
2979
2980  beschrieben.
2981 \end_layout
2982
2983 \begin_layout Section
2984 Lange Tabellen
2985 \begin_inset CommandInset label
2986 LatexCommand label
2987 name "abs:Lange-Tabellen"
2988
2989 \end_inset
2990
2991
2992 \begin_inset Index
2993 status collapsed
2994
2995 \begin_layout Plain Layout
2996 Tabellen ! lange
2997 \end_layout
2998
2999 \end_inset
3000
3001
3002 \end_layout
3003
3004 \begin_layout Standard
3005 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3006  Dialogfenster 
3007 \family sans
3008 Tabellen-Einstellungen
3009 \family default
3010  auf der Karteikarte  
3011 \family sans
3012 Lange
3013 \begin_inset space ~
3014 \end_inset
3015
3016 Tabelle
3017 \family default
3018  die Option 
3019 \family sans
3020 Lange
3021 \begin_inset space ~
3022 \end_inset
3023
3024 Tabelle
3025 \begin_inset space ~
3026 \end_inset
3027
3028 verwenden
3029 \family default
3030  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3031  Außerdem werden weitere Optionen aktiviert, die im 
3032 \emph on
3033 Benutzerhandbuch
3034 \emph default
3035  beschrieben sind.
3036 \end_layout
3037
3038 \begin_layout Standard
3039 Hier ist ein Beispiel einer langen Tabelle:
3040 \end_layout
3041
3042 \begin_layout Standard
3043 \align center
3044 \begin_inset Tabular
3045 <lyxtabular version="3" rows="69" columns="3">
3046 <features islongtable="true">
3047 <column alignment="left" valignment="top" width="0cm">
3048 <column alignment="left" valignment="top" width="0pt">
3049 <column alignment="right" valignment="top" width="0pt">
3050 <row endfirsthead="true">
3051 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3052 \begin_inset Text
3053
3054 \begin_layout Plain Layout
3055
3056 \series bold
3057 Telefonliste (ignoriere die Namen)
3058 \end_layout
3059
3060 \end_inset
3061 </cell>
3062 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3063 \begin_inset Text
3064
3065 \begin_layout Plain Layout
3066
3067 \end_layout
3068
3069 \end_inset
3070 </cell>
3071 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3072 \begin_inset Text
3073
3074 \begin_layout Plain Layout
3075
3076 \end_layout
3077
3078 \end_inset
3079 </cell>
3080 </row>
3081 <row endfirsthead="true">
3082 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3083 \begin_inset Text
3084
3085 \begin_layout Plain Layout
3086
3087 \series bold
3088 NAME
3089 \end_layout
3090
3091 \end_inset
3092 </cell>
3093 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3094 \begin_inset Text
3095
3096 \begin_layout Plain Layout
3097
3098 \end_layout
3099
3100 \end_inset
3101 </cell>
3102 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3103 \begin_inset Text
3104
3105 \begin_layout Plain Layout
3106
3107 \series bold
3108 TEL.
3109 \end_layout
3110
3111 \end_inset
3112 </cell>
3113 </row>
3114 <row endhead="true">
3115 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3116 \begin_inset Text
3117
3118 \begin_layout Plain Layout
3119
3120 \series bold
3121 Telefonliste
3122 \end_layout
3123
3124 \end_inset
3125 </cell>
3126 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3127 \begin_inset Text
3128
3129 \begin_layout Plain Layout
3130
3131 \end_layout
3132
3133 \end_inset
3134 </cell>
3135 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3136 \begin_inset Text
3137
3138 \begin_layout Plain Layout
3139
3140 \end_layout
3141
3142 \end_inset
3143 </cell>
3144 </row>
3145 <row endhead="true">
3146 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3147 \begin_inset Text
3148
3149 \begin_layout Plain Layout
3150
3151 \series bold
3152 NAME
3153 \end_layout
3154
3155 \end_inset
3156 </cell>
3157 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3158 \begin_inset Text
3159
3160 \begin_layout Plain Layout
3161
3162 \end_layout
3163
3164 \end_inset
3165 </cell>
3166 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3167 \begin_inset Text
3168
3169 \begin_layout Plain Layout
3170
3171 \series bold
3172 TEL.
3173 \end_layout
3174
3175 \end_inset
3176 </cell>
3177 </row>
3178 <row endfoot="true">
3179 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3180 \begin_inset Text
3181
3182 \begin_layout Plain Layout
3183
3184 \series bold
3185 wird fortgesetzt
3186 \series default
3187  \SpecialChar \ldots{}
3188
3189 \end_layout
3190
3191 \end_inset
3192 </cell>
3193 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3194 \begin_inset Text
3195
3196 \begin_layout Plain Layout
3197
3198 \end_layout
3199
3200 \end_inset
3201 </cell>
3202 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3203 \begin_inset Text
3204
3205 \begin_layout Plain Layout
3206
3207 \end_layout
3208
3209 \end_inset
3210 </cell>
3211 </row>
3212 <row>
3213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3214 \begin_inset Text
3215
3216 \begin_layout Plain Layout
3217
3218 \series bold
3219 Annovi
3220 \end_layout
3221
3222 \end_inset
3223 </cell>
3224 <cell alignment="center" valignment="top" usebox="none">
3225 \begin_inset Text
3226
3227 \begin_layout Plain Layout
3228 Silvia
3229 \end_layout
3230
3231 \end_inset
3232 </cell>
3233 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3234 \begin_inset Text
3235
3236 \begin_layout Plain Layout
3237 111
3238 \end_layout
3239
3240 \end_inset
3241 </cell>
3242 </row>
3243 <row>
3244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3245 \begin_inset Text
3246
3247 \begin_layout Plain Layout
3248
3249 \series bold
3250 Bertoli
3251 \end_layout
3252
3253 \end_inset
3254 </cell>
3255 <cell alignment="center" valignment="top" usebox="none">
3256 \begin_inset Text
3257
3258 \begin_layout Plain Layout
3259 Stefano
3260 \end_layout
3261
3262 \end_inset
3263 </cell>
3264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3265 \begin_inset Text
3266
3267 \begin_layout Plain Layout
3268 111
3269 \end_layout
3270
3271 \end_inset
3272 </cell>
3273 </row>
3274 <row>
3275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3276 \begin_inset Text
3277
3278 \begin_layout Plain Layout
3279
3280 \series bold
3281 Bozzi
3282 \end_layout
3283
3284 \end_inset
3285 </cell>
3286 <cell alignment="center" valignment="top" usebox="none">
3287 \begin_inset Text
3288
3289 \begin_layout Plain Layout
3290 Walter
3291 \end_layout
3292
3293 \end_inset
3294 </cell>
3295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3296 \begin_inset Text
3297
3298 \begin_layout Plain Layout
3299 111
3300 \end_layout
3301
3302 \end_inset
3303 </cell>
3304 </row>
3305 <row>
3306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3307 \begin_inset Text
3308
3309 \begin_layout Plain Layout
3310
3311 \series bold
3312 Cachia
3313 \end_layout
3314
3315 \end_inset
3316 </cell>
3317 <cell alignment="center" valignment="top" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321 Maria
3322 \end_layout
3323
3324 \end_inset
3325 </cell>
3326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3327 \begin_inset Text
3328
3329 \begin_layout Plain Layout
3330 111
3331 \end_layout
3332
3333 \end_inset
3334 </cell>
3335 </row>
3336 <row>
3337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3338 \begin_inset Text
3339
3340 \begin_layout Plain Layout
3341
3342 \series bold
3343 Cachia
3344 \end_layout
3345
3346 \end_inset
3347 </cell>
3348 <cell alignment="center" valignment="top" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352 Maurizio
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Plain Layout
3361 111
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 </row>
3367 <row>
3368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3369 \begin_inset Text
3370
3371 \begin_layout Plain Layout
3372
3373 \series bold
3374 Cinquemani
3375 \end_layout
3376
3377 \end_inset
3378 </cell>
3379 <cell alignment="center" valignment="top" usebox="none">
3380 \begin_inset Text
3381
3382 \begin_layout Plain Layout
3383 Giusi
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3389 \begin_inset Text
3390
3391 \begin_layout Plain Layout
3392 111
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 </row>
3398 <row>
3399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Plain Layout
3403
3404 \series bold
3405 Colin
3406 \end_layout
3407
3408 \end_inset
3409 </cell>
3410 <cell alignment="center" valignment="top" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Plain Layout
3414 Bernard
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3420 \begin_inset Text
3421
3422 \begin_layout Plain Layout
3423 111
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 </row>
3429 <row>
3430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3431 \begin_inset Text
3432
3433 \begin_layout Plain Layout
3434
3435 \series bold
3436 Concli
3437 \end_layout
3438
3439 \end_inset
3440 </cell>
3441 <cell alignment="center" valignment="top" usebox="none">
3442 \begin_inset Text
3443
3444 \begin_layout Plain Layout
3445 Gianfranco
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3451 \begin_inset Text
3452
3453 \begin_layout Plain Layout
3454 111
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 </row>
3460 <row>
3461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465
3466 \series bold
3467 Dal Bosco
3468 \end_layout
3469
3470 \end_inset
3471 </cell>
3472 <cell alignment="center" valignment="top" usebox="none">
3473 \begin_inset Text
3474
3475 \begin_layout Plain Layout
3476 Carolina
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3482 \begin_inset Text
3483
3484 \begin_layout Plain Layout
3485 111
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 </row>
3491 <row>
3492 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3493 \begin_inset Text
3494
3495 \begin_layout Plain Layout
3496
3497 \series bold
3498 Dalpiaz
3499 \end_layout
3500
3501 \end_inset
3502 </cell>
3503 <cell alignment="center" valignment="top" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507 Annamaria
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3513 \begin_inset Text
3514
3515 \begin_layout Plain Layout
3516 111
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 </row>
3522 <row>
3523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Plain Layout
3527
3528 \series bold
3529 Feliciello
3530 \end_layout
3531
3532 \end_inset
3533 </cell>
3534 <cell alignment="center" valignment="top" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538 Domenico
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547 111
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 </row>
3553 <row>
3554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3555 \begin_inset Text
3556
3557 \begin_layout Plain Layout
3558
3559 \series bold
3560 Focarelli
3561 \end_layout
3562
3563 \end_inset
3564 </cell>
3565 <cell alignment="center" valignment="top" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569 Paola
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578 111
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 </row>
3584 <row>
3585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589
3590 \series bold
3591 Galletti
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 <cell alignment="center" valignment="top" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600 Oreste
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3606 \begin_inset Text
3607
3608 \begin_layout Plain Layout
3609 111
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 </row>
3615 <row>
3616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Plain Layout
3620
3621 \series bold
3622 Gasparini
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 <cell alignment="center" valignment="top" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631 Franca
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3637 \begin_inset Text
3638
3639 \begin_layout Plain Layout
3640 111
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 </row>
3646 <row>
3647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Plain Layout
3651
3652 \series bold
3653 Rizzardi
3654 \end_layout
3655
3656 \end_inset
3657 </cell>
3658 <cell alignment="center" valignment="top" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662 Paola
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3668 \begin_inset Text
3669
3670 \begin_layout Plain Layout
3671 111
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 </row>
3677 <row>
3678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Plain Layout
3682
3683 \series bold
3684 Lassini
3685 \end_layout
3686
3687 \end_inset
3688 </cell>
3689 <cell alignment="center" valignment="top" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693 Giancarlo
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3699 \begin_inset Text
3700
3701 \begin_layout Plain Layout
3702 111
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 </row>
3708 <row>
3709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Plain Layout
3713
3714 \series bold
3715 Malfatti
3716 \end_layout
3717
3718 \end_inset
3719 </cell>
3720 <cell alignment="center" valignment="top" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724 Luciano
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3730 \begin_inset Text
3731
3732 \begin_layout Plain Layout
3733 111
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 </row>
3739 <row>
3740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3741 \begin_inset Text
3742
3743 \begin_layout Plain Layout
3744
3745 \series bold
3746 Malfatti
3747 \end_layout
3748
3749 \end_inset
3750 </cell>
3751 <cell alignment="center" valignment="top" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755 Valeriano
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Plain Layout
3764 111
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 </row>
3770 <row>
3771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3772 \begin_inset Text
3773
3774 \begin_layout Plain Layout
3775
3776 \series bold
3777 Meneguzzo
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 <cell alignment="center" valignment="top" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786 Roberto
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Plain Layout
3795 111
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 </row>
3801 <row>
3802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Plain Layout
3806
3807 \series bold
3808 Mezzadra
3809 \end_layout
3810
3811 \end_inset
3812 </cell>
3813 <cell alignment="center" valignment="top" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817 Roberto
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3823 \begin_inset Text
3824
3825 \begin_layout Plain Layout
3826 111
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 </row>
3832 <row>
3833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Plain Layout
3837
3838 \series bold
3839 Pirpamer
3840 \end_layout
3841
3842 \end_inset
3843 </cell>
3844 <cell alignment="center" valignment="top" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848 Erich
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3854 \begin_inset Text
3855
3856 \begin_layout Plain Layout
3857 111
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 </row>
3863 <row>
3864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3865 \begin_inset Text
3866
3867 \begin_layout Plain Layout
3868
3869 \series bold
3870 Pochiesa
3871 \end_layout
3872
3873 \end_inset
3874 </cell>
3875 <cell alignment="center" valignment="top" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879 Paolo
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888 111, 222
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 </row>
3894 <row>
3895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Plain Layout
3899
3900 \series bold
3901 Radina
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 <cell alignment="center" valignment="top" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910 Claudio
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3916 \begin_inset Text
3917
3918 \begin_layout Plain Layout
3919 111
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 </row>
3925 <row>
3926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3927 \begin_inset Text
3928
3929 \begin_layout Plain Layout
3930
3931 \series bold
3932 Stuffer
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 <cell alignment="center" valignment="top" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941 Oskar
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Plain Layout
3950 111
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 </row>
3956 <row>
3957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3958 \begin_inset Text
3959
3960 \begin_layout Plain Layout
3961
3962 \series bold
3963 Tacchelli
3964 \end_layout
3965
3966 \end_inset
3967 </cell>
3968 <cell alignment="center" valignment="top" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972 Ugo
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981 111
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 </row>
3987 <row>
3988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3989 \begin_inset Text
3990
3991 \begin_layout Plain Layout
3992
3993 \series bold
3994 Tezzele
3995 \end_layout
3996
3997 \end_inset
3998 </cell>
3999 <cell alignment="center" valignment="top" usebox="none">
4000 \begin_inset Text
4001
4002 \begin_layout Plain Layout
4003 Margit
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Plain Layout
4012 111
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 </row>
4018 <row>
4019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4020 \begin_inset Text
4021
4022 \begin_layout Plain Layout
4023
4024 \series bold
4025 Unterkalmsteiner
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 <cell alignment="center" valignment="top" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034 Frieda
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043 111
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 </row>
4049 <row>
4050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054
4055 \series bold
4056 Vieider
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 <cell alignment="center" valignment="top" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065 Hilde
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074 111
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 </row>
4080 <row>
4081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4082 \begin_inset Text
4083
4084 \begin_layout Plain Layout
4085
4086 \series bold
4087 Vigna
4088 \end_layout
4089
4090 \end_inset
4091 </cell>
4092 <cell alignment="center" valignment="top" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096 Jürgen
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Plain Layout
4105 111
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 </row>
4111 <row>
4112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Plain Layout
4116
4117 \series bold
4118 Weber
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 <cell alignment="center" valignment="top" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127 Maurizio
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Plain Layout
4136 111
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 </row>
4142 <row>
4143 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Plain Layout
4147
4148 \series bold
4149 Winkler
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158 Franz
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Plain Layout
4167 111
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 </row>
4173 <row>
4174 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4175 \begin_inset Text
4176
4177 \begin_layout Plain Layout
4178  
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187
4188 \end_layout
4189
4190 \end_inset
4191 </cell>
4192 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 </row>
4202 <row>
4203 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207
4208 \series bold
4209 Annovi
4210 \end_layout
4211
4212 \end_inset
4213 </cell>
4214 <cell alignment="center" valignment="top" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218 Silvia
4219 \end_layout
4220
4221 \end_inset
4222 </cell>
4223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227 555
4228 \end_layout
4229
4230 \end_inset
4231 </cell>
4232 </row>
4233 <row>
4234 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238
4239 \series bold
4240 Bertoli
4241 \end_layout
4242
4243 \end_inset
4244 </cell>
4245 <cell alignment="center" valignment="top" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249 Stefano
4250 \end_layout
4251
4252 \end_inset
4253 </cell>
4254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4255 \begin_inset Text
4256
4257 \begin_layout Plain Layout
4258 555
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 </row>
4264 <row>
4265 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269
4270 \series bold
4271 Bozzi
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 <cell alignment="center" valignment="top" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280 Walter
4281 \end_layout
4282
4283 \end_inset
4284 </cell>
4285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289 555
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 </row>
4295 <row>
4296 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300
4301 \series bold
4302 Cachia
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 <cell alignment="center" valignment="top" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311 Maria
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320 555
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 </row>
4326 <row>
4327 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331
4332 \series bold
4333 Cachia
4334 \end_layout
4335
4336 \end_inset
4337 </cell>
4338 <cell alignment="center" valignment="top" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342 Maurizio
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351 555
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 </row>
4357 <row>
4358 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362
4363 \series bold
4364 Cinquemani
4365 \end_layout
4366
4367 \end_inset
4368 </cell>
4369 <cell alignment="center" valignment="top" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373 Giusi
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382 555
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 </row>
4388 <row>
4389 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393
4394 \series bold
4395 Colin
4396 \end_layout
4397
4398 \end_inset
4399 </cell>
4400 <cell alignment="center" valignment="top" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404 Bernard
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413 555
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 </row>
4419 <row>
4420 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424
4425 \series bold
4426 Concli
4427 \end_layout
4428
4429 \end_inset
4430 </cell>
4431 <cell alignment="center" valignment="top" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Plain Layout
4435 Gianfranco
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444 555
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 </row>
4450 <row>
4451 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4452 \begin_inset Text
4453
4454 \begin_layout Plain Layout
4455
4456 \series bold
4457 Dal Bosco
4458 \end_layout
4459
4460 \end_inset
4461 </cell>
4462 <cell alignment="center" valignment="top" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466 Carolina
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475 555
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 </row>
4481 <row>
4482 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4483 \begin_inset Text
4484
4485 \begin_layout Plain Layout
4486
4487 \series bold
4488 Dalpiaz
4489 \end_layout
4490
4491 \end_inset
4492 </cell>
4493 <cell alignment="center" valignment="top" usebox="none">
4494 \begin_inset Text
4495
4496 \begin_layout Plain Layout
4497 Annamaria
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506 555
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 </row>
4512 <row>
4513 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Plain Layout
4517
4518 \series bold
4519 Feliciello
4520 \end_layout
4521
4522 \end_inset
4523 </cell>
4524 <cell alignment="center" valignment="top" usebox="none">
4525 \begin_inset Text
4526
4527 \begin_layout Plain Layout
4528 Domenico
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4534 \begin_inset Text
4535
4536 \begin_layout Plain Layout
4537 555
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 </row>
4543 <row>
4544 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4545 \begin_inset Text
4546
4547 \begin_layout Plain Layout
4548
4549 \series bold
4550 Focarelli
4551 \end_layout
4552
4553 \end_inset
4554 </cell>
4555 <cell alignment="center" valignment="top" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Plain Layout
4559 Paola
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568 555
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 </row>
4574 <row>
4575 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579
4580 \series bold
4581 Galletti
4582 \end_layout
4583
4584 \end_inset
4585 </cell>
4586 <cell alignment="center" valignment="top" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590 Oreste
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4596 \begin_inset Text
4597
4598 \begin_layout Plain Layout
4599 555
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 </row>
4605 <row>
4606 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610
4611 \series bold
4612 Gasparini
4613 \end_layout
4614
4615 \end_inset
4616 </cell>
4617 <cell alignment="center" valignment="top" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621 Franca
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4627 \begin_inset Text
4628
4629 \begin_layout Plain Layout
4630 555
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 </row>
4636 <row>
4637 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4638 \begin_inset Text
4639
4640 \begin_layout Plain Layout
4641
4642 \series bold
4643 Rizzardi
4644 \end_layout
4645
4646 \end_inset
4647 </cell>
4648 <cell alignment="center" valignment="top" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652 Paola
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4658 \begin_inset Text
4659
4660 \begin_layout Plain Layout
4661 555
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 </row>
4667 <row>
4668 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672
4673 \series bold
4674 Lassini
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 <cell alignment="center" valignment="top" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683 Giancarlo
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Plain Layout
4692 555
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 </row>
4698 <row>
4699 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4700 \begin_inset Text
4701
4702 \begin_layout Plain Layout
4703
4704 \series bold
4705 Malfatti
4706 \end_layout
4707
4708 \end_inset
4709 </cell>
4710 <cell alignment="center" valignment="top" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714 Luciano
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723 555
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 </row>
4729 <row>
4730 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Plain Layout
4734
4735 \series bold
4736 Malfatti
4737 \end_layout
4738
4739 \end_inset
4740 </cell>
4741 <cell alignment="center" valignment="top" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745 Valeriano
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4751 \begin_inset Text
4752
4753 \begin_layout Plain Layout
4754 555
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 </row>
4760 <row>
4761 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4762 \begin_inset Text
4763
4764 \begin_layout Plain Layout
4765
4766 \series bold
4767 Meneguzzo
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 <cell alignment="center" valignment="top" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776 Roberto
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4782 \begin_inset Text
4783
4784 \begin_layout Plain Layout
4785 555
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 </row>
4791 <row>
4792 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4793 \begin_inset Text
4794
4795 \begin_layout Plain Layout
4796
4797 \series bold
4798 Mezzadra
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807 Roberto
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4813 \begin_inset Text
4814
4815 \begin_layout Plain Layout
4816 555
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 </row>
4822 <row>
4823 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Plain Layout
4827
4828 \series bold
4829 Pirpamer
4830 \end_layout
4831
4832 \end_inset
4833 </cell>
4834 <cell alignment="center" valignment="top" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838 Erich
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4844 \begin_inset Text
4845
4846 \begin_layout Plain Layout
4847 555
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 </row>
4853 <row>
4854 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4855 \begin_inset Text
4856
4857 \begin_layout Plain Layout
4858
4859 \series bold
4860 Pochiesa
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 <cell alignment="center" valignment="top" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869 Paolo
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4875 \begin_inset Text
4876
4877 \begin_layout Plain Layout
4878 555, 222
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 </row>
4884 <row>
4885 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4886 \begin_inset Text
4887
4888 \begin_layout Plain Layout
4889
4890 \series bold
4891 Radina
4892 \end_layout
4893
4894 \end_inset
4895 </cell>
4896 <cell alignment="center" valignment="top" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900 Claudio
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909 555
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 </row>
4915 <row>
4916 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4917 \begin_inset Text
4918
4919 \begin_layout Plain Layout
4920
4921 \series bold
4922 Stuffer
4923 \end_layout
4924
4925 \end_inset
4926 </cell>
4927 <cell alignment="center" valignment="top" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931 Oskar
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Plain Layout
4940 555
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 </row>
4946 <row>
4947 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4948 \begin_inset Text
4949
4950 \begin_layout Plain Layout
4951
4952 \series bold
4953 Tacchelli
4954 \end_layout
4955
4956 \end_inset
4957 </cell>
4958 <cell alignment="center" valignment="top" usebox="none">
4959 \begin_inset Text
4960
4961 \begin_layout Plain Layout
4962 Ugo
4963 \end_layout
4964
4965 \end_inset
4966 </cell>
4967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4968 \begin_inset Text
4969
4970 \begin_layout Plain Layout
4971 555
4972 \end_layout
4973
4974 \end_inset
4975 </cell>
4976 </row>
4977 <row>
4978 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4979 \begin_inset Text
4980
4981 \begin_layout Plain Layout
4982
4983 \series bold
4984 Tezzele
4985 \end_layout
4986
4987 \end_inset
4988 </cell>
4989 <cell alignment="center" valignment="top" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993 Margit
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4999 \begin_inset Text
5000
5001 \begin_layout Plain Layout
5002 555
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 </row>
5008 <row>
5009 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5010 \begin_inset Text
5011
5012 \begin_layout Plain Layout
5013
5014 \series bold
5015 Unterkalmsteiner
5016 \end_layout
5017
5018 \end_inset
5019 </cell>
5020 <cell alignment="center" valignment="top" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024 Frieda
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5030 \begin_inset Text
5031
5032 \begin_layout Plain Layout
5033 555
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 </row>
5039 <row>
5040 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5041 \begin_inset Text
5042
5043 \begin_layout Plain Layout
5044
5045 \series bold
5046 Vieider
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 <cell alignment="center" valignment="top" usebox="none">
5052 \begin_inset Text
5053
5054 \begin_layout Plain Layout
5055 Hilde
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5061 \begin_inset Text
5062
5063 \begin_layout Plain Layout
5064 555
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 </row>
5070 <row>
5071 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Plain Layout
5075
5076 \series bold
5077 Vigna
5078 \end_layout
5079
5080 \end_inset
5081 </cell>
5082 <cell alignment="center" valignment="top" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086 Jürgen
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5092 \begin_inset Text
5093
5094 \begin_layout Plain Layout
5095 999
5096 \end_layout
5097
5098 \end_inset
5099 </cell>
5100 </row>
5101 <row>
5102 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5103 \begin_inset Text
5104
5105 \begin_layout Plain Layout
5106
5107 \series bold
5108 Weber
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 <cell alignment="center" valignment="top" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117 Maurizio
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Plain Layout
5126 555
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 </row>
5132 <row>
5133 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5134 \begin_inset Text
5135
5136 \begin_layout Plain Layout
5137
5138 \series bold
5139 Winkler
5140 \end_layout
5141
5142 \end_inset
5143 </cell>
5144 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148 Franz
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Plain Layout
5157 555
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 </row>
5163 <row endlastfoot="true">
5164 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5165 \begin_inset Text
5166
5167 \begin_layout Plain Layout
5168
5169 \series bold
5170 Ende
5171 \end_layout
5172
5173 \end_inset
5174 </cell>
5175 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179
5180 \end_layout
5181
5182 \end_inset
5183 </cell>
5184 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5185 \begin_inset Text
5186
5187 \begin_layout Plain Layout
5188
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 </row>
5194 </lyxtabular>
5195
5196 \end_inset
5197
5198
5199 \begin_inset ERT
5200 status collapsed
5201
5202 \begin_layout Plain Layout
5203
5204
5205 \backslash
5206 addtocounter{table}{-1}
5207 \end_layout
5208
5209 \end_inset
5210
5211
5212 \begin_inset Note Note
5213 status collapsed
5214
5215 \begin_layout Plain Layout
5216 Die Bedeutung diese Befehle finden Sie in der Bemerkung 1 von Abschnitt
5217 \begin_inset space ~
5218 \end_inset
5219
5220
5221 \begin_inset CommandInset ref
5222 LatexCommand ref
5223 reference "uab:Titel-für-lange"
5224
5225 \end_inset
5226
5227
5228 \end_layout
5229
5230 \end_inset
5231
5232
5233 \end_layout
5234
5235 \begin_layout Subsection
5236 Fußnoten in langen Tabellen
5237 \begin_inset CommandInset label
5238 LatexCommand label
5239 name "uab:Fußnoten-in-langen"
5240
5241 \end_inset
5242
5243
5244 \begin_inset Index
5245 status collapsed
5246
5247 \begin_layout Plain Layout
5248 Tabellen ! lange ! Fußnoten
5249 \end_layout
5250
5251 \end_inset
5252
5253
5254 \end_layout
5255
5256 \begin_layout Standard
5257 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5258  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5259  Tabelle
5260 \begin_inset space ~
5261 \end_inset
5262
5263
5264 \begin_inset CommandInset ref
5265 LatexCommand ref
5266 reference "tab:DiffCaptions"
5267
5268 \end_inset
5269
5270  hat zum Beispiel eine Fußnote.
5271 \end_layout
5272
5273 \begin_layout Subsection
5274 Ausrichtung langer Tabellen
5275 \begin_inset Index
5276 status collapsed
5277
5278 \begin_layout Plain Layout
5279 Tabellen ! lange ! Ausrichtung
5280 \end_layout
5281
5282 \end_inset
5283
5284
5285 \end_layout
5286
5287 \begin_layout Standard
5288 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
5289  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
5290 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
5291  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
5292  Längen 
5293 \series bold
5294
5295 \backslash
5296 LTleft 
5297 \series default
5298 und 
5299 \series bold
5300
5301 \backslash
5302 LTright
5303 \series default
5304  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5305  wird:
5306 \end_layout
5307
5308 \begin_layout Standard
5309
5310 \series bold
5311
5312 \backslash
5313 setlength{
5314 \backslash
5315 LTleft}{Wert}
5316 \end_layout
5317
5318 \begin_layout Standard
5319 Wobei der Wert eine der in Tabelle
5320 \begin_inset space ~
5321 \end_inset
5322
5323
5324 \begin_inset CommandInset ref
5325 LatexCommand ref
5326 reference "tab:Maßeinheiten"
5327
5328 \end_inset
5329
5330  aufgelisteten Einheiten haben kann.
5331  
5332 \series bold
5333
5334 \backslash
5335 LTleft
5336 \series default
5337  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5338  
5339 \series bold
5340
5341 \backslash
5342 LTright
5343 \series default
5344  den Abstand von rechts.
5345  Die Voreinstellung für beide Werte ist 
5346 \series bold
5347
5348 \backslash
5349 fill
5350 \series default
5351 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5352  in LyX ist.
5353 \end_layout
5354
5355 \begin_layout Standard
5356 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5357 \series bold
5358
5359 \backslash
5360 LTleft
5361 \series default
5362  auf den Wert 0
5363 \begin_inset space \thinspace{}
5364 \end_inset
5365
5366 pt gesetzt wurde.
5367 \begin_inset ERT
5368 status collapsed
5369
5370 \begin_layout Plain Layout
5371
5372
5373 \backslash
5374 setlength{
5375 \backslash
5376 LTleft}{0pt}
5377 \end_layout
5378
5379 \end_inset
5380
5381
5382 \end_layout
5383
5384 \begin_layout Standard
5385 \begin_inset Tabular
5386 <lyxtabular version="3" rows="5" columns="5">
5387 <features islongtable="true">
5388 <column alignment="center" valignment="top" width="0">
5389 <column alignment="center" valignment="top" width="0">
5390 <column alignment="center" valignment="top" width="0">
5391 <column alignment="center" valignment="top" width="0">
5392 <column alignment="center" valignment="top" width="0">
5393 <row>
5394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5395 \begin_inset Text
5396
5397 \begin_layout Plain Layout
5398 1
5399 \end_layout
5400
5401 \end_inset
5402 </cell>
5403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5404 \begin_inset Text
5405
5406 \begin_layout Plain Layout
5407 2
5408 \end_layout
5409
5410 \end_inset
5411 </cell>
5412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5413 \begin_inset Text
5414
5415 \begin_layout Plain Layout
5416 3
5417 \end_layout
5418
5419 \end_inset
5420 </cell>
5421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5422 \begin_inset Text
5423
5424 \begin_layout Plain Layout
5425 4
5426 \end_layout
5427
5428 \end_inset
5429 </cell>
5430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Plain Layout
5434 5
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 </row>
5440 <row>
5441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5442 \begin_inset Text
5443
5444 \begin_layout Plain Layout
5445 asd
5446 \end_layout
5447
5448 \end_inset
5449 </cell>
5450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5451 \begin_inset Text
5452
5453 \begin_layout Plain Layout
5454 s
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463 s
5464 \end_layout
5465
5466 \end_inset
5467 </cell>
5468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5469 \begin_inset Text
5470
5471 \begin_layout Plain Layout
5472 s
5473 \end_layout
5474
5475 \end_inset
5476 </cell>
5477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5478 \begin_inset Text
5479
5480 \begin_layout Plain Layout
5481 asd
5482 \end_layout
5483
5484 \end_inset
5485 </cell>
5486 </row>
5487 <row>
5488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5489 \begin_inset Text
5490
5491 \begin_layout Plain Layout
5492 asd
5493 \end_layout
5494
5495 \end_inset
5496 </cell>
5497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5498 \begin_inset Text
5499
5500 \begin_layout Plain Layout
5501 s
5502 \end_layout
5503
5504 \end_inset
5505 </cell>
5506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5507 \begin_inset Text
5508
5509 \begin_layout Plain Layout
5510 s
5511 \end_layout
5512
5513 \end_inset
5514 </cell>
5515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5516 \begin_inset Text
5517
5518 \begin_layout Plain Layout
5519 s
5520 \end_layout
5521
5522 \end_inset
5523 </cell>
5524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5525 \begin_inset Text
5526
5527 \begin_layout Plain Layout
5528 asd
5529 \end_layout
5530
5531 \end_inset
5532 </cell>
5533 </row>
5534 <row>
5535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5536 \begin_inset Text
5537
5538 \begin_layout Plain Layout
5539 asd
5540 \end_layout
5541
5542 \end_inset
5543 </cell>
5544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5545 \begin_inset Text
5546
5547 \begin_layout Plain Layout
5548 s
5549 \end_layout
5550
5551 \end_inset
5552 </cell>
5553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5554 \begin_inset Text
5555
5556 \begin_layout Plain Layout
5557 s
5558 \end_layout
5559
5560 \end_inset
5561 </cell>
5562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5563 \begin_inset Text
5564
5565 \begin_layout Plain Layout
5566 s
5567 \end_layout
5568
5569 \end_inset
5570 </cell>
5571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5572 \begin_inset Text
5573
5574 \begin_layout Plain Layout
5575 asd
5576 \end_layout
5577
5578 \end_inset
5579 </cell>
5580 </row>
5581 <row>
5582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5583 \begin_inset Text
5584
5585 \begin_layout Plain Layout
5586 asd
5587 \end_layout
5588
5589 \end_inset
5590 </cell>
5591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5592 \begin_inset Text
5593
5594 \begin_layout Plain Layout
5595 asd
5596 \end_layout
5597
5598 \end_inset
5599 </cell>
5600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5601 \begin_inset Text
5602
5603 \begin_layout Plain Layout
5604 asd
5605 \end_layout
5606
5607 \end_inset
5608 </cell>
5609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5610 \begin_inset Text
5611
5612 \begin_layout Plain Layout
5613 asd
5614 \end_layout
5615
5616 \end_inset
5617 </cell>
5618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5619 \begin_inset Text
5620
5621 \begin_layout Plain Layout
5622 asd
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 </row>
5628 </lyxtabular>
5629
5630 \end_inset
5631
5632
5633 \begin_inset ERT
5634 status collapsed
5635
5636 \begin_layout Plain Layout
5637
5638
5639 \backslash
5640 setlength{
5641 \backslash
5642 LTleft}{
5643 \backslash
5644 fill}
5645 \end_layout
5646
5647 \end_inset
5648
5649
5650 \end_layout
5651
5652 \begin_layout Subsection
5653 Beschriftungen langer Tabellen
5654 \begin_inset Index
5655 status collapsed
5656
5657 \begin_layout Plain Layout
5658 Tabellen ! lange ! Titel
5659 \end_layout
5660
5661 \end_inset
5662
5663
5664 \begin_inset CommandInset label
5665 LatexCommand label
5666 name "uab:Titel-für-lange"
5667
5668 \end_inset
5669
5670
5671 \end_layout
5672
5673 \begin_layout Standard
5674 Eine 
5675 \family sans
5676 lange
5677 \begin_inset space ~
5678 \end_inset
5679
5680 Tabelle
5681 \family default
5682  kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte nur auf eine
5683  Seite gedruckt werden können.
5684  Aber die 
5685 \family sans
5686 Legende
5687 \family default
5688 -Umgebung von Gleitobjekten kann auch in langen Tabellen benutzt werden.
5689 \end_layout
5690
5691 \begin_layout Standard
5692 Weil LyX das noch nicht völlig unterstützt, muss man ein wenig tricksen:
5693 \end_layout
5694
5695 \begin_layout Enumerate
5696 Erstellen Sie eine 
5697 \family sans
5698 lange
5699 \begin_inset space ~
5700 \end_inset
5701
5702 Tabelle
5703 \family default
5704 .
5705 \end_layout
5706
5707 \begin_layout Enumerate
5708 Markieren Sie die erste Zeile und entfernen Sie die obere Linie.
5709 \end_layout
5710
5711 \begin_layout Enumerate
5712 Fügen Sie 
5713 \family sans
5714 mit Einfügen\SpecialChar \menuseparator
5715 Legende
5716 \family default
5717  eine Beschriftung in die erste Tabellenzelle.
5718  Sie können auch noch einen Kurztitel hinzufügen, 
5719 \family sans
5720 Einfügen\SpecialChar \menuseparator
5721 Kurztitel
5722 \family default
5723 .
5724 \end_layout
5725
5726 \begin_layout Enumerate
5727 Fügen Sie hinter dem Titel 
5728 \series bold
5729
5730 \begin_inset Quotes gld
5731 \end_inset
5732
5733
5734 \backslash
5735
5736 \backslash
5737 %
5738 \series default
5739
5740 \begin_inset Quotes grd
5741 \end_inset
5742
5743  als TeX-Code ein.
5744 \end_layout
5745
5746 \begin_layout Standard
5747 Ein Kurztitel wird anstatt der richtigen Beschriftung im Tabellenverzeichnis
5748  gedruckt.
5749  Die Zeichen 
5750 \series bold
5751
5752 \begin_inset Quotes gld
5753 \end_inset
5754
5755
5756 \backslash
5757
5758 \backslash
5759 %
5760 \series default
5761
5762 \begin_inset Quotes grd
5763 \end_inset
5764
5765  hinter dem Titel lässt die vertikalen Linien aller Zellen der ersten Zeile
5766  weg.
5767  Die erste Tabellenzeile ist damit nur ein Platzhalter für die Beschriftung,
5768  und die eigentliche Tabelle beginnt mit der zweiten Zeile.
5769 \end_layout
5770
5771 \begin_layout Standard
5772 Hier ist eine kleine 
5773 \family sans
5774 lange
5775 \begin_inset space ~
5776 \end_inset
5777
5778 Tabelle
5779 \family default
5780 , die zeigt, wie das funktioniert:
5781 \end_layout
5782
5783 \begin_layout Standard
5784 \begin_inset Tabular
5785 <lyxtabular version="3" rows="6" columns="5">
5786 <features islongtable="true">
5787 <column alignment="center" valignment="top" width="0">
5788 <column alignment="center" valignment="top" width="0">
5789 <column alignment="center" valignment="top" width="0">
5790 <column alignment="center" valignment="top" width="0">
5791 <column alignment="center" valignment="top" width="0">
5792 <row caption="true">
5793 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797 \begin_inset Caption
5798
5799 \begin_layout Plain Layout
5800 Eine 
5801 \family sans
5802 lange
5803 \begin_inset space ~
5804 \end_inset
5805
5806 Tabelle
5807 \family default
5808  mit Titel
5809 \begin_inset OptArg
5810 status open
5811
5812 \begin_layout Plain Layout
5813 Lange Tabelle
5814 \end_layout
5815
5816 \end_inset
5817
5818
5819 \end_layout
5820
5821 \end_inset
5822
5823
5824 \end_layout
5825
5826 \end_inset
5827 </cell>
5828 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5847 \begin_inset Text
5848
5849 \begin_layout Plain Layout
5850
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 </row>
5865 <row>
5866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5867 \begin_inset Text
5868
5869 \begin_layout Plain Layout
5870 1
5871 \end_layout
5872
5873 \end_inset
5874 </cell>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879 2
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888 3
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 4
5898 \end_layout
5899
5900 \end_inset
5901 </cell>
5902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5903 \begin_inset Text
5904
5905 \begin_layout Plain Layout
5906 5
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 </row>
5912 <row>
5913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Plain Layout
5917 asd
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926 s
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935 s
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944 s
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953 asd
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 </row>
5959 <row>
5960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964 asd
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 s
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 s
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991 s
5992 \end_layout
5993
5994 \end_inset
5995 </cell>
5996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5997 \begin_inset Text
5998
5999 \begin_layout Plain Layout
6000 asd
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 </row>
6006 <row>
6007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011 asd
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 s
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Plain Layout
6029 s
6030 \end_layout
6031
6032 \end_inset
6033 </cell>
6034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6035 \begin_inset Text
6036
6037 \begin_layout Plain Layout
6038 s
6039 \end_layout
6040
6041 \end_inset
6042 </cell>
6043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Plain Layout
6047 asd
6048 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 </row>
6053 <row>
6054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058 asd
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Plain Layout
6067 asd
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076 asd
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Plain Layout
6085 asd
6086 \end_layout
6087
6088 \end_inset
6089 </cell>
6090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6091 \begin_inset Text
6092
6093 \begin_layout Plain Layout
6094 asd
6095 \end_layout
6096
6097 \end_inset
6098 </cell>
6099 </row>
6100 </lyxtabular>
6101
6102 \end_inset
6103
6104
6105 \end_layout
6106
6107 \begin_layout Standard
6108 \begin_inset VSpace medskip
6109 \end_inset
6110
6111
6112 \begin_inset Note Greyedout
6113 status open
6114
6115 \begin_layout Plain Layout
6116
6117 \series bold
6118 Bemerkung
6119 \begin_inset space ~
6120 \end_inset
6121
6122 1:
6123 \series default
6124  Die Tabellennummer wird für jede 
6125 \family sans
6126 lange
6127 \begin_inset space ~
6128 \end_inset
6129
6130 Tabelle
6131 \family default
6132  erhöht, auch wenn Sie keinen Titel vergeben.
6133  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6134 \begin_inset space ~
6135 \end_inset
6136
6137 2.4 auf Tabelle
6138 \begin_inset space ~
6139 \end_inset
6140
6141 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei
6142 \family sans
6143  lange
6144 \begin_inset space ~
6145 \end_inset
6146
6147 Tabellen
6148 \family default
6149  ohne Titel sind.
6150  Um das zu vermeiden, können Sie hinter jede 
6151 \family sans
6152 lange
6153 \begin_inset space ~
6154 \end_inset
6155
6156 Tabelle
6157 \family default
6158  ohne Titel folgenden LaTeX-Befehl als TeX-Code einfügen:
6159 \end_layout
6160
6161 \begin_layout Plain Layout
6162
6163 \series bold
6164
6165 \backslash
6166 addtocounter{table}{-1}
6167 \end_layout
6168
6169 \end_inset
6170
6171
6172 \end_layout
6173
6174 \begin_layout Standard
6175 \begin_inset Note Greyedout
6176 status open
6177
6178 \begin_layout Plain Layout
6179
6180 \series bold
6181 Bemerkung
6182 \begin_inset space ~
6183 \end_inset
6184
6185 2:
6186 \series default
6187  Wenn Sie das LaTeX-Paket 
6188 \series bold
6189 hyperref
6190 \series default
6191
6192 \begin_inset Index
6193 status collapsed
6194
6195 \begin_layout Plain Layout
6196 LaTeX-Pakete ! hyperref
6197 \end_layout
6198
6199 \end_inset
6200
6201  für Querverweise benutzen, wird der Verweis auf eine 
6202 \family sans
6203 lange
6204 \begin_inset space ~
6205 \end_inset
6206
6207 Tabelle
6208 \family default
6209  immer auf den Anfang des Dokuments zeigen.
6210 \end_layout
6211
6212 \end_inset
6213
6214
6215 \begin_inset Newpage newpage
6216 \end_inset
6217
6218
6219 \end_layout
6220
6221 \begin_layout Subsubsection
6222 Querverweise auf 
6223 \family sans
6224 lange
6225 \begin_inset space ~
6226 \end_inset
6227
6228 Tabelle
6229 \family default
6230 n
6231 \begin_inset Index
6232 status collapsed
6233
6234 \begin_layout Plain Layout
6235 Tabellen ! lange ! Querverweis
6236 \end_layout
6237
6238 \end_inset
6239
6240
6241 \end_layout
6242
6243 \begin_layout Standard
6244 \begin_inset Tabular
6245 <lyxtabular version="3" rows="6" columns="5">
6246 <features islongtable="true">
6247 <column alignment="center" valignment="top" width="0">
6248 <column alignment="center" valignment="top" width="0">
6249 <column alignment="center" valignment="top" width="0">
6250 <column alignment="center" valignment="top" width="0">
6251 <column alignment="center" valignment="top" width="0">
6252 <row caption="true">
6253 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6254 \begin_inset Text
6255
6256 \begin_layout Plain Layout
6257 \begin_inset Caption
6258
6259 \begin_layout Plain Layout
6260
6261 \family sans
6262 Lange
6263 \begin_inset space ~
6264 \end_inset
6265
6266 Tabelle
6267 \family default
6268  mit Marke
6269 \begin_inset CommandInset label
6270 LatexCommand label
6271 name "tab:LangeTabelle-mit-Marke"
6272
6273 \end_inset
6274
6275
6276 \end_layout
6277
6278 \end_inset
6279
6280
6281 \end_layout
6282
6283 \end_inset
6284 </cell>
6285 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6286 \begin_inset Text
6287
6288 \begin_layout Plain Layout
6289
6290 \end_layout
6291
6292 \end_inset
6293 </cell>
6294 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6295 \begin_inset Text
6296
6297 \begin_layout Plain Layout
6298
6299 \end_layout
6300
6301 \end_inset
6302 </cell>
6303 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6304 \begin_inset Text
6305
6306 \begin_layout Plain Layout
6307
6308 \end_layout
6309
6310 \end_inset
6311 </cell>
6312 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6313 \begin_inset Text
6314
6315 \begin_layout Plain Layout
6316
6317 \end_layout
6318
6319 \end_inset
6320 </cell>
6321 </row>
6322 <row>
6323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6324 \begin_inset Text
6325
6326 \begin_layout Plain Layout
6327 1
6328 \end_layout
6329
6330 \end_inset
6331 </cell>
6332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6333 \begin_inset Text
6334
6335 \begin_layout Plain Layout
6336 2
6337 \end_layout
6338
6339 \end_inset
6340 </cell>
6341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6342 \begin_inset Text
6343
6344 \begin_layout Plain Layout
6345 3
6346 \end_layout
6347
6348 \end_inset
6349 </cell>
6350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6351 \begin_inset Text
6352
6353 \begin_layout Plain Layout
6354 4
6355 \end_layout
6356
6357 \end_inset
6358 </cell>
6359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6360 \begin_inset Text
6361
6362 \begin_layout Plain Layout
6363 5
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 </row>
6369 <row>
6370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6371 \begin_inset Text
6372
6373 \begin_layout Plain Layout
6374 asd
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6380 \begin_inset Text
6381
6382 \begin_layout Plain Layout
6383 s
6384 \end_layout
6385
6386 \end_inset
6387 </cell>
6388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6389 \begin_inset Text
6390
6391 \begin_layout Plain Layout
6392 s
6393 \end_layout
6394
6395 \end_inset
6396 </cell>
6397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6398 \begin_inset Text
6399
6400 \begin_layout Plain Layout
6401 s
6402 \end_layout
6403
6404 \end_inset
6405 </cell>
6406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6407 \begin_inset Text
6408
6409 \begin_layout Plain Layout
6410 asd
6411 \end_layout
6412
6413 \end_inset
6414 </cell>
6415 </row>
6416 <row>
6417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6418 \begin_inset Text
6419
6420 \begin_layout Plain Layout
6421 asd
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6427 \begin_inset Text
6428
6429 \begin_layout Plain Layout
6430 s
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6436 \begin_inset Text
6437
6438 \begin_layout Plain Layout
6439 s
6440 \end_layout
6441
6442 \end_inset
6443 </cell>
6444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6445 \begin_inset Text
6446
6447 \begin_layout Plain Layout
6448 s
6449 \end_layout
6450
6451 \end_inset
6452 </cell>
6453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6454 \begin_inset Text
6455
6456 \begin_layout Plain Layout
6457 asd
6458 \end_layout
6459
6460 \end_inset
6461 </cell>
6462 </row>
6463 <row>
6464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Plain Layout
6468 asd
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6474 \begin_inset Text
6475
6476 \begin_layout Plain Layout
6477 s
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6483 \begin_inset Text
6484
6485 \begin_layout Plain Layout
6486 s
6487 \end_layout
6488
6489 \end_inset
6490 </cell>
6491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6492 \begin_inset Text
6493
6494 \begin_layout Plain Layout
6495 s
6496 \end_layout
6497
6498 \end_inset
6499 </cell>
6500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6501 \begin_inset Text
6502
6503 \begin_layout Plain Layout
6504 asd
6505 \end_layout
6506
6507 \end_inset
6508 </cell>
6509 </row>
6510 <row>
6511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515 asd
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6521 \begin_inset Text
6522
6523 \begin_layout Plain Layout
6524 sad
6525 \end_layout
6526
6527 \end_inset
6528 </cell>
6529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6530 \begin_inset Text
6531
6532 \begin_layout Plain Layout
6533 asd
6534 \end_layout
6535
6536 \end_inset
6537 </cell>
6538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6539 \begin_inset Text
6540
6541 \begin_layout Plain Layout
6542 asd
6543 \end_layout
6544
6545 \end_inset
6546 </cell>
6547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6548 \begin_inset Text
6549
6550 \begin_layout Plain Layout
6551 asd
6552 \end_layout
6553
6554 \end_inset
6555 </cell>
6556 </row>
6557 </lyxtabular>
6558
6559 \end_inset
6560
6561
6562 \end_layout
6563
6564 \begin_layout Standard
6565 Damit auf eine 
6566 \family sans
6567 lange
6568 \begin_inset space ~
6569 \end_inset
6570
6571 Tabelle
6572 \family default
6573  verwiesen werden kann, müssen Sie eine 
6574 \family sans
6575 Marke
6576 \family default
6577  im Titel einfügen.
6578  Beachten Sie dabei, dass Sie 
6579 \emph on
6580
6581 \begin_inset Quotes gld
6582 \end_inset
6583
6584 tab:
6585 \emph default
6586
6587 \begin_inset Quotes grd
6588 \end_inset
6589
6590  selber ins Markenfeld schreiben müssen.
6591 \end_layout
6592
6593 \begin_layout Standard
6594 Dies ist ein Verweis auf Tabelle
6595 \begin_inset space ~
6596 \end_inset
6597
6598
6599 \begin_inset CommandInset ref
6600 LatexCommand ref
6601 reference "tab:LangeTabelle-mit-Marke"
6602
6603 \end_inset
6604
6605 .
6606 \end_layout
6607
6608 \begin_layout Standard
6609 Mit dem LaTeX-Paket 
6610 \series bold
6611 caption
6612 \series default
6613
6614 \begin_inset Index
6615 status collapsed
6616
6617 \begin_layout Plain Layout
6618 LaTeX-Pakete ! caption
6619 \end_layout
6620
6621 \end_inset
6622
6623 , siehe Abschnitt
6624 \begin_inset space ~
6625 \end_inset
6626
6627
6628 \begin_inset CommandInset ref
6629 LatexCommand ref
6630 reference "abs:Titel-Formatierung"
6631
6632 \end_inset
6633
6634 , können Sie alle anderen 
6635 \family sans
6636 Legende
6637 \family default
6638 -Optionen benutzen.
6639 \end_layout
6640
6641 \begin_layout Subsubsection
6642 Titelbreite
6643 \begin_inset Index
6644 status collapsed
6645
6646 \begin_layout Plain Layout
6647 Tabellen ! lange ! Beschriftungsbreite
6648 \end_layout
6649
6650 \end_inset
6651
6652
6653 \end_layout
6654
6655 \begin_layout Standard
6656 Die maximale Titelbreite wird durch die Variable 
6657 \series bold
6658
6659 \backslash
6660 LTcapwidth
6661 \series default
6662  definiert.
6663  Ihr Standardwert ist 4
6664 \begin_inset space \thinspace{}
6665 \end_inset
6666
6667 Zoll (
6668 \begin_inset Formula $\approx10$
6669 \end_inset
6670
6671
6672 \begin_inset space \thinspace{}
6673 \end_inset
6674
6675 cm).
6676  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6677  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6678 \end_layout
6679
6680 \begin_layout Standard
6681
6682 \series bold
6683
6684 \backslash
6685 setlength{
6686 \backslash
6687 LTcapwidth}{Breite}
6688 \end_layout
6689
6690 \begin_layout Standard
6691 wobei 
6692 \family typewriter
6693 Breite
6694 \family default
6695  eine der in Anhang
6696 \begin_inset space ~
6697 \end_inset
6698
6699
6700 \begin_inset CommandInset ref
6701 LatexCommand ref
6702 reference "kap:In-LyX-verfügbare"
6703
6704 \end_inset
6705
6706  aufgelisteten Einheiten haben kann.
6707 \end_layout
6708
6709 \begin_layout Standard
6710 Die beiden folgenden Tabellen zeigen den Unterschied:
6711 \end_layout
6712
6713 \begin_layout Standard
6714 \begin_inset Tabular
6715 <lyxtabular version="3" rows="6" columns="5">
6716 <features islongtable="true">
6717 <column alignment="center" valignment="top" width="0">
6718 <column alignment="center" valignment="top" width="0">
6719 <column alignment="center" valignment="top" width="0">
6720 <column alignment="center" valignment="top" width="0">
6721 <column alignment="center" valignment="top" width="0">
6722 <row caption="true">
6723 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Plain Layout
6727 \begin_inset Caption
6728
6729 \begin_layout Plain Layout
6730 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6731 \begin_inset OptArg
6732 status open
6733
6734 \begin_layout Plain Layout
6735 Titel mit Standardbreite
6736 \end_layout
6737
6738 \end_inset
6739
6740
6741 \end_layout
6742
6743 \end_inset
6744
6745
6746 \end_layout
6747
6748 \end_inset
6749 </cell>
6750 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6751 \begin_inset Text
6752
6753 \begin_layout Plain Layout
6754
6755 \end_layout
6756
6757 \end_inset
6758 </cell>
6759 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6760 \begin_inset Text
6761
6762 \begin_layout Plain Layout
6763
6764 \end_layout
6765
6766 \end_inset
6767 </cell>
6768 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6769 \begin_inset Text
6770
6771 \begin_layout Plain Layout
6772
6773 \end_layout
6774
6775 \end_inset
6776 </cell>
6777 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6778 \begin_inset Text
6779
6780 \begin_layout Plain Layout
6781
6782 \end_layout
6783
6784 \end_inset
6785 </cell>
6786 </row>
6787 <row>
6788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6789 \begin_inset Text
6790
6791 \begin_layout Plain Layout
6792 1
6793 \end_layout
6794
6795 \end_inset
6796 </cell>
6797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6798 \begin_inset Text
6799
6800 \begin_layout Plain Layout
6801 2
6802 \end_layout
6803
6804 \end_inset
6805 </cell>
6806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6807 \begin_inset Text
6808
6809 \begin_layout Plain Layout
6810 3
6811 \end_layout
6812
6813 \end_inset
6814 </cell>
6815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6816 \begin_inset Text
6817
6818 \begin_layout Plain Layout
6819 4
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6825 \begin_inset Text
6826
6827 \begin_layout Plain Layout
6828 5
6829 \end_layout
6830
6831 \end_inset
6832 </cell>
6833 </row>
6834 <row>
6835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6836 \begin_inset Text
6837
6838 \begin_layout Plain Layout
6839 asd
6840 \end_layout
6841
6842 \end_inset
6843 </cell>
6844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6845 \begin_inset Text
6846
6847 \begin_layout Plain Layout
6848 s
6849 \end_layout
6850
6851 \end_inset
6852 </cell>
6853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6854 \begin_inset Text
6855
6856 \begin_layout Plain Layout
6857 s
6858 \end_layout
6859
6860 \end_inset
6861 </cell>
6862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6863 \begin_inset Text
6864
6865 \begin_layout Plain Layout
6866 s
6867 \end_layout
6868
6869 \end_inset
6870 </cell>
6871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6872 \begin_inset Text
6873
6874 \begin_layout Plain Layout
6875 asd
6876 \end_layout
6877
6878 \end_inset
6879 </cell>
6880 </row>
6881 <row>
6882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6883 \begin_inset Text
6884
6885 \begin_layout Plain Layout
6886 asd
6887 \end_layout
6888
6889 \end_inset
6890 </cell>
6891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6892 \begin_inset Text
6893
6894 \begin_layout Plain Layout
6895 s
6896 \end_layout
6897
6898 \end_inset
6899 </cell>
6900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6901 \begin_inset Text
6902
6903 \begin_layout Plain Layout
6904 s
6905 \end_layout
6906
6907 \end_inset
6908 </cell>
6909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6910 \begin_inset Text
6911
6912 \begin_layout Plain Layout
6913 s
6914 \end_layout
6915
6916 \end_inset
6917 </cell>
6918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6919 \begin_inset Text
6920
6921 \begin_layout Plain Layout
6922 asd
6923 \end_layout
6924
6925 \end_inset
6926 </cell>
6927 </row>
6928 <row>
6929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6930 \begin_inset Text
6931
6932 \begin_layout Plain Layout
6933 asd
6934 \end_layout
6935
6936 \end_inset
6937 </cell>
6938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6939 \begin_inset Text
6940
6941 \begin_layout Plain Layout
6942 s
6943 \end_layout
6944
6945 \end_inset
6946 </cell>
6947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6948 \begin_inset Text
6949
6950 \begin_layout Plain Layout
6951 s
6952 \end_layout
6953
6954 \end_inset
6955 </cell>
6956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6957 \begin_inset Text
6958
6959 \begin_layout Plain Layout
6960 s
6961 \end_layout
6962
6963 \end_inset
6964 </cell>
6965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6966 \begin_inset Text
6967
6968 \begin_layout Plain Layout
6969 asd
6970 \end_layout
6971
6972 \end_inset
6973 </cell>
6974 </row>
6975 <row>
6976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6977 \begin_inset Text
6978
6979 \begin_layout Plain Layout
6980 asd
6981 \end_layout
6982
6983 \end_inset
6984 </cell>
6985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6986 \begin_inset Text
6987
6988 \begin_layout Plain Layout
6989 sad
6990 \end_layout
6991
6992 \end_inset
6993 </cell>
6994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6995 \begin_inset Text
6996
6997 \begin_layout Plain Layout
6998 asd
6999 \end_layout
7000
7001 \end_inset
7002 </cell>
7003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7004 \begin_inset Text
7005
7006 \begin_layout Plain Layout
7007 asd
7008 \end_layout
7009
7010 \end_inset
7011 </cell>
7012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7013 \begin_inset Text
7014
7015 \begin_layout Plain Layout
7016 asd
7017 \end_layout
7018
7019 \end_inset
7020 </cell>
7021 </row>
7022 </lyxtabular>
7023
7024 \end_inset
7025
7026
7027 \end_layout
7028
7029 \begin_layout Standard
7030 \begin_inset ERT
7031 status collapsed
7032
7033 \begin_layout Plain Layout
7034
7035
7036 \backslash
7037 setlength{
7038 \backslash
7039 LTcapwidth}{5cm}
7040 \end_layout
7041
7042 \end_inset
7043
7044
7045 \begin_inset Tabular
7046 <lyxtabular version="3" rows="6" columns="5">
7047 <features islongtable="true">
7048 <column alignment="center" valignment="top" width="0">
7049 <column alignment="center" valignment="top" width="0">
7050 <column alignment="center" valignment="top" width="0">
7051 <column alignment="center" valignment="top" width="0">
7052 <column alignment="center" valignment="top" width="0">
7053 <row caption="true">
7054 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Plain Layout
7058 \begin_inset Caption
7059
7060 \begin_layout Plain Layout
7061 Langer Titel mit 5
7062 \begin_inset space \thinspace{}
7063 \end_inset
7064
7065 cm Breite, Langer Titel mit 5
7066 \begin_inset space \thinspace{}
7067 \end_inset
7068
7069 cm Breite
7070 \begin_inset OptArg
7071 status open
7072
7073 \begin_layout Plain Layout
7074 Titel mit 5
7075 \begin_inset space \thinspace{}
7076 \end_inset
7077
7078 cm Breite
7079 \end_layout
7080
7081 \end_inset
7082
7083
7084 \end_layout
7085
7086 \end_inset
7087
7088
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7094 \begin_inset Text
7095
7096 \begin_layout Plain Layout
7097
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7103 \begin_inset Text
7104
7105 \begin_layout Plain Layout
7106
7107 \end_layout
7108
7109 \end_inset
7110 </cell>
7111 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7112 \begin_inset Text
7113
7114 \begin_layout Plain Layout
7115
7116 \end_layout
7117
7118 \end_inset
7119 </cell>
7120 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7121 \begin_inset Text
7122
7123 \begin_layout Plain Layout
7124
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 </row>
7130 <row>
7131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7132 \begin_inset Text
7133
7134 \begin_layout Plain Layout
7135 1
7136 \end_layout
7137
7138 \end_inset
7139 </cell>
7140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7141 \begin_inset Text
7142
7143 \begin_layout Plain Layout
7144 2
7145 \end_layout
7146
7147 \end_inset
7148 </cell>
7149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7150 \begin_inset Text
7151
7152 \begin_layout Plain Layout
7153 3
7154 \end_layout
7155
7156 \end_inset
7157 </cell>
7158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Plain Layout
7162 4
7163 \end_layout
7164
7165 \end_inset
7166 </cell>
7167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7168 \begin_inset Text
7169
7170 \begin_layout Plain Layout
7171 5
7172 \end_layout
7173
7174 \end_inset
7175 </cell>
7176 </row>
7177 <row>
7178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7179 \begin_inset Text
7180
7181 \begin_layout Plain Layout
7182 asd
7183 \end_layout
7184
7185 \end_inset
7186 </cell>
7187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7188 \begin_inset Text
7189
7190 \begin_layout Plain Layout
7191 s
7192 \end_layout
7193
7194 \end_inset
7195 </cell>
7196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7197 \begin_inset Text
7198
7199 \begin_layout Plain Layout
7200 s
7201 \end_layout
7202
7203 \end_inset
7204 </cell>
7205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7206 \begin_inset Text
7207
7208 \begin_layout Plain Layout
7209 s
7210 \end_layout
7211
7212 \end_inset
7213 </cell>
7214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7215 \begin_inset Text
7216
7217 \begin_layout Plain Layout
7218 asd
7219 \end_layout
7220
7221 \end_inset
7222 </cell>
7223 </row>
7224 <row>
7225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7226 \begin_inset Text
7227
7228 \begin_layout Plain Layout
7229 asd
7230 \end_layout
7231
7232 \end_inset
7233 </cell>
7234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7235 \begin_inset Text
7236
7237 \begin_layout Plain Layout
7238 s
7239 \end_layout
7240
7241 \end_inset
7242 </cell>
7243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7244 \begin_inset Text
7245
7246 \begin_layout Plain Layout
7247 s
7248 \end_layout
7249
7250 \end_inset
7251 </cell>
7252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7253 \begin_inset Text
7254
7255 \begin_layout Plain Layout
7256 s
7257 \end_layout
7258
7259 \end_inset
7260 </cell>
7261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7262 \begin_inset Text
7263
7264 \begin_layout Plain Layout
7265 asd
7266 \end_layout
7267
7268 \end_inset
7269 </cell>
7270 </row>
7271 <row>
7272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7273 \begin_inset Text
7274
7275 \begin_layout Plain Layout
7276 asd
7277 \end_layout
7278
7279 \end_inset
7280 </cell>
7281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7282 \begin_inset Text
7283
7284 \begin_layout Plain Layout
7285 s
7286 \end_layout
7287
7288 \end_inset
7289 </cell>
7290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7291 \begin_inset Text
7292
7293 \begin_layout Plain Layout
7294 s
7295 \end_layout
7296
7297 \end_inset
7298 </cell>
7299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7300 \begin_inset Text
7301
7302 \begin_layout Plain Layout
7303 s
7304 \end_layout
7305
7306 \end_inset
7307 </cell>
7308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7309 \begin_inset Text
7310
7311 \begin_layout Plain Layout
7312 asd
7313 \end_layout
7314
7315 \end_inset
7316 </cell>
7317 </row>
7318 <row>
7319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7320 \begin_inset Text
7321
7322 \begin_layout Plain Layout
7323 asd
7324 \end_layout
7325
7326 \end_inset
7327 </cell>
7328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7329 \begin_inset Text
7330
7331 \begin_layout Plain Layout
7332 sad
7333 \end_layout
7334
7335 \end_inset
7336 </cell>
7337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7338 \begin_inset Text
7339
7340 \begin_layout Plain Layout
7341 asd
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350 asd
7351 \end_layout
7352
7353 \end_inset
7354 </cell>
7355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7356 \begin_inset Text
7357
7358 \begin_layout Plain Layout
7359 asd
7360 \end_layout
7361
7362 \end_inset
7363 </cell>
7364 </row>
7365 </lyxtabular>
7366
7367 \end_inset
7368
7369
7370 \begin_inset ERT
7371 status collapsed
7372
7373 \begin_layout Plain Layout
7374
7375
7376 \backslash
7377 setlength{
7378 \backslash
7379 LTcapwidth}{4in}
7380 \end_layout
7381
7382 \end_inset
7383
7384
7385 \begin_inset Note Note
7386 status collapsed
7387
7388 \begin_layout Plain Layout
7389 Beschriftungsbreite zurücksetzen
7390 \end_layout
7391
7392 \end_inset
7393
7394
7395 \end_layout
7396
7397 \begin_layout Standard
7398 \begin_inset Note Greyedout
7399 status open
7400
7401 \begin_layout Plain Layout
7402
7403 \series bold
7404 Achtung:
7405 \series default
7406  Wenn das LaTeX-Paket 
7407 \series bold
7408 caption
7409 \series default
7410
7411 \begin_inset Index
7412 status collapsed
7413
7414 \begin_layout Plain Layout
7415 LaTeX-Pakete ! caption
7416 \end_layout
7417
7418 \end_inset
7419
7420  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7421  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7422  4
7423 \begin_inset space \thinspace{}
7424 \end_inset
7425
7426 Zoll für 
7427 \series bold
7428
7429 \backslash
7430 LTcapwidth
7431 \series default
7432  benutzen.
7433  Um in diesem Fall eine genau 4
7434 \begin_inset space \thinspace{}
7435 \end_inset
7436
7437 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7438  4
7439 \begin_inset space \thinspace{}
7440 \end_inset
7441
7442 Zoll veränderten Wert wie z.
7443 \begin_inset space \thinspace{}
7444 \end_inset
7445
7446 B.
7447  3.99
7448 \begin_inset space \thinspace{}
7449 \end_inset
7450
7451 Zoll verwenden oder den LaTeX-Befehl 
7452 \series bold
7453
7454 \backslash
7455 captionsetup{width=Wert}
7456 \series default
7457  benutzen, der vom 
7458 \series bold
7459 caption
7460 \series default
7461 -Paket bereitgestellt wird.
7462 \end_layout
7463
7464 \end_inset
7465
7466
7467 \end_layout
7468
7469 \begin_layout Subsubsection
7470 Unterschiedliche Titel für Tabellenseiten
7471 \begin_inset Index
7472 status collapsed
7473
7474 \begin_layout Plain Layout
7475 Tabellen ! lange ! mehrere Titel
7476 \end_layout
7477
7478 \end_inset
7479
7480
7481 \end_layout
7482
7483 \begin_layout Standard
7484 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7485  die erste, müssen Sie eine 
7486 \family sans
7487 Legende
7488 \family default
7489  mit einem nicht-leeren 
7490 \family sans
7491 Kurztitel
7492 \family default
7493  in eine leere Legende-Zeile, die als 
7494 \family sans
7495 Erste
7496 \begin_inset space ~
7497 \end_inset
7498
7499 Kopfzeile
7500 \family default
7501  definiert wurde, einfügen.
7502  Der Titel für die anderen Tabellenseiten wird als 
7503 \family sans
7504 Legende
7505 \family default
7506  ohne 
7507 \family sans
7508 Kurztitel
7509 \family default
7510  in eine leere Legende-Zeile, die als 
7511 \family sans
7512 Kopfzeile
7513 \family default
7514  definiert wurde, eingefügt.
7515  Wenn dieser Titel nicht die Tabellennummer enthalten soll, müssen Sie den
7516  Befehl
7517 \end_layout
7518
7519 \begin_layout Standard
7520
7521 \series bold
7522
7523 \backslash
7524 caption*{caption text}
7525 \end_layout
7526
7527 \begin_layout Standard
7528 anstatt der 
7529 \family sans
7530 Legende
7531 \family default
7532 -Umgebung von LyX benutzen.
7533  Die Marke, die zum Verweis auf die Tabelle benutzt werden soll, muss in
7534  den Titel der 
7535 \family sans
7536 Ersten
7537 \begin_inset space ~
7538 \end_inset
7539
7540 Kopfzeile
7541 \family default
7542  eingefügt werden.
7543  Tabelle
7544 \begin_inset space ~
7545 \end_inset
7546
7547
7548 \begin_inset CommandInset ref
7549 LatexCommand ref
7550 reference "tab:DiffCaptions"
7551
7552 \end_inset
7553
7554  ist ein Beispiel für eine 
7555 \family sans
7556 lange
7557 \begin_inset space ~
7558 \end_inset
7559
7560 Tabelle
7561 \family default
7562  mit unterschiedlichen Titeln und ohne Tabellennummer auf der zweiten Seite.
7563 \end_layout
7564
7565 \begin_layout Standard
7566 \align center
7567 \begin_inset Tabular
7568 <lyxtabular version="3" rows="60" columns="3">
7569 <features islongtable="true">
7570 <column alignment="left" valignment="top" width="0cm">
7571 <column alignment="left" valignment="top" width="0pt">
7572 <column alignment="right" valignment="top" width="0pt">
7573 <row endfirsthead="true" caption="true">
7574 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7575 \begin_inset Text
7576
7577 \begin_layout Plain Layout
7578 \begin_inset Caption
7579
7580 \begin_layout Plain Layout
7581 Telefonliste
7582 \begin_inset CommandInset label
7583 LatexCommand label
7584 name "tab:DiffCaptions"
7585
7586 \end_inset
7587
7588
7589 \begin_inset OptArg
7590 status collapsed
7591
7592 \begin_layout Plain Layout
7593 Telefonliste
7594 \end_layout
7595
7596 \end_inset
7597
7598
7599 \end_layout
7600
7601 \end_inset
7602
7603
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Plain Layout
7612
7613 \end_layout
7614
7615 \end_inset
7616 </cell>
7617 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7618 \begin_inset Text
7619
7620 \begin_layout Plain Layout
7621
7622 \end_layout
7623
7624 \end_inset
7625 </cell>
7626 </row>
7627 <row endfirsthead="true">
7628 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632
7633 \series bold
7634 Telefonliste (ignoriere die Namen)
7635 \end_layout
7636
7637 \end_inset
7638 </cell>
7639 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643
7644 \end_layout
7645
7646 \end_inset
7647 </cell>
7648 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7649 \begin_inset Text
7650
7651 \begin_layout Plain Layout
7652
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 </row>
7658 <row endfirsthead="true">
7659 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7660 \begin_inset Text
7661
7662 \begin_layout Plain Layout
7663
7664 \series bold
7665 NAME
7666 \end_layout
7667
7668 \end_inset
7669 </cell>
7670 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7671 \begin_inset Text
7672
7673 \begin_layout Plain Layout
7674
7675 \end_layout
7676
7677 \end_inset
7678 </cell>
7679 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Plain Layout
7683
7684 \series bold
7685 TEL.
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 </row>
7691 <row endhead="true" caption="true">
7692 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Plain Layout
7696 \begin_inset ERT
7697 status open
7698
7699 \begin_layout Plain Layout
7700
7701
7702 \backslash
7703 caption*{Fortsetzung der Telefonliste}
7704 \backslash
7705
7706 \backslash
7707 %
7708 \end_layout
7709
7710 \end_inset
7711
7712
7713 \end_layout
7714
7715 \end_inset
7716 </cell>
7717 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7718 \begin_inset Text
7719
7720 \begin_layout Plain Layout
7721
7722 \end_layout
7723
7724 \end_inset
7725 </cell>
7726 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7727 \begin_inset Text
7728
7729 \begin_layout Plain Layout
7730
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 </row>
7736 <row endhead="true">
7737 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7738 \begin_inset Text
7739
7740 \begin_layout Plain Layout
7741
7742 \series bold
7743 Telefonliste
7744 \end_layout
7745
7746 \end_inset
7747 </cell>
7748 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7749 \begin_inset Text
7750
7751 \begin_layout Plain Layout
7752
7753 \end_layout
7754
7755 \end_inset
7756 </cell>
7757 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7758 \begin_inset Text
7759
7760 \begin_layout Plain Layout
7761
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 </row>
7767 <row endhead="true">
7768 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7769 \begin_inset Text
7770
7771 \begin_layout Plain Layout
7772
7773 \series bold
7774 NAME
7775 \end_layout
7776
7777 \end_inset
7778 </cell>
7779 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7780 \begin_inset Text
7781
7782 \begin_layout Plain Layout
7783
7784 \end_layout
7785
7786 \end_inset
7787 </cell>
7788 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7789 \begin_inset Text
7790
7791 \begin_layout Plain Layout
7792
7793 \series bold
7794 TEL.
7795 \end_layout
7796
7797 \end_inset
7798 </cell>
7799 </row>
7800 <row endfoot="true">
7801 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7802 \begin_inset Text
7803
7804 \begin_layout Plain Layout
7805 wird fortgesetzt\SpecialChar \ldots{}
7806
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 </row>
7830 <row>
7831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835
7836 \series bold
7837 Annovi
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846 Silvia
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855 111
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 </row>
7861 <row>
7862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866
7867 \series bold
7868 Bertoli
7869 \end_layout
7870
7871 \end_inset
7872 </cell>
7873 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877 Stefano
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886 111
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 </row>
7892 <row>
7893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Plain Layout
7897
7898 \series bold
7899 Bozzi
7900 \end_layout
7901
7902 \end_inset
7903 </cell>
7904 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Plain Layout
7908 Walter
7909 \end_layout
7910
7911 \end_inset
7912 </cell>
7913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Plain Layout
7917 111
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 </row>
7923 <row>
7924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7925 \begin_inset Text
7926
7927 \begin_layout Plain Layout
7928
7929 \series bold
7930 Cachia
7931 \end_layout
7932
7933 \end_inset
7934 </cell>
7935 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Plain Layout
7939 Maria
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7945 \begin_inset Text
7946
7947 \begin_layout Plain Layout
7948 111
7949 \end_layout
7950
7951 \end_inset
7952 </cell>
7953 </row>
7954 <row>
7955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7956 \begin_inset Text
7957
7958 \begin_layout Plain Layout
7959
7960 \series bold
7961 Cachia
7962 \end_layout
7963
7964 \end_inset
7965 </cell>
7966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7967 \begin_inset Text
7968
7969 \begin_layout Plain Layout
7970 Maurizio
7971 \end_layout
7972
7973 \end_inset
7974 </cell>
7975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7976 \begin_inset Text
7977
7978 \begin_layout Plain Layout
7979 111
7980 \end_layout
7981
7982 \end_inset
7983 </cell>
7984 </row>
7985 <row>
7986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7987 \begin_inset Text
7988
7989 \begin_layout Plain Layout
7990
7991 \series bold
7992 Cinquemani
7993 \end_layout
7994
7995 \end_inset
7996 </cell>
7997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Plain Layout
8001 Giusi
8002 \end_layout
8003
8004 \end_inset
8005 </cell>
8006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8007 \begin_inset Text
8008
8009 \begin_layout Plain Layout
8010 111
8011 \end_layout
8012
8013 \end_inset
8014 </cell>
8015 </row>
8016 <row>
8017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8018 \begin_inset Text
8019
8020 \begin_layout Plain Layout
8021
8022 \series bold
8023 Colin
8024 \end_layout
8025
8026 \end_inset
8027 </cell>
8028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8029 \begin_inset Text
8030
8031 \begin_layout Plain Layout
8032 Bernard
8033 \end_layout
8034
8035 \end_inset
8036 </cell>
8037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8038 \begin_inset Text
8039
8040 \begin_layout Plain Layout
8041 111
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 </row>
8047 <row>
8048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052
8053 \series bold
8054 Concli
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063 Gianfranco
8064 \end_layout
8065
8066 \end_inset
8067 </cell>
8068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8069 \begin_inset Text
8070
8071 \begin_layout Plain Layout
8072 111
8073 \end_layout
8074
8075 \end_inset
8076 </cell>
8077 </row>
8078 <row>
8079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083
8084 \series bold
8085 Dal Bosco
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8091 \begin_inset Text
8092
8093 \begin_layout Plain Layout
8094 Carolina
8095 \end_layout
8096
8097 \end_inset
8098 </cell>
8099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8100 \begin_inset Text
8101
8102 \begin_layout Plain Layout
8103 111
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 </row>
8109 <row>
8110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8111 \begin_inset Text
8112
8113 \begin_layout Plain Layout
8114
8115 \series bold
8116 Dalpiaz
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125 Annamaria
8126 \end_layout
8127
8128 \end_inset
8129 </cell>
8130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134 111
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 </row>
8140 <row>
8141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145
8146 \series bold
8147 Feliciello
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156 Domenico
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165 111
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 </row>
8171 <row>
8172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176
8177 \series bold
8178 Focarelli
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187 Paola
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8193 \begin_inset Text
8194
8195 \begin_layout Plain Layout
8196 111
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 </row>
8202 <row>
8203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207
8208 \series bold
8209 Galletti
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8215 \begin_inset Text
8216
8217 \begin_layout Plain Layout
8218 Oreste
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8224 \begin_inset Text
8225
8226 \begin_layout Plain Layout
8227 111
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 </row>
8233 <row>
8234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238
8239 \series bold
8240 Gasparini
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249 Franca
8250 \end_layout
8251
8252 \end_inset
8253 </cell>
8254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8255 \begin_inset Text
8256
8257 \begin_layout Plain Layout
8258 111
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 </row>
8264 <row>
8265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269
8270 \series bold
8271 Rizzardi
8272 \series default
8273
8274 \begin_inset Foot
8275 status open
8276
8277 \begin_layout Plain Layout
8278 Beispielfußnote
8279 \end_layout
8280
8281 \end_inset
8282
8283
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 Paola
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301 111
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 </row>
8307 <row>
8308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312
8313 \series bold
8314 Lassini
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 Giancarlo
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8329 \begin_inset Text
8330
8331 \begin_layout Plain Layout
8332 111
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 </row>
8338 <row>
8339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343
8344 \series bold
8345 Malfatti
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354 Luciano
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363 111
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 </row>
8369 <row>
8370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374
8375 \series bold
8376 Malfatti
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 Valeriano
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8391 \begin_inset Text
8392
8393 \begin_layout Plain Layout
8394 111
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 </row>
8400 <row>
8401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8402 \begin_inset Text
8403
8404 \begin_layout Plain Layout
8405
8406 \series bold
8407 Meneguzzo
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416 Roberto
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425 111
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 </row>
8431 <row>
8432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436
8437 \series bold
8438 Mezzadra
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447 Roberto
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456 111
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 </row>
8462 <row>
8463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467
8468 \series bold
8469 Pirpamer
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478 Erich
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487 111
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 </row>
8493 <row>
8494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498
8499 \series bold
8500 Pochiesa
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509 Paolo
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518 111, 222
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 </row>
8524 <row>
8525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529
8530 \series bold
8531 Radina
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540 Claudio
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549 111
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 </row>
8555 <row>
8556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560
8561 \series bold
8562 Stuffer
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571 Oskar
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8577 \begin_inset Text
8578
8579 \begin_layout Plain Layout
8580 111
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 </row>
8586 <row>
8587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591
8592 \series bold
8593 Tacchelli
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602 Ugo
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611 111
8612 \end_layout
8613
8614 \end_inset
8615 </cell>
8616 </row>
8617 <row>
8618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622
8623 \series bold
8624 Tezzele
8625 \end_layout
8626
8627 \end_inset
8628 </cell>
8629 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Plain Layout
8633 Margit
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642 111
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 </row>
8648 <row>
8649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653
8654 \series bold
8655 Unterkalmsteiner
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664 Frieda
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673 111
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 </row>
8679 <row>
8680 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684
8685 \series bold
8686 Vieider
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Plain Layout
8695 Hilde
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8701 \begin_inset Text
8702
8703 \begin_layout Plain Layout
8704 111
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 </row>
8710 <row>
8711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Plain Layout
8715
8716 \series bold
8717 Vigna
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726 Jürgen
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Plain Layout
8735 111
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 </row>
8741 <row>
8742 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Plain Layout
8746
8747 \series bold
8748 Weber
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757 Maurizio
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766 111
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 </row>
8772 <row>
8773 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777
8778 \series bold
8779 Winkler
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8785 \begin_inset Text
8786
8787 \begin_layout Plain Layout
8788 Franz
8789 \end_layout
8790
8791 \end_inset
8792 </cell>
8793 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Plain Layout
8797 111
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 </row>
8803 <row>
8804 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8805 \begin_inset Text
8806
8807 \begin_layout Plain Layout
8808  
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Plain Layout
8826
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 </row>
8832 <row>
8833 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837
8838 \series bold
8839 Annovi
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848 Silvia
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8854 \begin_inset Text
8855
8856 \begin_layout Plain Layout
8857 555
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 </row>
8863 <row>
8864 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868
8869 \series bold
8870 Bertoli
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879 Stefano
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888 555
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 </row>
8894 <row>
8895 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899
8900 \series bold
8901 Bozzi
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910 Walter
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8916 \begin_inset Text
8917
8918 \begin_layout Plain Layout
8919 555
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 </row>
8925 <row>
8926 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930
8931 \series bold
8932 Cachia
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941 Maria
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950 555
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 </row>
8956 <row>
8957 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961
8962 \series bold
8963 Cachia
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972 Maurizio
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981 555
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 </row>
8987 <row>
8988 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992
8993 \series bold
8994 Cinquemani
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003 Giusi
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012 555
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 </row>
9018 <row>
9019 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023
9024 \series bold
9025 Colin
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034 Bernard
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043 555
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 </row>
9049 <row>
9050 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054
9055 \series bold
9056 Concli
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065 Gianfranco
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074 555
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 </row>
9080 <row>
9081 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085
9086 \series bold
9087 Dal Bosco
9088 \end_layout
9089
9090 \end_inset
9091 </cell>
9092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Plain Layout
9096 Carolina
9097 \end_layout
9098
9099 \end_inset
9100 </cell>
9101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9102 \begin_inset Text
9103
9104 \begin_layout Plain Layout
9105 555
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 </row>
9111 <row>
9112 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116
9117 \series bold
9118 Dalpiaz
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127 Annamaria
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9133 \begin_inset Text
9134
9135 \begin_layout Plain Layout
9136 555
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 </row>
9142 <row>
9143 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147
9148 \series bold
9149 Feliciello
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158 Domenico
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9164 \begin_inset Text
9165
9166 \begin_layout Plain Layout
9167 555
9168 \end_layout
9169
9170 \end_inset
9171 </cell>
9172 </row>
9173 <row>
9174 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9175 \begin_inset Text
9176
9177 \begin_layout Plain Layout
9178
9179 \series bold
9180 Focarelli
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189 Paola
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9195 \begin_inset Text
9196
9197 \begin_layout Plain Layout
9198 555
9199 \end_layout
9200
9201 \end_inset
9202 </cell>
9203 </row>
9204 <row>
9205 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9206 \begin_inset Text
9207
9208 \begin_layout Plain Layout
9209
9210 \series bold
9211 Galletti
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220 Oreste
9221 \end_layout
9222
9223 \end_inset
9224 </cell>
9225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9226 \begin_inset Text
9227
9228 \begin_layout Plain Layout
9229 555
9230 \end_layout
9231
9232 \end_inset
9233 </cell>
9234 </row>
9235 <row>
9236 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9237 \begin_inset Text
9238
9239 \begin_layout Plain Layout
9240
9241 \series bold
9242 Gasparini
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251 Franca
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9257 \begin_inset Text
9258
9259 \begin_layout Plain Layout
9260 555
9261 \end_layout
9262
9263 \end_inset
9264 </cell>
9265 </row>
9266 <row>
9267 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9268 \begin_inset Text
9269
9270 \begin_layout Plain Layout
9271
9272 \series bold
9273 Rizzardi
9274 \end_layout
9275
9276 \end_inset
9277 </cell>
9278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9279 \begin_inset Text
9280
9281 \begin_layout Plain Layout
9282 Paola
9283 \end_layout
9284
9285 \end_inset
9286 </cell>
9287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9288 \begin_inset Text
9289
9290 \begin_layout Plain Layout
9291 555
9292 \end_layout
9293
9294 \end_inset
9295 </cell>
9296 </row>
9297 <row>
9298 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9299 \begin_inset Text
9300
9301 \begin_layout Plain Layout
9302
9303 \series bold
9304 Lassini
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Plain Layout
9313 Giancarlo
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9319 \begin_inset Text
9320
9321 \begin_layout Plain Layout
9322 555
9323 \end_layout
9324
9325 \end_inset
9326 </cell>
9327 </row>
9328 <row>
9329 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Plain Layout
9333
9334 \series bold
9335 Malfatti
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344 Luciano
9345 \end_layout
9346
9347 \end_inset
9348 </cell>
9349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9350 \begin_inset Text
9351
9352 \begin_layout Plain Layout
9353 555
9354 \end_layout
9355
9356 \end_inset
9357 </cell>
9358 </row>
9359 <row>
9360 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Plain Layout
9364
9365 \series bold
9366 Malfatti
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375 Valeriano
9376 \end_layout
9377
9378 \end_inset
9379 </cell>
9380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9381 \begin_inset Text
9382
9383 \begin_layout Plain Layout
9384 555
9385 \end_layout
9386
9387 \end_inset
9388 </cell>
9389 </row>
9390 <row>
9391 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395
9396 \series bold
9397 Meneguzzo
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406 Roberto
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9412 \begin_inset Text
9413
9414 \begin_layout Plain Layout
9415 555
9416 \end_layout
9417
9418 \end_inset
9419 </cell>
9420 </row>
9421 <row>
9422 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9423 \begin_inset Text
9424
9425 \begin_layout Plain Layout
9426
9427 \series bold
9428 Mezzadra
9429 \end_layout
9430
9431 \end_inset
9432 </cell>
9433 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Plain Layout
9437 Roberto
9438 \end_layout
9439
9440 \end_inset
9441 </cell>
9442 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9443 \begin_inset Text
9444
9445 \begin_layout Plain Layout
9446 555
9447 \end_layout
9448
9449 \end_inset
9450 </cell>
9451 </row>
9452 <row endlastfoot="true">
9453 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9454 \begin_inset Text
9455
9456 \begin_layout Plain Layout
9457
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9463 \begin_inset Text
9464
9465 \begin_layout Plain Layout
9466
9467 \end_layout
9468
9469 \end_inset
9470 </cell>
9471 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9472 \begin_inset Text
9473
9474 \begin_layout Plain Layout
9475
9476 \end_layout
9477
9478 \end_inset
9479 </cell>
9480 </row>
9481 </lyxtabular>
9482
9483 \end_inset
9484
9485
9486 \end_layout
9487
9488 \begin_layout Section
9489 Weitere Möglichkeiten für 
9490 \family sans
9491 lange Tabelle
9492 \family default
9493 n
9494 \begin_inset CommandInset label
9495 LatexCommand label
9496 name "abs:Special-Longtable-Issues"
9497
9498 \end_inset
9499
9500
9501 \end_layout
9502
9503 \begin_layout Subsection
9504 L
9505 \family sans
9506 ange Tabelle
9507 \family default
9508 n: Berechnung
9509 \begin_inset Index
9510 status collapsed
9511
9512 \begin_layout Plain Layout
9513 Tabellen ! lange ! Berechnung
9514 \end_layout
9515
9516 \end_inset
9517
9518
9519 \end_layout
9520
9521 \begin_layout Standard
9522 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9523  sogenannten 
9524 \emph on
9525 chunks
9526 \emph default
9527  (Brocken).
9528  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9529  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9530  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9531  das die Druckausgabe.
9532  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9533  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9534  einfügen:
9535 \end_layout
9536
9537 \begin_layout Standard
9538
9539 \series bold
9540
9541 \backslash
9542 setcounter{LTchunksize}{100}
9543 \end_layout
9544
9545 \begin_layout Subsection
9546 Gleitobjekte und L
9547 \family sans
9548 ange Tabelle
9549 \family default
9550 n
9551 \begin_inset Index
9552 status collapsed
9553
9554 \begin_layout Plain Layout
9555 Tabellen ! lange ! und Gleitobjekte
9556 \end_layout
9557
9558 \end_inset
9559
9560
9561 \end_layout
9562
9563 \begin_layout Standard
9564 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9565 \family sans
9566 lange
9567 \begin_inset space ~
9568 \end_inset
9569
9570 Tabelle
9571 \family default
9572  beginnt, ein Gleitobjekt befindet.
9573  Um das zu vermeiden, können Sie vor der 
9574 \family sans
9575 langen
9576 \begin_inset space ~
9577 \end_inset
9578
9579 Tabellen
9580 \family default
9581  einen manuellen Seitenumbruch
9582 \family sans
9583  Einfügen\SpecialChar \menuseparator
9584 Formatierung\SpecialChar \menuseparator
9585 [Doppel]Seite
9586 \begin_inset space \space{}
9587 \end_inset
9588
9589 leeren
9590 \family default
9591  einfügen, siehe 
9592 \emph on
9593 Benutzerhandbuch
9594 \emph default
9595 .
9596 \end_layout
9597
9598 \begin_layout Subsection
9599 Manuelle Seitenumbrüche
9600 \begin_inset Index
9601 status collapsed
9602
9603 \begin_layout Plain Layout
9604 Tabellen ! lange ! manueller Seitenumbruch
9605 \end_layout
9606
9607 \end_inset
9608
9609
9610 \end_layout
9611
9612 \begin_layout Standard
9613 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9614  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9615  der Zelle umbrechen wollen, fügen Sie den Befehl  
9616 \begin_inset Quotes gld
9617 \end_inset
9618
9619
9620 \series bold
9621
9622 \backslash
9623
9624 \backslash
9625
9626 \series default
9627
9628 \begin_inset Quotes grd
9629 \end_inset
9630
9631  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9632  werden soll.
9633  Vor dem 
9634 \begin_inset Quotes gld
9635 \end_inset
9636
9637
9638 \series bold
9639
9640 \backslash
9641
9642 \backslash
9643
9644 \series default
9645
9646 \begin_inset Quotes grd
9647 \end_inset
9648
9649 -Befehl müssen Sie so viele 
9650 \begin_inset Quotes gld
9651 \end_inset
9652
9653
9654 \series bold
9655 &
9656 \series default
9657
9658 \begin_inset Quotes grd
9659 \end_inset
9660
9661  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9662  Mit 
9663 \begin_inset Quotes gld
9664 \end_inset
9665
9666
9667 \series bold
9668 &
9669 \series default
9670
9671 \begin_inset Quotes grd
9672 \end_inset
9673
9674   werden in LaTeX Tabellenzellen getrennt.
9675  Hinter jedes 
9676 \begin_inset Quotes gld
9677 \end_inset
9678
9679
9680 \series bold
9681 &
9682 \series default
9683
9684 \begin_inset Quotes grd
9685 \end_inset
9686
9687  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9688  und löschen den Inhalt dieser Zellen.
9689 \end_layout
9690
9691 \begin_layout Standard
9692 Hinter dem 
9693 \begin_inset Quotes gld
9694 \end_inset
9695
9696
9697 \series bold
9698
9699 \backslash
9700
9701 \backslash
9702
9703 \series default
9704
9705 \begin_inset Quotes grd
9706 \end_inset
9707
9708 -Befehl müssen Sie so viele 
9709 \begin_inset Quotes gld
9710 \end_inset
9711
9712
9713 \series bold
9714 &
9715 \series default
9716
9717 \begin_inset Quotes grd
9718 \end_inset
9719
9720  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9721  In Tabelle
9722 \begin_inset space ~
9723 \end_inset
9724
9725
9726 \begin_inset CommandInset ref
9727 LatexCommand ref
9728 reference "tab:ForcedPagebreak"
9729
9730 \end_inset
9731
9732  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9733  Es folgt noch eine weitere Spalte.
9734  Deshalb wurde hinter dem Wort 
9735 \emph on
9736 Castelchiodato, 
9737 \emph default
9738 folgendes eingefügt:
9739 \end_layout
9740
9741 \begin_layout Standard
9742
9743 \series bold
9744 & 111
9745 \backslash
9746
9747 \backslash
9748
9749 \begin_inset Newline newline
9750 \end_inset
9751
9752 &
9753 \end_layout
9754
9755 \begin_layout Standard
9756 Die 
9757 \begin_inset Quotes gld
9758 \end_inset
9759
9760 111
9761 \begin_inset Quotes grd
9762 \end_inset
9763
9764  in der dritten Spalte wurde gelöscht.
9765  Wenn die Fußzeile Ihrer 
9766 \family sans
9767 langen
9768 \begin_inset space ~
9769 \end_inset
9770
9771 Tabelle
9772 \family default
9773  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9774  Befehle benutzen:
9775 \end_layout
9776
9777 \begin_layout Standard
9778
9779 \series bold
9780 & 111
9781 \backslash
9782
9783 \backslash
9784
9785 \begin_inset Newline newline
9786 \end_inset
9787
9788
9789 \backslash
9790 hline &
9791 \end_layout
9792
9793 \begin_layout Standard
9794 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9795  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9796 \end_layout
9797
9798 \begin_layout Standard
9799
9800 \series bold
9801
9802 \backslash
9803 setlength{
9804 \backslash
9805 parfillskip}{0pt}
9806 \end_layout
9807
9808 \begin_layout Standard
9809 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9810  erscheint.
9811 \end_layout
9812
9813 \begin_layout Standard
9814 \align center
9815 \begin_inset Tabular
9816 <lyxtabular version="3" rows="39" columns="3">
9817 <features islongtable="true">
9818 <column alignment="left" valignment="top" width="0cm">
9819 <column alignment="left" valignment="top" width="3cm">
9820 <column alignment="right" valignment="top" width="0pt">
9821 <row endfirsthead="true" caption="true">
9822 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9823 \begin_inset Text
9824
9825 \begin_layout Plain Layout
9826 \begin_inset Caption
9827
9828 \begin_layout Plain Layout
9829 Tabelle mit manuellem Seitenumbruch in einer Zelle
9830 \begin_inset CommandInset label
9831 LatexCommand label
9832 name "tab:ForcedPagebreak"
9833
9834 \end_inset
9835
9836
9837 \begin_inset OptArg
9838 status collapsed
9839
9840 \begin_layout Plain Layout
9841 Tabelle mit manuellem Seitenumbruch in einer Zelle
9842 \end_layout
9843
9844 \end_inset
9845
9846
9847 \end_layout
9848
9849 \end_inset
9850
9851
9852 \end_layout
9853
9854 \end_inset
9855 </cell>
9856 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9857 \begin_inset Text
9858
9859 \begin_layout Plain Layout
9860
9861 \end_layout
9862
9863 \end_inset
9864 </cell>
9865 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9866 \begin_inset Text
9867
9868 \begin_layout Plain Layout
9869
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 </row>
9875 <row endfirsthead="true">
9876 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880
9881 \series bold
9882 Telefonliste (ignoriere die Namen)
9883 \end_layout
9884
9885 \end_inset
9886 </cell>
9887 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Plain Layout
9891
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900
9901 \end_layout
9902
9903 \end_inset
9904 </cell>
9905 </row>
9906 <row endfirsthead="true">
9907 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9908 \begin_inset Text
9909
9910 \begin_layout Plain Layout
9911
9912 \series bold
9913 NAME
9914 \end_layout
9915
9916 \end_inset
9917 </cell>
9918 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9919 \begin_inset Text
9920
9921 \begin_layout Plain Layout
9922
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9928 \begin_inset Text
9929
9930 \begin_layout Plain Layout
9931
9932 \series bold
9933 TEL.
9934 \end_layout
9935
9936 \end_inset
9937 </cell>
9938 </row>
9939 <row endhead="true" caption="true">
9940 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9941 \begin_inset Text
9942
9943 \begin_layout Plain Layout
9944 \begin_inset ERT
9945 status collapsed
9946
9947 \begin_layout Plain Layout
9948
9949
9950 \backslash
9951 caption*{Fortsetzung der Tabelle mit manuellem Seitenumbruch in einer Zelle}
9952 \backslash
9953
9954 \backslash
9955 %
9956 \end_layout
9957
9958 \end_inset
9959
9960
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 </row>
9984 <row endhead="true">
9985 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989
9990 \series bold
9991 Telefonliste
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 </row>
10015 <row endhead="true">
10016 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020
10021 \series bold
10022 NAME
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10028 \begin_inset Text
10029
10030 \begin_layout Plain Layout
10031
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040
10041 \series bold
10042 TEL.
10043 \end_layout
10044
10045 \end_inset
10046 </cell>
10047 </row>
10048 <row endfoot="true">
10049 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
10050 \begin_inset Text
10051
10052 \begin_layout Plain Layout
10053 wird fortgesetzt\SpecialChar \ldots{}
10054
10055 \end_layout
10056
10057 \end_inset
10058 </cell>
10059 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10060 \begin_inset Text
10061
10062 \begin_layout Plain Layout
10063
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10069 \begin_inset Text
10070
10071 \begin_layout Plain Layout
10072
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 </row>
10078 <row>
10079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10080 \begin_inset Text
10081
10082 \begin_layout Plain Layout
10083
10084 \series bold
10085 Annovi
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094 Silvia
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103 111
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 </row>
10109 <row>
10110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114
10115 \series bold
10116 Bertoli
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125 Stefano
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134 111
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 </row>
10140 <row>
10141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145
10146 \series bold
10147 Bozzi
10148 \end_layout
10149
10150 \end_inset
10151 </cell>
10152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10153 \begin_inset Text
10154
10155 \begin_layout Plain Layout
10156 Walter
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165 111
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 </row>
10171 <row>
10172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176
10177 \series bold
10178 Cachia
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10184 \begin_inset Text
10185
10186 \begin_layout Plain Layout
10187 Maria
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196 111
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 </row>
10202 <row>
10203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10204 \begin_inset Text
10205
10206 \begin_layout Plain Layout
10207
10208 \series bold
10209 Cachia
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Plain Layout
10218 Maurizio
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10224 \begin_inset Text
10225
10226 \begin_layout Plain Layout
10227 111
10228 \end_layout
10229
10230 \end_inset
10231 </cell>
10232 </row>
10233 <row>
10234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10235 \begin_inset Text
10236
10237 \begin_layout Plain Layout
10238
10239 \series bold
10240 Cinquemani
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10246 \begin_inset Text
10247
10248 \begin_layout Plain Layout
10249 Giusi
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258 111
10259 \end_layout
10260
10261 \end_inset
10262 </cell>
10263 </row>
10264 <row>
10265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269
10270 \series bold
10271 Colin
10272 \end_layout
10273
10274 \end_inset
10275 </cell>
10276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10277 \begin_inset Text
10278
10279 \begin_layout Plain Layout
10280 Bernard
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289 111
10290 \end_layout
10291
10292 \end_inset
10293 </cell>
10294 </row>
10295 <row>
10296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10297 \begin_inset Text
10298
10299 \begin_layout Plain Layout
10300
10301 \series bold
10302 Concli
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10308 \begin_inset Text
10309
10310 \begin_layout Plain Layout
10311 Gianfranco
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Plain Layout
10320 111
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 </row>
10326 <row>
10327 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331
10332 \series bold
10333 Dal Bosco
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10339 \begin_inset Text
10340
10341 \begin_layout Plain Layout
10342 Carolina
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10348 \begin_inset Text
10349
10350 \begin_layout Plain Layout
10351 111
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 </row>
10357 <row>
10358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362
10363 \series bold
10364 Dalpiaz
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373 Annamaria
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Plain Layout
10382 111
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 </row>
10388 <row>
10389 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393
10394 \series bold
10395 Feliciello
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10401 \begin_inset Text
10402
10403 \begin_layout Plain Layout
10404 Domenico
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Plain Layout
10413 111
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 </row>
10419 <row>
10420 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424
10425 \series bold
10426 Focarelli
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435 Paola
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444 111
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 </row>
10450 <row>
10451 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Plain Layout
10455
10456 \series bold
10457 Galletti
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Plain Layout
10466 Oreste
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10472 \begin_inset Text
10473
10474 \begin_layout Plain Layout
10475 111
10476 \end_layout
10477
10478 \end_inset
10479 </cell>
10480 </row>
10481 <row>
10482 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Plain Layout
10486
10487 \series bold
10488 Gasparini
10489 \end_layout
10490
10491 \end_inset
10492 </cell>
10493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Plain Layout
10497 Franca
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506 111
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 </row>
10512 <row>
10513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10514 \begin_inset Text
10515
10516 \begin_layout Plain Layout
10517
10518 \series bold
10519 Lassini
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10525 \begin_inset Text
10526
10527 \begin_layout Plain Layout
10528 Giancarlo
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10534 \begin_inset Text
10535
10536 \begin_layout Plain Layout
10537 111
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 </row>
10543 <row>
10544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548
10549 \series bold
10550 Malfatti
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559 Luciano
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568 111
10569 \end_layout
10570
10571 \end_inset
10572 </cell>
10573 </row>
10574 <row>
10575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Plain Layout
10579
10580 \series bold
10581 Malfatti
10582 \end_layout
10583
10584 \end_inset
10585 </cell>
10586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590 Valeriano
10591 \end_layout
10592
10593 \end_inset
10594 </cell>
10595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10596 \begin_inset Text
10597
10598 \begin_layout Plain Layout
10599 111
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 </row>
10605 <row>
10606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610
10611 \series bold
10612 Meneguzzo
10613 \end_layout
10614
10615 \end_inset
10616 </cell>
10617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Plain Layout
10621 Roberto
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630 111
10631 \end_layout
10632
10633 \end_inset
10634 </cell>
10635 </row>
10636 <row>
10637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10638 \begin_inset Text
10639
10640 \begin_layout Plain Layout
10641
10642 \series bold
10643 Mezzadra
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10649 \begin_inset Text
10650
10651 \begin_layout Plain Layout
10652 Roberto
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10658 \begin_inset Text
10659
10660 \begin_layout Plain Layout
10661 111
10662 \end_layout
10663
10664 \end_inset
10665 </cell>
10666 </row>
10667 <row>
10668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10669 \begin_inset Text
10670
10671 \begin_layout Plain Layout
10672
10673 \series bold
10674 Pirpamer
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683 Erich
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692 111
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 </row>
10698 <row>
10699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703
10704 \series bold
10705 Pochiesa
10706 \end_layout
10707
10708 \end_inset
10709 </cell>
10710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10711 \begin_inset Text
10712
10713 \begin_layout Plain Layout
10714 Paolo
10715 \end_layout
10716
10717 \end_inset
10718 </cell>
10719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10720 \begin_inset Text
10721
10722 \begin_layout Plain Layout
10723 111, 222
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 </row>
10729 <row>
10730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10731 \begin_inset Text
10732
10733 \begin_layout Plain Layout
10734
10735 \series bold
10736 Radina
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Plain Layout
10745 Claudio
10746 \end_layout
10747
10748 \end_inset
10749 </cell>
10750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10751 \begin_inset Text
10752
10753 \begin_layout Plain Layout
10754 111
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 </row>
10760 <row>
10761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765
10766 \series bold
10767 Rizzardi
10768 \end_layout
10769
10770 \end_inset
10771 </cell>
10772 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10773 \begin_inset Text
10774
10775 \begin_layout Plain Layout
10776 Paolo, 11.
10777  Fürst von Monte\SpecialChar \-
10778 com\SpecialChar \-
10779 patri, 11.
10780  Fürst von Sulmona und Vivaro, 10.
10781  Fürst von Rossano, 5.
10782  Herzog von Canemorte, 11.
10783  Herzog von Palombara, 5.
10784  Herzog von Castelchiodato,
10785 \begin_inset ERT
10786 status open
10787
10788 \begin_layout Plain Layout
10789
10790 & 111
10791 \backslash
10792
10793 \backslash
10794
10795 \end_layout
10796
10797 \begin_layout Plain Layout
10798
10799 &
10800 \end_layout
10801
10802 \end_inset
10803
10804  11.
10805  Herzog von Poggionativo, 11.
10806  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10807  Graf von Valinfreda, 11.
10808  Baron von Cropalati, 11.
10809  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10810 \end_layout
10811
10812 \end_inset
10813 </cell>
10814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10815 \begin_inset Text
10816
10817 \begin_layout Plain Layout
10818
10819 \end_layout
10820
10821 \end_inset
10822 </cell>
10823 </row>
10824 <row>
10825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10826 \begin_inset Text
10827
10828 \begin_layout Plain Layout
10829
10830 \series bold
10831 Stuffer
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840 Oskar
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849 111
10850 \end_layout
10851
10852 \end_inset
10853 </cell>
10854 </row>
10855 <row>
10856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10857 \begin_inset Text
10858
10859 \begin_layout Plain Layout
10860
10861 \series bold
10862 Tacchelli
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10868 \begin_inset Text
10869
10870 \begin_layout Plain Layout
10871 Ugo
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10877 \begin_inset Text
10878
10879 \begin_layout Plain Layout
10880 111
10881 \end_layout
10882
10883 \end_inset
10884 </cell>
10885 </row>
10886 <row>
10887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891
10892 \series bold
10893 Tezzele
10894 \end_layout
10895
10896 \end_inset
10897 </cell>
10898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10899 \begin_inset Text
10900
10901 \begin_layout Plain Layout
10902 Margit
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911 111
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 </row>
10917 <row>
10918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922
10923 \series bold
10924 Unterkalmsteiner
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933 Frieda
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10939 \begin_inset Text
10940
10941 \begin_layout Plain Layout
10942 111
10943 \end_layout
10944
10945 \end_inset
10946 </cell>
10947 </row>
10948 <row>
10949 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953
10954 \series bold
10955 Vieider
10956 \end_layout
10957
10958 \end_inset
10959 </cell>
10960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964 Hilde
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973 111
10974 \end_layout
10975
10976 \end_inset
10977 </cell>
10978 </row>
10979 <row>
10980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10981 \begin_inset Text
10982
10983 \begin_layout Plain Layout
10984
10985 \series bold
10986 Vigna
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995 Jürgen
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11001 \begin_inset Text
11002
11003 \begin_layout Plain Layout
11004 111
11005 \end_layout
11006
11007 \end_inset
11008 </cell>
11009 </row>
11010 <row>
11011 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015
11016 \series bold
11017 Weber
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026 Maurizio
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035 111
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 </row>
11041 <row>
11042 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Plain Layout
11046
11047 \series bold
11048 Winkler
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057 Franz
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066 111
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 </row>
11072 <row endlastfoot="true">
11073 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
11074 \begin_inset Text
11075
11076 \begin_layout Plain Layout
11077
11078 \end_layout
11079
11080 \end_inset
11081 </cell>
11082 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11083 \begin_inset Text
11084
11085 \begin_layout Plain Layout
11086
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 </row>
11101 </lyxtabular>
11102
11103 \end_inset
11104
11105
11106 \end_layout
11107
11108 \begin_layout Section
11109 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11110 \end_layout
11111
11112 \begin_layout Subsection
11113 Mehrfache Zeilen in Zellen
11114 \begin_inset CommandInset label
11115 LatexCommand label
11116 name "uab:Mehrfache-Zeilen-in"
11117
11118 \end_inset
11119
11120
11121 \begin_inset Index
11122 status collapsed
11123
11124 \begin_layout Plain Layout
11125 Mehrfache ! Zeilen in Zellen
11126 \end_layout
11127
11128 \end_inset
11129
11130
11131 \begin_inset Index
11132 status collapsed
11133
11134 \begin_layout Plain Layout
11135 Tabellen ! Zeilenumbrüche
11136 \end_layout
11137
11138 \end_inset
11139
11140
11141 \end_layout
11142
11143 \begin_layout Standard
11144 \align center
11145 \begin_inset Float table
11146 placement H
11147 wide false
11148 sideways false
11149 status open
11150
11151 \begin_layout Plain Layout
11152 \begin_inset Caption
11153
11154 \begin_layout Plain Layout
11155 \begin_inset CommandInset label
11156 LatexCommand label
11157 name "tab:Table-with-multiple"
11158
11159 \end_inset
11160
11161 Tabelle mit mehrfachen Zeilen in einer Zelle
11162 \end_layout
11163
11164 \end_inset
11165
11166
11167 \end_layout
11168
11169 \begin_layout Plain Layout
11170 \align center
11171 \begin_inset Tabular
11172 <lyxtabular version="3" rows="3" columns="3">
11173 <features>
11174 <column alignment="center" valignment="middle" width="2.5cm">
11175 <column alignment="center" valignment="middle" width="0.5cm">
11176 <column alignment="center" valignment="middle" width="0.5cm">
11177 <row>
11178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11179 \begin_inset Text
11180
11181 \begin_layout Plain Layout
11182 zwei
11183 \begin_inset Newline linebreak
11184 \end_inset
11185
11186 Zeilen
11187 \end_layout
11188
11189 \end_inset
11190 </cell>
11191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11192 \begin_inset Text
11193
11194 \begin_layout Plain Layout
11195 b
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Plain Layout
11204 c
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 </row>
11210 <row>
11211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Plain Layout
11215 d
11216 \end_layout
11217
11218 \end_inset
11219 </cell>
11220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224 e
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233 f
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 </row>
11239 <row>
11240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11241 \begin_inset Text
11242
11243 \begin_layout Plain Layout
11244 g
11245 \end_layout
11246
11247 \end_inset
11248 </cell>
11249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253 h
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Plain Layout
11262 i
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 </row>
11268 </lyxtabular>
11269
11270 \end_inset
11271
11272
11273 \end_layout
11274
11275 \end_inset
11276
11277
11278 \end_layout
11279
11280 \begin_layout Standard
11281 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11282  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11283  Tabelle
11284 \begin_inset space ~
11285 \end_inset
11286
11287
11288 \begin_inset CommandInset ref
11289 LatexCommand ref
11290 reference "tab:Table-with-multiple"
11291
11292 \end_inset
11293
11294  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11295 \family sans
11296 Tabellen-Einstellungen
11297 \family default
11298 -Dialog auf 2.5
11299 \begin_inset space \thinspace{}
11300 \end_inset
11301
11302 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11303  Weil unser Text schmaler als 2.5
11304 \begin_inset space \thinspace{}
11305 \end_inset
11306
11307 cm ist, würde er in einer Zeile gedruckt werden.
11308  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11309
11310 \family sans
11311 Strg-Shift-Enter
11312 \family default
11313 ) eingefügt.
11314  Wenn der Text länger ist, wird er automatisch umgebrochen.
11315 \end_layout
11316
11317 \begin_layout Standard
11318 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11319  setzen Sie die Breite der beiden Spalten im 
11320 \family sans
11321 Tabellen-Einstellungen
11322 \family default
11323 -Dialog auf 0.5
11324 \begin_inset space \thinspace{}
11325 \end_inset
11326
11327 cm und die vertikale Ausrichtung auf zentriert.
11328 \end_layout
11329
11330 \begin_layout Standard
11331 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11332  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11333  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11334  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11335  Fügen sie daher 0
11336 \begin_inset space \thinspace{}
11337 \end_inset
11338
11339 pt horizontalen Abstand vor dem Wort ein.
11340  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11341  Tabelle
11342 \begin_inset space ~
11343 \end_inset
11344
11345
11346 \begin_inset CommandInset ref
11347 LatexCommand ref
11348 reference "tab:Table-with-and"
11349
11350 \end_inset
11351
11352  zeigt die Wirkungen.
11353 \end_layout
11354
11355 \begin_layout Standard
11356 \begin_inset Float table
11357 placement h
11358 wide false
11359 sideways false
11360 status collapsed
11361
11362 \begin_layout Plain Layout
11363 \begin_inset Caption
11364
11365 \begin_layout Plain Layout
11366 \begin_inset CommandInset label
11367 LatexCommand label
11368 name "tab:Table-with-and"
11369
11370 \end_inset
11371
11372 Tabelle ohne und mit Silbentrennung
11373 \end_layout
11374
11375 \end_inset
11376
11377
11378 \end_layout
11379
11380 \begin_layout Plain Layout
11381 \begin_inset space \hfill{}
11382 \end_inset
11383
11384
11385 \begin_inset Tabular
11386 <lyxtabular version="3" rows="3" columns="3">
11387 <features>
11388 <column alignment="center" valignment="middle" width="2.5cm">
11389 <column alignment="center" valignment="middle" width="0.5cm">
11390 <column alignment="center" valignment="middle" width="0.5cm">
11391 <row>
11392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396 einsehrlangesZellenwort
11397 \end_layout
11398
11399 \end_inset
11400 </cell>
11401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405 b
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414 c
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 </row>
11420 <row>
11421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 d
11426 \end_layout
11427
11428 \end_inset
11429 </cell>
11430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434 e
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443 f
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 </row>
11449 <row>
11450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454 g
11455 \end_layout
11456
11457 \end_inset
11458 </cell>
11459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463 h
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472 i
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 </row>
11478 </lyxtabular>
11479
11480 \end_inset
11481
11482
11483 \begin_inset space \hfill{}
11484 \end_inset
11485
11486
11487 \begin_inset Tabular
11488 <lyxtabular version="3" rows="3" columns="3">
11489 <features>
11490 <column alignment="center" valignment="middle" width="2.5cm">
11491 <column alignment="center" valignment="middle" width="0.5cm">
11492 <column alignment="center" valignment="middle" width="0.5cm">
11493 <row>
11494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Plain Layout
11498 \begin_inset space \hspace{}
11499 \length 0pt
11500 \end_inset
11501
11502 einsehrlangesZellenwort
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 b
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 c
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 </row>
11526 <row>
11527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11528 \begin_inset Text
11529
11530 \begin_layout Plain Layout
11531 d
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540 e
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Plain Layout
11549 f
11550 \end_layout
11551
11552 \end_inset
11553 </cell>
11554 </row>
11555 <row>
11556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11557 \begin_inset Text
11558
11559 \begin_layout Plain Layout
11560 g
11561 \end_layout
11562
11563 \end_inset
11564 </cell>
11565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569 h
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Plain Layout
11578 i
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 </row>
11584 </lyxtabular>
11585
11586 \end_inset
11587
11588
11589 \begin_inset space \hfill{}
11590 \end_inset
11591
11592
11593 \end_layout
11594
11595 \end_inset
11596
11597
11598 \end_layout
11599
11600 \begin_layout Subsection
11601 Mehrfachspalten
11602 \begin_inset CommandInset label
11603 LatexCommand label
11604 name "uab:Mehrfachspalten"
11605
11606 \end_inset
11607
11608
11609 \begin_inset Index
11610 status collapsed
11611
11612 \begin_layout Plain Layout
11613 Mahrfachspalten
11614 \end_layout
11615
11616 \end_inset
11617
11618
11619 \begin_inset Index
11620 status collapsed
11621
11622 \begin_layout Plain Layout
11623 Tabellen ! Mahrfachspalten
11624 \end_layout
11625
11626 \end_inset
11627
11628
11629 \end_layout
11630
11631 \begin_layout Subsubsection
11632 Grundlagen
11633 \end_layout
11634
11635 \begin_layout Standard
11636 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11637  und verwenden dann den Knopf 
11638 \begin_inset Graphics
11639         filename ../../images/tabular-feature_multicolumn.png
11640         scale 70
11641         scaleBeforeRotation
11642         BoundingBox 0bp 6bp 22bp 22bp
11643
11644 \end_inset
11645
11646  in der Werkzeugleiste, das Menü 
11647 \family sans
11648 Bearbeiten\SpecialChar \menuseparator
11649 Tabelle\SpecialChar \menuseparator
11650 Mehrfachspalte
11651 \family default
11652  oder den 
11653 \family sans
11654 Tabellen-Einstellungen
11655 \family default
11656 -Dialog, in dem Sie auf der Karteikarte 
11657 \family sans
11658 Tabellen-Einstellungen
11659 \family default
11660  
11661 \family sans
11662 Mehrfachspalte
11663 \family default
11664  ankreuzen.
11665 \end_layout
11666
11667 \begin_layout Standard
11668 Mehrfachspalten haben ihre eigenen Einstellungen.
11669  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11670  Hier ist ein Beispiel, wobei 
11671 \begin_inset Quotes gld
11672 \end_inset
11673
11674 B 2
11675 \begin_inset Quotes grd
11676 \end_inset
11677
11678  keine Mehrfachzeile ist, wie in Abschnitt
11679 \begin_inset space ~
11680 \end_inset
11681
11682
11683 \begin_inset CommandInset ref
11684 LatexCommand ref
11685 reference "uab:Mehrfachzeilen"
11686
11687 \end_inset
11688
11689  beschrieben.
11690  Es wurde nur eine Linie weggelassen:
11691 \end_layout
11692
11693 \begin_layout Standard
11694 \align center
11695 \begin_inset Tabular
11696 <lyxtabular version="3" rows="3" columns="4">
11697 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11698 <column alignment="center" valignment="top" width="0pt">
11699 <column alignment="center" valignment="middle" width="0">
11700 <column alignment="center" valignment="top" width="0in">
11701 <column alignment="center" valignment="top" width="0pt">
11702 <row>
11703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11704 \begin_inset Text
11705
11706 \begin_layout Plain Layout
11707 abc
11708 \end_layout
11709
11710 \end_inset
11711 </cell>
11712 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11713 \begin_inset Text
11714
11715 \begin_layout Plain Layout
11716 def ghi
11717 \end_layout
11718
11719 \end_inset
11720 </cell>
11721 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11722 \begin_inset Text
11723
11724 \begin_layout Plain Layout
11725
11726 \end_layout
11727
11728 \end_inset
11729 </cell>
11730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11731 \begin_inset Text
11732
11733 \begin_layout Plain Layout
11734 jkl
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 </row>
11740 <row>
11741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11742 \begin_inset Text
11743
11744 \begin_layout Plain Layout
11745
11746 \family roman
11747 \series medium
11748 \shape up
11749 \size normal
11750 \emph off
11751 \bar no
11752 \noun off
11753 \color none
11754 A
11755 \end_layout
11756
11757 \end_inset
11758 </cell>
11759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11760 \begin_inset Text
11761
11762 \begin_layout Plain Layout
11763 B
11764 \end_layout
11765
11766 \end_inset
11767 </cell>
11768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11769 \begin_inset Text
11770
11771 \begin_layout Plain Layout
11772 C
11773 \end_layout
11774
11775 \end_inset
11776 </cell>
11777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11778 \begin_inset Text
11779
11780 \begin_layout Plain Layout
11781 D
11782 \end_layout
11783
11784 \end_inset
11785 </cell>
11786 </row>
11787 <row>
11788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11789 \begin_inset Text
11790
11791 \begin_layout Plain Layout
11792 1
11793 \end_layout
11794
11795 \end_inset
11796 </cell>
11797 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11798 \begin_inset Text
11799
11800 \begin_layout Plain Layout
11801 2
11802 \end_layout
11803
11804 \end_inset
11805 </cell>
11806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11807 \begin_inset Text
11808
11809 \begin_layout Plain Layout
11810 3
11811 \end_layout
11812
11813 \end_inset
11814 </cell>
11815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11816 \begin_inset Text
11817
11818 \begin_layout Plain Layout
11819 4
11820 \end_layout
11821
11822 \end_inset
11823 </cell>
11824 </row>
11825 </lyxtabular>
11826
11827 \end_inset
11828
11829
11830 \end_layout
11831
11832 \begin_layout Subsubsection
11833 Mehrfachspalten-Berechnungen
11834 \begin_inset CommandInset label
11835 LatexCommand label
11836 name "uab:Mehrfachspalten-Berechnungen"
11837
11838 \end_inset
11839
11840
11841 \begin_inset Index
11842 status collapsed
11843
11844 \begin_layout Plain Layout
11845 Mahrfachspalten ! Berechnung
11846 \end_layout
11847
11848 \end_inset
11849
11850
11851 \begin_inset Index
11852 status collapsed
11853
11854 \begin_layout Plain Layout
11855 Tabellen ! Mahrfachspalten ! Berechnung
11856 \end_layout
11857
11858 \end_inset
11859
11860
11861 \end_layout
11862
11863 \begin_layout Standard
11864 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11865  Zellen beachten.
11866 \end_layout
11867
11868 \begin_layout Standard
11869 \begin_inset Float table
11870 placement h
11871 wide false
11872 sideways false
11873 status open
11874
11875 \begin_layout Plain Layout
11876 \begin_inset Caption
11877
11878 \begin_layout Plain Layout
11879 \begin_inset CommandInset label
11880 LatexCommand label
11881 name "tab:Table-with-centered"
11882
11883 \end_inset
11884
11885 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11886  die halbe Breite der Mehrfachspalten-Zelle haben
11887 \begin_inset OptArg
11888 status collapsed
11889
11890 \begin_layout Plain Layout
11891 Eine Mehrfachspalten-Tabelle
11892 \end_layout
11893
11894 \end_inset
11895
11896
11897 \end_layout
11898
11899 \end_inset
11900
11901
11902 \end_layout
11903
11904 \begin_layout Plain Layout
11905 \align center
11906 \begin_inset Tabular
11907 <lyxtabular version="3" rows="3" columns="3">
11908 <features>
11909 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11910 <column alignment="center" valignment="middle" width="0">
11911 <column alignment="center" valignment="top" width="0">
11912 <row>
11913 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11914 \begin_inset Text
11915
11916 \begin_layout Plain Layout
11917 Dies ist eine Mehrfach\SpecialChar \-
11918 spalten-Zelle
11919 \end_layout
11920
11921 \end_inset
11922 </cell>
11923 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11924 \begin_inset Text
11925
11926 \begin_layout Plain Layout
11927
11928 \end_layout
11929
11930 \end_inset
11931 </cell>
11932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11933 \begin_inset Text
11934
11935 \begin_layout Plain Layout
11936 c
11937 \end_layout
11938
11939 \end_inset
11940 </cell>
11941 </row>
11942 <row>
11943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11944 \begin_inset Text
11945
11946 \begin_layout Plain Layout
11947 d
11948 \end_layout
11949
11950 \end_inset
11951 </cell>
11952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11953 \begin_inset Text
11954
11955 \begin_layout Plain Layout
11956 e
11957 \end_layout
11958
11959 \end_inset
11960 </cell>
11961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11962 \begin_inset Text
11963
11964 \begin_layout Plain Layout
11965 f
11966 \end_layout
11967
11968 \end_inset
11969 </cell>
11970 </row>
11971 <row>
11972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11973 \begin_inset Text
11974
11975 \begin_layout Plain Layout
11976 g
11977 \end_layout
11978
11979 \end_inset
11980 </cell>
11981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11982 \begin_inset Text
11983
11984 \begin_layout Plain Layout
11985 h
11986 \end_layout
11987
11988 \end_inset
11989 </cell>
11990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11991 \begin_inset Text
11992
11993 \begin_layout Plain Layout
11994 i
11995 \end_layout
11996
11997 \end_inset
11998 </cell>
11999 </row>
12000 </lyxtabular>
12001
12002 \end_inset
12003
12004
12005 \end_layout
12006
12007 \end_inset
12008
12009
12010 \end_layout
12011
12012 \begin_layout Standard
12013 Um Tabelle
12014 \begin_inset space ~
12015 \end_inset
12016
12017
12018 \begin_inset CommandInset ref
12019 LatexCommand ref
12020 reference "tab:Table-with-centered"
12021
12022 \end_inset
12023
12024  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
12025  3×3-Tabelle, kreuzen im 
12026 \family sans
12027 Tabellen-Einstellungen
12028 \family default
12029 -Dialog 
12030 \family sans
12031 Mehrfachspalte
12032 \family default
12033  an, setzen die 
12034 \family sans
12035 Horizontale
12036 \begin_inset space ~
12037 \end_inset
12038
12039 Ausrichtung
12040 \family default
12041  auf 
12042 \family sans
12043 Zentriert
12044 \family default
12045  und die 
12046 \family sans
12047 Breite
12048 \family default
12049  auf 2.5
12050 \begin_inset space \thinspace{}
12051 \end_inset
12052
12053 cm.
12054  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12055  Sie die Breite der ersten Spalte auf 1.25
12056 \begin_inset space \thinspace{}
12057 \end_inset
12058
12059 cm setzen.
12060  Die zweite Spalte wird dann automatisch 1.25
12061 \begin_inset space \thinspace{}
12062 \end_inset
12063
12064 cm breit (Breite der 
12065 \family sans
12066 Mehrfachspalte
12067 \family default
12068  
12069 \begin_inset Formula $-$
12070 \end_inset
12071
12072  Breite der ersten Spalte).
12073  Dies wurde so für Tabelle
12074 \begin_inset space ~
12075 \end_inset
12076
12077
12078 \begin_inset CommandInset ref
12079 LatexCommand ref
12080 reference "tab:Table-without-half"
12081
12082 \end_inset
12083
12084  gemacht.
12085 \end_layout
12086
12087 \begin_layout Standard
12088 \begin_inset Float table
12089 wide false
12090 sideways false
12091 status open
12092
12093 \begin_layout Plain Layout
12094 \begin_inset Caption
12095
12096 \begin_layout Plain Layout
12097 \begin_inset CommandInset label
12098 LatexCommand label
12099 name "tab:Table-without-half"
12100
12101 \end_inset
12102
12103 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12104  wie die Mehrfachspalte
12105 \begin_inset OptArg
12106 status collapsed
12107
12108 \begin_layout Plain Layout
12109 Eine unvollkommene Mehrfachspalten-Tabelle
12110 \end_layout
12111
12112 \end_inset
12113
12114
12115 \end_layout
12116
12117 \end_inset
12118
12119
12120 \end_layout
12121
12122 \begin_layout Plain Layout
12123 \align center
12124 \begin_inset Tabular
12125 <lyxtabular version="3" rows="3" columns="3">
12126 <features>
12127 <column alignment="center" valignment="top" width="1.25cm">
12128 <column alignment="center" valignment="top" width="0">
12129 <column alignment="center" valignment="top" width="0">
12130 <row>
12131 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12132 \begin_inset Text
12133
12134 \begin_layout Plain Layout
12135 Dies ist auch eine Mehr\SpecialChar \-
12136 fach\SpecialChar \-
12137 spalten-Zelle
12138 \end_layout
12139
12140 \end_inset
12141 </cell>
12142 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12143 \begin_inset Text
12144
12145 \begin_layout Plain Layout
12146
12147 \end_layout
12148
12149 \end_inset
12150 </cell>
12151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12152 \begin_inset Text
12153
12154 \begin_layout Plain Layout
12155 c
12156 \end_layout
12157
12158 \end_inset
12159 </cell>
12160 </row>
12161 <row>
12162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12163 \begin_inset Text
12164
12165 \begin_layout Plain Layout
12166 d
12167 \end_layout
12168
12169 \end_inset
12170 </cell>
12171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12172 \begin_inset Text
12173
12174 \begin_layout Plain Layout
12175 e
12176 \end_layout
12177
12178 \end_inset
12179 </cell>
12180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12181 \begin_inset Text
12182
12183 \begin_layout Plain Layout
12184 f
12185 \end_layout
12186
12187 \end_inset
12188 </cell>
12189 </row>
12190 <row>
12191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12192 \begin_inset Text
12193
12194 \begin_layout Plain Layout
12195 g
12196 \end_layout
12197
12198 \end_inset
12199 </cell>
12200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12201 \begin_inset Text
12202
12203 \begin_layout Plain Layout
12204 h
12205 \end_layout
12206
12207 \end_inset
12208 </cell>
12209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12210 \begin_inset Text
12211
12212 \begin_layout Plain Layout
12213 i
12214 \end_layout
12215
12216 \end_inset
12217 </cell>
12218 </row>
12219 </lyxtabular>
12220
12221 \end_inset
12222
12223
12224 \end_layout
12225
12226 \end_inset
12227
12228
12229 \end_layout
12230
12231 \begin_layout Standard
12232 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12233  als die zweite ist.
12234  Das liegt daran, dass die Zellenbreite 
12235 \begin_inset Formula $W_{\mathrm{tot}}$
12236 \end_inset
12237
12238  nicht ihre definierte Breite 
12239 \begin_inset Formula $W_{g}$
12240 \end_inset
12241
12242  ist, sondern ein wenig mehr.
12243  Anhang
12244 \begin_inset space ~
12245 \end_inset
12246
12247
12248 \begin_inset CommandInset ref
12249 LatexCommand ref
12250 reference "kap:Exläuterung-einer-Gleichung"
12251
12252 \end_inset
12253
12254  erklärt das genauer.
12255 \end_layout
12256
12257 \begin_layout Standard
12258 Wenn 
12259 \emph on
12260 n
12261 \emph default
12262  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12263  die definierte Breite 
12264 \begin_inset Formula $W_{g\, n}$
12265 \end_inset
12266
12267  einer Spalte, deren totale Breite = 
12268 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12269 \end_inset
12270
12271  sein soll, wie folgt:
12272 \begin_inset Formula \begin{equation}
12273 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12274
12275 \end_inset
12276
12277
12278 \end_layout
12279
12280 \begin_layout Standard
12281 In unserem Falls ist 
12282 \begin_inset Formula $n=2$
12283 \end_inset
12284
12285
12286 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12287 \end_inset
12288
12289 cm, und damit wird aus Gleichung
12290 \begin_inset space ~
12291 \end_inset
12292
12293
12294 \begin_inset CommandInset ref
12295 LatexCommand ref
12296 reference "eq:Wgn"
12297
12298 \end_inset
12299
12300  
12301 \begin_inset Formula \begin{equation}
12302 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12303
12304 \end_inset
12305
12306
12307 \end_layout
12308
12309 \begin_layout Standard
12310 Damit LaTeX rechnen kann, muss das Paket 
12311 \series bold
12312 calc
12313 \series default
12314  im Vorspann geladen werden.
12315 \begin_inset Index
12316 status collapsed
12317
12318 \begin_layout Plain Layout
12319 LaTeX-Pakete ! calc
12320 \end_layout
12321
12322 \end_inset
12323
12324
12325 \end_layout
12326
12327 \begin_layout Standard
12328
12329 \series bold
12330
12331 \backslash
12332 usepackage{calc}
12333 \end_layout
12334
12335 \begin_layout Standard
12336 LyX erlaubt im 
12337 \family sans
12338 Breite
12339 \family default
12340 -Feld des 
12341 \family sans
12342 Tabellen-Einstellungen
12343 \family default
12344 -Dialogs keine Berechnungen.
12345  Deshalb müssen Sie die Formel für die Breite im Feld 
12346 \family sans
12347 LaTe
12348 \begin_inset ERT
12349 status collapsed
12350
12351 \begin_layout Plain Layout
12352
12353 {}
12354 \end_layout
12355
12356 \end_inset
12357
12358 X-Argument
12359 \family default
12360  eingeben.
12361  Hier iss ein Überblick über die Argumente:
12362 \end_layout
12363
12364 \begin_layout Itemize
12365
12366 \series bold
12367 p{Breite}
12368 \series default
12369  die Zelle bekommt eine feste 
12370 \series bold
12371 Breite
12372 \series default
12373 , und die vertikale Ausrichtung ist 
12374 \family sans
12375 Oben
12376 \end_layout
12377
12378 \begin_layout Itemize
12379
12380 \series bold
12381 m{Breite}
12382 \series default
12383  die Zelle bekommt eine feste 
12384 \series bold
12385 Breite
12386 \series default
12387 , und die vertikale Ausrichtung ist 
12388 \family sans
12389 Mitte
12390 \end_layout
12391
12392 \begin_layout Itemize
12393
12394 \series bold
12395 b{Breite}
12396 \series default
12397  die Zelle bekommt eine feste 
12398 \series bold
12399 Breite
12400 \series default
12401 , und die vertikale Ausrichtung ist 
12402 \family sans
12403 Unten
12404 \end_layout
12405
12406 \begin_layout Standard
12407 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12408  für diese Zelle überschrieben.
12409 \end_layout
12410
12411 \begin_layout Standard
12412 \begin_inset Note Greyedout
12413 status open
12414
12415 \begin_layout Plain Layout
12416
12417 \series bold
12418 Bemerkung:
12419 \series default
12420  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12421  angezeigt.
12422 \end_layout
12423
12424 \end_inset
12425
12426
12427 \end_layout
12428
12429 \begin_layout Standard
12430 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12431  der Zelle mit dem Inhalt 
12432 \begin_inset Quotes gld
12433 \end_inset
12434
12435 d
12436 \begin_inset Quotes grd
12437 \end_inset
12438
12439  der Tabelle
12440 \begin_inset space ~
12441 \end_inset
12442
12443
12444 \begin_inset CommandInset ref
12445 LatexCommand ref
12446 reference "tab:Table-with-centered"
12447
12448 \end_inset
12449
12450  auch noch der Befehl
12451 \family typewriter
12452 \series bold
12453  
12454 \family default
12455
12456 \backslash
12457 centering
12458 \series default
12459  hinzugefügt.
12460  Das Ganze sieht dann so aus:
12461 \end_layout
12462
12463 \begin_layout Standard
12464
12465 \series bold
12466 |>{
12467 \backslash
12468 centering}m{1.25cm-6.2pt}
12469 \end_layout
12470
12471 \begin_layout Standard
12472 Der vertikale Strich 
12473 \series bold
12474
12475 \begin_inset Quotes gld
12476 \end_inset
12477
12478 |
12479 \series default
12480
12481 \begin_inset Quotes grd
12482 \end_inset
12483
12484  am Anfang zeichnet die linke Linie, und der Befehl 
12485 \series bold
12486
12487 \begin_inset Quotes gld
12488 \end_inset
12489
12490 >{ }
12491 \begin_inset Quotes grd
12492 \end_inset
12493
12494
12495 \series default
12496  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12497  der Zelle benutzt werden sollen.
12498 \end_layout
12499
12500 \begin_layout Standard
12501 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12502  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12503  für einzelne Spalten anwendet.
12504  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12505  werden:
12506 \end_layout
12507
12508 \begin_layout Standard
12509
12510 \series bold
12511 |>{
12512 \backslash
12513 centering}m{2.5cm}|
12514 \end_layout
12515
12516 \begin_layout Subsection
12517 Mehrfachzeilen
12518 \begin_inset CommandInset label
12519 LatexCommand label
12520 name "uab:Mehrfachzeilen"
12521
12522 \end_inset
12523
12524
12525 \begin_inset Index
12526 status collapsed
12527
12528 \begin_layout Plain Layout
12529 Mehrfachzeilen
12530 \end_layout
12531
12532 \end_inset
12533
12534
12535 \begin_inset Index
12536 status collapsed
12537
12538 \begin_layout Plain Layout
12539 Tabellen ! Mehrfachzeilen
12540 \end_layout
12541
12542 \end_inset
12543
12544
12545 \end_layout
12546
12547 \begin_layout Standard
12548 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12549  unterstützt, sodass etwas TeX-Code notwendig ist.
12550  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12551 \series bold
12552 multirow
12553 \series default
12554
12555 \begin_inset Index
12556 status collapsed
12557
12558 \begin_layout Plain Layout
12559 LaTeX-Pakete ! multirow
12560 \end_layout
12561
12562 \end_inset
12563
12564  im Vorspann geladen werden:
12565 \end_layout
12566
12567 \begin_layout Standard
12568
12569 \series bold
12570
12571 \backslash
12572 usepackage{multirow}
12573 \end_layout
12574
12575 \begin_layout Standard
12576 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12577 \end_layout
12578
12579 \begin_layout Standard
12580
12581 \series bold
12582
12583 \backslash
12584 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12585 \end_layout
12586
12587 \begin_layout Standard
12588 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
12589  Mehrfachspalte definiert und die obere Linie entfernt.
12590 \end_layout
12591
12592 \begin_layout Standard
12593 \align center
12594 \begin_inset ERT
12595 status collapsed
12596
12597 \begin_layout Plain Layout
12598
12599
12600 \backslash
12601 renewcommand{
12602 \backslash
12603 multirowsetup}{
12604 \backslash
12605 centering}
12606 \end_layout
12607
12608 \end_inset
12609
12610
12611 \begin_inset Tabular
12612 <lyxtabular version="3" rows="3" columns="3">
12613 <features>
12614 <column alignment="center" valignment="top" width="0">
12615 <column alignment="center" valignment="top" width="0">
12616 <column alignment="center" valignment="top" width="0">
12617 <row>
12618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12619 \begin_inset Text
12620
12621 \begin_layout Plain Layout
12622 a
12623 \end_layout
12624
12625 \end_inset
12626 </cell>
12627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12628 \begin_inset Text
12629
12630 \begin_layout Plain Layout
12631 b
12632 \end_layout
12633
12634 \end_inset
12635 </cell>
12636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12637 \begin_inset Text
12638
12639 \begin_layout Plain Layout
12640 c
12641 \end_layout
12642
12643 \end_inset
12644 </cell>
12645 </row>
12646 <row>
12647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12648 \begin_inset Text
12649
12650 \begin_layout Plain Layout
12651 \begin_inset ERT
12652 status collapsed
12653
12654 \begin_layout Plain Layout
12655
12656
12657 \backslash
12658 multirow{2}{2.5cm}{
12659 \end_layout
12660
12661 \end_inset
12662
12663 Mehrfach\SpecialChar \-
12664 zeilen-Text
12665 \begin_inset ERT
12666 status collapsed
12667
12668 \begin_layout Plain Layout
12669
12670 }
12671 \end_layout
12672
12673 \end_inset
12674
12675
12676 \end_layout
12677
12678 \end_inset
12679 </cell>
12680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12681 \begin_inset Text
12682
12683 \begin_layout Plain Layout
12684 e
12685 \end_layout
12686
12687 \end_inset
12688 </cell>
12689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12690 \begin_inset Text
12691
12692 \begin_layout Plain Layout
12693 f
12694 \end_layout
12695
12696 \end_inset
12697 </cell>
12698 </row>
12699 <row>
12700 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12701 \begin_inset Text
12702
12703 \begin_layout Plain Layout
12704
12705 \end_layout
12706
12707 \end_inset
12708 </cell>
12709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12710 \begin_inset Text
12711
12712 \begin_layout Plain Layout
12713 h
12714 \end_layout
12715
12716 \end_inset
12717 </cell>
12718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12719 \begin_inset Text
12720
12721 \begin_layout Plain Layout
12722 i
12723 \end_layout
12724
12725 \end_inset
12726 </cell>
12727 </row>
12728 </lyxtabular>
12729
12730 \end_inset
12731
12732
12733 \begin_inset ERT
12734 status collapsed
12735
12736 \begin_layout Plain Layout
12737
12738
12739 \backslash
12740 renewcommand{
12741 \backslash
12742 multirowsetup}{
12743 \backslash
12744 raggedright}
12745 \end_layout
12746
12747 \end_inset
12748
12749
12750 \end_layout
12751
12752 \begin_layout Standard
12753 In der Zelle darüber wurde dann mit dem Befehl
12754 \end_layout
12755
12756 \begin_layout Standard
12757
12758 \series bold
12759
12760 \backslash
12761 multirow{2}{2.5cm}{
12762 \end_layout
12763
12764 \begin_layout Standard
12765 als TeX-Code die Mehrfachzeile definiert.
12766  Sie besteht aus zwei Zeilen und einer Breite von 2.5
12767 \begin_inset space \thinspace{}
12768 \end_inset
12769
12770 cm.
12771  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12772  mit der Klammer 
12773 \begin_inset Quotes gld
12774 \end_inset
12775
12776
12777 \series bold
12778 }
12779 \series default
12780
12781 \begin_inset Quotes grd
12782 \end_inset
12783
12784  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12785 \end_layout
12786
12787 \begin_layout Standard
12788
12789 \series bold
12790
12791 \backslash
12792 multirow
12793 \series default
12794  richtet seinen Inhalt standardmäßig linksbündig aus.
12795  Das wurde mit dem Befehl
12796 \end_layout
12797
12798 \begin_layout Standard
12799
12800 \series bold
12801
12802 \backslash
12803 renewcommand{
12804 \backslash
12805 multirowsetup}{
12806 \backslash
12807 centering}
12808 \end_layout
12809
12810 \begin_layout Standard
12811 als TeX-Code  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12812 \end_layout
12813
12814 \begin_layout Standard
12815
12816 \series bold
12817
12818 \backslash
12819 renewcommand{
12820 \backslash
12821 multirowsetup}{
12822 \backslash
12823 raggedright}
12824 \end_layout
12825
12826 \begin_layout Standard
12827 zurückgesetzt.
12828  Für rechtsbündigen Text benutzt man 
12829 \series bold
12830
12831 \backslash
12832 raggedleft
12833 \series default
12834 .
12835 \end_layout
12836
12837 \begin_layout Section
12838 Formale Tabellen
12839 \begin_inset CommandInset label
12840 LatexCommand label
12841 name "abs:Formale-Tabellen"
12842
12843 \end_inset
12844
12845
12846 \begin_inset Index
12847 status collapsed
12848
12849 \begin_layout Plain Layout
12850 Tabellen ! Formale
12851 \end_layout
12852
12853 \end_inset
12854
12855
12856 \end_layout
12857
12858 \begin_layout Standard
12859 Tabellen werden in Büchern oft wie Tabelle
12860 \begin_inset space ~
12861 \end_inset
12862
12863
12864 \begin_inset CommandInset ref
12865 LatexCommand ref
12866 reference "tab:Formale-Tabelle"
12867
12868 \end_inset
12869
12870  gesetzt.
12871  Diese Tabellen werden
12872 \emph on
12873  formal
12874 \emph default
12875  genannt.
12876  Formale Tabellen bekommen Sie, wenn Sie im 
12877 \family sans
12878 Tabellen-Einstellungen
12879 \family default
12880 -Dialog auf der Karteikarte 
12881 \family sans
12882 Rahmen
12883 \family default
12884  den 
12885 \family sans
12886 Stil
12887 \family default
12888  
12889 \family sans
12890 Formal
12891 \family default
12892  ankreuzen.
12893 \end_layout
12894
12895 \begin_layout Standard
12896 \begin_inset Float table
12897 placement h
12898 wide false
12899 sideways false
12900 status open
12901
12902 \begin_layout Plain Layout
12903 \begin_inset Caption
12904
12905 \begin_layout Plain Layout
12906 \begin_inset CommandInset label
12907 LatexCommand label
12908 name "tab:Formale-Tabelle"
12909
12910 \end_inset
12911
12912 Formale Tabelle
12913 \end_layout
12914
12915 \end_inset
12916
12917
12918 \end_layout
12919
12920 \begin_layout Plain Layout
12921 \align center
12922 \begin_inset Tabular
12923 <lyxtabular version="3" rows="8" columns="4">
12924 <features booktabs="true">
12925 <column alignment="center" valignment="top" width="0">
12926 <column alignment="right" valignment="top" width="0">
12927 <column alignment="right" valignment="top" width="0">
12928 <column alignment="right" valignment="top" width="0">
12929 <row>
12930 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12931 \begin_inset Text
12932
12933 \begin_layout Plain Layout
12934 System
12935 \end_layout
12936
12937 \end_inset
12938 </cell>
12939 <cell alignment="center" valignment="top" topline="true" usebox="none">
12940 \begin_inset Text
12941
12942 \begin_layout Plain Layout
12943 Medipix
12944 \begin_inset Formula $\,$
12945 \end_inset
12946
12947 1
12948 \end_layout
12949
12950 \end_inset
12951 </cell>
12952 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12953 \begin_inset Text
12954
12955 \begin_layout Plain Layout
12956 Medipix
12957 \begin_inset Formula $\,$
12958 \end_inset
12959
12960 2
12961 \end_layout
12962
12963 \end_inset
12964 </cell>
12965 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12966 \begin_inset Text
12967
12968 \begin_layout Plain Layout
12969
12970 \end_layout
12971
12972 \end_inset
12973 </cell>
12974 </row>
12975 <row>
12976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12977 \begin_inset Text
12978
12979 \begin_layout Plain Layout
12980 \begin_inset ERT
12981 status collapsed
12982
12983 \begin_layout Plain Layout
12984
12985
12986 \backslash
12987 cmidrule(r){2-2}
12988 \end_layout
12989
12990 \end_inset
12991
12992
12993 \begin_inset ERT
12994 status collapsed
12995
12996 \begin_layout Plain Layout
12997
12998
12999 \backslash
13000 cmidrule(l){3-4}
13001 \end_layout
13002
13003 \end_inset
13004
13005 Detektordicke [µm]
13006 \end_layout
13007
13008 \end_inset
13009 </cell>
13010 <cell alignment="center" valignment="top" usebox="none">
13011 \begin_inset Text
13012
13013 \begin_layout Plain Layout
13014 300
13015 \end_layout
13016
13017 \end_inset
13018 </cell>
13019 <cell alignment="center" valignment="top" usebox="none">
13020 \begin_inset Text
13021
13022 \begin_layout Plain Layout
13023 300
13024 \end_layout
13025
13026 \end_inset
13027 </cell>
13028 <cell alignment="center" valignment="top" usebox="none">
13029 \begin_inset Text
13030
13031 \begin_layout Plain Layout
13032 700
13033 \end_layout
13034
13035 \end_inset
13036 </cell>
13037 </row>
13038 <row>
13039 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13040 \begin_inset Text
13041
13042 \begin_layout Plain Layout
13043 Kantenwinkel [°]
13044 \end_layout
13045
13046 \end_inset
13047 </cell>
13048 <cell alignment="center" valignment="top" topline="true" usebox="none">
13049 \begin_inset Text
13050
13051 \begin_layout Plain Layout
13052 3.55
13053 \end_layout
13054
13055 \end_inset
13056 </cell>
13057 <cell alignment="center" valignment="top" topline="true" usebox="none">
13058 \begin_inset Text
13059
13060 \begin_layout Plain Layout
13061 2.71
13062 \end_layout
13063
13064 \end_inset
13065 </cell>
13066 <cell alignment="center" valignment="top" topline="true" usebox="none">
13067 \begin_inset Text
13068
13069 \begin_layout Plain Layout
13070 7.99
13071 \end_layout
13072
13073 \end_inset
13074 </cell>
13075 </row>
13076 <row topspace="default">
13077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13078 \begin_inset Text
13079
13080 \begin_layout Plain Layout
13081 räumliche Auf\SpecialChar \textcompwordmark{}
13082 lösung [µm]
13083 \end_layout
13084
13085 \end_inset
13086 </cell>
13087 <cell alignment="center" valignment="top" usebox="none">
13088 \begin_inset Text
13089
13090 \begin_layout Plain Layout
13091 4.26
13092 \end_layout
13093
13094 \end_inset
13095 </cell>
13096 <cell alignment="center" valignment="top" usebox="none">
13097 \begin_inset Text
13098
13099 \begin_layout Plain Layout
13100 10.17
13101 \end_layout
13102
13103 \end_inset
13104 </cell>
13105 <cell alignment="center" valignment="top" usebox="none">
13106 \begin_inset Text
13107
13108 \begin_layout Plain Layout
13109 10.56
13110 \end_layout
13111
13112 \end_inset
13113 </cell>
13114 </row>
13115 <row topspace="default">
13116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13117 \begin_inset Text
13118
13119 \begin_layout Plain Layout
13120 MTF bei 
13121 \begin_inset Formula $f_{\mathrm{max}}$
13122 \end_inset
13123
13124
13125 \end_layout
13126
13127 \end_inset
13128 </cell>
13129 <cell alignment="center" valignment="top" usebox="none">
13130 \begin_inset Text
13131
13132 \begin_layout Plain Layout
13133 0.53
13134 \end_layout
13135
13136 \end_inset
13137 </cell>
13138 <cell alignment="center" valignment="top" usebox="none">
13139 \begin_inset Text
13140
13141 \begin_layout Plain Layout
13142 0.37
13143 \end_layout
13144
13145 \end_inset
13146 </cell>
13147 <cell alignment="center" valignment="top" usebox="none">
13148 \begin_inset Text
13149
13150 \begin_layout Plain Layout
13151 0.39
13152 \end_layout
13153
13154 \end_inset
13155 </cell>
13156 </row>
13157 <row topspace="default">
13158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13159 \begin_inset Text
13160
13161 \begin_layout Plain Layout
13162 \begin_inset ERT
13163 status collapsed
13164
13165 \begin_layout Plain Layout
13166
13167
13168 \backslash
13169 cmidrule(l{10pt}){1-1}
13170 \end_layout
13171
13172 \end_inset
13173
13174 LSF räumliche Auf\SpecialChar \textcompwordmark{}
13175 lösung
13176 \end_layout
13177
13178 \end_inset
13179 </cell>
13180 <cell alignment="center" valignment="top" usebox="none">
13181 \begin_inset Text
13182
13183 \begin_layout Plain Layout
13184
13185 \end_layout
13186
13187 \end_inset
13188 </cell>
13189 <cell alignment="center" valignment="top" usebox="none">
13190 \begin_inset Text
13191
13192 \begin_layout Plain Layout
13193
13194 \end_layout
13195
13196 \end_inset
13197 </cell>
13198 <cell alignment="center" valignment="top" usebox="none">
13199 \begin_inset Text
13200
13201 \begin_layout Plain Layout
13202
13203 \end_layout
13204
13205 \end_inset
13206 </cell>
13207 </row>
13208 <row>
13209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13210 \begin_inset Text
13211
13212 \begin_layout Plain Layout
13213 in µm
13214 \end_layout
13215
13216 \end_inset
13217 </cell>
13218 <cell alignment="center" valignment="top" usebox="none">
13219 \begin_inset Text
13220
13221 \begin_layout Plain Layout
13222 129.7
13223 \end_layout
13224
13225 \end_inset
13226 </cell>
13227 <cell alignment="center" valignment="top" usebox="none">
13228 \begin_inset Text
13229
13230 \begin_layout Plain Layout
13231 52.75
13232 \end_layout
13233
13234 \end_inset
13235 </cell>
13236 <cell alignment="center" valignment="top" usebox="none">
13237 \begin_inset Text
13238
13239 \begin_layout Plain Layout
13240 50.78
13241 \end_layout
13242
13243 \end_inset
13244 </cell>
13245 </row>
13246 <row>
13247 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13248 \begin_inset Text
13249
13250 \begin_layout Plain Layout
13251 in % der Pixelgröße
13252 \end_layout
13253
13254 \end_inset
13255 </cell>
13256 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13257 \begin_inset Text
13258
13259 \begin_layout Plain Layout
13260 76.3
13261 \end_layout
13262
13263 \end_inset
13264 </cell>
13265 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13266 \begin_inset Text
13267
13268 \begin_layout Plain Layout
13269 95.9
13270 \end_layout
13271
13272 \end_inset
13273 </cell>
13274 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13275 \begin_inset Text
13276
13277 \begin_layout Plain Layout
13278 92.3
13279 \end_layout
13280
13281 \end_inset
13282 </cell>
13283 </row>
13284 </lyxtabular>
13285
13286 \end_inset
13287
13288
13289 \end_layout
13290
13291 \end_inset
13292
13293
13294 \end_layout
13295
13296 \begin_layout Standard
13297 Abstände zu Tabellenzeilen können auf der Karteikarte 
13298 \family sans
13299 Rahmen
13300 \family default
13301  des 
13302 \family sans
13303 Tabellen-Ein\SpecialChar \-
13304 stel\SpecialChar \-
13305 lun\SpecialChar \-
13306 gen
13307 \family default
13308 -Dialogs hinzugefügt werden, wie in Abschnitt
13309 \begin_inset space ~
13310 \end_inset
13311
13312
13313 \begin_inset CommandInset ref
13314 LatexCommand ref
13315 reference "uab:Zeilenabstand"
13316
13317 \end_inset
13318
13319  beschrieben.
13320 \end_layout
13321
13322 \begin_layout Standard
13323 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13324  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13325  gedruckt aber anders aus.
13326  Die erste und letzte Linie ist 0.08
13327 \begin_inset space \thinspace{}
13328 \end_inset
13329
13330 em dick, während die anderen 0.05
13331 \begin_inset space \thinspace{}
13332 \end_inset
13333
13334 em dick sind.
13335 \end_layout
13336
13337 \begin_layout Standard
13338 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13339 \end_layout
13340
13341 \begin_layout Standard
13342
13343 \series bold
13344
13345 \backslash
13346 let
13347 \backslash
13348 mytoprule
13349 \backslash
13350 toprule
13351 \begin_inset Newline newline
13352 \end_inset
13353
13354
13355 \backslash
13356 renewcommand{
13357 \backslash
13358 toprule}{
13359 \backslash
13360 mytoprule[Breite]}
13361 \end_layout
13362
13363 \begin_layout Standard
13364 Dies Beispiel gilt für die oberste Linie, genannt 
13365 \series bold
13366 toprule
13367 \series default
13368 .
13369  Für die letzte müssen Sie 
13370 \series bold
13371 toprule
13372 \series default
13373  durch 
13374 \series bold
13375 bottomrule
13376 \series default
13377  ersetzen.
13378  Die Linien dazwischen heißen 
13379 \series bold
13380 midrule
13381 \series default
13382 .
13383  Für 
13384 \family sans
13385 Breite
13386 \family default
13387  können Sie alle Einheiten benutzen, die in Anhang
13388 \begin_inset space ~
13389 \end_inset
13390
13391
13392 \begin_inset CommandInset ref
13393 LatexCommand ref
13394 reference "kap:In-LyX-verfügbare"
13395
13396 \end_inset
13397
13398  aufgelistet sind.
13399 \end_layout
13400
13401 \begin_layout Standard
13402 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13403  eine Linie unter einer Mehrfachspalte.
13404  LyX wird intern den Befehl 
13405 \series bold
13406
13407 \backslash
13408 cmidrule
13409 \series default
13410  benutzen, um diese Linie zu drucken.
13411  Der ganze Befehl sieht so aus:
13412 \end_layout
13413
13414 \begin_layout Standard
13415
13416 \series bold
13417
13418 \backslash
13419 cmidrule[width](trim){Anfangsspalte-Endspalte}
13420 \end_layout
13421
13422 \begin_layout Standard
13423 Die 
13424 \series bold
13425
13426 \backslash
13427 cmidrule
13428 \series default
13429 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13430  benutzen.
13431  
13432 \series bold
13433
13434 \backslash
13435 cmidrule
13436 \series default
13437  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13438  erste Zelle einer Zeile einfügt.
13439  Die Linie wird dann über der Zeile gedruckt.
13440 \end_layout
13441
13442 \begin_layout Standard
13443 Der Standardwert ist 0.03
13444 \begin_inset space \thinspace{}
13445 \end_inset
13446
13447 em.
13448  Die Linie reicht von 
13449 \family typewriter
13450 Anfangsspalte
13451 \family default
13452  bis 
13453 \family typewriter
13454 End\SpecialChar \-
13455 spal\SpecialChar \-
13456 te
13457 \family default
13458 .
13459  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13460   Der optionale Parameter 
13461 \family typewriter
13462 trim
13463 \family default
13464  kann die Werte 
13465 \emph on
13466 r
13467 \emph default
13468
13469 \emph on
13470 r{Breite}
13471 \emph default
13472
13473 \emph on
13474 l
13475 \family typewriter
13476 \emph default
13477  
13478 \family default
13479 oder 
13480 \emph on
13481 l{Breite}
13482 \emph default
13483  annehmen, wobei die 
13484 \family sans
13485 Breite
13486 \family default
13487  optional ist.
13488  
13489 \emph on
13490 l{2pt}
13491 \emph default
13492  zum Beispiel bedeutet, dass die Linie links um 2
13493 \begin_inset space \thinspace{}
13494 \end_inset
13495
13496 pt gekürzt wird.
13497  Ohne Breitenangabe werden die Linien um 0.5
13498 \begin_inset space \thinspace{}
13499 \end_inset
13500
13501 em gekürzt.
13502 \end_layout
13503
13504 \begin_layout Standard
13505 \begin_inset VSpace bigskip
13506 \end_inset
13507
13508 In Tabelle
13509 \begin_inset space ~
13510 \end_inset
13511
13512
13513 \begin_inset CommandInset ref
13514 LatexCommand ref
13515 reference "tab:Formale-Tabelle"
13516
13517 \end_inset
13518
13519  wurden die Befehle
13520 \end_layout
13521
13522 \begin_layout Standard
13523
13524 \series bold
13525
13526 \backslash
13527 cmidrule(r){2-2}
13528 \backslash
13529 cmidrule(l){3-4}
13530 \end_layout
13531
13532 \begin_layout Standard
13533 am Anfang der zweiten Zeile und
13534 \end_layout
13535
13536 \begin_layout Standard
13537
13538 \series bold
13539
13540 \backslash
13541 cmidrule(l{10pt}){1-1}
13542 \end_layout
13543
13544 \begin_layout Standard
13545 in der sechsten benutzt.
13546 \end_layout
13547
13548 \begin_layout Standard
13549 \begin_inset VSpace bigskip
13550 \end_inset
13551
13552
13553 \end_layout
13554
13555 \begin_layout Standard
13556 Sie können mit 
13557 \series bold
13558
13559 \backslash
13560 cmidrule
13561 \series default
13562  auch überlappende Linien wie in Tabelle
13563 \begin_inset space ~
13564 \end_inset
13565
13566
13567 \begin_inset CommandInset ref
13568 LatexCommand ref
13569 reference "tab:Special-booktabs-table"
13570
13571 \end_inset
13572
13573  definieren.
13574  Der Befehl ist:
13575 \end_layout
13576
13577 \begin_layout Standard
13578
13579 \series bold
13580
13581 \backslash
13582 morecmidrules
13583 \end_layout
13584
13585 \begin_layout Standard
13586 In Zeile zwei der Tabelle
13587 \begin_inset space ~
13588 \end_inset
13589
13590
13591 \begin_inset CommandInset ref
13592 LatexCommand ref
13593 reference "tab:Special-booktabs-table"
13594
13595 \end_inset
13596
13597  wurde folgender Befehl benutzt:
13598 \end_layout
13599
13600 \begin_layout Standard
13601
13602 \series bold
13603
13604 \backslash
13605 cmidrule(r){2-2}
13606 \backslash
13607 cmidrule(l){3-4}
13608 \backslash
13609 morecmidrules
13610 \begin_inset Newline newline
13611 \end_inset
13612
13613
13614 \backslash
13615 cmidrule{2-4}
13616 \end_layout
13617
13618 \begin_layout Standard
13619 und in Zeile sechs:
13620 \end_layout
13621
13622 \begin_layout Standard
13623
13624 \series bold
13625
13626 \backslash
13627 midrule
13628 \backslash
13629 morecmidrules
13630 \backslash
13631 cmidrule{3-4}
13632 \end_layout
13633
13634 \begin_layout Standard
13635 \begin_inset VSpace bigskip
13636 \end_inset
13637
13638
13639 \end_layout
13640
13641 \begin_layout Standard
13642 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13643  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13644 \end_layout
13645
13646 \begin_layout Standard
13647
13648 \series bold
13649
13650 \backslash
13651 specialrule{Dicke}{Abstand davor}{Abstand danach}
13652 \end_layout
13653
13654 \begin_layout Standard
13655 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13656 \series bold
13657 booktabs
13658 \series default
13659  
13660 \begin_inset CommandInset citation
13661 LatexCommand cite
13662 key "booktabs"
13663
13664 \end_inset
13665
13666 .
13667 \begin_inset Index
13668 status collapsed
13669
13670 \begin_layout Plain Layout
13671 LaTeX-Pakete ! booktabs
13672 \end_layout
13673
13674 \end_inset
13675
13676
13677 \end_layout
13678
13679 \begin_layout Standard
13680 \begin_inset Float table
13681 placement h
13682 wide false
13683 sideways false
13684 status open
13685
13686 \begin_layout Plain Layout
13687 \begin_inset Caption
13688
13689 \begin_layout Plain Layout
13690 \begin_inset CommandInset label
13691 LatexCommand label
13692 name "tab:Special-booktabs-table"
13693
13694 \end_inset
13695
13696 Eine spezielle formale Tabelle
13697 \end_layout
13698
13699 \end_inset
13700
13701
13702 \end_layout
13703
13704 \begin_layout Plain Layout
13705 \align center
13706 \begin_inset Tabular
13707 <lyxtabular version="3" rows="8" columns="4">
13708 <features booktabs="true">
13709 <column alignment="center" valignment="top" width="0">
13710 <column alignment="center" valignment="top" width="0">
13711 <column alignment="right" valignment="top" width="0">
13712 <column alignment="right" valignment="top" width="0">
13713 <row>
13714 <cell alignment="center" valignment="top" topline="true" usebox="none">
13715 \begin_inset Text
13716
13717 \begin_layout Plain Layout
13718 System
13719 \end_layout
13720
13721 \end_inset
13722 </cell>
13723 <cell alignment="center" valignment="top" topline="true" usebox="none">
13724 \begin_inset Text
13725
13726 \begin_layout Plain Layout
13727 Medipix
13728 \begin_inset space \thinspace{}
13729 \end_inset
13730
13731 1
13732 \end_layout
13733
13734 \end_inset
13735 </cell>
13736 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13737 \begin_inset Text
13738
13739 \begin_layout Plain Layout
13740 Medipix
13741 \begin_inset space \thinspace{}
13742 \end_inset
13743
13744 2
13745 \end_layout
13746
13747 \end_inset
13748 </cell>
13749 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13750 \begin_inset Text
13751
13752 \begin_layout Plain Layout
13753
13754 \end_layout
13755
13756 \end_inset
13757 </cell>
13758 </row>
13759 <row>
13760 <cell alignment="center" valignment="top" usebox="none">
13761 \begin_inset Text
13762
13763 \begin_layout Plain Layout
13764 \begin_inset ERT
13765 status collapsed
13766
13767 \begin_layout Plain Layout
13768
13769
13770 \backslash
13771 cmidrule(r){2-2}
13772 \end_layout
13773
13774 \end_inset
13775
13776
13777 \begin_inset ERT
13778 status collapsed
13779
13780 \begin_layout Plain Layout
13781
13782
13783 \backslash
13784 cmidrule(l){3-4}
13785 \end_layout
13786
13787 \end_inset
13788
13789
13790 \begin_inset ERT
13791 status collapsed
13792
13793 \begin_layout Plain Layout
13794
13795
13796 \backslash
13797 morecmidrules 
13798 \end_layout
13799
13800 \end_inset
13801
13802
13803 \begin_inset ERT
13804 status collapsed
13805
13806 \begin_layout Plain Layout
13807
13808
13809 \backslash
13810 cmidrule{2-4}
13811 \end_layout
13812
13813 \end_inset
13814
13815 Detektordicke  [µm]
13816 \end_layout
13817
13818 \end_inset
13819 </cell>
13820 <cell alignment="center" valignment="top" usebox="none">
13821 \begin_inset Text
13822
13823 \begin_layout Plain Layout
13824 300
13825 \end_layout
13826
13827 \end_inset
13828 </cell>
13829 <cell alignment="center" valignment="top" usebox="none">
13830 \begin_inset Text
13831
13832 \begin_layout Plain Layout
13833 300
13834 \end_layout
13835
13836 \end_inset
13837 </cell>
13838 <cell alignment="center" valignment="top" usebox="none">
13839 \begin_inset Text
13840
13841 \begin_layout Plain Layout
13842 700
13843 \end_layout
13844
13845 \end_inset
13846 </cell>
13847 </row>
13848 <row>
13849 <cell alignment="center" valignment="top" topline="true" usebox="none">
13850 \begin_inset Text
13851
13852 \begin_layout Plain Layout
13853 Kantenwinkel [°]
13854 \end_layout
13855
13856 \end_inset
13857 </cell>
13858 <cell alignment="center" valignment="top" topline="true" usebox="none">
13859 \begin_inset Text
13860
13861 \begin_layout Plain Layout
13862 3,55
13863 \end_layout
13864
13865 \end_inset
13866 </cell>
13867 <cell alignment="center" valignment="top" topline="true" usebox="none">
13868 \begin_inset Text
13869
13870 \begin_layout Plain Layout
13871 2,71
13872 \end_layout
13873
13874 \end_inset
13875 </cell>
13876 <cell alignment="center" valignment="top" topline="true" usebox="none">
13877 \begin_inset Text
13878
13879 \begin_layout Plain Layout
13880 7,99
13881 \end_layout
13882
13883 \end_inset
13884 </cell>
13885 </row>
13886 <row topspace="default">
13887 <cell alignment="center" valignment="top" usebox="none">
13888 \begin_inset Text
13889
13890 \begin_layout Plain Layout
13891 räumliche Auf\SpecialChar \textcompwordmark{}
13892 lösung [µm]
13893 \end_layout
13894
13895 \end_inset
13896 </cell>
13897 <cell alignment="center" valignment="top" usebox="none">
13898 \begin_inset Text
13899
13900 \begin_layout Plain Layout
13901 4,26
13902 \end_layout
13903
13904 \end_inset
13905 </cell>
13906 <cell alignment="center" valignment="top" usebox="none">
13907 \begin_inset Text
13908
13909 \begin_layout Plain Layout
13910 10,17
13911 \end_layout
13912
13913 \end_inset
13914 </cell>
13915 <cell alignment="center" valignment="top" usebox="none">
13916 \begin_inset Text
13917
13918 \begin_layout Plain Layout
13919 10,56
13920 \end_layout
13921
13922 \end_inset
13923 </cell>
13924 </row>
13925 <row topspace="default">
13926 <cell alignment="center" valignment="top" usebox="none">
13927 \begin_inset Text
13928
13929 \begin_layout Plain Layout
13930 MTF bei 
13931 \begin_inset Formula $f_{\mathrm{max}}$
13932 \end_inset
13933
13934
13935 \end_layout
13936
13937 \end_inset
13938 </cell>
13939 <cell alignment="center" valignment="top" usebox="none">
13940 \begin_inset Text
13941
13942 \begin_layout Plain Layout
13943 0,53
13944 \end_layout
13945
13946 \end_inset
13947 </cell>
13948 <cell alignment="center" valignment="top" usebox="none">
13949 \begin_inset Text
13950
13951 \begin_layout Plain Layout
13952 0,37
13953 \end_layout
13954
13955 \end_inset
13956 </cell>
13957 <cell alignment="center" valignment="top" usebox="none">
13958 \begin_inset Text
13959
13960 \begin_layout Plain Layout
13961 0,39
13962 \end_layout
13963
13964 \end_inset
13965 </cell>
13966 </row>
13967 <row>
13968 <cell alignment="center" valignment="top" topline="true" usebox="none">
13969 \begin_inset Text
13970
13971 \begin_layout Plain Layout
13972 \begin_inset ERT
13973 status collapsed
13974
13975 \begin_layout Plain Layout
13976
13977
13978 \backslash
13979 morecmidrules 
13980 \end_layout
13981
13982 \end_inset
13983
13984
13985 \begin_inset ERT
13986 status collapsed
13987
13988 \begin_layout Plain Layout
13989
13990
13991 \backslash
13992 cmidrule{3-4}
13993 \end_layout
13994
13995 \end_inset
13996
13997 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
13998 lösung
13999 \end_layout
14000
14001 \end_inset
14002 </cell>
14003 <cell alignment="center" valignment="top" topline="true" usebox="none">
14004 \begin_inset Text
14005
14006 \begin_layout Plain Layout
14007
14008 \end_layout
14009
14010 \end_inset
14011 </cell>
14012 <cell alignment="center" valignment="top" topline="true" usebox="none">
14013 \begin_inset Text
14014
14015 \begin_layout Plain Layout
14016
14017 \end_layout
14018
14019 \end_inset
14020 </cell>
14021 <cell alignment="center" valignment="top" topline="true" usebox="none">
14022 \begin_inset Text
14023
14024 \begin_layout Plain Layout
14025
14026 \end_layout
14027
14028 \end_inset
14029 </cell>
14030 </row>
14031 <row>
14032 <cell alignment="center" valignment="top" usebox="none">
14033 \begin_inset Text
14034
14035 \begin_layout Plain Layout
14036 in µm
14037 \end_layout
14038
14039 \end_inset
14040 </cell>
14041 <cell alignment="center" valignment="top" usebox="none">
14042 \begin_inset Text
14043
14044 \begin_layout Plain Layout
14045 129,7
14046 \end_layout
14047
14048 \end_inset
14049 </cell>
14050 <cell alignment="center" valignment="top" usebox="none">
14051 \begin_inset Text
14052
14053 \begin_layout Plain Layout
14054 52,75
14055 \end_layout
14056
14057 \end_inset
14058 </cell>
14059 <cell alignment="center" valignment="top" usebox="none">
14060 \begin_inset Text
14061
14062 \begin_layout Plain Layout
14063 50,78
14064 \end_layout
14065
14066 \end_inset
14067 </cell>
14068 </row>
14069 <row>
14070 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14071 \begin_inset Text
14072
14073 \begin_layout Plain Layout
14074 in % der Pixelgröße
14075 \end_layout
14076
14077 \end_inset
14078 </cell>
14079 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14080 \begin_inset Text
14081
14082 \begin_layout Plain Layout
14083 76,3
14084 \end_layout
14085
14086 \end_inset
14087 </cell>
14088 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14089 \begin_inset Text
14090
14091 \begin_layout Plain Layout
14092 95,9
14093 \end_layout
14094
14095 \end_inset
14096 </cell>
14097 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14098 \begin_inset Text
14099
14100 \begin_layout Plain Layout
14101 92,3
14102 \end_layout
14103
14104 \end_inset
14105 </cell>
14106 </row>
14107 </lyxtabular>
14108
14109 \end_inset
14110
14111
14112 \end_layout
14113
14114 \end_inset
14115
14116
14117 \end_layout
14118
14119 \begin_layout Section
14120 Vertikale Tabellen-Ausrichtung
14121 \begin_inset Index
14122 status collapsed
14123
14124 \begin_layout Plain Layout
14125 Tabellen ! Ausrichtung
14126 \end_layout
14127
14128 \end_inset
14129
14130
14131 \end_layout
14132
14133 \begin_layout Standard
14134 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
14135  einer Box sein.
14136  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
14137 \begin_inset space ~
14138 \end_inset
14139
14140
14141 \begin_inset CommandInset ref
14142 LatexCommand ref
14143 reference "abs:Box-Dialog"
14144
14145 \end_inset
14146
14147  beschrieben.
14148 \end_layout
14149
14150 \begin_layout Standard
14151 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
14152 \begin_inset Foot
14153 status collapsed
14154
14155 \begin_layout Plain Layout
14156 Minipages werden in Abschnitt
14157 \begin_inset space ~
14158 \end_inset
14159
14160
14161 \begin_inset CommandInset ref
14162 LatexCommand ref
14163 reference "abs:Minipage"
14164
14165 \end_inset
14166
14167  beschrieben.
14168 \end_layout
14169
14170 \end_inset
14171
14172  mit 15
14173 \begin_inset space \thinspace{}
14174 \end_inset
14175
14176 col%-Breite:
14177 \end_layout
14178
14179 \begin_layout Itemize
14180 Test 
14181 \begin_inset Box Frameless
14182 position "t"
14183 hor_pos "c"
14184 has_inner_box 1
14185 inner_pos "c"
14186 use_parbox 0
14187 width "15col%"
14188 special "none"
14189 height "1in"
14190 height_special "totalheight"
14191 status collapsed
14192
14193 \begin_layout Plain Layout
14194 \begin_inset Tabular
14195 <lyxtabular version="3" rows="3" columns="3">
14196 <features>
14197 <column alignment="center" valignment="top" width="0">
14198 <column alignment="center" valignment="top" width="0">
14199 <column alignment="center" valignment="top" width="0">
14200 <row>
14201 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14202 \begin_inset Text
14203
14204 \begin_layout Plain Layout
14205 Tabelle 1
14206 \end_layout
14207
14208 \end_inset
14209 </cell>
14210 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14211 \begin_inset Text
14212
14213 \begin_layout Plain Layout
14214
14215 \end_layout
14216
14217 \end_inset
14218 </cell>
14219 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14220 \begin_inset Text
14221
14222 \begin_layout Plain Layout
14223
14224 \end_layout
14225
14226 \end_inset
14227 </cell>
14228 </row>
14229 <row>
14230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14231 \begin_inset Text
14232
14233 \begin_layout Plain Layout
14234 b
14235 \end_layout
14236
14237 \end_inset
14238 </cell>
14239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14240 \begin_inset Text
14241
14242 \begin_layout Plain Layout
14243 e
14244 \end_layout
14245
14246 \end_inset
14247 </cell>
14248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14249 \begin_inset Text
14250
14251 \begin_layout Plain Layout
14252 h
14253 \end_layout
14254
14255 \end_inset
14256 </cell>
14257 </row>
14258 <row>
14259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14260 \begin_inset Text
14261
14262 \begin_layout Plain Layout
14263 c
14264 \end_layout
14265
14266 \end_inset
14267 </cell>
14268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14269 \begin_inset Text
14270
14271 \begin_layout Plain Layout
14272 f
14273 \end_layout
14274
14275 \end_inset
14276 </cell>
14277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14278 \begin_inset Text
14279
14280 \begin_layout Plain Layout
14281 i
14282 \end_layout
14283
14284 \end_inset
14285 </cell>
14286 </row>
14287 </lyxtabular>
14288
14289 \end_inset
14290
14291
14292 \end_layout
14293
14294 \end_inset
14295
14296  Test 
14297 \begin_inset ERT
14298 status collapsed
14299
14300 \begin_layout Plain Layout
14301
14302
14303 \backslash
14304 raisebox{0.85
14305 \backslash
14306 baselineskip}{
14307 \end_layout
14308
14309 \end_inset
14310
14311
14312 \begin_inset Box Frameless
14313 position "t"
14314 hor_pos "c"
14315 has_inner_box 1
14316 inner_pos "c"
14317 use_parbox 0
14318 width "15col%"
14319 special "none"
14320 height "1in"
14321 height_special "totalheight"
14322 status collapsed
14323
14324 \begin_layout Plain Layout
14325 \begin_inset Tabular
14326 <lyxtabular version="3" rows="3" columns="3">
14327 <features>
14328 <column alignment="center" valignment="top" width="0">
14329 <column alignment="center" valignment="top" width="0">
14330 <column alignment="center" valignment="top" width="0">
14331 <row>
14332 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14333 \begin_inset Text
14334
14335 \begin_layout Plain Layout
14336 Tabelle 2
14337 \end_layout
14338
14339 \end_inset
14340 </cell>
14341 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14342 \begin_inset Text
14343
14344 \begin_layout Plain Layout
14345
14346 \end_layout
14347
14348 \end_inset
14349 </cell>
14350 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14351 \begin_inset Text
14352
14353 \begin_layout Plain Layout
14354
14355 \end_layout
14356
14357 \end_inset
14358 </cell>
14359 </row>
14360 <row>
14361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14362 \begin_inset Text
14363
14364 \begin_layout Plain Layout
14365 b
14366 \end_layout
14367
14368 \end_inset
14369 </cell>
14370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14371 \begin_inset Text
14372
14373 \begin_layout Plain Layout
14374 e
14375 \end_layout
14376
14377 \end_inset
14378 </cell>
14379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14380 \begin_inset Text
14381
14382 \begin_layout Plain Layout
14383 h
14384 \end_layout
14385
14386 \end_inset
14387 </cell>
14388 </row>
14389 <row>
14390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14391 \begin_inset Text
14392
14393 \begin_layout Plain Layout
14394 c
14395 \end_layout
14396
14397 \end_inset
14398 </cell>
14399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14400 \begin_inset Text
14401
14402 \begin_layout Plain Layout
14403 f
14404 \end_layout
14405
14406 \end_inset
14407 </cell>
14408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14409 \begin_inset Text
14410
14411 \begin_layout Plain Layout
14412 i
14413 \end_layout
14414
14415 \end_inset
14416 </cell>
14417 </row>
14418 </lyxtabular>
14419
14420 \end_inset
14421
14422
14423 \end_layout
14424
14425 \end_inset
14426
14427
14428 \begin_inset ERT
14429 status collapsed
14430
14431 \begin_layout Plain Layout
14432
14433 }
14434 \end_layout
14435
14436 \end_inset
14437
14438
14439 \end_layout
14440
14441 \begin_layout Itemize
14442 Test 
14443 \begin_inset Box Frameless
14444 position "c"
14445 hor_pos "c"
14446 has_inner_box 1
14447 inner_pos "c"
14448 use_parbox 0
14449 width "15col%"
14450 special "none"
14451 height "1in"
14452 height_special "totalheight"
14453 status collapsed
14454
14455 \begin_layout Plain Layout
14456 \begin_inset Tabular
14457 <lyxtabular version="3" rows="3" columns="3">
14458 <features>
14459 <column alignment="center" valignment="top" width="0">
14460 <column alignment="center" valignment="top" width="0">
14461 <column alignment="center" valignment="top" width="0">
14462 <row>
14463 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14464 \begin_inset Text
14465
14466 \begin_layout Plain Layout
14467 Tabelle 3
14468 \end_layout
14469
14470 \end_inset
14471 </cell>
14472 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14473 \begin_inset Text
14474
14475 \begin_layout Plain Layout
14476
14477 \end_layout
14478
14479 \end_inset
14480 </cell>
14481 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14482 \begin_inset Text
14483
14484 \begin_layout Plain Layout
14485
14486 \end_layout
14487
14488 \end_inset
14489 </cell>
14490 </row>
14491 <row>
14492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14493 \begin_inset Text
14494
14495 \begin_layout Plain Layout
14496 b
14497 \end_layout
14498
14499 \end_inset
14500 </cell>
14501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14502 \begin_inset Text
14503
14504 \begin_layout Plain Layout
14505 e
14506 \end_layout
14507
14508 \end_inset
14509 </cell>
14510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14511 \begin_inset Text
14512
14513 \begin_layout Plain Layout
14514 h
14515 \end_layout
14516
14517 \end_inset
14518 </cell>
14519 </row>
14520 <row>
14521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14522 \begin_inset Text
14523
14524 \begin_layout Plain Layout
14525 c
14526 \end_layout
14527
14528 \end_inset
14529 </cell>
14530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14531 \begin_inset Text
14532
14533 \begin_layout Plain Layout
14534 f
14535 \end_layout
14536
14537 \end_inset
14538 </cell>
14539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14540 \begin_inset Text
14541
14542 \begin_layout Plain Layout
14543 i
14544 \end_layout
14545
14546 \end_inset
14547 </cell>
14548 </row>
14549 </lyxtabular>
14550
14551 \end_inset
14552
14553
14554 \end_layout
14555
14556 \end_inset
14557
14558
14559 \end_layout
14560
14561 \begin_layout Itemize
14562 Test 
14563 \begin_inset Box Frameless
14564 position "b"
14565 hor_pos "c"
14566 has_inner_box 1
14567 inner_pos "c"
14568 use_parbox 0
14569 width "15col%"
14570 special "none"
14571 height "1in"
14572 height_special "totalheight"
14573 status collapsed
14574
14575 \begin_layout Plain Layout
14576 \begin_inset Tabular
14577 <lyxtabular version="3" rows="3" columns="3">
14578 <features>
14579 <column alignment="center" valignment="top" width="0">
14580 <column alignment="center" valignment="top" width="0">
14581 <column alignment="center" valignment="top" width="0">
14582 <row>
14583 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14584 \begin_inset Text
14585
14586 \begin_layout Plain Layout
14587 Tabelle 4
14588 \end_layout
14589
14590 \end_inset
14591 </cell>
14592 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14593 \begin_inset Text
14594
14595 \begin_layout Plain Layout
14596
14597 \end_layout
14598
14599 \end_inset
14600 </cell>
14601 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14602 \begin_inset Text
14603
14604 \begin_layout Plain Layout
14605
14606 \end_layout
14607
14608 \end_inset
14609 </cell>
14610 </row>
14611 <row>
14612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14613 \begin_inset Text
14614
14615 \begin_layout Plain Layout
14616 b
14617 \end_layout
14618
14619 \end_inset
14620 </cell>
14621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14622 \begin_inset Text
14623
14624 \begin_layout Plain Layout
14625 e
14626 \end_layout
14627
14628 \end_inset
14629 </cell>
14630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14631 \begin_inset Text
14632
14633 \begin_layout Plain Layout
14634 h
14635 \end_layout
14636
14637 \end_inset
14638 </cell>
14639 </row>
14640 <row>
14641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14642 \begin_inset Text
14643
14644 \begin_layout Plain Layout
14645 c
14646 \end_layout
14647
14648 \end_inset
14649 </cell>
14650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14651 \begin_inset Text
14652
14653 \begin_layout Plain Layout
14654 f
14655 \end_layout
14656
14657 \end_inset
14658 </cell>
14659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14660 \begin_inset Text
14661
14662 \begin_layout Plain Layout
14663 i
14664 \end_layout
14665
14666 \end_inset
14667 </cell>
14668 </row>
14669 </lyxtabular>
14670
14671 \end_inset
14672
14673
14674 \end_layout
14675
14676 \end_inset
14677
14678 Test 
14679 \begin_inset ERT
14680 status collapsed
14681
14682 \begin_layout Plain Layout
14683
14684
14685 \backslash
14686 raisebox{-0.32
14687 \backslash
14688 baselineskip}{
14689 \end_layout
14690
14691 \end_inset
14692
14693
14694 \begin_inset Box Frameless
14695 position "b"
14696 hor_pos "c"
14697 has_inner_box 1
14698 inner_pos "c"
14699 use_parbox 0
14700 width "15col%"
14701 special "none"
14702 height "1in"
14703 height_special "totalheight"
14704 status collapsed
14705
14706 \begin_layout Plain Layout
14707 \begin_inset Tabular
14708 <lyxtabular version="3" rows="3" columns="3">
14709 <features>
14710 <column alignment="center" valignment="top" width="0">
14711 <column alignment="center" valignment="top" width="0">
14712 <column alignment="center" valignment="top" width="0">
14713 <row>
14714 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14715 \begin_inset Text
14716
14717 \begin_layout Plain Layout
14718 Tabelle 5
14719 \end_layout
14720
14721 \end_inset
14722 </cell>
14723 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14724 \begin_inset Text
14725
14726 \begin_layout Plain Layout
14727
14728 \end_layout
14729
14730 \end_inset
14731 </cell>
14732 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14733 \begin_inset Text
14734
14735 \begin_layout Plain Layout
14736
14737 \end_layout
14738
14739 \end_inset
14740 </cell>
14741 </row>
14742 <row>
14743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14744 \begin_inset Text
14745
14746 \begin_layout Plain Layout
14747 b
14748 \end_layout
14749
14750 \end_inset
14751 </cell>
14752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14753 \begin_inset Text
14754
14755 \begin_layout Plain Layout
14756 e
14757 \end_layout
14758
14759 \end_inset
14760 </cell>
14761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14762 \begin_inset Text
14763
14764 \begin_layout Plain Layout
14765 h
14766 \end_layout
14767
14768 \end_inset
14769 </cell>
14770 </row>
14771 <row>
14772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14773 \begin_inset Text
14774
14775 \begin_layout Plain Layout
14776 c
14777 \end_layout
14778
14779 \end_inset
14780 </cell>
14781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14782 \begin_inset Text
14783
14784 \begin_layout Plain Layout
14785 f
14786 \end_layout
14787
14788 \end_inset
14789 </cell>
14790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14791 \begin_inset Text
14792
14793 \begin_layout Plain Layout
14794 i
14795 \end_layout
14796
14797 \end_inset
14798 </cell>
14799 </row>
14800 </lyxtabular>
14801
14802 \end_inset
14803
14804
14805 \end_layout
14806
14807 \end_inset
14808
14809
14810 \begin_inset ERT
14811 status collapsed
14812
14813 \begin_layout Plain Layout
14814
14815 }
14816 \end_layout
14817
14818 \end_inset
14819
14820
14821 \end_layout
14822
14823 \begin_layout Standard
14824 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
14825 \begin_inset space \space{}
14826 \end_inset
14827
14828 1 und letzten Zeile von Tabelle
14829 \begin_inset space \space{}
14830 \end_inset
14831
14832 4 bezüglich dem Wort 
14833 \begin_inset Quotes gld
14834 \end_inset
14835
14836 Test
14837 \begin_inset Quotes grd
14838 \end_inset
14839
14840  nicht richtig ausgerichtet.
14841  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14842 \begin_inset Quotes gld
14843 \end_inset
14844
14845 Raisebox
14846 \begin_inset Quotes grd
14847 \end_inset
14848
14849
14850 \begin_inset Foot
14851 status collapsed
14852
14853 \begin_layout Plain Layout
14854 Raiseboxen werden in Abschnitt
14855 \begin_inset space ~
14856 \end_inset
14857
14858
14859 \begin_inset CommandInset ref
14860 LatexCommand ref
14861 reference "uab:Vertikale-Ausrichtung"
14862
14863 \end_inset
14864
14865  beschrieben.
14866 \end_layout
14867
14868 \end_inset
14869
14870  setzen.
14871  In Tabelle
14872 \begin_inset space \space{}
14873 \end_inset
14874
14875 2 wurde der Text mit dem Befehl
14876 \end_layout
14877
14878 \begin_layout Standard
14879
14880 \series bold
14881
14882 \backslash
14883 raisebox{0.85
14884 \backslash
14885 baselineskip}{
14886 \end_layout
14887
14888 \begin_layout Standard
14889 vor der Box ausgerichtet.
14890  Hinter der Box wurde auch noch 
14891 \series bold
14892 }
14893 \series default
14894  als TeX-Code eingefügt, weil der obige Befehl mit 
14895 \series bold
14896 {
14897 \series default
14898  aufhörte.
14899  Für Tabelle
14900 \begin_inset space \space{}
14901 \end_inset
14902
14903 5 wurde der Befehl
14904 \end_layout
14905
14906 \begin_layout Standard
14907
14908 \series bold
14909
14910 \backslash
14911 raisebox{-0.32
14912 \backslash
14913 baselineskip}{
14914 \end_layout
14915
14916 \begin_layout Standard
14917 benutzt.
14918 \end_layout
14919
14920 \begin_layout Standard
14921 \begin_inset Note Greyedout
14922 status open
14923
14924 \begin_layout Plain Layout
14925
14926 \series bold
14927 Bemerkung:
14928 \series default
14929  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14930  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14931  Der Faktor im 
14932 \series bold
14933
14934 \backslash
14935 raisebox
14936 \series default
14937 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14938 \end_layout
14939
14940 \end_inset
14941
14942
14943 \end_layout
14944
14945 \begin_layout Section
14946 Farbige Tabellen
14947 \begin_inset CommandInset label
14948 LatexCommand label
14949 name "abs:Farbige-Tabellen"
14950
14951 \end_inset
14952
14953
14954 \begin_inset Index
14955 status collapsed
14956
14957 \begin_layout Plain Layout
14958 Tabellen ! farbige
14959 \end_layout
14960
14961 \end_inset
14962
14963
14964 \end_layout
14965
14966 \begin_layout Subsection
14967 Farbige Zellen
14968 \begin_inset Index
14969 status collapsed
14970
14971 \begin_layout Plain Layout
14972 farbige !  Tabellenzellen
14973 \end_layout
14974
14975 \end_inset
14976
14977
14978 \end_layout
14979
14980 \begin_layout Standard
14981 \begin_inset Float table
14982 placement h
14983 wide false
14984 sideways false
14985 status open
14986
14987 \begin_layout Plain Layout
14988 \begin_inset Caption
14989
14990 \begin_layout Plain Layout
14991 \begin_inset CommandInset label
14992 LatexCommand label
14993 name "tab:Farbige-Tabelle-ohne"
14994
14995 \end_inset
14996
14997 Farbige Tabelle, ohne Paket 
14998 \series bold
14999 colortbl
15000 \series default
15001
15002 \begin_inset OptArg
15003 status collapsed
15004
15005 \begin_layout Plain Layout
15006 Tabelle ohne 
15007 \family typewriter
15008 colortbl
15009 \end_layout
15010
15011 \end_inset
15012
15013
15014 \end_layout
15015
15016 \end_inset
15017
15018
15019 \end_layout
15020
15021 \begin_layout Plain Layout
15022 \align center
15023 \begin_inset Tabular
15024 <lyxtabular version="3" rows="3" columns="3">
15025 <features>
15026 <column alignment="center" valignment="top" width="0">
15027 <column alignment="center" valignment="top" width="0">
15028 <column alignment="center" valignment="top" width="0">
15029 <row>
15030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Plain Layout
15034
15035 \color green
15036 a
15037 \end_layout
15038
15039 \end_inset
15040 </cell>
15041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15042 \begin_inset Text
15043
15044 \begin_layout Plain Layout
15045
15046 \color red
15047 b
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15053 \begin_inset Text
15054
15055 \begin_layout Plain Layout
15056
15057 \color red
15058 c
15059 \end_layout
15060
15061 \end_inset
15062 </cell>
15063 </row>
15064 <row>
15065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15066 \begin_inset Text
15067
15068 \begin_layout Plain Layout
15069
15070 \color green
15071 d
15072 \end_layout
15073
15074 \end_inset
15075 </cell>
15076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15077 \begin_inset Text
15078
15079 \begin_layout Plain Layout
15080
15081 \color blue
15082 e
15083 \end_layout
15084
15085 \end_inset
15086 </cell>
15087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15088 \begin_inset Text
15089
15090 \begin_layout Plain Layout
15091
15092 \color blue
15093 f
15094 \end_layout
15095
15096 \end_inset
15097 </cell>
15098 </row>
15099 <row>
15100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15101 \begin_inset Text
15102
15103 \begin_layout Plain Layout
15104
15105 \color green
15106 g
15107 \end_layout
15108
15109 \end_inset
15110 </cell>
15111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15112 \begin_inset Text
15113
15114 \begin_layout Plain Layout
15115
15116 \color blue
15117 h
15118 \end_layout
15119
15120 \end_inset
15121 </cell>
15122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15123 \begin_inset Text
15124
15125 \begin_layout Plain Layout
15126
15127 \color blue
15128 i
15129 \end_layout
15130
15131 \end_inset
15132 </cell>
15133 </row>
15134 </lyxtabular>
15135
15136 \end_inset
15137
15138
15139 \end_layout
15140
15141 \end_inset
15142
15143
15144 \end_layout
15145
15146 \begin_layout Standard
15147 \begin_inset CommandInset label
15148 LatexCommand label
15149 name "Wenn-Sie-nur"
15150
15151 \end_inset
15152
15153 Wenn Sie nur farbigen Text
15154 \begin_inset Index
15155 status collapsed
15156
15157 \begin_layout Plain Layout
15158 Farbe ! für Text
15159 \end_layout
15160
15161 \end_inset
15162
15163  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15164  auf den Werkzeugleistenknopf 
15165 \begin_inset Graphics
15166         filename ../../images/dialog-show_character.png
15167         scale 70
15168         scaleBeforeRotation
15169         BoundingBox 0bp 0bp 20bp 20bp
15170
15171 \end_inset
15172
15173  oder über das Menü 
15174 \family sans
15175 Bearbeiten\SpecialChar \menuseparator
15176 Textstil\SpecialChar \menuseparator
15177 Benutzerdefiniert
15178 \family default
15179  mit dem 
15180 \family sans
15181 Textstil
15182 \family default
15183 -Dialog wie es in Tabelle
15184 \begin_inset space ~
15185 \end_inset
15186
15187
15188 \begin_inset CommandInset ref
15189 LatexCommand ref
15190 reference "tab:Farbige-Tabelle-ohne"
15191
15192 \end_inset
15193
15194  gemacht wurde.
15195  In anderen Fällen müssen Sie das LaTeX-Paket 
15196 \series bold
15197 colortbl
15198 \series default
15199  benutzen.
15200 \begin_inset Index
15201 status collapsed
15202
15203 \begin_layout Plain Layout
15204 LaTeX-Pakete ! colortbl
15205 \end_layout
15206
15207 \end_inset
15208
15209
15210 \end_layout
15211
15212 \begin_layout Standard
15213 \begin_inset ERT
15214 status collapsed
15215
15216 \begin_layout Plain Layout
15217
15218
15219 \backslash
15220 ifcolortbl
15221 \end_layout
15222
15223 \end_inset
15224
15225
15226 \begin_inset Note Note
15227 status open
15228
15229 \begin_layout Plain Layout
15230 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15231 \series bold
15232 colortbl
15233 \series default
15234  installiert ist.
15235 \end_layout
15236
15237 \end_inset
15238
15239
15240 \end_layout
15241
15242 \begin_layout Standard
15243 Um farbige Tabellen zu erzeugen, muss 
15244 \series bold
15245 colortbl
15246 \series default
15247  im LaTeX-Vorspann geladen werden:
15248 \end_layout
15249
15250 \begin_layout Standard
15251
15252 \series bold
15253
15254 \backslash
15255 usepackage{colortbl}
15256 \end_layout
15257
15258 \begin_layout Standard
15259 Die Farbe einer Spalte ändert man dann mit dem Befehl
15260 \end_layout
15261
15262 \begin_layout Standard
15263
15264 \series bold
15265
15266 \backslash
15267 columncolor{Farbname}
15268 \end_layout
15269
15270 \begin_layout Standard
15271 innerhalb des Befehls 
15272 \series bold
15273 >{}
15274 \series default
15275 .
15276  Mehr über den Befehl 
15277 \series bold
15278 >{}
15279 \series default
15280  finden Sie im Abschnitt
15281 \begin_inset space ~
15282 \end_inset
15283
15284
15285 \begin_inset CommandInset ref
15286 LatexCommand ref
15287 reference "uab:Mehrfachspalten-Berechnungen"
15288
15289 \end_inset
15290
15291 .
15292 \end_layout
15293
15294 \begin_layout Standard
15295 Folgende Farbnamen sind vordefiniert:
15296 \end_layout
15297
15298 \begin_layout Standard
15299
15300 \family sans
15301 red
15302 \family default
15303
15304 \family sans
15305 green
15306 \family default
15307
15308 \family sans
15309 yellow
15310 \family default
15311
15312 \family sans
15313 blue
15314 \family default
15315
15316 \family sans
15317 cyan
15318 \family default
15319
15320 \family sans
15321 magenta
15322 \family default
15323
15324 \family sans
15325 black
15326 \family default
15327  und 
15328 \family sans
15329 white
15330 \begin_inset Newline newline
15331 \end_inset
15332
15333 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15334 \family default
15335 und
15336 \family sans
15337  weiß
15338 \family default
15339 ).
15340 \end_layout
15341
15342 \begin_layout Standard
15343 \begin_inset VSpace medskip
15344 \end_inset
15345
15346
15347 \end_layout
15348
15349 \begin_layout Standard
15350 Sie können auch eigene Farben definieren:
15351 \end_layout
15352
15353 \begin_layout Standard
15354
15355 \series bold
15356
15357 \backslash
15358 definecolor{Farbname}{Farbmodell}{Farbwerte}
15359 \end_layout
15360
15361 \begin_layout Standard
15362 Das Farbmodell kann eins der folgenden sein:
15363 \end_layout
15364
15365 \begin_layout Labeling
15366 \labelwidthstring 00.00.0000
15367 cmyk: cyan, magenta, yellow, black
15368 \end_layout
15369
15370 \begin_layout Labeling
15371 \labelwidthstring 00.00.0000
15372 rgb: red, green blue
15373 \end_layout
15374
15375 \begin_layout Labeling
15376 \labelwidthstring 00.00.0000
15377 gray: gray
15378 \end_layout
15379
15380 \begin_layout Standard
15381 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15382  die die entsprechende Farbe für das Farbmodell beschreiben.
15383 \end_layout
15384
15385 \begin_layout Standard
15386 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15387 \emph on
15388
15389 \begin_inset Quotes gld
15390 \end_inset
15391
15392 dunkelgruen
15393 \emph default
15394
15395 \begin_inset Quotes grd
15396 \end_inset
15397
15398  und 
15399 \begin_inset Quotes gld
15400 \end_inset
15401
15402
15403 \emph on
15404 hellgrau
15405 \emph default
15406
15407 \begin_inset Quotes grd
15408 \end_inset
15409
15410  folgendermaßen definieren:
15411 \end_layout
15412
15413 \begin_layout Standard
15414
15415 \series bold
15416
15417 \backslash
15418 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15419 \end_layout
15420
15421 \begin_layout Standard
15422
15423 \series bold
15424
15425 \backslash
15426 definecolor{hellgrau}{gray}{0.8}
15427 \end_layout
15428
15429 \begin_layout Standard
15430 \begin_inset VSpace medskip
15431 \end_inset
15432
15433
15434 \end_layout
15435
15436 \begin_layout Standard
15437 Linien werden mit dem Befehl
15438 \end_layout
15439
15440 \begin_layout Standard
15441
15442 \series bold
15443
15444 \backslash
15445 rowcolor{Farbname}
15446 \end_layout
15447
15448 \begin_layout Standard
15449 gefärbt, Zellen mit dem Befehl
15450 \end_layout
15451
15452 \begin_layout Standard
15453
15454 \series bold
15455
15456 \backslash
15457 cellcolor{Farbname}
15458 \end_layout
15459
15460 \begin_layout Standard
15461 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15462 \end_layout
15463
15464 \begin_layout Standard
15465 Um nur Text zu färben, machen Sie es wie 
15466 \begin_inset CommandInset ref
15467 LatexCommand vpageref
15468 reference "Wenn-Sie-nur"
15469
15470 \end_inset
15471
15472  beschrieben.
15473  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15474 \emph on
15475 markieren Sie nur den Text
15476 \emph default
15477 , sonst werden Sie LaTeX-Fehler erzeugen.
15478 \end_layout
15479
15480 \begin_layout Standard
15481 \begin_inset Note Greyedout
15482 status open
15483
15484 \begin_layout Plain Layout
15485
15486 \series bold
15487 Achtung:
15488 \series default
15489  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15490 \end_layout
15491
15492 \end_inset
15493
15494
15495 \end_layout
15496
15497 \begin_layout Standard
15498 \begin_inset VSpace medskip
15499 \end_inset
15500
15501
15502 \end_layout
15503
15504 \begin_layout Standard
15505 Die Tabelle
15506 \begin_inset space ~
15507 \end_inset
15508
15509
15510 \begin_inset CommandInset ref
15511 LatexCommand ref
15512 reference "tab:Table-colored-using"
15513
15514 \end_inset
15515
15516  wurde folgendermaßen erstellt: die erste Spalte soll 
15517 \emph on
15518
15519 \begin_inset Quotes gld
15520 \end_inset
15521
15522 dunkelgruen
15523 \emph default
15524
15525 \begin_inset Quotes grd
15526 \end_inset
15527
15528  werden, also müssen Sie ins 
15529 \family sans
15530 LaTe
15531 \begin_inset ERT
15532 status collapsed
15533
15534 \begin_layout Plain Layout
15535
15536 {}
15537 \end_layout
15538
15539 \end_inset
15540
15541 X-Argument
15542 \family default
15543  der Zellen der ersten Spalte den Befehl
15544 \end_layout
15545
15546 \begin_layout Standard
15547
15548 \series bold
15549 >{
15550 \backslash
15551 columncolor{dunkelgruen}
15552 \backslash
15553 centering}c
15554 \end_layout
15555
15556 \begin_layout Standard
15557 schreiben.
15558  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15559 \end_layout
15560
15561 \begin_layout Standard
15562
15563 \series bold
15564
15565 \backslash
15566 rowcolow{cyan}
15567 \end_layout
15568
15569 \begin_layout Standard
15570 in die erste Zelle der ersten Zeile eingefügt.
15571  Diese Farbe ersetzt die Spaltenfarbe.
15572  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15573  wird mit folgendem Befehl erreicht:
15574 \end_layout
15575
15576 \begin_layout Standard
15577
15578 \series bold
15579
15580 \backslash
15581 cellcolor{magenta}
15582 \end_layout
15583
15584 \begin_layout Standard
15585 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15586 \family sans
15587 Textstil
15588 \family default
15589 -Dialog.
15590 \end_layout
15591
15592 \begin_layout Standard
15593 \begin_inset Float table
15594 placement h
15595 wide false
15596 sideways false
15597 status open
15598
15599 \begin_layout Plain Layout
15600 \begin_inset Caption
15601
15602 \begin_layout Plain Layout
15603 \begin_inset CommandInset label
15604 LatexCommand label
15605 name "tab:Table-colored-using"
15606
15607 \end_inset
15608
15609 Eine mit dem Paket 
15610 \series bold
15611 colortbl
15612 \series default
15613  gefärbte Tabelle
15614 \begin_inset OptArg
15615 status collapsed
15616
15617 \begin_layout Plain Layout
15618 Tabelle mit 
15619 \family typewriter
15620 colortbl
15621 \end_layout
15622
15623 \end_inset
15624
15625
15626 \end_layout
15627
15628 \end_inset
15629
15630
15631 \end_layout
15632
15633 \begin_layout Plain Layout
15634 \align center
15635 \begin_inset Tabular
15636 <lyxtabular version="3" rows="3" columns="3">
15637 <features>
15638 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15639 <column alignment="center" valignment="top" width="0">
15640 <column alignment="center" valignment="top" width="0">
15641 <row>
15642 <cell alignment="center" valignment="top" usebox="none">
15643 \begin_inset Text
15644
15645 \begin_layout Plain Layout
15646 \begin_inset ERT
15647 status collapsed
15648
15649 \begin_layout Plain Layout
15650
15651
15652 \backslash
15653 rowcolor{cyan}
15654 \end_layout
15655
15656 \end_inset
15657
15658
15659 \color magenta
15660 a
15661 \end_layout
15662
15663 \end_inset
15664 </cell>
15665 <cell alignment="center" valignment="top" usebox="none">
15666 \begin_inset Text
15667
15668 \begin_layout Plain Layout
15669
15670 \color red
15671 b
15672 \end_layout
15673
15674 \end_inset
15675 </cell>
15676 <cell alignment="center" valignment="top" usebox="none">
15677 \begin_inset Text
15678
15679 \begin_layout Plain Layout
15680
15681 \color red
15682 c
15683 \end_layout
15684
15685 \end_inset
15686 </cell>
15687 </row>
15688 <row>
15689 <cell alignment="center" valignment="top" usebox="none">
15690 \begin_inset Text
15691
15692 \begin_layout Plain Layout
15693
15694 \color yellow
15695 d
15696 \end_layout
15697
15698 \end_inset
15699 </cell>
15700 <cell alignment="center" valignment="top" usebox="none">
15701 \begin_inset Text
15702
15703 \begin_layout Plain Layout
15704
15705 \color blue
15706 e
15707 \end_layout
15708
15709 \end_inset
15710 </cell>
15711 <cell alignment="center" valignment="top" usebox="none">
15712 \begin_inset Text
15713
15714 \begin_layout Plain Layout
15715
15716 \color blue
15717 f
15718 \end_layout
15719
15720 \end_inset
15721 </cell>
15722 </row>
15723 <row>
15724 <cell alignment="center" valignment="top" usebox="none">
15725 \begin_inset Text
15726
15727 \begin_layout Plain Layout
15728
15729 \color yellow
15730 g
15731 \end_layout
15732
15733 \end_inset
15734 </cell>
15735 <cell alignment="center" valignment="top" usebox="none">
15736 \begin_inset Text
15737
15738 \begin_layout Plain Layout
15739
15740 \color blue
15741 h
15742 \end_layout
15743
15744 \end_inset
15745 </cell>
15746 <cell alignment="center" valignment="top" usebox="none">
15747 \begin_inset Text
15748
15749 \begin_layout Plain Layout
15750 \begin_inset ERT
15751 status collapsed
15752
15753 \begin_layout Plain Layout
15754
15755
15756 \backslash
15757 cellcolor{magenta}
15758 \end_layout
15759
15760 \end_inset
15761
15762
15763 \color green
15764 i
15765 \end_layout
15766
15767 \end_inset
15768 </cell>
15769 </row>
15770 </lyxtabular>
15771
15772 \end_inset
15773
15774
15775 \end_layout
15776
15777 \end_inset
15778
15779
15780 \end_layout
15781
15782 \begin_layout Standard
15783 \begin_inset ERT
15784 status collapsed
15785
15786 \begin_layout Plain Layout
15787
15788
15789 \backslash
15790 else
15791 \end_layout
15792
15793 \end_inset
15794
15795
15796 \begin_inset Note Note
15797 status open
15798
15799 \begin_layout Plain Layout
15800 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15801 \series bold
15802 colortbl
15803 \series default
15804  nicht installiert ist:
15805 \end_layout
15806
15807 \end_inset
15808
15809
15810 \end_layout
15811
15812 \begin_layout Standard
15813 Sie müssen das LaTeX-Paket 
15814 \series bold
15815 colortbl
15816 \series default
15817  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15818 \end_layout
15819
15820 \begin_layout Standard
15821 \begin_inset ERT
15822 status collapsed
15823
15824 \begin_layout Plain Layout
15825
15826
15827 \backslash
15828 fi
15829 \end_layout
15830
15831 \end_inset
15832
15833
15834 \end_layout
15835
15836 \begin_layout Subsection
15837 Farbige Linien
15838 \begin_inset Index
15839 status collapsed
15840
15841 \begin_layout Plain Layout
15842 farbige !  Tabellenlinien
15843 \end_layout
15844
15845 \end_inset
15846
15847
15848 \end_layout
15849
15850 \begin_layout Standard
15851 Wie in Abschnitt
15852 \begin_inset space ~
15853 \end_inset
15854
15855
15856 \begin_inset CommandInset ref
15857 LatexCommand ref
15858 reference "uab:Liniendicke"
15859
15860 \end_inset
15861
15862  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
15863 \series bold
15864
15865 \backslash
15866 arrayrulewidth
15867 \series default
15868  definiert werden.
15869  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15870 \begin_inset space \thinspace{}
15871 \end_inset
15872
15873 pt gesetzt.
15874 \begin_inset ERT
15875 status collapsed
15876
15877 \begin_layout Plain Layout
15878
15879
15880 \backslash
15881 setlength{
15882 \backslash
15883 arrayrulewidth}{1.5pt}
15884 \end_layout
15885
15886 \end_inset
15887
15888
15889 \end_layout
15890
15891 \begin_layout Standard
15892 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15893 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15894 \begin_inset space ~
15895 \end_inset
15896
15897
15898 \begin_inset CommandInset ref
15899 LatexCommand ref
15900 reference "uab:Angepasste-Zellen-/Spaltenformate"
15901
15902 \end_inset
15903
15904  definiert:
15905 \end_layout
15906
15907 \begin_layout Standard
15908
15909 \series bold
15910
15911 \backslash
15912 newcolumntype{W}{!{
15913 \backslash
15914 color{green}
15915 \backslash
15916 vline}}
15917 \end_layout
15918
15919 \begin_layout Standard
15920 In Tabelle
15921 \begin_inset space ~
15922 \end_inset
15923
15924
15925 \begin_inset CommandInset ref
15926 LatexCommand ref
15927 reference "tab:Tabelle-mit-farbigen-vert"
15928
15929 \end_inset
15930
15931  wurde das LaTeX-Argument 
15932 \series bold
15933 WcW
15934 \series default
15935  für die letzte und 
15936 \series bold
15937 Wc
15938 \series default
15939  für die anderen Spalten benutzt.
15940 \end_layout
15941
15942 \begin_layout Standard
15943 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15944 \end_layout
15945
15946 \begin_layout Standard
15947 \begin_inset Float table
15948 placement h
15949 wide false
15950 sideways false
15951 status open
15952
15953 \begin_layout Plain Layout
15954 \begin_inset Caption
15955
15956 \begin_layout Plain Layout
15957 \begin_inset CommandInset label
15958 LatexCommand label
15959 name "tab:Tabelle-mit-farbigen-vert"
15960
15961 \end_inset
15962
15963 Tabelle mit farbigen vertikalen Linien
15964 \end_layout
15965
15966 \end_inset
15967
15968
15969 \end_layout
15970
15971 \begin_layout Plain Layout
15972 \align center
15973 \begin_inset Tabular
15974 <lyxtabular version="3" rows="3" columns="3">
15975 <features>
15976 <column alignment="center" valignment="top" width="0" special="Wc">
15977 <column alignment="center" valignment="top" width="0" special="Wc">
15978 <column alignment="center" valignment="top" width="0" special="WcW">
15979 <row>
15980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15981 \begin_inset Text
15982
15983 \begin_layout Plain Layout
15984 sd
15985 \end_layout
15986
15987 \end_inset
15988 </cell>
15989 <cell alignment="center" valignment="top" topline="true" usebox="none">
15990 \begin_inset Text
15991
15992 \begin_layout Plain Layout
15993
15994 \end_layout
15995
15996 \end_inset
15997 </cell>
15998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15999 \begin_inset Text
16000
16001 \begin_layout Plain Layout
16002
16003 \end_layout
16004
16005 \end_inset
16006 </cell>
16007 </row>
16008 <row>
16009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16010 \begin_inset Text
16011
16012 \begin_layout Plain Layout
16013
16014 \end_layout
16015
16016 \end_inset
16017 </cell>
16018 <cell alignment="center" valignment="top" topline="true" usebox="none">
16019 \begin_inset Text
16020
16021 \begin_layout Plain Layout
16022 sd
16023 \end_layout
16024
16025 \end_inset
16026 </cell>
16027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16028 \begin_inset Text
16029
16030 \begin_layout Plain Layout
16031
16032 \end_layout
16033
16034 \end_inset
16035 </cell>
16036 </row>
16037 <row>
16038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16039 \begin_inset Text
16040
16041 \begin_layout Plain Layout
16042
16043 \end_layout
16044
16045 \end_inset
16046 </cell>
16047 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16048 \begin_inset Text
16049
16050 \begin_layout Plain Layout
16051
16052 \end_layout
16053
16054 \end_inset
16055 </cell>
16056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16057 \begin_inset Text
16058
16059 \begin_layout Plain Layout
16060 sd
16061 \end_layout
16062
16063 \end_inset
16064 </cell>
16065 </row>
16066 </lyxtabular>
16067
16068 \end_inset
16069
16070
16071 \end_layout
16072
16073 \end_inset
16074
16075
16076 \end_layout
16077
16078 \begin_layout Standard
16079 \begin_inset VSpace bigskip
16080 \end_inset
16081
16082 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
16083 \begin_inset space ~
16084 \end_inset
16085
16086
16087 \begin_inset CommandInset ref
16088 LatexCommand ref
16089 reference "tab:Tabelle-mit-farbigen-horiz"
16090
16091 \end_inset
16092
16093 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
16094  einfügen:
16095 \end_layout
16096
16097 \begin_layout Standard
16098
16099 \series bold
16100
16101 \backslash
16102 let
16103 \backslash
16104 myHlineC
16105 \backslash
16106 hline
16107 \begin_inset Newline newline
16108 \end_inset
16109
16110
16111 \backslash
16112 renewcommand{
16113 \backslash
16114 hline}
16115 \begin_inset Newline newline
16116 \end_inset
16117
16118
16119 \begin_inset ERT
16120 status collapsed
16121
16122 \begin_layout Plain Layout
16123
16124
16125 \backslash
16126 hphantom{ }
16127 \end_layout
16128
16129 \end_inset
16130
16131 {
16132 \backslash
16133 arrayrulecolor{red}
16134 \backslash
16135 myHlineC
16136 \backslash
16137 arrayrulecolor{black}}
16138 \end_layout
16139
16140 \begin_layout Standard
16141 \begin_inset ERT
16142 status collapsed
16143
16144 \begin_layout Plain Layout
16145
16146
16147 \backslash
16148 let
16149 \backslash
16150 myHlineC
16151 \backslash
16152 hline
16153 \end_layout
16154
16155 \begin_layout Plain Layout
16156
16157
16158 \backslash
16159 renewcommand{
16160 \backslash
16161 hline}
16162 \end_layout
16163
16164 \begin_layout Plain Layout
16165
16166  {
16167 \backslash
16168 arrayrulecolor{red}
16169 \backslash
16170 myHlineC
16171 \backslash
16172 arrayrulecolor{black}}
16173 \end_layout
16174
16175 \end_inset
16176
16177
16178 \begin_inset Float table
16179 placement h
16180 wide false
16181 sideways false
16182 status open
16183
16184 \begin_layout Plain Layout
16185 \begin_inset Caption
16186
16187 \begin_layout Plain Layout
16188 \begin_inset CommandInset label
16189 LatexCommand label
16190 name "tab:Tabelle-mit-farbigen-horiz"
16191
16192 \end_inset
16193
16194 Tabelle mit farbigen horizontalen Linien
16195 \end_layout
16196
16197 \end_inset
16198
16199
16200 \end_layout
16201
16202 \begin_layout Plain Layout
16203 \align center
16204 \begin_inset Tabular
16205 <lyxtabular version="3" rows="3" columns="3">
16206 <features>
16207 <column alignment="center" valignment="top" width="0">
16208 <column alignment="center" valignment="top" width="0">
16209 <column alignment="center" valignment="top" width="0">
16210 <row>
16211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16212 \begin_inset Text
16213
16214 \begin_layout Plain Layout
16215 sd
16216 \end_layout
16217
16218 \end_inset
16219 </cell>
16220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Plain Layout
16224
16225 \end_layout
16226
16227 \end_inset
16228 </cell>
16229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16230 \begin_inset Text
16231
16232 \begin_layout Plain Layout
16233
16234 \end_layout
16235
16236 \end_inset
16237 </cell>
16238 </row>
16239 <row>
16240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16241 \begin_inset Text
16242
16243 \begin_layout Plain Layout
16244
16245 \end_layout
16246
16247 \end_inset
16248 </cell>
16249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16250 \begin_inset Text
16251
16252 \begin_layout Plain Layout
16253 sd
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16259 \begin_inset Text
16260
16261 \begin_layout Plain Layout
16262
16263 \end_layout
16264
16265 \end_inset
16266 </cell>
16267 </row>
16268 <row>
16269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16270 \begin_inset Text
16271
16272 \begin_layout Plain Layout
16273
16274 \end_layout
16275
16276 \end_inset
16277 </cell>
16278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16279 \begin_inset Text
16280
16281 \begin_layout Plain Layout
16282
16283 \end_layout
16284
16285 \end_inset
16286 </cell>
16287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16288 \begin_inset Text
16289
16290 \begin_layout Plain Layout
16291 sd
16292 \end_layout
16293
16294 \end_inset
16295 </cell>
16296 </row>
16297 </lyxtabular>
16298
16299 \end_inset
16300
16301
16302 \end_layout
16303
16304 \end_inset
16305
16306
16307 \end_layout
16308
16309 \begin_layout Standard
16310 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16311  als TeX-Code hinter der Tabelle einfügen:
16312 \end_layout
16313
16314 \begin_layout Standard
16315
16316 \series bold
16317
16318 \backslash
16319 renewcommand{
16320 \backslash
16321 hline}{
16322 \backslash
16323 myHlineC}
16324 \end_layout
16325
16326 \begin_layout Standard
16327 Tabelle
16328 \begin_inset space ~
16329 \end_inset
16330
16331
16332 \begin_inset CommandInset ref
16333 LatexCommand ref
16334 reference "tab:Table-with-colored"
16335
16336 \end_inset
16337
16338  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16339 \end_layout
16340
16341 \begin_layout Standard
16342 \begin_inset Float table
16343 placement h
16344 wide false
16345 sideways false
16346 status open
16347
16348 \begin_layout Plain Layout
16349 \begin_inset Caption
16350
16351 \begin_layout Plain Layout
16352 \begin_inset CommandInset label
16353 LatexCommand label
16354 name "tab:Table-with-colored"
16355
16356 \end_inset
16357
16358 Tabelle mit farbigen Linien
16359 \end_layout
16360
16361 \end_inset
16362
16363
16364 \end_layout
16365
16366 \begin_layout Plain Layout
16367 \align center
16368 \begin_inset Tabular
16369 <lyxtabular version="3" rows="3" columns="3">
16370 <features>
16371 <column alignment="center" valignment="top" width="0" special="Wc">
16372 <column alignment="center" valignment="top" width="0" special="Wc">
16373 <column alignment="center" valignment="top" width="0" special="WcW">
16374 <row>
16375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16376 \begin_inset Text
16377
16378 \begin_layout Plain Layout
16379 sd
16380 \end_layout
16381
16382 \end_inset
16383 </cell>
16384 <cell alignment="center" valignment="top" topline="true" usebox="none">
16385 \begin_inset Text
16386
16387 \begin_layout Plain Layout
16388
16389 \end_layout
16390
16391 \end_inset
16392 </cell>
16393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16394 \begin_inset Text
16395
16396 \begin_layout Plain Layout
16397
16398 \end_layout
16399
16400 \end_inset
16401 </cell>
16402 </row>
16403 <row>
16404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16405 \begin_inset Text
16406
16407 \begin_layout Plain Layout
16408
16409 \end_layout
16410
16411 \end_inset
16412 </cell>
16413 <cell alignment="center" valignment="top" topline="true" usebox="none">
16414 \begin_inset Text
16415
16416 \begin_layout Plain Layout
16417 sd
16418 \end_layout
16419
16420 \end_inset
16421 </cell>
16422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16423 \begin_inset Text
16424
16425 \begin_layout Plain Layout
16426
16427 \end_layout
16428
16429 \end_inset
16430 </cell>
16431 </row>
16432 <row topspace="default">
16433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16434 \begin_inset Text
16435
16436 \begin_layout Plain Layout
16437
16438 \end_layout
16439
16440 \end_inset
16441 </cell>
16442 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16443 \begin_inset Text
16444
16445 \begin_layout Plain Layout
16446
16447 \end_layout
16448
16449 \end_inset
16450 </cell>
16451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16452 \begin_inset Text
16453
16454 \begin_layout Plain Layout
16455 sd
16456 \end_layout
16457
16458 \end_inset
16459 </cell>
16460 </row>
16461 </lyxtabular>
16462
16463 \end_inset
16464
16465
16466 \end_layout
16467
16468 \end_inset
16469
16470
16471 \end_layout
16472
16473 \begin_layout Standard
16474 \begin_inset ERT
16475 status collapsed
16476
16477 \begin_layout Plain Layout
16478
16479
16480 \backslash
16481 renewcommand{
16482 \backslash
16483 hline}{
16484 \backslash
16485 myHlineC}
16486 \end_layout
16487
16488 \end_inset
16489
16490
16491 \end_layout
16492
16493 \begin_layout Standard
16494 \begin_inset ERT
16495 status collapsed
16496
16497 \begin_layout Plain Layout
16498
16499
16500 \backslash
16501 setlength{
16502 \backslash
16503 arrayrulewidth}{0.4pt}
16504 \end_layout
16505
16506 \end_inset
16507
16508
16509 \begin_inset Note Note
16510 status collapsed
16511
16512 \begin_layout Plain Layout
16513 setzt die Liniendicke wieder auf ihren Standardwert zurück
16514 \end_layout
16515
16516 \end_inset
16517
16518
16519 \end_layout
16520
16521 \begin_layout Section
16522 Tabellen-Anpassung
16523 \begin_inset Index
16524 status collapsed
16525
16526 \begin_layout Plain Layout
16527 Tabellen ! Anpassung
16528 \end_layout
16529
16530 \end_inset
16531
16532
16533 \end_layout
16534
16535 \begin_layout Subsection
16536 Zeilenabstand
16537 \begin_inset CommandInset label
16538 LatexCommand label
16539 name "uab:Zeilenabstand"
16540
16541 \end_inset
16542
16543
16544 \begin_inset Index
16545 status collapsed
16546
16547 \begin_layout Plain Layout
16548 Tabellen ! Zeilenabstand
16549 \end_layout
16550
16551 \end_inset
16552
16553
16554 \end_layout
16555
16556 \begin_layout Standard
16557 Auf der Karteikarte 
16558 \family sans
16559 Rahmen
16560 \family default
16561  des 
16562 \family sans
16563 Tabellen-Einstellungen
16564 \family default
16565 -Dialogs können Sie 
16566 \family sans
16567 zusätzliche
16568 \begin_inset space ~
16569 \end_inset
16570
16571 Abstände
16572 \family default
16573  einfügen.
16574  Dabei haben Sie drei Möglichkeiten:
16575 \end_layout
16576
16577 \begin_layout Description
16578 Oberhalb
16579 \begin_inset space ~
16580 \end_inset
16581
16582 der
16583 \begin_inset space ~
16584 \end_inset
16585
16586 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16587  Bei einer formalen Tabelle
16588 \begin_inset Foot
16589 status collapsed
16590
16591 \begin_layout Plain Layout
16592 Formale Tabellen wurden in Abschnitt
16593 \begin_inset space ~
16594 \end_inset
16595
16596
16597 \begin_inset CommandInset ref
16598 LatexCommand ref
16599 reference "abs:Formale-Tabellen"
16600
16601 \end_inset
16602
16603  beschrieben.
16604 \end_layout
16605
16606 \end_inset
16607
16608  fügt LyX standardmäßig 0.5
16609 \begin_inset space \thinspace{}
16610 \end_inset
16611
16612 em Leerraum ein.
16613  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16614 \begin_inset VSpace medskip
16615 \end_inset
16616
16617
16618 \begin_inset Newline newline
16619 \end_inset
16620
16621
16622 \begin_inset space \hspace*{}
16623 \length 0pt
16624 \end_inset
16625
16626
16627 \begin_inset space \hfill{}
16628 \end_inset
16629
16630
16631 \begin_inset Tabular
16632 <lyxtabular version="3" rows="3" columns="1">
16633 <features>
16634 <column alignment="center" valignment="top" width="0">
16635 <row>
16636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16637 \begin_inset Text
16638
16639 \begin_layout Plain Layout
16640 A
16641 \end_layout
16642
16643 \end_inset
16644 </cell>
16645 </row>
16646 <row topspace="3mm">
16647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16648 \begin_inset Text
16649
16650 \begin_layout Plain Layout
16651 3
16652 \begin_inset space \thinspace{}
16653 \end_inset
16654
16655 mm Leerraum oberhalb der Zeile
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 </row>
16661 <row>
16662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666 C
16667 \end_layout
16668
16669 \end_inset
16670 </cell>
16671 </row>
16672 </lyxtabular>
16673
16674 \end_inset
16675
16676
16677 \begin_inset space \hfill{}
16678 \end_inset
16679
16680
16681 \begin_inset space \hspace*{}
16682 \length 0pt
16683 \end_inset
16684
16685
16686 \begin_inset VSpace medskip
16687 \end_inset
16688
16689
16690 \begin_inset Newline newline
16691 \end_inset
16692
16693 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16694 n Linien verwenden.
16695 \end_layout
16696
16697 \begin_layout Description
16698 Unterhalb
16699 \begin_inset space ~
16700 \end_inset
16701
16702 der
16703 \begin_inset space ~
16704 \end_inset
16705
16706 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16707  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16708 \begin_inset space \thinspace{}
16709 \end_inset
16710
16711 em Leerraum ein.
16712  Bei normalen Tabellen ist der Standardwert 2
16713 \begin_inset space \thinspace{}
16714 \end_inset
16715
16716 pt.
16717 \end_layout
16718
16719 \begin_layout Description
16720 Zwischen
16721 \begin_inset space ~
16722 \end_inset
16723
16724 den
16725 \begin_inset space ~
16726 \end_inset
16727
16728 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16729  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16730 \begin_inset space \thinspace{}
16731 \end_inset
16732
16733 em Leerraum ein.
16734  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16735 \begin_inset VSpace medskip
16736 \end_inset
16737
16738
16739 \begin_inset Newline newline
16740 \end_inset
16741
16742
16743 \begin_inset space \hspace*{}
16744 \length 0pt
16745 \end_inset
16746
16747
16748 \begin_inset space \hfill{}
16749 \end_inset
16750
16751
16752 \begin_inset Tabular
16753 <lyxtabular version="3" rows="3" columns="1">
16754 <features>
16755 <column alignment="center" valignment="top" width="0">
16756 <row>
16757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761 A
16762 \end_layout
16763
16764 \end_inset
16765 </cell>
16766 </row>
16767 <row interlinespace="3mm">
16768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16769 \begin_inset Text
16770
16771 \begin_layout Plain Layout
16772 \begin_inset Formula $\downarrow$
16773 \end_inset
16774
16775  3
16776 \begin_inset space \thinspace{}
16777 \end_inset
16778
16779 mm Leerraum zwischen den Zeilen 
16780 \begin_inset Formula $\downarrow$
16781 \end_inset
16782
16783
16784 \end_layout
16785
16786 \end_inset
16787 </cell>
16788 </row>
16789 <row>
16790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16791 \begin_inset Text
16792
16793 \begin_layout Plain Layout
16794 \begin_inset Formula $\uparrow$
16795 \end_inset
16796
16797  3
16798 \begin_inset space \thinspace{}
16799 \end_inset
16800
16801 mm Leerraum zwischen den Zeilen 
16802 \begin_inset Formula $\uparrow$
16803 \end_inset
16804
16805
16806 \end_layout
16807
16808 \end_inset
16809 </cell>
16810 </row>
16811 </lyxtabular>
16812
16813 \end_inset
16814
16815
16816 \begin_inset space \hfill{}
16817 \end_inset
16818
16819
16820 \begin_inset space \hspace*{}
16821 \length 0pt
16822 \end_inset
16823
16824
16825 \begin_inset VSpace medskip
16826 \end_inset
16827
16828
16829 \begin_inset Newline newline
16830 \end_inset
16831
16832 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16833 n Linien verwenden.
16834 \end_layout
16835
16836 \begin_layout Standard
16837 \begin_inset VSpace bigskip
16838 \end_inset
16839
16840 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16841  Befehlen im LaTeX-Vorspann machen:
16842 \end_layout
16843
16844 \begin_layout Standard
16845
16846 \series bold
16847
16848 \backslash
16849 @ifundefined{extrarowheight}
16850 \begin_inset Newline newline
16851 \end_inset
16852
16853
16854 \begin_inset ERT
16855 status collapsed
16856
16857 \begin_layout Plain Layout
16858
16859
16860 \backslash
16861 hphantom{ }
16862 \end_layout
16863
16864 \end_inset
16865
16866 {
16867 \backslash
16868 usepackage{array}}{}
16869 \begin_inset Newline newline
16870 \end_inset
16871
16872
16873 \backslash
16874 setlength{
16875 \backslash
16876 extrarowheight}{Höhe}
16877 \end_layout
16878
16879 \begin_layout Standard
16880 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16881  ausgerichtet sind.
16882  (Das Paket 
16883 \series bold
16884 array
16885 \series default
16886  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
16887  verwenden.
16888  Der Befehl 
16889 \series bold
16890
16891 \backslash
16892 @ifundefined
16893 \series default
16894  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16895 \end_layout
16896
16897 \begin_layout Subsection
16898 Besondere Zellenausrichtung
16899 \begin_inset Index
16900 status collapsed
16901
16902 \begin_layout Plain Layout
16903 Tabellen ! Zellenausrichtung
16904 \end_layout
16905
16906 \end_inset
16907
16908
16909 \end_layout
16910
16911 \begin_layout Standard
16912 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
16913  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
16914 \begin_inset space ~
16915 \end_inset
16916
16917
16918 \begin_inset CommandInset ref
16919 LatexCommand ref
16920 reference "tab:Tabellenzellen-sind-auf"
16921
16922 \end_inset
16923
16924 .
16925 \end_layout
16926
16927 \begin_layout Standard
16928 \begin_inset Float table
16929 placement h
16930 wide false
16931 sideways false
16932 status open
16933
16934 \begin_layout Plain Layout
16935 \begin_inset Caption
16936
16937 \begin_layout Plain Layout
16938 \begin_inset CommandInset label
16939 LatexCommand label
16940 name "tab:Tabellenzellen-sind-auf"
16941
16942 \end_inset
16943
16944 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
16945 \end_layout
16946
16947 \end_inset
16948
16949
16950 \end_layout
16951
16952 \begin_layout Plain Layout
16953 \align center
16954 \begin_inset Tabular
16955 <lyxtabular version="3" rows="4" columns="2">
16956 <features>
16957 <column alignment="right" valignment="top" width="0">
16958 <column alignment="left" valignment="top" width="0" special="@{}l">
16959 <row>
16960 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Plain Layout
16964 Überschrift
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16970 \begin_inset Text
16971
16972 \begin_layout Plain Layout
16973
16974 \end_layout
16975
16976 \end_inset
16977 </cell>
16978 </row>
16979 <row>
16980 <cell alignment="center" valignment="top" usebox="none">
16981 \begin_inset Text
16982
16983 \begin_layout Plain Layout
16984 12.
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 <cell alignment="center" valignment="top" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993 6
16994 \end_layout
16995
16996 \end_inset
16997 </cell>
16998 </row>
16999 <row>
17000 <cell alignment="center" valignment="top" usebox="none">
17001 \begin_inset Text
17002
17003 \begin_layout Plain Layout
17004 0.
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 <cell alignment="center" valignment="top" usebox="none">
17010 \begin_inset Text
17011
17012 \begin_layout Plain Layout
17013 68
17014 \end_layout
17015
17016 \end_inset
17017 </cell>
17018 </row>
17019 <row>
17020 <cell alignment="center" valignment="top" usebox="none">
17021 \begin_inset Text
17022
17023 \begin_layout Plain Layout
17024 -123.
17025 \end_layout
17026
17027 \end_inset
17028 </cell>
17029 <cell alignment="center" valignment="top" usebox="none">
17030 \begin_inset Text
17031
17032 \begin_layout Plain Layout
17033 0
17034 \end_layout
17035
17036 \end_inset
17037 </cell>
17038 </row>
17039 </lyxtabular>
17040
17041 \end_inset
17042
17043
17044 \end_layout
17045
17046 \end_inset
17047
17048
17049 \end_layout
17050
17051 \begin_layout Standard
17052 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17053  Die Überschrift ist eine zentrierte Mehrfachspalte.
17054  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17055  der Zahlen einschließlich Dezimalpunkt.
17056  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17057  der Zahlen.
17058   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17059 \family sans
17060 LaTe
17061 \begin_inset ERT
17062 status collapsed
17063
17064 \begin_layout Plain Layout
17065
17066 {}
17067 \end_layout
17068
17069 \end_inset
17070
17071 X-Argument
17072 \family default
17073  für die zweite Spalte folgendes eingefügt:
17074 \end_layout
17075
17076 \begin_layout Standard
17077
17078 \series bold
17079 @{}l
17080 \end_layout
17081
17082 \begin_layout Standard
17083 Tabelle
17084 \begin_inset space ~
17085 \end_inset
17086
17087
17088 \begin_inset CommandInset ref
17089 LatexCommand ref
17090 reference "tab:Verschiedene-Ausrichtungen"
17091
17092 \end_inset
17093
17094  zeigt einige Ausrichtungen.
17095  Für die Ausrichtung der Relationen müssen Sie den 
17096 \family sans
17097 Mittleren
17098 \begin_inset space ~
17099 \end_inset
17100
17101 Abstand
17102 \family default
17103  aus der 
17104 \family sans
17105 Mathe-Werkzeugleiste
17106 \family default
17107  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17108  rechts vom Relationszeichen zu bekommen.
17109 \end_layout
17110
17111 \begin_layout Standard
17112
17113 \color black
17114 \begin_inset Float table
17115 placement h
17116 wide false
17117 sideways false
17118 status open
17119
17120 \begin_layout Plain Layout
17121
17122 \color black
17123 \begin_inset Caption
17124
17125 \begin_layout Plain Layout
17126
17127 \color black
17128 \begin_inset CommandInset label
17129 LatexCommand label
17130 name "tab:Verschiedene-Ausrichtungen"
17131
17132 \end_inset
17133
17134
17135 \color inherit
17136 Verschiedene Ausrichtungen
17137 \end_layout
17138
17139 \end_inset
17140
17141
17142 \end_layout
17143
17144 \begin_layout Plain Layout
17145 \align center
17146 \begin_inset Tabular
17147 <lyxtabular version="3" rows="4" columns="6">
17148 <features>
17149 <column alignment="right" valignment="top" width="0">
17150 <column alignment="left" valignment="top" width="0" special="@{}l">
17151 <column alignment="right" valignment="top" width="0">
17152 <column alignment="left" valignment="top" width="0" special="@{}l">
17153 <column alignment="right" valignment="top" width="0">
17154 <column alignment="left" valignment="top" width="0" special="@{}l">
17155 <row>
17156 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160 Einheiten
17161 \end_layout
17162
17163 \end_inset
17164 </cell>
17165 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17166 \begin_inset Text
17167
17168 \begin_layout Plain Layout
17169
17170 \end_layout
17171
17172 \end_inset
17173 </cell>
17174 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17175 \begin_inset Text
17176
17177 \begin_layout Plain Layout
17178 Exponenten
17179 \end_layout
17180
17181 \end_inset
17182 </cell>
17183 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17184 \begin_inset Text
17185
17186 \begin_layout Plain Layout
17187
17188 \end_layout
17189
17190 \end_inset
17191 </cell>
17192 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17193 \begin_inset Text
17194
17195 \begin_layout Plain Layout
17196 Relationen
17197 \end_layout
17198
17199 \end_inset
17200 </cell>
17201 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17202 \begin_inset Text
17203
17204 \begin_layout Plain Layout
17205
17206 \end_layout
17207
17208 \end_inset
17209 </cell>
17210 </row>
17211 <row>
17212 <cell alignment="center" valignment="top" usebox="none">
17213 \begin_inset Text
17214
17215 \begin_layout Plain Layout
17216 12×
17217 \end_layout
17218
17219 \end_inset
17220 </cell>
17221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17222 \begin_inset Text
17223
17224 \begin_layout Plain Layout
17225 24
17226 \begin_inset space \thinspace{}
17227 \end_inset
17228
17229 Flaschen
17230 \end_layout
17231
17232 \end_inset
17233 </cell>
17234 <cell alignment="center" valignment="top" usebox="none">
17235 \begin_inset Text
17236
17237 \begin_layout Plain Layout
17238 \begin_inset Formula $10\cdot$
17239 \end_inset
17240
17241
17242 \end_layout
17243
17244 \end_inset
17245 </cell>
17246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17247 \begin_inset Text
17248
17249 \begin_layout Plain Layout
17250 \begin_inset Formula $10^{\mbox{-}17}$
17251 \end_inset
17252
17253
17254 \end_layout
17255
17256 \end_inset
17257 </cell>
17258 <cell alignment="center" valignment="top" usebox="none">
17259 \begin_inset Text
17260
17261 \begin_layout Plain Layout
17262 \begin_inset Formula $\Gamma(t)\propto$
17263 \end_inset
17264
17265
17266 \end_layout
17267
17268 \end_inset
17269 </cell>
17270 <cell alignment="center" valignment="top" usebox="none">
17271 \begin_inset Text
17272
17273 \begin_layout Plain Layout
17274 \begin_inset Formula $\:\Upsilon(t)$
17275 \end_inset
17276
17277
17278 \end_layout
17279
17280 \end_inset
17281 </cell>
17282 </row>
17283 <row>
17284 <cell alignment="center" valignment="top" usebox="none">
17285 \begin_inset Text
17286
17287 \begin_layout Plain Layout
17288 1024×
17289 \end_layout
17290
17291 \end_inset
17292 </cell>
17293 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17294 \begin_inset Text
17295
17296 \begin_layout Plain Layout
17297 768
17298 \begin_inset space \thinspace{}
17299 \end_inset
17300
17301 Pixel
17302 \end_layout
17303
17304 \end_inset
17305 </cell>
17306 <cell alignment="center" valignment="top" usebox="none">
17307 \begin_inset Text
17308
17309 \begin_layout Plain Layout
17310 \begin_inset Formula $5.78\cdot$
17311 \end_inset
17312
17313
17314 \end_layout
17315
17316 \end_inset
17317 </cell>
17318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17319 \begin_inset Text
17320
17321 \begin_layout Plain Layout
17322 \begin_inset Formula $10^{7}$
17323 \end_inset
17324
17325
17326 \end_layout
17327
17328 \end_inset
17329 </cell>
17330 <cell alignment="center" valignment="top" usebox="none">
17331 \begin_inset Text
17332
17333 \begin_layout Plain Layout
17334 \begin_inset Formula $A\ne$
17335 \end_inset
17336
17337
17338 \end_layout
17339
17340 \end_inset
17341 </cell>
17342 <cell alignment="center" valignment="top" usebox="none">
17343 \begin_inset Text
17344
17345 \begin_layout Plain Layout
17346 \begin_inset Formula $\: B_{\mathrm{red}}$
17347 \end_inset
17348
17349
17350 \end_layout
17351
17352 \end_inset
17353 </cell>
17354 </row>
17355 <row>
17356 <cell alignment="center" valignment="top" usebox="none">
17357 \begin_inset Text
17358
17359 \begin_layout Plain Layout
17360 32×
17361 \end_layout
17362
17363 \end_inset
17364 </cell>
17365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17366 \begin_inset Text
17367
17368 \begin_layout Plain Layout
17369 6
17370 \begin_inset space \thinspace{}
17371 \end_inset
17372
17373 cm
17374 \end_layout
17375
17376 \end_inset
17377 </cell>
17378 <cell alignment="center" valignment="top" usebox="none">
17379 \begin_inset Text
17380
17381 \begin_layout Plain Layout
17382 -
17383 \begin_inset Formula $33.5\cdot$
17384 \end_inset
17385
17386
17387 \end_layout
17388
17389 \end_inset
17390 </cell>
17391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17392 \begin_inset Text
17393
17394 \begin_layout Plain Layout
17395 \begin_inset Formula $10^{4}$
17396 \end_inset
17397
17398
17399 \end_layout
17400
17401 \end_inset
17402 </cell>
17403 <cell alignment="center" valignment="top" usebox="none">
17404 \begin_inset Text
17405
17406 \begin_layout Plain Layout
17407 \begin_inset Formula $\sin(\alpha)\ge$
17408 \end_inset
17409
17410
17411 \end_layout
17412
17413 \end_inset
17414 </cell>
17415 <cell alignment="center" valignment="top" usebox="none">
17416 \begin_inset Text
17417
17418 \begin_layout Plain Layout
17419 \begin_inset Formula $\:\sin(\beta)$
17420 \end_inset
17421
17422
17423 \end_layout
17424
17425 \end_inset
17426 </cell>
17427 </row>
17428 </lyxtabular>
17429
17430 \end_inset
17431
17432
17433 \end_layout
17434
17435 \end_inset
17436
17437
17438 \end_layout
17439
17440 \begin_layout Standard
17441 \begin_inset VSpace bigskip
17442 \end_inset
17443
17444 Es gibt auch noch das LaTeX-Paket 
17445 \series bold
17446 dcolumn
17447 \series default
17448 ,
17449 \begin_inset Index
17450 status collapsed
17451
17452 \begin_layout Plain Layout
17453 LaTeX-Pakete ! dcolumn
17454 \end_layout
17455
17456 \end_inset
17457
17458  mit dem man Zellen ausrichten kann.
17459  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17460  in den Zellen.
17461  Die erste Spalte von Tabelle
17462 \begin_inset space ~
17463 \end_inset
17464
17465
17466 \begin_inset CommandInset ref
17467 LatexCommand ref
17468 reference "tab:Verschiedene-Ausrichtungen"
17469
17470 \end_inset
17471
17472  wird mit 
17473 \family typewriter
17474 dcolumn
17475 \family default
17476  wie 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:Ausrichtung-mit-dem"
17484
17485 \end_inset
17486
17487  aussehen und nur mit ein paar Tricks wie erwartet.
17488  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17489 \begin_inset space ~
17490 \end_inset
17491
17492
17493 \begin_inset CommandInset ref
17494 LatexCommand ref
17495 reference "tab:Verschiedene-Ausrichtungen"
17496
17497 \end_inset
17498
17499  ist mit 
17500 \series bold
17501 dcolumn
17502 \series default
17503  nicht möglich.
17504 \end_layout
17505
17506 \begin_layout Standard
17507 \begin_inset Float table
17508 placement h
17509 wide false
17510 sideways false
17511 status open
17512
17513 \begin_layout Plain Layout
17514 \begin_inset Caption
17515
17516 \begin_layout Plain Layout
17517 \begin_inset CommandInset label
17518 LatexCommand label
17519 name "tab:Ausrichtung-mit-dem"
17520
17521 \end_inset
17522
17523 Ausrichtung mit dem LaTeX-Paket 
17524 \series bold
17525 dcolumn
17526 \series default
17527 .
17528  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17529  bekommen.
17530 \begin_inset OptArg
17531 status collapsed
17532
17533 \begin_layout Plain Layout
17534 Ausrichtung mit dem LaTeX-Paket 
17535 \series bold
17536 dcolumn
17537 \end_layout
17538
17539 \end_inset
17540
17541
17542 \end_layout
17543
17544 \end_inset
17545
17546
17547 \end_layout
17548
17549 \begin_layout Plain Layout
17550 \align center
17551 \begin_inset Tabular
17552 <lyxtabular version="3" rows="4" columns="3">
17553 <features>
17554 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17555 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17556 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17557 <row>
17558 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17559 \begin_inset Text
17560
17561 \begin_layout Plain Layout
17562 Einheiten
17563 \end_layout
17564
17565 \end_inset
17566 </cell>
17567 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17568 \begin_inset Text
17569
17570 \begin_layout Plain Layout
17571 Einheiten
17572 \end_layout
17573
17574 \end_inset
17575 </cell>
17576 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17577 \begin_inset Text
17578
17579 \begin_layout Plain Layout
17580 Einheiten
17581 \end_layout
17582
17583 \end_inset
17584 </cell>
17585 </row>
17586 <row>
17587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17588 \begin_inset Text
17589
17590 \begin_layout Plain Layout
17591 12x24
17592 \begin_inset space \thinspace{}
17593 \end_inset
17594
17595
17596 \begin_inset Formula $\mbox{Flaschen}$
17597 \end_inset
17598
17599
17600 \end_layout
17601
17602 \end_inset
17603 </cell>
17604 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17605 \begin_inset Text
17606
17607 \begin_layout Plain Layout
17608 12x24
17609 \begin_inset space \thinspace{}
17610 \end_inset
17611
17612
17613 \begin_inset Formula $\mbox{Flaschen}$
17614 \end_inset
17615
17616
17617 \end_layout
17618
17619 \end_inset
17620 </cell>
17621 <cell alignment="center" valignment="top" usebox="none">
17622 \begin_inset Text
17623
17624 \begin_layout Plain Layout
17625 12
17626 \begin_inset ERT
17627 status collapsed
17628
17629 \begin_layout Plain Layout
17630
17631
17632 \backslash
17633 times 
17634 \end_layout
17635
17636 \end_inset
17637
17638 24~
17639 \begin_inset Formula $\mbox{Flaschen}$
17640 \end_inset
17641
17642
17643 \end_layout
17644
17645 \end_inset
17646 </cell>
17647 </row>
17648 <row>
17649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17650 \begin_inset Text
17651
17652 \begin_layout Plain Layout
17653 1024x768
17654 \begin_inset space \thinspace{}
17655 \end_inset
17656
17657
17658 \begin_inset Formula $\mbox{Pixel}$
17659 \end_inset
17660
17661
17662 \end_layout
17663
17664 \end_inset
17665 </cell>
17666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17667 \begin_inset Text
17668
17669 \begin_layout Plain Layout
17670 1024x768
17671 \begin_inset space \thinspace{}
17672 \end_inset
17673
17674
17675 \begin_inset Formula $\mbox{Pixel}$
17676 \end_inset
17677
17678
17679 \end_layout
17680
17681 \end_inset
17682 </cell>
17683 <cell alignment="center" valignment="top" usebox="none">
17684 \begin_inset Text
17685
17686 \begin_layout Plain Layout
17687 1024
17688 \begin_inset ERT
17689 status collapsed
17690
17691 \begin_layout Plain Layout
17692
17693
17694 \backslash
17695 times 
17696 \end_layout
17697
17698 \end_inset
17699
17700 768~
17701 \begin_inset Formula $\mbox{Pixel}$
17702 \end_inset
17703
17704
17705 \end_layout
17706
17707 \end_inset
17708 </cell>
17709 </row>
17710 <row>
17711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17712 \begin_inset Text
17713
17714 \begin_layout Plain Layout
17715 32x6
17716 \begin_inset space \thinspace{}
17717 \end_inset
17718
17719
17720 \begin_inset Formula $\mbox{cm}$
17721 \end_inset
17722
17723
17724 \end_layout
17725
17726 \end_inset
17727 </cell>
17728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17729 \begin_inset Text
17730
17731 \begin_layout Plain Layout
17732 32x6
17733 \begin_inset space \thinspace{}
17734 \end_inset
17735
17736
17737 \begin_inset Formula $\mbox{cm}$
17738 \end_inset
17739
17740
17741 \end_layout
17742
17743 \end_inset
17744 </cell>
17745 <cell alignment="center" valignment="top" usebox="none">
17746 \begin_inset Text
17747
17748 \begin_layout Plain Layout
17749 32
17750 \begin_inset ERT
17751 status collapsed
17752
17753 \begin_layout Plain Layout
17754
17755
17756 \backslash
17757 times 
17758 \end_layout
17759
17760 \end_inset
17761
17762 6~
17763 \begin_inset Formula $\mbox{cm}$
17764 \end_inset
17765
17766
17767 \end_layout
17768
17769 \end_inset
17770 </cell>
17771 </row>
17772 </lyxtabular>
17773
17774 \end_inset
17775
17776
17777 \end_layout
17778
17779 \end_inset
17780
17781
17782 \end_layout
17783
17784 \begin_layout Subsection
17785 Angepasste Zellen-/Spaltenformate
17786 \begin_inset CommandInset label
17787 LatexCommand label
17788 name "uab:Angepasste-Zellen-/Spaltenformate"
17789
17790 \end_inset
17791
17792
17793 \begin_inset Index
17794 status collapsed
17795
17796 \begin_layout Plain Layout
17797 Tabellen ! Spaltenformat
17798 \end_layout
17799
17800 \end_inset
17801
17802
17803 \end_layout
17804
17805 \begin_layout Standard
17806 Wenn man wie in Abschnitt
17807 \begin_inset space ~
17808 \end_inset
17809
17810
17811 \begin_inset CommandInset ref
17812 LatexCommand ref
17813 reference "uab:Mehrfachspalten-Berechnungen"
17814
17815 \end_inset
17816
17817  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
17818  mehreren Tabellen mit Mehrfachspalten sehr lästig.
17819  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
17820  definieren:
17821 \end_layout
17822
17823 \begin_layout Standard
17824
17825 \series bold
17826
17827 \backslash
17828 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
17829 \end_layout
17830
17831 \begin_layout Standard
17832 Der Formatname darf nur ein Buchstabe sein, aber nicht 
17833 \emph on
17834 b
17835 \emph default
17836
17837 \emph on
17838 c
17839 \emph default
17840
17841 \emph on
17842 l
17843 \emph default
17844
17845 \emph on
17846 m
17847 \emph default
17848
17849 \emph on
17850 p
17851 \emph default
17852  oder 
17853 \emph on
17854 r
17855 \emph default
17856 , weil diese vordefiniert sind.
17857  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
17858 \end_layout
17859
17860 \begin_layout Standard
17861 \begin_inset VSpace medskip
17862 \end_inset
17863
17864
17865 \end_layout
17866
17867 \begin_layout Standard
17868 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
17869  Breite könnte das Format so aussehen:
17870 \end_layout
17871
17872 \begin_layout Standard
17873
17874 \series bold
17875
17876 \backslash
17877 newcolumntype{M}[1]{>{
17878 \backslash
17879 centering
17880 \backslash
17881 hspace{0pt}}m{#1}}
17882 \end_layout
17883
17884 \begin_layout Standard
17885 wobei 
17886 \series bold
17887
17888 \backslash
17889 hspace{0pt}
17890 \series default
17891  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
17892  Abschnitt
17893 \begin_inset space ~
17894 \end_inset
17895
17896
17897 \begin_inset CommandInset ref
17898 LatexCommand ref
17899 reference "uab:Mehrfache-Zeilen-in"
17900
17901 \end_inset
17902
17903  beschrieben.
17904  Jetzt können Sie mit
17905 \end_layout
17906
17907 \begin_layout Standard
17908
17909 \series bold
17910 M{Breite}
17911 \end_layout
17912
17913 \begin_layout Standard
17914 im 
17915 \family sans
17916 LaTeX-Argument
17917 \family default
17918  im 
17919 \family sans
17920 Tabellen-Einstellungen
17921 \family default
17922 -Dialog eine Mehrfachspalte definieren.
17923 \end_layout
17924
17925 \begin_layout Standard
17926 \begin_inset VSpace bigskip
17927 \end_inset
17928
17929
17930 \end_layout
17931
17932 \begin_layout Standard
17933 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
17934  Format definieren:
17935 \end_layout
17936
17937 \begin_layout Standard
17938
17939 \series bold
17940
17941 \backslash
17942 newcolumntype{S}[2]{>{
17943 \backslash
17944 centering
17945 \backslash
17946 hspace{0pt}}
17947 \begin_inset Newline newline
17948 \end_inset
17949
17950
17951 \begin_inset ERT
17952 status collapsed
17953
17954 \begin_layout Plain Layout
17955
17956
17957 \backslash
17958 phantom{
17959 \end_layout
17960
17961 \end_inset
17962
17963
17964 \backslash
17965 newcolumntype
17966 \begin_inset ERT
17967 status collapsed
17968
17969 \begin_layout Plain Layout
17970
17971 }
17972 \end_layout
17973
17974 \end_inset
17975
17976 m{(#1+(2
17977 \backslash
17978 tabcolsep+
17979 \backslash
17980 arrayrulewidth)*(1-#2))/#2}}
17981 \end_layout
17982
17983 \begin_layout Standard
17984 Dieses Format benutzt Gleichung
17985 \begin_inset space ~
17986 \end_inset
17987
17988
17989 \begin_inset CommandInset ref
17990 LatexCommand ref
17991 reference "eq:Wgn"
17992
17993 \end_inset
17994
17995 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
17996  breit ist.
17997 \end_layout
17998
17999 \begin_layout Standard
18000 Jetzt können Sie im 
18001 \family sans
18002 LaTeX-Argument
18003 \family default
18004  im 
18005 \family sans
18006 Tabellen-Einstellungen
18007 \family default
18008 -Dialog folgendes einfügen:
18009 \end_layout
18010
18011 \begin_layout Standard
18012
18013 \series bold
18014 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18015 \end_layout
18016
18017 \begin_layout Standard
18018 \begin_inset VSpace bigskip
18019 \end_inset
18020
18021
18022 \end_layout
18023
18024 \begin_layout Standard
18025 Für farbige Spalten können Sie folgendes einfügen:
18026 \end_layout
18027
18028 \begin_layout Standard
18029
18030 \series bold
18031
18032 \backslash
18033 newcolumntype{K}[1]{>{
18034 \backslash
18035 columncolor{#1}
18036 \backslash
18037 hspace{0pt}}c}
18038 \end_layout
18039
18040 \begin_layout Standard
18041 Das 
18042 \begin_inset Quotes gld
18043 \end_inset
18044
18045 c
18046 \begin_inset Quotes grd
18047 \end_inset
18048
18049  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18050  zentriert ist.
18051  Jetzt können Sie als 
18052 \family sans
18053 LaTeX-Argument
18054 \family default
18055  folgendes einfügen:
18056 \end_layout
18057
18058 \begin_layout Standard
18059
18060 \series bold
18061 K{Farbname}
18062 \end_layout
18063
18064 \begin_layout Standard
18065 \begin_inset VSpace bigskip
18066 \end_inset
18067
18068
18069 \end_layout
18070
18071 \begin_layout Standard
18072 Für Tabelle
18073 \begin_inset space ~
18074 \end_inset
18075
18076
18077 \begin_inset CommandInset ref
18078 LatexCommand ref
18079 reference "tab:Tabelle-mit-benutzerdefinierte"
18080
18081 \end_inset
18082
18083  wurden folgende 
18084 \family sans
18085 LaTeX-Argumente
18086 \family default
18087  benutzt:
18088 \end_layout
18089
18090 \begin_layout Standard
18091
18092 \series bold
18093 M{2.5cm}
18094 \end_layout
18095
18096 \begin_layout Standard
18097 für die erste Spalte und die Mehrfachspalte,
18098 \end_layout
18099
18100 \begin_layout Standard
18101
18102 \series bold
18103 K{red}
18104 \end_layout
18105
18106 \begin_layout Standard
18107 für die letzte Spalte und
18108 \end_layout
18109
18110 \begin_layout Standard
18111
18112 \series bold
18113 S{2.5cm}{2}
18114 \end_layout
18115
18116 \begin_layout Standard
18117 für die Spalten in der zweiten Mehrfachspalte.
18118 \end_layout
18119
18120 \begin_layout Standard
18121 \begin_inset Float table
18122 placement h
18123 wide false
18124 sideways false
18125 status open
18126
18127 \begin_layout Plain Layout
18128 \begin_inset Caption
18129
18130 \begin_layout Plain Layout
18131 \begin_inset CommandInset label
18132 LatexCommand label
18133 name "tab:Tabelle-mit-benutzerdefinierte"
18134
18135 \end_inset
18136
18137 Tabelle mit benutzerdefinierten Formaten
18138 \end_layout
18139
18140 \end_inset
18141
18142
18143 \end_layout
18144
18145 \begin_layout Plain Layout
18146 \align center
18147 \begin_inset Tabular
18148 <lyxtabular version="3" rows="3" columns="4">
18149 <features>
18150 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18151 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18152 <column alignment="center" valignment="middle" width="0">
18153 <column alignment="center" valignment="middle" width="0" special="K{red}">
18154 <row>
18155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18156 \begin_inset Text
18157
18158 \begin_layout Plain Layout
18159 einsehrlangesWort
18160 \end_layout
18161
18162 \end_inset
18163 </cell>
18164 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18165 \begin_inset Text
18166
18167 \begin_layout Plain Layout
18168 Mehrfachspalte mit mehreren Zeilen
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18174 \begin_inset Text
18175
18176 \begin_layout Plain Layout
18177
18178 \end_layout
18179
18180 \end_inset
18181 </cell>
18182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18183 \begin_inset Text
18184
18185 \begin_layout Plain Layout
18186 c
18187 \end_layout
18188
18189 \end_inset
18190 </cell>
18191 </row>
18192 <row>
18193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18194 \begin_inset Text
18195
18196 \begin_layout Plain Layout
18197 d
18198 \end_layout
18199
18200 \end_inset
18201 </cell>
18202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18203 \begin_inset Text
18204
18205 \begin_layout Plain Layout
18206 e
18207 \end_layout
18208
18209 \end_inset
18210 </cell>
18211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18212 \begin_inset Text
18213
18214 \begin_layout Plain Layout
18215 f
18216 \end_layout
18217
18218 \end_inset
18219 </cell>
18220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18221 \begin_inset Text
18222
18223 \begin_layout Plain Layout
18224 g
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 </row>
18230 <row>
18231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18232 \begin_inset Text
18233
18234 \begin_layout Plain Layout
18235 h
18236 \end_layout
18237
18238 \end_inset
18239 </cell>
18240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18241 \begin_inset Text
18242
18243 \begin_layout Plain Layout
18244 i
18245 \end_layout
18246
18247 \end_inset
18248 </cell>
18249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18250 \begin_inset Text
18251
18252 \begin_layout Plain Layout
18253 j
18254 \end_layout
18255
18256 \end_inset
18257 </cell>
18258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18259 \begin_inset Text
18260
18261 \begin_layout Plain Layout
18262 k
18263 \end_layout
18264
18265 \end_inset
18266 </cell>
18267 </row>
18268 </lyxtabular>
18269
18270 \end_inset
18271
18272
18273 \end_layout
18274
18275 \end_inset
18276
18277
18278 \end_layout
18279
18280 \begin_layout Subsection
18281 Liniendicke
18282 \begin_inset CommandInset label
18283 LatexCommand label
18284 name "uab:Liniendicke"
18285
18286 \end_inset
18287
18288
18289 \begin_inset Index
18290 status collapsed
18291
18292 \begin_layout Plain Layout
18293 Tabellen  ! Linien ! -dicke
18294 \end_layout
18295
18296 \end_inset
18297
18298
18299 \end_layout
18300
18301 \begin_layout Standard
18302 Die Liniendicke für alle Linien einer Tabelle kann mit 
18303 \series bold
18304
18305 \backslash
18306 arrayrulewidth
18307 \series default
18308  eingestellt werden.
18309  Um eine Liniendicke von 1.5
18310 \begin_inset space \thinspace{}
18311 \end_inset
18312
18313 pt wie in Tabelle
18314 \begin_inset space ~
18315 \end_inset
18316
18317
18318 \begin_inset CommandInset ref
18319 LatexCommand ref
18320 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18321
18322 \end_inset
18323
18324  zu bekommen, geben Sie den Befehl
18325 \end_layout
18326
18327 \begin_layout Standard
18328
18329 \series bold
18330
18331 \backslash
18332 setlength{
18333 \backslash
18334 arrayrulewidth}{1.5pt}
18335 \end_layout
18336
18337 \begin_layout Standard
18338 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18339  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18340  Mit
18341 \end_layout
18342
18343 \begin_layout Standard
18344
18345 \series bold
18346
18347 \backslash
18348 setlength{
18349 \backslash
18350 arrayrulewidth}{0.4pt}
18351 \end_layout
18352
18353 \begin_layout Standard
18354 bekommen Sie wieder die Standarddicke.
18355 \end_layout
18356
18357 \begin_layout Standard
18358 \begin_inset ERT
18359 status collapsed
18360
18361 \begin_layout Plain Layout
18362
18363
18364 \backslash
18365 setlength{
18366 \backslash
18367 arrayrulewidth}{1.5pt}
18368 \end_layout
18369
18370 \end_inset
18371
18372
18373 \begin_inset Float table
18374 placement H
18375 wide false
18376 sideways false
18377 status open
18378
18379 \begin_layout Plain Layout
18380 \begin_inset Caption
18381
18382 \begin_layout Plain Layout
18383 \begin_inset CommandInset label
18384 LatexCommand label
18385 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18386
18387 \end_inset
18388
18389 Tabelle mit 1.5
18390 \begin_inset space \thinspace{}
18391 \end_inset
18392
18393 pt Liniendicke
18394 \end_layout
18395
18396 \end_inset
18397
18398
18399 \end_layout
18400
18401 \begin_layout Plain Layout
18402 \align center
18403 \begin_inset Tabular
18404 <lyxtabular version="3" rows="3" columns="3">
18405 <features>
18406 <column alignment="center" valignment="top" width="0">
18407 <column alignment="center" valignment="top" width="0">
18408 <column alignment="center" valignment="top" width="0">
18409 <row>
18410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18411 \begin_inset Text
18412
18413 \begin_layout Plain Layout
18414 sd
18415 \end_layout
18416
18417 \end_inset
18418 </cell>
18419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18420 \begin_inset Text
18421
18422 \begin_layout Plain Layout
18423
18424 \end_layout
18425
18426 \end_inset
18427 </cell>
18428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18429 \begin_inset Text
18430
18431 \begin_layout Plain Layout
18432
18433 \end_layout
18434
18435 \end_inset
18436 </cell>
18437 </row>
18438 <row>
18439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18440 \begin_inset Text
18441
18442 \begin_layout Plain Layout
18443
18444 \end_layout
18445
18446 \end_inset
18447 </cell>
18448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18449 \begin_inset Text
18450
18451 \begin_layout Plain Layout
18452 sd
18453 \end_layout
18454
18455 \end_inset
18456 </cell>
18457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18458 \begin_inset Text
18459
18460 \begin_layout Plain Layout
18461
18462 \end_layout
18463
18464 \end_inset
18465 </cell>
18466 </row>
18467 <row>
18468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18469 \begin_inset Text
18470
18471 \begin_layout Plain Layout
18472
18473 \end_layout
18474
18475 \end_inset
18476 </cell>
18477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18478 \begin_inset Text
18479
18480 \begin_layout Plain Layout
18481
18482 \end_layout
18483
18484 \end_inset
18485 </cell>
18486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18487 \begin_inset Text
18488
18489 \begin_layout Plain Layout
18490 sd
18491 \end_layout
18492
18493 \end_inset
18494 </cell>
18495 </row>
18496 </lyxtabular>
18497
18498 \end_inset
18499
18500
18501 \end_layout
18502
18503 \end_inset
18504
18505
18506 \begin_inset ERT
18507 status collapsed
18508
18509 \begin_layout Plain Layout
18510
18511
18512 \backslash
18513 setlength{
18514 \backslash
18515 arrayrulewidth}{0.4pt}
18516 \end_layout
18517
18518 \end_inset
18519
18520
18521 \end_layout
18522
18523 \begin_layout Standard
18524 \begin_inset VSpace bigskip
18525 \end_inset
18526
18527 Um eine Liniendicke von 1.5
18528 \begin_inset space \thinspace{}
18529 \end_inset
18530
18531 pt nur für horizontale Linien zu bekommen wie in Tabelle
18532 \begin_inset space ~
18533 \end_inset
18534
18535
18536 \begin_inset CommandInset ref
18537 LatexCommand ref
18538 reference "tab:Tabelle-mit-1.5pt-horiz"
18539
18540 \end_inset
18541
18542 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18543  einfügen:
18544 \end_layout
18545
18546 \begin_layout Standard
18547
18548 \series bold
18549
18550 \backslash
18551 let
18552 \backslash
18553 myHline
18554 \backslash
18555 hline
18556 \begin_inset Newline newline
18557 \end_inset
18558
18559
18560 \backslash
18561 renewcommand{
18562 \backslash
18563 hline}
18564 \begin_inset Newline newline
18565 \end_inset
18566
18567  {
18568 \backslash
18569 noalign{
18570 \backslash
18571 global
18572 \backslash
18573 arrayrulewidth 1.5pt}
18574 \begin_inset Newline newline
18575 \end_inset
18576
18577  
18578 \backslash
18579 myHline
18580 \backslash
18581 noalign{
18582 \backslash
18583 global
18584 \backslash
18585 arrayrulewidth 0.4pt}}
18586 \end_layout
18587
18588 \begin_layout Standard
18589 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18590  der (Gleit\SpecialChar \-
18591 objekt-)Tabelle zurück:
18592 \end_layout
18593
18594 \begin_layout Standard
18595
18596 \series bold
18597
18598 \backslash
18599 renewcommand{
18600 \backslash
18601 hline}{
18602 \backslash
18603 myHline}
18604 \end_layout
18605
18606 \begin_layout Standard
18607 \begin_inset ERT
18608 status collapsed
18609
18610 \begin_layout Plain Layout
18611
18612
18613 \backslash
18614 let
18615 \backslash
18616 myHline
18617 \backslash
18618 hline
18619 \end_layout
18620
18621 \begin_layout Plain Layout
18622
18623
18624 \backslash
18625 renewcommand{
18626 \backslash
18627 hline}
18628 \end_layout
18629
18630 \begin_layout Plain Layout
18631
18632  {
18633 \backslash
18634 noalign{
18635 \backslash
18636 global
18637 \backslash
18638 arrayrulewidth 1.5pt}
18639 \end_layout
18640
18641 \begin_layout Plain Layout
18642
18643   
18644 \backslash
18645 myHline
18646 \backslash
18647 noalign{
18648 \backslash
18649 global
18650 \backslash
18651 arrayrulewidth 0.4pt}}
18652 \end_layout
18653
18654 \end_inset
18655
18656
18657 \begin_inset Float table
18658 placement h
18659 wide false
18660 sideways false
18661 status open
18662
18663 \begin_layout Plain Layout
18664 \begin_inset Caption
18665
18666 \begin_layout Plain Layout
18667 \begin_inset CommandInset label
18668 LatexCommand label
18669 name "tab:Tabelle-mit-1.5pt-horiz"
18670
18671 \end_inset
18672
18673 Tabelle mit 1.5
18674 \begin_inset space \thinspace{}
18675 \end_inset
18676
18677 pt dicken horizontalen Linien
18678 \end_layout
18679
18680 \end_inset
18681
18682
18683 \end_layout
18684
18685 \begin_layout Plain Layout
18686 \align center
18687 \begin_inset Tabular
18688 <lyxtabular version="3" rows="3" columns="3">
18689 <features>
18690 <column alignment="center" valignment="top" width="0">
18691 <column alignment="center" valignment="top" width="0">
18692 <column alignment="center" valignment="top" width="0">
18693 <row>
18694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18695 \begin_inset Text
18696
18697 \begin_layout Plain Layout
18698 sd
18699 \end_layout
18700
18701 \end_inset
18702 </cell>
18703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18704 \begin_inset Text
18705
18706 \begin_layout Plain Layout
18707
18708 \end_layout
18709
18710 \end_inset
18711 </cell>
18712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18713 \begin_inset Text
18714
18715 \begin_layout Plain Layout
18716
18717 \end_layout
18718
18719 \end_inset
18720 </cell>
18721 </row>
18722 <row>
18723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18724 \begin_inset Text
18725
18726 \begin_layout Plain Layout
18727
18728 \end_layout
18729
18730 \end_inset
18731 </cell>
18732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18733 \begin_inset Text
18734
18735 \begin_layout Plain Layout
18736 sd
18737 \end_layout
18738
18739 \end_inset
18740 </cell>
18741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18742 \begin_inset Text
18743
18744 \begin_layout Plain Layout
18745
18746 \end_layout
18747
18748 \end_inset
18749 </cell>
18750 </row>
18751 <row>
18752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18753 \begin_inset Text
18754
18755 \begin_layout Plain Layout
18756
18757 \end_layout
18758
18759 \end_inset
18760 </cell>
18761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18762 \begin_inset Text
18763
18764 \begin_layout Plain Layout
18765
18766 \end_layout
18767
18768 \end_inset
18769 </cell>
18770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18771 \begin_inset Text
18772
18773 \begin_layout Plain Layout
18774 sd
18775 \end_layout
18776
18777 \end_inset
18778 </cell>
18779 </row>
18780 </lyxtabular>
18781
18782 \end_inset
18783
18784
18785 \end_layout
18786
18787 \end_inset
18788
18789
18790 \begin_inset ERT
18791 status collapsed
18792
18793 \begin_layout Plain Layout
18794
18795
18796 \backslash
18797 renewcommand{
18798 \backslash
18799 hline}{
18800 \backslash
18801 myHline}
18802 \end_layout
18803
18804 \end_inset
18805
18806
18807 \end_layout
18808
18809 \begin_layout Standard
18810 \begin_inset VSpace bigskip
18811 \end_inset
18812
18813 Um die Liniendicke von 1.5
18814 \begin_inset space \thinspace{}
18815 \end_inset
18816
18817 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
18818  Spaltenformat entsprechend der Beschreibung in Abschnitt
18819 \begin_inset space ~
18820 \end_inset
18821
18822
18823 \begin_inset CommandInset ref
18824 LatexCommand ref
18825 reference "uab:Angepasste-Zellen-/Spaltenformate"
18826
18827 \end_inset
18828
18829  definieren:
18830 \end_layout
18831
18832 \begin_layout Standard
18833
18834 \series bold
18835
18836 \backslash
18837 newcolumntype{V}{!{
18838 \backslash
18839 vrule width 1.5pt}}
18840 \end_layout
18841
18842 \begin_layout Standard
18843 In Tabelle
18844 \begin_inset space ~
18845 \end_inset
18846
18847
18848 \begin_inset CommandInset ref
18849 LatexCommand ref
18850 reference "tab:Tabelle-mit-1.5pt-vert"
18851
18852 \end_inset
18853
18854  wurde das 
18855 \family sans
18856 LaTe
18857 \begin_inset ERT
18858 status collapsed
18859
18860 \begin_layout Plain Layout
18861
18862 {}
18863 \end_layout
18864
18865 \end_inset
18866
18867 X-Argument
18868 \family default
18869 \series bold
18870  VcV
18871 \series default
18872  für die letzte Spalte und
18873 \series bold
18874  Vc
18875 \series default
18876  für die anderen benutzt.
18877 \end_layout
18878
18879 \begin_layout Standard
18880 \begin_inset Float table
18881 placement H
18882 wide false
18883 sideways false
18884 status open
18885
18886 \begin_layout Plain Layout
18887 \begin_inset Caption
18888
18889 \begin_layout Plain Layout
18890 \begin_inset CommandInset label
18891 LatexCommand label
18892 name "tab:Tabelle-mit-1.5pt-vert"
18893
18894 \end_inset
18895
18896 Tabelle mit 1.5
18897 \begin_inset space \thinspace{}
18898 \end_inset
18899
18900 pt dicken vertikalen Linien
18901 \end_layout
18902
18903 \end_inset
18904
18905
18906 \end_layout
18907
18908 \begin_layout Plain Layout
18909 \align center
18910 \begin_inset Tabular
18911 <lyxtabular version="3" rows="3" columns="3">
18912 <features>
18913 <column alignment="center" valignment="top" width="0" special="Vc">
18914 <column alignment="center" valignment="top" width="0" special="Vc">
18915 <column alignment="center" valignment="top" width="0" special="VcV">
18916 <row>
18917 <cell alignment="center" valignment="top" topline="true" usebox="none">
18918 \begin_inset Text
18919
18920 \begin_layout Plain Layout
18921 sd
18922 \end_layout
18923
18924 \end_inset
18925 </cell>
18926 <cell alignment="center" valignment="top" topline="true" usebox="none">
18927 \begin_inset Text
18928
18929 \begin_layout Plain Layout
18930
18931 \end_layout
18932
18933 \end_inset
18934 </cell>
18935 <cell alignment="center" valignment="top" topline="true" usebox="none">
18936 \begin_inset Text
18937
18938 \begin_layout Plain Layout
18939
18940 \end_layout
18941
18942 \end_inset
18943 </cell>
18944 </row>
18945 <row>
18946 <cell alignment="center" valignment="top" topline="true" usebox="none">
18947 \begin_inset Text
18948
18949 \begin_layout Plain Layout
18950
18951 \end_layout
18952
18953 \end_inset
18954 </cell>
18955 <cell alignment="center" valignment="top" topline="true" usebox="none">
18956 \begin_inset Text
18957
18958 \begin_layout Plain Layout
18959 sd
18960 \end_layout
18961
18962 \end_inset
18963 </cell>
18964 <cell alignment="center" valignment="top" topline="true" usebox="none">
18965 \begin_inset Text
18966
18967 \begin_layout Plain Layout
18968
18969 \end_layout
18970
18971 \end_inset
18972 </cell>
18973 </row>
18974 <row>
18975 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18976 \begin_inset Text
18977
18978 \begin_layout Plain Layout
18979
18980 \end_layout
18981
18982 \end_inset
18983 </cell>
18984 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18985 \begin_inset Text
18986
18987 \begin_layout Plain Layout
18988
18989 \end_layout
18990
18991 \end_inset
18992 </cell>
18993 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18994 \begin_inset Text
18995
18996 \begin_layout Plain Layout
18997 sd
18998 \end_layout
18999
19000 \end_inset
19001 </cell>
19002 </row>
19003 </lyxtabular>
19004
19005 \end_inset
19006
19007
19008 \end_layout
19009
19010 \end_inset
19011
19012
19013 \end_layout
19014
19015 \begin_layout Subsection
19016 Gestrichelte Linien
19017 \begin_inset Index
19018 status collapsed
19019
19020 \begin_layout Plain Layout
19021 Tabellen  ! Linien ! gestrichelte 
19022 \end_layout
19023
19024 \end_inset
19025
19026
19027 \end_layout
19028
19029 \begin_layout Standard
19030 \begin_inset ERT
19031 status collapsed
19032
19033 \begin_layout Plain Layout
19034
19035
19036 \backslash
19037 ifarydshln
19038 \end_layout
19039
19040 \end_inset
19041
19042
19043 \begin_inset Note Note
19044 status open
19045
19046 \begin_layout Plain Layout
19047 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19048 \series bold
19049 arydshln
19050 \series default
19051  installiert ist.
19052 \end_layout
19053
19054 \end_inset
19055
19056
19057 \end_layout
19058
19059 \begin_layout Standard
19060 \begin_inset Float table
19061 placement h
19062 wide false
19063 sideways false
19064 status open
19065
19066 \begin_layout Plain Layout
19067 \begin_inset Caption
19068
19069 \begin_layout Plain Layout
19070 \begin_inset CommandInset label
19071 LatexCommand label
19072 name "tab:Tabelle-mit-gestrichelten"
19073
19074 \end_inset
19075
19076 Tabelle mit gestrichelten Linien
19077 \end_layout
19078
19079 \end_inset
19080
19081
19082 \end_layout
19083
19084 \begin_layout Plain Layout
19085 \align center
19086 \begin_inset Tabular
19087 <lyxtabular version="3" rows="5" columns="5">
19088 <features>
19089 <column alignment="center" valignment="top" width="0">
19090 <column alignment="center" valignment="top" width="0">
19091 <column alignment="center" valignment="top" width="0" special=":c">
19092 <column alignment="center" valignment="top" width="0">
19093 <column alignment="center" valignment="top" width="0">
19094 <row>
19095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19096 \begin_inset Text
19097
19098 \begin_layout Plain Layout
19099 a
19100 \end_layout
19101
19102 \end_inset
19103 </cell>
19104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19105 \begin_inset Text
19106
19107 \begin_layout Plain Layout
19108 b
19109 \end_layout
19110
19111 \end_inset
19112 </cell>
19113 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19114 \begin_inset Text
19115
19116 \begin_layout Plain Layout
19117 c
19118 \end_layout
19119
19120 \end_inset
19121 </cell>
19122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19123 \begin_inset Text
19124
19125 \begin_layout Plain Layout
19126 d
19127 \end_layout
19128
19129 \end_inset
19130 </cell>
19131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19132 \begin_inset Text
19133
19134 \begin_layout Plain Layout
19135 e
19136 \end_layout
19137
19138 \end_inset
19139 </cell>
19140 </row>
19141 <row>
19142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19143 \begin_inset Text
19144
19145 \begin_layout Plain Layout
19146 f
19147 \end_layout
19148
19149 \end_inset
19150 </cell>
19151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19152 \begin_inset Text
19153
19154 \begin_layout Plain Layout
19155 g
19156 \end_layout
19157
19158 \end_inset
19159 </cell>
19160 <cell alignment="center" valignment="top" topline="true" usebox="none">
19161 \begin_inset Text
19162
19163 \begin_layout Plain Layout
19164 h
19165 \end_layout
19166
19167 \end_inset
19168 </cell>
19169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19170 \begin_inset Text
19171
19172 \begin_layout Plain Layout
19173 i
19174 \end_layout
19175
19176 \end_inset
19177 </cell>
19178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19179 \begin_inset Text
19180
19181 \begin_layout Plain Layout
19182 j
19183 \end_layout
19184
19185 \end_inset
19186 </cell>
19187 </row>
19188 <row>
19189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19190 \begin_inset Text
19191
19192 \begin_layout Plain Layout
19193 \begin_inset ERT
19194 status collapsed
19195
19196 \begin_layout Plain Layout
19197
19198
19199 \backslash
19200 hdashline 
19201 \end_layout
19202
19203 \end_inset
19204
19205 k
19206 \end_layout
19207
19208 \end_inset
19209 </cell>
19210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19211 \begin_inset Text
19212
19213 \begin_layout Plain Layout
19214 l
19215 \end_layout
19216
19217 \end_inset
19218 </cell>
19219 <cell alignment="center" valignment="top" usebox="none">
19220 \begin_inset Text
19221
19222 \begin_layout Plain Layout
19223 m
19224 \end_layout
19225
19226 \end_inset
19227 </cell>
19228 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19229 \begin_inset Text
19230
19231 \begin_layout Plain Layout
19232 n
19233 \end_layout
19234
19235 \end_inset
19236 </cell>
19237 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19238 \begin_inset Text
19239
19240 \begin_layout Plain Layout
19241 o
19242 \end_layout
19243
19244 \end_inset
19245 </cell>
19246 </row>
19247 <row>
19248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19249 \begin_inset Text
19250
19251 \begin_layout Plain Layout
19252 \begin_inset ERT
19253 status collapsed
19254
19255 \begin_layout Plain Layout
19256
19257
19258 \backslash
19259 cdashline{4-5}
19260 \end_layout
19261
19262 \end_inset
19263
19264 p
19265 \end_layout
19266
19267 \end_inset
19268 </cell>
19269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19270 \begin_inset Text
19271
19272 \begin_layout Plain Layout
19273 q
19274 \end_layout
19275
19276 \end_inset
19277 </cell>
19278 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19279 \begin_inset Text
19280
19281 \begin_layout Plain Layout
19282 r
19283 \end_layout
19284
19285 \end_inset
19286 </cell>
19287 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19288 \begin_inset Text
19289
19290 \begin_layout Plain Layout
19291 s
19292 \end_layout
19293
19294 \end_inset
19295 </cell>
19296 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19297 \begin_inset Text
19298
19299 \begin_layout Plain Layout
19300
19301 \end_layout
19302
19303 \end_inset
19304 </cell>
19305 </row>
19306 <row>
19307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19308 \begin_inset Text
19309
19310 \begin_layout Plain Layout
19311 t
19312 \end_layout
19313
19314 \end_inset
19315 </cell>
19316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19317 \begin_inset Text
19318
19319 \begin_layout Plain Layout
19320 u
19321 \end_layout
19322
19323 \end_inset
19324 </cell>
19325 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19326 \begin_inset Text
19327
19328 \begin_layout Plain Layout
19329 v
19330 \end_layout
19331
19332 \end_inset
19333 </cell>
19334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19335 \begin_inset Text
19336
19337 \begin_layout Plain Layout
19338 w
19339 \end_layout
19340
19341 \end_inset
19342 </cell>
19343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19344 \begin_inset Text
19345
19346 \begin_layout Plain Layout
19347 x
19348 \end_layout
19349
19350 \end_inset
19351 </cell>
19352 </row>
19353 </lyxtabular>
19354
19355 \end_inset
19356
19357
19358 \end_layout
19359
19360 \end_inset
19361
19362
19363 \end_layout
19364
19365 \begin_layout Standard
19366 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19367  TeX-Code benutzen.
19368  Zunächst müssen Sie das LaTeX-Paket 
19369 \series bold
19370 arydshln
19371 \series default
19372
19373 \begin_inset Index
19374 status collapsed
19375
19376 \begin_layout Plain Layout
19377 LaTeX-Pakete ! arydshln
19378 \end_layout
19379
19380 \end_inset
19381
19382  im LaTeX-Vorspann laden:
19383 \end_layout
19384
19385 \begin_layout Standard
19386
19387 \series bold
19388
19389 \backslash
19390 usepackage{arydshln}
19391 \end_layout
19392
19393 \begin_layout Standard
19394 Um senkrechte Linien zu stricheln, müssen Sie im 
19395 \family sans
19396 LaTe
19397 \begin_inset ERT
19398 status collapsed
19399
19400 \begin_layout Plain Layout
19401
19402 {}
19403 \end_layout
19404
19405 \end_inset
19406
19407 X-Argument
19408 \family default
19409  des 
19410 \family sans
19411 Tabellen-Einstellungen
19412 \family default
19413 -Dialogs 
19414 \begin_inset Quotes gld
19415 \end_inset
19416
19417 :
19418 \begin_inset Quotes grd
19419 \end_inset
19420
19421 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19422 \end_layout
19423
19424 \begin_layout Standard
19425 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19426 \end_layout
19427
19428 \begin_layout Standard
19429
19430 \series bold
19431
19432 \backslash
19433 hdashline
19434 \end_layout
19435
19436 \begin_layout Standard
19437 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19438 \end_layout
19439
19440 \begin_layout Standard
19441 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19442 \end_layout
19443
19444 \begin_layout Standard
19445
19446 \series bold
19447
19448 \backslash
19449 cdashline{Anfangsspalte-Endspalte}
19450 \end_layout
19451
19452 \begin_layout Standard
19453 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19454  Wenn Sie z.
19455 \begin_inset space \thinspace{}
19456 \end_inset
19457
19458 B.
19459  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19460  gestrichelte Linie haben, fügen Sie den Befehl
19461 \end_layout
19462
19463 \begin_layout Standard
19464
19465 \series bold
19466
19467 \backslash
19468 cdashline{2-4}
19469 \end_layout
19470
19471 \begin_layout Standard
19472 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19473 \end_layout
19474
19475 \begin_layout Standard
19476 \begin_inset VSpace bigskip
19477 \end_inset
19478
19479
19480 \end_layout
19481
19482 \begin_layout Standard
19483 In Tabelle
19484 \begin_inset space ~
19485 \end_inset
19486
19487
19488 \begin_inset CommandInset ref
19489 LatexCommand ref
19490 reference "tab:Tabelle-mit-gestrichelten"
19491
19492 \end_inset
19493
19494  wurde in der dritten Spalte der Befehl
19495 \series bold
19496  
19497 \series default
19498
19499 \begin_inset Quotes gld
19500 \end_inset
19501
19502
19503 \series bold
19504 :c
19505 \begin_inset Quotes grd
19506 \end_inset
19507
19508
19509 \series default
19510  benutzt.
19511  Der Befehl 
19512 \series bold
19513
19514 \backslash
19515 hdashline
19516 \series default
19517  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19518 \begin_inset Newline newline
19519 \end_inset
19520
19521  
19522 \series bold
19523
19524 \backslash
19525 cdashline{4-5} 
19526 \series default
19527 wurde in die erste Zelle der vierten Zeile eingefügt.
19528 \end_layout
19529
19530 \begin_layout Standard
19531 \begin_inset Note Greyedout
19532 status open
19533
19534 \begin_layout Plain Layout
19535
19536 \series bold
19537 Bemerkung:
19538 \series default
19539  Das LaTeX-Paket 
19540 \series bold
19541 arydshln
19542 \series default
19543  ist nicht kompatibel dem LaTeX-Paket 
19544 \series bold
19545 colortbl
19546 \series default
19547
19548 \begin_inset Index
19549 status collapsed
19550
19551 \begin_layout Plain Layout
19552 LaTeX-Pakete ! colortbl
19553 \end_layout
19554
19555 \end_inset
19556
19557 , das für die farbigen Tabellen in Abschnitt
19558 \begin_inset space ~
19559 \end_inset
19560
19561
19562 \begin_inset CommandInset ref
19563 LatexCommand ref
19564 reference "abs:Farbige-Tabellen"
19565
19566 \end_inset
19567
19568  benutzt wurde.
19569  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19570 \end_layout
19571
19572 \end_inset
19573
19574
19575 \end_layout
19576
19577 \begin_layout Standard
19578 \begin_inset ERT
19579 status collapsed
19580
19581 \begin_layout Plain Layout
19582
19583
19584 \backslash
19585 else
19586 \end_layout
19587
19588 \end_inset
19589
19590
19591 \begin_inset Note Note
19592 status open
19593
19594 \begin_layout Plain Layout
19595 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19596 \series bold
19597 arydshln
19598 \series default
19599  nicht installiert ist:
19600 \end_layout
19601
19602 \end_inset
19603
19604
19605 \end_layout
19606
19607 \begin_layout Standard
19608 Sie müssen das LaTeX-Paket 
19609 \series bold
19610 arydshln
19611 \series default
19612  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19613 \end_layout
19614
19615 \begin_layout Standard
19616 \begin_inset ERT
19617 status collapsed
19618
19619 \begin_layout Plain Layout
19620
19621
19622 \backslash
19623 fi
19624 \end_layout
19625
19626 \end_inset
19627
19628
19629 \end_layout
19630
19631 \begin_layout Chapter
19632 Gleitobjekte
19633 \begin_inset CommandInset label
19634 LatexCommand label
19635 name "kap:Gleitobjekte"
19636
19637 \end_inset
19638
19639
19640 \begin_inset Index
19641 status collapsed
19642
19643 \begin_layout Plain Layout
19644 Gleitobjekte
19645 \end_layout
19646
19647 \end_inset
19648
19649
19650 \end_layout
19651
19652 \begin_layout Section
19653 Einleitung
19654 \begin_inset CommandInset label
19655 LatexCommand label
19656 name "abs:Gleitobjekte-Einleitung"
19657
19658 \end_inset
19659
19660
19661 \begin_inset Index
19662 status collapsed
19663
19664 \begin_layout Plain Layout
19665 Gleitobjekte ! Einleitung
19666 \end_layout
19667
19668 \end_inset
19669
19670
19671 \end_layout
19672
19673 \begin_layout Standard
19674 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19675  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19676  der beste Platz ist.
19677  
19678 \family sans
19679 Fußnoten
19680 \family default
19681  und 
19682 \family sans
19683 Randnotizen
19684 \family default
19685  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19686  wenn auf ihrer Seite schon zu viele sind.
19687 \end_layout
19688
19689 \begin_layout Standard
19690 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19691  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19692  um weiße Flächen und Seiten ohne Text zu vermeiden.
19693  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
19694 löst,
19695  kann im Text auf ein Gleitobjekt verwiesen werden.
19696  Gleitobjekte sind deshalb nummeriert.
19697  Querverweise werden in Abschnitt
19698 \begin_inset space ~
19699 \end_inset
19700
19701
19702 \begin_inset CommandInset ref
19703 LatexCommand ref
19704 reference "abs:Auf-Gleitobjekte-verweisen"
19705
19706 \end_inset
19707
19708  beschrieben.
19709 \end_layout
19710
19711 \begin_layout Standard
19712 Ein Gleitobjekt wird mit 
19713 \family sans
19714 Einfügen\SpecialChar \menuseparator
19715 Gleitobjekt\SpecialChar \menuseparator
19716 Algorithmus/Abbildung/Ta\SpecialChar \-
19717 belle/Um\SpecialChar \-
19718 flos\SpecialChar \-
19719 se\SpecialChar \-
19720 nes
19721 \begin_inset space ~
19722 \end_inset
19723
19724 Gleitobjekt
19725 \family default
19726  eingefügt.
19727  Für Abbildungen oder Tabellen können Sie auch auf 
19728 \begin_inset Graphics
19729         filename ../../images/float-insert_figure.png
19730         scale 70
19731         scaleBeforeRotation
19732         BoundingBox 0bp 6bp 22bp 22bp
19733
19734 \end_inset
19735
19736  oder 
19737 \begin_inset Graphics
19738         filename ../../images/float-insert_table.png
19739         scale 70
19740         scaleBeforeRotation
19741         BoundingBox 0bp 6bp 22bp 22bp
19742
19743 \end_inset
19744
19745  klicken.
19746  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19747  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19748  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19749  #:).
19750  Statt # sehen Sie die von LyX vergebene Nummer.
19751  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19752  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19753  eingefügt.
19754  In Abschnitt
19755 \begin_inset space ~
19756 \end_inset
19757
19758
19759 \begin_inset CommandInset ref
19760 LatexCommand ref
19761 reference "abs:Titel-Platzierung"
19762
19763 \end_inset
19764
19765  finden Sie mehr über die Platzierung des Titels.
19766  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19767  auch wieder geöffnet.
19768  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19769 \begin_inset Graphics
19770         filename clipart/GleitobjektQt4.png
19771         scale 70
19772         scaleBeforeRotation
19773         BoundingBox 0bp 6bp 128bp 22bp
19774
19775 \end_inset
19776
19777  -- ein graues Kästchen mit roter Beschriftung.
19778 \end_layout
19779
19780 \begin_layout Standard
19781 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19782  Gleitobjekte in einem eigenen Absatz einzufügen.
19783 \end_layout
19784
19785 \begin_layout Standard
19786 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19787  indem Sie sie markieren und dann auf 
19788 \begin_inset Graphics
19789         filename ../../images/float-insert_figure.png
19790         scale 70
19791         scaleBeforeRotation
19792         BoundingBox 0bp 6bp 22bp 22bp
19793
19794 \end_inset
19795
19796  oder 
19797 \begin_inset Graphics
19798         filename ../../images/float-insert_table.png
19799         scale 70
19800         scaleBeforeRotation
19801         BoundingBox 0bp 6bp 22bp 22bp
19802
19803 \end_inset
19804
19805  klicken.
19806 \end_layout
19807
19808 \begin_layout Section
19809 Gleitobjekt-Typen
19810 \begin_inset Index
19811 status collapsed
19812
19813 \begin_layout Plain Layout
19814 Gleitobjekte ! Typen
19815 \end_layout
19816
19817 \end_inset
19818
19819
19820 \end_layout
19821
19822 \begin_layout Standard
19823 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
19824 \begin_inset space ~
19825 \end_inset
19826
19827
19828 \begin_inset CommandInset ref
19829 LatexCommand ref
19830 reference "abs:Gleitende-Abbildungen"
19831
19832 \end_inset
19833
19834  und 
19835 \begin_inset CommandInset ref
19836 LatexCommand ref
19837 reference "abs:Gleitende-Tabellen"
19838
19839 \end_inset
19840
19841  beschrieben wurden, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
19842 \end_layout
19843
19844 \begin_layout Subsection
19845 Gleitobjekt-Algorithmen
19846 \begin_inset Index
19847 status collapsed
19848
19849 \begin_layout Plain Layout
19850 Gleitobjekte ! Algorithmen
19851 \end_layout
19852
19853 \end_inset
19854
19855
19856 \begin_inset CommandInset label
19857 LatexCommand label
19858 name "uab:Gleitobjekt-Algorithmen"
19859
19860 \end_inset
19861
19862
19863 \end_layout
19864
19865 \begin_layout Standard
19866 \begin_inset Float algorithm
19867 placement h
19868 wide false
19869 sideways false
19870 status open
19871
19872 \begin_layout Plain Layout
19873 \begin_inset Caption
19874
19875 \begin_layout Plain Layout
19876 \begin_inset CommandInset label
19877 LatexCommand label
19878 name "alg:Ein-Gleitobjekt-Algorithmus"
19879
19880 \end_inset
19881
19882 Ein Gleitobjekt-Algorithmus 
19883 \end_layout
19884
19885 \end_inset
19886
19887
19888 \end_layout
19889
19890 \begin_layout LyX-Code
19891 for I in 1..N loop
19892 \begin_inset Newline newline
19893 \end_inset
19894
19895  Sum:= Sum + A(I); /*Kommentar*/
19896 \begin_inset Newline newline
19897 \end_inset
19898
19899 end loop
19900 \begin_inset VSpace -4mm
19901 \end_inset
19902
19903
19904 \end_layout
19905
19906 \end_inset
19907
19908
19909 \end_layout
19910
19911 \begin_layout Standard
19912 Dieser Typ wird mit 
19913 \family sans
19914 Einfügen\SpecialChar \menuseparator
19915 Gleitobjekt\SpecialChar \menuseparator
19916 Algorithmus
19917 \family default
19918  eingefügt.
19919  Es gibt hierfür (noch) keinen Werkzeugleisten-Knopf.
19920  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet.
19921  Eine mögliche Absatz-Umgebung hier für ist 
19922 \family sans
19923 LyX-Code
19924 \family default
19925 , beschrieben im 
19926 \emph on
19927 Benutzerhandbuch
19928 \emph default
19929 .
19930  In Algorithmus
19931 \begin_inset space ~
19932 \end_inset
19933
19934
19935 \begin_inset CommandInset ref
19936 LatexCommand ref
19937 reference "alg:Ein-Gleitobjekt-Algorithmus"
19938
19939 \end_inset
19940
19941  wurden am Ende -0.4
19942 \begin_inset space \thinspace{}
19943 \end_inset
19944
19945 cm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
19946  letzten Zeile gedruckt wird.
19947 \end_layout
19948
19949 \begin_layout Standard
19950 Die Marke 
19951 \emph on
19952 Algorithmus
19953 \emph default
19954  wird nicht automatisch in die druckbare Version übernommen, sondern das
19955  englische Wort 
19956 \emph on
19957 Algorithm
19958 \emph default
19959  verwendet.
19960  Soll
19961 \emph on
19962  Algorithmus
19963 \emph default
19964  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
19965 \end_layout
19966
19967 \begin_layout Standard
19968
19969 \series bold
19970
19971 \backslash
19972 floatname{algorithm}{Algorithmus}
19973 \end_layout
19974
19975 \begin_layout Standard
19976 Um das Algorithmenverzeichnis einzufügen, kann für englische Dokumente das
19977  Menü 
19978 \family sans
19979 Einfügen\SpecialChar \menuseparator
19980 Liste
19981 \begin_inset space \thinspace{}
19982 \end_inset
19983
19984 /
19985 \begin_inset space \thinspace{}
19986 \end_inset
19987
19988 Inhaltsverzeichnis\SpecialChar \menuseparator
19989 Algorithmenverzeichnis
19990 \family default
19991  verwendet werden.
19992  Für nicht englische Dokumente, muss stattdessen dieser Befehl als TeX-Code
19993  eingefügt werden:
19994 \end_layout
19995
19996 \begin_layout Standard
19997
19998 \series bold
19999
20000 \backslash
20001 listof{algorithm}{Algorithmenverzeichnis}
20002 \end_layout
20003
20004 \begin_layout Standard
20005 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20006  nach dem Schema 
20007 \begin_inset Quotes gld
20008 \end_inset
20009
20010 Kapitelnummer.Algorithmusnummer
20011 \begin_inset Quotes grd
20012 \end_inset
20013
20014  nummeriert.
20015  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20016  einfügen:
20017 \end_layout
20018
20019 \begin_layout Standard
20020
20021 \series bold
20022
20023 \backslash
20024 numberwithin{algorithm}{chapter}
20025 \end_layout
20026
20027 \begin_layout Standard
20028 Um 
20029 \series bold
20030
20031 \backslash
20032 numberwithin
20033 \series default
20034  benutzen zu können, muss in den 
20035 \family sans
20036 Mathe
20037 \begin_inset space ~
20038 \end_inset
20039
20040 Optionen
20041 \family default
20042  der 
20043 \family sans
20044 Dokument-Einstellungen
20045 \family default
20046  
20047 \family sans
20048 AMS
20049 \begin_inset space ~
20050 \end_inset
20051
20052 Mathe
20053 \begin_inset space ~
20054 \end_inset
20055
20056 Paket
20057 \family default
20058
20059 \begin_inset space ~
20060 \end_inset
20061
20062
20063 \family sans
20064 verwenden
20065 \family default
20066  angekreuzt sein.
20067 \end_layout
20068
20069 \begin_layout Subsection
20070 Umflossene Gleitobjekte
20071 \begin_inset CommandInset label
20072 LatexCommand label
20073 name "uab:Umflossene-Gleitobjekte"
20074
20075 \end_inset
20076
20077
20078 \begin_inset Index
20079 status collapsed
20080
20081 \begin_layout Plain Layout
20082 Gleitobjekte ! umflossene
20083 \end_layout
20084
20085 \end_inset
20086
20087
20088 \end_layout
20089
20090 \begin_layout Standard
20091 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
20092  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
20093  den die Abbildung bzw.
20094 \begin_inset space ~
20095 \end_inset
20096
20097 Tabelle übrig lässt.
20098  Sie werden über das Menü
20099 \family sans
20100  Einfügen\SpecialChar \menuseparator
20101 Gleitobjekt\SpecialChar \menuseparator
20102 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
20103 objekt
20104 \family default
20105  eingefügt, wenn das LaTeX-Paket 
20106 \series bold
20107 wrapfig
20108 \series default
20109
20110 \begin_inset Index
20111 status collapsed
20112
20113 \begin_layout Plain Layout
20114 LaTeX-Pakete ! wrapfig
20115 \begin_inset ERT
20116 status collapsed
20117
20118 \begin_layout Plain Layout
20119
20120
20121 \backslash
20122 vspace{4mm}
20123 \end_layout
20124
20125 \end_inset
20126
20127
20128 \end_layout
20129
20130 \end_inset
20131
20132  installiert ist.
20133 \begin_inset Foot
20134 status collapsed
20135
20136 \begin_layout Plain Layout
20137 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20138 \emph on
20139 LaTeX-Konfiguration
20140 \emph default
20141  beschrieben.
20142 \end_layout
20143
20144 \end_inset
20145
20146  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
20147  Box des Gleitobjekts geändert werden.
20148  
20149 \begin_inset Wrap figure
20150 lines 0
20151 placement l
20152 overhang 1cm
20153 width "40col%"
20154 status open
20155
20156 \begin_layout Plain Layout
20157 \begin_inset Graphics
20158         filename ../clipart/mobius.eps
20159         width 40col%
20160         scaleBeforeRotation
20161         rotateOrigin center
20162
20163 \end_inset
20164
20165
20166 \end_layout
20167
20168 \begin_layout Plain Layout
20169 \begin_inset Caption
20170
20171 \begin_layout Plain Layout
20172 \begin_inset CommandInset label
20173 LatexCommand label
20174 name "abb:Dies-ist-eine"
20175
20176 \end_inset
20177
20178 Dies ist eine umflossene Gleitobjekt-Abbildung
20179 \end_layout
20180
20181 \end_inset
20182
20183
20184 \end_layout
20185
20186 \end_inset
20187
20188  Obligatorische Einstellungen sind die 
20189 \family sans
20190 Breite
20191 \family default
20192  und 
20193 \family sans
20194 Platzierung
20195 \family default
20196  des Gleitobjekts.
20197  Optional sind der 
20198 \family sans
20199 Überhang 
20200 \family default
20201 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
20202 \begin_inset space \thinspace{}
20203 \end_inset
20204
20205 /
20206 \begin_inset space \thinspace{}
20207 \end_inset
20208
20209 der Seite ragt und die 
20210 \family sans
20211 benötigten Zeilen
20212 \family default
20213 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
20214  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
20215  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
20216  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
20217  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
20218  zu lassen.
20219  Abbildung
20220 \begin_inset space ~
20221 \end_inset
20222
20223
20224 \begin_inset CommandInset ref
20225 LatexCommand ref
20226 reference "abb:Dies-ist-eine"
20227
20228 \end_inset
20229
20230  ist zum Beispiel ein umflossenes Bild, das 40
20231 \begin_inset space \thinspace{}
20232 \end_inset
20233
20234 % der Spaltenbreite einnimmt, 1
20235 \begin_inset space \thinspace{}
20236 \end_inset
20237
20238 cm in den Rand ragt und links gesetzt wurde.
20239 \begin_inset Foot
20240 status collapsed
20241
20242 \begin_layout Plain Layout
20243 Die benutzbaren Einheiten werden in Anhang
20244 \begin_inset space ~
20245 \end_inset
20246
20247
20248 \begin_inset CommandInset ref
20249 LatexCommand ref
20250 reference "kap:In-LyX-verfügbare"
20251
20252 \end_inset
20253
20254  beschrieben.
20255 \end_layout
20256
20257 \end_inset
20258
20259
20260 \end_layout
20261
20262 \begin_layout Standard
20263 \begin_inset Note Greyedout
20264 status open
20265
20266 \begin_layout Plain Layout
20267
20268 \series bold
20269 Bemerkung:
20270 \series default
20271  Umflossene Objekte sind fragil! Wenn die Abbildung z.
20272 \begin_inset space \thinspace{}
20273 \end_inset
20274
20275 B.
20276  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
20277  oder über anderen Text gedruckt wird.
20278 \end_layout
20279
20280 \end_inset
20281
20282
20283 \end_layout
20284
20285 \begin_layout Standard
20286 Allgemein gilt:
20287 \end_layout
20288
20289 \begin_layout Itemize
20290 Umflossene Gleitobjekte sollten nicht in Absätze gepackt werden, die auf
20291  der nächsten Seite fortgesetzt werden.
20292  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
20293  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
20294 \end_layout
20295
20296 \begin_layout Itemize
20297 Umflossene Gleitobjekte sollten entweder vor dem Absatz, dessen Text um
20298  sie fließen soll, eingefügt werden oder darin.
20299 \end_layout
20300
20301 \begin_layout Itemize
20302 Umflossene Gleitobjekte in aufeinander folgenden Absätzen können Probleme
20303  bereiten, also achten Sie darauf, dass mindestens ein Textabsatz zwischen
20304  ihnen ist.
20305 \end_layout
20306
20307 \begin_layout Itemize
20308 Umflossene Gleitobjekte sind weder in Abschnitts-Überschriften noch in Tabellen
20309  erlaubt.
20310 \end_layout
20311
20312 \begin_layout Section
20313 Gleitobjekt-Nummerierung
20314 \begin_inset CommandInset label
20315 LatexCommand label
20316 name "abs:Gleitobjekt-Nummerierung"
20317
20318 \end_inset
20319
20320
20321 \begin_inset Index
20322 status collapsed
20323
20324 \begin_layout Plain Layout
20325 Gleitobjekte ! Nummerierung
20326 \end_layout
20327
20328 \end_inset
20329
20330
20331 \end_layout
20332
20333 \begin_layout Standard
20334 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20335  nummeriert oder nach dem Schema 
20336 \begin_inset Quotes gld
20337 \end_inset
20338
20339 Kapitelnummer.Gleitobjektnummer
20340 \begin_inset Quotes grd
20341 \end_inset
20342
20343  oder 
20344 \begin_inset Quotes gld
20345 \end_inset
20346
20347 Abschnittsnummer.Gleitobjektnummer
20348 \begin_inset Quotes grd
20349 \end_inset
20350
20351 .
20352  Das hängt von der Dokumentklasse ab.
20353 \end_layout
20354
20355 \begin_layout Standard
20356 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20357  in den LaTeX-Vorspann einfügen:
20358 \end_layout
20359
20360 \begin_layout Standard
20361
20362 \series bold
20363
20364 \backslash
20365 renewcommand{
20366 \backslash
20367 thetable}{
20368 \backslash
20369 roman{table}}
20370 \end_layout
20371
20372 \begin_layout Standard
20373
20374 \series bold
20375
20376 \backslash
20377 thetable
20378 \series default
20379  ist der Befehl, der die Tabellennummer druckt.
20380  Für Abbildungen ist das 
20381 \series bold
20382
20383 \backslash
20384 thefigure
20385 \series default
20386 .
20387  Der Befehl 
20388 \series bold
20389
20390 \backslash
20391 roman
20392 \series default
20393  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20394 \end_layout
20395
20396 \begin_layout Standard
20397 Um das Nummerierungsschema zum Beispiel auf 
20398 \begin_inset Quotes gld
20399 \end_inset
20400
20401 Unterabschnittsnummer.Num\SpecialChar \-
20402 mer
20403 \begin_inset Quotes grd
20404 \end_inset
20405
20406  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20407 \end_layout
20408
20409 \begin_layout Standard
20410
20411 \series bold
20412
20413 \backslash
20414 numberwithin{table}{subsection}
20415 \end_layout
20416
20417 \begin_layout Standard
20418 Um den Befehl 
20419 \series bold
20420
20421 \backslash
20422 numberwithin
20423 \series default
20424  benutzen zu können, müssen Sie in den 
20425 \family sans
20426 Mathe
20427 \begin_inset space ~
20428 \end_inset
20429
20430 Optionen
20431 \family default
20432  der 
20433 \family sans
20434 Dokument-Einstellungen
20435 \family default
20436  
20437 \family sans
20438 AMS
20439 \begin_inset space ~
20440 \end_inset
20441
20442 Mathe
20443 \begin_inset space ~
20444 \end_inset
20445
20446 Paket
20447 \family default
20448
20449 \begin_inset space ~
20450 \end_inset
20451
20452
20453 \family sans
20454 verwenden
20455 \family default
20456  ankreuzen.
20457 \end_layout
20458
20459 \begin_layout Standard
20460 Sehen Sie sich bitte auch Abschnitt
20461 \begin_inset space ~
20462 \end_inset
20463
20464
20465 \begin_inset CommandInset ref
20466 LatexCommand ref
20467 reference "uab:Fußnoten-Nummerierung"
20468
20469 \end_inset
20470
20471  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20472 \end_layout
20473
20474 \begin_layout Section
20475 Auf Gleitobjekte verweisen
20476 \begin_inset CommandInset label
20477 LatexCommand label
20478 name "abs:Auf-Gleitobjekte-verweisen"
20479
20480 \end_inset
20481
20482
20483 \begin_inset Index
20484 status collapsed
20485
20486 \begin_layout Plain Layout
20487 Gleitobjekte ! Querverweise
20488 \end_layout
20489
20490 \end_inset
20491
20492
20493 \begin_inset Index
20494 status collapsed
20495
20496 \begin_layout Plain Layout
20497 Querverweise
20498 \end_layout
20499
20500 \end_inset
20501
20502
20503 \end_layout
20504
20505 \begin_layout Standard
20506 Zunächst müssen Sie mit 
20507 \family sans
20508 Einfügen\SpecialChar \menuseparator
20509 Marke
20510 \family default
20511  oder einen Klick auf 
20512 \begin_inset Graphics
20513         filename ../../images/label-insert.png
20514         scale 70
20515         scaleBeforeRotation
20516
20517 \end_inset
20518
20519  eine Marke im Titel einfügen.
20520  Im 
20521 \family sans
20522 Marke
20523 \family default
20524 -Dialog schreiben Sie einen Text in das Feld 
20525 \family sans
20526 Marke
20527 \family default
20528  oder übernehmen den vorgeschlagenen.
20529  Die Marke sieht in LyX dann so aus:
20530 \end_layout
20531
20532 \begin_layout Standard
20533 \begin_inset Graphics
20534         filename clipart/Marke.png
20535         lyxscale 80
20536         scale 50
20537         scaleBeforeRotation
20538         BoundingBox 0bp 6bp 76bp 23bp
20539
20540 \end_inset
20541
20542
20543 \end_layout
20544
20545 \begin_layout Standard
20546 Die Marke wird als Anker und Name für den Querverweis benutzt.
20547  Mit 
20548 \family sans
20549 Einfügen\SpecialChar \menuseparator
20550 Querverweis
20551 \family default
20552  oder einen Klick auf 
20553 \begin_inset Graphics
20554         filename ../../images/dialog-show-new-inset_ref.png
20555         scale 70
20556         scaleBeforeRotation
20557
20558 \end_inset
20559
20560  können Sie dann auf die Marke verweisen.
20561  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20562  angezeigt:
20563 \end_layout
20564
20565 \begin_layout Standard
20566 \begin_inset Graphics
20567         filename clipart/Querverweis.png
20568         lyxscale 80
20569         scale 50
20570         scaleBeforeRotation
20571         BoundingBox 0bp 6bp 76bp 23bp
20572
20573 \end_inset
20574
20575
20576 \begin_inset Newline newline
20577 \end_inset
20578
20579  Mehr zu Querverweisen finden Sie im 
20580 \emph on
20581 Benutzerhandbuch
20582 \emph default
20583 .
20584 \end_layout
20585
20586 \begin_layout Standard
20587 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20588  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20589  durch einen Zeilenumbruch getrennt werden können.
20590 \end_layout
20591
20592 \begin_layout Standard
20593 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20594  LyX passt die Querverweise automatisch an.
20595 \end_layout
20596
20597 \begin_layout Standard
20598 Ein Klick auf den Schalter 
20599 \family sans
20600 Gehe
20601 \begin_inset space ~
20602 \end_inset
20603
20604 zur
20605 \begin_inset space ~
20606 \end_inset
20607
20608 Marke
20609 \family default
20610  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20611  Der Text der Schaltfläche heißt jetzt 
20612 \family sans
20613 Gehe
20614 \begin_inset space ~
20615 \end_inset
20616
20617 zurück
20618 \family default
20619  und ein Klick darauf macht genau dies.
20620   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20621  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20622  Dann ist auch kein 
20623 \family sans
20624 Gehe
20625 \begin_inset space ~
20626 \end_inset
20627
20628 zurück
20629 \family default
20630  möglich.
20631 \end_layout
20632
20633 \begin_layout Subsection
20634 Querverweis-Formate
20635 \begin_inset CommandInset label
20636 LatexCommand label
20637 name "uab:Querverweis-Formate"
20638
20639 \end_inset
20640
20641
20642 \begin_inset Index
20643 status collapsed
20644
20645 \begin_layout Plain Layout
20646 Querverweise ! Formate
20647 \end_layout
20648
20649 \end_inset
20650
20651
20652 \end_layout
20653
20654 \begin_layout Standard
20655 Es gibt sechs verschiedene Querverweisstile:
20656 \end_layout
20657
20658 \begin_layout Description
20659 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20660  
20661 \begin_inset CommandInset ref
20662 LatexCommand ref
20663 reference "abb:Zwei-Teilabbildungen"
20664
20665 \end_inset
20666
20667
20668 \end_layout
20669
20670 \begin_layout Description
20671 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20672  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20673  verwendet wird, speziell wenn der Name 
20674 \begin_inset Quotes gld
20675 \end_inset
20676
20677 Gleichung
20678 \begin_inset Quotes grd
20679 \end_inset
20680
20681  weggelassen wird: 
20682 \begin_inset CommandInset ref
20683 LatexCommand eqref
20684 reference "eq:Wgn"
20685
20686 \end_inset
20687
20688
20689 \end_layout
20690
20691 \begin_layout Description
20692 <Seite>: druckt die Seitennummer: Seite
20693 \begin_inset space ~
20694 \end_inset
20695
20696
20697 \begin_inset CommandInset ref
20698 LatexCommand pageref
20699 reference "abb:Zwei-Teilabbildungen"
20700
20701 \end_inset
20702
20703
20704 \end_layout
20705
20706 \begin_layout Description
20707 auf
20708 \begin_inset space ~
20709 \end_inset
20710
20711 Seite
20712 \begin_inset space ~
20713 \end_inset
20714
20715 <Seite>: druckt den Text 
20716 \begin_inset Quotes gld
20717 \end_inset
20718
20719 auf Seite
20720 \begin_inset Quotes grd
20721 \end_inset
20722
20723  und die Seitennummer: 
20724 \begin_inset CommandInset ref
20725 LatexCommand vpageref
20726 reference "abb:Zwei-Teilabbildungen"
20727
20728 \end_inset
20729
20730
20731 \end_layout
20732
20733 \begin_layout Description
20734 <Querverweis>
20735 \begin_inset space ~
20736 \end_inset
20737
20738 auf
20739 \begin_inset space ~
20740 \end_inset
20741
20742 Seite
20743 \begin_inset space ~
20744 \end_inset
20745
20746 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20747 \begin_inset Quotes gld
20748 \end_inset
20749
20750 auf Seite
20751 \begin_inset Quotes grd
20752 \end_inset
20753
20754 , und die Seitennummer: 
20755 \begin_inset CommandInset ref
20756 LatexCommand vref
20757 reference "abb:Zwei-Teilabbildungen"
20758
20759 \end_inset
20760
20761
20762 \end_layout
20763
20764 \begin_layout Description
20765 Formatierter
20766 \begin_inset space ~
20767 \end_inset
20768
20769 Querverweis: druckt ein selbst definiertes Querverweisformat
20770 \begin_inset Newline newline
20771 \end_inset
20772
20773
20774 \begin_inset Note Greyedout
20775 status open
20776
20777 \begin_layout Plain Layout
20778
20779 \series bold
20780 Bemerkung:
20781 \series default
20782  Dies ist nur möglich, wenn das LaTeX-Paket 
20783 \series bold
20784 prettyref
20785 \series default
20786  installiert ist.
20787 \end_layout
20788
20789 \end_inset
20790
20791
20792 \end_layout
20793
20794 \begin_layout Standard
20795 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
20796  sich die referenzierte Marke auf der vorherigen, derselben oder der nächsten
20797  Seite befindet.
20798  Stattdessen wird der Text 
20799 \begin_inset Quotes gld
20800 \end_inset
20801
20802 auf der vorigen Seite
20803 \begin_inset Quotes grd
20804 \end_inset
20805
20806
20807 \begin_inset Quotes gld
20808 \end_inset
20809
20810 auf dieser Seite
20811 \begin_inset Quotes grd
20812 \end_inset
20813
20814  oder 
20815 \begin_inset Quotes gld
20816 \end_inset
20817
20818 auf der nächsten Seite
20819 \begin_inset Quotes grd
20820 \end_inset
20821
20822  gedruckt.
20823 \end_layout
20824
20825 \begin_layout Standard
20826 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
20827  automatisch von LaTeX berechnet.
20828  Die Stile können im Feld 
20829 \family sans
20830 Format
20831 \family default
20832  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
20833  einen Querverweis klicken.
20834 \end_layout
20835
20836 \begin_layout Subsection
20837 Automatische Querverweis-Namen
20838 \begin_inset Index
20839 status collapsed
20840
20841 \begin_layout Plain Layout
20842 Querverweise ! Automatische Namen 
20843 \end_layout
20844
20845 \end_inset
20846
20847
20848 \end_layout
20849
20850 \begin_layout Standard
20851 Das LaTeX-Paket 
20852 \series bold
20853 hyperref
20854 \series default
20855
20856 \begin_inset Index
20857 status collapsed
20858
20859 \begin_layout Plain Layout
20860 LaTeX-Pakete ! hyperref
20861 \end_layout
20862
20863 \end_inset
20864
20865  besitzt eine sehr nützliche Funktion, damit Querverweise den Namen des
20866  Gleitobjekts automatisch enthalten (oder Textteile wie 
20867 \emph on
20868 Abschnitt
20869 \emph default
20870 ).
20871  Sie müssen nicht mehr Abbildung vor das Querverweis-Kästchen schreiben.
20872  Um diese Funktion benutzen zu können, müssen Sie 
20873 \series bold
20874 hyperref
20875 \series default
20876  in den LaTeX-Vorspann wie folgt einfügen:
20877 \end_layout
20878
20879 \begin_layout Standard
20880
20881 \series bold
20882
20883 \backslash
20884 usepackage[pdfborder={0 0 0}]{hyperref}
20885 \begin_inset Newline newline
20886 \end_inset
20887
20888
20889 \backslash
20890 AtBeginDocument{
20891 \backslash
20892 renewcommand{
20893 \backslash
20894 ref}[1]{
20895 \backslash
20896 mbox{
20897 \backslash
20898 autoref{#1}}}}
20899 \end_layout
20900
20901 \begin_layout Standard
20902
20903 \series bold
20904 hyperref
20905 \series default
20906  wird benutzt, um Marken und Querverweise in DVI- und PDF
20907 \begin_inset ERT
20908 status open
20909
20910 \begin_layout Plain Layout
20911
20912 "=
20913 \end_layout
20914
20915 \end_inset
20916
20917 Dokumenten zu verlinken, das heißt der Leser der entsprechenden Datei kann
20918  auf solch einen Link klicken, und die angeklickte Stelle wird gezeigt.
20919  In DVI-Dateien ist ein Link blau unterstrichen, in der PDF-Datei ändert
20920  sich der Cursor.
20921 \end_layout
20922
20923 \begin_layout Standard
20924 Diese Funktion wird auch in diesem Dokument benutzt und nach und nach in
20925  allen Handbüchern.
20926  Wenn Sie sich den LaTeX-Vorspann ansehen, werden Sie verschiedene Optionen
20927  für die Benutzung von 
20928 \series bold
20929 hyperref
20930 \series default
20931  sehen.
20932  In der 
20933 \series bold
20934 hyperref
20935 \series default
20936 -Dokumentation 
20937 \begin_inset CommandInset citation
20938 LatexCommand cite
20939 key "hyperref"
20940
20941 \end_inset
20942
20943  finden Sie mehr darüber.
20944 \end_layout
20945
20946 \begin_layout Standard
20947 \begin_inset Note Greyedout
20948 status open
20949
20950 \begin_layout Plain Layout
20951
20952 \series bold
20953 Bemerkung:
20954 \series default
20955  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
20956  als Querverweisstil 
20957 \family sans
20958 Formatierter
20959 \begin_inset space ~
20960 \end_inset
20961
20962 Querverweis
20963 \family default
20964  benutzen.
20965 \end_layout
20966
20967 \end_inset
20968
20969
20970 \end_layout
20971
20972 \begin_layout Subsection
20973 Querverweis-Position
20974 \begin_inset CommandInset label
20975 LatexCommand label
20976 name "uab:Querverweis-Position"
20977
20978 \end_inset
20979
20980
20981 \begin_inset Index
20982 status collapsed
20983
20984 \begin_layout Plain Layout
20985 Querverweise !  Position
20986 \end_layout
20987
20988 \end_inset
20989
20990
20991 \end_layout
20992
20993 \begin_layout Standard
20994 Wenn Sie 
20995 \series bold
20996 hyperref
20997 \series default
20998  benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein Klick
20999  auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21000  und Sie werden das Bild ohne Rollen nicht sehen.
21001  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21002  ist.
21003  Wenn Sie das  LaTeX-Paket 
21004 \series bold
21005 hypcap
21006 \series default
21007
21008 \begin_inset Index
21009 status collapsed
21010
21011 \begin_layout Plain Layout
21012 LaTeX-Pakete ! hypcap
21013 \end_layout
21014
21015 \end_inset
21016
21017 , das Teil des LaTeX-Pakets 
21018 \series bold
21019 oberdiek
21020 \series default
21021
21022 \begin_inset Index
21023 status collapsed
21024
21025 \begin_layout Plain Layout
21026 LaTeX-Pakete ! oberdiek
21027 \end_layout
21028
21029 \end_inset
21030
21031  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21032  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21033 \series bold
21034 hypcap
21035 \series default
21036  zunächst in den LaTeX-Vorspann laden:
21037 \end_layout
21038
21039 \begin_layout Standard
21040
21041 \series bold
21042
21043 \backslash
21044 usepackage[figure]{hypcap}
21045 \end_layout
21046
21047 \begin_layout Standard
21048 Sie können 
21049 \series bold
21050 hypcap
21051 \series default
21052  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
21053  nicht empfohlen.
21054  Weitere Informationen finden Sie im
21055 \series bold
21056  hypcap
21057 \series default
21058 -Handbuch 
21059 \begin_inset CommandInset citation
21060 LatexCommand cite
21061 key "hypcap"
21062
21063 \end_inset
21064
21065 .
21066 \end_layout
21067
21068 \begin_layout Standard
21069 \begin_inset Note Greyedout
21070 status open
21071
21072 \begin_layout Plain Layout
21073
21074 \series bold
21075 Bemerkung 1:
21076 \series default
21077  
21078 \series bold
21079 hypcap
21080 \series default
21081  muss nach 
21082 \series bold
21083 hyperref
21084 \series default
21085  geladen werden.
21086 \end_layout
21087
21088 \end_inset
21089
21090
21091 \end_layout
21092
21093 \begin_layout Standard
21094 \begin_inset Note Greyedout
21095 status open
21096
21097 \begin_layout Plain Layout
21098
21099 \series bold
21100 Bemerkung 2:
21101 \series default
21102  
21103 \series medium
21104 Das Setzen der Querverweis-Position hat keinen Einfluss auf Querverweise
21105  zu Teilabbildungen.
21106 \end_layout
21107
21108 \end_inset
21109
21110
21111 \end_layout
21112
21113 \begin_layout Section
21114 Gleitobjekt-Platzierung
21115 \begin_inset CommandInset label
21116 LatexCommand label
21117 name "abs:Gleitobjekt-Platzierung"
21118
21119 \end_inset
21120
21121
21122 \begin_inset Index
21123 status collapsed
21124
21125 \begin_layout Plain Layout
21126 Gleitobjekte ! Plazierung
21127 \end_layout
21128
21129 \end_inset
21130
21131
21132 \end_layout
21133
21134 \begin_layout Standard
21135 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21136 \family sans
21137 Gleitobjekt-Einstellungen
21138 \family default
21139 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21140  können.
21141 \begin_inset Newline newline
21142 \end_inset
21143
21144 Die Option 
21145 \family sans
21146 Spalten
21147 \begin_inset space ~
21148 \end_inset
21149
21150 überspannen
21151 \family default
21152  ist nur bei zweispaltigen Dokumenten sinnvoll.
21153  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21154 \begin_inset Newline newline
21155 \end_inset
21156
21157 Die Option 
21158 \family sans
21159 Seitwärts
21160 \begin_inset space ~
21161 \end_inset
21162
21163 drehen
21164 \family default
21165  ist in Abschnitt 
21166 \begin_inset CommandInset ref
21167 LatexCommand ref
21168 reference "abs:Gedrehte-Gleitobjekte"
21169
21170 \end_inset
21171
21172  beschrieben.
21173 \end_layout
21174
21175 \begin_layout Standard
21176 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21177  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21178  Sie die Option 
21179 \family sans
21180 Standard-Platzierung
21181 \begin_inset space ~
21182 \end_inset
21183
21184 verwenden
21185 \family default
21186  nicht verwenden:
21187 \end_layout
21188
21189 \begin_layout Description
21190 Hier
21191 \begin_inset space ~
21192 \end_inset
21193
21194 wenn
21195 \begin_inset space ~
21196 \end_inset
21197
21198 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21199 \end_layout
21200
21201 \begin_layout Description
21202 Anfang
21203 \begin_inset space ~
21204 \end_inset
21205
21206 der
21207 \begin_inset space ~
21208 \end_inset
21209
21210 Seite
21211 \family sans
21212  
21213 \family default
21214 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21215  Gleitobjekte, die maximal 70
21216 \begin_inset space \thinspace{}
21217 \end_inset
21218
21219 % einer Seite benötigen, dürfen oben platziert werden.
21220  Dies kann durch die Variable 
21221 \series bold
21222
21223 \backslash
21224 topfraction
21225 \series default
21226  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21227 \end_layout
21228
21229 \begin_deeper
21230 \begin_layout Standard
21231
21232 \series bold
21233
21234 \backslash
21235 renewcommand{
21236 \backslash
21237 topfraction}{0.9}
21238 \family typewriter
21239 \series default
21240  
21241 \end_layout
21242
21243 \end_deeper
21244 \begin_layout Description
21245 Ende
21246 \begin_inset space ~
21247 \end_inset
21248
21249 der
21250 \begin_inset space ~
21251 \end_inset
21252
21253 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21254  Gleitobjekte, die maximal 30
21255 \begin_inset space \thinspace{}
21256 \end_inset
21257
21258 % einer Seite benötigen, dürfen unten platziert werden.
21259  Dies kann durch die Variable 
21260 \series bold
21261
21262 \backslash
21263 bottomfraction
21264 \series default
21265  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21266 \end_layout
21267
21268 \begin_deeper
21269 \begin_layout Standard
21270
21271 \series bold
21272
21273 \backslash
21274 renewcommand{
21275 \backslash
21276 bottomfraction}{0.5}
21277 \end_layout
21278
21279 \begin_layout Standard
21280 die oftmals zu kleine untere Grenze auf 50
21281 \begin_inset space \thinspace{}
21282 \end_inset
21283
21284 %.
21285 \end_layout
21286
21287 \end_deeper
21288 \begin_layout Description
21289 Seite
21290 \begin_inset space ~
21291 \end_inset
21292
21293 mit
21294 \begin_inset space ~
21295 \end_inset
21296
21297 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21298  Nur wenn mehr als 50
21299 \begin_inset space \thinspace{}
21300 \end_inset
21301
21302 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21303  Gleitobjekte bereitgestellt.
21304  Dies kann durch die Variable 
21305 \series bold
21306
21307 \backslash
21308 floatpagefraction 
21309 \series default
21310 im LaTeX-Vorspann überschrieben werden.
21311 \end_layout
21312
21313 \begin_layout Standard
21314 Die Reihenfolge der obigen Optionen wird 
21315 \emph on
21316 immer
21317 \emph default
21318  von LaTeX verwendet.
21319  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21320  versuchen 
21321 \family sans
21322 Hier
21323 \begin_inset space \space{}
21324 \end_inset
21325
21326 wenn
21327 \begin_inset space \space{}
21328 \end_inset
21329
21330 möglich
21331 \family default
21332 , dann 
21333 \family sans
21334 Anfang
21335 \begin_inset space ~
21336 \end_inset
21337
21338 der
21339 \begin_inset space ~
21340 \end_inset
21341
21342 Seite
21343 \family default
21344  und dann die anderen Optionen anzuwenden.
21345  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21346  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21347  Reihenfolge.
21348  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21349 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21350 \end_layout
21351
21352 \begin_layout Standard
21353 Die Option 
21354 \family sans
21355 Hier,
21356 \begin_inset space ~
21357 \end_inset
21358
21359 auf
21360 \begin_inset space ~
21361 \end_inset
21362
21363 jeden
21364 \begin_inset space ~
21365 \end_inset
21366
21367 Fall
21368 \family default
21369  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21370  fast druckreif ist.
21371  Denn mit der Option kann das Objekt nicht mehr 
21372 \emph on
21373 gleiten
21374 \emph default
21375 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21376  oftmals zerstört.
21377 \end_layout
21378
21379 \begin_layout Standard
21380 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
21381  immer vom Text eines bestimmten Absatzes umgeben sind.
21382 \begin_inset VSpace bigskip
21383 \end_inset
21384
21385
21386 \end_layout
21387
21388 \begin_layout Standard
21389 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21390 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21391  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21392  Das kann mit dem LaTeX-Befehl
21393 \series bold
21394  
21395 \backslash
21396 suppressfloats
21397 \series default
21398  verhindert werden.
21399  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21400  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21401  gesetzt wird.
21402  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21403 \end_layout
21404
21405 \begin_layout Standard
21406
21407 \series bold
21408
21409 \backslash
21410 let
21411 \backslash
21412 meinAbschnitt
21413 \backslash
21414 section
21415 \begin_inset Newline newline
21416 \end_inset
21417
21418
21419 \backslash
21420 renewcommand{
21421 \backslash
21422 section}{
21423 \backslash
21424 suppressfloats[t]
21425 \backslash
21426 meinAbschnitt}
21427 \end_layout
21428
21429 \begin_layout Standard
21430 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21431  Unterabschnitten festlegen.
21432  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21433  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21434 \end_layout
21435
21436 \begin_layout Standard
21437 Es gibt auch noch das LaTeX-Paket 
21438 \series bold
21439 flafter
21440 \series default
21441
21442 \begin_inset Index
21443 status collapsed
21444
21445 \begin_layout Plain Layout
21446 LaTeX-Pakete ! flafter
21447 \end_layout
21448
21449 \end_inset
21450
21451  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21452  gedruckt wird.
21453 \end_layout
21454
21455 \begin_layout Standard
21456 \begin_inset VSpace bigskip
21457 \end_inset
21458
21459 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21460  Dafür gibt es das LaTeX-Paket 
21461 \series bold
21462 endfloat
21463 \series default
21464
21465 \begin_inset Index
21466 status collapsed
21467
21468 \begin_layout Plain Layout
21469 LaTeX-Pakete ! endfloat
21470 \end_layout
21471
21472 \end_inset
21473
21474 .
21475  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21476  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21477  
21478 \family sans
21479
21480 \begin_inset Quotes gld
21481 \end_inset
21482
21483 [Abbildung
21484 \begin_inset space ~
21485 \end_inset
21486
21487 3.2 ist ungefähr hier.]
21488 \family default
21489
21490 \begin_inset Quotes grd
21491 \end_inset
21492
21493  finden.
21494  Das 
21495 \series bold
21496 endfloat
21497 \series default
21498 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21499 \end_layout
21500
21501 \begin_layout Standard
21502
21503 \series bold
21504
21505 \backslash
21506 usepackage[Optionen]{endfloat}
21507 \end_layout
21508
21509 \begin_layout Standard
21510 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21511  Tabellen-Abschnitte, die Sie in der 
21512 \series bold
21513 endfloat
21514 \series default
21515 -Dokumentation 
21516 \begin_inset CommandInset citation
21517 LatexCommand cite
21518 key "endfloat"
21519
21520 \end_inset
21521
21522  nachlesen können.
21523 \begin_inset Newline newline
21524 \end_inset
21525
21526
21527 \begin_inset Note Greyedout
21528 status open
21529
21530 \begin_layout Plain Layout
21531
21532 \series bold
21533 Bemerkung
21534 \begin_inset space ~
21535 \end_inset
21536
21537 1: endfloat
21538 \series default
21539  übersetzt den Hinweistext nicht automatisch.
21540  Abschnitt
21541 \begin_inset space ~
21542 \end_inset
21543
21544 4 in 
21545 \begin_inset CommandInset citation
21546 LatexCommand cite
21547 key "endfloat"
21548
21549 \end_inset
21550
21551  beschreibt, wie es geht.
21552 \end_layout
21553
21554 \end_inset
21555
21556
21557 \end_layout
21558
21559 \begin_layout Standard
21560 \begin_inset Note Greyedout
21561 status open
21562
21563 \begin_layout Plain Layout
21564
21565 \series bold
21566 Bemerkung
21567 \begin_inset space ~
21568 \end_inset
21569
21570 2: 
21571 \series default
21572 Die aktuelle Version von 
21573 \series bold
21574 endfloat
21575 \series default
21576  hat einen Fehler, wenn die Überschrift ein 
21577 \begin_inset Quotes gld
21578 \end_inset
21579
21580 ß
21581 \begin_inset Quotes grd
21582 \end_inset
21583
21584  enthält.
21585  Sie müssen stattdessen den Befehl 
21586 \series bold
21587
21588 \backslash
21589 ss
21590 \series default
21591  als TeX-Code benutzen.
21592 \end_layout
21593
21594 \end_inset
21595
21596
21597 \end_layout
21598
21599 \begin_layout Standard
21600 \begin_inset VSpace bigskip
21601 \end_inset
21602
21603 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
21604  wie 
21605 \begin_inset CommandInset citation
21606 LatexCommand cite
21607 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21608
21609 \end_inset
21610
21611 .
21612 \end_layout
21613
21614 \begin_layout Section
21615 Gedrehte Gleitobjekte
21616 \begin_inset CommandInset label
21617 LatexCommand label
21618 name "abs:Gedrehte-Gleitobjekte"
21619
21620 \end_inset
21621
21622
21623 \begin_inset Index
21624 status collapsed
21625
21626 \begin_layout Plain Layout
21627 Gleitobjekte ! drehen
21628 \end_layout
21629
21630 \end_inset
21631
21632
21633 \end_layout
21634
21635 \begin_layout Standard
21636 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
21637 t drehen.
21638  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
21639  und die Option 
21640 \family sans
21641 Seitwärts
21642 \begin_inset space ~
21643 \end_inset
21644
21645 drehen
21646 \family default
21647  wählen.
21648 \end_layout
21649
21650 \begin_layout Standard
21651 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
21652  sie ein mehrspaltiges Dokument haben) gedruckt.
21653  Sie können mehrere Spalten überspannen, wenn die Option 
21654 \family sans
21655 Spalten
21656 \begin_inset space ~
21657 \end_inset
21658
21659 überspannen
21660 \family default
21661  in den Gleitobjekt Einstellungen gewählt ist.
21662  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
21663  werden können.
21664  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
21665  Option 
21666 \series bold
21667 figuresleft
21668 \series default
21669  oder 
21670 \series bold
21671 figuresright
21672 \series default
21673  zu den Dokumentklassen-Optionen hinzu.
21674 \end_layout
21675
21676 \begin_layout Standard
21677 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
21678  Tabelle
21679 \begin_inset space ~
21680 \end_inset
21681
21682
21683 \begin_inset CommandInset ref
21684 LatexCommand ref
21685 reference "tab:Gedrehte-Tabelle"
21686
21687 \end_inset
21688
21689  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
21690 \end_layout
21691
21692 \begin_layout Standard
21693 \begin_inset Note Greyedout
21694 status open
21695
21696 \begin_layout Plain Layout
21697
21698 \series bold
21699 Bemerkung:
21700 \series default
21701  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
21702 \end_layout
21703
21704 \end_inset
21705
21706
21707 \end_layout
21708
21709 \begin_layout Standard
21710 \begin_inset Float table
21711 wide false
21712 sideways true
21713 status open
21714
21715 \begin_layout Plain Layout
21716 \begin_inset Caption
21717
21718 \begin_layout Plain Layout
21719 \begin_inset CommandInset label
21720 LatexCommand label
21721 name "tab:Gedrehte-Tabelle"
21722
21723 \end_inset
21724
21725 Gedrehte Tabelle
21726 \end_layout
21727
21728 \end_inset
21729
21730
21731 \end_layout
21732
21733 \begin_layout Plain Layout
21734 \align center
21735 \begin_inset Tabular
21736 <lyxtabular version="3" rows="1" columns="5">
21737 <features>
21738 <column alignment="center" valignment="top" width="0">
21739 <column alignment="center" valignment="top" width="0">
21740 <column alignment="center" valignment="top" width="0">
21741 <column alignment="center" valignment="top" width="0">
21742 <column alignment="center" valignment="top" width="0">
21743 <row>
21744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21745 \begin_inset Text
21746
21747 \begin_layout Plain Layout
21748 Test
21749 \end_layout
21750
21751 \end_inset
21752 </cell>
21753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21754 \begin_inset Text
21755
21756 \begin_layout Plain Layout
21757 b
21758 \end_layout
21759
21760 \end_inset
21761 </cell>
21762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21763 \begin_inset Text
21764
21765 \begin_layout Plain Layout
21766 c
21767 \end_layout
21768
21769 \end_inset
21770 </cell>
21771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21772 \begin_inset Text
21773
21774 \begin_layout Plain Layout
21775 d
21776 \end_layout
21777
21778 \end_inset
21779 </cell>
21780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21781 \begin_inset Text
21782
21783 \begin_layout Plain Layout
21784 e
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 </row>
21790 </lyxtabular>
21791
21792 \end_inset
21793
21794
21795 \end_layout
21796
21797 \end_inset
21798
21799
21800 \end_layout
21801
21802 \begin_layout Section
21803 Gleitobjekte nebeneinander
21804 \begin_inset Index
21805 status collapsed
21806
21807 \begin_layout Plain Layout
21808 Gleitobjekte ! nebeneinander
21809 \end_layout
21810
21811 \end_inset
21812
21813
21814 \end_layout
21815
21816 \begin_layout Standard
21817 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
21818 \begin_inset space ~
21819 \end_inset
21820
21821
21822 \begin_inset CommandInset ref
21823 LatexCommand ref
21824 reference "abb:Gleitobjekt-links"
21825
21826 \end_inset
21827
21828  und 
21829 \begin_inset CommandInset ref
21830 LatexCommand ref
21831 reference "abb:Gleitobjekt-rechts"
21832
21833 \end_inset
21834
21835  wird nur 
21836 \emph on
21837 ein
21838 \emph default
21839  Gleitobjekt verwendet.
21840  In dieses werden zwei Minipage Boxen eingefügt.
21841 \begin_inset Foot
21842 status collapsed
21843
21844 \begin_layout Plain Layout
21845 Minipages sind in Abschnitt
21846 \begin_inset space ~
21847 \end_inset
21848
21849
21850 \begin_inset CommandInset ref
21851 LatexCommand ref
21852 reference "abs:Minipage"
21853
21854 \end_inset
21855
21856  erklärt.
21857 \end_layout
21858
21859 \end_inset
21860
21861  Die Breite wird für jede Minipage auf 45
21862 \begin_inset space \thinspace{}
21863 \end_inset
21864
21865 -50
21866 \begin_inset space \thinspace{}
21867 \end_inset
21868
21869 Spalten% und die Box Ausrichtung auf 
21870 \family sans
21871 Unten
21872 \family default
21873  gesetzt.
21874  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
21875  Gleitobjekt.
21876  Der einzige Unterschied ist, dass die Bildeinheit 
21877 \family sans
21878 Spaltenbreite
21879 \begin_inset space ~
21880 \end_inset
21881
21882 %
21883 \family default
21884  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
21885 \end_layout
21886
21887 \begin_layout Standard
21888 \begin_inset Float figure
21889 wide false
21890 sideways false
21891 status open
21892
21893 \begin_layout Plain Layout
21894 \begin_inset Box Frameless
21895 position "b"
21896 hor_pos "c"
21897 has_inner_box 1
21898 inner_pos "t"
21899 use_parbox 0
21900 width "45col%"
21901 special "none"
21902 height "1in"
21903 height_special "totalheight"
21904 status open
21905
21906 \begin_layout Plain Layout
21907 \align center
21908 \begin_inset Graphics
21909         filename ../clipart/mobius.eps
21910         lyxscale 50
21911         width 100col%
21912         scaleBeforeRotation
21913
21914 \end_inset
21915
21916
21917 \end_layout
21918
21919 \begin_layout Plain Layout
21920 \begin_inset Caption
21921
21922 \begin_layout Plain Layout
21923 \begin_inset CommandInset label
21924 LatexCommand label
21925 name "abb:Gleitobjekt-links"
21926
21927 \end_inset
21928
21929 Gleitobjekt auf der linken Seite.
21930 \end_layout
21931
21932 \end_inset
21933
21934
21935 \end_layout
21936
21937 \end_inset
21938
21939
21940 \begin_inset space \hfill{}
21941 \end_inset
21942
21943
21944 \begin_inset Box Frameless
21945 position "b"
21946 hor_pos "c"
21947 has_inner_box 1
21948 inner_pos "t"
21949 use_parbox 0
21950 width "45col%"
21951 special "none"
21952 height "1in"
21953 height_special "totalheight"
21954 status open
21955
21956 \begin_layout Plain Layout
21957 \align center
21958 \begin_inset Graphics
21959         filename ../clipart/platypus.eps
21960         lyxscale 50
21961         width 100col%
21962         scaleBeforeRotation
21963
21964 \end_inset
21965
21966
21967 \end_layout
21968
21969 \begin_layout Plain Layout
21970 \begin_inset Caption
21971
21972 \begin_layout Plain Layout
21973 \begin_inset CommandInset label
21974 LatexCommand label
21975 name "abb:Gleitobjekt-rechts"
21976
21977 \end_inset
21978
21979 Gleitobjekt auf der rechten Seite.
21980 \end_layout
21981
21982 \end_inset
21983
21984
21985 \end_layout
21986
21987 \end_inset
21988
21989
21990 \end_layout
21991
21992 \end_inset
21993
21994
21995 \end_layout
21996
21997 \begin_layout Section
21998 Beschriftungs-Formatierung
21999 \begin_inset CommandInset label
22000 LatexCommand label
22001 name "abs:Titel-Formatierung"
22002
22003 \end_inset
22004
22005
22006 \begin_inset Index
22007 status collapsed
22008
22009 \begin_layout Plain Layout
22010 Gleitobjekte ! Beschriftung ! Formatierung
22011 \end_layout
22012
22013 \end_inset
22014
22015
22016 \end_layout
22017
22018 \begin_layout Standard
22019
22020 \family sans
22021 Legende
22022 \family default
22023  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22024  In LyX sehen Titel so aus:  
22025 \family sans
22026
22027 \begin_inset Quotes gld
22028 \end_inset
22029
22030 Abbildung xyz:
22031 \family default
22032
22033 \begin_inset Quotes grd
22034 \end_inset
22035
22036 , gefolgt vom Beschriftungstext, wobei 
22037 \family sans
22038 xyz
22039 \family default
22040  die von LyX vergebene Nummer ist.
22041  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22042  gedruckt.
22043  Dies ist nicht immer brauchbar.
22044 \end_layout
22045
22046 \begin_layout Standard
22047 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22048  
22049 \series bold
22050 caption
22051 \series default
22052
22053 \begin_inset Index
22054 status collapsed
22055
22056 \begin_layout Plain Layout
22057 LaTeX-Pakete ! caption
22058 \end_layout
22059
22060 \end_inset
22061
22062  in den LaTeX-Vorspann laden:
22063 \end_layout
22064
22065 \begin_layout Standard
22066
22067 \series bold
22068
22069 \backslash
22070 usepackage[Format-Definition]{caption}
22071 \end_layout
22072
22073 \begin_layout Standard
22074 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22075  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22076 \end_layout
22077
22078 \begin_layout Standard
22079
22080 \series bold
22081
22082 \backslash
22083 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22084 \end_layout
22085
22086 \begin_layout Standard
22087 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22088  definieren.
22089  Dazu laden Sie das 
22090 \series bold
22091 caption
22092 \series default
22093 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22094  dem Befehl
22095 \end_layout
22096
22097 \begin_layout Standard
22098
22099 \series bold
22100
22101 \backslash
22102 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22103 \end_layout
22104
22105 \begin_layout Standard
22106 Für Abbildung
22107 \begin_inset space ~
22108 \end_inset
22109
22110
22111 \begin_inset CommandInset ref
22112 LatexCommand ref
22113 reference "abb:Langer-Abb-Titel"
22114
22115 \end_inset
22116
22117  und Tabelle
22118 \begin_inset space ~
22119 \end_inset
22120
22121
22122 \begin_inset CommandInset ref
22123 LatexCommand ref
22124 reference "tab:Langer-Tab-Titel"
22125
22126 \end_inset
22127
22128  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22129  werden:
22130 \end_layout
22131
22132 \begin_layout Standard
22133
22134 \series bold
22135
22136 \backslash
22137 usepackage[tableposition=top]{caption}
22138 \begin_inset Newline newline
22139 \end_inset
22140
22141
22142 \backslash
22143 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22144 \begin_inset Newline newline
22145 \end_inset
22146
22147
22148 \begin_inset ERT
22149 status collapsed
22150
22151 \begin_layout Plain Layout
22152
22153
22154 \backslash
22155 hphantom{
22156 \backslash
22157
22158 \backslash
22159 captionsetup[figure]
22160 \backslash
22161 {}
22162 \end_layout
22163
22164 \end_inset
22165
22166  labelsep=period}
22167 \begin_inset Newline newline
22168 \end_inset
22169
22170
22171 \backslash
22172 captionsetup[table]{labelfont={bf,sf}}
22173 \end_layout
22174
22175 \begin_layout Standard
22176 \begin_inset Note Greyedout
22177 status open
22178
22179 \begin_layout Plain Layout
22180
22181 \series bold
22182 Bemerkung:
22183 \series default
22184  Die Option 
22185 \series bold
22186 tableposition=top
22187 \series default
22188  hat keine Auswirkung, wenn eine 
22189 \series bold
22190 koma-script
22191 \series default
22192
22193 \begin_inset Index
22194 status collapsed
22195
22196 \begin_layout Plain Layout
22197 LaTeX-Pakete ! koma-script
22198 \end_layout
22199
22200 \end_inset
22201
22202 -Dokumentklasse verwendet wird.
22203  Hier muss die Option 
22204 \series bold
22205 tablecaptionabove
22206 \series default
22207  benutzt werden.
22208 \end_layout
22209
22210 \end_inset
22211
22212
22213 \end_layout
22214
22215 \begin_layout Standard
22216 Weitere Informationen über das Paket
22217 \series bold
22218  caption
22219 \series default
22220  finden Sie in seiner Dokumentation 
22221 \begin_inset CommandInset citation
22222 LatexCommand cite
22223 key "caption"
22224
22225 \end_inset
22226
22227 .
22228 \end_layout
22229
22230 \begin_layout Standard
22231 Wenn Sie den Namen von 
22232 \begin_inset Quotes gld
22233 \end_inset
22234
22235 Abbildung
22236 \begin_inset Quotes grd
22237 \end_inset
22238
22239  auf 
22240 \begin_inset Quotes gld
22241 \end_inset
22242
22243 Bild
22244 \begin_inset Quotes grd
22245 \end_inset
22246
22247  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
22248 \end_layout
22249
22250 \begin_layout Standard
22251
22252 \series bold
22253
22254 \backslash
22255 renewcommand{
22256 \backslash
22257 fnum@figure}{Bild~
22258 \backslash
22259 thefigure}
22260 \end_layout
22261
22262 \begin_layout Standard
22263 wobei 
22264 \series bold
22265
22266 \backslash
22267 thefigure
22268 \series default
22269  die Bildnummer einsetzt und
22270 \series bold
22271  ~
22272 \series default
22273  ein geschütztes Leerzeichen ist.
22274 \end_layout
22275
22276 \begin_layout Standard
22277 \begin_inset VSpace bigskip
22278 \end_inset
22279
22280 Wenn Sie eine 
22281 \series bold
22282 koma-script
22283 \series default
22284
22285 \begin_inset Index
22286 status collapsed
22287
22288 \begin_layout Plain Layout
22289 LaTeX-Pakete ! koma-script
22290 \end_layout
22291
22292 \end_inset
22293
22294 -Dokumentklasse (
22295 \family sans
22296 article (koma-script)
22297 \family default
22298
22299 \family sans
22300 book (koma-script)
22301 \family default
22302
22303 \family sans
22304 letter (koma-script)
22305 \family default
22306  oder 
22307 \family sans
22308 report (koma-script)
22309 \family default
22310 ) benutzen, können Sie anstatt des 
22311 \series bold
22312 caption
22313 \series default
22314 -Paketes den eingebauten Befehl 
22315 \series bold
22316
22317 \backslash
22318 setkomafont
22319 \series default
22320  von 
22321 \series bold
22322 koma-script
22323 \series default
22324  benutzen.
22325  Der Befehl
22326 \end_layout
22327
22328 \begin_layout Standard
22329
22330 \series bold
22331
22332 \backslash
22333 setkomafont{captionlabel}{
22334 \backslash
22335 bfseries}
22336 \end_layout
22337
22338 \begin_layout Standard
22339 im LaTeX-Vorspann druckt den Namen fett.
22340 \end_layout
22341
22342 \begin_layout Standard
22343 Weitere Informationen über 
22344 \series bold
22345
22346 \backslash
22347 setkomafont
22348 \series default
22349  finden Sie in der 
22350 \series bold
22351 koma-script
22352 \series default
22353 -Do\SpecialChar \-
22354 ku\SpecialChar \-
22355 men\SpecialChar \-
22356 ta\SpecialChar \-
22357 tion 
22358 \begin_inset CommandInset citation
22359 LatexCommand cite
22360 key "koma-script"
22361
22362 \end_inset
22363
22364 .
22365 \end_layout
22366
22367 \begin_layout Standard
22368 \begin_inset ERT
22369 status collapsed
22370
22371 \begin_layout Plain Layout
22372
22373
22374 \backslash
22375 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22376 }
22377 \end_layout
22378
22379 \end_inset
22380
22381
22382 \begin_inset Note Note
22383 status open
22384
22385 \begin_layout Plain Layout
22386 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
22387 \end_layout
22388
22389 \end_inset
22390
22391
22392 \end_layout
22393
22394 \begin_layout Standard
22395 \begin_inset Float figure
22396 placement !p
22397 wide false
22398 sideways false
22399 status open
22400
22401 \begin_layout Plain Layout
22402 \align center
22403 \begin_inset Graphics
22404         filename ../clipart/mobius.eps
22405         lyxscale 50
22406         scale 50
22407         scaleBeforeRotation
22408
22409 \end_inset
22410
22411
22412 \end_layout
22413
22414 \begin_layout Plain Layout
22415 \begin_inset Caption
22416
22417 \begin_layout Plain Layout
22418 \begin_inset CommandInset label
22419 LatexCommand label
22420 name "abb:Langer-Abb-Titel"
22421
22422 \end_inset
22423
22424 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22425  ist, um das andere Beschriftungsformat zu zeigen.
22426  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
22427 \begin_inset OptArg
22428 status collapsed
22429
22430 \begin_layout Plain Layout
22431 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22432  ist.
22433 \end_layout
22434
22435 \end_inset
22436
22437
22438 \end_layout
22439
22440 \end_inset
22441
22442
22443 \end_layout
22444
22445 \end_inset
22446
22447
22448 \end_layout
22449
22450 \begin_layout Standard
22451 \begin_inset ERT
22452 status collapsed
22453
22454 \begin_layout Plain Layout
22455
22456
22457 \backslash
22458 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22459 on}
22460 \end_layout
22461
22462 \end_inset
22463
22464
22465 \end_layout
22466
22467 \begin_layout Standard
22468 \begin_inset Float table
22469 placement !p
22470 wide false
22471 sideways false
22472 status open
22473
22474 \begin_layout Plain Layout
22475 \begin_inset Caption
22476
22477 \begin_layout Plain Layout
22478 \begin_inset CommandInset label
22479 LatexCommand label
22480 name "tab:Langer-Tab-Titel"
22481
22482 \end_inset
22483
22484 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22485  ist, um das andere Beschriftungsformat zu zeigen.
22486  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
22487  benutzt.
22488 \begin_inset OptArg
22489 status collapsed
22490
22491 \begin_layout Plain Layout
22492 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22493  ist.
22494 \end_layout
22495
22496 \end_inset
22497
22498
22499 \end_layout
22500
22501 \end_inset
22502
22503
22504 \end_layout
22505
22506 \begin_layout Plain Layout
22507 \align center
22508 \begin_inset Tabular
22509 <lyxtabular version="3" rows="1" columns="5">
22510 <features>
22511 <column alignment="center" valignment="top" width="0">
22512 <column alignment="center" valignment="top" width="0">
22513 <column alignment="center" valignment="top" width="0">
22514 <column alignment="center" valignment="top" width="0">
22515 <column alignment="center" valignment="top" width="0">
22516 <row>
22517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22518 \begin_inset Text
22519
22520 \begin_layout Plain Layout
22521 a
22522 \end_layout
22523
22524 \end_inset
22525 </cell>
22526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22527 \begin_inset Text
22528
22529 \begin_layout Plain Layout
22530 b
22531 \end_layout
22532
22533 \end_inset
22534 </cell>
22535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22536 \begin_inset Text
22537
22538 \begin_layout Plain Layout
22539 c
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22545 \begin_inset Text
22546
22547 \begin_layout Plain Layout
22548 d
22549 \end_layout
22550
22551 \end_inset
22552 </cell>
22553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22554 \begin_inset Text
22555
22556 \begin_layout Plain Layout
22557 e
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 </row>
22563 </lyxtabular>
22564
22565 \end_inset
22566
22567
22568 \end_layout
22569
22570 \end_inset
22571
22572
22573 \end_layout
22574
22575 \begin_layout Section
22576 Beschriftungs-Platzierung
22577 \begin_inset CommandInset label
22578 LatexCommand label
22579 name "abs:Titel-Platzierung"
22580
22581 \end_inset
22582
22583
22584 \begin_inset Index
22585 status collapsed
22586
22587 \begin_layout Plain Layout
22588 Gleitobjekte ! Beschriftung ! Platzierung
22589 \end_layout
22590
22591 \end_inset
22592
22593
22594 \end_layout
22595
22596 \begin_layout Standard
22597 Normalerweise werden die Beschriftungen wie folgt platziert:
22598 \end_layout
22599
22600 \begin_layout Description
22601 Abbildung: darunter
22602 \end_layout
22603
22604 \begin_layout Description
22605 Tabelle: darüber
22606 \end_layout
22607
22608 \begin_layout Standard
22609 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
22610  Das heißt wenn Sie eine der Dokument-Klassen 
22611 \family sans
22612 article
22613 \family default
22614
22615 \family sans
22616 book
22617 \family default
22618
22619 \family sans
22620 letter
22621 \family default
22622  oder 
22623 \family sans
22624 report
22625 \family default
22626  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
22627  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
22628 \series bold
22629 caption
22630 \series default
22631  im LaTeX-Vorspann folgendes schreiben:
22632 \begin_inset Foot
22633 status collapsed
22634
22635 \begin_layout Plain Layout
22636 In Abschnitt
22637 \begin_inset space ~
22638 \end_inset
22639
22640
22641 \begin_inset CommandInset ref
22642 LatexCommand ref
22643 reference "abs:Titel-Formatierung"
22644
22645 \end_inset
22646
22647  steht mehr über das Paket 
22648 \series bold
22649 caption
22650 \series default
22651 .
22652 \end_layout
22653
22654 \end_inset
22655
22656
22657 \end_layout
22658
22659 \begin_layout Standard
22660
22661 \series bold
22662 tableposition=top
22663 \end_layout
22664
22665 \begin_layout Standard
22666 Wenn Sie eine 
22667 \series bold
22668 koma-script
22669 \series default
22670
22671 \begin_inset Index
22672 status collapsed
22673
22674 \begin_layout Plain Layout
22675 LaTeX-Pakete ! koma-script
22676 \end_layout
22677
22678 \end_inset
22679
22680 -Dokumentklasse (
22681 \family sans
22682 article (koma-script)
22683 \family default
22684
22685 \family sans
22686 book (koma-script)
22687 \family default
22688
22689 \family sans
22690 letter (koma-script)
22691 \family default
22692  oder 
22693 \family sans
22694 report (koma-script)
22695 \family default
22696 ) benutzen, können Sie alternativ zum 
22697 \series bold
22698 caption
22699 \series default
22700 -Paket die Option 
22701 \series bold
22702 tablecaptionabove
22703 \series default
22704  benutzen.
22705 \end_layout
22706
22707 \begin_layout Standard
22708 \begin_inset VSpace bigskip
22709 \end_inset
22710
22711 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
22712  Das bewirkt das LaTeX-Paket 
22713 \series bold
22714 sidecap
22715 \series default
22716
22717 \begin_inset Index
22718 status collapsed
22719
22720 \begin_layout Plain Layout
22721 LaTeX-Pakete ! sidecap
22722 \end_layout
22723
22724 \end_inset
22725
22726 , das so in den LaTeX-Vorspann geladen wird:
22727 \end_layout
22728
22729 \begin_layout Standard
22730
22731 \series bold
22732
22733 \backslash
22734 usepackage[Option]{sidecap}
22735 \end_layout
22736
22737 \begin_layout Standard
22738 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
22739  Mit 
22740 \series bold
22741 innercaption
22742 \series default
22743  wird die Beschriftung innen gedruckt.
22744  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
22745  
22746 \series bold
22747 rightcaption
22748 \series default
22749  oder 
22750 \series bold
22751 leftcaption
22752 \series default
22753 .
22754 \end_layout
22755
22756 \begin_layout Standard
22757 \begin_inset ERT
22758 status collapsed
22759
22760 \begin_layout Plain Layout
22761
22762
22763 \backslash
22764 ifsidecap
22765 \end_layout
22766
22767 \end_inset
22768
22769
22770 \begin_inset Note Note
22771 status open
22772
22773 \begin_layout Plain Layout
22774 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
22775 \series bold
22776 sidecap
22777 \series default
22778  installiert ist.
22779 \end_layout
22780
22781 \end_inset
22782
22783
22784 \end_layout
22785
22786 \begin_layout Standard
22787 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
22788  in den LaTeX-Vorspann schreiben:
22789 \end_layout
22790
22791 \begin_layout Standard
22792
22793 \lyxline
22794
22795 \end_layout
22796
22797 \begin_layout Standard
22798
22799 \series bold
22800
22801 \backslash
22802 newcommand{
22803 \backslash
22804 TabBesBeg}{%
22805 \begin_inset Newline newline
22806 \end_inset
22807
22808
22809 \begin_inset ERT
22810 status collapsed
22811
22812 \begin_layout Plain Layout
22813
22814
22815 \backslash
22816 hphantom{ }
22817 \end_layout
22818
22819 \end_inset
22820
22821
22822 \backslash
22823 let
22824 \backslash
22825 MyTable
22826 \backslash
22827 table
22828 \begin_inset Newline newline
22829 \end_inset
22830
22831
22832 \begin_inset ERT
22833 status collapsed
22834
22835 \begin_layout Plain Layout
22836
22837
22838 \backslash
22839 hphantom{ }
22840 \end_layout
22841
22842 \end_inset
22843
22844
22845 \backslash
22846 let
22847 \backslash
22848 MyEndtable
22849 \backslash
22850 endtable
22851 \begin_inset Newline newline
22852 \end_inset
22853
22854
22855 \begin_inset ERT
22856 status collapsed
22857
22858 \begin_layout Plain Layout
22859
22860
22861 \backslash
22862 hphantom{ }
22863 \end_layout
22864
22865 \end_inset
22866
22867
22868 \backslash
22869 renewenvironment{table}{
22870 \backslash
22871 begin{SCtable}}{
22872 \backslash
22873 end{SCtable}}}
22874 \end_layout
22875
22876 \begin_layout Standard
22877
22878 \series bold
22879
22880 \backslash
22881 newcommand{
22882 \backslash
22883 TabBesEnd}{%
22884 \begin_inset Newline newline
22885 \end_inset
22886
22887
22888 \begin_inset ERT
22889 status collapsed
22890
22891 \begin_layout Plain Layout
22892
22893
22894 \backslash
22895 hphantom{ }
22896 \end_layout
22897
22898 \end_inset
22899
22900
22901 \backslash
22902 let
22903 \backslash
22904 table
22905 \backslash
22906 MyTable
22907 \begin_inset Newline newline
22908 \end_inset
22909
22910
22911 \begin_inset ERT
22912 status collapsed
22913
22914 \begin_layout Plain Layout
22915
22916
22917 \backslash
22918 hphantom{ }
22919 \end_layout
22920
22921 \end_inset
22922
22923
22924 \backslash
22925 let
22926 \backslash
22927 endtable
22928 \backslash
22929 MyEndtable
22930 \end_layout
22931
22932 \begin_layout Standard
22933
22934 \series bold
22935
22936 \backslash
22937 newcommand{
22938 \backslash
22939 FigBesBeg}{%
22940 \begin_inset Newline newline
22941 \end_inset
22942
22943
22944 \begin_inset ERT
22945 status collapsed
22946
22947 \begin_layout Plain Layout
22948
22949
22950 \backslash
22951 hphantom{ }
22952 \end_layout
22953
22954 \end_inset
22955
22956
22957 \backslash
22958 let
22959 \backslash
22960 MyFigure
22961 \backslash
22962 figure
22963 \begin_inset Newline newline
22964 \end_inset
22965
22966
22967 \begin_inset ERT
22968 status collapsed
22969
22970 \begin_layout Plain Layout
22971
22972
22973 \backslash
22974 hphantom{ }
22975 \end_layout
22976
22977 \end_inset
22978
22979
22980 \backslash
22981 let
22982 \backslash
22983 MyEndfigure
22984 \backslash
22985 endfigure
22986 \begin_inset Newline newline
22987 \end_inset
22988
22989
22990 \begin_inset ERT
22991 status collapsed
22992
22993 \begin_layout Plain Layout
22994
22995
22996 \backslash
22997 hphantom{ }
22998 \end_layout
22999
23000 \end_inset
23001
23002
23003 \backslash
23004 renewenvironment{figure}{
23005 \backslash
23006 begin{SCfigure}}{
23007 \backslash
23008 end{SCfigure}}}
23009 \end_layout
23010
23011 \begin_layout Standard
23012
23013 \series bold
23014
23015 \backslash
23016 newcommand{
23017 \backslash
23018 FigBesEnd}{%
23019 \begin_inset Newline newline
23020 \end_inset
23021
23022
23023 \begin_inset ERT
23024 status collapsed
23025
23026 \begin_layout Plain Layout
23027
23028
23029 \backslash
23030 hphantom{ }
23031 \end_layout
23032
23033 \end_inset
23034
23035
23036 \backslash
23037 let
23038 \backslash
23039 figure
23040 \backslash
23041 MyFigure
23042 \begin_inset Newline newline
23043 \end_inset
23044
23045
23046 \begin_inset ERT
23047 status collapsed
23048
23049 \begin_layout Plain Layout
23050
23051
23052 \backslash
23053 hphantom{ }
23054 \end_layout
23055
23056 \end_inset
23057
23058
23059 \backslash
23060 let
23061 \backslash
23062 endfigure
23063 \backslash
23064 MyEndfigure}
23065 \series default
23066
23067 \lyxline
23068
23069 \end_layout
23070
23071 \begin_layout Standard
23072 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23073 ungen seitlich gedruckt werden.
23074  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23075 \end_layout
23076
23077 \begin_layout Standard
23078
23079 \series bold
23080
23081 \backslash
23082 FigBesBeg
23083 \end_layout
23084
23085 \begin_layout Standard
23086 als TeX-Code vor und
23087 \end_layout
23088
23089 \begin_layout Standard
23090
23091 \series bold
23092
23093 \backslash
23094 FigBesEnd
23095 \end_layout
23096
23097 \begin_layout Standard
23098 hinter das Gleitobjekt.
23099  Bei Gleitobjekt-Tabellen heißen die Befehle
23100 \end_layout
23101
23102 \begin_layout Standard
23103
23104 \series bold
23105
23106 \backslash
23107 TabBesBeg
23108 \series default
23109  und 
23110 \series bold
23111
23112 \backslash
23113 TabBesEnd
23114 \series default
23115 .
23116 \end_layout
23117
23118 \begin_layout Standard
23119 Abbildung
23120 \begin_inset space ~
23121 \end_inset
23122
23123
23124 \begin_inset CommandInset ref
23125 LatexCommand ref
23126 reference "abb:Beschriftung-neben"
23127
23128 \end_inset
23129
23130  und Tabelle
23131 \begin_inset space ~
23132 \end_inset
23133
23134
23135 \begin_inset CommandInset ref
23136 LatexCommand ref
23137 reference "tab:cap-beside-tab"
23138
23139 \end_inset
23140
23141  sind Beispiele für seitliche Beschriftungen.
23142 \end_layout
23143
23144 \begin_layout Standard
23145 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23146  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23147  der Abbildung.
23148  Das kann man mit dem Befehl
23149 \end_layout
23150
23151 \begin_layout Standard
23152
23153 \series bold
23154
23155 \backslash
23156 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
23157 \end_layout
23158
23159 \begin_layout Standard
23160 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
23161  Der Gleitobjekt-Typ ist entweder 
23162 \family sans
23163 figure
23164 \family default
23165  oder 
23166 \family sans
23167 table
23168 \family default
23169 , die
23170 \family sans
23171  
23172 \family default
23173 Platzierung ist 
23174 \family typewriter
23175 t
23176 \family default
23177  für oben, 
23178 \family typewriter
23179 c
23180 \family default
23181  für zentriert oder 
23182 \family typewriter
23183 b
23184 \family default
23185  für unten.
23186  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
23187  lautet der Befehl
23188 \end_layout
23189
23190 \begin_layout Standard
23191
23192 \series bold
23193
23194 \backslash
23195 sidecaptionvpos{figure}{c}
23196 \end_layout
23197
23198 \begin_layout Standard
23199 Das wurde in Abbildung
23200 \begin_inset space ~
23201 \end_inset
23202
23203
23204 \begin_inset CommandInset ref
23205 LatexCommand ref
23206 reference "abb:cap-beside-fig-2"
23207
23208 \end_inset
23209
23210  benutzt.
23211 \end_layout
23212
23213 \begin_layout Standard
23214 \begin_inset VSpace medskip
23215 \end_inset
23216
23217 Weitere Informationen über das Paket
23218 \series bold
23219  sidecap
23220 \series default
23221  finden Sie in seiner Dokumentation 
23222 \begin_inset CommandInset citation
23223 LatexCommand cite
23224 key "sidecap"
23225
23226 \end_inset
23227
23228 .
23229 \end_layout
23230
23231 \begin_layout Standard
23232 \begin_inset Note Greyedout
23233 status open
23234
23235 \begin_layout Plain Layout
23236
23237 \series bold
23238 Bemerkung:
23239 \series default
23240  Das LaTeX-Paket 
23241 \series bold
23242 hypcap
23243 \series default
23244 ,
23245 \begin_inset Index
23246 status collapsed
23247
23248 \begin_layout Plain Layout
23249 LaTeX-Pakete ! hypcap
23250 \end_layout
23251
23252 \end_inset
23253
23254  das in Abschnitt
23255 \begin_inset space ~
23256 \end_inset
23257
23258
23259 \begin_inset CommandInset ref
23260 LatexCommand ref
23261 reference "uab:Querverweis-Position"
23262
23263 \end_inset
23264
23265  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
23266  Beschriftungen.
23267 \end_layout
23268
23269 \end_inset
23270
23271
23272 \end_layout
23273
23274 \begin_layout Standard
23275 \begin_inset ERT
23276 status collapsed
23277
23278 \begin_layout Plain Layout
23279
23280
23281 \backslash
23282 FigBesBeg 
23283 \end_layout
23284
23285 \end_inset
23286
23287
23288 \end_layout
23289
23290 \begin_layout Standard
23291 \begin_inset Float figure
23292 wide false
23293 sideways false
23294 status open
23295
23296 \begin_layout Plain Layout
23297 \begin_inset Graphics
23298         filename ../clipart/escher-lsd.eps
23299         scale 75
23300         scaleBeforeRotation
23301
23302 \end_inset
23303
23304
23305 \end_layout
23306
23307 \begin_layout Plain Layout
23308 \begin_inset Caption
23309
23310 \begin_layout Plain Layout
23311 \begin_inset CommandInset label
23312 LatexCommand label
23313 name "abb:Beschriftung-neben"
23314
23315 \end_inset
23316
23317 Dies ist eine Beschriftung neben einer Abbildung.
23318 \end_layout
23319
23320 \end_inset
23321
23322
23323 \end_layout
23324
23325 \end_inset
23326
23327
23328 \end_layout
23329
23330 \begin_layout Standard
23331 \begin_inset ERT
23332 status collapsed
23333
23334 \begin_layout Plain Layout
23335
23336
23337 \backslash
23338 TabBesBeg 
23339 \end_layout
23340
23341 \end_inset
23342
23343
23344 \end_layout
23345
23346 \begin_layout Standard
23347 \begin_inset Float table
23348 wide false
23349 sideways false
23350 status open
23351
23352 \begin_layout Plain Layout
23353 \begin_inset Caption
23354
23355 \begin_layout Plain Layout
23356 \begin_inset CommandInset label
23357 LatexCommand label
23358 name "tab:cap-beside-tab"
23359
23360 \end_inset
23361
23362 Dies ist eine Beschriftung neben einer Tabelle.
23363 \end_layout
23364
23365 \end_inset
23366
23367
23368 \end_layout
23369
23370 \begin_layout Plain Layout
23371 \begin_inset Tabular
23372 <lyxtabular version="3" rows="4" columns="5">
23373 <features>
23374 <column alignment="center" valignment="top" width="0">
23375 <column alignment="center" valignment="top" width="0">
23376 <column alignment="center" valignment="top" width="0">
23377 <column alignment="center" valignment="top" width="0">
23378 <column alignment="center" valignment="top" width="0">
23379 <row>
23380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23381 \begin_inset Text
23382
23383 \begin_layout Plain Layout
23384 a
23385 \end_layout
23386
23387 \end_inset
23388 </cell>
23389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23390 \begin_inset Text
23391
23392 \begin_layout Plain Layout
23393
23394 \end_layout
23395
23396 \end_inset
23397 </cell>
23398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23399 \begin_inset Text
23400
23401 \begin_layout Plain Layout
23402 b
23403 \end_layout
23404
23405 \end_inset
23406 </cell>
23407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23408 \begin_inset Text
23409
23410 \begin_layout Plain Layout
23411
23412 \end_layout
23413
23414 \end_inset
23415 </cell>
23416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23417 \begin_inset Text
23418
23419 \begin_layout Plain Layout
23420 c
23421 \end_layout
23422
23423 \end_inset
23424 </cell>
23425 </row>
23426 <row>
23427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23428 \begin_inset Text
23429
23430 \begin_layout Plain Layout
23431
23432 \end_layout
23433
23434 \end_inset
23435 </cell>
23436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23437 \begin_inset Text
23438
23439 \begin_layout Plain Layout
23440 d
23441 \end_layout
23442
23443 \end_inset
23444 </cell>
23445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23446 \begin_inset Text
23447
23448 \begin_layout Plain Layout
23449
23450 \end_layout
23451
23452 \end_inset
23453 </cell>
23454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23455 \begin_inset Text
23456
23457 \begin_layout Plain Layout
23458 e
23459 \end_layout
23460
23461 \end_inset
23462 </cell>
23463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23464 \begin_inset Text
23465
23466 \begin_layout Plain Layout
23467
23468 \end_layout
23469
23470 \end_inset
23471 </cell>
23472 </row>
23473 <row>
23474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23475 \begin_inset Text
23476
23477 \begin_layout Plain Layout
23478 f
23479 \end_layout
23480
23481 \end_inset
23482 </cell>
23483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23484 \begin_inset Text
23485
23486 \begin_layout Plain Layout
23487
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23493 \begin_inset Text
23494
23495 \begin_layout Plain Layout
23496 g
23497 \end_layout
23498
23499 \end_inset
23500 </cell>
23501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23502 \begin_inset Text
23503
23504 \begin_layout Plain Layout
23505
23506 \end_layout
23507
23508 \end_inset
23509 </cell>
23510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23511 \begin_inset Text
23512
23513 \begin_layout Plain Layout
23514 h
23515 \end_layout
23516
23517 \end_inset
23518 </cell>
23519 </row>
23520 <row>
23521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23522 \begin_inset Text
23523
23524 \begin_layout Plain Layout
23525
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23531 \begin_inset Text
23532
23533 \begin_layout Plain Layout
23534 i
23535 \end_layout
23536
23537 \end_inset
23538 </cell>
23539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23540 \begin_inset Text
23541
23542 \begin_layout Plain Layout
23543
23544 \end_layout
23545
23546 \end_inset
23547 </cell>
23548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23549 \begin_inset Text
23550
23551 \begin_layout Plain Layout
23552 j
23553 \end_layout
23554
23555 \end_inset
23556 </cell>
23557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23558 \begin_inset Text
23559
23560 \begin_layout Plain Layout
23561
23562 \end_layout
23563
23564 \end_inset
23565 </cell>
23566 </row>
23567 </lyxtabular>
23568
23569 \end_inset
23570
23571
23572 \end_layout
23573
23574 \end_inset
23575
23576
23577 \end_layout
23578
23579 \begin_layout Standard
23580 \begin_inset ERT
23581 status collapsed
23582
23583 \begin_layout Plain Layout
23584
23585
23586 \backslash
23587 TabBesEnd
23588 \end_layout
23589
23590 \end_inset
23591
23592
23593 \end_layout
23594
23595 \begin_layout Standard
23596 \begin_inset ERT
23597 status collapsed
23598
23599 \begin_layout Plain Layout
23600
23601
23602 \backslash
23603 sidecaptionvpos{figure}{c}
23604 \end_layout
23605
23606 \end_inset
23607
23608
23609 \begin_inset Float figure
23610 wide false
23611 sideways false
23612 status open
23613
23614 \begin_layout Plain Layout
23615 \begin_inset Graphics
23616         filename ../clipart/escher-lsd.eps
23617         scale 75
23618         scaleBeforeRotation
23619
23620 \end_inset
23621
23622
23623 \end_layout
23624
23625 \begin_layout Plain Layout
23626 \begin_inset Caption
23627
23628 \begin_layout Plain Layout
23629 \begin_inset CommandInset label
23630 LatexCommand label
23631 name "abb:cap-beside-fig-2"
23632
23633 \end_inset
23634
23635 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
23636 \end_layout
23637
23638 \end_inset
23639
23640
23641 \end_layout
23642
23643 \end_inset
23644
23645
23646 \end_layout
23647
23648 \begin_layout Standard
23649 \begin_inset ERT
23650 status collapsed
23651
23652 \begin_layout Plain Layout
23653
23654
23655 \backslash
23656 FigBesEnd
23657 \end_layout
23658
23659 \end_inset
23660
23661
23662 \end_layout
23663
23664 \begin_layout Standard
23665 \begin_inset ERT
23666 status collapsed
23667
23668 \begin_layout Plain Layout
23669
23670
23671 \backslash
23672 else
23673 \end_layout
23674
23675 \end_inset
23676
23677
23678 \begin_inset Note Note
23679 status open
23680
23681 \begin_layout Plain Layout
23682 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
23683 \series bold
23684 sidecap
23685 \series default
23686  nicht installiert ist:
23687 \end_layout
23688
23689 \end_inset
23690
23691
23692 \end_layout
23693
23694 \begin_layout Standard
23695 Das LaTeX-Paket 
23696 \series bold
23697 sidecap
23698 \series default
23699  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
23700 \end_layout
23701
23702 \begin_layout Standard
23703 \begin_inset ERT
23704 status collapsed
23705
23706 \begin_layout Plain Layout
23707
23708
23709 \backslash
23710 fi
23711 \end_layout
23712
23713 \end_inset
23714
23715
23716 \end_layout
23717
23718 \begin_layout Section
23719 Gleitobjekt-Verzeichnisse
23720 \begin_inset CommandInset label
23721 LatexCommand label
23722 name "abs:Gleitobjekt-Verzeichnisse"
23723
23724 \end_inset
23725
23726
23727 \begin_inset Index
23728 status collapsed
23729
23730 \begin_layout Plain Layout
23731 Gleitobjekte ! Verzeichnisse
23732 \end_layout
23733
23734 \end_inset
23735
23736
23737 \end_layout
23738
23739 \begin_layout Standard
23740 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
23741  Sie können mit den Untermenüs von 
23742 \family sans
23743 Einfügen\SpecialChar \menuseparator
23744 Liste
23745 \begin_inset space ~
23746 \end_inset
23747
23748 /
23749 \begin_inset space ~
23750 \end_inset
23751
23752 Inhaltsverzeichnis
23753 \family default
23754  eingefügt werden.
23755 \end_layout
23756
23757 \begin_layout Standard
23758 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
23759  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
23760 \end_layout
23761
23762 \begin_layout Standard
23763 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
23764  und ein Tabellen-Verzeichnis.
23765 \end_layout
23766
23767 \begin_layout Chapter
23768 Notizen
23769 \end_layout
23770
23771 \begin_layout Section
23772 LyX-Notizen
23773 \begin_inset CommandInset label
23774 LatexCommand label
23775 name "abs:LyX-Notizen"
23776
23777 \end_inset
23778
23779
23780 \begin_inset Index
23781 status collapsed
23782
23783 \begin_layout Plain Layout
23784 Notizen ! LyX-Notizen
23785 \end_layout
23786
23787 \end_inset
23788
23789
23790 \end_layout
23791
23792 \begin_layout Standard
23793 Notizen werden mit einem Klick auf 
23794 \begin_inset Graphics
23795         filename ../../images/note-insert.png
23796         scale 85
23797         scaleBeforeRotation
23798         BoundingBox 0bp 6bp 22bp 22bp
23799
23800 \end_inset
23801
23802  oder 
23803 \family sans
23804 Einfügen\SpecialChar \menuseparator
23805 Notiz
23806 \family default
23807  eingefügt.
23808  Es gibt drei Arten:
23809 \end_layout
23810
23811 \begin_layout Description
23812 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
23813  Eine 
23814 \family sans
23815 LyX-Notiz
23816 \family default
23817  sieht so aus:
23818 \begin_inset Newline newline
23819 \end_inset
23820
23821
23822 \begin_inset Newline newline
23823 \end_inset
23824
23825
23826 \begin_inset Graphics
23827         filename clipart/LyXNotizQt4.png
23828         display false
23829         scale 60
23830         scaleBeforeRotation
23831
23832 \end_inset
23833
23834  
23835 \begin_inset Note Note
23836 status open
23837
23838 \begin_layout Plain Layout
23839 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
23840 \end_layout
23841
23842 \end_inset
23843
23844
23845 \end_layout
23846
23847 \begin_layout Description
23848 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
23849  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
23850 \family sans
23851 Datei\SpecialChar \menuseparator
23852 Ex\SpecialChar \-
23853 por\SpecialChar \-
23854 tie\SpecialChar \-
23855 ren\SpecialChar \menuseparator
23856 LaTe
23857 \begin_inset ERT
23858 status collapsed
23859
23860 \begin_layout Plain Layout
23861
23862 {}
23863 \end_layout
23864
23865 \end_inset
23866
23867 X (pdflatex) / (normal)
23868 \family default
23869 .
23870  Ein Kommentar sieht so aus:
23871 \begin_inset Newline newline
23872 \end_inset
23873
23874
23875 \begin_inset Newline newline
23876 \end_inset
23877
23878
23879 \begin_inset Graphics
23880         filename clipart/KommentarQt4.png
23881         display false
23882         scale 60
23883         scaleBeforeRotation
23884
23885 \end_inset
23886
23887  
23888 \begin_inset Note Comment
23889 status open
23890
23891 \begin_layout Plain Layout
23892 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
23893 \end_layout
23894
23895 \end_inset
23896
23897
23898 \end_layout
23899
23900 \begin_layout Description
23901 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
23902 \begin_inset Newline newline
23903 \end_inset
23904
23905
23906 \begin_inset Newline newline
23907 \end_inset
23908
23909
23910 \begin_inset Graphics
23911         filename clipart/GrauschriftNotizQt4.png
23912         display false
23913         scale 60
23914         scaleBeforeRotation
23915
23916 \end_inset
23917
23918
23919 \begin_inset Newline newline
23920 \end_inset
23921
23922
23923 \begin_inset ERT
23924 status collapsed
23925
23926 \begin_layout Plain Layout
23927
23928
23929 \backslash
23930 renewenvironment{lyxgreyedout}
23931 \end_layout
23932
23933 \begin_layout Plain Layout
23934
23935 {
23936 \backslash
23937 textcolor[gray]{0.4}
23938 \backslash
23939 bgroup}{
23940 \backslash
23941 egroup}
23942 \end_layout
23943
23944 \end_inset
23945
23946
23947 \begin_inset Note Greyedout
23948 status open
23949
23950 \begin_layout Plain Layout
23951 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
23952 \begin_inset Foot
23953 status open
23954
23955 \begin_layout Plain Layout
23956 Dies ist eine Fußnote in einer Grauschrift-Notiz.
23957 \end_layout
23958
23959 \end_inset
23960
23961
23962 \end_layout
23963
23964 \end_inset
23965
23966
23967 \begin_inset ERT
23968 status collapsed
23969
23970 \begin_layout Plain Layout
23971
23972
23973 \backslash
23974 renewenvironment{lyxgreyedout}
23975 \end_layout
23976
23977 \begin_layout Plain Layout
23978
23979 {
23980 \backslash
23981 textcolor{blue}
23982 \backslash
23983 bgroup}{
23984 \backslash
23985 egroup}
23986 \end_layout
23987
23988 \end_inset
23989
23990
23991 \begin_inset Note Note
23992 status collapsed
23993
23994 \begin_layout Plain Layout
23995 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
23996  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
23997  
23998 \end_layout
23999
24000 \end_inset
24001
24002
24003 \begin_inset Newline newline
24004 \end_inset
24005
24006
24007 \begin_inset Newline newline
24008 \end_inset
24009
24010 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
24011  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
24012 \end_layout
24013
24014 \begin_layout Standard
24015 \begin_inset VSpace bigskip
24016 \end_inset
24017
24018 Wenn Sie auf den Werzeugleistenknopf 
24019 \begin_inset Graphics
24020         filename ../../images/note-insert.png
24021         scale 85
24022         scaleBeforeRotation
24023         BoundingBox 0bp 6bp 22bp 22bp
24024
24025 \end_inset
24026
24027  klicken, wird zunächst eine 
24028 \family sans
24029 LyX-Notiz
24030 \family default
24031  eingefügt.
24032  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24033  anderen Möglichkeiten auswählen.
24034  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24035  Sie ihn und klicken dann auf den Werzeugleistenknopf.
24036  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
24037  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
24038  am Ende der Notiz ist.
24039 \end_layout
24040
24041 \begin_layout Standard
24042 \begin_inset VSpace bigskip
24043 \end_inset
24044
24045 Die Textfarbe der 
24046 \family sans
24047 Grauschrift
24048 \family default
24049 -Notiz können Sie im LaTeX-Vorspann mit folgendem Befehl ändern:
24050 \end_layout
24051
24052 \begin_layout Standard
24053
24054 \series bold
24055
24056 \backslash
24057 renewenvironment{lyxgreyedout}
24058 \begin_inset Newline newline
24059 \end_inset
24060
24061
24062 \begin_inset ERT
24063 status collapsed
24064
24065 \begin_layout Plain Layout
24066
24067
24068 \backslash
24069 hphantom{ }
24070 \end_layout
24071
24072 \end_inset
24073
24074 {
24075 \backslash
24076 textcolor{color}
24077 \backslash
24078 bgroup}{
24079 \backslash
24080 egroup}
24081 \end_layout
24082
24083 \begin_layout Standard
24084 Die verfügbaren Farben und wie man eigene definiert, wurde bereits in Abschnitt
24085 \begin_inset space ~
24086 \end_inset
24087
24088
24089 \begin_inset CommandInset ref
24090 LatexCommand ref
24091 reference "abs:Farbige-Tabellen"
24092
24093 \end_inset
24094
24095  beschrieben.
24096  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24097 \end_layout
24098
24099 \begin_layout Section
24100 Fußnoten
24101 \begin_inset CommandInset label
24102 LatexCommand label
24103 name "abs:Fußnoten"
24104
24105 \end_inset
24106
24107
24108 \begin_inset Index
24109 status collapsed
24110
24111 \begin_layout Plain Layout
24112 Notizen ! Fußnoten
24113 \end_layout
24114
24115 \end_inset
24116
24117
24118 \begin_inset Index
24119 status collapsed
24120
24121 \begin_layout Plain Layout
24122 Fußnoten
24123 \end_layout
24124
24125 \end_inset
24126
24127
24128 \end_layout
24129
24130 \begin_layout Standard
24131 Zu dem, was bereits im 
24132 \emph on
24133 Benutzerhandbuch
24134 \emph default
24135  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24136  Eine Fußnotenbox sieht folgendermaßen aus: 
24137 \begin_inset Graphics
24138         filename clipart/FussnoteQt4.png
24139         scale 80
24140         scaleBeforeRotation
24141
24142 \end_inset
24143
24144
24145 \end_layout
24146
24147 \begin_layout Standard
24148 Hier ist eine Beispielfußnote:
24149 \color black
24150
24151 \begin_inset Foot
24152 status open
24153
24154 \begin_layout Plain Layout
24155 \begin_inset CommandInset label
24156 LatexCommand label
24157 name "fuss:Fußnoten-Beispiel"
24158
24159 \end_inset
24160
24161 Dies ist eine Fußnote.
24162 \end_layout
24163
24164 \end_inset
24165
24166
24167 \end_layout
24168
24169 \begin_layout Standard
24170 \begin_inset ERT
24171 status collapsed
24172
24173 \begin_layout Plain Layout
24174
24175
24176 \backslash
24177 newcounter{MyRepeatFoot}
24178 \end_layout
24179
24180 \begin_layout Plain Layout
24181
24182
24183 \backslash
24184 setcounter{MyRepeatFoot}{
24185 \backslash
24186 thefootnote}
24187 \end_layout
24188
24189 \end_inset
24190
24191
24192 \end_layout
24193
24194 \begin_layout Standard
24195 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
24196  wurde, eine hochgestellte Zahl.
24197  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
24198  hochgestellt dem Text vorangeht.
24199  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
24200  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
24201  werden.
24202 \end_layout
24203
24204 \begin_layout Standard
24205 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
24206  der Fußnote eine Marke eingefügt wurde.
24207  Dies ist ein Querverweis auf Fußnote
24208 \begin_inset space ~
24209 \end_inset
24210
24211
24212 \begin_inset CommandInset ref
24213 LatexCommand ref
24214 reference "fuss:Fußnoten-Beispiel"
24215
24216 \end_inset
24217
24218 .
24219 \end_layout
24220
24221 \begin_layout Standard
24222 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
24223  siehe Abschnitt
24224 \begin_inset space ~
24225 \end_inset
24226
24227
24228 \begin_inset CommandInset ref
24229 LatexCommand ref
24230 reference "abs:Minipage"
24231
24232 \end_inset
24233
24234 .
24235  Fußnoten in langen Tabellen wurden bereits in Abschnitt
24236 \begin_inset space ~
24237 \end_inset
24238
24239
24240 \begin_inset CommandInset ref
24241 LatexCommand ref
24242 reference "uab:Fußnoten-in-langen"
24243
24244 \end_inset
24245
24246  beschrieben.
24247 \end_layout
24248
24249 \begin_layout Standard
24250 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
24251  TeX-Code-Befehl 
24252 \series bold
24253
24254 \backslash
24255 footnotemark[Nummer]
24256 \series default
24257  benutzen.
24258  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
24259  mal gedruckt wird.
24260 \end_layout
24261
24262 \begin_layout Standard
24263 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
24264  sie speichern, nachdem Sie die Fußnote eingefügt haben.
24265  Hinter Fußnote
24266 \begin_inset space ~
24267 \end_inset
24268
24269
24270 \begin_inset CommandInset ref
24271 LatexCommand ref
24272 reference "fuss:Fußnoten-Beispiel"
24273
24274 \end_inset
24275
24276  wurde das mit folgenden TeX-Code-Befehlen gemacht:
24277 \end_layout
24278
24279 \begin_layout Standard
24280
24281 \series bold
24282
24283 \backslash
24284 newcounter{MyRepeatFoot}
24285 \begin_inset Newline newline
24286 \end_inset
24287
24288
24289 \backslash
24290 setcounter{MyRepeatFoot}{
24291 \backslash
24292 thefootnote}
24293 \end_layout
24294
24295 \begin_layout Standard
24296 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
24297 \end_layout
24298
24299 \begin_layout Standard
24300
24301 \series bold
24302
24303 \backslash
24304 footnotemark[
24305 \backslash
24306 theMyRepeatFoot]
24307 \end_layout
24308
24309 \begin_layout Standard
24310 Hier ist ein Beispiel für eine Fußnotenmarke:
24311 \family roman
24312 \series medium
24313 \bar no
24314
24315 \begin_inset ERT
24316 status collapsed
24317
24318 \begin_layout Plain Layout
24319
24320
24321 \backslash
24322 footnotemark[
24323 \backslash
24324 theMyRepeatFoot]
24325 \end_layout
24326
24327 \end_inset
24328
24329
24330 \end_layout
24331
24332 \begin_layout Subsection
24333 Fußnoten-Nummerierung
24334 \begin_inset CommandInset label
24335 LatexCommand label
24336 name "uab:Fußnoten-Nummerierung"
24337
24338 \end_inset
24339
24340
24341 \begin_inset Index
24342 status collapsed
24343
24344 \begin_layout Plain Layout
24345 Fußnoten ! Nummerierung
24346 \end_layout
24347
24348 \end_inset
24349
24350
24351 \end_layout
24352
24353 \begin_layout Standard
24354 Um Fußnoten nach jedem Abschnitt
24355 \family roman
24356  auf 1 zurückzusetzen, 
24357 \family default
24358 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24359 \end_layout
24360
24361 \begin_layout Standard
24362
24363 \series bold
24364
24365 \backslash
24366 @addtoreset{footnote}{section}
24367 \end_layout
24368
24369 \begin_layout Standard
24370 \begin_inset VSpace bigskip
24371 \end_inset
24372
24373 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
24374  Zahlen:
24375 \end_layout
24376
24377 \begin_layout Standard
24378
24379 \series bold
24380
24381 \backslash
24382 renewcommand{
24383 \backslash
24384 thefootnote}{
24385 \backslash
24386 roman{footnote}}
24387 \end_layout
24388
24389 \begin_layout Standard
24390 \begin_inset ERT
24391 status collapsed
24392
24393 \begin_layout Plain Layout
24394
24395
24396 \backslash
24397 renewcommand{
24398 \backslash
24399 thefootnote}{
24400 \backslash
24401 roman{footnote}}
24402 \end_layout
24403
24404 \end_inset
24405
24406  Hier ist ein Beispiel für solch eine Fußnote:
24407 \begin_inset Foot
24408 status open
24409
24410 \begin_layout Plain Layout
24411 Dies ist eine Fußnote mit kleinen römischen Zahlen
24412 \end_layout
24413
24414 \end_inset
24415
24416
24417 \end_layout
24418
24419 \begin_layout Standard
24420 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
24421  in obigem Befehl 
24422 \series bold
24423
24424 \backslash
24425 roman
24426 \series default
24427  durch 
24428 \series bold
24429
24430 \backslash
24431 Roman
24432 \series default
24433 .
24434  Um Fußnoten mit großen oder kleinen Buchstaben zu 
24435 \begin_inset Quotes gld
24436 \end_inset
24437
24438 nummerieren
24439 \begin_inset Quotes grd
24440 \end_inset
24441
24442 , verwenden Sie die Befehle 
24443 \series bold
24444
24445 \backslash
24446 Alph
24447 \series default
24448  oder 
24449 \series bold
24450
24451 \backslash
24452 alph
24453 \series default
24454 .
24455  Für die 
24456 \begin_inset Quotes gld
24457 \end_inset
24458
24459 Nummerierung
24460 \begin_inset Quotes grd
24461 \end_inset
24462
24463  mit Symbolen steht der Befehl 
24464 \series bold
24465
24466 \backslash
24467 fnsymbol
24468 \series default
24469  zur Verfügung.
24470 \end_layout
24471
24472 \begin_layout Standard
24473 \begin_inset Note Greyedout
24474 status open
24475
24476 \begin_layout Plain Layout
24477
24478 \series bold
24479 Bemerkung 1:
24480 \series default
24481  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
24482  
24483 \emph on
24484 ein
24485 \emph default
24486  Buchstabe verwendet wird.
24487 \end_layout
24488
24489 \end_inset
24490
24491
24492 \begin_inset Newline newline
24493 \end_inset
24494
24495
24496 \begin_inset Note Greyedout
24497 status open
24498
24499 \begin_layout Plain Layout
24500
24501 \series bold
24502 Bemerkung 2:
24503 \series default
24504  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
24505 \end_layout
24506
24507 \end_inset
24508
24509
24510 \end_layout
24511
24512 \begin_layout Standard
24513 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
24514 \series bold
24515
24516 \backslash
24517 arabic
24518 \series default
24519  anstelle von 
24520 \series bold
24521
24522 \backslash
24523 roman
24524 \series default
24525  in obigem Befehl.
24526 \begin_inset ERT
24527 status collapsed
24528
24529 \begin_layout Plain Layout
24530
24531
24532 \backslash
24533 renewcommand{
24534 \backslash
24535 thefootnote}{
24536 \backslash
24537 arabic{footnote}}
24538 \end_layout
24539
24540 \end_inset
24541
24542
24543 \end_layout
24544
24545 \begin_layout Standard
24546 \begin_inset VSpace bigskip
24547 \end_inset
24548
24549
24550 \end_layout
24551
24552 \begin_layout Standard
24553 Wenn Sie wollen, dass Fußnoten nach dem Schema 
24554 \begin_inset Quotes gld
24555 \end_inset
24556
24557 Kapitel.Fußnote
24558 \begin_inset Quotes grd
24559 \end_inset
24560
24561  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24562 \end_layout
24563
24564 \begin_layout Standard
24565
24566 \series bold
24567
24568 \backslash
24569 numberwithin{footnote}{chapter}
24570 \end_layout
24571
24572 \begin_layout Standard
24573 Um 
24574 \series bold
24575
24576 \backslash
24577 numberwithin
24578 \series default
24579  benutzen zu können, muss in den 
24580 \family sans
24581 Mathe
24582 \begin_inset space ~
24583 \end_inset
24584
24585 Optionen
24586 \family default
24587  der 
24588 \family sans
24589 Dokument-Einstellungen
24590 \family default
24591  
24592 \family sans
24593 AMS
24594 \begin_inset space ~
24595 \end_inset
24596
24597 Mathe
24598 \begin_inset space ~
24599 \end_inset
24600
24601 Paket
24602 \family default
24603
24604 \begin_inset space ~
24605 \end_inset
24606
24607
24608 \family sans
24609 verwenden
24610 \family default
24611  angekreuzt sein.
24612 \begin_inset ERT
24613 status collapsed
24614
24615 \begin_layout Plain Layout
24616
24617
24618 \backslash
24619 numberwithin{footnote}{chapter}
24620 \end_layout
24621
24622 \end_inset
24623
24624  Hier ist ein Beispiel für solch eine Fußnote.
24625 \series bold
24626
24627 \begin_inset Foot
24628 status open
24629
24630 \begin_layout Plain Layout
24631 Dies ist eine Fußnote nach dem Schema 
24632 \begin_inset Quotes gld
24633 \end_inset
24634
24635 Kapitel.Fußnote
24636 \begin_inset Quotes grd
24637 \end_inset
24638
24639 .
24640 \end_layout
24641
24642 \end_inset
24643
24644
24645 \series default
24646
24647 \begin_inset ERT
24648 status collapsed
24649
24650 \begin_layout Plain Layout
24651
24652
24653 \backslash
24654 renewcommand{
24655 \backslash
24656 thefootnote}{
24657 \backslash
24658 arabic{footnote}}
24659 \end_layout
24660
24661 \end_inset
24662
24663
24664 \end_layout
24665
24666 \begin_layout Standard
24667 \begin_inset Note Greyedout
24668 status open
24669
24670 \begin_layout Plain Layout
24671
24672 \series bold
24673 Bemerkung:
24674 \series default
24675  
24676 \series bold
24677
24678 \backslash
24679 numberwithin
24680 \series default
24681  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
24682  werden überschrieben.
24683 \end_layout
24684
24685 \end_inset
24686
24687
24688 \end_layout
24689
24690 \begin_layout Standard
24691 Um also z.
24692 \begin_inset space \thinspace{}
24693 \end_inset
24694
24695 B.
24696  das Schema 
24697 \begin_inset Quotes gld
24698 \end_inset
24699
24700 Kapitel.
24701 \backslash
24702 Roman{footnote}
24703 \begin_inset Quotes grd
24704 \end_inset
24705
24706  zu erhalten, muss dieser Befehl anstelle von 
24707 \series bold
24708
24709 \backslash
24710 numberwithin
24711 \series default
24712  verwendet werden:
24713 \end_layout
24714
24715 \begin_layout Standard
24716
24717 \series bold
24718
24719 \backslash
24720 renewcommand{
24721 \backslash
24722 thefootnote}{
24723 \backslash
24724 thechapter.
24725 \backslash
24726 Roman{footnote}}
24727 \end_layout
24728
24729 \begin_layout Subsection
24730 Fußnoten-Platzierung
24731 \begin_inset Index
24732 status collapsed
24733
24734 \begin_layout Plain Layout
24735 Fußnoten ! Platzierung
24736 \end_layout
24737
24738 \end_inset
24739
24740
24741 \end_layout
24742
24743 \begin_layout Standard
24744 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
24745  ohne Zwischenraum am Ende der Seite gedruckt.
24746  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
24747  LaTeX-Vorspann 1.5
24748 \begin_inset space \thinspace{}
24749 \end_inset
24750
24751 mm Zwischenraum einfügen:
24752 \end_layout
24753
24754 \begin_layout Standard
24755
24756 \series bold
24757
24758 \backslash
24759 let
24760 \backslash
24761 myFoot
24762 \backslash
24763 footnote
24764 \begin_inset Newline newline
24765 \end_inset
24766
24767
24768 \backslash
24769 renewcommand{
24770 \backslash
24771 footnote}[1]{
24772 \backslash
24773 myFoot{#1
24774 \backslash
24775 vspace{1.5mm}}}
24776 \end_layout
24777
24778 \begin_layout Standard
24779 \begin_inset VSpace bigskip
24780 \end_inset
24781
24782 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
24783  Spalte gedruckt, Abbildung
24784 \begin_inset space ~
24785 \end_inset
24786
24787
24788 \begin_inset CommandInset ref
24789 LatexCommand ref
24790 reference "abb:Standard-Fußnoten-Platzierung-in"
24791
24792 \end_inset
24793
24794 .
24795  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
24796  in Abbildung
24797 \begin_inset space ~
24798 \end_inset
24799
24800
24801 \begin_inset CommandInset ref
24802 LatexCommand ref
24803 reference "abb:Fußnoten-Platzierung-in-einem"
24804
24805 \end_inset
24806
24807 , müssen Sie das LaTeX-Paket 
24808 \series bold
24809 ftnright
24810 \series default
24811
24812 \begin_inset Index
24813 status collapsed
24814
24815 \begin_layout Plain Layout
24816 LaTeX-Pakete ! ftnright
24817 \end_layout
24818
24819 \end_inset
24820
24821  mit folgendem Befehl im LaTeX-Vorspann einfügen:
24822 \end_layout
24823
24824 \begin_layout Standard
24825
24826 \series bold
24827
24828 \backslash
24829 usepackage{ftnright}
24830 \end_layout
24831
24832 \begin_layout Standard
24833 \begin_inset Float figure
24834 placement !h
24835 wide false
24836 sideways false
24837 status open
24838
24839 \begin_layout Plain Layout
24840 \begin_inset ERT
24841 status collapsed
24842
24843 \begin_layout Plain Layout
24844
24845
24846 \backslash
24847 framebox{
24848 \end_layout
24849
24850 \end_inset
24851
24852
24853 \begin_inset Graphics
24854         filename ../clipart/without_fntright.pdf
24855         width 100col%
24856         scaleBeforeRotation
24857
24858 \end_inset
24859
24860
24861 \begin_inset ERT
24862 status collapsed
24863
24864 \begin_layout Plain Layout
24865
24866 }
24867 \end_layout
24868
24869 \end_inset
24870
24871
24872 \end_layout
24873
24874 \begin_layout Plain Layout
24875 \begin_inset Caption
24876
24877 \begin_layout Plain Layout
24878 \begin_inset CommandInset label
24879 LatexCommand label
24880 name "abb:Standard-Fußnoten-Platzierung-in"
24881
24882 \end_inset
24883
24884 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
24885 \begin_inset OptArg
24886 status open
24887
24888 \begin_layout Plain Layout
24889 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
24890 \end_layout
24891
24892 \end_inset
24893
24894
24895 \end_layout
24896
24897 \end_inset
24898
24899
24900 \end_layout
24901
24902 \end_inset
24903
24904
24905 \end_layout
24906
24907 \begin_layout Standard
24908 \begin_inset Float figure
24909 placement !h
24910 wide false
24911 sideways false
24912 status open
24913
24914 \begin_layout Plain Layout
24915 \begin_inset ERT
24916 status collapsed
24917
24918 \begin_layout Plain Layout
24919
24920
24921 \backslash
24922 framebox{
24923 \end_layout
24924
24925 \end_inset
24926
24927
24928 \begin_inset Graphics
24929         filename ../clipart/with_fntright.pdf
24930         width 100col%
24931         scaleBeforeRotation
24932
24933 \end_inset
24934
24935
24936 \begin_inset ERT
24937 status collapsed
24938
24939 \begin_layout Plain Layout
24940
24941 }
24942 \end_layout
24943
24944 \end_inset
24945
24946
24947 \end_layout
24948
24949 \begin_layout Plain Layout
24950 \begin_inset Caption
24951
24952 \begin_layout Plain Layout
24953 \begin_inset CommandInset label
24954 LatexCommand label
24955 name "abb:Fußnoten-Platzierung-in-einem"
24956
24957 \end_inset
24958
24959 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
24960  
24961 \series bold
24962 ftnright
24963 \series default
24964 .
24965 \begin_inset OptArg
24966 status collapsed
24967
24968 \begin_layout Plain Layout
24969 Fußnoten-Platzierung mit 
24970 \family typewriter
24971 ftnright
24972 \end_layout
24973
24974 \end_inset
24975
24976
24977 \end_layout
24978
24979 \end_inset
24980
24981
24982 \end_layout
24983
24984 \end_inset
24985
24986
24987 \end_layout
24988
24989 \begin_layout Standard
24990 \begin_inset VSpace bigskip
24991 \end_inset
24992
24993 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
24994  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
24995 \begin_inset space ~
24996 \end_inset
24997
24998
24999 \begin_inset CommandInset ref
25000 LatexCommand ref
25001 reference "abb:endnotes----Die"
25002
25003 \end_inset
25004
25005  gedruckt.
25006  Man nennt sie dann 
25007 \emph on
25008 Endnoten
25009 \emph default
25010 .
25011 \begin_inset Index
25012 status collapsed
25013
25014 \begin_layout Plain Layout
25015 Endnoten
25016 \end_layout
25017
25018 \end_inset
25019
25020  Um das zu erreichen, müssen Sie das LaTeX-Paket 
25021 \series bold
25022 endnotes
25023 \series default
25024
25025 \begin_inset Index
25026 status collapsed
25027
25028 \begin_layout Plain Layout
25029 LaTeX-Pakete ! endnotes
25030 \end_layout
25031
25032 \end_inset
25033
25034  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
25035 \end_layout
25036
25037 \begin_layout Standard
25038
25039 \series bold
25040
25041 \backslash
25042 usepackage{endnotes}
25043 \begin_inset Newline newline
25044 \end_inset
25045
25046
25047 \backslash
25048 let
25049 \backslash
25050 footnote
25051 \backslash
25052 endnote
25053 \end_layout
25054
25055 \begin_layout Standard
25056 Um die gesammelten Fußnoten zu drucken, fügen Sie den TeX-Code
25057 \series bold
25058  
25059 \backslash
25060 theendnotes
25061 \series default
25062  am Ende des Abschnitts oder Kapitels ein.
25063 \end_layout
25064
25065 \begin_layout Standard
25066 \begin_inset Float figure
25067 wide false
25068 sideways false
25069 status open
25070
25071 \begin_layout Plain Layout
25072 \align center
25073 \begin_inset ERT
25074 status collapsed
25075
25076 \begin_layout Plain Layout
25077
25078
25079 \backslash
25080 framebox{
25081 \end_layout
25082
25083 \end_inset
25084
25085
25086 \begin_inset Graphics
25087         filename ../clipart/endnotes.pdf
25088         scaleBeforeRotation
25089
25090 \end_inset
25091
25092
25093 \begin_inset ERT
25094 status collapsed
25095
25096 \begin_layout Plain Layout
25097
25098 }
25099 \end_layout
25100
25101 \end_inset
25102
25103
25104 \end_layout
25105
25106 \begin_layout Plain Layout
25107 \begin_inset Caption
25108
25109 \begin_layout Plain Layout
25110 \begin_inset CommandInset label
25111 LatexCommand label
25112 name "abb:endnotes----Die"
25113
25114 \end_inset
25115
25116
25117 \series bold
25118 endnotes
25119 \series default
25120  -- Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25121  gedruckt.
25122 \begin_inset OptArg
25123 status collapsed
25124
25125 \begin_layout Plain Layout
25126 \begin_inset CommandInset label
25127 LatexCommand label
25128 name "abb:endnotes----Die"
25129
25130 \end_inset
25131
25132
25133 \series bold
25134 endnotes
25135 \series default
25136  -- Die Fußnoten werden am Ende gedruckt
25137 \end_layout
25138
25139 \end_inset
25140
25141
25142 \end_layout
25143
25144 \end_inset
25145
25146
25147 \end_layout
25148
25149 \end_inset
25150
25151
25152 \end_layout
25153
25154 \begin_layout Standard
25155 \begin_inset VSpace medskip
25156 \end_inset
25157
25158 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25159 ache übersetzt.
25160  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25161 \begin_inset Quotes gld
25162 \end_inset
25163
25164 Notes 
25165 \begin_inset Quotes grd
25166 \end_inset
25167
25168 in 
25169 \begin_inset Quotes gld
25170 \end_inset
25171
25172 Anmerkungen
25173 \begin_inset Quotes grd
25174 \end_inset
25175
25176 :
25177 \end_layout
25178
25179 \begin_layout Standard
25180
25181 \series bold
25182
25183 \backslash
25184 renewcommand{
25185 \backslash
25186 notesname}{Anmerkungen}
25187 \end_layout
25188
25189 \begin_layout Standard
25190 \begin_inset VSpace medskip
25191 \end_inset
25192
25193 Wenn Sie in den Befehlen von Abschnitt
25194 \begin_inset space ~
25195 \end_inset
25196
25197
25198 \begin_inset CommandInset ref
25199 LatexCommand ref
25200 reference "uab:Fußnoten-Nummerierung"
25201
25202 \end_inset
25203
25204  
25205 \series bold
25206
25207 \backslash
25208 thefootnote
25209 \series default
25210  durch 
25211 \series bold
25212
25213 \backslash
25214 theendnote
25215 \series default
25216  ersetzen, können Sie die Nummerierung von Endnoten ändern.
25217  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
25218 \series bold
25219
25220 \backslash
25221 @addtoreset
25222 \series default
25223  wie in Abschnitt
25224 \begin_inset space \space{}
25225 \end_inset
25226
25227
25228 \begin_inset CommandInset ref
25229 LatexCommand ref
25230 reference "uab:Fußnoten-Nummerierung"
25231
25232 \end_inset
25233
25234  beschrieben und ersetzen 
25235 \series bold
25236 footnote
25237 \series default
25238  durch 
25239 \series bold
25240 endnote
25241 \series default
25242 .
25243 \end_layout
25244
25245 \begin_layout Standard
25246 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
25247  
25248 \series bold
25249
25250 \backslash
25251 endnotemark[Nummer]
25252 \series default
25253  ähnlich wie 
25254 \series bold
25255
25256 \backslash
25257 footnotemark
25258 \series default
25259  Abschnitt
25260 \begin_inset space ~
25261 \end_inset
25262
25263
25264 \begin_inset CommandInset ref
25265 LatexCommand ref
25266 reference "abs:Fußnoten"
25267
25268 \end_inset
25269
25270 .
25271 \end_layout
25272
25273 \begin_layout Standard
25274 \begin_inset VSpace bigskip
25275 \end_inset
25276
25277 Mit dem LaTeX-Paket 
25278 \series bold
25279 footmisc
25280 \series default
25281
25282 \begin_inset Index
25283 status collapsed
25284
25285 \begin_layout Plain Layout
25286 LaTeX-Pakete ! footmisc
25287 \end_layout
25288
25289 \end_inset
25290
25291  (
25292 \begin_inset CommandInset citation
25293 LatexCommand cite
25294 key "footmisc"
25295
25296 \end_inset
25297
25298 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
25299 \end_layout
25300
25301 \begin_layout Standard
25302 In LaTeX-Büchern, 
25303 \begin_inset CommandInset citation
25304 LatexCommand cite
25305 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
25306
25307 \end_inset
25308
25309 , finden Sie weiteres zu Fußnoten.
25310 \end_layout
25311
25312 \begin_layout Section
25313 Randnotizen
25314 \begin_inset Index
25315 status collapsed
25316
25317 \begin_layout Plain Layout
25318 Randnotizen
25319 \end_layout
25320
25321 \end_inset
25322
25323
25324 \begin_inset Index
25325 status collapsed
25326
25327 \begin_layout Plain Layout
25328 Notizen ! Randnotizen
25329 \end_layout
25330
25331 \end_inset
25332
25333
25334 \end_layout
25335
25336 \begin_layout Standard
25337 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
25338  Sie fügen sie mit einem Klick auf den Schalter 
25339 \begin_inset Graphics
25340         filename ../../images/marginalnote-insert.png
25341         scale 70
25342         scaleBeforeRotation
25343
25344 \end_inset
25345
25346  oder über 
25347 \family sans
25348 Einfügen\SpecialChar \menuseparator
25349 Randnotiz
25350 \family default
25351  ein.
25352  Ein graues Kästchen mit der Aufschrift 
25353 \begin_inset Quotes gld
25354 \end_inset
25355
25356 Rand
25357 \begin_inset Quotes grd
25358 \end_inset
25359
25360  erscheint
25361 \family roman
25362 \series medium
25363 , und dort, wo der Cursor steht, können Sie Text eingeben.
25364 \end_layout
25365
25366 \begin_layout Standard
25367 Hier am Rand sehen Sie eine Randnotiz.
25368  
25369 \begin_inset Marginal
25370 status open
25371
25372 \begin_layout Plain Layout
25373 Dies ist eine Randnotiz.
25374 \end_layout
25375
25376 \end_inset
25377
25378
25379 \end_layout
25380
25381 \begin_layout Standard
25382 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
25383  am rechten Rand gesetzt, bei doppelseitigen außen -- links auf den geraden
25384  Seiten und rechts auf den ungeraden.
25385  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
25386  wird und umgekehrt.
25387  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
25388  wurde.
25389 \end_layout
25390
25391 \begin_layout Standard
25392 \begin_inset VSpace bigskip
25393 \end_inset
25394
25395 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
25396 \end_layout
25397
25398 \begin_layout Standard
25399
25400 \series bold
25401
25402 \backslash
25403 reversemarginpar
25404 \end_layout
25405
25406 \begin_layout Standard
25407 als TeX-Code vor einer Randnotiz ein.
25408  Das gilt dann für alle folgenden Randnotizen.
25409  
25410 \begin_inset ERT
25411 status collapsed
25412
25413 \begin_layout Plain Layout
25414
25415
25416 \backslash
25417 reversemarginpar 
25418 \end_layout
25419
25420 \end_inset
25421
25422
25423 \begin_inset Marginal
25424 status open
25425
25426 \begin_layout Plain Layout
25427 Hier ist ein Beispiel im inneren Rand.
25428 \end_layout
25429
25430 \end_inset
25431
25432
25433 \begin_inset Newline newline
25434 \end_inset
25435
25436
25437 \begin_inset Note Greyedout
25438 status open
25439
25440 \begin_layout Plain Layout
25441  
25442 \series bold
25443 Achtung:
25444 \series default
25445  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
25446 \end_layout
25447
25448 \end_inset
25449
25450
25451 \end_layout
25452
25453 \begin_layout Standard
25454 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
25455 \end_layout
25456
25457 \begin_layout Standard
25458
25459 \series bold
25460
25461 \backslash
25462 normalmarginpar
25463 \end_layout
25464
25465 \begin_layout Standard
25466 als TeX-Code ein.
25467 \begin_inset ERT
25468 status collapsed
25469
25470 \begin_layout Plain Layout
25471
25472
25473 \backslash
25474 normalmarginpar 
25475 \end_layout
25476
25477 \end_inset
25478
25479
25480 \end_layout
25481
25482 \begin_layout Standard
25483 \begin_inset Note Greyedout
25484 status open
25485
25486 \begin_layout Plain Layout
25487
25488 \series bold
25489 Achtung:
25490 \series default
25491  Der Befehl wird missachtet, wenn er im selben Absatz wie 
25492 \series bold
25493
25494 \backslash
25495 reversemarginpar
25496 \series default
25497  verwendet wird.
25498 \end_layout
25499
25500 \end_inset
25501
25502
25503 \end_layout
25504
25505 \begin_layout Standard
25506 \begin_inset VSpace bigskip
25507 \end_inset
25508
25509
25510 \begin_inset Marginal
25511 status open
25512
25513 \begin_layout Plain Layout
25514
25515 \family roman
25516 \series medium
25517 EinSehrLangesWort am Anfang, das umgebrochen wird.
25518 \end_layout
25519
25520 \end_inset
25521
25522  Ähnlich wie in Abschnitt
25523 \begin_inset space ~
25524 \end_inset
25525
25526
25527 \begin_inset CommandInset ref
25528 LatexCommand ref
25529 reference "uab:Mehrfache-Zeilen-in"
25530
25531 \end_inset
25532
25533  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
25534  Wort der Randnotiz sind.
25535  Um das zu vermeiden, fügen sie 0
25536 \begin_inset space \thinspace{}
25537 \end_inset
25538
25539 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
25540 \begin_inset Marginal
25541 status open
25542
25543 \begin_layout Plain Layout
25544 \begin_inset space \hspace{}
25545 \length 0pt
25546 \end_inset
25547
25548
25549 \family roman
25550 \series medium
25551 EinSehrLangesWort am Anfang, das umgebrochen wird.
25552 \end_layout
25553
25554 \end_inset
25555
25556
25557 \end_layout
25558
25559 \begin_layout Standard
25560 \begin_inset VSpace bigskip
25561 \end_inset
25562
25563
25564 \end_layout
25565
25566 \begin_layout Standard
25567 \begin_inset Note Greyedout
25568 status open
25569
25570 \begin_layout Plain Layout
25571
25572 \series bold
25573 Bemerkung:
25574 \series default
25575  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
25576  verwendet werden.
25577 \end_layout
25578
25579 \end_inset
25580
25581
25582 \end_layout
25583
25584 \begin_layout Standard
25585 \begin_inset VSpace bigskip
25586 \end_inset
25587
25588
25589 \end_layout
25590
25591 \begin_layout Standard
25592 \begin_inset ERT
25593 status collapsed
25594
25595 \begin_layout Plain Layout
25596
25597
25598 \backslash
25599 ifmarginnote
25600 \end_layout
25601
25602 \end_inset
25603
25604
25605 \begin_inset Note Note
25606 status open
25607
25608 \begin_layout Plain Layout
25609 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
25610 \series bold
25611 marginnote
25612 \series default
25613  installiert ist.
25614 \end_layout
25615
25616 \end_inset
25617
25618
25619 \end_layout
25620
25621 \begin_layout Standard
25622 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
25623 \series bold
25624 marginnote
25625 \series default
25626
25627 \begin_inset Index
25628 status collapsed
25629
25630 \begin_layout Plain Layout
25631 LaTeX-Pakete ! marginnote
25632 \end_layout
25633
25634 \end_inset
25635
25636  verwendet wird.
25637  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
25638  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
25639  des Pakets 
25640 \series bold
25641 marginnote
25642 \series default
25643  für Randnotizen verwendet wird:
25644 \end_layout
25645
25646 \begin_layout Standard
25647
25648 \series bold
25649
25650 \backslash
25651 usepackage{marginnote}
25652 \begin_inset Newline newline
25653 \end_inset
25654
25655
25656 \backslash
25657 let
25658 \backslash
25659 marginpar
25660 \backslash
25661 marginnote
25662 \end_layout
25663
25664 \begin_layout Standard
25665 Dies wird auch in diesem Dokument verwendet, denn 
25666 \series bold
25667 marginnote
25668 \series default
25669  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
25670  für Randnotizen angeben.
25671  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
25672 n zu dicht beieinander sind.
25673  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
25674  Schema
25675 \end_layout
25676
25677 \begin_layout Standard
25678
25679 \series bold
25680 [Versatz]
25681 \end_layout
25682
25683 \begin_layout Standard
25684 angegeben.
25685  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
25686 \begin_inset space ~
25687 \end_inset
25688
25689
25690 \begin_inset CommandInset ref
25691 LatexCommand ref
25692 reference "tab:Maßeinheiten"
25693
25694 \end_inset
25695
25696  aufgelistet sind.
25697  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
25698  nach unten.
25699  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
25700 \begin_inset space \thinspace{}
25701 \end_inset
25702
25703 cm mit dem TeX-Code-Befehl  
25704 \begin_inset Quotes gld
25705 \end_inset
25706
25707
25708 \series bold
25709 [-1.5cm]
25710 \series default
25711
25712 \begin_inset Quotes grd
25713 \end_inset
25714
25715  nach oben versetzt.
25716 \begin_inset Marginal
25717 status open
25718
25719 \begin_layout Plain Layout
25720 Diese Randnotiz ist 1.5
25721 \begin_inset space \thinspace{}
25722 \end_inset
25723
25724 cm von ihrer Originalposition nach oben versetzt.
25725 \end_layout
25726
25727 \end_inset
25728
25729
25730 \begin_inset ERT
25731 status collapsed
25732
25733 \begin_layout Plain Layout
25734
25735 [-1.5cm]
25736 \end_layout
25737
25738 \end_inset
25739
25740
25741 \end_layout
25742
25743 \begin_layout Standard
25744 \begin_inset VSpace medskip
25745 \end_inset
25746
25747 Mit 
25748 \series bold
25749 marginnote
25750 \series default
25751  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
25752  Zum Beispiel setzen die Befehle
25753 \end_layout
25754
25755 \begin_layout Standard
25756
25757 \series bold
25758
25759 \backslash
25760 renewcommand*{
25761 \backslash
25762 raggedleftmarginnote}{
25763 \backslash
25764 centering}
25765 \begin_inset Newline newline
25766 \end_inset
25767
25768
25769 \backslash
25770 renewcommand*{
25771 \backslash
25772 raggedrightmarginnote}{
25773 \backslash
25774 centering}
25775 \end_layout
25776
25777 \begin_layout Standard
25778 die Ausrichtung auf zentriert.
25779  
25780 \series bold
25781
25782 \backslash
25783 raggedleftmarginnote
25784 \series default
25785  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
25786  
25787 \begin_inset ERT
25788 status collapsed
25789
25790 \begin_layout Plain Layout
25791
25792
25793 \backslash
25794 renewcommand*{
25795 \backslash
25796 raggedleftmarginnote}{
25797 \backslash
25798 centering}
25799 \end_layout
25800
25801 \begin_layout Plain Layout
25802
25803
25804 \backslash
25805 renewcommand*{
25806 \backslash
25807 raggedrightmarginnote}{
25808 \backslash
25809 centering}
25810 \end_layout
25811
25812 \end_inset
25813
25814
25815 \begin_inset Marginal
25816 status open
25817
25818 \begin_layout Plain Layout
25819 Der Text dieser Randnotiz ist zentriert ausgerichtet.
25820 \end_layout
25821
25822 \end_inset
25823
25824  Die Voreinstellung ist
25825 \end_layout
25826
25827 \begin_layout Standard
25828
25829 \series bold
25830
25831 \backslash
25832 renewcommand*{
25833 \backslash
25834 raggedleftmarginnote}{
25835 \backslash
25836 raggedleft}
25837 \begin_inset Newline newline
25838 \end_inset
25839
25840
25841 \backslash
25842 renewcommand*{
25843 \backslash
25844 raggedrightmarginnote}{
25845 \backslash
25846 raggedright}
25847 \series default
25848
25849 \begin_inset ERT
25850 status collapsed
25851
25852 \begin_layout Plain Layout
25853
25854
25855 \backslash
25856 renewcommand*{
25857 \backslash
25858 raggedleftmarginnote}{
25859 \backslash
25860 raggedleft}
25861 \end_layout
25862
25863 \begin_layout Plain Layout
25864
25865
25866 \backslash
25867 renewcommand*{
25868 \backslash
25869 raggedrightmarginnote}{
25870 \backslash
25871 raggedright}
25872 \end_layout
25873
25874 \end_inset
25875
25876
25877 \end_layout
25878
25879 \begin_layout Standard
25880 \begin_inset VSpace medskip
25881 \end_inset
25882
25883 Für weitere Fähigkeiten des Pakets 
25884 \series bold
25885 marginnote
25886 \series default
25887  sei auf dessen Dokumentation verwiesen 
25888 \begin_inset CommandInset citation
25889 LatexCommand cite
25890 key "marginnote"
25891
25892 \end_inset
25893
25894 .
25895 \end_layout
25896
25897 \begin_layout Standard
25898 \begin_inset VSpace bigskip
25899 \end_inset
25900
25901 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
25902  geändert werden.
25903  Um z.
25904 \begin_inset space \thinspace{}
25905 \end_inset
25906
25907 B.
25908  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
25909  und fettgedruckten Text 
25910 \begin_inset Quotes eld
25911 \end_inset
25912
25913
25914 \family sans
25915 \series bold
25916 \bar under
25917 Achtung!
25918 \family default
25919 \series default
25920 \bar default
25921
25922 \begin_inset Quotes erd
25923 \end_inset
25924
25925  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
25926 \end_layout
25927
25928 \begin_layout Standard
25929
25930 \series bold
25931
25932 \backslash
25933 let
25934 \backslash
25935 myMarginpar
25936 \backslash
25937 marginpar
25938 \begin_inset Newline newline
25939 \end_inset
25940
25941
25942 \backslash
25943 renewcommand{
25944 \backslash
25945 marginpar}[1]{
25946 \backslash
25947 myMarginpar{%
25948 \begin_inset Newline newline
25949 \end_inset
25950
25951
25952 \begin_inset ERT
25953 status collapsed
25954
25955 \begin_layout Plain Layout
25956
25957
25958 \backslash
25959 hphantom{ }
25960 \end_layout
25961
25962 \end_inset
25963
25964
25965 \backslash
25966 hspace{0pt}
25967 \backslash
25968 textsf{
25969 \backslash
25970 textbf{
25971 \backslash
25972 underbar{Achtung!}}}%
25973 \begin_inset Newline newline
25974 \end_inset
25975
25976
25977 \begin_inset ERT
25978 status collapsed
25979
25980 \begin_layout Plain Layout
25981
25982
25983 \backslash
25984 hphantom{ }
25985 \end_layout
25986
25987 \end_inset
25988
25989
25990 \backslash
25991 vspace{1.5mm}
25992 \backslash
25993
25994 \backslash
25995 #1}}
25996 \end_layout
25997
25998 \begin_layout Standard
25999 \begin_inset ERT
26000 status collapsed
26001
26002 \begin_layout Plain Layout
26003
26004
26005 \backslash
26006 let
26007 \backslash
26008 myMarginpar
26009 \backslash
26010 marginpar
26011 \end_layout
26012
26013 \begin_layout Plain Layout
26014
26015
26016 \backslash
26017 renewcommand{
26018 \backslash
26019 marginpar}[1]{
26020 \backslash
26021 myMarginpar{%
26022 \end_layout
26023
26024 \begin_layout Plain Layout
26025
26026    
26027 \backslash
26028 textsf{
26029 \backslash
26030 textbf{
26031 \backslash
26032 underbar{Achtung!}}}%
26033 \end_layout
26034
26035 \begin_layout Plain Layout
26036
26037    
26038 \backslash
26039 vspace{1.5mm}
26040 \backslash
26041
26042 \backslash
26043 #1}}
26044 \end_layout
26045
26046 \end_inset
26047
26048
26049 \begin_inset Marginal
26050 status open
26051
26052 \begin_layout Plain Layout
26053 Dies ist eine Randnotiz mit einer definierten Überschrift.
26054 \end_layout
26055
26056 \end_inset
26057
26058
26059 \begin_inset ERT
26060 status collapsed
26061
26062 \begin_layout Plain Layout
26063
26064 [-1.5cm]
26065 \end_layout
26066
26067 \end_inset
26068
26069
26070 \begin_inset ERT
26071 status collapsed
26072
26073 \begin_layout Plain Layout
26074
26075
26076 \backslash
26077 renewcommand{
26078 \backslash
26079 marginpar}[1]{
26080 \backslash
26081 myMarginpar{#1}}
26082 \end_layout
26083
26084 \end_inset
26085
26086
26087 \begin_inset Note Note
26088 status open
26089
26090 \begin_layout Plain Layout
26091 Das Format wurde nur für dieses Beispiel geändert.
26092 \end_layout
26093
26094 \end_inset
26095
26096
26097 \end_layout
26098
26099 \begin_layout Standard
26100 \begin_inset ERT
26101 status collapsed
26102
26103 \begin_layout Plain Layout
26104
26105
26106 \backslash
26107 else
26108 \end_layout
26109
26110 \end_inset
26111
26112
26113 \begin_inset Note Note
26114 status open
26115
26116 \begin_layout Plain Layout
26117 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26118 \series bold
26119 marginnote
26120 \series default
26121  nicht installiert ist:
26122 \end_layout
26123
26124 \end_inset
26125
26126
26127 \end_layout
26128
26129 \begin_layout Standard
26130 Das LaTeX-Paket 
26131 \series bold
26132 marginnote
26133 \series default
26134  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26135 \end_layout
26136
26137 \begin_layout Standard
26138 \begin_inset ERT
26139 status collapsed
26140
26141 \begin_layout Plain Layout
26142
26143
26144 \backslash
26145 fi
26146 \end_layout
26147
26148 \end_inset
26149
26150
26151 \end_layout
26152
26153 \begin_layout Chapter
26154 Boxen
26155 \end_layout
26156
26157 \begin_layout Section
26158 Einleitung
26159 \begin_inset Index
26160 status collapsed
26161
26162 \begin_layout Plain Layout
26163 Boxen ! Einleitung
26164 \end_layout
26165
26166 \end_inset
26167
26168
26169 \end_layout
26170
26171 \begin_layout Standard
26172 Boxen werden benutzt, um einen Textblock zu formatieren.
26173  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26174  siehe Abschnitt
26175 \begin_inset space ~
26176 \end_inset
26177
26178
26179 \begin_inset CommandInset ref
26180 LatexCommand ref
26181 reference "abs:Minipage"
26182
26183 \end_inset
26184
26185 , um Text zu umrahmen, siehe Abschnitt
26186 \begin_inset space ~
26187 \end_inset
26188
26189
26190 \begin_inset CommandInset ref
26191 LatexCommand ref
26192 reference "uab:Verzierung"
26193
26194 \end_inset
26195
26196 , um Silbentrennung zu verhindern, siehe Abschnitt
26197 \begin_inset space ~
26198 \end_inset
26199
26200
26201 \begin_inset CommandInset ref
26202 LatexCommand ref
26203 reference "abs:Silbentrennung-unterbinden"
26204
26205 \end_inset
26206
26207 , um Text senkrecht auszurichten, siehe Abschnitt
26208 \begin_inset space ~
26209 \end_inset
26210
26211
26212 \begin_inset CommandInset ref
26213 LatexCommand ref
26214 reference "uab:Vertikale-Ausrichtung"
26215
26216 \end_inset
26217
26218  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
26219 \begin_inset space ~
26220 \end_inset
26221
26222
26223 \begin_inset CommandInset ref
26224 LatexCommand ref
26225 reference "abs:Farbige-Boxen"
26226
26227 \end_inset
26228
26229 .
26230 \end_layout
26231
26232 \begin_layout Standard
26233 Boxen werden mit 
26234 \family sans
26235 Einfügen\SpecialChar \menuseparator
26236 Box
26237 \family default
26238  oder dem Schalter 
26239 \begin_inset Graphics
26240         filename ../../images/box-insert.png
26241         scale 70
26242         scaleBeforeRotation
26243
26244 \end_inset
26245
26246  eingefügt.
26247  Ein graues Kästchen mit der Aufschrift 
26248 \begin_inset Quotes gld
26249 \end_inset
26250
26251 Box (Minipage)
26252 \begin_inset Quotes grd
26253 \end_inset
26254
26255  erscheint: 
26256 \begin_inset Graphics
26257         filename clipart/StandardBoxQt4.png
26258         lyxscale 80
26259         scale 60
26260         scaleBeforeRotation
26261
26262 \end_inset
26263
26264 .
26265  Mit einem Rechts\SpecialChar \-
26266 klick auf das graue Kästchen kann der Typ spezifiziert
26267  werden.
26268  Das Dialogfenster bietet bei 
26269 \family sans
26270 Innere
26271 \begin_inset space ~
26272 \end_inset
26273
26274 Box
26275 \family default
26276  die Typen 
26277 \family sans
26278 Parbox
26279 \family default
26280  und 
26281 \family sans
26282 Minipage
26283 \family default
26284  an.
26285  
26286 \family sans
26287 Minipage
26288 \family default
26289  ist die Standard-Einstellung für neue Boxen und in Abschnitt
26290 \begin_inset space ~
26291 \end_inset
26292
26293
26294 \begin_inset CommandInset ref
26295 LatexCommand ref
26296 reference "abs:Minipage"
26297
26298 \end_inset
26299
26300  beschrieben, 
26301 \family sans
26302 Parbox
26303 \family default
26304  in Abschnitt
26305 \begin_inset space ~
26306 \end_inset
26307
26308
26309 \begin_inset CommandInset ref
26310 LatexCommand ref
26311 reference "abs:Parbox"
26312
26313 \end_inset
26314
26315 .
26316 \end_layout
26317
26318 \begin_layout Standard
26319 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
26320  wie auf Gleitobjekte und Fußnoten.
26321 \end_layout
26322
26323 \begin_layout Standard
26324 \begin_inset Note Greyedout
26325 status open
26326
26327 \begin_layout Plain Layout
26328
26329 \series bold
26330 Bemerkung
26331 \begin_inset space ~
26332 \end_inset
26333
26334 1:
26335 \series default
26336  Boxen dürfen in 
26337 \family sans
26338 List-
26339 \family default
26340  oder 
26341 \family sans
26342 Beschreibung-
26343 \family default
26344 Umgebungen nicht verwendet werden.
26345 \end_layout
26346
26347 \end_inset
26348
26349
26350 \end_layout
26351
26352 \begin_layout Standard
26353 \begin_inset Note Greyedout
26354 status open
26355
26356 \begin_layout Plain Layout
26357
26358 \series bold
26359 Bemerkung
26360 \begin_inset space ~
26361 \end_inset
26362
26363 2:
26364 \series default
26365  Boxen ohne 
26366 \family sans
26367 Innere
26368 \begin_inset space ~
26369 \end_inset
26370
26371 Box
26372 \family default
26373  und ohne Rahmen werden in Abschnitt
26374 \begin_inset space ~
26375 \end_inset
26376
26377
26378 \begin_inset CommandInset ref
26379 LatexCommand ref
26380 reference "abs:Silbentrennung-unterbinden"
26381
26382 \end_inset
26383
26384  beschrieben.
26385 \end_layout
26386
26387 \end_inset
26388
26389
26390 \end_layout
26391
26392 \begin_layout Section
26393 Das Box-Einstellungen-Fenster
26394 \begin_inset CommandInset label
26395 LatexCommand label
26396 name "abs:Box-Dialog"
26397
26398 \end_inset
26399
26400
26401 \begin_inset Index
26402 status collapsed
26403
26404 \begin_layout Plain Layout
26405 Boxen ! Box-Dialog-Fenster
26406 \end_layout
26407
26408 \end_inset
26409
26410
26411 \end_layout
26412
26413 \begin_layout Subsection
26414 Box-Größe
26415 \begin_inset Index
26416 status collapsed
26417
26418 \begin_layout Plain Layout
26419 Boxen ! Größe
26420 \end_layout
26421
26422 \end_inset
26423
26424
26425 \end_layout
26426
26427 \begin_layout Standard
26428 Im 
26429 \family sans
26430 Box-Einstellungen
26431 \family default
26432 -Fenster können Sie die Größe der Box mit 
26433 \family sans
26434 Breite
26435 \family default
26436  und 
26437 \family sans
26438 Höhe 
26439 \family default
26440 festlegen.
26441  Die verfügbaren Einheiten werden in Tabelle
26442 \begin_inset space ~
26443 \end_inset
26444
26445
26446 \begin_inset CommandInset ref
26447 LatexCommand ref
26448 reference "tab:Maßeinheiten"
26449
26450 \end_inset
26451
26452  aufgelistet.
26453  Das Feld
26454 \family sans
26455  Höhe
26456 \family default
26457  bietet die folgenden zusätzlichen Größen:
26458 \end_layout
26459
26460 \begin_layout Description
26461 Tiefe Dies ist die reine Text-
26462 \begin_inset Quotes gld
26463 \end_inset
26464
26465 Höhe
26466 \begin_inset Quotes grd
26467 \end_inset
26468
26469 .
26470  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
26471 \begin_inset Newline newline
26472 \end_inset
26473
26474
26475 \begin_inset Newline newline
26476 \end_inset
26477
26478
26479 \begin_inset Newline newline
26480 \end_inset
26481
26482
26483 \begin_inset Box Boxed
26484 position "c"
26485 hor_pos "c"
26486 has_inner_box 1
26487 inner_pos "c"
26488 use_parbox 0
26489 width "12col%"
26490 special "none"
26491 height "1in"
26492 height_special "depth"
26493 status collapsed
26494
26495 \begin_layout Plain Layout
26496 \align center
26497 Box-Höhe = 1
26498 \begin_inset space \thinspace{}
26499 \end_inset
26500
26501 Tiefe
26502 \end_layout
26503
26504 \end_inset
26505
26506
26507 \begin_inset Newline newline
26508 \end_inset
26509
26510
26511 \begin_inset Newline newline
26512 \end_inset
26513
26514
26515 \end_layout
26516
26517 \begin_layout Description
26518 Höhe Dies ist die Texthöhe innerhalb der Box.
26519  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
26520  Texthöhe setzen: 
26521 \begin_inset Box Boxed
26522 position "c"
26523 hor_pos "c"
26524 has_inner_box 1
26525 inner_pos "c"
26526 use_parbox 0
26527 width "20col%"
26528 special "none"
26529 height "2in"
26530 height_special "height"
26531 status collapsed
26532
26533 \begin_layout Plain Layout
26534 \align center
26535 Boxhöhe = 2
26536 \begin_inset space \thinspace{}
26537 \end_inset
26538
26539 Höhe
26540 \end_layout
26541
26542 \end_inset
26543
26544
26545 \end_layout
26546
26547 \begin_layout Description
26548 Gesamthöhe Dies ist Höhe
26549 \begin_inset space \thinspace{}
26550 \end_inset
26551
26552 +
26553 \begin_inset space \thinspace{}
26554 \end_inset
26555
26556 Tiefe: 
26557 \begin_inset Box Boxed
26558 position "c"
26559 hor_pos "c"
26560 has_inner_box 1
26561 inner_pos "c"
26562 use_parbox 0
26563 width "20col%"
26564 special "none"
26565 height "1in"
26566 height_special "totalheight"
26567 status collapsed
26568
26569 \begin_layout Plain Layout
26570 \align center
26571 Boxhöhe = 1
26572 \begin_inset space \thinspace{}
26573 \end_inset
26574
26575 Gesamthöhe
26576 \end_layout
26577
26578 \end_inset
26579
26580
26581 \end_layout
26582
26583 \begin_layout Description
26584 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
26585 \begin_inset Box Boxed
26586 position "c"
26587 hor_pos "c"
26588 has_inner_box 1
26589 inner_pos "c"
26590 use_parbox 0
26591 width "12col%"
26592 special "none"
26593 height "1in"
26594 height_special "width"
26595 status collapsed
26596
26597 \begin_layout Plain Layout
26598 \align center
26599 Boxhöhe = 1
26600 \begin_inset space \thinspace{}
26601 \end_inset
26602
26603 Breite
26604 \end_layout
26605
26606 \end_inset
26607
26608
26609 \end_layout
26610
26611 \begin_layout Subsection
26612 Ausrichtung
26613 \begin_inset Index
26614 status collapsed
26615
26616 \begin_layout Plain Layout
26617 Boxen ! Ausrichtung
26618 \end_layout
26619
26620 \end_inset
26621
26622
26623 \end_layout
26624
26625 \begin_layout Standard
26626 Wenn Sie eine 
26627 \family sans
26628 Innere
26629 \begin_inset space ~
26630 \end_inset
26631
26632 Box
26633 \family default
26634  gewählt haben, kann die Box mit folgenden Werten für 
26635 \family sans
26636 Box
26637 \family default
26638  senkrecht ausgerichtet werden:
26639 \end_layout
26640
26641 \begin_layout Description
26642 Oben Dies ist ein Beispieltext.
26643  
26644 \begin_inset Box Boxed
26645 position "t"
26646 hor_pos "c"
26647 has_inner_box 1
26648 inner_pos "c"
26649 use_parbox 0
26650 width "20col%"
26651 special "none"
26652 height "1in"
26653 height_special "totalheight"
26654 status collapsed
26655
26656 \begin_layout Plain Layout
26657 \align center
26658 Die Ober\SpecialChar \-
26659 kante der Box ist in der Zeile.
26660 \end_layout
26661
26662 \end_inset
26663
26664  Dies ist ein Beispieltext.
26665 \end_layout
26666
26667 \begin_layout Description
26668 Mitte Dies ist ein Beispieltext.
26669  
26670 \begin_inset Box Boxed
26671 position "c"
26672 hor_pos "c"
26673 has_inner_box 1
26674 inner_pos "c"
26675 use_parbox 0
26676 width "20col%"
26677 special "none"
26678 height "1in"
26679 height_special "totalheight"
26680 status collapsed
26681
26682 \begin_layout Plain Layout
26683 \align center
26684 Die Mitte der Box ist in der Zeile.
26685 \end_layout
26686
26687 \end_inset
26688
26689  Dies ist ein Beispieltext.
26690 \end_layout
26691
26692 \begin_layout Description
26693 Unten Dies ist ein Beispieltext.
26694  
26695 \begin_inset Box Boxed
26696 position "b"
26697 hor_pos "c"
26698 has_inner_box 1
26699 inner_pos "c"
26700 use_parbox 0
26701 width "20col%"
26702 special "none"
26703 height "1in"
26704 height_special "totalheight"
26705 status collapsed
26706
26707 \begin_layout Plain Layout
26708 \align center
26709 Die Unter\SpecialChar \-
26710 kante der Box ist in der Zeile.
26711 \end_layout
26712
26713 \end_inset
26714
26715  Dies ist ein Beispieltext.
26716 \end_layout
26717
26718 \begin_layout Standard
26719 \begin_inset Note Greyedout
26720 status open
26721
26722 \begin_layout Plain Layout
26723
26724 \series bold
26725 Bemerkung:
26726 \series default
26727  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
26728  Boxen in einer Zeile sind und eine Box z.
26729 \begin_inset space \thinspace{}
26730 \end_inset
26731
26732 B.
26733  schattiert ist, die andere abere nicht.
26734 \end_layout
26735
26736 \end_inset
26737
26738
26739 \end_layout
26740
26741 \begin_layout Standard
26742 Eine Box kann mit dem Dialog 
26743 \family sans
26744 Absatz-Einstellungen
26745 \family default
26746  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
26747 \end_layout
26748
26749 \begin_layout Standard
26750 \begin_inset VSpace bigskip
26751 \end_inset
26752
26753 Wenn Sie eine 
26754 \family sans
26755 Innere
26756 \begin_inset space ~
26757 \end_inset
26758
26759 Box
26760 \family default
26761  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
26762 \family sans
26763 Inhalt
26764 \family default
26765  senkrecht ausgerichtet werden:
26766 \end_layout
26767
26768 \begin_layout Description
26769 Oben Dies ist ein Beispieltext.
26770  
26771 \begin_inset Box Boxed
26772 position "c"
26773 hor_pos "c"
26774 has_inner_box 1
26775 inner_pos "t"
26776 use_parbox 0
26777 width "20col%"
26778 special "none"
26779 height "1.5in"
26780 height_special "totalheight"
26781 status collapsed
26782
26783 \begin_layout Plain Layout
26784 \align center
26785 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
26786 \end_layout
26787
26788 \end_inset
26789
26790  Dies ist ein Beispieltext.
26791 \end_layout
26792
26793 \begin_layout Description
26794 Mitte Dies ist ein Beispieltext.
26795  
26796 \begin_inset Box Boxed
26797 position "c"
26798 hor_pos "c"
26799 has_inner_box 1
26800 inner_pos "c"
26801 use_parbox 0
26802 width "20col%"
26803 special "none"
26804 height "1.5in"
26805 height_special "totalheight"
26806 status collapsed
26807
26808 \begin_layout Plain Layout
26809 \align center
26810 Der Boxinhalt ist zentriert ausgerichtet.
26811 \end_layout
26812
26813 \end_inset
26814
26815  Dies ist ein Beispieltext.
26816 \end_layout
26817
26818 \begin_layout Description
26819 Unten Dies ist ein Beispieltext.
26820  
26821 \begin_inset Box Boxed
26822 position "c"
26823 hor_pos "c"
26824 has_inner_box 1
26825 inner_pos "b"
26826 use_parbox 0
26827 width "20col%"
26828 special "none"
26829 height "1.5in"
26830 height_special "totalheight"
26831 status collapsed
26832
26833 \begin_layout Plain Layout
26834 \align center
26835 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
26836 \end_layout
26837
26838 \end_inset
26839
26840  Dies ist ein Beispieltext.
26841 \end_layout
26842
26843 \begin_layout Description
26844 Dehnen Dies ist ein Beispieltext.
26845  
26846 \begin_inset Box Boxed
26847 position "c"
26848 hor_pos "c"
26849 has_inner_box 1
26850 inner_pos "s"
26851 use_parbox 0
26852 width "20col%"
26853 special "none"
26854 height "1in"
26855 height_special "totalheight"
26856 status collapsed
26857
26858 \begin_layout Plain Layout
26859 \align center
26860 Der Boxinhalt
26861 \end_layout
26862
26863 \begin_layout Plain Layout
26864 \align center
26865 ist über die
26866 \end_layout
26867
26868 \begin_layout Plain Layout
26869 \align center
26870 Boxhöhe
26871 \end_layout
26872
26873 \begin_layout Plain Layout
26874 \align center
26875 gleichmäßig verteilt.
26876 \end_layout
26877
26878 \end_inset
26879
26880  Dies ist ein Beispieltext.
26881 \end_layout
26882
26883 \begin_layout Standard
26884 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
26885  besteht.
26886  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
26887 \end_layout
26888
26889 \begin_layout Standard
26890 Ein Boxinhalt kann mit dem Dialog 
26891 \family sans
26892 Absatz-Einstellungen
26893 \family default
26894  waagerecht ausgerichtet werden, wenn Sie eine
26895 \family sans
26896  Innere
26897 \begin_inset space ~
26898 \end_inset
26899
26900 Box
26901 \family default
26902  gewählt haben.
26903 \end_layout
26904
26905 \begin_layout Standard
26906 \align center
26907 \begin_inset Box Boxed
26908 position "c"
26909 hor_pos "c"
26910 has_inner_box 1
26911 inner_pos "s"
26912 use_parbox 0
26913 width "30col%"
26914 special "none"
26915 height "1.25in"
26916 height_special "totalheight"
26917 status collapsed
26918
26919 \begin_layout Plain Layout
26920 \align left
26921 Hier ist jede Zeile
26922 \end_layout
26923
26924 \begin_layout Plain Layout
26925 \align center
26926 anders
26927 \end_layout
26928
26929 \begin_layout Plain Layout
26930 \align right
26931 ausgerichtet.
26932 \end_layout
26933
26934 \end_inset
26935
26936
26937 \end_layout
26938
26939 \begin_layout Standard
26940 Wenn Sie keine
26941 \family sans
26942  Innere
26943 \begin_inset space ~
26944 \end_inset
26945
26946 Box
26947 \family default
26948  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
26949 \family sans
26950 Box-Einstellungen-
26951 \family default
26952 Dialog ausrichten
26953 \end_layout
26954
26955 \begin_layout Standard
26956 \align center
26957 \begin_inset Box Boxed
26958 position "c"
26959 hor_pos "s"
26960 has_inner_box 0
26961 inner_pos "s"
26962 use_parbox 0
26963 width "90col%"
26964 special "none"
26965 height "1.25in"
26966 height_special "totalheight"
26967 status collapsed
26968
26969 \begin_layout Plain Layout
26970 \align left
26971 Dieser Boxinhalt wurde horizontal gedehnt.
26972 \end_layout
26973
26974 \end_inset
26975
26976
26977 \end_layout
26978
26979 \begin_layout Subsection
26980 Verzierung
26981 \begin_inset CommandInset label
26982 LatexCommand label
26983 name "uab:Verzierung"
26984
26985 \end_inset
26986
26987
26988 \begin_inset Index
26989 status collapsed
26990
26991 \begin_layout Plain Layout
26992 Boxen ! Verzierung
26993 \end_layout
26994
26995 \end_inset
26996
26997
26998 \end_layout
26999
27000 \begin_layout Standard
27001 Im 
27002 \family sans
27003 Box-Einstellungen-
27004 \family default
27005 Dialog können Sie mit der 
27006 \family sans
27007 Verzierung
27008 \family default
27009  den Typ der Box auswählen:
27010 \end_layout
27011
27012 \begin_layout Description
27013 Einfacher
27014 \begin_inset space ~
27015 \end_inset
27016
27017 rechteckiger
27018 \begin_inset space ~
27019 \end_inset
27020
27021 Rahmen Um die Box wird ein rechteckiger Rahmen gezogen.
27022  Die Rahmendicke wird durch 
27023 \series bold
27024
27025 \backslash
27026 fboxrule
27027 \series default
27028  festgelegt.
27029  
27030 \begin_inset Box Boxed
27031 position "c"
27032 hor_pos "c"
27033 has_inner_box 1
27034 inner_pos "c"
27035 use_parbox 0
27036 width "21col%"
27037 special "none"
27038 height "1in"
27039 height_special "totalheight"
27040 status collapsed
27041
27042 \begin_layout Plain Layout
27043
27044 \series medium
27045 Rechteckige
27046 \begin_inset space ~
27047 \end_inset
27048
27049 Box
27050 \end_layout
27051
27052 \end_inset
27053
27054
27055 \end_layout
27056
27057 \begin_layout Description
27058 Seitenumbruch
27059 \begin_inset space ~
27060 \end_inset
27061
27062 erlaubt Wenn Sie die Verzierung 
27063 \family sans
27064 Einfacher rechteckiger Rahmen
27065 \family default
27066  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
27067  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
27068  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
27069  für sich ist und 
27070 \series bold
27071
27072 \backslash
27073 fboxrule
27074 \series default
27075  und 
27076 \series bold
27077
27078 \backslash
27079 fboxsep
27080 \series default
27081  keinen Einfluss auf diesen Box Typ haben.
27082  Die Rahmendicke wird durch 
27083 \series bold
27084
27085 \backslash
27086 FrameRule
27087 \series default
27088  festgelegt.
27089  
27090 \begin_inset Box Framed
27091 position "t"
27092 hor_pos "c"
27093 has_inner_box 0
27094 inner_pos "t"
27095 use_parbox 0
27096 width "100col%"
27097 special "none"
27098 height "1in"
27099 height_special "totalheight"
27100 status collapsed
27101
27102 \begin_layout Plain Layout
27103 Seitenumbruch erlaubt Box
27104 \end_layout
27105
27106 \end_inset
27107
27108
27109 \end_layout
27110
27111 \begin_layout Description
27112 Ovaler
27113 \begin_inset space ~
27114 \end_inset
27115
27116 Rahmen,
27117 \begin_inset space ~
27118 \end_inset
27119
27120 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27121  Die Rahmendicke ist 0.4
27122 \begin_inset space \thinspace{}
27123 \end_inset
27124
27125 pt.
27126  
27127 \begin_inset Box ovalbox
27128 position "c"
27129 hor_pos "c"
27130 has_inner_box 1
27131 inner_pos "c"
27132 use_parbox 0
27133 width "20col%"
27134 special "none"
27135 height "1in"
27136 height_special "totalheight"
27137 status collapsed
27138
27139 \begin_layout Plain Layout
27140 Ovale
27141 \begin_inset space ~
27142 \end_inset
27143
27144 Box,
27145 \begin_inset space ~
27146 \end_inset
27147
27148 dünn
27149 \end_layout
27150
27151 \end_inset
27152
27153
27154 \end_layout
27155
27156 \begin_layout Description
27157 Ovaler
27158 \begin_inset space ~
27159 \end_inset
27160
27161 Rahmen,
27162 \begin_inset space ~
27163 \end_inset
27164
27165 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27166  Die Rahmendicke ist 0.8
27167 \begin_inset space \thinspace{}
27168 \end_inset
27169
27170 pt.
27171  
27172 \begin_inset Box Ovalbox
27173 position "c"
27174 hor_pos "c"
27175 has_inner_box 1
27176 inner_pos "c"
27177 use_parbox 0
27178 width "20col%"
27179 special "none"
27180 height "1in"
27181 height_special "totalheight"
27182 status collapsed
27183
27184 \begin_layout Plain Layout
27185 Ovale
27186 \begin_inset space ~
27187 \end_inset
27188
27189 Box,
27190 \begin_inset space ~
27191 \end_inset
27192
27193 dick
27194 \end_layout
27195
27196 \end_inset
27197
27198
27199 \end_layout
27200
27201 \begin_layout Description
27202 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
27203  Die Rahmendicke wird durch 
27204 \series bold
27205
27206 \backslash
27207 fboxrule
27208 \series default
27209  festgelegt, der Schatten ist 4
27210 \begin_inset space \thinspace{}
27211 \end_inset
27212
27213 pt breit.
27214 \begin_inset Newline newline
27215 \end_inset
27216
27217
27218 \begin_inset Box Shadowbox
27219 position "c"
27220 hor_pos "c"
27221 has_inner_box 1
27222 inner_pos "c"
27223 use_parbox 0
27224 width "20col%"
27225 special "none"
27226 height "1in"
27227 height_special "totalheight"
27228 status collapsed
27229
27230 \begin_layout Plain Layout
27231 Schattierte
27232 \begin_inset space ~
27233 \end_inset
27234
27235 Box
27236 \end_layout
27237
27238 \end_inset
27239
27240
27241 \end_layout
27242
27243 \begin_layout Description
27244 Schattierter
27245 \begin_inset space ~
27246 \end_inset
27247
27248 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
27249  Im Gegensatz zu farbigen Boxen
27250 \begin_inset Foot
27251 status collapsed
27252
27253 \begin_layout Plain Layout
27254 siehe Abschnitt
27255 \begin_inset space ~
27256 \end_inset
27257
27258
27259 \begin_inset CommandInset ref
27260 LatexCommand ref
27261 reference "abs:Farbige-Boxen"
27262
27263 \end_inset
27264
27265
27266 \end_layout
27267
27268 \end_inset
27269
27270  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
27271  die Box ist ein Absatz für sich.
27272  
27273 \begin_inset Box Shaded
27274 position "t"
27275 hor_pos "c"
27276 has_inner_box 0
27277 inner_pos "t"
27278 use_parbox 0
27279 width "50col%"
27280 special "none"
27281 height "1in"
27282 height_special "totalheight"
27283 status collapsed
27284
27285 \begin_layout Plain Layout
27286 Schattierter Hintergrund Box
27287 \end_layout
27288
27289 \end_inset
27290
27291
27292 \end_layout
27293
27294 \begin_layout Description
27295 Doppelter
27296 \begin_inset space ~
27297 \end_inset
27298
27299 rechteckiger
27300 \begin_inset space ~
27301 \end_inset
27302
27303 Rahmen zeichnet einen doppelten Rahmen um die Box.
27304  Der innere Rahmen ist 0.75
27305 \begin_inset space \thinspace{}
27306 \end_inset
27307
27308
27309 \series bold
27310
27311 \backslash
27312 fboxrule
27313 \series default
27314  breit, der äußere 1.5
27315 \begin_inset space \thinspace{}
27316 \end_inset
27317
27318
27319 \series bold
27320
27321 \backslash
27322 fboxrule
27323 \series default
27324 , der Zwischenraum 1.5
27325 \begin_inset space \thinspace{}
27326 \end_inset
27327
27328
27329 \series bold
27330
27331 \backslash
27332 fboxrule
27333 \series default
27334
27335 \begin_inset space \thinspace{}
27336 \end_inset
27337
27338 +
27339 \begin_inset space \thinspace{}
27340 \end_inset
27341
27342 0.5
27343 \begin_inset space \thinspace{}
27344 \end_inset
27345
27346 pt.
27347  
27348 \begin_inset Box Doublebox
27349 position "c"
27350 hor_pos "c"
27351 has_inner_box 1
27352 inner_pos "c"
27353 use_parbox 0
27354 width "20col%"
27355 special "none"
27356 height "1in"
27357 height_special "totalheight"
27358 status collapsed
27359
27360 \begin_layout Plain Layout
27361 Doppelt
27362 \begin_inset space ~
27363 \end_inset
27364
27365 gerahmte
27366 \begin_inset space ~
27367 \end_inset
27368
27369 Box
27370 \end_layout
27371
27372 \end_inset
27373
27374
27375 \end_layout
27376
27377 \begin_layout Standard
27378 \begin_inset VSpace bigskip
27379 \end_inset
27380
27381 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
27382  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
27383 \series bold
27384 fancybox
27385 \series default
27386
27387 \begin_inset Index
27388 status collapsed
27389
27390 \begin_layout Plain Layout
27391 LaTeX-Pakete ! fancybox
27392 \end_layout
27393
27394 \end_inset
27395
27396  installiert sein.
27397 \end_layout
27398
27399 \begin_layout Section
27400 Box Anpassung
27401 \begin_inset Index
27402 status collapsed
27403
27404 \begin_layout Plain Layout
27405 Boxen ! Anpassung
27406 \end_layout
27407
27408 \end_inset
27409
27410
27411 \end_layout
27412
27413 \begin_layout Standard
27414 Der Standardwert für 
27415 \series bold
27416
27417 \backslash
27418 fboxrule
27419 \series default
27420  ist 0.4
27421 \begin_inset space \thinspace{}
27422 \end_inset
27423
27424 pt.
27425  Mit dem folgenden TeX-Code-Befehl kann er auf 2
27426 \begin_inset space \thinspace{}
27427 \end_inset
27428
27429 pt gesetzt werden:
27430 \end_layout
27431
27432 \begin_layout Standard
27433
27434 \series bold
27435
27436 \backslash
27437 setlength{
27438 \backslash
27439 fboxrule}{2pt}
27440 \end_layout
27441
27442 \begin_layout Standard
27443 \begin_inset ERT
27444 status collapsed
27445
27446 \begin_layout Plain Layout
27447
27448
27449 \backslash
27450 setlength{
27451 \backslash
27452 fboxrule}{2pt}
27453 \end_layout
27454
27455 \end_inset
27456
27457
27458 \begin_inset Box Boxed
27459 position "c"
27460 hor_pos "c"
27461 has_inner_box 1
27462 inner_pos "c"
27463 use_parbox 0
27464 width "30col%"
27465 special "none"
27466 height "1in"
27467 height_special "totalheight"
27468 status open
27469
27470 \begin_layout Plain Layout
27471 \align center
27472 Rechteckige Box mit einer Rahmenbreite von 2
27473 \begin_inset space \thinspace{}
27474 \end_inset
27475
27476 pt
27477 \end_layout
27478
27479 \end_inset
27480
27481
27482 \begin_inset ERT
27483 status collapsed
27484
27485 \begin_layout Plain Layout
27486
27487
27488 \backslash
27489 setlength{
27490 \backslash
27491 fboxrule}{0.4pt}
27492 \end_layout
27493
27494 \end_inset
27495
27496
27497 \begin_inset VSpace bigskip
27498 \end_inset
27499
27500
27501 \end_layout
27502
27503 \begin_layout Standard
27504 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
27505 \begin_inset space \thinspace{}
27506 \end_inset
27507
27508 pt.
27509  Sie können das ändern, indem Sie den Wert von 
27510 \series bold
27511
27512 \backslash
27513 fboxsep
27514 \series default
27515  mit einem TeX-Code-Befehl ändern:
27516 \end_layout
27517
27518 \begin_layout Standard
27519
27520 \series bold
27521
27522 \backslash
27523 setlength{
27524 \backslash
27525 fboxsep}{10pt}
27526 \end_layout
27527
27528 \begin_layout Standard
27529 setzt den Wert auf 10
27530 \begin_inset space \thinspace{}
27531 \end_inset
27532
27533 pt, wie in der folgenden Box:
27534 \end_layout
27535
27536 \begin_layout Standard
27537 \begin_inset ERT
27538 status collapsed
27539
27540 \begin_layout Plain Layout
27541
27542
27543 \backslash
27544 setlength{
27545 \backslash
27546 fboxsep}{10pt}
27547 \end_layout
27548
27549 \end_inset
27550
27551
27552 \begin_inset Box Boxed
27553 position "c"
27554 hor_pos "c"
27555 has_inner_box 1
27556 inner_pos "c"
27557 use_parbox 0
27558 width "25col%"
27559 special "none"
27560 height "1in"
27561 height_special "totalheight"
27562 status open
27563
27564 \begin_layout Plain Layout
27565 \align center
27566 Rechteckige Box mit 
27567 \series bold
27568
27569 \backslash
27570 fboxsep
27571 \series default
27572
27573 \begin_inset space \thinspace{}
27574 \end_inset
27575
27576 =
27577 \begin_inset space \thinspace{}
27578 \end_inset
27579
27580 10
27581 \begin_inset space \thinspace{}
27582 \end_inset
27583
27584 pt
27585 \end_layout
27586
27587 \end_inset
27588
27589
27590 \begin_inset ERT
27591 status collapsed
27592
27593 \begin_layout Plain Layout
27594
27595
27596 \backslash
27597 setlength{
27598 \backslash
27599 fboxsep}{3pt}
27600 \end_layout
27601
27602 \end_inset
27603
27604
27605 \end_layout
27606
27607 \begin_layout Standard
27608 \noindent
27609 \begin_inset VSpace bigskip
27610 \end_inset
27611
27612 Der Durchmesser der abgerundeten Ecken kann mit 
27613 \series bold
27614
27615 \backslash
27616 cornersize
27617 \series default
27618  gesetzt werden.
27619  Der TeX-Code-Befehl
27620 \end_layout
27621
27622 \begin_layout Standard
27623
27624 \series bold
27625
27626 \backslash
27627 cornersize*{1cm}
27628 \end_layout
27629
27630 \begin_layout Standard
27631 setzt den Durchmesser auf 1
27632 \begin_inset space \thinspace{}
27633 \end_inset
27634
27635 cm.
27636  Der TeX-Code-Befehl
27637 \end_layout
27638
27639 \begin_layout Standard
27640
27641 \series bold
27642
27643 \backslash
27644 cornersize{num}
27645 \end_layout
27646
27647 \begin_layout Standard
27648 setzt den Durchmesser auf 
27649 \family sans
27650 num
27651 \begin_inset space \thinspace{}
27652 \end_inset
27653
27654 ×
27655 \begin_inset space \thinspace{}
27656 \end_inset
27657
27658 Minimum(Breite der Box, Höhe der Box)
27659 \family default
27660 .
27661  Der Standardwert ist 
27662 \series bold
27663
27664 \backslash
27665 cornersize{0.5}
27666 \series default
27667 .
27668 \end_layout
27669
27670 \begin_layout Standard
27671 \begin_inset ERT
27672 status collapsed
27673
27674 \begin_layout Plain Layout
27675
27676
27677 \backslash
27678 cornersize*{1.5cm}
27679 \end_layout
27680
27681 \end_inset
27682
27683
27684 \begin_inset Box Ovalbox
27685 position "c"
27686 hor_pos "c"
27687 has_inner_box 1
27688 inner_pos "c"
27689 use_parbox 0
27690 width "30col%"
27691 special "none"
27692 height "1in"
27693 height_special "totalheight"
27694 status open
27695
27696 \begin_layout Plain Layout
27697 \align center
27698 Ovale Box, dicker Rand, mit 
27699 \series bold
27700
27701 \backslash
27702 cornersize
27703 \series default
27704
27705 \begin_inset space \thinspace{}
27706 \end_inset
27707
27708 =
27709 \begin_inset space \thinspace{}
27710 \end_inset
27711
27712 1.5
27713 \begin_inset space \thinspace{}
27714 \end_inset
27715
27716 cm
27717 \end_layout
27718
27719 \end_inset
27720
27721
27722 \begin_inset ERT
27723 status collapsed
27724
27725 \begin_layout Plain Layout
27726
27727
27728 \backslash
27729 cornersize{0.5}
27730 \end_layout
27731
27732 \end_inset
27733
27734
27735 \end_layout
27736
27737 \begin_layout Standard
27738 \begin_inset VSpace bigskip
27739 \end_inset
27740
27741 Die Breite des Schattens wird mit 
27742 \series bold
27743
27744 \backslash
27745 shadowsize
27746 \series default
27747  festgelegt.
27748  Mit dem TeX-Code-Befehl
27749 \end_layout
27750
27751 \begin_layout Standard
27752
27753 \series bold
27754
27755 \backslash
27756 setlength{
27757 \backslash
27758 shadowsize}{2pt}
27759 \end_layout
27760
27761 \begin_layout Standard
27762 wird er für die folgende Box auf 2
27763 \begin_inset space \thinspace{}
27764 \end_inset
27765
27766 pt festgelegt.
27767 \end_layout
27768
27769 \begin_layout Standard
27770 \begin_inset ERT
27771 status collapsed
27772
27773 \begin_layout Plain Layout
27774
27775
27776 \backslash
27777 setlength{
27778 \backslash
27779 shadowsize}{2pt}
27780 \end_layout
27781
27782 \end_inset
27783
27784
27785 \begin_inset Box Shadowbox
27786 position "c"
27787 hor_pos "c"
27788 has_inner_box 1
27789 inner_pos "c"
27790 use_parbox 0
27791 width "25col%"
27792 special "none"
27793 height "1in"
27794 height_special "totalheight"
27795 status open
27796
27797 \begin_layout Plain Layout
27798 \align center
27799 Schattierte Box mit 
27800 \series bold
27801
27802 \backslash
27803 shadowsize
27804 \series default
27805
27806 \begin_inset space \thinspace{}
27807 \end_inset
27808
27809 =
27810 \begin_inset space \thinspace{}
27811 \end_inset
27812
27813 2
27814 \begin_inset space \thinspace{}
27815 \end_inset
27816
27817 pt
27818 \end_layout
27819
27820 \end_inset
27821
27822
27823 \begin_inset ERT
27824 status collapsed
27825
27826 \begin_layout Plain Layout
27827
27828
27829 \backslash
27830 setlength{
27831 \backslash
27832 shadowsize}{4pt}
27833 \end_layout
27834
27835 \end_inset
27836
27837
27838 \end_layout
27839
27840 \begin_layout Standard
27841 \begin_inset VSpace bigskip
27842 \end_inset
27843
27844 Der Standardwert für 
27845 \series bold
27846
27847 \backslash
27848 FrameRule
27849 \series default
27850  ist 0.4
27851 \begin_inset space \thinspace{}
27852 \end_inset
27853
27854 pt.
27855  Der Standard-Abstand zwischen Rahmen und Text ist 9
27856 \begin_inset space \thinspace{}
27857 \end_inset
27858
27859 pt und kann mit dem Wert für 
27860 \series bold
27861
27862 \backslash
27863 FrameSep
27864 \series default
27865  geändert werden.
27866  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
27867  TeX-Code Befehlen geändert:
27868 \end_layout
27869
27870 \begin_layout Standard
27871
27872 \series bold
27873
27874 \backslash
27875 setlength{
27876 \backslash
27877 FrameRule}{5pt}
27878 \begin_inset Newline newline
27879 \end_inset
27880
27881
27882 \backslash
27883 setlength{
27884 \backslash
27885 FrameSep}{0.5cm}
27886 \end_layout
27887
27888 \begin_layout Standard
27889 \begin_inset ERT
27890 status collapsed
27891
27892 \begin_layout Plain Layout
27893
27894
27895 \backslash
27896 setlength{
27897 \backslash
27898 FrameRule}{5pt}
27899 \end_layout
27900
27901 \begin_layout Plain Layout
27902
27903
27904 \backslash
27905 setlength{
27906 \backslash
27907 FrameSep}{0.5cm}
27908 \end_layout
27909
27910 \end_inset
27911
27912
27913 \begin_inset Box Framed
27914 position "t"
27915 hor_pos "c"
27916 has_inner_box 0
27917 inner_pos "t"
27918 use_parbox 0
27919 width "100col%"
27920 special "none"
27921 height "1in"
27922 height_special "totalheight"
27923 status open
27924
27925 \begin_layout Plain Layout
27926 Dies ist Text in einer 
27927 \family sans
27928 Seitenumbruch erlaubt
27929 \family default
27930  Box.
27931 \end_layout
27932
27933 \end_inset
27934
27935
27936 \begin_inset ERT
27937 status collapsed
27938
27939 \begin_layout Plain Layout
27940
27941
27942 \backslash
27943 setlength{
27944 \backslash
27945 FrameRule}{0.4pt}
27946 \end_layout
27947
27948 \begin_layout Plain Layout
27949
27950
27951 \backslash
27952 setlength{
27953 \backslash
27954 FrameSep}{9pt}
27955 \end_layout
27956
27957 \end_inset
27958
27959
27960 \end_layout
27961
27962 \begin_layout Standard
27963 \begin_inset VSpace bigskip
27964 \end_inset
27965
27966 Für Boxen mit 
27967 \family sans
27968 schattiertem Hintergrund
27969 \family default
27970  beträgt der Abstand zwischen Rand und Text 3
27971 \begin_inset space \thinspace{}
27972 \end_inset
27973
27974 pt und kann mit 
27975 \series bold
27976
27977 \backslash
27978 fboxsep
27979 \series default
27980  geändert werden.
27981  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
27982  
27983 \series bold
27984
27985 \backslash
27986 definecolor{shadebox}
27987 \series default
27988  oder global über das Menü 
27989 \family sans
27990 Werkzeuge\SpecialChar \menuseparator
27991 Einstellungen\SpecialChar \menuseparator
27992 Farben\SpecialChar \menuseparator
27993 Schattierte
27994 \begin_inset space ~
27995 \end_inset
27996
27997 Box
27998 \family default
27999  geändert werden.
28000  Das Schema des 
28001 \series bold
28002
28003 \backslash
28004 definecolor
28005 \series default
28006  Befehls ist  in Abschnitt
28007 \begin_inset space ~
28008 \end_inset
28009
28010
28011 \begin_inset CommandInset ref
28012 LatexCommand ref
28013 reference "abs:Farbige-Tabellen"
28014
28015 \end_inset
28016
28017  erklärt.
28018 \begin_inset Foot
28019 status collapsed
28020
28021 \begin_layout Plain Layout
28022 Beachten Sie, dass 
28023 \series bold
28024
28025 \backslash
28026 definecolor
28027 \series default
28028  das LaTeX-Paket 
28029 \series bold
28030 color
28031 \series default
28032  in der Präambel benötigt, siehe Abschnitt
28033 \begin_inset space ~
28034 \end_inset
28035
28036
28037 \begin_inset CommandInset ref
28038 LatexCommand ref
28039 reference "abs:Farbige-Boxen"
28040
28041 \end_inset
28042
28043 .
28044 \end_layout
28045
28046 \end_inset
28047
28048  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
28049 \end_layout
28050
28051 \begin_layout Standard
28052
28053 \series bold
28054
28055 \backslash
28056 setlength{
28057 \backslash
28058 fboxsep}{0.5cm}
28059 \begin_inset Newline newline
28060 \end_inset
28061
28062
28063 \backslash
28064 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28065 \end_layout
28066
28067 \begin_layout Standard
28068 \begin_inset ERT
28069 status collapsed
28070
28071 \begin_layout Plain Layout
28072
28073
28074 \backslash
28075 setlength{
28076 \backslash
28077 fboxsep}{0.5cm}
28078 \end_layout
28079
28080 \begin_layout Plain Layout
28081
28082
28083 \backslash
28084 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28085 \end_layout
28086
28087 \end_inset
28088
28089
28090 \begin_inset Box Shaded
28091 position "t"
28092 hor_pos "c"
28093 has_inner_box 0
28094 inner_pos "t"
28095 use_parbox 0
28096 width "100col%"
28097 special "none"
28098 height "1in"
28099 height_special "totalheight"
28100 status open
28101
28102 \begin_layout Plain Layout
28103
28104 \color yellow
28105 Dies ist gelber Text in einer 
28106 \family sans
28107 schattierten Hintergrund
28108 \begin_inset space ~
28109 \end_inset
28110
28111
28112 \family default
28113 Box auf dunkelgrünem Hintergrund.
28114 \end_layout
28115
28116 \end_inset
28117
28118
28119 \begin_inset ERT
28120 status collapsed
28121
28122 \begin_layout Plain Layout
28123
28124
28125 \backslash
28126 setlength{
28127 \backslash
28128 fboxsep}{3pt}
28129 \end_layout
28130
28131 \begin_layout Plain Layout
28132
28133
28134 \backslash
28135 definecolor{shadecolor}{rgb}{1,0,0}
28136 \end_layout
28137
28138 \end_inset
28139
28140
28141 \end_layout
28142
28143 \begin_layout Standard
28144 \begin_inset VSpace bigskip
28145 \end_inset
28146
28147 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
28148  der sie ändert.
28149 \end_layout
28150
28151 \begin_layout Section
28152 Minipage
28153 \begin_inset CommandInset label
28154 LatexCommand label
28155 name "abs:Minipage"
28156
28157 \end_inset
28158
28159
28160 \begin_inset Index
28161 status collapsed
28162
28163 \begin_layout Plain Layout
28164 Boxen ! Minipage
28165 \end_layout
28166
28167 \end_inset
28168
28169
28170 \end_layout
28171
28172 \begin_layout Standard
28173 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28174  deshalb unter anderem eigene Fußnoten haben.
28175 \end_layout
28176
28177 \begin_layout Standard
28178 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28179 \end_layout
28180
28181 \begin_layout Standard
28182 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28183  Ihre Breite ist 45 Spaltenbreite
28184 \begin_inset space ~
28185 \end_inset
28186
28187 %, und sie sind durch einen 
28188 \family sans
28189 HFill
28190 \family default
28191  getrennt (
28192 \family sans
28193 Einfügen\SpecialChar \menuseparator
28194 Formatierung\SpecialChar \menuseparator
28195 Horizontaler
28196 \begin_inset space \space{}
28197 \end_inset
28198
28199 Abstand\SpecialChar \menuseparator
28200 Abstand\SpecialChar \menuseparator
28201 Variabler
28202 \begin_inset space ~
28203 \end_inset
28204
28205 horiz.
28206 \begin_inset space ~
28207 \end_inset
28208
28209 Abstand
28210 \family default
28211 ).
28212 \begin_inset Newpage newpage
28213 \end_inset
28214
28215
28216 \end_layout
28217
28218 \begin_layout Standard
28219 \noindent
28220 \begin_inset Box Frameless
28221 position "t"
28222 hor_pos "c"
28223 has_inner_box 1
28224 inner_pos "c"
28225 use_parbox 0
28226 width "45col%"
28227 special "none"
28228 height "1in"
28229 height_special "totalheight"
28230 status open
28231
28232 \begin_layout Plain Layout
28233 Dies ist ein deutscher Text.
28234  Dies ist ein deutscher Text.
28235  Dies ist ein deutscher Text.
28236  Dies ist ein deutscher Text.
28237  Dies ist ein deutscher Text.
28238  Dies ist ein deutscher Text.
28239  Dies ist ein deutscher Text.
28240  Dies ist ein deutscher Text.
28241  Dies ist ein deutscher Text.
28242  Dies ist ein deutscher Text.
28243  Dies ist ein deutscher Text.
28244  Dies ist ein deutscher Text.
28245  Dies ist ein deutscher Text
28246 \begin_inset Foot
28247 status open
28248
28249 \begin_layout Plain Layout
28250 Dies ist eine deutsche Fußnote.
28251 \end_layout
28252
28253 \end_inset
28254
28255 .
28256  Dies ist ein deutscher Text.
28257  Dies ist ein deutscher Text.
28258 \end_layout
28259
28260 \end_inset
28261
28262
28263 \begin_inset space \hfill{}
28264 \end_inset
28265
28266
28267 \begin_inset Box Frameless
28268 position "t"
28269 hor_pos "c"
28270 has_inner_box 1
28271 inner_pos "c"
28272 use_parbox 0
28273 width "45col%"
28274 special "none"
28275 height "1in"
28276 height_special "totalheight"
28277 status open
28278
28279 \begin_layout Plain Layout
28280
28281 \lang english
28282 This is an English Text.
28283  This is an English Text.
28284  This is an English Text.
28285  This is an English Text.
28286  This is an English Text.
28287  This is an English Text.
28288  This is an English Text.
28289  This is an English Text.
28290  This is an English Text.
28291  This is an English Text.
28292  This is an English Text.
28293  This is an English Text.
28294  This is an English Text.
28295  This is an English Text.
28296  This is an English Text.
28297  This is an English Text.
28298 \begin_inset Foot
28299 status collapsed
28300
28301 \begin_layout Plain Layout
28302
28303 \lang english
28304 This is an English footnote.
28305 \end_layout
28306
28307 \end_inset
28308
28309  This is an English Text.
28310  
28311 \end_layout
28312
28313 \end_inset
28314
28315
28316 \end_layout
28317
28318 \begin_layout Standard
28319 \noindent
28320 \begin_inset VSpace bigskip
28321 \end_inset
28322
28323 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
28324  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
28325  auf der die Tabelle gedruckt wird: 
28326 \begin_inset Tabular
28327 <lyxtabular version="3" rows="3" columns="4">
28328 <features>
28329 <column alignment="center" valignment="top" width="0pt">
28330 <column alignment="center" valignment="top" width="0pt">
28331 <column alignment="center" valignment="top" width="0pt">
28332 <column alignment="center" valignment="top" width="0pt">
28333 <row>
28334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28335 \begin_inset Text
28336
28337 \begin_layout Plain Layout
28338 1
28339 \end_layout
28340
28341 \end_inset
28342 </cell>
28343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28344 \begin_inset Text
28345
28346 \begin_layout Plain Layout
28347 2
28348 \end_layout
28349
28350 \end_inset
28351 </cell>
28352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28353 \begin_inset Text
28354
28355 \begin_layout Plain Layout
28356 3
28357 \begin_inset Foot
28358 status collapsed
28359
28360 \begin_layout Plain Layout
28361 Dies ist eine Fußnote in einer Tabelle.
28362 \end_layout
28363
28364 \end_inset
28365
28366
28367 \end_layout
28368
28369 \end_inset
28370 </cell>
28371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28372 \begin_inset Text
28373
28374 \begin_layout Plain Layout
28375 4
28376 \end_layout
28377
28378 \end_inset
28379 </cell>
28380 </row>
28381 <row>
28382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28383 \begin_inset Text
28384
28385 \begin_layout Plain Layout
28386 a
28387 \end_layout
28388
28389 \end_inset
28390 </cell>
28391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28392 \begin_inset Text
28393
28394 \begin_layout Plain Layout
28395 b
28396 \end_layout
28397
28398 \end_inset
28399 </cell>
28400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28401 \begin_inset Text
28402
28403 \begin_layout Plain Layout
28404 c
28405 \end_layout
28406
28407 \end_inset
28408 </cell>
28409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28410 \begin_inset Text
28411
28412 \begin_layout Plain Layout
28413 d
28414 \end_layout
28415
28416 \end_inset
28417 </cell>
28418 </row>
28419 <row>
28420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28421 \begin_inset Text
28422
28423 \begin_layout Plain Layout
28424 e
28425 \end_layout
28426
28427 \end_inset
28428 </cell>
28429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28430 \begin_inset Text
28431
28432 \begin_layout Plain Layout
28433 f
28434 \end_layout
28435
28436 \end_inset
28437 </cell>
28438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28439 \begin_inset Text
28440
28441 \begin_layout Plain Layout
28442 g
28443 \end_layout
28444
28445 \end_inset
28446 </cell>
28447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28448 \begin_inset Text
28449
28450 \begin_layout Plain Layout
28451 h
28452 \end_layout
28453
28454 \end_inset
28455 </cell>
28456 </row>
28457 </lyxtabular>
28458
28459 \end_inset
28460
28461
28462 \end_layout
28463
28464 \begin_layout Standard
28465 \noindent
28466 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
28467  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
28468  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
28469  außerhalb.
28470 \end_layout
28471
28472 \begin_layout Standard
28473 \align center
28474 \begin_inset Box Frameless
28475 position "t"
28476 hor_pos "c"
28477 has_inner_box 1
28478 inner_pos "c"
28479 use_parbox 0
28480 width "30col%"
28481 special "none"
28482 height "1in"
28483 height_special "totalheight"
28484 status open
28485
28486 \begin_layout Plain Layout
28487 \align center
28488 \begin_inset Tabular
28489 <lyxtabular version="3" rows="3" columns="4">
28490 <features>
28491 <column alignment="center" valignment="top" width="0pt">
28492 <column alignment="center" valignment="top" width="0pt">
28493 <column alignment="center" valignment="top" width="0pt">
28494 <column alignment="center" valignment="top" width="0pt">
28495 <row>
28496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28497 \begin_inset Text
28498
28499 \begin_layout Plain Layout
28500 1
28501 \end_layout
28502
28503 \end_inset
28504 </cell>
28505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28506 \begin_inset Text
28507
28508 \begin_layout Plain Layout
28509 2
28510 \end_layout
28511
28512 \end_inset
28513 </cell>
28514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28515 \begin_inset Text
28516
28517 \begin_layout Plain Layout
28518 3
28519 \begin_inset Foot
28520 status collapsed
28521
28522 \begin_layout Plain Layout
28523 Dies ist eine Fußnote in einer Tabelle.
28524 \end_layout
28525
28526 \end_inset
28527
28528
28529 \end_layout
28530
28531 \end_inset
28532 </cell>
28533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28534 \begin_inset Text
28535
28536 \begin_layout Plain Layout
28537 4
28538 \end_layout
28539
28540 \end_inset
28541 </cell>
28542 </row>
28543 <row>
28544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28545 \begin_inset Text
28546
28547 \begin_layout Plain Layout
28548 a
28549 \end_layout
28550
28551 \end_inset
28552 </cell>
28553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28554 \begin_inset Text
28555
28556 \begin_layout Plain Layout
28557 b
28558 \end_layout
28559
28560 \end_inset
28561 </cell>
28562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28563 \begin_inset Text
28564
28565 \begin_layout Plain Layout
28566 c
28567 \end_layout
28568
28569 \end_inset
28570 </cell>
28571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28572 \begin_inset Text
28573
28574 \begin_layout Plain Layout
28575 d
28576 \end_layout
28577
28578 \end_inset
28579 </cell>
28580 </row>
28581 <row>
28582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28583 \begin_inset Text
28584
28585 \begin_layout Plain Layout
28586 e
28587 \end_layout
28588
28589 \end_inset
28590 </cell>
28591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28592 \begin_inset Text
28593
28594 \begin_layout Plain Layout
28595 f
28596 \end_layout
28597
28598 \end_inset
28599 </cell>
28600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28601 \begin_inset Text
28602
28603 \begin_layout Plain Layout
28604 g
28605 \end_layout
28606
28607 \end_inset
28608 </cell>
28609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28610 \begin_inset Text
28611
28612 \begin_layout Plain Layout
28613 h
28614 \end_layout
28615
28616 \end_inset
28617 </cell>
28618 </row>
28619 </lyxtabular>
28620
28621 \end_inset
28622
28623
28624 \end_layout
28625
28626 \end_inset
28627
28628
28629 \end_layout
28630
28631 \begin_layout Standard
28632 \begin_inset VSpace bigskip
28633 \end_inset
28634
28635 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
28636  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
28637  Absätze nicht eingerückt werden, obwohl Sie das in 
28638 \family sans
28639 Dokument
28640 \family default
28641 \SpecialChar \menuseparator
28642
28643 \family sans
28644 Einstellun\SpecialChar \-
28645 gen\SpecialChar \menuseparator
28646 Textformat
28647 \family default
28648  festgelegt haben.
28649  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
28650  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
28651 \series bold
28652
28653 \backslash
28654 hspace*{1em}
28655 \series default
28656 .
28657 \end_layout
28658
28659 \begin_layout Standard
28660 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
28661  zu verpassen, siehe Abschnitt
28662 \begin_inset space ~
28663 \end_inset
28664
28665
28666 \begin_inset CommandInset ref
28667 LatexCommand ref
28668 reference "uab:Farbe-für-Absätze"
28669
28670 \end_inset
28671
28672 .
28673 \end_layout
28674
28675 \begin_layout Standard
28676 \begin_inset Note Greyedout
28677 status open
28678
28679 \begin_layout Plain Layout
28680
28681 \series bold
28682 Bemerkung:
28683 \series default
28684  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
28685  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
28686 \end_layout
28687
28688 \end_inset
28689
28690
28691 \end_layout
28692
28693 \begin_layout Section
28694 Parbox
28695 \begin_inset CommandInset label
28696 LatexCommand label
28697 name "abs:Parbox"
28698
28699 \end_inset
28700
28701
28702 \begin_inset Index
28703 status collapsed
28704
28705 \begin_layout Plain Layout
28706 Boxen ! Parbox
28707 \end_layout
28708
28709 \end_inset
28710
28711
28712 \end_layout
28713
28714 \begin_layout Standard
28715 Parbox ist eine Abkürzung für 
28716 \begin_inset Quotes gld
28717 \end_inset
28718
28719 paragraph box
28720 \begin_inset Quotes grd
28721 \end_inset
28722
28723 , was Absatzbox bedeutet.
28724  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
28725  Parboxen einige Einschränkungen.
28726  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
28727  gedruckt.:
28728 \end_layout
28729
28730 \begin_layout Standard
28731 \align center
28732 \begin_inset Box Frameless
28733 position "t"
28734 hor_pos "c"
28735 has_inner_box 1
28736 inner_pos "t"
28737 use_parbox 1
28738 width "33col%"
28739 special "none"
28740 height "1in"
28741 height_special "totalheight"
28742 status collapsed
28743
28744 \begin_layout Plain Layout
28745 Dies ist Text in einer Parbox.
28746  Dies ist Text in einer Parbox.
28747 \end_layout
28748
28749 \begin_layout Plain Layout
28750 Diese Fußnote wird nicht gedruckt:
28751 \begin_inset Foot
28752 status collapsed
28753
28754 \begin_layout Plain Layout
28755 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
28756 \end_layout
28757
28758 \end_inset
28759
28760
28761 \end_layout
28762
28763 \end_inset
28764
28765
28766 \end_layout
28767
28768 \begin_layout Standard
28769 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
28770  und Theoreme enthalten.
28771 \end_layout
28772
28773 \begin_layout Section
28774 Boxen für Worte und Buchstaben
28775 \begin_inset Index
28776 status collapsed
28777
28778 \begin_layout Plain Layout
28779 Boxen ! für Buchstaben
28780 \end_layout
28781
28782 \end_inset
28783
28784
28785 \end_layout
28786
28787 \begin_layout Subsection
28788 Silbentrennung unterbinden 
28789 \begin_inset CommandInset label
28790 LatexCommand label
28791 name "abs:Silbentrennung-unterbinden"
28792
28793 \end_inset
28794
28795
28796 \begin_inset Index
28797 status collapsed
28798
28799 \begin_layout Plain Layout
28800 Boxen ! zur Vermeidung von Silbentrennung
28801 \end_layout
28802
28803 \end_inset
28804
28805
28806 \end_layout
28807
28808 \begin_layout Standard
28809 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
28810 \begin_inset Newline newline
28811 \end_inset
28812
28813 Hier ist ein Beispiel: 
28814 \end_layout
28815
28816 \begin_layout Standard
28817 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
28818 \begin_inset Quotes gld
28819 \end_inset
28820
28821 einsehrsehrsehrlangeswort
28822 \begin_inset Quotes grd
28823 \end_inset
28824
28825 .
28826 \end_layout
28827
28828 \begin_layout Standard
28829 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
28830  soll, den TeX-Code
28831 \end_layout
28832
28833 \begin_layout Standard
28834
28835 \series bold
28836
28837 \backslash
28838 mbox{
28839 \end_layout
28840
28841 \begin_layout Standard
28842 ein.
28843  Hinter dem Wort fügen Sie 
28844 \series bold
28845
28846 \begin_inset Quotes gld
28847 \end_inset
28848
28849 }
28850 \series default
28851
28852 \begin_inset Quotes grd
28853 \end_inset
28854
28855  als TeX-Code ein.
28856  Hier ist das Ergebnis:
28857 \end_layout
28858
28859 \begin_layout Standard
28860 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
28861 \begin_inset ERT
28862 status collapsed
28863
28864 \begin_layout Plain Layout
28865
28866
28867 \backslash
28868 mbox{
28869 \end_layout
28870
28871 \end_inset
28872
28873
28874 \begin_inset Quotes gld
28875 \end_inset
28876
28877 einsehrsehrsehrlangeswort
28878 \begin_inset Quotes grd
28879 \end_inset
28880
28881
28882 \begin_inset ERT
28883 status collapsed
28884
28885 \begin_layout Plain Layout
28886
28887 }
28888 \end_layout
28889
28890 \end_inset
28891
28892 .
28893 \end_layout
28894
28895 \begin_layout Standard
28896 Alternativ dazu kann man auch den Befehl 
28897 \begin_inset Quotes gld
28898 \end_inset
28899
28900
28901 \series bold
28902
28903 \backslash
28904 -
28905 \series default
28906
28907 \begin_inset Quotes grd
28908 \end_inset
28909
28910  als TeX-Code direkt vor das Wort setzen:
28911 \end_layout
28912
28913 \begin_layout Standard
28914 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
28915 \begin_inset Quotes gld
28916 \end_inset
28917
28918
28919 \begin_inset ERT
28920 status collapsed
28921
28922 \begin_layout Plain Layout
28923
28924
28925 \backslash
28926 -
28927 \end_layout
28928
28929 \end_inset
28930
28931 einsehrsehrsehrlangeswort
28932 \begin_inset Quotes grd
28933 \end_inset
28934
28935 .
28936 \end_layout
28937
28938 \begin_layout Standard
28939 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
28940  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
28941 \series bold
28942 Strg-Eingabe
28943 \series default
28944 ) einfügen: 
28945 \end_layout
28946
28947 \begin_layout Standard
28948 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
28949 \begin_inset Newline newline
28950 \end_inset
28951
28952
28953 \begin_inset ERT
28954 status collapsed
28955
28956 \begin_layout Plain Layout
28957
28958
28959 \backslash
28960 mbox{
28961 \end_layout
28962
28963 \end_inset
28964
28965
28966 \begin_inset Quotes gld
28967 \end_inset
28968
28969 einsehrsehrsehrlangeswort
28970 \begin_inset Quotes grd
28971 \end_inset
28972
28973
28974 \begin_inset ERT
28975 status collapsed
28976
28977 \begin_layout Plain Layout
28978
28979 }
28980 \end_layout
28981
28982 \end_inset
28983
28984 .
28985 \end_layout
28986
28987 \begin_layout Subsection
28988 Vertikale Ausrichtung
28989 \begin_inset CommandInset label
28990 LatexCommand label
28991 name "uab:Vertikale-Ausrichtung"
28992
28993 \end_inset
28994
28995
28996 \begin_inset Index
28997 status collapsed
28998
28999 \begin_layout Plain Layout
29000 Boxen ! für Vertikale Ausrichtung
29001 \end_layout
29002
29003 \end_inset
29004
29005
29006 \begin_inset Index
29007 status collapsed
29008
29009 \begin_layout Plain Layout
29010 Boxen ! raisebox
29011 \end_layout
29012
29013 \end_inset
29014
29015
29016 \end_layout
29017
29018 \begin_layout Standard
29019 Mit dem LaTeX-Befehl 
29020 \series bold
29021
29022 \backslash
29023 raisebox
29024 \series default
29025  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29026 n Textes ausrichten.
29027  
29028 \series bold
29029
29030 \backslash
29031 raisebox
29032 \series default
29033  wird folgendermaßen benutzt:
29034 \end_layout
29035
29036 \begin_layout Standard
29037
29038 \series bold
29039
29040 \backslash
29041 raisebox{Verschiebung}[oben][unten]{Text}
29042 \end_layout
29043
29044 \begin_layout Standard
29045 Positive Werte für Verschiebung
29046 \series bold
29047  
29048 \series default
29049 verschieben die Box nach oben, negative nach unten.
29050  Die beiden optionalen Parameter 
29051 \family typewriter
29052 oben
29053 \family default
29054  und 
29055 \family typewriter
29056 unten
29057 \family default
29058  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29059  hinausgeht, wenn sie nicht verschoben ist.
29060 \end_layout
29061
29062 \begin_layout Standard
29063 Um zum Beispiel das Wort 
29064 \begin_inset Quotes gld
29065 \end_inset
29066
29067 provokant
29068 \begin_inset Quotes grd
29069 \end_inset
29070
29071  mit seinem 
29072 \begin_inset Quotes gld
29073 \end_inset
29074
29075 niedrigsten
29076 \begin_inset Quotes grd
29077 \end_inset
29078
29079  Buchstaben 
29080 \begin_inset Quotes gld
29081 \end_inset
29082
29083 p
29084 \begin_inset Quotes grd
29085 \end_inset
29086
29087  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29088 \end_layout
29089
29090 \begin_layout Standard
29091
29092 \series bold
29093
29094 \backslash
29095 raisebox{
29096 \backslash
29097 depth}{
29098 \end_layout
29099
29100 \begin_layout Standard
29101 vor dem Wort einfügen und 
29102 \begin_inset Quotes gld
29103 \end_inset
29104
29105
29106 \series bold
29107 }
29108 \series default
29109
29110 \begin_inset Quotes grd
29111 \end_inset
29112
29113  als TeX-Code dahinter:
29114 \end_layout
29115
29116 \begin_layout Standard
29117 Dies ist eine Zeile, in der das Wort 
29118 \begin_inset ERT
29119 status collapsed
29120
29121 \begin_layout Plain Layout
29122
29123
29124 \backslash
29125 raisebox{
29126 \backslash
29127 depth}{
29128 \end_layout
29129
29130 \end_inset
29131
29132
29133 \begin_inset Quotes gld
29134 \end_inset
29135
29136 provokant
29137 \begin_inset Quotes grd
29138 \end_inset
29139
29140
29141 \begin_inset ERT
29142 status collapsed
29143
29144 \begin_layout Plain Layout
29145
29146 }
29147 \end_layout
29148
29149 \end_inset
29150
29151  nach oben verschoben wurde.
29152 \end_layout
29153
29154 \begin_layout Standard
29155 \begin_inset VSpace bigskip
29156 \end_inset
29157
29158 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29159  gedehnt:
29160 \end_layout
29161
29162 \begin_layout Standard
29163 Dies ist eine Zeile, in der das Wort 
29164 \begin_inset ERT
29165 status collapsed
29166
29167 \begin_layout Plain Layout
29168
29169
29170 \backslash
29171 raisebox{-
29172 \backslash
29173 depth}{
29174 \end_layout
29175
29176 \end_inset
29177
29178
29179 \begin_inset Quotes gld
29180 \end_inset
29181
29182 provokant
29183 \begin_inset Quotes grd
29184 \end_inset
29185
29186
29187 \begin_inset ERT
29188 status collapsed
29189
29190 \begin_layout Plain Layout
29191
29192 }
29193 \end_layout
29194
29195 \end_inset
29196
29197  nach unten verschoben wurde.
29198 \end_layout
29199
29200 \begin_layout Standard
29201 Dies ist eine Zeile, in der das Wort 
29202 \begin_inset ERT
29203 status collapsed
29204
29205 \begin_layout Plain Layout
29206
29207
29208 \backslash
29209 raisebox{0.5cm}{
29210 \end_layout
29211
29212 \end_inset
29213
29214
29215 \begin_inset Quotes gld
29216 \end_inset
29217
29218 testen
29219 \begin_inset Quotes grd
29220 \end_inset
29221
29222
29223 \begin_inset ERT
29224 status collapsed
29225
29226 \begin_layout Plain Layout
29227
29228 }
29229 \end_layout
29230
29231 \end_inset
29232
29233  um 0.5
29234 \begin_inset space \thinspace{}
29235 \end_inset
29236
29237 cm nach oben verschoben wurde.
29238 \end_layout
29239
29240 \begin_layout Standard
29241 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
29242 \end_layout
29243
29244 \begin_layout Standard
29245
29246 \series bold
29247
29248 \backslash
29249 raisebox{-
29250 \backslash
29251 depth}[0pt]{
29252 \end_layout
29253
29254 \begin_layout Standard
29255 Dies ist eine Zeile, in der das Wort 
29256 \begin_inset ERT
29257 status collapsed
29258
29259 \begin_layout Plain Layout
29260
29261
29262 \backslash
29263 raisebox{-
29264 \backslash
29265 depth}[0pt]{
29266 \end_layout
29267
29268 \end_inset
29269
29270
29271 \begin_inset Quotes gld
29272 \end_inset
29273
29274 provokant
29275 \begin_inset Quotes grd
29276 \end_inset
29277
29278
29279 \begin_inset ERT
29280 status collapsed
29281
29282 \begin_layout Plain Layout
29283
29284 }
29285 \end_layout
29286
29287 \end_inset
29288
29289  nach unten verschoben wurde.
29290 \end_layout
29291
29292 \begin_layout Standard
29293 Dies ist eine Zeile, in der das Wort 
29294 \begin_inset ERT
29295 status collapsed
29296
29297 \begin_layout Plain Layout
29298
29299
29300 \backslash
29301 raisebox{0.5cm}[0pt]{
29302 \end_layout
29303
29304 \end_inset
29305
29306
29307 \begin_inset Quotes gld
29308 \end_inset
29309
29310 testen
29311 \begin_inset Quotes grd
29312 \end_inset
29313
29314
29315 \begin_inset ERT
29316 status collapsed
29317
29318 \begin_layout Plain Layout
29319
29320 }
29321 \end_layout
29322
29323 \end_inset
29324
29325  um 0.5
29326 \begin_inset space \thinspace{}
29327 \end_inset
29328
29329 cm nach oben verschoben wurde.
29330  Jetzt überschneiden sich die verschobenen Worte.
29331 \end_layout
29332
29333 \begin_layout Section
29334 Farbige Boxen
29335 \begin_inset CommandInset label
29336 LatexCommand label
29337 name "abs:Farbige-Boxen"
29338
29339 \end_inset
29340
29341
29342 \begin_inset Index
29343 status collapsed
29344
29345 \begin_layout Plain Layout
29346 Boxen ! farbige
29347 \end_layout
29348
29349 \end_inset
29350
29351
29352 \end_layout
29353
29354 \begin_layout Subsection
29355 Text-Hintergrundfarbe
29356 \begin_inset Index
29357 status collapsed
29358
29359 \begin_layout Plain Layout
29360 Farbe ! für Text-Hintergrund
29361 \end_layout
29362
29363 \end_inset
29364
29365
29366 \end_layout
29367
29368 \begin_layout Standard
29369 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
29370  sogenannten 
29371 \begin_inset Quotes gld
29372 \end_inset
29373
29374 colorbox
29375 \begin_inset Quotes grd
29376 \end_inset
29377
29378  stehen.
29379  Dafür muss das LaTeX-Paket 
29380 \series bold
29381 color
29382 \series default
29383
29384 \begin_inset Index
29385 status collapsed
29386
29387 \begin_layout Plain Layout
29388 LaTeX-Pakete ! color
29389 \end_layout
29390
29391 \end_inset
29392
29393  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
29394 \end_layout
29395
29396 \begin_layout Standard
29397
29398 \series bold
29399
29400 \backslash
29401 @ifundefined{textcolor}
29402 \begin_inset Newline newline
29403 \end_inset
29404
29405
29406 \begin_inset ERT
29407 status collapsed
29408
29409 \begin_layout Plain Layout
29410
29411
29412 \backslash
29413 hphantom{ }
29414 \end_layout
29415
29416 \end_inset
29417
29418 {
29419 \backslash
29420 usepackage{color}}{}
29421 \end_layout
29422
29423 \begin_layout Standard
29424 Wenn Sie Text einfärben, lädt LyX das Paket 
29425 \series bold
29426 color
29427 \series default
29428  automatisch.
29429 \begin_inset Foot
29430 status collapsed
29431
29432 \begin_layout Plain Layout
29433 Der Befehl 
29434 \series bold
29435
29436 \backslash
29437 @ifundefined
29438 \series default
29439  vermeidet, dass es in diesem Fall doppelt geladen wird.
29440 \end_layout
29441
29442 \end_inset
29443
29444
29445 \end_layout
29446
29447 \begin_layout Standard
29448 \begin_inset VSpace medskip
29449 \end_inset
29450
29451 Colorboxen werden mit dem Befehl 
29452 \series bold
29453
29454 \backslash
29455 colorbox
29456 \series default
29457  erzeugt:
29458 \end_layout
29459
29460 \begin_layout Standard
29461
29462 \series bold
29463
29464 \backslash
29465 colorbox{Farbe}{Boxinhalt}
29466 \end_layout
29467
29468 \begin_layout Standard
29469 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
29470  Boxen sein.
29471 \end_layout
29472
29473 \begin_layout Standard
29474 Die folgenden Farben sind vordefiniert:
29475 \family sans
29476  schwarz
29477 \family default
29478
29479 \family sans
29480 wei
29481 \family default
29482 ß, 
29483 \family sans
29484 rot
29485 \family default
29486 \series bold
29487 ,
29488 \series default
29489  
29490 \family sans
29491 grün
29492 \family default
29493
29494 \family sans
29495 blau
29496 \family default
29497
29498 \family sans
29499 türkis
29500 \family default
29501
29502 \family sans
29503 purpurrot
29504 \family default
29505  und 
29506 \family sans
29507 gelb
29508 \family default
29509 .
29510 \end_layout
29511
29512 \begin_layout Standard
29513 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
29514 \begin_inset space ~
29515 \end_inset
29516
29517
29518 \begin_inset CommandInset ref
29519 LatexCommand ref
29520 reference "abs:Farbige-Tabellen"
29521
29522 \end_inset
29523
29524  beschrieben.
29525 \end_layout
29526
29527 \begin_layout Standard
29528 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
29529  den TeX-Code-Befehl
29530 \end_layout
29531
29532 \begin_layout Standard
29533
29534 \series bold
29535
29536 \backslash
29537 colorbox{red}{
29538 \end_layout
29539
29540 \begin_layout Standard
29541 vor dem Wort ein.
29542  Hinter dem Wort fügen Sie 
29543 \series bold
29544
29545 \begin_inset Quotes gld
29546 \end_inset
29547
29548 }
29549 \series default
29550
29551 \begin_inset Quotes grd
29552 \end_inset
29553
29554  als TeX-Code ein.
29555  Hier ist das Ergebnis:
29556 \end_layout
29557
29558 \begin_layout Standard
29559 In dieser Zeile hat 
29560 \begin_inset ERT
29561 status collapsed
29562
29563 \begin_layout Plain Layout
29564
29565
29566 \backslash
29567 colorbox{red}{
29568 \end_layout
29569
29570 \end_inset
29571
29572 Achtung!
29573 \begin_inset ERT
29574 status collapsed
29575
29576 \begin_layout Plain Layout
29577
29578 }
29579 \end_layout
29580
29581 \end_inset
29582
29583  einen roten Hintergrund.
29584 \end_layout
29585
29586 \begin_layout Standard
29587 \begin_inset VSpace bigskip
29588 \end_inset
29589
29590 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
29591  
29592 \series bold
29593
29594 \backslash
29595 fcolorbox
29596 \series default
29597  verwenden:
29598 \end_layout
29599
29600 \begin_layout Standard
29601
29602 \series bold
29603
29604 \backslash
29605 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
29606 \end_layout
29607
29608 \begin_layout Standard
29609
29610 \series bold
29611
29612 \backslash
29613 fcolorbox
29614 \series default
29615  ist eine Erweiterung von 
29616 \series bold
29617
29618 \backslash
29619 colorbox
29620 \series default
29621 .
29622  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
29623  
29624 \series bold
29625
29626 \backslash
29627 fboxrule
29628 \series default
29629  und 
29630 \series bold
29631
29632 \backslash
29633 fboxsep
29634 \series default
29635  gesteuert werden, wie in Abschnitt
29636 \begin_inset space ~
29637 \end_inset
29638
29639
29640 \begin_inset CommandInset ref
29641 LatexCommand ref
29642 reference "uab:Verzierung"
29643
29644 \end_inset
29645
29646  beschrieben.
29647 \end_layout
29648
29649 \begin_layout Standard
29650 Für das folgende Beispiel wurde der Befehl
29651 \end_layout
29652
29653 \begin_layout Standard
29654
29655 \series bold
29656
29657 \backslash
29658 fcolorbox{cyan}{magenta}{
29659 \end_layout
29660
29661 \begin_layout Standard
29662 benutzt.
29663  Hier wurden die Rahmendicke und der Abstand auf 1
29664 \begin_inset space \thinspace{}
29665 \end_inset
29666
29667 mm gesetzt:
29668 \begin_inset Newline newline
29669 \end_inset
29670
29671
29672 \begin_inset ERT
29673 status collapsed
29674
29675 \begin_layout Plain Layout
29676
29677
29678 \backslash
29679 fboxrule 1mm 
29680 \backslash
29681 fboxsep 1mm
29682 \end_layout
29683
29684 \end_inset
29685
29686
29687 \begin_inset ERT
29688 status collapsed
29689
29690 \begin_layout Plain Layout
29691
29692
29693 \backslash
29694 fcolorbox{cyan}{green}{
29695 \end_layout
29696
29697 \end_inset
29698
29699 Dies ist Text in einer farbigen, gerahmten Box.
29700 \begin_inset ERT
29701 status collapsed
29702
29703 \begin_layout Plain Layout
29704
29705 }
29706 \end_layout
29707
29708 \end_inset
29709
29710
29711 \end_layout
29712
29713 \begin_layout Standard
29714 \begin_inset VSpace bigskip
29715 \end_inset
29716
29717 Natürlich gibt es auch farbigen Text in einer Colorbox:
29718 \begin_inset Newline newline
29719 \end_inset
29720
29721
29722 \begin_inset ERT
29723 status collapsed
29724
29725 \begin_layout Plain Layout
29726
29727
29728 \backslash
29729 fcolorbox{cyan}{green}{
29730 \end_layout
29731
29732 \end_inset
29733
29734
29735 \color yellow
29736 Dies ist farbiger Text in einer farbigen, gerahmten Box.
29737 \color none
29738
29739 \begin_inset ERT
29740 status collapsed
29741
29742 \begin_layout Plain Layout
29743
29744 }
29745 \end_layout
29746
29747 \end_inset
29748
29749
29750 \begin_inset ERT
29751 status collapsed
29752
29753 \begin_layout Plain Layout
29754
29755
29756 \backslash
29757 fboxrule 0.4pt 
29758 \backslash
29759 fboxsep 3pt
29760 \end_layout
29761
29762 \end_inset
29763
29764
29765 \end_layout
29766
29767 \begin_layout Standard
29768 \begin_inset VSpace bigskip
29769 \end_inset
29770
29771
29772 \end_layout
29773
29774 \begin_layout Standard
29775 \begin_inset Note Greyedout
29776 status open
29777
29778 \begin_layout Plain Layout
29779 \noindent
29780
29781 \series bold
29782 Bemerkung:
29783 \series default
29784  Text in Colorboxen kann nicht umgebrochen werden.
29785  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
29786  wie im folgenden beschrieben.
29787 \end_layout
29788
29789 \end_inset
29790
29791
29792 \end_layout
29793
29794 \begin_layout Subsection
29795 Farbe für Absätze
29796 \begin_inset CommandInset label
29797 LatexCommand label
29798 name "uab:Farbe-für-Absätze"
29799
29800 \end_inset
29801
29802
29803 \begin_inset Index
29804 status collapsed
29805
29806 \begin_layout Plain Layout
29807 Farbe ! für Absätze
29808 \end_layout
29809
29810 \end_inset
29811
29812
29813 \end_layout
29814
29815 \begin_layout Standard
29816 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
29817  den Text in eine Minipage stellen.
29818  Vor der Minipage fügen Sie den TeX-Code-Befehl
29819 \end_layout
29820
29821 \begin_layout Standard
29822
29823 \series bold
29824
29825 \backslash
29826 colorbox{color}{
29827 \end_layout
29828
29829 \begin_layout Standard
29830 ein.
29831  Hinter der Minipage fügen Sie 
29832 \series bold
29833
29834 \begin_inset Quotes gld
29835 \end_inset
29836
29837 }
29838 \series default
29839
29840 \begin_inset Quotes grd
29841 \end_inset
29842
29843  als TeX-Code ein.
29844 \end_layout
29845
29846 \begin_layout Standard
29847 \begin_inset ERT
29848 status collapsed
29849
29850 \begin_layout Plain Layout
29851
29852
29853 \backslash
29854 colorbox{hellgrau}{
29855 \end_layout
29856
29857 \end_inset
29858
29859
29860 \begin_inset Box Frameless
29861 position "t"
29862 hor_pos "c"
29863 has_inner_box 1
29864 inner_pos "t"
29865 use_parbox 0
29866 width "100col%"
29867 special "none"
29868 height "1in"
29869 height_special "totalheight"
29870 status collapsed
29871
29872 \begin_layout Plain Layout
29873 Dies ist Text mit einer Hintergrundfarbe.
29874  Dies ist Text mit einer Hintergrundfarbe.
29875 \end_layout
29876
29877 \begin_layout Plain Layout
29878 Der Text kann Fußnoten
29879 \begin_inset Foot
29880 status open
29881
29882 \begin_layout Plain Layout
29883 Eine weitere Fußnote
29884 \end_layout
29885
29886 \end_inset
29887
29888  und Tabellen und Abbildungen enthalten.
29889 \end_layout
29890
29891 \begin_layout Plain Layout
29892 \align center
29893 \begin_inset Tabular
29894 <lyxtabular version="3" rows="3" columns="3">
29895 <features>
29896 <column alignment="center" valignment="top" width="0">
29897 <column alignment="center" valignment="top" width="0">
29898 <column alignment="center" valignment="top" width="0">
29899 <row>
29900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29901 \begin_inset Text
29902
29903 \begin_layout Plain Layout
29904 a
29905 \end_layout
29906
29907 \end_inset
29908 </cell>
29909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29910 \begin_inset Text
29911
29912 \begin_layout Plain Layout
29913 !
29914 \end_layout
29915
29916 \end_inset
29917 </cell>
29918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29919 \begin_inset Text
29920
29921 \begin_layout Plain Layout
29922 3
29923 \end_layout
29924
29925 \end_inset
29926 </cell>
29927 </row>
29928 <row>
29929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29930 \begin_inset Text
29931
29932 \begin_layout Plain Layout
29933 <
29934 \end_layout
29935
29936 \end_inset
29937 </cell>
29938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29939 \begin_inset Text
29940
29941 \begin_layout Plain Layout
29942 b2
29943 \begin_inset Quotes erd
29944 \end_inset
29945
29946 |
29947 \end_layout
29948
29949 \end_inset
29950 </cell>
29951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29952 \begin_inset Text
29953
29954 \begin_layout Plain Layout
29955 >
29956 \end_layout
29957
29958 \end_inset
29959 </cell>
29960 </row>
29961 <row>
29962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29963 \begin_inset Text
29964
29965 \begin_layout Plain Layout
29966 1
29967 \end_layout
29968
29969 \end_inset
29970 </cell>
29971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29972 \begin_inset Text
29973
29974 \begin_layout Plain Layout
29975 §
29976 \end_layout
29977
29978 \end_inset
29979 </cell>
29980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29981 \begin_inset Text
29982
29983 \begin_layout Plain Layout
29984 c
29985 \end_layout
29986
29987 \end_inset
29988 </cell>
29989 </row>
29990 </lyxtabular>
29991
29992 \end_inset
29993
29994
29995 \end_layout
29996
29997 \end_inset
29998
29999
30000 \begin_inset ERT
30001 status collapsed
30002
30003 \begin_layout Plain Layout
30004
30005 }
30006 \end_layout
30007
30008 \end_inset
30009
30010
30011 \end_layout
30012
30013 \begin_layout Section
30014 Rotierte und skalierte Boxen
30015 \end_layout
30016
30017 \begin_layout Standard
30018 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30019 \series bold
30020 graphicx
30021 \series default
30022
30023 \begin_inset Index
30024 status collapsed
30025
30026 \begin_layout Plain Layout
30027 LaTeX-Pakete ! graphicx
30028 \end_layout
30029
30030 \end_inset
30031
30032  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30033 \end_layout
30034
30035 \begin_layout Standard
30036
30037 \series bold
30038
30039 \backslash
30040 @ifundefined{rotatebox}
30041 \begin_inset Newline newline
30042 \end_inset
30043
30044
30045 \begin_inset ERT
30046 status collapsed
30047
30048 \begin_layout Plain Layout
30049
30050
30051 \backslash
30052 hphantom{ }
30053 \end_layout
30054
30055 \end_inset
30056
30057 {
30058 \backslash
30059 usepackage{graphicx}}{}
30060 \end_layout
30061
30062 \begin_layout Standard
30063 \begin_inset Note Greyedout
30064 status open
30065
30066 \begin_layout Plain Layout
30067
30068 \series bold
30069 Bemerkung:
30070 \series default
30071  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30072  darstellen.
30073  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30074 \end_layout
30075
30076 \end_inset
30077
30078
30079 \end_layout
30080
30081 \begin_layout Standard
30082 \begin_inset Note Greyedout
30083 status open
30084
30085 \begin_layout Plain Layout
30086
30087 \series bold
30088 Bemerkung:
30089 \series default
30090  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30091 \end_layout
30092
30093 \end_inset
30094
30095
30096 \end_layout
30097
30098 \begin_layout Subsection
30099 Rotierte Boxen
30100 \begin_inset Index
30101 status collapsed
30102
30103 \begin_layout Plain Layout
30104 Boxen ! rotierte
30105 \end_layout
30106
30107 \end_inset
30108
30109
30110 \begin_inset Index
30111 status collapsed
30112
30113 \begin_layout Plain Layout
30114 Rotiertes Material
30115 \end_layout
30116
30117 \end_inset
30118
30119
30120 \begin_inset Index
30121 status collapsed
30122
30123 \begin_layout Plain Layout
30124 Abbildungen ! rotierte
30125 \end_layout
30126
30127 \end_inset
30128
30129
30130 \begin_inset Index
30131 status collapsed
30132
30133 \begin_layout Plain Layout
30134 Tabellen ! rotierte
30135 \end_layout
30136
30137 \end_inset
30138
30139
30140 \end_layout
30141
30142 \begin_layout Standard
30143 Um Text zu drehen, verwendet man den Befehl 
30144 \series bold
30145
30146 \backslash
30147 rotatebox
30148 \series default
30149  im TeX-Code nach folgendem Schema:
30150 \end_layout
30151
30152 \begin_layout Standard
30153
30154 \series bold
30155
30156 \backslash
30157 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30158 \end_layout
30159
30160 \begin_layout Standard
30161 Der Drehpunkt wird mit 
30162 \series bold
30163 origin=Position
30164 \series default
30165  angegeben.
30166  Folgende Positionen sind möglich: 
30167 \emph on
30168 c
30169 \emph default
30170  (mittig), 
30171 \emph on
30172 l
30173 \emph default
30174  (links), 
30175 \emph on
30176 r
30177 \emph default
30178  (rechts), 
30179 \emph on
30180 b
30181 \emph default
30182  (unten), 
30183 \emph on
30184 t
30185 \emph default
30186  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30187  Z.
30188 \begin_inset space \thinspace{}
30189 \end_inset
30190
30191 B.
30192  bedeutet 
30193 \emph on
30194 lt
30195 \emph default
30196 , dass sich der Drehpunkt links oben befindet.
30197  Wird kein Drehpunkt angegeben, wird die Position 
30198 \emph on
30199 l
30200 \emph default
30201  verwendet.
30202  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30203  Gedreht wird gegen den Uhrzeigersinn.
30204 \end_layout
30205
30206 \begin_layout Standard
30207 Im folgenden Beispiel wurde vor dem Text der Befehl 
30208 \series bold
30209
30210 \backslash
30211 rotatebox[origin=c]{60}{
30212 \series default
30213  im TeX-Modus eingegeben.
30214  Nach dem Text wurde die schließende Klammer 
30215 \series bold
30216 }
30217 \series default
30218  wiederum im TeX-Modus eingegeben.
30219 \end_layout
30220
30221 \begin_layout Standard
30222 Dies ist eine Zeile 
30223 \begin_inset ERT
30224 status collapsed
30225
30226 \begin_layout Plain Layout
30227
30228
30229 \backslash
30230 rotatebox[origin=c]{60}{
30231 \end_layout
30232
30233 \end_inset
30234
30235 mit rotiertem
30236 \begin_inset ERT
30237 status collapsed
30238
30239 \begin_layout Plain Layout
30240
30241 }
30242 \end_layout
30243
30244 \end_inset
30245
30246  Text.
30247 \end_layout
30248
30249 \begin_layout Standard
30250 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
30251 \end_layout
30252
30253 \begin_layout Standard
30254 Dies ist eine Zeile 
30255 \begin_inset ERT
30256 status collapsed
30257
30258 \begin_layout Plain Layout
30259
30260
30261 \backslash
30262 rotatebox[origin=r]{-60}{
30263 \end_layout
30264
30265 \end_inset
30266
30267
30268 \begin_inset Box Doublebox
30269 position "c"
30270 hor_pos "c"
30271 has_inner_box 0
30272 inner_pos "c"
30273 use_parbox 0
30274 width "1in"
30275 special "width"
30276 height "1in"
30277 height_special "totalheight"
30278 status collapsed
30279
30280 \begin_layout Plain Layout
30281 mit rotiertem
30282 \end_layout
30283
30284 \end_inset
30285
30286
30287 \begin_inset ERT
30288 status collapsed
30289
30290 \begin_layout Plain Layout
30291
30292 }
30293 \end_layout
30294
30295 \end_inset
30296
30297  umrandeten Text 
30298 \begin_inset ERT
30299 status collapsed
30300
30301 \begin_layout Plain Layout
30302
30303
30304 \backslash
30305 rotatebox[origin=lb]{60}{
30306 \end_layout
30307
30308 \end_inset
30309
30310
30311 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30312 \end_inset
30313
30314
30315 \begin_inset ERT
30316 status collapsed
30317
30318 \begin_layout Plain Layout
30319
30320 }
30321 \end_layout
30322
30323 \end_inset
30324
30325  und einer Formel.
30326 \end_layout
30327
30328 \begin_layout Standard
30329 Oder ein Bild oder Tabelle:
30330 \end_layout
30331
30332 \begin_layout Standard
30333 Dies ist eine Zeile 
30334 \begin_inset ERT
30335 status collapsed
30336
30337 \begin_layout Plain Layout
30338
30339
30340 \backslash
30341 rotatebox[origin=lb]{90}{
30342 \end_layout
30343
30344 \end_inset
30345
30346
30347 \begin_inset Graphics
30348         filename ../clipart/platypus.eps
30349         lyxscale 50
30350         width 25col%
30351
30352 \end_inset
30353
30354
30355 \begin_inset ERT
30356 status collapsed
30357
30358 \begin_layout Plain Layout
30359
30360 }
30361 \end_layout
30362
30363 \end_inset
30364
30365  mit einem rotierten Bild 
30366 \begin_inset ERT
30367 status collapsed
30368
30369 \begin_layout Plain Layout
30370
30371
30372 \backslash
30373 rotatebox[origin=l]{-90}{
30374 \end_layout
30375
30376 \end_inset
30377
30378
30379 \begin_inset Tabular
30380 <lyxtabular version="3" rows="2" columns="2">
30381 <features>
30382 <column alignment="center" valignment="top" width="0">
30383 <column alignment="center" valignment="top" width="0">
30384 <row>
30385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30386 \begin_inset Text
30387
30388 \begin_layout Plain Layout
30389 q
30390 \end_layout
30391
30392 \end_inset
30393 </cell>
30394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30395 \begin_inset Text
30396
30397 \begin_layout Plain Layout
30398 w
30399 \end_layout
30400
30401 \end_inset
30402 </cell>
30403 </row>
30404 <row>
30405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30406 \begin_inset Text
30407
30408 \begin_layout Plain Layout
30409 e
30410 \end_layout
30411
30412 \end_inset
30413 </cell>
30414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30415 \begin_inset Text
30416
30417 \begin_layout Plain Layout
30418 r
30419 \end_layout
30420
30421 \end_inset
30422 </cell>
30423 </row>
30424 </lyxtabular>
30425
30426 \end_inset
30427
30428
30429 \begin_inset ERT
30430 status collapsed
30431
30432 \begin_layout Plain Layout
30433
30434 }
30435 \end_layout
30436
30437 \end_inset
30438
30439  und Tabelle.
30440 \end_layout
30441
30442 \begin_layout Subsection
30443 Skalierte Boxen
30444 \begin_inset Index
30445 status collapsed
30446
30447 \begin_layout Plain Layout
30448 Boxen ! skalierte
30449 \end_layout
30450
30451 \end_inset
30452
30453
30454 \begin_inset Index
30455 status collapsed
30456
30457 \begin_layout Plain Layout
30458 Skaliertes Material
30459 \end_layout
30460
30461 \end_inset
30462
30463
30464 \begin_inset Index
30465 status collapsed
30466
30467 \begin_layout Plain Layout
30468 Abbildungen ! skalierte
30469 \end_layout
30470
30471 \end_inset
30472
30473
30474 \begin_inset Index
30475 status collapsed
30476
30477 \begin_layout Plain Layout
30478 Tabellen ! skalierte
30479 \end_layout
30480
30481 \end_inset
30482
30483
30484 \end_layout
30485
30486 \begin_layout Standard
30487 Um Text zu skalieren, kann man die Befehle 
30488 \series bold
30489
30490 \backslash
30491 scalebox
30492 \series default
30493  und 
30494 \series bold
30495
30496 \backslash
30497 resizebox
30498 \series default
30499  im TeX-Modus verwenden.
30500 \end_layout
30501
30502 \begin_layout Standard
30503
30504 \series bold
30505
30506 \backslash
30507 scalebox
30508 \series default
30509  wird nach folgendem Schema verwendet:
30510 \end_layout
30511
30512 \begin_layout Standard
30513
30514 \series bold
30515
30516 \backslash
30517 scalebox{horizontal}[vertikal]{Boxinhalt}
30518 \end_layout
30519
30520 \begin_layout Standard
30521 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
30522  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
30523  verwendet.
30524 \end_layout
30525
30526 \begin_layout Standard
30527 Z.
30528 \begin_inset space \thinspace{}
30529 \end_inset
30530
30531 B.
30532  ergibt der Befehl 
30533 \series bold
30534
30535 \backslash
30536 scalebox{2}{Hallo}
30537 \series default
30538  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
30539 \begin_inset ERT
30540 status collapsed
30541
30542 \begin_layout Plain Layout
30543
30544
30545 \backslash
30546 scalebox{2}{
30547 \end_layout
30548
30549 \end_inset
30550
30551 Hallo
30552 \begin_inset ERT
30553 status collapsed
30554
30555 \begin_layout Plain Layout
30556
30557 }
30558 \end_layout
30559
30560 \end_inset
30561
30562 .
30563 \end_layout
30564
30565 \begin_layout Standard
30566
30567 \series bold
30568
30569 \backslash
30570 scalebox{2}[1]{Hallo}
30571 \series default
30572  verzerrt hingegen das 
30573 \begin_inset ERT
30574 status collapsed
30575
30576 \begin_layout Plain Layout
30577
30578
30579 \backslash
30580 scalebox{2}[1]{
30581 \end_layout
30582
30583 \end_inset
30584
30585 Hallo
30586 \begin_inset ERT
30587 status collapsed
30588
30589 \begin_layout Plain Layout
30590
30591 }
30592 \end_layout
30593
30594 \end_inset
30595
30596 .
30597 \end_layout
30598
30599 \begin_layout Standard
30600 Die Skalierungsfaktoren dürfen auch negativ sein.
30601  In diesem Fall wird der Boxinhalt gespiegelt.
30602 \end_layout
30603
30604 \begin_layout Standard
30605 Daher lässt sich mit dem Befehl 
30606 \series bold
30607
30608 \backslash
30609 scalebox{-1}[1]{Hallo}
30610 \series default
30611  Spiegelschrift erstellen: 
30612 \begin_inset ERT
30613 status collapsed
30614
30615 \begin_layout Plain Layout
30616
30617
30618 \backslash
30619 scalebox{-1}[1]{
30620 \end_layout
30621
30622 \end_inset
30623
30624 Hallo
30625 \begin_inset ERT
30626 status collapsed
30627
30628 \begin_layout Plain Layout
30629
30630 }
30631 \end_layout
30632
30633 \end_inset
30634
30635
30636 \end_layout
30637
30638 \begin_layout Standard
30639
30640 \series bold
30641
30642 \backslash
30643 scalebox{1}[-1]{Hallo}
30644 \series default
30645  spiegelt das 
30646 \begin_inset ERT
30647 status collapsed
30648
30649 \begin_layout Plain Layout
30650
30651
30652 \backslash
30653 scalebox{1}[-1]{
30654 \end_layout
30655
30656 \end_inset
30657
30658 Hallo
30659 \begin_inset ERT
30660 status collapsed
30661
30662 \begin_layout Plain Layout
30663
30664 }
30665 \end_layout
30666
30667 \end_inset
30668
30669  an der Grundlinie.
30670 \end_layout
30671
30672 \begin_layout Standard
30673 Zu 
30674 \series bold
30675
30676 \backslash
30677 scalebox{-1}[1]{Boxinhalt}
30678 \series default
30679  gibt es den äquivalenten Befehl
30680 \begin_inset Newline newline
30681 \end_inset
30682
30683
30684 \series bold
30685
30686 \backslash
30687 reflectbox{Boxinhalt}
30688 \series default
30689 .
30690 \end_layout
30691
30692 \begin_layout Standard
30693 \begin_inset VSpace bigskip
30694 \end_inset
30695
30696
30697 \series bold
30698
30699 \backslash
30700 resizebox
30701 \series default
30702  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
30703  skalieren.
30704  Das Befehlsschema ist folgendes:
30705 \end_layout
30706
30707 \begin_layout Standard
30708
30709 \series bold
30710
30711 \backslash
30712 resizebox{Breite}{Höhe}{Boxinhalt}
30713 \end_layout
30714
30715 \begin_layout Standard
30716 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
30717 \series bold
30718 !
30719 \series default
30720  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
30721  wird.
30722 \end_layout
30723
30724 \begin_layout Standard
30725 Der Befehl 
30726 \series bold
30727
30728 \backslash
30729 resizebox{2cm}{1cm}{Hallo}
30730 \series default
30731  ergibt: 
30732 \begin_inset ERT
30733 status collapsed
30734
30735 \begin_layout Plain Layout
30736
30737
30738 \backslash
30739 resizebox{2cm}{1cm}{
30740 \end_layout
30741
30742 \end_inset
30743
30744 Hallo
30745 \begin_inset ERT
30746 status collapsed
30747
30748 \begin_layout Plain Layout
30749
30750 }
30751 \end_layout
30752
30753 \end_inset
30754
30755
30756 \begin_inset Newline newline
30757 \end_inset
30758
30759 Der Befehl 
30760 \series bold
30761
30762 \backslash
30763 resizebox{2cm}{!}{Hallo}
30764 \series default
30765  ergibt: 
30766 \begin_inset ERT
30767 status collapsed
30768
30769 \begin_layout Plain Layout
30770
30771
30772 \backslash
30773 resizebox{2cm}{!}{
30774 \end_layout
30775
30776 \end_inset
30777
30778 Hallo
30779 \begin_inset ERT
30780 status collapsed
30781
30782 \begin_layout Plain Layout
30783
30784 }
30785 \end_layout
30786
30787 \end_inset
30788
30789
30790 \end_layout
30791
30792 \begin_layout Standard
30793 \begin_inset VSpace bigskip
30794 \end_inset
30795
30796
30797 \begin_inset Note Greyedout
30798 status open
30799
30800 \begin_layout Plain Layout
30801
30802 \series bold
30803 Bemerkung:
30804 \series default
30805  Wurde in Argumenten von 
30806 \series bold
30807
30808 \backslash
30809 scalebox
30810 \series default
30811  oder 
30812 \series bold
30813
30814 \backslash
30815 resizebox
30816 \series default
30817  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
30818  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
30819  werden.
30820 \end_layout
30821
30822 \end_inset
30823
30824
30825 \end_layout
30826
30827 \begin_layout Standard
30828 \begin_inset VSpace bigskip
30829 \end_inset
30830
30831
30832 \end_layout
30833
30834 \begin_layout Standard
30835 Alle Boxen können beliebig miteinander kombiniert werden.
30836  So ergibt z.
30837 \begin_inset space \thinspace{}
30838 \end_inset
30839
30840 B.
30841  der Befehl
30842 \begin_inset Newline newline
30843 \end_inset
30844
30845
30846 \series bold
30847
30848 \backslash
30849 rotatebox[origin=c]{-45}{
30850 \backslash
30851 resizebox{2cm}{!}{
30852 \backslash
30853 reflectbox{Hallo}}}
30854 \series default
30855 :
30856 \end_layout
30857
30858 \begin_layout Standard
30859 \align center
30860 \begin_inset ERT
30861 status collapsed
30862
30863 \begin_layout Plain Layout
30864
30865
30866 \backslash
30867 rotatebox[origin=c]{-45}{
30868 \backslash
30869 resizebox{2cm}{!}{
30870 \backslash
30871 reflectbox{
30872 \end_layout
30873
30874 \end_inset
30875
30876 Hallo
30877 \begin_inset ERT
30878 status collapsed
30879
30880 \begin_layout Plain Layout
30881
30882 }}}
30883 \end_layout
30884
30885 \end_inset
30886
30887
30888 \end_layout
30889
30890 \begin_layout Standard
30891 \noindent
30892 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
30893 \end_layout
30894
30895 \begin_layout Standard
30896 \align center
30897 \begin_inset ERT
30898 status collapsed
30899
30900 \begin_layout Plain Layout
30901
30902
30903 \backslash
30904 rotatebox[origin=c]{-30}{
30905 \backslash
30906 resizebox{2cm}{!}{
30907 \backslash
30908 reflectbox{
30909 \end_layout
30910
30911 \end_inset
30912
30913
30914 \begin_inset Graphics
30915         filename ../clipart/platypus.eps
30916         lyxscale 50
30917         width 25col%
30918
30919 \end_inset
30920
30921
30922 \begin_inset ERT
30923 status collapsed
30924
30925 \begin_layout Plain Layout
30926
30927 }}}
30928 \end_layout
30929
30930 \end_inset
30931
30932
30933 \begin_inset ERT
30934 status collapsed
30935
30936 \begin_layout Plain Layout
30937
30938
30939 \backslash
30940 rotatebox[origin=c]{-45}{
30941 \backslash
30942 resizebox{2cm}{!}{
30943 \backslash
30944 reflectbox{
30945 \end_layout
30946
30947 \end_inset
30948
30949
30950 \begin_inset Tabular
30951 <lyxtabular version="3" rows="2" columns="2">
30952 <features>
30953 <column alignment="center" valignment="top" width="0">
30954 <column alignment="center" valignment="top" width="0">
30955 <row>
30956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30957 \begin_inset Text
30958
30959 \begin_layout Plain Layout
30960 q
30961 \end_layout
30962
30963 \end_inset
30964 </cell>
30965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30966 \begin_inset Text
30967
30968 \begin_layout Plain Layout
30969 w
30970 \end_layout
30971
30972 \end_inset
30973 </cell>
30974 </row>
30975 <row>
30976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30977 \begin_inset Text
30978
30979 \begin_layout Plain Layout
30980 e
30981 \end_layout
30982
30983 \end_inset
30984 </cell>
30985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30986 \begin_inset Text
30987
30988 \begin_layout Plain Layout
30989 r
30990 \end_layout
30991
30992 \end_inset
30993 </cell>
30994 </row>
30995 </lyxtabular>
30996
30997 \end_inset
30998
30999
31000 \begin_inset ERT
31001 status collapsed
31002
31003 \begin_layout Plain Layout
31004
31005 }}}
31006 \end_layout
31007
31008 \end_inset
31009
31010
31011 \begin_inset ERT
31012 status collapsed
31013
31014 \begin_layout Plain Layout
31015
31016
31017 \backslash
31018 rotatebox[origin=c]{-45}{
31019 \backslash
31020 resizebox{2cm}{!}{
31021 \backslash
31022 reflectbox{
31023 \end_layout
31024
31025 \end_inset
31026
31027
31028 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31029 \end_inset
31030
31031
31032 \begin_inset ERT
31033 status collapsed
31034
31035 \begin_layout Plain Layout
31036
31037 }}}
31038 \end_layout
31039
31040 \end_inset
31041
31042
31043 \end_layout
31044
31045 \begin_layout Standard
31046 Hat man den globalen Formelstil 
31047 \series bold
31048 fleqn
31049 \series default
31050
31051 \begin_inset Foot
31052 status collapsed
31053
31054 \begin_layout Plain Layout
31055 Wenn 
31056 \begin_inset Quotes gld
31057 \end_inset
31058
31059 fleqn
31060 \begin_inset Quotes grd
31061 \end_inset
31062
31063  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31064 \end_layout
31065
31066 \end_inset
31067
31068  gewählt, kann man auch abgesetzte Formeln skalieren.
31069 \end_layout
31070
31071 \begin_layout Chapter
31072 Externe Dateien
31073 \begin_inset Index
31074 status collapsed
31075
31076 \begin_layout Plain Layout
31077 Dateien ! externe
31078 \end_layout
31079
31080 \end_inset
31081
31082
31083 \end_layout
31084
31085 \begin_layout Standard
31086 Mit 
31087 \family sans
31088 Einfügen\SpecialChar \menuseparator
31089 Datei
31090 \family default
31091  können Sie fremdes Material in Ihr Dokument einsetzen.
31092  Das kann folgendes sein:
31093 \end_layout
31094
31095 \begin_layout Description
31096 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31097  eingefügt.
31098 \end_layout
31099
31100 \begin_layout Description
31101 Einfacher
31102 \begin_inset space ~
31103 \end_inset
31104
31105 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31106  eingefügt.
31107 \end_layout
31108
31109 \begin_layout Description
31110 Einfacher
31111 \begin_inset space ~
31112 \end_inset
31113
31114 Text,
31115 \begin_inset space ~
31116 \end_inset
31117
31118 Zeilen
31119 \begin_inset space ~
31120 \end_inset
31121
31122 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31123  Leerzeilen trennen die Absätze.
31124 \end_layout
31125
31126 \begin_layout Description
31127 Externes
31128 \begin_inset space ~
31129 \end_inset
31130
31131 Material Dateien in verschiedenen Formaten.
31132 \end_layout
31133
31134 \begin_layout Description
31135 Unterdokument LyX- oder LaTeX-Dokumente.
31136 \end_layout
31137
31138 \begin_layout Section
31139 Externes Material
31140 \begin_inset Index
31141 status collapsed
31142
31143 \begin_layout Plain Layout
31144 Externes Material
31145 \end_layout
31146
31147 \end_inset
31148
31149
31150 \end_layout
31151
31152 \begin_layout Standard
31153 Mit 
31154 \family sans
31155 Einfügen\SpecialChar \menuseparator
31156 Datei\SpecialChar \menuseparator
31157  Externes Material
31158 \family default
31159  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31160  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31161  weil LyX sich darum kümmert.
31162  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31163  eingefügt werden können.
31164 \end_layout
31165
31166 \begin_layout Standard
31167 Zur Zeit können Sie folgende Dateitypen (
31168 \family sans
31169 Vorlagen
31170 \family default
31171 ) benutzen:
31172 \end_layout
31173
31174 \begin_layout Description
31175 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31176 \series bold
31177
31178 \begin_inset CommandInset href
31179 LatexCommand href
31180 name "XBoard"
31181 target "http://en.wikipedia.org/wiki/XBoard"
31182
31183 \end_inset
31184
31185
31186 \series default
31187  erzeugt wurden.
31188 \end_layout
31189
31190 \begin_layout Description
31191 Datum fügt ein Datum mit dem Format 
31192 \emph on
31193 Tag-Monat-Jahr
31194 \emph default
31195  ein.
31196  Hier ist ein Beispiel: 
31197 \begin_inset External
31198         template Date
31199         filename .
31200
31201 \end_inset
31202
31203
31204 \lang english
31205
31206 \begin_inset space ~
31207 \end_inset
31208
31209
31210 \begin_inset Note Note
31211 status open
31212
31213 \begin_layout Plain Layout
31214
31215 \lang english
31216 Remove the protected space when bug 4398 is fixed!
31217 \end_layout
31218
31219 \end_inset
31220
31221
31222 \lang ngerman
31223
31224 \begin_inset Newline newline
31225 \end_inset
31226
31227 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
31228  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
31229  Menü 
31230 \family sans
31231 Einfügen\SpecialChar \menuseparator
31232 Datum
31233 \family default
31234  und mit dem LaTeX-Befehl 
31235 \series bold
31236
31237 \backslash
31238 today
31239 \series default
31240 .
31241  Die verschiedenen Methoden werden in Tabelle
31242 \begin_inset space ~
31243 \end_inset
31244
31245
31246 \begin_inset CommandInset ref
31247 LatexCommand ref
31248 reference "tab:Vergleich-der-Datums-Eingaben"
31249
31250 \end_inset
31251
31252  verglichen.
31253 \end_layout
31254
31255 \begin_layout Description
31256 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
31257 \series bold
31258
31259 \begin_inset CommandInset href
31260 LatexCommand href
31261 name "LilyPond"
31262 target "http://en.wikipedia.org/wiki/LilyPond"
31263
31264 \end_inset
31265
31266
31267 \series default
31268  schreiben.
31269 \end_layout
31270
31271 \begin_layout Description
31272 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
31273  Fast alle bekannten Bildformate werden unterstützt.
31274  Die Bilddateien können im Dialogfenster 
31275 \family sans
31276 Externes
31277 \begin_inset space ~
31278 \end_inset
31279
31280 Material
31281 \family default
31282  genauso behandelt werden wie die mit dem normalen 
31283 \family sans
31284 Grafik
31285 \family default
31286 -Dialog eingefügten, siehe Abschnitt
31287 \begin_inset space ~
31288 \end_inset
31289
31290
31291 \begin_inset CommandInset ref
31292 LatexCommand ref
31293 reference "abs:Grafik-Dialog"
31294
31295 \end_inset
31296
31297 .
31298  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
31299  und EPS-Bilder werden nicht unterstützt.
31300 \end_layout
31301
31302 \begin_layout Description
31303 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
31304 \series bold
31305
31306 \begin_inset CommandInset href
31307 LatexCommand href
31308 name "Xfig"
31309 target "http://en.wikipedia.org/wiki/Xfig"
31310
31311 \end_inset
31312
31313
31314 \series default
31315  erzeugt wurden.
31316 \end_layout
31317
31318 \begin_layout Standard
31319 \begin_inset Float table
31320 placement h
31321 wide false
31322 sideways false
31323 status open
31324
31325 \begin_layout Plain Layout
31326 \begin_inset Caption
31327
31328 \begin_layout Plain Layout
31329 \begin_inset CommandInset label
31330 LatexCommand label
31331 name "tab:Vergleich-der-Datums-Eingaben"
31332
31333 \end_inset
31334
31335 Vergleich der Datums-Eingaben
31336 \end_layout
31337
31338 \end_inset
31339
31340
31341 \end_layout
31342
31343 \begin_layout Plain Layout
31344 \align center
31345 \begin_inset Tabular
31346 <lyxtabular version="3" rows="4" columns="4">
31347 <features>
31348 <column alignment="center" valignment="top" width="0">
31349 <column alignment="center" valignment="top" width="0">
31350 <column alignment="center" valignment="top" width="0">
31351 <column alignment="center" valignment="top" width="0">
31352 <row>
31353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31354 \begin_inset Text
31355
31356 \begin_layout Plain Layout
31357 Dokumentformat
31358 \end_layout
31359
31360 \end_inset
31361 </cell>
31362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31363 \begin_inset Text
31364
31365 \begin_layout Plain Layout
31366
31367 \family sans
31368 Externes Material\SpecialChar \menuseparator
31369 Datum
31370 \end_layout
31371
31372 \end_inset
31373 </cell>
31374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31375 \begin_inset Text
31376
31377 \begin_layout Plain Layout
31378
31379 \family sans
31380 Einfügen\SpecialChar \menuseparator
31381 Datum
31382 \end_layout
31383
31384 \end_inset
31385 </cell>
31386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31387 \begin_inset Text
31388
31389 \begin_layout Plain Layout
31390 Befehl 
31391 \series bold
31392
31393 \backslash
31394 today
31395 \end_layout
31396
31397 \end_inset
31398 </cell>
31399 </row>
31400 <row>
31401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31402 \begin_inset Text
31403
31404 \begin_layout Plain Layout
31405 LyX
31406 \end_layout
31407
31408 \end_inset
31409 </cell>
31410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31411 \begin_inset Text
31412
31413 \begin_layout Plain Layout
31414 als Box
31415 \end_layout
31416
31417 \end_inset
31418 </cell>
31419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31420 \begin_inset Text
31421
31422 \begin_layout Plain Layout
31423 als Datum
31424 \end_layout
31425
31426 \end_inset
31427 </cell>
31428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31429 \begin_inset Text
31430
31431 \begin_layout Plain Layout
31432 als TeX-Code
31433 \end_layout
31434
31435 \end_inset
31436 </cell>
31437 </row>
31438 <row>
31439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31440 \begin_inset Text
31441
31442 \begin_layout Plain Layout
31443 LaTeX
31444 \end_layout
31445
31446 \end_inset
31447 </cell>
31448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31449 \begin_inset Text
31450
31451 \begin_layout Plain Layout
31452 als Datum
31453 \end_layout
31454
31455 \end_inset
31456 </cell>
31457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31458 \begin_inset Text
31459
31460 \begin_layout Plain Layout
31461 als Datum
31462 \end_layout
31463
31464 \end_inset
31465 </cell>
31466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31467 \begin_inset Text
31468
31469 \begin_layout Plain Layout
31470 als Befehl
31471 \end_layout
31472
31473 \end_inset
31474 </cell>
31475 </row>
31476 <row>
31477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31478 \begin_inset Text
31479
31480 \begin_layout Plain Layout
31481 DVI, PDF, PS
31482 \end_layout
31483
31484 \end_inset
31485 </cell>
31486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31487 \begin_inset Text
31488
31489 \begin_layout Plain Layout
31490 als Datum
31491 \end_layout
31492
31493 \end_inset
31494 </cell>
31495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31496 \begin_inset Text
31497
31498 \begin_layout Plain Layout
31499 als Datum
31500 \end_layout
31501
31502 \end_inset
31503 </cell>
31504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31505 \begin_inset Text
31506
31507 \begin_layout Plain Layout
31508 als Datum
31509 \end_layout
31510
31511 \end_inset
31512 </cell>
31513 </row>
31514 </lyxtabular>
31515
31516 \end_inset
31517
31518
31519 \end_layout
31520
31521 \end_inset
31522
31523
31524 \end_layout
31525
31526 \begin_layout Standard
31527 Wenn Sie im Dialogfenster
31528 \family sans
31529  Externes
31530 \begin_inset space ~
31531 \end_inset
31532
31533 Material 
31534 \family default
31535 in der Karteikarte
31536 \family sans
31537  Datei
31538 \family default
31539  die Option 
31540 \family sans
31541 Entwurf
31542 \family default
31543  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
31544 \end_layout
31545
31546 \begin_layout Standard
31547 LyX kann externes Material entweder als Box wie hier: 
31548 \begin_inset Graphics
31549         filename clipart/ExternesMaterialQt4.png
31550         lyxscale 80
31551         scale 60
31552         scaleBeforeRotation
31553
31554 \end_inset
31555
31556  oder als Bild darstellen.
31557  Das hängt davon ab, ob Sie im Dialogfenster
31558 \family sans
31559  Externes
31560 \begin_inset space ~
31561 \end_inset
31562
31563 Material 
31564 \family default
31565 in der Karteikarte 
31566 \family sans
31567 LyX-Ansicht
31568 \family default
31569  die Option 
31570 \family sans
31571 in
31572 \begin_inset space ~
31573 \end_inset
31574
31575 LyX
31576 \begin_inset space ~
31577 \end_inset
31578
31579 anzeigen
31580 \family default
31581  gewählt haben oder nicht.
31582 \end_layout
31583
31584 \begin_layout Standard
31585 Im LyX-Handbuch 
31586 \family sans
31587 \emph on
31588 Anpassung
31589 \family default
31590 \emph default
31591  wird erklärt, wie Sie Ihre eigenen Vorlagen erzeugen können.
31592 \end_layout
31593
31594 \begin_layout Section
31595 Unterdokumente
31596 \begin_inset CommandInset label
31597 LatexCommand label
31598 name "abs:Unterdokumente"
31599
31600 \end_inset
31601
31602
31603 \begin_inset Index
31604 status collapsed
31605
31606 \begin_layout Plain Layout
31607 Unterdokument
31608 \end_layout
31609
31610 \end_inset
31611
31612
31613 \end_layout
31614
31615 \begin_layout Standard
31616 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
31617  oder Abschnitten bestehen.
31618  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
31619  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
31620 \end_layout
31621
31622 \begin_layout Standard
31623 Unterdokumente werden in LyX als Box angezeigt: 
31624 \begin_inset Graphics
31625         filename clipart/UnterdokumentQt4.png
31626         lyxscale 80
31627         scale 60
31628         scaleBeforeRotation
31629
31630 \end_inset
31631
31632 .
31633  Sie werden über
31634 \family sans
31635  Einfügen\SpecialChar \menuseparator
31636 Datei\SpecialChar \menuseparator
31637 Unterdokument
31638 \family default
31639  eingebunden, was das Dialogfenster
31640 \family sans
31641  Unterdokument
31642 \family default
31643  öffnet.
31644  Für 
31645 \family sans
31646 die Art
31647 \begin_inset space ~
31648 \end_inset
31649
31650 der
31651 \begin_inset space ~
31652 \end_inset
31653
31654 Einbindung
31655 \family default
31656  gibt es dort vier Möglichkeiten:
31657 \end_layout
31658
31659 \begin_layout Description
31660 Include Sie können LyX- und LaTeX-Dokumente einbinden.
31661  Wenn Sie im Dialogfenster
31662 \family sans
31663  Unterdokument
31664 \family default
31665  auf 
31666 \family sans
31667 Öffnen
31668 \family default
31669  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
31670  und Sie können es editieren.
31671 \begin_inset Newline newline
31672 \end_inset
31673
31674
31675 \end_layout
31676
31677 \begin_layout Standard
31678 Hier wird ein Unterdokument
31679 \family sans
31680  
31681 \family default
31682 per 
31683 \family sans
31684 Include
31685 \family default
31686  eingebunden: 
31687 \begin_inset CommandInset include
31688 LatexCommand include
31689 filename "DummyDocument1.lyx"
31690
31691 \end_inset
31692
31693 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
31694  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
31695  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
31696 s.
31697  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
31698 \begin_inset space ~
31699 \end_inset
31700
31701
31702 \begin_inset CommandInset ref
31703 LatexCommand ref
31704 reference "uab:Externer-Unterabschnitt-1"
31705
31706 \end_inset
31707
31708 .
31709 \end_layout
31710
31711 \begin_layout Standard
31712 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
31713  wird benutzt.
31714  Unterdokumente, die per 
31715 \family sans
31716 Include
31717 \family default
31718  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
31719  und enden mit einem Seitenumbruch.
31720 \end_layout
31721
31722 \begin_layout Standard
31723 Mit dem LaTeX-Befehl 
31724 \series bold
31725
31726 \backslash
31727 includeonly 
31728 \series default
31729 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
31730  erstellt werden soll.
31731  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
31732  sehen wollen, und es geht schneller.
31733  
31734 \series bold
31735
31736 \backslash
31737 includeonly
31738 \series default
31739  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
31740  Im folgenden Beispiel
31741 \end_layout
31742
31743 \begin_layout Standard
31744
31745 \series bold
31746
31747 \backslash
31748 includeonly{Kapitel1,Kapitel5}
31749 \end_layout
31750
31751 \begin_layout Standard
31752 werden nur die Dateien 
31753 \begin_inset Quotes gld
31754 \end_inset
31755
31756 Kapitel1.lyx
31757 \begin_inset Quotes grd
31758 \end_inset
31759
31760  (oder 
31761 \begin_inset Quotes gld
31762 \end_inset
31763
31764 Kapitel1.tex
31765 \begin_inset Quotes grd
31766 \end_inset
31767
31768 ) und 
31769 \begin_inset Quotes gld
31770 \end_inset
31771
31772 Kapitel5.lyx
31773 \begin_inset Quotes grd
31774 \end_inset
31775
31776
31777 \series bold
31778  
31779 \series default
31780 eingebunden.
31781 \end_layout
31782
31783 \begin_layout Standard
31784 \begin_inset Note Greyedout
31785 status open
31786
31787 \begin_layout Plain Layout
31788
31789 \series bold
31790 Bemerkung:
31791 \series default
31792  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
31793  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
31794  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
31795  Ergebnissen führen wird.
31796 \end_layout
31797
31798 \end_inset
31799
31800
31801 \end_layout
31802
31803 \begin_layout Description
31804 Input Diese Methode ist 
31805 \family sans
31806 Include
31807 \family default
31808  sehr ähnlich mit folgenden Unterschieden:
31809 \end_layout
31810
31811 \begin_deeper
31812 \begin_layout Itemize
31813 Unterdokumente, die per 
31814 \family sans
31815 Input
31816 \family default
31817  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
31818  Seite und enden NICHT mit einem Seitenumbruch.
31819 \end_layout
31820
31821 \begin_layout Itemize
31822 Unterdokumente, die per 
31823 \family sans
31824 Input
31825 \family default
31826  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
31827 \family sans
31828  Unterdokument Vorschau
31829 \begin_inset space ~
31830 \end_inset
31831
31832 anzeigen
31833 \family default
31834  angekreuzt wurde und in den LyX-
31835 \family sans
31836 Einstellungen\SpecialChar \menuseparator
31837 Aussehen
31838 \begin_inset space ~
31839 \end_inset
31840
31841 &
31842 \begin_inset space ~
31843 \end_inset
31844
31845 Handhabung\SpecialChar \menuseparator
31846 Grafik Sofortige
31847 \begin_inset space ~
31848 \end_inset
31849
31850 Vorschau
31851 \family default
31852  auf 
31853 \family sans
31854 An
31855 \family default
31856  gesetzt wurde.
31857  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
31858  aus.
31859 \end_layout
31860
31861 \begin_layout Itemize
31862 Der LaTeX-Befehl 
31863 \series bold
31864
31865 \backslash
31866 includeonly
31867 \series default
31868  kann nicht benutzt werden.
31869 \end_layout
31870
31871 \end_deeper
31872 \begin_layout Standard
31873 Hier ist ein Unterdokument, das mit
31874 \family sans
31875  Input
31876 \family default
31877  eingebunden wurde: 
31878 \begin_inset CommandInset include
31879 LatexCommand input
31880 filename "DummyDocument2.lyx"
31881
31882 \end_inset
31883
31884 .
31885 \end_layout
31886
31887 \begin_layout Description
31888 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
31889   In der Druckvorschau wird für den Text der Stil 
31890 \family typewriter
31891 Schreibmaschine
31892 \family default
31893  verwendet.
31894  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
31895  Wenn Sie im Dialogfenster
31896 \family sans
31897  Unterdokument Leerzeichen
31898 \begin_inset space ~
31899 \end_inset
31900
31901 bei
31902 \begin_inset space ~
31903 \end_inset
31904
31905 der
31906 \begin_inset space ~
31907 \end_inset
31908
31909 Ausgabe
31910 \begin_inset space ~
31911 \end_inset
31912
31913 kennzeichnen 
31914 \family default
31915 ankreuzen, wird in der Druckvorschau das Zeichen 
31916 \begin_inset Quotes gld
31917 \end_inset
31918
31919
31920 \begin_inset ERT
31921 status collapsed
31922
31923 \begin_layout Plain Layout
31924
31925
31926 \backslash
31927 textvisiblespace 
31928 \end_layout
31929
31930 \end_inset
31931
31932
31933 \begin_inset Quotes grd
31934 \end_inset
31935
31936  für jedes Leerzeichen eingefügt.
31937 \begin_inset Newline newline
31938 \end_inset
31939
31940 Im Gegensatz zu 
31941 \family sans
31942 Einfügen\SpecialChar \menuseparator
31943 Datei\SpecialChar \menuseparator
31944 Einfacher
31945 \begin_inset space ~
31946 \end_inset
31947
31948 Text
31949 \family default
31950  wird bei 
31951 \family sans
31952 Unformatiert
31953 \family default
31954  der Dateiinhalt in LyX nicht dargestellt.
31955 \end_layout
31956
31957 \begin_layout Standard
31958 Hier ist ein Unterdokument, das mit
31959 \family sans
31960  Unformatiert
31961 \family default
31962  eingebunden wurde: 
31963 \begin_inset CommandInset include
31964 LatexCommand verbatiminput
31965 filename "DummyTextDocument.txt"
31966
31967 \end_inset
31968
31969
31970 \begin_inset VSpace bigskip
31971 \end_inset
31972
31973 Hier ist ein Unterdokument, das mit
31974 \family sans
31975  Unformatiert
31976 \family default
31977  eingebunden wurde und
31978 \family sans
31979  Leerzeichen
31980 \begin_inset space ~
31981 \end_inset
31982
31983 bei
31984 \begin_inset space ~
31985 \end_inset
31986
31987 der
31988 \begin_inset space ~
31989 \end_inset
31990
31991 Ausgabe
31992 \begin_inset space ~
31993 \end_inset
31994
31995 kennzeichnen
31996 \family default
31997  angekreuzt hat: 
31998 \begin_inset CommandInset include
31999 LatexCommand verbatiminput*
32000 filename "DummyTextDocument.txt"
32001
32002 \end_inset
32003
32004
32005 \end_layout
32006
32007 \begin_layout Standard
32008 \begin_inset VSpace bigskip
32009 \end_inset
32010
32011
32012 \end_layout
32013
32014 \begin_layout Standard
32015 \begin_inset Note Greyedout
32016 status open
32017
32018 \begin_layout Plain Layout
32019
32020 \series bold
32021 Bemerkung:
32022 \series default
32023  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32024  
32025 \family sans
32026 Unformatiert
32027 \family default
32028  eingebunden werden, am Zeilenende nicht umgebrochen.
32029 \end_layout
32030
32031 \end_inset
32032
32033
32034 \end_layout
32035
32036 \begin_layout Description
32037 Listing Dieser Typ wird in Kapitel
32038 \begin_inset space ~
32039 \end_inset
32040
32041
32042 \begin_inset CommandInset ref
32043 LatexCommand ref
32044 reference "kap:Programm-Code-Listen"
32045
32046 \end_inset
32047
32048  beschrieben.
32049 \end_layout
32050
32051 \begin_layout Standard
32052 \begin_inset Note Greyedout
32053 status open
32054
32055 \begin_layout Plain Layout
32056
32057 \series bold
32058 Bemerkung:
32059 \series default
32060  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32061  das zu LaTeX-Problemen führen.
32062 \end_layout
32063
32064 \end_inset
32065
32066
32067 \end_layout
32068
32069 \begin_layout Chapter
32070 Programm-Code-Listen
32071 \begin_inset CommandInset label
32072 LatexCommand label
32073 name "kap:Programm-Code-Listen"
32074
32075 \end_inset
32076
32077
32078 \begin_inset Index
32079 status collapsed
32080
32081 \begin_layout Plain Layout
32082 Listen
32083 \end_layout
32084
32085 \end_inset
32086
32087
32088 \begin_inset Index
32089 status collapsed
32090
32091 \begin_layout Plain Layout
32092 Programm-Code
32093 \end_layout
32094
32095 \end_inset
32096
32097
32098 \end_layout
32099
32100 \begin_layout Standard
32101 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32102 \family sans
32103 Einfügen\SpecialChar \menuseparator
32104 Pro\SpecialChar \-
32105 gramm\SpecialChar \-
32106 listing
32107 \family default
32108  verwenden.
32109  Das LaTeX-Paket 
32110 \series bold
32111 listings
32112 \series default
32113
32114 \begin_inset Index
32115 status collapsed
32116
32117 \begin_layout Plain Layout
32118 LaTeX-Pakete ! listings
32119 \end_layout
32120
32121 \end_inset
32122
32123  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32124 \end_layout
32125
32126 \begin_layout Standard
32127 Ein Rechtsklick auf das 
32128 \family sans
32129 Listing
32130 \family default
32131 -Kästchen öffnet das Dialogfenster 
32132 \family sans
32133 Programm\SpecialChar \-
32134 listing-Einstellungen
32135 \family default
32136 , in dem Sie das Ausgabeformat der Programm-Code-Liste festlegen.
32137 \end_layout
32138
32139 \begin_layout Standard
32140 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32141  Die 
32142 \family sans
32143 Platzierung
32144 \family default
32145 -Option 
32146 \family sans
32147 Eingebettetes
32148 \begin_inset space ~
32149 \end_inset
32150
32151 Listing
32152 \family default
32153  druckt das Listing in der Zeile wie hier: 
32154 \begin_inset listings
32155 lstparams "language={C++}"
32156 inline true
32157 status open
32158
32159 \begin_layout Plain Layout
32160
32161 int a=5;
32162 \end_layout
32163
32164 \end_inset
32165
32166
32167 \begin_inset Newline newline
32168 \end_inset
32169
32170 Die Option 
32171 \family sans
32172 Gleitobjekt
32173 \family default
32174  erzeugt ein Listing-Gleitobjekt, dessen 
32175 \family sans
32176 Platzierung 
32177 \family default
32178 Sie mit 
32179 \family sans
32180 h
32181 \family default
32182
32183 \family sans
32184 t
32185 \family default
32186
32187 \family sans
32188 b
32189 \family default
32190  und 
32191 \family sans
32192 p
32193 \family default
32194 , analog zu den in Abschnitt
32195 \begin_inset space ~
32196 \end_inset
32197
32198
32199 \begin_inset CommandInset ref
32200 LatexCommand ref
32201 reference "abs:Gleitobjekt-Platzierung"
32202
32203 \end_inset
32204
32205  beschriebenen Platzierungsoptionen festlegen können.
32206  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
32207  hintereinander angegeben, z.
32208 \begin_inset space \thinspace{}
32209 \end_inset
32210
32211 B.
32212  
32213 \begin_inset Quotes gld
32214 \end_inset
32215
32216
32217 \family sans
32218 htbp
32219 \family default
32220
32221 \begin_inset Quotes grd
32222 \end_inset
32223
32224 .
32225  Die Option 
32226 \begin_inset Quotes gld
32227 \end_inset
32228
32229 h
32230 \begin_inset Quotes grd
32231 \end_inset
32232
32233  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
32234  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
32235 \end_layout
32236
32237 \begin_layout Standard
32238 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
32239  zu verweisen: Listing
32240 \begin_inset space ~
32241 \end_inset
32242
32243
32244 \begin_inset CommandInset ref
32245 LatexCommand ref
32246 reference "lst:Gleitendes-Programm-Listing"
32247
32248 \end_inset
32249
32250 .
32251 \end_layout
32252
32253 \begin_layout Standard
32254 \begin_inset listings
32255 lstparams "language=Python"
32256 inline false
32257 status open
32258
32259 \begin_layout Plain Layout
32260
32261 \begin_inset Caption
32262
32263 \begin_layout Plain Layout
32264 \begin_inset CommandInset label
32265 LatexCommand label
32266 name "lst:Gleitendes-Programm-Listing"
32267
32268 \end_inset
32269
32270 Gleitendes Programm-Listing
32271 \end_layout
32272
32273 \end_inset
32274
32275 # Gleitendes Programm-Listing
32276 \end_layout
32277
32278 \begin_layout Plain Layout
32279
32280 def func(param):
32281 \end_layout
32282
32283 \begin_layout Plain Layout
32284
32285     'Dies ist eine Python-Funktion'
32286 \end_layout
32287
32288 \begin_layout Plain Layout
32289
32290     pass
32291 \end_layout
32292
32293 \end_inset
32294
32295
32296 \end_layout
32297
32298 \begin_layout Standard
32299 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
32300  der Sprache erkannt und besonders gedruckt, wie 
32301 \emph on
32302 #
32303 \emph default
32304
32305 \emph on
32306 def
32307 \emph default
32308  und 
32309 \emph on
32310 pass
32311 \emph default
32312  in Listing
32313 \begin_inset space ~
32314 \end_inset
32315
32316
32317 \begin_inset CommandInset ref
32318 LatexCommand ref
32319 reference "lst:Gleitendes-Programm-Listing"
32320
32321 \end_inset
32322
32323 .
32324 \end_layout
32325
32326 \begin_layout Standard
32327 \begin_inset Note Greyedout
32328 status open
32329
32330 \begin_layout Plain Layout
32331
32332 \series bold
32333 Bemerkung:
32334 \series default
32335  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
32336 \family typewriter
32337 Schreib\SpecialChar \-
32338 maschine
32339 \family default
32340  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
32341 h keine fett gedruckten Buchstaben.
32342  Wählen Sie in diesem Fall eine andere Schrift für 
32343 \family typewriter
32344 Schreibmaschine
32345 \family default
32346  im Menü 
32347 \family sans
32348 Dokument\SpecialChar \menuseparator
32349 Einstellungen\SpecialChar \menuseparator
32350 Schriften
32351 \family default
32352 .
32353  (Die Schriften 
32354 \emph on
32355 LuxiMono, BeraMono
32356 \emph default
32357  und 
32358 \emph on
32359 Courier
32360 \emph default
32361  enthalten fett gedruckte Buchstaben.)
32362 \end_layout
32363
32364 \end_inset
32365
32366
32367 \end_layout
32368
32369 \begin_layout Standard
32370 Im Abschnitt 
32371 \family sans
32372 Zeilennummerierung
32373 \family default
32374  des 
32375 \family sans
32376 Programmlisting-Einstellungen
32377 \family default
32378 -Dialogs können Sie den Stil der Zeilennummerierung festlegen, zum Beispiel,
32379  ob die Nummerierung links oder rechts gedruckt, jede wievielte Zeile nummeriert
32380  werden soll und die 
32381 \family sans
32382 Schriftgröße
32383 \family default
32384  der Nummerierung.
32385 \end_layout
32386
32387 \begin_layout Standard
32388 Im Abschnitt 
32389 \family sans
32390 Bereich
32391 \family default
32392  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
32393  Im Abschnitt 
32394 \family sans
32395 Stil
32396 \family default
32397  legen Sie fest, wie die Liste ausgedruckt werden soll.
32398  Die Option 
32399 \family sans
32400 Erweiterte
32401 \begin_inset space ~
32402 \end_inset
32403
32404 Zeichentabelle
32405 \family default
32406  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
32407 \end_layout
32408
32409 \begin_layout Standard
32410 Hier ist ein Beispiel mit der Nummerierung links, der Schrittweite 3, der
32411  Sprache 
32412 \begin_inset Quotes gld
32413 \end_inset
32414
32415 Python
32416 \begin_inset Quotes grd
32417 \end_inset
32418
32419 , den Optionen 
32420 \family sans
32421 Erweiterte
32422 \begin_inset space ~
32423 \end_inset
32424
32425 Zeichentabelle
32426 \family default
32427  und 
32428 \family sans
32429 Leerzeichen
32430 \begin_inset space ~
32431 \end_inset
32432
32433 als
32434 \begin_inset space ~
32435 \end_inset
32436
32437 Symbol
32438 \family default
32439  und Bereich 3
32440 \begin_inset space \thinspace{}
32441 \end_inset
32442
32443 -
32444 \begin_inset space \thinspace{}
32445 \end_inset
32446
32447 8:
32448 \end_layout
32449
32450 \begin_layout Standard
32451 \begin_inset listings
32452 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
32453 inline false
32454 status open
32455
32456 \begin_layout Plain Layout
32457
32458 def func(param):
32459 \end_layout
32460
32461 \begin_layout Plain Layout
32462
32463     'Dies ist eine Python-Funktion'
32464 \end_layout
32465
32466 \begin_layout Plain Layout
32467
32468     pass
32469 \end_layout
32470
32471 \begin_layout Plain Layout
32472
32473 def func(param):
32474 \end_layout
32475
32476 \begin_layout Plain Layout
32477
32478 'Sonderzeichen: Tschüß'
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 'Dies ist eine Python-Funktion'
32494 \end_layout
32495
32496 \begin_layout Plain Layout
32497
32498 pass
32499 \end_layout
32500
32501 \end_inset
32502
32503
32504 \end_layout
32505
32506 \begin_layout Standard
32507 \noindent
32508 \begin_inset Note Greyedout
32509 status open
32510
32511 \begin_layout Plain Layout
32512
32513 \series bold
32514 Bemerkung:
32515 \series default
32516  Wegen eines Fehlers im 
32517 \series bold
32518 listings
32519 \series default
32520 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
32521  verschoben.
32522  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obiger
32523  Liste nummeriert werden.
32524 \end_layout
32525
32526 \end_inset
32527
32528
32529 \end_layout
32530
32531 \begin_layout Standard
32532 \begin_inset VSpace bigskip
32533 \end_inset
32534
32535
32536 \end_layout
32537
32538 \begin_layout Standard
32539 \noindent
32540 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
32541  Das machen Sie mit
32542 \family sans
32543  Einfügen\SpecialChar \menuseparator
32544 Datei\SpecialChar \menuseparator
32545 Unterdokument
32546 \family default
32547  und der 
32548 \family sans
32549 Art
32550 \begin_inset space ~
32551 \end_inset
32552
32553 der
32554 \begin_inset space ~
32555 \end_inset
32556
32557 Einbindung
32558 \family default
32559  
32560 \family sans
32561 Listing
32562 \family default
32563 .
32564 \begin_inset Foot
32565 status collapsed
32566
32567 \begin_layout Plain Layout
32568 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
32569 \begin_inset space ~
32570 \end_inset
32571
32572
32573 \begin_inset CommandInset ref
32574 LatexCommand ref
32575 reference "abs:Unterdokumente"
32576
32577 \end_inset
32578
32579  beschrieben.
32580 \end_layout
32581
32582 \end_inset
32583
32584  Im Dialogfenster
32585 \family sans
32586  Unterdokument
32587 \family default
32588  können Sie die Listing-Parameter unter 
32589 \family sans
32590 Weitere
32591 \begin_inset space ~
32592 \end_inset
32593
32594 Parameter
32595 \family default
32596  eingeben.
32597  Wenn Sie dort ein Fragezeichen 
32598 \begin_inset Quotes gld
32599 \end_inset
32600
32601 ?
32602 \begin_inset Quotes grd
32603 \end_inset
32604
32605  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
32606 det.
32607 \end_layout
32608
32609 \begin_layout Standard
32610 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
32611  Text ins Feld 
32612 \family sans
32613 Marke
32614 \family default
32615 , auf die dann wie üblich verwiesen werden kann.
32616 \end_layout
32617
32618 \begin_layout Standard
32619 Listing
32620 \begin_inset space ~
32621 \end_inset
32622
32623
32624 \begin_inset CommandInset ref
32625 LatexCommand ref
32626 reference "lst:Datei-Listing"
32627
32628 \end_inset
32629
32630  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
32631 \begin_inset space \thinspace{}
32632 \end_inset
32633
32634 -
32635 \begin_inset space \thinspace{}
32636 \end_inset
32637
32638 15 gedruckt werden.
32639 \end_layout
32640
32641 \begin_layout Standard
32642 \begin_inset CommandInset include
32643 LatexCommand lstinputlisting
32644 filename "EmbeddedObjects.lyx"
32645 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
32646
32647 \end_inset
32648
32649
32650 \end_layout
32651
32652 \begin_layout Standard
32653 \begin_inset VSpace bigskip
32654 \end_inset
32655
32656
32657 \end_layout
32658
32659 \begin_layout Standard
32660 \noindent
32661 Dokumentweite Listing-Eigenschaften können in
32662 \family sans
32663  Dokument\SpecialChar \menuseparator
32664 Einstellungen\SpecialChar \menuseparator
32665 Text\SpecialChar \-
32666 for\SpecialChar \-
32667 mat\SpecialChar \menuseparator
32668 Listing-Einstellungen
32669 \family default
32670  festgelegt werden.
32671  Auch dort bekommt man durch Eingabe eines Fragezeichens 
32672 \begin_inset Quotes gld
32673 \end_inset
32674
32675 ?
32676 \begin_inset Quotes grd
32677 \end_inset
32678
32679  links davon eine Liste aller möglichen Parameter.
32680 \end_layout
32681
32682 \begin_layout Standard
32683 Weitere Informationen über das 
32684 \series bold
32685 listings
32686 \series default
32687 -Paket finden Sie in 
32688 \begin_inset CommandInset citation
32689 LatexCommand cite
32690 key "listings"
32691
32692 \end_inset
32693
32694 .
32695 \begin_inset Newpage newpage
32696 \end_inset
32697
32698
32699 \end_layout
32700
32701 \begin_layout Chapter
32702 \start_of_appendix
32703 In LyX verfügbare Maßeinheiten
32704 \begin_inset CommandInset label
32705 LatexCommand label
32706 name "kap:In-LyX-verfügbare"
32707
32708 \end_inset
32709
32710
32711 \begin_inset Index
32712 status collapsed
32713
32714 \begin_layout Plain Layout
32715 Einheiten
32716 \end_layout
32717
32718 \end_inset
32719
32720
32721 \end_layout
32722
32723 \begin_layout Standard
32724 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
32725  Tabelle
32726 \begin_inset space ~
32727 \end_inset
32728
32729
32730 \begin_inset CommandInset ref
32731 LatexCommand ref
32732 reference "tab:Maßeinheiten"
32733
32734 \end_inset
32735
32736  alle in LyX verfügbaren Maßeinheiten.
32737 \end_layout
32738
32739 \begin_layout Standard
32740 \begin_inset Float table
32741 placement h
32742 wide false
32743 sideways false
32744 status open
32745
32746 \begin_layout Plain Layout
32747 \begin_inset Caption
32748
32749 \begin_layout Plain Layout
32750 \begin_inset CommandInset label
32751 LatexCommand label
32752 name "tab:Maßeinheiten"
32753
32754 \end_inset
32755
32756 Maßeinheiten
32757 \end_layout
32758
32759 \end_inset
32760
32761
32762 \end_layout
32763
32764 \begin_layout Plain Layout
32765 \begin_inset VSpace medskip
32766 \end_inset
32767
32768
32769 \end_layout
32770
32771 \begin_layout Plain Layout
32772 \align center
32773 \begin_inset Tabular
32774 <lyxtabular version="3" rows="20" columns="2">
32775 <features>
32776 <column alignment="center" valignment="top" width="0">
32777 <column alignment="center" valignment="top" width="0">
32778 <row>
32779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32780 \begin_inset Text
32781
32782 \begin_layout Plain Layout
32783
32784 \series bold
32785 Maßeinheit
32786 \end_layout
32787
32788 \end_inset
32789 </cell>
32790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32791 \begin_inset Text
32792
32793 \begin_layout Plain Layout
32794
32795 \series bold
32796 Name/Beschreibung
32797 \end_layout
32798
32799 \end_inset
32800 </cell>
32801 </row>
32802 <row>
32803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32804 \begin_inset Text
32805
32806 \begin_layout Plain Layout
32807 mm
32808 \end_layout
32809
32810 \end_inset
32811 </cell>
32812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32813 \begin_inset Text
32814
32815 \begin_layout Plain Layout
32816 Millimeter
32817 \end_layout
32818
32819 \end_inset
32820 </cell>
32821 </row>
32822 <row>
32823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32824 \begin_inset Text
32825
32826 \begin_layout Plain Layout
32827 cm
32828 \end_layout
32829
32830 \end_inset
32831 </cell>
32832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32833 \begin_inset Text
32834
32835 \begin_layout Plain Layout
32836 Zentimeter
32837 \end_layout
32838
32839 \end_inset
32840 </cell>
32841 </row>
32842 <row>
32843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32844 \begin_inset Text
32845
32846 \begin_layout Plain Layout
32847 in
32848 \end_layout
32849
32850 \end_inset
32851 </cell>
32852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32853 \begin_inset Text
32854
32855 \begin_layout Plain Layout
32856 Zoll (1
32857 \begin_inset space \thinspace{}
32858 \end_inset
32859
32860 in = 2.54
32861 \begin_inset space \thinspace{}
32862 \end_inset
32863
32864 cm
32865 \end_layout
32866
32867 \end_inset
32868 </cell>
32869 </row>
32870 <row>
32871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32872 \begin_inset Text
32873
32874 \begin_layout Plain Layout
32875 pt
32876 \end_layout
32877
32878 \end_inset
32879 </cell>
32880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32881 \begin_inset Text
32882
32883 \begin_layout Plain Layout
32884 Punkt (72.27
32885 \begin_inset space \thinspace{}
32886 \end_inset
32887
32888 pt = 1
32889 \begin_inset space \thinspace{}
32890 \end_inset
32891
32892 in)
32893 \end_layout
32894
32895 \end_inset
32896 </cell>
32897 </row>
32898 <row>
32899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32900 \begin_inset Text
32901
32902 \begin_layout Plain Layout
32903 pc
32904 \end_layout
32905
32906 \end_inset
32907 </cell>
32908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32909 \begin_inset Text
32910
32911 \begin_layout Plain Layout
32912 Pica (1
32913 \begin_inset space \thinspace{}
32914 \end_inset
32915
32916 pc = 12
32917 \begin_inset space \thinspace{}
32918 \end_inset
32919
32920 pt)
32921 \end_layout
32922
32923 \end_inset
32924 </cell>
32925 </row>
32926 <row>
32927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32928 \begin_inset Text
32929
32930 \begin_layout Plain Layout
32931 sp
32932 \end_layout
32933
32934 \end_inset
32935 </cell>
32936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32937 \begin_inset Text
32938
32939 \begin_layout Plain Layout
32940 skalierter Punkt (65536
32941 \begin_inset space \thinspace{}
32942 \end_inset
32943
32944 sp = 1
32945 \begin_inset space \thinspace{}
32946 \end_inset
32947
32948 pt)
32949 \end_layout
32950
32951 \end_inset
32952 </cell>
32953 </row>
32954 <row>
32955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32956 \begin_inset Text
32957
32958 \begin_layout Plain Layout
32959 bp
32960 \end_layout
32961
32962 \end_inset
32963 </cell>
32964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32965 \begin_inset Text
32966
32967 \begin_layout Plain Layout
32968 großer Punkt (72
32969 \begin_inset space \thinspace{}
32970 \end_inset
32971
32972 bp = 1
32973 \begin_inset space \thinspace{}
32974 \end_inset
32975
32976 in)
32977 \end_layout
32978
32979 \end_inset
32980 </cell>
32981 </row>
32982 <row>
32983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32984 \begin_inset Text
32985
32986 \begin_layout Plain Layout
32987 dd
32988 \end_layout
32989
32990 \end_inset
32991 </cell>
32992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32993 \begin_inset Text
32994
32995 \begin_layout Plain Layout
32996 Didot (1
32997 \begin_inset space \thinspace{}
32998 \end_inset
32999
33000 dd 
33001 \begin_inset Formula $\approx$
33002 \end_inset
33003
33004  0,376
33005 \begin_inset space \thinspace{}
33006 \end_inset
33007
33008 mm)
33009 \end_layout
33010
33011 \end_inset
33012 </cell>
33013 </row>
33014 <row>
33015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33016 \begin_inset Text
33017
33018 \begin_layout Plain Layout
33019 cc
33020 \end_layout
33021
33022 \end_inset
33023 </cell>
33024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33025 \begin_inset Text
33026
33027 \begin_layout Plain Layout
33028 Cicero (1
33029 \begin_inset space \thinspace{}
33030 \end_inset
33031
33032 cc = 12
33033 \begin_inset space \thinspace{}
33034 \end_inset
33035
33036 dd)
33037 \end_layout
33038
33039 \end_inset
33040 </cell>
33041 </row>
33042 <row>
33043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33044 \begin_inset Text
33045
33046 \begin_layout Plain Layout
33047 Skalierung%
33048 \end_layout
33049
33050 \end_inset
33051 </cell>
33052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33053 \begin_inset Text
33054
33055 \begin_layout Plain Layout
33056 % der originalen Bildbreite
33057 \end_layout
33058
33059 \end_inset
33060 </cell>
33061 </row>
33062 <row>
33063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33064 \begin_inset Text
33065
33066 \begin_layout Plain Layout
33067 Textbreite %
33068 \end_layout
33069
33070 \end_inset
33071 </cell>
33072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33073 \begin_inset Text
33074
33075 \begin_layout Plain Layout
33076 % der Textbreite
33077 \end_layout
33078
33079 \end_inset
33080 </cell>
33081 </row>
33082 <row>
33083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33084 \begin_inset Text
33085
33086 \begin_layout Plain Layout
33087 Spaltenbreite %
33088 \end_layout
33089
33090 \end_inset
33091 </cell>
33092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33093 \begin_inset Text
33094
33095 \begin_layout Plain Layout
33096 % der Spaltenbreite
33097 \end_layout
33098
33099 \end_inset
33100 </cell>
33101 </row>
33102 <row>
33103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33104 \begin_inset Text
33105
33106 \begin_layout Plain Layout
33107 Seitenbreite %
33108 \end_layout
33109
33110 \end_inset
33111 </cell>
33112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33113 \begin_inset Text
33114
33115 \begin_layout Plain Layout
33116 % der Seitenbreite
33117 \end_layout
33118
33119 \end_inset
33120 </cell>
33121 </row>
33122 <row>
33123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33124 \begin_inset Text
33125
33126 \begin_layout Plain Layout
33127 Zeilenbreite %
33128 \end_layout
33129
33130 \end_inset
33131 </cell>
33132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33133 \begin_inset Text
33134
33135 \begin_layout Plain Layout
33136 % der Zeilenbreite
33137 \end_layout
33138
33139 \end_inset
33140 </cell>
33141 </row>
33142 <row>
33143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33144 \begin_inset Text
33145
33146 \begin_layout Plain Layout
33147 Texthöhe %
33148 \end_layout
33149
33150 \end_inset
33151 </cell>
33152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33153 \begin_inset Text
33154
33155 \begin_layout Plain Layout
33156 % der Texthöhe
33157 \end_layout
33158
33159 \end_inset
33160 </cell>
33161 </row>
33162 <row>
33163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33164 \begin_inset Text
33165
33166 \begin_layout Plain Layout
33167 Seitenhöhe %
33168 \end_layout
33169
33170 \end_inset
33171 </cell>
33172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33173 \begin_inset Text
33174
33175 \begin_layout Plain Layout
33176 % der Seitenhöhe
33177 \end_layout
33178
33179 \end_inset
33180 </cell>
33181 </row>
33182 <row>
33183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33184 \begin_inset Text
33185
33186 \begin_layout Plain Layout
33187 ex
33188 \end_layout
33189
33190 \end_inset
33191 </cell>
33192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33193 \begin_inset Text
33194
33195 \begin_layout Plain Layout
33196 Die Höhe des Buchstabens 
33197 \emph on
33198 x
33199 \emph default
33200  im aktiven Zeichensatz
33201 \end_layout
33202
33203 \end_inset
33204 </cell>
33205 </row>
33206 <row>
33207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33208 \begin_inset Text
33209
33210 \begin_layout Plain Layout
33211 em
33212 \end_layout
33213
33214 \end_inset
33215 </cell>
33216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33217 \begin_inset Text
33218
33219 \begin_layout Plain Layout
33220 Die Breite des Buchstabens 
33221 \emph on
33222 M
33223 \emph default
33224  im aktiven Zeichensatz
33225 \end_layout
33226
33227 \end_inset
33228 </cell>
33229 </row>
33230 <row>
33231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33232 \begin_inset Text
33233
33234 \begin_layout Plain Layout
33235 mu
33236 \end_layout
33237
33238 \end_inset
33239 </cell>
33240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33241 \begin_inset Text
33242
33243 \begin_layout Plain Layout
33244 mathematische  Maßeinheit
33245 \series bold
33246  
33247 \series default
33248 (1
33249 \begin_inset space \thinspace{}
33250 \end_inset
33251
33252 mu = 1/18
33253 \begin_inset space \thinspace{}
33254 \end_inset
33255
33256 em)
33257 \end_layout
33258
33259 \end_inset
33260 </cell>
33261 </row>
33262 </lyxtabular>
33263
33264 \end_inset
33265
33266
33267 \end_layout
33268
33269 \end_inset
33270
33271
33272 \end_layout
33273
33274 \begin_layout Chapter
33275 Ausgabedatei-Formate mit Grafiken
33276 \begin_inset CommandInset label
33277 LatexCommand label
33278 name "kap:Ausgabedatei-Formate"
33279
33280 \end_inset
33281
33282
33283 \end_layout
33284
33285 \begin_layout Section
33286 DVI
33287 \begin_inset Index
33288 status collapsed
33289
33290 \begin_layout Plain Layout
33291 Dateiformat! DVI
33292 \end_layout
33293
33294 \end_inset
33295
33296
33297 \begin_inset Index
33298 status collapsed
33299
33300 \begin_layout Plain Layout
33301 DVI
33302 \end_layout
33303
33304 \end_inset
33305
33306
33307 \end_layout
33308
33309 \begin_layout Standard
33310 Dieser Dateityp hat die Erweiterung 
33311 \begin_inset Quotes gld
33312 \end_inset
33313
33314
33315 \family typewriter
33316 .dvi
33317 \family default
33318
33319 \begin_inset Quotes grd
33320 \end_inset
33321
33322  und wird 
33323 \begin_inset Quotes gld
33324 \end_inset
33325
33326 device independent
33327 \begin_inset Quotes grd
33328 \end_inset
33329
33330  genannt, weil er vollkommen portierbar ist.
33331  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
33332  dvi-Betrachter installiert hat.
33333  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
33334 ate wie PostScript benutzt.
33335 \end_layout
33336
33337 \begin_layout Standard
33338 \begin_inset Note Greyedout
33339 status open
33340
33341 \begin_layout Plain Layout
33342
33343 \series bold
33344 Bemerkung:
33345 \series default
33346  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
33347 \end_layout
33348
33349 \end_inset
33350
33351
33352 \end_layout
33353
33354 \begin_layout Standard
33355 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
33356  auf einen anderen Computer kopieren.
33357  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
33358  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
33359  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
33360 \family typewriter
33361  
33362 \family default
33363 blättern.
33364
33365 \family typewriter
33366  
33367 \family default
33368 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
33369  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
33370  
33371 \end_layout
33372
33373 \begin_layout Standard
33374 Sie können Ihr Dokument als DVI über das Menü 
33375 \family sans
33376 Datei\SpecialChar \menuseparator
33377 Exportieren\SpecialChar \menuseparator
33378 DVI
33379 \family default
33380  exportieren.
33381  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
33382 \family sans
33383 Ansicht
33384 \family default
33385  oder den Werkzeugleistenknopf 
33386 \begin_inset Graphics
33387         filename ../../images/buffer-view_dvi.png
33388         scale 70
33389         scaleBeforeRotation
33390         BoundingBox 0bp 0bp 20bp 20bp
33391
33392 \end_inset
33393
33394  anschauen.
33395 \end_layout
33396
33397 \begin_layout Section
33398 PostScript
33399 \begin_inset CommandInset label
33400 LatexCommand label
33401 name "abs:PostScript"
33402
33403 \end_inset
33404
33405
33406 \begin_inset Index
33407 status collapsed
33408
33409 \begin_layout Plain Layout
33410 Dateiformat  ! PostScript
33411 \end_layout
33412
33413 \end_inset
33414
33415
33416 \begin_inset Index
33417 status collapsed
33418
33419 \begin_layout Plain Layout
33420 PostScript
33421 \end_layout
33422
33423 \end_inset
33424
33425
33426 \end_layout
33427
33428 \begin_layout Standard
33429 Dieser Dateityp hat die Erweiterung 
33430 \begin_inset Quotes gld
33431 \end_inset
33432
33433
33434 \family typewriter
33435 .ps
33436 \family default
33437
33438 \begin_inset Quotes grd
33439 \end_inset
33440
33441 .
33442  PostScript wurde von der Firma
33443 \family typewriter
33444  Adobe
33445 \family default
33446  als Druckersprache entwickelt.
33447  Die Datei enthält deshalb Druckbefehle.
33448  PostScript kann als 
33449 \begin_inset Quotes gld
33450 \end_inset
33451
33452 Programmiersprache
33453 \begin_inset Quotes grd
33454 \end_inset
33455
33456  angesehen werden.
33457  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
33458 \begin_inset Foot
33459 status collapsed
33460
33461 \begin_layout Plain Layout
33462 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
33463  von
33464 \series bold
33465  PSTricks
33466 \series default
33467  
33468 \begin_inset CommandInset citation
33469 LatexCommand cite
33470 key "pstricks"
33471
33472 \end_inset
33473
33474  oder 
33475 \begin_inset CommandInset citation
33476 LatexCommand cite
33477 key "latex-praxisbuch"
33478
33479 \end_inset
33480
33481  ansehen.
33482 \end_layout
33483
33484 \end_inset
33485
33486 .
33487  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
33488 \end_layout
33489
33490 \begin_layout Standard
33491 PostScript kann nur Bilder im Format EPS
33492 \begin_inset Index
33493 status collapsed
33494
33495 \begin_layout Plain Layout
33496 EPS
33497 \end_layout
33498
33499 \end_inset
33500
33501  (Encapsulated PostScript, Datei-Er\SpecialChar \-
33502 wei\SpecialChar \-
33503 ter\SpecialChar \-
33504 ung 
33505 \begin_inset Quotes gld
33506 \end_inset
33507
33508
33509 \family typewriter
33510 .eps
33511 \family default
33512
33513 \begin_inset Quotes grd
33514 \end_inset
33515
33516 ) enthalten.
33517  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
33518  intern nach EPS konvertieren.
33519  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
33520  verlangsamen.
33521  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
33522  konvertieren und direkt als EPS einfügen.
33523 \end_layout
33524
33525 \begin_layout Standard
33526 Sie können Ihr Dokument als PostScript über das Menü 
33527 \family sans
33528 Datei\SpecialChar \menuseparator
33529 Exportieren\SpecialChar \menuseparator
33530 Post\SpecialChar \-
33531 Script
33532 \family default
33533  exportieren.
33534  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
33535 \family sans
33536 Ansicht
33537 \family default
33538  oder den Werkzeugleistenknopf 
33539 \begin_inset Graphics
33540         filename ../../images/buffer-view_ps.png
33541         scale 70
33542         scaleBeforeRotation
33543
33544 \end_inset
33545
33546  anschauen.
33547 \end_layout
33548
33549 \begin_layout Section
33550 PDF
33551 \begin_inset CommandInset label
33552 LatexCommand label
33553 name "abs:PDF"
33554
33555 \end_inset
33556
33557
33558 \begin_inset Index
33559 status collapsed
33560
33561 \begin_layout Plain Layout
33562 Dateiformat! PDF
33563 \end_layout
33564
33565 \end_inset
33566
33567
33568 \begin_inset Index
33569 status collapsed
33570
33571 \begin_layout Plain Layout
33572 PDF
33573 \end_layout
33574
33575 \end_inset
33576
33577
33578 \end_layout
33579
33580 \begin_layout Standard
33581 Dieser Dateityp hat die Erweiterung 
33582 \begin_inset Quotes gld
33583 \end_inset
33584
33585
33586 \family typewriter
33587 .pdf
33588 \family default
33589
33590 \begin_inset Quotes grd
33591 \end_inset
33592
33593 .
33594  Das
33595 \emph on
33596  
33597 \emph default
33598
33599 \begin_inset Quotes gld
33600 \end_inset
33601
33602 Portable Document Format
33603 \begin_inset Quotes grd
33604 \end_inset
33605
33606  (PDF) wurde auch von der Firma 
33607 \family typewriter
33608 Adobe
33609 \family default
33610  als Derivat von PostScript entwickelt.
33611  Es ist komprimierter und benutzt weniger Befehle als PostScript.
33612  Wie der Begriff 
33613 \begin_inset Quotes gld
33614 \end_inset
33615
33616 portable
33617 \begin_inset Quotes grd
33618 \end_inset
33619
33620  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
33621  werden, und der Ausdruck sieht immer gleich aus.
33622 \end_layout
33623
33624 \begin_layout Standard
33625 PDF kann Bilder im eigenen PDF-Format, im Format 
33626 \begin_inset Quotes gld
33627 \end_inset
33628
33629 Joint Photographic Experts Group
33630 \begin_inset Quotes grd
33631 \end_inset
33632
33633  (JPEG
33634 \begin_inset Index
33635 status collapsed
33636
33637 \begin_layout Plain Layout
33638 JPG, JPEG
33639 \end_layout
33640
33641 \end_inset
33642
33643 , Datei-Erweiterung 
33644 \begin_inset Quotes gld
33645 \end_inset
33646
33647
33648 \family typewriter
33649 .jpg
33650 \family default
33651
33652 \begin_inset Quotes grd
33653 \end_inset
33654
33655  oder 
33656 \begin_inset Quotes gld
33657 \end_inset
33658
33659
33660 \family typewriter
33661 .jpeg
33662 \family default
33663
33664 \begin_inset Quotes grd
33665 \end_inset
33666
33667 ) und im Format 
33668 \begin_inset Quotes gld
33669 \end_inset
33670
33671 Portable Network Graphics
33672 \begin_inset Quotes grd
33673 \end_inset
33674
33675  (PNG
33676 \begin_inset Index
33677 status collapsed
33678
33679 \begin_layout Plain Layout
33680 PNG
33681 \end_layout
33682
33683 \end_inset
33684
33685 , Datei-Erweiterung 
33686 \begin_inset Quotes gld
33687 \end_inset
33688
33689
33690 \family typewriter
33691 .png
33692 \family default
33693
33694 \begin_inset Quotes grd
33695 \end_inset
33696
33697 ) enthalten.
33698  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
33699  Sie konvertieren wird.
33700  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
33701  wird, eines der drei erwähnten Bildformate zu benutzen.
33702 \end_layout
33703
33704 \begin_layout Standard
33705 PDF-Dateien können Sie über 
33706 \family sans
33707 Datei\SpecialChar \menuseparator
33708 Exportieren
33709 \family default
33710  auf drei Arten erzeugen:
33711 \end_layout
33712
33713 \begin_layout Description
33714 PDF
33715 \begin_inset space ~
33716 \end_inset
33717
33718 (ps2pdf) benutzt das Programm
33719 \family typewriter
33720  ps2pdf
33721 \family default
33722 , das eine PDF-Datei aus einer Post\SpecialChar \-
33723 Script®-Version Ihres Dokument erstellt.
33724  Die PostScript-Version wird mit dem Programm 
33725 \family typewriter
33726 dvips
33727 \family default
33728  aus einer DVI-Version erstellt.
33729  Es werden also drei Konvertierungen verwendet.
33730 \end_layout
33731
33732 \begin_layout Description
33733 PDF
33734 \begin_inset space ~
33735 \end_inset
33736
33737 (dvipdfm) benutzt das Programm 
33738 \family typewriter
33739 dvipdfm
33740 \family default
33741 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
33742  PDF konvertiert.
33743 \end_layout
33744
33745 \begin_layout Description
33746 PDF
33747 \begin_inset space ~
33748 \end_inset
33749
33750 (pdflatex) benutzt das Programm
33751 \family typewriter
33752  pdftex
33753 \family default
33754 , das Ihr Dokument direkt nach PDF konvertiert.
33755 \end_layout
33756
33757 \begin_layout Standard
33758
33759 \family sans
33760 PDF
33761 \begin_inset space ~
33762 \end_inset
33763
33764 (pdflatex)
33765 \family default
33766  wird empfohlen, weil
33767 \family typewriter
33768  pdftex
33769 \family default
33770  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
33771  ohne Probleme arbeitet.
33772  Das Programm 
33773 \family typewriter
33774 dvi\SpecialChar \-
33775 pdfm
33776 \family default
33777  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
33778 \end_layout
33779
33780 \begin_layout Standard
33781 Sie können Ihr Dokument als PDF über das Menü 
33782 \family sans
33783 Datei\SpecialChar \menuseparator
33784 Exportieren\SpecialChar \menuseparator
33785 PDF
33786 \family default
33787  exportieren.
33788  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
33789 \family sans
33790 Ansicht
33791 \family default
33792  oder den Werkzeugleistenknopf 
33793 \begin_inset Graphics
33794         filename ../../images/buffer-view_pdf2.png
33795         scale 70
33796         scaleBeforeRotation
33797         BoundingBox 0bp 0bp 20bp 20bp
33798
33799 \end_inset
33800
33801  anschauen 
33802 \family sans
33803 (
33804 \family default
33805 der 
33806 \family sans
33807 PDF
33808 \begin_inset space ~
33809 \end_inset
33810
33811 (pdflatex)
33812 \family default
33813  verwendet).
33814 \end_layout
33815
33816 \begin_layout Chapter
33817 Erklärung der Gleichung
33818 \begin_inset space ~
33819 \end_inset
33820
33821
33822 \begin_inset CommandInset ref
33823 LatexCommand eqref
33824 reference "eq:Wgn"
33825
33826 \end_inset
33827
33828
33829 \begin_inset CommandInset label
33830 LatexCommand label
33831 name "kap:Exläuterung-einer-Gleichung"
33832
33833 \end_inset
33834
33835
33836 \end_layout
33837
33838 \begin_layout Standard
33839 Die Gesamtbreite von
33840 \emph on
33841  n
33842 \emph default
33843  Tabellenzellen 
33844 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33845 \end_inset
33846
33847  kann wie folgt berechnet werden:
33848 \end_layout
33849
33850 \begin_layout Standard
33851 \begin_inset Formula \begin{equation}
33852 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}
33853
33854 \end_inset
33855
33856
33857 \end_layout
33858
33859 \begin_layout Standard
33860 Dabei ist 
33861 \begin_inset Formula $W_{g\, n}$
33862 \end_inset
33863
33864  die Breite jeder Zelle.
33865
33866 \series bold
33867  
33868 \backslash
33869 tabcolsep
33870 \series default
33871  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
33872  Standardwert 6
33873 \begin_inset space \thinspace{}
33874 \end_inset
33875
33876 pt.
33877  
33878 \series bold
33879
33880 \backslash
33881 arrayrulewidth
33882 \series default
33883  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
33884 \begin_inset space \thinspace{}
33885 \end_inset
33886
33887 pt.
33888 \end_layout
33889
33890 \begin_layout Standard
33891 Nach Gleichung
33892 \begin_inset space ~
33893 \end_inset
33894
33895
33896 \begin_inset CommandInset ref
33897 LatexCommand ref
33898 reference "eq:Wtot_n"
33899
33900 \end_inset
33901
33902  ist die Gesamtbreite einer Mehrfachspalte, 
33903 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33904 \end_inset
33905
33906 ,
33907 \end_layout
33908
33909 \begin_layout Standard
33910 \begin_inset Formula \begin{equation}
33911 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33912
33913 \end_inset
33914
33915
33916 \end_layout
33917
33918 \begin_layout Standard
33919 Setzt man die Gleichungen
33920 \begin_inset space ~
33921 \end_inset
33922
33923
33924 \begin_inset CommandInset ref
33925 LatexCommand ref
33926 reference "eq:Wtot_n"
33927
33928 \end_inset
33929
33930  und 
33931 \begin_inset CommandInset ref
33932 LatexCommand ref
33933 reference "eq:Wtot_mult"
33934
33935 \end_inset
33936
33937  gleich, kann man die benötigte Breite 
33938 \begin_inset Formula $W_{g\, n}$
33939 \end_inset
33940
33941 , wenn 
33942 \emph on
33943 n
33944 \emph default
33945  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
33946 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33947 \end_inset
33948
33949  hat, berechnen:
33950 \end_layout
33951
33952 \begin_layout Standard
33953 \begin_inset Formula \begin{equation}
33954 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33955
33956 \end_inset
33957
33958
33959 \end_layout
33960
33961 \begin_layout Bibliography
33962 \begin_inset CommandInset bibitem
33963 LatexCommand bibitem
33964 key "latexcompanion"
33965
33966 \end_inset
33967
33968 Frank Mittelbach and Michel Goossens: 
33969 \emph on
33970 The LaTeX Companion Second Edition.
33971
33972 \emph default
33973  Addison-Wesley, 2004
33974 \end_layout
33975
33976 \begin_layout Bibliography
33977 \begin_inset CommandInset bibitem
33978 LatexCommand bibitem
33979 key "latexguide"
33980
33981 \end_inset
33982
33983 Helmut Kopka and Patrick W.
33984  Daly: 
33985 \emph on
33986 A Guide to LaTeX Fourth Edition.
33987
33988 \emph default
33989  Addison-Wesley, 2003
33990 \end_layout
33991
33992 \begin_layout Bibliography
33993 \begin_inset CommandInset bibitem
33994 LatexCommand bibitem
33995 key "lamport"
33996
33997 \end_inset
33998
33999 Leslie Lamport: 
34000 \emph on
34001 LaTeX: A Document Preparation System.
34002
34003 \emph default
34004  Addison-Wesley, second edition, 1994
34005 \end_layout
34006
34007 \begin_layout Bibliography
34008 \begin_inset CommandInset bibitem
34009 LatexCommand bibitem
34010 key "latex-praxisbuch"
34011
34012 \end_inset
34013
34014 Niedermair, Elke & Michael: 
34015 \emph on
34016 LaTeX-Praxisbuch
34017 \emph default
34018 , Franzis-Verlag, 2004
34019 \end_layout
34020
34021 \begin_layout Bibliography
34022 \begin_inset CommandInset bibitem
34023 LatexCommand bibitem
34024 key "booktabs"
34025
34026 \end_inset
34027
34028 Dokumentation des LaTeX-Pakets 
34029 \series bold
34030
34031 \begin_inset CommandInset href
34032 LatexCommand href
34033 name "booktabs"
34034 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34035
34036 \end_inset
34037
34038
34039 \series default
34040
34041 \begin_inset Index
34042 status collapsed
34043
34044 \begin_layout Plain Layout
34045 LaTeX-Pakete ! booktabs
34046 \end_layout
34047
34048 \end_inset
34049
34050
34051 \end_layout
34052
34053 \begin_layout Bibliography
34054 \begin_inset CommandInset bibitem
34055 LatexCommand bibitem
34056 key "caption"
34057
34058 \end_inset
34059
34060 Dokumentation des LaTeX-Pakets 
34061 \series bold
34062
34063 \begin_inset CommandInset href
34064 LatexCommand href
34065 name "caption"
34066 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
34067
34068 \end_inset
34069
34070
34071 \series default
34072
34073 \begin_inset Index
34074 status collapsed
34075
34076 \begin_layout Plain Layout
34077 LaTeX-Pakete ! caption
34078 \end_layout
34079
34080 \end_inset
34081
34082
34083 \end_layout
34084
34085 \begin_layout Bibliography
34086 \begin_inset CommandInset bibitem
34087 LatexCommand bibitem
34088 key "endfloat"
34089
34090 \end_inset
34091
34092 Dokumentation des LaTeX-Pakets 
34093 \series bold
34094
34095 \begin_inset CommandInset href
34096 LatexCommand href
34097 name "endfloat"
34098 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34099
34100 \end_inset
34101
34102
34103 \series default
34104
34105 \begin_inset Index
34106 status collapsed
34107
34108 \begin_layout Plain Layout
34109 LaTeX-Pakete ! endfloat
34110 \end_layout
34111
34112 \end_inset
34113
34114
34115 \end_layout
34116
34117 \begin_layout Bibliography
34118 \begin_inset CommandInset bibitem
34119 LatexCommand bibitem
34120 key "wrapfig"
34121
34122 \end_inset
34123
34124 Dokumentation des LaTeX-Pakets 
34125 \series bold
34126
34127 \begin_inset CommandInset href
34128 LatexCommand href
34129 name "wrapfig"
34130 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34131
34132 \end_inset
34133
34134
34135 \series default
34136
34137 \begin_inset Index
34138 status collapsed
34139
34140 \begin_layout Plain Layout
34141 LaTeX-Pakete ! wrapfig
34142 \begin_inset ERT
34143 status collapsed
34144
34145 \begin_layout Plain Layout
34146
34147
34148 \backslash
34149 vspace{4mm}
34150 \end_layout
34151
34152 \end_inset
34153
34154
34155 \end_layout
34156
34157 \end_inset
34158
34159
34160 \end_layout
34161
34162 \begin_layout Bibliography
34163 \begin_inset CommandInset bibitem
34164 LatexCommand bibitem
34165 key "footmisc"
34166
34167 \end_inset
34168
34169 Dokumentation des LaTeX-Pakets 
34170 \series bold
34171
34172 \begin_inset CommandInset href
34173 LatexCommand href
34174 name "footmisc"
34175 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34176
34177 \end_inset
34178
34179
34180 \series default
34181
34182 \begin_inset Index
34183 status collapsed
34184
34185 \begin_layout Plain Layout
34186 LaTeX-Pakete ! footmisc
34187 \end_layout
34188
34189 \end_inset
34190
34191
34192 \end_layout
34193
34194 \begin_layout Bibliography
34195 \begin_inset CommandInset bibitem
34196 LatexCommand bibitem
34197 key "hypcap"
34198
34199 \end_inset
34200
34201 Dokumentation des LaTeX-Pakets 
34202 \series bold
34203
34204 \begin_inset CommandInset href
34205 LatexCommand href
34206 name "hypcap"
34207 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34208
34209 \end_inset
34210
34211
34212 \series default
34213
34214 \begin_inset Index
34215 status collapsed
34216
34217 \begin_layout Plain Layout
34218 LaTeX-Pakete ! hypcap
34219 \end_layout
34220
34221 \end_inset
34222
34223
34224 \end_layout
34225
34226 \begin_layout Bibliography
34227 \begin_inset CommandInset bibitem
34228 LatexCommand bibitem
34229 key "hyperref"
34230
34231 \end_inset
34232
34233 Dokumentation des LaTeX-Pakets 
34234 \series bold
34235
34236 \begin_inset CommandInset href
34237 LatexCommand href
34238 name "hyperref"
34239 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34240
34241 \end_inset
34242
34243
34244 \series default
34245
34246 \begin_inset Index
34247 status collapsed
34248
34249 \begin_layout Plain Layout
34250 LaTeX-Pakete ! hyperref
34251 \end_layout
34252
34253 \end_inset
34254
34255
34256 \end_layout
34257
34258 \begin_layout Bibliography
34259 \begin_inset CommandInset bibitem
34260 LatexCommand bibitem
34261 key "koma-script"
34262
34263 \end_inset
34264
34265 Dokumentation des LaTeX-Pakets 
34266 \series bold
34267
34268 \begin_inset CommandInset href
34269 LatexCommand href
34270 name "koma-script"
34271 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
34272
34273 \end_inset
34274
34275
34276 \series default
34277
34278 \begin_inset Index
34279 status collapsed
34280
34281 \begin_layout Plain Layout
34282 LaTeX-Pakete ! koma-script
34283 \end_layout
34284
34285 \end_inset
34286
34287
34288 \end_layout
34289
34290 \begin_layout Bibliography
34291 \begin_inset CommandInset bibitem
34292 LatexCommand bibitem
34293 key "listings"
34294
34295 \end_inset
34296
34297 Dokumentation des LaTeX-Pakets 
34298 \series bold
34299
34300 \begin_inset CommandInset href
34301 LatexCommand href
34302 name "listings"
34303 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34304
34305 \end_inset
34306
34307
34308 \series default
34309
34310 \begin_inset Index
34311 status collapsed
34312
34313 \begin_layout Plain Layout
34314 LaTeX-Pakete ! listings
34315 \end_layout
34316
34317 \end_inset
34318
34319
34320 \end_layout
34321
34322 \begin_layout Bibliography
34323 \begin_inset CommandInset bibitem
34324 LatexCommand bibitem
34325 key "marginnote"
34326
34327 \end_inset
34328
34329 Dokumentation des LaTeX-Pakets 
34330 \series bold
34331
34332 \begin_inset CommandInset href
34333 LatexCommand href
34334 name "marginnote"
34335 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34336
34337 \end_inset
34338
34339
34340 \series default
34341
34342 \begin_inset Index
34343 status collapsed
34344
34345 \begin_layout Plain Layout
34346 LaTeX-Pakete ! marginnote
34347 \end_layout
34348
34349 \end_inset
34350
34351
34352 \end_layout
34353
34354 \begin_layout Bibliography
34355 \begin_inset CommandInset bibitem
34356 LatexCommand bibitem
34357 key "pstricks"
34358
34359 \end_inset
34360
34361 Webseite des LaTeX-Pakets 
34362 \series bold
34363
34364 \begin_inset CommandInset href
34365 LatexCommand href
34366 name "PSTricks"
34367 target "http://tug.org/PSTricks/"
34368
34369 \end_inset
34370
34371
34372 \series default
34373
34374 \begin_inset Index
34375 status collapsed
34376
34377 \begin_layout Plain Layout
34378 LaTeX-Pakete ! pstricks
34379 \end_layout
34380
34381 \end_inset
34382
34383
34384 \end_layout
34385
34386 \begin_layout Bibliography
34387 \begin_inset CommandInset bibitem
34388 LatexCommand bibitem
34389 key "sidecap"
34390
34391 \end_inset
34392
34393 Dokumentation des LaTeX-Pakets 
34394 \series bold
34395
34396 \begin_inset CommandInset href
34397 LatexCommand href
34398 name "sidecap"
34399 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34400
34401 \end_inset
34402
34403
34404 \series default
34405
34406 \begin_inset Index
34407 status collapsed
34408
34409 \begin_layout Plain Layout
34410 LaTeX-Pakete ! sidecap
34411 \end_layout
34412
34413 \end_inset
34414
34415
34416 \end_layout
34417
34418 \begin_layout Bibliography
34419 \begin_inset CommandInset bibitem
34420 LatexCommand bibitem
34421 key "NewInLyX16"
34422
34423 \end_inset
34424
34425
34426 \begin_inset CommandInset href
34427 LatexCommand href
34428 name "Wiki-Seite"
34429 target "http://wiki.lyx.org/LyX/NewInLyX16"
34430
34431 \end_inset
34432
34433  über neue Funktionen in 
34434 \family sans
34435 LyX 1.6.0
34436 \family default
34437 .
34438 \end_layout
34439
34440 \begin_layout Standard
34441 \begin_inset CommandInset index_print
34442 LatexCommand printindex
34443
34444 \end_inset
34445
34446
34447 \end_layout
34448
34449 \begin_layout Standard
34450 \begin_inset FloatList figure
34451
34452 \end_inset
34453
34454
34455 \end_layout
34456
34457 \begin_layout Standard
34458 \begin_inset FloatList table
34459
34460 \end_inset
34461
34462
34463 \end_layout
34464
34465 \begin_layout Standard
34466 \begin_inset ERT
34467 status open
34468
34469 \begin_layout Plain Layout
34470
34471
34472 \backslash
34473 listof{algorithm}{Algorithmenverzeichnis}
34474 \end_layout
34475
34476 \end_inset
34477
34478
34479 \begin_inset Note Note
34480 status collapsed
34481
34482 \begin_layout Plain Layout
34483 siehe Abschnitt
34484 \begin_inset space ~
34485 \end_inset
34486
34487
34488 \begin_inset CommandInset ref
34489 LatexCommand ref
34490 reference "uab:Gleitobjekt-Algorithmen"
34491
34492 \end_inset
34493
34494  für eine Beschreibung
34495 \end_layout
34496
34497 \end_inset
34498
34499
34500 \end_layout
34501
34502 \end_body
34503 \end_document