]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
German Tutorial.lyx: updates by Hartmut
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 1.6.0rc1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 340
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 Querverweise ! auf Abbildungen
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 Querverweise ! auf Tabellen
2934 \end_layout
2935
2936 \end_inset
2937
2938 Auf Tabellen kann über ihre Marke verwiesen werden.
2939  Dafür fügen Sie in der Beschriftung mit 
2940 \family sans
2941 Einfügen\SpecialChar \menuseparator
2942 Marke
2943 \family default
2944  oder durch Klicken auf 
2945 \begin_inset Graphics
2946         filename ../../images/label-insert.png
2947         scale 70
2948         scaleBeforeRotation
2949         BoundingBox 0bp 6bp 20bp 20bp
2950
2951 \end_inset
2952
2953  eine Marke ein.
2954  Auf diese können Sie dann wie gewohnt mit 
2955 \family sans
2956 Einfügen\SpecialChar \menuseparator
2957 Querverweis
2958 \family default
2959  oder durch Klicken auf 
2960 \begin_inset Graphics
2961         filename ../../images/dialog-show-new-inset_ref.png
2962         scale 70
2963         scaleBeforeRotation
2964         BoundingBox 0bp 6bp 22bp 22bp
2965
2966 \end_inset
2967
2968  verweisen.
2969  Verweise werden detailliert in Abschnitt
2970 \begin_inset space ~
2971 \end_inset
2972
2973
2974 \begin_inset CommandInset ref
2975 LatexCommand ref
2976 reference "abs:Auf-Gleitobjekte-verweisen"
2977
2978 \end_inset
2979
2980  beschrieben.
2981 \end_layout
2982
2983 \begin_layout Section
2984 Lange Tabellen
2985 \begin_inset CommandInset label
2986 LatexCommand label
2987 name "abs:Lange-Tabellen"
2988
2989 \end_inset
2990
2991
2992 \begin_inset Index
2993 status collapsed
2994
2995 \begin_layout Plain Layout
2996 Tabellen ! lange
2997 \end_layout
2998
2999 \end_inset
3000
3001
3002 \end_layout
3003
3004 \begin_layout Standard
3005 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3006  Dialogfenster 
3007 \family sans
3008 Tabellen-Einstellungen
3009 \family default
3010  auf der Karteikarte  
3011 \family sans
3012 Lange
3013 \begin_inset space ~
3014 \end_inset
3015
3016 Tabelle
3017 \family default
3018  die Option 
3019 \family sans
3020 Lange
3021 \begin_inset space ~
3022 \end_inset
3023
3024 Tabelle
3025 \begin_inset space ~
3026 \end_inset
3027
3028 verwenden
3029 \family default
3030  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3031  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3032 \end_layout
3033
3034 \begin_layout Description
3035
3036 \family sans
3037 Kopfzei
3038 \family default
3039 le: Die aktuelle Zeile sowie alle darüberliegenden, die keine Sonderoptionen
3040  aktiviert haben, werden als Überschrifts-Zeilen aller Seiten festgelegt;
3041  mit Ausnahme der ersten, wenn 
3042 \family sans
3043 Erste
3044 \begin_inset space ~
3045 \end_inset
3046
3047 Kopfzeile
3048 \family default
3049  aktiviert ist.
3050 \end_layout
3051
3052 \begin_layout Description
3053
3054 \family sans
3055 Erste
3056 \lang english
3057
3058 \begin_inset space ~
3059 \end_inset
3060
3061
3062 \lang ngerman
3063 Kopfz
3064 \family default
3065 eile: Die aktuelle Zeile sowie alle darüberliegenden, die keine Sonderoptionen
3066  aktiviert haben, werden als Überschrifts-Zeilen der ersten Seite einer
3067  mehrseitigen Tabelle definiert.
3068 \end_layout
3069
3070 \begin_layout Description
3071
3072 \family sans
3073 Fußz
3074 \family default
3075 eile: Die aktuelle Zeile sowie alle darüberliegenden, die keine Sonderoptionen
3076  aktiviert haben, werden als Fußzeilen aller Seiten festgelegt; mit Ausnahme
3077  der letzten, wenn 
3078 \family sans
3079 Letzte
3080 \begin_inset space ~
3081 \end_inset
3082
3083 Fußzeile
3084 \family default
3085  aktiviert ist.
3086 \end_layout
3087
3088 \begin_layout Description
3089
3090 \family sans
3091 Letzte
3092 \begin_inset space ~
3093 \end_inset
3094
3095 Fußz
3096 \family default
3097 eile: Die aktuelle Zeile sowie alle darüberliegenden, die keine Sonderoptionen
3098  aktiviert haben, werden als die Fußzeilen der letzten Seite einer mehrseitigen
3099  Tabelle definiert.
3100 \end_layout
3101
3102 \begin_layout Description
3103 Legende: Die erste Zeile wird als einzelne Spalte zurückgesetzt.
3104  Sie dort können nun die Tabellenbeschriftung (Legende) über das Menü 
3105 \family sans
3106 Einfügen\SpecialChar \menuseparator
3107 Marke
3108 \family default
3109  einfügen.
3110  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3111 \begin_inset space ~
3112 \end_inset
3113
3114
3115 \begin_inset CommandInset ref
3116 LatexCommand ref
3117 reference "uab:Beschriftungen-langer-Tabellen"
3118
3119 \end_inset
3120
3121  erklärt.
3122 \end_layout
3123
3124 \begin_layout Standard
3125 Hier ist ein Beispiel einer langen Tabelle:
3126 \end_layout
3127
3128 \begin_layout Standard
3129 \align center
3130 \begin_inset Tabular
3131 <lyxtabular version="3" rows="69" columns="3">
3132 <features islongtable="true">
3133 <column alignment="left" valignment="top" width="0cm">
3134 <column alignment="left" valignment="top" width="0pt">
3135 <column alignment="right" valignment="top" width="0pt">
3136 <row endfirsthead="true">
3137 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3138 \begin_inset Text
3139
3140 \begin_layout Plain Layout
3141
3142 \series bold
3143 Telefonliste (ignoriere die Namen)
3144 \end_layout
3145
3146 \end_inset
3147 </cell>
3148 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3149 \begin_inset Text
3150
3151 \begin_layout Plain Layout
3152
3153 \end_layout
3154
3155 \end_inset
3156 </cell>
3157 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3158 \begin_inset Text
3159
3160 \begin_layout Plain Layout
3161
3162 \end_layout
3163
3164 \end_inset
3165 </cell>
3166 </row>
3167 <row endfirsthead="true">
3168 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3169 \begin_inset Text
3170
3171 \begin_layout Plain Layout
3172
3173 \series bold
3174 NAME
3175 \end_layout
3176
3177 \end_inset
3178 </cell>
3179 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3180 \begin_inset Text
3181
3182 \begin_layout Plain Layout
3183
3184 \end_layout
3185
3186 \end_inset
3187 </cell>
3188 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3189 \begin_inset Text
3190
3191 \begin_layout Plain Layout
3192
3193 \series bold
3194 TEL.
3195 \end_layout
3196
3197 \end_inset
3198 </cell>
3199 </row>
3200 <row endhead="true">
3201 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205
3206 \series bold
3207 Telefonliste
3208 \end_layout
3209
3210 \end_inset
3211 </cell>
3212 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3213 \begin_inset Text
3214
3215 \begin_layout Plain Layout
3216
3217 \end_layout
3218
3219 \end_inset
3220 </cell>
3221 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3222 \begin_inset Text
3223
3224 \begin_layout Plain Layout
3225
3226 \end_layout
3227
3228 \end_inset
3229 </cell>
3230 </row>
3231 <row endhead="true">
3232 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3233 \begin_inset Text
3234
3235 \begin_layout Plain Layout
3236
3237 \series bold
3238 NAME
3239 \end_layout
3240
3241 \end_inset
3242 </cell>
3243 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3244 \begin_inset Text
3245
3246 \begin_layout Plain Layout
3247
3248 \end_layout
3249
3250 \end_inset
3251 </cell>
3252 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3253 \begin_inset Text
3254
3255 \begin_layout Plain Layout
3256
3257 \series bold
3258 TEL.
3259 \end_layout
3260
3261 \end_inset
3262 </cell>
3263 </row>
3264 <row endfoot="true">
3265 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Plain Layout
3269
3270 \series bold
3271 wird fortgesetzt
3272 \series default
3273  \SpecialChar \ldots{}
3274
3275 \end_layout
3276
3277 \end_inset
3278 </cell>
3279 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3280 \begin_inset Text
3281
3282 \begin_layout Plain Layout
3283
3284 \end_layout
3285
3286 \end_inset
3287 </cell>
3288 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3289 \begin_inset Text
3290
3291 \begin_layout Plain Layout
3292
3293 \end_layout
3294
3295 \end_inset
3296 </cell>
3297 </row>
3298 <row>
3299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3300 \begin_inset Text
3301
3302 \begin_layout Plain Layout
3303
3304 \series bold
3305 Annovi
3306 \end_layout
3307
3308 \end_inset
3309 </cell>
3310 <cell alignment="center" valignment="top" usebox="none">
3311 \begin_inset Text
3312
3313 \begin_layout Plain Layout
3314 Silvia
3315 \end_layout
3316
3317 \end_inset
3318 </cell>
3319 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3320 \begin_inset Text
3321
3322 \begin_layout Plain Layout
3323 111
3324 \end_layout
3325
3326 \end_inset
3327 </cell>
3328 </row>
3329 <row>
3330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3331 \begin_inset Text
3332
3333 \begin_layout Plain Layout
3334
3335 \series bold
3336 Bertoli
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 <cell alignment="center" valignment="top" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Plain Layout
3345 Stefano
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3351 \begin_inset Text
3352
3353 \begin_layout Plain Layout
3354 111
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 </row>
3360 <row>
3361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3362 \begin_inset Text
3363
3364 \begin_layout Plain Layout
3365
3366 \series bold
3367 Bozzi
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 <cell alignment="center" valignment="top" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376 Walter
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3382 \begin_inset Text
3383
3384 \begin_layout Plain Layout
3385 111
3386 \end_layout
3387
3388 \end_inset
3389 </cell>
3390 </row>
3391 <row>
3392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3393 \begin_inset Text
3394
3395 \begin_layout Plain Layout
3396
3397 \series bold
3398 Cachia
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 <cell alignment="center" valignment="top" usebox="none">
3404 \begin_inset Text
3405
3406 \begin_layout Plain Layout
3407 Maria
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3413 \begin_inset Text
3414
3415 \begin_layout Plain Layout
3416 111
3417 \end_layout
3418
3419 \end_inset
3420 </cell>
3421 </row>
3422 <row>
3423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3424 \begin_inset Text
3425
3426 \begin_layout Plain Layout
3427
3428 \series bold
3429 Cachia
3430 \end_layout
3431
3432 \end_inset
3433 </cell>
3434 <cell alignment="center" valignment="top" usebox="none">
3435 \begin_inset Text
3436
3437 \begin_layout Plain Layout
3438 Maurizio
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3444 \begin_inset Text
3445
3446 \begin_layout Plain Layout
3447 111
3448 \end_layout
3449
3450 \end_inset
3451 </cell>
3452 </row>
3453 <row>
3454 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3455 \begin_inset Text
3456
3457 \begin_layout Plain Layout
3458
3459 \series bold
3460 Cinquemani
3461 \end_layout
3462
3463 \end_inset
3464 </cell>
3465 <cell alignment="center" valignment="top" usebox="none">
3466 \begin_inset Text
3467
3468 \begin_layout Plain Layout
3469 Giusi
3470 \end_layout
3471
3472 \end_inset
3473 </cell>
3474 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Plain Layout
3478 111
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 </row>
3484 <row>
3485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3486 \begin_inset Text
3487
3488 \begin_layout Plain Layout
3489
3490 \series bold
3491 Colin
3492 \end_layout
3493
3494 \end_inset
3495 </cell>
3496 <cell alignment="center" valignment="top" usebox="none">
3497 \begin_inset Text
3498
3499 \begin_layout Plain Layout
3500 Bernard
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3506 \begin_inset Text
3507
3508 \begin_layout Plain Layout
3509 111
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 </row>
3515 <row>
3516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3517 \begin_inset Text
3518
3519 \begin_layout Plain Layout
3520
3521 \series bold
3522 Concli
3523 \end_layout
3524
3525 \end_inset
3526 </cell>
3527 <cell alignment="center" valignment="top" usebox="none">
3528 \begin_inset Text
3529
3530 \begin_layout Plain Layout
3531 Gianfranco
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3537 \begin_inset Text
3538
3539 \begin_layout Plain Layout
3540 111
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 </row>
3546 <row>
3547 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3548 \begin_inset Text
3549
3550 \begin_layout Plain Layout
3551
3552 \series bold
3553 Dal Bosco
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 <cell alignment="center" valignment="top" usebox="none">
3559 \begin_inset Text
3560
3561 \begin_layout Plain Layout
3562 Carolina
3563 \end_layout
3564
3565 \end_inset
3566 </cell>
3567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3568 \begin_inset Text
3569
3570 \begin_layout Plain Layout
3571 111
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 </row>
3577 <row>
3578 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Plain Layout
3582
3583 \series bold
3584 Dalpiaz
3585 \end_layout
3586
3587 \end_inset
3588 </cell>
3589 <cell alignment="center" valignment="top" usebox="none">
3590 \begin_inset Text
3591
3592 \begin_layout Plain Layout
3593 Annamaria
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3599 \begin_inset Text
3600
3601 \begin_layout Plain Layout
3602 111
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 </row>
3608 <row>
3609 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3610 \begin_inset Text
3611
3612 \begin_layout Plain Layout
3613
3614 \series bold
3615 Feliciello
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 <cell alignment="center" valignment="top" usebox="none">
3621 \begin_inset Text
3622
3623 \begin_layout Plain Layout
3624 Domenico
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3630 \begin_inset Text
3631
3632 \begin_layout Plain Layout
3633 111
3634 \end_layout
3635
3636 \end_inset
3637 </cell>
3638 </row>
3639 <row>
3640 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3641 \begin_inset Text
3642
3643 \begin_layout Plain Layout
3644
3645 \series bold
3646 Focarelli
3647 \end_layout
3648
3649 \end_inset
3650 </cell>
3651 <cell alignment="center" valignment="top" usebox="none">
3652 \begin_inset Text
3653
3654 \begin_layout Plain Layout
3655 Paola
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3661 \begin_inset Text
3662
3663 \begin_layout Plain Layout
3664 111
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 </row>
3670 <row>
3671 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3672 \begin_inset Text
3673
3674 \begin_layout Plain Layout
3675
3676 \series bold
3677 Galletti
3678 \end_layout
3679
3680 \end_inset
3681 </cell>
3682 <cell alignment="center" valignment="top" usebox="none">
3683 \begin_inset Text
3684
3685 \begin_layout Plain Layout
3686 Oreste
3687 \end_layout
3688
3689 \end_inset
3690 </cell>
3691 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3692 \begin_inset Text
3693
3694 \begin_layout Plain Layout
3695 111
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 </row>
3701 <row>
3702 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3703 \begin_inset Text
3704
3705 \begin_layout Plain Layout
3706
3707 \series bold
3708 Gasparini
3709 \end_layout
3710
3711 \end_inset
3712 </cell>
3713 <cell alignment="center" valignment="top" usebox="none">
3714 \begin_inset Text
3715
3716 \begin_layout Plain Layout
3717 Franca
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3723 \begin_inset Text
3724
3725 \begin_layout Plain Layout
3726 111
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 </row>
3732 <row>
3733 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3734 \begin_inset Text
3735
3736 \begin_layout Plain Layout
3737
3738 \series bold
3739 Rizzardi
3740 \end_layout
3741
3742 \end_inset
3743 </cell>
3744 <cell alignment="center" valignment="top" usebox="none">
3745 \begin_inset Text
3746
3747 \begin_layout Plain Layout
3748 Paola
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3754 \begin_inset Text
3755
3756 \begin_layout Plain Layout
3757 111
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 </row>
3763 <row>
3764 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3765 \begin_inset Text
3766
3767 \begin_layout Plain Layout
3768
3769 \series bold
3770 Lassini
3771 \end_layout
3772
3773 \end_inset
3774 </cell>
3775 <cell alignment="center" valignment="top" usebox="none">
3776 \begin_inset Text
3777
3778 \begin_layout Plain Layout
3779 Giancarlo
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Plain Layout
3788 111
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 </row>
3794 <row>
3795 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3796 \begin_inset Text
3797
3798 \begin_layout Plain Layout
3799
3800 \series bold
3801 Malfatti
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 <cell alignment="center" valignment="top" usebox="none">
3807 \begin_inset Text
3808
3809 \begin_layout Plain Layout
3810 Luciano
3811 \end_layout
3812
3813 \end_inset
3814 </cell>
3815 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3816 \begin_inset Text
3817
3818 \begin_layout Plain Layout
3819 111
3820 \end_layout
3821
3822 \end_inset
3823 </cell>
3824 </row>
3825 <row>
3826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3827 \begin_inset Text
3828
3829 \begin_layout Plain Layout
3830
3831 \series bold
3832 Malfatti
3833 \end_layout
3834
3835 \end_inset
3836 </cell>
3837 <cell alignment="center" valignment="top" usebox="none">
3838 \begin_inset Text
3839
3840 \begin_layout Plain Layout
3841 Valeriano
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3847 \begin_inset Text
3848
3849 \begin_layout Plain Layout
3850 111
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 </row>
3856 <row>
3857 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3858 \begin_inset Text
3859
3860 \begin_layout Plain Layout
3861
3862 \series bold
3863 Meneguzzo
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 <cell alignment="center" valignment="top" usebox="none">
3869 \begin_inset Text
3870
3871 \begin_layout Plain Layout
3872 Roberto
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3878 \begin_inset Text
3879
3880 \begin_layout Plain Layout
3881 111
3882 \end_layout
3883
3884 \end_inset
3885 </cell>
3886 </row>
3887 <row>
3888 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3889 \begin_inset Text
3890
3891 \begin_layout Plain Layout
3892
3893 \series bold
3894 Mezzadra
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 <cell alignment="center" valignment="top" usebox="none">
3900 \begin_inset Text
3901
3902 \begin_layout Plain Layout
3903 Roberto
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3909 \begin_inset Text
3910
3911 \begin_layout Plain Layout
3912 111
3913 \end_layout
3914
3915 \end_inset
3916 </cell>
3917 </row>
3918 <row>
3919 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3920 \begin_inset Text
3921
3922 \begin_layout Plain Layout
3923
3924 \series bold
3925 Pirpamer
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 <cell alignment="center" valignment="top" usebox="none">
3931 \begin_inset Text
3932
3933 \begin_layout Plain Layout
3934 Erich
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3940 \begin_inset Text
3941
3942 \begin_layout Plain Layout
3943 111
3944 \end_layout
3945
3946 \end_inset
3947 </cell>
3948 </row>
3949 <row>
3950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3951 \begin_inset Text
3952
3953 \begin_layout Plain Layout
3954
3955 \series bold
3956 Pochiesa
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 <cell alignment="center" valignment="top" usebox="none">
3962 \begin_inset Text
3963
3964 \begin_layout Plain Layout
3965 Paolo
3966 \end_layout
3967
3968 \end_inset
3969 </cell>
3970 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3971 \begin_inset Text
3972
3973 \begin_layout Plain Layout
3974 111, 222
3975 \end_layout
3976
3977 \end_inset
3978 </cell>
3979 </row>
3980 <row>
3981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3982 \begin_inset Text
3983
3984 \begin_layout Plain Layout
3985
3986 \series bold
3987 Radina
3988 \end_layout
3989
3990 \end_inset
3991 </cell>
3992 <cell alignment="center" valignment="top" usebox="none">
3993 \begin_inset Text
3994
3995 \begin_layout Plain Layout
3996 Claudio
3997 \end_layout
3998
3999 \end_inset
4000 </cell>
4001 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4002 \begin_inset Text
4003
4004 \begin_layout Plain Layout
4005 111
4006 \end_layout
4007
4008 \end_inset
4009 </cell>
4010 </row>
4011 <row>
4012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4013 \begin_inset Text
4014
4015 \begin_layout Plain Layout
4016
4017 \series bold
4018 Stuffer
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 <cell alignment="center" valignment="top" usebox="none">
4024 \begin_inset Text
4025
4026 \begin_layout Plain Layout
4027 Oskar
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4033 \begin_inset Text
4034
4035 \begin_layout Plain Layout
4036 111
4037 \end_layout
4038
4039 \end_inset
4040 </cell>
4041 </row>
4042 <row>
4043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4044 \begin_inset Text
4045
4046 \begin_layout Plain Layout
4047
4048 \series bold
4049 Tacchelli
4050 \end_layout
4051
4052 \end_inset
4053 </cell>
4054 <cell alignment="center" valignment="top" usebox="none">
4055 \begin_inset Text
4056
4057 \begin_layout Plain Layout
4058 Ugo
4059 \end_layout
4060
4061 \end_inset
4062 </cell>
4063 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4064 \begin_inset Text
4065
4066 \begin_layout Plain Layout
4067 111
4068 \end_layout
4069
4070 \end_inset
4071 </cell>
4072 </row>
4073 <row>
4074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4075 \begin_inset Text
4076
4077 \begin_layout Plain Layout
4078
4079 \series bold
4080 Tezzele
4081 \end_layout
4082
4083 \end_inset
4084 </cell>
4085 <cell alignment="center" valignment="top" usebox="none">
4086 \begin_inset Text
4087
4088 \begin_layout Plain Layout
4089 Margit
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4095 \begin_inset Text
4096
4097 \begin_layout Plain Layout
4098 111
4099 \end_layout
4100
4101 \end_inset
4102 </cell>
4103 </row>
4104 <row>
4105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4106 \begin_inset Text
4107
4108 \begin_layout Plain Layout
4109
4110 \series bold
4111 Unterkalmsteiner
4112 \end_layout
4113
4114 \end_inset
4115 </cell>
4116 <cell alignment="center" valignment="top" usebox="none">
4117 \begin_inset Text
4118
4119 \begin_layout Plain Layout
4120 Frieda
4121 \end_layout
4122
4123 \end_inset
4124 </cell>
4125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4126 \begin_inset Text
4127
4128 \begin_layout Plain Layout
4129 111
4130 \end_layout
4131
4132 \end_inset
4133 </cell>
4134 </row>
4135 <row>
4136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4137 \begin_inset Text
4138
4139 \begin_layout Plain Layout
4140
4141 \series bold
4142 Vieider
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 <cell alignment="center" valignment="top" usebox="none">
4148 \begin_inset Text
4149
4150 \begin_layout Plain Layout
4151 Hilde
4152 \end_layout
4153
4154 \end_inset
4155 </cell>
4156 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4157 \begin_inset Text
4158
4159 \begin_layout Plain Layout
4160 111
4161 \end_layout
4162
4163 \end_inset
4164 </cell>
4165 </row>
4166 <row>
4167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4168 \begin_inset Text
4169
4170 \begin_layout Plain Layout
4171
4172 \series bold
4173 Vigna
4174 \end_layout
4175
4176 \end_inset
4177 </cell>
4178 <cell alignment="center" valignment="top" usebox="none">
4179 \begin_inset Text
4180
4181 \begin_layout Plain Layout
4182 Jürgen
4183 \end_layout
4184
4185 \end_inset
4186 </cell>
4187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4188 \begin_inset Text
4189
4190 \begin_layout Plain Layout
4191 111
4192 \end_layout
4193
4194 \end_inset
4195 </cell>
4196 </row>
4197 <row>
4198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Plain Layout
4202
4203 \series bold
4204 Weber
4205 \end_layout
4206
4207 \end_inset
4208 </cell>
4209 <cell alignment="center" valignment="top" usebox="none">
4210 \begin_inset Text
4211
4212 \begin_layout Plain Layout
4213 Maurizio
4214 \end_layout
4215
4216 \end_inset
4217 </cell>
4218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4219 \begin_inset Text
4220
4221 \begin_layout Plain Layout
4222 111
4223 \end_layout
4224
4225 \end_inset
4226 </cell>
4227 </row>
4228 <row>
4229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4230 \begin_inset Text
4231
4232 \begin_layout Plain Layout
4233
4234 \series bold
4235 Winkler
4236 \end_layout
4237
4238 \end_inset
4239 </cell>
4240 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4241 \begin_inset Text
4242
4243 \begin_layout Plain Layout
4244 Franz
4245 \end_layout
4246
4247 \end_inset
4248 </cell>
4249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Plain Layout
4253 111
4254 \end_layout
4255
4256 \end_inset
4257 </cell>
4258 </row>
4259 <row>
4260 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4261 \begin_inset Text
4262
4263 \begin_layout Plain Layout
4264  
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 </row>
4288 <row>
4289 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Plain Layout
4293
4294 \series bold
4295 Annovi
4296 \end_layout
4297
4298 \end_inset
4299 </cell>
4300 <cell alignment="center" valignment="top" usebox="none">
4301 \begin_inset Text
4302
4303 \begin_layout Plain Layout
4304 Silvia
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313 555
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 </row>
4319 <row>
4320 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4321 \begin_inset Text
4322
4323 \begin_layout Plain Layout
4324
4325 \series bold
4326 Bertoli
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 <cell alignment="center" valignment="top" usebox="none">
4332 \begin_inset Text
4333
4334 \begin_layout Plain Layout
4335 Stefano
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344 555
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 </row>
4350 <row>
4351 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4352 \begin_inset Text
4353
4354 \begin_layout Plain Layout
4355
4356 \series bold
4357 Bozzi
4358 \end_layout
4359
4360 \end_inset
4361 </cell>
4362 <cell alignment="center" valignment="top" usebox="none">
4363 \begin_inset Text
4364
4365 \begin_layout Plain Layout
4366 Walter
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4372 \begin_inset Text
4373
4374 \begin_layout Plain Layout
4375 555
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 </row>
4381 <row>
4382 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4383 \begin_inset Text
4384
4385 \begin_layout Plain Layout
4386
4387 \series bold
4388 Cachia
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 <cell alignment="center" valignment="top" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397 Maria
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4403 \begin_inset Text
4404
4405 \begin_layout Plain Layout
4406 555
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 </row>
4412 <row>
4413 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4414 \begin_inset Text
4415
4416 \begin_layout Plain Layout
4417
4418 \series bold
4419 Cachia
4420 \end_layout
4421
4422 \end_inset
4423 </cell>
4424 <cell alignment="center" valignment="top" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Plain Layout
4428 Maurizio
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4434 \begin_inset Text
4435
4436 \begin_layout Plain Layout
4437 555
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 </row>
4443 <row>
4444 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4445 \begin_inset Text
4446
4447 \begin_layout Plain Layout
4448
4449 \series bold
4450 Cinquemani
4451 \end_layout
4452
4453 \end_inset
4454 </cell>
4455 <cell alignment="center" valignment="top" usebox="none">
4456 \begin_inset Text
4457
4458 \begin_layout Plain Layout
4459 Giusi
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Plain Layout
4468 555
4469 \end_layout
4470
4471 \end_inset
4472 </cell>
4473 </row>
4474 <row>
4475 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4476 \begin_inset Text
4477
4478 \begin_layout Plain Layout
4479
4480 \series bold
4481 Colin
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 <cell alignment="center" valignment="top" usebox="none">
4487 \begin_inset Text
4488
4489 \begin_layout Plain Layout
4490 Bernard
4491 \end_layout
4492
4493 \end_inset
4494 </cell>
4495 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4496 \begin_inset Text
4497
4498 \begin_layout Plain Layout
4499 555
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 </row>
4505 <row>
4506 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4507 \begin_inset Text
4508
4509 \begin_layout Plain Layout
4510
4511 \series bold
4512 Concli
4513 \end_layout
4514
4515 \end_inset
4516 </cell>
4517 <cell alignment="center" valignment="top" usebox="none">
4518 \begin_inset Text
4519
4520 \begin_layout Plain Layout
4521 Gianfranco
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4527 \begin_inset Text
4528
4529 \begin_layout Plain Layout
4530 555
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 </row>
4536 <row>
4537 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4538 \begin_inset Text
4539
4540 \begin_layout Plain Layout
4541
4542 \series bold
4543 Dal Bosco
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 <cell alignment="center" valignment="top" usebox="none">
4549 \begin_inset Text
4550
4551 \begin_layout Plain Layout
4552 Carolina
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Plain Layout
4561 555
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 </row>
4567 <row>
4568 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4569 \begin_inset Text
4570
4571 \begin_layout Plain Layout
4572
4573 \series bold
4574 Dalpiaz
4575 \end_layout
4576
4577 \end_inset
4578 </cell>
4579 <cell alignment="center" valignment="top" usebox="none">
4580 \begin_inset Text
4581
4582 \begin_layout Plain Layout
4583 Annamaria
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4589 \begin_inset Text
4590
4591 \begin_layout Plain Layout
4592 555
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 </row>
4598 <row>
4599 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4600 \begin_inset Text
4601
4602 \begin_layout Plain Layout
4603
4604 \series bold
4605 Feliciello
4606 \end_layout
4607
4608 \end_inset
4609 </cell>
4610 <cell alignment="center" valignment="top" usebox="none">
4611 \begin_inset Text
4612
4613 \begin_layout Plain Layout
4614 Domenico
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4620 \begin_inset Text
4621
4622 \begin_layout Plain Layout
4623 555
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 </row>
4629 <row>
4630 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4631 \begin_inset Text
4632
4633 \begin_layout Plain Layout
4634
4635 \series bold
4636 Focarelli
4637 \end_layout
4638
4639 \end_inset
4640 </cell>
4641 <cell alignment="center" valignment="top" usebox="none">
4642 \begin_inset Text
4643
4644 \begin_layout Plain Layout
4645 Paola
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Plain Layout
4654 555
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 </row>
4660 <row>
4661 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4662 \begin_inset Text
4663
4664 \begin_layout Plain Layout
4665
4666 \series bold
4667 Galletti
4668 \end_layout
4669
4670 \end_inset
4671 </cell>
4672 <cell alignment="center" valignment="top" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676 Oreste
4677 \end_layout
4678
4679 \end_inset
4680 </cell>
4681 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4682 \begin_inset Text
4683
4684 \begin_layout Plain Layout
4685 555
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 </row>
4691 <row>
4692 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4693 \begin_inset Text
4694
4695 \begin_layout Plain Layout
4696
4697 \series bold
4698 Gasparini
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 <cell alignment="center" valignment="top" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 Franca
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4713 \begin_inset Text
4714
4715 \begin_layout Plain Layout
4716 555
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 </row>
4722 <row>
4723 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4724 \begin_inset Text
4725
4726 \begin_layout Plain Layout
4727
4728 \series bold
4729 Rizzardi
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 <cell alignment="center" valignment="top" usebox="none">
4735 \begin_inset Text
4736
4737 \begin_layout Plain Layout
4738 Paola
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4744 \begin_inset Text
4745
4746 \begin_layout Plain Layout
4747 555
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 </row>
4753 <row>
4754 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4755 \begin_inset Text
4756
4757 \begin_layout Plain Layout
4758
4759 \series bold
4760 Lassini
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 <cell alignment="center" valignment="top" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Plain Layout
4769 Giancarlo
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4775 \begin_inset Text
4776
4777 \begin_layout Plain Layout
4778 555
4779 \end_layout
4780
4781 \end_inset
4782 </cell>
4783 </row>
4784 <row>
4785 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4786 \begin_inset Text
4787
4788 \begin_layout Plain Layout
4789
4790 \series bold
4791 Malfatti
4792 \end_layout
4793
4794 \end_inset
4795 </cell>
4796 <cell alignment="center" valignment="top" usebox="none">
4797 \begin_inset Text
4798
4799 \begin_layout Plain Layout
4800 Luciano
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4806 \begin_inset Text
4807
4808 \begin_layout Plain Layout
4809 555
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 </row>
4815 <row>
4816 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4817 \begin_inset Text
4818
4819 \begin_layout Plain Layout
4820
4821 \series bold
4822 Malfatti
4823 \end_layout
4824
4825 \end_inset
4826 </cell>
4827 <cell alignment="center" valignment="top" usebox="none">
4828 \begin_inset Text
4829
4830 \begin_layout Plain Layout
4831 Valeriano
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4837 \begin_inset Text
4838
4839 \begin_layout Plain Layout
4840 555
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 </row>
4846 <row>
4847 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4848 \begin_inset Text
4849
4850 \begin_layout Plain Layout
4851
4852 \series bold
4853 Meneguzzo
4854 \end_layout
4855
4856 \end_inset
4857 </cell>
4858 <cell alignment="center" valignment="top" usebox="none">
4859 \begin_inset Text
4860
4861 \begin_layout Plain Layout
4862 Roberto
4863 \end_layout
4864
4865 \end_inset
4866 </cell>
4867 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4868 \begin_inset Text
4869
4870 \begin_layout Plain Layout
4871 555
4872 \end_layout
4873
4874 \end_inset
4875 </cell>
4876 </row>
4877 <row>
4878 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4879 \begin_inset Text
4880
4881 \begin_layout Plain Layout
4882
4883 \series bold
4884 Mezzadra
4885 \end_layout
4886
4887 \end_inset
4888 </cell>
4889 <cell alignment="center" valignment="top" usebox="none">
4890 \begin_inset Text
4891
4892 \begin_layout Plain Layout
4893 Roberto
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4899 \begin_inset Text
4900
4901 \begin_layout Plain Layout
4902 555
4903 \end_layout
4904
4905 \end_inset
4906 </cell>
4907 </row>
4908 <row>
4909 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4910 \begin_inset Text
4911
4912 \begin_layout Plain Layout
4913
4914 \series bold
4915 Pirpamer
4916 \end_layout
4917
4918 \end_inset
4919 </cell>
4920 <cell alignment="center" valignment="top" usebox="none">
4921 \begin_inset Text
4922
4923 \begin_layout Plain Layout
4924 Erich
4925 \end_layout
4926
4927 \end_inset
4928 </cell>
4929 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4930 \begin_inset Text
4931
4932 \begin_layout Plain Layout
4933 555
4934 \end_layout
4935
4936 \end_inset
4937 </cell>
4938 </row>
4939 <row>
4940 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4941 \begin_inset Text
4942
4943 \begin_layout Plain Layout
4944
4945 \series bold
4946 Pochiesa
4947 \end_layout
4948
4949 \end_inset
4950 </cell>
4951 <cell alignment="center" valignment="top" usebox="none">
4952 \begin_inset Text
4953
4954 \begin_layout Plain Layout
4955 Paolo
4956 \end_layout
4957
4958 \end_inset
4959 </cell>
4960 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4961 \begin_inset Text
4962
4963 \begin_layout Plain Layout
4964 555, 222
4965 \end_layout
4966
4967 \end_inset
4968 </cell>
4969 </row>
4970 <row>
4971 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4972 \begin_inset Text
4973
4974 \begin_layout Plain Layout
4975
4976 \series bold
4977 Radina
4978 \end_layout
4979
4980 \end_inset
4981 </cell>
4982 <cell alignment="center" valignment="top" usebox="none">
4983 \begin_inset Text
4984
4985 \begin_layout Plain Layout
4986 Claudio
4987 \end_layout
4988
4989 \end_inset
4990 </cell>
4991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4992 \begin_inset Text
4993
4994 \begin_layout Plain Layout
4995 555
4996 \end_layout
4997
4998 \end_inset
4999 </cell>
5000 </row>
5001 <row>
5002 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5003 \begin_inset Text
5004
5005 \begin_layout Plain Layout
5006
5007 \series bold
5008 Stuffer
5009 \end_layout
5010
5011 \end_inset
5012 </cell>
5013 <cell alignment="center" valignment="top" usebox="none">
5014 \begin_inset Text
5015
5016 \begin_layout Plain Layout
5017 Oskar
5018 \end_layout
5019
5020 \end_inset
5021 </cell>
5022 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5023 \begin_inset Text
5024
5025 \begin_layout Plain Layout
5026 555
5027 \end_layout
5028
5029 \end_inset
5030 </cell>
5031 </row>
5032 <row>
5033 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5034 \begin_inset Text
5035
5036 \begin_layout Plain Layout
5037
5038 \series bold
5039 Tacchelli
5040 \end_layout
5041
5042 \end_inset
5043 </cell>
5044 <cell alignment="center" valignment="top" usebox="none">
5045 \begin_inset Text
5046
5047 \begin_layout Plain Layout
5048 Ugo
5049 \end_layout
5050
5051 \end_inset
5052 </cell>
5053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5054 \begin_inset Text
5055
5056 \begin_layout Plain Layout
5057 555
5058 \end_layout
5059
5060 \end_inset
5061 </cell>
5062 </row>
5063 <row>
5064 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5065 \begin_inset Text
5066
5067 \begin_layout Plain Layout
5068
5069 \series bold
5070 Tezzele
5071 \end_layout
5072
5073 \end_inset
5074 </cell>
5075 <cell alignment="center" valignment="top" usebox="none">
5076 \begin_inset Text
5077
5078 \begin_layout Plain Layout
5079 Margit
5080 \end_layout
5081
5082 \end_inset
5083 </cell>
5084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5085 \begin_inset Text
5086
5087 \begin_layout Plain Layout
5088 555
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 </row>
5094 <row>
5095 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5096 \begin_inset Text
5097
5098 \begin_layout Plain Layout
5099
5100 \series bold
5101 Unterkalmsteiner
5102 \end_layout
5103
5104 \end_inset
5105 </cell>
5106 <cell alignment="center" valignment="top" usebox="none">
5107 \begin_inset Text
5108
5109 \begin_layout Plain Layout
5110 Frieda
5111 \end_layout
5112
5113 \end_inset
5114 </cell>
5115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5116 \begin_inset Text
5117
5118 \begin_layout Plain Layout
5119 555
5120 \end_layout
5121
5122 \end_inset
5123 </cell>
5124 </row>
5125 <row>
5126 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5127 \begin_inset Text
5128
5129 \begin_layout Plain Layout
5130
5131 \series bold
5132 Vieider
5133 \end_layout
5134
5135 \end_inset
5136 </cell>
5137 <cell alignment="center" valignment="top" usebox="none">
5138 \begin_inset Text
5139
5140 \begin_layout Plain Layout
5141 Hilde
5142 \end_layout
5143
5144 \end_inset
5145 </cell>
5146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5147 \begin_inset Text
5148
5149 \begin_layout Plain Layout
5150 555
5151 \end_layout
5152
5153 \end_inset
5154 </cell>
5155 </row>
5156 <row>
5157 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5158 \begin_inset Text
5159
5160 \begin_layout Plain Layout
5161
5162 \series bold
5163 Vigna
5164 \end_layout
5165
5166 \end_inset
5167 </cell>
5168 <cell alignment="center" valignment="top" usebox="none">
5169 \begin_inset Text
5170
5171 \begin_layout Plain Layout
5172 Jürgen
5173 \end_layout
5174
5175 \end_inset
5176 </cell>
5177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5178 \begin_inset Text
5179
5180 \begin_layout Plain Layout
5181 999
5182 \end_layout
5183
5184 \end_inset
5185 </cell>
5186 </row>
5187 <row>
5188 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5189 \begin_inset Text
5190
5191 \begin_layout Plain Layout
5192
5193 \series bold
5194 Weber
5195 \end_layout
5196
5197 \end_inset
5198 </cell>
5199 <cell alignment="center" valignment="top" usebox="none">
5200 \begin_inset Text
5201
5202 \begin_layout Plain Layout
5203 Maurizio
5204 \end_layout
5205
5206 \end_inset
5207 </cell>
5208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5209 \begin_inset Text
5210
5211 \begin_layout Plain Layout
5212 555
5213 \end_layout
5214
5215 \end_inset
5216 </cell>
5217 </row>
5218 <row>
5219 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5220 \begin_inset Text
5221
5222 \begin_layout Plain Layout
5223
5224 \series bold
5225 Winkler
5226 \end_layout
5227
5228 \end_inset
5229 </cell>
5230 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5231 \begin_inset Text
5232
5233 \begin_layout Plain Layout
5234 Franz
5235 \end_layout
5236
5237 \end_inset
5238 </cell>
5239 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5240 \begin_inset Text
5241
5242 \begin_layout Plain Layout
5243 555
5244 \end_layout
5245
5246 \end_inset
5247 </cell>
5248 </row>
5249 <row endlastfoot="true">
5250 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5251 \begin_inset Text
5252
5253 \begin_layout Plain Layout
5254 Ende
5255 \end_layout
5256
5257 \end_inset
5258 </cell>
5259 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5260 \begin_inset Text
5261
5262 \begin_layout Plain Layout
5263
5264 \end_layout
5265
5266 \end_inset
5267 </cell>
5268 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272
5273 \end_layout
5274
5275 \end_inset
5276 </cell>
5277 </row>
5278 </lyxtabular>
5279
5280 \end_inset
5281
5282
5283 \begin_inset ERT
5284 status collapsed
5285
5286 \begin_layout Plain Layout
5287
5288
5289 \backslash
5290 addtocounter{table}{-1}
5291 \end_layout
5292
5293 \end_inset
5294
5295
5296 \begin_inset Note Note
5297 status collapsed
5298
5299 \begin_layout Plain Layout
5300 Die Bedeutung diese Befehle finden Sie in der Bemerkung 1 von Abschnitt
5301 \begin_inset space ~
5302 \end_inset
5303
5304
5305 \begin_inset CommandInset ref
5306 LatexCommand ref
5307 reference "uab:Beschriftungen-langer-Tabellen"
5308
5309 \end_inset
5310
5311
5312 \end_layout
5313
5314 \end_inset
5315
5316
5317 \end_layout
5318
5319 \begin_layout Subsection
5320 Fußnoten in langen Tabellen
5321 \begin_inset CommandInset label
5322 LatexCommand label
5323 name "uab:Fußnoten-in-langen"
5324
5325 \end_inset
5326
5327
5328 \begin_inset Index
5329 status collapsed
5330
5331 \begin_layout Plain Layout
5332 Tabellen ! lange ! Fußnoten
5333 \end_layout
5334
5335 \end_inset
5336
5337
5338 \end_layout
5339
5340 \begin_layout Standard
5341 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5342  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5343  Tabelle
5344 \begin_inset space ~
5345 \end_inset
5346
5347
5348 \begin_inset CommandInset ref
5349 LatexCommand ref
5350 reference "tab:DiffCaptions"
5351
5352 \end_inset
5353
5354  hat zum Beispiel eine Fußnote.
5355 \end_layout
5356
5357 \begin_layout Subsection
5358 Ausrichtung langer Tabellen
5359 \begin_inset Index
5360 status collapsed
5361
5362 \begin_layout Plain Layout
5363 Tabellen ! lange ! Ausrichtung
5364 \end_layout
5365
5366 \end_inset
5367
5368
5369 \end_layout
5370
5371 \begin_layout Standard
5372 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
5373  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
5374 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
5375  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
5376  Längen 
5377 \series bold
5378
5379 \backslash
5380 LTleft 
5381 \series default
5382 und 
5383 \series bold
5384
5385 \backslash
5386 LTright
5387 \series default
5388  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5389  wird:
5390 \end_layout
5391
5392 \begin_layout Standard
5393
5394 \series bold
5395
5396 \backslash
5397 setlength{
5398 \backslash
5399 LTleft}{Wert}
5400 \end_layout
5401
5402 \begin_layout Standard
5403 Wobei der Wert eine der in Tabelle
5404 \begin_inset space ~
5405 \end_inset
5406
5407
5408 \begin_inset CommandInset ref
5409 LatexCommand ref
5410 reference "tab:Maßeinheiten"
5411
5412 \end_inset
5413
5414  aufgelisteten Einheiten haben kann.
5415  
5416 \series bold
5417
5418 \backslash
5419 LTleft
5420 \series default
5421  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5422  
5423 \series bold
5424
5425 \backslash
5426 LTright
5427 \series default
5428  den Abstand von rechts.
5429  Die Voreinstellung für beide Werte ist 
5430 \series bold
5431
5432 \backslash
5433 fill
5434 \series default
5435 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5436  in LyX ist.
5437 \end_layout
5438
5439 \begin_layout Standard
5440 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5441 \series bold
5442
5443 \backslash
5444 LTleft
5445 \series default
5446  auf den Wert 0
5447 \begin_inset space \thinspace{}
5448 \end_inset
5449
5450 pt gesetzt wurde.
5451 \begin_inset ERT
5452 status collapsed
5453
5454 \begin_layout Plain Layout
5455
5456
5457 \backslash
5458 setlength{
5459 \backslash
5460 LTleft}{0pt}
5461 \end_layout
5462
5463 \end_inset
5464
5465
5466 \end_layout
5467
5468 \begin_layout Standard
5469 \begin_inset Tabular
5470 <lyxtabular version="3" rows="5" columns="5">
5471 <features islongtable="true">
5472 <column alignment="center" valignment="top" width="0">
5473 <column alignment="center" valignment="top" width="0">
5474 <column alignment="center" valignment="top" width="0">
5475 <column alignment="center" valignment="top" width="0">
5476 <column alignment="center" valignment="top" width="0">
5477 <row>
5478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5479 \begin_inset Text
5480
5481 \begin_layout Plain Layout
5482 1
5483 \end_layout
5484
5485 \end_inset
5486 </cell>
5487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5488 \begin_inset Text
5489
5490 \begin_layout Plain Layout
5491 2
5492 \end_layout
5493
5494 \end_inset
5495 </cell>
5496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5497 \begin_inset Text
5498
5499 \begin_layout Plain Layout
5500 3
5501 \end_layout
5502
5503 \end_inset
5504 </cell>
5505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5506 \begin_inset Text
5507
5508 \begin_layout Plain Layout
5509 4
5510 \end_layout
5511
5512 \end_inset
5513 </cell>
5514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5515 \begin_inset Text
5516
5517 \begin_layout Plain Layout
5518 5
5519 \end_layout
5520
5521 \end_inset
5522 </cell>
5523 </row>
5524 <row>
5525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5526 \begin_inset Text
5527
5528 \begin_layout Plain Layout
5529 asd
5530 \end_layout
5531
5532 \end_inset
5533 </cell>
5534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5535 \begin_inset Text
5536
5537 \begin_layout Plain Layout
5538 s
5539 \end_layout
5540
5541 \end_inset
5542 </cell>
5543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5544 \begin_inset Text
5545
5546 \begin_layout Plain Layout
5547 s
5548 \end_layout
5549
5550 \end_inset
5551 </cell>
5552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5553 \begin_inset Text
5554
5555 \begin_layout Plain Layout
5556 s
5557 \end_layout
5558
5559 \end_inset
5560 </cell>
5561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5562 \begin_inset Text
5563
5564 \begin_layout Plain Layout
5565 asd
5566 \end_layout
5567
5568 \end_inset
5569 </cell>
5570 </row>
5571 <row>
5572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5573 \begin_inset Text
5574
5575 \begin_layout Plain Layout
5576 asd
5577 \end_layout
5578
5579 \end_inset
5580 </cell>
5581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5582 \begin_inset Text
5583
5584 \begin_layout Plain Layout
5585 s
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594 s
5595 \end_layout
5596
5597 \end_inset
5598 </cell>
5599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Plain Layout
5603 s
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5609 \begin_inset Text
5610
5611 \begin_layout Plain Layout
5612 asd
5613 \end_layout
5614
5615 \end_inset
5616 </cell>
5617 </row>
5618 <row>
5619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623 asd
5624 \end_layout
5625
5626 \end_inset
5627 </cell>
5628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Plain Layout
5632 s
5633 \end_layout
5634
5635 \end_inset
5636 </cell>
5637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5638 \begin_inset Text
5639
5640 \begin_layout Plain Layout
5641 s
5642 \end_layout
5643
5644 \end_inset
5645 </cell>
5646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650 s
5651 \end_layout
5652
5653 \end_inset
5654 </cell>
5655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5656 \begin_inset Text
5657
5658 \begin_layout Plain Layout
5659 asd
5660 \end_layout
5661
5662 \end_inset
5663 </cell>
5664 </row>
5665 <row>
5666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670 asd
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679 asd
5680 \end_layout
5681
5682 \end_inset
5683 </cell>
5684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5685 \begin_inset Text
5686
5687 \begin_layout Plain Layout
5688 asd
5689 \end_layout
5690
5691 \end_inset
5692 </cell>
5693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Plain Layout
5697 asd
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5703 \begin_inset Text
5704
5705 \begin_layout Plain Layout
5706 asd
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 </row>
5712 </lyxtabular>
5713
5714 \end_inset
5715
5716
5717 \begin_inset ERT
5718 status collapsed
5719
5720 \begin_layout Plain Layout
5721
5722
5723 \backslash
5724 setlength{
5725 \backslash
5726 LTleft}{
5727 \backslash
5728 fill}
5729 \end_layout
5730
5731 \end_inset
5732
5733
5734 \end_layout
5735
5736 \begin_layout Subsection
5737 Beschriftungen langer Tabellen
5738 \begin_inset CommandInset label
5739 LatexCommand label
5740 name "uab:Beschriftungen-langer-Tabellen"
5741
5742 \end_inset
5743
5744
5745 \begin_inset Index
5746 status collapsed
5747
5748 \begin_layout Plain Layout
5749 Tabellen ! lange ! Titel
5750 \end_layout
5751
5752 \end_inset
5753
5754
5755 \end_layout
5756
5757 \begin_layout Standard
5758 Eine 
5759 \family sans
5760 lange
5761 \begin_inset space ~
5762 \end_inset
5763
5764 Tabelle
5765 \family default
5766  kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte nur auf eine
5767  Seite gedruckt werden können.
5768  Daher wird die Beschriftung als erste Zeile der Tabelle eingegeben, wie
5769  in Abschnitt
5770 \begin_inset space ~
5771 \end_inset
5772
5773
5774 \begin_inset CommandInset ref
5775 LatexCommand ref
5776 reference "abs:Lange-Tabellen"
5777
5778 \end_inset
5779
5780  erklärt.
5781  Die erste Tabellenzeile ist dan nur ein Platzhalter für die Beschriftung,
5782  und die eigentliche Tabelle beginnt mit der zweiten Zeile.
5783 \end_layout
5784
5785 \begin_layout Standard
5786 Hier ist eine kurze 
5787 \family sans
5788 lange
5789 \begin_inset space ~
5790 \end_inset
5791
5792 Tabelle
5793 \family default
5794 , die zeigt, wie das funktioniert:
5795 \end_layout
5796
5797 \begin_layout Standard
5798 \begin_inset Tabular
5799 <lyxtabular version="3" rows="6" columns="5">
5800 <features islongtable="true">
5801 <column alignment="center" valignment="top" width="0">
5802 <column alignment="center" valignment="top" width="0">
5803 <column alignment="center" valignment="top" width="0">
5804 <column alignment="center" valignment="top" width="0">
5805 <column alignment="center" valignment="top" width="0">
5806 <row caption="true">
5807 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811 \begin_inset Caption
5812
5813 \begin_layout Plain Layout
5814 Eine 
5815 \family sans
5816 lange
5817 \begin_inset space ~
5818 \end_inset
5819
5820 Tabelle
5821 \family default
5822  mit Titel
5823 \begin_inset OptArg
5824 status open
5825
5826 \begin_layout Plain Layout
5827 Lange Tabelle
5828 \end_layout
5829
5830 \end_inset
5831
5832
5833 \end_layout
5834
5835 \end_inset
5836
5837
5838 \end_layout
5839
5840 \end_inset
5841 </cell>
5842 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Plain Layout
5846
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Plain Layout
5864
5865 \end_layout
5866
5867 \end_inset
5868 </cell>
5869 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5870 \begin_inset Text
5871
5872 \begin_layout Plain Layout
5873
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 </row>
5879 <row>
5880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5881 \begin_inset Text
5882
5883 \begin_layout Plain Layout
5884 1
5885 \end_layout
5886
5887 \end_inset
5888 </cell>
5889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893 2
5894 \end_layout
5895
5896 \end_inset
5897 </cell>
5898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5899 \begin_inset Text
5900
5901 \begin_layout Plain Layout
5902 3
5903 \end_layout
5904
5905 \end_inset
5906 </cell>
5907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Plain Layout
5911 4
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920 5
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 </row>
5926 <row>
5927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5928 \begin_inset Text
5929
5930 \begin_layout Plain Layout
5931 asd
5932 \end_layout
5933
5934 \end_inset
5935 </cell>
5936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5937 \begin_inset Text
5938
5939 \begin_layout Plain Layout
5940 s
5941 \end_layout
5942
5943 \end_inset
5944 </cell>
5945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5946 \begin_inset Text
5947
5948 \begin_layout Plain Layout
5949 s
5950 \end_layout
5951
5952 \end_inset
5953 </cell>
5954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5955 \begin_inset Text
5956
5957 \begin_layout Plain Layout
5958 s
5959 \end_layout
5960
5961 \end_inset
5962 </cell>
5963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Plain Layout
5967 asd
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 </row>
5973 <row>
5974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5975 \begin_inset Text
5976
5977 \begin_layout Plain Layout
5978 asd
5979 \end_layout
5980
5981 \end_inset
5982 </cell>
5983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5984 \begin_inset Text
5985
5986 \begin_layout Plain Layout
5987 s
5988 \end_layout
5989
5990 \end_inset
5991 </cell>
5992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5993 \begin_inset Text
5994
5995 \begin_layout Plain Layout
5996 s
5997 \end_layout
5998
5999 \end_inset
6000 </cell>
6001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Plain Layout
6005 s
6006 \end_layout
6007
6008 \end_inset
6009 </cell>
6010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6011 \begin_inset Text
6012
6013 \begin_layout Plain Layout
6014 asd
6015 \end_layout
6016
6017 \end_inset
6018 </cell>
6019 </row>
6020 <row>
6021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6022 \begin_inset Text
6023
6024 \begin_layout Plain Layout
6025 asd
6026 \end_layout
6027
6028 \end_inset
6029 </cell>
6030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6031 \begin_inset Text
6032
6033 \begin_layout Plain Layout
6034 s
6035 \end_layout
6036
6037 \end_inset
6038 </cell>
6039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6040 \begin_inset Text
6041
6042 \begin_layout Plain Layout
6043 s
6044 \end_layout
6045
6046 \end_inset
6047 </cell>
6048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6049 \begin_inset Text
6050
6051 \begin_layout Plain Layout
6052 s
6053 \end_layout
6054
6055 \end_inset
6056 </cell>
6057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6058 \begin_inset Text
6059
6060 \begin_layout Plain Layout
6061 asd
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 </row>
6067 <row>
6068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6069 \begin_inset Text
6070
6071 \begin_layout Plain Layout
6072 asd
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Plain Layout
6081 asd
6082 \end_layout
6083
6084 \end_inset
6085 </cell>
6086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6087 \begin_inset Text
6088
6089 \begin_layout Plain Layout
6090 asd
6091 \end_layout
6092
6093 \end_inset
6094 </cell>
6095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6096 \begin_inset Text
6097
6098 \begin_layout Plain Layout
6099 asd
6100 \end_layout
6101
6102 \end_inset
6103 </cell>
6104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Plain Layout
6108 asd
6109 \end_layout
6110
6111 \end_inset
6112 </cell>
6113 </row>
6114 </lyxtabular>
6115
6116 \end_inset
6117
6118
6119 \end_layout
6120
6121 \begin_layout Standard
6122 \begin_inset VSpace medskip
6123 \end_inset
6124
6125
6126 \begin_inset Note Greyedout
6127 status open
6128
6129 \begin_layout Plain Layout
6130
6131 \series bold
6132 Bemerkung
6133 \begin_inset space ~
6134 \end_inset
6135
6136 1:
6137 \series default
6138  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6139  Titel vergeben.
6140  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6141 \begin_inset space ~
6142 \end_inset
6143
6144 2.4 auf Tabelle
6145 \begin_inset space ~
6146 \end_inset
6147
6148 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6149  Titel sind.
6150  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6151  LaTeX-Befehl als TeX-Code einfügen:
6152 \end_layout
6153
6154 \begin_layout Plain Layout
6155
6156 \series bold
6157
6158 \backslash
6159 addtocounter{table}{-1}
6160 \end_layout
6161
6162 \end_inset
6163
6164
6165 \end_layout
6166
6167 \begin_layout Standard
6168 \begin_inset Note Greyedout
6169 status open
6170
6171 \begin_layout Plain Layout
6172
6173 \series bold
6174 Bemerkung
6175 \begin_inset space ~
6176 \end_inset
6177
6178 2:
6179 \series default
6180  Wenn Sie 
6181 \series bold
6182 hyperref
6183 \series default
6184
6185 \begin_inset Index
6186 status collapsed
6187
6188 \begin_layout Plain Layout
6189 LaTeX-Pakete ! hyperref
6190 \end_layout
6191
6192 \end_inset
6193
6194  in den
6195 \family sans
6196  PDF-Eigenschaften
6197 \family default
6198  im 
6199 \family sans
6200 Dokument-Einstellungen
6201 \family default
6202  Dialog für Querverweise benutzen, wird der Verweis auf eine 
6203 \family sans
6204 lange
6205 \begin_inset space ~
6206 \end_inset
6207
6208 Tabelle
6209 \family default
6210  immer auf den Anfang des Dokuments zeigen.
6211 \end_layout
6212
6213 \end_inset
6214
6215
6216 \begin_inset Newpage newpage
6217 \end_inset
6218
6219
6220 \end_layout
6221
6222 \begin_layout Subsubsection
6223 Querverweise auf 
6224 \family sans
6225 lange Tabelle
6226 \family default
6227 n
6228 \begin_inset Index
6229 status collapsed
6230
6231 \begin_layout Plain Layout
6232 Tabellen ! lange ! Querverweis
6233 \end_layout
6234
6235 \end_inset
6236
6237
6238 \end_layout
6239
6240 \begin_layout Standard
6241 \begin_inset Tabular
6242 <lyxtabular version="3" rows="6" columns="5">
6243 <features islongtable="true">
6244 <column alignment="center" valignment="top" width="0">
6245 <column alignment="center" valignment="top" width="0">
6246 <column alignment="center" valignment="top" width="0">
6247 <column alignment="center" valignment="top" width="0">
6248 <column alignment="center" valignment="top" width="0">
6249 <row caption="true">
6250 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254 \begin_inset Caption
6255
6256 \begin_layout Plain Layout
6257
6258 \family sans
6259 Lange
6260 \begin_inset space ~
6261 \end_inset
6262
6263 Tabelle
6264 \family default
6265  mit Marke
6266 \begin_inset CommandInset label
6267 LatexCommand label
6268 name "tab:LangeTabelle-mit-Marke"
6269
6270 \end_inset
6271
6272
6273 \end_layout
6274
6275 \end_inset
6276
6277
6278 \end_layout
6279
6280 \end_inset
6281 </cell>
6282 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6301 \begin_inset Text
6302
6303 \begin_layout Plain Layout
6304
6305 \end_layout
6306
6307 \end_inset
6308 </cell>
6309 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313
6314 \end_layout
6315
6316 \end_inset
6317 </cell>
6318 </row>
6319 <row>
6320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6321 \begin_inset Text
6322
6323 \begin_layout Plain Layout
6324 1
6325 \end_layout
6326
6327 \end_inset
6328 </cell>
6329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333 2
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342 3
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351 4
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360 5
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 </row>
6366 <row>
6367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371 asd
6372 \end_layout
6373
6374 \end_inset
6375 </cell>
6376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6377 \begin_inset Text
6378
6379 \begin_layout Plain Layout
6380 s
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 s
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 s
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407 asd
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 </row>
6413 <row>
6414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6415 \begin_inset Text
6416
6417 \begin_layout Plain Layout
6418 asd
6419 \end_layout
6420
6421 \end_inset
6422 </cell>
6423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6424 \begin_inset Text
6425
6426 \begin_layout Plain Layout
6427 s
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Plain Layout
6436 s
6437 \end_layout
6438
6439 \end_inset
6440 </cell>
6441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445 s
6446 \end_layout
6447
6448 \end_inset
6449 </cell>
6450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6451 \begin_inset Text
6452
6453 \begin_layout Plain Layout
6454 asd
6455 \end_layout
6456
6457 \end_inset
6458 </cell>
6459 </row>
6460 <row>
6461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6462 \begin_inset Text
6463
6464 \begin_layout Plain Layout
6465 asd
6466 \end_layout
6467
6468 \end_inset
6469 </cell>
6470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6471 \begin_inset Text
6472
6473 \begin_layout Plain Layout
6474 s
6475 \end_layout
6476
6477 \end_inset
6478 </cell>
6479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6480 \begin_inset Text
6481
6482 \begin_layout Plain Layout
6483 s
6484 \end_layout
6485
6486 \end_inset
6487 </cell>
6488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6489 \begin_inset Text
6490
6491 \begin_layout Plain Layout
6492 s
6493 \end_layout
6494
6495 \end_inset
6496 </cell>
6497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6498 \begin_inset Text
6499
6500 \begin_layout Plain Layout
6501 asd
6502 \end_layout
6503
6504 \end_inset
6505 </cell>
6506 </row>
6507 <row>
6508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6509 \begin_inset Text
6510
6511 \begin_layout Plain Layout
6512 asd
6513 \end_layout
6514
6515 \end_inset
6516 </cell>
6517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6518 \begin_inset Text
6519
6520 \begin_layout Plain Layout
6521 sad
6522 \end_layout
6523
6524 \end_inset
6525 </cell>
6526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6527 \begin_inset Text
6528
6529 \begin_layout Plain Layout
6530 asd
6531 \end_layout
6532
6533 \end_inset
6534 </cell>
6535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6536 \begin_inset Text
6537
6538 \begin_layout Plain Layout
6539 asd
6540 \end_layout
6541
6542 \end_inset
6543 </cell>
6544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6545 \begin_inset Text
6546
6547 \begin_layout Plain Layout
6548 asd
6549 \end_layout
6550
6551 \end_inset
6552 </cell>
6553 </row>
6554 </lyxtabular>
6555
6556 \end_inset
6557
6558
6559 \end_layout
6560
6561 \begin_layout Standard
6562 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6563  im Titel einfügen.
6564 \end_layout
6565
6566 \begin_layout Standard
6567 Dies ist ein Verweis auf Tabelle
6568 \begin_inset space ~
6569 \end_inset
6570
6571
6572 \begin_inset CommandInset ref
6573 LatexCommand ref
6574 reference "tab:LangeTabelle-mit-Marke"
6575
6576 \end_inset
6577
6578 .
6579 \end_layout
6580
6581 \begin_layout Standard
6582 Mit dem LaTeX-Paket 
6583 \series bold
6584 caption
6585 \series default
6586
6587 \begin_inset Index
6588 status collapsed
6589
6590 \begin_layout Plain Layout
6591 LaTeX-Pakete ! caption
6592 \end_layout
6593
6594 \end_inset
6595
6596 , siehe Abschnitt
6597 \begin_inset space ~
6598 \end_inset
6599
6600
6601 \begin_inset CommandInset ref
6602 LatexCommand ref
6603 reference "abs:Titel-Formatierung"
6604
6605 \end_inset
6606
6607 , können Sie alle anderen 
6608 \family sans
6609 Legende
6610 \family default
6611 -Optionen benutzen.
6612 \end_layout
6613
6614 \begin_layout Subsubsection
6615 Titelbreite
6616 \begin_inset Index
6617 status collapsed
6618
6619 \begin_layout Plain Layout
6620 Tabellen ! lange ! Beschriftungsbreite
6621 \end_layout
6622
6623 \end_inset
6624
6625
6626 \end_layout
6627
6628 \begin_layout Standard
6629 Die maximale Titelbreite wird durch die Variable 
6630 \series bold
6631
6632 \backslash
6633 LTcapwidth
6634 \series default
6635  definiert.
6636  Ihr Standardwert ist 4
6637 \begin_inset space \thinspace{}
6638 \end_inset
6639
6640 Zoll (
6641 \begin_inset Formula $\approx10$
6642 \end_inset
6643
6644
6645 \begin_inset space \thinspace{}
6646 \end_inset
6647
6648 cm).
6649  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6650  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6651 \end_layout
6652
6653 \begin_layout Standard
6654
6655 \series bold
6656
6657 \backslash
6658 setlength{
6659 \backslash
6660 LTcapwidth}{Breite}
6661 \end_layout
6662
6663 \begin_layout Standard
6664 wobei die Breite eine der in Anhang
6665 \begin_inset space ~
6666 \end_inset
6667
6668
6669 \begin_inset CommandInset ref
6670 LatexCommand ref
6671 reference "kap:In-LyX-verfügbare"
6672
6673 \end_inset
6674
6675  aufgelisteten Einheiten haben kann.
6676 \end_layout
6677
6678 \begin_layout Standard
6679 Die beiden folgenden Tabellen zeigen den Unterschied:
6680 \end_layout
6681
6682 \begin_layout Standard
6683 \begin_inset Tabular
6684 <lyxtabular version="3" rows="6" columns="5">
6685 <features islongtable="true">
6686 <column alignment="center" valignment="top" width="0">
6687 <column alignment="center" valignment="top" width="0">
6688 <column alignment="center" valignment="top" width="0">
6689 <column alignment="center" valignment="top" width="0">
6690 <column alignment="center" valignment="top" width="0">
6691 <row caption="true">
6692 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Plain Layout
6696 \begin_inset Caption
6697
6698 \begin_layout Plain Layout
6699 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6700 \begin_inset OptArg
6701 status open
6702
6703 \begin_layout Plain Layout
6704 Titel mit Standardbreite
6705 \end_layout
6706
6707 \end_inset
6708
6709
6710 \end_layout
6711
6712 \end_inset
6713
6714
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6720 \begin_inset Text
6721
6722 \begin_layout Plain Layout
6723
6724 \end_layout
6725
6726 \end_inset
6727 </cell>
6728 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6729 \begin_inset Text
6730
6731 \begin_layout Plain Layout
6732
6733 \end_layout
6734
6735 \end_inset
6736 </cell>
6737 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6738 \begin_inset Text
6739
6740 \begin_layout Plain Layout
6741
6742 \end_layout
6743
6744 \end_inset
6745 </cell>
6746 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6747 \begin_inset Text
6748
6749 \begin_layout Plain Layout
6750
6751 \end_layout
6752
6753 \end_inset
6754 </cell>
6755 </row>
6756 <row>
6757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6758 \begin_inset Text
6759
6760 \begin_layout Plain Layout
6761 1
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6767 \begin_inset Text
6768
6769 \begin_layout Plain Layout
6770 2
6771 \end_layout
6772
6773 \end_inset
6774 </cell>
6775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6776 \begin_inset Text
6777
6778 \begin_layout Plain Layout
6779 3
6780 \end_layout
6781
6782 \end_inset
6783 </cell>
6784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6785 \begin_inset Text
6786
6787 \begin_layout Plain Layout
6788 4
6789 \end_layout
6790
6791 \end_inset
6792 </cell>
6793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6794 \begin_inset Text
6795
6796 \begin_layout Plain Layout
6797 5
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 </row>
6803 <row>
6804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6805 \begin_inset Text
6806
6807 \begin_layout Plain Layout
6808 asd
6809 \end_layout
6810
6811 \end_inset
6812 </cell>
6813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6814 \begin_inset Text
6815
6816 \begin_layout Plain Layout
6817 s
6818 \end_layout
6819
6820 \end_inset
6821 </cell>
6822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6823 \begin_inset Text
6824
6825 \begin_layout Plain Layout
6826 s
6827 \end_layout
6828
6829 \end_inset
6830 </cell>
6831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6832 \begin_inset Text
6833
6834 \begin_layout Plain Layout
6835 s
6836 \end_layout
6837
6838 \end_inset
6839 </cell>
6840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6841 \begin_inset Text
6842
6843 \begin_layout Plain Layout
6844 asd
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 </row>
6850 <row>
6851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6852 \begin_inset Text
6853
6854 \begin_layout Plain Layout
6855 asd
6856 \end_layout
6857
6858 \end_inset
6859 </cell>
6860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6861 \begin_inset Text
6862
6863 \begin_layout Plain Layout
6864 s
6865 \end_layout
6866
6867 \end_inset
6868 </cell>
6869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6870 \begin_inset Text
6871
6872 \begin_layout Plain Layout
6873 s
6874 \end_layout
6875
6876 \end_inset
6877 </cell>
6878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6879 \begin_inset Text
6880
6881 \begin_layout Plain Layout
6882 s
6883 \end_layout
6884
6885 \end_inset
6886 </cell>
6887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Plain Layout
6891 asd
6892 \end_layout
6893
6894 \end_inset
6895 </cell>
6896 </row>
6897 <row>
6898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6899 \begin_inset Text
6900
6901 \begin_layout Plain Layout
6902 asd
6903 \end_layout
6904
6905 \end_inset
6906 </cell>
6907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6908 \begin_inset Text
6909
6910 \begin_layout Plain Layout
6911 s
6912 \end_layout
6913
6914 \end_inset
6915 </cell>
6916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6917 \begin_inset Text
6918
6919 \begin_layout Plain Layout
6920 s
6921 \end_layout
6922
6923 \end_inset
6924 </cell>
6925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6926 \begin_inset Text
6927
6928 \begin_layout Plain Layout
6929 s
6930 \end_layout
6931
6932 \end_inset
6933 </cell>
6934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6935 \begin_inset Text
6936
6937 \begin_layout Plain Layout
6938 asd
6939 \end_layout
6940
6941 \end_inset
6942 </cell>
6943 </row>
6944 <row>
6945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6946 \begin_inset Text
6947
6948 \begin_layout Plain Layout
6949 asd
6950 \end_layout
6951
6952 \end_inset
6953 </cell>
6954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6955 \begin_inset Text
6956
6957 \begin_layout Plain Layout
6958 sad
6959 \end_layout
6960
6961 \end_inset
6962 </cell>
6963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6964 \begin_inset Text
6965
6966 \begin_layout Plain Layout
6967 asd
6968 \end_layout
6969
6970 \end_inset
6971 </cell>
6972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6973 \begin_inset Text
6974
6975 \begin_layout Plain Layout
6976 asd
6977 \end_layout
6978
6979 \end_inset
6980 </cell>
6981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6982 \begin_inset Text
6983
6984 \begin_layout Plain Layout
6985 asd
6986 \end_layout
6987
6988 \end_inset
6989 </cell>
6990 </row>
6991 </lyxtabular>
6992
6993 \end_inset
6994
6995
6996 \end_layout
6997
6998 \begin_layout Standard
6999 \begin_inset ERT
7000 status collapsed
7001
7002 \begin_layout Plain Layout
7003
7004
7005 \backslash
7006 setlength{
7007 \backslash
7008 LTcapwidth}{5cm}
7009 \end_layout
7010
7011 \end_inset
7012
7013
7014 \begin_inset Tabular
7015 <lyxtabular version="3" rows="6" columns="5">
7016 <features islongtable="true">
7017 <column alignment="center" valignment="top" width="0">
7018 <column alignment="center" valignment="top" width="0">
7019 <column alignment="center" valignment="top" width="0">
7020 <column alignment="center" valignment="top" width="0">
7021 <column alignment="center" valignment="top" width="0">
7022 <row caption="true">
7023 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7024 \begin_inset Text
7025
7026 \begin_layout Plain Layout
7027 \begin_inset Caption
7028
7029 \begin_layout Plain Layout
7030 Langer Titel mit 5
7031 \begin_inset space \thinspace{}
7032 \end_inset
7033
7034 cm Breite, Langer Titel mit 5
7035 \begin_inset space \thinspace{}
7036 \end_inset
7037
7038 cm Breite
7039 \begin_inset OptArg
7040 status open
7041
7042 \begin_layout Plain Layout
7043 Titel mit 5
7044 \begin_inset space \thinspace{}
7045 \end_inset
7046
7047 cm Breite
7048 \end_layout
7049
7050 \end_inset
7051
7052
7053 \end_layout
7054
7055 \end_inset
7056
7057
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7063 \begin_inset Text
7064
7065 \begin_layout Plain Layout
7066
7067 \end_layout
7068
7069 \end_inset
7070 </cell>
7071 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7072 \begin_inset Text
7073
7074 \begin_layout Plain Layout
7075
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7081 \begin_inset Text
7082
7083 \begin_layout Plain Layout
7084
7085 \end_layout
7086
7087 \end_inset
7088 </cell>
7089 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7090 \begin_inset Text
7091
7092 \begin_layout Plain Layout
7093
7094 \end_layout
7095
7096 \end_inset
7097 </cell>
7098 </row>
7099 <row>
7100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7101 \begin_inset Text
7102
7103 \begin_layout Plain Layout
7104 1
7105 \end_layout
7106
7107 \end_inset
7108 </cell>
7109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7110 \begin_inset Text
7111
7112 \begin_layout Plain Layout
7113 2
7114 \end_layout
7115
7116 \end_inset
7117 </cell>
7118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7119 \begin_inset Text
7120
7121 \begin_layout Plain Layout
7122 3
7123 \end_layout
7124
7125 \end_inset
7126 </cell>
7127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7128 \begin_inset Text
7129
7130 \begin_layout Plain Layout
7131 4
7132 \end_layout
7133
7134 \end_inset
7135 </cell>
7136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7137 \begin_inset Text
7138
7139 \begin_layout Plain Layout
7140 5
7141 \end_layout
7142
7143 \end_inset
7144 </cell>
7145 </row>
7146 <row>
7147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7148 \begin_inset Text
7149
7150 \begin_layout Plain Layout
7151 asd
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7157 \begin_inset Text
7158
7159 \begin_layout Plain Layout
7160 s
7161 \end_layout
7162
7163 \end_inset
7164 </cell>
7165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7166 \begin_inset Text
7167
7168 \begin_layout Plain Layout
7169 s
7170 \end_layout
7171
7172 \end_inset
7173 </cell>
7174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7175 \begin_inset Text
7176
7177 \begin_layout Plain Layout
7178 s
7179 \end_layout
7180
7181 \end_inset
7182 </cell>
7183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7184 \begin_inset Text
7185
7186 \begin_layout Plain Layout
7187 asd
7188 \end_layout
7189
7190 \end_inset
7191 </cell>
7192 </row>
7193 <row>
7194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7195 \begin_inset Text
7196
7197 \begin_layout Plain Layout
7198 asd
7199 \end_layout
7200
7201 \end_inset
7202 </cell>
7203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7204 \begin_inset Text
7205
7206 \begin_layout Plain Layout
7207 s
7208 \end_layout
7209
7210 \end_inset
7211 </cell>
7212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7213 \begin_inset Text
7214
7215 \begin_layout Plain Layout
7216 s
7217 \end_layout
7218
7219 \end_inset
7220 </cell>
7221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7222 \begin_inset Text
7223
7224 \begin_layout Plain Layout
7225 s
7226 \end_layout
7227
7228 \end_inset
7229 </cell>
7230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7231 \begin_inset Text
7232
7233 \begin_layout Plain Layout
7234 asd
7235 \end_layout
7236
7237 \end_inset
7238 </cell>
7239 </row>
7240 <row>
7241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7242 \begin_inset Text
7243
7244 \begin_layout Plain Layout
7245 asd
7246 \end_layout
7247
7248 \end_inset
7249 </cell>
7250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7251 \begin_inset Text
7252
7253 \begin_layout Plain Layout
7254 s
7255 \end_layout
7256
7257 \end_inset
7258 </cell>
7259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7260 \begin_inset Text
7261
7262 \begin_layout Plain Layout
7263 s
7264 \end_layout
7265
7266 \end_inset
7267 </cell>
7268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7269 \begin_inset Text
7270
7271 \begin_layout Plain Layout
7272 s
7273 \end_layout
7274
7275 \end_inset
7276 </cell>
7277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7278 \begin_inset Text
7279
7280 \begin_layout Plain Layout
7281 asd
7282 \end_layout
7283
7284 \end_inset
7285 </cell>
7286 </row>
7287 <row>
7288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7289 \begin_inset Text
7290
7291 \begin_layout Plain Layout
7292 asd
7293 \end_layout
7294
7295 \end_inset
7296 </cell>
7297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7298 \begin_inset Text
7299
7300 \begin_layout Plain Layout
7301 sad
7302 \end_layout
7303
7304 \end_inset
7305 </cell>
7306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7307 \begin_inset Text
7308
7309 \begin_layout Plain Layout
7310 asd
7311 \end_layout
7312
7313 \end_inset
7314 </cell>
7315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Plain Layout
7319 asd
7320 \end_layout
7321
7322 \end_inset
7323 </cell>
7324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7325 \begin_inset Text
7326
7327 \begin_layout Plain Layout
7328 asd
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 </row>
7334 </lyxtabular>
7335
7336 \end_inset
7337
7338
7339 \begin_inset ERT
7340 status collapsed
7341
7342 \begin_layout Plain Layout
7343
7344
7345 \backslash
7346 setlength{
7347 \backslash
7348 LTcapwidth}{4in}
7349 \end_layout
7350
7351 \end_inset
7352
7353
7354 \begin_inset Note Note
7355 status collapsed
7356
7357 \begin_layout Plain Layout
7358 Beschriftungsbreite zurücksetzen
7359 \end_layout
7360
7361 \end_inset
7362
7363
7364 \end_layout
7365
7366 \begin_layout Standard
7367 \begin_inset Note Greyedout
7368 status open
7369
7370 \begin_layout Plain Layout
7371
7372 \series bold
7373 Achtung:
7374 \series default
7375  Wenn das LaTeX-Paket 
7376 \series bold
7377 caption
7378 \series default
7379
7380 \begin_inset Index
7381 status collapsed
7382
7383 \begin_layout Plain Layout
7384 LaTeX-Pakete ! caption
7385 \end_layout
7386
7387 \end_inset
7388
7389  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7390  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7391  4
7392 \begin_inset space \thinspace{}
7393 \end_inset
7394
7395 Zoll für 
7396 \series bold
7397
7398 \backslash
7399 LTcapwidth
7400 \series default
7401  benutzen.
7402  Um in diesem Fall eine genau 4
7403 \begin_inset space \thinspace{}
7404 \end_inset
7405
7406 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7407  4
7408 \begin_inset space \thinspace{}
7409 \end_inset
7410
7411 Zoll veränderten Wert wie z.
7412 \begin_inset space \thinspace{}
7413 \end_inset
7414
7415 B.
7416  3.99
7417 \begin_inset space \thinspace{}
7418 \end_inset
7419
7420 Zoll verwenden oder den LaTeX-Befehl 
7421 \series bold
7422
7423 \backslash
7424 captionsetup{width=Wert}
7425 \series default
7426  benutzen, der vom 
7427 \series bold
7428 caption
7429 \series default
7430 -Paket bereitgestellt wird.
7431 \end_layout
7432
7433 \end_inset
7434
7435
7436 \end_layout
7437
7438 \begin_layout Subsubsection
7439 Unterschiedliche Titel für Tabellenseiten
7440 \begin_inset Index
7441 status collapsed
7442
7443 \begin_layout Plain Layout
7444 Tabellen ! lange ! mehrere Titel
7445 \end_layout
7446
7447 \end_inset
7448
7449
7450 \end_layout
7451
7452 \begin_layout Standard
7453 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7454  die erste, müssen Sie eine 
7455 \family sans
7456 Legende
7457 \family default
7458  mit einem nicht-leeren 
7459 \family sans
7460 Kurztitel
7461 \family default
7462  in eine leere Legende-Zeile, die als 
7463 \family sans
7464 Erste
7465 \begin_inset space ~
7466 \end_inset
7467
7468 Kopfzeile
7469 \family default
7470  definiert wurde, einfügen.
7471  Der Titel für die anderen Tabellenseiten wird als 
7472 \family sans
7473 Legende
7474 \family default
7475  ohne 
7476 \family sans
7477 Kurztitel
7478 \family default
7479  in eine leere Legende-Zeile, die als 
7480 \family sans
7481 Kopfzeile
7482 \family default
7483  definiert wurde, eingefügt.
7484  Wenn dieser Titel nicht die Tabellennummer enthalten soll, müssen Sie den
7485  Befehl
7486 \end_layout
7487
7488 \begin_layout Standard
7489
7490 \series bold
7491
7492 \backslash
7493 caption*{caption text}
7494 \end_layout
7495
7496 \begin_layout Standard
7497 anstatt der 
7498 \family sans
7499 Legende
7500 \family default
7501 -Umgebung von LyX benutzen.
7502  Die Marke, die zum Verweis auf die Tabelle benutzt werden soll, muss in
7503  den Titel der 
7504 \family sans
7505 Ersten
7506 \begin_inset space ~
7507 \end_inset
7508
7509 Kopfzeile
7510 \family default
7511  eingefügt werden.
7512  Tabelle
7513 \begin_inset space ~
7514 \end_inset
7515
7516
7517 \begin_inset CommandInset ref
7518 LatexCommand ref
7519 reference "tab:DiffCaptions"
7520
7521 \end_inset
7522
7523  ist ein Beispiel für eine 
7524 \family sans
7525 lange
7526 \begin_inset space ~
7527 \end_inset
7528
7529 Tabelle
7530 \family default
7531  mit unterschiedlichen Titeln und ohne Tabellennummer auf der zweiten Seite.
7532 \end_layout
7533
7534 \begin_layout Standard
7535 \align center
7536 \begin_inset Tabular
7537 <lyxtabular version="3" rows="60" columns="3">
7538 <features islongtable="true">
7539 <column alignment="left" valignment="top" width="0cm">
7540 <column alignment="left" valignment="top" width="0pt">
7541 <column alignment="right" valignment="top" width="0pt">
7542 <row endfirsthead="true" caption="true">
7543 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547 \begin_inset Caption
7548
7549 \begin_layout Plain Layout
7550 Telefonliste
7551 \begin_inset CommandInset label
7552 LatexCommand label
7553 name "tab:DiffCaptions"
7554
7555 \end_inset
7556
7557
7558 \begin_inset OptArg
7559 status collapsed
7560
7561 \begin_layout Plain Layout
7562 Telefonliste
7563 \end_layout
7564
7565 \end_inset
7566
7567
7568 \end_layout
7569
7570 \end_inset
7571
7572
7573 \end_layout
7574
7575 \end_inset
7576 </cell>
7577 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7578 \begin_inset Text
7579
7580 \begin_layout Plain Layout
7581
7582 \end_layout
7583
7584 \end_inset
7585 </cell>
7586 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7587 \begin_inset Text
7588
7589 \begin_layout Plain Layout
7590
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 </row>
7596 <row endfirsthead="true">
7597 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Plain Layout
7601
7602 \series bold
7603 Telefonliste (ignoriere die Namen)
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Plain Layout
7612
7613 \end_layout
7614
7615 \end_inset
7616 </cell>
7617 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7618 \begin_inset Text
7619
7620 \begin_layout Plain Layout
7621
7622 \end_layout
7623
7624 \end_inset
7625 </cell>
7626 </row>
7627 <row endfirsthead="true">
7628 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632
7633 \series bold
7634 NAME
7635 \end_layout
7636
7637 \end_inset
7638 </cell>
7639 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643
7644 \end_layout
7645
7646 \end_inset
7647 </cell>
7648 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7649 \begin_inset Text
7650
7651 \begin_layout Plain Layout
7652
7653 \series bold
7654 TEL.
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 </row>
7660 <row endhead="true" caption="true">
7661 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7662 \begin_inset Text
7663
7664 \begin_layout Plain Layout
7665 \begin_inset ERT
7666 status open
7667
7668 \begin_layout Plain Layout
7669
7670
7671 \backslash
7672 caption*{Fortsetzung der Telefonliste}
7673 \backslash
7674
7675 \backslash
7676 %
7677 \end_layout
7678
7679 \end_inset
7680
7681
7682 \end_layout
7683
7684 \end_inset
7685 </cell>
7686 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7687 \begin_inset Text
7688
7689 \begin_layout Plain Layout
7690
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7696 \begin_inset Text
7697
7698 \begin_layout Plain Layout
7699
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 </row>
7705 <row endhead="true">
7706 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7707 \begin_inset Text
7708
7709 \begin_layout Plain Layout
7710
7711 \series bold
7712 Telefonliste
7713 \end_layout
7714
7715 \end_inset
7716 </cell>
7717 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7718 \begin_inset Text
7719
7720 \begin_layout Plain Layout
7721
7722 \end_layout
7723
7724 \end_inset
7725 </cell>
7726 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7727 \begin_inset Text
7728
7729 \begin_layout Plain Layout
7730
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 </row>
7736 <row endhead="true">
7737 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7738 \begin_inset Text
7739
7740 \begin_layout Plain Layout
7741
7742 \series bold
7743 NAME
7744 \end_layout
7745
7746 \end_inset
7747 </cell>
7748 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7749 \begin_inset Text
7750
7751 \begin_layout Plain Layout
7752
7753 \end_layout
7754
7755 \end_inset
7756 </cell>
7757 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7758 \begin_inset Text
7759
7760 \begin_layout Plain Layout
7761
7762 \series bold
7763 TEL.
7764 \end_layout
7765
7766 \end_inset
7767 </cell>
7768 </row>
7769 <row endfoot="true">
7770 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7771 \begin_inset Text
7772
7773 \begin_layout Plain Layout
7774 wird fortgesetzt\SpecialChar \ldots{}
7775
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7790 \begin_inset Text
7791
7792 \begin_layout Plain Layout
7793
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 </row>
7799 <row>
7800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Plain Layout
7804
7805 \series bold
7806 Annovi
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815 Silvia
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824 111
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 </row>
7830 <row>
7831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835
7836 \series bold
7837 Bertoli
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846 Stefano
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855 111
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 </row>
7861 <row>
7862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866
7867 \series bold
7868 Bozzi
7869 \end_layout
7870
7871 \end_inset
7872 </cell>
7873 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877 Walter
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886 111
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 </row>
7892 <row>
7893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Plain Layout
7897
7898 \series bold
7899 Cachia
7900 \end_layout
7901
7902 \end_inset
7903 </cell>
7904 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Plain Layout
7908 Maria
7909 \end_layout
7910
7911 \end_inset
7912 </cell>
7913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Plain Layout
7917 111
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 </row>
7923 <row>
7924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7925 \begin_inset Text
7926
7927 \begin_layout Plain Layout
7928
7929 \series bold
7930 Cachia
7931 \end_layout
7932
7933 \end_inset
7934 </cell>
7935 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Plain Layout
7939 Maurizio
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7945 \begin_inset Text
7946
7947 \begin_layout Plain Layout
7948 111
7949 \end_layout
7950
7951 \end_inset
7952 </cell>
7953 </row>
7954 <row>
7955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7956 \begin_inset Text
7957
7958 \begin_layout Plain Layout
7959
7960 \series bold
7961 Cinquemani
7962 \end_layout
7963
7964 \end_inset
7965 </cell>
7966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7967 \begin_inset Text
7968
7969 \begin_layout Plain Layout
7970 Giusi
7971 \end_layout
7972
7973 \end_inset
7974 </cell>
7975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7976 \begin_inset Text
7977
7978 \begin_layout Plain Layout
7979 111
7980 \end_layout
7981
7982 \end_inset
7983 </cell>
7984 </row>
7985 <row>
7986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7987 \begin_inset Text
7988
7989 \begin_layout Plain Layout
7990
7991 \series bold
7992 Colin
7993 \end_layout
7994
7995 \end_inset
7996 </cell>
7997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Plain Layout
8001 Bernard
8002 \end_layout
8003
8004 \end_inset
8005 </cell>
8006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8007 \begin_inset Text
8008
8009 \begin_layout Plain Layout
8010 111
8011 \end_layout
8012
8013 \end_inset
8014 </cell>
8015 </row>
8016 <row>
8017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8018 \begin_inset Text
8019
8020 \begin_layout Plain Layout
8021
8022 \series bold
8023 Concli
8024 \end_layout
8025
8026 \end_inset
8027 </cell>
8028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8029 \begin_inset Text
8030
8031 \begin_layout Plain Layout
8032 Gianfranco
8033 \end_layout
8034
8035 \end_inset
8036 </cell>
8037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8038 \begin_inset Text
8039
8040 \begin_layout Plain Layout
8041 111
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 </row>
8047 <row>
8048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052
8053 \series bold
8054 Dal Bosco
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063 Carolina
8064 \end_layout
8065
8066 \end_inset
8067 </cell>
8068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8069 \begin_inset Text
8070
8071 \begin_layout Plain Layout
8072 111
8073 \end_layout
8074
8075 \end_inset
8076 </cell>
8077 </row>
8078 <row>
8079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083
8084 \series bold
8085 Dalpiaz
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8091 \begin_inset Text
8092
8093 \begin_layout Plain Layout
8094 Annamaria
8095 \end_layout
8096
8097 \end_inset
8098 </cell>
8099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8100 \begin_inset Text
8101
8102 \begin_layout Plain Layout
8103 111
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 </row>
8109 <row>
8110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8111 \begin_inset Text
8112
8113 \begin_layout Plain Layout
8114
8115 \series bold
8116 Feliciello
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125 Domenico
8126 \end_layout
8127
8128 \end_inset
8129 </cell>
8130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134 111
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 </row>
8140 <row>
8141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145
8146 \series bold
8147 Focarelli
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156 Paola
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165 111
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 </row>
8171 <row>
8172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176
8177 \series bold
8178 Galletti
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187 Oreste
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8193 \begin_inset Text
8194
8195 \begin_layout Plain Layout
8196 111
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 </row>
8202 <row>
8203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207
8208 \series bold
8209 Gasparini
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8215 \begin_inset Text
8216
8217 \begin_layout Plain Layout
8218 Franca
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8224 \begin_inset Text
8225
8226 \begin_layout Plain Layout
8227 111
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 </row>
8233 <row>
8234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238
8239 \series bold
8240 Rizzardi
8241 \series default
8242
8243 \begin_inset Foot
8244 status open
8245
8246 \begin_layout Plain Layout
8247 Beispielfußnote
8248 \end_layout
8249
8250 \end_inset
8251
8252
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 Paola
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270 111
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 </row>
8276 <row>
8277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281
8282 \series bold
8283 Lassini
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 Giancarlo
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301 111
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 </row>
8307 <row>
8308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312
8313 \series bold
8314 Malfatti
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 Luciano
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8329 \begin_inset Text
8330
8331 \begin_layout Plain Layout
8332 111
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 </row>
8338 <row>
8339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343
8344 \series bold
8345 Malfatti
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354 Valeriano
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363 111
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 </row>
8369 <row>
8370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374
8375 \series bold
8376 Meneguzzo
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 Roberto
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8391 \begin_inset Text
8392
8393 \begin_layout Plain Layout
8394 111
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 </row>
8400 <row>
8401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8402 \begin_inset Text
8403
8404 \begin_layout Plain Layout
8405
8406 \series bold
8407 Mezzadra
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416 Roberto
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425 111
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 </row>
8431 <row>
8432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436
8437 \series bold
8438 Pirpamer
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447 Erich
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456 111
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 </row>
8462 <row>
8463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467
8468 \series bold
8469 Pochiesa
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478 Paolo
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487 111, 222
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 </row>
8493 <row>
8494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498
8499 \series bold
8500 Radina
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509 Claudio
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518 111
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 </row>
8524 <row>
8525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529
8530 \series bold
8531 Stuffer
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540 Oskar
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549 111
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 </row>
8555 <row>
8556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560
8561 \series bold
8562 Tacchelli
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571 Ugo
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8577 \begin_inset Text
8578
8579 \begin_layout Plain Layout
8580 111
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 </row>
8586 <row>
8587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591
8592 \series bold
8593 Tezzele
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602 Margit
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611 111
8612 \end_layout
8613
8614 \end_inset
8615 </cell>
8616 </row>
8617 <row>
8618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622
8623 \series bold
8624 Unterkalmsteiner
8625 \end_layout
8626
8627 \end_inset
8628 </cell>
8629 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Plain Layout
8633 Frieda
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642 111
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 </row>
8648 <row>
8649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653
8654 \series bold
8655 Vieider
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664 Hilde
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673 111
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 </row>
8679 <row>
8680 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684
8685 \series bold
8686 Vigna
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Plain Layout
8695 Jürgen
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8701 \begin_inset Text
8702
8703 \begin_layout Plain Layout
8704 111
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 </row>
8710 <row>
8711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Plain Layout
8715
8716 \series bold
8717 Weber
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726 Maurizio
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Plain Layout
8735 111
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 </row>
8741 <row>
8742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Plain Layout
8746
8747 \series bold
8748 Winkler
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757 Franz
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766 111
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 </row>
8772 <row>
8773 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777  
8778 \end_layout
8779
8780 \end_inset
8781 </cell>
8782 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8783 \begin_inset Text
8784
8785 \begin_layout Plain Layout
8786
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 </row>
8801 <row>
8802 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806
8807 \series bold
8808 Annovi
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817 Silvia
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Plain Layout
8826 555
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 </row>
8832 <row>
8833 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837
8838 \series bold
8839 Bertoli
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848 Stefano
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8854 \begin_inset Text
8855
8856 \begin_layout Plain Layout
8857 555
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 </row>
8863 <row>
8864 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868
8869 \series bold
8870 Bozzi
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879 Walter
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888 555
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 </row>
8894 <row>
8895 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899
8900 \series bold
8901 Cachia
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910 Maria
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8916 \begin_inset Text
8917
8918 \begin_layout Plain Layout
8919 555
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 </row>
8925 <row>
8926 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930
8931 \series bold
8932 Cachia
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941 Maurizio
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950 555
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 </row>
8956 <row>
8957 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961
8962 \series bold
8963 Cinquemani
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972 Giusi
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981 555
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 </row>
8987 <row>
8988 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992
8993 \series bold
8994 Colin
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003 Bernard
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012 555
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 </row>
9018 <row>
9019 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023
9024 \series bold
9025 Concli
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034 Gianfranco
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043 555
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 </row>
9049 <row>
9050 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054
9055 \series bold
9056 Dal Bosco
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065 Carolina
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074 555
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 </row>
9080 <row>
9081 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085
9086 \series bold
9087 Dalpiaz
9088 \end_layout
9089
9090 \end_inset
9091 </cell>
9092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Plain Layout
9096 Annamaria
9097 \end_layout
9098
9099 \end_inset
9100 </cell>
9101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9102 \begin_inset Text
9103
9104 \begin_layout Plain Layout
9105 555
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 </row>
9111 <row>
9112 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116
9117 \series bold
9118 Feliciello
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127 Domenico
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9133 \begin_inset Text
9134
9135 \begin_layout Plain Layout
9136 555
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 </row>
9142 <row>
9143 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147
9148 \series bold
9149 Focarelli
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158 Paola
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9164 \begin_inset Text
9165
9166 \begin_layout Plain Layout
9167 555
9168 \end_layout
9169
9170 \end_inset
9171 </cell>
9172 </row>
9173 <row>
9174 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9175 \begin_inset Text
9176
9177 \begin_layout Plain Layout
9178
9179 \series bold
9180 Galletti
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189 Oreste
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9195 \begin_inset Text
9196
9197 \begin_layout Plain Layout
9198 555
9199 \end_layout
9200
9201 \end_inset
9202 </cell>
9203 </row>
9204 <row>
9205 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9206 \begin_inset Text
9207
9208 \begin_layout Plain Layout
9209
9210 \series bold
9211 Gasparini
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220 Franca
9221 \end_layout
9222
9223 \end_inset
9224 </cell>
9225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9226 \begin_inset Text
9227
9228 \begin_layout Plain Layout
9229 555
9230 \end_layout
9231
9232 \end_inset
9233 </cell>
9234 </row>
9235 <row>
9236 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9237 \begin_inset Text
9238
9239 \begin_layout Plain Layout
9240
9241 \series bold
9242 Rizzardi
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251 Paola
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9257 \begin_inset Text
9258
9259 \begin_layout Plain Layout
9260 555
9261 \end_layout
9262
9263 \end_inset
9264 </cell>
9265 </row>
9266 <row>
9267 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9268 \begin_inset Text
9269
9270 \begin_layout Plain Layout
9271
9272 \series bold
9273 Lassini
9274 \end_layout
9275
9276 \end_inset
9277 </cell>
9278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9279 \begin_inset Text
9280
9281 \begin_layout Plain Layout
9282 Giancarlo
9283 \end_layout
9284
9285 \end_inset
9286 </cell>
9287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9288 \begin_inset Text
9289
9290 \begin_layout Plain Layout
9291 555
9292 \end_layout
9293
9294 \end_inset
9295 </cell>
9296 </row>
9297 <row>
9298 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9299 \begin_inset Text
9300
9301 \begin_layout Plain Layout
9302
9303 \series bold
9304 Malfatti
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Plain Layout
9313 Luciano
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9319 \begin_inset Text
9320
9321 \begin_layout Plain Layout
9322 555
9323 \end_layout
9324
9325 \end_inset
9326 </cell>
9327 </row>
9328 <row>
9329 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Plain Layout
9333
9334 \series bold
9335 Malfatti
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344 Valeriano
9345 \end_layout
9346
9347 \end_inset
9348 </cell>
9349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9350 \begin_inset Text
9351
9352 \begin_layout Plain Layout
9353 555
9354 \end_layout
9355
9356 \end_inset
9357 </cell>
9358 </row>
9359 <row>
9360 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Plain Layout
9364
9365 \series bold
9366 Meneguzzo
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375 Roberto
9376 \end_layout
9377
9378 \end_inset
9379 </cell>
9380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9381 \begin_inset Text
9382
9383 \begin_layout Plain Layout
9384 555
9385 \end_layout
9386
9387 \end_inset
9388 </cell>
9389 </row>
9390 <row>
9391 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395
9396 \series bold
9397 Mezzadra
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406 Roberto
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9412 \begin_inset Text
9413
9414 \begin_layout Plain Layout
9415 555
9416 \end_layout
9417
9418 \end_inset
9419 </cell>
9420 </row>
9421 <row endlastfoot="true">
9422 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9423 \begin_inset Text
9424
9425 \begin_layout Plain Layout
9426
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9432 \begin_inset Text
9433
9434 \begin_layout Plain Layout
9435
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 </row>
9450 </lyxtabular>
9451
9452 \end_inset
9453
9454
9455 \end_layout
9456
9457 \begin_layout Section
9458 Weitere Möglichkeiten für 
9459 \family sans
9460 lange Tabelle
9461 \family default
9462 n
9463 \begin_inset CommandInset label
9464 LatexCommand label
9465 name "abs:Special-Longtable-Issues"
9466
9467 \end_inset
9468
9469
9470 \end_layout
9471
9472 \begin_layout Subsection
9473 L
9474 \family sans
9475 ange Tabelle
9476 \family default
9477 n: Berechnung
9478 \begin_inset Index
9479 status collapsed
9480
9481 \begin_layout Plain Layout
9482 Tabellen ! lange ! Berechnung
9483 \end_layout
9484
9485 \end_inset
9486
9487
9488 \end_layout
9489
9490 \begin_layout Standard
9491 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9492  sogenannten 
9493 \emph on
9494 chunks
9495 \emph default
9496  (Brocken).
9497  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9498  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9499  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9500  das die Druckausgabe.
9501  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9502  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9503  einfügen:
9504 \end_layout
9505
9506 \begin_layout Standard
9507
9508 \series bold
9509
9510 \backslash
9511 setcounter{LTchunksize}{100}
9512 \end_layout
9513
9514 \begin_layout Subsection
9515 Gleitobjekte und L
9516 \family sans
9517 ange Tabelle
9518 \family default
9519 n
9520 \begin_inset Index
9521 status collapsed
9522
9523 \begin_layout Plain Layout
9524 Tabellen ! lange ! und Gleitobjekte
9525 \end_layout
9526
9527 \end_inset
9528
9529
9530 \end_layout
9531
9532 \begin_layout Standard
9533 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9534 \family sans
9535 lange
9536 \begin_inset space ~
9537 \end_inset
9538
9539 Tabelle
9540 \family default
9541  beginnt, ein Gleitobjekt befindet.
9542  Um das zu vermeiden, können Sie vor der 
9543 \family sans
9544 langen
9545 \begin_inset space ~
9546 \end_inset
9547
9548 Tabellen
9549 \family default
9550  einen manuellen Seitenumbruch
9551 \family sans
9552  Einfügen\SpecialChar \menuseparator
9553 Formatierung\SpecialChar \menuseparator
9554 [Doppel]Seite
9555 \begin_inset space \space{}
9556 \end_inset
9557
9558 leeren
9559 \family default
9560  einfügen, siehe 
9561 \emph on
9562 Benutzerhandbuch
9563 \emph default
9564 .
9565 \end_layout
9566
9567 \begin_layout Subsection
9568 Manuelle Seitenumbrüche
9569 \begin_inset Index
9570 status collapsed
9571
9572 \begin_layout Plain Layout
9573 Tabellen ! lange ! manueller Seitenumbruch
9574 \end_layout
9575
9576 \end_inset
9577
9578
9579 \end_layout
9580
9581 \begin_layout Standard
9582 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9583  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9584  der Zelle umbrechen wollen, fügen Sie den Befehl  
9585 \begin_inset Quotes gld
9586 \end_inset
9587
9588
9589 \series bold
9590
9591 \backslash
9592
9593 \backslash
9594
9595 \series default
9596
9597 \begin_inset Quotes grd
9598 \end_inset
9599
9600  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9601  werden soll.
9602  Vor dem 
9603 \begin_inset Quotes gld
9604 \end_inset
9605
9606
9607 \series bold
9608
9609 \backslash
9610
9611 \backslash
9612
9613 \series default
9614
9615 \begin_inset Quotes grd
9616 \end_inset
9617
9618 -Befehl müssen Sie so viele 
9619 \begin_inset Quotes gld
9620 \end_inset
9621
9622
9623 \series bold
9624 &
9625 \series default
9626
9627 \begin_inset Quotes grd
9628 \end_inset
9629
9630  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9631  Mit 
9632 \begin_inset Quotes gld
9633 \end_inset
9634
9635
9636 \series bold
9637 &
9638 \series default
9639
9640 \begin_inset Quotes grd
9641 \end_inset
9642
9643   werden in LaTeX Tabellenzellen getrennt.
9644  Hinter jedes 
9645 \begin_inset Quotes gld
9646 \end_inset
9647
9648
9649 \series bold
9650 &
9651 \series default
9652
9653 \begin_inset Quotes grd
9654 \end_inset
9655
9656  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9657  und löschen den Inhalt dieser Zellen.
9658 \end_layout
9659
9660 \begin_layout Standard
9661 Hinter dem 
9662 \begin_inset Quotes gld
9663 \end_inset
9664
9665
9666 \series bold
9667
9668 \backslash
9669
9670 \backslash
9671
9672 \series default
9673
9674 \begin_inset Quotes grd
9675 \end_inset
9676
9677 -Befehl müssen Sie so viele 
9678 \begin_inset Quotes gld
9679 \end_inset
9680
9681
9682 \series bold
9683 &
9684 \series default
9685
9686 \begin_inset Quotes grd
9687 \end_inset
9688
9689  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9690  In Tabelle
9691 \begin_inset space ~
9692 \end_inset
9693
9694
9695 \begin_inset CommandInset ref
9696 LatexCommand ref
9697 reference "tab:ForcedPagebreak"
9698
9699 \end_inset
9700
9701  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9702  Es folgt noch eine weitere Spalte.
9703  Deshalb wurde hinter dem Wort 
9704 \emph on
9705 Castelchiodato, 
9706 \emph default
9707 folgendes eingefügt:
9708 \end_layout
9709
9710 \begin_layout Standard
9711
9712 \series bold
9713 & 111
9714 \backslash
9715
9716 \backslash
9717
9718 \begin_inset Newline newline
9719 \end_inset
9720
9721 &
9722 \end_layout
9723
9724 \begin_layout Standard
9725 Die 
9726 \begin_inset Quotes gld
9727 \end_inset
9728
9729 111
9730 \begin_inset Quotes grd
9731 \end_inset
9732
9733  in der dritten Spalte wurde gelöscht.
9734  Wenn die Fußzeile Ihrer 
9735 \family sans
9736 langen
9737 \begin_inset space ~
9738 \end_inset
9739
9740 Tabelle
9741 \family default
9742  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9743  Befehle benutzen:
9744 \end_layout
9745
9746 \begin_layout Standard
9747
9748 \series bold
9749 & 111
9750 \backslash
9751
9752 \backslash
9753
9754 \begin_inset Newline newline
9755 \end_inset
9756
9757
9758 \backslash
9759 hline &
9760 \end_layout
9761
9762 \begin_layout Standard
9763 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9764  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9765 \end_layout
9766
9767 \begin_layout Standard
9768
9769 \series bold
9770
9771 \backslash
9772 setlength{
9773 \backslash
9774 parfillskip}{0pt}
9775 \end_layout
9776
9777 \begin_layout Standard
9778 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9779  erscheint.
9780 \end_layout
9781
9782 \begin_layout Standard
9783 \align center
9784 \begin_inset Tabular
9785 <lyxtabular version="3" rows="39" columns="3">
9786 <features islongtable="true">
9787 <column alignment="left" valignment="top" width="0cm">
9788 <column alignment="left" valignment="top" width="3cm">
9789 <column alignment="right" valignment="top" width="0pt">
9790 <row endfirsthead="true" caption="true">
9791 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Plain Layout
9795 \begin_inset Caption
9796
9797 \begin_layout Plain Layout
9798 Tabelle mit manuellem Seitenumbruch in einer Zelle
9799 \begin_inset CommandInset label
9800 LatexCommand label
9801 name "tab:ForcedPagebreak"
9802
9803 \end_inset
9804
9805
9806 \begin_inset OptArg
9807 status collapsed
9808
9809 \begin_layout Plain Layout
9810 Tabelle mit manuellem Seitenumbruch in einer Zelle
9811 \end_layout
9812
9813 \end_inset
9814
9815
9816 \end_layout
9817
9818 \end_inset
9819
9820
9821 \end_layout
9822
9823 \end_inset
9824 </cell>
9825 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9826 \begin_inset Text
9827
9828 \begin_layout Plain Layout
9829
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9835 \begin_inset Text
9836
9837 \begin_layout Plain Layout
9838
9839 \end_layout
9840
9841 \end_inset
9842 </cell>
9843 </row>
9844 <row endfirsthead="true">
9845 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849
9850 \series bold
9851 Telefonliste (ignoriere die Namen)
9852 \end_layout
9853
9854 \end_inset
9855 </cell>
9856 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9857 \begin_inset Text
9858
9859 \begin_layout Plain Layout
9860
9861 \end_layout
9862
9863 \end_inset
9864 </cell>
9865 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9866 \begin_inset Text
9867
9868 \begin_layout Plain Layout
9869
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 </row>
9875 <row endfirsthead="true">
9876 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880
9881 \series bold
9882 NAME
9883 \end_layout
9884
9885 \end_inset
9886 </cell>
9887 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Plain Layout
9891
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900
9901 \series bold
9902 TEL.
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 </row>
9908 <row endhead="true" caption="true">
9909 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9910 \begin_inset Text
9911
9912 \begin_layout Plain Layout
9913 \begin_inset ERT
9914 status collapsed
9915
9916 \begin_layout Plain Layout
9917
9918
9919 \backslash
9920 caption*{Fortsetzung der Tabelle mit manuellem Seitenumbruch in einer Zelle}
9921 \backslash
9922
9923 \backslash
9924 %
9925 \end_layout
9926
9927 \end_inset
9928
9929
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947
9948 \end_layout
9949
9950 \end_inset
9951 </cell>
9952 </row>
9953 <row endhead="true">
9954 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958
9959 \series bold
9960 Telefonliste
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 </row>
9984 <row endhead="true">
9985 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989
9990 \series bold
9991 NAME
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009
10010 \series bold
10011 TEL.
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 </row>
10017 <row endfoot="true">
10018 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022 wird fortgesetzt\SpecialChar \ldots{}
10023
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10029 \begin_inset Text
10030
10031 \begin_layout Plain Layout
10032
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Plain Layout
10041
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 </row>
10047 <row>
10048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052
10053 \series bold
10054 Annovi
10055 \end_layout
10056
10057 \end_inset
10058 </cell>
10059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10060 \begin_inset Text
10061
10062 \begin_layout Plain Layout
10063 Silvia
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10069 \begin_inset Text
10070
10071 \begin_layout Plain Layout
10072 111
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 </row>
10078 <row>
10079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10080 \begin_inset Text
10081
10082 \begin_layout Plain Layout
10083
10084 \series bold
10085 Bertoli
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094 Stefano
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103 111
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 </row>
10109 <row>
10110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114
10115 \series bold
10116 Bozzi
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125 Walter
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134 111
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 </row>
10140 <row>
10141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145
10146 \series bold
10147 Cachia
10148 \end_layout
10149
10150 \end_inset
10151 </cell>
10152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10153 \begin_inset Text
10154
10155 \begin_layout Plain Layout
10156 Maria
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165 111
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 </row>
10171 <row>
10172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176
10177 \series bold
10178 Cachia
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10184 \begin_inset Text
10185
10186 \begin_layout Plain Layout
10187 Maurizio
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196 111
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 </row>
10202 <row>
10203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10204 \begin_inset Text
10205
10206 \begin_layout Plain Layout
10207
10208 \series bold
10209 Cinquemani
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Plain Layout
10218 Giusi
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10224 \begin_inset Text
10225
10226 \begin_layout Plain Layout
10227 111
10228 \end_layout
10229
10230 \end_inset
10231 </cell>
10232 </row>
10233 <row>
10234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10235 \begin_inset Text
10236
10237 \begin_layout Plain Layout
10238
10239 \series bold
10240 Colin
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10246 \begin_inset Text
10247
10248 \begin_layout Plain Layout
10249 Bernard
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258 111
10259 \end_layout
10260
10261 \end_inset
10262 </cell>
10263 </row>
10264 <row>
10265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269
10270 \series bold
10271 Concli
10272 \end_layout
10273
10274 \end_inset
10275 </cell>
10276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10277 \begin_inset Text
10278
10279 \begin_layout Plain Layout
10280 Gianfranco
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289 111
10290 \end_layout
10291
10292 \end_inset
10293 </cell>
10294 </row>
10295 <row>
10296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10297 \begin_inset Text
10298
10299 \begin_layout Plain Layout
10300
10301 \series bold
10302 Dal Bosco
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10308 \begin_inset Text
10309
10310 \begin_layout Plain Layout
10311 Carolina
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Plain Layout
10320 111
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 </row>
10326 <row>
10327 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331
10332 \series bold
10333 Dalpiaz
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10339 \begin_inset Text
10340
10341 \begin_layout Plain Layout
10342 Annamaria
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10348 \begin_inset Text
10349
10350 \begin_layout Plain Layout
10351 111
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 </row>
10357 <row>
10358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362
10363 \series bold
10364 Feliciello
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373 Domenico
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Plain Layout
10382 111
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 </row>
10388 <row>
10389 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393
10394 \series bold
10395 Focarelli
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10401 \begin_inset Text
10402
10403 \begin_layout Plain Layout
10404 Paola
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Plain Layout
10413 111
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 </row>
10419 <row>
10420 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424
10425 \series bold
10426 Galletti
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435 Oreste
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444 111
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 </row>
10450 <row>
10451 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Plain Layout
10455
10456 \series bold
10457 Gasparini
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Plain Layout
10466 Franca
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10472 \begin_inset Text
10473
10474 \begin_layout Plain Layout
10475 111
10476 \end_layout
10477
10478 \end_inset
10479 </cell>
10480 </row>
10481 <row>
10482 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Plain Layout
10486
10487 \series bold
10488 Lassini
10489 \end_layout
10490
10491 \end_inset
10492 </cell>
10493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Plain Layout
10497 Giancarlo
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506 111
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 </row>
10512 <row>
10513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10514 \begin_inset Text
10515
10516 \begin_layout Plain Layout
10517
10518 \series bold
10519 Malfatti
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10525 \begin_inset Text
10526
10527 \begin_layout Plain Layout
10528 Luciano
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10534 \begin_inset Text
10535
10536 \begin_layout Plain Layout
10537 111
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 </row>
10543 <row>
10544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548
10549 \series bold
10550 Malfatti
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559 Valeriano
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568 111
10569 \end_layout
10570
10571 \end_inset
10572 </cell>
10573 </row>
10574 <row>
10575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Plain Layout
10579
10580 \series bold
10581 Meneguzzo
10582 \end_layout
10583
10584 \end_inset
10585 </cell>
10586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590 Roberto
10591 \end_layout
10592
10593 \end_inset
10594 </cell>
10595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10596 \begin_inset Text
10597
10598 \begin_layout Plain Layout
10599 111
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 </row>
10605 <row>
10606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610
10611 \series bold
10612 Mezzadra
10613 \end_layout
10614
10615 \end_inset
10616 </cell>
10617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Plain Layout
10621 Roberto
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630 111
10631 \end_layout
10632
10633 \end_inset
10634 </cell>
10635 </row>
10636 <row>
10637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10638 \begin_inset Text
10639
10640 \begin_layout Plain Layout
10641
10642 \series bold
10643 Pirpamer
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10649 \begin_inset Text
10650
10651 \begin_layout Plain Layout
10652 Erich
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10658 \begin_inset Text
10659
10660 \begin_layout Plain Layout
10661 111
10662 \end_layout
10663
10664 \end_inset
10665 </cell>
10666 </row>
10667 <row>
10668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10669 \begin_inset Text
10670
10671 \begin_layout Plain Layout
10672
10673 \series bold
10674 Pochiesa
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683 Paolo
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692 111, 222
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 </row>
10698 <row>
10699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703
10704 \series bold
10705 Radina
10706 \end_layout
10707
10708 \end_inset
10709 </cell>
10710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10711 \begin_inset Text
10712
10713 \begin_layout Plain Layout
10714 Claudio
10715 \end_layout
10716
10717 \end_inset
10718 </cell>
10719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10720 \begin_inset Text
10721
10722 \begin_layout Plain Layout
10723 111
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 </row>
10729 <row>
10730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10731 \begin_inset Text
10732
10733 \begin_layout Plain Layout
10734
10735 \series bold
10736 Rizzardi
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Plain Layout
10745 Paolo, 11.
10746  Fürst von Monte\SpecialChar \-
10747 com\SpecialChar \-
10748 patri, 11.
10749  Fürst von Sulmona und Vivaro, 10.
10750  Fürst von Rossano, 5.
10751  Herzog von Canemorte, 11.
10752  Herzog von Palombara, 5.
10753  Herzog von Castelchiodato,
10754 \begin_inset ERT
10755 status open
10756
10757 \begin_layout Plain Layout
10758
10759 & 111
10760 \backslash
10761
10762 \backslash
10763
10764 \end_layout
10765
10766 \begin_layout Plain Layout
10767
10768 &
10769 \end_layout
10770
10771 \end_inset
10772
10773  11.
10774  Herzog von Poggionativo, 11.
10775  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10776  Graf von Valinfreda, 11.
10777  Baron von Cropalati, 11.
10778  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Plain Layout
10787
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 </row>
10793 <row>
10794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Plain Layout
10798
10799 \series bold
10800 Stuffer
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10806 \begin_inset Text
10807
10808 \begin_layout Plain Layout
10809 Oskar
10810 \end_layout
10811
10812 \end_inset
10813 </cell>
10814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10815 \begin_inset Text
10816
10817 \begin_layout Plain Layout
10818 111
10819 \end_layout
10820
10821 \end_inset
10822 </cell>
10823 </row>
10824 <row>
10825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10826 \begin_inset Text
10827
10828 \begin_layout Plain Layout
10829
10830 \series bold
10831 Tacchelli
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840 Ugo
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849 111
10850 \end_layout
10851
10852 \end_inset
10853 </cell>
10854 </row>
10855 <row>
10856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10857 \begin_inset Text
10858
10859 \begin_layout Plain Layout
10860
10861 \series bold
10862 Tezzele
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10868 \begin_inset Text
10869
10870 \begin_layout Plain Layout
10871 Margit
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10877 \begin_inset Text
10878
10879 \begin_layout Plain Layout
10880 111
10881 \end_layout
10882
10883 \end_inset
10884 </cell>
10885 </row>
10886 <row>
10887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891
10892 \series bold
10893 Unterkalmsteiner
10894 \end_layout
10895
10896 \end_inset
10897 </cell>
10898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10899 \begin_inset Text
10900
10901 \begin_layout Plain Layout
10902 Frieda
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911 111
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 </row>
10917 <row>
10918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922
10923 \series bold
10924 Vieider
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933 Hilde
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10939 \begin_inset Text
10940
10941 \begin_layout Plain Layout
10942 111
10943 \end_layout
10944
10945 \end_inset
10946 </cell>
10947 </row>
10948 <row>
10949 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953
10954 \series bold
10955 Vigna
10956 \end_layout
10957
10958 \end_inset
10959 </cell>
10960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964 Jürgen
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973 111
10974 \end_layout
10975
10976 \end_inset
10977 </cell>
10978 </row>
10979 <row>
10980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10981 \begin_inset Text
10982
10983 \begin_layout Plain Layout
10984
10985 \series bold
10986 Weber
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995 Maurizio
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11001 \begin_inset Text
11002
11003 \begin_layout Plain Layout
11004 111
11005 \end_layout
11006
11007 \end_inset
11008 </cell>
11009 </row>
11010 <row>
11011 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015
11016 \series bold
11017 Winkler
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026 Franz
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035 111
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 </row>
11041 <row endlastfoot="true">
11042 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Plain Layout
11046
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11052 \begin_inset Text
11053
11054 \begin_layout Plain Layout
11055
11056 \end_layout
11057
11058 \end_inset
11059 </cell>
11060 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11061 \begin_inset Text
11062
11063 \begin_layout Plain Layout
11064
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 </row>
11070 </lyxtabular>
11071
11072 \end_inset
11073
11074
11075 \end_layout
11076
11077 \begin_layout Section
11078 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11079 \end_layout
11080
11081 \begin_layout Subsection
11082 Mehrfache Zeilen in Zellen
11083 \begin_inset CommandInset label
11084 LatexCommand label
11085 name "uab:Mehrfache-Zeilen-in"
11086
11087 \end_inset
11088
11089
11090 \begin_inset Index
11091 status collapsed
11092
11093 \begin_layout Plain Layout
11094 Mehrfache ! Zeilen in Zellen
11095 \end_layout
11096
11097 \end_inset
11098
11099
11100 \begin_inset Index
11101 status collapsed
11102
11103 \begin_layout Plain Layout
11104 Tabellen ! Zeilenumbrüche
11105 \end_layout
11106
11107 \end_inset
11108
11109
11110 \end_layout
11111
11112 \begin_layout Standard
11113 \noindent
11114 \begin_inset Float table
11115 placement H
11116 wide false
11117 sideways false
11118 status open
11119
11120 \begin_layout Plain Layout
11121 \begin_inset Caption
11122
11123 \begin_layout Plain Layout
11124 \begin_inset CommandInset label
11125 LatexCommand label
11126 name "tab:Table-with-multiple"
11127
11128 \end_inset
11129
11130 Tabelle mit mehrfachen Zeilen in einer Zelle
11131 \end_layout
11132
11133 \end_inset
11134
11135
11136 \end_layout
11137
11138 \begin_layout Plain Layout
11139 \align center
11140 \begin_inset Tabular
11141 <lyxtabular version="3" rows="3" columns="3">
11142 <features>
11143 <column alignment="center" valignment="middle" width="2.5cm">
11144 <column alignment="center" valignment="middle" width="0.5cm">
11145 <column alignment="center" valignment="middle" width="0.5cm">
11146 <row>
11147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11148 \begin_inset Text
11149
11150 \begin_layout Plain Layout
11151 zwei
11152 \begin_inset Newline linebreak
11153 \end_inset
11154
11155 Zeilen
11156 \end_layout
11157
11158 \end_inset
11159 </cell>
11160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11161 \begin_inset Text
11162
11163 \begin_layout Plain Layout
11164 b
11165 \end_layout
11166
11167 \end_inset
11168 </cell>
11169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11170 \begin_inset Text
11171
11172 \begin_layout Plain Layout
11173 c
11174 \end_layout
11175
11176 \end_inset
11177 </cell>
11178 </row>
11179 <row>
11180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11181 \begin_inset Text
11182
11183 \begin_layout Plain Layout
11184 d
11185 \end_layout
11186
11187 \end_inset
11188 </cell>
11189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11190 \begin_inset Text
11191
11192 \begin_layout Plain Layout
11193 e
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202 f
11203 \end_layout
11204
11205 \end_inset
11206 </cell>
11207 </row>
11208 <row>
11209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Plain Layout
11213 g
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222 h
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11228 \begin_inset Text
11229
11230 \begin_layout Plain Layout
11231 i
11232 \end_layout
11233
11234 \end_inset
11235 </cell>
11236 </row>
11237 </lyxtabular>
11238
11239 \end_inset
11240
11241
11242 \end_layout
11243
11244 \end_inset
11245
11246
11247 \end_layout
11248
11249 \begin_layout Standard
11250 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11251  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11252  Tabelle
11253 \begin_inset space ~
11254 \end_inset
11255
11256
11257 \begin_inset CommandInset ref
11258 LatexCommand ref
11259 reference "tab:Table-with-multiple"
11260
11261 \end_inset
11262
11263  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11264 \family sans
11265 Tabellen-Einstellungen
11266 \family default
11267 -Dialog auf 2.5
11268 \begin_inset space \thinspace{}
11269 \end_inset
11270
11271 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11272  Weil unser Text schmaler als 2.5
11273 \begin_inset space \thinspace{}
11274 \end_inset
11275
11276 cm ist, würde er in einer Zeile gedruckt werden.
11277  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11278
11279 \family sans
11280 Strg-Shift-Enter
11281 \family default
11282 ) eingefügt.
11283  Wenn der Text länger ist, wird er automatisch umgebrochen.
11284 \end_layout
11285
11286 \begin_layout Standard
11287 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11288  setzen Sie die Breite der beiden Spalten im 
11289 \family sans
11290 Tabellen-Einstellungen
11291 \family default
11292 -Dialog auf 0.5
11293 \begin_inset space \thinspace{}
11294 \end_inset
11295
11296 cm und die vertikale Ausrichtung auf zentriert.
11297 \end_layout
11298
11299 \begin_layout Standard
11300 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11301  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11302  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11303  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11304  Fügen sie daher 0
11305 \begin_inset space \thinspace{}
11306 \end_inset
11307
11308 pt horizontalen Abstand vor dem Wort ein.
11309  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11310  Tabelle
11311 \begin_inset space ~
11312 \end_inset
11313
11314
11315 \begin_inset CommandInset ref
11316 LatexCommand ref
11317 reference "tab:Table-with-and"
11318
11319 \end_inset
11320
11321  zeigt die Wirkungen.
11322 \end_layout
11323
11324 \begin_layout Standard
11325 \begin_inset Float table
11326 placement h
11327 wide false
11328 sideways false
11329 status open
11330
11331 \begin_layout Plain Layout
11332 \begin_inset Caption
11333
11334 \begin_layout Plain Layout
11335 \begin_inset CommandInset label
11336 LatexCommand label
11337 name "tab:Table-with-and"
11338
11339 \end_inset
11340
11341 Tabelle ohne und mit Silbentrennung
11342 \end_layout
11343
11344 \end_inset
11345
11346
11347 \end_layout
11348
11349 \begin_layout Plain Layout
11350 \begin_inset space \hfill{}
11351 \end_inset
11352
11353
11354 \begin_inset Tabular
11355 <lyxtabular version="3" rows="3" columns="3">
11356 <features>
11357 <column alignment="center" valignment="middle" width="2.5cm">
11358 <column alignment="center" valignment="middle" width="0.5cm">
11359 <column alignment="center" valignment="middle" width="0.5cm">
11360 <row>
11361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365 einsehrlangesZellenwort
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374 b
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 c
11384 \end_layout
11385
11386 \end_inset
11387 </cell>
11388 </row>
11389 <row>
11390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11391 \begin_inset Text
11392
11393 \begin_layout Plain Layout
11394 d
11395 \end_layout
11396
11397 \end_inset
11398 </cell>
11399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Plain Layout
11403 e
11404 \end_layout
11405
11406 \end_inset
11407 </cell>
11408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11409 \begin_inset Text
11410
11411 \begin_layout Plain Layout
11412 f
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 </row>
11418 <row>
11419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11420 \begin_inset Text
11421
11422 \begin_layout Plain Layout
11423 g
11424 \end_layout
11425
11426 \end_inset
11427 </cell>
11428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11429 \begin_inset Text
11430
11431 \begin_layout Plain Layout
11432 h
11433 \end_layout
11434
11435 \end_inset
11436 </cell>
11437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11438 \begin_inset Text
11439
11440 \begin_layout Plain Layout
11441 i
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 </row>
11447 </lyxtabular>
11448
11449 \end_inset
11450
11451
11452 \begin_inset space \hfill{}
11453 \end_inset
11454
11455
11456 \begin_inset Tabular
11457 <lyxtabular version="3" rows="3" columns="3">
11458 <features>
11459 <column alignment="center" valignment="middle" width="2.5cm">
11460 <column alignment="center" valignment="middle" width="0.5cm">
11461 <column alignment="center" valignment="middle" width="0.5cm">
11462 <row>
11463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Plain Layout
11467 \begin_inset space \hspace{}
11468 \length 0pt
11469 \end_inset
11470
11471 einsehrlangesZellenwort
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 b
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 c
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 </row>
11495 <row>
11496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11497 \begin_inset Text
11498
11499 \begin_layout Plain Layout
11500 d
11501 \end_layout
11502
11503 \end_inset
11504 </cell>
11505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11506 \begin_inset Text
11507
11508 \begin_layout Plain Layout
11509 e
11510 \end_layout
11511
11512 \end_inset
11513 </cell>
11514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11515 \begin_inset Text
11516
11517 \begin_layout Plain Layout
11518 f
11519 \end_layout
11520
11521 \end_inset
11522 </cell>
11523 </row>
11524 <row>
11525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11526 \begin_inset Text
11527
11528 \begin_layout Plain Layout
11529 g
11530 \end_layout
11531
11532 \end_inset
11533 </cell>
11534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11535 \begin_inset Text
11536
11537 \begin_layout Plain Layout
11538 h
11539 \end_layout
11540
11541 \end_inset
11542 </cell>
11543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11544 \begin_inset Text
11545
11546 \begin_layout Plain Layout
11547 i
11548 \end_layout
11549
11550 \end_inset
11551 </cell>
11552 </row>
11553 </lyxtabular>
11554
11555 \end_inset
11556
11557
11558 \begin_inset space \hfill{}
11559 \end_inset
11560
11561
11562 \end_layout
11563
11564 \end_inset
11565
11566
11567 \end_layout
11568
11569 \begin_layout Subsection
11570 Mehrfachspalten
11571 \begin_inset CommandInset label
11572 LatexCommand label
11573 name "uab:Mehrfachspalten"
11574
11575 \end_inset
11576
11577
11578 \begin_inset Index
11579 status collapsed
11580
11581 \begin_layout Plain Layout
11582 Mahrfachspalten
11583 \end_layout
11584
11585 \end_inset
11586
11587
11588 \begin_inset Index
11589 status collapsed
11590
11591 \begin_layout Plain Layout
11592 Tabellen ! Mahrfachspalten
11593 \end_layout
11594
11595 \end_inset
11596
11597
11598 \end_layout
11599
11600 \begin_layout Subsubsection
11601 Grundlagen
11602 \end_layout
11603
11604 \begin_layout Standard
11605 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11606  und verwenden dann den Knopf 
11607 \begin_inset Graphics
11608         filename ../../images/tabular-feature_multicolumn.png
11609         scale 70
11610         scaleBeforeRotation
11611         BoundingBox 0bp 6bp 22bp 22bp
11612
11613 \end_inset
11614
11615  in der Werkzeugleiste, das Menü 
11616 \family sans
11617 Bearbeiten\SpecialChar \menuseparator
11618 Tabelle\SpecialChar \menuseparator
11619 Mehrfachspalte
11620 \family default
11621  oder den 
11622 \family sans
11623 Tabellen-Einstellungen
11624 \family default
11625 -Dialog, in dem Sie auf der Karteikarte 
11626 \family sans
11627 Tabellen-Einstellungen
11628 \family default
11629  
11630 \family sans
11631 Mehrfachspalte
11632 \family default
11633  ankreuzen.
11634 \end_layout
11635
11636 \begin_layout Standard
11637 Mehrfachspalten haben ihre eigenen Einstellungen.
11638  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11639  Hier ist ein Beispiel, wobei 
11640 \begin_inset Quotes gld
11641 \end_inset
11642
11643 B 2
11644 \begin_inset Quotes grd
11645 \end_inset
11646
11647  keine Mehrfachzeile ist, wie in Abschnitt
11648 \begin_inset space ~
11649 \end_inset
11650
11651
11652 \begin_inset CommandInset ref
11653 LatexCommand ref
11654 reference "uab:Mehrfachzeilen"
11655
11656 \end_inset
11657
11658  beschrieben.
11659  Es wurde nur eine Linie weggelassen:
11660 \end_layout
11661
11662 \begin_layout Standard
11663 \align center
11664 \begin_inset Tabular
11665 <lyxtabular version="3" rows="3" columns="4">
11666 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11667 <column alignment="center" valignment="top" width="0pt">
11668 <column alignment="center" valignment="middle" width="0">
11669 <column alignment="center" valignment="top" width="0in">
11670 <column alignment="center" valignment="top" width="0pt">
11671 <row>
11672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11673 \begin_inset Text
11674
11675 \begin_layout Plain Layout
11676 abc
11677 \end_layout
11678
11679 \end_inset
11680 </cell>
11681 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11682 \begin_inset Text
11683
11684 \begin_layout Plain Layout
11685 def ghi
11686 \end_layout
11687
11688 \end_inset
11689 </cell>
11690 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11691 \begin_inset Text
11692
11693 \begin_layout Plain Layout
11694
11695 \end_layout
11696
11697 \end_inset
11698 </cell>
11699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11700 \begin_inset Text
11701
11702 \begin_layout Plain Layout
11703 jkl
11704 \end_layout
11705
11706 \end_inset
11707 </cell>
11708 </row>
11709 <row>
11710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11711 \begin_inset Text
11712
11713 \begin_layout Plain Layout
11714
11715 \family roman
11716 \series medium
11717 \shape up
11718 \size normal
11719 \emph off
11720 \bar no
11721 \noun off
11722 \color none
11723 A
11724 \end_layout
11725
11726 \end_inset
11727 </cell>
11728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11729 \begin_inset Text
11730
11731 \begin_layout Plain Layout
11732 B
11733 \end_layout
11734
11735 \end_inset
11736 </cell>
11737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11738 \begin_inset Text
11739
11740 \begin_layout Plain Layout
11741 C
11742 \end_layout
11743
11744 \end_inset
11745 </cell>
11746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11747 \begin_inset Text
11748
11749 \begin_layout Plain Layout
11750 D
11751 \end_layout
11752
11753 \end_inset
11754 </cell>
11755 </row>
11756 <row>
11757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11758 \begin_inset Text
11759
11760 \begin_layout Plain Layout
11761 1
11762 \end_layout
11763
11764 \end_inset
11765 </cell>
11766 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11767 \begin_inset Text
11768
11769 \begin_layout Plain Layout
11770 2
11771 \end_layout
11772
11773 \end_inset
11774 </cell>
11775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11776 \begin_inset Text
11777
11778 \begin_layout Plain Layout
11779 3
11780 \end_layout
11781
11782 \end_inset
11783 </cell>
11784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11785 \begin_inset Text
11786
11787 \begin_layout Plain Layout
11788 4
11789 \end_layout
11790
11791 \end_inset
11792 </cell>
11793 </row>
11794 </lyxtabular>
11795
11796 \end_inset
11797
11798
11799 \end_layout
11800
11801 \begin_layout Subsubsection
11802 Mehrfachspalten-Berechnungen
11803 \begin_inset CommandInset label
11804 LatexCommand label
11805 name "uab:Mehrfachspalten-Berechnungen"
11806
11807 \end_inset
11808
11809
11810 \begin_inset Index
11811 status collapsed
11812
11813 \begin_layout Plain Layout
11814 Mahrfachspalten ! Berechnung
11815 \end_layout
11816
11817 \end_inset
11818
11819
11820 \begin_inset Index
11821 status collapsed
11822
11823 \begin_layout Plain Layout
11824 Tabellen ! Mahrfachspalten ! Berechnung
11825 \end_layout
11826
11827 \end_inset
11828
11829
11830 \end_layout
11831
11832 \begin_layout Standard
11833 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11834  Zellen beachten.
11835 \end_layout
11836
11837 \begin_layout Standard
11838 \begin_inset Float table
11839 placement h
11840 wide false
11841 sideways false
11842 status open
11843
11844 \begin_layout Plain Layout
11845 \begin_inset Caption
11846
11847 \begin_layout Plain Layout
11848 \begin_inset CommandInset label
11849 LatexCommand label
11850 name "tab:Table-with-centered"
11851
11852 \end_inset
11853
11854 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11855  die halbe Breite der Mehrfachspalten-Zelle haben
11856 \begin_inset OptArg
11857 status collapsed
11858
11859 \begin_layout Plain Layout
11860 Eine Mehrfachspalten-Tabelle
11861 \end_layout
11862
11863 \end_inset
11864
11865
11866 \end_layout
11867
11868 \end_inset
11869
11870
11871 \end_layout
11872
11873 \begin_layout Plain Layout
11874 \align center
11875 \begin_inset Tabular
11876 <lyxtabular version="3" rows="3" columns="3">
11877 <features>
11878 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11879 <column alignment="center" valignment="middle" width="0">
11880 <column alignment="center" valignment="top" width="0">
11881 <row>
11882 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11883 \begin_inset Text
11884
11885 \begin_layout Plain Layout
11886 Dies ist eine Mehrfach\SpecialChar \-
11887 spalten-Zelle
11888 \end_layout
11889
11890 \end_inset
11891 </cell>
11892 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11893 \begin_inset Text
11894
11895 \begin_layout Plain Layout
11896
11897 \end_layout
11898
11899 \end_inset
11900 </cell>
11901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11902 \begin_inset Text
11903
11904 \begin_layout Plain Layout
11905 c
11906 \end_layout
11907
11908 \end_inset
11909 </cell>
11910 </row>
11911 <row>
11912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11913 \begin_inset Text
11914
11915 \begin_layout Plain Layout
11916 d
11917 \end_layout
11918
11919 \end_inset
11920 </cell>
11921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11922 \begin_inset Text
11923
11924 \begin_layout Plain Layout
11925 e
11926 \end_layout
11927
11928 \end_inset
11929 </cell>
11930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11931 \begin_inset Text
11932
11933 \begin_layout Plain Layout
11934 f
11935 \end_layout
11936
11937 \end_inset
11938 </cell>
11939 </row>
11940 <row>
11941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11942 \begin_inset Text
11943
11944 \begin_layout Plain Layout
11945 g
11946 \end_layout
11947
11948 \end_inset
11949 </cell>
11950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11951 \begin_inset Text
11952
11953 \begin_layout Plain Layout
11954 h
11955 \end_layout
11956
11957 \end_inset
11958 </cell>
11959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11960 \begin_inset Text
11961
11962 \begin_layout Plain Layout
11963 i
11964 \end_layout
11965
11966 \end_inset
11967 </cell>
11968 </row>
11969 </lyxtabular>
11970
11971 \end_inset
11972
11973
11974 \end_layout
11975
11976 \end_inset
11977
11978
11979 \end_layout
11980
11981 \begin_layout Standard
11982 Um Tabelle
11983 \begin_inset space ~
11984 \end_inset
11985
11986
11987 \begin_inset CommandInset ref
11988 LatexCommand ref
11989 reference "tab:Table-with-centered"
11990
11991 \end_inset
11992
11993  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11994  3×3-Tabelle, kreuzen im 
11995 \family sans
11996 Tabellen-Einstellungen
11997 \family default
11998 -Dialog 
11999 \family sans
12000 Mehrfachspalte
12001 \family default
12002  an, setzen die 
12003 \family sans
12004 Horizontale
12005 \begin_inset space ~
12006 \end_inset
12007
12008 Ausrichtung
12009 \family default
12010  auf 
12011 \family sans
12012 Zentriert
12013 \family default
12014  und die 
12015 \family sans
12016 Breite
12017 \family default
12018  auf 2.5
12019 \begin_inset space \thinspace{}
12020 \end_inset
12021
12022 cm.
12023  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12024  Sie die Breite der ersten Spalte auf 1.25
12025 \begin_inset space \thinspace{}
12026 \end_inset
12027
12028 cm setzen.
12029  Die zweite Spalte wird dann automatisch 1.25
12030 \begin_inset space \thinspace{}
12031 \end_inset
12032
12033 cm breit (Breite der 
12034 \family sans
12035 Mehrfachspalte
12036 \family default
12037  
12038 \begin_inset Formula $-$
12039 \end_inset
12040
12041  Breite der ersten Spalte).
12042  Dies wurde so für Tabelle
12043 \begin_inset space ~
12044 \end_inset
12045
12046
12047 \begin_inset CommandInset ref
12048 LatexCommand ref
12049 reference "tab:Table-without-half"
12050
12051 \end_inset
12052
12053  gemacht.
12054 \end_layout
12055
12056 \begin_layout Standard
12057 \begin_inset Float table
12058 wide false
12059 sideways false
12060 status open
12061
12062 \begin_layout Plain Layout
12063 \begin_inset Caption
12064
12065 \begin_layout Plain Layout
12066 \begin_inset CommandInset label
12067 LatexCommand label
12068 name "tab:Table-without-half"
12069
12070 \end_inset
12071
12072 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12073  wie die Mehrfachspalte
12074 \begin_inset OptArg
12075 status collapsed
12076
12077 \begin_layout Plain Layout
12078 Eine unvollkommene Mehrfachspalten-Tabelle
12079 \end_layout
12080
12081 \end_inset
12082
12083
12084 \end_layout
12085
12086 \end_inset
12087
12088
12089 \end_layout
12090
12091 \begin_layout Plain Layout
12092 \align center
12093 \begin_inset Tabular
12094 <lyxtabular version="3" rows="3" columns="3">
12095 <features>
12096 <column alignment="center" valignment="top" width="1.25cm">
12097 <column alignment="center" valignment="top" width="0">
12098 <column alignment="center" valignment="top" width="0">
12099 <row>
12100 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12101 \begin_inset Text
12102
12103 \begin_layout Plain Layout
12104 Dies ist auch eine Mehr\SpecialChar \-
12105 fach\SpecialChar \-
12106 spalten-Zelle
12107 \end_layout
12108
12109 \end_inset
12110 </cell>
12111 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12112 \begin_inset Text
12113
12114 \begin_layout Plain Layout
12115
12116 \end_layout
12117
12118 \end_inset
12119 </cell>
12120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12121 \begin_inset Text
12122
12123 \begin_layout Plain Layout
12124 c
12125 \end_layout
12126
12127 \end_inset
12128 </cell>
12129 </row>
12130 <row>
12131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12132 \begin_inset Text
12133
12134 \begin_layout Plain Layout
12135 d
12136 \end_layout
12137
12138 \end_inset
12139 </cell>
12140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12141 \begin_inset Text
12142
12143 \begin_layout Plain Layout
12144 e
12145 \end_layout
12146
12147 \end_inset
12148 </cell>
12149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12150 \begin_inset Text
12151
12152 \begin_layout Plain Layout
12153 f
12154 \end_layout
12155
12156 \end_inset
12157 </cell>
12158 </row>
12159 <row>
12160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12161 \begin_inset Text
12162
12163 \begin_layout Plain Layout
12164 g
12165 \end_layout
12166
12167 \end_inset
12168 </cell>
12169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12170 \begin_inset Text
12171
12172 \begin_layout Plain Layout
12173 h
12174 \end_layout
12175
12176 \end_inset
12177 </cell>
12178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12179 \begin_inset Text
12180
12181 \begin_layout Plain Layout
12182 i
12183 \end_layout
12184
12185 \end_inset
12186 </cell>
12187 </row>
12188 </lyxtabular>
12189
12190 \end_inset
12191
12192
12193 \end_layout
12194
12195 \end_inset
12196
12197
12198 \end_layout
12199
12200 \begin_layout Standard
12201 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12202  als die zweite ist.
12203  Das liegt daran, dass die Zellenbreite 
12204 \begin_inset Formula $W_{\mathrm{tot}}$
12205 \end_inset
12206
12207  nicht ihre definierte Breite 
12208 \begin_inset Formula $W_{g}$
12209 \end_inset
12210
12211  ist, sondern ein wenig mehr.
12212  Anhang
12213 \begin_inset space ~
12214 \end_inset
12215
12216
12217 \begin_inset CommandInset ref
12218 LatexCommand ref
12219 reference "kap:Exläuterung-einer-Gleichung"
12220
12221 \end_inset
12222
12223  erklärt das genauer.
12224 \end_layout
12225
12226 \begin_layout Standard
12227 Wenn 
12228 \emph on
12229 n
12230 \emph default
12231  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12232  die definierte Breite 
12233 \begin_inset Formula $W_{g\, n}$
12234 \end_inset
12235
12236  einer Spalte, deren totale Breite = 
12237 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12238 \end_inset
12239
12240  sein soll, wie folgt:
12241 \begin_inset Formula \begin{equation}
12242 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12243
12244 \end_inset
12245
12246
12247 \end_layout
12248
12249 \begin_layout Standard
12250 In unserem Falls ist 
12251 \begin_inset Formula $n=2$
12252 \end_inset
12253
12254
12255 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12256 \end_inset
12257
12258 cm, und damit wird aus Gleichung
12259 \begin_inset space ~
12260 \end_inset
12261
12262
12263 \begin_inset CommandInset ref
12264 LatexCommand ref
12265 reference "eq:Wgn"
12266
12267 \end_inset
12268
12269  
12270 \begin_inset Formula \begin{equation}
12271 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12272
12273 \end_inset
12274
12275
12276 \end_layout
12277
12278 \begin_layout Standard
12279 Damit LaTeX rechnen kann, muss das Paket 
12280 \series bold
12281 calc
12282 \series default
12283  im Vorspann geladen werden.
12284 \begin_inset Index
12285 status collapsed
12286
12287 \begin_layout Plain Layout
12288 LaTeX-Pakete ! calc
12289 \end_layout
12290
12291 \end_inset
12292
12293
12294 \end_layout
12295
12296 \begin_layout Standard
12297
12298 \series bold
12299
12300 \backslash
12301 usepackage{calc}
12302 \end_layout
12303
12304 \begin_layout Standard
12305 LyX erlaubt im 
12306 \family sans
12307 Breite
12308 \family default
12309 -Feld des 
12310 \family sans
12311 Tabellen-Einstellungen
12312 \family default
12313 -Dialogs keine Berechnungen.
12314  Deshalb müssen Sie die Formel für die Breite im Feld 
12315 \family sans
12316 LaTe
12317 \begin_inset ERT
12318 status collapsed
12319
12320 \begin_layout Plain Layout
12321
12322 {}
12323 \end_layout
12324
12325 \end_inset
12326
12327 X-Argument
12328 \family default
12329  eingeben.
12330  Hier iss ein Überblick über die Argumente:
12331 \end_layout
12332
12333 \begin_layout Itemize
12334
12335 \series bold
12336 p{Breite}
12337 \series default
12338  die Zelle bekommt eine feste 
12339 \series bold
12340 Breite
12341 \series default
12342 , und die vertikale Ausrichtung ist 
12343 \family sans
12344 Oben
12345 \end_layout
12346
12347 \begin_layout Itemize
12348
12349 \series bold
12350 m{Breite}
12351 \series default
12352  die Zelle bekommt eine feste 
12353 \series bold
12354 Breite
12355 \series default
12356 , und die vertikale Ausrichtung ist 
12357 \family sans
12358 Mitte
12359 \end_layout
12360
12361 \begin_layout Itemize
12362
12363 \series bold
12364 b{Breite}
12365 \series default
12366  die Zelle bekommt eine feste 
12367 \series bold
12368 Breite
12369 \series default
12370 , und die vertikale Ausrichtung ist 
12371 \family sans
12372 Unten
12373 \end_layout
12374
12375 \begin_layout Standard
12376 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12377  für diese Zelle überschrieben.
12378 \end_layout
12379
12380 \begin_layout Standard
12381 \begin_inset Note Greyedout
12382 status open
12383
12384 \begin_layout Plain Layout
12385
12386 \series bold
12387 Bemerkung:
12388 \series default
12389  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12390  angezeigt.
12391 \end_layout
12392
12393 \end_inset
12394
12395
12396 \end_layout
12397
12398 \begin_layout Standard
12399 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12400  der Zelle mit dem Inhalt 
12401 \begin_inset Quotes gld
12402 \end_inset
12403
12404 d
12405 \begin_inset Quotes grd
12406 \end_inset
12407
12408  der Tabelle
12409 \begin_inset space ~
12410 \end_inset
12411
12412
12413 \begin_inset CommandInset ref
12414 LatexCommand ref
12415 reference "tab:Table-with-centered"
12416
12417 \end_inset
12418
12419  auch noch der Befehl
12420 \family typewriter
12421 \series bold
12422  
12423 \family default
12424
12425 \backslash
12426 centering
12427 \series default
12428  hinzugefügt.
12429  Das Ganze sieht dann so aus:
12430 \end_layout
12431
12432 \begin_layout Standard
12433
12434 \series bold
12435 |>{
12436 \backslash
12437 centering}m{1.25cm-6.2pt}
12438 \end_layout
12439
12440 \begin_layout Standard
12441 Der vertikale Strich 
12442 \series bold
12443
12444 \begin_inset Quotes gld
12445 \end_inset
12446
12447 |
12448 \series default
12449
12450 \begin_inset Quotes grd
12451 \end_inset
12452
12453  am Anfang zeichnet die linke Linie, und der Befehl 
12454 \series bold
12455
12456 \begin_inset Quotes gld
12457 \end_inset
12458
12459 >{ }
12460 \begin_inset Quotes grd
12461 \end_inset
12462
12463
12464 \series default
12465  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12466  der Zelle benutzt werden sollen.
12467 \end_layout
12468
12469 \begin_layout Standard
12470 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12471  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12472  für einzelne Spalten anwendet.
12473  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12474  werden:
12475 \end_layout
12476
12477 \begin_layout Standard
12478
12479 \series bold
12480 |>{
12481 \backslash
12482 centering}m{2.5cm}|
12483 \end_layout
12484
12485 \begin_layout Subsection
12486 Mehrfachzeilen
12487 \begin_inset CommandInset label
12488 LatexCommand label
12489 name "uab:Mehrfachzeilen"
12490
12491 \end_inset
12492
12493
12494 \begin_inset Index
12495 status collapsed
12496
12497 \begin_layout Plain Layout
12498 Mehrfachzeilen
12499 \end_layout
12500
12501 \end_inset
12502
12503
12504 \begin_inset Index
12505 status collapsed
12506
12507 \begin_layout Plain Layout
12508 Tabellen ! Mehrfachzeilen
12509 \end_layout
12510
12511 \end_inset
12512
12513
12514 \end_layout
12515
12516 \begin_layout Standard
12517 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12518  unterstützt, sodass etwas TeX-Code notwendig ist.
12519  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12520 \series bold
12521 multirow
12522 \series default
12523
12524 \begin_inset Index
12525 status collapsed
12526
12527 \begin_layout Plain Layout
12528 LaTeX-Pakete ! multirow
12529 \end_layout
12530
12531 \end_inset
12532
12533  im Vorspann geladen werden:
12534 \end_layout
12535
12536 \begin_layout Standard
12537
12538 \series bold
12539
12540 \backslash
12541 usepackage{multirow}
12542 \end_layout
12543
12544 \begin_layout Standard
12545 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12546 \end_layout
12547
12548 \begin_layout Standard
12549
12550 \series bold
12551
12552 \backslash
12553 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12554 \end_layout
12555
12556 \begin_layout Standard
12557 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
12558  Mehrfachspalte definiert und die obere Linie entfernt.
12559 \end_layout
12560
12561 \begin_layout Standard
12562 \align center
12563 \begin_inset ERT
12564 status collapsed
12565
12566 \begin_layout Plain Layout
12567
12568
12569 \backslash
12570 renewcommand{
12571 \backslash
12572 multirowsetup}{
12573 \backslash
12574 centering}
12575 \end_layout
12576
12577 \end_inset
12578
12579
12580 \begin_inset Tabular
12581 <lyxtabular version="3" rows="3" columns="3">
12582 <features>
12583 <column alignment="center" valignment="top" width="0">
12584 <column alignment="center" valignment="top" width="0">
12585 <column alignment="center" valignment="top" width="0">
12586 <row>
12587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12588 \begin_inset Text
12589
12590 \begin_layout Plain Layout
12591 a
12592 \end_layout
12593
12594 \end_inset
12595 </cell>
12596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12597 \begin_inset Text
12598
12599 \begin_layout Plain Layout
12600 b
12601 \end_layout
12602
12603 \end_inset
12604 </cell>
12605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12606 \begin_inset Text
12607
12608 \begin_layout Plain Layout
12609 c
12610 \end_layout
12611
12612 \end_inset
12613 </cell>
12614 </row>
12615 <row>
12616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12617 \begin_inset Text
12618
12619 \begin_layout Plain Layout
12620 \begin_inset ERT
12621 status collapsed
12622
12623 \begin_layout Plain Layout
12624
12625
12626 \backslash
12627 multirow{2}{2.5cm}{
12628 \end_layout
12629
12630 \end_inset
12631
12632 Mehrfach\SpecialChar \-
12633 zeilen-Text
12634 \begin_inset ERT
12635 status collapsed
12636
12637 \begin_layout Plain Layout
12638
12639 }
12640 \end_layout
12641
12642 \end_inset
12643
12644
12645 \end_layout
12646
12647 \end_inset
12648 </cell>
12649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12650 \begin_inset Text
12651
12652 \begin_layout Plain Layout
12653 e
12654 \end_layout
12655
12656 \end_inset
12657 </cell>
12658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12659 \begin_inset Text
12660
12661 \begin_layout Plain Layout
12662 f
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 </row>
12668 <row>
12669 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12670 \begin_inset Text
12671
12672 \begin_layout Plain Layout
12673
12674 \end_layout
12675
12676 \end_inset
12677 </cell>
12678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12679 \begin_inset Text
12680
12681 \begin_layout Plain Layout
12682 h
12683 \end_layout
12684
12685 \end_inset
12686 </cell>
12687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12688 \begin_inset Text
12689
12690 \begin_layout Plain Layout
12691 i
12692 \end_layout
12693
12694 \end_inset
12695 </cell>
12696 </row>
12697 </lyxtabular>
12698
12699 \end_inset
12700
12701
12702 \begin_inset ERT
12703 status collapsed
12704
12705 \begin_layout Plain Layout
12706
12707
12708 \backslash
12709 renewcommand{
12710 \backslash
12711 multirowsetup}{
12712 \backslash
12713 raggedright}
12714 \end_layout
12715
12716 \end_inset
12717
12718
12719 \end_layout
12720
12721 \begin_layout Standard
12722 In der Zelle darüber wurde dann mit dem Befehl
12723 \end_layout
12724
12725 \begin_layout Standard
12726
12727 \series bold
12728
12729 \backslash
12730 multirow{2}{2.5cm}{
12731 \end_layout
12732
12733 \begin_layout Standard
12734 als TeX-Code die Mehrfachzeile definiert.
12735  Sie besteht aus zwei Zeilen und einer Breite von 2.5
12736 \begin_inset space \thinspace{}
12737 \end_inset
12738
12739 cm.
12740  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12741  mit der Klammer 
12742 \begin_inset Quotes gld
12743 \end_inset
12744
12745
12746 \series bold
12747 }
12748 \series default
12749
12750 \begin_inset Quotes grd
12751 \end_inset
12752
12753  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12754 \end_layout
12755
12756 \begin_layout Standard
12757
12758 \series bold
12759
12760 \backslash
12761 multirow
12762 \series default
12763  richtet seinen Inhalt standardmäßig linksbündig aus.
12764  Das wurde mit dem Befehl
12765 \end_layout
12766
12767 \begin_layout Standard
12768
12769 \series bold
12770
12771 \backslash
12772 renewcommand{
12773 \backslash
12774 multirowsetup}{
12775 \backslash
12776 centering}
12777 \end_layout
12778
12779 \begin_layout Standard
12780 als TeX-Code  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12781 \end_layout
12782
12783 \begin_layout Standard
12784
12785 \series bold
12786
12787 \backslash
12788 renewcommand{
12789 \backslash
12790 multirowsetup}{
12791 \backslash
12792 raggedright}
12793 \end_layout
12794
12795 \begin_layout Standard
12796 zurückgesetzt.
12797  Für rechtsbündigen Text benutzt man 
12798 \series bold
12799
12800 \backslash
12801 raggedleft
12802 \series default
12803 .
12804 \end_layout
12805
12806 \begin_layout Section
12807 Formale Tabellen
12808 \begin_inset CommandInset label
12809 LatexCommand label
12810 name "abs:Formale-Tabellen"
12811
12812 \end_inset
12813
12814
12815 \begin_inset Index
12816 status collapsed
12817
12818 \begin_layout Plain Layout
12819 Tabellen ! Formale
12820 \end_layout
12821
12822 \end_inset
12823
12824
12825 \end_layout
12826
12827 \begin_layout Standard
12828 Tabellen werden in Büchern oft wie Tabelle
12829 \begin_inset space ~
12830 \end_inset
12831
12832
12833 \begin_inset CommandInset ref
12834 LatexCommand ref
12835 reference "tab:Formale-Tabelle"
12836
12837 \end_inset
12838
12839  gesetzt.
12840  Diese Tabellen werden
12841 \emph on
12842  formal
12843 \emph default
12844  genannt.
12845  Formale Tabellen bekommen Sie, wenn Sie im 
12846 \family sans
12847 Tabellen-Einstellungen
12848 \family default
12849 -Dialog auf der Karteikarte 
12850 \family sans
12851 Rahmen
12852 \family default
12853  den 
12854 \family sans
12855 Stil
12856 \family default
12857  
12858 \family sans
12859 Formal
12860 \family default
12861  ankreuzen.
12862 \end_layout
12863
12864 \begin_layout Standard
12865 \begin_inset Float table
12866 placement h
12867 wide false
12868 sideways false
12869 status open
12870
12871 \begin_layout Plain Layout
12872 \begin_inset Caption
12873
12874 \begin_layout Plain Layout
12875 \begin_inset CommandInset label
12876 LatexCommand label
12877 name "tab:Formale-Tabelle"
12878
12879 \end_inset
12880
12881 Formale Tabelle
12882 \end_layout
12883
12884 \end_inset
12885
12886
12887 \end_layout
12888
12889 \begin_layout Plain Layout
12890 \align center
12891 \begin_inset Tabular
12892 <lyxtabular version="3" rows="8" columns="4">
12893 <features booktabs="true">
12894 <column alignment="center" valignment="top" width="0">
12895 <column alignment="right" valignment="top" width="0">
12896 <column alignment="right" valignment="top" width="0">
12897 <column alignment="right" valignment="top" width="0">
12898 <row>
12899 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12900 \begin_inset Text
12901
12902 \begin_layout Plain Layout
12903 System
12904 \end_layout
12905
12906 \end_inset
12907 </cell>
12908 <cell alignment="center" valignment="top" topline="true" usebox="none">
12909 \begin_inset Text
12910
12911 \begin_layout Plain Layout
12912 Medipix
12913 \begin_inset Formula $\,$
12914 \end_inset
12915
12916 1
12917 \end_layout
12918
12919 \end_inset
12920 </cell>
12921 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12922 \begin_inset Text
12923
12924 \begin_layout Plain Layout
12925 Medipix
12926 \begin_inset Formula $\,$
12927 \end_inset
12928
12929 2
12930 \end_layout
12931
12932 \end_inset
12933 </cell>
12934 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12935 \begin_inset Text
12936
12937 \begin_layout Plain Layout
12938
12939 \end_layout
12940
12941 \end_inset
12942 </cell>
12943 </row>
12944 <row>
12945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12946 \begin_inset Text
12947
12948 \begin_layout Plain Layout
12949 \begin_inset ERT
12950 status collapsed
12951
12952 \begin_layout Plain Layout
12953
12954
12955 \backslash
12956 cmidrule(r){2-2}
12957 \end_layout
12958
12959 \end_inset
12960
12961
12962 \begin_inset ERT
12963 status collapsed
12964
12965 \begin_layout Plain Layout
12966
12967
12968 \backslash
12969 cmidrule(l){3-4}
12970 \end_layout
12971
12972 \end_inset
12973
12974 Detektordicke [µm]
12975 \end_layout
12976
12977 \end_inset
12978 </cell>
12979 <cell alignment="center" valignment="top" usebox="none">
12980 \begin_inset Text
12981
12982 \begin_layout Plain Layout
12983 300
12984 \end_layout
12985
12986 \end_inset
12987 </cell>
12988 <cell alignment="center" valignment="top" usebox="none">
12989 \begin_inset Text
12990
12991 \begin_layout Plain Layout
12992 300
12993 \end_layout
12994
12995 \end_inset
12996 </cell>
12997 <cell alignment="center" valignment="top" usebox="none">
12998 \begin_inset Text
12999
13000 \begin_layout Plain Layout
13001 700
13002 \end_layout
13003
13004 \end_inset
13005 </cell>
13006 </row>
13007 <row>
13008 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13009 \begin_inset Text
13010
13011 \begin_layout Plain Layout
13012 Kantenwinkel [°]
13013 \end_layout
13014
13015 \end_inset
13016 </cell>
13017 <cell alignment="center" valignment="top" topline="true" usebox="none">
13018 \begin_inset Text
13019
13020 \begin_layout Plain Layout
13021 3.55
13022 \end_layout
13023
13024 \end_inset
13025 </cell>
13026 <cell alignment="center" valignment="top" topline="true" usebox="none">
13027 \begin_inset Text
13028
13029 \begin_layout Plain Layout
13030 2.71
13031 \end_layout
13032
13033 \end_inset
13034 </cell>
13035 <cell alignment="center" valignment="top" topline="true" usebox="none">
13036 \begin_inset Text
13037
13038 \begin_layout Plain Layout
13039 7.99
13040 \end_layout
13041
13042 \end_inset
13043 </cell>
13044 </row>
13045 <row topspace="default">
13046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13047 \begin_inset Text
13048
13049 \begin_layout Plain Layout
13050 räumliche Auf\SpecialChar \textcompwordmark{}
13051 lösung [µm]
13052 \end_layout
13053
13054 \end_inset
13055 </cell>
13056 <cell alignment="center" valignment="top" usebox="none">
13057 \begin_inset Text
13058
13059 \begin_layout Plain Layout
13060 4.26
13061 \end_layout
13062
13063 \end_inset
13064 </cell>
13065 <cell alignment="center" valignment="top" usebox="none">
13066 \begin_inset Text
13067
13068 \begin_layout Plain Layout
13069 10.17
13070 \end_layout
13071
13072 \end_inset
13073 </cell>
13074 <cell alignment="center" valignment="top" usebox="none">
13075 \begin_inset Text
13076
13077 \begin_layout Plain Layout
13078 10.56
13079 \end_layout
13080
13081 \end_inset
13082 </cell>
13083 </row>
13084 <row topspace="default">
13085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13086 \begin_inset Text
13087
13088 \begin_layout Plain Layout
13089 MTF bei 
13090 \begin_inset Formula $f_{\mathrm{max}}$
13091 \end_inset
13092
13093
13094 \end_layout
13095
13096 \end_inset
13097 </cell>
13098 <cell alignment="center" valignment="top" usebox="none">
13099 \begin_inset Text
13100
13101 \begin_layout Plain Layout
13102 0.53
13103 \end_layout
13104
13105 \end_inset
13106 </cell>
13107 <cell alignment="center" valignment="top" usebox="none">
13108 \begin_inset Text
13109
13110 \begin_layout Plain Layout
13111 0.37
13112 \end_layout
13113
13114 \end_inset
13115 </cell>
13116 <cell alignment="center" valignment="top" usebox="none">
13117 \begin_inset Text
13118
13119 \begin_layout Plain Layout
13120 0.39
13121 \end_layout
13122
13123 \end_inset
13124 </cell>
13125 </row>
13126 <row topspace="default">
13127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13128 \begin_inset Text
13129
13130 \begin_layout Plain Layout
13131 \begin_inset ERT
13132 status collapsed
13133
13134 \begin_layout Plain Layout
13135
13136
13137 \backslash
13138 cmidrule(l{10pt}){1-1}
13139 \end_layout
13140
13141 \end_inset
13142
13143 LSF räumliche Auf\SpecialChar \textcompwordmark{}
13144 lösung
13145 \end_layout
13146
13147 \end_inset
13148 </cell>
13149 <cell alignment="center" valignment="top" usebox="none">
13150 \begin_inset Text
13151
13152 \begin_layout Plain Layout
13153
13154 \end_layout
13155
13156 \end_inset
13157 </cell>
13158 <cell alignment="center" valignment="top" usebox="none">
13159 \begin_inset Text
13160
13161 \begin_layout Plain Layout
13162
13163 \end_layout
13164
13165 \end_inset
13166 </cell>
13167 <cell alignment="center" valignment="top" usebox="none">
13168 \begin_inset Text
13169
13170 \begin_layout Plain Layout
13171
13172 \end_layout
13173
13174 \end_inset
13175 </cell>
13176 </row>
13177 <row>
13178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13179 \begin_inset Text
13180
13181 \begin_layout Plain Layout
13182 in µm
13183 \end_layout
13184
13185 \end_inset
13186 </cell>
13187 <cell alignment="center" valignment="top" usebox="none">
13188 \begin_inset Text
13189
13190 \begin_layout Plain Layout
13191 129.7
13192 \end_layout
13193
13194 \end_inset
13195 </cell>
13196 <cell alignment="center" valignment="top" usebox="none">
13197 \begin_inset Text
13198
13199 \begin_layout Plain Layout
13200 52.75
13201 \end_layout
13202
13203 \end_inset
13204 </cell>
13205 <cell alignment="center" valignment="top" usebox="none">
13206 \begin_inset Text
13207
13208 \begin_layout Plain Layout
13209 50.78
13210 \end_layout
13211
13212 \end_inset
13213 </cell>
13214 </row>
13215 <row>
13216 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13217 \begin_inset Text
13218
13219 \begin_layout Plain Layout
13220 in % der Pixelgröße
13221 \end_layout
13222
13223 \end_inset
13224 </cell>
13225 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13226 \begin_inset Text
13227
13228 \begin_layout Plain Layout
13229 76.3
13230 \end_layout
13231
13232 \end_inset
13233 </cell>
13234 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13235 \begin_inset Text
13236
13237 \begin_layout Plain Layout
13238 95.9
13239 \end_layout
13240
13241 \end_inset
13242 </cell>
13243 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13244 \begin_inset Text
13245
13246 \begin_layout Plain Layout
13247 92.3
13248 \end_layout
13249
13250 \end_inset
13251 </cell>
13252 </row>
13253 </lyxtabular>
13254
13255 \end_inset
13256
13257
13258 \end_layout
13259
13260 \end_inset
13261
13262
13263 \end_layout
13264
13265 \begin_layout Standard
13266 Abstände zu Tabellenzeilen können auf der Karteikarte 
13267 \family sans
13268 Rahmen
13269 \family default
13270  des 
13271 \family sans
13272 Tabellen-Ein\SpecialChar \-
13273 stel\SpecialChar \-
13274 lun\SpecialChar \-
13275 gen
13276 \family default
13277 -Dialogs hinzugefügt werden, wie in Abschnitt
13278 \begin_inset space ~
13279 \end_inset
13280
13281
13282 \begin_inset CommandInset ref
13283 LatexCommand ref
13284 reference "uab:Zeilenabstand"
13285
13286 \end_inset
13287
13288  beschrieben.
13289 \end_layout
13290
13291 \begin_layout Standard
13292 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13293  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13294  gedruckt aber anders aus.
13295  Die erste und letzte Linie ist 0.08
13296 \begin_inset space \thinspace{}
13297 \end_inset
13298
13299 em dick, während die anderen 0.05
13300 \begin_inset space \thinspace{}
13301 \end_inset
13302
13303 em dick sind.
13304 \end_layout
13305
13306 \begin_layout Standard
13307 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13308 \end_layout
13309
13310 \begin_layout Standard
13311
13312 \series bold
13313
13314 \backslash
13315 let
13316 \backslash
13317 mytoprule
13318 \backslash
13319 toprule
13320 \begin_inset Newline newline
13321 \end_inset
13322
13323
13324 \backslash
13325 renewcommand{
13326 \backslash
13327 toprule}{
13328 \backslash
13329 mytoprule[Breite]}
13330 \end_layout
13331
13332 \begin_layout Standard
13333 Dies Beispiel gilt für die oberste Linie, genannt 
13334 \series bold
13335 toprule
13336 \series default
13337 .
13338  Für die letzte müssen Sie 
13339 \series bold
13340 toprule
13341 \series default
13342  durch 
13343 \series bold
13344 bottomrule
13345 \series default
13346  ersetzen.
13347  Die Linien dazwischen heißen 
13348 \series bold
13349 midrule
13350 \series default
13351 .
13352  Für 
13353 \family sans
13354 Breite
13355 \family default
13356  können Sie alle Einheiten benutzen, die in Anhang
13357 \begin_inset space ~
13358 \end_inset
13359
13360
13361 \begin_inset CommandInset ref
13362 LatexCommand ref
13363 reference "kap:In-LyX-verfügbare"
13364
13365 \end_inset
13366
13367  aufgelistet sind.
13368 \end_layout
13369
13370 \begin_layout Standard
13371 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13372  eine Linie unter einer Mehrfachspalte.
13373  LyX wird intern den Befehl 
13374 \series bold
13375
13376 \backslash
13377 cmidrule
13378 \series default
13379  benutzen, um diese Linie zu drucken.
13380  Der ganze Befehl sieht so aus:
13381 \end_layout
13382
13383 \begin_layout Standard
13384
13385 \series bold
13386
13387 \backslash
13388 cmidrule[width](trim){Anfangsspalte-Endspalte}
13389 \end_layout
13390
13391 \begin_layout Standard
13392 Die 
13393 \series bold
13394
13395 \backslash
13396 cmidrule
13397 \series default
13398 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13399  benutzen.
13400  
13401 \series bold
13402
13403 \backslash
13404 cmidrule
13405 \series default
13406  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13407  erste Zelle einer Zeile einfügt.
13408  Die Linie wird dann über der Zeile gedruckt.
13409 \end_layout
13410
13411 \begin_layout Standard
13412 Der Standardwert ist 0.03
13413 \begin_inset space \thinspace{}
13414 \end_inset
13415
13416 em.
13417  Die Linie reicht von 
13418 \family typewriter
13419 Anfangsspalte
13420 \family default
13421  bis 
13422 \family typewriter
13423 End\SpecialChar \-
13424 spal\SpecialChar \-
13425 te
13426 \family default
13427 .
13428  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13429   Der optionale Parameter 
13430 \family typewriter
13431 trim
13432 \family default
13433  kann die Werte 
13434 \emph on
13435 r
13436 \emph default
13437
13438 \emph on
13439 r{Breite}
13440 \emph default
13441
13442 \emph on
13443 l
13444 \family typewriter
13445 \emph default
13446  
13447 \family default
13448 oder 
13449 \emph on
13450 l{Breite}
13451 \emph default
13452  annehmen, wobei die 
13453 \family sans
13454 Breite
13455 \family default
13456  optional ist.
13457  
13458 \emph on
13459 l{2pt}
13460 \emph default
13461  zum Beispiel bedeutet, dass die Linie links um 2
13462 \begin_inset space \thinspace{}
13463 \end_inset
13464
13465 pt gekürzt wird.
13466  Ohne Breitenangabe werden die Linien um 0.5
13467 \begin_inset space \thinspace{}
13468 \end_inset
13469
13470 em gekürzt.
13471 \end_layout
13472
13473 \begin_layout Standard
13474 \begin_inset VSpace bigskip
13475 \end_inset
13476
13477 In Tabelle
13478 \begin_inset space ~
13479 \end_inset
13480
13481
13482 \begin_inset CommandInset ref
13483 LatexCommand ref
13484 reference "tab:Formale-Tabelle"
13485
13486 \end_inset
13487
13488  wurden die Befehle
13489 \end_layout
13490
13491 \begin_layout Standard
13492
13493 \series bold
13494
13495 \backslash
13496 cmidrule(r){2-2}
13497 \backslash
13498 cmidrule(l){3-4}
13499 \end_layout
13500
13501 \begin_layout Standard
13502 am Anfang der zweiten Zeile und
13503 \end_layout
13504
13505 \begin_layout Standard
13506
13507 \series bold
13508
13509 \backslash
13510 cmidrule(l{10pt}){1-1}
13511 \end_layout
13512
13513 \begin_layout Standard
13514 in der sechsten benutzt.
13515 \end_layout
13516
13517 \begin_layout Standard
13518 \begin_inset VSpace bigskip
13519 \end_inset
13520
13521
13522 \end_layout
13523
13524 \begin_layout Standard
13525 Sie können mit 
13526 \series bold
13527
13528 \backslash
13529 cmidrule
13530 \series default
13531  auch überlappende Linien wie in Tabelle
13532 \begin_inset space ~
13533 \end_inset
13534
13535
13536 \begin_inset CommandInset ref
13537 LatexCommand ref
13538 reference "tab:Special-booktabs-table"
13539
13540 \end_inset
13541
13542  definieren.
13543  Der Befehl ist:
13544 \end_layout
13545
13546 \begin_layout Standard
13547
13548 \series bold
13549
13550 \backslash
13551 morecmidrules
13552 \end_layout
13553
13554 \begin_layout Standard
13555 In Zeile zwei der Tabelle
13556 \begin_inset space ~
13557 \end_inset
13558
13559
13560 \begin_inset CommandInset ref
13561 LatexCommand ref
13562 reference "tab:Special-booktabs-table"
13563
13564 \end_inset
13565
13566  wurde folgender Befehl benutzt:
13567 \end_layout
13568
13569 \begin_layout Standard
13570
13571 \series bold
13572
13573 \backslash
13574 cmidrule(r){2-2}
13575 \backslash
13576 cmidrule(l){3-4}
13577 \backslash
13578 morecmidrules
13579 \begin_inset Newline newline
13580 \end_inset
13581
13582
13583 \backslash
13584 cmidrule{2-4}
13585 \end_layout
13586
13587 \begin_layout Standard
13588 und in Zeile sechs:
13589 \end_layout
13590
13591 \begin_layout Standard
13592
13593 \series bold
13594
13595 \backslash
13596 midrule
13597 \backslash
13598 morecmidrules
13599 \backslash
13600 cmidrule{3-4}
13601 \end_layout
13602
13603 \begin_layout Standard
13604 \begin_inset VSpace bigskip
13605 \end_inset
13606
13607
13608 \end_layout
13609
13610 \begin_layout Standard
13611 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13612  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13613 \end_layout
13614
13615 \begin_layout Standard
13616
13617 \series bold
13618
13619 \backslash
13620 specialrule{Dicke}{Abstand davor}{Abstand danach}
13621 \end_layout
13622
13623 \begin_layout Standard
13624 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13625 \series bold
13626 booktabs
13627 \series default
13628  
13629 \begin_inset CommandInset citation
13630 LatexCommand cite
13631 key "booktabs"
13632
13633 \end_inset
13634
13635 .
13636 \begin_inset Index
13637 status collapsed
13638
13639 \begin_layout Plain Layout
13640 LaTeX-Pakete ! booktabs
13641 \end_layout
13642
13643 \end_inset
13644
13645
13646 \end_layout
13647
13648 \begin_layout Standard
13649 \begin_inset Float table
13650 placement h
13651 wide false
13652 sideways false
13653 status open
13654
13655 \begin_layout Plain Layout
13656 \begin_inset Caption
13657
13658 \begin_layout Plain Layout
13659 \begin_inset CommandInset label
13660 LatexCommand label
13661 name "tab:Special-booktabs-table"
13662
13663 \end_inset
13664
13665 Eine spezielle formale Tabelle
13666 \end_layout
13667
13668 \end_inset
13669
13670
13671 \end_layout
13672
13673 \begin_layout Plain Layout
13674 \align center
13675 \begin_inset Tabular
13676 <lyxtabular version="3" rows="8" columns="4">
13677 <features booktabs="true">
13678 <column alignment="center" valignment="top" width="0">
13679 <column alignment="center" valignment="top" width="0">
13680 <column alignment="right" valignment="top" width="0">
13681 <column alignment="right" valignment="top" width="0">
13682 <row>
13683 <cell alignment="center" valignment="top" topline="true" usebox="none">
13684 \begin_inset Text
13685
13686 \begin_layout Plain Layout
13687 System
13688 \end_layout
13689
13690 \end_inset
13691 </cell>
13692 <cell alignment="center" valignment="top" topline="true" usebox="none">
13693 \begin_inset Text
13694
13695 \begin_layout Plain Layout
13696 Medipix
13697 \begin_inset space \thinspace{}
13698 \end_inset
13699
13700 1
13701 \end_layout
13702
13703 \end_inset
13704 </cell>
13705 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13706 \begin_inset Text
13707
13708 \begin_layout Plain Layout
13709 Medipix
13710 \begin_inset space \thinspace{}
13711 \end_inset
13712
13713 2
13714 \end_layout
13715
13716 \end_inset
13717 </cell>
13718 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13719 \begin_inset Text
13720
13721 \begin_layout Plain Layout
13722
13723 \end_layout
13724
13725 \end_inset
13726 </cell>
13727 </row>
13728 <row>
13729 <cell alignment="center" valignment="top" usebox="none">
13730 \begin_inset Text
13731
13732 \begin_layout Plain Layout
13733 \begin_inset ERT
13734 status collapsed
13735
13736 \begin_layout Plain Layout
13737
13738
13739 \backslash
13740 cmidrule(r){2-2}
13741 \end_layout
13742
13743 \end_inset
13744
13745
13746 \begin_inset ERT
13747 status collapsed
13748
13749 \begin_layout Plain Layout
13750
13751
13752 \backslash
13753 cmidrule(l){3-4}
13754 \end_layout
13755
13756 \end_inset
13757
13758
13759 \begin_inset ERT
13760 status collapsed
13761
13762 \begin_layout Plain Layout
13763
13764
13765 \backslash
13766 morecmidrules 
13767 \end_layout
13768
13769 \end_inset
13770
13771
13772 \begin_inset ERT
13773 status collapsed
13774
13775 \begin_layout Plain Layout
13776
13777
13778 \backslash
13779 cmidrule{2-4}
13780 \end_layout
13781
13782 \end_inset
13783
13784 Detektordicke  [µm]
13785 \end_layout
13786
13787 \end_inset
13788 </cell>
13789 <cell alignment="center" valignment="top" usebox="none">
13790 \begin_inset Text
13791
13792 \begin_layout Plain Layout
13793 300
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 300
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 <cell alignment="center" valignment="top" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811 700
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 </row>
13817 <row>
13818 <cell alignment="center" valignment="top" topline="true" usebox="none">
13819 \begin_inset Text
13820
13821 \begin_layout Plain Layout
13822 Kantenwinkel [°]
13823 \end_layout
13824
13825 \end_inset
13826 </cell>
13827 <cell alignment="center" valignment="top" topline="true" usebox="none">
13828 \begin_inset Text
13829
13830 \begin_layout Plain Layout
13831 3,55
13832 \end_layout
13833
13834 \end_inset
13835 </cell>
13836 <cell alignment="center" valignment="top" topline="true" usebox="none">
13837 \begin_inset Text
13838
13839 \begin_layout Plain Layout
13840 2,71
13841 \end_layout
13842
13843 \end_inset
13844 </cell>
13845 <cell alignment="center" valignment="top" topline="true" usebox="none">
13846 \begin_inset Text
13847
13848 \begin_layout Plain Layout
13849 7,99
13850 \end_layout
13851
13852 \end_inset
13853 </cell>
13854 </row>
13855 <row topspace="default">
13856 <cell alignment="center" valignment="top" usebox="none">
13857 \begin_inset Text
13858
13859 \begin_layout Plain Layout
13860 räumliche Auf\SpecialChar \textcompwordmark{}
13861 lösung [µm]
13862 \end_layout
13863
13864 \end_inset
13865 </cell>
13866 <cell alignment="center" valignment="top" usebox="none">
13867 \begin_inset Text
13868
13869 \begin_layout Plain Layout
13870 4,26
13871 \end_layout
13872
13873 \end_inset
13874 </cell>
13875 <cell alignment="center" valignment="top" usebox="none">
13876 \begin_inset Text
13877
13878 \begin_layout Plain Layout
13879 10,17
13880 \end_layout
13881
13882 \end_inset
13883 </cell>
13884 <cell alignment="center" valignment="top" usebox="none">
13885 \begin_inset Text
13886
13887 \begin_layout Plain Layout
13888 10,56
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 </row>
13894 <row topspace="default">
13895 <cell alignment="center" valignment="top" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Plain Layout
13899 MTF bei 
13900 \begin_inset Formula $f_{\mathrm{max}}$
13901 \end_inset
13902
13903
13904 \end_layout
13905
13906 \end_inset
13907 </cell>
13908 <cell alignment="center" valignment="top" usebox="none">
13909 \begin_inset Text
13910
13911 \begin_layout Plain Layout
13912 0,53
13913 \end_layout
13914
13915 \end_inset
13916 </cell>
13917 <cell alignment="center" valignment="top" usebox="none">
13918 \begin_inset Text
13919
13920 \begin_layout Plain Layout
13921 0,37
13922 \end_layout
13923
13924 \end_inset
13925 </cell>
13926 <cell alignment="center" valignment="top" usebox="none">
13927 \begin_inset Text
13928
13929 \begin_layout Plain Layout
13930 0,39
13931 \end_layout
13932
13933 \end_inset
13934 </cell>
13935 </row>
13936 <row>
13937 <cell alignment="center" valignment="top" topline="true" usebox="none">
13938 \begin_inset Text
13939
13940 \begin_layout Plain Layout
13941 \begin_inset ERT
13942 status collapsed
13943
13944 \begin_layout Plain Layout
13945
13946
13947 \backslash
13948 morecmidrules 
13949 \end_layout
13950
13951 \end_inset
13952
13953
13954 \begin_inset ERT
13955 status collapsed
13956
13957 \begin_layout Plain Layout
13958
13959
13960 \backslash
13961 cmidrule{3-4}
13962 \end_layout
13963
13964 \end_inset
13965
13966 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
13967 lösung
13968 \end_layout
13969
13970 \end_inset
13971 </cell>
13972 <cell alignment="center" valignment="top" topline="true" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976
13977 \end_layout
13978
13979 \end_inset
13980 </cell>
13981 <cell alignment="center" valignment="top" topline="true" usebox="none">
13982 \begin_inset Text
13983
13984 \begin_layout Plain Layout
13985
13986 \end_layout
13987
13988 \end_inset
13989 </cell>
13990 <cell alignment="center" valignment="top" topline="true" usebox="none">
13991 \begin_inset Text
13992
13993 \begin_layout Plain Layout
13994
13995 \end_layout
13996
13997 \end_inset
13998 </cell>
13999 </row>
14000 <row>
14001 <cell alignment="center" valignment="top" usebox="none">
14002 \begin_inset Text
14003
14004 \begin_layout Plain Layout
14005 in µm
14006 \end_layout
14007
14008 \end_inset
14009 </cell>
14010 <cell alignment="center" valignment="top" usebox="none">
14011 \begin_inset Text
14012
14013 \begin_layout Plain Layout
14014 129,7
14015 \end_layout
14016
14017 \end_inset
14018 </cell>
14019 <cell alignment="center" valignment="top" usebox="none">
14020 \begin_inset Text
14021
14022 \begin_layout Plain Layout
14023 52,75
14024 \end_layout
14025
14026 \end_inset
14027 </cell>
14028 <cell alignment="center" valignment="top" usebox="none">
14029 \begin_inset Text
14030
14031 \begin_layout Plain Layout
14032 50,78
14033 \end_layout
14034
14035 \end_inset
14036 </cell>
14037 </row>
14038 <row>
14039 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14040 \begin_inset Text
14041
14042 \begin_layout Plain Layout
14043 in % der Pixelgröße
14044 \end_layout
14045
14046 \end_inset
14047 </cell>
14048 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14049 \begin_inset Text
14050
14051 \begin_layout Plain Layout
14052 76,3
14053 \end_layout
14054
14055 \end_inset
14056 </cell>
14057 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14058 \begin_inset Text
14059
14060 \begin_layout Plain Layout
14061 95,9
14062 \end_layout
14063
14064 \end_inset
14065 </cell>
14066 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14067 \begin_inset Text
14068
14069 \begin_layout Plain Layout
14070 92,3
14071 \end_layout
14072
14073 \end_inset
14074 </cell>
14075 </row>
14076 </lyxtabular>
14077
14078 \end_inset
14079
14080
14081 \end_layout
14082
14083 \end_inset
14084
14085
14086 \end_layout
14087
14088 \begin_layout Section
14089 Vertikale Tabellen-Ausrichtung
14090 \begin_inset Index
14091 status collapsed
14092
14093 \begin_layout Plain Layout
14094 Tabellen ! Ausrichtung
14095 \end_layout
14096
14097 \end_inset
14098
14099
14100 \end_layout
14101
14102 \begin_layout Standard
14103 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
14104  einer Box sein.
14105  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
14106 \begin_inset space ~
14107 \end_inset
14108
14109
14110 \begin_inset CommandInset ref
14111 LatexCommand ref
14112 reference "abs:Box-Dialog"
14113
14114 \end_inset
14115
14116  beschrieben.
14117 \end_layout
14118
14119 \begin_layout Standard
14120 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
14121 \begin_inset Foot
14122 status collapsed
14123
14124 \begin_layout Plain Layout
14125 Minipages werden in Abschnitt
14126 \begin_inset space ~
14127 \end_inset
14128
14129
14130 \begin_inset CommandInset ref
14131 LatexCommand ref
14132 reference "abs:Minipage"
14133
14134 \end_inset
14135
14136  beschrieben.
14137 \end_layout
14138
14139 \end_inset
14140
14141  mit 15
14142 \begin_inset space \thinspace{}
14143 \end_inset
14144
14145 col%-Breite:
14146 \end_layout
14147
14148 \begin_layout Itemize
14149 Test 
14150 \begin_inset Box Frameless
14151 position "t"
14152 hor_pos "c"
14153 has_inner_box 1
14154 inner_pos "c"
14155 use_parbox 0
14156 width "15col%"
14157 special "none"
14158 height "1in"
14159 height_special "totalheight"
14160 status collapsed
14161
14162 \begin_layout Plain Layout
14163 \begin_inset Tabular
14164 <lyxtabular version="3" rows="3" columns="3">
14165 <features>
14166 <column alignment="center" valignment="top" width="0">
14167 <column alignment="center" valignment="top" width="0">
14168 <column alignment="center" valignment="top" width="0">
14169 <row>
14170 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14171 \begin_inset Text
14172
14173 \begin_layout Plain Layout
14174 Tabelle 1
14175 \end_layout
14176
14177 \end_inset
14178 </cell>
14179 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14180 \begin_inset Text
14181
14182 \begin_layout Plain Layout
14183
14184 \end_layout
14185
14186 \end_inset
14187 </cell>
14188 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14189 \begin_inset Text
14190
14191 \begin_layout Plain Layout
14192
14193 \end_layout
14194
14195 \end_inset
14196 </cell>
14197 </row>
14198 <row>
14199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14200 \begin_inset Text
14201
14202 \begin_layout Plain Layout
14203 b
14204 \end_layout
14205
14206 \end_inset
14207 </cell>
14208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14209 \begin_inset Text
14210
14211 \begin_layout Plain Layout
14212 e
14213 \end_layout
14214
14215 \end_inset
14216 </cell>
14217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14218 \begin_inset Text
14219
14220 \begin_layout Plain Layout
14221 h
14222 \end_layout
14223
14224 \end_inset
14225 </cell>
14226 </row>
14227 <row>
14228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14229 \begin_inset Text
14230
14231 \begin_layout Plain Layout
14232 c
14233 \end_layout
14234
14235 \end_inset
14236 </cell>
14237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14238 \begin_inset Text
14239
14240 \begin_layout Plain Layout
14241 f
14242 \end_layout
14243
14244 \end_inset
14245 </cell>
14246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14247 \begin_inset Text
14248
14249 \begin_layout Plain Layout
14250 i
14251 \end_layout
14252
14253 \end_inset
14254 </cell>
14255 </row>
14256 </lyxtabular>
14257
14258 \end_inset
14259
14260
14261 \end_layout
14262
14263 \end_inset
14264
14265  Test 
14266 \begin_inset ERT
14267 status collapsed
14268
14269 \begin_layout Plain Layout
14270
14271
14272 \backslash
14273 raisebox{0.85
14274 \backslash
14275 baselineskip}{
14276 \end_layout
14277
14278 \end_inset
14279
14280
14281 \begin_inset Box Frameless
14282 position "t"
14283 hor_pos "c"
14284 has_inner_box 1
14285 inner_pos "c"
14286 use_parbox 0
14287 width "15col%"
14288 special "none"
14289 height "1in"
14290 height_special "totalheight"
14291 status collapsed
14292
14293 \begin_layout Plain Layout
14294 \begin_inset Tabular
14295 <lyxtabular version="3" rows="3" columns="3">
14296 <features>
14297 <column alignment="center" valignment="top" width="0">
14298 <column alignment="center" valignment="top" width="0">
14299 <column alignment="center" valignment="top" width="0">
14300 <row>
14301 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14302 \begin_inset Text
14303
14304 \begin_layout Plain Layout
14305 Tabelle 2
14306 \end_layout
14307
14308 \end_inset
14309 </cell>
14310 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14311 \begin_inset Text
14312
14313 \begin_layout Plain Layout
14314
14315 \end_layout
14316
14317 \end_inset
14318 </cell>
14319 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14320 \begin_inset Text
14321
14322 \begin_layout Plain Layout
14323
14324 \end_layout
14325
14326 \end_inset
14327 </cell>
14328 </row>
14329 <row>
14330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14331 \begin_inset Text
14332
14333 \begin_layout Plain Layout
14334 b
14335 \end_layout
14336
14337 \end_inset
14338 </cell>
14339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14340 \begin_inset Text
14341
14342 \begin_layout Plain Layout
14343 e
14344 \end_layout
14345
14346 \end_inset
14347 </cell>
14348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14349 \begin_inset Text
14350
14351 \begin_layout Plain Layout
14352 h
14353 \end_layout
14354
14355 \end_inset
14356 </cell>
14357 </row>
14358 <row>
14359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14360 \begin_inset Text
14361
14362 \begin_layout Plain Layout
14363 c
14364 \end_layout
14365
14366 \end_inset
14367 </cell>
14368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14369 \begin_inset Text
14370
14371 \begin_layout Plain Layout
14372 f
14373 \end_layout
14374
14375 \end_inset
14376 </cell>
14377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14378 \begin_inset Text
14379
14380 \begin_layout Plain Layout
14381 i
14382 \end_layout
14383
14384 \end_inset
14385 </cell>
14386 </row>
14387 </lyxtabular>
14388
14389 \end_inset
14390
14391
14392 \end_layout
14393
14394 \end_inset
14395
14396
14397 \begin_inset ERT
14398 status collapsed
14399
14400 \begin_layout Plain Layout
14401
14402 }
14403 \end_layout
14404
14405 \end_inset
14406
14407
14408 \end_layout
14409
14410 \begin_layout Itemize
14411 Test 
14412 \begin_inset Box Frameless
14413 position "c"
14414 hor_pos "c"
14415 has_inner_box 1
14416 inner_pos "c"
14417 use_parbox 0
14418 width "15col%"
14419 special "none"
14420 height "1in"
14421 height_special "totalheight"
14422 status collapsed
14423
14424 \begin_layout Plain Layout
14425 \begin_inset Tabular
14426 <lyxtabular version="3" rows="3" columns="3">
14427 <features>
14428 <column alignment="center" valignment="top" width="0">
14429 <column alignment="center" valignment="top" width="0">
14430 <column alignment="center" valignment="top" width="0">
14431 <row>
14432 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14433 \begin_inset Text
14434
14435 \begin_layout Plain Layout
14436 Tabelle 3
14437 \end_layout
14438
14439 \end_inset
14440 </cell>
14441 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14442 \begin_inset Text
14443
14444 \begin_layout Plain Layout
14445
14446 \end_layout
14447
14448 \end_inset
14449 </cell>
14450 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14451 \begin_inset Text
14452
14453 \begin_layout Plain Layout
14454
14455 \end_layout
14456
14457 \end_inset
14458 </cell>
14459 </row>
14460 <row>
14461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14462 \begin_inset Text
14463
14464 \begin_layout Plain Layout
14465 b
14466 \end_layout
14467
14468 \end_inset
14469 </cell>
14470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14471 \begin_inset Text
14472
14473 \begin_layout Plain Layout
14474 e
14475 \end_layout
14476
14477 \end_inset
14478 </cell>
14479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14480 \begin_inset Text
14481
14482 \begin_layout Plain Layout
14483 h
14484 \end_layout
14485
14486 \end_inset
14487 </cell>
14488 </row>
14489 <row>
14490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14491 \begin_inset Text
14492
14493 \begin_layout Plain Layout
14494 c
14495 \end_layout
14496
14497 \end_inset
14498 </cell>
14499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14500 \begin_inset Text
14501
14502 \begin_layout Plain Layout
14503 f
14504 \end_layout
14505
14506 \end_inset
14507 </cell>
14508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14509 \begin_inset Text
14510
14511 \begin_layout Plain Layout
14512 i
14513 \end_layout
14514
14515 \end_inset
14516 </cell>
14517 </row>
14518 </lyxtabular>
14519
14520 \end_inset
14521
14522
14523 \end_layout
14524
14525 \end_inset
14526
14527
14528 \end_layout
14529
14530 \begin_layout Itemize
14531 Test 
14532 \begin_inset Box Frameless
14533 position "b"
14534 hor_pos "c"
14535 has_inner_box 1
14536 inner_pos "c"
14537 use_parbox 0
14538 width "15col%"
14539 special "none"
14540 height "1in"
14541 height_special "totalheight"
14542 status collapsed
14543
14544 \begin_layout Plain Layout
14545 \begin_inset Tabular
14546 <lyxtabular version="3" rows="3" columns="3">
14547 <features>
14548 <column alignment="center" valignment="top" width="0">
14549 <column alignment="center" valignment="top" width="0">
14550 <column alignment="center" valignment="top" width="0">
14551 <row>
14552 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14553 \begin_inset Text
14554
14555 \begin_layout Plain Layout
14556 Tabelle 4
14557 \end_layout
14558
14559 \end_inset
14560 </cell>
14561 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14562 \begin_inset Text
14563
14564 \begin_layout Plain Layout
14565
14566 \end_layout
14567
14568 \end_inset
14569 </cell>
14570 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14571 \begin_inset Text
14572
14573 \begin_layout Plain Layout
14574
14575 \end_layout
14576
14577 \end_inset
14578 </cell>
14579 </row>
14580 <row>
14581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14582 \begin_inset Text
14583
14584 \begin_layout Plain Layout
14585 b
14586 \end_layout
14587
14588 \end_inset
14589 </cell>
14590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14591 \begin_inset Text
14592
14593 \begin_layout Plain Layout
14594 e
14595 \end_layout
14596
14597 \end_inset
14598 </cell>
14599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14600 \begin_inset Text
14601
14602 \begin_layout Plain Layout
14603 h
14604 \end_layout
14605
14606 \end_inset
14607 </cell>
14608 </row>
14609 <row>
14610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14611 \begin_inset Text
14612
14613 \begin_layout Plain Layout
14614 c
14615 \end_layout
14616
14617 \end_inset
14618 </cell>
14619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14620 \begin_inset Text
14621
14622 \begin_layout Plain Layout
14623 f
14624 \end_layout
14625
14626 \end_inset
14627 </cell>
14628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14629 \begin_inset Text
14630
14631 \begin_layout Plain Layout
14632 i
14633 \end_layout
14634
14635 \end_inset
14636 </cell>
14637 </row>
14638 </lyxtabular>
14639
14640 \end_inset
14641
14642
14643 \end_layout
14644
14645 \end_inset
14646
14647 Test 
14648 \begin_inset ERT
14649 status collapsed
14650
14651 \begin_layout Plain Layout
14652
14653
14654 \backslash
14655 raisebox{-0.32
14656 \backslash
14657 baselineskip}{
14658 \end_layout
14659
14660 \end_inset
14661
14662
14663 \begin_inset Box Frameless
14664 position "b"
14665 hor_pos "c"
14666 has_inner_box 1
14667 inner_pos "c"
14668 use_parbox 0
14669 width "15col%"
14670 special "none"
14671 height "1in"
14672 height_special "totalheight"
14673 status collapsed
14674
14675 \begin_layout Plain Layout
14676 \begin_inset Tabular
14677 <lyxtabular version="3" rows="3" columns="3">
14678 <features>
14679 <column alignment="center" valignment="top" width="0">
14680 <column alignment="center" valignment="top" width="0">
14681 <column alignment="center" valignment="top" width="0">
14682 <row>
14683 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14684 \begin_inset Text
14685
14686 \begin_layout Plain Layout
14687 Tabelle 5
14688 \end_layout
14689
14690 \end_inset
14691 </cell>
14692 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14693 \begin_inset Text
14694
14695 \begin_layout Plain Layout
14696
14697 \end_layout
14698
14699 \end_inset
14700 </cell>
14701 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14702 \begin_inset Text
14703
14704 \begin_layout Plain Layout
14705
14706 \end_layout
14707
14708 \end_inset
14709 </cell>
14710 </row>
14711 <row>
14712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14713 \begin_inset Text
14714
14715 \begin_layout Plain Layout
14716 b
14717 \end_layout
14718
14719 \end_inset
14720 </cell>
14721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14722 \begin_inset Text
14723
14724 \begin_layout Plain Layout
14725 e
14726 \end_layout
14727
14728 \end_inset
14729 </cell>
14730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14731 \begin_inset Text
14732
14733 \begin_layout Plain Layout
14734 h
14735 \end_layout
14736
14737 \end_inset
14738 </cell>
14739 </row>
14740 <row>
14741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14742 \begin_inset Text
14743
14744 \begin_layout Plain Layout
14745 c
14746 \end_layout
14747
14748 \end_inset
14749 </cell>
14750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14751 \begin_inset Text
14752
14753 \begin_layout Plain Layout
14754 f
14755 \end_layout
14756
14757 \end_inset
14758 </cell>
14759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14760 \begin_inset Text
14761
14762 \begin_layout Plain Layout
14763 i
14764 \end_layout
14765
14766 \end_inset
14767 </cell>
14768 </row>
14769 </lyxtabular>
14770
14771 \end_inset
14772
14773
14774 \end_layout
14775
14776 \end_inset
14777
14778
14779 \begin_inset ERT
14780 status collapsed
14781
14782 \begin_layout Plain Layout
14783
14784 }
14785 \end_layout
14786
14787 \end_inset
14788
14789
14790 \end_layout
14791
14792 \begin_layout Standard
14793 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
14794 \begin_inset space \space{}
14795 \end_inset
14796
14797 1 und letzten Zeile von Tabelle
14798 \begin_inset space \space{}
14799 \end_inset
14800
14801 4 bezüglich dem Wort 
14802 \begin_inset Quotes gld
14803 \end_inset
14804
14805 Test
14806 \begin_inset Quotes grd
14807 \end_inset
14808
14809  nicht richtig ausgerichtet.
14810  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14811 \begin_inset Quotes gld
14812 \end_inset
14813
14814 Raisebox
14815 \begin_inset Quotes grd
14816 \end_inset
14817
14818
14819 \begin_inset Foot
14820 status collapsed
14821
14822 \begin_layout Plain Layout
14823 Raiseboxen werden in Abschnitt
14824 \begin_inset space ~
14825 \end_inset
14826
14827
14828 \begin_inset CommandInset ref
14829 LatexCommand ref
14830 reference "uab:Vertikale-Ausrichtung"
14831
14832 \end_inset
14833
14834  beschrieben.
14835 \end_layout
14836
14837 \end_inset
14838
14839  setzen.
14840  In Tabelle
14841 \begin_inset space \space{}
14842 \end_inset
14843
14844 2 wurde der Text mit dem Befehl
14845 \end_layout
14846
14847 \begin_layout Standard
14848
14849 \series bold
14850
14851 \backslash
14852 raisebox{0.85
14853 \backslash
14854 baselineskip}{
14855 \end_layout
14856
14857 \begin_layout Standard
14858 vor der Box ausgerichtet.
14859  Hinter der Box wurde auch noch 
14860 \series bold
14861 }
14862 \series default
14863  als TeX-Code eingefügt, weil der obige Befehl mit 
14864 \series bold
14865 {
14866 \series default
14867  aufhörte.
14868  Für Tabelle
14869 \begin_inset space \space{}
14870 \end_inset
14871
14872 5 wurde der Befehl
14873 \end_layout
14874
14875 \begin_layout Standard
14876
14877 \series bold
14878
14879 \backslash
14880 raisebox{-0.32
14881 \backslash
14882 baselineskip}{
14883 \end_layout
14884
14885 \begin_layout Standard
14886 benutzt.
14887 \end_layout
14888
14889 \begin_layout Standard
14890 \begin_inset Note Greyedout
14891 status open
14892
14893 \begin_layout Plain Layout
14894
14895 \series bold
14896 Bemerkung:
14897 \series default
14898  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14899  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14900  Der Faktor im 
14901 \series bold
14902
14903 \backslash
14904 raisebox
14905 \series default
14906 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14907 \end_layout
14908
14909 \end_inset
14910
14911
14912 \end_layout
14913
14914 \begin_layout Section
14915 Farbige Tabellen
14916 \begin_inset CommandInset label
14917 LatexCommand label
14918 name "abs:Farbige-Tabellen"
14919
14920 \end_inset
14921
14922
14923 \begin_inset Index
14924 status collapsed
14925
14926 \begin_layout Plain Layout
14927 Tabellen ! farbige
14928 \end_layout
14929
14930 \end_inset
14931
14932
14933 \end_layout
14934
14935 \begin_layout Subsection
14936 Farbige Zellen
14937 \begin_inset Index
14938 status collapsed
14939
14940 \begin_layout Plain Layout
14941 farbige !  Tabellenzellen
14942 \end_layout
14943
14944 \end_inset
14945
14946
14947 \end_layout
14948
14949 \begin_layout Standard
14950 \begin_inset Float table
14951 placement h
14952 wide false
14953 sideways false
14954 status open
14955
14956 \begin_layout Plain Layout
14957 \begin_inset Caption
14958
14959 \begin_layout Plain Layout
14960 \begin_inset CommandInset label
14961 LatexCommand label
14962 name "tab:Farbige-Tabelle-ohne"
14963
14964 \end_inset
14965
14966 Farbige Tabelle, ohne Paket 
14967 \series bold
14968 colortbl
14969 \series default
14970
14971 \begin_inset OptArg
14972 status collapsed
14973
14974 \begin_layout Plain Layout
14975 Tabelle ohne 
14976 \family typewriter
14977 colortbl
14978 \end_layout
14979
14980 \end_inset
14981
14982
14983 \end_layout
14984
14985 \end_inset
14986
14987
14988 \end_layout
14989
14990 \begin_layout Plain Layout
14991 \align center
14992 \begin_inset Tabular
14993 <lyxtabular version="3" rows="3" columns="3">
14994 <features>
14995 <column alignment="center" valignment="top" width="0">
14996 <column alignment="center" valignment="top" width="0">
14997 <column alignment="center" valignment="top" width="0">
14998 <row>
14999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15000 \begin_inset Text
15001
15002 \begin_layout Plain Layout
15003
15004 \color green
15005 a
15006 \end_layout
15007
15008 \end_inset
15009 </cell>
15010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15011 \begin_inset Text
15012
15013 \begin_layout Plain Layout
15014
15015 \color red
15016 b
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Plain Layout
15025
15026 \color red
15027 c
15028 \end_layout
15029
15030 \end_inset
15031 </cell>
15032 </row>
15033 <row>
15034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15035 \begin_inset Text
15036
15037 \begin_layout Plain Layout
15038
15039 \color green
15040 d
15041 \end_layout
15042
15043 \end_inset
15044 </cell>
15045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15046 \begin_inset Text
15047
15048 \begin_layout Plain Layout
15049
15050 \color blue
15051 e
15052 \end_layout
15053
15054 \end_inset
15055 </cell>
15056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15057 \begin_inset Text
15058
15059 \begin_layout Plain Layout
15060
15061 \color blue
15062 f
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 </row>
15068 <row>
15069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15070 \begin_inset Text
15071
15072 \begin_layout Plain Layout
15073
15074 \color green
15075 g
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Plain Layout
15084
15085 \color blue
15086 h
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15092 \begin_inset Text
15093
15094 \begin_layout Plain Layout
15095
15096 \color blue
15097 i
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 </row>
15103 </lyxtabular>
15104
15105 \end_inset
15106
15107
15108 \end_layout
15109
15110 \end_inset
15111
15112
15113 \end_layout
15114
15115 \begin_layout Standard
15116 \begin_inset CommandInset label
15117 LatexCommand label
15118 name "Wenn-Sie-nur"
15119
15120 \end_inset
15121
15122 Wenn Sie nur farbigen Text
15123 \begin_inset Index
15124 status collapsed
15125
15126 \begin_layout Plain Layout
15127 Farbe ! für Text
15128 \end_layout
15129
15130 \end_inset
15131
15132  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15133  auf den Werkzeugleistenknopf 
15134 \begin_inset Graphics
15135         filename ../../images/dialog-show_character.png
15136         scale 70
15137         scaleBeforeRotation
15138         BoundingBox 0bp 0bp 20bp 20bp
15139
15140 \end_inset
15141
15142  oder über das Menü 
15143 \family sans
15144 Bearbeiten\SpecialChar \menuseparator
15145 Textstil\SpecialChar \menuseparator
15146 Benutzerdefiniert
15147 \family default
15148  mit dem 
15149 \family sans
15150 Textstil
15151 \family default
15152 -Dialog wie es in Tabelle
15153 \begin_inset space ~
15154 \end_inset
15155
15156
15157 \begin_inset CommandInset ref
15158 LatexCommand ref
15159 reference "tab:Farbige-Tabelle-ohne"
15160
15161 \end_inset
15162
15163  gemacht wurde.
15164  In anderen Fällen müssen Sie das LaTeX-Paket 
15165 \series bold
15166 colortbl
15167 \series default
15168  benutzen.
15169 \begin_inset Index
15170 status collapsed
15171
15172 \begin_layout Plain Layout
15173 LaTeX-Pakete ! colortbl
15174 \end_layout
15175
15176 \end_inset
15177
15178
15179 \end_layout
15180
15181 \begin_layout Standard
15182 \begin_inset ERT
15183 status collapsed
15184
15185 \begin_layout Plain Layout
15186
15187
15188 \backslash
15189 ifcolortbl
15190 \end_layout
15191
15192 \end_inset
15193
15194
15195 \begin_inset Note Note
15196 status open
15197
15198 \begin_layout Plain Layout
15199 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15200 \series bold
15201 colortbl
15202 \series default
15203  installiert ist.
15204 \end_layout
15205
15206 \end_inset
15207
15208
15209 \end_layout
15210
15211 \begin_layout Standard
15212 Um farbige Tabellen zu erzeugen, muss 
15213 \series bold
15214 colortbl
15215 \series default
15216  im LaTeX-Vorspann geladen werden:
15217 \end_layout
15218
15219 \begin_layout Standard
15220
15221 \series bold
15222
15223 \backslash
15224 usepackage{colortbl}
15225 \end_layout
15226
15227 \begin_layout Standard
15228 Die Farbe einer Spalte ändert man dann mit dem Befehl
15229 \end_layout
15230
15231 \begin_layout Standard
15232
15233 \series bold
15234
15235 \backslash
15236 columncolor{Farbname}
15237 \end_layout
15238
15239 \begin_layout Standard
15240 innerhalb des Befehls 
15241 \series bold
15242 >{}
15243 \series default
15244 .
15245  Mehr über den Befehl 
15246 \series bold
15247 >{}
15248 \series default
15249  finden Sie im Abschnitt
15250 \begin_inset space ~
15251 \end_inset
15252
15253
15254 \begin_inset CommandInset ref
15255 LatexCommand ref
15256 reference "uab:Mehrfachspalten-Berechnungen"
15257
15258 \end_inset
15259
15260 .
15261 \end_layout
15262
15263 \begin_layout Standard
15264 Folgende Farbnamen sind vordefiniert:
15265 \end_layout
15266
15267 \begin_layout Standard
15268
15269 \family sans
15270 red
15271 \family default
15272
15273 \family sans
15274 green
15275 \family default
15276
15277 \family sans
15278 yellow
15279 \family default
15280
15281 \family sans
15282 blue
15283 \family default
15284
15285 \family sans
15286 cyan
15287 \family default
15288
15289 \family sans
15290 magenta
15291 \family default
15292
15293 \family sans
15294 black
15295 \family default
15296  und 
15297 \family sans
15298 white
15299 \begin_inset Newline newline
15300 \end_inset
15301
15302 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15303 \family default
15304 und
15305 \family sans
15306  weiß
15307 \family default
15308 ).
15309 \end_layout
15310
15311 \begin_layout Standard
15312 \begin_inset VSpace medskip
15313 \end_inset
15314
15315
15316 \end_layout
15317
15318 \begin_layout Standard
15319 Sie können auch eigene Farben definieren:
15320 \end_layout
15321
15322 \begin_layout Standard
15323
15324 \series bold
15325
15326 \backslash
15327 definecolor{Farbname}{Farbmodell}{Farbwerte}
15328 \end_layout
15329
15330 \begin_layout Standard
15331 Das Farbmodell kann eins der folgenden sein:
15332 \end_layout
15333
15334 \begin_layout Labeling
15335 \labelwidthstring 00.00.0000
15336 cmyk: cyan, magenta, yellow, black
15337 \end_layout
15338
15339 \begin_layout Labeling
15340 \labelwidthstring 00.00.0000
15341 rgb: red, green blue
15342 \end_layout
15343
15344 \begin_layout Labeling
15345 \labelwidthstring 00.00.0000
15346 gray: gray
15347 \end_layout
15348
15349 \begin_layout Standard
15350 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15351  die die entsprechende Farbe für das Farbmodell beschreiben.
15352 \end_layout
15353
15354 \begin_layout Standard
15355 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15356 \emph on
15357
15358 \begin_inset Quotes gld
15359 \end_inset
15360
15361 dunkelgruen
15362 \emph default
15363
15364 \begin_inset Quotes grd
15365 \end_inset
15366
15367  und 
15368 \begin_inset Quotes gld
15369 \end_inset
15370
15371
15372 \emph on
15373 hellgrau
15374 \emph default
15375
15376 \begin_inset Quotes grd
15377 \end_inset
15378
15379  folgendermaßen definieren:
15380 \end_layout
15381
15382 \begin_layout Standard
15383
15384 \series bold
15385
15386 \backslash
15387 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15388 \end_layout
15389
15390 \begin_layout Standard
15391
15392 \series bold
15393
15394 \backslash
15395 definecolor{hellgrau}{gray}{0.8}
15396 \end_layout
15397
15398 \begin_layout Standard
15399 \begin_inset VSpace medskip
15400 \end_inset
15401
15402
15403 \end_layout
15404
15405 \begin_layout Standard
15406 Linien werden mit dem Befehl
15407 \end_layout
15408
15409 \begin_layout Standard
15410
15411 \series bold
15412
15413 \backslash
15414 rowcolor{Farbname}
15415 \end_layout
15416
15417 \begin_layout Standard
15418 gefärbt, Zellen mit dem Befehl
15419 \end_layout
15420
15421 \begin_layout Standard
15422
15423 \series bold
15424
15425 \backslash
15426 cellcolor{Farbname}
15427 \end_layout
15428
15429 \begin_layout Standard
15430 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15431 \end_layout
15432
15433 \begin_layout Standard
15434 Um nur Text zu färben, machen Sie es wie 
15435 \begin_inset CommandInset ref
15436 LatexCommand vpageref
15437 reference "Wenn-Sie-nur"
15438
15439 \end_inset
15440
15441  beschrieben.
15442  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15443 \emph on
15444 markieren Sie nur den Text
15445 \emph default
15446 , sonst werden Sie LaTeX-Fehler erzeugen.
15447 \end_layout
15448
15449 \begin_layout Standard
15450 \begin_inset Note Greyedout
15451 status open
15452
15453 \begin_layout Plain Layout
15454
15455 \series bold
15456 Achtung:
15457 \series default
15458  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15459 \end_layout
15460
15461 \end_inset
15462
15463
15464 \end_layout
15465
15466 \begin_layout Standard
15467 \begin_inset VSpace medskip
15468 \end_inset
15469
15470
15471 \end_layout
15472
15473 \begin_layout Standard
15474 Die Tabelle
15475 \begin_inset space ~
15476 \end_inset
15477
15478
15479 \begin_inset CommandInset ref
15480 LatexCommand ref
15481 reference "tab:Table-colored-using"
15482
15483 \end_inset
15484
15485  wurde folgendermaßen erstellt: die erste Spalte soll 
15486 \emph on
15487
15488 \begin_inset Quotes gld
15489 \end_inset
15490
15491 dunkelgruen
15492 \emph default
15493
15494 \begin_inset Quotes grd
15495 \end_inset
15496
15497  werden, also müssen Sie ins 
15498 \family sans
15499 LaTe
15500 \begin_inset ERT
15501 status collapsed
15502
15503 \begin_layout Plain Layout
15504
15505 {}
15506 \end_layout
15507
15508 \end_inset
15509
15510 X-Argument
15511 \family default
15512  der Zellen der ersten Spalte den Befehl
15513 \end_layout
15514
15515 \begin_layout Standard
15516
15517 \series bold
15518 >{
15519 \backslash
15520 columncolor{dunkelgruen}
15521 \backslash
15522 centering}c
15523 \end_layout
15524
15525 \begin_layout Standard
15526 schreiben.
15527  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15528 \end_layout
15529
15530 \begin_layout Standard
15531
15532 \series bold
15533
15534 \backslash
15535 rowcolow{cyan}
15536 \end_layout
15537
15538 \begin_layout Standard
15539 in die erste Zelle der ersten Zeile eingefügt.
15540  Diese Farbe ersetzt die Spaltenfarbe.
15541  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15542  wird mit folgendem Befehl erreicht:
15543 \end_layout
15544
15545 \begin_layout Standard
15546
15547 \series bold
15548
15549 \backslash
15550 cellcolor{magenta}
15551 \end_layout
15552
15553 \begin_layout Standard
15554 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15555 \family sans
15556 Textstil
15557 \family default
15558 -Dialog.
15559 \end_layout
15560
15561 \begin_layout Standard
15562 \begin_inset Float table
15563 placement h
15564 wide false
15565 sideways false
15566 status open
15567
15568 \begin_layout Plain Layout
15569 \begin_inset Caption
15570
15571 \begin_layout Plain Layout
15572 \begin_inset CommandInset label
15573 LatexCommand label
15574 name "tab:Table-colored-using"
15575
15576 \end_inset
15577
15578 Eine mit dem Paket 
15579 \series bold
15580 colortbl
15581 \series default
15582  gefärbte Tabelle
15583 \begin_inset OptArg
15584 status collapsed
15585
15586 \begin_layout Plain Layout
15587 Tabelle mit 
15588 \family typewriter
15589 colortbl
15590 \end_layout
15591
15592 \end_inset
15593
15594
15595 \end_layout
15596
15597 \end_inset
15598
15599
15600 \end_layout
15601
15602 \begin_layout Plain Layout
15603 \align center
15604 \begin_inset Tabular
15605 <lyxtabular version="3" rows="3" columns="3">
15606 <features>
15607 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15608 <column alignment="center" valignment="top" width="0">
15609 <column alignment="center" valignment="top" width="0">
15610 <row>
15611 <cell alignment="center" valignment="top" usebox="none">
15612 \begin_inset Text
15613
15614 \begin_layout Plain Layout
15615 \begin_inset ERT
15616 status collapsed
15617
15618 \begin_layout Plain Layout
15619
15620
15621 \backslash
15622 rowcolor{cyan}
15623 \end_layout
15624
15625 \end_inset
15626
15627
15628 \color magenta
15629 a
15630 \end_layout
15631
15632 \end_inset
15633 </cell>
15634 <cell alignment="center" valignment="top" usebox="none">
15635 \begin_inset Text
15636
15637 \begin_layout Plain Layout
15638
15639 \color red
15640 b
15641 \end_layout
15642
15643 \end_inset
15644 </cell>
15645 <cell alignment="center" valignment="top" usebox="none">
15646 \begin_inset Text
15647
15648 \begin_layout Plain Layout
15649
15650 \color red
15651 c
15652 \end_layout
15653
15654 \end_inset
15655 </cell>
15656 </row>
15657 <row>
15658 <cell alignment="center" valignment="top" usebox="none">
15659 \begin_inset Text
15660
15661 \begin_layout Plain Layout
15662
15663 \color yellow
15664 d
15665 \end_layout
15666
15667 \end_inset
15668 </cell>
15669 <cell alignment="center" valignment="top" usebox="none">
15670 \begin_inset Text
15671
15672 \begin_layout Plain Layout
15673
15674 \color blue
15675 e
15676 \end_layout
15677
15678 \end_inset
15679 </cell>
15680 <cell alignment="center" valignment="top" usebox="none">
15681 \begin_inset Text
15682
15683 \begin_layout Plain Layout
15684
15685 \color blue
15686 f
15687 \end_layout
15688
15689 \end_inset
15690 </cell>
15691 </row>
15692 <row>
15693 <cell alignment="center" valignment="top" usebox="none">
15694 \begin_inset Text
15695
15696 \begin_layout Plain Layout
15697
15698 \color yellow
15699 g
15700 \end_layout
15701
15702 \end_inset
15703 </cell>
15704 <cell alignment="center" valignment="top" usebox="none">
15705 \begin_inset Text
15706
15707 \begin_layout Plain Layout
15708
15709 \color blue
15710 h
15711 \end_layout
15712
15713 \end_inset
15714 </cell>
15715 <cell alignment="center" valignment="top" usebox="none">
15716 \begin_inset Text
15717
15718 \begin_layout Plain Layout
15719 \begin_inset ERT
15720 status collapsed
15721
15722 \begin_layout Plain Layout
15723
15724
15725 \backslash
15726 cellcolor{magenta}
15727 \end_layout
15728
15729 \end_inset
15730
15731
15732 \color green
15733 i
15734 \end_layout
15735
15736 \end_inset
15737 </cell>
15738 </row>
15739 </lyxtabular>
15740
15741 \end_inset
15742
15743
15744 \end_layout
15745
15746 \end_inset
15747
15748
15749 \end_layout
15750
15751 \begin_layout Standard
15752 \begin_inset ERT
15753 status collapsed
15754
15755 \begin_layout Plain Layout
15756
15757
15758 \backslash
15759 else
15760 \end_layout
15761
15762 \end_inset
15763
15764
15765 \begin_inset Note Note
15766 status open
15767
15768 \begin_layout Plain Layout
15769 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15770 \series bold
15771 colortbl
15772 \series default
15773  nicht installiert ist:
15774 \end_layout
15775
15776 \end_inset
15777
15778
15779 \end_layout
15780
15781 \begin_layout Standard
15782 Sie müssen das LaTeX-Paket 
15783 \series bold
15784 colortbl
15785 \series default
15786  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15787 \end_layout
15788
15789 \begin_layout Standard
15790 \begin_inset ERT
15791 status collapsed
15792
15793 \begin_layout Plain Layout
15794
15795
15796 \backslash
15797 fi
15798 \end_layout
15799
15800 \end_inset
15801
15802
15803 \end_layout
15804
15805 \begin_layout Subsection
15806 Farbige Linien
15807 \begin_inset Index
15808 status collapsed
15809
15810 \begin_layout Plain Layout
15811 farbige !  Tabellenlinien
15812 \end_layout
15813
15814 \end_inset
15815
15816
15817 \end_layout
15818
15819 \begin_layout Standard
15820 Wie in Abschnitt
15821 \begin_inset space ~
15822 \end_inset
15823
15824
15825 \begin_inset CommandInset ref
15826 LatexCommand ref
15827 reference "uab:Liniendicke"
15828
15829 \end_inset
15830
15831  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
15832 \series bold
15833
15834 \backslash
15835 arrayrulewidth
15836 \series default
15837  definiert werden.
15838  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15839 \begin_inset space \thinspace{}
15840 \end_inset
15841
15842 pt gesetzt.
15843 \begin_inset ERT
15844 status collapsed
15845
15846 \begin_layout Plain Layout
15847
15848
15849 \backslash
15850 setlength{
15851 \backslash
15852 arrayrulewidth}{1.5pt}
15853 \end_layout
15854
15855 \end_inset
15856
15857
15858 \end_layout
15859
15860 \begin_layout Standard
15861 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15862 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15863 \begin_inset space ~
15864 \end_inset
15865
15866
15867 \begin_inset CommandInset ref
15868 LatexCommand ref
15869 reference "uab:Angepasste-Zellen-/Spaltenformate"
15870
15871 \end_inset
15872
15873  definiert:
15874 \end_layout
15875
15876 \begin_layout Standard
15877
15878 \series bold
15879
15880 \backslash
15881 newcolumntype{W}{!{
15882 \backslash
15883 color{green}
15884 \backslash
15885 vline}}
15886 \end_layout
15887
15888 \begin_layout Standard
15889 In Tabelle
15890 \begin_inset space ~
15891 \end_inset
15892
15893
15894 \begin_inset CommandInset ref
15895 LatexCommand ref
15896 reference "tab:Tabelle-mit-farbigen-vert"
15897
15898 \end_inset
15899
15900  wurde das LaTeX-Argument 
15901 \series bold
15902 WcW
15903 \series default
15904  für die letzte und 
15905 \series bold
15906 Wc
15907 \series default
15908  für die anderen Spalten benutzt.
15909 \end_layout
15910
15911 \begin_layout Standard
15912 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15913 \end_layout
15914
15915 \begin_layout Standard
15916 \begin_inset Float table
15917 placement h
15918 wide false
15919 sideways false
15920 status open
15921
15922 \begin_layout Plain Layout
15923 \begin_inset Caption
15924
15925 \begin_layout Plain Layout
15926 \begin_inset CommandInset label
15927 LatexCommand label
15928 name "tab:Tabelle-mit-farbigen-vert"
15929
15930 \end_inset
15931
15932 Tabelle mit farbigen vertikalen Linien
15933 \end_layout
15934
15935 \end_inset
15936
15937
15938 \end_layout
15939
15940 \begin_layout Plain Layout
15941 \align center
15942 \begin_inset Tabular
15943 <lyxtabular version="3" rows="3" columns="3">
15944 <features>
15945 <column alignment="center" valignment="top" width="0" special="Wc">
15946 <column alignment="center" valignment="top" width="0" special="Wc">
15947 <column alignment="center" valignment="top" width="0" special="WcW">
15948 <row>
15949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15950 \begin_inset Text
15951
15952 \begin_layout Plain Layout
15953 sd
15954 \end_layout
15955
15956 \end_inset
15957 </cell>
15958 <cell alignment="center" valignment="top" topline="true" usebox="none">
15959 \begin_inset Text
15960
15961 \begin_layout Plain Layout
15962
15963 \end_layout
15964
15965 \end_inset
15966 </cell>
15967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15968 \begin_inset Text
15969
15970 \begin_layout Plain Layout
15971
15972 \end_layout
15973
15974 \end_inset
15975 </cell>
15976 </row>
15977 <row>
15978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15979 \begin_inset Text
15980
15981 \begin_layout Plain Layout
15982
15983 \end_layout
15984
15985 \end_inset
15986 </cell>
15987 <cell alignment="center" valignment="top" topline="true" usebox="none">
15988 \begin_inset Text
15989
15990 \begin_layout Plain Layout
15991 sd
15992 \end_layout
15993
15994 \end_inset
15995 </cell>
15996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15997 \begin_inset Text
15998
15999 \begin_layout Plain Layout
16000
16001 \end_layout
16002
16003 \end_inset
16004 </cell>
16005 </row>
16006 <row>
16007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16008 \begin_inset Text
16009
16010 \begin_layout Plain Layout
16011
16012 \end_layout
16013
16014 \end_inset
16015 </cell>
16016 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16017 \begin_inset Text
16018
16019 \begin_layout Plain Layout
16020
16021 \end_layout
16022
16023 \end_inset
16024 </cell>
16025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16026 \begin_inset Text
16027
16028 \begin_layout Plain Layout
16029 sd
16030 \end_layout
16031
16032 \end_inset
16033 </cell>
16034 </row>
16035 </lyxtabular>
16036
16037 \end_inset
16038
16039
16040 \end_layout
16041
16042 \end_inset
16043
16044
16045 \end_layout
16046
16047 \begin_layout Standard
16048 \begin_inset VSpace bigskip
16049 \end_inset
16050
16051 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
16052 \begin_inset space ~
16053 \end_inset
16054
16055
16056 \begin_inset CommandInset ref
16057 LatexCommand ref
16058 reference "tab:Tabelle-mit-farbigen-horiz"
16059
16060 \end_inset
16061
16062 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
16063  einfügen:
16064 \end_layout
16065
16066 \begin_layout Standard
16067
16068 \series bold
16069
16070 \backslash
16071 let
16072 \backslash
16073 myHlineC
16074 \backslash
16075 hline
16076 \begin_inset Newline newline
16077 \end_inset
16078
16079
16080 \backslash
16081 renewcommand{
16082 \backslash
16083 hline}
16084 \begin_inset Newline newline
16085 \end_inset
16086
16087
16088 \begin_inset ERT
16089 status collapsed
16090
16091 \begin_layout Plain Layout
16092
16093
16094 \backslash
16095 hphantom{ }
16096 \end_layout
16097
16098 \end_inset
16099
16100 {
16101 \backslash
16102 arrayrulecolor{red}
16103 \backslash
16104 myHlineC
16105 \backslash
16106 arrayrulecolor{black}}
16107 \end_layout
16108
16109 \begin_layout Standard
16110 \begin_inset ERT
16111 status collapsed
16112
16113 \begin_layout Plain Layout
16114
16115
16116 \backslash
16117 let
16118 \backslash
16119 myHlineC
16120 \backslash
16121 hline
16122 \end_layout
16123
16124 \begin_layout Plain Layout
16125
16126
16127 \backslash
16128 renewcommand{
16129 \backslash
16130 hline}
16131 \end_layout
16132
16133 \begin_layout Plain Layout
16134
16135  {
16136 \backslash
16137 arrayrulecolor{red}
16138 \backslash
16139 myHlineC
16140 \backslash
16141 arrayrulecolor{black}}
16142 \end_layout
16143
16144 \end_inset
16145
16146
16147 \begin_inset Float table
16148 placement h
16149 wide false
16150 sideways false
16151 status open
16152
16153 \begin_layout Plain Layout
16154 \begin_inset Caption
16155
16156 \begin_layout Plain Layout
16157 \begin_inset CommandInset label
16158 LatexCommand label
16159 name "tab:Tabelle-mit-farbigen-horiz"
16160
16161 \end_inset
16162
16163 Tabelle mit farbigen horizontalen Linien
16164 \end_layout
16165
16166 \end_inset
16167
16168
16169 \end_layout
16170
16171 \begin_layout Plain Layout
16172 \align center
16173 \begin_inset Tabular
16174 <lyxtabular version="3" rows="3" columns="3">
16175 <features>
16176 <column alignment="center" valignment="top" width="0">
16177 <column alignment="center" valignment="top" width="0">
16178 <column alignment="center" valignment="top" width="0">
16179 <row>
16180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16181 \begin_inset Text
16182
16183 \begin_layout Plain Layout
16184 sd
16185 \end_layout
16186
16187 \end_inset
16188 </cell>
16189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16190 \begin_inset Text
16191
16192 \begin_layout Plain Layout
16193
16194 \end_layout
16195
16196 \end_inset
16197 </cell>
16198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16199 \begin_inset Text
16200
16201 \begin_layout Plain Layout
16202
16203 \end_layout
16204
16205 \end_inset
16206 </cell>
16207 </row>
16208 <row>
16209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16210 \begin_inset Text
16211
16212 \begin_layout Plain Layout
16213
16214 \end_layout
16215
16216 \end_inset
16217 </cell>
16218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16219 \begin_inset Text
16220
16221 \begin_layout Plain Layout
16222 sd
16223 \end_layout
16224
16225 \end_inset
16226 </cell>
16227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16228 \begin_inset Text
16229
16230 \begin_layout Plain Layout
16231
16232 \end_layout
16233
16234 \end_inset
16235 </cell>
16236 </row>
16237 <row>
16238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16239 \begin_inset Text
16240
16241 \begin_layout Plain Layout
16242
16243 \end_layout
16244
16245 \end_inset
16246 </cell>
16247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16248 \begin_inset Text
16249
16250 \begin_layout Plain Layout
16251
16252 \end_layout
16253
16254 \end_inset
16255 </cell>
16256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16257 \begin_inset Text
16258
16259 \begin_layout Plain Layout
16260 sd
16261 \end_layout
16262
16263 \end_inset
16264 </cell>
16265 </row>
16266 </lyxtabular>
16267
16268 \end_inset
16269
16270
16271 \end_layout
16272
16273 \end_inset
16274
16275
16276 \end_layout
16277
16278 \begin_layout Standard
16279 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16280  als TeX-Code hinter der Tabelle einfügen:
16281 \end_layout
16282
16283 \begin_layout Standard
16284
16285 \series bold
16286
16287 \backslash
16288 renewcommand{
16289 \backslash
16290 hline}{
16291 \backslash
16292 myHlineC}
16293 \end_layout
16294
16295 \begin_layout Standard
16296 Tabelle
16297 \begin_inset space ~
16298 \end_inset
16299
16300
16301 \begin_inset CommandInset ref
16302 LatexCommand ref
16303 reference "tab:Table-with-colored"
16304
16305 \end_inset
16306
16307  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16308 \end_layout
16309
16310 \begin_layout Standard
16311 \begin_inset Float table
16312 placement h
16313 wide false
16314 sideways false
16315 status open
16316
16317 \begin_layout Plain Layout
16318 \begin_inset Caption
16319
16320 \begin_layout Plain Layout
16321 \begin_inset CommandInset label
16322 LatexCommand label
16323 name "tab:Table-with-colored"
16324
16325 \end_inset
16326
16327 Tabelle mit farbigen Linien
16328 \end_layout
16329
16330 \end_inset
16331
16332
16333 \end_layout
16334
16335 \begin_layout Plain Layout
16336 \align center
16337 \begin_inset Tabular
16338 <lyxtabular version="3" rows="3" columns="3">
16339 <features>
16340 <column alignment="center" valignment="top" width="0" special="Wc">
16341 <column alignment="center" valignment="top" width="0" special="Wc">
16342 <column alignment="center" valignment="top" width="0" special="WcW">
16343 <row>
16344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16345 \begin_inset Text
16346
16347 \begin_layout Plain Layout
16348 sd
16349 \end_layout
16350
16351 \end_inset
16352 </cell>
16353 <cell alignment="center" valignment="top" topline="true" usebox="none">
16354 \begin_inset Text
16355
16356 \begin_layout Plain Layout
16357
16358 \end_layout
16359
16360 \end_inset
16361 </cell>
16362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16363 \begin_inset Text
16364
16365 \begin_layout Plain Layout
16366
16367 \end_layout
16368
16369 \end_inset
16370 </cell>
16371 </row>
16372 <row>
16373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout Plain Layout
16377
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 <cell alignment="center" valignment="top" topline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout Plain Layout
16386 sd
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16392 \begin_inset Text
16393
16394 \begin_layout Plain Layout
16395
16396 \end_layout
16397
16398 \end_inset
16399 </cell>
16400 </row>
16401 <row topspace="default">
16402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16403 \begin_inset Text
16404
16405 \begin_layout Plain Layout
16406
16407 \end_layout
16408
16409 \end_inset
16410 </cell>
16411 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16412 \begin_inset Text
16413
16414 \begin_layout Plain Layout
16415
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424 sd
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 </row>
16430 </lyxtabular>
16431
16432 \end_inset
16433
16434
16435 \end_layout
16436
16437 \end_inset
16438
16439
16440 \end_layout
16441
16442 \begin_layout Standard
16443 \begin_inset ERT
16444 status collapsed
16445
16446 \begin_layout Plain Layout
16447
16448
16449 \backslash
16450 renewcommand{
16451 \backslash
16452 hline}{
16453 \backslash
16454 myHlineC}
16455 \end_layout
16456
16457 \end_inset
16458
16459
16460 \end_layout
16461
16462 \begin_layout Standard
16463 \begin_inset ERT
16464 status collapsed
16465
16466 \begin_layout Plain Layout
16467
16468
16469 \backslash
16470 setlength{
16471 \backslash
16472 arrayrulewidth}{0.4pt}
16473 \end_layout
16474
16475 \end_inset
16476
16477
16478 \begin_inset Note Note
16479 status collapsed
16480
16481 \begin_layout Plain Layout
16482 setzt die Liniendicke wieder auf ihren Standardwert zurück
16483 \end_layout
16484
16485 \end_inset
16486
16487
16488 \end_layout
16489
16490 \begin_layout Section
16491 Tabellen-Anpassung
16492 \begin_inset Index
16493 status collapsed
16494
16495 \begin_layout Plain Layout
16496 Tabellen ! Anpassung
16497 \end_layout
16498
16499 \end_inset
16500
16501
16502 \end_layout
16503
16504 \begin_layout Subsection
16505 Zeilenabstand
16506 \begin_inset CommandInset label
16507 LatexCommand label
16508 name "uab:Zeilenabstand"
16509
16510 \end_inset
16511
16512
16513 \begin_inset Index
16514 status collapsed
16515
16516 \begin_layout Plain Layout
16517 Tabellen ! Zeilenabstand
16518 \end_layout
16519
16520 \end_inset
16521
16522
16523 \end_layout
16524
16525 \begin_layout Standard
16526 Auf der Karteikarte 
16527 \family sans
16528 Rahmen
16529 \family default
16530  des 
16531 \family sans
16532 Tabellen-Einstellungen
16533 \family default
16534 -Dialogs können Sie 
16535 \family sans
16536 zusätzliche
16537 \begin_inset space ~
16538 \end_inset
16539
16540 Abstände
16541 \family default
16542  einfügen.
16543  Dabei haben Sie drei Möglichkeiten:
16544 \end_layout
16545
16546 \begin_layout Description
16547 Oberhalb
16548 \begin_inset space ~
16549 \end_inset
16550
16551 der
16552 \begin_inset space ~
16553 \end_inset
16554
16555 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16556  Bei einer formalen Tabelle
16557 \begin_inset Foot
16558 status collapsed
16559
16560 \begin_layout Plain Layout
16561 Formale Tabellen wurden in Abschnitt
16562 \begin_inset space ~
16563 \end_inset
16564
16565
16566 \begin_inset CommandInset ref
16567 LatexCommand ref
16568 reference "abs:Formale-Tabellen"
16569
16570 \end_inset
16571
16572  beschrieben.
16573 \end_layout
16574
16575 \end_inset
16576
16577  fügt LyX standardmäßig 0.5
16578 \begin_inset space \thinspace{}
16579 \end_inset
16580
16581 em Leerraum ein.
16582  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16583 \begin_inset VSpace medskip
16584 \end_inset
16585
16586
16587 \begin_inset Newline newline
16588 \end_inset
16589
16590
16591 \begin_inset space \hspace*{}
16592 \length 0pt
16593 \end_inset
16594
16595
16596 \begin_inset space \hfill{}
16597 \end_inset
16598
16599
16600 \begin_inset Tabular
16601 <lyxtabular version="3" rows="3" columns="1">
16602 <features>
16603 <column alignment="center" valignment="top" width="0">
16604 <row>
16605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609 A
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 </row>
16615 <row topspace="3mm">
16616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620 3
16621 \begin_inset space \thinspace{}
16622 \end_inset
16623
16624 mm Leerraum oberhalb der Zeile
16625 \end_layout
16626
16627 \end_inset
16628 </cell>
16629 </row>
16630 <row>
16631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16632 \begin_inset Text
16633
16634 \begin_layout Plain Layout
16635 C
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 </row>
16641 </lyxtabular>
16642
16643 \end_inset
16644
16645
16646 \begin_inset space \hfill{}
16647 \end_inset
16648
16649
16650 \begin_inset space \hspace*{}
16651 \length 0pt
16652 \end_inset
16653
16654
16655 \begin_inset VSpace medskip
16656 \end_inset
16657
16658
16659 \begin_inset Newline newline
16660 \end_inset
16661
16662 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16663 n Linien verwenden.
16664 \end_layout
16665
16666 \begin_layout Description
16667 Unterhalb
16668 \begin_inset space ~
16669 \end_inset
16670
16671 der
16672 \begin_inset space ~
16673 \end_inset
16674
16675 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16676  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16677 \begin_inset space \thinspace{}
16678 \end_inset
16679
16680 em Leerraum ein.
16681  Bei normalen Tabellen ist der Standardwert 2
16682 \begin_inset space \thinspace{}
16683 \end_inset
16684
16685 pt.
16686 \end_layout
16687
16688 \begin_layout Description
16689 Zwischen
16690 \begin_inset space ~
16691 \end_inset
16692
16693 den
16694 \begin_inset space ~
16695 \end_inset
16696
16697 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16698  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16699 \begin_inset space \thinspace{}
16700 \end_inset
16701
16702 em Leerraum ein.
16703  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16704 \begin_inset VSpace medskip
16705 \end_inset
16706
16707
16708 \begin_inset Newline newline
16709 \end_inset
16710
16711
16712 \begin_inset space \hspace*{}
16713 \length 0pt
16714 \end_inset
16715
16716
16717 \begin_inset space \hfill{}
16718 \end_inset
16719
16720
16721 \begin_inset Tabular
16722 <lyxtabular version="3" rows="3" columns="1">
16723 <features>
16724 <column alignment="center" valignment="top" width="0">
16725 <row>
16726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16727 \begin_inset Text
16728
16729 \begin_layout Plain Layout
16730 A
16731 \end_layout
16732
16733 \end_inset
16734 </cell>
16735 </row>
16736 <row interlinespace="3mm">
16737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16738 \begin_inset Text
16739
16740 \begin_layout Plain Layout
16741 \begin_inset Formula $\downarrow$
16742 \end_inset
16743
16744  3
16745 \begin_inset space \thinspace{}
16746 \end_inset
16747
16748 mm Leerraum zwischen den Zeilen 
16749 \begin_inset Formula $\downarrow$
16750 \end_inset
16751
16752
16753 \end_layout
16754
16755 \end_inset
16756 </cell>
16757 </row>
16758 <row>
16759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16760 \begin_inset Text
16761
16762 \begin_layout Plain Layout
16763 \begin_inset Formula $\uparrow$
16764 \end_inset
16765
16766  3
16767 \begin_inset space \thinspace{}
16768 \end_inset
16769
16770 mm Leerraum zwischen den Zeilen 
16771 \begin_inset Formula $\uparrow$
16772 \end_inset
16773
16774
16775 \end_layout
16776
16777 \end_inset
16778 </cell>
16779 </row>
16780 </lyxtabular>
16781
16782 \end_inset
16783
16784
16785 \begin_inset space \hfill{}
16786 \end_inset
16787
16788
16789 \begin_inset space \hspace*{}
16790 \length 0pt
16791 \end_inset
16792
16793
16794 \begin_inset VSpace medskip
16795 \end_inset
16796
16797
16798 \begin_inset Newline newline
16799 \end_inset
16800
16801 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16802 n Linien verwenden.
16803 \end_layout
16804
16805 \begin_layout Standard
16806 \begin_inset VSpace bigskip
16807 \end_inset
16808
16809 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16810  Befehlen im LaTeX-Vorspann machen:
16811 \end_layout
16812
16813 \begin_layout Standard
16814
16815 \series bold
16816
16817 \backslash
16818 @ifundefined{extrarowheight}
16819 \begin_inset Newline newline
16820 \end_inset
16821
16822
16823 \begin_inset ERT
16824 status collapsed
16825
16826 \begin_layout Plain Layout
16827
16828
16829 \backslash
16830 hphantom{ }
16831 \end_layout
16832
16833 \end_inset
16834
16835 {
16836 \backslash
16837 usepackage{array}}{}
16838 \begin_inset Newline newline
16839 \end_inset
16840
16841
16842 \backslash
16843 setlength{
16844 \backslash
16845 extrarowheight}{Höhe}
16846 \end_layout
16847
16848 \begin_layout Standard
16849 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16850  ausgerichtet sind.
16851  (Das Paket 
16852 \series bold
16853 array
16854 \series default
16855  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
16856  verwenden.
16857  Der Befehl 
16858 \series bold
16859
16860 \backslash
16861 @ifundefined
16862 \series default
16863  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16864 \end_layout
16865
16866 \begin_layout Subsection
16867 Besondere Zellenausrichtung
16868 \begin_inset Index
16869 status collapsed
16870
16871 \begin_layout Plain Layout
16872 Tabellen ! Zellenausrichtung
16873 \end_layout
16874
16875 \end_inset
16876
16877
16878 \end_layout
16879
16880 \begin_layout Standard
16881 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
16882  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
16883 \begin_inset space ~
16884 \end_inset
16885
16886
16887 \begin_inset CommandInset ref
16888 LatexCommand ref
16889 reference "tab:Tabellenzellen-sind-auf"
16890
16891 \end_inset
16892
16893 .
16894 \end_layout
16895
16896 \begin_layout Standard
16897 \begin_inset Float table
16898 placement h
16899 wide false
16900 sideways false
16901 status open
16902
16903 \begin_layout Plain Layout
16904 \begin_inset Caption
16905
16906 \begin_layout Plain Layout
16907 \begin_inset CommandInset label
16908 LatexCommand label
16909 name "tab:Tabellenzellen-sind-auf"
16910
16911 \end_inset
16912
16913 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
16914 \end_layout
16915
16916 \end_inset
16917
16918
16919 \end_layout
16920
16921 \begin_layout Plain Layout
16922 \align center
16923 \begin_inset Tabular
16924 <lyxtabular version="3" rows="4" columns="2">
16925 <features>
16926 <column alignment="right" valignment="top" width="0">
16927 <column alignment="left" valignment="top" width="0" special="@{}l">
16928 <row>
16929 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16930 \begin_inset Text
16931
16932 \begin_layout Plain Layout
16933 Überschrift
16934 \end_layout
16935
16936 \end_inset
16937 </cell>
16938 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Plain Layout
16942
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 </row>
16948 <row>
16949 <cell alignment="center" valignment="top" usebox="none">
16950 \begin_inset Text
16951
16952 \begin_layout Plain Layout
16953 12.
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 <cell alignment="center" valignment="top" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962 6
16963 \end_layout
16964
16965 \end_inset
16966 </cell>
16967 </row>
16968 <row>
16969 <cell alignment="center" valignment="top" usebox="none">
16970 \begin_inset Text
16971
16972 \begin_layout Plain Layout
16973 0.
16974 \end_layout
16975
16976 \end_inset
16977 </cell>
16978 <cell alignment="center" valignment="top" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982 68
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 </row>
16988 <row>
16989 <cell alignment="center" valignment="top" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993 -123.
16994 \end_layout
16995
16996 \end_inset
16997 </cell>
16998 <cell alignment="center" valignment="top" usebox="none">
16999 \begin_inset Text
17000
17001 \begin_layout Plain Layout
17002 0
17003 \end_layout
17004
17005 \end_inset
17006 </cell>
17007 </row>
17008 </lyxtabular>
17009
17010 \end_inset
17011
17012
17013 \end_layout
17014
17015 \end_inset
17016
17017
17018 \end_layout
17019
17020 \begin_layout Standard
17021 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17022  Die Überschrift ist eine zentrierte Mehrfachspalte.
17023  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17024  der Zahlen einschließlich Dezimalpunkt.
17025  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17026  der Zahlen.
17027   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17028 \family sans
17029 LaTe
17030 \begin_inset ERT
17031 status collapsed
17032
17033 \begin_layout Plain Layout
17034
17035 {}
17036 \end_layout
17037
17038 \end_inset
17039
17040 X-Argument
17041 \family default
17042  für die zweite Spalte folgendes eingefügt:
17043 \end_layout
17044
17045 \begin_layout Standard
17046
17047 \series bold
17048 @{}l
17049 \end_layout
17050
17051 \begin_layout Standard
17052 Tabelle
17053 \begin_inset space ~
17054 \end_inset
17055
17056
17057 \begin_inset CommandInset ref
17058 LatexCommand ref
17059 reference "tab:Verschiedene-Ausrichtungen"
17060
17061 \end_inset
17062
17063  zeigt einige Ausrichtungen.
17064  Für die Ausrichtung der Relationen müssen Sie den 
17065 \family sans
17066 Mittleren
17067 \begin_inset space ~
17068 \end_inset
17069
17070 Abstand
17071 \family default
17072  aus der 
17073 \family sans
17074 Mathe-Werkzeugleiste
17075 \family default
17076  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17077  rechts vom Relationszeichen zu bekommen.
17078 \end_layout
17079
17080 \begin_layout Standard
17081
17082 \color black
17083 \begin_inset Float table
17084 placement h
17085 wide false
17086 sideways false
17087 status open
17088
17089 \begin_layout Plain Layout
17090
17091 \color black
17092 \begin_inset Caption
17093
17094 \begin_layout Plain Layout
17095
17096 \color black
17097 \begin_inset CommandInset label
17098 LatexCommand label
17099 name "tab:Verschiedene-Ausrichtungen"
17100
17101 \end_inset
17102
17103
17104 \color inherit
17105 Verschiedene Ausrichtungen
17106 \end_layout
17107
17108 \end_inset
17109
17110
17111 \end_layout
17112
17113 \begin_layout Plain Layout
17114 \align center
17115 \begin_inset Tabular
17116 <lyxtabular version="3" rows="4" columns="6">
17117 <features>
17118 <column alignment="right" valignment="top" width="0">
17119 <column alignment="left" valignment="top" width="0" special="@{}l">
17120 <column alignment="right" valignment="top" width="0">
17121 <column alignment="left" valignment="top" width="0" special="@{}l">
17122 <column alignment="right" valignment="top" width="0">
17123 <column alignment="left" valignment="top" width="0" special="@{}l">
17124 <row>
17125 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17126 \begin_inset Text
17127
17128 \begin_layout Plain Layout
17129 Einheiten
17130 \end_layout
17131
17132 \end_inset
17133 </cell>
17134 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138
17139 \end_layout
17140
17141 \end_inset
17142 </cell>
17143 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17144 \begin_inset Text
17145
17146 \begin_layout Plain Layout
17147 Exponenten
17148 \end_layout
17149
17150 \end_inset
17151 </cell>
17152 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17153 \begin_inset Text
17154
17155 \begin_layout Plain Layout
17156
17157 \end_layout
17158
17159 \end_inset
17160 </cell>
17161 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17162 \begin_inset Text
17163
17164 \begin_layout Plain Layout
17165 Relationen
17166 \end_layout
17167
17168 \end_inset
17169 </cell>
17170 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17171 \begin_inset Text
17172
17173 \begin_layout Plain Layout
17174
17175 \end_layout
17176
17177 \end_inset
17178 </cell>
17179 </row>
17180 <row>
17181 <cell alignment="center" valignment="top" usebox="none">
17182 \begin_inset Text
17183
17184 \begin_layout Plain Layout
17185 12×
17186 \end_layout
17187
17188 \end_inset
17189 </cell>
17190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17191 \begin_inset Text
17192
17193 \begin_layout Plain Layout
17194 24
17195 \begin_inset space \thinspace{}
17196 \end_inset
17197
17198 Flaschen
17199 \end_layout
17200
17201 \end_inset
17202 </cell>
17203 <cell alignment="center" valignment="top" usebox="none">
17204 \begin_inset Text
17205
17206 \begin_layout Plain Layout
17207 \begin_inset Formula $10\cdot$
17208 \end_inset
17209
17210
17211 \end_layout
17212
17213 \end_inset
17214 </cell>
17215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17216 \begin_inset Text
17217
17218 \begin_layout Plain Layout
17219 \begin_inset Formula $10^{\mbox{-}17}$
17220 \end_inset
17221
17222
17223 \end_layout
17224
17225 \end_inset
17226 </cell>
17227 <cell alignment="center" valignment="top" usebox="none">
17228 \begin_inset Text
17229
17230 \begin_layout Plain Layout
17231 \begin_inset Formula $\Gamma(t)\propto$
17232 \end_inset
17233
17234
17235 \end_layout
17236
17237 \end_inset
17238 </cell>
17239 <cell alignment="center" valignment="top" usebox="none">
17240 \begin_inset Text
17241
17242 \begin_layout Plain Layout
17243 \begin_inset Formula $\:\Upsilon(t)$
17244 \end_inset
17245
17246
17247 \end_layout
17248
17249 \end_inset
17250 </cell>
17251 </row>
17252 <row>
17253 <cell alignment="center" valignment="top" usebox="none">
17254 \begin_inset Text
17255
17256 \begin_layout Plain Layout
17257 1024×
17258 \end_layout
17259
17260 \end_inset
17261 </cell>
17262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17263 \begin_inset Text
17264
17265 \begin_layout Plain Layout
17266 768
17267 \begin_inset space \thinspace{}
17268 \end_inset
17269
17270 Pixel
17271 \end_layout
17272
17273 \end_inset
17274 </cell>
17275 <cell alignment="center" valignment="top" usebox="none">
17276 \begin_inset Text
17277
17278 \begin_layout Plain Layout
17279 \begin_inset Formula $5.78\cdot$
17280 \end_inset
17281
17282
17283 \end_layout
17284
17285 \end_inset
17286 </cell>
17287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17288 \begin_inset Text
17289
17290 \begin_layout Plain Layout
17291 \begin_inset Formula $10^{7}$
17292 \end_inset
17293
17294
17295 \end_layout
17296
17297 \end_inset
17298 </cell>
17299 <cell alignment="center" valignment="top" usebox="none">
17300 \begin_inset Text
17301
17302 \begin_layout Plain Layout
17303 \begin_inset Formula $A\ne$
17304 \end_inset
17305
17306
17307 \end_layout
17308
17309 \end_inset
17310 </cell>
17311 <cell alignment="center" valignment="top" usebox="none">
17312 \begin_inset Text
17313
17314 \begin_layout Plain Layout
17315 \begin_inset Formula $\: B_{\mathrm{red}}$
17316 \end_inset
17317
17318
17319 \end_layout
17320
17321 \end_inset
17322 </cell>
17323 </row>
17324 <row>
17325 <cell alignment="center" valignment="top" usebox="none">
17326 \begin_inset Text
17327
17328 \begin_layout Plain Layout
17329 32×
17330 \end_layout
17331
17332 \end_inset
17333 </cell>
17334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17335 \begin_inset Text
17336
17337 \begin_layout Plain Layout
17338 6
17339 \begin_inset space \thinspace{}
17340 \end_inset
17341
17342 cm
17343 \end_layout
17344
17345 \end_inset
17346 </cell>
17347 <cell alignment="center" valignment="top" usebox="none">
17348 \begin_inset Text
17349
17350 \begin_layout Plain Layout
17351 -
17352 \begin_inset Formula $33.5\cdot$
17353 \end_inset
17354
17355
17356 \end_layout
17357
17358 \end_inset
17359 </cell>
17360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17361 \begin_inset Text
17362
17363 \begin_layout Plain Layout
17364 \begin_inset Formula $10^{4}$
17365 \end_inset
17366
17367
17368 \end_layout
17369
17370 \end_inset
17371 </cell>
17372 <cell alignment="center" valignment="top" usebox="none">
17373 \begin_inset Text
17374
17375 \begin_layout Plain Layout
17376 \begin_inset Formula $\sin(\alpha)\ge$
17377 \end_inset
17378
17379
17380 \end_layout
17381
17382 \end_inset
17383 </cell>
17384 <cell alignment="center" valignment="top" usebox="none">
17385 \begin_inset Text
17386
17387 \begin_layout Plain Layout
17388 \begin_inset Formula $\:\sin(\beta)$
17389 \end_inset
17390
17391
17392 \end_layout
17393
17394 \end_inset
17395 </cell>
17396 </row>
17397 </lyxtabular>
17398
17399 \end_inset
17400
17401
17402 \end_layout
17403
17404 \end_inset
17405
17406
17407 \end_layout
17408
17409 \begin_layout Standard
17410 \begin_inset VSpace bigskip
17411 \end_inset
17412
17413 Es gibt auch noch das LaTeX-Paket 
17414 \series bold
17415 dcolumn
17416 \series default
17417 ,
17418 \begin_inset Index
17419 status collapsed
17420
17421 \begin_layout Plain Layout
17422 LaTeX-Pakete ! dcolumn
17423 \end_layout
17424
17425 \end_inset
17426
17427  mit dem man Zellen ausrichten kann.
17428  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17429  in den Zellen.
17430  Die erste Spalte von Tabelle
17431 \begin_inset space ~
17432 \end_inset
17433
17434
17435 \begin_inset CommandInset ref
17436 LatexCommand ref
17437 reference "tab:Verschiedene-Ausrichtungen"
17438
17439 \end_inset
17440
17441  wird mit 
17442 \family typewriter
17443 dcolumn
17444 \family default
17445  wie die erste Spalte von Tabelle
17446 \begin_inset space ~
17447 \end_inset
17448
17449
17450 \begin_inset CommandInset ref
17451 LatexCommand ref
17452 reference "tab:Ausrichtung-mit-dem"
17453
17454 \end_inset
17455
17456  aussehen und nur mit ein paar Tricks wie erwartet.
17457  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17458 \begin_inset space ~
17459 \end_inset
17460
17461
17462 \begin_inset CommandInset ref
17463 LatexCommand ref
17464 reference "tab:Verschiedene-Ausrichtungen"
17465
17466 \end_inset
17467
17468  ist mit 
17469 \series bold
17470 dcolumn
17471 \series default
17472  nicht möglich.
17473 \end_layout
17474
17475 \begin_layout Standard
17476 \begin_inset Float table
17477 placement h
17478 wide false
17479 sideways false
17480 status open
17481
17482 \begin_layout Plain Layout
17483 \begin_inset Caption
17484
17485 \begin_layout Plain Layout
17486 \begin_inset CommandInset label
17487 LatexCommand label
17488 name "tab:Ausrichtung-mit-dem"
17489
17490 \end_inset
17491
17492 Ausrichtung mit dem LaTeX-Paket 
17493 \series bold
17494 dcolumn
17495 \series default
17496 .
17497  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17498  bekommen.
17499 \begin_inset OptArg
17500 status collapsed
17501
17502 \begin_layout Plain Layout
17503 Ausrichtung mit dem LaTeX-Paket 
17504 \series bold
17505 dcolumn
17506 \end_layout
17507
17508 \end_inset
17509
17510
17511 \end_layout
17512
17513 \end_inset
17514
17515
17516 \end_layout
17517
17518 \begin_layout Plain Layout
17519 \align center
17520 \begin_inset Tabular
17521 <lyxtabular version="3" rows="4" columns="3">
17522 <features>
17523 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17524 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17525 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17526 <row>
17527 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17528 \begin_inset Text
17529
17530 \begin_layout Plain Layout
17531 Einheiten
17532 \end_layout
17533
17534 \end_inset
17535 </cell>
17536 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17537 \begin_inset Text
17538
17539 \begin_layout Plain Layout
17540 Einheiten
17541 \end_layout
17542
17543 \end_inset
17544 </cell>
17545 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17546 \begin_inset Text
17547
17548 \begin_layout Plain Layout
17549 Einheiten
17550 \end_layout
17551
17552 \end_inset
17553 </cell>
17554 </row>
17555 <row>
17556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17557 \begin_inset Text
17558
17559 \begin_layout Plain Layout
17560 12x24
17561 \begin_inset space \thinspace{}
17562 \end_inset
17563
17564
17565 \begin_inset Formula $\mbox{Flaschen}$
17566 \end_inset
17567
17568
17569 \end_layout
17570
17571 \end_inset
17572 </cell>
17573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17574 \begin_inset Text
17575
17576 \begin_layout Plain Layout
17577 12x24
17578 \begin_inset space \thinspace{}
17579 \end_inset
17580
17581
17582 \begin_inset Formula $\mbox{Flaschen}$
17583 \end_inset
17584
17585
17586 \end_layout
17587
17588 \end_inset
17589 </cell>
17590 <cell alignment="center" valignment="top" usebox="none">
17591 \begin_inset Text
17592
17593 \begin_layout Plain Layout
17594 12
17595 \begin_inset ERT
17596 status collapsed
17597
17598 \begin_layout Plain Layout
17599
17600
17601 \backslash
17602 times 
17603 \end_layout
17604
17605 \end_inset
17606
17607 24~
17608 \begin_inset Formula $\mbox{Flaschen}$
17609 \end_inset
17610
17611
17612 \end_layout
17613
17614 \end_inset
17615 </cell>
17616 </row>
17617 <row>
17618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17619 \begin_inset Text
17620
17621 \begin_layout Plain Layout
17622 1024x768
17623 \begin_inset space \thinspace{}
17624 \end_inset
17625
17626
17627 \begin_inset Formula $\mbox{Pixel}$
17628 \end_inset
17629
17630
17631 \end_layout
17632
17633 \end_inset
17634 </cell>
17635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17636 \begin_inset Text
17637
17638 \begin_layout Plain Layout
17639 1024x768
17640 \begin_inset space \thinspace{}
17641 \end_inset
17642
17643
17644 \begin_inset Formula $\mbox{Pixel}$
17645 \end_inset
17646
17647
17648 \end_layout
17649
17650 \end_inset
17651 </cell>
17652 <cell alignment="center" valignment="top" usebox="none">
17653 \begin_inset Text
17654
17655 \begin_layout Plain Layout
17656 1024
17657 \begin_inset ERT
17658 status collapsed
17659
17660 \begin_layout Plain Layout
17661
17662
17663 \backslash
17664 times 
17665 \end_layout
17666
17667 \end_inset
17668
17669 768~
17670 \begin_inset Formula $\mbox{Pixel}$
17671 \end_inset
17672
17673
17674 \end_layout
17675
17676 \end_inset
17677 </cell>
17678 </row>
17679 <row>
17680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17681 \begin_inset Text
17682
17683 \begin_layout Plain Layout
17684 32x6
17685 \begin_inset space \thinspace{}
17686 \end_inset
17687
17688
17689 \begin_inset Formula $\mbox{cm}$
17690 \end_inset
17691
17692
17693 \end_layout
17694
17695 \end_inset
17696 </cell>
17697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17698 \begin_inset Text
17699
17700 \begin_layout Plain Layout
17701 32x6
17702 \begin_inset space \thinspace{}
17703 \end_inset
17704
17705
17706 \begin_inset Formula $\mbox{cm}$
17707 \end_inset
17708
17709
17710 \end_layout
17711
17712 \end_inset
17713 </cell>
17714 <cell alignment="center" valignment="top" usebox="none">
17715 \begin_inset Text
17716
17717 \begin_layout Plain Layout
17718 32
17719 \begin_inset ERT
17720 status collapsed
17721
17722 \begin_layout Plain Layout
17723
17724
17725 \backslash
17726 times 
17727 \end_layout
17728
17729 \end_inset
17730
17731 6~
17732 \begin_inset Formula $\mbox{cm}$
17733 \end_inset
17734
17735
17736 \end_layout
17737
17738 \end_inset
17739 </cell>
17740 </row>
17741 </lyxtabular>
17742
17743 \end_inset
17744
17745
17746 \end_layout
17747
17748 \end_inset
17749
17750
17751 \end_layout
17752
17753 \begin_layout Subsection
17754 Angepasste Zellen-/Spaltenformate
17755 \begin_inset CommandInset label
17756 LatexCommand label
17757 name "uab:Angepasste-Zellen-/Spaltenformate"
17758
17759 \end_inset
17760
17761
17762 \begin_inset Index
17763 status collapsed
17764
17765 \begin_layout Plain Layout
17766 Tabellen ! Spaltenformat
17767 \end_layout
17768
17769 \end_inset
17770
17771
17772 \end_layout
17773
17774 \begin_layout Standard
17775 Wenn man wie in Abschnitt
17776 \begin_inset space ~
17777 \end_inset
17778
17779
17780 \begin_inset CommandInset ref
17781 LatexCommand ref
17782 reference "uab:Mehrfachspalten-Berechnungen"
17783
17784 \end_inset
17785
17786  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
17787  mehreren Tabellen mit Mehrfachspalten sehr lästig.
17788  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
17789  definieren:
17790 \end_layout
17791
17792 \begin_layout Standard
17793
17794 \series bold
17795
17796 \backslash
17797 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
17798 \end_layout
17799
17800 \begin_layout Standard
17801 Der Formatname darf nur ein Buchstabe sein, aber nicht 
17802 \emph on
17803 b
17804 \emph default
17805
17806 \emph on
17807 c
17808 \emph default
17809
17810 \emph on
17811 l
17812 \emph default
17813
17814 \emph on
17815 m
17816 \emph default
17817
17818 \emph on
17819 p
17820 \emph default
17821  oder 
17822 \emph on
17823 r
17824 \emph default
17825 , weil diese vordefiniert sind.
17826  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
17827 \end_layout
17828
17829 \begin_layout Standard
17830 \begin_inset VSpace medskip
17831 \end_inset
17832
17833
17834 \end_layout
17835
17836 \begin_layout Standard
17837 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
17838  Breite könnte das Format so aussehen:
17839 \end_layout
17840
17841 \begin_layout Standard
17842
17843 \series bold
17844
17845 \backslash
17846 newcolumntype{M}[1]{>{
17847 \backslash
17848 centering
17849 \backslash
17850 hspace{0pt}}m{#1}}
17851 \end_layout
17852
17853 \begin_layout Standard
17854 wobei 
17855 \series bold
17856
17857 \backslash
17858 hspace{0pt}
17859 \series default
17860  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
17861  Abschnitt
17862 \begin_inset space ~
17863 \end_inset
17864
17865
17866 \begin_inset CommandInset ref
17867 LatexCommand ref
17868 reference "uab:Mehrfache-Zeilen-in"
17869
17870 \end_inset
17871
17872  beschrieben.
17873  Jetzt können Sie mit
17874 \end_layout
17875
17876 \begin_layout Standard
17877
17878 \series bold
17879 M{Breite}
17880 \end_layout
17881
17882 \begin_layout Standard
17883 im 
17884 \family sans
17885 LaTeX-Argument
17886 \family default
17887  im 
17888 \family sans
17889 Tabellen-Einstellungen
17890 \family default
17891 -Dialog eine Mehrfachspalte definieren.
17892 \end_layout
17893
17894 \begin_layout Standard
17895 \begin_inset VSpace bigskip
17896 \end_inset
17897
17898
17899 \end_layout
17900
17901 \begin_layout Standard
17902 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
17903  Format definieren:
17904 \end_layout
17905
17906 \begin_layout Standard
17907
17908 \series bold
17909
17910 \backslash
17911 newcolumntype{S}[2]{>{
17912 \backslash
17913 centering
17914 \backslash
17915 hspace{0pt}}
17916 \begin_inset Newline newline
17917 \end_inset
17918
17919
17920 \begin_inset ERT
17921 status collapsed
17922
17923 \begin_layout Plain Layout
17924
17925
17926 \backslash
17927 phantom{
17928 \end_layout
17929
17930 \end_inset
17931
17932
17933 \backslash
17934 newcolumntype
17935 \begin_inset ERT
17936 status collapsed
17937
17938 \begin_layout Plain Layout
17939
17940 }
17941 \end_layout
17942
17943 \end_inset
17944
17945 m{(#1+(2
17946 \backslash
17947 tabcolsep+
17948 \backslash
17949 arrayrulewidth)*(1-#2))/#2}}
17950 \end_layout
17951
17952 \begin_layout Standard
17953 Dieses Format benutzt Gleichung
17954 \begin_inset space ~
17955 \end_inset
17956
17957
17958 \begin_inset CommandInset ref
17959 LatexCommand ref
17960 reference "eq:Wgn"
17961
17962 \end_inset
17963
17964 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
17965  breit ist.
17966 \end_layout
17967
17968 \begin_layout Standard
17969 Jetzt können Sie im 
17970 \family sans
17971 LaTeX-Argument
17972 \family default
17973  im 
17974 \family sans
17975 Tabellen-Einstellungen
17976 \family default
17977 -Dialog folgendes einfügen:
17978 \end_layout
17979
17980 \begin_layout Standard
17981
17982 \series bold
17983 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
17984 \end_layout
17985
17986 \begin_layout Standard
17987 \begin_inset VSpace bigskip
17988 \end_inset
17989
17990
17991 \end_layout
17992
17993 \begin_layout Standard
17994 Für farbige Spalten können Sie folgendes einfügen:
17995 \end_layout
17996
17997 \begin_layout Standard
17998
17999 \series bold
18000
18001 \backslash
18002 newcolumntype{K}[1]{>{
18003 \backslash
18004 columncolor{#1}
18005 \backslash
18006 hspace{0pt}}c}
18007 \end_layout
18008
18009 \begin_layout Standard
18010 Das 
18011 \begin_inset Quotes gld
18012 \end_inset
18013
18014 c
18015 \begin_inset Quotes grd
18016 \end_inset
18017
18018  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18019  zentriert ist.
18020  Jetzt können Sie als 
18021 \family sans
18022 LaTeX-Argument
18023 \family default
18024  folgendes einfügen:
18025 \end_layout
18026
18027 \begin_layout Standard
18028
18029 \series bold
18030 K{Farbname}
18031 \end_layout
18032
18033 \begin_layout Standard
18034 \begin_inset VSpace bigskip
18035 \end_inset
18036
18037
18038 \end_layout
18039
18040 \begin_layout Standard
18041 Für Tabelle
18042 \begin_inset space ~
18043 \end_inset
18044
18045
18046 \begin_inset CommandInset ref
18047 LatexCommand ref
18048 reference "tab:Tabelle-mit-benutzerdefinierte"
18049
18050 \end_inset
18051
18052  wurden folgende 
18053 \family sans
18054 LaTeX-Argumente
18055 \family default
18056  benutzt:
18057 \end_layout
18058
18059 \begin_layout Standard
18060
18061 \series bold
18062 M{2.5cm}
18063 \end_layout
18064
18065 \begin_layout Standard
18066 für die erste Spalte und die Mehrfachspalte,
18067 \end_layout
18068
18069 \begin_layout Standard
18070
18071 \series bold
18072 K{red}
18073 \end_layout
18074
18075 \begin_layout Standard
18076 für die letzte Spalte und
18077 \end_layout
18078
18079 \begin_layout Standard
18080
18081 \series bold
18082 S{2.5cm}{2}
18083 \end_layout
18084
18085 \begin_layout Standard
18086 für die Spalten in der zweiten Mehrfachspalte.
18087 \end_layout
18088
18089 \begin_layout Standard
18090 \begin_inset Float table
18091 placement h
18092 wide false
18093 sideways false
18094 status open
18095
18096 \begin_layout Plain Layout
18097 \begin_inset Caption
18098
18099 \begin_layout Plain Layout
18100 \begin_inset CommandInset label
18101 LatexCommand label
18102 name "tab:Tabelle-mit-benutzerdefinierte"
18103
18104 \end_inset
18105
18106 Tabelle mit benutzerdefinierten Formaten
18107 \end_layout
18108
18109 \end_inset
18110
18111
18112 \end_layout
18113
18114 \begin_layout Plain Layout
18115 \align center
18116 \begin_inset Tabular
18117 <lyxtabular version="3" rows="3" columns="4">
18118 <features>
18119 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18120 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18121 <column alignment="center" valignment="middle" width="0">
18122 <column alignment="center" valignment="middle" width="0" special="K{red}">
18123 <row>
18124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18125 \begin_inset Text
18126
18127 \begin_layout Plain Layout
18128 einsehrlangesWort
18129 \end_layout
18130
18131 \end_inset
18132 </cell>
18133 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18134 \begin_inset Text
18135
18136 \begin_layout Plain Layout
18137 Mehrfachspalte mit mehreren Zeilen
18138 \end_layout
18139
18140 \end_inset
18141 </cell>
18142 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18143 \begin_inset Text
18144
18145 \begin_layout Plain Layout
18146
18147 \end_layout
18148
18149 \end_inset
18150 </cell>
18151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18152 \begin_inset Text
18153
18154 \begin_layout Plain Layout
18155 c
18156 \end_layout
18157
18158 \end_inset
18159 </cell>
18160 </row>
18161 <row>
18162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18163 \begin_inset Text
18164
18165 \begin_layout Plain Layout
18166 d
18167 \end_layout
18168
18169 \end_inset
18170 </cell>
18171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18172 \begin_inset Text
18173
18174 \begin_layout Plain Layout
18175 e
18176 \end_layout
18177
18178 \end_inset
18179 </cell>
18180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18181 \begin_inset Text
18182
18183 \begin_layout Plain Layout
18184 f
18185 \end_layout
18186
18187 \end_inset
18188 </cell>
18189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18190 \begin_inset Text
18191
18192 \begin_layout Plain Layout
18193 g
18194 \end_layout
18195
18196 \end_inset
18197 </cell>
18198 </row>
18199 <row>
18200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18201 \begin_inset Text
18202
18203 \begin_layout Plain Layout
18204 h
18205 \end_layout
18206
18207 \end_inset
18208 </cell>
18209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18210 \begin_inset Text
18211
18212 \begin_layout Plain Layout
18213 i
18214 \end_layout
18215
18216 \end_inset
18217 </cell>
18218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18219 \begin_inset Text
18220
18221 \begin_layout Plain Layout
18222 j
18223 \end_layout
18224
18225 \end_inset
18226 </cell>
18227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18228 \begin_inset Text
18229
18230 \begin_layout Plain Layout
18231 k
18232 \end_layout
18233
18234 \end_inset
18235 </cell>
18236 </row>
18237 </lyxtabular>
18238
18239 \end_inset
18240
18241
18242 \end_layout
18243
18244 \end_inset
18245
18246
18247 \end_layout
18248
18249 \begin_layout Subsection
18250 Liniendicke
18251 \begin_inset CommandInset label
18252 LatexCommand label
18253 name "uab:Liniendicke"
18254
18255 \end_inset
18256
18257
18258 \begin_inset Index
18259 status collapsed
18260
18261 \begin_layout Plain Layout
18262 Tabellen  ! Linien ! -dicke
18263 \end_layout
18264
18265 \end_inset
18266
18267
18268 \end_layout
18269
18270 \begin_layout Standard
18271 Die Liniendicke für alle Linien einer Tabelle kann mit 
18272 \series bold
18273
18274 \backslash
18275 arrayrulewidth
18276 \series default
18277  eingestellt werden.
18278  Um eine Liniendicke von 1.5
18279 \begin_inset space \thinspace{}
18280 \end_inset
18281
18282 pt wie in Tabelle
18283 \begin_inset space ~
18284 \end_inset
18285
18286
18287 \begin_inset CommandInset ref
18288 LatexCommand ref
18289 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18290
18291 \end_inset
18292
18293  zu bekommen, geben Sie den Befehl
18294 \end_layout
18295
18296 \begin_layout Standard
18297
18298 \series bold
18299
18300 \backslash
18301 setlength{
18302 \backslash
18303 arrayrulewidth}{1.5pt}
18304 \end_layout
18305
18306 \begin_layout Standard
18307 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18308  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18309  Mit
18310 \end_layout
18311
18312 \begin_layout Standard
18313
18314 \series bold
18315
18316 \backslash
18317 setlength{
18318 \backslash
18319 arrayrulewidth}{0.4pt}
18320 \end_layout
18321
18322 \begin_layout Standard
18323 bekommen Sie wieder die Standarddicke.
18324 \end_layout
18325
18326 \begin_layout Standard
18327 \begin_inset ERT
18328 status collapsed
18329
18330 \begin_layout Plain Layout
18331
18332
18333 \backslash
18334 setlength{
18335 \backslash
18336 arrayrulewidth}{1.5pt}
18337 \end_layout
18338
18339 \end_inset
18340
18341
18342 \begin_inset Float table
18343 placement H
18344 wide false
18345 sideways false
18346 status open
18347
18348 \begin_layout Plain Layout
18349 \begin_inset Caption
18350
18351 \begin_layout Plain Layout
18352 \begin_inset CommandInset label
18353 LatexCommand label
18354 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18355
18356 \end_inset
18357
18358 Tabelle mit 1.5
18359 \begin_inset space \thinspace{}
18360 \end_inset
18361
18362 pt Liniendicke
18363 \end_layout
18364
18365 \end_inset
18366
18367
18368 \end_layout
18369
18370 \begin_layout Plain Layout
18371 \align center
18372 \begin_inset Tabular
18373 <lyxtabular version="3" rows="3" columns="3">
18374 <features>
18375 <column alignment="center" valignment="top" width="0">
18376 <column alignment="center" valignment="top" width="0">
18377 <column alignment="center" valignment="top" width="0">
18378 <row>
18379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18380 \begin_inset Text
18381
18382 \begin_layout Plain Layout
18383 sd
18384 \end_layout
18385
18386 \end_inset
18387 </cell>
18388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18389 \begin_inset Text
18390
18391 \begin_layout Plain Layout
18392
18393 \end_layout
18394
18395 \end_inset
18396 </cell>
18397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18398 \begin_inset Text
18399
18400 \begin_layout Plain Layout
18401
18402 \end_layout
18403
18404 \end_inset
18405 </cell>
18406 </row>
18407 <row>
18408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18409 \begin_inset Text
18410
18411 \begin_layout Plain Layout
18412
18413 \end_layout
18414
18415 \end_inset
18416 </cell>
18417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18418 \begin_inset Text
18419
18420 \begin_layout Plain Layout
18421 sd
18422 \end_layout
18423
18424 \end_inset
18425 </cell>
18426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18427 \begin_inset Text
18428
18429 \begin_layout Plain Layout
18430
18431 \end_layout
18432
18433 \end_inset
18434 </cell>
18435 </row>
18436 <row>
18437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18438 \begin_inset Text
18439
18440 \begin_layout Plain Layout
18441
18442 \end_layout
18443
18444 \end_inset
18445 </cell>
18446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18447 \begin_inset Text
18448
18449 \begin_layout Plain Layout
18450
18451 \end_layout
18452
18453 \end_inset
18454 </cell>
18455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18456 \begin_inset Text
18457
18458 \begin_layout Plain Layout
18459 sd
18460 \end_layout
18461
18462 \end_inset
18463 </cell>
18464 </row>
18465 </lyxtabular>
18466
18467 \end_inset
18468
18469
18470 \end_layout
18471
18472 \end_inset
18473
18474
18475 \begin_inset ERT
18476 status collapsed
18477
18478 \begin_layout Plain Layout
18479
18480
18481 \backslash
18482 setlength{
18483 \backslash
18484 arrayrulewidth}{0.4pt}
18485 \end_layout
18486
18487 \end_inset
18488
18489
18490 \end_layout
18491
18492 \begin_layout Standard
18493 \begin_inset VSpace bigskip
18494 \end_inset
18495
18496 Um eine Liniendicke von 1.5
18497 \begin_inset space \thinspace{}
18498 \end_inset
18499
18500 pt nur für horizontale Linien zu bekommen wie in Tabelle
18501 \begin_inset space ~
18502 \end_inset
18503
18504
18505 \begin_inset CommandInset ref
18506 LatexCommand ref
18507 reference "tab:Tabelle-mit-1.5pt-horiz"
18508
18509 \end_inset
18510
18511 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18512  einfügen:
18513 \end_layout
18514
18515 \begin_layout Standard
18516
18517 \series bold
18518
18519 \backslash
18520 let
18521 \backslash
18522 myHline
18523 \backslash
18524 hline
18525 \begin_inset Newline newline
18526 \end_inset
18527
18528
18529 \backslash
18530 renewcommand{
18531 \backslash
18532 hline}
18533 \begin_inset Newline newline
18534 \end_inset
18535
18536  {
18537 \backslash
18538 noalign{
18539 \backslash
18540 global
18541 \backslash
18542 arrayrulewidth 1.5pt}
18543 \begin_inset Newline newline
18544 \end_inset
18545
18546  
18547 \backslash
18548 myHline
18549 \backslash
18550 noalign{
18551 \backslash
18552 global
18553 \backslash
18554 arrayrulewidth 0.4pt}}
18555 \end_layout
18556
18557 \begin_layout Standard
18558 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18559  der (Gleit\SpecialChar \-
18560 objekt-)Tabelle zurück:
18561 \end_layout
18562
18563 \begin_layout Standard
18564
18565 \series bold
18566
18567 \backslash
18568 renewcommand{
18569 \backslash
18570 hline}{
18571 \backslash
18572 myHline}
18573 \end_layout
18574
18575 \begin_layout Standard
18576 \begin_inset ERT
18577 status collapsed
18578
18579 \begin_layout Plain Layout
18580
18581
18582 \backslash
18583 let
18584 \backslash
18585 myHline
18586 \backslash
18587 hline
18588 \end_layout
18589
18590 \begin_layout Plain Layout
18591
18592
18593 \backslash
18594 renewcommand{
18595 \backslash
18596 hline}
18597 \end_layout
18598
18599 \begin_layout Plain Layout
18600
18601  {
18602 \backslash
18603 noalign{
18604 \backslash
18605 global
18606 \backslash
18607 arrayrulewidth 1.5pt}
18608 \end_layout
18609
18610 \begin_layout Plain Layout
18611
18612   
18613 \backslash
18614 myHline
18615 \backslash
18616 noalign{
18617 \backslash
18618 global
18619 \backslash
18620 arrayrulewidth 0.4pt}}
18621 \end_layout
18622
18623 \end_inset
18624
18625
18626 \begin_inset Float table
18627 placement h
18628 wide false
18629 sideways false
18630 status open
18631
18632 \begin_layout Plain Layout
18633 \begin_inset Caption
18634
18635 \begin_layout Plain Layout
18636 \begin_inset CommandInset label
18637 LatexCommand label
18638 name "tab:Tabelle-mit-1.5pt-horiz"
18639
18640 \end_inset
18641
18642 Tabelle mit 1.5
18643 \begin_inset space \thinspace{}
18644 \end_inset
18645
18646 pt dicken horizontalen Linien
18647 \end_layout
18648
18649 \end_inset
18650
18651
18652 \end_layout
18653
18654 \begin_layout Plain Layout
18655 \align center
18656 \begin_inset Tabular
18657 <lyxtabular version="3" rows="3" columns="3">
18658 <features>
18659 <column alignment="center" valignment="top" width="0">
18660 <column alignment="center" valignment="top" width="0">
18661 <column alignment="center" valignment="top" width="0">
18662 <row>
18663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18664 \begin_inset Text
18665
18666 \begin_layout Plain Layout
18667 sd
18668 \end_layout
18669
18670 \end_inset
18671 </cell>
18672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18673 \begin_inset Text
18674
18675 \begin_layout Plain Layout
18676
18677 \end_layout
18678
18679 \end_inset
18680 </cell>
18681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18682 \begin_inset Text
18683
18684 \begin_layout Plain Layout
18685
18686 \end_layout
18687
18688 \end_inset
18689 </cell>
18690 </row>
18691 <row>
18692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18693 \begin_inset Text
18694
18695 \begin_layout Plain Layout
18696
18697 \end_layout
18698
18699 \end_inset
18700 </cell>
18701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18702 \begin_inset Text
18703
18704 \begin_layout Plain Layout
18705 sd
18706 \end_layout
18707
18708 \end_inset
18709 </cell>
18710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18711 \begin_inset Text
18712
18713 \begin_layout Plain Layout
18714
18715 \end_layout
18716
18717 \end_inset
18718 </cell>
18719 </row>
18720 <row>
18721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18722 \begin_inset Text
18723
18724 \begin_layout Plain Layout
18725
18726 \end_layout
18727
18728 \end_inset
18729 </cell>
18730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18731 \begin_inset Text
18732
18733 \begin_layout Plain Layout
18734
18735 \end_layout
18736
18737 \end_inset
18738 </cell>
18739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18740 \begin_inset Text
18741
18742 \begin_layout Plain Layout
18743 sd
18744 \end_layout
18745
18746 \end_inset
18747 </cell>
18748 </row>
18749 </lyxtabular>
18750
18751 \end_inset
18752
18753
18754 \end_layout
18755
18756 \end_inset
18757
18758
18759 \begin_inset ERT
18760 status collapsed
18761
18762 \begin_layout Plain Layout
18763
18764
18765 \backslash
18766 renewcommand{
18767 \backslash
18768 hline}{
18769 \backslash
18770 myHline}
18771 \end_layout
18772
18773 \end_inset
18774
18775
18776 \end_layout
18777
18778 \begin_layout Standard
18779 \begin_inset VSpace bigskip
18780 \end_inset
18781
18782 Um die Liniendicke von 1.5
18783 \begin_inset space \thinspace{}
18784 \end_inset
18785
18786 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
18787  Spaltenformat entsprechend der Beschreibung in Abschnitt
18788 \begin_inset space ~
18789 \end_inset
18790
18791
18792 \begin_inset CommandInset ref
18793 LatexCommand ref
18794 reference "uab:Angepasste-Zellen-/Spaltenformate"
18795
18796 \end_inset
18797
18798  definieren:
18799 \end_layout
18800
18801 \begin_layout Standard
18802
18803 \series bold
18804
18805 \backslash
18806 newcolumntype{V}{!{
18807 \backslash
18808 vrule width 1.5pt}}
18809 \end_layout
18810
18811 \begin_layout Standard
18812 In Tabelle
18813 \begin_inset space ~
18814 \end_inset
18815
18816
18817 \begin_inset CommandInset ref
18818 LatexCommand ref
18819 reference "tab:Tabelle-mit-1.5pt-vert"
18820
18821 \end_inset
18822
18823  wurde das 
18824 \family sans
18825 LaTe
18826 \begin_inset ERT
18827 status collapsed
18828
18829 \begin_layout Plain Layout
18830
18831 {}
18832 \end_layout
18833
18834 \end_inset
18835
18836 X-Argument
18837 \family default
18838 \series bold
18839  VcV
18840 \series default
18841  für die letzte Spalte und
18842 \series bold
18843  Vc
18844 \series default
18845  für die anderen benutzt.
18846 \end_layout
18847
18848 \begin_layout Standard
18849 \begin_inset Float table
18850 placement H
18851 wide false
18852 sideways false
18853 status open
18854
18855 \begin_layout Plain Layout
18856 \begin_inset Caption
18857
18858 \begin_layout Plain Layout
18859 \begin_inset CommandInset label
18860 LatexCommand label
18861 name "tab:Tabelle-mit-1.5pt-vert"
18862
18863 \end_inset
18864
18865 Tabelle mit 1.5
18866 \begin_inset space \thinspace{}
18867 \end_inset
18868
18869 pt dicken vertikalen Linien
18870 \end_layout
18871
18872 \end_inset
18873
18874
18875 \end_layout
18876
18877 \begin_layout Plain Layout
18878 \align center
18879 \begin_inset Tabular
18880 <lyxtabular version="3" rows="3" columns="3">
18881 <features>
18882 <column alignment="center" valignment="top" width="0" special="Vc">
18883 <column alignment="center" valignment="top" width="0" special="Vc">
18884 <column alignment="center" valignment="top" width="0" special="VcV">
18885 <row>
18886 <cell alignment="center" valignment="top" topline="true" usebox="none">
18887 \begin_inset Text
18888
18889 \begin_layout Plain Layout
18890 sd
18891 \end_layout
18892
18893 \end_inset
18894 </cell>
18895 <cell alignment="center" valignment="top" topline="true" usebox="none">
18896 \begin_inset Text
18897
18898 \begin_layout Plain Layout
18899
18900 \end_layout
18901
18902 \end_inset
18903 </cell>
18904 <cell alignment="center" valignment="top" topline="true" usebox="none">
18905 \begin_inset Text
18906
18907 \begin_layout Plain Layout
18908
18909 \end_layout
18910
18911 \end_inset
18912 </cell>
18913 </row>
18914 <row>
18915 <cell alignment="center" valignment="top" topline="true" usebox="none">
18916 \begin_inset Text
18917
18918 \begin_layout Plain Layout
18919
18920 \end_layout
18921
18922 \end_inset
18923 </cell>
18924 <cell alignment="center" valignment="top" topline="true" usebox="none">
18925 \begin_inset Text
18926
18927 \begin_layout Plain Layout
18928 sd
18929 \end_layout
18930
18931 \end_inset
18932 </cell>
18933 <cell alignment="center" valignment="top" topline="true" usebox="none">
18934 \begin_inset Text
18935
18936 \begin_layout Plain Layout
18937
18938 \end_layout
18939
18940 \end_inset
18941 </cell>
18942 </row>
18943 <row>
18944 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18945 \begin_inset Text
18946
18947 \begin_layout Plain Layout
18948
18949 \end_layout
18950
18951 \end_inset
18952 </cell>
18953 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18954 \begin_inset Text
18955
18956 \begin_layout Plain Layout
18957
18958 \end_layout
18959
18960 \end_inset
18961 </cell>
18962 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18963 \begin_inset Text
18964
18965 \begin_layout Plain Layout
18966 sd
18967 \end_layout
18968
18969 \end_inset
18970 </cell>
18971 </row>
18972 </lyxtabular>
18973
18974 \end_inset
18975
18976
18977 \end_layout
18978
18979 \end_inset
18980
18981
18982 \end_layout
18983
18984 \begin_layout Subsection
18985 Gestrichelte Linien
18986 \begin_inset Index
18987 status collapsed
18988
18989 \begin_layout Plain Layout
18990 Tabellen  ! Linien ! gestrichelte 
18991 \end_layout
18992
18993 \end_inset
18994
18995
18996 \end_layout
18997
18998 \begin_layout Standard
18999 \begin_inset ERT
19000 status collapsed
19001
19002 \begin_layout Plain Layout
19003
19004
19005 \backslash
19006 ifarydshln
19007 \end_layout
19008
19009 \end_inset
19010
19011
19012 \begin_inset Note Note
19013 status open
19014
19015 \begin_layout Plain Layout
19016 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19017 \series bold
19018 arydshln
19019 \series default
19020  installiert ist.
19021 \end_layout
19022
19023 \end_inset
19024
19025
19026 \end_layout
19027
19028 \begin_layout Standard
19029 \begin_inset Float table
19030 placement h
19031 wide false
19032 sideways false
19033 status open
19034
19035 \begin_layout Plain Layout
19036 \begin_inset Caption
19037
19038 \begin_layout Plain Layout
19039 \begin_inset CommandInset label
19040 LatexCommand label
19041 name "tab:Tabelle-mit-gestrichelten"
19042
19043 \end_inset
19044
19045 Tabelle mit gestrichelten Linien
19046 \end_layout
19047
19048 \end_inset
19049
19050
19051 \end_layout
19052
19053 \begin_layout Plain Layout
19054 \align center
19055 \begin_inset Tabular
19056 <lyxtabular version="3" rows="5" columns="5">
19057 <features>
19058 <column alignment="center" valignment="top" width="0">
19059 <column alignment="center" valignment="top" width="0">
19060 <column alignment="center" valignment="top" width="0" special=":c">
19061 <column alignment="center" valignment="top" width="0">
19062 <column alignment="center" valignment="top" width="0">
19063 <row>
19064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19065 \begin_inset Text
19066
19067 \begin_layout Plain Layout
19068 a
19069 \end_layout
19070
19071 \end_inset
19072 </cell>
19073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19074 \begin_inset Text
19075
19076 \begin_layout Plain Layout
19077 b
19078 \end_layout
19079
19080 \end_inset
19081 </cell>
19082 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19083 \begin_inset Text
19084
19085 \begin_layout Plain Layout
19086 c
19087 \end_layout
19088
19089 \end_inset
19090 </cell>
19091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19092 \begin_inset Text
19093
19094 \begin_layout Plain Layout
19095 d
19096 \end_layout
19097
19098 \end_inset
19099 </cell>
19100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19101 \begin_inset Text
19102
19103 \begin_layout Plain Layout
19104 e
19105 \end_layout
19106
19107 \end_inset
19108 </cell>
19109 </row>
19110 <row>
19111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19112 \begin_inset Text
19113
19114 \begin_layout Plain Layout
19115 f
19116 \end_layout
19117
19118 \end_inset
19119 </cell>
19120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19121 \begin_inset Text
19122
19123 \begin_layout Plain Layout
19124 g
19125 \end_layout
19126
19127 \end_inset
19128 </cell>
19129 <cell alignment="center" valignment="top" topline="true" usebox="none">
19130 \begin_inset Text
19131
19132 \begin_layout Plain Layout
19133 h
19134 \end_layout
19135
19136 \end_inset
19137 </cell>
19138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19139 \begin_inset Text
19140
19141 \begin_layout Plain Layout
19142 i
19143 \end_layout
19144
19145 \end_inset
19146 </cell>
19147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19148 \begin_inset Text
19149
19150 \begin_layout Plain Layout
19151 j
19152 \end_layout
19153
19154 \end_inset
19155 </cell>
19156 </row>
19157 <row>
19158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19159 \begin_inset Text
19160
19161 \begin_layout Plain Layout
19162 \begin_inset ERT
19163 status collapsed
19164
19165 \begin_layout Plain Layout
19166
19167
19168 \backslash
19169 hdashline 
19170 \end_layout
19171
19172 \end_inset
19173
19174 k
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19180 \begin_inset Text
19181
19182 \begin_layout Plain Layout
19183 l
19184 \end_layout
19185
19186 \end_inset
19187 </cell>
19188 <cell alignment="center" valignment="top" usebox="none">
19189 \begin_inset Text
19190
19191 \begin_layout Plain Layout
19192 m
19193 \end_layout
19194
19195 \end_inset
19196 </cell>
19197 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19198 \begin_inset Text
19199
19200 \begin_layout Plain Layout
19201 n
19202 \end_layout
19203
19204 \end_inset
19205 </cell>
19206 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19207 \begin_inset Text
19208
19209 \begin_layout Plain Layout
19210 o
19211 \end_layout
19212
19213 \end_inset
19214 </cell>
19215 </row>
19216 <row>
19217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19218 \begin_inset Text
19219
19220 \begin_layout Plain Layout
19221 \begin_inset ERT
19222 status collapsed
19223
19224 \begin_layout Plain Layout
19225
19226
19227 \backslash
19228 cdashline{4-5}
19229 \end_layout
19230
19231 \end_inset
19232
19233 p
19234 \end_layout
19235
19236 \end_inset
19237 </cell>
19238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19239 \begin_inset Text
19240
19241 \begin_layout Plain Layout
19242 q
19243 \end_layout
19244
19245 \end_inset
19246 </cell>
19247 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19248 \begin_inset Text
19249
19250 \begin_layout Plain Layout
19251 r
19252 \end_layout
19253
19254 \end_inset
19255 </cell>
19256 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19257 \begin_inset Text
19258
19259 \begin_layout Plain Layout
19260 s
19261 \end_layout
19262
19263 \end_inset
19264 </cell>
19265 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19266 \begin_inset Text
19267
19268 \begin_layout Plain Layout
19269
19270 \end_layout
19271
19272 \end_inset
19273 </cell>
19274 </row>
19275 <row>
19276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19277 \begin_inset Text
19278
19279 \begin_layout Plain Layout
19280 t
19281 \end_layout
19282
19283 \end_inset
19284 </cell>
19285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19286 \begin_inset Text
19287
19288 \begin_layout Plain Layout
19289 u
19290 \end_layout
19291
19292 \end_inset
19293 </cell>
19294 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19295 \begin_inset Text
19296
19297 \begin_layout Plain Layout
19298 v
19299 \end_layout
19300
19301 \end_inset
19302 </cell>
19303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19304 \begin_inset Text
19305
19306 \begin_layout Plain Layout
19307 w
19308 \end_layout
19309
19310 \end_inset
19311 </cell>
19312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19313 \begin_inset Text
19314
19315 \begin_layout Plain Layout
19316 x
19317 \end_layout
19318
19319 \end_inset
19320 </cell>
19321 </row>
19322 </lyxtabular>
19323
19324 \end_inset
19325
19326
19327 \end_layout
19328
19329 \end_inset
19330
19331
19332 \end_layout
19333
19334 \begin_layout Standard
19335 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19336  TeX-Code benutzen.
19337  Zunächst müssen Sie das LaTeX-Paket 
19338 \series bold
19339 arydshln
19340 \series default
19341
19342 \begin_inset Index
19343 status collapsed
19344
19345 \begin_layout Plain Layout
19346 LaTeX-Pakete ! arydshln
19347 \end_layout
19348
19349 \end_inset
19350
19351  im LaTeX-Vorspann laden:
19352 \end_layout
19353
19354 \begin_layout Standard
19355
19356 \series bold
19357
19358 \backslash
19359 usepackage{arydshln}
19360 \end_layout
19361
19362 \begin_layout Standard
19363 Um senkrechte Linien zu stricheln, müssen Sie im 
19364 \family sans
19365 LaTe
19366 \begin_inset ERT
19367 status collapsed
19368
19369 \begin_layout Plain Layout
19370
19371 {}
19372 \end_layout
19373
19374 \end_inset
19375
19376 X-Argument
19377 \family default
19378  des 
19379 \family sans
19380 Tabellen-Einstellungen
19381 \family default
19382 -Dialogs 
19383 \begin_inset Quotes gld
19384 \end_inset
19385
19386 :
19387 \begin_inset Quotes grd
19388 \end_inset
19389
19390 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19391 \end_layout
19392
19393 \begin_layout Standard
19394 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19395 \end_layout
19396
19397 \begin_layout Standard
19398
19399 \series bold
19400
19401 \backslash
19402 hdashline
19403 \end_layout
19404
19405 \begin_layout Standard
19406 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19407 \end_layout
19408
19409 \begin_layout Standard
19410 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19411 \end_layout
19412
19413 \begin_layout Standard
19414
19415 \series bold
19416
19417 \backslash
19418 cdashline{Anfangsspalte-Endspalte}
19419 \end_layout
19420
19421 \begin_layout Standard
19422 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19423  Wenn Sie z.
19424 \begin_inset space \thinspace{}
19425 \end_inset
19426
19427 B.
19428  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19429  gestrichelte Linie haben, fügen Sie den Befehl
19430 \end_layout
19431
19432 \begin_layout Standard
19433
19434 \series bold
19435
19436 \backslash
19437 cdashline{2-4}
19438 \end_layout
19439
19440 \begin_layout Standard
19441 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19442 \end_layout
19443
19444 \begin_layout Standard
19445 \begin_inset VSpace bigskip
19446 \end_inset
19447
19448
19449 \end_layout
19450
19451 \begin_layout Standard
19452 In Tabelle
19453 \begin_inset space ~
19454 \end_inset
19455
19456
19457 \begin_inset CommandInset ref
19458 LatexCommand ref
19459 reference "tab:Tabelle-mit-gestrichelten"
19460
19461 \end_inset
19462
19463  wurde in der dritten Spalte der Befehl
19464 \series bold
19465  
19466 \series default
19467
19468 \begin_inset Quotes gld
19469 \end_inset
19470
19471
19472 \series bold
19473 :c
19474 \begin_inset Quotes grd
19475 \end_inset
19476
19477
19478 \series default
19479  benutzt.
19480  Der Befehl 
19481 \series bold
19482
19483 \backslash
19484 hdashline
19485 \series default
19486  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19487 \begin_inset Newline newline
19488 \end_inset
19489
19490  
19491 \series bold
19492
19493 \backslash
19494 cdashline{4-5} 
19495 \series default
19496 wurde in die erste Zelle der vierten Zeile eingefügt.
19497 \end_layout
19498
19499 \begin_layout Standard
19500 \begin_inset Note Greyedout
19501 status open
19502
19503 \begin_layout Plain Layout
19504
19505 \series bold
19506 Bemerkung:
19507 \series default
19508  Das LaTeX-Paket 
19509 \series bold
19510 arydshln
19511 \series default
19512  ist nicht kompatibel dem LaTeX-Paket 
19513 \series bold
19514 colortbl
19515 \series default
19516
19517 \begin_inset Index
19518 status collapsed
19519
19520 \begin_layout Plain Layout
19521 LaTeX-Pakete ! colortbl
19522 \end_layout
19523
19524 \end_inset
19525
19526 , das für die farbigen Tabellen in Abschnitt
19527 \begin_inset space ~
19528 \end_inset
19529
19530
19531 \begin_inset CommandInset ref
19532 LatexCommand ref
19533 reference "abs:Farbige-Tabellen"
19534
19535 \end_inset
19536
19537  benutzt wurde.
19538  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19539 \end_layout
19540
19541 \end_inset
19542
19543
19544 \end_layout
19545
19546 \begin_layout Standard
19547 \begin_inset ERT
19548 status collapsed
19549
19550 \begin_layout Plain Layout
19551
19552
19553 \backslash
19554 else
19555 \end_layout
19556
19557 \end_inset
19558
19559
19560 \begin_inset Note Note
19561 status open
19562
19563 \begin_layout Plain Layout
19564 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19565 \series bold
19566 arydshln
19567 \series default
19568  nicht installiert ist:
19569 \end_layout
19570
19571 \end_inset
19572
19573
19574 \end_layout
19575
19576 \begin_layout Standard
19577 Sie müssen das LaTeX-Paket 
19578 \series bold
19579 arydshln
19580 \series default
19581  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19582 \end_layout
19583
19584 \begin_layout Standard
19585 \begin_inset ERT
19586 status collapsed
19587
19588 \begin_layout Plain Layout
19589
19590
19591 \backslash
19592 fi
19593 \end_layout
19594
19595 \end_inset
19596
19597
19598 \end_layout
19599
19600 \begin_layout Chapter
19601 Gleitobjekte
19602 \begin_inset CommandInset label
19603 LatexCommand label
19604 name "kap:Gleitobjekte"
19605
19606 \end_inset
19607
19608
19609 \begin_inset Index
19610 status collapsed
19611
19612 \begin_layout Plain Layout
19613 Gleitobjekte
19614 \end_layout
19615
19616 \end_inset
19617
19618
19619 \end_layout
19620
19621 \begin_layout Section
19622 Einleitung
19623 \begin_inset CommandInset label
19624 LatexCommand label
19625 name "abs:Gleitobjekte-Einleitung"
19626
19627 \end_inset
19628
19629
19630 \begin_inset Index
19631 status collapsed
19632
19633 \begin_layout Plain Layout
19634 Gleitobjekte ! Einleitung
19635 \end_layout
19636
19637 \end_inset
19638
19639
19640 \end_layout
19641
19642 \begin_layout Standard
19643 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19644  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19645  der beste Platz ist.
19646  
19647 \family sans
19648 Fußnoten
19649 \family default
19650  und 
19651 \family sans
19652 Randnotizen
19653 \family default
19654  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19655  wenn auf ihrer Seite schon zu viele sind.
19656 \end_layout
19657
19658 \begin_layout Standard
19659 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19660  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19661  um weiße Flächen und Seiten ohne Text zu vermeiden.
19662  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
19663 löst,
19664  kann im Text auf ein Gleitobjekt verwiesen werden.
19665  Gleitobjekte sind deshalb nummeriert.
19666  Querverweise werden in Abschnitt
19667 \begin_inset space ~
19668 \end_inset
19669
19670
19671 \begin_inset CommandInset ref
19672 LatexCommand ref
19673 reference "abs:Auf-Gleitobjekte-verweisen"
19674
19675 \end_inset
19676
19677  beschrieben.
19678 \end_layout
19679
19680 \begin_layout Standard
19681 Ein Gleitobjekt wird mit 
19682 \family sans
19683 Einfügen\SpecialChar \menuseparator
19684 Gleitobjekt\SpecialChar \menuseparator
19685 Algorithmus/Abbildung/Ta\SpecialChar \-
19686 belle/Um\SpecialChar \-
19687 flos\SpecialChar \-
19688 se\SpecialChar \-
19689 nes
19690 \begin_inset space ~
19691 \end_inset
19692
19693 Gleitobjekt
19694 \family default
19695  eingefügt.
19696  Für Abbildungen oder Tabellen können Sie auch auf 
19697 \begin_inset Graphics
19698         filename ../../images/float-insert_figure.png
19699         scale 70
19700         scaleBeforeRotation
19701         BoundingBox 0bp 6bp 22bp 22bp
19702
19703 \end_inset
19704
19705  oder 
19706 \begin_inset Graphics
19707         filename ../../images/float-insert_table.png
19708         scale 70
19709         scaleBeforeRotation
19710         BoundingBox 0bp 6bp 22bp 22bp
19711
19712 \end_inset
19713
19714  klicken.
19715  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19716  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19717  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19718  #:).
19719  Statt # sehen Sie die von LyX vergebene Nummer.
19720  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19721  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19722  eingefügt.
19723  In Abschnitt
19724 \begin_inset space ~
19725 \end_inset
19726
19727
19728 \begin_inset CommandInset ref
19729 LatexCommand ref
19730 reference "abs:Titel-Platzierung"
19731
19732 \end_inset
19733
19734  finden Sie mehr über die Platzierung des Titels.
19735  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19736  auch wieder geöffnet.
19737  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19738 \begin_inset Graphics
19739         filename clipart/GleitobjektQt4.png
19740         scale 70
19741         scaleBeforeRotation
19742         BoundingBox 0bp 6bp 128bp 22bp
19743
19744 \end_inset
19745
19746  -- ein graues Kästchen mit roter Beschriftung.
19747 \end_layout
19748
19749 \begin_layout Standard
19750 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19751  Gleitobjekte in einem eigenen Absatz einzufügen.
19752 \end_layout
19753
19754 \begin_layout Standard
19755 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19756  indem Sie sie markieren und dann auf 
19757 \begin_inset Graphics
19758         filename ../../images/float-insert_figure.png
19759         scale 70
19760         scaleBeforeRotation
19761         BoundingBox 0bp 6bp 22bp 22bp
19762
19763 \end_inset
19764
19765  oder 
19766 \begin_inset Graphics
19767         filename ../../images/float-insert_table.png
19768         scale 70
19769         scaleBeforeRotation
19770         BoundingBox 0bp 6bp 22bp 22bp
19771
19772 \end_inset
19773
19774  klicken.
19775 \end_layout
19776
19777 \begin_layout Section
19778 Gleitobjekt-Typen
19779 \begin_inset Index
19780 status collapsed
19781
19782 \begin_layout Plain Layout
19783 Gleitobjekte ! Typen
19784 \end_layout
19785
19786 \end_inset
19787
19788
19789 \end_layout
19790
19791 \begin_layout Standard
19792 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
19793 \begin_inset space ~
19794 \end_inset
19795
19796
19797 \begin_inset CommandInset ref
19798 LatexCommand ref
19799 reference "abs:Gleitende-Abbildungen"
19800
19801 \end_inset
19802
19803  und 
19804 \begin_inset CommandInset ref
19805 LatexCommand ref
19806 reference "abs:Gleitende-Tabellen"
19807
19808 \end_inset
19809
19810  beschrieben wurden, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
19811 \end_layout
19812
19813 \begin_layout Subsection
19814 Gleitobjekt-Algorithmen
19815 \begin_inset Index
19816 status collapsed
19817
19818 \begin_layout Plain Layout
19819 Gleitobjekte ! Algorithmen
19820 \end_layout
19821
19822 \end_inset
19823
19824
19825 \begin_inset CommandInset label
19826 LatexCommand label
19827 name "uab:Gleitobjekt-Algorithmen"
19828
19829 \end_inset
19830
19831
19832 \end_layout
19833
19834 \begin_layout Standard
19835 \begin_inset Float algorithm
19836 placement h
19837 wide false
19838 sideways false
19839 status open
19840
19841 \begin_layout Plain Layout
19842 \begin_inset Caption
19843
19844 \begin_layout Plain Layout
19845 \begin_inset CommandInset label
19846 LatexCommand label
19847 name "alg:Ein-Gleitobjekt-Algorithmus"
19848
19849 \end_inset
19850
19851 Ein Gleitobjekt-Algorithmus 
19852 \end_layout
19853
19854 \end_inset
19855
19856
19857 \end_layout
19858
19859 \begin_layout LyX-Code
19860 for I in 1..N loop
19861 \begin_inset Newline newline
19862 \end_inset
19863
19864  Sum:= Sum + A(I); /*Kommentar*/
19865 \begin_inset Newline newline
19866 \end_inset
19867
19868 end loop
19869 \begin_inset VSpace -4mm
19870 \end_inset
19871
19872
19873 \end_layout
19874
19875 \end_inset
19876
19877
19878 \end_layout
19879
19880 \begin_layout Standard
19881 Dieser Typ wird mit 
19882 \family sans
19883 Einfügen\SpecialChar \menuseparator
19884 Gleitobjekt\SpecialChar \menuseparator
19885 Algorithmus
19886 \family default
19887  eingefügt.
19888  Es gibt hierfür (noch) keinen Werkzeugleisten-Knopf.
19889  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet.
19890  Eine mögliche Absatz-Umgebung hier für ist 
19891 \family sans
19892 LyX-Code
19893 \family default
19894 , beschrieben im 
19895 \emph on
19896 Benutzerhandbuch
19897 \emph default
19898 .
19899  In Algorithmus
19900 \begin_inset space ~
19901 \end_inset
19902
19903
19904 \begin_inset CommandInset ref
19905 LatexCommand ref
19906 reference "alg:Ein-Gleitobjekt-Algorithmus"
19907
19908 \end_inset
19909
19910  wurden am Ende -0.4
19911 \begin_inset space \thinspace{}
19912 \end_inset
19913
19914 cm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
19915  letzten Zeile gedruckt wird.
19916 \end_layout
19917
19918 \begin_layout Standard
19919 Die Marke 
19920 \emph on
19921 Algorithmus
19922 \emph default
19923  wird nicht automatisch in die druckbare Version übernommen, sondern das
19924  englische Wort 
19925 \emph on
19926 Algorithm
19927 \emph default
19928  verwendet.
19929  Soll
19930 \emph on
19931  Algorithmus
19932 \emph default
19933  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
19934 \end_layout
19935
19936 \begin_layout Standard
19937
19938 \series bold
19939
19940 \backslash
19941 floatname{algorithm}{Algorithmus}
19942 \end_layout
19943
19944 \begin_layout Standard
19945 Um das Algorithmenverzeichnis einzufügen, kann für englische Dokumente das
19946  Menü 
19947 \family sans
19948 Einfügen\SpecialChar \menuseparator
19949 Liste
19950 \begin_inset space \thinspace{}
19951 \end_inset
19952
19953 /
19954 \begin_inset space \thinspace{}
19955 \end_inset
19956
19957 Inhaltsverzeichnis\SpecialChar \menuseparator
19958 Algorithmenverzeichnis
19959 \family default
19960  verwendet werden.
19961  Für nicht englische Dokumente, muss stattdessen dieser Befehl als TeX-Code
19962  eingefügt werden:
19963 \end_layout
19964
19965 \begin_layout Standard
19966
19967 \series bold
19968
19969 \backslash
19970 listof{algorithm}{Algorithmenverzeichnis}
19971 \end_layout
19972
19973 \begin_layout Standard
19974 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
19975  nach dem Schema 
19976 \begin_inset Quotes gld
19977 \end_inset
19978
19979 Kapitelnummer.Algorithmusnummer
19980 \begin_inset Quotes grd
19981 \end_inset
19982
19983  nummeriert.
19984  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
19985  einfügen:
19986 \end_layout
19987
19988 \begin_layout Standard
19989
19990 \series bold
19991
19992 \backslash
19993 numberwithin{algorithm}{chapter}
19994 \end_layout
19995
19996 \begin_layout Standard
19997 Um 
19998 \series bold
19999
20000 \backslash
20001 numberwithin
20002 \series default
20003  benutzen zu können, muss in den 
20004 \family sans
20005 Mathe
20006 \begin_inset space ~
20007 \end_inset
20008
20009 Optionen
20010 \family default
20011  der 
20012 \family sans
20013 Dokument-Einstellungen
20014 \family default
20015  
20016 \family sans
20017 AMS
20018 \begin_inset space ~
20019 \end_inset
20020
20021 Mathe
20022 \begin_inset space ~
20023 \end_inset
20024
20025 Paket
20026 \family default
20027
20028 \begin_inset space ~
20029 \end_inset
20030
20031
20032 \family sans
20033 verwenden
20034 \family default
20035  angekreuzt sein.
20036 \end_layout
20037
20038 \begin_layout Subsection
20039 Umflossene Gleitobjekte
20040 \begin_inset CommandInset label
20041 LatexCommand label
20042 name "uab:Umflossene-Gleitobjekte"
20043
20044 \end_inset
20045
20046
20047 \begin_inset Index
20048 status collapsed
20049
20050 \begin_layout Plain Layout
20051 Gleitobjekte ! umflossene
20052 \end_layout
20053
20054 \end_inset
20055
20056
20057 \end_layout
20058
20059 \begin_layout Standard
20060 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
20061  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
20062  den die Abbildung bzw.
20063 \begin_inset space ~
20064 \end_inset
20065
20066 Tabelle übrig lässt.
20067  Sie werden über das Menü
20068 \family sans
20069  Einfügen\SpecialChar \menuseparator
20070 Gleitobjekt\SpecialChar \menuseparator
20071 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
20072 objekt
20073 \family default
20074  eingefügt, wenn das LaTeX-Paket 
20075 \series bold
20076 wrapfig
20077 \series default
20078
20079 \begin_inset Index
20080 status collapsed
20081
20082 \begin_layout Plain Layout
20083 LaTeX-Pakete ! wrapfig
20084 \begin_inset ERT
20085 status collapsed
20086
20087 \begin_layout Plain Layout
20088
20089
20090 \backslash
20091 vspace{4mm}
20092 \end_layout
20093
20094 \end_inset
20095
20096
20097 \end_layout
20098
20099 \end_inset
20100
20101  installiert ist.
20102 \begin_inset Foot
20103 status collapsed
20104
20105 \begin_layout Plain Layout
20106 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20107 \emph on
20108 LaTeX-Konfiguration
20109 \emph default
20110  beschrieben.
20111 \end_layout
20112
20113 \end_inset
20114
20115  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
20116  Box des Gleitobjekts geändert werden.
20117  
20118 \begin_inset Wrap figure
20119 lines 0
20120 placement l
20121 overhang 1cm
20122 width "40col%"
20123 status open
20124
20125 \begin_layout Plain Layout
20126 \begin_inset Graphics
20127         filename ../clipart/mobius.eps
20128         width 40col%
20129         scaleBeforeRotation
20130         rotateOrigin center
20131
20132 \end_inset
20133
20134
20135 \end_layout
20136
20137 \begin_layout Plain Layout
20138 \begin_inset Caption
20139
20140 \begin_layout Plain Layout
20141 \begin_inset CommandInset label
20142 LatexCommand label
20143 name "abb:Dies-ist-eine"
20144
20145 \end_inset
20146
20147 Dies ist eine umflossene Gleitobjekt-Abbildung
20148 \end_layout
20149
20150 \end_inset
20151
20152
20153 \end_layout
20154
20155 \end_inset
20156
20157  Obligatorische Einstellungen sind die 
20158 \family sans
20159 Breite
20160 \family default
20161  und 
20162 \family sans
20163 Platzierung
20164 \family default
20165  des Gleitobjekts.
20166  Optional sind der 
20167 \family sans
20168 Überhang 
20169 \family default
20170 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
20171 \begin_inset space \thinspace{}
20172 \end_inset
20173
20174 /
20175 \begin_inset space \thinspace{}
20176 \end_inset
20177
20178 der Seite ragt und die 
20179 \family sans
20180 benötigten Zeilen
20181 \family default
20182 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
20183  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
20184  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
20185  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
20186  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
20187  zu lassen.
20188  Abbildung
20189 \begin_inset space ~
20190 \end_inset
20191
20192
20193 \begin_inset CommandInset ref
20194 LatexCommand ref
20195 reference "abb:Dies-ist-eine"
20196
20197 \end_inset
20198
20199  ist zum Beispiel ein umflossenes Bild, das 40
20200 \begin_inset space \thinspace{}
20201 \end_inset
20202
20203 % der Spaltenbreite einnimmt, 1
20204 \begin_inset space \thinspace{}
20205 \end_inset
20206
20207 cm in den Rand ragt und links gesetzt wurde.
20208 \begin_inset Foot
20209 status collapsed
20210
20211 \begin_layout Plain Layout
20212 Die benutzbaren Einheiten werden in Anhang
20213 \begin_inset space ~
20214 \end_inset
20215
20216
20217 \begin_inset CommandInset ref
20218 LatexCommand ref
20219 reference "kap:In-LyX-verfügbare"
20220
20221 \end_inset
20222
20223  beschrieben.
20224 \end_layout
20225
20226 \end_inset
20227
20228
20229 \end_layout
20230
20231 \begin_layout Standard
20232 \begin_inset Note Greyedout
20233 status open
20234
20235 \begin_layout Plain Layout
20236
20237 \series bold
20238 Bemerkung:
20239 \series default
20240  Umflossene Objekte sind fragil! Wenn die Abbildung z.
20241 \begin_inset space \thinspace{}
20242 \end_inset
20243
20244 B.
20245  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
20246  oder über anderen Text gedruckt wird.
20247 \end_layout
20248
20249 \end_inset
20250
20251
20252 \end_layout
20253
20254 \begin_layout Standard
20255 Allgemein gilt:
20256 \end_layout
20257
20258 \begin_layout Itemize
20259 Umflossene Gleitobjekte sollten nicht in Absätze gepackt werden, die auf
20260  der nächsten Seite fortgesetzt werden.
20261  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
20262  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
20263 \end_layout
20264
20265 \begin_layout Itemize
20266 Umflossene Gleitobjekte sollten entweder vor dem Absatz, dessen Text um
20267  sie fließen soll, eingefügt werden oder darin.
20268 \end_layout
20269
20270 \begin_layout Itemize
20271 Umflossene Gleitobjekte in aufeinander folgenden Absätzen können Probleme
20272  bereiten, also achten Sie darauf, dass mindestens ein Textabsatz zwischen
20273  ihnen ist.
20274 \end_layout
20275
20276 \begin_layout Itemize
20277 Umflossene Gleitobjekte sind weder in Abschnitts-Überschriften noch in Tabellen
20278  erlaubt.
20279 \end_layout
20280
20281 \begin_layout Section
20282 Gleitobjekt-Nummerierung
20283 \begin_inset CommandInset label
20284 LatexCommand label
20285 name "abs:Gleitobjekt-Nummerierung"
20286
20287 \end_inset
20288
20289
20290 \begin_inset Index
20291 status collapsed
20292
20293 \begin_layout Plain Layout
20294 Gleitobjekte ! Nummerierung
20295 \end_layout
20296
20297 \end_inset
20298
20299
20300 \end_layout
20301
20302 \begin_layout Standard
20303 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20304  nummeriert oder nach dem Schema 
20305 \begin_inset Quotes gld
20306 \end_inset
20307
20308 Kapitelnummer.Gleitobjektnummer
20309 \begin_inset Quotes grd
20310 \end_inset
20311
20312  oder 
20313 \begin_inset Quotes gld
20314 \end_inset
20315
20316 Abschnittsnummer.Gleitobjektnummer
20317 \begin_inset Quotes grd
20318 \end_inset
20319
20320 .
20321  Das hängt von der Dokumentklasse ab.
20322 \end_layout
20323
20324 \begin_layout Standard
20325 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20326  in den LaTeX-Vorspann einfügen:
20327 \end_layout
20328
20329 \begin_layout Standard
20330
20331 \series bold
20332
20333 \backslash
20334 renewcommand{
20335 \backslash
20336 thetable}{
20337 \backslash
20338 roman{table}}
20339 \end_layout
20340
20341 \begin_layout Standard
20342
20343 \series bold
20344
20345 \backslash
20346 thetable
20347 \series default
20348  ist der Befehl, der die Tabellennummer druckt.
20349  Für Abbildungen ist das 
20350 \series bold
20351
20352 \backslash
20353 thefigure
20354 \series default
20355 .
20356  Der Befehl 
20357 \series bold
20358
20359 \backslash
20360 roman
20361 \series default
20362  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20363 \end_layout
20364
20365 \begin_layout Standard
20366 Um das Nummerierungsschema zum Beispiel auf 
20367 \begin_inset Quotes gld
20368 \end_inset
20369
20370 Unterabschnittsnummer.Num\SpecialChar \-
20371 mer
20372 \begin_inset Quotes grd
20373 \end_inset
20374
20375  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20376 \end_layout
20377
20378 \begin_layout Standard
20379
20380 \series bold
20381
20382 \backslash
20383 numberwithin{table}{subsection}
20384 \end_layout
20385
20386 \begin_layout Standard
20387 Um den Befehl 
20388 \series bold
20389
20390 \backslash
20391 numberwithin
20392 \series default
20393  benutzen zu können, müssen Sie in den 
20394 \family sans
20395 Mathe
20396 \begin_inset space ~
20397 \end_inset
20398
20399 Optionen
20400 \family default
20401  der 
20402 \family sans
20403 Dokument-Einstellungen
20404 \family default
20405  
20406 \family sans
20407 AMS
20408 \begin_inset space ~
20409 \end_inset
20410
20411 Mathe
20412 \begin_inset space ~
20413 \end_inset
20414
20415 Paket
20416 \family default
20417
20418 \begin_inset space ~
20419 \end_inset
20420
20421
20422 \family sans
20423 verwenden
20424 \family default
20425  ankreuzen.
20426 \end_layout
20427
20428 \begin_layout Standard
20429 Sehen Sie sich bitte auch Abschnitt
20430 \begin_inset space ~
20431 \end_inset
20432
20433
20434 \begin_inset CommandInset ref
20435 LatexCommand ref
20436 reference "uab:Fußnoten-Nummerierung"
20437
20438 \end_inset
20439
20440  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20441 \end_layout
20442
20443 \begin_layout Section
20444 Auf Gleitobjekte verweisen
20445 \begin_inset CommandInset label
20446 LatexCommand label
20447 name "abs:Auf-Gleitobjekte-verweisen"
20448
20449 \end_inset
20450
20451
20452 \begin_inset Index
20453 status collapsed
20454
20455 \begin_layout Plain Layout
20456 Gleitobjekte ! Querverweise
20457 \end_layout
20458
20459 \end_inset
20460
20461
20462 \begin_inset Index
20463 status collapsed
20464
20465 \begin_layout Plain Layout
20466 Querverweise ! auf Gleitobjekte
20467 \end_layout
20468
20469 \end_inset
20470
20471
20472 \end_layout
20473
20474 \begin_layout Standard
20475 Zunächst müssen Sie mit 
20476 \family sans
20477 Einfügen\SpecialChar \menuseparator
20478 Marke
20479 \family default
20480  oder einen Klick auf 
20481 \begin_inset Graphics
20482         filename ../../images/label-insert.png
20483         scale 70
20484         scaleBeforeRotation
20485
20486 \end_inset
20487
20488  eine Marke im Titel einfügen.
20489  Im 
20490 \family sans
20491 Marke
20492 \family default
20493 -Dialog schreiben Sie einen Text in das Feld 
20494 \family sans
20495 Marke
20496 \family default
20497  oder übernehmen den vorgeschlagenen.
20498  Die Marke sieht in LyX dann so aus:
20499 \end_layout
20500
20501 \begin_layout Standard
20502 \begin_inset Graphics
20503         filename clipart/Marke.png
20504         lyxscale 80
20505         scale 50
20506         scaleBeforeRotation
20507         BoundingBox 0bp 6bp 76bp 23bp
20508
20509 \end_inset
20510
20511
20512 \end_layout
20513
20514 \begin_layout Standard
20515 Die Marke wird als Anker und Name für den Querverweis benutzt.
20516  Mit 
20517 \family sans
20518 Einfügen\SpecialChar \menuseparator
20519 Querverweis
20520 \family default
20521  oder einen Klick auf 
20522 \begin_inset Graphics
20523         filename ../../images/dialog-show-new-inset_ref.png
20524         scale 70
20525         scaleBeforeRotation
20526
20527 \end_inset
20528
20529  können Sie dann auf die Marke verweisen.
20530  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20531  angezeigt:
20532 \end_layout
20533
20534 \begin_layout Standard
20535 \begin_inset Graphics
20536         filename clipart/Querverweis.png
20537         lyxscale 80
20538         scale 50
20539         scaleBeforeRotation
20540         BoundingBox 0bp 6bp 76bp 23bp
20541
20542 \end_inset
20543
20544
20545 \begin_inset Newline newline
20546 \end_inset
20547
20548  Mehr zu Querverweisen finden Sie im 
20549 \emph on
20550 Benutzerhandbuch
20551 \emph default
20552 .
20553 \end_layout
20554
20555 \begin_layout Standard
20556 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20557  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20558  durch einen Zeilenumbruch getrennt werden können.
20559 \end_layout
20560
20561 \begin_layout Standard
20562 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20563  LyX passt die Querverweise automatisch an.
20564 \end_layout
20565
20566 \begin_layout Standard
20567 Ein Klick auf den Schalter 
20568 \family sans
20569 Gehe
20570 \begin_inset space ~
20571 \end_inset
20572
20573 zur
20574 \begin_inset space ~
20575 \end_inset
20576
20577 Marke
20578 \family default
20579  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20580  Der Text der Schaltfläche heißt jetzt 
20581 \family sans
20582 Gehe
20583 \begin_inset space ~
20584 \end_inset
20585
20586 zurück
20587 \family default
20588  und ein Klick darauf macht genau dies.
20589   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20590  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20591  Dann ist auch kein 
20592 \family sans
20593 Gehe
20594 \begin_inset space ~
20595 \end_inset
20596
20597 zurück
20598 \family default
20599  möglich.
20600 \end_layout
20601
20602 \begin_layout Subsection
20603 Querverweis-Formate
20604 \begin_inset CommandInset label
20605 LatexCommand label
20606 name "uab:Querverweis-Formate"
20607
20608 \end_inset
20609
20610
20611 \begin_inset Index
20612 status collapsed
20613
20614 \begin_layout Plain Layout
20615 Querverweise ! Formate
20616 \end_layout
20617
20618 \end_inset
20619
20620
20621 \end_layout
20622
20623 \begin_layout Standard
20624 Es gibt sechs verschiedene Querverweisstile:
20625 \end_layout
20626
20627 \begin_layout Description
20628 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20629  
20630 \begin_inset CommandInset ref
20631 LatexCommand ref
20632 reference "abb:Zwei-Teilabbildungen"
20633
20634 \end_inset
20635
20636
20637 \end_layout
20638
20639 \begin_layout Description
20640 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20641  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20642  verwendet wird, speziell wenn der Name 
20643 \begin_inset Quotes gld
20644 \end_inset
20645
20646 Gleichung
20647 \begin_inset Quotes grd
20648 \end_inset
20649
20650  weggelassen wird: 
20651 \begin_inset CommandInset ref
20652 LatexCommand eqref
20653 reference "eq:Wgn"
20654
20655 \end_inset
20656
20657
20658 \end_layout
20659
20660 \begin_layout Description
20661 <Seite>: druckt die Seitennummer: Seite
20662 \begin_inset space ~
20663 \end_inset
20664
20665
20666 \begin_inset CommandInset ref
20667 LatexCommand pageref
20668 reference "abb:Zwei-Teilabbildungen"
20669
20670 \end_inset
20671
20672
20673 \end_layout
20674
20675 \begin_layout Description
20676 auf
20677 \begin_inset space ~
20678 \end_inset
20679
20680 Seite
20681 \begin_inset space ~
20682 \end_inset
20683
20684 <Seite>: druckt den Text 
20685 \begin_inset Quotes gld
20686 \end_inset
20687
20688 auf Seite
20689 \begin_inset Quotes grd
20690 \end_inset
20691
20692  und die Seitennummer: 
20693 \begin_inset CommandInset ref
20694 LatexCommand vpageref
20695 reference "abb:Zwei-Teilabbildungen"
20696
20697 \end_inset
20698
20699
20700 \end_layout
20701
20702 \begin_layout Description
20703 <Querverweis>
20704 \begin_inset space ~
20705 \end_inset
20706
20707 auf
20708 \begin_inset space ~
20709 \end_inset
20710
20711 Seite
20712 \begin_inset space ~
20713 \end_inset
20714
20715 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20716 \begin_inset Quotes gld
20717 \end_inset
20718
20719 auf Seite
20720 \begin_inset Quotes grd
20721 \end_inset
20722
20723 , und die Seitennummer: 
20724 \begin_inset CommandInset ref
20725 LatexCommand vref
20726 reference "abb:Zwei-Teilabbildungen"
20727
20728 \end_inset
20729
20730
20731 \end_layout
20732
20733 \begin_layout Description
20734 Formatierter
20735 \begin_inset space ~
20736 \end_inset
20737
20738 Querverweis: druckt ein selbst definiertes Querverweisformat
20739 \begin_inset Newline newline
20740 \end_inset
20741
20742
20743 \begin_inset Note Greyedout
20744 status open
20745
20746 \begin_layout Plain Layout
20747
20748 \series bold
20749 Bemerkung:
20750 \series default
20751  Dies ist nur möglich, wenn das LaTeX-Paket 
20752 \series bold
20753 prettyref
20754 \series default
20755  installiert ist.
20756 \end_layout
20757
20758 \end_inset
20759
20760
20761 \end_layout
20762
20763 \begin_layout Standard
20764 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
20765  sich die referenzierte Marke auf der vorherigen, derselben oder der nächsten
20766  Seite befindet.
20767  Stattdessen wird der Text 
20768 \begin_inset Quotes gld
20769 \end_inset
20770
20771 auf der vorigen Seite
20772 \begin_inset Quotes grd
20773 \end_inset
20774
20775
20776 \begin_inset Quotes gld
20777 \end_inset
20778
20779 auf dieser Seite
20780 \begin_inset Quotes grd
20781 \end_inset
20782
20783  oder 
20784 \begin_inset Quotes gld
20785 \end_inset
20786
20787 auf der nächsten Seite
20788 \begin_inset Quotes grd
20789 \end_inset
20790
20791  gedruckt.
20792 \end_layout
20793
20794 \begin_layout Standard
20795 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
20796  automatisch von LaTeX berechnet.
20797  Die Stile können im Feld 
20798 \family sans
20799 Format
20800 \family default
20801  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
20802  einen Querverweis klicken.
20803 \end_layout
20804
20805 \begin_layout Subsection
20806 Automatische Querverweisnamen
20807 \begin_inset Index
20808 status collapsed
20809
20810 \begin_layout Plain Layout
20811 Querverweise ! Automatische Namen 
20812 \end_layout
20813
20814 \end_inset
20815
20816
20817 \end_layout
20818
20819 \begin_layout Standard
20820 Das LaTeX-Paket 
20821 \series bold
20822 hyperref
20823 \series default
20824
20825 \begin_inset Index
20826 status collapsed
20827
20828 \begin_layout Plain Layout
20829 LaTeX-Pakete ! hyperref
20830 \end_layout
20831
20832 \end_inset
20833
20834 , das in den
20835 \family sans
20836  PDF-Eigenschaften
20837 \family default
20838  im 
20839 \family sans
20840 Dokument-Einstellungen
20841 \family default
20842  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
20843  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
20844  wie 
20845 \emph on
20846 Abschnitt
20847 \emph default
20848 ).
20849  Sie müssen damit z.
20850 \begin_inset space \thinspace{}
20851 \end_inset
20852
20853 B.
20854  nicht mehr den Namen 
20855 \begin_inset Quotes gld
20856 \end_inset
20857
20858 Abbildung
20859 \begin_inset Quotes grd
20860 \end_inset
20861
20862  vor jeden Querverweis auf eine Abbildung schreiben.
20863  Um diese Funktion benutzen zu können, aktivieren Sie 
20864 \series bold
20865 hyperref
20866 \series default
20867  und fügen diese Zeile in den LaTeX-Vorspann ein:
20868 \end_layout
20869
20870 \begin_layout Standard
20871
20872 \series bold
20873
20874 \backslash
20875 AtBeginDocument{
20876 \backslash
20877 renewcommand{
20878 \backslash
20879 ref}[1]{
20880 \backslash
20881 mbox{
20882 \backslash
20883 autoref{#1}}}}
20884 \end_layout
20885
20886 \begin_layout Standard
20887 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
20888 \begin_inset space \thinspace{}
20889 \end_inset
20890
20891 B.
20892  statt 
20893 \begin_inset Quotes gld
20894 \end_inset
20895
20896 Abschnitt
20897 \begin_inset Quotes grd
20898 \end_inset
20899
20900  den Namen 
20901 \begin_inset Quotes gld
20902 \end_inset
20903
20904 Kap.
20905 \begin_inset space \thinspace{}
20906 \end_inset
20907
20908
20909 \begin_inset Quotes grd
20910 \end_inset
20911
20912 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
20913 \end_layout
20914
20915 \begin_layout Standard
20916
20917 \series bold
20918
20919 \backslash
20920 addto
20921 \backslash
20922 extrasngerman{
20923 \backslash
20924 renewcommand{
20925 \backslash
20926 sectionautorefname}
20927 \begin_inset Newline newline
20928 \end_inset
20929
20930
20931 \begin_inset ERT
20932 status collapsed
20933
20934 \begin_layout Plain Layout
20935
20936
20937 \backslash
20938 hphantom{ }
20939 \end_layout
20940
20941 \end_inset
20942
20943 {Kap.
20944 \backslash
20945 negthinspace}}
20946 \end_layout
20947
20948 \begin_layout Standard
20949 Wenn Sie eine andere Dokumentsprache als Englisch benutzen, ersetzen Sie
20950 \begin_inset Newline newline
20951 \end_inset
20952
20953
20954 \series bold
20955
20956 \backslash
20957 extrasngerman
20958 \series default
20959  durch 
20960 \series bold
20961
20962 \backslash
20963 extras***
20964 \series default
20965 , wobei *** der Name der verwendeten Sprache ist.
20966 \end_layout
20967
20968 \begin_layout Standard
20969 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
20970  z.
20971 \begin_inset space \thinspace{}
20972 \end_inset
20973
20974 B.
20975  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
20976 \end_layout
20977
20978 \begin_layout Standard
20979
20980 \series bold
20981
20982 \backslash
20983 newlength{
20984 \backslash
20985 abc}
20986 \begin_inset Newline newline
20987 \end_inset
20988
20989
20990 \backslash
20991 settowidth{
20992 \backslash
20993 abc}{
20994 \backslash
20995 space}
20996 \begin_inset Newline newline
20997 \end_inset
20998
20999
21000 \backslash
21001 addto
21002 \backslash
21003 extrasenglish{
21004 \backslash
21005 renewcommand{
21006 \backslash
21007 equationautorefname}
21008 \begin_inset Newline newline
21009 \end_inset
21010
21011
21012 \begin_inset ERT
21013 status collapsed
21014
21015 \begin_layout Plain Layout
21016
21017
21018 \backslash
21019 hphantom{ }
21020 \end_layout
21021
21022 \end_inset
21023
21024 {
21025 \backslash
21026 hspace{-
21027 \backslash
21028 abc}}
21029 \end_layout
21030
21031 \begin_layout Standard
21032 Mehr über dieses Thema finden Sie in der 
21033 \series bold
21034 hyperref
21035 \series default
21036 -Dokumentation 
21037 \begin_inset CommandInset citation
21038 LatexCommand cite
21039 key "hyperref"
21040
21041 \end_inset
21042
21043 .
21044 \end_layout
21045
21046 \begin_layout Standard
21047 \begin_inset Note Greyedout
21048 status open
21049
21050 \begin_layout Plain Layout
21051
21052 \series bold
21053 Bemerkung:
21054 \series default
21055  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21056  als Querverweisstil 
21057 \family sans
21058 Formatierter
21059 \begin_inset space ~
21060 \end_inset
21061
21062 Querverweis
21063 \family default
21064  benutzen, wie in Abschnitt
21065 \begin_inset space ~
21066 \end_inset
21067
21068
21069 \begin_inset CommandInset ref
21070 LatexCommand ref
21071 reference "uab:Querverweis-Formate"
21072
21073 \end_inset
21074
21075  beschrieben.
21076 \end_layout
21077
21078 \end_inset
21079
21080
21081 \end_layout
21082
21083 \begin_layout Standard
21084 Das 
21085 \emph on
21086 Mathe
21087 \emph default
21088  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
21089 \end_layout
21090
21091 \begin_layout Subsection
21092 Querverweis-Position
21093 \begin_inset CommandInset label
21094 LatexCommand label
21095 name "uab:Querverweis-Position"
21096
21097 \end_inset
21098
21099
21100 \begin_inset Index
21101 status collapsed
21102
21103 \begin_layout Plain Layout
21104 Querverweise !  Position
21105 \end_layout
21106
21107 \end_inset
21108
21109
21110 \end_layout
21111
21112 \begin_layout Standard
21113 Wenn Sie 
21114 \series bold
21115 hyperref
21116 \series default
21117
21118 \begin_inset Index
21119 status collapsed
21120
21121 \begin_layout Plain Layout
21122 LaTeX-Pakete ! hyperref
21123 \end_layout
21124
21125 \end_inset
21126
21127  in den
21128 \family sans
21129  PDF-Eigenschaften
21130 \family default
21131  im 
21132 \family sans
21133 Dokument-Einstellungen
21134 \family default
21135  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
21136  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21137  und Sie werden das Bild ohne Scrollen nicht sehen.
21138  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21139  ist.
21140  Wenn Sie das  LaTeX-Paket 
21141 \series bold
21142 hypcap
21143 \series default
21144
21145 \begin_inset Index
21146 status collapsed
21147
21148 \begin_layout Plain Layout
21149 LaTeX-Pakete ! hypcap
21150 \end_layout
21151
21152 \end_inset
21153
21154 , das Teil des LaTeX-Pakets 
21155 \series bold
21156 oberdiek
21157 \series default
21158
21159 \begin_inset Index
21160 status collapsed
21161
21162 \begin_layout Plain Layout
21163 LaTeX-Pakete ! oberdiek
21164 \end_layout
21165
21166 \end_inset
21167
21168  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21169  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21170 \series bold
21171 hypcap
21172 \series default
21173  zunächst in den LaTeX-Vorspann laden:
21174 \end_layout
21175
21176 \begin_layout Standard
21177
21178 \series bold
21179
21180 \backslash
21181 usepackage[figure]{hypcap}
21182 \end_layout
21183
21184 \begin_layout Standard
21185 Sie können 
21186 \series bold
21187 hypcap
21188 \series default
21189  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
21190  nicht empfohlen.
21191  Weitere Informationen finden Sie im
21192 \series bold
21193  hypcap
21194 \series default
21195 -Handbuch 
21196 \begin_inset CommandInset citation
21197 LatexCommand cite
21198 key "hypcap"
21199
21200 \end_inset
21201
21202 .
21203 \end_layout
21204
21205 \begin_layout Standard
21206 \begin_inset Note Greyedout
21207 status open
21208
21209 \begin_layout Plain Layout
21210
21211 \series bold
21212 Bemerkung:
21213 \series default
21214  
21215 \series bold
21216 hypcap
21217 \series medium
21218  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
21219 \end_layout
21220
21221 \end_inset
21222
21223
21224 \end_layout
21225
21226 \begin_layout Section
21227 Gleitobjekt-Platzierung
21228 \begin_inset CommandInset label
21229 LatexCommand label
21230 name "abs:Gleitobjekt-Platzierung"
21231
21232 \end_inset
21233
21234
21235 \begin_inset Index
21236 status collapsed
21237
21238 \begin_layout Plain Layout
21239 Gleitobjekte ! Platzierung
21240 \end_layout
21241
21242 \end_inset
21243
21244
21245 \end_layout
21246
21247 \begin_layout Standard
21248 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21249 \family sans
21250 Gleitobjekt-Einstellungen
21251 \family default
21252 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21253  können.
21254 \begin_inset Newline newline
21255 \end_inset
21256
21257 Die Option 
21258 \family sans
21259 Spalten
21260 \begin_inset space ~
21261 \end_inset
21262
21263 überspannen
21264 \family default
21265  ist nur bei zweispaltigen Dokumenten sinnvoll.
21266  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21267 \begin_inset Newline newline
21268 \end_inset
21269
21270 Die Option 
21271 \family sans
21272 Seitwärts
21273 \begin_inset space ~
21274 \end_inset
21275
21276 drehen
21277 \family default
21278  ist in Abschnitt 
21279 \begin_inset CommandInset ref
21280 LatexCommand ref
21281 reference "abs:Gedrehte-Gleitobjekte"
21282
21283 \end_inset
21284
21285  beschrieben.
21286 \end_layout
21287
21288 \begin_layout Standard
21289 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21290  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21291  Sie die Option 
21292 \family sans
21293 Standard-Platzierung
21294 \begin_inset space ~
21295 \end_inset
21296
21297 verwenden
21298 \family default
21299  nicht verwenden:
21300 \end_layout
21301
21302 \begin_layout Description
21303 Hier
21304 \begin_inset space ~
21305 \end_inset
21306
21307 wenn
21308 \begin_inset space ~
21309 \end_inset
21310
21311 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21312 \end_layout
21313
21314 \begin_layout Description
21315 Anfang
21316 \begin_inset space ~
21317 \end_inset
21318
21319 der
21320 \begin_inset space ~
21321 \end_inset
21322
21323 Seite
21324 \family sans
21325  
21326 \family default
21327 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21328  Gleitobjekte, die maximal 70
21329 \begin_inset space \thinspace{}
21330 \end_inset
21331
21332 % einer Seite benötigen, dürfen oben platziert werden.
21333  Dies kann durch die Variable 
21334 \series bold
21335
21336 \backslash
21337 topfraction
21338 \series default
21339  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21340 \end_layout
21341
21342 \begin_deeper
21343 \begin_layout Standard
21344
21345 \series bold
21346
21347 \backslash
21348 renewcommand{
21349 \backslash
21350 topfraction}{0.9}
21351 \family typewriter
21352 \series default
21353  
21354 \end_layout
21355
21356 \end_deeper
21357 \begin_layout Description
21358 Ende
21359 \begin_inset space ~
21360 \end_inset
21361
21362 der
21363 \begin_inset space ~
21364 \end_inset
21365
21366 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21367  Gleitobjekte, die maximal 30
21368 \begin_inset space \thinspace{}
21369 \end_inset
21370
21371 % einer Seite benötigen, dürfen unten platziert werden.
21372  Dies kann durch die Variable 
21373 \series bold
21374
21375 \backslash
21376 bottomfraction
21377 \series default
21378  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21379 \end_layout
21380
21381 \begin_deeper
21382 \begin_layout Standard
21383
21384 \series bold
21385
21386 \backslash
21387 renewcommand{
21388 \backslash
21389 bottomfraction}{0.5}
21390 \end_layout
21391
21392 \begin_layout Standard
21393 die oftmals zu kleine untere Grenze auf 50
21394 \begin_inset space \thinspace{}
21395 \end_inset
21396
21397 %.
21398 \end_layout
21399
21400 \end_deeper
21401 \begin_layout Description
21402 Seite
21403 \begin_inset space ~
21404 \end_inset
21405
21406 mit
21407 \begin_inset space ~
21408 \end_inset
21409
21410 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21411  Nur wenn mehr als 50
21412 \begin_inset space \thinspace{}
21413 \end_inset
21414
21415 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21416  Gleitobjekte bereitgestellt.
21417  Dies kann durch die Variable 
21418 \series bold
21419
21420 \backslash
21421 floatpagefraction 
21422 \series default
21423 im LaTeX-Vorspann überschrieben werden.
21424 \end_layout
21425
21426 \begin_layout Standard
21427 Die Reihenfolge der obigen Optionen wird 
21428 \emph on
21429 immer
21430 \emph default
21431  von LaTeX verwendet.
21432  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21433  versuchen 
21434 \family sans
21435 Hier
21436 \begin_inset space \space{}
21437 \end_inset
21438
21439 wenn
21440 \begin_inset space \space{}
21441 \end_inset
21442
21443 möglich
21444 \family default
21445 , dann 
21446 \family sans
21447 Anfang
21448 \begin_inset space ~
21449 \end_inset
21450
21451 der
21452 \begin_inset space ~
21453 \end_inset
21454
21455 Seite
21456 \family default
21457  und dann die anderen Optionen anzuwenden.
21458  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21459  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21460  Reihenfolge.
21461  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21462 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21463 \end_layout
21464
21465 \begin_layout Standard
21466 Die Option 
21467 \family sans
21468 Hier,
21469 \begin_inset space ~
21470 \end_inset
21471
21472 auf
21473 \begin_inset space ~
21474 \end_inset
21475
21476 jeden
21477 \begin_inset space ~
21478 \end_inset
21479
21480 Fall
21481 \family default
21482  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21483  fast druckreif ist.
21484  Denn mit der Option kann das Objekt nicht mehr 
21485 \emph on
21486 gleiten
21487 \emph default
21488 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21489  oftmals zerstört.
21490 \end_layout
21491
21492 \begin_layout Standard
21493 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
21494  immer vom Text eines bestimmten Absatzes umgeben sind.
21495 \begin_inset VSpace bigskip
21496 \end_inset
21497
21498
21499 \end_layout
21500
21501 \begin_layout Standard
21502 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21503 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21504  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21505  Das kann mit dem LaTeX-Befehl
21506 \series bold
21507  
21508 \backslash
21509 suppressfloats
21510 \series default
21511  verhindert werden.
21512  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21513  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21514  gesetzt wird.
21515  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21516 \end_layout
21517
21518 \begin_layout Standard
21519
21520 \series bold
21521
21522 \backslash
21523 let
21524 \backslash
21525 meinAbschnitt
21526 \backslash
21527 section
21528 \begin_inset Newline newline
21529 \end_inset
21530
21531
21532 \backslash
21533 renewcommand{
21534 \backslash
21535 section}{
21536 \backslash
21537 suppressfloats[t]
21538 \backslash
21539 meinAbschnitt}
21540 \end_layout
21541
21542 \begin_layout Standard
21543 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21544  Unterabschnitten festlegen.
21545  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21546  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21547 \end_layout
21548
21549 \begin_layout Standard
21550 Es gibt auch noch das LaTeX-Paket 
21551 \series bold
21552 flafter
21553 \series default
21554
21555 \begin_inset Index
21556 status collapsed
21557
21558 \begin_layout Plain Layout
21559 LaTeX-Pakete ! flafter
21560 \end_layout
21561
21562 \end_inset
21563
21564  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21565  gedruckt wird.
21566 \end_layout
21567
21568 \begin_layout Standard
21569 \begin_inset VSpace bigskip
21570 \end_inset
21571
21572 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21573  Dafür gibt es das LaTeX-Paket 
21574 \series bold
21575 endfloat
21576 \series default
21577
21578 \begin_inset Index
21579 status collapsed
21580
21581 \begin_layout Plain Layout
21582 LaTeX-Pakete ! endfloat
21583 \end_layout
21584
21585 \end_inset
21586
21587 .
21588  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21589  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21590  
21591 \family sans
21592
21593 \begin_inset Quotes gld
21594 \end_inset
21595
21596 [Abbildung
21597 \begin_inset space ~
21598 \end_inset
21599
21600 3.2 ist ungefähr hier.]
21601 \family default
21602
21603 \begin_inset Quotes grd
21604 \end_inset
21605
21606  finden.
21607  Das 
21608 \series bold
21609 endfloat
21610 \series default
21611 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21612 \end_layout
21613
21614 \begin_layout Standard
21615
21616 \series bold
21617
21618 \backslash
21619 usepackage[Optionen]{endfloat}
21620 \end_layout
21621
21622 \begin_layout Standard
21623 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21624  Tabellen-Abschnitte, die Sie in der 
21625 \series bold
21626 endfloat
21627 \series default
21628 -Dokumentation 
21629 \begin_inset CommandInset citation
21630 LatexCommand cite
21631 key "endfloat"
21632
21633 \end_inset
21634
21635  nachlesen können.
21636 \begin_inset Newline newline
21637 \end_inset
21638
21639
21640 \begin_inset Note Greyedout
21641 status open
21642
21643 \begin_layout Plain Layout
21644
21645 \series bold
21646 Bemerkung
21647 \begin_inset space ~
21648 \end_inset
21649
21650 1: endfloat
21651 \series default
21652  übersetzt den Hinweistext nicht automatisch.
21653  Abschnitt
21654 \begin_inset space ~
21655 \end_inset
21656
21657 4 in 
21658 \begin_inset CommandInset citation
21659 LatexCommand cite
21660 key "endfloat"
21661
21662 \end_inset
21663
21664  beschreibt, wie es geht.
21665 \end_layout
21666
21667 \end_inset
21668
21669
21670 \end_layout
21671
21672 \begin_layout Standard
21673 \begin_inset Note Greyedout
21674 status open
21675
21676 \begin_layout Plain Layout
21677
21678 \series bold
21679 Bemerkung
21680 \begin_inset space ~
21681 \end_inset
21682
21683 2: 
21684 \series default
21685 Die aktuelle Version von 
21686 \series bold
21687 endfloat
21688 \series default
21689  hat einen Fehler, wenn die Überschrift ein 
21690 \begin_inset Quotes gld
21691 \end_inset
21692
21693 ß
21694 \begin_inset Quotes grd
21695 \end_inset
21696
21697  enthält.
21698  Sie müssen stattdessen den Befehl 
21699 \series bold
21700
21701 \backslash
21702 ss
21703 \series default
21704  als TeX-Code benutzen.
21705 \end_layout
21706
21707 \end_inset
21708
21709
21710 \end_layout
21711
21712 \begin_layout Standard
21713 \begin_inset VSpace bigskip
21714 \end_inset
21715
21716 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
21717  wie 
21718 \begin_inset CommandInset citation
21719 LatexCommand cite
21720 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21721
21722 \end_inset
21723
21724 .
21725 \end_layout
21726
21727 \begin_layout Section
21728 Gedrehte Gleitobjekte
21729 \begin_inset CommandInset label
21730 LatexCommand label
21731 name "abs:Gedrehte-Gleitobjekte"
21732
21733 \end_inset
21734
21735
21736 \begin_inset Index
21737 status collapsed
21738
21739 \begin_layout Plain Layout
21740 Gleitobjekte ! drehen
21741 \end_layout
21742
21743 \end_inset
21744
21745
21746 \end_layout
21747
21748 \begin_layout Standard
21749 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
21750 t drehen.
21751  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
21752  und die Option 
21753 \family sans
21754 Seitwärts
21755 \begin_inset space ~
21756 \end_inset
21757
21758 drehen
21759 \family default
21760  wählen.
21761 \end_layout
21762
21763 \begin_layout Standard
21764 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
21765  sie ein mehrspaltiges Dokument haben) gedruckt.
21766  Sie können mehrere Spalten überspannen, wenn die Option 
21767 \family sans
21768 Spalten
21769 \begin_inset space ~
21770 \end_inset
21771
21772 überspannen
21773 \family default
21774  in den Gleitobjekt Einstellungen gewählt ist.
21775  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
21776  werden können.
21777  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
21778  Option 
21779 \series bold
21780 figuresleft
21781 \series default
21782  oder 
21783 \series bold
21784 figuresright
21785 \series default
21786  zu den Dokumentklassen-Optionen hinzu.
21787 \end_layout
21788
21789 \begin_layout Standard
21790 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
21791  Tabelle
21792 \begin_inset space ~
21793 \end_inset
21794
21795
21796 \begin_inset CommandInset ref
21797 LatexCommand ref
21798 reference "tab:Gedrehte-Tabelle"
21799
21800 \end_inset
21801
21802  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
21803 \end_layout
21804
21805 \begin_layout Standard
21806 \begin_inset Note Greyedout
21807 status open
21808
21809 \begin_layout Plain Layout
21810
21811 \series bold
21812 Bemerkung:
21813 \series default
21814  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
21815 \end_layout
21816
21817 \end_inset
21818
21819
21820 \end_layout
21821
21822 \begin_layout Standard
21823 \begin_inset Float table
21824 wide false
21825 sideways true
21826 status open
21827
21828 \begin_layout Plain Layout
21829 \begin_inset Caption
21830
21831 \begin_layout Plain Layout
21832 \begin_inset CommandInset label
21833 LatexCommand label
21834 name "tab:Gedrehte-Tabelle"
21835
21836 \end_inset
21837
21838 Gedrehte Tabelle
21839 \end_layout
21840
21841 \end_inset
21842
21843
21844 \end_layout
21845
21846 \begin_layout Plain Layout
21847 \align center
21848 \begin_inset Tabular
21849 <lyxtabular version="3" rows="1" columns="5">
21850 <features>
21851 <column alignment="center" valignment="top" width="0">
21852 <column alignment="center" valignment="top" width="0">
21853 <column alignment="center" valignment="top" width="0">
21854 <column alignment="center" valignment="top" width="0">
21855 <column alignment="center" valignment="top" width="0">
21856 <row>
21857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21858 \begin_inset Text
21859
21860 \begin_layout Plain Layout
21861 Test
21862 \end_layout
21863
21864 \end_inset
21865 </cell>
21866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21867 \begin_inset Text
21868
21869 \begin_layout Plain Layout
21870 b
21871 \end_layout
21872
21873 \end_inset
21874 </cell>
21875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21876 \begin_inset Text
21877
21878 \begin_layout Plain Layout
21879 c
21880 \end_layout
21881
21882 \end_inset
21883 </cell>
21884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21885 \begin_inset Text
21886
21887 \begin_layout Plain Layout
21888 d
21889 \end_layout
21890
21891 \end_inset
21892 </cell>
21893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21894 \begin_inset Text
21895
21896 \begin_layout Plain Layout
21897 e
21898 \end_layout
21899
21900 \end_inset
21901 </cell>
21902 </row>
21903 </lyxtabular>
21904
21905 \end_inset
21906
21907
21908 \end_layout
21909
21910 \end_inset
21911
21912
21913 \end_layout
21914
21915 \begin_layout Section
21916 Gleitobjekte nebeneinander
21917 \begin_inset Index
21918 status collapsed
21919
21920 \begin_layout Plain Layout
21921 Gleitobjekte ! nebeneinander
21922 \end_layout
21923
21924 \end_inset
21925
21926
21927 \end_layout
21928
21929 \begin_layout Standard
21930 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
21931 \begin_inset space ~
21932 \end_inset
21933
21934
21935 \begin_inset CommandInset ref
21936 LatexCommand ref
21937 reference "abb:Gleitobjekt-links"
21938
21939 \end_inset
21940
21941  und 
21942 \begin_inset CommandInset ref
21943 LatexCommand ref
21944 reference "abb:Gleitobjekt-rechts"
21945
21946 \end_inset
21947
21948  wird nur 
21949 \emph on
21950 ein
21951 \emph default
21952  Gleitobjekt verwendet.
21953  In dieses werden zwei Minipage Boxen eingefügt.
21954 \begin_inset Foot
21955 status collapsed
21956
21957 \begin_layout Plain Layout
21958 Minipages sind in Abschnitt
21959 \begin_inset space ~
21960 \end_inset
21961
21962
21963 \begin_inset CommandInset ref
21964 LatexCommand ref
21965 reference "abs:Minipage"
21966
21967 \end_inset
21968
21969  erklärt.
21970 \end_layout
21971
21972 \end_inset
21973
21974  Die Breite wird für jede Minipage auf 45
21975 \begin_inset space \thinspace{}
21976 \end_inset
21977
21978 -50
21979 \begin_inset space \thinspace{}
21980 \end_inset
21981
21982 Spalten% und die Box Ausrichtung auf 
21983 \family sans
21984 Unten
21985 \family default
21986  gesetzt.
21987  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
21988  Gleitobjekt.
21989  Der einzige Unterschied ist, dass die Bildeinheit 
21990 \family sans
21991 Spaltenbreite
21992 \begin_inset space ~
21993 \end_inset
21994
21995 %
21996 \family default
21997  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
21998 \end_layout
21999
22000 \begin_layout Standard
22001 \begin_inset Float figure
22002 wide false
22003 sideways false
22004 status open
22005
22006 \begin_layout Plain Layout
22007 \begin_inset Box Frameless
22008 position "b"
22009 hor_pos "c"
22010 has_inner_box 1
22011 inner_pos "t"
22012 use_parbox 0
22013 width "45col%"
22014 special "none"
22015 height "1in"
22016 height_special "totalheight"
22017 status open
22018
22019 \begin_layout Plain Layout
22020 \align center
22021 \begin_inset Graphics
22022         filename ../clipart/mobius.eps
22023         lyxscale 50
22024         width 100col%
22025         scaleBeforeRotation
22026
22027 \end_inset
22028
22029
22030 \end_layout
22031
22032 \begin_layout Plain Layout
22033 \begin_inset Caption
22034
22035 \begin_layout Plain Layout
22036 \begin_inset CommandInset label
22037 LatexCommand label
22038 name "abb:Gleitobjekt-links"
22039
22040 \end_inset
22041
22042 Gleitobjekt auf der linken Seite.
22043 \end_layout
22044
22045 \end_inset
22046
22047
22048 \end_layout
22049
22050 \end_inset
22051
22052
22053 \begin_inset space \hfill{}
22054 \end_inset
22055
22056
22057 \begin_inset Box Frameless
22058 position "b"
22059 hor_pos "c"
22060 has_inner_box 1
22061 inner_pos "t"
22062 use_parbox 0
22063 width "45col%"
22064 special "none"
22065 height "1in"
22066 height_special "totalheight"
22067 status open
22068
22069 \begin_layout Plain Layout
22070 \align center
22071 \begin_inset Graphics
22072         filename ../clipart/platypus.eps
22073         lyxscale 50
22074         width 100col%
22075         scaleBeforeRotation
22076
22077 \end_inset
22078
22079
22080 \end_layout
22081
22082 \begin_layout Plain Layout
22083 \begin_inset Caption
22084
22085 \begin_layout Plain Layout
22086 \begin_inset CommandInset label
22087 LatexCommand label
22088 name "abb:Gleitobjekt-rechts"
22089
22090 \end_inset
22091
22092 Gleitobjekt auf der rechten Seite.
22093 \end_layout
22094
22095 \end_inset
22096
22097
22098 \end_layout
22099
22100 \end_inset
22101
22102
22103 \end_layout
22104
22105 \end_inset
22106
22107
22108 \end_layout
22109
22110 \begin_layout Section
22111 Beschriftungs-Formatierung
22112 \begin_inset CommandInset label
22113 LatexCommand label
22114 name "abs:Titel-Formatierung"
22115
22116 \end_inset
22117
22118
22119 \begin_inset Index
22120 status collapsed
22121
22122 \begin_layout Plain Layout
22123 Gleitobjekte ! Beschriftung ! Formatierung
22124 \end_layout
22125
22126 \end_inset
22127
22128
22129 \end_layout
22130
22131 \begin_layout Standard
22132
22133 \family sans
22134 Legende
22135 \family default
22136  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22137  In LyX sehen Titel so aus:  
22138 \family sans
22139
22140 \begin_inset Quotes gld
22141 \end_inset
22142
22143 Abbildung xyz:
22144 \family default
22145
22146 \begin_inset Quotes grd
22147 \end_inset
22148
22149 , gefolgt vom Beschriftungstext, wobei 
22150 \family sans
22151 xyz
22152 \family default
22153  die von LyX vergebene Nummer ist.
22154  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22155  gedruckt.
22156  Dies ist nicht immer brauchbar.
22157 \end_layout
22158
22159 \begin_layout Standard
22160 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22161  
22162 \series bold
22163 caption
22164 \series default
22165
22166 \begin_inset Index
22167 status collapsed
22168
22169 \begin_layout Plain Layout
22170 LaTeX-Pakete ! caption
22171 \end_layout
22172
22173 \end_inset
22174
22175  in den LaTeX-Vorspann laden:
22176 \end_layout
22177
22178 \begin_layout Standard
22179
22180 \series bold
22181
22182 \backslash
22183 usepackage[Format-Definition]{caption}
22184 \end_layout
22185
22186 \begin_layout Standard
22187 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22188  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22189 \end_layout
22190
22191 \begin_layout Standard
22192
22193 \series bold
22194
22195 \backslash
22196 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22197 \end_layout
22198
22199 \begin_layout Standard
22200 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22201  definieren.
22202  Dazu laden Sie das 
22203 \series bold
22204 caption
22205 \series default
22206 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22207  dem Befehl
22208 \end_layout
22209
22210 \begin_layout Standard
22211
22212 \series bold
22213
22214 \backslash
22215 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22216 \end_layout
22217
22218 \begin_layout Standard
22219 Für Abbildung
22220 \begin_inset space ~
22221 \end_inset
22222
22223
22224 \begin_inset CommandInset ref
22225 LatexCommand ref
22226 reference "abb:Langer-Abb-Titel"
22227
22228 \end_inset
22229
22230  und Tabelle
22231 \begin_inset space ~
22232 \end_inset
22233
22234
22235 \begin_inset CommandInset ref
22236 LatexCommand ref
22237 reference "tab:Langer-Tab-Titel"
22238
22239 \end_inset
22240
22241  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22242  werden:
22243 \end_layout
22244
22245 \begin_layout Standard
22246
22247 \series bold
22248
22249 \backslash
22250 usepackage[tableposition=top]{caption}
22251 \begin_inset Newline newline
22252 \end_inset
22253
22254
22255 \backslash
22256 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22257 \begin_inset Newline newline
22258 \end_inset
22259
22260
22261 \begin_inset ERT
22262 status collapsed
22263
22264 \begin_layout Plain Layout
22265
22266
22267 \backslash
22268 hphantom{
22269 \backslash
22270
22271 \backslash
22272 captionsetup[figure]
22273 \backslash
22274 {}
22275 \end_layout
22276
22277 \end_inset
22278
22279  labelsep=period}
22280 \begin_inset Newline newline
22281 \end_inset
22282
22283
22284 \backslash
22285 captionsetup[table]{labelfont={bf,sf}}
22286 \end_layout
22287
22288 \begin_layout Standard
22289 \begin_inset Note Greyedout
22290 status open
22291
22292 \begin_layout Plain Layout
22293
22294 \series bold
22295 Bemerkung:
22296 \series default
22297  Die Option 
22298 \series bold
22299 tableposition=top
22300 \series default
22301  hat keine Auswirkung, wenn eine 
22302 \series bold
22303 koma-script
22304 \series default
22305
22306 \begin_inset Index
22307 status collapsed
22308
22309 \begin_layout Plain Layout
22310 LaTeX-Pakete ! koma-script
22311 \end_layout
22312
22313 \end_inset
22314
22315 -Dokumentklasse verwendet wird.
22316  Hier muss die Option 
22317 \series bold
22318 tablecaptionabove
22319 \series default
22320  benutzt werden.
22321 \end_layout
22322
22323 \end_inset
22324
22325
22326 \end_layout
22327
22328 \begin_layout Standard
22329 Weitere Informationen über das Paket
22330 \series bold
22331  caption
22332 \series default
22333  finden Sie in seiner Dokumentation 
22334 \begin_inset CommandInset citation
22335 LatexCommand cite
22336 key "caption"
22337
22338 \end_inset
22339
22340 .
22341 \end_layout
22342
22343 \begin_layout Standard
22344 Wenn Sie den Namen von 
22345 \begin_inset Quotes gld
22346 \end_inset
22347
22348 Abbildung
22349 \begin_inset Quotes grd
22350 \end_inset
22351
22352  auf 
22353 \begin_inset Quotes gld
22354 \end_inset
22355
22356 Bild
22357 \begin_inset Quotes grd
22358 \end_inset
22359
22360  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
22361 \end_layout
22362
22363 \begin_layout Standard
22364
22365 \series bold
22366
22367 \backslash
22368 renewcommand{
22369 \backslash
22370 fnum@figure}{Bild~
22371 \backslash
22372 thefigure}
22373 \end_layout
22374
22375 \begin_layout Standard
22376 wobei 
22377 \series bold
22378
22379 \backslash
22380 thefigure
22381 \series default
22382  die Bildnummer einsetzt und
22383 \series bold
22384  ~
22385 \series default
22386  ein geschütztes Leerzeichen ist.
22387 \end_layout
22388
22389 \begin_layout Standard
22390 \begin_inset VSpace bigskip
22391 \end_inset
22392
22393 Wenn Sie eine 
22394 \series bold
22395 koma-script
22396 \series default
22397
22398 \begin_inset Index
22399 status collapsed
22400
22401 \begin_layout Plain Layout
22402 LaTeX-Pakete ! koma-script
22403 \end_layout
22404
22405 \end_inset
22406
22407 -Dokumentklasse (
22408 \family sans
22409 article (koma-script)
22410 \family default
22411
22412 \family sans
22413 book (koma-script)
22414 \family default
22415
22416 \family sans
22417 letter (koma-script)
22418 \family default
22419  oder 
22420 \family sans
22421 report (koma-script)
22422 \family default
22423 ) benutzen, können Sie anstatt des 
22424 \series bold
22425 caption
22426 \series default
22427 -Paketes den eingebauten Befehl 
22428 \series bold
22429
22430 \backslash
22431 setkomafont
22432 \series default
22433  von 
22434 \series bold
22435 koma-script
22436 \series default
22437  benutzen.
22438  Der Befehl
22439 \end_layout
22440
22441 \begin_layout Standard
22442
22443 \series bold
22444
22445 \backslash
22446 setkomafont{captionlabel}{
22447 \backslash
22448 bfseries}
22449 \end_layout
22450
22451 \begin_layout Standard
22452 im LaTeX-Vorspann druckt den Namen fett.
22453 \end_layout
22454
22455 \begin_layout Standard
22456 Weitere Informationen über 
22457 \series bold
22458
22459 \backslash
22460 setkomafont
22461 \series default
22462  finden Sie in der 
22463 \series bold
22464 koma-script
22465 \series default
22466 -Do\SpecialChar \-
22467 ku\SpecialChar \-
22468 men\SpecialChar \-
22469 ta\SpecialChar \-
22470 tion 
22471 \begin_inset CommandInset citation
22472 LatexCommand cite
22473 key "koma-script"
22474
22475 \end_inset
22476
22477 .
22478 \end_layout
22479
22480 \begin_layout Standard
22481 \begin_inset ERT
22482 status collapsed
22483
22484 \begin_layout Plain Layout
22485
22486
22487 \backslash
22488 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22489 }
22490 \end_layout
22491
22492 \end_inset
22493
22494
22495 \begin_inset Note Note
22496 status open
22497
22498 \begin_layout Plain Layout
22499 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
22500 \end_layout
22501
22502 \end_inset
22503
22504
22505 \end_layout
22506
22507 \begin_layout Standard
22508 \begin_inset Float figure
22509 placement !p
22510 wide false
22511 sideways false
22512 status open
22513
22514 \begin_layout Plain Layout
22515 \align center
22516 \begin_inset Graphics
22517         filename ../clipart/mobius.eps
22518         lyxscale 50
22519         scale 50
22520         scaleBeforeRotation
22521
22522 \end_inset
22523
22524
22525 \end_layout
22526
22527 \begin_layout Plain Layout
22528 \begin_inset Caption
22529
22530 \begin_layout Plain Layout
22531 \begin_inset CommandInset label
22532 LatexCommand label
22533 name "abb:Langer-Abb-Titel"
22534
22535 \end_inset
22536
22537 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22538  ist, um das andere Beschriftungsformat zu zeigen.
22539  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
22540 \begin_inset OptArg
22541 status collapsed
22542
22543 \begin_layout Plain Layout
22544 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22545  ist.
22546 \end_layout
22547
22548 \end_inset
22549
22550
22551 \end_layout
22552
22553 \end_inset
22554
22555
22556 \end_layout
22557
22558 \end_inset
22559
22560
22561 \end_layout
22562
22563 \begin_layout Standard
22564 \begin_inset ERT
22565 status collapsed
22566
22567 \begin_layout Plain Layout
22568
22569
22570 \backslash
22571 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22572 on}
22573 \end_layout
22574
22575 \end_inset
22576
22577
22578 \end_layout
22579
22580 \begin_layout Standard
22581 \begin_inset Float table
22582 placement !p
22583 wide false
22584 sideways false
22585 status open
22586
22587 \begin_layout Plain Layout
22588 \begin_inset Caption
22589
22590 \begin_layout Plain Layout
22591 \begin_inset CommandInset label
22592 LatexCommand label
22593 name "tab:Langer-Tab-Titel"
22594
22595 \end_inset
22596
22597 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22598  ist, um das andere Beschriftungsformat zu zeigen.
22599  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
22600  benutzt.
22601 \begin_inset OptArg
22602 status collapsed
22603
22604 \begin_layout Plain Layout
22605 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22606  ist.
22607 \end_layout
22608
22609 \end_inset
22610
22611
22612 \end_layout
22613
22614 \end_inset
22615
22616
22617 \end_layout
22618
22619 \begin_layout Plain Layout
22620 \align center
22621 \begin_inset Tabular
22622 <lyxtabular version="3" rows="1" columns="5">
22623 <features>
22624 <column alignment="center" valignment="top" width="0">
22625 <column alignment="center" valignment="top" width="0">
22626 <column alignment="center" valignment="top" width="0">
22627 <column alignment="center" valignment="top" width="0">
22628 <column alignment="center" valignment="top" width="0">
22629 <row>
22630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22631 \begin_inset Text
22632
22633 \begin_layout Plain Layout
22634 a
22635 \end_layout
22636
22637 \end_inset
22638 </cell>
22639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22640 \begin_inset Text
22641
22642 \begin_layout Plain Layout
22643 b
22644 \end_layout
22645
22646 \end_inset
22647 </cell>
22648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22649 \begin_inset Text
22650
22651 \begin_layout Plain Layout
22652 c
22653 \end_layout
22654
22655 \end_inset
22656 </cell>
22657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22658 \begin_inset Text
22659
22660 \begin_layout Plain Layout
22661 d
22662 \end_layout
22663
22664 \end_inset
22665 </cell>
22666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22667 \begin_inset Text
22668
22669 \begin_layout Plain Layout
22670 e
22671 \end_layout
22672
22673 \end_inset
22674 </cell>
22675 </row>
22676 </lyxtabular>
22677
22678 \end_inset
22679
22680
22681 \end_layout
22682
22683 \end_inset
22684
22685
22686 \end_layout
22687
22688 \begin_layout Section
22689 Beschriftungs-Platzierung
22690 \begin_inset CommandInset label
22691 LatexCommand label
22692 name "abs:Titel-Platzierung"
22693
22694 \end_inset
22695
22696
22697 \begin_inset Index
22698 status collapsed
22699
22700 \begin_layout Plain Layout
22701 Gleitobjekte ! Beschriftung ! Platzierung
22702 \end_layout
22703
22704 \end_inset
22705
22706
22707 \end_layout
22708
22709 \begin_layout Standard
22710 Normalerweise werden die Beschriftungen wie folgt platziert:
22711 \end_layout
22712
22713 \begin_layout Description
22714 Abbildung: darunter
22715 \end_layout
22716
22717 \begin_layout Description
22718 Tabelle: darüber
22719 \end_layout
22720
22721 \begin_layout Standard
22722 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
22723  Das heißt wenn Sie eine der Dokument-Klassen 
22724 \family sans
22725 article
22726 \family default
22727
22728 \family sans
22729 book
22730 \family default
22731
22732 \family sans
22733 letter
22734 \family default
22735  oder 
22736 \family sans
22737 report
22738 \family default
22739  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
22740  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
22741 \series bold
22742 caption
22743 \series default
22744  im LaTeX-Vorspann folgendes schreiben:
22745 \begin_inset Foot
22746 status collapsed
22747
22748 \begin_layout Plain Layout
22749 In Abschnitt
22750 \begin_inset space ~
22751 \end_inset
22752
22753
22754 \begin_inset CommandInset ref
22755 LatexCommand ref
22756 reference "abs:Titel-Formatierung"
22757
22758 \end_inset
22759
22760  steht mehr über das Paket 
22761 \series bold
22762 caption
22763 \series default
22764 .
22765 \end_layout
22766
22767 \end_inset
22768
22769
22770 \end_layout
22771
22772 \begin_layout Standard
22773
22774 \series bold
22775 tableposition=top
22776 \end_layout
22777
22778 \begin_layout Standard
22779 Wenn Sie eine 
22780 \series bold
22781 koma-script
22782 \series default
22783
22784 \begin_inset Index
22785 status collapsed
22786
22787 \begin_layout Plain Layout
22788 LaTeX-Pakete ! koma-script
22789 \end_layout
22790
22791 \end_inset
22792
22793 -Dokumentklasse (
22794 \family sans
22795 article (koma-script)
22796 \family default
22797
22798 \family sans
22799 book (koma-script)
22800 \family default
22801
22802 \family sans
22803 letter (koma-script)
22804 \family default
22805  oder 
22806 \family sans
22807 report (koma-script)
22808 \family default
22809 ) benutzen, können Sie alternativ zum 
22810 \series bold
22811 caption
22812 \series default
22813 -Paket die Option 
22814 \series bold
22815 tablecaptionabove
22816 \series default
22817  benutzen.
22818 \end_layout
22819
22820 \begin_layout Standard
22821 \begin_inset VSpace bigskip
22822 \end_inset
22823
22824 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
22825  Das bewirkt das LaTeX-Paket 
22826 \series bold
22827 sidecap
22828 \series default
22829
22830 \begin_inset Index
22831 status collapsed
22832
22833 \begin_layout Plain Layout
22834 LaTeX-Pakete ! sidecap
22835 \end_layout
22836
22837 \end_inset
22838
22839 , das so in den LaTeX-Vorspann geladen wird:
22840 \end_layout
22841
22842 \begin_layout Standard
22843
22844 \series bold
22845
22846 \backslash
22847 usepackage[Option]{sidecap}
22848 \end_layout
22849
22850 \begin_layout Standard
22851 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
22852  Mit 
22853 \series bold
22854 innercaption
22855 \series default
22856  wird die Beschriftung innen gedruckt.
22857  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
22858  
22859 \series bold
22860 rightcaption
22861 \series default
22862  oder 
22863 \series bold
22864 leftcaption
22865 \series default
22866 .
22867 \end_layout
22868
22869 \begin_layout Standard
22870 \begin_inset ERT
22871 status collapsed
22872
22873 \begin_layout Plain Layout
22874
22875
22876 \backslash
22877 ifsidecap
22878 \end_layout
22879
22880 \end_inset
22881
22882
22883 \begin_inset Note Note
22884 status open
22885
22886 \begin_layout Plain Layout
22887 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
22888 \series bold
22889 sidecap
22890 \series default
22891  installiert ist.
22892 \end_layout
22893
22894 \end_inset
22895
22896
22897 \end_layout
22898
22899 \begin_layout Standard
22900 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
22901  in den LaTeX-Vorspann schreiben:
22902 \end_layout
22903
22904 \begin_layout Standard
22905
22906 \lyxline
22907
22908 \end_layout
22909
22910 \begin_layout Standard
22911
22912 \series bold
22913
22914 \backslash
22915 newcommand{
22916 \backslash
22917 TabBesBeg}{%
22918 \begin_inset Newline newline
22919 \end_inset
22920
22921
22922 \begin_inset ERT
22923 status collapsed
22924
22925 \begin_layout Plain Layout
22926
22927
22928 \backslash
22929 hphantom{ }
22930 \end_layout
22931
22932 \end_inset
22933
22934
22935 \backslash
22936 let
22937 \backslash
22938 MyTable
22939 \backslash
22940 table
22941 \begin_inset Newline newline
22942 \end_inset
22943
22944
22945 \begin_inset ERT
22946 status collapsed
22947
22948 \begin_layout Plain Layout
22949
22950
22951 \backslash
22952 hphantom{ }
22953 \end_layout
22954
22955 \end_inset
22956
22957
22958 \backslash
22959 let
22960 \backslash
22961 MyEndtable
22962 \backslash
22963 endtable
22964 \begin_inset Newline newline
22965 \end_inset
22966
22967
22968 \begin_inset ERT
22969 status collapsed
22970
22971 \begin_layout Plain Layout
22972
22973
22974 \backslash
22975 hphantom{ }
22976 \end_layout
22977
22978 \end_inset
22979
22980
22981 \backslash
22982 renewenvironment{table}{
22983 \backslash
22984 begin{SCtable}}{
22985 \backslash
22986 end{SCtable}}}
22987 \end_layout
22988
22989 \begin_layout Standard
22990
22991 \series bold
22992
22993 \backslash
22994 newcommand{
22995 \backslash
22996 TabBesEnd}{%
22997 \begin_inset Newline newline
22998 \end_inset
22999
23000
23001 \begin_inset ERT
23002 status collapsed
23003
23004 \begin_layout Plain Layout
23005
23006
23007 \backslash
23008 hphantom{ }
23009 \end_layout
23010
23011 \end_inset
23012
23013
23014 \backslash
23015 let
23016 \backslash
23017 table
23018 \backslash
23019 MyTable
23020 \begin_inset Newline newline
23021 \end_inset
23022
23023
23024 \begin_inset ERT
23025 status collapsed
23026
23027 \begin_layout Plain Layout
23028
23029
23030 \backslash
23031 hphantom{ }
23032 \end_layout
23033
23034 \end_inset
23035
23036
23037 \backslash
23038 let
23039 \backslash
23040 endtable
23041 \backslash
23042 MyEndtable
23043 \end_layout
23044
23045 \begin_layout Standard
23046
23047 \series bold
23048
23049 \backslash
23050 newcommand{
23051 \backslash
23052 FigBesBeg}{%
23053 \begin_inset Newline newline
23054 \end_inset
23055
23056
23057 \begin_inset ERT
23058 status collapsed
23059
23060 \begin_layout Plain Layout
23061
23062
23063 \backslash
23064 hphantom{ }
23065 \end_layout
23066
23067 \end_inset
23068
23069
23070 \backslash
23071 let
23072 \backslash
23073 MyFigure
23074 \backslash
23075 figure
23076 \begin_inset Newline newline
23077 \end_inset
23078
23079
23080 \begin_inset ERT
23081 status collapsed
23082
23083 \begin_layout Plain Layout
23084
23085
23086 \backslash
23087 hphantom{ }
23088 \end_layout
23089
23090 \end_inset
23091
23092
23093 \backslash
23094 let
23095 \backslash
23096 MyEndfigure
23097 \backslash
23098 endfigure
23099 \begin_inset Newline newline
23100 \end_inset
23101
23102
23103 \begin_inset ERT
23104 status collapsed
23105
23106 \begin_layout Plain Layout
23107
23108
23109 \backslash
23110 hphantom{ }
23111 \end_layout
23112
23113 \end_inset
23114
23115
23116 \backslash
23117 renewenvironment{figure}{
23118 \backslash
23119 begin{SCfigure}}{
23120 \backslash
23121 end{SCfigure}}}
23122 \end_layout
23123
23124 \begin_layout Standard
23125
23126 \series bold
23127
23128 \backslash
23129 newcommand{
23130 \backslash
23131 FigBesEnd}{%
23132 \begin_inset Newline newline
23133 \end_inset
23134
23135
23136 \begin_inset ERT
23137 status collapsed
23138
23139 \begin_layout Plain Layout
23140
23141
23142 \backslash
23143 hphantom{ }
23144 \end_layout
23145
23146 \end_inset
23147
23148
23149 \backslash
23150 let
23151 \backslash
23152 figure
23153 \backslash
23154 MyFigure
23155 \begin_inset Newline newline
23156 \end_inset
23157
23158
23159 \begin_inset ERT
23160 status collapsed
23161
23162 \begin_layout Plain Layout
23163
23164
23165 \backslash
23166 hphantom{ }
23167 \end_layout
23168
23169 \end_inset
23170
23171
23172 \backslash
23173 let
23174 \backslash
23175 endfigure
23176 \backslash
23177 MyEndfigure}
23178 \series default
23179
23180 \lyxline
23181
23182 \end_layout
23183
23184 \begin_layout Standard
23185 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23186 ungen seitlich gedruckt werden.
23187  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23188 \end_layout
23189
23190 \begin_layout Standard
23191
23192 \series bold
23193
23194 \backslash
23195 FigBesBeg
23196 \end_layout
23197
23198 \begin_layout Standard
23199 als TeX-Code vor und
23200 \end_layout
23201
23202 \begin_layout Standard
23203
23204 \series bold
23205
23206 \backslash
23207 FigBesEnd
23208 \end_layout
23209
23210 \begin_layout Standard
23211 hinter das Gleitobjekt.
23212  Bei Gleitobjekt-Tabellen heißen die Befehle
23213 \end_layout
23214
23215 \begin_layout Standard
23216
23217 \series bold
23218
23219 \backslash
23220 TabBesBeg
23221 \series default
23222  und 
23223 \series bold
23224
23225 \backslash
23226 TabBesEnd
23227 \series default
23228 .
23229 \end_layout
23230
23231 \begin_layout Standard
23232 Abbildung
23233 \begin_inset space ~
23234 \end_inset
23235
23236
23237 \begin_inset CommandInset ref
23238 LatexCommand ref
23239 reference "abb:Beschriftung-neben"
23240
23241 \end_inset
23242
23243  und Tabelle
23244 \begin_inset space ~
23245 \end_inset
23246
23247
23248 \begin_inset CommandInset ref
23249 LatexCommand ref
23250 reference "tab:cap-beside-tab"
23251
23252 \end_inset
23253
23254  sind Beispiele für seitliche Beschriftungen.
23255 \end_layout
23256
23257 \begin_layout Standard
23258 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23259  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23260  der Abbildung.
23261  Das kann man mit dem Befehl
23262 \end_layout
23263
23264 \begin_layout Standard
23265
23266 \series bold
23267
23268 \backslash
23269 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
23270 \end_layout
23271
23272 \begin_layout Standard
23273 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
23274  Der Gleitobjekt-Typ ist entweder 
23275 \family sans
23276 figure
23277 \family default
23278  oder 
23279 \family sans
23280 table
23281 \family default
23282 , die
23283 \family sans
23284  
23285 \family default
23286 Platzierung ist 
23287 \family typewriter
23288 t
23289 \family default
23290  für oben, 
23291 \family typewriter
23292 c
23293 \family default
23294  für zentriert oder 
23295 \family typewriter
23296 b
23297 \family default
23298  für unten.
23299  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
23300  lautet der Befehl
23301 \end_layout
23302
23303 \begin_layout Standard
23304
23305 \series bold
23306
23307 \backslash
23308 sidecaptionvpos{figure}{c}
23309 \end_layout
23310
23311 \begin_layout Standard
23312 Das wurde in Abbildung
23313 \begin_inset space ~
23314 \end_inset
23315
23316
23317 \begin_inset CommandInset ref
23318 LatexCommand ref
23319 reference "abb:cap-beside-fig-2"
23320
23321 \end_inset
23322
23323  benutzt.
23324 \end_layout
23325
23326 \begin_layout Standard
23327 \begin_inset VSpace medskip
23328 \end_inset
23329
23330 Weitere Informationen über das Paket
23331 \series bold
23332  sidecap
23333 \series default
23334  finden Sie in seiner Dokumentation 
23335 \begin_inset CommandInset citation
23336 LatexCommand cite
23337 key "sidecap"
23338
23339 \end_inset
23340
23341 .
23342 \end_layout
23343
23344 \begin_layout Standard
23345 \begin_inset Note Greyedout
23346 status open
23347
23348 \begin_layout Plain Layout
23349
23350 \series bold
23351 Bemerkung:
23352 \series default
23353  Das LaTeX-Paket 
23354 \series bold
23355 hypcap
23356 \series default
23357 ,
23358 \begin_inset Index
23359 status collapsed
23360
23361 \begin_layout Plain Layout
23362 LaTeX-Pakete ! hypcap
23363 \end_layout
23364
23365 \end_inset
23366
23367  das in Abschnitt
23368 \begin_inset space ~
23369 \end_inset
23370
23371
23372 \begin_inset CommandInset ref
23373 LatexCommand ref
23374 reference "uab:Querverweis-Position"
23375
23376 \end_inset
23377
23378  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
23379  Beschriftungen.
23380 \end_layout
23381
23382 \end_inset
23383
23384
23385 \end_layout
23386
23387 \begin_layout Standard
23388 \begin_inset ERT
23389 status collapsed
23390
23391 \begin_layout Plain Layout
23392
23393
23394 \backslash
23395 FigBesBeg 
23396 \end_layout
23397
23398 \end_inset
23399
23400
23401 \end_layout
23402
23403 \begin_layout Standard
23404 \begin_inset Float figure
23405 wide false
23406 sideways false
23407 status open
23408
23409 \begin_layout Plain Layout
23410 \begin_inset Graphics
23411         filename ../clipart/escher-lsd.eps
23412         scale 75
23413         scaleBeforeRotation
23414
23415 \end_inset
23416
23417
23418 \end_layout
23419
23420 \begin_layout Plain Layout
23421 \begin_inset Caption
23422
23423 \begin_layout Plain Layout
23424 \begin_inset CommandInset label
23425 LatexCommand label
23426 name "abb:Beschriftung-neben"
23427
23428 \end_inset
23429
23430 Dies ist eine Beschriftung neben einer Abbildung.
23431 \end_layout
23432
23433 \end_inset
23434
23435
23436 \end_layout
23437
23438 \end_inset
23439
23440
23441 \end_layout
23442
23443 \begin_layout Standard
23444 \begin_inset ERT
23445 status collapsed
23446
23447 \begin_layout Plain Layout
23448
23449
23450 \backslash
23451 TabBesBeg 
23452 \end_layout
23453
23454 \end_inset
23455
23456
23457 \end_layout
23458
23459 \begin_layout Standard
23460 \begin_inset Float table
23461 wide false
23462 sideways false
23463 status open
23464
23465 \begin_layout Plain Layout
23466 \begin_inset Caption
23467
23468 \begin_layout Plain Layout
23469 \begin_inset CommandInset label
23470 LatexCommand label
23471 name "tab:cap-beside-tab"
23472
23473 \end_inset
23474
23475 Dies ist eine Beschriftung neben einer Tabelle.
23476 \end_layout
23477
23478 \end_inset
23479
23480
23481 \end_layout
23482
23483 \begin_layout Plain Layout
23484 \begin_inset Tabular
23485 <lyxtabular version="3" rows="4" columns="5">
23486 <features>
23487 <column alignment="center" valignment="top" width="0">
23488 <column alignment="center" valignment="top" width="0">
23489 <column alignment="center" valignment="top" width="0">
23490 <column alignment="center" valignment="top" width="0">
23491 <column alignment="center" valignment="top" width="0">
23492 <row>
23493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23494 \begin_inset Text
23495
23496 \begin_layout Plain Layout
23497 a
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23503 \begin_inset Text
23504
23505 \begin_layout Plain Layout
23506
23507 \end_layout
23508
23509 \end_inset
23510 </cell>
23511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23512 \begin_inset Text
23513
23514 \begin_layout Plain Layout
23515 b
23516 \end_layout
23517
23518 \end_inset
23519 </cell>
23520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23521 \begin_inset Text
23522
23523 \begin_layout Plain Layout
23524
23525 \end_layout
23526
23527 \end_inset
23528 </cell>
23529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23530 \begin_inset Text
23531
23532 \begin_layout Plain Layout
23533 c
23534 \end_layout
23535
23536 \end_inset
23537 </cell>
23538 </row>
23539 <row>
23540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553 d
23554 \end_layout
23555
23556 \end_inset
23557 </cell>
23558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23559 \begin_inset Text
23560
23561 \begin_layout Plain Layout
23562
23563 \end_layout
23564
23565 \end_inset
23566 </cell>
23567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23568 \begin_inset Text
23569
23570 \begin_layout Plain Layout
23571 e
23572 \end_layout
23573
23574 \end_inset
23575 </cell>
23576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23577 \begin_inset Text
23578
23579 \begin_layout Plain Layout
23580
23581 \end_layout
23582
23583 \end_inset
23584 </cell>
23585 </row>
23586 <row>
23587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23588 \begin_inset Text
23589
23590 \begin_layout Plain Layout
23591 f
23592 \end_layout
23593
23594 \end_inset
23595 </cell>
23596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23597 \begin_inset Text
23598
23599 \begin_layout Plain Layout
23600
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23606 \begin_inset Text
23607
23608 \begin_layout Plain Layout
23609 g
23610 \end_layout
23611
23612 \end_inset
23613 </cell>
23614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618
23619 \end_layout
23620
23621 \end_inset
23622 </cell>
23623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23624 \begin_inset Text
23625
23626 \begin_layout Plain Layout
23627 h
23628 \end_layout
23629
23630 \end_inset
23631 </cell>
23632 </row>
23633 <row>
23634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23635 \begin_inset Text
23636
23637 \begin_layout Plain Layout
23638
23639 \end_layout
23640
23641 \end_inset
23642 </cell>
23643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23644 \begin_inset Text
23645
23646 \begin_layout Plain Layout
23647 i
23648 \end_layout
23649
23650 \end_inset
23651 </cell>
23652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23653 \begin_inset Text
23654
23655 \begin_layout Plain Layout
23656
23657 \end_layout
23658
23659 \end_inset
23660 </cell>
23661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23662 \begin_inset Text
23663
23664 \begin_layout Plain Layout
23665 j
23666 \end_layout
23667
23668 \end_inset
23669 </cell>
23670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23671 \begin_inset Text
23672
23673 \begin_layout Plain Layout
23674
23675 \end_layout
23676
23677 \end_inset
23678 </cell>
23679 </row>
23680 </lyxtabular>
23681
23682 \end_inset
23683
23684
23685 \end_layout
23686
23687 \end_inset
23688
23689
23690 \end_layout
23691
23692 \begin_layout Standard
23693 \begin_inset ERT
23694 status collapsed
23695
23696 \begin_layout Plain Layout
23697
23698
23699 \backslash
23700 TabBesEnd
23701 \end_layout
23702
23703 \end_inset
23704
23705
23706 \end_layout
23707
23708 \begin_layout Standard
23709 \begin_inset ERT
23710 status collapsed
23711
23712 \begin_layout Plain Layout
23713
23714
23715 \backslash
23716 sidecaptionvpos{figure}{c}
23717 \end_layout
23718
23719 \end_inset
23720
23721
23722 \begin_inset Float figure
23723 wide false
23724 sideways false
23725 status open
23726
23727 \begin_layout Plain Layout
23728 \begin_inset Graphics
23729         filename ../clipart/escher-lsd.eps
23730         scale 75
23731         scaleBeforeRotation
23732
23733 \end_inset
23734
23735
23736 \end_layout
23737
23738 \begin_layout Plain Layout
23739 \begin_inset Caption
23740
23741 \begin_layout Plain Layout
23742 \begin_inset CommandInset label
23743 LatexCommand label
23744 name "abb:cap-beside-fig-2"
23745
23746 \end_inset
23747
23748 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
23749 \end_layout
23750
23751 \end_inset
23752
23753
23754 \end_layout
23755
23756 \end_inset
23757
23758
23759 \end_layout
23760
23761 \begin_layout Standard
23762 \begin_inset ERT
23763 status collapsed
23764
23765 \begin_layout Plain Layout
23766
23767
23768 \backslash
23769 FigBesEnd
23770 \end_layout
23771
23772 \end_inset
23773
23774
23775 \end_layout
23776
23777 \begin_layout Standard
23778 \begin_inset ERT
23779 status collapsed
23780
23781 \begin_layout Plain Layout
23782
23783
23784 \backslash
23785 else
23786 \end_layout
23787
23788 \end_inset
23789
23790
23791 \begin_inset Note Note
23792 status open
23793
23794 \begin_layout Plain Layout
23795 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
23796 \series bold
23797 sidecap
23798 \series default
23799  nicht installiert ist:
23800 \end_layout
23801
23802 \end_inset
23803
23804
23805 \end_layout
23806
23807 \begin_layout Standard
23808 Das LaTeX-Paket 
23809 \series bold
23810 sidecap
23811 \series default
23812  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
23813 \end_layout
23814
23815 \begin_layout Standard
23816 \begin_inset ERT
23817 status collapsed
23818
23819 \begin_layout Plain Layout
23820
23821
23822 \backslash
23823 fi
23824 \end_layout
23825
23826 \end_inset
23827
23828
23829 \end_layout
23830
23831 \begin_layout Section
23832 Gleitobjekt-Verzeichnisse
23833 \begin_inset CommandInset label
23834 LatexCommand label
23835 name "abs:Gleitobjekt-Verzeichnisse"
23836
23837 \end_inset
23838
23839
23840 \begin_inset Index
23841 status collapsed
23842
23843 \begin_layout Plain Layout
23844 Gleitobjekte ! Verzeichnisse
23845 \end_layout
23846
23847 \end_inset
23848
23849
23850 \end_layout
23851
23852 \begin_layout Standard
23853 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
23854  Sie können mit den Untermenüs von 
23855 \family sans
23856 Einfügen\SpecialChar \menuseparator
23857 Liste
23858 \begin_inset space ~
23859 \end_inset
23860
23861 /
23862 \begin_inset space ~
23863 \end_inset
23864
23865 Inhaltsverzeichnis
23866 \family default
23867  eingefügt werden.
23868 \end_layout
23869
23870 \begin_layout Standard
23871 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
23872  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
23873 \end_layout
23874
23875 \begin_layout Standard
23876 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
23877  und ein Tabellen-Verzeichnis.
23878 \end_layout
23879
23880 \begin_layout Chapter
23881 Notizen
23882 \end_layout
23883
23884 \begin_layout Section
23885 LyX-Notizen
23886 \begin_inset CommandInset label
23887 LatexCommand label
23888 name "abs:LyX-Notizen"
23889
23890 \end_inset
23891
23892
23893 \begin_inset Index
23894 status collapsed
23895
23896 \begin_layout Plain Layout
23897 Notizen ! LyX-Notizen
23898 \end_layout
23899
23900 \end_inset
23901
23902
23903 \end_layout
23904
23905 \begin_layout Standard
23906 Notizen werden mit einem Klick auf 
23907 \begin_inset Graphics
23908         filename ../../images/note-insert.png
23909         scale 85
23910         scaleBeforeRotation
23911         BoundingBox 0bp 6bp 22bp 22bp
23912
23913 \end_inset
23914
23915  oder 
23916 \family sans
23917 Einfügen\SpecialChar \menuseparator
23918 Notiz
23919 \family default
23920  eingefügt.
23921  Es gibt drei Arten:
23922 \end_layout
23923
23924 \begin_layout Description
23925 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
23926  Eine 
23927 \family sans
23928 LyX-Notiz
23929 \family default
23930  sieht so aus:
23931 \begin_inset Newline newline
23932 \end_inset
23933
23934
23935 \begin_inset Newline newline
23936 \end_inset
23937
23938
23939 \begin_inset Graphics
23940         filename clipart/LyXNotizQt4.png
23941         display false
23942         scale 60
23943         scaleBeforeRotation
23944
23945 \end_inset
23946
23947  
23948 \begin_inset Note Note
23949 status open
23950
23951 \begin_layout Plain Layout
23952 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
23953 \end_layout
23954
23955 \end_inset
23956
23957
23958 \end_layout
23959
23960 \begin_layout Description
23961 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
23962  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
23963 \family sans
23964 Datei\SpecialChar \menuseparator
23965 Ex\SpecialChar \-
23966 por\SpecialChar \-
23967 tie\SpecialChar \-
23968 ren\SpecialChar \menuseparator
23969 LaTe
23970 \begin_inset ERT
23971 status collapsed
23972
23973 \begin_layout Plain Layout
23974
23975 {}
23976 \end_layout
23977
23978 \end_inset
23979
23980 X (pdflatex) / (normal)
23981 \family default
23982 .
23983  Ein Kommentar sieht so aus:
23984 \begin_inset Newline newline
23985 \end_inset
23986
23987
23988 \begin_inset Newline newline
23989 \end_inset
23990
23991
23992 \begin_inset Graphics
23993         filename clipart/KommentarQt4.png
23994         display false
23995         scale 60
23996         scaleBeforeRotation
23997
23998 \end_inset
23999
24000  
24001 \begin_inset Note Comment
24002 status open
24003
24004 \begin_layout Plain Layout
24005 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
24006 \end_layout
24007
24008 \end_inset
24009
24010
24011 \end_layout
24012
24013 \begin_layout Description
24014 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
24015 \begin_inset Newline newline
24016 \end_inset
24017
24018
24019 \begin_inset Newline newline
24020 \end_inset
24021
24022
24023 \begin_inset Graphics
24024         filename clipart/GrauschriftNotizQt4.png
24025         display false
24026         scale 60
24027         scaleBeforeRotation
24028
24029 \end_inset
24030
24031
24032 \begin_inset Newline newline
24033 \end_inset
24034
24035
24036 \begin_inset ERT
24037 status collapsed
24038
24039 \begin_layout Plain Layout
24040
24041
24042 \backslash
24043 renewenvironment{lyxgreyedout}
24044 \end_layout
24045
24046 \begin_layout Plain Layout
24047
24048 {
24049 \backslash
24050 textcolor[gray]{0.4}
24051 \backslash
24052 bgroup}{
24053 \backslash
24054 egroup}
24055 \end_layout
24056
24057 \end_inset
24058
24059
24060 \begin_inset Note Greyedout
24061 status open
24062
24063 \begin_layout Plain Layout
24064 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24065 \begin_inset Foot
24066 status open
24067
24068 \begin_layout Plain Layout
24069 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24070 \end_layout
24071
24072 \end_inset
24073
24074
24075 \end_layout
24076
24077 \end_inset
24078
24079
24080 \begin_inset ERT
24081 status collapsed
24082
24083 \begin_layout Plain Layout
24084
24085
24086 \backslash
24087 renewenvironment{lyxgreyedout}
24088 \end_layout
24089
24090 \begin_layout Plain Layout
24091
24092 {
24093 \backslash
24094 textcolor{blue}
24095 \backslash
24096 bgroup}{
24097 \backslash
24098 egroup}
24099 \end_layout
24100
24101 \end_inset
24102
24103
24104 \begin_inset Note Note
24105 status collapsed
24106
24107 \begin_layout Plain Layout
24108 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
24109  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
24110  
24111 \end_layout
24112
24113 \end_inset
24114
24115
24116 \begin_inset Newline newline
24117 \end_inset
24118
24119
24120 \begin_inset Newline newline
24121 \end_inset
24122
24123 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
24124  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
24125 \end_layout
24126
24127 \begin_layout Standard
24128 \begin_inset VSpace bigskip
24129 \end_inset
24130
24131 Wenn Sie auf den Werzeugleistenknopf 
24132 \begin_inset Graphics
24133         filename ../../images/note-insert.png
24134         scale 85
24135         scaleBeforeRotation
24136         BoundingBox 0bp 6bp 22bp 22bp
24137
24138 \end_inset
24139
24140  klicken, wird zunächst eine 
24141 \family sans
24142 LyX-Notiz
24143 \family default
24144  eingefügt.
24145  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24146  anderen Möglichkeiten auswählen.
24147  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24148  Sie ihn und klicken dann auf den Werzeugleistenknopf.
24149  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
24150  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
24151  am Ende der Notiz ist.
24152 \end_layout
24153
24154 \begin_layout Standard
24155 \begin_inset VSpace bigskip
24156 \end_inset
24157
24158 Die Textfarbe der 
24159 \family sans
24160 Grauschrift
24161 \family default
24162 -Notiz können Sie im LaTeX-Vorspann mit folgendem Befehl ändern:
24163 \end_layout
24164
24165 \begin_layout Standard
24166
24167 \series bold
24168
24169 \backslash
24170 renewenvironment{lyxgreyedout}
24171 \begin_inset Newline newline
24172 \end_inset
24173
24174
24175 \begin_inset ERT
24176 status collapsed
24177
24178 \begin_layout Plain Layout
24179
24180
24181 \backslash
24182 hphantom{ }
24183 \end_layout
24184
24185 \end_inset
24186
24187 {
24188 \backslash
24189 textcolor{color}
24190 \backslash
24191 bgroup}{
24192 \backslash
24193 egroup}
24194 \end_layout
24195
24196 \begin_layout Standard
24197 Die verfügbaren Farben und wie man eigene definiert, wurde bereits in Abschnitt
24198 \begin_inset space ~
24199 \end_inset
24200
24201
24202 \begin_inset CommandInset ref
24203 LatexCommand ref
24204 reference "abs:Farbige-Tabellen"
24205
24206 \end_inset
24207
24208  beschrieben.
24209  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24210 \end_layout
24211
24212 \begin_layout Section
24213 Fußnoten
24214 \begin_inset CommandInset label
24215 LatexCommand label
24216 name "abs:Fußnoten"
24217
24218 \end_inset
24219
24220
24221 \begin_inset Index
24222 status collapsed
24223
24224 \begin_layout Plain Layout
24225 Notizen ! Fußnoten
24226 \end_layout
24227
24228 \end_inset
24229
24230
24231 \begin_inset Index
24232 status collapsed
24233
24234 \begin_layout Plain Layout
24235 Fußnoten
24236 \end_layout
24237
24238 \end_inset
24239
24240
24241 \end_layout
24242
24243 \begin_layout Standard
24244 Zu dem, was bereits im 
24245 \emph on
24246 Benutzerhandbuch
24247 \emph default
24248  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24249  Eine Fußnotenbox sieht folgendermaßen aus: 
24250 \begin_inset Graphics
24251         filename clipart/FussnoteQt4.png
24252         scale 80
24253         scaleBeforeRotation
24254
24255 \end_inset
24256
24257
24258 \end_layout
24259
24260 \begin_layout Standard
24261 Hier ist eine Beispielfußnote:
24262 \color black
24263
24264 \begin_inset Foot
24265 status open
24266
24267 \begin_layout Plain Layout
24268 \begin_inset CommandInset label
24269 LatexCommand label
24270 name "fuss:Fußnoten-Beispiel"
24271
24272 \end_inset
24273
24274 Dies ist eine Fußnote.
24275 \end_layout
24276
24277 \end_inset
24278
24279
24280 \end_layout
24281
24282 \begin_layout Standard
24283 \begin_inset ERT
24284 status collapsed
24285
24286 \begin_layout Plain Layout
24287
24288
24289 \backslash
24290 newcounter{MyRepeatFoot}
24291 \end_layout
24292
24293 \begin_layout Plain Layout
24294
24295
24296 \backslash
24297 setcounter{MyRepeatFoot}{
24298 \backslash
24299 thefootnote}
24300 \end_layout
24301
24302 \end_inset
24303
24304
24305 \end_layout
24306
24307 \begin_layout Standard
24308 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
24309  wurde, eine hochgestellte Zahl.
24310  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
24311  hochgestellt dem Text vorangeht.
24312  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
24313  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
24314  werden.
24315 \end_layout
24316
24317 \begin_layout Standard
24318 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
24319  der Fußnote eine Marke eingefügt wurde.
24320  Dies ist ein Querverweis auf Fußnote
24321 \begin_inset space ~
24322 \end_inset
24323
24324
24325 \begin_inset CommandInset ref
24326 LatexCommand ref
24327 reference "fuss:Fußnoten-Beispiel"
24328
24329 \end_inset
24330
24331 .
24332 \end_layout
24333
24334 \begin_layout Standard
24335 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
24336  siehe Abschnitt
24337 \begin_inset space ~
24338 \end_inset
24339
24340
24341 \begin_inset CommandInset ref
24342 LatexCommand ref
24343 reference "abs:Minipage"
24344
24345 \end_inset
24346
24347 .
24348  Fußnoten in langen Tabellen wurden bereits in Abschnitt
24349 \begin_inset space ~
24350 \end_inset
24351
24352
24353 \begin_inset CommandInset ref
24354 LatexCommand ref
24355 reference "uab:Fußnoten-in-langen"
24356
24357 \end_inset
24358
24359  beschrieben.
24360 \end_layout
24361
24362 \begin_layout Standard
24363 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
24364  TeX-Code-Befehl 
24365 \series bold
24366
24367 \backslash
24368 footnotemark[Nummer]
24369 \series default
24370  benutzen.
24371  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
24372  mal gedruckt wird.
24373 \end_layout
24374
24375 \begin_layout Standard
24376 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
24377  sie speichern, nachdem Sie die Fußnote eingefügt haben.
24378  Hinter Fußnote
24379 \begin_inset space ~
24380 \end_inset
24381
24382
24383 \begin_inset CommandInset ref
24384 LatexCommand ref
24385 reference "fuss:Fußnoten-Beispiel"
24386
24387 \end_inset
24388
24389  wurde das mit folgenden TeX-Code-Befehlen gemacht:
24390 \end_layout
24391
24392 \begin_layout Standard
24393
24394 \series bold
24395
24396 \backslash
24397 newcounter{MyRepeatFoot}
24398 \begin_inset Newline newline
24399 \end_inset
24400
24401
24402 \backslash
24403 setcounter{MyRepeatFoot}{
24404 \backslash
24405 thefootnote}
24406 \end_layout
24407
24408 \begin_layout Standard
24409 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
24410 \end_layout
24411
24412 \begin_layout Standard
24413
24414 \series bold
24415
24416 \backslash
24417 footnotemark[
24418 \backslash
24419 theMyRepeatFoot]
24420 \end_layout
24421
24422 \begin_layout Standard
24423 Hier ist ein Beispiel für eine Fußnotenmarke:
24424 \family roman
24425 \series medium
24426 \bar no
24427
24428 \begin_inset ERT
24429 status collapsed
24430
24431 \begin_layout Plain Layout
24432
24433
24434 \backslash
24435 footnotemark[
24436 \backslash
24437 theMyRepeatFoot]
24438 \end_layout
24439
24440 \end_inset
24441
24442
24443 \end_layout
24444
24445 \begin_layout Subsection
24446 Fußnoten-Nummerierung
24447 \begin_inset CommandInset label
24448 LatexCommand label
24449 name "uab:Fußnoten-Nummerierung"
24450
24451 \end_inset
24452
24453
24454 \begin_inset Index
24455 status collapsed
24456
24457 \begin_layout Plain Layout
24458 Fußnoten ! Nummerierung
24459 \end_layout
24460
24461 \end_inset
24462
24463
24464 \end_layout
24465
24466 \begin_layout Standard
24467 Um Fußnoten nach jedem Abschnitt
24468 \family roman
24469  auf 1 zurückzusetzen, 
24470 \family default
24471 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24472 \end_layout
24473
24474 \begin_layout Standard
24475
24476 \series bold
24477
24478 \backslash
24479 @addtoreset{footnote}{section}
24480 \end_layout
24481
24482 \begin_layout Standard
24483 \begin_inset VSpace bigskip
24484 \end_inset
24485
24486 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
24487  Zahlen:
24488 \end_layout
24489
24490 \begin_layout Standard
24491
24492 \series bold
24493
24494 \backslash
24495 renewcommand{
24496 \backslash
24497 thefootnote}{
24498 \backslash
24499 roman{footnote}}
24500 \end_layout
24501
24502 \begin_layout Standard
24503 \begin_inset ERT
24504 status collapsed
24505
24506 \begin_layout Plain Layout
24507
24508
24509 \backslash
24510 renewcommand{
24511 \backslash
24512 thefootnote}{
24513 \backslash
24514 roman{footnote}}
24515 \end_layout
24516
24517 \end_inset
24518
24519  Hier ist ein Beispiel für solch eine Fußnote:
24520 \begin_inset Foot
24521 status open
24522
24523 \begin_layout Plain Layout
24524 Dies ist eine Fußnote mit kleinen römischen Zahlen
24525 \end_layout
24526
24527 \end_inset
24528
24529
24530 \end_layout
24531
24532 \begin_layout Standard
24533 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
24534  in obigem Befehl 
24535 \series bold
24536
24537 \backslash
24538 roman
24539 \series default
24540  durch 
24541 \series bold
24542
24543 \backslash
24544 Roman
24545 \series default
24546 .
24547  Um Fußnoten mit großen oder kleinen Buchstaben zu 
24548 \begin_inset Quotes gld
24549 \end_inset
24550
24551 nummerieren
24552 \begin_inset Quotes grd
24553 \end_inset
24554
24555 , verwenden Sie die Befehle 
24556 \series bold
24557
24558 \backslash
24559 Alph
24560 \series default
24561  oder 
24562 \series bold
24563
24564 \backslash
24565 alph
24566 \series default
24567 .
24568  Für die 
24569 \begin_inset Quotes gld
24570 \end_inset
24571
24572 Nummerierung
24573 \begin_inset Quotes grd
24574 \end_inset
24575
24576  mit Symbolen steht der Befehl 
24577 \series bold
24578
24579 \backslash
24580 fnsymbol
24581 \series default
24582  zur Verfügung.
24583 \end_layout
24584
24585 \begin_layout Standard
24586 \begin_inset Note Greyedout
24587 status open
24588
24589 \begin_layout Plain Layout
24590
24591 \series bold
24592 Bemerkung 1:
24593 \series default
24594  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
24595  
24596 \emph on
24597 ein
24598 \emph default
24599  Buchstabe verwendet wird.
24600 \end_layout
24601
24602 \end_inset
24603
24604
24605 \begin_inset Newline newline
24606 \end_inset
24607
24608
24609 \begin_inset Note Greyedout
24610 status open
24611
24612 \begin_layout Plain Layout
24613
24614 \series bold
24615 Bemerkung 2:
24616 \series default
24617  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
24618 \end_layout
24619
24620 \end_inset
24621
24622
24623 \end_layout
24624
24625 \begin_layout Standard
24626 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
24627 \series bold
24628
24629 \backslash
24630 arabic
24631 \series default
24632  anstelle von 
24633 \series bold
24634
24635 \backslash
24636 roman
24637 \series default
24638  in obigem Befehl.
24639 \begin_inset ERT
24640 status collapsed
24641
24642 \begin_layout Plain Layout
24643
24644
24645 \backslash
24646 renewcommand{
24647 \backslash
24648 thefootnote}{
24649 \backslash
24650 arabic{footnote}}
24651 \end_layout
24652
24653 \end_inset
24654
24655
24656 \end_layout
24657
24658 \begin_layout Standard
24659 \begin_inset VSpace bigskip
24660 \end_inset
24661
24662
24663 \end_layout
24664
24665 \begin_layout Standard
24666 Wenn Sie wollen, dass Fußnoten nach dem Schema 
24667 \begin_inset Quotes gld
24668 \end_inset
24669
24670 Kapitel.Fußnote
24671 \begin_inset Quotes grd
24672 \end_inset
24673
24674  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24675 \end_layout
24676
24677 \begin_layout Standard
24678
24679 \series bold
24680
24681 \backslash
24682 numberwithin{footnote}{chapter}
24683 \end_layout
24684
24685 \begin_layout Standard
24686 Um 
24687 \series bold
24688
24689 \backslash
24690 numberwithin
24691 \series default
24692  benutzen zu können, muss in den 
24693 \family sans
24694 Mathe
24695 \begin_inset space ~
24696 \end_inset
24697
24698 Optionen
24699 \family default
24700  der 
24701 \family sans
24702 Dokument-Einstellungen
24703 \family default
24704  
24705 \family sans
24706 AMS
24707 \begin_inset space ~
24708 \end_inset
24709
24710 Mathe
24711 \begin_inset space ~
24712 \end_inset
24713
24714 Paket
24715 \family default
24716
24717 \begin_inset space ~
24718 \end_inset
24719
24720
24721 \family sans
24722 verwenden
24723 \family default
24724  angekreuzt sein.
24725 \begin_inset ERT
24726 status collapsed
24727
24728 \begin_layout Plain Layout
24729
24730
24731 \backslash
24732 numberwithin{footnote}{chapter}
24733 \end_layout
24734
24735 \end_inset
24736
24737  Hier ist ein Beispiel für solch eine Fußnote.
24738 \series bold
24739
24740 \begin_inset Foot
24741 status open
24742
24743 \begin_layout Plain Layout
24744 Dies ist eine Fußnote nach dem Schema 
24745 \begin_inset Quotes gld
24746 \end_inset
24747
24748 Kapitel.Fußnote
24749 \begin_inset Quotes grd
24750 \end_inset
24751
24752 .
24753 \end_layout
24754
24755 \end_inset
24756
24757
24758 \series default
24759
24760 \begin_inset ERT
24761 status collapsed
24762
24763 \begin_layout Plain Layout
24764
24765
24766 \backslash
24767 renewcommand{
24768 \backslash
24769 thefootnote}{
24770 \backslash
24771 arabic{footnote}}
24772 \end_layout
24773
24774 \end_inset
24775
24776
24777 \end_layout
24778
24779 \begin_layout Standard
24780 \begin_inset Note Greyedout
24781 status open
24782
24783 \begin_layout Plain Layout
24784
24785 \series bold
24786 Bemerkung:
24787 \series default
24788  
24789 \series bold
24790
24791 \backslash
24792 numberwithin
24793 \series default
24794  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
24795  werden überschrieben.
24796 \end_layout
24797
24798 \end_inset
24799
24800
24801 \end_layout
24802
24803 \begin_layout Standard
24804 Um also z.
24805 \begin_inset space \thinspace{}
24806 \end_inset
24807
24808 B.
24809  das Schema 
24810 \begin_inset Quotes gld
24811 \end_inset
24812
24813 Kapitel.
24814 \backslash
24815 Roman{footnote}
24816 \begin_inset Quotes grd
24817 \end_inset
24818
24819  zu erhalten, muss dieser Befehl anstelle von 
24820 \series bold
24821
24822 \backslash
24823 numberwithin
24824 \series default
24825  verwendet werden:
24826 \end_layout
24827
24828 \begin_layout Standard
24829
24830 \series bold
24831
24832 \backslash
24833 renewcommand{
24834 \backslash
24835 thefootnote}{
24836 \backslash
24837 thechapter.
24838 \backslash
24839 Roman{footnote}}
24840 \end_layout
24841
24842 \begin_layout Subsection
24843 Fußnoten-Platzierung
24844 \begin_inset Index
24845 status collapsed
24846
24847 \begin_layout Plain Layout
24848 Fußnoten ! Platzierung
24849 \end_layout
24850
24851 \end_inset
24852
24853
24854 \end_layout
24855
24856 \begin_layout Standard
24857 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
24858  ohne Zwischenraum am Ende der Seite gedruckt.
24859  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
24860  LaTeX-Vorspann 1.5
24861 \begin_inset space \thinspace{}
24862 \end_inset
24863
24864 mm Zwischenraum einfügen:
24865 \end_layout
24866
24867 \begin_layout Standard
24868
24869 \series bold
24870
24871 \backslash
24872 let
24873 \backslash
24874 myFoot
24875 \backslash
24876 footnote
24877 \begin_inset Newline newline
24878 \end_inset
24879
24880
24881 \backslash
24882 renewcommand{
24883 \backslash
24884 footnote}[1]{
24885 \backslash
24886 myFoot{#1
24887 \backslash
24888 vspace{1.5mm}}}
24889 \end_layout
24890
24891 \begin_layout Standard
24892 \begin_inset VSpace bigskip
24893 \end_inset
24894
24895 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
24896  Spalte gedruckt, Abbildung
24897 \begin_inset space ~
24898 \end_inset
24899
24900
24901 \begin_inset CommandInset ref
24902 LatexCommand ref
24903 reference "abb:Standard-Fußnoten-Platzierung-in"
24904
24905 \end_inset
24906
24907 .
24908  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
24909  in Abbildung
24910 \begin_inset space ~
24911 \end_inset
24912
24913
24914 \begin_inset CommandInset ref
24915 LatexCommand ref
24916 reference "abb:Fußnoten-Platzierung-in-einem"
24917
24918 \end_inset
24919
24920 , müssen Sie das LaTeX-Paket 
24921 \series bold
24922 ftnright
24923 \series default
24924
24925 \begin_inset Index
24926 status collapsed
24927
24928 \begin_layout Plain Layout
24929 LaTeX-Pakete ! ftnright
24930 \end_layout
24931
24932 \end_inset
24933
24934  mit folgendem Befehl im LaTeX-Vorspann einfügen:
24935 \end_layout
24936
24937 \begin_layout Standard
24938
24939 \series bold
24940
24941 \backslash
24942 usepackage{ftnright}
24943 \end_layout
24944
24945 \begin_layout Standard
24946 \begin_inset Float figure
24947 placement !h
24948 wide false
24949 sideways false
24950 status open
24951
24952 \begin_layout Plain Layout
24953 \begin_inset ERT
24954 status collapsed
24955
24956 \begin_layout Plain Layout
24957
24958
24959 \backslash
24960 framebox{
24961 \end_layout
24962
24963 \end_inset
24964
24965
24966 \begin_inset Graphics
24967         filename ../clipart/without_fntright.pdf
24968         width 100col%
24969         scaleBeforeRotation
24970
24971 \end_inset
24972
24973
24974 \begin_inset ERT
24975 status collapsed
24976
24977 \begin_layout Plain Layout
24978
24979 }
24980 \end_layout
24981
24982 \end_inset
24983
24984
24985 \end_layout
24986
24987 \begin_layout Plain Layout
24988 \begin_inset Caption
24989
24990 \begin_layout Plain Layout
24991 \begin_inset CommandInset label
24992 LatexCommand label
24993 name "abb:Standard-Fußnoten-Platzierung-in"
24994
24995 \end_inset
24996
24997 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
24998 \begin_inset OptArg
24999 status open
25000
25001 \begin_layout Plain Layout
25002 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25003 \end_layout
25004
25005 \end_inset
25006
25007
25008 \end_layout
25009
25010 \end_inset
25011
25012
25013 \end_layout
25014
25015 \end_inset
25016
25017
25018 \end_layout
25019
25020 \begin_layout Standard
25021 \begin_inset Float figure
25022 placement !h
25023 wide false
25024 sideways false
25025 status open
25026
25027 \begin_layout Plain Layout
25028 \begin_inset ERT
25029 status collapsed
25030
25031 \begin_layout Plain Layout
25032
25033
25034 \backslash
25035 framebox{
25036 \end_layout
25037
25038 \end_inset
25039
25040
25041 \begin_inset Graphics
25042         filename ../clipart/with_fntright.pdf
25043         width 100col%
25044         scaleBeforeRotation
25045
25046 \end_inset
25047
25048
25049 \begin_inset ERT
25050 status collapsed
25051
25052 \begin_layout Plain Layout
25053
25054 }
25055 \end_layout
25056
25057 \end_inset
25058
25059
25060 \end_layout
25061
25062 \begin_layout Plain Layout
25063 \begin_inset Caption
25064
25065 \begin_layout Plain Layout
25066 \begin_inset CommandInset label
25067 LatexCommand label
25068 name "abb:Fußnoten-Platzierung-in-einem"
25069
25070 \end_inset
25071
25072 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
25073  
25074 \series bold
25075 ftnright
25076 \series default
25077 .
25078 \begin_inset OptArg
25079 status collapsed
25080
25081 \begin_layout Plain Layout
25082 Fußnoten-Platzierung mit 
25083 \family typewriter
25084 ftnright
25085 \end_layout
25086
25087 \end_inset
25088
25089
25090 \end_layout
25091
25092 \end_inset
25093
25094
25095 \end_layout
25096
25097 \end_inset
25098
25099
25100 \end_layout
25101
25102 \begin_layout Standard
25103 \begin_inset VSpace bigskip
25104 \end_inset
25105
25106 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
25107  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
25108 \begin_inset space ~
25109 \end_inset
25110
25111
25112 \begin_inset CommandInset ref
25113 LatexCommand ref
25114 reference "abb:endnotes----Die"
25115
25116 \end_inset
25117
25118  gedruckt.
25119  Man nennt sie dann 
25120 \emph on
25121 Endnoten
25122 \emph default
25123 .
25124 \begin_inset Index
25125 status collapsed
25126
25127 \begin_layout Plain Layout
25128 Endnoten
25129 \end_layout
25130
25131 \end_inset
25132
25133  Um das zu erreichen, müssen Sie das LaTeX-Paket 
25134 \series bold
25135 endnotes
25136 \series default
25137
25138 \begin_inset Index
25139 status collapsed
25140
25141 \begin_layout Plain Layout
25142 LaTeX-Pakete ! endnotes
25143 \end_layout
25144
25145 \end_inset
25146
25147  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
25148 \end_layout
25149
25150 \begin_layout Standard
25151
25152 \series bold
25153
25154 \backslash
25155 usepackage{endnotes}
25156 \begin_inset Newline newline
25157 \end_inset
25158
25159
25160 \backslash
25161 let
25162 \backslash
25163 footnote
25164 \backslash
25165 endnote
25166 \end_layout
25167
25168 \begin_layout Standard
25169 Um die gesammelten Fußnoten zu drucken, fügen Sie den TeX-Code
25170 \series bold
25171  
25172 \backslash
25173 theendnotes
25174 \series default
25175  am Ende des Abschnitts oder Kapitels ein.
25176 \end_layout
25177
25178 \begin_layout Standard
25179 \begin_inset Float figure
25180 wide false
25181 sideways false
25182 status open
25183
25184 \begin_layout Plain Layout
25185 \align center
25186 \begin_inset ERT
25187 status collapsed
25188
25189 \begin_layout Plain Layout
25190
25191
25192 \backslash
25193 framebox{
25194 \end_layout
25195
25196 \end_inset
25197
25198
25199 \begin_inset Graphics
25200         filename ../clipart/endnotes.pdf
25201         scaleBeforeRotation
25202
25203 \end_inset
25204
25205
25206 \begin_inset ERT
25207 status collapsed
25208
25209 \begin_layout Plain Layout
25210
25211 }
25212 \end_layout
25213
25214 \end_inset
25215
25216
25217 \end_layout
25218
25219 \begin_layout Plain Layout
25220 \begin_inset Caption
25221
25222 \begin_layout Plain Layout
25223 \begin_inset CommandInset label
25224 LatexCommand label
25225 name "abb:endnotes----Die"
25226
25227 \end_inset
25228
25229
25230 \series bold
25231 endnotes
25232 \series default
25233  -- Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25234  gedruckt.
25235 \begin_inset OptArg
25236 status collapsed
25237
25238 \begin_layout Plain Layout
25239 \begin_inset CommandInset label
25240 LatexCommand label
25241 name "abb:endnotes----Die"
25242
25243 \end_inset
25244
25245
25246 \series bold
25247 endnotes
25248 \series default
25249  -- Die Fußnoten werden am Ende gedruckt
25250 \end_layout
25251
25252 \end_inset
25253
25254
25255 \end_layout
25256
25257 \end_inset
25258
25259
25260 \end_layout
25261
25262 \end_inset
25263
25264
25265 \end_layout
25266
25267 \begin_layout Standard
25268 \begin_inset VSpace medskip
25269 \end_inset
25270
25271 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25272 ache übersetzt.
25273  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25274 \begin_inset Quotes gld
25275 \end_inset
25276
25277 Notes 
25278 \begin_inset Quotes grd
25279 \end_inset
25280
25281 in 
25282 \begin_inset Quotes gld
25283 \end_inset
25284
25285 Anmerkungen
25286 \begin_inset Quotes grd
25287 \end_inset
25288
25289 :
25290 \end_layout
25291
25292 \begin_layout Standard
25293
25294 \series bold
25295
25296 \backslash
25297 renewcommand{
25298 \backslash
25299 notesname}{Anmerkungen}
25300 \end_layout
25301
25302 \begin_layout Standard
25303 \begin_inset VSpace medskip
25304 \end_inset
25305
25306 Wenn Sie in den Befehlen von Abschnitt
25307 \begin_inset space ~
25308 \end_inset
25309
25310
25311 \begin_inset CommandInset ref
25312 LatexCommand ref
25313 reference "uab:Fußnoten-Nummerierung"
25314
25315 \end_inset
25316
25317  
25318 \series bold
25319
25320 \backslash
25321 thefootnote
25322 \series default
25323  durch 
25324 \series bold
25325
25326 \backslash
25327 theendnote
25328 \series default
25329  ersetzen, können Sie die Nummerierung von Endnoten ändern.
25330  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
25331 \series bold
25332
25333 \backslash
25334 @addtoreset
25335 \series default
25336  wie in Abschnitt
25337 \begin_inset space \space{}
25338 \end_inset
25339
25340
25341 \begin_inset CommandInset ref
25342 LatexCommand ref
25343 reference "uab:Fußnoten-Nummerierung"
25344
25345 \end_inset
25346
25347  beschrieben und ersetzen 
25348 \series bold
25349 footnote
25350 \series default
25351  durch 
25352 \series bold
25353 endnote
25354 \series default
25355 .
25356 \end_layout
25357
25358 \begin_layout Standard
25359 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
25360  
25361 \series bold
25362
25363 \backslash
25364 endnotemark[Nummer]
25365 \series default
25366  ähnlich wie 
25367 \series bold
25368
25369 \backslash
25370 footnotemark
25371 \series default
25372  Abschnitt
25373 \begin_inset space ~
25374 \end_inset
25375
25376
25377 \begin_inset CommandInset ref
25378 LatexCommand ref
25379 reference "abs:Fußnoten"
25380
25381 \end_inset
25382
25383 .
25384 \end_layout
25385
25386 \begin_layout Standard
25387 \begin_inset VSpace bigskip
25388 \end_inset
25389
25390 Mit dem LaTeX-Paket 
25391 \series bold
25392 footmisc
25393 \series default
25394
25395 \begin_inset Index
25396 status collapsed
25397
25398 \begin_layout Plain Layout
25399 LaTeX-Pakete ! footmisc
25400 \end_layout
25401
25402 \end_inset
25403
25404  (
25405 \begin_inset CommandInset citation
25406 LatexCommand cite
25407 key "footmisc"
25408
25409 \end_inset
25410
25411 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
25412 \end_layout
25413
25414 \begin_layout Standard
25415 In LaTeX-Büchern, 
25416 \begin_inset CommandInset citation
25417 LatexCommand cite
25418 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
25419
25420 \end_inset
25421
25422 , finden Sie weiteres zu Fußnoten.
25423 \end_layout
25424
25425 \begin_layout Section
25426 Randnotizen
25427 \begin_inset Index
25428 status collapsed
25429
25430 \begin_layout Plain Layout
25431 Randnotizen
25432 \end_layout
25433
25434 \end_inset
25435
25436
25437 \begin_inset Index
25438 status collapsed
25439
25440 \begin_layout Plain Layout
25441 Notizen ! Randnotizen
25442 \end_layout
25443
25444 \end_inset
25445
25446
25447 \end_layout
25448
25449 \begin_layout Standard
25450 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
25451  Sie fügen sie mit einem Klick auf den Schalter 
25452 \begin_inset Graphics
25453         filename ../../images/marginalnote-insert.png
25454         scale 70
25455         scaleBeforeRotation
25456
25457 \end_inset
25458
25459  oder über 
25460 \family sans
25461 Einfügen\SpecialChar \menuseparator
25462 Randnotiz
25463 \family default
25464  ein.
25465  Ein graues Kästchen mit der Aufschrift 
25466 \begin_inset Quotes gld
25467 \end_inset
25468
25469 Rand
25470 \begin_inset Quotes grd
25471 \end_inset
25472
25473  erscheint
25474 \family roman
25475 \series medium
25476 , und dort, wo der Cursor steht, können Sie Text eingeben.
25477 \end_layout
25478
25479 \begin_layout Standard
25480 Hier am Rand sehen Sie eine Randnotiz.
25481  
25482 \begin_inset Marginal
25483 status open
25484
25485 \begin_layout Plain Layout
25486 Dies ist eine Randnotiz.
25487 \end_layout
25488
25489 \end_inset
25490
25491
25492 \end_layout
25493
25494 \begin_layout Standard
25495 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
25496  am rechten Rand gesetzt, bei doppelseitigen außen -- links auf den geraden
25497  Seiten und rechts auf den ungeraden.
25498  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
25499  wird und umgekehrt.
25500  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
25501  wurde.
25502 \end_layout
25503
25504 \begin_layout Standard
25505 \begin_inset VSpace bigskip
25506 \end_inset
25507
25508 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
25509 \end_layout
25510
25511 \begin_layout Standard
25512
25513 \series bold
25514
25515 \backslash
25516 reversemarginpar
25517 \end_layout
25518
25519 \begin_layout Standard
25520 als TeX-Code vor einer Randnotiz ein.
25521  Das gilt dann für alle folgenden Randnotizen.
25522  
25523 \begin_inset ERT
25524 status collapsed
25525
25526 \begin_layout Plain Layout
25527
25528
25529 \backslash
25530 reversemarginpar 
25531 \end_layout
25532
25533 \end_inset
25534
25535
25536 \begin_inset Marginal
25537 status open
25538
25539 \begin_layout Plain Layout
25540 Hier ist ein Beispiel im inneren Rand.
25541 \end_layout
25542
25543 \end_inset
25544
25545
25546 \begin_inset Newline newline
25547 \end_inset
25548
25549
25550 \begin_inset Note Greyedout
25551 status open
25552
25553 \begin_layout Plain Layout
25554  
25555 \series bold
25556 Achtung:
25557 \series default
25558  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
25559 \end_layout
25560
25561 \end_inset
25562
25563
25564 \end_layout
25565
25566 \begin_layout Standard
25567 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
25568 \end_layout
25569
25570 \begin_layout Standard
25571
25572 \series bold
25573
25574 \backslash
25575 normalmarginpar
25576 \end_layout
25577
25578 \begin_layout Standard
25579 als TeX-Code ein.
25580 \begin_inset ERT
25581 status collapsed
25582
25583 \begin_layout Plain Layout
25584
25585
25586 \backslash
25587 normalmarginpar 
25588 \end_layout
25589
25590 \end_inset
25591
25592
25593 \end_layout
25594
25595 \begin_layout Standard
25596 \begin_inset Note Greyedout
25597 status open
25598
25599 \begin_layout Plain Layout
25600
25601 \series bold
25602 Achtung:
25603 \series default
25604  Der Befehl wird missachtet, wenn er im selben Absatz wie 
25605 \series bold
25606
25607 \backslash
25608 reversemarginpar
25609 \series default
25610  verwendet wird.
25611 \end_layout
25612
25613 \end_inset
25614
25615
25616 \end_layout
25617
25618 \begin_layout Standard
25619 \begin_inset VSpace bigskip
25620 \end_inset
25621
25622
25623 \begin_inset Marginal
25624 status open
25625
25626 \begin_layout Plain Layout
25627
25628 \family roman
25629 \series medium
25630 EinSehrLangesWort am Anfang, das umgebrochen wird.
25631 \end_layout
25632
25633 \end_inset
25634
25635  Ähnlich wie in Abschnitt
25636 \begin_inset space ~
25637 \end_inset
25638
25639
25640 \begin_inset CommandInset ref
25641 LatexCommand ref
25642 reference "uab:Mehrfache-Zeilen-in"
25643
25644 \end_inset
25645
25646  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
25647  Wort der Randnotiz sind.
25648  Um das zu vermeiden, fügen sie 0
25649 \begin_inset space \thinspace{}
25650 \end_inset
25651
25652 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
25653 \begin_inset Marginal
25654 status open
25655
25656 \begin_layout Plain Layout
25657 \begin_inset space \hspace{}
25658 \length 0pt
25659 \end_inset
25660
25661
25662 \family roman
25663 \series medium
25664 EinSehrLangesWort am Anfang, das umgebrochen wird.
25665 \end_layout
25666
25667 \end_inset
25668
25669
25670 \end_layout
25671
25672 \begin_layout Standard
25673 \begin_inset VSpace bigskip
25674 \end_inset
25675
25676
25677 \end_layout
25678
25679 \begin_layout Standard
25680 \begin_inset Note Greyedout
25681 status open
25682
25683 \begin_layout Plain Layout
25684
25685 \series bold
25686 Bemerkung:
25687 \series default
25688  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
25689  verwendet werden.
25690 \end_layout
25691
25692 \end_inset
25693
25694
25695 \end_layout
25696
25697 \begin_layout Standard
25698 \begin_inset VSpace bigskip
25699 \end_inset
25700
25701
25702 \end_layout
25703
25704 \begin_layout Standard
25705 \begin_inset ERT
25706 status collapsed
25707
25708 \begin_layout Plain Layout
25709
25710
25711 \backslash
25712 ifmarginnote
25713 \end_layout
25714
25715 \end_inset
25716
25717
25718 \begin_inset Note Note
25719 status open
25720
25721 \begin_layout Plain Layout
25722 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
25723 \series bold
25724 marginnote
25725 \series default
25726  installiert ist.
25727 \end_layout
25728
25729 \end_inset
25730
25731
25732 \end_layout
25733
25734 \begin_layout Standard
25735 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
25736 \series bold
25737 marginnote
25738 \series default
25739
25740 \begin_inset Index
25741 status collapsed
25742
25743 \begin_layout Plain Layout
25744 LaTeX-Pakete ! marginnote
25745 \end_layout
25746
25747 \end_inset
25748
25749  verwendet wird.
25750  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
25751  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
25752  des Pakets 
25753 \series bold
25754 marginnote
25755 \series default
25756  für Randnotizen verwendet wird:
25757 \end_layout
25758
25759 \begin_layout Standard
25760
25761 \series bold
25762
25763 \backslash
25764 usepackage{marginnote}
25765 \begin_inset Newline newline
25766 \end_inset
25767
25768
25769 \backslash
25770 let
25771 \backslash
25772 marginpar
25773 \backslash
25774 marginnote
25775 \end_layout
25776
25777 \begin_layout Standard
25778 Dies wird auch in diesem Dokument verwendet, denn 
25779 \series bold
25780 marginnote
25781 \series default
25782  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
25783  für Randnotizen angeben.
25784  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
25785 n zu dicht beieinander sind.
25786  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
25787  Schema
25788 \end_layout
25789
25790 \begin_layout Standard
25791
25792 \series bold
25793 [Versatz]
25794 \end_layout
25795
25796 \begin_layout Standard
25797 angegeben.
25798  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
25799 \begin_inset space ~
25800 \end_inset
25801
25802
25803 \begin_inset CommandInset ref
25804 LatexCommand ref
25805 reference "tab:Maßeinheiten"
25806
25807 \end_inset
25808
25809  aufgelistet sind.
25810  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
25811  nach unten.
25812  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
25813 \begin_inset space \thinspace{}
25814 \end_inset
25815
25816 cm mit dem TeX-Code-Befehl  
25817 \begin_inset Quotes gld
25818 \end_inset
25819
25820
25821 \series bold
25822 [-1.5cm]
25823 \series default
25824
25825 \begin_inset Quotes grd
25826 \end_inset
25827
25828  nach oben versetzt.
25829 \begin_inset Marginal
25830 status open
25831
25832 \begin_layout Plain Layout
25833 Diese Randnotiz ist 1.5
25834 \begin_inset space \thinspace{}
25835 \end_inset
25836
25837 cm von ihrer Originalposition nach oben versetzt.
25838 \end_layout
25839
25840 \end_inset
25841
25842
25843 \begin_inset ERT
25844 status collapsed
25845
25846 \begin_layout Plain Layout
25847
25848 [-1.5cm]
25849 \end_layout
25850
25851 \end_inset
25852
25853
25854 \end_layout
25855
25856 \begin_layout Standard
25857 \begin_inset VSpace medskip
25858 \end_inset
25859
25860 Mit 
25861 \series bold
25862 marginnote
25863 \series default
25864  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
25865  Zum Beispiel setzen die Befehle
25866 \end_layout
25867
25868 \begin_layout Standard
25869
25870 \series bold
25871
25872 \backslash
25873 renewcommand*{
25874 \backslash
25875 raggedleftmarginnote}{
25876 \backslash
25877 centering}
25878 \begin_inset Newline newline
25879 \end_inset
25880
25881
25882 \backslash
25883 renewcommand*{
25884 \backslash
25885 raggedrightmarginnote}{
25886 \backslash
25887 centering}
25888 \end_layout
25889
25890 \begin_layout Standard
25891 die Ausrichtung auf zentriert.
25892  
25893 \series bold
25894
25895 \backslash
25896 raggedleftmarginnote
25897 \series default
25898  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
25899  
25900 \begin_inset ERT
25901 status collapsed
25902
25903 \begin_layout Plain Layout
25904
25905
25906 \backslash
25907 renewcommand*{
25908 \backslash
25909 raggedleftmarginnote}{
25910 \backslash
25911 centering}
25912 \end_layout
25913
25914 \begin_layout Plain Layout
25915
25916
25917 \backslash
25918 renewcommand*{
25919 \backslash
25920 raggedrightmarginnote}{
25921 \backslash
25922 centering}
25923 \end_layout
25924
25925 \end_inset
25926
25927
25928 \begin_inset Marginal
25929 status open
25930
25931 \begin_layout Plain Layout
25932 Der Text dieser Randnotiz ist zentriert ausgerichtet.
25933 \end_layout
25934
25935 \end_inset
25936
25937  Die Voreinstellung ist
25938 \end_layout
25939
25940 \begin_layout Standard
25941
25942 \series bold
25943
25944 \backslash
25945 renewcommand*{
25946 \backslash
25947 raggedleftmarginnote}{
25948 \backslash
25949 raggedleft}
25950 \begin_inset Newline newline
25951 \end_inset
25952
25953
25954 \backslash
25955 renewcommand*{
25956 \backslash
25957 raggedrightmarginnote}{
25958 \backslash
25959 raggedright}
25960 \series default
25961
25962 \begin_inset ERT
25963 status collapsed
25964
25965 \begin_layout Plain Layout
25966
25967
25968 \backslash
25969 renewcommand*{
25970 \backslash
25971 raggedleftmarginnote}{
25972 \backslash
25973 raggedleft}
25974 \end_layout
25975
25976 \begin_layout Plain Layout
25977
25978
25979 \backslash
25980 renewcommand*{
25981 \backslash
25982 raggedrightmarginnote}{
25983 \backslash
25984 raggedright}
25985 \end_layout
25986
25987 \end_inset
25988
25989
25990 \end_layout
25991
25992 \begin_layout Standard
25993 \begin_inset VSpace medskip
25994 \end_inset
25995
25996 Für weitere Fähigkeiten des Pakets 
25997 \series bold
25998 marginnote
25999 \series default
26000  sei auf dessen Dokumentation verwiesen 
26001 \begin_inset CommandInset citation
26002 LatexCommand cite
26003 key "marginnote"
26004
26005 \end_inset
26006
26007 .
26008 \end_layout
26009
26010 \begin_layout Standard
26011 \begin_inset VSpace bigskip
26012 \end_inset
26013
26014 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
26015  geändert werden.
26016  Um z.
26017 \begin_inset space \thinspace{}
26018 \end_inset
26019
26020 B.
26021  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
26022  und fettgedruckten Text 
26023 \begin_inset Quotes eld
26024 \end_inset
26025
26026
26027 \family sans
26028 \series bold
26029 \bar under
26030 Achtung!
26031 \family default
26032 \series default
26033 \bar default
26034
26035 \begin_inset Quotes erd
26036 \end_inset
26037
26038  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
26039 \end_layout
26040
26041 \begin_layout Standard
26042
26043 \series bold
26044
26045 \backslash
26046 let
26047 \backslash
26048 myMarginpar
26049 \backslash
26050 marginpar
26051 \begin_inset Newline newline
26052 \end_inset
26053
26054
26055 \backslash
26056 renewcommand{
26057 \backslash
26058 marginpar}[1]{
26059 \backslash
26060 myMarginpar{%
26061 \begin_inset Newline newline
26062 \end_inset
26063
26064
26065 \begin_inset ERT
26066 status collapsed
26067
26068 \begin_layout Plain Layout
26069
26070
26071 \backslash
26072 hphantom{ }
26073 \end_layout
26074
26075 \end_inset
26076
26077
26078 \backslash
26079 hspace{0pt}
26080 \backslash
26081 textsf{
26082 \backslash
26083 textbf{
26084 \backslash
26085 underbar{Achtung!}}}%
26086 \begin_inset Newline newline
26087 \end_inset
26088
26089
26090 \begin_inset ERT
26091 status collapsed
26092
26093 \begin_layout Plain Layout
26094
26095
26096 \backslash
26097 hphantom{ }
26098 \end_layout
26099
26100 \end_inset
26101
26102
26103 \backslash
26104 vspace{1.5mm}
26105 \backslash
26106
26107 \backslash
26108 #1}}
26109 \end_layout
26110
26111 \begin_layout Standard
26112 \begin_inset ERT
26113 status collapsed
26114
26115 \begin_layout Plain Layout
26116
26117
26118 \backslash
26119 let
26120 \backslash
26121 myMarginpar
26122 \backslash
26123 marginpar
26124 \end_layout
26125
26126 \begin_layout Plain Layout
26127
26128
26129 \backslash
26130 renewcommand{
26131 \backslash
26132 marginpar}[1]{
26133 \backslash
26134 myMarginpar{%
26135 \end_layout
26136
26137 \begin_layout Plain Layout
26138
26139    
26140 \backslash
26141 textsf{
26142 \backslash
26143 textbf{
26144 \backslash
26145 underbar{Achtung!}}}%
26146 \end_layout
26147
26148 \begin_layout Plain Layout
26149
26150    
26151 \backslash
26152 vspace{1.5mm}
26153 \backslash
26154
26155 \backslash
26156 #1}}
26157 \end_layout
26158
26159 \end_inset
26160
26161
26162 \begin_inset Marginal
26163 status open
26164
26165 \begin_layout Plain Layout
26166 Dies ist eine Randnotiz mit einer definierten Überschrift.
26167 \end_layout
26168
26169 \end_inset
26170
26171
26172 \begin_inset ERT
26173 status collapsed
26174
26175 \begin_layout Plain Layout
26176
26177 [-1.5cm]
26178 \end_layout
26179
26180 \end_inset
26181
26182
26183 \begin_inset ERT
26184 status collapsed
26185
26186 \begin_layout Plain Layout
26187
26188
26189 \backslash
26190 renewcommand{
26191 \backslash
26192 marginpar}[1]{
26193 \backslash
26194 myMarginpar{#1}}
26195 \end_layout
26196
26197 \end_inset
26198
26199
26200 \begin_inset Note Note
26201 status open
26202
26203 \begin_layout Plain Layout
26204 Das Format wurde nur für dieses Beispiel geändert.
26205 \end_layout
26206
26207 \end_inset
26208
26209
26210 \end_layout
26211
26212 \begin_layout Standard
26213 \begin_inset ERT
26214 status collapsed
26215
26216 \begin_layout Plain Layout
26217
26218
26219 \backslash
26220 else
26221 \end_layout
26222
26223 \end_inset
26224
26225
26226 \begin_inset Note Note
26227 status open
26228
26229 \begin_layout Plain Layout
26230 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26231 \series bold
26232 marginnote
26233 \series default
26234  nicht installiert ist:
26235 \end_layout
26236
26237 \end_inset
26238
26239
26240 \end_layout
26241
26242 \begin_layout Standard
26243 Das LaTeX-Paket 
26244 \series bold
26245 marginnote
26246 \series default
26247  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26248 \end_layout
26249
26250 \begin_layout Standard
26251 \begin_inset ERT
26252 status collapsed
26253
26254 \begin_layout Plain Layout
26255
26256
26257 \backslash
26258 fi
26259 \end_layout
26260
26261 \end_inset
26262
26263
26264 \end_layout
26265
26266 \begin_layout Chapter
26267 Boxen
26268 \end_layout
26269
26270 \begin_layout Section
26271 Einleitung
26272 \begin_inset Index
26273 status collapsed
26274
26275 \begin_layout Plain Layout
26276 Boxen ! Einleitung
26277 \end_layout
26278
26279 \end_inset
26280
26281
26282 \end_layout
26283
26284 \begin_layout Standard
26285 Boxen werden benutzt, um einen Textblock zu formatieren.
26286  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26287  siehe Abschnitt
26288 \begin_inset space ~
26289 \end_inset
26290
26291
26292 \begin_inset CommandInset ref
26293 LatexCommand ref
26294 reference "abs:Minipage"
26295
26296 \end_inset
26297
26298 , um Text zu umrahmen, siehe Abschnitt
26299 \begin_inset space ~
26300 \end_inset
26301
26302
26303 \begin_inset CommandInset ref
26304 LatexCommand ref
26305 reference "uab:Verzierung"
26306
26307 \end_inset
26308
26309 , um Silbentrennung zu verhindern, siehe Abschnitt
26310 \begin_inset space ~
26311 \end_inset
26312
26313
26314 \begin_inset CommandInset ref
26315 LatexCommand ref
26316 reference "abs:Silbentrennung-unterbinden"
26317
26318 \end_inset
26319
26320 , um Text senkrecht auszurichten, siehe Abschnitt
26321 \begin_inset space ~
26322 \end_inset
26323
26324
26325 \begin_inset CommandInset ref
26326 LatexCommand ref
26327 reference "uab:Vertikale-Ausrichtung"
26328
26329 \end_inset
26330
26331  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
26332 \begin_inset space ~
26333 \end_inset
26334
26335
26336 \begin_inset CommandInset ref
26337 LatexCommand ref
26338 reference "abs:Farbige-Boxen"
26339
26340 \end_inset
26341
26342 .
26343 \end_layout
26344
26345 \begin_layout Standard
26346 Boxen werden mit 
26347 \family sans
26348 Einfügen\SpecialChar \menuseparator
26349 Box
26350 \family default
26351  oder dem Schalter 
26352 \begin_inset Graphics
26353         filename ../../images/box-insert.png
26354         scale 70
26355         scaleBeforeRotation
26356
26357 \end_inset
26358
26359  eingefügt.
26360  Ein graues Kästchen mit der Aufschrift 
26361 \begin_inset Quotes gld
26362 \end_inset
26363
26364 Box (Minipage)
26365 \begin_inset Quotes grd
26366 \end_inset
26367
26368  erscheint: 
26369 \begin_inset Graphics
26370         filename clipart/StandardBoxQt4.png
26371         scale 85
26372         scaleBeforeRotation
26373
26374 \end_inset
26375
26376  Mit einem Rechts\SpecialChar \-
26377 klick auf das graue Kästchen kann der Typ spezifiziert
26378  werden.
26379  Das Dialogfenster bietet bei 
26380 \family sans
26381 Innere
26382 \begin_inset space ~
26383 \end_inset
26384
26385 Box
26386 \family default
26387  die Typen 
26388 \family sans
26389 Parbox
26390 \family default
26391  und 
26392 \family sans
26393 Minipage
26394 \family default
26395  an.
26396  
26397 \family sans
26398 Minipage
26399 \family default
26400  ist die Standard-Einstellung für neue Boxen und in Abschnitt
26401 \begin_inset space ~
26402 \end_inset
26403
26404
26405 \begin_inset CommandInset ref
26406 LatexCommand ref
26407 reference "abs:Minipage"
26408
26409 \end_inset
26410
26411  beschrieben, 
26412 \family sans
26413 Parbox
26414 \family default
26415  in Abschnitt
26416 \begin_inset space ~
26417 \end_inset
26418
26419
26420 \begin_inset CommandInset ref
26421 LatexCommand ref
26422 reference "abs:Parbox"
26423
26424 \end_inset
26425
26426 .
26427 \end_layout
26428
26429 \begin_layout Standard
26430 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
26431  wie auf Gleitobjekte und Fußnoten.
26432 \end_layout
26433
26434 \begin_layout Standard
26435 \begin_inset Note Greyedout
26436 status open
26437
26438 \begin_layout Plain Layout
26439
26440 \series bold
26441 Bemerkung
26442 \begin_inset space ~
26443 \end_inset
26444
26445 1:
26446 \series default
26447  Boxen dürfen in 
26448 \family sans
26449 List-
26450 \family default
26451  oder 
26452 \family sans
26453 Beschreibung-
26454 \family default
26455 Umgebungen nicht verwendet werden.
26456 \end_layout
26457
26458 \end_inset
26459
26460
26461 \end_layout
26462
26463 \begin_layout Standard
26464 \begin_inset Note Greyedout
26465 status open
26466
26467 \begin_layout Plain Layout
26468
26469 \series bold
26470 Bemerkung
26471 \begin_inset space ~
26472 \end_inset
26473
26474 2:
26475 \series default
26476  Boxen ohne 
26477 \family sans
26478 Innere
26479 \begin_inset space ~
26480 \end_inset
26481
26482 Box
26483 \family default
26484  und ohne Rahmen werden in Abschnitt
26485 \begin_inset space ~
26486 \end_inset
26487
26488
26489 \begin_inset CommandInset ref
26490 LatexCommand ref
26491 reference "abs:Silbentrennung-unterbinden"
26492
26493 \end_inset
26494
26495  beschrieben.
26496 \end_layout
26497
26498 \end_inset
26499
26500
26501 \end_layout
26502
26503 \begin_layout Section
26504 Das Box-Einstellungen-Fenster
26505 \begin_inset CommandInset label
26506 LatexCommand label
26507 name "abs:Box-Dialog"
26508
26509 \end_inset
26510
26511
26512 \begin_inset Index
26513 status collapsed
26514
26515 \begin_layout Plain Layout
26516 Boxen ! Box-Dialog-Fenster
26517 \end_layout
26518
26519 \end_inset
26520
26521
26522 \end_layout
26523
26524 \begin_layout Subsection
26525 Box-Größe
26526 \begin_inset Index
26527 status collapsed
26528
26529 \begin_layout Plain Layout
26530 Boxen ! Größe
26531 \end_layout
26532
26533 \end_inset
26534
26535
26536 \end_layout
26537
26538 \begin_layout Standard
26539 Im 
26540 \family sans
26541 Box-Einstellungen
26542 \family default
26543 -Fenster können Sie die Größe der Box mit 
26544 \family sans
26545 Breite
26546 \family default
26547  und 
26548 \family sans
26549 Höhe 
26550 \family default
26551 festlegen.
26552  Die verfügbaren Einheiten werden in Tabelle
26553 \begin_inset space ~
26554 \end_inset
26555
26556
26557 \begin_inset CommandInset ref
26558 LatexCommand ref
26559 reference "tab:Maßeinheiten"
26560
26561 \end_inset
26562
26563  aufgelistet.
26564  Das Feld
26565 \family sans
26566  Höhe
26567 \family default
26568  bietet die folgenden zusätzlichen Größen:
26569 \end_layout
26570
26571 \begin_layout Description
26572 Tiefe Dies ist die reine Text-
26573 \begin_inset Quotes gld
26574 \end_inset
26575
26576 Höhe
26577 \begin_inset Quotes grd
26578 \end_inset
26579
26580 .
26581  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
26582 \begin_inset Newline newline
26583 \end_inset
26584
26585
26586 \begin_inset Newline newline
26587 \end_inset
26588
26589
26590 \begin_inset Newline newline
26591 \end_inset
26592
26593
26594 \begin_inset Box Boxed
26595 position "c"
26596 hor_pos "c"
26597 has_inner_box 1
26598 inner_pos "c"
26599 use_parbox 0
26600 width "12col%"
26601 special "none"
26602 height "1in"
26603 height_special "depth"
26604 status collapsed
26605
26606 \begin_layout Plain Layout
26607 \align center
26608 Box-Höhe = 1
26609 \begin_inset space \thinspace{}
26610 \end_inset
26611
26612 Tiefe
26613 \end_layout
26614
26615 \end_inset
26616
26617
26618 \begin_inset Newline newline
26619 \end_inset
26620
26621
26622 \begin_inset Newline newline
26623 \end_inset
26624
26625
26626 \end_layout
26627
26628 \begin_layout Description
26629 Höhe Dies ist die Texthöhe innerhalb der Box.
26630  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
26631  Texthöhe setzen: 
26632 \begin_inset Box Boxed
26633 position "c"
26634 hor_pos "c"
26635 has_inner_box 1
26636 inner_pos "c"
26637 use_parbox 0
26638 width "20col%"
26639 special "none"
26640 height "2in"
26641 height_special "height"
26642 status collapsed
26643
26644 \begin_layout Plain Layout
26645 \align center
26646 Boxhöhe = 2
26647 \begin_inset space \thinspace{}
26648 \end_inset
26649
26650 Höhe
26651 \end_layout
26652
26653 \end_inset
26654
26655
26656 \end_layout
26657
26658 \begin_layout Description
26659 Gesamthöhe Dies ist Höhe
26660 \begin_inset space \thinspace{}
26661 \end_inset
26662
26663 +
26664 \begin_inset space \thinspace{}
26665 \end_inset
26666
26667 Tiefe: 
26668 \begin_inset Box Boxed
26669 position "c"
26670 hor_pos "c"
26671 has_inner_box 1
26672 inner_pos "c"
26673 use_parbox 0
26674 width "20col%"
26675 special "none"
26676 height "1in"
26677 height_special "totalheight"
26678 status collapsed
26679
26680 \begin_layout Plain Layout
26681 \align center
26682 Boxhöhe = 1
26683 \begin_inset space \thinspace{}
26684 \end_inset
26685
26686 Gesamthöhe
26687 \end_layout
26688
26689 \end_inset
26690
26691
26692 \end_layout
26693
26694 \begin_layout Description
26695 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
26696 \begin_inset Box Boxed
26697 position "c"
26698 hor_pos "c"
26699 has_inner_box 1
26700 inner_pos "c"
26701 use_parbox 0
26702 width "12col%"
26703 special "none"
26704 height "1in"
26705 height_special "width"
26706 status collapsed
26707
26708 \begin_layout Plain Layout
26709 \align center
26710 Boxhöhe = 1
26711 \begin_inset space \thinspace{}
26712 \end_inset
26713
26714 Breite
26715 \end_layout
26716
26717 \end_inset
26718
26719
26720 \end_layout
26721
26722 \begin_layout Subsection
26723 Ausrichtung
26724 \begin_inset Index
26725 status collapsed
26726
26727 \begin_layout Plain Layout
26728 Boxen ! Ausrichtung
26729 \end_layout
26730
26731 \end_inset
26732
26733
26734 \end_layout
26735
26736 \begin_layout Standard
26737 Wenn Sie eine 
26738 \family sans
26739 Innere
26740 \begin_inset space ~
26741 \end_inset
26742
26743 Box
26744 \family default
26745  gewählt haben, kann die Box mit folgenden Werten für 
26746 \family sans
26747 Box
26748 \family default
26749  senkrecht ausgerichtet werden:
26750 \end_layout
26751
26752 \begin_layout Description
26753 Oben Dies ist ein Beispieltext.
26754  
26755 \begin_inset Box Boxed
26756 position "t"
26757 hor_pos "c"
26758 has_inner_box 1
26759 inner_pos "c"
26760 use_parbox 0
26761 width "20col%"
26762 special "none"
26763 height "1in"
26764 height_special "totalheight"
26765 status collapsed
26766
26767 \begin_layout Plain Layout
26768 \align center
26769 Die Ober\SpecialChar \-
26770 kante der Box ist in der Zeile.
26771 \end_layout
26772
26773 \end_inset
26774
26775  Dies ist ein Beispieltext.
26776 \end_layout
26777
26778 \begin_layout Description
26779 Mitte Dies ist ein Beispieltext.
26780  
26781 \begin_inset Box Boxed
26782 position "c"
26783 hor_pos "c"
26784 has_inner_box 1
26785 inner_pos "c"
26786 use_parbox 0
26787 width "20col%"
26788 special "none"
26789 height "1in"
26790 height_special "totalheight"
26791 status collapsed
26792
26793 \begin_layout Plain Layout
26794 \align center
26795 Die Mitte der Box ist in der Zeile.
26796 \end_layout
26797
26798 \end_inset
26799
26800  Dies ist ein Beispieltext.
26801 \end_layout
26802
26803 \begin_layout Description
26804 Unten Dies ist ein Beispieltext.
26805  
26806 \begin_inset Box Boxed
26807 position "b"
26808 hor_pos "c"
26809 has_inner_box 1
26810 inner_pos "c"
26811 use_parbox 0
26812 width "20col%"
26813 special "none"
26814 height "1in"
26815 height_special "totalheight"
26816 status collapsed
26817
26818 \begin_layout Plain Layout
26819 \align center
26820 Die Unter\SpecialChar \-
26821 kante der Box ist in der Zeile.
26822 \end_layout
26823
26824 \end_inset
26825
26826  Dies ist ein Beispieltext.
26827 \end_layout
26828
26829 \begin_layout Standard
26830 \begin_inset Note Greyedout
26831 status open
26832
26833 \begin_layout Plain Layout
26834
26835 \series bold
26836 Bemerkung:
26837 \series default
26838  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
26839  Boxen in einer Zeile sind und eine Box z.
26840 \begin_inset space \thinspace{}
26841 \end_inset
26842
26843 B.
26844  schattiert ist, die andere abere nicht.
26845 \end_layout
26846
26847 \end_inset
26848
26849
26850 \end_layout
26851
26852 \begin_layout Standard
26853 Eine Box kann mit dem Dialog 
26854 \family sans
26855 Absatz-Einstellungen
26856 \family default
26857  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
26858 \end_layout
26859
26860 \begin_layout Standard
26861 \begin_inset VSpace bigskip
26862 \end_inset
26863
26864 Wenn Sie eine 
26865 \family sans
26866 Innere
26867 \begin_inset space ~
26868 \end_inset
26869
26870 Box
26871 \family default
26872  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
26873 \family sans
26874 Inhalt
26875 \family default
26876  senkrecht ausgerichtet werden:
26877 \end_layout
26878
26879 \begin_layout Description
26880 Oben Dies ist ein Beispieltext.
26881  
26882 \begin_inset Box Boxed
26883 position "c"
26884 hor_pos "c"
26885 has_inner_box 1
26886 inner_pos "t"
26887 use_parbox 0
26888 width "20col%"
26889 special "none"
26890 height "1.5in"
26891 height_special "totalheight"
26892 status collapsed
26893
26894 \begin_layout Plain Layout
26895 \align center
26896 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
26897 \end_layout
26898
26899 \end_inset
26900
26901  Dies ist ein Beispieltext.
26902 \end_layout
26903
26904 \begin_layout Description
26905 Mitte Dies ist ein Beispieltext.
26906  
26907 \begin_inset Box Boxed
26908 position "c"
26909 hor_pos "c"
26910 has_inner_box 1
26911 inner_pos "c"
26912 use_parbox 0
26913 width "20col%"
26914 special "none"
26915 height "1.5in"
26916 height_special "totalheight"
26917 status collapsed
26918
26919 \begin_layout Plain Layout
26920 \align center
26921 Der Boxinhalt ist zentriert ausgerichtet.
26922 \end_layout
26923
26924 \end_inset
26925
26926  Dies ist ein Beispieltext.
26927 \end_layout
26928
26929 \begin_layout Description
26930 Unten Dies ist ein Beispieltext.
26931  
26932 \begin_inset Box Boxed
26933 position "c"
26934 hor_pos "c"
26935 has_inner_box 1
26936 inner_pos "b"
26937 use_parbox 0
26938 width "20col%"
26939 special "none"
26940 height "1.5in"
26941 height_special "totalheight"
26942 status collapsed
26943
26944 \begin_layout Plain Layout
26945 \align center
26946 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
26947 \end_layout
26948
26949 \end_inset
26950
26951  Dies ist ein Beispieltext.
26952 \end_layout
26953
26954 \begin_layout Description
26955 Dehnen Dies ist ein Beispieltext.
26956  
26957 \begin_inset Box Boxed
26958 position "c"
26959 hor_pos "c"
26960 has_inner_box 1
26961 inner_pos "s"
26962 use_parbox 0
26963 width "20col%"
26964 special "none"
26965 height "1in"
26966 height_special "totalheight"
26967 status collapsed
26968
26969 \begin_layout Plain Layout
26970 \align center
26971 Der Boxinhalt
26972 \end_layout
26973
26974 \begin_layout Plain Layout
26975 \align center
26976 ist über die
26977 \end_layout
26978
26979 \begin_layout Plain Layout
26980 \align center
26981 Boxhöhe
26982 \end_layout
26983
26984 \begin_layout Plain Layout
26985 \align center
26986 gleichmäßig verteilt.
26987 \end_layout
26988
26989 \end_inset
26990
26991  Dies ist ein Beispieltext.
26992 \end_layout
26993
26994 \begin_layout Standard
26995 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
26996  besteht.
26997  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
26998 \end_layout
26999
27000 \begin_layout Standard
27001 Ein Boxinhalt kann mit dem Dialog 
27002 \family sans
27003 Absatz-Einstellungen
27004 \family default
27005  waagerecht ausgerichtet werden, wenn Sie eine
27006 \family sans
27007  Innere
27008 \begin_inset space ~
27009 \end_inset
27010
27011 Box
27012 \family default
27013  gewählt haben.
27014 \end_layout
27015
27016 \begin_layout Standard
27017 \align center
27018 \begin_inset Box Boxed
27019 position "c"
27020 hor_pos "c"
27021 has_inner_box 1
27022 inner_pos "s"
27023 use_parbox 0
27024 width "30col%"
27025 special "none"
27026 height "1.25in"
27027 height_special "totalheight"
27028 status collapsed
27029
27030 \begin_layout Plain Layout
27031 \align left
27032 Hier ist jede Zeile
27033 \end_layout
27034
27035 \begin_layout Plain Layout
27036 \align center
27037 anders
27038 \end_layout
27039
27040 \begin_layout Plain Layout
27041 \align right
27042 ausgerichtet.
27043 \end_layout
27044
27045 \end_inset
27046
27047
27048 \end_layout
27049
27050 \begin_layout Standard
27051 Wenn Sie keine
27052 \family sans
27053  Innere
27054 \begin_inset space ~
27055 \end_inset
27056
27057 Box
27058 \family default
27059  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
27060 \family sans
27061 Box-Einstellungen-
27062 \family default
27063 Dialog ausrichten
27064 \end_layout
27065
27066 \begin_layout Standard
27067 \align center
27068 \begin_inset Box Boxed
27069 position "c"
27070 hor_pos "s"
27071 has_inner_box 0
27072 inner_pos "s"
27073 use_parbox 0
27074 width "90col%"
27075 special "none"
27076 height "1.25in"
27077 height_special "totalheight"
27078 status collapsed
27079
27080 \begin_layout Plain Layout
27081 \align left
27082 Dieser Boxinhalt wurde horizontal gedehnt.
27083 \end_layout
27084
27085 \end_inset
27086
27087
27088 \end_layout
27089
27090 \begin_layout Subsection
27091 Verzierung
27092 \begin_inset CommandInset label
27093 LatexCommand label
27094 name "uab:Verzierung"
27095
27096 \end_inset
27097
27098
27099 \begin_inset Index
27100 status collapsed
27101
27102 \begin_layout Plain Layout
27103 Boxen ! Verzierung
27104 \end_layout
27105
27106 \end_inset
27107
27108
27109 \end_layout
27110
27111 \begin_layout Standard
27112 Im 
27113 \family sans
27114 Box-Einstellungen-
27115 \family default
27116 Dialog können Sie mit der 
27117 \family sans
27118 Verzierung
27119 \family default
27120  den Typ der Box auswählen:
27121 \end_layout
27122
27123 \begin_layout Description
27124 Einfacher
27125 \begin_inset space ~
27126 \end_inset
27127
27128 rechteckiger
27129 \begin_inset space ~
27130 \end_inset
27131
27132 Rahmen Um die Box wird ein rechteckiger Rahmen gezogen.
27133  Die Rahmendicke wird durch 
27134 \series bold
27135
27136 \backslash
27137 fboxrule
27138 \series default
27139  festgelegt.
27140  
27141 \begin_inset Box Boxed
27142 position "c"
27143 hor_pos "c"
27144 has_inner_box 1
27145 inner_pos "c"
27146 use_parbox 0
27147 width "21col%"
27148 special "none"
27149 height "1in"
27150 height_special "totalheight"
27151 status collapsed
27152
27153 \begin_layout Plain Layout
27154
27155 \series medium
27156 Rechteckige
27157 \begin_inset space ~
27158 \end_inset
27159
27160 Box
27161 \end_layout
27162
27163 \end_inset
27164
27165
27166 \end_layout
27167
27168 \begin_layout Description
27169 Seitenumbruch
27170 \begin_inset space ~
27171 \end_inset
27172
27173 erlaubt Wenn Sie die Verzierung 
27174 \family sans
27175 Einfacher rechteckiger Rahmen
27176 \family default
27177  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
27178  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
27179  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
27180  für sich ist und 
27181 \series bold
27182
27183 \backslash
27184 fboxrule
27185 \series default
27186  und 
27187 \series bold
27188
27189 \backslash
27190 fboxsep
27191 \series default
27192  keinen Einfluss auf diesen Box Typ haben.
27193  Die Rahmendicke wird durch 
27194 \series bold
27195
27196 \backslash
27197 FrameRule
27198 \series default
27199  festgelegt.
27200  
27201 \begin_inset Box Framed
27202 position "t"
27203 hor_pos "c"
27204 has_inner_box 0
27205 inner_pos "t"
27206 use_parbox 0
27207 width "100col%"
27208 special "none"
27209 height "1in"
27210 height_special "totalheight"
27211 status collapsed
27212
27213 \begin_layout Plain Layout
27214 Seitenumbruch erlaubt Box
27215 \end_layout
27216
27217 \end_inset
27218
27219
27220 \end_layout
27221
27222 \begin_layout Description
27223 Ovaler
27224 \begin_inset space ~
27225 \end_inset
27226
27227 Rahmen,
27228 \begin_inset space ~
27229 \end_inset
27230
27231 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27232  Die Rahmendicke ist 0.4
27233 \begin_inset space \thinspace{}
27234 \end_inset
27235
27236 pt.
27237  
27238 \begin_inset Box ovalbox
27239 position "c"
27240 hor_pos "c"
27241 has_inner_box 1
27242 inner_pos "c"
27243 use_parbox 0
27244 width "20col%"
27245 special "none"
27246 height "1in"
27247 height_special "totalheight"
27248 status collapsed
27249
27250 \begin_layout Plain Layout
27251 Ovale
27252 \begin_inset space ~
27253 \end_inset
27254
27255 Box,
27256 \begin_inset space ~
27257 \end_inset
27258
27259 dünn
27260 \end_layout
27261
27262 \end_inset
27263
27264
27265 \end_layout
27266
27267 \begin_layout Description
27268 Ovaler
27269 \begin_inset space ~
27270 \end_inset
27271
27272 Rahmen,
27273 \begin_inset space ~
27274 \end_inset
27275
27276 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27277  Die Rahmendicke ist 0.8
27278 \begin_inset space \thinspace{}
27279 \end_inset
27280
27281 pt.
27282  
27283 \begin_inset Box Ovalbox
27284 position "c"
27285 hor_pos "c"
27286 has_inner_box 1
27287 inner_pos "c"
27288 use_parbox 0
27289 width "20col%"
27290 special "none"
27291 height "1in"
27292 height_special "totalheight"
27293 status collapsed
27294
27295 \begin_layout Plain Layout
27296 Ovale
27297 \begin_inset space ~
27298 \end_inset
27299
27300 Box,
27301 \begin_inset space ~
27302 \end_inset
27303
27304 dick
27305 \end_layout
27306
27307 \end_inset
27308
27309
27310 \end_layout
27311
27312 \begin_layout Description
27313 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
27314  Die Rahmendicke wird durch 
27315 \series bold
27316
27317 \backslash
27318 fboxrule
27319 \series default
27320  festgelegt, der Schatten ist 4
27321 \begin_inset space \thinspace{}
27322 \end_inset
27323
27324 pt breit.
27325 \begin_inset Newline newline
27326 \end_inset
27327
27328
27329 \begin_inset Box Shadowbox
27330 position "c"
27331 hor_pos "c"
27332 has_inner_box 1
27333 inner_pos "c"
27334 use_parbox 0
27335 width "20col%"
27336 special "none"
27337 height "1in"
27338 height_special "totalheight"
27339 status collapsed
27340
27341 \begin_layout Plain Layout
27342 Schattierte
27343 \begin_inset space ~
27344 \end_inset
27345
27346 Box
27347 \end_layout
27348
27349 \end_inset
27350
27351
27352 \end_layout
27353
27354 \begin_layout Description
27355 Schattierter
27356 \begin_inset space ~
27357 \end_inset
27358
27359 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
27360  Im Gegensatz zu farbigen Boxen
27361 \begin_inset Foot
27362 status collapsed
27363
27364 \begin_layout Plain Layout
27365 siehe Abschnitt
27366 \begin_inset space ~
27367 \end_inset
27368
27369
27370 \begin_inset CommandInset ref
27371 LatexCommand ref
27372 reference "abs:Farbige-Boxen"
27373
27374 \end_inset
27375
27376
27377 \end_layout
27378
27379 \end_inset
27380
27381  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
27382  die Box ist ein Absatz für sich.
27383  
27384 \begin_inset Box Shaded
27385 position "t"
27386 hor_pos "c"
27387 has_inner_box 0
27388 inner_pos "t"
27389 use_parbox 0
27390 width "50col%"
27391 special "none"
27392 height "1in"
27393 height_special "totalheight"
27394 status collapsed
27395
27396 \begin_layout Plain Layout
27397 Schattierter Hintergrund Box
27398 \end_layout
27399
27400 \end_inset
27401
27402
27403 \end_layout
27404
27405 \begin_layout Description
27406 Doppelter
27407 \begin_inset space ~
27408 \end_inset
27409
27410 rechteckiger
27411 \begin_inset space ~
27412 \end_inset
27413
27414 Rahmen zeichnet einen doppelten Rahmen um die Box.
27415  Der innere Rahmen ist 0.75
27416 \begin_inset space \thinspace{}
27417 \end_inset
27418
27419
27420 \series bold
27421
27422 \backslash
27423 fboxrule
27424 \series default
27425  breit, der äußere 1.5
27426 \begin_inset space \thinspace{}
27427 \end_inset
27428
27429
27430 \series bold
27431
27432 \backslash
27433 fboxrule
27434 \series default
27435 , der Zwischenraum 1.5
27436 \begin_inset space \thinspace{}
27437 \end_inset
27438
27439
27440 \series bold
27441
27442 \backslash
27443 fboxrule
27444 \series default
27445
27446 \begin_inset space \thinspace{}
27447 \end_inset
27448
27449 +
27450 \begin_inset space \thinspace{}
27451 \end_inset
27452
27453 0.5
27454 \begin_inset space \thinspace{}
27455 \end_inset
27456
27457 pt.
27458  
27459 \begin_inset Box Doublebox
27460 position "c"
27461 hor_pos "c"
27462 has_inner_box 1
27463 inner_pos "c"
27464 use_parbox 0
27465 width "20col%"
27466 special "none"
27467 height "1in"
27468 height_special "totalheight"
27469 status collapsed
27470
27471 \begin_layout Plain Layout
27472 Doppelt
27473 \begin_inset space ~
27474 \end_inset
27475
27476 gerahmte
27477 \begin_inset space ~
27478 \end_inset
27479
27480 Box
27481 \end_layout
27482
27483 \end_inset
27484
27485
27486 \end_layout
27487
27488 \begin_layout Standard
27489 \begin_inset VSpace bigskip
27490 \end_inset
27491
27492 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
27493  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
27494 \series bold
27495 fancybox
27496 \series default
27497
27498 \begin_inset Index
27499 status collapsed
27500
27501 \begin_layout Plain Layout
27502 LaTeX-Pakete ! fancybox
27503 \end_layout
27504
27505 \end_inset
27506
27507  installiert sein.
27508 \end_layout
27509
27510 \begin_layout Section
27511 Box Anpassung
27512 \begin_inset Index
27513 status collapsed
27514
27515 \begin_layout Plain Layout
27516 Boxen ! Anpassung
27517 \end_layout
27518
27519 \end_inset
27520
27521
27522 \end_layout
27523
27524 \begin_layout Standard
27525 Der Standardwert für 
27526 \series bold
27527
27528 \backslash
27529 fboxrule
27530 \series default
27531  ist 0.4
27532 \begin_inset space \thinspace{}
27533 \end_inset
27534
27535 pt.
27536  Mit dem folgenden TeX-Code-Befehl kann er auf 2
27537 \begin_inset space \thinspace{}
27538 \end_inset
27539
27540 pt gesetzt werden:
27541 \end_layout
27542
27543 \begin_layout Standard
27544
27545 \series bold
27546
27547 \backslash
27548 setlength{
27549 \backslash
27550 fboxrule}{2pt}
27551 \end_layout
27552
27553 \begin_layout Standard
27554 \begin_inset ERT
27555 status collapsed
27556
27557 \begin_layout Plain Layout
27558
27559
27560 \backslash
27561 setlength{
27562 \backslash
27563 fboxrule}{2pt}
27564 \end_layout
27565
27566 \end_inset
27567
27568
27569 \begin_inset Box Boxed
27570 position "c"
27571 hor_pos "c"
27572 has_inner_box 1
27573 inner_pos "c"
27574 use_parbox 0
27575 width "30col%"
27576 special "none"
27577 height "1in"
27578 height_special "totalheight"
27579 status open
27580
27581 \begin_layout Plain Layout
27582 \align center
27583 Rechteckige Box mit einer Rahmenbreite von 2
27584 \begin_inset space \thinspace{}
27585 \end_inset
27586
27587 pt
27588 \end_layout
27589
27590 \end_inset
27591
27592
27593 \begin_inset ERT
27594 status collapsed
27595
27596 \begin_layout Plain Layout
27597
27598
27599 \backslash
27600 setlength{
27601 \backslash
27602 fboxrule}{0.4pt}
27603 \end_layout
27604
27605 \end_inset
27606
27607
27608 \begin_inset VSpace bigskip
27609 \end_inset
27610
27611
27612 \end_layout
27613
27614 \begin_layout Standard
27615 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
27616 \begin_inset space \thinspace{}
27617 \end_inset
27618
27619 pt.
27620  Sie können das ändern, indem Sie den Wert von 
27621 \series bold
27622
27623 \backslash
27624 fboxsep
27625 \series default
27626  mit einem TeX-Code-Befehl ändern:
27627 \end_layout
27628
27629 \begin_layout Standard
27630
27631 \series bold
27632
27633 \backslash
27634 setlength{
27635 \backslash
27636 fboxsep}{10pt}
27637 \end_layout
27638
27639 \begin_layout Standard
27640 setzt den Wert auf 10
27641 \begin_inset space \thinspace{}
27642 \end_inset
27643
27644 pt, wie in der folgenden Box:
27645 \end_layout
27646
27647 \begin_layout Standard
27648 \begin_inset ERT
27649 status collapsed
27650
27651 \begin_layout Plain Layout
27652
27653
27654 \backslash
27655 setlength{
27656 \backslash
27657 fboxsep}{10pt}
27658 \end_layout
27659
27660 \end_inset
27661
27662
27663 \begin_inset Box Boxed
27664 position "c"
27665 hor_pos "c"
27666 has_inner_box 1
27667 inner_pos "c"
27668 use_parbox 0
27669 width "25col%"
27670 special "none"
27671 height "1in"
27672 height_special "totalheight"
27673 status open
27674
27675 \begin_layout Plain Layout
27676 \align center
27677 Rechteckige Box mit 
27678 \series bold
27679
27680 \backslash
27681 fboxsep
27682 \series default
27683
27684 \begin_inset space \thinspace{}
27685 \end_inset
27686
27687 =
27688 \begin_inset space \thinspace{}
27689 \end_inset
27690
27691 10
27692 \begin_inset space \thinspace{}
27693 \end_inset
27694
27695 pt
27696 \end_layout
27697
27698 \end_inset
27699
27700
27701 \begin_inset ERT
27702 status collapsed
27703
27704 \begin_layout Plain Layout
27705
27706
27707 \backslash
27708 setlength{
27709 \backslash
27710 fboxsep}{3pt}
27711 \end_layout
27712
27713 \end_inset
27714
27715
27716 \end_layout
27717
27718 \begin_layout Standard
27719 \noindent
27720 \begin_inset VSpace bigskip
27721 \end_inset
27722
27723 Der Durchmesser der abgerundeten Ecken kann mit 
27724 \series bold
27725
27726 \backslash
27727 cornersize
27728 \series default
27729  gesetzt werden.
27730  Der TeX-Code-Befehl
27731 \end_layout
27732
27733 \begin_layout Standard
27734
27735 \series bold
27736
27737 \backslash
27738 cornersize*{1cm}
27739 \end_layout
27740
27741 \begin_layout Standard
27742 setzt den Durchmesser auf 1
27743 \begin_inset space \thinspace{}
27744 \end_inset
27745
27746 cm.
27747  Der TeX-Code-Befehl
27748 \end_layout
27749
27750 \begin_layout Standard
27751
27752 \series bold
27753
27754 \backslash
27755 cornersize{num}
27756 \end_layout
27757
27758 \begin_layout Standard
27759 setzt den Durchmesser auf 
27760 \family sans
27761 num
27762 \begin_inset space \thinspace{}
27763 \end_inset
27764
27765 ×
27766 \begin_inset space \thinspace{}
27767 \end_inset
27768
27769 Minimum(Breite der Box, Höhe der Box)
27770 \family default
27771 .
27772  Der Standardwert ist 
27773 \series bold
27774
27775 \backslash
27776 cornersize{0.5}
27777 \series default
27778 .
27779 \end_layout
27780
27781 \begin_layout Standard
27782 \begin_inset ERT
27783 status collapsed
27784
27785 \begin_layout Plain Layout
27786
27787
27788 \backslash
27789 cornersize*{1.5cm}
27790 \end_layout
27791
27792 \end_inset
27793
27794
27795 \begin_inset Box Ovalbox
27796 position "c"
27797 hor_pos "c"
27798 has_inner_box 1
27799 inner_pos "c"
27800 use_parbox 0
27801 width "30col%"
27802 special "none"
27803 height "1in"
27804 height_special "totalheight"
27805 status open
27806
27807 \begin_layout Plain Layout
27808 \align center
27809 Ovale Box, dicker Rand, mit 
27810 \series bold
27811
27812 \backslash
27813 cornersize
27814 \series default
27815
27816 \begin_inset space \thinspace{}
27817 \end_inset
27818
27819 =
27820 \begin_inset space \thinspace{}
27821 \end_inset
27822
27823 1.5
27824 \begin_inset space \thinspace{}
27825 \end_inset
27826
27827 cm
27828 \end_layout
27829
27830 \end_inset
27831
27832
27833 \begin_inset ERT
27834 status collapsed
27835
27836 \begin_layout Plain Layout
27837
27838
27839 \backslash
27840 cornersize{0.5}
27841 \end_layout
27842
27843 \end_inset
27844
27845
27846 \end_layout
27847
27848 \begin_layout Standard
27849 \begin_inset VSpace bigskip
27850 \end_inset
27851
27852 Die Breite des Schattens wird mit 
27853 \series bold
27854
27855 \backslash
27856 shadowsize
27857 \series default
27858  festgelegt.
27859  Mit dem TeX-Code-Befehl
27860 \end_layout
27861
27862 \begin_layout Standard
27863
27864 \series bold
27865
27866 \backslash
27867 setlength{
27868 \backslash
27869 shadowsize}{2pt}
27870 \end_layout
27871
27872 \begin_layout Standard
27873 wird er für die folgende Box auf 2
27874 \begin_inset space \thinspace{}
27875 \end_inset
27876
27877 pt festgelegt.
27878 \end_layout
27879
27880 \begin_layout Standard
27881 \begin_inset ERT
27882 status collapsed
27883
27884 \begin_layout Plain Layout
27885
27886
27887 \backslash
27888 setlength{
27889 \backslash
27890 shadowsize}{2pt}
27891 \end_layout
27892
27893 \end_inset
27894
27895
27896 \begin_inset Box Shadowbox
27897 position "c"
27898 hor_pos "c"
27899 has_inner_box 1
27900 inner_pos "c"
27901 use_parbox 0
27902 width "25col%"
27903 special "none"
27904 height "1in"
27905 height_special "totalheight"
27906 status open
27907
27908 \begin_layout Plain Layout
27909 \align center
27910 Schattierte Box mit 
27911 \series bold
27912
27913 \backslash
27914 shadowsize
27915 \series default
27916
27917 \begin_inset space \thinspace{}
27918 \end_inset
27919
27920 =
27921 \begin_inset space \thinspace{}
27922 \end_inset
27923
27924 2
27925 \begin_inset space \thinspace{}
27926 \end_inset
27927
27928 pt
27929 \end_layout
27930
27931 \end_inset
27932
27933
27934 \begin_inset ERT
27935 status collapsed
27936
27937 \begin_layout Plain Layout
27938
27939
27940 \backslash
27941 setlength{
27942 \backslash
27943 shadowsize}{4pt}
27944 \end_layout
27945
27946 \end_inset
27947
27948
27949 \end_layout
27950
27951 \begin_layout Standard
27952 \begin_inset VSpace bigskip
27953 \end_inset
27954
27955 Der Standardwert für 
27956 \series bold
27957
27958 \backslash
27959 FrameRule
27960 \series default
27961  ist 0.4
27962 \begin_inset space \thinspace{}
27963 \end_inset
27964
27965 pt.
27966  Der Standard-Abstand zwischen Rahmen und Text ist 9
27967 \begin_inset space \thinspace{}
27968 \end_inset
27969
27970 pt und kann mit dem Wert für 
27971 \series bold
27972
27973 \backslash
27974 FrameSep
27975 \series default
27976  geändert werden.
27977  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
27978  TeX-Code Befehlen geändert:
27979 \end_layout
27980
27981 \begin_layout Standard
27982
27983 \series bold
27984
27985 \backslash
27986 setlength{
27987 \backslash
27988 FrameRule}{5pt}
27989 \begin_inset Newline newline
27990 \end_inset
27991
27992
27993 \backslash
27994 setlength{
27995 \backslash
27996 FrameSep}{0.5cm}
27997 \end_layout
27998
27999 \begin_layout Standard
28000 \begin_inset ERT
28001 status collapsed
28002
28003 \begin_layout Plain Layout
28004
28005
28006 \backslash
28007 setlength{
28008 \backslash
28009 FrameRule}{5pt}
28010 \end_layout
28011
28012 \begin_layout Plain Layout
28013
28014
28015 \backslash
28016 setlength{
28017 \backslash
28018 FrameSep}{0.5cm}
28019 \end_layout
28020
28021 \end_inset
28022
28023
28024 \begin_inset Box Framed
28025 position "t"
28026 hor_pos "c"
28027 has_inner_box 0
28028 inner_pos "t"
28029 use_parbox 0
28030 width "100col%"
28031 special "none"
28032 height "1in"
28033 height_special "totalheight"
28034 status open
28035
28036 \begin_layout Plain Layout
28037 Dies ist Text in einer 
28038 \family sans
28039 Seitenumbruch erlaubt
28040 \family default
28041  Box.
28042 \end_layout
28043
28044 \end_inset
28045
28046
28047 \begin_inset ERT
28048 status collapsed
28049
28050 \begin_layout Plain Layout
28051
28052
28053 \backslash
28054 setlength{
28055 \backslash
28056 FrameRule}{0.4pt}
28057 \end_layout
28058
28059 \begin_layout Plain Layout
28060
28061
28062 \backslash
28063 setlength{
28064 \backslash
28065 FrameSep}{9pt}
28066 \end_layout
28067
28068 \end_inset
28069
28070
28071 \end_layout
28072
28073 \begin_layout Standard
28074 \begin_inset VSpace bigskip
28075 \end_inset
28076
28077 Für Boxen mit 
28078 \family sans
28079 schattiertem Hintergrund
28080 \family default
28081  beträgt der Abstand zwischen Rand und Text 3
28082 \begin_inset space \thinspace{}
28083 \end_inset
28084
28085 pt und kann mit 
28086 \series bold
28087
28088 \backslash
28089 fboxsep
28090 \series default
28091  geändert werden.
28092  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
28093  
28094 \series bold
28095
28096 \backslash
28097 definecolor{shadebox}
28098 \series default
28099  oder global über das Menü 
28100 \family sans
28101 Werkzeuge\SpecialChar \menuseparator
28102 Einstellungen\SpecialChar \menuseparator
28103 Farben\SpecialChar \menuseparator
28104 Schattierte
28105 \begin_inset space ~
28106 \end_inset
28107
28108 Box
28109 \family default
28110  geändert werden.
28111  Das Schema des 
28112 \series bold
28113
28114 \backslash
28115 definecolor
28116 \series default
28117  Befehls ist  in Abschnitt
28118 \begin_inset space ~
28119 \end_inset
28120
28121
28122 \begin_inset CommandInset ref
28123 LatexCommand ref
28124 reference "abs:Farbige-Tabellen"
28125
28126 \end_inset
28127
28128  erklärt.
28129 \begin_inset Foot
28130 status collapsed
28131
28132 \begin_layout Plain Layout
28133 Beachten Sie, dass 
28134 \series bold
28135
28136 \backslash
28137 definecolor
28138 \series default
28139  das LaTeX-Paket 
28140 \series bold
28141 color
28142 \series default
28143  in der Präambel benötigt, siehe Abschnitt
28144 \begin_inset space ~
28145 \end_inset
28146
28147
28148 \begin_inset CommandInset ref
28149 LatexCommand ref
28150 reference "abs:Farbige-Boxen"
28151
28152 \end_inset
28153
28154 .
28155 \end_layout
28156
28157 \end_inset
28158
28159  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
28160 \end_layout
28161
28162 \begin_layout Standard
28163
28164 \series bold
28165
28166 \backslash
28167 setlength{
28168 \backslash
28169 fboxsep}{0.5cm}
28170 \begin_inset Newline newline
28171 \end_inset
28172
28173
28174 \backslash
28175 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28176 \end_layout
28177
28178 \begin_layout Standard
28179 \begin_inset ERT
28180 status collapsed
28181
28182 \begin_layout Plain Layout
28183
28184
28185 \backslash
28186 setlength{
28187 \backslash
28188 fboxsep}{0.5cm}
28189 \end_layout
28190
28191 \begin_layout Plain Layout
28192
28193
28194 \backslash
28195 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28196 \end_layout
28197
28198 \end_inset
28199
28200
28201 \begin_inset Box Shaded
28202 position "t"
28203 hor_pos "c"
28204 has_inner_box 0
28205 inner_pos "t"
28206 use_parbox 0
28207 width "100col%"
28208 special "none"
28209 height "1in"
28210 height_special "totalheight"
28211 status open
28212
28213 \begin_layout Plain Layout
28214
28215 \color yellow
28216 Dies ist gelber Text in einer 
28217 \family sans
28218 schattierten Hintergrund
28219 \begin_inset space ~
28220 \end_inset
28221
28222
28223 \family default
28224 Box auf dunkelgrünem Hintergrund.
28225 \end_layout
28226
28227 \end_inset
28228
28229
28230 \begin_inset ERT
28231 status collapsed
28232
28233 \begin_layout Plain Layout
28234
28235
28236 \backslash
28237 setlength{
28238 \backslash
28239 fboxsep}{3pt}
28240 \end_layout
28241
28242 \begin_layout Plain Layout
28243
28244
28245 \backslash
28246 definecolor{shadecolor}{rgb}{1,0,0}
28247 \end_layout
28248
28249 \end_inset
28250
28251
28252 \end_layout
28253
28254 \begin_layout Standard
28255 \begin_inset VSpace bigskip
28256 \end_inset
28257
28258 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
28259  der sie ändert.
28260 \end_layout
28261
28262 \begin_layout Section
28263 Minipage
28264 \begin_inset CommandInset label
28265 LatexCommand label
28266 name "abs:Minipage"
28267
28268 \end_inset
28269
28270
28271 \begin_inset Index
28272 status collapsed
28273
28274 \begin_layout Plain Layout
28275 Boxen ! Minipage
28276 \end_layout
28277
28278 \end_inset
28279
28280
28281 \end_layout
28282
28283 \begin_layout Standard
28284 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28285  deshalb unter anderem eigene Fußnoten haben.
28286 \end_layout
28287
28288 \begin_layout Standard
28289 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28290 \end_layout
28291
28292 \begin_layout Standard
28293 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28294  Ihre Breite ist 45 Spaltenbreite
28295 \begin_inset space ~
28296 \end_inset
28297
28298 %, und sie sind durch einen 
28299 \family sans
28300 HFill
28301 \family default
28302  getrennt (
28303 \family sans
28304 Einfügen\SpecialChar \menuseparator
28305 Formatierung\SpecialChar \menuseparator
28306 Horizontaler
28307 \begin_inset space \space{}
28308 \end_inset
28309
28310 Abstand\SpecialChar \menuseparator
28311 Abstand\SpecialChar \menuseparator
28312 Variabler
28313 \begin_inset space ~
28314 \end_inset
28315
28316 horiz.
28317 \begin_inset space ~
28318 \end_inset
28319
28320 Abstand
28321 \family default
28322 ).
28323 \begin_inset Newpage newpage
28324 \end_inset
28325
28326
28327 \end_layout
28328
28329 \begin_layout Standard
28330 \noindent
28331 \begin_inset Box Frameless
28332 position "t"
28333 hor_pos "c"
28334 has_inner_box 1
28335 inner_pos "c"
28336 use_parbox 0
28337 width "45col%"
28338 special "none"
28339 height "1in"
28340 height_special "totalheight"
28341 status open
28342
28343 \begin_layout Plain Layout
28344 Dies ist ein deutscher Text.
28345  Dies ist ein deutscher Text.
28346  Dies ist ein deutscher Text.
28347  Dies ist ein deutscher Text.
28348  Dies ist ein deutscher Text.
28349  Dies ist ein deutscher Text.
28350  Dies ist ein deutscher Text.
28351  Dies ist ein deutscher Text.
28352  Dies ist ein deutscher Text.
28353  Dies ist ein deutscher Text.
28354  Dies ist ein deutscher Text.
28355  Dies ist ein deutscher Text.
28356  Dies ist ein deutscher Text
28357 \begin_inset Foot
28358 status open
28359
28360 \begin_layout Plain Layout
28361 Dies ist eine deutsche Fußnote.
28362 \end_layout
28363
28364 \end_inset
28365
28366 .
28367  Dies ist ein deutscher Text.
28368  Dies ist ein deutscher Text.
28369 \end_layout
28370
28371 \end_inset
28372
28373
28374 \begin_inset space \hfill{}
28375 \end_inset
28376
28377
28378 \begin_inset Box Frameless
28379 position "t"
28380 hor_pos "c"
28381 has_inner_box 1
28382 inner_pos "c"
28383 use_parbox 0
28384 width "45col%"
28385 special "none"
28386 height "1in"
28387 height_special "totalheight"
28388 status open
28389
28390 \begin_layout Plain Layout
28391
28392 \lang english
28393 This is an English Text.
28394  This is an English Text.
28395  This is an English Text.
28396  This is an English Text.
28397  This is an English Text.
28398  This is an English Text.
28399  This is an English Text.
28400  This is an English Text.
28401  This is an English Text.
28402  This is an English Text.
28403  This is an English Text.
28404  This is an English Text.
28405  This is an English Text.
28406  This is an English Text.
28407  This is an English Text.
28408  This is an English Text.
28409 \begin_inset Foot
28410 status collapsed
28411
28412 \begin_layout Plain Layout
28413
28414 \lang english
28415 This is an English footnote.
28416 \end_layout
28417
28418 \end_inset
28419
28420  This is an English Text.
28421  
28422 \end_layout
28423
28424 \end_inset
28425
28426
28427 \end_layout
28428
28429 \begin_layout Standard
28430 \noindent
28431 \begin_inset VSpace bigskip
28432 \end_inset
28433
28434 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
28435  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
28436  auf der die Tabelle gedruckt wird: 
28437 \begin_inset Tabular
28438 <lyxtabular version="3" rows="3" columns="4">
28439 <features>
28440 <column alignment="center" valignment="top" width="0pt">
28441 <column alignment="center" valignment="top" width="0pt">
28442 <column alignment="center" valignment="top" width="0pt">
28443 <column alignment="center" valignment="top" width="0pt">
28444 <row>
28445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28446 \begin_inset Text
28447
28448 \begin_layout Plain Layout
28449 1
28450 \end_layout
28451
28452 \end_inset
28453 </cell>
28454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28455 \begin_inset Text
28456
28457 \begin_layout Plain Layout
28458 2
28459 \end_layout
28460
28461 \end_inset
28462 </cell>
28463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28464 \begin_inset Text
28465
28466 \begin_layout Plain Layout
28467 3
28468 \begin_inset Foot
28469 status collapsed
28470
28471 \begin_layout Plain Layout
28472 Dies ist eine Fußnote in einer Tabelle.
28473 \end_layout
28474
28475 \end_inset
28476
28477
28478 \end_layout
28479
28480 \end_inset
28481 </cell>
28482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28483 \begin_inset Text
28484
28485 \begin_layout Plain Layout
28486 4
28487 \end_layout
28488
28489 \end_inset
28490 </cell>
28491 </row>
28492 <row>
28493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28494 \begin_inset Text
28495
28496 \begin_layout Plain Layout
28497 a
28498 \end_layout
28499
28500 \end_inset
28501 </cell>
28502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28503 \begin_inset Text
28504
28505 \begin_layout Plain Layout
28506 b
28507 \end_layout
28508
28509 \end_inset
28510 </cell>
28511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28512 \begin_inset Text
28513
28514 \begin_layout Plain Layout
28515 c
28516 \end_layout
28517
28518 \end_inset
28519 </cell>
28520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28521 \begin_inset Text
28522
28523 \begin_layout Plain Layout
28524 d
28525 \end_layout
28526
28527 \end_inset
28528 </cell>
28529 </row>
28530 <row>
28531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28532 \begin_inset Text
28533
28534 \begin_layout Plain Layout
28535 e
28536 \end_layout
28537
28538 \end_inset
28539 </cell>
28540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28541 \begin_inset Text
28542
28543 \begin_layout Plain Layout
28544 f
28545 \end_layout
28546
28547 \end_inset
28548 </cell>
28549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28550 \begin_inset Text
28551
28552 \begin_layout Plain Layout
28553 g
28554 \end_layout
28555
28556 \end_inset
28557 </cell>
28558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28559 \begin_inset Text
28560
28561 \begin_layout Plain Layout
28562 h
28563 \end_layout
28564
28565 \end_inset
28566 </cell>
28567 </row>
28568 </lyxtabular>
28569
28570 \end_inset
28571
28572
28573 \end_layout
28574
28575 \begin_layout Standard
28576 \noindent
28577 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
28578  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
28579  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
28580  außerhalb.
28581 \end_layout
28582
28583 \begin_layout Standard
28584 \align center
28585 \begin_inset Box Frameless
28586 position "t"
28587 hor_pos "c"
28588 has_inner_box 1
28589 inner_pos "c"
28590 use_parbox 0
28591 width "30col%"
28592 special "none"
28593 height "1in"
28594 height_special "totalheight"
28595 status open
28596
28597 \begin_layout Plain Layout
28598 \align center
28599 \begin_inset Tabular
28600 <lyxtabular version="3" rows="3" columns="4">
28601 <features>
28602 <column alignment="center" valignment="top" width="0pt">
28603 <column alignment="center" valignment="top" width="0pt">
28604 <column alignment="center" valignment="top" width="0pt">
28605 <column alignment="center" valignment="top" width="0pt">
28606 <row>
28607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28608 \begin_inset Text
28609
28610 \begin_layout Plain Layout
28611 1
28612 \end_layout
28613
28614 \end_inset
28615 </cell>
28616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28617 \begin_inset Text
28618
28619 \begin_layout Plain Layout
28620 2
28621 \end_layout
28622
28623 \end_inset
28624 </cell>
28625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28626 \begin_inset Text
28627
28628 \begin_layout Plain Layout
28629 3
28630 \begin_inset Foot
28631 status collapsed
28632
28633 \begin_layout Plain Layout
28634 Dies ist eine Fußnote in einer Tabelle.
28635 \end_layout
28636
28637 \end_inset
28638
28639
28640 \end_layout
28641
28642 \end_inset
28643 </cell>
28644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28645 \begin_inset Text
28646
28647 \begin_layout Plain Layout
28648 4
28649 \end_layout
28650
28651 \end_inset
28652 </cell>
28653 </row>
28654 <row>
28655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28656 \begin_inset Text
28657
28658 \begin_layout Plain Layout
28659 a
28660 \end_layout
28661
28662 \end_inset
28663 </cell>
28664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28665 \begin_inset Text
28666
28667 \begin_layout Plain Layout
28668 b
28669 \end_layout
28670
28671 \end_inset
28672 </cell>
28673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28674 \begin_inset Text
28675
28676 \begin_layout Plain Layout
28677 c
28678 \end_layout
28679
28680 \end_inset
28681 </cell>
28682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28683 \begin_inset Text
28684
28685 \begin_layout Plain Layout
28686 d
28687 \end_layout
28688
28689 \end_inset
28690 </cell>
28691 </row>
28692 <row>
28693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28694 \begin_inset Text
28695
28696 \begin_layout Plain Layout
28697 e
28698 \end_layout
28699
28700 \end_inset
28701 </cell>
28702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28703 \begin_inset Text
28704
28705 \begin_layout Plain Layout
28706 f
28707 \end_layout
28708
28709 \end_inset
28710 </cell>
28711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28712 \begin_inset Text
28713
28714 \begin_layout Plain Layout
28715 g
28716 \end_layout
28717
28718 \end_inset
28719 </cell>
28720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28721 \begin_inset Text
28722
28723 \begin_layout Plain Layout
28724 h
28725 \end_layout
28726
28727 \end_inset
28728 </cell>
28729 </row>
28730 </lyxtabular>
28731
28732 \end_inset
28733
28734
28735 \end_layout
28736
28737 \end_inset
28738
28739
28740 \end_layout
28741
28742 \begin_layout Standard
28743 \begin_inset VSpace bigskip
28744 \end_inset
28745
28746 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
28747  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
28748  Absätze nicht eingerückt werden, obwohl Sie das in 
28749 \family sans
28750 Dokument
28751 \family default
28752 \SpecialChar \menuseparator
28753
28754 \family sans
28755 Einstellun\SpecialChar \-
28756 gen\SpecialChar \menuseparator
28757 Textformat
28758 \family default
28759  festgelegt haben.
28760  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
28761  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
28762 \series bold
28763
28764 \backslash
28765 hspace*{1em}
28766 \series default
28767 .
28768 \end_layout
28769
28770 \begin_layout Standard
28771 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
28772  zu verpassen, siehe Abschnitt
28773 \begin_inset space ~
28774 \end_inset
28775
28776
28777 \begin_inset CommandInset ref
28778 LatexCommand ref
28779 reference "uab:Farbe-für-Absätze"
28780
28781 \end_inset
28782
28783 .
28784 \end_layout
28785
28786 \begin_layout Standard
28787 \begin_inset Note Greyedout
28788 status open
28789
28790 \begin_layout Plain Layout
28791
28792 \series bold
28793 Bemerkung:
28794 \series default
28795  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
28796  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
28797 \end_layout
28798
28799 \end_inset
28800
28801
28802 \end_layout
28803
28804 \begin_layout Section
28805 Parbox
28806 \begin_inset CommandInset label
28807 LatexCommand label
28808 name "abs:Parbox"
28809
28810 \end_inset
28811
28812
28813 \begin_inset Index
28814 status collapsed
28815
28816 \begin_layout Plain Layout
28817 Boxen ! Parbox
28818 \end_layout
28819
28820 \end_inset
28821
28822
28823 \end_layout
28824
28825 \begin_layout Standard
28826 Parbox ist eine Abkürzung für 
28827 \begin_inset Quotes gld
28828 \end_inset
28829
28830 paragraph box
28831 \begin_inset Quotes grd
28832 \end_inset
28833
28834 , was Absatzbox bedeutet.
28835  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
28836  Parboxen einige Einschränkungen.
28837  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
28838  gedruckt.:
28839 \end_layout
28840
28841 \begin_layout Standard
28842 \align center
28843 \begin_inset Box Frameless
28844 position "t"
28845 hor_pos "c"
28846 has_inner_box 1
28847 inner_pos "t"
28848 use_parbox 1
28849 width "33col%"
28850 special "none"
28851 height "1in"
28852 height_special "totalheight"
28853 status collapsed
28854
28855 \begin_layout Plain Layout
28856 Dies ist Text in einer Parbox.
28857  Dies ist Text in einer Parbox.
28858 \end_layout
28859
28860 \begin_layout Plain Layout
28861 Diese Fußnote wird nicht gedruckt:
28862 \begin_inset Foot
28863 status collapsed
28864
28865 \begin_layout Plain Layout
28866 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
28867 \end_layout
28868
28869 \end_inset
28870
28871
28872 \end_layout
28873
28874 \end_inset
28875
28876
28877 \end_layout
28878
28879 \begin_layout Standard
28880 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
28881  und Theoreme enthalten.
28882 \end_layout
28883
28884 \begin_layout Section
28885 Boxen für Worte und Buchstaben
28886 \begin_inset Index
28887 status collapsed
28888
28889 \begin_layout Plain Layout
28890 Boxen ! für Buchstaben
28891 \end_layout
28892
28893 \end_inset
28894
28895
28896 \end_layout
28897
28898 \begin_layout Subsection
28899 Silbentrennung unterbinden 
28900 \begin_inset CommandInset label
28901 LatexCommand label
28902 name "abs:Silbentrennung-unterbinden"
28903
28904 \end_inset
28905
28906
28907 \begin_inset Index
28908 status collapsed
28909
28910 \begin_layout Plain Layout
28911 Boxen ! zur Vermeidung von Silbentrennung
28912 \end_layout
28913
28914 \end_inset
28915
28916
28917 \end_layout
28918
28919 \begin_layout Standard
28920 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
28921 \begin_inset Newline newline
28922 \end_inset
28923
28924 Hier ist ein Beispiel: 
28925 \end_layout
28926
28927 \begin_layout Standard
28928 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
28929 \begin_inset Quotes gld
28930 \end_inset
28931
28932 einsehrsehrsehrlangeswort
28933 \begin_inset Quotes grd
28934 \end_inset
28935
28936 .
28937 \end_layout
28938
28939 \begin_layout Standard
28940 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
28941  soll, den TeX-Code
28942 \end_layout
28943
28944 \begin_layout Standard
28945
28946 \series bold
28947
28948 \backslash
28949 mbox{
28950 \end_layout
28951
28952 \begin_layout Standard
28953 ein.
28954  Hinter dem Wort fügen Sie 
28955 \series bold
28956
28957 \begin_inset Quotes gld
28958 \end_inset
28959
28960 }
28961 \series default
28962
28963 \begin_inset Quotes grd
28964 \end_inset
28965
28966  als TeX-Code ein.
28967  Hier ist das Ergebnis:
28968 \end_layout
28969
28970 \begin_layout Standard
28971 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
28972 \begin_inset ERT
28973 status collapsed
28974
28975 \begin_layout Plain Layout
28976
28977
28978 \backslash
28979 mbox{
28980 \end_layout
28981
28982 \end_inset
28983
28984
28985 \begin_inset Quotes gld
28986 \end_inset
28987
28988 einsehrsehrsehrlangeswort
28989 \begin_inset Quotes grd
28990 \end_inset
28991
28992
28993 \begin_inset ERT
28994 status collapsed
28995
28996 \begin_layout Plain Layout
28997
28998 }
28999 \end_layout
29000
29001 \end_inset
29002
29003 .
29004 \end_layout
29005
29006 \begin_layout Standard
29007 Alternativ dazu kann man auch den Befehl 
29008 \begin_inset Quotes gld
29009 \end_inset
29010
29011
29012 \series bold
29013
29014 \backslash
29015 -
29016 \series default
29017
29018 \begin_inset Quotes grd
29019 \end_inset
29020
29021  als TeX-Code direkt vor das Wort setzen:
29022 \end_layout
29023
29024 \begin_layout Standard
29025 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29026 \begin_inset Quotes gld
29027 \end_inset
29028
29029
29030 \begin_inset ERT
29031 status collapsed
29032
29033 \begin_layout Plain Layout
29034
29035
29036 \backslash
29037 -
29038 \end_layout
29039
29040 \end_inset
29041
29042 einsehrsehrsehrlangeswort
29043 \begin_inset Quotes grd
29044 \end_inset
29045
29046 .
29047 \end_layout
29048
29049 \begin_layout Standard
29050 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
29051  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
29052 \series bold
29053 Strg-Eingabe
29054 \series default
29055 ) einfügen: 
29056 \end_layout
29057
29058 \begin_layout Standard
29059 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
29060 \begin_inset Newline newline
29061 \end_inset
29062
29063
29064 \begin_inset ERT
29065 status collapsed
29066
29067 \begin_layout Plain Layout
29068
29069
29070 \backslash
29071 mbox{
29072 \end_layout
29073
29074 \end_inset
29075
29076
29077 \begin_inset Quotes gld
29078 \end_inset
29079
29080 einsehrsehrsehrlangeswort
29081 \begin_inset Quotes grd
29082 \end_inset
29083
29084
29085 \begin_inset ERT
29086 status collapsed
29087
29088 \begin_layout Plain Layout
29089
29090 }
29091 \end_layout
29092
29093 \end_inset
29094
29095 .
29096 \end_layout
29097
29098 \begin_layout Subsection
29099 Vertikale Ausrichtung
29100 \begin_inset CommandInset label
29101 LatexCommand label
29102 name "uab:Vertikale-Ausrichtung"
29103
29104 \end_inset
29105
29106
29107 \begin_inset Index
29108 status collapsed
29109
29110 \begin_layout Plain Layout
29111 Boxen ! für Vertikale Ausrichtung
29112 \end_layout
29113
29114 \end_inset
29115
29116
29117 \begin_inset Index
29118 status collapsed
29119
29120 \begin_layout Plain Layout
29121 Boxen ! raisebox
29122 \end_layout
29123
29124 \end_inset
29125
29126
29127 \end_layout
29128
29129 \begin_layout Standard
29130 Mit dem LaTeX-Befehl 
29131 \series bold
29132
29133 \backslash
29134 raisebox
29135 \series default
29136  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29137 n Textes ausrichten.
29138  
29139 \series bold
29140
29141 \backslash
29142 raisebox
29143 \series default
29144  wird folgendermaßen benutzt:
29145 \end_layout
29146
29147 \begin_layout Standard
29148
29149 \series bold
29150
29151 \backslash
29152 raisebox{Verschiebung}[oben][unten]{Text}
29153 \end_layout
29154
29155 \begin_layout Standard
29156 Positive Werte für Verschiebung
29157 \series bold
29158  
29159 \series default
29160 verschieben die Box nach oben, negative nach unten.
29161  Die beiden optionalen Parameter 
29162 \family typewriter
29163 oben
29164 \family default
29165  und 
29166 \family typewriter
29167 unten
29168 \family default
29169  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29170  hinausgeht, wenn sie nicht verschoben ist.
29171 \end_layout
29172
29173 \begin_layout Standard
29174 Um zum Beispiel das Wort 
29175 \begin_inset Quotes gld
29176 \end_inset
29177
29178 provokant
29179 \begin_inset Quotes grd
29180 \end_inset
29181
29182  mit seinem 
29183 \begin_inset Quotes gld
29184 \end_inset
29185
29186 niedrigsten
29187 \begin_inset Quotes grd
29188 \end_inset
29189
29190  Buchstaben 
29191 \begin_inset Quotes gld
29192 \end_inset
29193
29194 p
29195 \begin_inset Quotes grd
29196 \end_inset
29197
29198  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29199 \end_layout
29200
29201 \begin_layout Standard
29202
29203 \series bold
29204
29205 \backslash
29206 raisebox{
29207 \backslash
29208 depth}{
29209 \end_layout
29210
29211 \begin_layout Standard
29212 vor dem Wort einfügen und 
29213 \begin_inset Quotes gld
29214 \end_inset
29215
29216
29217 \series bold
29218 }
29219 \series default
29220
29221 \begin_inset Quotes grd
29222 \end_inset
29223
29224  als TeX-Code dahinter:
29225 \end_layout
29226
29227 \begin_layout Standard
29228 Dies ist eine Zeile, in der das Wort 
29229 \begin_inset ERT
29230 status collapsed
29231
29232 \begin_layout Plain Layout
29233
29234
29235 \backslash
29236 raisebox{
29237 \backslash
29238 depth}{
29239 \end_layout
29240
29241 \end_inset
29242
29243
29244 \begin_inset Quotes gld
29245 \end_inset
29246
29247 provokant
29248 \begin_inset Quotes grd
29249 \end_inset
29250
29251
29252 \begin_inset ERT
29253 status collapsed
29254
29255 \begin_layout Plain Layout
29256
29257 }
29258 \end_layout
29259
29260 \end_inset
29261
29262  nach oben verschoben wurde.
29263 \end_layout
29264
29265 \begin_layout Standard
29266 \begin_inset VSpace bigskip
29267 \end_inset
29268
29269 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29270  gedehnt:
29271 \end_layout
29272
29273 \begin_layout Standard
29274 Dies ist eine Zeile, in der das Wort 
29275 \begin_inset ERT
29276 status collapsed
29277
29278 \begin_layout Plain Layout
29279
29280
29281 \backslash
29282 raisebox{-
29283 \backslash
29284 depth}{
29285 \end_layout
29286
29287 \end_inset
29288
29289
29290 \begin_inset Quotes gld
29291 \end_inset
29292
29293 provokant
29294 \begin_inset Quotes grd
29295 \end_inset
29296
29297
29298 \begin_inset ERT
29299 status collapsed
29300
29301 \begin_layout Plain Layout
29302
29303 }
29304 \end_layout
29305
29306 \end_inset
29307
29308  nach unten verschoben wurde.
29309 \end_layout
29310
29311 \begin_layout Standard
29312 Dies ist eine Zeile, in der das Wort 
29313 \begin_inset ERT
29314 status collapsed
29315
29316 \begin_layout Plain Layout
29317
29318
29319 \backslash
29320 raisebox{0.5cm}{
29321 \end_layout
29322
29323 \end_inset
29324
29325
29326 \begin_inset Quotes gld
29327 \end_inset
29328
29329 testen
29330 \begin_inset Quotes grd
29331 \end_inset
29332
29333
29334 \begin_inset ERT
29335 status collapsed
29336
29337 \begin_layout Plain Layout
29338
29339 }
29340 \end_layout
29341
29342 \end_inset
29343
29344  um 0.5
29345 \begin_inset space \thinspace{}
29346 \end_inset
29347
29348 cm nach oben verschoben wurde.
29349 \end_layout
29350
29351 \begin_layout Standard
29352 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
29353 \end_layout
29354
29355 \begin_layout Standard
29356
29357 \series bold
29358
29359 \backslash
29360 raisebox{-
29361 \backslash
29362 depth}[0pt]{
29363 \end_layout
29364
29365 \begin_layout Standard
29366 Dies ist eine Zeile, in der das Wort 
29367 \begin_inset ERT
29368 status collapsed
29369
29370 \begin_layout Plain Layout
29371
29372
29373 \backslash
29374 raisebox{-
29375 \backslash
29376 depth}[0pt]{
29377 \end_layout
29378
29379 \end_inset
29380
29381
29382 \begin_inset Quotes gld
29383 \end_inset
29384
29385 provokant
29386 \begin_inset Quotes grd
29387 \end_inset
29388
29389
29390 \begin_inset ERT
29391 status collapsed
29392
29393 \begin_layout Plain Layout
29394
29395 }
29396 \end_layout
29397
29398 \end_inset
29399
29400  nach unten verschoben wurde.
29401 \end_layout
29402
29403 \begin_layout Standard
29404 Dies ist eine Zeile, in der das Wort 
29405 \begin_inset ERT
29406 status collapsed
29407
29408 \begin_layout Plain Layout
29409
29410
29411 \backslash
29412 raisebox{0.5cm}[0pt]{
29413 \end_layout
29414
29415 \end_inset
29416
29417
29418 \begin_inset Quotes gld
29419 \end_inset
29420
29421 testen
29422 \begin_inset Quotes grd
29423 \end_inset
29424
29425
29426 \begin_inset ERT
29427 status collapsed
29428
29429 \begin_layout Plain Layout
29430
29431 }
29432 \end_layout
29433
29434 \end_inset
29435
29436  um 0.5
29437 \begin_inset space \thinspace{}
29438 \end_inset
29439
29440 cm nach oben verschoben wurde.
29441  Jetzt überschneiden sich die verschobenen Worte.
29442 \end_layout
29443
29444 \begin_layout Section
29445 Farbige Boxen
29446 \begin_inset CommandInset label
29447 LatexCommand label
29448 name "abs:Farbige-Boxen"
29449
29450 \end_inset
29451
29452
29453 \begin_inset Index
29454 status collapsed
29455
29456 \begin_layout Plain Layout
29457 Boxen ! farbige
29458 \end_layout
29459
29460 \end_inset
29461
29462
29463 \end_layout
29464
29465 \begin_layout Subsection
29466 Text-Hintergrundfarbe
29467 \begin_inset Index
29468 status collapsed
29469
29470 \begin_layout Plain Layout
29471 Farbe ! für Text-Hintergrund
29472 \end_layout
29473
29474 \end_inset
29475
29476
29477 \end_layout
29478
29479 \begin_layout Standard
29480 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
29481  sogenannten 
29482 \begin_inset Quotes gld
29483 \end_inset
29484
29485 colorbox
29486 \begin_inset Quotes grd
29487 \end_inset
29488
29489  stehen.
29490  Dafür muss das LaTeX-Paket 
29491 \series bold
29492 color
29493 \series default
29494
29495 \begin_inset Index
29496 status collapsed
29497
29498 \begin_layout Plain Layout
29499 LaTeX-Pakete ! color
29500 \end_layout
29501
29502 \end_inset
29503
29504  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
29505 \end_layout
29506
29507 \begin_layout Standard
29508
29509 \series bold
29510
29511 \backslash
29512 @ifundefined{textcolor}
29513 \begin_inset Newline newline
29514 \end_inset
29515
29516
29517 \begin_inset ERT
29518 status collapsed
29519
29520 \begin_layout Plain Layout
29521
29522
29523 \backslash
29524 hphantom{ }
29525 \end_layout
29526
29527 \end_inset
29528
29529 {
29530 \backslash
29531 usepackage{color}}{}
29532 \end_layout
29533
29534 \begin_layout Standard
29535 Wenn Sie Text einfärben, lädt LyX das Paket 
29536 \series bold
29537 color
29538 \series default
29539  automatisch.
29540 \begin_inset Foot
29541 status collapsed
29542
29543 \begin_layout Plain Layout
29544 Der Befehl 
29545 \series bold
29546
29547 \backslash
29548 @ifundefined
29549 \series default
29550  vermeidet, dass es in diesem Fall doppelt geladen wird.
29551 \end_layout
29552
29553 \end_inset
29554
29555
29556 \end_layout
29557
29558 \begin_layout Standard
29559 \begin_inset VSpace medskip
29560 \end_inset
29561
29562 Colorboxen werden mit dem Befehl 
29563 \series bold
29564
29565 \backslash
29566 colorbox
29567 \series default
29568  erzeugt:
29569 \end_layout
29570
29571 \begin_layout Standard
29572
29573 \series bold
29574
29575 \backslash
29576 colorbox{Farbe}{Boxinhalt}
29577 \end_layout
29578
29579 \begin_layout Standard
29580 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
29581  Boxen sein.
29582 \end_layout
29583
29584 \begin_layout Standard
29585 Die folgenden Farben sind vordefiniert:
29586 \family sans
29587  schwarz
29588 \family default
29589
29590 \family sans
29591 wei
29592 \family default
29593 ß, 
29594 \family sans
29595 rot
29596 \family default
29597 \series bold
29598 ,
29599 \series default
29600  
29601 \family sans
29602 grün
29603 \family default
29604
29605 \family sans
29606 blau
29607 \family default
29608
29609 \family sans
29610 türkis
29611 \family default
29612
29613 \family sans
29614 purpurrot
29615 \family default
29616  und 
29617 \family sans
29618 gelb
29619 \family default
29620 .
29621 \end_layout
29622
29623 \begin_layout Standard
29624 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
29625 \begin_inset space ~
29626 \end_inset
29627
29628
29629 \begin_inset CommandInset ref
29630 LatexCommand ref
29631 reference "abs:Farbige-Tabellen"
29632
29633 \end_inset
29634
29635  beschrieben.
29636 \end_layout
29637
29638 \begin_layout Standard
29639 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
29640  den TeX-Code-Befehl
29641 \end_layout
29642
29643 \begin_layout Standard
29644
29645 \series bold
29646
29647 \backslash
29648 colorbox{red}{
29649 \end_layout
29650
29651 \begin_layout Standard
29652 vor dem Wort ein.
29653  Hinter dem Wort fügen Sie 
29654 \series bold
29655
29656 \begin_inset Quotes gld
29657 \end_inset
29658
29659 }
29660 \series default
29661
29662 \begin_inset Quotes grd
29663 \end_inset
29664
29665  als TeX-Code ein.
29666  Hier ist das Ergebnis:
29667 \end_layout
29668
29669 \begin_layout Standard
29670 In dieser Zeile hat 
29671 \begin_inset ERT
29672 status collapsed
29673
29674 \begin_layout Plain Layout
29675
29676
29677 \backslash
29678 colorbox{red}{
29679 \end_layout
29680
29681 \end_inset
29682
29683 Achtung!
29684 \begin_inset ERT
29685 status collapsed
29686
29687 \begin_layout Plain Layout
29688
29689 }
29690 \end_layout
29691
29692 \end_inset
29693
29694  einen roten Hintergrund.
29695 \end_layout
29696
29697 \begin_layout Standard
29698 \begin_inset VSpace bigskip
29699 \end_inset
29700
29701 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
29702  
29703 \series bold
29704
29705 \backslash
29706 fcolorbox
29707 \series default
29708  verwenden:
29709 \end_layout
29710
29711 \begin_layout Standard
29712
29713 \series bold
29714
29715 \backslash
29716 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
29717 \end_layout
29718
29719 \begin_layout Standard
29720
29721 \series bold
29722
29723 \backslash
29724 fcolorbox
29725 \series default
29726  ist eine Erweiterung von 
29727 \series bold
29728
29729 \backslash
29730 colorbox
29731 \series default
29732 .
29733  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
29734  
29735 \series bold
29736
29737 \backslash
29738 fboxrule
29739 \series default
29740  und 
29741 \series bold
29742
29743 \backslash
29744 fboxsep
29745 \series default
29746  gesteuert werden, wie in Abschnitt
29747 \begin_inset space ~
29748 \end_inset
29749
29750
29751 \begin_inset CommandInset ref
29752 LatexCommand ref
29753 reference "uab:Verzierung"
29754
29755 \end_inset
29756
29757  beschrieben.
29758 \end_layout
29759
29760 \begin_layout Standard
29761 Für das folgende Beispiel wurde der Befehl
29762 \end_layout
29763
29764 \begin_layout Standard
29765
29766 \series bold
29767
29768 \backslash
29769 fcolorbox{cyan}{magenta}{
29770 \end_layout
29771
29772 \begin_layout Standard
29773 benutzt.
29774  Hier wurden die Rahmendicke und der Abstand auf 1
29775 \begin_inset space \thinspace{}
29776 \end_inset
29777
29778 mm gesetzt:
29779 \begin_inset Newline newline
29780 \end_inset
29781
29782
29783 \begin_inset ERT
29784 status collapsed
29785
29786 \begin_layout Plain Layout
29787
29788
29789 \backslash
29790 fboxrule 1mm 
29791 \backslash
29792 fboxsep 1mm
29793 \end_layout
29794
29795 \end_inset
29796
29797
29798 \begin_inset ERT
29799 status collapsed
29800
29801 \begin_layout Plain Layout
29802
29803
29804 \backslash
29805 fcolorbox{cyan}{green}{
29806 \end_layout
29807
29808 \end_inset
29809
29810 Dies ist Text in einer farbigen, gerahmten Box.
29811 \begin_inset ERT
29812 status collapsed
29813
29814 \begin_layout Plain Layout
29815
29816 }
29817 \end_layout
29818
29819 \end_inset
29820
29821
29822 \end_layout
29823
29824 \begin_layout Standard
29825 \begin_inset VSpace bigskip
29826 \end_inset
29827
29828 Natürlich gibt es auch farbigen Text in einer Colorbox:
29829 \begin_inset Newline newline
29830 \end_inset
29831
29832
29833 \begin_inset ERT
29834 status collapsed
29835
29836 \begin_layout Plain Layout
29837
29838
29839 \backslash
29840 fcolorbox{cyan}{green}{
29841 \end_layout
29842
29843 \end_inset
29844
29845
29846 \color yellow
29847 Dies ist farbiger Text in einer farbigen, gerahmten Box.
29848 \color none
29849
29850 \begin_inset ERT
29851 status collapsed
29852
29853 \begin_layout Plain Layout
29854
29855 }
29856 \end_layout
29857
29858 \end_inset
29859
29860
29861 \begin_inset ERT
29862 status collapsed
29863
29864 \begin_layout Plain Layout
29865
29866
29867 \backslash
29868 fboxrule 0.4pt 
29869 \backslash
29870 fboxsep 3pt
29871 \end_layout
29872
29873 \end_inset
29874
29875
29876 \end_layout
29877
29878 \begin_layout Standard
29879 \begin_inset VSpace bigskip
29880 \end_inset
29881
29882
29883 \end_layout
29884
29885 \begin_layout Standard
29886 \begin_inset Note Greyedout
29887 status open
29888
29889 \begin_layout Plain Layout
29890 \noindent
29891
29892 \series bold
29893 Bemerkung:
29894 \series default
29895  Text in Colorboxen kann nicht umgebrochen werden.
29896  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
29897  wie im folgenden beschrieben.
29898 \end_layout
29899
29900 \end_inset
29901
29902
29903 \end_layout
29904
29905 \begin_layout Subsection
29906 Farbe für Absätze
29907 \begin_inset CommandInset label
29908 LatexCommand label
29909 name "uab:Farbe-für-Absätze"
29910
29911 \end_inset
29912
29913
29914 \begin_inset Index
29915 status collapsed
29916
29917 \begin_layout Plain Layout
29918 Farbe ! für Absätze
29919 \end_layout
29920
29921 \end_inset
29922
29923
29924 \end_layout
29925
29926 \begin_layout Standard
29927 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
29928  den Text in eine Minipage stellen.
29929  Vor der Minipage fügen Sie den TeX-Code-Befehl
29930 \end_layout
29931
29932 \begin_layout Standard
29933
29934 \series bold
29935
29936 \backslash
29937 colorbox{color}{
29938 \end_layout
29939
29940 \begin_layout Standard
29941 ein.
29942  Hinter der Minipage fügen Sie 
29943 \series bold
29944
29945 \begin_inset Quotes gld
29946 \end_inset
29947
29948 }
29949 \series default
29950
29951 \begin_inset Quotes grd
29952 \end_inset
29953
29954  als TeX-Code ein.
29955 \end_layout
29956
29957 \begin_layout Standard
29958 \begin_inset ERT
29959 status collapsed
29960
29961 \begin_layout Plain Layout
29962
29963
29964 \backslash
29965 colorbox{hellgrau}{
29966 \end_layout
29967
29968 \end_inset
29969
29970
29971 \begin_inset Box Frameless
29972 position "t"
29973 hor_pos "c"
29974 has_inner_box 1
29975 inner_pos "t"
29976 use_parbox 0
29977 width "100col%"
29978 special "none"
29979 height "1in"
29980 height_special "totalheight"
29981 status collapsed
29982
29983 \begin_layout Plain Layout
29984 Dies ist Text mit einer Hintergrundfarbe.
29985  Dies ist Text mit einer Hintergrundfarbe.
29986 \end_layout
29987
29988 \begin_layout Plain Layout
29989 Der Text kann Fußnoten
29990 \begin_inset Foot
29991 status open
29992
29993 \begin_layout Plain Layout
29994 Eine weitere Fußnote
29995 \end_layout
29996
29997 \end_inset
29998
29999  und Tabellen und Abbildungen enthalten.
30000 \end_layout
30001
30002 \begin_layout Plain Layout
30003 \align center
30004 \begin_inset Tabular
30005 <lyxtabular version="3" rows="3" columns="3">
30006 <features>
30007 <column alignment="center" valignment="top" width="0">
30008 <column alignment="center" valignment="top" width="0">
30009 <column alignment="center" valignment="top" width="0">
30010 <row>
30011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30012 \begin_inset Text
30013
30014 \begin_layout Plain Layout
30015 a
30016 \end_layout
30017
30018 \end_inset
30019 </cell>
30020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30021 \begin_inset Text
30022
30023 \begin_layout Plain Layout
30024 !
30025 \end_layout
30026
30027 \end_inset
30028 </cell>
30029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30030 \begin_inset Text
30031
30032 \begin_layout Plain Layout
30033 3
30034 \end_layout
30035
30036 \end_inset
30037 </cell>
30038 </row>
30039 <row>
30040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30041 \begin_inset Text
30042
30043 \begin_layout Plain Layout
30044 <
30045 \end_layout
30046
30047 \end_inset
30048 </cell>
30049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30050 \begin_inset Text
30051
30052 \begin_layout Plain Layout
30053 b2
30054 \begin_inset Quotes erd
30055 \end_inset
30056
30057 |
30058 \end_layout
30059
30060 \end_inset
30061 </cell>
30062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30063 \begin_inset Text
30064
30065 \begin_layout Plain Layout
30066 >
30067 \end_layout
30068
30069 \end_inset
30070 </cell>
30071 </row>
30072 <row>
30073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30074 \begin_inset Text
30075
30076 \begin_layout Plain Layout
30077 1
30078 \end_layout
30079
30080 \end_inset
30081 </cell>
30082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30083 \begin_inset Text
30084
30085 \begin_layout Plain Layout
30086 §
30087 \end_layout
30088
30089 \end_inset
30090 </cell>
30091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30092 \begin_inset Text
30093
30094 \begin_layout Plain Layout
30095 c
30096 \end_layout
30097
30098 \end_inset
30099 </cell>
30100 </row>
30101 </lyxtabular>
30102
30103 \end_inset
30104
30105
30106 \end_layout
30107
30108 \end_inset
30109
30110
30111 \begin_inset ERT
30112 status collapsed
30113
30114 \begin_layout Plain Layout
30115
30116 }
30117 \end_layout
30118
30119 \end_inset
30120
30121
30122 \end_layout
30123
30124 \begin_layout Section
30125 Rotierte und skalierte Boxen
30126 \end_layout
30127
30128 \begin_layout Standard
30129 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30130 \series bold
30131 graphicx
30132 \series default
30133
30134 \begin_inset Index
30135 status collapsed
30136
30137 \begin_layout Plain Layout
30138 LaTeX-Pakete ! graphicx
30139 \end_layout
30140
30141 \end_inset
30142
30143  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30144 \end_layout
30145
30146 \begin_layout Standard
30147
30148 \series bold
30149
30150 \backslash
30151 @ifundefined{rotatebox}
30152 \begin_inset Newline newline
30153 \end_inset
30154
30155
30156 \begin_inset ERT
30157 status collapsed
30158
30159 \begin_layout Plain Layout
30160
30161
30162 \backslash
30163 hphantom{ }
30164 \end_layout
30165
30166 \end_inset
30167
30168 {
30169 \backslash
30170 usepackage{graphicx}}{}
30171 \end_layout
30172
30173 \begin_layout Standard
30174 \begin_inset Note Greyedout
30175 status open
30176
30177 \begin_layout Plain Layout
30178
30179 \series bold
30180 Bemerkung:
30181 \series default
30182  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30183  darstellen.
30184  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30185 \end_layout
30186
30187 \end_inset
30188
30189
30190 \end_layout
30191
30192 \begin_layout Standard
30193 \begin_inset Note Greyedout
30194 status open
30195
30196 \begin_layout Plain Layout
30197
30198 \series bold
30199 Bemerkung:
30200 \series default
30201  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30202 \end_layout
30203
30204 \end_inset
30205
30206
30207 \end_layout
30208
30209 \begin_layout Subsection
30210 Rotierte Boxen
30211 \begin_inset Index
30212 status collapsed
30213
30214 \begin_layout Plain Layout
30215 Boxen ! rotierte
30216 \end_layout
30217
30218 \end_inset
30219
30220
30221 \begin_inset Index
30222 status collapsed
30223
30224 \begin_layout Plain Layout
30225 Rotiertes Material
30226 \end_layout
30227
30228 \end_inset
30229
30230
30231 \begin_inset Index
30232 status collapsed
30233
30234 \begin_layout Plain Layout
30235 Abbildungen ! rotierte
30236 \end_layout
30237
30238 \end_inset
30239
30240
30241 \begin_inset Index
30242 status collapsed
30243
30244 \begin_layout Plain Layout
30245 Tabellen ! rotierte
30246 \end_layout
30247
30248 \end_inset
30249
30250
30251 \end_layout
30252
30253 \begin_layout Standard
30254 Um Text zu drehen, verwendet man den Befehl 
30255 \series bold
30256
30257 \backslash
30258 rotatebox
30259 \series default
30260  im TeX-Code nach folgendem Schema:
30261 \end_layout
30262
30263 \begin_layout Standard
30264
30265 \series bold
30266
30267 \backslash
30268 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30269 \end_layout
30270
30271 \begin_layout Standard
30272 Der Drehpunkt wird mit 
30273 \series bold
30274 origin=Position
30275 \series default
30276  angegeben.
30277  Folgende Positionen sind möglich: 
30278 \emph on
30279 c
30280 \emph default
30281  (mittig), 
30282 \emph on
30283 l
30284 \emph default
30285  (links), 
30286 \emph on
30287 r
30288 \emph default
30289  (rechts), 
30290 \emph on
30291 b
30292 \emph default
30293  (unten), 
30294 \emph on
30295 t
30296 \emph default
30297  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30298  Z.
30299 \begin_inset space \thinspace{}
30300 \end_inset
30301
30302 B.
30303  bedeutet 
30304 \emph on
30305 lt
30306 \emph default
30307 , dass sich der Drehpunkt links oben befindet.
30308  Wird kein Drehpunkt angegeben, wird die Position 
30309 \emph on
30310 l
30311 \emph default
30312  verwendet.
30313  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30314  Gedreht wird gegen den Uhrzeigersinn.
30315 \end_layout
30316
30317 \begin_layout Standard
30318 Im folgenden Beispiel wurde vor dem Text der Befehl 
30319 \series bold
30320
30321 \backslash
30322 rotatebox[origin=c]{60}{
30323 \series default
30324  im TeX-Modus eingegeben.
30325  Nach dem Text wurde die schließende Klammer 
30326 \series bold
30327 }
30328 \series default
30329  wiederum im TeX-Modus eingegeben.
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=c]{60}{
30342 \end_layout
30343
30344 \end_inset
30345
30346 mit rotiertem
30347 \begin_inset ERT
30348 status collapsed
30349
30350 \begin_layout Plain Layout
30351
30352 }
30353 \end_layout
30354
30355 \end_inset
30356
30357  Text.
30358 \end_layout
30359
30360 \begin_layout Standard
30361 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
30362 \end_layout
30363
30364 \begin_layout Standard
30365 Dies ist eine Zeile 
30366 \begin_inset ERT
30367 status collapsed
30368
30369 \begin_layout Plain Layout
30370
30371
30372 \backslash
30373 rotatebox[origin=r]{-60}{
30374 \end_layout
30375
30376 \end_inset
30377
30378
30379 \begin_inset Box Doublebox
30380 position "c"
30381 hor_pos "c"
30382 has_inner_box 0
30383 inner_pos "c"
30384 use_parbox 0
30385 width "1in"
30386 special "width"
30387 height "1in"
30388 height_special "totalheight"
30389 status collapsed
30390
30391 \begin_layout Plain Layout
30392 mit rotiertem
30393 \end_layout
30394
30395 \end_inset
30396
30397
30398 \begin_inset ERT
30399 status collapsed
30400
30401 \begin_layout Plain Layout
30402
30403 }
30404 \end_layout
30405
30406 \end_inset
30407
30408  umrandeten Text 
30409 \begin_inset ERT
30410 status collapsed
30411
30412 \begin_layout Plain Layout
30413
30414
30415 \backslash
30416 rotatebox[origin=lb]{60}{
30417 \end_layout
30418
30419 \end_inset
30420
30421
30422 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30423 \end_inset
30424
30425
30426 \begin_inset ERT
30427 status collapsed
30428
30429 \begin_layout Plain Layout
30430
30431 }
30432 \end_layout
30433
30434 \end_inset
30435
30436  und einer Formel.
30437 \end_layout
30438
30439 \begin_layout Standard
30440 Oder ein Bild oder Tabelle:
30441 \end_layout
30442
30443 \begin_layout Standard
30444 Dies ist eine Zeile 
30445 \begin_inset ERT
30446 status collapsed
30447
30448 \begin_layout Plain Layout
30449
30450
30451 \backslash
30452 rotatebox[origin=lb]{90}{
30453 \end_layout
30454
30455 \end_inset
30456
30457
30458 \begin_inset Graphics
30459         filename ../clipart/platypus.eps
30460         lyxscale 50
30461         width 25col%
30462
30463 \end_inset
30464
30465
30466 \begin_inset ERT
30467 status collapsed
30468
30469 \begin_layout Plain Layout
30470
30471 }
30472 \end_layout
30473
30474 \end_inset
30475
30476  mit einem rotierten Bild 
30477 \begin_inset ERT
30478 status collapsed
30479
30480 \begin_layout Plain Layout
30481
30482
30483 \backslash
30484 rotatebox[origin=l]{-90}{
30485 \end_layout
30486
30487 \end_inset
30488
30489
30490 \begin_inset Tabular
30491 <lyxtabular version="3" rows="2" columns="2">
30492 <features>
30493 <column alignment="center" valignment="top" width="0">
30494 <column alignment="center" valignment="top" width="0">
30495 <row>
30496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30497 \begin_inset Text
30498
30499 \begin_layout Plain Layout
30500 q
30501 \end_layout
30502
30503 \end_inset
30504 </cell>
30505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30506 \begin_inset Text
30507
30508 \begin_layout Plain Layout
30509 w
30510 \end_layout
30511
30512 \end_inset
30513 </cell>
30514 </row>
30515 <row>
30516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30517 \begin_inset Text
30518
30519 \begin_layout Plain Layout
30520 e
30521 \end_layout
30522
30523 \end_inset
30524 </cell>
30525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30526 \begin_inset Text
30527
30528 \begin_layout Plain Layout
30529 r
30530 \end_layout
30531
30532 \end_inset
30533 </cell>
30534 </row>
30535 </lyxtabular>
30536
30537 \end_inset
30538
30539
30540 \begin_inset ERT
30541 status collapsed
30542
30543 \begin_layout Plain Layout
30544
30545 }
30546 \end_layout
30547
30548 \end_inset
30549
30550  und Tabelle.
30551 \end_layout
30552
30553 \begin_layout Subsection
30554 Skalierte Boxen
30555 \begin_inset Index
30556 status collapsed
30557
30558 \begin_layout Plain Layout
30559 Boxen ! skalierte
30560 \end_layout
30561
30562 \end_inset
30563
30564
30565 \begin_inset Index
30566 status collapsed
30567
30568 \begin_layout Plain Layout
30569 Skaliertes Material
30570 \end_layout
30571
30572 \end_inset
30573
30574
30575 \begin_inset Index
30576 status collapsed
30577
30578 \begin_layout Plain Layout
30579 Abbildungen ! skalierte
30580 \end_layout
30581
30582 \end_inset
30583
30584
30585 \begin_inset Index
30586 status collapsed
30587
30588 \begin_layout Plain Layout
30589 Tabellen ! skalierte
30590 \end_layout
30591
30592 \end_inset
30593
30594
30595 \end_layout
30596
30597 \begin_layout Standard
30598 Um Text zu skalieren, kann man die Befehle 
30599 \series bold
30600
30601 \backslash
30602 scalebox
30603 \series default
30604  und 
30605 \series bold
30606
30607 \backslash
30608 resizebox
30609 \series default
30610  im TeX-Modus verwenden.
30611 \end_layout
30612
30613 \begin_layout Standard
30614
30615 \series bold
30616
30617 \backslash
30618 scalebox
30619 \series default
30620  wird nach folgendem Schema verwendet:
30621 \end_layout
30622
30623 \begin_layout Standard
30624
30625 \series bold
30626
30627 \backslash
30628 scalebox{horizontal}[vertikal]{Boxinhalt}
30629 \end_layout
30630
30631 \begin_layout Standard
30632 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
30633  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
30634  verwendet.
30635 \end_layout
30636
30637 \begin_layout Standard
30638 Z.
30639 \begin_inset space \thinspace{}
30640 \end_inset
30641
30642 B.
30643  ergibt der Befehl 
30644 \series bold
30645
30646 \backslash
30647 scalebox{2}{Hallo}
30648 \series default
30649  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
30650 \begin_inset ERT
30651 status collapsed
30652
30653 \begin_layout Plain Layout
30654
30655
30656 \backslash
30657 scalebox{2}{
30658 \end_layout
30659
30660 \end_inset
30661
30662 Hallo
30663 \begin_inset ERT
30664 status collapsed
30665
30666 \begin_layout Plain Layout
30667
30668 }
30669 \end_layout
30670
30671 \end_inset
30672
30673 .
30674 \end_layout
30675
30676 \begin_layout Standard
30677
30678 \series bold
30679
30680 \backslash
30681 scalebox{2}[1]{Hallo}
30682 \series default
30683  verzerrt hingegen das 
30684 \begin_inset ERT
30685 status collapsed
30686
30687 \begin_layout Plain Layout
30688
30689
30690 \backslash
30691 scalebox{2}[1]{
30692 \end_layout
30693
30694 \end_inset
30695
30696 Hallo
30697 \begin_inset ERT
30698 status collapsed
30699
30700 \begin_layout Plain Layout
30701
30702 }
30703 \end_layout
30704
30705 \end_inset
30706
30707 .
30708 \end_layout
30709
30710 \begin_layout Standard
30711 Die Skalierungsfaktoren dürfen auch negativ sein.
30712  In diesem Fall wird der Boxinhalt gespiegelt.
30713 \end_layout
30714
30715 \begin_layout Standard
30716 Daher lässt sich mit dem Befehl 
30717 \series bold
30718
30719 \backslash
30720 scalebox{-1}[1]{Hallo}
30721 \series default
30722  Spiegelschrift erstellen: 
30723 \begin_inset ERT
30724 status collapsed
30725
30726 \begin_layout Plain Layout
30727
30728
30729 \backslash
30730 scalebox{-1}[1]{
30731 \end_layout
30732
30733 \end_inset
30734
30735 Hallo
30736 \begin_inset ERT
30737 status collapsed
30738
30739 \begin_layout Plain Layout
30740
30741 }
30742 \end_layout
30743
30744 \end_inset
30745
30746
30747 \end_layout
30748
30749 \begin_layout Standard
30750
30751 \series bold
30752
30753 \backslash
30754 scalebox{1}[-1]{Hallo}
30755 \series default
30756  spiegelt das 
30757 \begin_inset ERT
30758 status collapsed
30759
30760 \begin_layout Plain Layout
30761
30762
30763 \backslash
30764 scalebox{1}[-1]{
30765 \end_layout
30766
30767 \end_inset
30768
30769 Hallo
30770 \begin_inset ERT
30771 status collapsed
30772
30773 \begin_layout Plain Layout
30774
30775 }
30776 \end_layout
30777
30778 \end_inset
30779
30780  an der Grundlinie.
30781 \end_layout
30782
30783 \begin_layout Standard
30784 Zu 
30785 \series bold
30786
30787 \backslash
30788 scalebox{-1}[1]{Boxinhalt}
30789 \series default
30790  gibt es den äquivalenten Befehl
30791 \begin_inset Newline newline
30792 \end_inset
30793
30794
30795 \series bold
30796
30797 \backslash
30798 reflectbox{Boxinhalt}
30799 \series default
30800 .
30801 \end_layout
30802
30803 \begin_layout Standard
30804 \begin_inset VSpace bigskip
30805 \end_inset
30806
30807
30808 \series bold
30809
30810 \backslash
30811 resizebox
30812 \series default
30813  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
30814  skalieren.
30815  Das Befehlsschema ist folgendes:
30816 \end_layout
30817
30818 \begin_layout Standard
30819
30820 \series bold
30821
30822 \backslash
30823 resizebox{Breite}{Höhe}{Boxinhalt}
30824 \end_layout
30825
30826 \begin_layout Standard
30827 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
30828 \series bold
30829 !
30830 \series default
30831  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
30832  wird.
30833 \end_layout
30834
30835 \begin_layout Standard
30836 Der Befehl 
30837 \series bold
30838
30839 \backslash
30840 resizebox{2cm}{1cm}{Hallo}
30841 \series default
30842  ergibt: 
30843 \begin_inset ERT
30844 status collapsed
30845
30846 \begin_layout Plain Layout
30847
30848
30849 \backslash
30850 resizebox{2cm}{1cm}{
30851 \end_layout
30852
30853 \end_inset
30854
30855 Hallo
30856 \begin_inset ERT
30857 status collapsed
30858
30859 \begin_layout Plain Layout
30860
30861 }
30862 \end_layout
30863
30864 \end_inset
30865
30866
30867 \begin_inset Newline newline
30868 \end_inset
30869
30870 Der Befehl 
30871 \series bold
30872
30873 \backslash
30874 resizebox{2cm}{!}{Hallo}
30875 \series default
30876  ergibt: 
30877 \begin_inset ERT
30878 status collapsed
30879
30880 \begin_layout Plain Layout
30881
30882
30883 \backslash
30884 resizebox{2cm}{!}{
30885 \end_layout
30886
30887 \end_inset
30888
30889 Hallo
30890 \begin_inset ERT
30891 status collapsed
30892
30893 \begin_layout Plain Layout
30894
30895 }
30896 \end_layout
30897
30898 \end_inset
30899
30900
30901 \end_layout
30902
30903 \begin_layout Standard
30904 \begin_inset VSpace bigskip
30905 \end_inset
30906
30907
30908 \begin_inset Note Greyedout
30909 status open
30910
30911 \begin_layout Plain Layout
30912
30913 \series bold
30914 Bemerkung:
30915 \series default
30916  Wurde in Argumenten von 
30917 \series bold
30918
30919 \backslash
30920 scalebox
30921 \series default
30922  oder 
30923 \series bold
30924
30925 \backslash
30926 resizebox
30927 \series default
30928  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
30929  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
30930  werden.
30931 \end_layout
30932
30933 \end_inset
30934
30935
30936 \end_layout
30937
30938 \begin_layout Standard
30939 \begin_inset VSpace bigskip
30940 \end_inset
30941
30942
30943 \end_layout
30944
30945 \begin_layout Standard
30946 Alle Boxen können beliebig miteinander kombiniert werden.
30947  So ergibt z.
30948 \begin_inset space \thinspace{}
30949 \end_inset
30950
30951 B.
30952  der Befehl
30953 \begin_inset Newline newline
30954 \end_inset
30955
30956
30957 \series bold
30958
30959 \backslash
30960 rotatebox[origin=c]{-45}{
30961 \backslash
30962 resizebox{2cm}{!}{
30963 \backslash
30964 reflectbox{Hallo}}}
30965 \series default
30966 :
30967 \end_layout
30968
30969 \begin_layout Standard
30970 \align center
30971 \begin_inset ERT
30972 status collapsed
30973
30974 \begin_layout Plain Layout
30975
30976
30977 \backslash
30978 rotatebox[origin=c]{-45}{
30979 \backslash
30980 resizebox{2cm}{!}{
30981 \backslash
30982 reflectbox{
30983 \end_layout
30984
30985 \end_inset
30986
30987 Hallo
30988 \begin_inset ERT
30989 status collapsed
30990
30991 \begin_layout Plain Layout
30992
30993 }}}
30994 \end_layout
30995
30996 \end_inset
30997
30998
30999 \end_layout
31000
31001 \begin_layout Standard
31002 \noindent
31003 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
31004 \end_layout
31005
31006 \begin_layout Standard
31007 \align center
31008 \begin_inset ERT
31009 status collapsed
31010
31011 \begin_layout Plain Layout
31012
31013
31014 \backslash
31015 rotatebox[origin=c]{-30}{
31016 \backslash
31017 resizebox{2cm}{!}{
31018 \backslash
31019 reflectbox{
31020 \end_layout
31021
31022 \end_inset
31023
31024
31025 \begin_inset Graphics
31026         filename ../clipart/platypus.eps
31027         lyxscale 50
31028         width 25col%
31029
31030 \end_inset
31031
31032
31033 \begin_inset ERT
31034 status collapsed
31035
31036 \begin_layout Plain Layout
31037
31038 }}}
31039 \end_layout
31040
31041 \end_inset
31042
31043
31044 \begin_inset ERT
31045 status collapsed
31046
31047 \begin_layout Plain Layout
31048
31049
31050 \backslash
31051 rotatebox[origin=c]{-45}{
31052 \backslash
31053 resizebox{2cm}{!}{
31054 \backslash
31055 reflectbox{
31056 \end_layout
31057
31058 \end_inset
31059
31060
31061 \begin_inset Tabular
31062 <lyxtabular version="3" rows="2" columns="2">
31063 <features>
31064 <column alignment="center" valignment="top" width="0">
31065 <column alignment="center" valignment="top" width="0">
31066 <row>
31067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31068 \begin_inset Text
31069
31070 \begin_layout Plain Layout
31071 q
31072 \end_layout
31073
31074 \end_inset
31075 </cell>
31076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31077 \begin_inset Text
31078
31079 \begin_layout Plain Layout
31080 w
31081 \end_layout
31082
31083 \end_inset
31084 </cell>
31085 </row>
31086 <row>
31087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31088 \begin_inset Text
31089
31090 \begin_layout Plain Layout
31091 e
31092 \end_layout
31093
31094 \end_inset
31095 </cell>
31096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31097 \begin_inset Text
31098
31099 \begin_layout Plain Layout
31100 r
31101 \end_layout
31102
31103 \end_inset
31104 </cell>
31105 </row>
31106 </lyxtabular>
31107
31108 \end_inset
31109
31110
31111 \begin_inset ERT
31112 status collapsed
31113
31114 \begin_layout Plain Layout
31115
31116 }}}
31117 \end_layout
31118
31119 \end_inset
31120
31121
31122 \begin_inset ERT
31123 status collapsed
31124
31125 \begin_layout Plain Layout
31126
31127
31128 \backslash
31129 rotatebox[origin=c]{-45}{
31130 \backslash
31131 resizebox{2cm}{!}{
31132 \backslash
31133 reflectbox{
31134 \end_layout
31135
31136 \end_inset
31137
31138
31139 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31140 \end_inset
31141
31142
31143 \begin_inset ERT
31144 status collapsed
31145
31146 \begin_layout Plain Layout
31147
31148 }}}
31149 \end_layout
31150
31151 \end_inset
31152
31153
31154 \end_layout
31155
31156 \begin_layout Standard
31157 Hat man den globalen Formelstil 
31158 \series bold
31159 fleqn
31160 \series default
31161
31162 \begin_inset Foot
31163 status collapsed
31164
31165 \begin_layout Plain Layout
31166 Wenn 
31167 \begin_inset Quotes gld
31168 \end_inset
31169
31170 fleqn
31171 \begin_inset Quotes grd
31172 \end_inset
31173
31174  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31175 \end_layout
31176
31177 \end_inset
31178
31179  gewählt, kann man auch abgesetzte Formeln skalieren.
31180 \end_layout
31181
31182 \begin_layout Chapter
31183 Externe Dateien
31184 \begin_inset Index
31185 status collapsed
31186
31187 \begin_layout Plain Layout
31188 Dateien ! externe
31189 \end_layout
31190
31191 \end_inset
31192
31193
31194 \end_layout
31195
31196 \begin_layout Standard
31197 Mit 
31198 \family sans
31199 Einfügen\SpecialChar \menuseparator
31200 Datei
31201 \family default
31202  können Sie fremdes Material in Ihr Dokument einsetzen.
31203  Das kann folgendes sein:
31204 \end_layout
31205
31206 \begin_layout Description
31207 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31208  eingefügt.
31209 \end_layout
31210
31211 \begin_layout Description
31212 Einfacher
31213 \begin_inset space ~
31214 \end_inset
31215
31216 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31217  eingefügt.
31218 \end_layout
31219
31220 \begin_layout Description
31221 Einfacher
31222 \begin_inset space ~
31223 \end_inset
31224
31225 Text,
31226 \begin_inset space ~
31227 \end_inset
31228
31229 Zeilen
31230 \begin_inset space ~
31231 \end_inset
31232
31233 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31234  Leerzeilen trennen die Absätze.
31235 \end_layout
31236
31237 \begin_layout Description
31238 Externes
31239 \begin_inset space ~
31240 \end_inset
31241
31242 Material Dateien in verschiedenen Formaten.
31243 \end_layout
31244
31245 \begin_layout Description
31246 Unterdokument LyX- oder LaTeX-Dokumente.
31247 \end_layout
31248
31249 \begin_layout Section
31250 Externes Material
31251 \begin_inset Index
31252 status collapsed
31253
31254 \begin_layout Plain Layout
31255 Externes Material
31256 \end_layout
31257
31258 \end_inset
31259
31260
31261 \end_layout
31262
31263 \begin_layout Standard
31264 Mit 
31265 \family sans
31266 Einfügen\SpecialChar \menuseparator
31267 Datei\SpecialChar \menuseparator
31268  Externes Material
31269 \family default
31270  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31271  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31272  weil LyX sich darum kümmert.
31273  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31274  eingefügt werden können.
31275 \end_layout
31276
31277 \begin_layout Standard
31278 Zur Zeit können Sie folgende Dateitypen (
31279 \family sans
31280 Vorlagen
31281 \family default
31282 ) benutzen:
31283 \end_layout
31284
31285 \begin_layout Description
31286 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31287 \series bold
31288
31289 \begin_inset CommandInset href
31290 LatexCommand href
31291 name "XBoard"
31292 target "http://en.wikipedia.org/wiki/XBoard"
31293
31294 \end_inset
31295
31296
31297 \series default
31298  erzeugt wurden.
31299 \end_layout
31300
31301 \begin_layout Description
31302 Datum fügt ein Datum mit dem Format 
31303 \emph on
31304 Tag-Monat-Jahr
31305 \emph default
31306  ein.
31307  Hier ist ein Beispiel: 
31308 \begin_inset External
31309         template Date
31310         filename .
31311
31312 \end_inset
31313
31314
31315 \begin_inset space ~
31316 \end_inset
31317
31318
31319 \begin_inset Note Note
31320 status open
31321
31322 \begin_layout Plain Layout
31323
31324 \lang english
31325 Remove the protected space when bug 4398 is fixed!
31326 \end_layout
31327
31328 \end_inset
31329
31330
31331 \begin_inset Newline newline
31332 \end_inset
31333
31334 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
31335  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
31336  Menü 
31337 \family sans
31338 Einfügen\SpecialChar \menuseparator
31339 Datum
31340 \family default
31341  und mit dem LaTeX-Befehl 
31342 \series bold
31343
31344 \backslash
31345 today
31346 \series default
31347 .
31348  Die verschiedenen Methoden werden in Tabelle
31349 \begin_inset space ~
31350 \end_inset
31351
31352
31353 \begin_inset CommandInset ref
31354 LatexCommand ref
31355 reference "tab:Vergleich-der-Datums-Eingaben"
31356
31357 \end_inset
31358
31359  verglichen.
31360 \end_layout
31361
31362 \begin_layout Description
31363 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
31364 \series bold
31365
31366 \begin_inset CommandInset href
31367 LatexCommand href
31368 name "LilyPond"
31369 target "http://en.wikipedia.org/wiki/LilyPond"
31370
31371 \end_inset
31372
31373
31374 \series default
31375  schreiben.
31376 \end_layout
31377
31378 \begin_layout Description
31379 PDFPages Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
31380  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die 
31381 \emph on
31382 pages
31383 \emph default
31384  Option im Feld 
31385 \family sans
31386 Option
31387 \family default
31388  in der Karteikarte 
31389 \family sans
31390 LaTeX- und LyX-Optionen
31391 \family default
31392  entsprechend der Vorlagenbeschreibung im Dialog.
31393  Wenn keine 
31394 \emph on
31395 pages
31396 \emph default
31397  Option gegeben ist, wird nur die erste Seite des PDFs eingefügt.
31398 \end_layout
31399
31400 \begin_layout Description
31401 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
31402  Fast alle bekannten Bildformate werden unterstützt.
31403  Die Bilddateien können im Dialogfenster 
31404 \family sans
31405 Externes
31406 \begin_inset space ~
31407 \end_inset
31408
31409 Material
31410 \family default
31411  genauso behandelt werden wie die mit dem normalen 
31412 \family sans
31413 Grafik
31414 \family default
31415 -Dialog eingefügten, siehe Abschnitt
31416 \begin_inset space ~
31417 \end_inset
31418
31419
31420 \begin_inset CommandInset ref
31421 LatexCommand ref
31422 reference "abs:Grafik-Dialog"
31423
31424 \end_inset
31425
31426 .
31427  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
31428  und EPS-Bilder werden nicht unterstützt.
31429 \end_layout
31430
31431 \begin_layout Description
31432 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
31433 \series bold
31434
31435 \begin_inset CommandInset href
31436 LatexCommand href
31437 name "Xfig"
31438 target "http://en.wikipedia.org/wiki/Xfig"
31439
31440 \end_inset
31441
31442
31443 \series default
31444  erzeugt wurden.
31445 \end_layout
31446
31447 \begin_layout Standard
31448 \begin_inset Float table
31449 placement h
31450 wide false
31451 sideways false
31452 status open
31453
31454 \begin_layout Plain Layout
31455 \begin_inset Caption
31456
31457 \begin_layout Plain Layout
31458 \begin_inset CommandInset label
31459 LatexCommand label
31460 name "tab:Vergleich-der-Datums-Eingaben"
31461
31462 \end_inset
31463
31464 Vergleich der Datums-Eingaben
31465 \end_layout
31466
31467 \end_inset
31468
31469
31470 \end_layout
31471
31472 \begin_layout Plain Layout
31473 \align center
31474 \begin_inset Tabular
31475 <lyxtabular version="3" rows="4" columns="4">
31476 <features>
31477 <column alignment="center" valignment="top" width="0">
31478 <column alignment="center" valignment="top" width="0">
31479 <column alignment="center" valignment="top" width="0">
31480 <column alignment="center" valignment="top" width="0">
31481 <row>
31482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31483 \begin_inset Text
31484
31485 \begin_layout Plain Layout
31486 Dokumentformat
31487 \end_layout
31488
31489 \end_inset
31490 </cell>
31491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31492 \begin_inset Text
31493
31494 \begin_layout Plain Layout
31495
31496 \family sans
31497 Externes Material\SpecialChar \menuseparator
31498 Datum
31499 \end_layout
31500
31501 \end_inset
31502 </cell>
31503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31504 \begin_inset Text
31505
31506 \begin_layout Plain Layout
31507
31508 \family sans
31509 Einfügen\SpecialChar \menuseparator
31510 Datum
31511 \end_layout
31512
31513 \end_inset
31514 </cell>
31515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31516 \begin_inset Text
31517
31518 \begin_layout Plain Layout
31519 Befehl 
31520 \series bold
31521
31522 \backslash
31523 today
31524 \end_layout
31525
31526 \end_inset
31527 </cell>
31528 </row>
31529 <row>
31530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31531 \begin_inset Text
31532
31533 \begin_layout Plain Layout
31534 LyX
31535 \end_layout
31536
31537 \end_inset
31538 </cell>
31539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31540 \begin_inset Text
31541
31542 \begin_layout Plain Layout
31543 als Box
31544 \end_layout
31545
31546 \end_inset
31547 </cell>
31548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31549 \begin_inset Text
31550
31551 \begin_layout Plain Layout
31552 als Datum
31553 \end_layout
31554
31555 \end_inset
31556 </cell>
31557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31558 \begin_inset Text
31559
31560 \begin_layout Plain Layout
31561 als TeX-Code
31562 \end_layout
31563
31564 \end_inset
31565 </cell>
31566 </row>
31567 <row>
31568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31569 \begin_inset Text
31570
31571 \begin_layout Plain Layout
31572 LaTeX
31573 \end_layout
31574
31575 \end_inset
31576 </cell>
31577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31578 \begin_inset Text
31579
31580 \begin_layout Plain Layout
31581 als Datum
31582 \end_layout
31583
31584 \end_inset
31585 </cell>
31586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31587 \begin_inset Text
31588
31589 \begin_layout Plain Layout
31590 als Datum
31591 \end_layout
31592
31593 \end_inset
31594 </cell>
31595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31596 \begin_inset Text
31597
31598 \begin_layout Plain Layout
31599 als Befehl
31600 \end_layout
31601
31602 \end_inset
31603 </cell>
31604 </row>
31605 <row>
31606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31607 \begin_inset Text
31608
31609 \begin_layout Plain Layout
31610 DVI, PDF, PS
31611 \end_layout
31612
31613 \end_inset
31614 </cell>
31615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31616 \begin_inset Text
31617
31618 \begin_layout Plain Layout
31619 als Datum
31620 \end_layout
31621
31622 \end_inset
31623 </cell>
31624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31625 \begin_inset Text
31626
31627 \begin_layout Plain Layout
31628 als Datum
31629 \end_layout
31630
31631 \end_inset
31632 </cell>
31633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31634 \begin_inset Text
31635
31636 \begin_layout Plain Layout
31637 als Datum
31638 \end_layout
31639
31640 \end_inset
31641 </cell>
31642 </row>
31643 </lyxtabular>
31644
31645 \end_inset
31646
31647
31648 \end_layout
31649
31650 \end_inset
31651
31652
31653 \end_layout
31654
31655 \begin_layout Standard
31656 Wenn Sie im Dialogfenster
31657 \family sans
31658  Externes
31659 \begin_inset space ~
31660 \end_inset
31661
31662 Material 
31663 \family default
31664 in der Karteikarte
31665 \family sans
31666  Datei
31667 \family default
31668  die Option 
31669 \family sans
31670 Entwurf
31671 \family default
31672  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
31673 \begin_inset Newline newline
31674 \end_inset
31675
31676 LyX kann externes Material entweder als Box wie hier: 
31677 \begin_inset Graphics
31678         filename clipart/ExternesMaterialQt4.png
31679         scale 85
31680         scaleBeforeRotation
31681
31682 \end_inset
31683
31684  oder als Bild darstellen.
31685  Das hängt davon ab, ob Sie im Dialog
31686 \family sans
31687  
31688 \family default
31689 in der Karteikarte 
31690 \family sans
31691 LaTeX- und LyX-Optionen
31692 \family default
31693  die Option 
31694 \family sans
31695 In
31696 \begin_inset space ~
31697 \end_inset
31698
31699 LyX
31700 \begin_inset space ~
31701 \end_inset
31702
31703 anzeigen
31704 \family default
31705  gewählt haben oder nicht.
31706 \end_layout
31707
31708 \begin_layout Standard
31709 Im LyX-Handbuch 
31710 \family sans
31711 \emph on
31712 Anpassung
31713 \family default
31714 \emph default
31715  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
31716 \end_layout
31717
31718 \begin_layout Section
31719 Unterdokumente
31720 \begin_inset CommandInset label
31721 LatexCommand label
31722 name "abs:Unterdokumente"
31723
31724 \end_inset
31725
31726
31727 \begin_inset Index
31728 status collapsed
31729
31730 \begin_layout Plain Layout
31731 Unterdokument
31732 \end_layout
31733
31734 \end_inset
31735
31736
31737 \end_layout
31738
31739 \begin_layout Standard
31740 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
31741  oder Abschnitten bestehen.
31742  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
31743  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
31744 \end_layout
31745
31746 \begin_layout Standard
31747 Unterdokumente werden in LyX als Box angezeigt: 
31748 \begin_inset Graphics
31749         filename clipart/UnterdokumentQt4.png
31750         scale 85
31751         scaleBeforeRotation
31752
31753 \end_inset
31754
31755  Sie werden über
31756 \family sans
31757  Einfügen\SpecialChar \menuseparator
31758 Datei\SpecialChar \menuseparator
31759 Unterdokument
31760 \family default
31761  eingebunden, was das Dialogfenster
31762 \family sans
31763  Unterdokument
31764 \family default
31765  öffnet.
31766  Für 
31767 \family sans
31768 die Art
31769 \begin_inset space ~
31770 \end_inset
31771
31772 der
31773 \begin_inset space ~
31774 \end_inset
31775
31776 Einbindung
31777 \family default
31778  gibt es dort vier Möglichkeiten:
31779 \end_layout
31780
31781 \begin_layout Description
31782 Include Sie können LyX- und LaTeX-Dokumente einbinden.
31783  Wenn Sie im Dialogfenster
31784 \family sans
31785  Unterdokument
31786 \family default
31787  auf 
31788 \family sans
31789 Öffnen
31790 \family default
31791  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
31792  und Sie können es editieren.
31793 \begin_inset Newline newline
31794 \end_inset
31795
31796
31797 \end_layout
31798
31799 \begin_layout Standard
31800 Hier wird ein Unterdokument
31801 \family sans
31802  
31803 \family default
31804 per 
31805 \family sans
31806 Include
31807 \family default
31808  eingebunden: 
31809 \begin_inset CommandInset include
31810 LatexCommand include
31811 filename "DummyDocument1.lyx"
31812
31813 \end_inset
31814
31815 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
31816  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
31817  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
31818 s.
31819  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
31820 \begin_inset space ~
31821 \end_inset
31822
31823
31824 \begin_inset CommandInset ref
31825 LatexCommand ref
31826 reference "uab:Externer-Unterabschnitt-1"
31827
31828 \end_inset
31829
31830 .
31831 \end_layout
31832
31833 \begin_layout Standard
31834 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
31835  wird benutzt.
31836  Unterdokumente, die per 
31837 \family sans
31838 Include
31839 \family default
31840  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
31841  und enden mit einem Seitenumbruch.
31842 \end_layout
31843
31844 \begin_layout Standard
31845 Mit dem LaTeX-Befehl 
31846 \series bold
31847
31848 \backslash
31849 includeonly 
31850 \series default
31851 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
31852  erstellt werden soll.
31853  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
31854  sehen wollen, und es geht schneller.
31855  
31856 \series bold
31857
31858 \backslash
31859 includeonly
31860 \series default
31861  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
31862  Im folgenden Beispiel
31863 \end_layout
31864
31865 \begin_layout Standard
31866
31867 \series bold
31868
31869 \backslash
31870 includeonly{Kapitel1,Kapitel5}
31871 \end_layout
31872
31873 \begin_layout Standard
31874 werden nur die Dateien 
31875 \begin_inset Quotes gld
31876 \end_inset
31877
31878 Kapitel1.lyx
31879 \begin_inset Quotes grd
31880 \end_inset
31881
31882  (oder 
31883 \begin_inset Quotes gld
31884 \end_inset
31885
31886 Kapitel1.tex
31887 \begin_inset Quotes grd
31888 \end_inset
31889
31890 ) und 
31891 \begin_inset Quotes gld
31892 \end_inset
31893
31894 Kapitel5.lyx
31895 \begin_inset Quotes grd
31896 \end_inset
31897
31898
31899 \series bold
31900  
31901 \series default
31902 eingebunden.
31903 \end_layout
31904
31905 \begin_layout Standard
31906 \begin_inset Note Greyedout
31907 status open
31908
31909 \begin_layout Plain Layout
31910
31911 \series bold
31912 Bemerkung:
31913 \series default
31914  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
31915  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
31916  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
31917  Ergebnissen führen wird.
31918 \end_layout
31919
31920 \end_inset
31921
31922
31923 \end_layout
31924
31925 \begin_layout Description
31926 Input Diese Methode ist 
31927 \family sans
31928 Include
31929 \family default
31930  sehr ähnlich mit folgenden Unterschieden:
31931 \end_layout
31932
31933 \begin_deeper
31934 \begin_layout Itemize
31935 Unterdokumente, die per 
31936 \family sans
31937 Input
31938 \family default
31939  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
31940  Seite und enden NICHT mit einem Seitenumbruch.
31941 \end_layout
31942
31943 \begin_layout Itemize
31944 Unterdokumente, die per 
31945 \family sans
31946 Input
31947 \family default
31948  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
31949 \family sans
31950  Unterdokument Vorschau
31951 \begin_inset space ~
31952 \end_inset
31953
31954 anzeigen
31955 \family default
31956  angekreuzt wurde und in den LyX-
31957 \family sans
31958 Einstellungen\SpecialChar \menuseparator
31959 Aussehen
31960 \begin_inset space ~
31961 \end_inset
31962
31963 &
31964 \begin_inset space ~
31965 \end_inset
31966
31967 Handhabung\SpecialChar \menuseparator
31968 Grafik Sofortige
31969 \begin_inset space ~
31970 \end_inset
31971
31972 Vorschau
31973 \family default
31974  auf 
31975 \family sans
31976 An
31977 \family default
31978  gesetzt wurde.
31979  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
31980  aus.
31981 \end_layout
31982
31983 \begin_layout Itemize
31984 Der LaTeX-Befehl 
31985 \series bold
31986
31987 \backslash
31988 includeonly
31989 \series default
31990  kann nicht benutzt werden.
31991 \end_layout
31992
31993 \end_deeper
31994 \begin_layout Standard
31995 Hier ist ein Unterdokument, das mit
31996 \family sans
31997  Input
31998 \family default
31999  eingebunden wurde: 
32000 \begin_inset CommandInset include
32001 LatexCommand input
32002 filename "DummyDocument2.lyx"
32003
32004 \end_inset
32005
32006 .
32007 \end_layout
32008
32009 \begin_layout Description
32010 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
32011   In der Druckvorschau wird für den Text der Stil 
32012 \family typewriter
32013 Schreibmaschine
32014 \family default
32015  verwendet.
32016  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
32017  Wenn Sie im Dialogfenster
32018 \family sans
32019  Unterdokument Leerzeichen
32020 \begin_inset space ~
32021 \end_inset
32022
32023 bei
32024 \begin_inset space ~
32025 \end_inset
32026
32027 der
32028 \begin_inset space ~
32029 \end_inset
32030
32031 Ausgabe
32032 \begin_inset space ~
32033 \end_inset
32034
32035 kennzeichnen 
32036 \family default
32037 ankreuzen, wird in der Druckvorschau das Zeichen 
32038 \begin_inset Quotes gld
32039 \end_inset
32040
32041
32042 \begin_inset ERT
32043 status collapsed
32044
32045 \begin_layout Plain Layout
32046
32047
32048 \backslash
32049 textvisiblespace 
32050 \end_layout
32051
32052 \end_inset
32053
32054
32055 \begin_inset Quotes grd
32056 \end_inset
32057
32058  für jedes Leerzeichen eingefügt.
32059 \begin_inset Newline newline
32060 \end_inset
32061
32062 Im Gegensatz zu 
32063 \family sans
32064 Einfügen\SpecialChar \menuseparator
32065 Datei\SpecialChar \menuseparator
32066 Einfacher
32067 \begin_inset space ~
32068 \end_inset
32069
32070 Text
32071 \family default
32072  wird bei 
32073 \family sans
32074 Unformatiert
32075 \family default
32076  der Dateiinhalt in LyX nicht dargestellt.
32077 \end_layout
32078
32079 \begin_layout Standard
32080 Hier ist ein Unterdokument, das mit
32081 \family sans
32082  Unformatiert
32083 \family default
32084  eingebunden wurde: 
32085 \begin_inset CommandInset include
32086 LatexCommand verbatiminput
32087 filename "DummyTextDocument.txt"
32088
32089 \end_inset
32090
32091
32092 \begin_inset VSpace bigskip
32093 \end_inset
32094
32095 Hier ist ein Unterdokument, das mit
32096 \family sans
32097  Unformatiert
32098 \family default
32099  eingebunden wurde und
32100 \family sans
32101  Leerzeichen
32102 \begin_inset space ~
32103 \end_inset
32104
32105 bei
32106 \begin_inset space ~
32107 \end_inset
32108
32109 der
32110 \begin_inset space ~
32111 \end_inset
32112
32113 Ausgabe
32114 \begin_inset space ~
32115 \end_inset
32116
32117 kennzeichnen
32118 \family default
32119  angekreuzt hat: 
32120 \begin_inset CommandInset include
32121 LatexCommand verbatiminput*
32122 filename "DummyTextDocument.txt"
32123
32124 \end_inset
32125
32126
32127 \end_layout
32128
32129 \begin_layout Standard
32130 \begin_inset VSpace bigskip
32131 \end_inset
32132
32133
32134 \end_layout
32135
32136 \begin_layout Standard
32137 \begin_inset Note Greyedout
32138 status open
32139
32140 \begin_layout Plain Layout
32141
32142 \series bold
32143 Bemerkung:
32144 \series default
32145  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32146  
32147 \family sans
32148 Unformatiert
32149 \family default
32150  eingebunden werden, am Zeilenende nicht umgebrochen.
32151 \end_layout
32152
32153 \end_inset
32154
32155
32156 \end_layout
32157
32158 \begin_layout Description
32159 Listing Dieser Typ wird in Kapitel
32160 \begin_inset space ~
32161 \end_inset
32162
32163
32164 \begin_inset CommandInset ref
32165 LatexCommand ref
32166 reference "kap:Programm-Code-Listen"
32167
32168 \end_inset
32169
32170  beschrieben.
32171 \end_layout
32172
32173 \begin_layout Standard
32174 \begin_inset Note Greyedout
32175 status open
32176
32177 \begin_layout Plain Layout
32178
32179 \series bold
32180 Bemerkung:
32181 \series default
32182  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32183  das zu LaTeX-Problemen führen.
32184 \end_layout
32185
32186 \end_inset
32187
32188
32189 \end_layout
32190
32191 \begin_layout Chapter
32192 Programm-Code-Listen
32193 \begin_inset CommandInset label
32194 LatexCommand label
32195 name "kap:Programm-Code-Listen"
32196
32197 \end_inset
32198
32199
32200 \begin_inset Index
32201 status collapsed
32202
32203 \begin_layout Plain Layout
32204 Listen
32205 \end_layout
32206
32207 \end_inset
32208
32209
32210 \begin_inset Index
32211 status collapsed
32212
32213 \begin_layout Plain Layout
32214 Programm-Code
32215 \end_layout
32216
32217 \end_inset
32218
32219
32220 \end_layout
32221
32222 \begin_layout Standard
32223 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32224 \family sans
32225 Einfügen\SpecialChar \menuseparator
32226 Pro\SpecialChar \-
32227 gramm\SpecialChar \-
32228 listing
32229 \family default
32230  verwenden.
32231  Das LaTeX-Paket 
32232 \series bold
32233 listings
32234 \series default
32235
32236 \begin_inset Index
32237 status collapsed
32238
32239 \begin_layout Plain Layout
32240 LaTeX-Pakete ! listings
32241 \end_layout
32242
32243 \end_inset
32244
32245  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32246 \end_layout
32247
32248 \begin_layout Standard
32249 Ein Rechtsklick auf das 
32250 \family sans
32251 Listing
32252 \family default
32253 -Kästchen öffnet das Dialogfenster 
32254 \family sans
32255 Programm\SpecialChar \-
32256 listing-Einstellungen
32257 \family default
32258 , in dem Sie das Ausgabeformat der Programm-Code-Liste festlegen.
32259 \end_layout
32260
32261 \begin_layout Standard
32262 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32263  Die 
32264 \family sans
32265 Platzierung
32266 \family default
32267 -Option 
32268 \family sans
32269 Eingebettetes
32270 \begin_inset space ~
32271 \end_inset
32272
32273 Listing
32274 \family default
32275  druckt das Listing in der Zeile wie hier: 
32276 \begin_inset listings
32277 lstparams "language={C++}"
32278 inline true
32279 status open
32280
32281 \begin_layout Plain Layout
32282
32283 int a=5;
32284 \end_layout
32285
32286 \end_inset
32287
32288
32289 \begin_inset Newline newline
32290 \end_inset
32291
32292 Die Option 
32293 \family sans
32294 Gleitobjekt
32295 \family default
32296  erzeugt ein Listing-Gleitobjekt, dessen 
32297 \family sans
32298 Platzierung 
32299 \family default
32300 Sie mit 
32301 \family sans
32302 h
32303 \family default
32304
32305 \family sans
32306 t
32307 \family default
32308
32309 \family sans
32310 b
32311 \family default
32312  und 
32313 \family sans
32314 p
32315 \family default
32316 , analog zu den in Abschnitt
32317 \begin_inset space ~
32318 \end_inset
32319
32320
32321 \begin_inset CommandInset ref
32322 LatexCommand ref
32323 reference "abs:Gleitobjekt-Platzierung"
32324
32325 \end_inset
32326
32327  beschriebenen Platzierungsoptionen festlegen können.
32328  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
32329  hintereinander angegeben, z.
32330 \begin_inset space \thinspace{}
32331 \end_inset
32332
32333 B.
32334  
32335 \begin_inset Quotes gld
32336 \end_inset
32337
32338
32339 \family sans
32340 htbp
32341 \family default
32342
32343 \begin_inset Quotes grd
32344 \end_inset
32345
32346 .
32347  Die Option 
32348 \begin_inset Quotes gld
32349 \end_inset
32350
32351 h
32352 \begin_inset Quotes grd
32353 \end_inset
32354
32355  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
32356  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
32357 \end_layout
32358
32359 \begin_layout Standard
32360 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
32361  zu verweisen: Listing
32362 \begin_inset space ~
32363 \end_inset
32364
32365
32366 \begin_inset CommandInset ref
32367 LatexCommand ref
32368 reference "lst:Gleitendes-Programm-Listing"
32369
32370 \end_inset
32371
32372 .
32373 \end_layout
32374
32375 \begin_layout Standard
32376 \begin_inset listings
32377 lstparams "language=Python"
32378 inline false
32379 status open
32380
32381 \begin_layout Plain Layout
32382
32383 \begin_inset Caption
32384
32385 \begin_layout Plain Layout
32386 \begin_inset CommandInset label
32387 LatexCommand label
32388 name "lst:Gleitendes-Programm-Listing"
32389
32390 \end_inset
32391
32392 Gleitendes Programm-Listing
32393 \end_layout
32394
32395 \end_inset
32396
32397 # Gleitendes Programm-Listing
32398 \end_layout
32399
32400 \begin_layout Plain Layout
32401
32402 def func(param):
32403 \end_layout
32404
32405 \begin_layout Plain Layout
32406
32407     'Dies ist eine Python-Funktion'
32408 \end_layout
32409
32410 \begin_layout Plain Layout
32411
32412     pass
32413 \end_layout
32414
32415 \end_inset
32416
32417
32418 \end_layout
32419
32420 \begin_layout Standard
32421 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
32422  der Sprache erkannt und besonders gedruckt, wie 
32423 \emph on
32424 #
32425 \emph default
32426
32427 \emph on
32428 def
32429 \emph default
32430  und 
32431 \emph on
32432 pass
32433 \emph default
32434  in Listing
32435 \begin_inset space ~
32436 \end_inset
32437
32438
32439 \begin_inset CommandInset ref
32440 LatexCommand ref
32441 reference "lst:Gleitendes-Programm-Listing"
32442
32443 \end_inset
32444
32445 .
32446 \end_layout
32447
32448 \begin_layout Standard
32449 \begin_inset Note Greyedout
32450 status open
32451
32452 \begin_layout Plain Layout
32453
32454 \series bold
32455 Bemerkung:
32456 \series default
32457  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
32458 \family typewriter
32459 Schreib\SpecialChar \-
32460 maschine
32461 \family default
32462  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
32463 h keine fett gedruckten Buchstaben.
32464  Wählen Sie in diesem Fall eine andere Schrift für 
32465 \family typewriter
32466 Schreibmaschine
32467 \family default
32468  im Menü 
32469 \family sans
32470 Dokument\SpecialChar \menuseparator
32471 Einstellungen\SpecialChar \menuseparator
32472 Schriften
32473 \family default
32474 .
32475  (Die Schriften 
32476 \emph on
32477 LuxiMono, BeraMono
32478 \emph default
32479  und 
32480 \emph on
32481 Courier
32482 \emph default
32483  enthalten fett gedruckte Buchstaben.)
32484 \end_layout
32485
32486 \end_inset
32487
32488
32489 \end_layout
32490
32491 \begin_layout Standard
32492 Im Abschnitt 
32493 \family sans
32494 Zeilennummerierung
32495 \family default
32496  des 
32497 \family sans
32498 Programmlisting-Einstellungen
32499 \family default
32500 -Dialogs können Sie den Stil der Zeilennummerierung festlegen, zum Beispiel,
32501  ob die Nummerierung links oder rechts gedruckt, jede wievielte Zeile nummeriert
32502  werden soll und die 
32503 \family sans
32504 Schriftgröße
32505 \family default
32506  der Nummerierung.
32507 \end_layout
32508
32509 \begin_layout Standard
32510 Im Abschnitt 
32511 \family sans
32512 Bereich
32513 \family default
32514  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
32515  Im Abschnitt 
32516 \family sans
32517 Stil
32518 \family default
32519  legen Sie fest, wie die Liste ausgedruckt werden soll.
32520  Die Option 
32521 \family sans
32522 Erweiterte
32523 \begin_inset space ~
32524 \end_inset
32525
32526 Zeichentabelle
32527 \family default
32528  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
32529 \end_layout
32530
32531 \begin_layout Standard
32532 Hier ist ein Beispiel mit der Nummerierung links, der Schrittweite 3, der
32533  Sprache 
32534 \begin_inset Quotes gld
32535 \end_inset
32536
32537 Python
32538 \begin_inset Quotes grd
32539 \end_inset
32540
32541 , den Optionen 
32542 \family sans
32543 Erweiterte
32544 \begin_inset space ~
32545 \end_inset
32546
32547 Zeichentabelle
32548 \family default
32549  und 
32550 \family sans
32551 Leerzeichen
32552 \begin_inset space ~
32553 \end_inset
32554
32555 als
32556 \begin_inset space ~
32557 \end_inset
32558
32559 Symbol
32560 \family default
32561  und Bereich 3
32562 \begin_inset space \thinspace{}
32563 \end_inset
32564
32565 -
32566 \begin_inset space \thinspace{}
32567 \end_inset
32568
32569 8:
32570 \end_layout
32571
32572 \begin_layout Standard
32573 \begin_inset listings
32574 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
32575 inline false
32576 status open
32577
32578 \begin_layout Plain Layout
32579
32580 def func(param):
32581 \end_layout
32582
32583 \begin_layout Plain Layout
32584
32585     'Dies ist eine Python-Funktion'
32586 \end_layout
32587
32588 \begin_layout Plain Layout
32589
32590     pass
32591 \end_layout
32592
32593 \begin_layout Plain Layout
32594
32595 def func(param):
32596 \end_layout
32597
32598 \begin_layout Plain Layout
32599
32600 'Sonderzeichen: Tschüß'
32601 \end_layout
32602
32603 \begin_layout Plain Layout
32604
32605 pass
32606 \end_layout
32607
32608 \begin_layout Plain Layout
32609
32610 def func(param):
32611 \end_layout
32612
32613 \begin_layout Plain Layout
32614
32615 'Dies ist eine Python-Funktion'
32616 \end_layout
32617
32618 \begin_layout Plain Layout
32619
32620 pass
32621 \end_layout
32622
32623 \end_inset
32624
32625
32626 \end_layout
32627
32628 \begin_layout Standard
32629 \noindent
32630 \begin_inset Note Greyedout
32631 status open
32632
32633 \begin_layout Plain Layout
32634
32635 \series bold
32636 Bemerkung:
32637 \series default
32638  Wegen eines Fehlers im 
32639 \series bold
32640 listings
32641 \series default
32642 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
32643  verschoben.
32644  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obiger
32645  Liste nummeriert werden.
32646 \end_layout
32647
32648 \end_inset
32649
32650
32651 \end_layout
32652
32653 \begin_layout Standard
32654 \begin_inset VSpace bigskip
32655 \end_inset
32656
32657
32658 \end_layout
32659
32660 \begin_layout Standard
32661 \noindent
32662 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
32663  Das machen Sie mit
32664 \family sans
32665  Einfügen\SpecialChar \menuseparator
32666 Datei\SpecialChar \menuseparator
32667 Unterdokument
32668 \family default
32669  und der 
32670 \family sans
32671 Art
32672 \begin_inset space ~
32673 \end_inset
32674
32675 der
32676 \begin_inset space ~
32677 \end_inset
32678
32679 Einbindung
32680 \family default
32681  
32682 \family sans
32683 Listing
32684 \family default
32685 .
32686 \begin_inset Foot
32687 status collapsed
32688
32689 \begin_layout Plain Layout
32690 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
32691 \begin_inset space ~
32692 \end_inset
32693
32694
32695 \begin_inset CommandInset ref
32696 LatexCommand ref
32697 reference "abs:Unterdokumente"
32698
32699 \end_inset
32700
32701  beschrieben.
32702 \end_layout
32703
32704 \end_inset
32705
32706  Im Dialogfenster
32707 \family sans
32708  Unterdokument
32709 \family default
32710  können Sie die Listing-Parameter unter 
32711 \family sans
32712 Weitere
32713 \begin_inset space ~
32714 \end_inset
32715
32716 Parameter
32717 \family default
32718  eingeben.
32719  Wenn Sie dort ein Fragezeichen 
32720 \begin_inset Quotes gld
32721 \end_inset
32722
32723 ?
32724 \begin_inset Quotes grd
32725 \end_inset
32726
32727  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
32728 det.
32729 \end_layout
32730
32731 \begin_layout Standard
32732 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
32733  Text ins Feld 
32734 \family sans
32735 Marke
32736 \family default
32737 , auf die dann wie üblich verwiesen werden kann.
32738 \end_layout
32739
32740 \begin_layout Standard
32741 Listing
32742 \begin_inset space ~
32743 \end_inset
32744
32745
32746 \begin_inset CommandInset ref
32747 LatexCommand ref
32748 reference "lst:Datei-Listing"
32749
32750 \end_inset
32751
32752  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
32753 \begin_inset space \thinspace{}
32754 \end_inset
32755
32756 -
32757 \begin_inset space \thinspace{}
32758 \end_inset
32759
32760 15 gedruckt werden.
32761 \end_layout
32762
32763 \begin_layout Standard
32764 \begin_inset CommandInset include
32765 LatexCommand lstinputlisting
32766 filename "EmbeddedObjects.lyx"
32767 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
32768
32769 \end_inset
32770
32771
32772 \end_layout
32773
32774 \begin_layout Standard
32775 \begin_inset VSpace bigskip
32776 \end_inset
32777
32778
32779 \end_layout
32780
32781 \begin_layout Standard
32782 \noindent
32783 Dokumentweite Listing-Eigenschaften können in
32784 \family sans
32785  Dokument\SpecialChar \menuseparator
32786 Einstellungen\SpecialChar \menuseparator
32787 Text\SpecialChar \-
32788 for\SpecialChar \-
32789 mat\SpecialChar \menuseparator
32790 Listing-Einstellungen
32791 \family default
32792  festgelegt werden.
32793  Auch dort bekommt man durch Eingabe eines Fragezeichens 
32794 \begin_inset Quotes gld
32795 \end_inset
32796
32797 ?
32798 \begin_inset Quotes grd
32799 \end_inset
32800
32801  links davon eine Liste aller möglichen Parameter.
32802 \end_layout
32803
32804 \begin_layout Standard
32805 Weitere Informationen über das 
32806 \series bold
32807 listings
32808 \series default
32809 -Paket finden Sie in 
32810 \begin_inset CommandInset citation
32811 LatexCommand cite
32812 key "listings"
32813
32814 \end_inset
32815
32816 .
32817 \begin_inset Newpage newpage
32818 \end_inset
32819
32820
32821 \end_layout
32822
32823 \begin_layout Chapter
32824 \start_of_appendix
32825 In LyX verfügbare Maßeinheiten
32826 \begin_inset CommandInset label
32827 LatexCommand label
32828 name "kap:In-LyX-verfügbare"
32829
32830 \end_inset
32831
32832
32833 \begin_inset Index
32834 status collapsed
32835
32836 \begin_layout Plain Layout
32837 Einheiten
32838 \end_layout
32839
32840 \end_inset
32841
32842
32843 \end_layout
32844
32845 \begin_layout Standard
32846 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
32847  Tabelle
32848 \begin_inset space ~
32849 \end_inset
32850
32851
32852 \begin_inset CommandInset ref
32853 LatexCommand ref
32854 reference "tab:Maßeinheiten"
32855
32856 \end_inset
32857
32858  alle in LyX verfügbaren Maßeinheiten.
32859 \end_layout
32860
32861 \begin_layout Standard
32862 \begin_inset Float table
32863 placement h
32864 wide false
32865 sideways false
32866 status open
32867
32868 \begin_layout Plain Layout
32869 \begin_inset Caption
32870
32871 \begin_layout Plain Layout
32872 \begin_inset CommandInset label
32873 LatexCommand label
32874 name "tab:Maßeinheiten"
32875
32876 \end_inset
32877
32878 Maßeinheiten
32879 \end_layout
32880
32881 \end_inset
32882
32883
32884 \end_layout
32885
32886 \begin_layout Plain Layout
32887 \begin_inset VSpace medskip
32888 \end_inset
32889
32890
32891 \end_layout
32892
32893 \begin_layout Plain Layout
32894 \align center
32895 \begin_inset Tabular
32896 <lyxtabular version="3" rows="20" columns="2">
32897 <features>
32898 <column alignment="center" valignment="top" width="0">
32899 <column alignment="center" valignment="top" width="0">
32900 <row>
32901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32902 \begin_inset Text
32903
32904 \begin_layout Plain Layout
32905
32906 \series bold
32907 Maßeinheit
32908 \end_layout
32909
32910 \end_inset
32911 </cell>
32912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32913 \begin_inset Text
32914
32915 \begin_layout Plain Layout
32916
32917 \series bold
32918 Name/Beschreibung
32919 \end_layout
32920
32921 \end_inset
32922 </cell>
32923 </row>
32924 <row>
32925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32926 \begin_inset Text
32927
32928 \begin_layout Plain Layout
32929 mm
32930 \end_layout
32931
32932 \end_inset
32933 </cell>
32934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32935 \begin_inset Text
32936
32937 \begin_layout Plain Layout
32938 Millimeter
32939 \end_layout
32940
32941 \end_inset
32942 </cell>
32943 </row>
32944 <row>
32945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32946 \begin_inset Text
32947
32948 \begin_layout Plain Layout
32949 cm
32950 \end_layout
32951
32952 \end_inset
32953 </cell>
32954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32955 \begin_inset Text
32956
32957 \begin_layout Plain Layout
32958 Zentimeter
32959 \end_layout
32960
32961 \end_inset
32962 </cell>
32963 </row>
32964 <row>
32965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32966 \begin_inset Text
32967
32968 \begin_layout Plain Layout
32969 in
32970 \end_layout
32971
32972 \end_inset
32973 </cell>
32974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32975 \begin_inset Text
32976
32977 \begin_layout Plain Layout
32978 Zoll (1
32979 \begin_inset space \thinspace{}
32980 \end_inset
32981
32982 in = 2.54
32983 \begin_inset space \thinspace{}
32984 \end_inset
32985
32986 cm
32987 \end_layout
32988
32989 \end_inset
32990 </cell>
32991 </row>
32992 <row>
32993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32994 \begin_inset Text
32995
32996 \begin_layout Plain Layout
32997 pt
32998 \end_layout
32999
33000 \end_inset
33001 </cell>
33002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33003 \begin_inset Text
33004
33005 \begin_layout Plain Layout
33006 Punkt (72.27
33007 \begin_inset space \thinspace{}
33008 \end_inset
33009
33010 pt = 1
33011 \begin_inset space \thinspace{}
33012 \end_inset
33013
33014 in)
33015 \end_layout
33016
33017 \end_inset
33018 </cell>
33019 </row>
33020 <row>
33021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33022 \begin_inset Text
33023
33024 \begin_layout Plain Layout
33025 pc
33026 \end_layout
33027
33028 \end_inset
33029 </cell>
33030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33031 \begin_inset Text
33032
33033 \begin_layout Plain Layout
33034 Pica (1
33035 \begin_inset space \thinspace{}
33036 \end_inset
33037
33038 pc = 12
33039 \begin_inset space \thinspace{}
33040 \end_inset
33041
33042 pt)
33043 \end_layout
33044
33045 \end_inset
33046 </cell>
33047 </row>
33048 <row>
33049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33050 \begin_inset Text
33051
33052 \begin_layout Plain Layout
33053 sp
33054 \end_layout
33055
33056 \end_inset
33057 </cell>
33058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33059 \begin_inset Text
33060
33061 \begin_layout Plain Layout
33062 skalierter Punkt (65536
33063 \begin_inset space \thinspace{}
33064 \end_inset
33065
33066 sp = 1
33067 \begin_inset space \thinspace{}
33068 \end_inset
33069
33070 pt)
33071 \end_layout
33072
33073 \end_inset
33074 </cell>
33075 </row>
33076 <row>
33077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33078 \begin_inset Text
33079
33080 \begin_layout Plain Layout
33081 bp
33082 \end_layout
33083
33084 \end_inset
33085 </cell>
33086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33087 \begin_inset Text
33088
33089 \begin_layout Plain Layout
33090 großer Punkt (72
33091 \begin_inset space \thinspace{}
33092 \end_inset
33093
33094 bp = 1
33095 \begin_inset space \thinspace{}
33096 \end_inset
33097
33098 in)
33099 \end_layout
33100
33101 \end_inset
33102 </cell>
33103 </row>
33104 <row>
33105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33106 \begin_inset Text
33107
33108 \begin_layout Plain Layout
33109 dd
33110 \end_layout
33111
33112 \end_inset
33113 </cell>
33114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33115 \begin_inset Text
33116
33117 \begin_layout Plain Layout
33118 Didot (1
33119 \begin_inset space \thinspace{}
33120 \end_inset
33121
33122 dd 
33123 \begin_inset Formula $\approx$
33124 \end_inset
33125
33126  0,376
33127 \begin_inset space \thinspace{}
33128 \end_inset
33129
33130 mm)
33131 \end_layout
33132
33133 \end_inset
33134 </cell>
33135 </row>
33136 <row>
33137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33138 \begin_inset Text
33139
33140 \begin_layout Plain Layout
33141 cc
33142 \end_layout
33143
33144 \end_inset
33145 </cell>
33146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33147 \begin_inset Text
33148
33149 \begin_layout Plain Layout
33150 Cicero (1
33151 \begin_inset space \thinspace{}
33152 \end_inset
33153
33154 cc = 12
33155 \begin_inset space \thinspace{}
33156 \end_inset
33157
33158 dd)
33159 \end_layout
33160
33161 \end_inset
33162 </cell>
33163 </row>
33164 <row>
33165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33166 \begin_inset Text
33167
33168 \begin_layout Plain Layout
33169 Skalierung%
33170 \end_layout
33171
33172 \end_inset
33173 </cell>
33174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33175 \begin_inset Text
33176
33177 \begin_layout Plain Layout
33178 % der originalen Bildbreite
33179 \end_layout
33180
33181 \end_inset
33182 </cell>
33183 </row>
33184 <row>
33185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33186 \begin_inset Text
33187
33188 \begin_layout Plain Layout
33189 Textbreite %
33190 \end_layout
33191
33192 \end_inset
33193 </cell>
33194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33195 \begin_inset Text
33196
33197 \begin_layout Plain Layout
33198 % der Textbreite
33199 \end_layout
33200
33201 \end_inset
33202 </cell>
33203 </row>
33204 <row>
33205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33206 \begin_inset Text
33207
33208 \begin_layout Plain Layout
33209 Spaltenbreite %
33210 \end_layout
33211
33212 \end_inset
33213 </cell>
33214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33215 \begin_inset Text
33216
33217 \begin_layout Plain Layout
33218 % der Spaltenbreite
33219 \end_layout
33220
33221 \end_inset
33222 </cell>
33223 </row>
33224 <row>
33225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33226 \begin_inset Text
33227
33228 \begin_layout Plain Layout
33229 Seitenbreite %
33230 \end_layout
33231
33232 \end_inset
33233 </cell>
33234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33235 \begin_inset Text
33236
33237 \begin_layout Plain Layout
33238 % der Seitenbreite
33239 \end_layout
33240
33241 \end_inset
33242 </cell>
33243 </row>
33244 <row>
33245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33246 \begin_inset Text
33247
33248 \begin_layout Plain Layout
33249 Zeilenbreite %
33250 \end_layout
33251
33252 \end_inset
33253 </cell>
33254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33255 \begin_inset Text
33256
33257 \begin_layout Plain Layout
33258 % der Zeilenbreite
33259 \end_layout
33260
33261 \end_inset
33262 </cell>
33263 </row>
33264 <row>
33265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33266 \begin_inset Text
33267
33268 \begin_layout Plain Layout
33269 Texthöhe %
33270 \end_layout
33271
33272 \end_inset
33273 </cell>
33274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33275 \begin_inset Text
33276
33277 \begin_layout Plain Layout
33278 % der Texthöhe
33279 \end_layout
33280
33281 \end_inset
33282 </cell>
33283 </row>
33284 <row>
33285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33286 \begin_inset Text
33287
33288 \begin_layout Plain Layout
33289 Seitenhöhe %
33290 \end_layout
33291
33292 \end_inset
33293 </cell>
33294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33295 \begin_inset Text
33296
33297 \begin_layout Plain Layout
33298 % der Seitenhöhe
33299 \end_layout
33300
33301 \end_inset
33302 </cell>
33303 </row>
33304 <row>
33305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33306 \begin_inset Text
33307
33308 \begin_layout Plain Layout
33309 ex
33310 \end_layout
33311
33312 \end_inset
33313 </cell>
33314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33315 \begin_inset Text
33316
33317 \begin_layout Plain Layout
33318 Die Höhe des Buchstabens 
33319 \emph on
33320 x
33321 \emph default
33322  im aktiven Zeichensatz
33323 \end_layout
33324
33325 \end_inset
33326 </cell>
33327 </row>
33328 <row>
33329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33330 \begin_inset Text
33331
33332 \begin_layout Plain Layout
33333 em
33334 \end_layout
33335
33336 \end_inset
33337 </cell>
33338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33339 \begin_inset Text
33340
33341 \begin_layout Plain Layout
33342 Die Breite des Buchstabens 
33343 \emph on
33344 M
33345 \emph default
33346  im aktiven Zeichensatz
33347 \end_layout
33348
33349 \end_inset
33350 </cell>
33351 </row>
33352 <row>
33353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33354 \begin_inset Text
33355
33356 \begin_layout Plain Layout
33357 mu
33358 \end_layout
33359
33360 \end_inset
33361 </cell>
33362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33363 \begin_inset Text
33364
33365 \begin_layout Plain Layout
33366 mathematische  Maßeinheit
33367 \series bold
33368  
33369 \series default
33370 (1
33371 \begin_inset space \thinspace{}
33372 \end_inset
33373
33374 mu = 1/18
33375 \begin_inset space \thinspace{}
33376 \end_inset
33377
33378 em)
33379 \end_layout
33380
33381 \end_inset
33382 </cell>
33383 </row>
33384 </lyxtabular>
33385
33386 \end_inset
33387
33388
33389 \end_layout
33390
33391 \end_inset
33392
33393
33394 \end_layout
33395
33396 \begin_layout Chapter
33397 Ausgabedatei-Formate mit Grafiken
33398 \begin_inset CommandInset label
33399 LatexCommand label
33400 name "kap:Ausgabedatei-Formate"
33401
33402 \end_inset
33403
33404
33405 \end_layout
33406
33407 \begin_layout Section
33408 DVI
33409 \begin_inset Index
33410 status collapsed
33411
33412 \begin_layout Plain Layout
33413 Dateiformat! DVI
33414 \end_layout
33415
33416 \end_inset
33417
33418
33419 \begin_inset Index
33420 status collapsed
33421
33422 \begin_layout Plain Layout
33423 DVI
33424 \end_layout
33425
33426 \end_inset
33427
33428
33429 \end_layout
33430
33431 \begin_layout Standard
33432 Dieser Dateityp hat die Erweiterung 
33433 \begin_inset Quotes gld
33434 \end_inset
33435
33436
33437 \family typewriter
33438 .dvi
33439 \family default
33440
33441 \begin_inset Quotes grd
33442 \end_inset
33443
33444  und wird 
33445 \begin_inset Quotes gld
33446 \end_inset
33447
33448 device independent
33449 \begin_inset Quotes grd
33450 \end_inset
33451
33452  genannt, weil er vollkommen portierbar ist.
33453  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
33454  dvi-Betrachter installiert hat.
33455  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
33456 ate wie PostScript benutzt.
33457 \end_layout
33458
33459 \begin_layout Standard
33460 \begin_inset Note Greyedout
33461 status open
33462
33463 \begin_layout Plain Layout
33464
33465 \series bold
33466 Bemerkung:
33467 \series default
33468  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
33469 \end_layout
33470
33471 \end_inset
33472
33473
33474 \end_layout
33475
33476 \begin_layout Standard
33477 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
33478  auf einen anderen Computer kopieren.
33479  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
33480  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
33481  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
33482 \family typewriter
33483  
33484 \family default
33485 blättern.
33486
33487 \family typewriter
33488  
33489 \family default
33490 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
33491  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
33492  
33493 \end_layout
33494
33495 \begin_layout Standard
33496 Sie können Ihr Dokument als DVI über das Menü 
33497 \family sans
33498 Datei\SpecialChar \menuseparator
33499 Exportieren\SpecialChar \menuseparator
33500 DVI
33501 \family default
33502  exportieren.
33503  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
33504 \family sans
33505 Ansicht
33506 \family default
33507  oder den Werkzeugleistenknopf 
33508 \begin_inset Graphics
33509         filename ../../images/buffer-view_dvi.png
33510         scale 70
33511         scaleBeforeRotation
33512         BoundingBox 0bp 0bp 20bp 20bp
33513
33514 \end_inset
33515
33516  anschauen.
33517 \end_layout
33518
33519 \begin_layout Section
33520 PostScript
33521 \begin_inset CommandInset label
33522 LatexCommand label
33523 name "abs:PostScript"
33524
33525 \end_inset
33526
33527
33528 \begin_inset Index
33529 status collapsed
33530
33531 \begin_layout Plain Layout
33532 Dateiformat  ! PostScript
33533 \end_layout
33534
33535 \end_inset
33536
33537
33538 \begin_inset Index
33539 status collapsed
33540
33541 \begin_layout Plain Layout
33542 PostScript
33543 \end_layout
33544
33545 \end_inset
33546
33547
33548 \end_layout
33549
33550 \begin_layout Standard
33551 Dieser Dateityp hat die Erweiterung 
33552 \begin_inset Quotes gld
33553 \end_inset
33554
33555
33556 \family typewriter
33557 .ps
33558 \family default
33559
33560 \begin_inset Quotes grd
33561 \end_inset
33562
33563 .
33564  PostScript wurde von der Firma
33565 \family typewriter
33566  Adobe
33567 \family default
33568  als Druckersprache entwickelt.
33569  Die Datei enthält deshalb Druckbefehle.
33570  PostScript kann als 
33571 \begin_inset Quotes gld
33572 \end_inset
33573
33574 Programmiersprache
33575 \begin_inset Quotes grd
33576 \end_inset
33577
33578  angesehen werden.
33579  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
33580 \begin_inset Foot
33581 status collapsed
33582
33583 \begin_layout Plain Layout
33584 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
33585  von
33586 \series bold
33587  PSTricks
33588 \series default
33589  
33590 \begin_inset CommandInset citation
33591 LatexCommand cite
33592 key "pstricks"
33593
33594 \end_inset
33595
33596  oder 
33597 \begin_inset CommandInset citation
33598 LatexCommand cite
33599 key "latex-praxisbuch"
33600
33601 \end_inset
33602
33603  ansehen.
33604 \end_layout
33605
33606 \end_inset
33607
33608 .
33609  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
33610 \end_layout
33611
33612 \begin_layout Standard
33613 PostScript kann nur Bilder im Format EPS
33614 \begin_inset Index
33615 status collapsed
33616
33617 \begin_layout Plain Layout
33618 EPS
33619 \end_layout
33620
33621 \end_inset
33622
33623  (Encapsulated PostScript, Datei-Er\SpecialChar \-
33624 wei\SpecialChar \-
33625 ter\SpecialChar \-
33626 ung 
33627 \begin_inset Quotes gld
33628 \end_inset
33629
33630
33631 \family typewriter
33632 .eps
33633 \family default
33634
33635 \begin_inset Quotes grd
33636 \end_inset
33637
33638 ) enthalten.
33639  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
33640  intern nach EPS konvertieren.
33641  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
33642  verlangsamen.
33643  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
33644  konvertieren und direkt als EPS einfügen.
33645 \end_layout
33646
33647 \begin_layout Standard
33648 Sie können Ihr Dokument als PostScript über das Menü 
33649 \family sans
33650 Datei\SpecialChar \menuseparator
33651 Exportieren\SpecialChar \menuseparator
33652 Post\SpecialChar \-
33653 Script
33654 \family default
33655  exportieren.
33656  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
33657 \family sans
33658 Ansicht
33659 \family default
33660  oder den Werkzeugleistenknopf 
33661 \begin_inset Graphics
33662         filename ../../images/buffer-view_ps.png
33663         scale 70
33664         scaleBeforeRotation
33665
33666 \end_inset
33667
33668  anschauen.
33669 \end_layout
33670
33671 \begin_layout Section
33672 PDF
33673 \begin_inset CommandInset label
33674 LatexCommand label
33675 name "abs:PDF"
33676
33677 \end_inset
33678
33679
33680 \begin_inset Index
33681 status collapsed
33682
33683 \begin_layout Plain Layout
33684 Dateiformat! PDF
33685 \end_layout
33686
33687 \end_inset
33688
33689
33690 \begin_inset Index
33691 status collapsed
33692
33693 \begin_layout Plain Layout
33694 PDF
33695 \end_layout
33696
33697 \end_inset
33698
33699
33700 \end_layout
33701
33702 \begin_layout Standard
33703 Dieser Dateityp hat die Erweiterung 
33704 \begin_inset Quotes gld
33705 \end_inset
33706
33707
33708 \family typewriter
33709 .pdf
33710 \family default
33711
33712 \begin_inset Quotes grd
33713 \end_inset
33714
33715 .
33716  Das
33717 \emph on
33718  
33719 \emph default
33720
33721 \begin_inset Quotes gld
33722 \end_inset
33723
33724 Portable Document Format
33725 \begin_inset Quotes grd
33726 \end_inset
33727
33728  (PDF) wurde auch von der Firma 
33729 \family typewriter
33730 Adobe
33731 \family default
33732  als Derivat von PostScript entwickelt.
33733  Es ist komprimierter und benutzt weniger Befehle als PostScript.
33734  Wie der Begriff 
33735 \begin_inset Quotes gld
33736 \end_inset
33737
33738 portable
33739 \begin_inset Quotes grd
33740 \end_inset
33741
33742  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
33743  werden, und der Ausdruck sieht immer gleich aus.
33744 \end_layout
33745
33746 \begin_layout Standard
33747 PDF kann Bilder im eigenen PDF-Format, im Format 
33748 \begin_inset Quotes gld
33749 \end_inset
33750
33751 Joint Photographic Experts Group
33752 \begin_inset Quotes grd
33753 \end_inset
33754
33755  (JPEG
33756 \begin_inset Index
33757 status collapsed
33758
33759 \begin_layout Plain Layout
33760 JPG, JPEG
33761 \end_layout
33762
33763 \end_inset
33764
33765 , Datei-Erweiterung 
33766 \begin_inset Quotes gld
33767 \end_inset
33768
33769
33770 \family typewriter
33771 .jpg
33772 \family default
33773
33774 \begin_inset Quotes grd
33775 \end_inset
33776
33777  oder 
33778 \begin_inset Quotes gld
33779 \end_inset
33780
33781
33782 \family typewriter
33783 .jpeg
33784 \family default
33785
33786 \begin_inset Quotes grd
33787 \end_inset
33788
33789 ) und im Format 
33790 \begin_inset Quotes gld
33791 \end_inset
33792
33793 Portable Network Graphics
33794 \begin_inset Quotes grd
33795 \end_inset
33796
33797  (PNG
33798 \begin_inset Index
33799 status collapsed
33800
33801 \begin_layout Plain Layout
33802 PNG
33803 \end_layout
33804
33805 \end_inset
33806
33807 , Datei-Erweiterung 
33808 \begin_inset Quotes gld
33809 \end_inset
33810
33811
33812 \family typewriter
33813 .png
33814 \family default
33815
33816 \begin_inset Quotes grd
33817 \end_inset
33818
33819 ) enthalten.
33820  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
33821  Sie konvertieren wird.
33822  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
33823  wird, eines der drei erwähnten Bildformate zu benutzen.
33824 \end_layout
33825
33826 \begin_layout Standard
33827 PDF-Dateien können Sie über 
33828 \family sans
33829 Datei\SpecialChar \menuseparator
33830 Exportieren
33831 \family default
33832  auf drei Arten erzeugen:
33833 \end_layout
33834
33835 \begin_layout Description
33836 PDF
33837 \begin_inset space ~
33838 \end_inset
33839
33840 (ps2pdf) benutzt das Programm
33841 \family typewriter
33842  ps2pdf
33843 \family default
33844 , das eine PDF-Datei aus einer Post\SpecialChar \-
33845 Script®-Version Ihres Dokument erstellt.
33846  Die PostScript-Version wird mit dem Programm 
33847 \family typewriter
33848 dvips
33849 \family default
33850  aus einer DVI-Version erstellt.
33851  Es werden also drei Konvertierungen verwendet.
33852 \end_layout
33853
33854 \begin_layout Description
33855 PDF
33856 \begin_inset space ~
33857 \end_inset
33858
33859 (dvipdfm) benutzt das Programm 
33860 \family typewriter
33861 dvipdfm
33862 \family default
33863 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
33864  PDF konvertiert.
33865 \end_layout
33866
33867 \begin_layout Description
33868 PDF
33869 \begin_inset space ~
33870 \end_inset
33871
33872 (pdflatex) benutzt das Programm
33873 \family typewriter
33874  pdftex
33875 \family default
33876 , das Ihr Dokument direkt nach PDF konvertiert.
33877 \end_layout
33878
33879 \begin_layout Standard
33880
33881 \family sans
33882 PDF
33883 \begin_inset space ~
33884 \end_inset
33885
33886 (pdflatex)
33887 \family default
33888  wird empfohlen, weil
33889 \family typewriter
33890  pdftex
33891 \family default
33892  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
33893  ohne Probleme arbeitet.
33894  Das Programm 
33895 \family typewriter
33896 dvi\SpecialChar \-
33897 pdfm
33898 \family default
33899  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
33900 \end_layout
33901
33902 \begin_layout Standard
33903 Sie können Ihr Dokument als PDF über das Menü 
33904 \family sans
33905 Datei\SpecialChar \menuseparator
33906 Exportieren\SpecialChar \menuseparator
33907 PDF
33908 \family default
33909  exportieren.
33910  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
33911 \family sans
33912 Ansicht
33913 \family default
33914  oder den Werkzeugleistenknopf 
33915 \begin_inset Graphics
33916         filename ../../images/buffer-view_pdf2.png
33917         scale 70
33918         scaleBeforeRotation
33919         BoundingBox 0bp 0bp 20bp 20bp
33920
33921 \end_inset
33922
33923  anschauen 
33924 \family sans
33925 (
33926 \family default
33927 der 
33928 \family sans
33929 PDF
33930 \begin_inset space ~
33931 \end_inset
33932
33933 (pdflatex)
33934 \family default
33935  verwendet).
33936 \end_layout
33937
33938 \begin_layout Chapter
33939 Erklärung der Gleichung
33940 \begin_inset space ~
33941 \end_inset
33942
33943
33944 \begin_inset CommandInset ref
33945 LatexCommand eqref
33946 reference "eq:Wgn"
33947
33948 \end_inset
33949
33950
33951 \begin_inset CommandInset label
33952 LatexCommand label
33953 name "kap:Exläuterung-einer-Gleichung"
33954
33955 \end_inset
33956
33957
33958 \end_layout
33959
33960 \begin_layout Standard
33961 Die Gesamtbreite von
33962 \emph on
33963  n
33964 \emph default
33965  Tabellenzellen 
33966 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33967 \end_inset
33968
33969  kann wie folgt berechnet werden:
33970 \end_layout
33971
33972 \begin_layout Standard
33973 \begin_inset Formula \begin{equation}
33974 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}
33975
33976 \end_inset
33977
33978
33979 \end_layout
33980
33981 \begin_layout Standard
33982 Dabei ist 
33983 \begin_inset Formula $W_{g\, n}$
33984 \end_inset
33985
33986  die Breite jeder Zelle.
33987
33988 \series bold
33989  
33990 \backslash
33991 tabcolsep
33992 \series default
33993  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
33994  Standardwert 6
33995 \begin_inset space \thinspace{}
33996 \end_inset
33997
33998 pt.
33999  
34000 \series bold
34001
34002 \backslash
34003 arrayrulewidth
34004 \series default
34005  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
34006 \begin_inset space \thinspace{}
34007 \end_inset
34008
34009 pt.
34010 \end_layout
34011
34012 \begin_layout Standard
34013 Nach Gleichung
34014 \begin_inset space ~
34015 \end_inset
34016
34017
34018 \begin_inset CommandInset ref
34019 LatexCommand ref
34020 reference "eq:Wtot_n"
34021
34022 \end_inset
34023
34024  ist die Gesamtbreite einer Mehrfachspalte, 
34025 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34026 \end_inset
34027
34028 ,
34029 \end_layout
34030
34031 \begin_layout Standard
34032 \begin_inset Formula \begin{equation}
34033 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34034
34035 \end_inset
34036
34037
34038 \end_layout
34039
34040 \begin_layout Standard
34041 Setzt man die Gleichungen
34042 \begin_inset space ~
34043 \end_inset
34044
34045
34046 \begin_inset CommandInset ref
34047 LatexCommand ref
34048 reference "eq:Wtot_n"
34049
34050 \end_inset
34051
34052  und 
34053 \begin_inset CommandInset ref
34054 LatexCommand ref
34055 reference "eq:Wtot_mult"
34056
34057 \end_inset
34058
34059  gleich, kann man die benötigte Breite 
34060 \begin_inset Formula $W_{g\, n}$
34061 \end_inset
34062
34063 , wenn 
34064 \emph on
34065 n
34066 \emph default
34067  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
34068 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34069 \end_inset
34070
34071  hat, berechnen:
34072 \end_layout
34073
34074 \begin_layout Standard
34075 \begin_inset Formula \begin{equation}
34076 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34077
34078 \end_inset
34079
34080
34081 \end_layout
34082
34083 \begin_layout Bibliography
34084 \begin_inset CommandInset bibitem
34085 LatexCommand bibitem
34086 key "latexcompanion"
34087
34088 \end_inset
34089
34090 Frank Mittelbach and Michel Goossens: 
34091 \emph on
34092 The LaTeX Companion Second Edition.
34093
34094 \emph default
34095  Addison-Wesley, 2004
34096 \end_layout
34097
34098 \begin_layout Bibliography
34099 \begin_inset CommandInset bibitem
34100 LatexCommand bibitem
34101 key "latexguide"
34102
34103 \end_inset
34104
34105 Helmut Kopka and Patrick W.
34106  Daly: 
34107 \emph on
34108 A Guide to LaTeX Fourth Edition.
34109
34110 \emph default
34111  Addison-Wesley, 2003
34112 \end_layout
34113
34114 \begin_layout Bibliography
34115 \begin_inset CommandInset bibitem
34116 LatexCommand bibitem
34117 key "lamport"
34118
34119 \end_inset
34120
34121 Leslie Lamport: 
34122 \emph on
34123 LaTeX: A Document Preparation System.
34124
34125 \emph default
34126  Addison-Wesley, second edition, 1994
34127 \end_layout
34128
34129 \begin_layout Bibliography
34130 \begin_inset CommandInset bibitem
34131 LatexCommand bibitem
34132 key "latex-praxisbuch"
34133
34134 \end_inset
34135
34136 Niedermair, Elke & Michael: 
34137 \emph on
34138 LaTeX-Praxisbuch
34139 \emph default
34140 , Franzis-Verlag, 2004
34141 \end_layout
34142
34143 \begin_layout Bibliography
34144 \begin_inset CommandInset bibitem
34145 LatexCommand bibitem
34146 key "booktabs"
34147
34148 \end_inset
34149
34150 Dokumentation des LaTeX-Pakets 
34151 \series bold
34152
34153 \begin_inset CommandInset href
34154 LatexCommand href
34155 name "booktabs"
34156 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34157
34158 \end_inset
34159
34160
34161 \series default
34162
34163 \begin_inset Index
34164 status collapsed
34165
34166 \begin_layout Plain Layout
34167 LaTeX-Pakete ! booktabs
34168 \end_layout
34169
34170 \end_inset
34171
34172
34173 \end_layout
34174
34175 \begin_layout Bibliography
34176 \begin_inset CommandInset bibitem
34177 LatexCommand bibitem
34178 key "caption"
34179
34180 \end_inset
34181
34182 Dokumentation des LaTeX-Pakets 
34183 \series bold
34184
34185 \begin_inset CommandInset href
34186 LatexCommand href
34187 name "caption"
34188 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
34189
34190 \end_inset
34191
34192
34193 \series default
34194
34195 \begin_inset Index
34196 status collapsed
34197
34198 \begin_layout Plain Layout
34199 LaTeX-Pakete ! caption
34200 \end_layout
34201
34202 \end_inset
34203
34204
34205 \end_layout
34206
34207 \begin_layout Bibliography
34208 \begin_inset CommandInset bibitem
34209 LatexCommand bibitem
34210 key "endfloat"
34211
34212 \end_inset
34213
34214 Dokumentation des LaTeX-Pakets 
34215 \series bold
34216
34217 \begin_inset CommandInset href
34218 LatexCommand href
34219 name "endfloat"
34220 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34221
34222 \end_inset
34223
34224
34225 \series default
34226
34227 \begin_inset Index
34228 status collapsed
34229
34230 \begin_layout Plain Layout
34231 LaTeX-Pakete ! endfloat
34232 \end_layout
34233
34234 \end_inset
34235
34236
34237 \end_layout
34238
34239 \begin_layout Bibliography
34240 \begin_inset CommandInset bibitem
34241 LatexCommand bibitem
34242 key "wrapfig"
34243
34244 \end_inset
34245
34246 Dokumentation des LaTeX-Pakets 
34247 \series bold
34248
34249 \begin_inset CommandInset href
34250 LatexCommand href
34251 name "wrapfig"
34252 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34253
34254 \end_inset
34255
34256
34257 \series default
34258
34259 \begin_inset Index
34260 status collapsed
34261
34262 \begin_layout Plain Layout
34263 LaTeX-Pakete ! wrapfig
34264 \begin_inset ERT
34265 status collapsed
34266
34267 \begin_layout Plain Layout
34268
34269
34270 \backslash
34271 vspace{4mm}
34272 \end_layout
34273
34274 \end_inset
34275
34276
34277 \end_layout
34278
34279 \end_inset
34280
34281
34282 \end_layout
34283
34284 \begin_layout Bibliography
34285 \begin_inset CommandInset bibitem
34286 LatexCommand bibitem
34287 key "footmisc"
34288
34289 \end_inset
34290
34291 Dokumentation des LaTeX-Pakets 
34292 \series bold
34293
34294 \begin_inset CommandInset href
34295 LatexCommand href
34296 name "footmisc"
34297 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34298
34299 \end_inset
34300
34301
34302 \series default
34303
34304 \begin_inset Index
34305 status collapsed
34306
34307 \begin_layout Plain Layout
34308 LaTeX-Pakete ! footmisc
34309 \end_layout
34310
34311 \end_inset
34312
34313
34314 \end_layout
34315
34316 \begin_layout Bibliography
34317 \begin_inset CommandInset bibitem
34318 LatexCommand bibitem
34319 key "hypcap"
34320
34321 \end_inset
34322
34323 Dokumentation des LaTeX-Pakets 
34324 \series bold
34325
34326 \begin_inset CommandInset href
34327 LatexCommand href
34328 name "hypcap"
34329 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34330
34331 \end_inset
34332
34333
34334 \series default
34335
34336 \begin_inset Index
34337 status collapsed
34338
34339 \begin_layout Plain Layout
34340 LaTeX-Pakete ! hypcap
34341 \end_layout
34342
34343 \end_inset
34344
34345
34346 \end_layout
34347
34348 \begin_layout Bibliography
34349 \begin_inset CommandInset bibitem
34350 LatexCommand bibitem
34351 key "hyperref"
34352
34353 \end_inset
34354
34355 Dokumentation des LaTeX-Pakets 
34356 \series bold
34357
34358 \begin_inset CommandInset href
34359 LatexCommand href
34360 name "hyperref"
34361 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34362
34363 \end_inset
34364
34365
34366 \series default
34367
34368 \begin_inset Index
34369 status collapsed
34370
34371 \begin_layout Plain Layout
34372 LaTeX-Pakete ! hyperref
34373 \end_layout
34374
34375 \end_inset
34376
34377
34378 \end_layout
34379
34380 \begin_layout Bibliography
34381 \begin_inset CommandInset bibitem
34382 LatexCommand bibitem
34383 key "koma-script"
34384
34385 \end_inset
34386
34387 Dokumentation des LaTeX-Pakets 
34388 \series bold
34389
34390 \begin_inset CommandInset href
34391 LatexCommand href
34392 name "koma-script"
34393 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
34394
34395 \end_inset
34396
34397
34398 \series default
34399
34400 \begin_inset Index
34401 status collapsed
34402
34403 \begin_layout Plain Layout
34404 LaTeX-Pakete ! koma-script
34405 \end_layout
34406
34407 \end_inset
34408
34409
34410 \end_layout
34411
34412 \begin_layout Bibliography
34413 \begin_inset CommandInset bibitem
34414 LatexCommand bibitem
34415 key "listings"
34416
34417 \end_inset
34418
34419 Dokumentation des LaTeX-Pakets 
34420 \series bold
34421
34422 \begin_inset CommandInset href
34423 LatexCommand href
34424 name "listings"
34425 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34426
34427 \end_inset
34428
34429
34430 \series default
34431
34432 \begin_inset Index
34433 status collapsed
34434
34435 \begin_layout Plain Layout
34436 LaTeX-Pakete ! listings
34437 \end_layout
34438
34439 \end_inset
34440
34441
34442 \end_layout
34443
34444 \begin_layout Bibliography
34445 \begin_inset CommandInset bibitem
34446 LatexCommand bibitem
34447 key "marginnote"
34448
34449 \end_inset
34450
34451 Dokumentation des LaTeX-Pakets 
34452 \series bold
34453
34454 \begin_inset CommandInset href
34455 LatexCommand href
34456 name "marginnote"
34457 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34458
34459 \end_inset
34460
34461
34462 \series default
34463
34464 \begin_inset Index
34465 status collapsed
34466
34467 \begin_layout Plain Layout
34468 LaTeX-Pakete ! marginnote
34469 \end_layout
34470
34471 \end_inset
34472
34473
34474 \end_layout
34475
34476 \begin_layout Bibliography
34477 \begin_inset CommandInset bibitem
34478 LatexCommand bibitem
34479 key "pstricks"
34480
34481 \end_inset
34482
34483 Webseite des LaTeX-Pakets 
34484 \series bold
34485
34486 \begin_inset CommandInset href
34487 LatexCommand href
34488 name "PSTricks"
34489 target "http://tug.org/PSTricks/"
34490
34491 \end_inset
34492
34493
34494 \series default
34495
34496 \begin_inset Index
34497 status collapsed
34498
34499 \begin_layout Plain Layout
34500 LaTeX-Pakete ! pstricks
34501 \end_layout
34502
34503 \end_inset
34504
34505
34506 \end_layout
34507
34508 \begin_layout Bibliography
34509 \begin_inset CommandInset bibitem
34510 LatexCommand bibitem
34511 key "sidecap"
34512
34513 \end_inset
34514
34515 Dokumentation des LaTeX-Pakets 
34516 \series bold
34517
34518 \begin_inset CommandInset href
34519 LatexCommand href
34520 name "sidecap"
34521 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34522
34523 \end_inset
34524
34525
34526 \series default
34527
34528 \begin_inset Index
34529 status collapsed
34530
34531 \begin_layout Plain Layout
34532 LaTeX-Pakete ! sidecap
34533 \end_layout
34534
34535 \end_inset
34536
34537
34538 \end_layout
34539
34540 \begin_layout Bibliography
34541 \begin_inset CommandInset bibitem
34542 LatexCommand bibitem
34543 key "NewInLyX16"
34544
34545 \end_inset
34546
34547
34548 \begin_inset CommandInset href
34549 LatexCommand href
34550 name "Wiki-Seite"
34551 target "http://wiki.lyx.org/LyX/NewInLyX16"
34552
34553 \end_inset
34554
34555  über neue Funktionen in 
34556 \family sans
34557 LyX 1.6.0
34558 \family default
34559 .
34560 \end_layout
34561
34562 \begin_layout Standard
34563 \begin_inset CommandInset index_print
34564 LatexCommand printindex
34565
34566 \end_inset
34567
34568
34569 \end_layout
34570
34571 \begin_layout Standard
34572 \begin_inset FloatList figure
34573
34574 \end_inset
34575
34576
34577 \end_layout
34578
34579 \begin_layout Standard
34580 \begin_inset FloatList table
34581
34582 \end_inset
34583
34584
34585 \end_layout
34586
34587 \begin_layout Standard
34588 \begin_inset ERT
34589 status open
34590
34591 \begin_layout Plain Layout
34592
34593
34594 \backslash
34595 listof{algorithm}{Algorithmenverzeichnis}
34596 \end_layout
34597
34598 \end_inset
34599
34600
34601 \begin_inset Note Note
34602 status collapsed
34603
34604 \begin_layout Plain Layout
34605 siehe Abschnitt
34606 \begin_inset space ~
34607 \end_inset
34608
34609
34610 \begin_inset CommandInset ref
34611 LatexCommand ref
34612 reference "uab:Gleitobjekt-Algorithmen"
34613
34614 \end_inset
34615
34616  für eine Beschreibung
34617 \end_layout
34618
34619 \end_inset
34620
34621
34622 \end_layout
34623
34624 \end_body
34625 \end_document