]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
Documentation files: sync with branch
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 1.6.2svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % wenn pdflatex benutzt wird:
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % Schriften für bessere PDF-Ansichten
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % Ende von: wenn pdflatex benutzt wird
16
17 % Setzt den Link fuer Sprünge zu Gleitabbildungen
18 % auf den Anfang des Gelitobjekts und nicht aufs Ende
19 \usepackage[figure]{hypcap}
20
21 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
22 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
23 \let\myTOC\tableofcontents
24 \renewcommand\tableofcontents{%
25   \frontmatter
26   \pdfbookmark[1]{\contentsname}{}
27   \myTOC
28   \mainmatter }
29
30 % Formatierung von Legenden
31 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
32
33 % Befehle, um Legenden neben Tabellen und Abbildungen zu setzen
34 \usepackage{sidecap}
35
36 \newcommand{\TabBesBeg}{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % ermöglicht das Berechnen von Werten
55 \usepackage{calc}
56
57 % Ermöglicht besondere Tabellenzellen-Ausrichtungen
58 \usepackage{dcolumn}
59
60 %Vergrößert den Teil der Seite, in dem Gleitobjekte
61 % unten angeordnet werden dürfen
62 \renewcommand{\bottomfraction}{0.5}
63
64 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
65 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
66
67 % beschleunigt die Berechnung von langen Tabellen
68 \setcounter{LTchunksize}{100}
69
70 % wird für skalierte und rotierte Boxen benötigt
71 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
72
73 % wird bei farbigen Tabellen benutzt
74 \@ifundefined{textcolor}
75  {\usepackage{color}}{}
76 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0}
77 \definecolor{hellgrau}{gray}{0.8}
78
79 % testen ob paket colortbl installiert ist
80 % wird für farbige Tabellenzellen benutzt
81 \newboolean{colortbl}
82 \IfFileExists{colortbl.sty}
83  {\usepackage{colortbl}
84   \setboolean{colortbl}{true}}
85  {\setboolean{colortbl}{false}}
86
87 % wird für Mehrfachzeilen benutzt
88 \usepackage{multirow}
89 %\renewcommand{\multirowsetup}{\centering}
90
91 % wird fuer Tabellen im Buchstil benutzt
92 \usepackage{booktabs}
93
94 % wird benutzt, um Tabellenzellen zu vergrößern
95 \@ifundefined{extrarowheight}
96  {\usepackage{array}}{}
97 \setlength{\extrarowheight}{2pt}
98
99 % wird fuer benutzerdefinierte Tabellen benutzt
100 % ---
101 \newcolumntype{M}[1]
102  {>{\centering\hspace{0pt}}m{#1}}
103
104 \newcolumntype{S}[2]
105  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
106
107 \newcolumntype{K}[1]
108  {>{\columncolor{#1}\hspace{0pt}}c}
109
110 \newcolumntype{V}{!{\vrule width 1.5pt}}
111
112 \newcolumntype{W}{!{\color{green}\vline}}
113 % ---
114
115 % Setzt einen zusaetzlichen Abstand von
116 % 1.5 mm zwischen Fussnoten
117 \let\myFoot\footnote
118 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
119
120 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
121 \numberwithin{algorithm}{chapter}
122
123 % Grauschrift-Notizen in blauer Farbe
124 \renewenvironment{lyxgreyedout}
125  {\textcolor{blue}\bgroup}{\egroup}
126
127 % ------------------------------------
128 % Prüfung auf benötigte LaTeXPakete
129 \usepackage{ifthen}
130
131 % Pruefung auf arydshln
132 % für Tabellen mit gestrichelten Linien
133 \newboolean{arydshln}
134 \IfFileExists{arydshln.sty}
135  {\usepackage{arydshln}
136   \setboolean{arydshln}{true}}
137  {\setboolean{arydshln}{false}}
138
139 % Prüfung auf marginnote
140 % für Randnotizen
141 \newboolean{marginnote}
142 \IfFileExists{marginnote.sty}
143  {\usepackage{marginnote}
144   \let\marginpar\marginnote
145   \setboolean{marginnote}{true}}
146  {\setboolean{marginnote}{false}}
147
148 % Prüfung auf sidecap
149 % für seitliche Beschriftungen
150 \newboolean{sidecap}
151 \IfFileExists{sidecap.sty}
152  {\usepackage{sidecap}
153   \let\marginpar\marginnote
154   \setboolean{sidecap}{true}}
155  {\setboolean{sidecap}{false}}
156
157 % Umdefinieren des Makros \LyX für PDF-Lesezeichen
158 \def\LyX{\texorpdfstring{%
159   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
160   {LyX}}
161
162 % Damit der Index den Namen "Stichwortverzeichnis" erhält
163 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
164 \end_preamble
165 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
166 \use_default_options false
167 \language ngerman
168 \inputencoding auto
169 \font_roman default
170 \font_sans default
171 \font_typewriter default
172 \font_default_family default
173 \font_sc false
174 \font_osf false
175 \font_sf_scale 100
176 \font_tt_scale 100
177
178 \graphics default
179 \paperfontsize 12
180 \spacing single
181 \use_hyperref true
182 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
183 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
184 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
185 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
186 \pdf_bookmarks true
187 \pdf_bookmarksnumbered true
188 \pdf_bookmarksopen true
189 \pdf_bookmarksopenlevel 1
190 \pdf_breaklinks false
191 \pdf_pdfborder false
192 \pdf_colorlinks true
193 \pdf_backref false
194 \pdf_pdfusetitle false
195 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
196 \papersize a4paper
197 \use_geometry false
198 \use_amsmath 2
199 \use_esint 0
200 \cite_engine basic
201 \use_bibtopic false
202 \paperorientation portrait
203 \secnumdepth 3
204 \tocdepth 3
205 \paragraph_separation skip
206 \defskip medskip
207 \quotes_language german
208 \papercolumns 1
209 \papersides 2
210 \paperpagestyle default
211 \bullet 1 0 9 -1
212 \bullet 2 2 35 -1
213 \bullet 3 2 7 -1
214 \tracking_changes false
215 \output_changes false
216 \author "" 
217 \author "" 
218 \end_header
219
220 \begin_body
221
222 \begin_layout Title
223 Das LyX-Handbuch der Einfügungen:
224 \begin_inset Newline newline
225 \end_inset
226
227  
228 \size larger
229 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
230 \end_layout
231
232 \begin_layout Author
233 vom LyX Team
234 \begin_inset Foot
235 status collapsed
236
237 \begin_layout Plain Layout
238 \noindent
239
240 \size normal
241 Übersetzung und Bearbeitung: Hartmut Haase
242 \size default
243 , Uwe Stöhr
244 \begin_inset Newline newline
245 \end_inset
246
247 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
248  bitte an: 
249 \begin_inset CommandInset href
250 LatexCommand href
251 name "lyx-docs@lists.lyx.org"
252 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
253 type "mailto:"
254
255 \end_inset
256
257
258 \end_layout
259
260 \end_inset
261
262
263 \begin_inset Note Note
264 status collapsed
265
266 \begin_layout Plain Layout
267 Autor: Uwe Stöhr <uwestoehr@web.de>
268 \end_layout
269
270 \end_inset
271
272
273 \begin_inset Newline newline
274 \end_inset
275
276
277 \begin_inset Newline newline
278 \end_inset
279
280
281 \family sans
282 Version 1.6.1
283 \end_layout
284
285 \begin_layout Standard
286 \begin_inset CommandInset toc
287 LatexCommand tableofcontents
288
289 \end_inset
290
291
292 \end_layout
293
294 \begin_layout Standard
295 \begin_inset Note Note
296 status open
297
298 \begin_layout Plain Layout
299 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder Rich
300  Text exportieren zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte
301  
302 \series bold
303 arydshln
304 \series default
305
306 \series bold
307 colortbl
308 \series default
309
310 \series bold
311 marginnote
312 \series default
313  und 
314 \series bold
315 sidecap
316 \series default
317 .
318  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
319  denen sie benötigt werden.
320 \end_layout
321
322 \begin_layout Plain Layout
323 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
324  des englischen Originals hier finden:
325 \begin_inset Newline newline
326 \end_inset
327
328
329 \series bold
330 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
331 \end_layout
332
333 \end_inset
334
335
336 \end_layout
337
338 \begin_layout Chapter
339 Abbildungen
340 \begin_inset Index
341 status collapsed
342
343 \begin_layout Plain Layout
344 Abbildungen
345 \end_layout
346
347 \end_inset
348
349
350 \end_layout
351
352 \begin_layout Section
353 Grafik-Dialog
354 \begin_inset Index
355 status collapsed
356
357 \begin_layout Plain Layout
358 Abbildungen ! Grafik-Dialog
359 \end_layout
360
361 \end_inset
362
363
364 \begin_inset CommandInset label
365 LatexCommand label
366 name "abs:Grafik-Dialog"
367
368 \end_inset
369
370
371 \end_layout
372
373 \begin_layout Standard
374 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
375  
376 \begin_inset Graphics
377         filename ../../images/dialog-show-new-inset_graphics.png
378         scale 70
379         scaleBeforeRotation
380         BoundingBox 0bp 6bp 22bp 22bp
381
382 \end_inset
383
384  in der Werkzeugleiste oder wählen das Menü 
385 \family sans
386 Einfügen\SpecialChar \menuseparator
387 Grafik
388 \family default
389 .
390  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
391  
392 \family sans
393 Durchsuchen
394 \family default
395  eingeben können.
396  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
397  an der Sie sie eingefügt haben.
398 \end_layout
399
400 \begin_layout Standard
401 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
402  klicken.
403  Der Dialog hat drei Karteikarten:
404 \end_layout
405
406 \begin_layout Description
407
408 \family sans
409 Grafik
410 \family default
411  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
412  Version festlegen.
413  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
414 \begin_inset space ~
415 \end_inset
416
417
418 \begin_inset CommandInset ref
419 LatexCommand ref
420 reference "kap:In-LyX-verfügbare"
421
422 \end_inset
423
424  erklärt.
425 \begin_inset Newline newline
426 \end_inset
427
428
429 \begin_inset Index
430 status collapsed
431
432 \begin_layout Plain Layout
433 Abbildungen ! rotierte
434 \end_layout
435
436 \end_inset
437
438 Sie können Abbildungen durch Angabe eines 
439 \family sans
440 Winkel
441 \family default
442
443 \begin_inset space ~
444 \end_inset
445
446
447 \family sans
448 (Grad)
449 \family default
450  und Festlegung eines 
451 \family sans
452 Drehpunktes
453 \family default
454  drehen.
455  Negative Winkel drehen im Uhrzeigersinn.
456  Die Abbildung wird auch in LyX gedreht.
457 \begin_inset Newline newline
458 \end_inset
459
460
461 \begin_inset Index
462 status collapsed
463
464 \begin_layout Plain Layout
465 Abbildungen ! skalierte
466 \end_layout
467
468 \end_inset
469
470 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
471  oder Höhe und Breite definiert.
472  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
473  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
474  wobei sie möglicherweise verzerrt wird.
475  Um das zu vermeiden, sollten Sie 
476 \family sans
477 Seitenverhältnis
478 \begin_inset space ~
479 \end_inset
480
481 beibehalten
482 \family default
483  ankreuzen.
484  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für 
485 \family sans
486 Höhe
487 \family default
488  und 
489 \family sans
490 Breite
491 \family default
492  nicht überschritten werden.
493 \begin_inset Newline newline
494 \end_inset
495
496 Wenn Sie auf 
497 \family sans
498 Bearbeiten
499 \family default
500  klicken, können Abbildungen mit einem Programm, das in 
501 \family sans
502 Werkzeuge\SpecialChar \menuseparator
503 Einstellungen\SpecialChar \menuseparator
504 Datei-Handhabung\SpecialChar \menuseparator
505 Dateiformate
506 \family default
507  im Feld 
508 \family sans
509 Bearbeitungsprogramm
510 \family default
511  festgelegt wurde, bearbeitet werden.
512 \end_layout
513
514 \begin_layout Description
515
516 \family sans
517 Ausschnitt
518 \family default
519  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
520  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
521  Wenn Sie auf 
522 \family sans
523 Lese
524 \begin_inset space ~
525 \end_inset
526
527 aus
528 \begin_inset space ~
529 \end_inset
530
531 Datei
532 \family default
533  klicken, werden die Koordinaten automatisch berechnet.
534  Die Option 
535 \family sans
536 Auf
537 \begin_inset space ~
538 \end_inset
539
540 Begrenzungsbox
541 \begin_inset space ~
542 \end_inset
543
544 zuschneiden
545 \family default
546  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
547  Koordinaten liegt.
548  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
549  diese Karteikarte ignorieren.
550 \end_layout
551
552 \begin_layout Description
553
554 \family sans
555 LaTeX-
556 \begin_inset space ~
557 \end_inset
558
559 und
560 \begin_inset space ~
561 \end_inset
562
563 LyX-Optionen
564 \family default
565  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
566  LaTeX-Experten können weitere LaTeX-Optionen definieren.
567 \begin_inset Newline newline
568 \end_inset
569
570 Ist die Option 
571 \family sans
572 Entwurfsmodus 
573 \family default
574 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
575  darin gedruckt.
576 \begin_inset Newline newline
577 \end_inset
578
579 Die Option 
580 \family sans
581 Beim
582 \begin_inset space ~
583 \end_inset
584
585 Exportieren
586 \begin_inset space ~
587 \end_inset
588
589 nicht
590 \begin_inset space ~
591 \end_inset
592
593 entpacken
594 \family default
595  betrifft nur gepackte EPS-Dateien, zum Beispiel 
596 \emph on
597 x.eps.gz
598 \emph default
599 .
600  LaTeX kann so mit ihnen umgehen.
601 \begin_inset Newline newline
602 \end_inset
603
604 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
605  wählen, siehe Anhang
606 \begin_inset space ~
607 \end_inset
608
609
610 \begin_inset CommandInset ref
611 LatexCommand ref
612 reference "abs:PostScript"
613
614 \end_inset
615
616 .
617  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
618 \begin_inset Newline newline
619 \end_inset
620
621
622 \series bold
623 gzip x.eps
624 \begin_inset Newline newline
625 \end_inset
626
627 zgrep %%Bounding x.eps.gz > x.eps.bb
628 \series default
629
630 \begin_inset Newline newline
631 \end_inset
632
633 Der zweite Befehl erzeugt die Begrenzungsbox 
634 \begin_inset Quotes gld
635 \end_inset
636
637 x.eps.bb
638 \begin_inset Quotes grd
639 \end_inset
640
641 , die LaTeX für gepackte Abbildungen benötigt.
642 \begin_inset Newline newline
643 \end_inset
644
645 Das Feld 
646 \family sans
647 Gruppenname
648 \begin_inset space ~
649 \end_inset
650
651 initialisieren
652 \family default
653  ermöglicht es eine Einstellungsgruppe zu definieren oder dem Bild eine
654  solche zuzuordnen.
655 \begin_inset Index
656 status collapsed
657
658 \begin_layout Plain Layout
659 Abbildungen ! Einstellungsgruppen
660 \end_layout
661
662 \end_inset
663
664  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
665  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
666  der Gruppe geändert werden.
667  Damit kann man z.B.
668 \begin_inset space ~
669 \end_inset
670
671 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
672  Bild tun zu müssen.
673  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
674  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
675 \end_layout
676
677 \begin_layout Standard
678 \begin_inset VSpace bigskip
679 \end_inset
680
681
682 \end_layout
683
684 \begin_layout Standard
685 Hier ist eine zentrierte EPS-Abbildung
686 \begin_inset Foot
687 status collapsed
688
689 \begin_layout Plain Layout
690 Abbildungsformate sind in Abschnitt
691 \begin_inset space ~
692 \end_inset
693
694
695 \begin_inset CommandInset ref
696 LatexCommand ref
697 reference "abs:Bildformate"
698
699 \end_inset
700
701  beschrieben.
702 \end_layout
703
704 \end_inset
705
706  in einem eigenen Absatz:
707 \end_layout
708
709 \begin_layout Standard
710 \align center
711 \begin_inset Graphics
712         filename ../clipart/mobius.eps
713         scale 70
714         scaleBeforeRotation
715         rotateOrigin center
716
717 \end_inset
718
719
720 \end_layout
721
722 \begin_layout Standard
723 \noindent
724 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
725 \end_layout
726
727 \begin_layout Standard
728 \align center
729 \begin_inset Graphics
730         filename ../clipart/mobius.eps
731         scale 70
732         draft
733         scaleBeforeRotation
734         rotateOrigin center
735
736 \end_inset
737
738
739 \end_layout
740
741 \begin_layout Section
742 Gleitende Abbildungen
743 \begin_inset CommandInset label
744 LatexCommand label
745 name "abs:Gleitende-Abbildungen"
746
747 \end_inset
748
749
750 \begin_inset Index
751 status collapsed
752
753 \begin_layout Plain Layout
754 Abbildungen ! gleitende
755 \end_layout
756
757 \end_inset
758
759
760 \begin_inset Index
761 status collapsed
762
763 \begin_layout Plain Layout
764 Gleitobjekte ! Abbildungen
765 \end_layout
766
767 \end_inset
768
769
770 \end_layout
771
772 \begin_layout Standard
773 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
774 \begin_inset space ~
775 \end_inset
776
777
778 \begin_inset CommandInset ref
779 LatexCommand ref
780 reference "abs:Gleitobjekte-Einleitung"
781
782 \end_inset
783
784 .
785 \end_layout
786
787 \begin_layout Standard
788 Wenn Sie auf das Werkzeugleisten-Symbol 
789 \begin_inset Graphics
790         filename ../../images/float-insert_figure.png
791         scale 70
792         scaleBeforeRotation
793         BoundingBox 0bp 6bp 22bp 22bp
794
795 \end_inset
796
797  klicken oder 
798 \family sans
799 Einfügen\SpecialChar \menuseparator
800 Gleit\SpecialChar \-
801 objekt\SpecialChar \menuseparator
802 Abbildung
803 \family default
804  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
805  In das rot umrahmte Feld rechts von 
806 \emph on
807 Abbildung
808 \begin_inset space ~
809 \end_inset
810
811 Nr:
812 \emph default
813  schreiben Sie die Bildbeschriftung.
814  Nach einem Klick oberhalb oder unterhalb von 
815 \emph on
816 Abbildung
817 \begin_inset space ~
818 \end_inset
819
820 Nr:
821 \emph default
822  können Sie dann eine Abbildung wie 
823 \begin_inset CommandInset ref
824 LatexCommand ref
825 reference "abb:kill-plat"
826
827 \end_inset
828
829  oberhalb oder wie Abbildung
830 \begin_inset space ~
831 \end_inset
832
833
834 \begin_inset CommandInset ref
835 LatexCommand ref
836 reference "abb:escher"
837
838 \end_inset
839
840  unterhalb der Bildbeschriftung einfügen.
841  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
842 \begin_inset space ~
843 \end_inset
844
845
846 \begin_inset CommandInset ref
847 LatexCommand ref
848 reference "abs:Titel-Platzierung"
849
850 \end_inset
851
852 .
853 \end_layout
854
855 \begin_layout Standard
856 \begin_inset Float figure
857 wide false
858 sideways false
859 status open
860
861 \begin_layout Plain Layout
862 \align center
863 \begin_inset Graphics
864         filename ../clipart/platypus.eps
865         width 50col%
866         scaleBeforeRotation
867         rotateOrigin center
868
869 \end_inset
870
871
872 \end_layout
873
874 \begin_layout Plain Layout
875 \begin_inset Caption
876
877 \begin_layout Plain Layout
878 \begin_inset CommandInset label
879 LatexCommand label
880 name "abb:kill-plat"
881
882 \end_inset
883
884 Platypus in einem Gleitobjekt
885 \end_layout
886
887 \end_inset
888
889
890 \end_layout
891
892 \end_inset
893
894
895 \end_layout
896
897 \begin_layout Standard
898 \begin_inset Float figure
899 wide false
900 sideways false
901 status open
902
903 \begin_layout Plain Layout
904 \begin_inset Caption
905
906 \begin_layout Plain Layout
907 \begin_inset CommandInset label
908 LatexCommand label
909 name "abb:escher"
910
911 \end_inset
912
913 M.C.
914  Escher
915 \end_layout
916
917 \end_inset
918
919
920 \end_layout
921
922 \begin_layout Plain Layout
923 \align center
924 \begin_inset Graphics
925         filename ../clipart/escher-lsd.eps
926         scale 80
927         scaleBeforeRotation
928         rotateOrigin center
929
930 \end_inset
931
932
933 \end_layout
934
935 \end_inset
936
937
938 \end_layout
939
940 \begin_layout Standard
941 \begin_inset Index
942 status collapsed
943
944 \begin_layout Plain Layout
945 Querverweise ! auf Abbildungen
946 \end_layout
947
948 \end_inset
949
950 Abbildung
951 \begin_inset space ~
952 \end_inset
953
954
955 \begin_inset CommandInset ref
956 LatexCommand ref
957 reference "abb:kill-plat"
958
959 \end_inset
960
961  und 
962 \begin_inset CommandInset ref
963 LatexCommand ref
964 reference "abb:escher"
965
966 \end_inset
967
968  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
969  Dafür fügen Sie in der Beschriftung mit 
970 \family sans
971 Einfügen\SpecialChar \menuseparator
972 Marke
973 \family default
974  oder durch Klicken auf 
975 \begin_inset Graphics
976         filename ../../images/label-insert.png
977         scale 70
978         scaleBeforeRotation
979         BoundingBox 0bp 6bp 20bp 20bp
980
981 \end_inset
982
983  eine Marke ein.
984  Auf diese können Sie dann wie gewohnt mit 
985 \family sans
986 Einfügen\SpecialChar \menuseparator
987 Querverweis
988 \family default
989  oder durch Klicken auf 
990 \begin_inset Graphics
991         filename ../../images/dialog-show-new-inset_ref.png
992         scale 70
993         scaleBeforeRotation
994         BoundingBox 0bp 6bp 22bp 22bp
995
996 \end_inset
997
998  verweisen.
999  Das ist besser als eine vage Formulierung wie 
1000 \begin_inset Quotes gld
1001 \end_inset
1002
1003 die obige Abbildung
1004 \begin_inset Quotes grd
1005 \end_inset
1006
1007  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1008  erscheint, und das muss nicht 
1009 \emph on
1010 oben
1011 \emph default
1012  sein.
1013  Verweise werden detailliert in Abschnitt
1014 \begin_inset space ~
1015 \end_inset
1016
1017
1018 \begin_inset CommandInset ref
1019 LatexCommand ref
1020 reference "abs:Auf-Gleitobjekte-verweisen"
1021
1022 \end_inset
1023
1024  beschrieben.
1025 \end_layout
1026
1027 \begin_layout Standard
1028 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1029  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1030  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1031  Gleitabbildung einfügt.
1032  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1033  Abbildung
1034 \begin_inset space ~
1035 \end_inset
1036
1037
1038 \begin_inset CommandInset ref
1039 LatexCommand ref
1040 reference "abb:Zwei-Teilabbildungen"
1041
1042 \end_inset
1043
1044  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1045  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1046  Gleitabbildung auf Eingabe drücken.
1047  Abbildung
1048 \begin_inset space ~
1049 \end_inset
1050
1051
1052 \begin_inset CommandInset ref
1053 LatexCommand ref
1054 reference "abb:Undefinierbar"
1055
1056 \end_inset
1057
1058  und 
1059 \begin_inset CommandInset ref
1060 LatexCommand ref
1061 reference "abb:Ein-Schnabeltier"
1062
1063 \end_inset
1064
1065  sind die Teilabbildungen.
1066 \end_layout
1067
1068 \begin_layout Standard
1069 \begin_inset Float figure
1070 wide false
1071 sideways false
1072 status open
1073
1074 \begin_layout Plain Layout
1075 \begin_inset space \hfill{}
1076 \end_inset
1077
1078
1079 \begin_inset Float figure
1080 wide false
1081 sideways false
1082 status collapsed
1083
1084 \begin_layout Plain Layout
1085 \begin_inset Caption
1086
1087 \begin_layout Plain Layout
1088 \begin_inset CommandInset label
1089 LatexCommand label
1090 name "abb:Undefinierbar"
1091
1092 \end_inset
1093
1094 Undefinierbar
1095 \end_layout
1096
1097 \end_inset
1098
1099
1100 \end_layout
1101
1102 \begin_layout Plain Layout
1103 \begin_inset Graphics
1104         filename ../clipart/escher-lsd.eps
1105         width 35col%
1106         scaleBeforeRotation
1107         groupId Teilabbildung
1108
1109 \end_inset
1110
1111
1112 \end_layout
1113
1114 \end_inset
1115
1116
1117 \begin_inset space \hfill{}
1118 \end_inset
1119
1120
1121 \begin_inset Float figure
1122 wide false
1123 sideways false
1124 status collapsed
1125
1126 \begin_layout Plain Layout
1127 \begin_inset Caption
1128
1129 \begin_layout Plain Layout
1130 \begin_inset CommandInset label
1131 LatexCommand label
1132 name "abb:Ein-Schnabeltier"
1133
1134 \end_inset
1135
1136 Ein Schnabeltier
1137 \end_layout
1138
1139 \end_inset
1140
1141
1142 \end_layout
1143
1144 \begin_layout Plain Layout
1145 \begin_inset Graphics
1146         filename ../clipart/platypus.eps
1147         width 35col%
1148         scaleBeforeRotation
1149         groupId Teilabbildung
1150
1151 \end_inset
1152
1153
1154 \end_layout
1155
1156 \end_inset
1157
1158
1159 \begin_inset space \hfill{}
1160 \end_inset
1161
1162
1163 \end_layout
1164
1165 \begin_layout Plain Layout
1166 \begin_inset Caption
1167
1168 \begin_layout Plain Layout
1169 \begin_inset CommandInset label
1170 LatexCommand label
1171 name "abb:Zwei-Teilabbildungen"
1172
1173 \end_inset
1174
1175 Zwei Teilabbildungen nebeneinander.
1176  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1177 \begin_inset Quotes gld
1178 \end_inset
1179
1180 Teilabbildung
1181 \begin_inset Quotes grd
1182 \end_inset
1183
1184  an.
1185 \end_layout
1186
1187 \end_inset
1188
1189
1190 \end_layout
1191
1192 \end_inset
1193
1194
1195 \end_layout
1196
1197 \begin_layout Section
1198 Bildformate
1199 \begin_inset CommandInset label
1200 LatexCommand label
1201 name "abs:Bildformate"
1202
1203 \end_inset
1204
1205
1206 \begin_inset Index
1207 status collapsed
1208
1209 \begin_layout Plain Layout
1210 Abbildungen ! Bildformate
1211 \end_layout
1212
1213 \end_inset
1214
1215
1216 \end_layout
1217
1218 \begin_layout Standard
1219 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1220  Aber wie in Anhang
1221 \begin_inset space ~
1222 \end_inset
1223
1224
1225 \begin_inset CommandInset ref
1226 LatexCommand ref
1227 reference "kap:Ausgabedatei-Formate"
1228
1229 \end_inset
1230
1231  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1232  LyX benutzt im Hintergrund das Programm
1233 \family typewriter
1234  Imagemagick
1235 \family default
1236 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1237  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1238  vermeiden.
1239  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1240  werden können.
1241  Diese Formate werden in Anhang
1242 \begin_inset space ~
1243 \end_inset
1244
1245
1246 \begin_inset CommandInset ref
1247 LatexCommand ref
1248 reference "kap:Ausgabedatei-Formate"
1249
1250 \end_inset
1251
1252  beschrieben.
1253 \end_layout
1254
1255 \begin_layout Standard
1256 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1257 \end_layout
1258
1259 \begin_layout Description
1260 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1261  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1262  
1263 \emph on
1264 pixelig
1265 \emph default
1266  aus.
1267  Bekannte Pixel-Formate sind 
1268 \begin_inset Quotes gld
1269 \end_inset
1270
1271 Graphics Interchange Format
1272 \begin_inset Quotes grd
1273 \end_inset
1274
1275  (GIF, Dateiendung
1276 \family typewriter
1277  
1278 \family default
1279
1280 \begin_inset Quotes gld
1281 \end_inset
1282
1283
1284 \family typewriter
1285 .gif
1286 \family default
1287
1288 \begin_inset Quotes grd
1289 \end_inset
1290
1291 )
1292 \begin_inset Index
1293 status collapsed
1294
1295 \begin_layout Plain Layout
1296 GIF
1297 \end_layout
1298
1299 \end_inset
1300
1301
1302 \begin_inset Quotes gld
1303 \end_inset
1304
1305 Portable Network Graphics
1306 \begin_inset Quotes grd
1307 \end_inset
1308
1309  (PNG, Dateiendung 
1310 \begin_inset Quotes gld
1311 \end_inset
1312
1313
1314 \family typewriter
1315 .png
1316 \family default
1317
1318 \begin_inset Quotes grd
1319 \end_inset
1320
1321 )
1322 \begin_inset Index
1323 status collapsed
1324
1325 \begin_layout Plain Layout
1326 PNG
1327 \end_layout
1328
1329 \end_inset
1330
1331
1332 \begin_inset Quotes gld
1333 \end_inset
1334
1335 Joint Photographic Experts Group
1336 \begin_inset Quotes grd
1337 \end_inset
1338
1339  (JPEG, Dateiendung
1340 \family typewriter
1341  
1342 \family default
1343
1344 \begin_inset Quotes gld
1345 \end_inset
1346
1347
1348 \family typewriter
1349 .jpg
1350 \family default
1351
1352 \begin_inset Quotes grd
1353 \end_inset
1354
1355  oder 
1356 \begin_inset Quotes gld
1357 \end_inset
1358
1359
1360 \family typewriter
1361 .jpeg
1362 \family default
1363
1364 \begin_inset Quotes grd
1365 \end_inset
1366
1367 )
1368 \begin_inset Index
1369 status collapsed
1370
1371 \begin_layout Plain Layout
1372 JPG, JPEG
1373 \end_layout
1374
1375 \end_inset
1376
1377  und 
1378 \begin_inset Quotes gld
1379 \end_inset
1380
1381 Windows Bitmap
1382 \begin_inset Quotes grd
1383 \end_inset
1384
1385  (BMP, Dateiendung 
1386 \begin_inset Quotes gld
1387 \end_inset
1388
1389
1390 \family typewriter
1391 .bmp
1392 \family default
1393
1394 \begin_inset Quotes grd
1395 \end_inset
1396
1397 )
1398 \begin_inset Index
1399 status collapsed
1400
1401 \begin_layout Plain Layout
1402 BMP
1403 \end_layout
1404
1405 \end_inset
1406
1407 .
1408 \end_layout
1409
1410 \begin_layout Description
1411 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1412  auf jede beliebige Größe skaliert werden.
1413  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1414  zoomen zu können.
1415 \begin_inset Newline newline
1416 \end_inset
1417
1418 Bekannte Formate sind 
1419 \begin_inset Quotes gld
1420 \end_inset
1421
1422 Scalable Vector Graphics
1423 \begin_inset Quotes grd
1424 \end_inset
1425
1426  (SVG, Dateiendung
1427 \family typewriter
1428  
1429 \family default
1430
1431 \begin_inset Quotes gld
1432 \end_inset
1433
1434
1435 \family typewriter
1436 .svg
1437 \family default
1438
1439 \begin_inset Quotes grd
1440 \end_inset
1441
1442 )
1443 \begin_inset Index
1444 status collapsed
1445
1446 \begin_layout Plain Layout
1447 SVG
1448 \end_layout
1449
1450 \end_inset
1451
1452
1453 \begin_inset Quotes gld
1454 \end_inset
1455
1456 Encapsulated PostScript
1457 \begin_inset Quotes grd
1458 \end_inset
1459
1460  (EPS, Dateiendung 
1461 \begin_inset Quotes gld
1462 \end_inset
1463
1464
1465 \family typewriter
1466 .eps
1467 \family default
1468
1469 \begin_inset Quotes grd
1470 \end_inset
1471
1472 )
1473 \begin_inset Index
1474 status collapsed
1475
1476 \begin_layout Plain Layout
1477 EPS
1478 \end_layout
1479
1480 \end_inset
1481
1482
1483 \begin_inset Quotes gld
1484 \end_inset
1485
1486 Portable Document Format
1487 \begin_inset Quotes grd
1488 \end_inset
1489
1490  (PDF, Dateiendung
1491 \family typewriter
1492  
1493 \family default
1494
1495 \begin_inset Quotes gld
1496 \end_inset
1497
1498
1499 \family typewriter
1500 .pdf
1501 \family default
1502
1503 \begin_inset Quotes grd
1504 \end_inset
1505
1506 )
1507 \begin_inset Index
1508 status collapsed
1509
1510 \begin_layout Plain Layout
1511 PDF
1512 \end_layout
1513
1514 \end_inset
1515
1516  und 
1517 \begin_inset Quotes gld
1518 \end_inset
1519
1520 Windows Metafile
1521 \begin_inset Quotes grd
1522 \end_inset
1523
1524  (WMF, Dateiendung 
1525 \begin_inset Quotes gld
1526 \end_inset
1527
1528
1529 \family typewriter
1530 .wmf
1531 \family default
1532
1533 \begin_inset Quotes grd
1534 \end_inset
1535
1536 )
1537 \begin_inset Index
1538 status collapsed
1539
1540 \begin_layout Plain Layout
1541 WMF
1542 \end_layout
1543
1544 \end_inset
1545
1546 .
1547 \end_layout
1548
1549 \begin_layout Standard
1550 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1551  das Ergebnis ist immer noch ein Pixelbild.
1552  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1553  hinzugefügt.
1554 \begin_inset Foot
1555 status open
1556
1557 \begin_layout Plain Layout
1558 Bei PDF wird das Originalbild auch noch komprimiert.
1559 \end_layout
1560
1561 \end_inset
1562
1563  Die PDF-Dateien, die 
1564 \family typewriter
1565 Adobe Photoshop
1566 \family default
1567  erzeugt, sind zum Beispiel Pixelbilder.
1568 \end_layout
1569
1570 \begin_layout Standard
1571 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1572  umgekehrt.
1573  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1574  eingefügt werden.
1575  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1576  erzeugt wird, weil es zur Zeit keine WMF/SVG
1577 \begin_inset Formula $\to$
1578 \end_inset
1579
1580 PDF/EPS Konverter gibt.
1581 \end_layout
1582
1583 \begin_layout Chapter
1584 Tabellen
1585 \begin_inset Index
1586 status collapsed
1587
1588 \begin_layout Plain Layout
1589 Tabellen
1590 \end_layout
1591
1592 \end_inset
1593
1594
1595 \end_layout
1596
1597 \begin_layout Section
1598 Einführung
1599 \begin_inset Index
1600 status collapsed
1601
1602 \begin_layout Plain Layout
1603 Tabellen ! Einführung
1604 \end_layout
1605
1606 \end_inset
1607
1608
1609 \end_layout
1610
1611 \begin_layout Standard
1612 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1613 \begin_inset Graphics
1614         filename ../../images/tabular-insert.png
1615         scale 70
1616         scaleBeforeRotation
1617         BoundingBox 0bp 6bp 22bp 22bp
1618
1619 \end_inset
1620
1621  oder das Menü 
1622 \family sans
1623 Einfügen\SpecialChar \menuseparator
1624 Tabelle
1625 \family default
1626  einfügen.
1627  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1628 \begin_inset space \thinspace{}
1629 \end_inset
1630
1631 -Tabelle.
1632  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1633  und die Größe der dunkelblauen Tabelle angezeigt.
1634  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1635  ein.
1636  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1637  Spaltenanzahl festlegen können.
1638 \end_layout
1639
1640 \begin_layout Standard
1641 In der so erstellten Tabelle ist jede Zelle umrandet.
1642  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1643  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1644  die zweite Zeile eine Linie oberhalb haben.
1645  Hier ist ein Beispiel:
1646 \end_layout
1647
1648 \begin_layout Standard
1649 \align center
1650 \begin_inset Tabular
1651 <lyxtabular version="3" rows="5" columns="4">
1652 <features>
1653 <column alignment="center" valignment="top" width="0">
1654 <column alignment="center" valignment="top" width="0">
1655 <column alignment="center" valignment="top" width="0">
1656 <column alignment="center" valignment="top" width="0">
1657 <row>
1658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1659 \begin_inset Text
1660
1661 \begin_layout Plain Layout
1662
1663 \end_layout
1664
1665 \end_inset
1666 </cell>
1667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1668 \begin_inset Text
1669
1670 \begin_layout Plain Layout
1671
1672 \family roman
1673 \series medium
1674 \shape up
1675 \size normal
1676 \emph off
1677 \bar no
1678 \noun off
1679 \color none
1680 1
1681 \end_layout
1682
1683 \end_inset
1684 </cell>
1685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1686 \begin_inset Text
1687
1688 \begin_layout Plain Layout
1689 2
1690 \end_layout
1691
1692 \end_inset
1693 </cell>
1694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1695 \begin_inset Text
1696
1697 \begin_layout Plain Layout
1698 3
1699 \end_layout
1700
1701 \end_inset
1702 </cell>
1703 </row>
1704 <row>
1705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1706 \begin_inset Text
1707
1708 \begin_layout Plain Layout
1709
1710 \family roman
1711 \series medium
1712 \shape up
1713 \size normal
1714 \emph off
1715 \bar no
1716 \noun off
1717 \color none
1718 A
1719 \end_layout
1720
1721 \end_inset
1722 </cell>
1723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1724 \begin_inset Text
1725
1726 \begin_layout Plain Layout
1727
1728 \end_layout
1729
1730 \end_inset
1731 </cell>
1732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1733 \begin_inset Text
1734
1735 \begin_layout Plain Layout
1736
1737 \end_layout
1738
1739 \end_inset
1740 </cell>
1741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1742 \begin_inset Text
1743
1744 \begin_layout Plain Layout
1745
1746 \end_layout
1747
1748 \end_inset
1749 </cell>
1750 </row>
1751 <row>
1752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1753 \begin_inset Text
1754
1755 \begin_layout Plain Layout
1756
1757 \family roman
1758 \series medium
1759 \shape up
1760 \size normal
1761 \emph off
1762 \bar no
1763 \noun off
1764 \color none
1765 B
1766 \end_layout
1767
1768 \end_inset
1769 </cell>
1770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1771 \begin_inset Text
1772
1773 \begin_layout Plain Layout
1774
1775 \end_layout
1776
1777 \end_inset
1778 </cell>
1779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1780 \begin_inset Text
1781
1782 \begin_layout Plain Layout
1783
1784 \end_layout
1785
1786 \end_inset
1787 </cell>
1788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1789 \begin_inset Text
1790
1791 \begin_layout Plain Layout
1792
1793 \end_layout
1794
1795 \end_inset
1796 </cell>
1797 </row>
1798 <row>
1799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1800 \begin_inset Text
1801
1802 \begin_layout Plain Layout
1803
1804 \family roman
1805 \series medium
1806 \shape up
1807 \size normal
1808 \emph off
1809 \bar no
1810 \noun off
1811 \color none
1812 C
1813 \end_layout
1814
1815 \end_inset
1816 </cell>
1817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1818 \begin_inset Text
1819
1820 \begin_layout Plain Layout
1821
1822 \end_layout
1823
1824 \end_inset
1825 </cell>
1826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1827 \begin_inset Text
1828
1829 \begin_layout Plain Layout
1830
1831 \end_layout
1832
1833 \end_inset
1834 </cell>
1835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1836 \begin_inset Text
1837
1838 \begin_layout Plain Layout
1839
1840 \end_layout
1841
1842 \end_inset
1843 </cell>
1844 </row>
1845 <row>
1846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1847 \begin_inset Text
1848
1849 \begin_layout Plain Layout
1850 D
1851 \end_layout
1852
1853 \end_inset
1854 </cell>
1855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1856 \begin_inset Text
1857
1858 \begin_layout Plain Layout
1859
1860 \end_layout
1861
1862 \end_inset
1863 </cell>
1864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1865 \begin_inset Text
1866
1867 \begin_layout Plain Layout
1868
1869 \end_layout
1870
1871 \end_inset
1872 </cell>
1873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1874 \begin_inset Text
1875
1876 \begin_layout Plain Layout
1877
1878 \end_layout
1879
1880 \end_inset
1881 </cell>
1882 </row>
1883 </lyxtabular>
1884
1885 \end_inset
1886
1887
1888 \end_layout
1889
1890 \begin_layout Section
1891 Tabellen-Einstellungen
1892 \begin_inset Index
1893 status collapsed
1894
1895 \begin_layout Plain Layout
1896 Tabellen ! Einstellungen
1897 \end_layout
1898
1899 \end_inset
1900
1901
1902 \end_layout
1903
1904 \begin_layout Standard
1905 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1906  Maustaste draufklicken.
1907  Dadurch wird ein Kontextmenü angezeigt, an derem Ende 
1908 \family sans
1909 Einstellungen
1910 \family default
1911  steht.
1912  Ein Klick darauf öffnet das Fenster 
1913 \family sans
1914 Tabellen-Einstellungen
1915 \family default
1916 .
1917  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1918  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1919  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1920  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1921  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1922  Auswahl.
1923  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1924 \emph on
1925 Inhalt
1926 \emph default
1927  einer Zelle oder die Zelle selber ausgewählt haben.
1928  Das 
1929 \family sans
1930 Tabellen-Einstellungen
1931 \family default
1932 -Menü hat folgende Karteikarten:
1933 \end_layout
1934
1935 \begin_layout Description
1936
1937 \family sans
1938 Tabellen-Einstellungen
1939 \family default
1940  Hier können Sie die 
1941 \family sans
1942 Horizontale
1943 \begin_inset space ~
1944 \end_inset
1945
1946 Ausrichtung
1947 \family default
1948  der momentanen Spalte und die 
1949 \family sans
1950 Spaltenbreite
1951 \family default
1952  festlegen.
1953  Wenn Sie eine 
1954 \family sans
1955 Spaltenbreite
1956 \family default
1957  festgelegt haben, können Sie auch eine 
1958 \family sans
1959 Vertikale
1960 \begin_inset space ~
1961 \end_inset
1962
1963 Ausrichtung
1964 \family default
1965  der momentanen Zeile wählen.
1966  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1967  Absätze haben, wie in Abschnitt
1968 \begin_inset space ~
1969 \end_inset
1970
1971
1972 \begin_inset CommandInset ref
1973 LatexCommand ref
1974 reference "uab:Mehrfache-Zeilen-in"
1975
1976 \end_inset
1977
1978  beschrieben.
1979  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1980 \begin_inset Newline newline
1981 \end_inset
1982
1983 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
1984  als 
1985 \family sans
1986 Mehrfachspalte
1987 \family default
1988  definieren, wie in Abschnitt
1989 \begin_inset space ~
1990 \end_inset
1991
1992
1993 \begin_inset CommandInset ref
1994 LatexCommand ref
1995 reference "uab:Mehrfachspalten"
1996
1997 \end_inset
1998
1999  beschrieben.
2000 \begin_inset Newline newline
2001 \end_inset
2002
2003 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2004  den Uhrzeigersinn um 90° drehen.
2005  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
2006 \begin_inset Newline newline
2007 \end_inset
2008
2009
2010 \begin_inset Note Greyedout
2011 status open
2012
2013 \begin_layout Plain Layout
2014
2015 \series bold
2016 Achtung:
2017 \series default
2018  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2019 \end_layout
2020
2021 \end_inset
2022
2023
2024 \begin_inset Newline newline
2025 \end_inset
2026
2027 Man kann auch ein 
2028 \family sans
2029 LaTe
2030 \begin_inset ERT
2031 status collapsed
2032
2033 \begin_layout Plain Layout
2034
2035 {}
2036 \end_layout
2037
2038 \end_inset
2039
2040 X-Argument
2041 \family default
2042  für besondere Tabellen-Formatierun\SpecialChar \-
2043 gen einfügen, wie in den Abschnitten
2044  
2045 \begin_inset CommandInset ref
2046 LatexCommand ref
2047 reference "uab:Mehrfachspalten-Berechnungen"
2048
2049 \end_inset
2050
2051  und 
2052 \begin_inset CommandInset ref
2053 LatexCommand ref
2054 reference "abs:Farbige-Tabellen"
2055
2056 \end_inset
2057
2058  beschrieben.
2059 \end_layout
2060
2061 \begin_layout Description
2062
2063 \family sans
2064 Rahmen
2065 \family default
2066  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2067  hinzufügen und löschen.
2068 \begin_inset Newline newline
2069 \end_inset
2070
2071 Wenn Sie die Stil-Option
2072 \family sans
2073  Formal
2074 \family default
2075  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2076 \begin_inset space ~
2077 \end_inset
2078
2079
2080 \begin_inset CommandInset ref
2081 LatexCommand ref
2082 reference "abs:Formale-Tabellen"
2083
2084 \end_inset
2085
2086  beschrieben, konvertiert.
2087 \begin_inset Newline newline
2088 \end_inset
2089
2090 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2091 \begin_inset space ~
2092 \end_inset
2093
2094
2095 \begin_inset CommandInset ref
2096 LatexCommand ref
2097 reference "uab:Zeilenabstand"
2098
2099 \end_inset
2100
2101  beschrieben.
2102 \end_layout
2103
2104 \begin_layout Description
2105
2106 \family sans
2107 Lange
2108 \begin_inset space ~
2109 \end_inset
2110
2111 Tabelle
2112 \family default
2113  Hier kann eine Tabelle als 
2114 \family sans
2115 Lange
2116 \begin_inset space ~
2117 \end_inset
2118
2119 Tabelle
2120 \family default
2121  definiert werden, die über mehrere Seiten reicht.
2122  Die Abschnitte
2123 \begin_inset space ~
2124 \end_inset
2125
2126
2127 \begin_inset CommandInset ref
2128 LatexCommand ref
2129 reference "abs:Lange-Tabellen"
2130
2131 \end_inset
2132
2133  und 
2134 \begin_inset CommandInset ref
2135 LatexCommand ref
2136 reference "abs:Special-Longtable-Issues"
2137
2138 \end_inset
2139
2140  beschreiben diese Funktion genauer.
2141 \end_layout
2142
2143 \begin_layout Standard
2144 Wenn das Menü 
2145 \family sans
2146 Tabellen-Einstellungen
2147 \family default
2148  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
2149  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
2150 \end_layout
2151
2152 \begin_layout Section
2153 Tabellen-Werkzeugleiste
2154 \begin_inset Index
2155 status collapsed
2156
2157 \begin_layout Plain Layout
2158 Tabellen ! Werkzeugleiste
2159 \end_layout
2160
2161 \end_inset
2162
2163
2164 \end_layout
2165
2166 \begin_layout Standard
2167 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2168 \family sans
2169 Tabellen-Einstellungen
2170 \family default
2171 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2172  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2173  LyX-Fensters.
2174 \end_layout
2175
2176 \begin_layout Standard
2177 Die Werkzeugleiste hat folgende Knöpfe:
2178 \end_layout
2179
2180 \begin_layout Labeling
2181 \labelwidthstring 00.00.0000
2182 \begin_inset Graphics
2183         filename ../../images/tabular-feature_append-row.png
2184         scale 70
2185         scaleBeforeRotation
2186         BoundingBox 0bp 6bp 22bp 22bp
2187
2188 \end_inset
2189
2190  Fügt eine Zeile unterhalb der momentanen an
2191 \end_layout
2192
2193 \begin_layout Labeling
2194 \labelwidthstring 00.00.0000
2195 \begin_inset Graphics
2196         filename ../../images/tabular-feature_append-column.png
2197         scale 70
2198         scaleBeforeRotation
2199         BoundingBox 0bp 6bp 22bp 22bp
2200
2201 \end_inset
2202
2203  Fügt eine Spalte rechts von der momentanen an
2204 \end_layout
2205
2206 \begin_layout Labeling
2207 \labelwidthstring 00.00.0000
2208 \begin_inset Graphics
2209         filename ../../images/tabular-feature_delete-row.png
2210         scale 70
2211         scaleBeforeRotation
2212         BoundingBox 0bp 6bp 22bp 22bp
2213
2214 \end_inset
2215
2216  Löscht die ausgewählte(n) Zeile(n)
2217 \end_layout
2218
2219 \begin_layout Labeling
2220 \labelwidthstring 00.00.0000
2221 \begin_inset Graphics
2222         filename ../../images/tabular-feature_delete-column.png
2223         scale 70
2224         scaleBeforeRotation
2225         BoundingBox 0bp 6bp 22bp 22bp
2226
2227 \end_inset
2228
2229  Löscht die ausgewählte(n) Spalte(n)
2230 \end_layout
2231
2232 \begin_layout Labeling
2233 \labelwidthstring 00.00.0000
2234 \begin_inset Graphics
2235         filename ../../images/tabular-feature_toggle-line-top.png
2236         scale 70
2237         scaleBeforeRotation
2238         BoundingBox 0bp 6bp 22bp 22bp
2239
2240 \end_inset
2241
2242  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2243  wenn der Knopf grau hinterlegt ist
2244 \end_layout
2245
2246 \begin_layout Labeling
2247 \labelwidthstring 00.00.0000
2248 \begin_inset Graphics
2249         filename ../../images/tabular-feature_toggle-line-bottom.png
2250         scale 70
2251         scaleBeforeRotation
2252         BoundingBox 0bp 6bp 22bp 22bp
2253
2254 \end_inset
2255
2256  Fügt eine Linie unterhalb 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-left.png
2264         scale 70
2265         scaleBeforeRotation
2266         BoundingBox 0bp 6bp 22bp 22bp
2267
2268 \end_inset
2269
2270  Fügt eine Linie links der ausgewählte(n) Spalte(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-right.png
2278         scale 70
2279         scaleBeforeRotation
2280         BoundingBox 0bp 6bp 22bp 22bp
2281
2282 \end_inset
2283
2284  Fügt eine Linie rechts 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_set-all-lines.png
2292         scale 70
2293         scaleBeforeRotation
2294         BoundingBox 0bp 6bp 22bp 22bp
2295
2296 \end_inset
2297
2298  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2299 \end_layout
2300
2301 \begin_layout Labeling
2302 \labelwidthstring 00.00.0000
2303 \begin_inset Graphics
2304         filename ../../images/tabular-feature_unset-all-lines.png
2305         scale 70
2306         scaleBeforeRotation
2307         BoundingBox 0bp 6bp 22bp 22bp
2308
2309 \end_inset
2310
2311  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2312 \end_layout
2313
2314 \begin_layout Labeling
2315 \labelwidthstring 00.00.0000
2316 \begin_inset Graphics
2317         filename ../../images/tabular-feature_align-left.png
2318         scale 70
2319         scaleBeforeRotation
2320         BoundingBox 0bp 6bp 22bp 22bp
2321
2322 \end_inset
2323
2324  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2325 \end_layout
2326
2327 \begin_layout Labeling
2328 \labelwidthstring 00.00.0000
2329 \begin_inset Graphics
2330         filename ../../images/tabular-feature_align-center.png
2331         scale 70
2332         scaleBeforeRotation
2333         BoundingBox 0bp 6bp 22bp 22bp
2334
2335 \end_inset
2336
2337  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2338 \end_layout
2339
2340 \begin_layout Labeling
2341 \labelwidthstring 00.00.0000
2342 \begin_inset Graphics
2343         filename ../../images/tabular-feature_align-right.png
2344         scale 70
2345         scaleBeforeRotation
2346         BoundingBox 0bp 6bp 22bp 22bp
2347
2348 \end_inset
2349
2350  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2351 \end_layout
2352
2353 \begin_layout Labeling
2354 \labelwidthstring 00.00.0000
2355 \begin_inset Graphics
2356         filename ../../images/tabular-feature_valign-top.png
2357         scale 70
2358         scaleBeforeRotation
2359         BoundingBox 0bp 6bp 22bp 22bp
2360
2361 \end_inset
2362
2363  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2364 \end_layout
2365
2366 \begin_layout Labeling
2367 \labelwidthstring 00.00.0000
2368 \begin_inset Graphics
2369         filename ../../images/tabular-feature_valign-middle.png
2370         scale 70
2371         scaleBeforeRotation
2372         BoundingBox 0bp 6bp 22bp 22bp
2373
2374 \end_inset
2375
2376  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2377 \end_layout
2378
2379 \begin_layout Labeling
2380 \labelwidthstring 00.00.0000
2381 \begin_inset Graphics
2382         filename ../../images/tabular-feature_valign-bottom.png
2383         scale 70
2384         scaleBeforeRotation
2385         BoundingBox 0bp 6bp 22bp 22bp
2386
2387 \end_inset
2388
2389  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2390 \end_layout
2391
2392 \begin_layout Labeling
2393 \labelwidthstring 00.00.0000
2394 \begin_inset Graphics
2395         filename ../../images/tabular-feature_set-rotate-cell.png
2396         scale 70
2397         scaleBeforeRotation
2398         BoundingBox 0bp 6bp 22bp 22bp
2399
2400 \end_inset
2401
2402  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2403 \end_layout
2404
2405 \begin_layout Labeling
2406 \labelwidthstring 00.00.0000
2407 \begin_inset Graphics
2408         filename ../../images/tabular-feature_set-rotate-tabular.png
2409         scale 70
2410         scaleBeforeRotation
2411         BoundingBox 0bp 6bp 22bp 22bp
2412
2413 \end_inset
2414
2415  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2416 \end_layout
2417
2418 \begin_layout Labeling
2419 \labelwidthstring 00.00.0000
2420 \begin_inset Graphics
2421         filename ../../images/tabular-feature_multicolumn.png
2422         scale 70
2423         scaleBeforeRotation
2424         BoundingBox 0bp 6bp 22bp 22bp
2425
2426 \end_inset
2427
2428  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2429 \end_layout
2430
2431 \begin_layout Standard
2432 \begin_inset Note Greyedout
2433 status open
2434
2435 \begin_layout Plain Layout
2436
2437 \series bold
2438 Bemerkung:
2439 \series default
2440  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2441  Reihe für alle Zelle der Reihe verwendet.
2442 \end_layout
2443
2444 \end_inset
2445
2446
2447 \end_layout
2448
2449 \begin_layout Section
2450 Bearbeiten-Menü
2451 \begin_inset Index
2452 status collapsed
2453
2454 \begin_layout Plain Layout
2455 Tabellen ! Bearbeiten-Menü
2456 \end_layout
2457
2458 \end_inset
2459
2460
2461 \end_layout
2462
2463 \begin_layout Standard
2464 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2465  Wenn der Cursor in einer Tabelle steht, sind im 
2466 \family sans
2467 Bearbeiten
2468 \family default
2469 -Menü folgende Punkte aktiviert: 
2470 \family sans
2471 Tabelle
2472 \family default
2473
2474 \family sans
2475 Zeilen
2476 \begin_inset space ~
2477 \end_inset
2478
2479 &
2480 \begin_inset space ~
2481 \end_inset
2482
2483 Spalten
2484 \family default
2485  und 
2486 \family sans
2487 Tabellen-Einstellungen
2488 \family default
2489 .
2490  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2491 ngsmöglichkeiten zu erreichen.
2492 \end_layout
2493
2494 \begin_layout Section
2495 Gleitende Tabellen
2496 \begin_inset CommandInset label
2497 LatexCommand label
2498 name "abs:Gleitende-Tabellen"
2499
2500 \end_inset
2501
2502
2503 \begin_inset Index
2504 status collapsed
2505
2506 \begin_layout Plain Layout
2507 Gleitobjekte ! Tabellen
2508 \end_layout
2509
2510 \end_inset
2511
2512
2513 \begin_inset Index
2514 status collapsed
2515
2516 \begin_layout Plain Layout
2517 Tabellen ! gleitende
2518 \end_layout
2519
2520 \end_inset
2521
2522
2523 \end_layout
2524
2525 \begin_layout Standard
2526 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2527 \begin_inset space ~
2528 \end_inset
2529
2530
2531 \begin_inset CommandInset ref
2532 LatexCommand ref
2533 reference "abs:Gleitobjekte-Einleitung"
2534
2535 \end_inset
2536
2537 .
2538 \end_layout
2539
2540 \begin_layout Standard
2541 \begin_inset Float table
2542 placement h
2543 wide false
2544 sideways false
2545 status open
2546
2547 \begin_layout Plain Layout
2548 \begin_inset Caption
2549
2550 \begin_layout Plain Layout
2551 \begin_inset CommandInset label
2552 LatexCommand label
2553 name "tab:a table float"
2554
2555 \end_inset
2556
2557 Eine gleitende Tabelle
2558 \end_layout
2559
2560 \end_inset
2561
2562
2563 \end_layout
2564
2565 \begin_layout Plain Layout
2566 \align center
2567 \begin_inset Tabular
2568 <lyxtabular version="3" rows="3" columns="3">
2569 <features>
2570 <column alignment="center" valignment="top" width="0pt">
2571 <column alignment="center" valignment="top" width="0pt">
2572 <column alignment="center" valignment="top" width="0pt">
2573 <row>
2574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2575 \begin_inset Text
2576
2577 \begin_layout Plain Layout
2578
2579 \family roman
2580 \series medium
2581 \shape up
2582 \size normal
2583 \emph off
2584 \bar no
2585 \noun off
2586 \color none
2587 1
2588 \end_layout
2589
2590 \end_inset
2591 </cell>
2592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2593 \begin_inset Text
2594
2595 \begin_layout Plain Layout
2596
2597 \family roman
2598 \series medium
2599 \shape up
2600 \size normal
2601 \emph off
2602 \bar no
2603 \noun off
2604 \color none
2605 2
2606 \end_layout
2607
2608 \end_inset
2609 </cell>
2610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2611 \begin_inset Text
2612
2613 \begin_layout Plain Layout
2614
2615 \family roman
2616 \series medium
2617 \shape up
2618 \size normal
2619 \emph off
2620 \bar no
2621 \noun off
2622 \color none
2623 3
2624 \end_layout
2625
2626 \end_inset
2627 </cell>
2628 </row>
2629 <row>
2630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2631 \begin_inset Text
2632
2633 \begin_layout Plain Layout
2634
2635 \family roman
2636 \series medium
2637 \shape up
2638 \size normal
2639 \emph off
2640 \bar no
2641 \noun off
2642 \color none
2643 Martin
2644 \end_layout
2645
2646 \end_inset
2647 </cell>
2648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2649 \begin_inset Text
2650
2651 \begin_layout Plain Layout
2652
2653 \family roman
2654 \series medium
2655 \shape up
2656 \size normal
2657 \emph off
2658 \bar no
2659 \noun off
2660 \color none
2661 Lena
2662 \end_layout
2663
2664 \end_inset
2665 </cell>
2666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2667 \begin_inset Text
2668
2669 \begin_layout Plain Layout
2670
2671 \family roman
2672 \series medium
2673 \shape up
2674 \size normal
2675 \emph off
2676 \bar no
2677 \noun off
2678 \color none
2679 Alina
2680 \end_layout
2681
2682 \end_inset
2683 </cell>
2684 </row>
2685 <row>
2686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2687 \begin_inset Text
2688
2689 \begin_layout Plain Layout
2690
2691 \family roman
2692 \series medium
2693 \shape up
2694 \size normal
2695 \emph off
2696 \bar no
2697 \noun off
2698 \color none
2699 \begin_inset Formula $\int x^{2}dx$
2700 \end_inset
2701
2702
2703 \end_layout
2704
2705 \end_inset
2706 </cell>
2707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2708 \begin_inset Text
2709
2710 \begin_layout Plain Layout
2711
2712 \family roman
2713 \series medium
2714 \shape up
2715 \size normal
2716 \emph off
2717 \bar no
2718 \noun off
2719 \color none
2720 \begin_inset Formula $\left[\begin{array}{cc}
2721 a & b\\
2722 c & d\end{array}\right]$
2723 \end_inset
2724
2725
2726 \end_layout
2727
2728 \end_inset
2729 </cell>
2730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2731 \begin_inset Text
2732
2733 \begin_layout Plain Layout
2734
2735 \family roman
2736 \series medium
2737 \shape up
2738 \size normal
2739 \emph off
2740 \bar no
2741 \noun off
2742 \color none
2743 \begin_inset Formula $1+1=2$
2744 \end_inset
2745
2746
2747 \end_layout
2748
2749 \end_inset
2750 </cell>
2751 </row>
2752 </lyxtabular>
2753
2754 \end_inset
2755
2756
2757 \end_layout
2758
2759 \end_inset
2760
2761
2762 \end_layout
2763
2764 \begin_layout Standard
2765 Gleitende Tabellen können über 
2766 \family sans
2767 Einfügen\SpecialChar \menuseparator
2768 Gleitobjekt\SpecialChar \menuseparator
2769 Tabelle
2770 \family default
2771  oder einen Klick auf den Werkzeugleistenknopf 
2772 \begin_inset Graphics
2773         filename ../../images/float-insert_table.png
2774         scale 70
2775         scaleBeforeRotation
2776         BoundingBox 0bp 6bp 22bp 22bp
2777
2778 \end_inset
2779
2780  erzeugt werden.
2781  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2782  In das rot umrahmte Feld rechts von 
2783 \emph on
2784 Tabelle
2785 \begin_inset space ~
2786 \end_inset
2787
2788 Nr:
2789 \emph default
2790  schreiben Sie die Tabellenbeschriftung.
2791  Nach einem Klick oberhalb oder unterhalb von 
2792 \emph on
2793 Tabelle
2794 \begin_inset space ~
2795 \end_inset
2796
2797 Nr:
2798 \emph default
2799  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2800 \begin_inset Graphics
2801         filename ../../images/tabular-insert.png
2802         scale 70
2803         scaleBeforeRotation
2804         BoundingBox 0bp 6bp 22bp 22bp
2805
2806 \end_inset
2807
2808  oder dem Menü 
2809 \family sans
2810 Einfügen\SpecialChar \menuseparator
2811 Tabelle
2812 \family default
2813  einfügen.
2814 \end_layout
2815
2816 \begin_layout Standard
2817 Tabelle
2818 \begin_inset space ~
2819 \end_inset
2820
2821
2822 \begin_inset CommandInset ref
2823 LatexCommand ref
2824 reference "tab:a table float"
2825
2826 \end_inset
2827
2828  ist ein Beispiel für eine gleitende Tabelle.
2829 \end_layout
2830
2831 \begin_layout Standard
2832 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2833 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2834  Das bedeutet, dass bei den Klassen 
2835 \family sans
2836 article
2837 \family default
2838
2839 \family sans
2840 book
2841 \family default
2842
2843 \family sans
2844 letter
2845 \family default
2846 , und 
2847 \family sans
2848 report
2849 \family default
2850  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2851  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2852 \series bold
2853 caption
2854 \series default
2855
2856 \begin_inset Index
2857 status collapsed
2858
2859 \begin_layout Plain Layout
2860 LaTeX-Pakete ! caption
2861 \end_layout
2862
2863 \end_inset
2864
2865  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2866 \begin_inset Foot
2867 status open
2868
2869 \begin_layout Plain Layout
2870 Näheres finden Sie im Abschnitt
2871 \begin_inset space ~
2872 \end_inset
2873
2874
2875 \begin_inset CommandInset ref
2876 LatexCommand ref
2877 reference "abs:Titel-Platzierung"
2878
2879 \end_inset
2880
2881 .
2882 \end_layout
2883
2884 \end_inset
2885
2886
2887 \end_layout
2888
2889 \begin_layout Standard
2890
2891 \series bold
2892 tableposition=top
2893 \end_layout
2894
2895 \begin_layout Standard
2896 Das Paket 
2897 \series bold
2898 caption
2899 \series default
2900 , das in Abschnitt
2901 \begin_inset space ~
2902 \end_inset
2903
2904
2905 \begin_inset CommandInset ref
2906 LatexCommand ref
2907 reference "abs:Titel-Formatierung"
2908
2909 \end_inset
2910
2911  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2912 \end_layout
2913
2914 \begin_layout Standard
2915 \begin_inset Index
2916 status collapsed
2917
2918 \begin_layout Plain Layout
2919 Querverweise ! auf Tabellen
2920 \end_layout
2921
2922 \end_inset
2923
2924 Auf Tabellen kann über ihre Marke verwiesen werden.
2925  Dafür fügen Sie in der Beschriftung mit 
2926 \family sans
2927 Einfügen\SpecialChar \menuseparator
2928 Marke
2929 \family default
2930  oder durch Klicken auf 
2931 \begin_inset Graphics
2932         filename ../../images/label-insert.png
2933         scale 70
2934         scaleBeforeRotation
2935         BoundingBox 0bp 6bp 20bp 20bp
2936
2937 \end_inset
2938
2939  eine Marke ein.
2940  Auf diese können Sie dann wie gewohnt mit 
2941 \family sans
2942 Einfügen\SpecialChar \menuseparator
2943 Querverweis
2944 \family default
2945  oder durch Klicken auf 
2946 \begin_inset Graphics
2947         filename ../../images/dialog-show-new-inset_ref.png
2948         scale 70
2949         scaleBeforeRotation
2950         BoundingBox 0bp 6bp 22bp 22bp
2951
2952 \end_inset
2953
2954  verweisen.
2955  Verweise werden detailliert in Abschnitt
2956 \begin_inset space ~
2957 \end_inset
2958
2959
2960 \begin_inset CommandInset ref
2961 LatexCommand ref
2962 reference "abs:Auf-Gleitobjekte-verweisen"
2963
2964 \end_inset
2965
2966  beschrieben.
2967 \end_layout
2968
2969 \begin_layout Section
2970 Lange Tabellen
2971 \begin_inset CommandInset label
2972 LatexCommand label
2973 name "abs:Lange-Tabellen"
2974
2975 \end_inset
2976
2977
2978 \begin_inset Index
2979 status collapsed
2980
2981 \begin_layout Plain Layout
2982 Tabellen ! lange
2983 \end_layout
2984
2985 \end_inset
2986
2987
2988 \end_layout
2989
2990 \begin_layout Standard
2991 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
2992  Dialogfenster 
2993 \family sans
2994 Tabellen-Einstellungen
2995 \family default
2996  auf der Karteikarte  
2997 \family sans
2998 Lange
2999 \begin_inset space ~
3000 \end_inset
3001
3002 Tabelle
3003 \family default
3004  die Option 
3005 \family sans
3006 Lange
3007 \begin_inset space ~
3008 \end_inset
3009
3010 Tabelle
3011 \begin_inset space ~
3012 \end_inset
3013
3014 verwenden
3015 \family default
3016  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3017  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3018 \end_layout
3019
3020 \begin_layout Description
3021
3022 \family sans
3023 Kopfzei
3024 \family default
3025 le: Die aktuelle Zeile sowie alle darüberliegenden, die keine Sonderoptionen
3026  aktiviert haben, werden als Überschrifts-Zeilen aller Seiten festgelegt;
3027  mit Ausnahme der ersten, wenn 
3028 \family sans
3029 Erste
3030 \begin_inset space ~
3031 \end_inset
3032
3033 Kopfzeile
3034 \family default
3035  aktiviert ist.
3036 \end_layout
3037
3038 \begin_layout Description
3039
3040 \family sans
3041 Erste
3042 \lang english
3043
3044 \begin_inset space ~
3045 \end_inset
3046
3047
3048 \lang ngerman
3049 Kopfz
3050 \family default
3051 eile: Die aktuelle Zeile sowie alle darüberliegenden, die keine Sonderoptionen
3052  aktiviert haben, werden als Überschrifts-Zeilen der ersten Seite einer
3053  mehrseitigen Tabelle definiert.
3054 \end_layout
3055
3056 \begin_layout Description
3057
3058 \family sans
3059 Fußz
3060 \family default
3061 eile: Die aktuelle Zeile sowie alle darüberliegenden, die keine Sonderoptionen
3062  aktiviert haben, werden als Fußzeilen aller Seiten festgelegt; mit Ausnahme
3063  der letzten, wenn 
3064 \family sans
3065 Letzte
3066 \begin_inset space ~
3067 \end_inset
3068
3069 Fußzeile
3070 \family default
3071  aktiviert ist.
3072 \end_layout
3073
3074 \begin_layout Description
3075
3076 \family sans
3077 Letzte
3078 \begin_inset space ~
3079 \end_inset
3080
3081 Fußz
3082 \family default
3083 eile: Die aktuelle Zeile sowie alle darüberliegenden, die keine Sonderoptionen
3084  aktiviert haben, werden als die Fußzeilen der letzten Seite einer mehrseitigen
3085  Tabelle definiert.
3086 \end_layout
3087
3088 \begin_layout Description
3089 Legende: Die erste Zeile wird als einzelne Spalte zurückgesetzt.
3090  Sie dort können nun die Tabellenbeschriftung (Legende) über das Menü 
3091 \family sans
3092 Einfügen\SpecialChar \menuseparator
3093 Marke
3094 \family default
3095  einfügen.
3096  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3097 \begin_inset space ~
3098 \end_inset
3099
3100
3101 \begin_inset CommandInset ref
3102 LatexCommand ref
3103 reference "uab:Beschriftungen-langer-Tabellen"
3104
3105 \end_inset
3106
3107  erklärt.
3108 \end_layout
3109
3110 \begin_layout Standard
3111 Hier ist ein Beispiel einer langen Tabelle:
3112 \end_layout
3113
3114 \begin_layout Standard
3115 \align center
3116 \begin_inset Tabular
3117 <lyxtabular version="3" rows="69" columns="3">
3118 <features islongtable="true">
3119 <column alignment="left" valignment="top" width="0cm">
3120 <column alignment="left" valignment="top" width="0pt">
3121 <column alignment="right" valignment="top" width="0pt">
3122 <row endfirsthead="true">
3123 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3124 \begin_inset Text
3125
3126 \begin_layout Plain Layout
3127
3128 \series bold
3129 Telefonliste (ignoriere die Namen)
3130 \end_layout
3131
3132 \end_inset
3133 </cell>
3134 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3135 \begin_inset Text
3136
3137 \begin_layout Plain Layout
3138
3139 \end_layout
3140
3141 \end_inset
3142 </cell>
3143 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3144 \begin_inset Text
3145
3146 \begin_layout Plain Layout
3147
3148 \end_layout
3149
3150 \end_inset
3151 </cell>
3152 </row>
3153 <row endfirsthead="true">
3154 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3155 \begin_inset Text
3156
3157 \begin_layout Plain Layout
3158
3159 \series bold
3160 NAME
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3166 \begin_inset Text
3167
3168 \begin_layout Plain Layout
3169
3170 \end_layout
3171
3172 \end_inset
3173 </cell>
3174 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3175 \begin_inset Text
3176
3177 \begin_layout Plain Layout
3178
3179 \series bold
3180 TEL.
3181 \end_layout
3182
3183 \end_inset
3184 </cell>
3185 </row>
3186 <row endhead="true">
3187 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Plain Layout
3191
3192 \series bold
3193 Telefonliste
3194 \end_layout
3195
3196 \end_inset
3197 </cell>
3198 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202
3203 \end_layout
3204
3205 \end_inset
3206 </cell>
3207 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3208 \begin_inset Text
3209
3210 \begin_layout Plain Layout
3211
3212 \end_layout
3213
3214 \end_inset
3215 </cell>
3216 </row>
3217 <row endhead="true">
3218 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222
3223 \series bold
3224 NAME
3225 \end_layout
3226
3227 \end_inset
3228 </cell>
3229 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233
3234 \end_layout
3235
3236 \end_inset
3237 </cell>
3238 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3239 \begin_inset Text
3240
3241 \begin_layout Plain Layout
3242
3243 \series bold
3244 TEL.
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 </row>
3250 <row endfoot="true">
3251 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3252 \begin_inset Text
3253
3254 \begin_layout Plain Layout
3255
3256 \series bold
3257 wird fortgesetzt
3258 \series default
3259  \SpecialChar \ldots{}
3260
3261 \end_layout
3262
3263 \end_inset
3264 </cell>
3265 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Plain Layout
3269
3270 \end_layout
3271
3272 \end_inset
3273 </cell>
3274 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3275 \begin_inset Text
3276
3277 \begin_layout Plain Layout
3278
3279 \end_layout
3280
3281 \end_inset
3282 </cell>
3283 </row>
3284 <row>
3285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3286 \begin_inset Text
3287
3288 \begin_layout Plain Layout
3289
3290 \series bold
3291 Annovi
3292 \end_layout
3293
3294 \end_inset
3295 </cell>
3296 <cell alignment="center" valignment="top" usebox="none">
3297 \begin_inset Text
3298
3299 \begin_layout Plain Layout
3300 Silvia
3301 \end_layout
3302
3303 \end_inset
3304 </cell>
3305 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3306 \begin_inset Text
3307
3308 \begin_layout Plain Layout
3309 111
3310 \end_layout
3311
3312 \end_inset
3313 </cell>
3314 </row>
3315 <row>
3316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3317 \begin_inset Text
3318
3319 \begin_layout Plain Layout
3320
3321 \series bold
3322 Bertoli
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 <cell alignment="center" valignment="top" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Plain Layout
3331 Stefano
3332 \end_layout
3333
3334 \end_inset
3335 </cell>
3336 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Plain Layout
3340 111
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 </row>
3346 <row>
3347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3348 \begin_inset Text
3349
3350 \begin_layout Plain Layout
3351
3352 \series bold
3353 Bozzi
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 <cell alignment="center" valignment="top" usebox="none">
3359 \begin_inset Text
3360
3361 \begin_layout Plain Layout
3362 Walter
3363 \end_layout
3364
3365 \end_inset
3366 </cell>
3367 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Plain Layout
3371 111
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 </row>
3377 <row>
3378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Plain Layout
3382
3383 \series bold
3384 Cachia
3385 \end_layout
3386
3387 \end_inset
3388 </cell>
3389 <cell alignment="center" valignment="top" usebox="none">
3390 \begin_inset Text
3391
3392 \begin_layout Plain Layout
3393 Maria
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Plain Layout
3402 111
3403 \end_layout
3404
3405 \end_inset
3406 </cell>
3407 </row>
3408 <row>
3409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3410 \begin_inset Text
3411
3412 \begin_layout Plain Layout
3413
3414 \series bold
3415 Cachia
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 <cell alignment="center" valignment="top" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Plain Layout
3424 Maurizio
3425 \end_layout
3426
3427 \end_inset
3428 </cell>
3429 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Plain Layout
3433 111
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 </row>
3439 <row>
3440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Plain Layout
3444
3445 \series bold
3446 Cinquemani
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 <cell alignment="center" valignment="top" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455 Giusi
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3461 \begin_inset Text
3462
3463 \begin_layout Plain Layout
3464 111
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 </row>
3470 <row>
3471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475
3476 \series bold
3477 Colin
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 <cell alignment="center" valignment="top" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Plain Layout
3486 Bernard
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Plain Layout
3495 111
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 </row>
3501 <row>
3502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Plain Layout
3506
3507 \series bold
3508 Concli
3509 \end_layout
3510
3511 \end_inset
3512 </cell>
3513 <cell alignment="center" valignment="top" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Plain Layout
3517 Gianfranco
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526 111
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 </row>
3532 <row>
3533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537
3538 \series bold
3539 Dal Bosco
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 <cell alignment="center" valignment="top" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548 Carolina
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557 111
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 </row>
3563 <row>
3564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568
3569 \series bold
3570 Dalpiaz
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 <cell alignment="center" valignment="top" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579 Annamaria
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588 111
3589 \end_layout
3590
3591 \end_inset
3592 </cell>
3593 </row>
3594 <row>
3595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599
3600 \series bold
3601 Feliciello
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 <cell alignment="center" valignment="top" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610 Domenico
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619 111
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 </row>
3625 <row>
3626 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Plain Layout
3630
3631 \series bold
3632 Focarelli
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 <cell alignment="center" valignment="top" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641 Paola
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650 111
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 </row>
3656 <row>
3657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Plain Layout
3661
3662 \series bold
3663 Galletti
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 <cell alignment="center" valignment="top" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672 Oreste
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681 111
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 </row>
3687 <row>
3688 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Plain Layout
3692
3693 \series bold
3694 Gasparini
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 <cell alignment="center" valignment="top" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703 Franca
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712 111
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 </row>
3718 <row>
3719 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723
3724 \series bold
3725 Rizzardi
3726 \end_layout
3727
3728 \end_inset
3729 </cell>
3730 <cell alignment="center" valignment="top" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734 Paola
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743 111
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 </row>
3749 <row>
3750 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754
3755 \series bold
3756 Lassini
3757 \end_layout
3758
3759 \end_inset
3760 </cell>
3761 <cell alignment="center" valignment="top" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765 Giancarlo
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774 111
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 </row>
3780 <row>
3781 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785
3786 \series bold
3787 Malfatti
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 <cell alignment="center" valignment="top" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796 Luciano
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805 111
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 </row>
3811 <row>
3812 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816
3817 \series bold
3818 Malfatti
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 <cell alignment="center" valignment="top" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827 Valeriano
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836 111
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 </row>
3842 <row>
3843 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847
3848 \series bold
3849 Meneguzzo
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 <cell alignment="center" valignment="top" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858 Roberto
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867 111
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 </row>
3873 <row>
3874 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878
3879 \series bold
3880 Mezzadra
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 <cell alignment="center" valignment="top" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889 Roberto
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Plain Layout
3898 111
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 </row>
3904 <row>
3905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909
3910 \series bold
3911 Pirpamer
3912 \end_layout
3913
3914 \end_inset
3915 </cell>
3916 <cell alignment="center" valignment="top" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Plain Layout
3920 Erich
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929 111
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 </row>
3935 <row>
3936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940
3941 \series bold
3942 Pochiesa
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 <cell alignment="center" valignment="top" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951 Paolo
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960 111, 222
3961 \end_layout
3962
3963 \end_inset
3964 </cell>
3965 </row>
3966 <row>
3967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971
3972 \series bold
3973 Radina
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 <cell alignment="center" valignment="top" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982 Claudio
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991 111
3992 \end_layout
3993
3994 \end_inset
3995 </cell>
3996 </row>
3997 <row>
3998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002
4003 \series bold
4004 Stuffer
4005 \end_layout
4006
4007 \end_inset
4008 </cell>
4009 <cell alignment="center" valignment="top" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013 Oskar
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022 111
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 </row>
4028 <row>
4029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033
4034 \series bold
4035 Tacchelli
4036 \end_layout
4037
4038 \end_inset
4039 </cell>
4040 <cell alignment="center" valignment="top" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Plain Layout
4044 Ugo
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053 111
4054 \end_layout
4055
4056 \end_inset
4057 </cell>
4058 </row>
4059 <row>
4060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064
4065 \series bold
4066 Tezzele
4067 \end_layout
4068
4069 \end_inset
4070 </cell>
4071 <cell alignment="center" valignment="top" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075 Margit
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084 111
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 </row>
4090 <row>
4091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095
4096 \series bold
4097 Unterkalmsteiner
4098 \end_layout
4099
4100 \end_inset
4101 </cell>
4102 <cell alignment="center" valignment="top" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106 Frieda
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115 111
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 </row>
4121 <row>
4122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126
4127 \series bold
4128 Vieider
4129 \end_layout
4130
4131 \end_inset
4132 </cell>
4133 <cell alignment="center" valignment="top" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Plain Layout
4137 Hilde
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146 111
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 </row>
4152 <row>
4153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157
4158 \series bold
4159 Vigna
4160 \end_layout
4161
4162 \end_inset
4163 </cell>
4164 <cell alignment="center" valignment="top" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Plain Layout
4168 Jürgen
4169 \end_layout
4170
4171 \end_inset
4172 </cell>
4173 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Plain Layout
4177 111
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 </row>
4183 <row>
4184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188
4189 \series bold
4190 Weber
4191 \end_layout
4192
4193 \end_inset
4194 </cell>
4195 <cell alignment="center" valignment="top" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Plain Layout
4199 Maurizio
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208 111
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 </row>
4214 <row>
4215 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Plain Layout
4219
4220 \series bold
4221 Winkler
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230 Franz
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239 111
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 </row>
4245 <row>
4246 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250  
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 </row>
4274 <row>
4275 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279
4280 \series bold
4281 Annovi
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 <cell alignment="center" valignment="top" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290 Silvia
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299 555
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 </row>
4305 <row>
4306 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310
4311 \series bold
4312 Bertoli
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 <cell alignment="center" valignment="top" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321 Stefano
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330 555
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 </row>
4336 <row>
4337 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341
4342 \series bold
4343 Bozzi
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 <cell alignment="center" valignment="top" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352 Walter
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361 555
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 </row>
4367 <row>
4368 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372
4373 \series bold
4374 Cachia
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 <cell alignment="center" valignment="top" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383 Maria
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392 555
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 </row>
4398 <row>
4399 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403
4404 \series bold
4405 Cachia
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 <cell alignment="center" valignment="top" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414 Maurizio
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Plain Layout
4423 555
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 </row>
4429 <row>
4430 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434
4435 \series bold
4436 Cinquemani
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 <cell alignment="center" valignment="top" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Plain Layout
4445 Giusi
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Plain Layout
4454 555
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 </row>
4460 <row>
4461 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Plain Layout
4465
4466 \series bold
4467 Colin
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 <cell alignment="center" valignment="top" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476 Bernard
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4482 \begin_inset Text
4483
4484 \begin_layout Plain Layout
4485 555
4486 \end_layout
4487
4488 \end_inset
4489 </cell>
4490 </row>
4491 <row>
4492 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Plain Layout
4496
4497 \series bold
4498 Concli
4499 \end_layout
4500
4501 \end_inset
4502 </cell>
4503 <cell alignment="center" valignment="top" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507 Gianfranco
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4513 \begin_inset Text
4514
4515 \begin_layout Plain Layout
4516 555
4517 \end_layout
4518
4519 \end_inset
4520 </cell>
4521 </row>
4522 <row>
4523 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Plain Layout
4527
4528 \series bold
4529 Dal Bosco
4530 \end_layout
4531
4532 \end_inset
4533 </cell>
4534 <cell alignment="center" valignment="top" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538 Carolina
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4544 \begin_inset Text
4545
4546 \begin_layout Plain Layout
4547 555
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 </row>
4553 <row>
4554 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Plain Layout
4558
4559 \series bold
4560 Dalpiaz
4561 \end_layout
4562
4563 \end_inset
4564 </cell>
4565 <cell alignment="center" valignment="top" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569 Annamaria
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4575 \begin_inset Text
4576
4577 \begin_layout Plain Layout
4578 555
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 </row>
4584 <row>
4585 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589
4590 \series bold
4591 Feliciello
4592 \end_layout
4593
4594 \end_inset
4595 </cell>
4596 <cell alignment="center" valignment="top" usebox="none">
4597 \begin_inset Text
4598
4599 \begin_layout Plain Layout
4600 Domenico
4601 \end_layout
4602
4603 \end_inset
4604 </cell>
4605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609 555
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 </row>
4615 <row>
4616 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620
4621 \series bold
4622 Focarelli
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 <cell alignment="center" valignment="top" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631 Paola
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640 555
4641 \end_layout
4642
4643 \end_inset
4644 </cell>
4645 </row>
4646 <row>
4647 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Plain Layout
4651
4652 \series bold
4653 Galletti
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 <cell alignment="center" valignment="top" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662 Oreste
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671 555
4672 \end_layout
4673
4674 \end_inset
4675 </cell>
4676 </row>
4677 <row>
4678 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682
4683 \series bold
4684 Gasparini
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 <cell alignment="center" valignment="top" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693 Franca
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702 555
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 </row>
4708 <row>
4709 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713
4714 \series bold
4715 Rizzardi
4716 \end_layout
4717
4718 \end_inset
4719 </cell>
4720 <cell alignment="center" valignment="top" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724 Paola
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Plain Layout
4733 555
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 </row>
4739 <row>
4740 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744
4745 \series bold
4746 Lassini
4747 \end_layout
4748
4749 \end_inset
4750 </cell>
4751 <cell alignment="center" valignment="top" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755 Giancarlo
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764 555
4765 \end_layout
4766
4767 \end_inset
4768 </cell>
4769 </row>
4770 <row>
4771 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775
4776 \series bold
4777 Malfatti
4778 \end_layout
4779
4780 \end_inset
4781 </cell>
4782 <cell alignment="center" valignment="top" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Plain Layout
4786 Luciano
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795 555
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 </row>
4801 <row>
4802 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806
4807 \series bold
4808 Malfatti
4809 \end_layout
4810
4811 \end_inset
4812 </cell>
4813 <cell alignment="center" valignment="top" usebox="none">
4814 \begin_inset Text
4815
4816 \begin_layout Plain Layout
4817 Valeriano
4818 \end_layout
4819
4820 \end_inset
4821 </cell>
4822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4823 \begin_inset Text
4824
4825 \begin_layout Plain Layout
4826 555
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 </row>
4832 <row>
4833 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837
4838 \series bold
4839 Meneguzzo
4840 \end_layout
4841
4842 \end_inset
4843 </cell>
4844 <cell alignment="center" valignment="top" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848 Roberto
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857 555
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 </row>
4863 <row>
4864 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868
4869 \series bold
4870 Mezzadra
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 <cell alignment="center" valignment="top" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879 Roberto
4880 \end_layout
4881
4882 \end_inset
4883 </cell>
4884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888 555
4889 \end_layout
4890
4891 \end_inset
4892 </cell>
4893 </row>
4894 <row>
4895 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899
4900 \series bold
4901 Pirpamer
4902 \end_layout
4903
4904 \end_inset
4905 </cell>
4906 <cell alignment="center" valignment="top" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Plain Layout
4910 Erich
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Plain Layout
4919 555
4920 \end_layout
4921
4922 \end_inset
4923 </cell>
4924 </row>
4925 <row>
4926 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Plain Layout
4930
4931 \series bold
4932 Pochiesa
4933 \end_layout
4934
4935 \end_inset
4936 </cell>
4937 <cell alignment="center" valignment="top" usebox="none">
4938 \begin_inset Text
4939
4940 \begin_layout Plain Layout
4941 Paolo
4942 \end_layout
4943
4944 \end_inset
4945 </cell>
4946 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Plain Layout
4950 555, 222
4951 \end_layout
4952
4953 \end_inset
4954 </cell>
4955 </row>
4956 <row>
4957 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4958 \begin_inset Text
4959
4960 \begin_layout Plain Layout
4961
4962 \series bold
4963 Radina
4964 \end_layout
4965
4966 \end_inset
4967 </cell>
4968 <cell alignment="center" valignment="top" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Plain Layout
4972 Claudio
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Plain Layout
4981 555
4982 \end_layout
4983
4984 \end_inset
4985 </cell>
4986 </row>
4987 <row>
4988 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4989 \begin_inset Text
4990
4991 \begin_layout Plain Layout
4992
4993 \series bold
4994 Stuffer
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 <cell alignment="center" valignment="top" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003 Oskar
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012 555
5013 \end_layout
5014
5015 \end_inset
5016 </cell>
5017 </row>
5018 <row>
5019 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023
5024 \series bold
5025 Tacchelli
5026 \end_layout
5027
5028 \end_inset
5029 </cell>
5030 <cell alignment="center" valignment="top" usebox="none">
5031 \begin_inset Text
5032
5033 \begin_layout Plain Layout
5034 Ugo
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043 555
5044 \end_layout
5045
5046 \end_inset
5047 </cell>
5048 </row>
5049 <row>
5050 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054
5055 \series bold
5056 Tezzele
5057 \end_layout
5058
5059 \end_inset
5060 </cell>
5061 <cell alignment="center" valignment="top" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Plain Layout
5065 Margit
5066 \end_layout
5067
5068 \end_inset
5069 </cell>
5070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074 555
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 </row>
5080 <row>
5081 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085
5086 \series bold
5087 Unterkalmsteiner
5088 \end_layout
5089
5090 \end_inset
5091 </cell>
5092 <cell alignment="center" valignment="top" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096 Frieda
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Plain Layout
5105 555
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 </row>
5111 <row>
5112 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Plain Layout
5116
5117 \series bold
5118 Vieider
5119 \end_layout
5120
5121 \end_inset
5122 </cell>
5123 <cell alignment="center" valignment="top" usebox="none">
5124 \begin_inset Text
5125
5126 \begin_layout Plain Layout
5127 Hilde
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Plain Layout
5136 555
5137 \end_layout
5138
5139 \end_inset
5140 </cell>
5141 </row>
5142 <row>
5143 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5144 \begin_inset Text
5145
5146 \begin_layout Plain Layout
5147
5148 \series bold
5149 Vigna
5150 \end_layout
5151
5152 \end_inset
5153 </cell>
5154 <cell alignment="center" valignment="top" usebox="none">
5155 \begin_inset Text
5156
5157 \begin_layout Plain Layout
5158 Jürgen
5159 \end_layout
5160
5161 \end_inset
5162 </cell>
5163 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5164 \begin_inset Text
5165
5166 \begin_layout Plain Layout
5167 999
5168 \end_layout
5169
5170 \end_inset
5171 </cell>
5172 </row>
5173 <row>
5174 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5175 \begin_inset Text
5176
5177 \begin_layout Plain Layout
5178
5179 \series bold
5180 Weber
5181 \end_layout
5182
5183 \end_inset
5184 </cell>
5185 <cell alignment="center" valignment="top" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Plain Layout
5189 Maurizio
5190 \end_layout
5191
5192 \end_inset
5193 </cell>
5194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5195 \begin_inset Text
5196
5197 \begin_layout Plain Layout
5198 555
5199 \end_layout
5200
5201 \end_inset
5202 </cell>
5203 </row>
5204 <row>
5205 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5206 \begin_inset Text
5207
5208 \begin_layout Plain Layout
5209
5210 \series bold
5211 Winkler
5212 \end_layout
5213
5214 \end_inset
5215 </cell>
5216 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Plain Layout
5220 Franz
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Plain Layout
5229 555
5230 \end_layout
5231
5232 \end_inset
5233 </cell>
5234 </row>
5235 <row endlastfoot="true">
5236 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5237 \begin_inset Text
5238
5239 \begin_layout Plain Layout
5240 Ende
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5246 \begin_inset Text
5247
5248 \begin_layout Plain Layout
5249
5250 \end_layout
5251
5252 \end_inset
5253 </cell>
5254 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5255 \begin_inset Text
5256
5257 \begin_layout Plain Layout
5258
5259 \end_layout
5260
5261 \end_inset
5262 </cell>
5263 </row>
5264 </lyxtabular>
5265
5266 \end_inset
5267
5268
5269 \begin_inset ERT
5270 status collapsed
5271
5272 \begin_layout Plain Layout
5273
5274
5275 \backslash
5276 addtocounter{table}{-1}
5277 \end_layout
5278
5279 \end_inset
5280
5281
5282 \begin_inset Note Note
5283 status collapsed
5284
5285 \begin_layout Plain Layout
5286 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5287 \begin_inset space ~
5288 \end_inset
5289
5290
5291 \begin_inset CommandInset ref
5292 LatexCommand ref
5293 reference "uab:Beschriftungen-langer-Tabellen"
5294
5295 \end_inset
5296
5297
5298 \end_layout
5299
5300 \end_inset
5301
5302
5303 \end_layout
5304
5305 \begin_layout Subsection
5306 Fußnoten in langen Tabellen
5307 \begin_inset CommandInset label
5308 LatexCommand label
5309 name "uab:Fußnoten-in-langen"
5310
5311 \end_inset
5312
5313
5314 \begin_inset Index
5315 status collapsed
5316
5317 \begin_layout Plain Layout
5318 Tabellen ! lange ! Fußnoten
5319 \end_layout
5320
5321 \end_inset
5322
5323
5324 \end_layout
5325
5326 \begin_layout Standard
5327 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5328  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5329  Tabelle
5330 \begin_inset space ~
5331 \end_inset
5332
5333
5334 \begin_inset CommandInset ref
5335 LatexCommand ref
5336 reference "tab:DiffCaptions"
5337
5338 \end_inset
5339
5340  hat zum Beispiel eine Fußnote.
5341 \end_layout
5342
5343 \begin_layout Subsection
5344 Ausrichtung langer Tabellen
5345 \begin_inset Index
5346 status collapsed
5347
5348 \begin_layout Plain Layout
5349 Tabellen ! lange ! Ausrichtung
5350 \end_layout
5351
5352 \end_inset
5353
5354
5355 \end_layout
5356
5357 \begin_layout Standard
5358 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
5359  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
5360 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
5361  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
5362  Längen 
5363 \series bold
5364
5365 \backslash
5366 LTleft 
5367 \series default
5368 und 
5369 \series bold
5370
5371 \backslash
5372 LTright
5373 \series default
5374  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5375  wird:
5376 \end_layout
5377
5378 \begin_layout Standard
5379
5380 \series bold
5381
5382 \backslash
5383 setlength{
5384 \backslash
5385 LTleft}{Wert}
5386 \end_layout
5387
5388 \begin_layout Standard
5389 Wobei der Wert eine der in Tabelle
5390 \begin_inset space ~
5391 \end_inset
5392
5393
5394 \begin_inset CommandInset ref
5395 LatexCommand ref
5396 reference "tab:Maßeinheiten"
5397
5398 \end_inset
5399
5400  aufgelisteten Einheiten haben kann.
5401  
5402 \series bold
5403
5404 \backslash
5405 LTleft
5406 \series default
5407  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5408  
5409 \series bold
5410
5411 \backslash
5412 LTright
5413 \series default
5414  den Abstand von rechts.
5415  Die Voreinstellung für beide Werte ist 
5416 \series bold
5417
5418 \backslash
5419 fill
5420 \series default
5421 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5422  in LyX ist.
5423 \end_layout
5424
5425 \begin_layout Standard
5426 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5427 \series bold
5428
5429 \backslash
5430 LTleft
5431 \series default
5432  auf den Wert 0
5433 \begin_inset space \thinspace{}
5434 \end_inset
5435
5436 pt gesetzt wurde.
5437 \begin_inset ERT
5438 status collapsed
5439
5440 \begin_layout Plain Layout
5441
5442
5443 \backslash
5444 setlength{
5445 \backslash
5446 LTleft}{0pt}
5447 \end_layout
5448
5449 \end_inset
5450
5451
5452 \end_layout
5453
5454 \begin_layout Standard
5455 \begin_inset Tabular
5456 <lyxtabular version="3" rows="5" columns="5">
5457 <features islongtable="true">
5458 <column alignment="center" valignment="top" width="0">
5459 <column alignment="center" valignment="top" width="0">
5460 <column alignment="center" valignment="top" width="0">
5461 <column alignment="center" valignment="top" width="0">
5462 <column alignment="center" valignment="top" width="0">
5463 <row>
5464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468 1
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477 2
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5483 \begin_inset Text
5484
5485 \begin_layout Plain Layout
5486 3
5487 \end_layout
5488
5489 \end_inset
5490 </cell>
5491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5492 \begin_inset Text
5493
5494 \begin_layout Plain Layout
5495 4
5496 \end_layout
5497
5498 \end_inset
5499 </cell>
5500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5501 \begin_inset Text
5502
5503 \begin_layout Plain Layout
5504 5
5505 \end_layout
5506
5507 \end_inset
5508 </cell>
5509 </row>
5510 <row>
5511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5512 \begin_inset Text
5513
5514 \begin_layout Plain Layout
5515 asd
5516 \end_layout
5517
5518 \end_inset
5519 </cell>
5520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5521 \begin_inset Text
5522
5523 \begin_layout Plain Layout
5524 s
5525 \end_layout
5526
5527 \end_inset
5528 </cell>
5529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5530 \begin_inset Text
5531
5532 \begin_layout Plain Layout
5533 s
5534 \end_layout
5535
5536 \end_inset
5537 </cell>
5538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5539 \begin_inset Text
5540
5541 \begin_layout Plain Layout
5542 s
5543 \end_layout
5544
5545 \end_inset
5546 </cell>
5547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Plain Layout
5551 asd
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 </row>
5557 <row>
5558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562 asd
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571 s
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5577 \begin_inset Text
5578
5579 \begin_layout Plain Layout
5580 s
5581 \end_layout
5582
5583 \end_inset
5584 </cell>
5585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5586 \begin_inset Text
5587
5588 \begin_layout Plain Layout
5589 s
5590 \end_layout
5591
5592 \end_inset
5593 </cell>
5594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Plain Layout
5598 asd
5599 \end_layout
5600
5601 \end_inset
5602 </cell>
5603 </row>
5604 <row>
5605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5606 \begin_inset Text
5607
5608 \begin_layout Plain Layout
5609 asd
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5615 \begin_inset Text
5616
5617 \begin_layout Plain Layout
5618 s
5619 \end_layout
5620
5621 \end_inset
5622 </cell>
5623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5624 \begin_inset Text
5625
5626 \begin_layout Plain Layout
5627 s
5628 \end_layout
5629
5630 \end_inset
5631 </cell>
5632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5633 \begin_inset Text
5634
5635 \begin_layout Plain Layout
5636 s
5637 \end_layout
5638
5639 \end_inset
5640 </cell>
5641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5642 \begin_inset Text
5643
5644 \begin_layout Plain Layout
5645 asd
5646 \end_layout
5647
5648 \end_inset
5649 </cell>
5650 </row>
5651 <row>
5652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Plain Layout
5656 asd
5657 \end_layout
5658
5659 \end_inset
5660 </cell>
5661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5662 \begin_inset Text
5663
5664 \begin_layout Plain Layout
5665 asd
5666 \end_layout
5667
5668 \end_inset
5669 </cell>
5670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5671 \begin_inset Text
5672
5673 \begin_layout Plain Layout
5674 asd
5675 \end_layout
5676
5677 \end_inset
5678 </cell>
5679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683 asd
5684 \end_layout
5685
5686 \end_inset
5687 </cell>
5688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5689 \begin_inset Text
5690
5691 \begin_layout Plain Layout
5692 asd
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 </row>
5698 </lyxtabular>
5699
5700 \end_inset
5701
5702
5703 \begin_inset ERT
5704 status collapsed
5705
5706 \begin_layout Plain Layout
5707
5708
5709 \backslash
5710 setlength{
5711 \backslash
5712 LTleft}{
5713 \backslash
5714 fill}
5715 \end_layout
5716
5717 \end_inset
5718
5719
5720 \begin_inset ERT
5721 status collapsed
5722
5723 \begin_layout Plain Layout
5724
5725
5726 \backslash
5727 addtocounter{table}{-1}
5728 \end_layout
5729
5730 \end_inset
5731
5732
5733 \begin_inset Note Note
5734 status collapsed
5735
5736 \begin_layout Plain Layout
5737 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5738 \begin_inset space ~
5739 \end_inset
5740
5741
5742 \begin_inset CommandInset ref
5743 LatexCommand ref
5744 reference "uab:Beschriftungen-langer-Tabellen"
5745
5746 \end_inset
5747
5748
5749 \end_layout
5750
5751 \end_inset
5752
5753
5754 \end_layout
5755
5756 \begin_layout Subsection
5757 Beschriftungen langer Tabellen
5758 \begin_inset CommandInset label
5759 LatexCommand label
5760 name "uab:Beschriftungen-langer-Tabellen"
5761
5762 \end_inset
5763
5764
5765 \begin_inset Index
5766 status collapsed
5767
5768 \begin_layout Plain Layout
5769 Tabellen ! lange ! Titel
5770 \end_layout
5771
5772 \end_inset
5773
5774
5775 \end_layout
5776
5777 \begin_layout Standard
5778 Eine 
5779 \family sans
5780 lange
5781 \begin_inset space ~
5782 \end_inset
5783
5784 Tabelle
5785 \family default
5786  kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte nur auf eine
5787  Seite gedruckt werden können.
5788  Daher wird die Beschriftung als erste Zeile der Tabelle eingegeben, wie
5789  in Abschnitt
5790 \begin_inset space ~
5791 \end_inset
5792
5793
5794 \begin_inset CommandInset ref
5795 LatexCommand ref
5796 reference "abs:Lange-Tabellen"
5797
5798 \end_inset
5799
5800  erklärt.
5801  Die erste Tabellenzeile ist dan nur ein Platzhalter für die Beschriftung,
5802  und die eigentliche Tabelle beginnt mit der zweiten Zeile.
5803 \end_layout
5804
5805 \begin_layout Standard
5806 Hier ist eine kurze 
5807 \family sans
5808 lange
5809 \begin_inset space ~
5810 \end_inset
5811
5812 Tabelle
5813 \family default
5814 , die zeigt, wie das funktioniert:
5815 \end_layout
5816
5817 \begin_layout Standard
5818 \begin_inset Tabular
5819 <lyxtabular version="3" rows="6" columns="5">
5820 <features islongtable="true">
5821 <column alignment="center" valignment="top" width="0">
5822 <column alignment="center" valignment="top" width="0">
5823 <column alignment="center" valignment="top" width="0">
5824 <column alignment="center" valignment="top" width="0">
5825 <column alignment="center" valignment="top" width="0">
5826 <row caption="true">
5827 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831 \begin_inset Caption
5832
5833 \begin_layout Plain Layout
5834 Eine 
5835 \family sans
5836 lange
5837 \begin_inset space ~
5838 \end_inset
5839
5840 Tabelle
5841 \family default
5842  mit Titel
5843 \begin_inset OptArg
5844 status open
5845
5846 \begin_layout Plain Layout
5847 Lange Tabelle
5848 \end_layout
5849
5850 \end_inset
5851
5852
5853 \end_layout
5854
5855 \end_inset
5856
5857
5858 \end_layout
5859
5860 \end_inset
5861 </cell>
5862 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5863 \begin_inset Text
5864
5865 \begin_layout Plain Layout
5866
5867 \end_layout
5868
5869 \end_inset
5870 </cell>
5871 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5872 \begin_inset Text
5873
5874 \begin_layout Plain Layout
5875
5876 \end_layout
5877
5878 \end_inset
5879 </cell>
5880 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5881 \begin_inset Text
5882
5883 \begin_layout Plain Layout
5884
5885 \end_layout
5886
5887 \end_inset
5888 </cell>
5889 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893
5894 \end_layout
5895
5896 \end_inset
5897 </cell>
5898 </row>
5899 <row>
5900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5901 \begin_inset Text
5902
5903 \begin_layout Plain Layout
5904 1
5905 \end_layout
5906
5907 \end_inset
5908 </cell>
5909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Plain Layout
5913 2
5914 \end_layout
5915
5916 \end_inset
5917 </cell>
5918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5919 \begin_inset Text
5920
5921 \begin_layout Plain Layout
5922 3
5923 \end_layout
5924
5925 \end_inset
5926 </cell>
5927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5928 \begin_inset Text
5929
5930 \begin_layout Plain Layout
5931 4
5932 \end_layout
5933
5934 \end_inset
5935 </cell>
5936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5937 \begin_inset Text
5938
5939 \begin_layout Plain Layout
5940 5
5941 \end_layout
5942
5943 \end_inset
5944 </cell>
5945 </row>
5946 <row>
5947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5948 \begin_inset Text
5949
5950 \begin_layout Plain Layout
5951 asd
5952 \end_layout
5953
5954 \end_inset
5955 </cell>
5956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5957 \begin_inset Text
5958
5959 \begin_layout Plain Layout
5960 s
5961 \end_layout
5962
5963 \end_inset
5964 </cell>
5965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5966 \begin_inset Text
5967
5968 \begin_layout Plain Layout
5969 s
5970 \end_layout
5971
5972 \end_inset
5973 </cell>
5974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5975 \begin_inset Text
5976
5977 \begin_layout Plain Layout
5978 s
5979 \end_layout
5980
5981 \end_inset
5982 </cell>
5983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5984 \begin_inset Text
5985
5986 \begin_layout Plain Layout
5987 asd
5988 \end_layout
5989
5990 \end_inset
5991 </cell>
5992 </row>
5993 <row>
5994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5995 \begin_inset Text
5996
5997 \begin_layout Plain Layout
5998 asd
5999 \end_layout
6000
6001 \end_inset
6002 </cell>
6003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6004 \begin_inset Text
6005
6006 \begin_layout Plain Layout
6007 s
6008 \end_layout
6009
6010 \end_inset
6011 </cell>
6012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6013 \begin_inset Text
6014
6015 \begin_layout Plain Layout
6016 s
6017 \end_layout
6018
6019 \end_inset
6020 </cell>
6021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6022 \begin_inset Text
6023
6024 \begin_layout Plain Layout
6025 s
6026 \end_layout
6027
6028 \end_inset
6029 </cell>
6030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6031 \begin_inset Text
6032
6033 \begin_layout Plain Layout
6034 asd
6035 \end_layout
6036
6037 \end_inset
6038 </cell>
6039 </row>
6040 <row>
6041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6042 \begin_inset Text
6043
6044 \begin_layout Plain Layout
6045 asd
6046 \end_layout
6047
6048 \end_inset
6049 </cell>
6050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6051 \begin_inset Text
6052
6053 \begin_layout Plain Layout
6054 s
6055 \end_layout
6056
6057 \end_inset
6058 </cell>
6059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6060 \begin_inset Text
6061
6062 \begin_layout Plain Layout
6063 s
6064 \end_layout
6065
6066 \end_inset
6067 </cell>
6068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6069 \begin_inset Text
6070
6071 \begin_layout Plain Layout
6072 s
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6087 <row>
6088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Plain Layout
6092 asd
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101 asd
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6107 \begin_inset Text
6108
6109 \begin_layout Plain Layout
6110 asd
6111 \end_layout
6112
6113 \end_inset
6114 </cell>
6115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6116 \begin_inset Text
6117
6118 \begin_layout Plain Layout
6119 asd
6120 \end_layout
6121
6122 \end_inset
6123 </cell>
6124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6125 \begin_inset Text
6126
6127 \begin_layout Plain Layout
6128 asd
6129 \end_layout
6130
6131 \end_inset
6132 </cell>
6133 </row>
6134 </lyxtabular>
6135
6136 \end_inset
6137
6138
6139 \end_layout
6140
6141 \begin_layout Standard
6142 \begin_inset VSpace medskip
6143 \end_inset
6144
6145
6146 \begin_inset Note Greyedout
6147 status open
6148
6149 \begin_layout Plain Layout
6150
6151 \series bold
6152 Bemerkung
6153 \begin_inset space ~
6154 \end_inset
6155
6156 1:
6157 \series default
6158  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6159  Titel vergeben.
6160  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6161 \begin_inset space ~
6162 \end_inset
6163
6164 2.4 auf Tabelle
6165 \begin_inset space ~
6166 \end_inset
6167
6168 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6169  Beschriftung sind.
6170  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6171  LaTeX-Befehl als TeX-Code einfügen:
6172 \end_layout
6173
6174 \begin_layout Plain Layout
6175
6176 \series bold
6177
6178 \backslash
6179 addtocounter{table}{-1}
6180 \end_layout
6181
6182 \begin_layout Plain Layout
6183 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6184  Beschriftung hat und Sie diesen Code zum LaTeX-Vorspann hinzufügen:
6185 \end_layout
6186
6187 \begin_layout Plain Layout
6188
6189 \series bold
6190
6191 \backslash
6192 let
6193 \backslash
6194 myEnd
6195 \backslash
6196 endlongtable
6197 \begin_inset Newline newline
6198 \end_inset
6199
6200
6201 \backslash
6202 renewcommand{
6203 \backslash
6204 endlongtable}{
6205 \backslash
6206 myEnd
6207 \backslash
6208 addtocounter{table}{-1}}
6209 \end_layout
6210
6211 \end_inset
6212
6213
6214 \end_layout
6215
6216 \begin_layout Standard
6217 \begin_inset Note Greyedout
6218 status open
6219
6220 \begin_layout Plain Layout
6221
6222 \series bold
6223 Bemerkung
6224 \begin_inset space ~
6225 \end_inset
6226
6227 2:
6228 \series default
6229  Wenn Sie 
6230 \series bold
6231 hyperref
6232 \series default
6233
6234 \begin_inset Index
6235 status collapsed
6236
6237 \begin_layout Plain Layout
6238 LaTeX-Pakete ! hyperref
6239 \end_layout
6240
6241 \end_inset
6242
6243  in den
6244 \family sans
6245  PDF-Eigenschaften
6246 \family default
6247  im 
6248 \family sans
6249 Dokument-Einstellungen
6250 \family default
6251  Dialog für Querverweise benutzen, wird der Verweis auf eine 
6252 \family sans
6253 lange
6254 \begin_inset space ~
6255 \end_inset
6256
6257 Tabelle
6258 \family default
6259  immer auf den Anfang des Dokuments zeigen.
6260 \end_layout
6261
6262 \end_inset
6263
6264
6265 \end_layout
6266
6267 \begin_layout Subsubsection
6268 Querverweise auf 
6269 \family sans
6270 lange Tabelle
6271 \family default
6272 n
6273 \begin_inset Index
6274 status collapsed
6275
6276 \begin_layout Plain Layout
6277 Tabellen ! lange ! Querverweis
6278 \end_layout
6279
6280 \end_inset
6281
6282
6283 \end_layout
6284
6285 \begin_layout Standard
6286 \begin_inset Tabular
6287 <lyxtabular version="3" rows="6" columns="5">
6288 <features islongtable="true">
6289 <column alignment="center" valignment="top" width="0">
6290 <column alignment="center" valignment="top" width="0">
6291 <column alignment="center" valignment="top" width="0">
6292 <column alignment="center" valignment="top" width="0">
6293 <column alignment="center" valignment="top" width="0">
6294 <row caption="true">
6295 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Plain Layout
6299 \begin_inset Caption
6300
6301 \begin_layout Plain Layout
6302
6303 \family sans
6304 Lange
6305 \begin_inset space ~
6306 \end_inset
6307
6308 Tabelle
6309 \family default
6310  mit Marke
6311 \begin_inset CommandInset label
6312 LatexCommand label
6313 name "tab:LangeTabelle-mit-Marke"
6314
6315 \end_inset
6316
6317
6318 \end_layout
6319
6320 \end_inset
6321
6322
6323 \end_layout
6324
6325 \end_inset
6326 </cell>
6327 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6328 \begin_inset Text
6329
6330 \begin_layout Plain Layout
6331
6332 \end_layout
6333
6334 \end_inset
6335 </cell>
6336 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6337 \begin_inset Text
6338
6339 \begin_layout Plain Layout
6340
6341 \end_layout
6342
6343 \end_inset
6344 </cell>
6345 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6346 \begin_inset Text
6347
6348 \begin_layout Plain Layout
6349
6350 \end_layout
6351
6352 \end_inset
6353 </cell>
6354 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6355 \begin_inset Text
6356
6357 \begin_layout Plain Layout
6358
6359 \end_layout
6360
6361 \end_inset
6362 </cell>
6363 </row>
6364 <row>
6365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Plain Layout
6369 1
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6375 \begin_inset Text
6376
6377 \begin_layout Plain Layout
6378 2
6379 \end_layout
6380
6381 \end_inset
6382 </cell>
6383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6384 \begin_inset Text
6385
6386 \begin_layout Plain Layout
6387 3
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6393 \begin_inset Text
6394
6395 \begin_layout Plain Layout
6396 4
6397 \end_layout
6398
6399 \end_inset
6400 </cell>
6401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6402 \begin_inset Text
6403
6404 \begin_layout Plain Layout
6405 5
6406 \end_layout
6407
6408 \end_inset
6409 </cell>
6410 </row>
6411 <row>
6412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Plain Layout
6416 asd
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6422 \begin_inset Text
6423
6424 \begin_layout Plain Layout
6425 s
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434 s
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6440 \begin_inset Text
6441
6442 \begin_layout Plain Layout
6443 s
6444 \end_layout
6445
6446 \end_inset
6447 </cell>
6448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6449 \begin_inset Text
6450
6451 \begin_layout Plain Layout
6452 asd
6453 \end_layout
6454
6455 \end_inset
6456 </cell>
6457 </row>
6458 <row>
6459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6460 \begin_inset Text
6461
6462 \begin_layout Plain Layout
6463 asd
6464 \end_layout
6465
6466 \end_inset
6467 </cell>
6468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6469 \begin_inset Text
6470
6471 \begin_layout Plain Layout
6472 s
6473 \end_layout
6474
6475 \end_inset
6476 </cell>
6477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6478 \begin_inset Text
6479
6480 \begin_layout Plain Layout
6481 s
6482 \end_layout
6483
6484 \end_inset
6485 </cell>
6486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6487 \begin_inset Text
6488
6489 \begin_layout Plain Layout
6490 s
6491 \end_layout
6492
6493 \end_inset
6494 </cell>
6495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6496 \begin_inset Text
6497
6498 \begin_layout Plain Layout
6499 asd
6500 \end_layout
6501
6502 \end_inset
6503 </cell>
6504 </row>
6505 <row>
6506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6507 \begin_inset Text
6508
6509 \begin_layout Plain Layout
6510 asd
6511 \end_layout
6512
6513 \end_inset
6514 </cell>
6515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6516 \begin_inset Text
6517
6518 \begin_layout Plain Layout
6519 s
6520 \end_layout
6521
6522 \end_inset
6523 </cell>
6524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6525 \begin_inset Text
6526
6527 \begin_layout Plain Layout
6528 s
6529 \end_layout
6530
6531 \end_inset
6532 </cell>
6533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6534 \begin_inset Text
6535
6536 \begin_layout Plain Layout
6537 s
6538 \end_layout
6539
6540 \end_inset
6541 </cell>
6542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6543 \begin_inset Text
6544
6545 \begin_layout Plain Layout
6546 asd
6547 \end_layout
6548
6549 \end_inset
6550 </cell>
6551 </row>
6552 <row>
6553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6554 \begin_inset Text
6555
6556 \begin_layout Plain Layout
6557 asd
6558 \end_layout
6559
6560 \end_inset
6561 </cell>
6562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6563 \begin_inset Text
6564
6565 \begin_layout Plain Layout
6566 sad
6567 \end_layout
6568
6569 \end_inset
6570 </cell>
6571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6572 \begin_inset Text
6573
6574 \begin_layout Plain Layout
6575 asd
6576 \end_layout
6577
6578 \end_inset
6579 </cell>
6580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6581 \begin_inset Text
6582
6583 \begin_layout Plain Layout
6584 asd
6585 \end_layout
6586
6587 \end_inset
6588 </cell>
6589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6590 \begin_inset Text
6591
6592 \begin_layout Plain Layout
6593 asd
6594 \end_layout
6595
6596 \end_inset
6597 </cell>
6598 </row>
6599 </lyxtabular>
6600
6601 \end_inset
6602
6603
6604 \end_layout
6605
6606 \begin_layout Standard
6607 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6608  im Titel einfügen.
6609 \end_layout
6610
6611 \begin_layout Standard
6612 Dies ist ein Verweis auf Tabelle
6613 \begin_inset space ~
6614 \end_inset
6615
6616
6617 \begin_inset CommandInset ref
6618 LatexCommand ref
6619 reference "tab:LangeTabelle-mit-Marke"
6620
6621 \end_inset
6622
6623 .
6624 \end_layout
6625
6626 \begin_layout Standard
6627 Mit dem LaTeX-Paket 
6628 \series bold
6629 caption
6630 \series default
6631
6632 \begin_inset Index
6633 status collapsed
6634
6635 \begin_layout Plain Layout
6636 LaTeX-Pakete ! caption
6637 \end_layout
6638
6639 \end_inset
6640
6641 , siehe Abschnitt
6642 \begin_inset space ~
6643 \end_inset
6644
6645
6646 \begin_inset CommandInset ref
6647 LatexCommand ref
6648 reference "abs:Titel-Formatierung"
6649
6650 \end_inset
6651
6652 , können Sie alle anderen 
6653 \family sans
6654 Legende
6655 \family default
6656 -Optionen benutzen.
6657 \end_layout
6658
6659 \begin_layout Subsubsection
6660 Titelbreite
6661 \begin_inset Index
6662 status collapsed
6663
6664 \begin_layout Plain Layout
6665 Tabellen ! lange ! Beschriftungsbreite
6666 \end_layout
6667
6668 \end_inset
6669
6670
6671 \end_layout
6672
6673 \begin_layout Standard
6674 Die maximale Titelbreite wird durch die Variable 
6675 \series bold
6676
6677 \backslash
6678 LTcapwidth
6679 \series default
6680  definiert.
6681  Ihr Standardwert ist 4
6682 \begin_inset space \thinspace{}
6683 \end_inset
6684
6685 Zoll (
6686 \begin_inset Formula $\approx10$
6687 \end_inset
6688
6689
6690 \begin_inset space \thinspace{}
6691 \end_inset
6692
6693 cm).
6694  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6695  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6696 \end_layout
6697
6698 \begin_layout Standard
6699
6700 \series bold
6701
6702 \backslash
6703 setlength{
6704 \backslash
6705 LTcapwidth}{Breite}
6706 \end_layout
6707
6708 \begin_layout Standard
6709 wobei die Breite eine der in Anhang
6710 \begin_inset space ~
6711 \end_inset
6712
6713
6714 \begin_inset CommandInset ref
6715 LatexCommand ref
6716 reference "kap:In-LyX-verfügbare"
6717
6718 \end_inset
6719
6720  aufgelisteten Einheiten haben kann.
6721 \end_layout
6722
6723 \begin_layout Standard
6724 Die beiden folgenden Tabellen zeigen den Unterschied:
6725 \end_layout
6726
6727 \begin_layout Standard
6728 \begin_inset Tabular
6729 <lyxtabular version="3" rows="6" columns="5">
6730 <features islongtable="true">
6731 <column alignment="center" valignment="top" width="0">
6732 <column alignment="center" valignment="top" width="0">
6733 <column alignment="center" valignment="top" width="0">
6734 <column alignment="center" valignment="top" width="0">
6735 <column alignment="center" valignment="top" width="0">
6736 <row caption="true">
6737 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6738 \begin_inset Text
6739
6740 \begin_layout Plain Layout
6741 \begin_inset Caption
6742
6743 \begin_layout Plain Layout
6744 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6745 \begin_inset OptArg
6746 status open
6747
6748 \begin_layout Plain Layout
6749 Titel mit Standardbreite
6750 \end_layout
6751
6752 \end_inset
6753
6754
6755 \end_layout
6756
6757 \end_inset
6758
6759
6760 \end_layout
6761
6762 \end_inset
6763 </cell>
6764 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6765 \begin_inset Text
6766
6767 \begin_layout Plain Layout
6768
6769 \end_layout
6770
6771 \end_inset
6772 </cell>
6773 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Plain Layout
6777
6778 \end_layout
6779
6780 \end_inset
6781 </cell>
6782 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6783 \begin_inset Text
6784
6785 \begin_layout Plain Layout
6786
6787 \end_layout
6788
6789 \end_inset
6790 </cell>
6791 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6792 \begin_inset Text
6793
6794 \begin_layout Plain Layout
6795
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 </row>
6801 <row>
6802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Plain Layout
6806 1
6807 \end_layout
6808
6809 \end_inset
6810 </cell>
6811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6812 \begin_inset Text
6813
6814 \begin_layout Plain Layout
6815 2
6816 \end_layout
6817
6818 \end_inset
6819 </cell>
6820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6821 \begin_inset Text
6822
6823 \begin_layout Plain Layout
6824 3
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833 4
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Plain Layout
6842 5
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 </row>
6848 <row>
6849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6850 \begin_inset Text
6851
6852 \begin_layout Plain Layout
6853 asd
6854 \end_layout
6855
6856 \end_inset
6857 </cell>
6858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6859 \begin_inset Text
6860
6861 \begin_layout Plain Layout
6862 s
6863 \end_layout
6864
6865 \end_inset
6866 </cell>
6867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6868 \begin_inset Text
6869
6870 \begin_layout Plain Layout
6871 s
6872 \end_layout
6873
6874 \end_inset
6875 </cell>
6876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Plain Layout
6880 s
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889 asd
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 </row>
6895 <row>
6896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6897 \begin_inset Text
6898
6899 \begin_layout Plain Layout
6900 asd
6901 \end_layout
6902
6903 \end_inset
6904 </cell>
6905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6906 \begin_inset Text
6907
6908 \begin_layout Plain Layout
6909 s
6910 \end_layout
6911
6912 \end_inset
6913 </cell>
6914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6915 \begin_inset Text
6916
6917 \begin_layout Plain Layout
6918 s
6919 \end_layout
6920
6921 \end_inset
6922 </cell>
6923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Plain Layout
6927 s
6928 \end_layout
6929
6930 \end_inset
6931 </cell>
6932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6933 \begin_inset Text
6934
6935 \begin_layout Plain Layout
6936 asd
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 </row>
6942 <row>
6943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947 asd
6948 \end_layout
6949
6950 \end_inset
6951 </cell>
6952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Plain Layout
6956 s
6957 \end_layout
6958
6959 \end_inset
6960 </cell>
6961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6962 \begin_inset Text
6963
6964 \begin_layout Plain Layout
6965 s
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Plain Layout
6974 s
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Plain Layout
6983 asd
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 </row>
6989 <row>
6990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6991 \begin_inset Text
6992
6993 \begin_layout Plain Layout
6994 asd
6995 \end_layout
6996
6997 \end_inset
6998 </cell>
6999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7000 \begin_inset Text
7001
7002 \begin_layout Plain Layout
7003 sad
7004 \end_layout
7005
7006 \end_inset
7007 </cell>
7008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7009 \begin_inset Text
7010
7011 \begin_layout Plain Layout
7012 asd
7013 \end_layout
7014
7015 \end_inset
7016 </cell>
7017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7018 \begin_inset Text
7019
7020 \begin_layout Plain Layout
7021 asd
7022 \end_layout
7023
7024 \end_inset
7025 </cell>
7026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Plain Layout
7030 asd
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 </row>
7036 </lyxtabular>
7037
7038 \end_inset
7039
7040
7041 \end_layout
7042
7043 \begin_layout Standard
7044 \begin_inset ERT
7045 status collapsed
7046
7047 \begin_layout Plain Layout
7048
7049
7050 \backslash
7051 setlength{
7052 \backslash
7053 LTcapwidth}{5cm}
7054 \end_layout
7055
7056 \end_inset
7057
7058
7059 \begin_inset Tabular
7060 <lyxtabular version="3" rows="6" columns="5">
7061 <features islongtable="true">
7062 <column alignment="center" valignment="top" width="0">
7063 <column alignment="center" valignment="top" width="0">
7064 <column alignment="center" valignment="top" width="0">
7065 <column alignment="center" valignment="top" width="0">
7066 <column alignment="center" valignment="top" width="0">
7067 <row caption="true">
7068 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7069 \begin_inset Text
7070
7071 \begin_layout Plain Layout
7072 \begin_inset Caption
7073
7074 \begin_layout Plain Layout
7075 Langer Titel mit 5
7076 \begin_inset space \thinspace{}
7077 \end_inset
7078
7079 cm Breite, Langer Titel mit 5
7080 \begin_inset space \thinspace{}
7081 \end_inset
7082
7083 cm Breite
7084 \begin_inset OptArg
7085 status open
7086
7087 \begin_layout Plain Layout
7088 Titel mit 5
7089 \begin_inset space \thinspace{}
7090 \end_inset
7091
7092 cm Breite
7093 \end_layout
7094
7095 \end_inset
7096
7097
7098 \end_layout
7099
7100 \end_inset
7101
7102
7103 \end_layout
7104
7105 \end_inset
7106 </cell>
7107 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7108 \begin_inset Text
7109
7110 \begin_layout Plain Layout
7111
7112 \end_layout
7113
7114 \end_inset
7115 </cell>
7116 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7117 \begin_inset Text
7118
7119 \begin_layout Plain Layout
7120
7121 \end_layout
7122
7123 \end_inset
7124 </cell>
7125 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7126 \begin_inset Text
7127
7128 \begin_layout Plain Layout
7129
7130 \end_layout
7131
7132 \end_inset
7133 </cell>
7134 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7135 \begin_inset Text
7136
7137 \begin_layout Plain Layout
7138
7139 \end_layout
7140
7141 \end_inset
7142 </cell>
7143 </row>
7144 <row>
7145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7146 \begin_inset Text
7147
7148 \begin_layout Plain Layout
7149 1
7150 \end_layout
7151
7152 \end_inset
7153 </cell>
7154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7155 \begin_inset Text
7156
7157 \begin_layout Plain Layout
7158 2
7159 \end_layout
7160
7161 \end_inset
7162 </cell>
7163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7164 \begin_inset Text
7165
7166 \begin_layout Plain Layout
7167 3
7168 \end_layout
7169
7170 \end_inset
7171 </cell>
7172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7173 \begin_inset Text
7174
7175 \begin_layout Plain Layout
7176 4
7177 \end_layout
7178
7179 \end_inset
7180 </cell>
7181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7182 \begin_inset Text
7183
7184 \begin_layout Plain Layout
7185 5
7186 \end_layout
7187
7188 \end_inset
7189 </cell>
7190 </row>
7191 <row>
7192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7193 \begin_inset Text
7194
7195 \begin_layout Plain Layout
7196 asd
7197 \end_layout
7198
7199 \end_inset
7200 </cell>
7201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7202 \begin_inset Text
7203
7204 \begin_layout Plain Layout
7205 s
7206 \end_layout
7207
7208 \end_inset
7209 </cell>
7210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7211 \begin_inset Text
7212
7213 \begin_layout Plain Layout
7214 s
7215 \end_layout
7216
7217 \end_inset
7218 </cell>
7219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7220 \begin_inset Text
7221
7222 \begin_layout Plain Layout
7223 s
7224 \end_layout
7225
7226 \end_inset
7227 </cell>
7228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7229 \begin_inset Text
7230
7231 \begin_layout Plain Layout
7232 asd
7233 \end_layout
7234
7235 \end_inset
7236 </cell>
7237 </row>
7238 <row>
7239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7240 \begin_inset Text
7241
7242 \begin_layout Plain Layout
7243 asd
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252 s
7253 \end_layout
7254
7255 \end_inset
7256 </cell>
7257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7258 \begin_inset Text
7259
7260 \begin_layout Plain Layout
7261 s
7262 \end_layout
7263
7264 \end_inset
7265 </cell>
7266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7267 \begin_inset Text
7268
7269 \begin_layout Plain Layout
7270 s
7271 \end_layout
7272
7273 \end_inset
7274 </cell>
7275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7276 \begin_inset Text
7277
7278 \begin_layout Plain Layout
7279 asd
7280 \end_layout
7281
7282 \end_inset
7283 </cell>
7284 </row>
7285 <row>
7286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7287 \begin_inset Text
7288
7289 \begin_layout Plain Layout
7290 asd
7291 \end_layout
7292
7293 \end_inset
7294 </cell>
7295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7296 \begin_inset Text
7297
7298 \begin_layout Plain Layout
7299 s
7300 \end_layout
7301
7302 \end_inset
7303 </cell>
7304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7305 \begin_inset Text
7306
7307 \begin_layout Plain Layout
7308 s
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7314 \begin_inset Text
7315
7316 \begin_layout Plain Layout
7317 s
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Plain Layout
7326 asd
7327 \end_layout
7328
7329 \end_inset
7330 </cell>
7331 </row>
7332 <row>
7333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7334 \begin_inset Text
7335
7336 \begin_layout Plain Layout
7337 asd
7338 \end_layout
7339
7340 \end_inset
7341 </cell>
7342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7343 \begin_inset Text
7344
7345 \begin_layout Plain Layout
7346 sad
7347 \end_layout
7348
7349 \end_inset
7350 </cell>
7351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7352 \begin_inset Text
7353
7354 \begin_layout Plain Layout
7355 asd
7356 \end_layout
7357
7358 \end_inset
7359 </cell>
7360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7361 \begin_inset Text
7362
7363 \begin_layout Plain Layout
7364 asd
7365 \end_layout
7366
7367 \end_inset
7368 </cell>
7369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7370 \begin_inset Text
7371
7372 \begin_layout Plain Layout
7373 asd
7374 \end_layout
7375
7376 \end_inset
7377 </cell>
7378 </row>
7379 </lyxtabular>
7380
7381 \end_inset
7382
7383
7384 \begin_inset ERT
7385 status collapsed
7386
7387 \begin_layout Plain Layout
7388
7389
7390 \backslash
7391 setlength{
7392 \backslash
7393 LTcapwidth}{4in}
7394 \end_layout
7395
7396 \end_inset
7397
7398
7399 \begin_inset Note Note
7400 status collapsed
7401
7402 \begin_layout Plain Layout
7403 Beschriftungsbreite zurücksetzen
7404 \end_layout
7405
7406 \end_inset
7407
7408
7409 \end_layout
7410
7411 \begin_layout Standard
7412 \begin_inset Note Greyedout
7413 status open
7414
7415 \begin_layout Plain Layout
7416
7417 \series bold
7418 Achtung:
7419 \series default
7420  Wenn das LaTeX-Paket 
7421 \series bold
7422 caption
7423 \series default
7424
7425 \begin_inset Index
7426 status collapsed
7427
7428 \begin_layout Plain Layout
7429 LaTeX-Pakete ! caption
7430 \end_layout
7431
7432 \end_inset
7433
7434  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7435  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7436  4
7437 \begin_inset space \thinspace{}
7438 \end_inset
7439
7440 Zoll für 
7441 \series bold
7442
7443 \backslash
7444 LTcapwidth
7445 \series default
7446  benutzen.
7447  Um in diesem Fall eine genau 4
7448 \begin_inset space \thinspace{}
7449 \end_inset
7450
7451 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7452  4
7453 \begin_inset space \thinspace{}
7454 \end_inset
7455
7456 Zoll veränderten Wert wie z.
7457 \begin_inset space \thinspace{}
7458 \end_inset
7459
7460 B.
7461  3.99
7462 \begin_inset space \thinspace{}
7463 \end_inset
7464
7465 Zoll verwenden oder den LaTeX-Befehl 
7466 \series bold
7467
7468 \backslash
7469 captionsetup{width=Wert}
7470 \series default
7471  benutzen, der vom 
7472 \series bold
7473 caption
7474 \series default
7475 -Paket bereitgestellt wird.
7476 \end_layout
7477
7478 \end_inset
7479
7480
7481 \end_layout
7482
7483 \begin_layout Subsubsection
7484 Unterschiedliche Titel für Tabellenseiten
7485 \begin_inset Index
7486 status collapsed
7487
7488 \begin_layout Plain Layout
7489 Tabellen ! lange ! mehrere Titel
7490 \end_layout
7491
7492 \end_inset
7493
7494
7495 \end_layout
7496
7497 \begin_layout Standard
7498 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7499  die erste, müssen Sie eine 
7500 \family sans
7501 Legende
7502 \family default
7503  mit einem nicht-leeren 
7504 \family sans
7505 Kurztitel
7506 \family default
7507  in eine leere Legende-Zeile, die als 
7508 \family sans
7509 Erste
7510 \begin_inset space ~
7511 \end_inset
7512
7513 Kopfzeile
7514 \family default
7515  definiert wurde, einfügen.
7516  Der Titel für die anderen Tabellenseiten wird als 
7517 \family sans
7518 Legende
7519 \family default
7520  ohne 
7521 \family sans
7522 Kurztitel
7523 \family default
7524  in eine leere Legende-Zeile, die als 
7525 \family sans
7526 Kopfzeile
7527 \family default
7528  definiert wurde, eingefügt.
7529  Wenn dieser Titel nicht die Tabellennummer enthalten soll, müssen Sie den
7530  Befehl
7531 \end_layout
7532
7533 \begin_layout Standard
7534
7535 \series bold
7536
7537 \backslash
7538 caption*{caption text}
7539 \end_layout
7540
7541 \begin_layout Standard
7542 anstatt der 
7543 \family sans
7544 Legende
7545 \family default
7546 -Umgebung von LyX benutzen.
7547  Die Marke, die zum Verweis auf die Tabelle benutzt werden soll, muss in
7548  den Titel der 
7549 \family sans
7550 Ersten
7551 \begin_inset space ~
7552 \end_inset
7553
7554 Kopfzeile
7555 \family default
7556  eingefügt werden.
7557  Tabelle
7558 \begin_inset space ~
7559 \end_inset
7560
7561
7562 \begin_inset CommandInset ref
7563 LatexCommand ref
7564 reference "tab:DiffCaptions"
7565
7566 \end_inset
7567
7568  ist ein Beispiel für eine 
7569 \family sans
7570 lange
7571 \begin_inset space ~
7572 \end_inset
7573
7574 Tabelle
7575 \family default
7576  mit unterschiedlichen Titeln und ohne Tabellennummer auf der zweiten Seite.
7577 \end_layout
7578
7579 \begin_layout Standard
7580 \align center
7581 \begin_inset Tabular
7582 <lyxtabular version="3" rows="60" columns="3">
7583 <features islongtable="true">
7584 <column alignment="left" valignment="top" width="0cm">
7585 <column alignment="left" valignment="top" width="0pt">
7586 <column alignment="right" valignment="top" width="0pt">
7587 <row endfirsthead="true" caption="true">
7588 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7589 \begin_inset Text
7590
7591 \begin_layout Plain Layout
7592 \begin_inset Caption
7593
7594 \begin_layout Plain Layout
7595 Telefonliste
7596 \begin_inset CommandInset label
7597 LatexCommand label
7598 name "tab:DiffCaptions"
7599
7600 \end_inset
7601
7602
7603 \begin_inset OptArg
7604 status collapsed
7605
7606 \begin_layout Plain Layout
7607 Telefonliste
7608 \end_layout
7609
7610 \end_inset
7611
7612
7613 \end_layout
7614
7615 \end_inset
7616
7617
7618 \end_layout
7619
7620 \end_inset
7621 </cell>
7622 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Plain Layout
7626
7627 \end_layout
7628
7629 \end_inset
7630 </cell>
7631 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7632 \begin_inset Text
7633
7634 \begin_layout Plain Layout
7635
7636 \end_layout
7637
7638 \end_inset
7639 </cell>
7640 </row>
7641 <row endfirsthead="true">
7642 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646
7647 \series bold
7648 Telefonliste (ignoriere die Namen)
7649 \end_layout
7650
7651 \end_inset
7652 </cell>
7653 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7654 \begin_inset Text
7655
7656 \begin_layout Plain Layout
7657
7658 \end_layout
7659
7660 \end_inset
7661 </cell>
7662 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7663 \begin_inset Text
7664
7665 \begin_layout Plain Layout
7666
7667 \end_layout
7668
7669 \end_inset
7670 </cell>
7671 </row>
7672 <row endfirsthead="true">
7673 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Plain Layout
7677
7678 \series bold
7679 NAME
7680 \end_layout
7681
7682 \end_inset
7683 </cell>
7684 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7685 \begin_inset Text
7686
7687 \begin_layout Plain Layout
7688
7689 \end_layout
7690
7691 \end_inset
7692 </cell>
7693 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7694 \begin_inset Text
7695
7696 \begin_layout Plain Layout
7697
7698 \series bold
7699 TEL.
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 </row>
7705 <row endhead="true" caption="true">
7706 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7707 \begin_inset Text
7708
7709 \begin_layout Plain Layout
7710 \begin_inset ERT
7711 status open
7712
7713 \begin_layout Plain Layout
7714
7715
7716 \backslash
7717 caption*{Fortsetzung der Telefonliste}
7718 \backslash
7719
7720 \backslash
7721 %
7722 \end_layout
7723
7724 \end_inset
7725
7726
7727 \end_layout
7728
7729 \end_inset
7730 </cell>
7731 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7732 \begin_inset Text
7733
7734 \begin_layout Plain Layout
7735
7736 \end_layout
7737
7738 \end_inset
7739 </cell>
7740 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7741 \begin_inset Text
7742
7743 \begin_layout Plain Layout
7744
7745 \end_layout
7746
7747 \end_inset
7748 </cell>
7749 </row>
7750 <row endhead="true">
7751 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7752 \begin_inset Text
7753
7754 \begin_layout Plain Layout
7755
7756 \series bold
7757 Telefonliste
7758 \end_layout
7759
7760 \end_inset
7761 </cell>
7762 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7763 \begin_inset Text
7764
7765 \begin_layout Plain Layout
7766
7767 \end_layout
7768
7769 \end_inset
7770 </cell>
7771 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7772 \begin_inset Text
7773
7774 \begin_layout Plain Layout
7775
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 </row>
7781 <row endhead="true">
7782 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7783 \begin_inset Text
7784
7785 \begin_layout Plain Layout
7786
7787 \series bold
7788 NAME
7789 \end_layout
7790
7791 \end_inset
7792 </cell>
7793 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7794 \begin_inset Text
7795
7796 \begin_layout Plain Layout
7797
7798 \end_layout
7799
7800 \end_inset
7801 </cell>
7802 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7803 \begin_inset Text
7804
7805 \begin_layout Plain Layout
7806
7807 \series bold
7808 TEL.
7809 \end_layout
7810
7811 \end_inset
7812 </cell>
7813 </row>
7814 <row endfoot="true">
7815 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819 wird fortgesetzt\SpecialChar \ldots{}
7820
7821 \end_layout
7822
7823 \end_inset
7824 </cell>
7825 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7826 \begin_inset Text
7827
7828 \begin_layout Plain Layout
7829
7830 \end_layout
7831
7832 \end_inset
7833 </cell>
7834 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7835 \begin_inset Text
7836
7837 \begin_layout Plain Layout
7838
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 </row>
7844 <row>
7845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7846 \begin_inset Text
7847
7848 \begin_layout Plain Layout
7849
7850 \series bold
7851 Annovi
7852 \end_layout
7853
7854 \end_inset
7855 </cell>
7856 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7857 \begin_inset Text
7858
7859 \begin_layout Plain Layout
7860 Silvia
7861 \end_layout
7862
7863 \end_inset
7864 </cell>
7865 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7866 \begin_inset Text
7867
7868 \begin_layout Plain Layout
7869 111
7870 \end_layout
7871
7872 \end_inset
7873 </cell>
7874 </row>
7875 <row>
7876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7877 \begin_inset Text
7878
7879 \begin_layout Plain Layout
7880
7881 \series bold
7882 Bertoli
7883 \end_layout
7884
7885 \end_inset
7886 </cell>
7887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7888 \begin_inset Text
7889
7890 \begin_layout Plain Layout
7891 Stefano
7892 \end_layout
7893
7894 \end_inset
7895 </cell>
7896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Plain Layout
7900 111
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 </row>
7906 <row>
7907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911
7912 \series bold
7913 Bozzi
7914 \end_layout
7915
7916 \end_inset
7917 </cell>
7918 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922 Walter
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931 111
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 </row>
7937 <row>
7938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942
7943 \series bold
7944 Cachia
7945 \end_layout
7946
7947 \end_inset
7948 </cell>
7949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7950 \begin_inset Text
7951
7952 \begin_layout Plain Layout
7953 Maria
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962 111
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 </row>
7968 <row>
7969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973
7974 \series bold
7975 Cachia
7976 \end_layout
7977
7978 \end_inset
7979 </cell>
7980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984 Maurizio
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993 111
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 </row>
7999 <row>
8000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004
8005 \series bold
8006 Cinquemani
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015 Giusi
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024 111
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 </row>
8030 <row>
8031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035
8036 \series bold
8037 Colin
8038 \end_layout
8039
8040 \end_inset
8041 </cell>
8042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8043 \begin_inset Text
8044
8045 \begin_layout Plain Layout
8046 Bernard
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055 111
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 </row>
8061 <row>
8062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066
8067 \series bold
8068 Concli
8069 \end_layout
8070
8071 \end_inset
8072 </cell>
8073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8074 \begin_inset Text
8075
8076 \begin_layout Plain Layout
8077 Gianfranco
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086 111
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 </row>
8092 <row>
8093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097
8098 \series bold
8099 Dal Bosco
8100 \end_layout
8101
8102 \end_inset
8103 </cell>
8104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108 Carolina
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117 111
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 </row>
8123 <row>
8124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8125 \begin_inset Text
8126
8127 \begin_layout Plain Layout
8128
8129 \series bold
8130 Dalpiaz
8131 \end_layout
8132
8133 \end_inset
8134 </cell>
8135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Plain Layout
8139 Annamaria
8140 \end_layout
8141
8142 \end_inset
8143 </cell>
8144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148 111
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 </row>
8154 <row>
8155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159
8160 \series bold
8161 Feliciello
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170 Domenico
8171 \end_layout
8172
8173 \end_inset
8174 </cell>
8175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179 111
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 </row>
8185 <row>
8186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190
8191 \series bold
8192 Focarelli
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8198 \begin_inset Text
8199
8200 \begin_layout Plain Layout
8201 Paola
8202 \end_layout
8203
8204 \end_inset
8205 </cell>
8206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210 111
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 </row>
8216 <row>
8217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221
8222 \series bold
8223 Galletti
8224 \end_layout
8225
8226 \end_inset
8227 </cell>
8228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8229 \begin_inset Text
8230
8231 \begin_layout Plain Layout
8232 Oreste
8233 \end_layout
8234
8235 \end_inset
8236 </cell>
8237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241 111
8242 \end_layout
8243
8244 \end_inset
8245 </cell>
8246 </row>
8247 <row>
8248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252
8253 \series bold
8254 Gasparini
8255 \end_layout
8256
8257 \end_inset
8258 </cell>
8259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263 Franca
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272 111
8273 \end_layout
8274
8275 \end_inset
8276 </cell>
8277 </row>
8278 <row>
8279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283
8284 \series bold
8285 Rizzardi
8286 \series default
8287
8288 \begin_inset Foot
8289 status open
8290
8291 \begin_layout Plain Layout
8292 Beispielfußnote
8293 \end_layout
8294
8295 \end_inset
8296
8297
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306 Paola
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315 111
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 </row>
8321 <row>
8322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Plain Layout
8326
8327 \series bold
8328 Lassini
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337 Giancarlo
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346 111
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 </row>
8352 <row>
8353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357
8358 \series bold
8359 Malfatti
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368 Luciano
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377 111
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 </row>
8383 <row>
8384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388
8389 \series bold
8390 Malfatti
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399 Valeriano
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408 111
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 </row>
8414 <row>
8415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419
8420 \series bold
8421 Meneguzzo
8422 \end_layout
8423
8424 \end_inset
8425 </cell>
8426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Plain Layout
8430 Roberto
8431 \end_layout
8432
8433 \end_inset
8434 </cell>
8435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439 111
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 </row>
8445 <row>
8446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450
8451 \series bold
8452 Mezzadra
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461 Roberto
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470 111
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 </row>
8476 <row>
8477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481
8482 \series bold
8483 Pirpamer
8484 \end_layout
8485
8486 \end_inset
8487 </cell>
8488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492 Erich
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501 111
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 </row>
8507 <row>
8508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512
8513 \series bold
8514 Pochiesa
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523 Paolo
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532 111, 222
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 </row>
8538 <row>
8539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543
8544 \series bold
8545 Radina
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554 Claudio
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563 111
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 </row>
8569 <row>
8570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574
8575 \series bold
8576 Stuffer
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585 Oskar
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Plain Layout
8594 111
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 </row>
8600 <row>
8601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605
8606 \series bold
8607 Tacchelli
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616 Ugo
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625 111
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 </row>
8631 <row>
8632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636
8637 \series bold
8638 Tezzele
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647 Margit
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656 111
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 </row>
8662 <row>
8663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667
8668 \series bold
8669 Unterkalmsteiner
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678 Frieda
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687 111
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 </row>
8693 <row>
8694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698
8699 \series bold
8700 Vieider
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709 Hilde
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8715 \begin_inset Text
8716
8717 \begin_layout Plain Layout
8718 111
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 </row>
8724 <row>
8725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729
8730 \series bold
8731 Vigna
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740 Jürgen
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749 111
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 </row>
8755 <row>
8756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760
8761 \series bold
8762 Weber
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771 Maurizio
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780 111
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 </row>
8786 <row>
8787 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791
8792 \series bold
8793 Winkler
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802 Franz
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8808 \begin_inset Text
8809
8810 \begin_layout Plain Layout
8811 111
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 </row>
8817 <row>
8818 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822  
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 </row>
8846 <row>
8847 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851
8852 \series bold
8853 Annovi
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Plain Layout
8862 Silvia
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Plain Layout
8871 555
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 </row>
8877 <row>
8878 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882
8883 \series bold
8884 Bertoli
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893 Stefano
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902 555
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 </row>
8908 <row>
8909 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913
8914 \series bold
8915 Bozzi
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924 Walter
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Plain Layout
8933 555
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 </row>
8939 <row>
8940 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944
8945 \series bold
8946 Cachia
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955 Maria
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964 555
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 </row>
8970 <row>
8971 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975
8976 \series bold
8977 Cachia
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986 Maurizio
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995 555
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 </row>
9001 <row>
9002 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006
9007 \series bold
9008 Cinquemani
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017 Giusi
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026 555
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 </row>
9032 <row>
9033 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037
9038 \series bold
9039 Colin
9040 \end_layout
9041
9042 \end_inset
9043 </cell>
9044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Plain Layout
9048 Bernard
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Plain Layout
9057 555
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 </row>
9063 <row>
9064 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068
9069 \series bold
9070 Concli
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079 Gianfranco
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088 555
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 </row>
9094 <row>
9095 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099
9100 \series bold
9101 Dal Bosco
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Plain Layout
9110 Carolina
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Plain Layout
9119 555
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 </row>
9125 <row>
9126 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130
9131 \series bold
9132 Dalpiaz
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141 Annamaria
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Plain Layout
9150 555
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 </row>
9156 <row>
9157 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Plain Layout
9161
9162 \series bold
9163 Feliciello
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172 Domenico
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Plain Layout
9181 555
9182 \end_layout
9183
9184 \end_inset
9185 </cell>
9186 </row>
9187 <row>
9188 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192
9193 \series bold
9194 Focarelli
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Plain Layout
9203 Paola
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212 555
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 </row>
9218 <row>
9219 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223
9224 \series bold
9225 Galletti
9226 \end_layout
9227
9228 \end_inset
9229 </cell>
9230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Plain Layout
9234 Oreste
9235 \end_layout
9236
9237 \end_inset
9238 </cell>
9239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9240 \begin_inset Text
9241
9242 \begin_layout Plain Layout
9243 555
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 </row>
9249 <row>
9250 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254
9255 \series bold
9256 Gasparini
9257 \end_layout
9258
9259 \end_inset
9260 </cell>
9261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Plain Layout
9265 Franca
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Plain Layout
9274 555
9275 \end_layout
9276
9277 \end_inset
9278 </cell>
9279 </row>
9280 <row>
9281 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285
9286 \series bold
9287 Rizzardi
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296 Paola
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Plain Layout
9305 555
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 </row>
9311 <row>
9312 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Plain Layout
9316
9317 \series bold
9318 Lassini
9319 \end_layout
9320
9321 \end_inset
9322 </cell>
9323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9324 \begin_inset Text
9325
9326 \begin_layout Plain Layout
9327 Giancarlo
9328 \end_layout
9329
9330 \end_inset
9331 </cell>
9332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Plain Layout
9336 555
9337 \end_layout
9338
9339 \end_inset
9340 </cell>
9341 </row>
9342 <row>
9343 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Plain Layout
9347
9348 \series bold
9349 Malfatti
9350 \end_layout
9351
9352 \end_inset
9353 </cell>
9354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9355 \begin_inset Text
9356
9357 \begin_layout Plain Layout
9358 Luciano
9359 \end_layout
9360
9361 \end_inset
9362 </cell>
9363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Plain Layout
9367 555
9368 \end_layout
9369
9370 \end_inset
9371 </cell>
9372 </row>
9373 <row>
9374 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9375 \begin_inset Text
9376
9377 \begin_layout Plain Layout
9378
9379 \series bold
9380 Malfatti
9381 \end_layout
9382
9383 \end_inset
9384 </cell>
9385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9386 \begin_inset Text
9387
9388 \begin_layout Plain Layout
9389 Valeriano
9390 \end_layout
9391
9392 \end_inset
9393 </cell>
9394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Plain Layout
9398 555
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 </row>
9404 <row>
9405 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409
9410 \series bold
9411 Meneguzzo
9412 \end_layout
9413
9414 \end_inset
9415 </cell>
9416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420 Roberto
9421 \end_layout
9422
9423 \end_inset
9424 </cell>
9425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Plain Layout
9429 555
9430 \end_layout
9431
9432 \end_inset
9433 </cell>
9434 </row>
9435 <row>
9436 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440
9441 \series bold
9442 Mezzadra
9443 \end_layout
9444
9445 \end_inset
9446 </cell>
9447 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9448 \begin_inset Text
9449
9450 \begin_layout Plain Layout
9451 Roberto
9452 \end_layout
9453
9454 \end_inset
9455 </cell>
9456 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9457 \begin_inset Text
9458
9459 \begin_layout Plain Layout
9460 555
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 </row>
9466 <row endlastfoot="true">
9467 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Plain Layout
9471
9472 \end_layout
9473
9474 \end_inset
9475 </cell>
9476 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480
9481 \end_layout
9482
9483 \end_inset
9484 </cell>
9485 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9486 \begin_inset Text
9487
9488 \begin_layout Plain Layout
9489
9490 \end_layout
9491
9492 \end_inset
9493 </cell>
9494 </row>
9495 </lyxtabular>
9496
9497 \end_inset
9498
9499
9500 \end_layout
9501
9502 \begin_layout Section
9503 Weitere Möglichkeiten für 
9504 \family sans
9505 lange Tabelle
9506 \family default
9507 n
9508 \begin_inset CommandInset label
9509 LatexCommand label
9510 name "abs:Special-Longtable-Issues"
9511
9512 \end_inset
9513
9514
9515 \end_layout
9516
9517 \begin_layout Subsection
9518 L
9519 \family sans
9520 ange Tabelle
9521 \family default
9522 n: Berechnung
9523 \begin_inset Index
9524 status collapsed
9525
9526 \begin_layout Plain Layout
9527 Tabellen ! lange ! Berechnung
9528 \end_layout
9529
9530 \end_inset
9531
9532
9533 \end_layout
9534
9535 \begin_layout Standard
9536 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9537  sogenannten 
9538 \emph on
9539 chunks
9540 \emph default
9541  (Brocken).
9542  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9543  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9544  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9545  das die Druckausgabe.
9546  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9547  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9548  einfügen:
9549 \end_layout
9550
9551 \begin_layout Standard
9552
9553 \series bold
9554
9555 \backslash
9556 setcounter{LTchunksize}{100}
9557 \end_layout
9558
9559 \begin_layout Subsection
9560 Gleitobjekte und L
9561 \family sans
9562 ange Tabelle
9563 \family default
9564 n
9565 \begin_inset Index
9566 status collapsed
9567
9568 \begin_layout Plain Layout
9569 Tabellen ! lange ! und Gleitobjekte
9570 \end_layout
9571
9572 \end_inset
9573
9574
9575 \end_layout
9576
9577 \begin_layout Standard
9578 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9579 \family sans
9580 lange
9581 \begin_inset space ~
9582 \end_inset
9583
9584 Tabelle
9585 \family default
9586  beginnt, ein Gleitobjekt befindet.
9587  Um das zu vermeiden, können Sie vor der 
9588 \family sans
9589 langen
9590 \begin_inset space ~
9591 \end_inset
9592
9593 Tabellen
9594 \family default
9595  einen manuellen Seitenumbruch
9596 \family sans
9597  Einfügen\SpecialChar \menuseparator
9598 Formatierung\SpecialChar \menuseparator
9599 [Doppel]Seite
9600 \begin_inset space \space{}
9601 \end_inset
9602
9603 leeren
9604 \family default
9605  einfügen, siehe 
9606 \emph on
9607 Benutzerhandbuch
9608 \emph default
9609 .
9610 \end_layout
9611
9612 \begin_layout Subsection
9613 Manuelle Seitenumbrüche
9614 \begin_inset Index
9615 status collapsed
9616
9617 \begin_layout Plain Layout
9618 Tabellen ! lange ! manueller Seitenumbruch
9619 \end_layout
9620
9621 \end_inset
9622
9623
9624 \end_layout
9625
9626 \begin_layout Standard
9627 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9628  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9629  der Zelle umbrechen wollen, fügen Sie den Befehl  
9630 \begin_inset Quotes gld
9631 \end_inset
9632
9633
9634 \series bold
9635
9636 \backslash
9637
9638 \backslash
9639
9640 \series default
9641
9642 \begin_inset Quotes grd
9643 \end_inset
9644
9645  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9646  werden kann.
9647  Vor dem 
9648 \begin_inset Quotes gld
9649 \end_inset
9650
9651
9652 \series bold
9653
9654 \backslash
9655
9656 \backslash
9657
9658 \series default
9659
9660 \begin_inset Quotes grd
9661 \end_inset
9662
9663 -Befehl müssen Sie so viele 
9664 \begin_inset Quotes gld
9665 \end_inset
9666
9667
9668 \series bold
9669 &
9670 \series default
9671
9672 \begin_inset Quotes grd
9673 \end_inset
9674
9675  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9676  Mit 
9677 \begin_inset Quotes gld
9678 \end_inset
9679
9680
9681 \series bold
9682 &
9683 \series default
9684
9685 \begin_inset Quotes grd
9686 \end_inset
9687
9688   werden in LaTeX Tabellenzellen getrennt.
9689  Hinter jedes 
9690 \begin_inset Quotes gld
9691 \end_inset
9692
9693
9694 \series bold
9695 &
9696 \series default
9697
9698 \begin_inset Quotes grd
9699 \end_inset
9700
9701  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9702  und löschen den Inhalt dieser Zellen.
9703 \end_layout
9704
9705 \begin_layout Standard
9706 Hinter dem 
9707 \begin_inset Quotes gld
9708 \end_inset
9709
9710
9711 \series bold
9712
9713 \backslash
9714
9715 \backslash
9716
9717 \series default
9718
9719 \begin_inset Quotes grd
9720 \end_inset
9721
9722 -Befehl müssen Sie so viele 
9723 \begin_inset Quotes gld
9724 \end_inset
9725
9726
9727 \series bold
9728 &
9729 \series default
9730
9731 \begin_inset Quotes grd
9732 \end_inset
9733
9734  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9735  In Tabelle
9736 \begin_inset space ~
9737 \end_inset
9738
9739
9740 \begin_inset CommandInset ref
9741 LatexCommand ref
9742 reference "tab:ForcedPagebreak"
9743
9744 \end_inset
9745
9746  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9747  Es folgt noch eine weitere Spalte.
9748  Deshalb wurde hinter dem Wort 
9749 \emph on
9750 Castelchiodato, 
9751 \emph default
9752 folgendes eingefügt:
9753 \end_layout
9754
9755 \begin_layout Standard
9756
9757 \series bold
9758 & 111
9759 \backslash
9760
9761 \backslash
9762  
9763 \backslash
9764 newpage
9765 \begin_inset Newline newline
9766 \end_inset
9767
9768 &
9769 \end_layout
9770
9771 \begin_layout Standard
9772 Die 
9773 \begin_inset Quotes gld
9774 \end_inset
9775
9776 111
9777 \begin_inset Quotes grd
9778 \end_inset
9779
9780  in der dritten Spalte wurde gelöscht.
9781  
9782 \series bold
9783
9784 \backslash
9785 newpage
9786 \series default
9787  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9788  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9789  Wenn die Fußzeile Ihrer 
9790 \family sans
9791 langen
9792 \begin_inset space ~
9793 \end_inset
9794
9795 Tabelle
9796 \family default
9797  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9798  Befehle benutzen:
9799 \end_layout
9800
9801 \begin_layout Standard
9802
9803 \series bold
9804 & 111
9805 \backslash
9806
9807 \backslash
9808
9809 \begin_inset Newline newline
9810 \end_inset
9811
9812
9813 \backslash
9814 hline &
9815 \end_layout
9816
9817 \begin_layout Standard
9818 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9819  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9820 \end_layout
9821
9822 \begin_layout Standard
9823
9824 \series bold
9825
9826 \backslash
9827 setlength{
9828 \backslash
9829 parfillskip}{0pt}
9830 \end_layout
9831
9832 \begin_layout Standard
9833 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9834  erscheint.
9835 \end_layout
9836
9837 \begin_layout Standard
9838 \align center
9839 \begin_inset Tabular
9840 <lyxtabular version="3" rows="39" columns="3">
9841 <features islongtable="true">
9842 <column alignment="left" valignment="top" width="0cm">
9843 <column alignment="left" valignment="top" width="3cm">
9844 <column alignment="right" valignment="top" width="0pt">
9845 <row endfirsthead="true" caption="true">
9846 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9847 \begin_inset Text
9848
9849 \begin_layout Plain Layout
9850 \begin_inset Caption
9851
9852 \begin_layout Plain Layout
9853 Tabelle mit manuellem Seitenumbruch in einer Zelle
9854 \begin_inset CommandInset label
9855 LatexCommand label
9856 name "tab:ForcedPagebreak"
9857
9858 \end_inset
9859
9860
9861 \begin_inset OptArg
9862 status collapsed
9863
9864 \begin_layout Plain Layout
9865 Tabelle mit manuellem Seitenumbruch in einer Zelle
9866 \end_layout
9867
9868 \end_inset
9869
9870
9871 \end_layout
9872
9873 \end_inset
9874
9875
9876 \end_layout
9877
9878 \end_inset
9879 </cell>
9880 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9890 \begin_inset Text
9891
9892 \begin_layout Plain Layout
9893
9894 \end_layout
9895
9896 \end_inset
9897 </cell>
9898 </row>
9899 <row endfirsthead="true">
9900 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9901 \begin_inset Text
9902
9903 \begin_layout Plain Layout
9904
9905 \series bold
9906 Telefonliste (ignoriere die Namen)
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924
9925 \end_layout
9926
9927 \end_inset
9928 </cell>
9929 </row>
9930 <row endfirsthead="true">
9931 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9932 \begin_inset Text
9933
9934 \begin_layout Plain Layout
9935
9936 \series bold
9937 NAME
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955
9956 \series bold
9957 TEL.
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 </row>
9963 <row endhead="true" caption="true">
9964 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968 \begin_inset ERT
9969 status collapsed
9970
9971 \begin_layout Plain Layout
9972
9973
9974 \backslash
9975 caption*{Fortsetzung der Tabelle mit manuellem Seitenumbruch in einer Zelle}
9976 \backslash
9977
9978 \backslash
9979 %
9980 \end_layout
9981
9982 \end_inset
9983
9984
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9999 \begin_inset Text
10000
10001 \begin_layout Plain Layout
10002
10003 \end_layout
10004
10005 \end_inset
10006 </cell>
10007 </row>
10008 <row endhead="true">
10009 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Plain Layout
10013
10014 \series bold
10015 Telefonliste
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10030 \begin_inset Text
10031
10032 \begin_layout Plain Layout
10033
10034 \end_layout
10035
10036 \end_inset
10037 </cell>
10038 </row>
10039 <row endhead="true">
10040 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10041 \begin_inset Text
10042
10043 \begin_layout Plain Layout
10044
10045 \series bold
10046 NAME
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055
10056 \end_layout
10057
10058 \end_inset
10059 </cell>
10060 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064
10065 \series bold
10066 TEL.
10067 \end_layout
10068
10069 \end_inset
10070 </cell>
10071 </row>
10072 <row endfoot="true">
10073 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077 wird fortgesetzt\SpecialChar \ldots{}
10078
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087
10088 \end_layout
10089
10090 \end_inset
10091 </cell>
10092 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10093 \begin_inset Text
10094
10095 \begin_layout Plain Layout
10096
10097 \end_layout
10098
10099 \end_inset
10100 </cell>
10101 </row>
10102 <row>
10103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10104 \begin_inset Text
10105
10106 \begin_layout Plain Layout
10107
10108 \series bold
10109 Annovi
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118 Silvia
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10124 \begin_inset Text
10125
10126 \begin_layout Plain Layout
10127 111
10128 \end_layout
10129
10130 \end_inset
10131 </cell>
10132 </row>
10133 <row>
10134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Plain Layout
10138
10139 \series bold
10140 Bertoli
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149 Stefano
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10155 \begin_inset Text
10156
10157 \begin_layout Plain Layout
10158 111
10159 \end_layout
10160
10161 \end_inset
10162 </cell>
10163 </row>
10164 <row>
10165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Plain Layout
10169
10170 \series bold
10171 Bozzi
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180 Walter
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Plain Layout
10189 111
10190 \end_layout
10191
10192 \end_inset
10193 </cell>
10194 </row>
10195 <row>
10196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Plain Layout
10200
10201 \series bold
10202 Cachia
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211 Maria
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10217 \begin_inset Text
10218
10219 \begin_layout Plain Layout
10220 111
10221 \end_layout
10222
10223 \end_inset
10224 </cell>
10225 </row>
10226 <row>
10227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Plain Layout
10231
10232 \series bold
10233 Cachia
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242 Maurizio
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10248 \begin_inset Text
10249
10250 \begin_layout Plain Layout
10251 111
10252 \end_layout
10253
10254 \end_inset
10255 </cell>
10256 </row>
10257 <row>
10258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262
10263 \series bold
10264 Cinquemani
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273 Giusi
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10279 \begin_inset Text
10280
10281 \begin_layout Plain Layout
10282 111
10283 \end_layout
10284
10285 \end_inset
10286 </cell>
10287 </row>
10288 <row>
10289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293
10294 \series bold
10295 Colin
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304 Bernard
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10310 \begin_inset Text
10311
10312 \begin_layout Plain Layout
10313 111
10314 \end_layout
10315
10316 \end_inset
10317 </cell>
10318 </row>
10319 <row>
10320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324
10325 \series bold
10326 Concli
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 Gianfranco
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10341 \begin_inset Text
10342
10343 \begin_layout Plain Layout
10344 111
10345 \end_layout
10346
10347 \end_inset
10348 </cell>
10349 </row>
10350 <row>
10351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10352 \begin_inset Text
10353
10354 \begin_layout Plain Layout
10355
10356 \series bold
10357 Dal Bosco
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366 Carolina
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10372 \begin_inset Text
10373
10374 \begin_layout Plain Layout
10375 111
10376 \end_layout
10377
10378 \end_inset
10379 </cell>
10380 </row>
10381 <row>
10382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386
10387 \series bold
10388 Dalpiaz
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397 Annamaria
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10403 \begin_inset Text
10404
10405 \begin_layout Plain Layout
10406 111
10407 \end_layout
10408
10409 \end_inset
10410 </cell>
10411 </row>
10412 <row>
10413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10414 \begin_inset Text
10415
10416 \begin_layout Plain Layout
10417
10418 \series bold
10419 Feliciello
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Plain Layout
10428 Domenico
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10434 \begin_inset Text
10435
10436 \begin_layout Plain Layout
10437 111
10438 \end_layout
10439
10440 \end_inset
10441 </cell>
10442 </row>
10443 <row>
10444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10445 \begin_inset Text
10446
10447 \begin_layout Plain Layout
10448
10449 \series bold
10450 Focarelli
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459 Paola
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468 111
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 </row>
10474 <row>
10475 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10476 \begin_inset Text
10477
10478 \begin_layout Plain Layout
10479
10480 \series bold
10481 Galletti
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490 Oreste
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10496 \begin_inset Text
10497
10498 \begin_layout Plain Layout
10499 111
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 </row>
10505 <row>
10506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10507 \begin_inset Text
10508
10509 \begin_layout Plain Layout
10510
10511 \series bold
10512 Gasparini
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521 Franca
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10527 \begin_inset Text
10528
10529 \begin_layout Plain Layout
10530 111
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 </row>
10536 <row>
10537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Plain Layout
10541
10542 \series bold
10543 Lassini
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552 Giancarlo
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10558 \begin_inset Text
10559
10560 \begin_layout Plain Layout
10561 111
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 </row>
10567 <row>
10568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572
10573 \series bold
10574 Malfatti
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583 Luciano
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10589 \begin_inset Text
10590
10591 \begin_layout Plain Layout
10592 111
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 </row>
10598 <row>
10599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10600 \begin_inset Text
10601
10602 \begin_layout Plain Layout
10603
10604 \series bold
10605 Malfatti
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614 Valeriano
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10620 \begin_inset Text
10621
10622 \begin_layout Plain Layout
10623 111
10624 \end_layout
10625
10626 \end_inset
10627 </cell>
10628 </row>
10629 <row>
10630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10631 \begin_inset Text
10632
10633 \begin_layout Plain Layout
10634
10635 \series bold
10636 Meneguzzo
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645 Roberto
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Plain Layout
10654 111
10655 \end_layout
10656
10657 \end_inset
10658 </cell>
10659 </row>
10660 <row>
10661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10662 \begin_inset Text
10663
10664 \begin_layout Plain Layout
10665
10666 \series bold
10667 Mezzadra
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676 Roberto
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10682 \begin_inset Text
10683
10684 \begin_layout Plain Layout
10685 111
10686 \end_layout
10687
10688 \end_inset
10689 </cell>
10690 </row>
10691 <row>
10692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10693 \begin_inset Text
10694
10695 \begin_layout Plain Layout
10696
10697 \series bold
10698 Pirpamer
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707 Erich
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10713 \begin_inset Text
10714
10715 \begin_layout Plain Layout
10716 111
10717 \end_layout
10718
10719 \end_inset
10720 </cell>
10721 </row>
10722 <row>
10723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727
10728 \series bold
10729 Pochiesa
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738 Paolo
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10744 \begin_inset Text
10745
10746 \begin_layout Plain Layout
10747 111, 222
10748 \end_layout
10749
10750 \end_inset
10751 </cell>
10752 </row>
10753 <row>
10754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10755 \begin_inset Text
10756
10757 \begin_layout Plain Layout
10758
10759 \series bold
10760 Radina
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769 Claudio
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10775 \begin_inset Text
10776
10777 \begin_layout Plain Layout
10778 111
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 </row>
10784 <row>
10785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10786 \begin_inset Text
10787
10788 \begin_layout Plain Layout
10789
10790 \series bold
10791 Rizzardi
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800 Paolo, 11.
10801  Fürst von Monte\SpecialChar \-
10802 com\SpecialChar \-
10803 patri, 11.
10804  Fürst von Sulmona und Vivaro, 10.
10805  Fürst von Rossano, 5.
10806  Herzog von Canemorte, 11.
10807  Herzog von Palombara, 5.
10808  Herzog von Castelchiodato,
10809 \begin_inset ERT
10810 status open
10811
10812 \begin_layout Plain Layout
10813
10814 & 111
10815 \backslash
10816
10817 \backslash
10818  
10819 \backslash
10820 newpage
10821 \end_layout
10822
10823 \begin_layout Plain Layout
10824
10825 &
10826 \end_layout
10827
10828 \end_inset
10829
10830  11.
10831  Herzog von Poggionativo, 11.
10832  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10833  Graf von Valinfreda, 11.
10834  Baron von Cropalati, 11.
10835  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 </row>
10850 <row>
10851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855
10856 \series bold
10857 Stuffer
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10863 \begin_inset Text
10864
10865 \begin_layout Plain Layout
10866 Oskar
10867 \end_layout
10868
10869 \end_inset
10870 </cell>
10871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875 111
10876 \end_layout
10877
10878 \end_inset
10879 </cell>
10880 </row>
10881 <row>
10882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886
10887 \series bold
10888 Tacchelli
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10894 \begin_inset Text
10895
10896 \begin_layout Plain Layout
10897 Ugo
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906 111
10907 \end_layout
10908
10909 \end_inset
10910 </cell>
10911 </row>
10912 <row>
10913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917
10918 \series bold
10919 Tezzele
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10925 \begin_inset Text
10926
10927 \begin_layout Plain Layout
10928 Margit
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937 111
10938 \end_layout
10939
10940 \end_inset
10941 </cell>
10942 </row>
10943 <row>
10944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948
10949 \series bold
10950 Unterkalmsteiner
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Plain Layout
10959 Frieda
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968 111
10969 \end_layout
10970
10971 \end_inset
10972 </cell>
10973 </row>
10974 <row>
10975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979
10980 \series bold
10981 Vieider
10982 \end_layout
10983
10984 \end_inset
10985 </cell>
10986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10987 \begin_inset Text
10988
10989 \begin_layout Plain Layout
10990 Hilde
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999 111
11000 \end_layout
11001
11002 \end_inset
11003 </cell>
11004 </row>
11005 <row>
11006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010
11011 \series bold
11012 Vigna
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021 Jürgen
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030 111
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 </row>
11036 <row>
11037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041
11042 \series bold
11043 Weber
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052 Maurizio
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061 111
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 </row>
11067 <row>
11068 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072
11073 \series bold
11074 Winkler
11075 \end_layout
11076
11077 \end_inset
11078 </cell>
11079 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083 Franz
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092 111
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 </row>
11098 <row endlastfoot="true">
11099 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11109 \begin_inset Text
11110
11111 \begin_layout Plain Layout
11112
11113 \end_layout
11114
11115 \end_inset
11116 </cell>
11117 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11118 \begin_inset Text
11119
11120 \begin_layout Plain Layout
11121
11122 \end_layout
11123
11124 \end_inset
11125 </cell>
11126 </row>
11127 </lyxtabular>
11128
11129 \end_inset
11130
11131
11132 \end_layout
11133
11134 \begin_layout Section
11135 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11136 \end_layout
11137
11138 \begin_layout Subsection
11139 Mehrfache Zeilen in Zellen
11140 \begin_inset CommandInset label
11141 LatexCommand label
11142 name "uab:Mehrfache-Zeilen-in"
11143
11144 \end_inset
11145
11146
11147 \begin_inset Index
11148 status collapsed
11149
11150 \begin_layout Plain Layout
11151 Mehrfache ! Zeilen in Zellen
11152 \end_layout
11153
11154 \end_inset
11155
11156
11157 \begin_inset Index
11158 status collapsed
11159
11160 \begin_layout Plain Layout
11161 Tabellen ! Zeilenumbrüche
11162 \end_layout
11163
11164 \end_inset
11165
11166
11167 \end_layout
11168
11169 \begin_layout Standard
11170 \noindent
11171 \begin_inset Float table
11172 placement H
11173 wide false
11174 sideways false
11175 status open
11176
11177 \begin_layout Plain Layout
11178 \begin_inset Caption
11179
11180 \begin_layout Plain Layout
11181 \begin_inset CommandInset label
11182 LatexCommand label
11183 name "tab:Table-with-multiple"
11184
11185 \end_inset
11186
11187 Tabelle mit mehrfachen Zeilen in einer Zelle
11188 \end_layout
11189
11190 \end_inset
11191
11192
11193 \end_layout
11194
11195 \begin_layout Plain Layout
11196 \align center
11197 \begin_inset Tabular
11198 <lyxtabular version="3" rows="3" columns="3">
11199 <features>
11200 <column alignment="center" valignment="middle" width="2.5cm">
11201 <column alignment="center" valignment="middle" width="0.5cm">
11202 <column alignment="center" valignment="middle" width="0.5cm">
11203 <row>
11204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11205 \begin_inset Text
11206
11207 \begin_layout Plain Layout
11208 zwei
11209 \begin_inset Newline linebreak
11210 \end_inset
11211
11212 Zeilen
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221 b
11222 \end_layout
11223
11224 \end_inset
11225 </cell>
11226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11227 \begin_inset Text
11228
11229 \begin_layout Plain Layout
11230 c
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 </row>
11236 <row>
11237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11238 \begin_inset Text
11239
11240 \begin_layout Plain Layout
11241 d
11242 \end_layout
11243
11244 \end_inset
11245 </cell>
11246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11247 \begin_inset Text
11248
11249 \begin_layout Plain Layout
11250 e
11251 \end_layout
11252
11253 \end_inset
11254 </cell>
11255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259 f
11260 \end_layout
11261
11262 \end_inset
11263 </cell>
11264 </row>
11265 <row>
11266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270 g
11271 \end_layout
11272
11273 \end_inset
11274 </cell>
11275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11276 \begin_inset Text
11277
11278 \begin_layout Plain Layout
11279 h
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11285 \begin_inset Text
11286
11287 \begin_layout Plain Layout
11288 i
11289 \end_layout
11290
11291 \end_inset
11292 </cell>
11293 </row>
11294 </lyxtabular>
11295
11296 \end_inset
11297
11298
11299 \end_layout
11300
11301 \end_inset
11302
11303
11304 \end_layout
11305
11306 \begin_layout Standard
11307 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11308  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11309  Tabelle
11310 \begin_inset space ~
11311 \end_inset
11312
11313
11314 \begin_inset CommandInset ref
11315 LatexCommand ref
11316 reference "tab:Table-with-multiple"
11317
11318 \end_inset
11319
11320  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11321 \family sans
11322 Tabellen-Einstellungen
11323 \family default
11324 -Dialog auf 2.5
11325 \begin_inset space \thinspace{}
11326 \end_inset
11327
11328 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11329  Weil unser Text schmaler als 2.5
11330 \begin_inset space \thinspace{}
11331 \end_inset
11332
11333 cm ist, würde er in einer Zeile gedruckt werden.
11334  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11335
11336 \family sans
11337 Strg-Shift-Enter
11338 \family default
11339 ) eingefügt.
11340  Wenn der Text länger ist, wird er automatisch umgebrochen.
11341 \end_layout
11342
11343 \begin_layout Standard
11344 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11345  setzen Sie die Breite der beiden Spalten im 
11346 \family sans
11347 Tabellen-Einstellungen
11348 \family default
11349 -Dialog auf 0.5
11350 \begin_inset space \thinspace{}
11351 \end_inset
11352
11353 cm und die vertikale Ausrichtung auf zentriert.
11354 \end_layout
11355
11356 \begin_layout Standard
11357 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11358  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11359  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11360  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11361  Fügen sie daher 0
11362 \begin_inset space \thinspace{}
11363 \end_inset
11364
11365 pt horizontalen Abstand vor dem Wort ein.
11366  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11367  Tabelle
11368 \begin_inset space ~
11369 \end_inset
11370
11371
11372 \begin_inset CommandInset ref
11373 LatexCommand ref
11374 reference "tab:Table-with-and"
11375
11376 \end_inset
11377
11378  zeigt die Wirkungen.
11379 \end_layout
11380
11381 \begin_layout Standard
11382 \begin_inset Float table
11383 placement h
11384 wide false
11385 sideways false
11386 status open
11387
11388 \begin_layout Plain Layout
11389 \begin_inset Caption
11390
11391 \begin_layout Plain Layout
11392 \begin_inset CommandInset label
11393 LatexCommand label
11394 name "tab:Table-with-and"
11395
11396 \end_inset
11397
11398 Tabelle ohne und mit Silbentrennung
11399 \end_layout
11400
11401 \end_inset
11402
11403
11404 \end_layout
11405
11406 \begin_layout Plain Layout
11407 \begin_inset space \hfill{}
11408 \end_inset
11409
11410
11411 \begin_inset Tabular
11412 <lyxtabular version="3" rows="3" columns="3">
11413 <features>
11414 <column alignment="center" valignment="middle" width="2.5cm">
11415 <column alignment="center" valignment="middle" width="0.5cm">
11416 <column alignment="center" valignment="middle" width="0.5cm">
11417 <row>
11418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11419 \begin_inset Text
11420
11421 \begin_layout Plain Layout
11422 einsehrlangesZellenwort
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431 b
11432 \end_layout
11433
11434 \end_inset
11435 </cell>
11436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440 c
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 </row>
11446 <row>
11447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11448 \begin_inset Text
11449
11450 \begin_layout Plain Layout
11451 d
11452 \end_layout
11453
11454 \end_inset
11455 </cell>
11456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Plain Layout
11460 e
11461 \end_layout
11462
11463 \end_inset
11464 </cell>
11465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11466 \begin_inset Text
11467
11468 \begin_layout Plain Layout
11469 f
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 </row>
11475 <row>
11476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 g
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 h
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Plain Layout
11498 i
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 </row>
11504 </lyxtabular>
11505
11506 \end_inset
11507
11508
11509 \begin_inset space \hfill{}
11510 \end_inset
11511
11512
11513 \begin_inset Tabular
11514 <lyxtabular version="3" rows="3" columns="3">
11515 <features>
11516 <column alignment="center" valignment="middle" width="2.5cm">
11517 <column alignment="center" valignment="middle" width="0.5cm">
11518 <column alignment="center" valignment="middle" width="0.5cm">
11519 <row>
11520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11521 \begin_inset Text
11522
11523 \begin_layout Plain Layout
11524 \begin_inset space \hspace{}
11525 \length 0pt
11526 \end_inset
11527
11528 einsehrlangesZellenwort
11529 \end_layout
11530
11531 \end_inset
11532 </cell>
11533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11534 \begin_inset Text
11535
11536 \begin_layout Plain Layout
11537 b
11538 \end_layout
11539
11540 \end_inset
11541 </cell>
11542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Plain Layout
11546 c
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 </row>
11552 <row>
11553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11554 \begin_inset Text
11555
11556 \begin_layout Plain Layout
11557 d
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11563 \begin_inset Text
11564
11565 \begin_layout Plain Layout
11566 e
11567 \end_layout
11568
11569 \end_inset
11570 </cell>
11571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575 f
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 </row>
11581 <row>
11582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11583 \begin_inset Text
11584
11585 \begin_layout Plain Layout
11586 g
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11592 \begin_inset Text
11593
11594 \begin_layout Plain Layout
11595 h
11596 \end_layout
11597
11598 \end_inset
11599 </cell>
11600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11601 \begin_inset Text
11602
11603 \begin_layout Plain Layout
11604 i
11605 \end_layout
11606
11607 \end_inset
11608 </cell>
11609 </row>
11610 </lyxtabular>
11611
11612 \end_inset
11613
11614
11615 \begin_inset space \hfill{}
11616 \end_inset
11617
11618
11619 \end_layout
11620
11621 \end_inset
11622
11623
11624 \end_layout
11625
11626 \begin_layout Subsection
11627 Mehrfachspalten
11628 \begin_inset CommandInset label
11629 LatexCommand label
11630 name "uab:Mehrfachspalten"
11631
11632 \end_inset
11633
11634
11635 \begin_inset Index
11636 status collapsed
11637
11638 \begin_layout Plain Layout
11639 Mahrfachspalten
11640 \end_layout
11641
11642 \end_inset
11643
11644
11645 \begin_inset Index
11646 status collapsed
11647
11648 \begin_layout Plain Layout
11649 Tabellen ! Mahrfachspalten
11650 \end_layout
11651
11652 \end_inset
11653
11654
11655 \end_layout
11656
11657 \begin_layout Subsubsection
11658 Grundlagen
11659 \end_layout
11660
11661 \begin_layout Standard
11662 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11663  und verwenden dann den Knopf 
11664 \begin_inset Graphics
11665         filename ../../images/tabular-feature_multicolumn.png
11666         scale 70
11667         scaleBeforeRotation
11668         BoundingBox 0bp 6bp 22bp 22bp
11669
11670 \end_inset
11671
11672  in der Werkzeugleiste, das Menü 
11673 \family sans
11674 Bearbeiten\SpecialChar \menuseparator
11675 Tabelle\SpecialChar \menuseparator
11676 Mehrfachspalte
11677 \family default
11678  oder den 
11679 \family sans
11680 Tabellen-Einstellungen
11681 \family default
11682 -Dialog, in dem Sie auf der Karteikarte 
11683 \family sans
11684 Tabellen-Einstellungen
11685 \family default
11686  
11687 \family sans
11688 Mehrfachspalte
11689 \family default
11690  ankreuzen.
11691 \end_layout
11692
11693 \begin_layout Standard
11694 Mehrfachspalten haben ihre eigenen Einstellungen.
11695  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11696  Hier ist ein Beispiel, wobei 
11697 \begin_inset Quotes gld
11698 \end_inset
11699
11700 B 2
11701 \begin_inset Quotes grd
11702 \end_inset
11703
11704  keine Mehrfachzeile ist, wie in Abschnitt
11705 \begin_inset space ~
11706 \end_inset
11707
11708
11709 \begin_inset CommandInset ref
11710 LatexCommand ref
11711 reference "uab:Mehrfachzeilen"
11712
11713 \end_inset
11714
11715  beschrieben.
11716  Es wurde nur eine Linie weggelassen:
11717 \end_layout
11718
11719 \begin_layout Standard
11720 \align center
11721 \begin_inset Tabular
11722 <lyxtabular version="3" rows="3" columns="4">
11723 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11724 <column alignment="center" valignment="top" width="0pt">
11725 <column alignment="center" valignment="middle" width="0">
11726 <column alignment="center" valignment="top" width="0in">
11727 <column alignment="center" valignment="top" width="0pt">
11728 <row>
11729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11730 \begin_inset Text
11731
11732 \begin_layout Plain Layout
11733 abc
11734 \end_layout
11735
11736 \end_inset
11737 </cell>
11738 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11739 \begin_inset Text
11740
11741 \begin_layout Plain Layout
11742 def ghi
11743 \end_layout
11744
11745 \end_inset
11746 </cell>
11747 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11748 \begin_inset Text
11749
11750 \begin_layout Plain Layout
11751
11752 \end_layout
11753
11754 \end_inset
11755 </cell>
11756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11757 \begin_inset Text
11758
11759 \begin_layout Plain Layout
11760 jkl
11761 \end_layout
11762
11763 \end_inset
11764 </cell>
11765 </row>
11766 <row>
11767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11768 \begin_inset Text
11769
11770 \begin_layout Plain Layout
11771
11772 \family roman
11773 \series medium
11774 \shape up
11775 \size normal
11776 \emph off
11777 \bar no
11778 \noun off
11779 \color none
11780 A
11781 \end_layout
11782
11783 \end_inset
11784 </cell>
11785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11786 \begin_inset Text
11787
11788 \begin_layout Plain Layout
11789 B
11790 \end_layout
11791
11792 \end_inset
11793 </cell>
11794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11795 \begin_inset Text
11796
11797 \begin_layout Plain Layout
11798 C
11799 \end_layout
11800
11801 \end_inset
11802 </cell>
11803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11804 \begin_inset Text
11805
11806 \begin_layout Plain Layout
11807 D
11808 \end_layout
11809
11810 \end_inset
11811 </cell>
11812 </row>
11813 <row>
11814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11815 \begin_inset Text
11816
11817 \begin_layout Plain Layout
11818 1
11819 \end_layout
11820
11821 \end_inset
11822 </cell>
11823 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11824 \begin_inset Text
11825
11826 \begin_layout Plain Layout
11827 2
11828 \end_layout
11829
11830 \end_inset
11831 </cell>
11832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11833 \begin_inset Text
11834
11835 \begin_layout Plain Layout
11836 3
11837 \end_layout
11838
11839 \end_inset
11840 </cell>
11841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11842 \begin_inset Text
11843
11844 \begin_layout Plain Layout
11845 4
11846 \end_layout
11847
11848 \end_inset
11849 </cell>
11850 </row>
11851 </lyxtabular>
11852
11853 \end_inset
11854
11855
11856 \end_layout
11857
11858 \begin_layout Subsubsection
11859 Mehrfachspalten-Berechnungen
11860 \begin_inset CommandInset label
11861 LatexCommand label
11862 name "uab:Mehrfachspalten-Berechnungen"
11863
11864 \end_inset
11865
11866
11867 \begin_inset Index
11868 status collapsed
11869
11870 \begin_layout Plain Layout
11871 Mahrfachspalten ! Berechnung
11872 \end_layout
11873
11874 \end_inset
11875
11876
11877 \begin_inset Index
11878 status collapsed
11879
11880 \begin_layout Plain Layout
11881 Tabellen ! Mahrfachspalten ! Berechnung
11882 \end_layout
11883
11884 \end_inset
11885
11886
11887 \end_layout
11888
11889 \begin_layout Standard
11890 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11891  Zellen beachten.
11892 \end_layout
11893
11894 \begin_layout Standard
11895 \begin_inset Float table
11896 placement h
11897 wide false
11898 sideways false
11899 status open
11900
11901 \begin_layout Plain Layout
11902 \begin_inset Caption
11903
11904 \begin_layout Plain Layout
11905 \begin_inset CommandInset label
11906 LatexCommand label
11907 name "tab:Table-with-centered"
11908
11909 \end_inset
11910
11911 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11912  die halbe Breite der Mehrfachspalten-Zelle haben
11913 \begin_inset OptArg
11914 status collapsed
11915
11916 \begin_layout Plain Layout
11917 Eine Mehrfachspalten-Tabelle
11918 \end_layout
11919
11920 \end_inset
11921
11922
11923 \end_layout
11924
11925 \end_inset
11926
11927
11928 \end_layout
11929
11930 \begin_layout Plain Layout
11931 \align center
11932 \begin_inset Tabular
11933 <lyxtabular version="3" rows="3" columns="3">
11934 <features>
11935 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11936 <column alignment="center" valignment="middle" width="0">
11937 <column alignment="center" valignment="top" width="0">
11938 <row>
11939 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11940 \begin_inset Text
11941
11942 \begin_layout Plain Layout
11943 Dies ist eine Mehrfach\SpecialChar \-
11944 spalten-Zelle
11945 \end_layout
11946
11947 \end_inset
11948 </cell>
11949 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11950 \begin_inset Text
11951
11952 \begin_layout Plain Layout
11953
11954 \end_layout
11955
11956 \end_inset
11957 </cell>
11958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11959 \begin_inset Text
11960
11961 \begin_layout Plain Layout
11962 c
11963 \end_layout
11964
11965 \end_inset
11966 </cell>
11967 </row>
11968 <row>
11969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11970 \begin_inset Text
11971
11972 \begin_layout Plain Layout
11973 d
11974 \end_layout
11975
11976 \end_inset
11977 </cell>
11978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11979 \begin_inset Text
11980
11981 \begin_layout Plain Layout
11982 e
11983 \end_layout
11984
11985 \end_inset
11986 </cell>
11987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11988 \begin_inset Text
11989
11990 \begin_layout Plain Layout
11991 f
11992 \end_layout
11993
11994 \end_inset
11995 </cell>
11996 </row>
11997 <row>
11998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11999 \begin_inset Text
12000
12001 \begin_layout Plain Layout
12002 g
12003 \end_layout
12004
12005 \end_inset
12006 </cell>
12007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12008 \begin_inset Text
12009
12010 \begin_layout Plain Layout
12011 h
12012 \end_layout
12013
12014 \end_inset
12015 </cell>
12016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12017 \begin_inset Text
12018
12019 \begin_layout Plain Layout
12020 i
12021 \end_layout
12022
12023 \end_inset
12024 </cell>
12025 </row>
12026 </lyxtabular>
12027
12028 \end_inset
12029
12030
12031 \end_layout
12032
12033 \end_inset
12034
12035
12036 \end_layout
12037
12038 \begin_layout Standard
12039 Um Tabelle
12040 \begin_inset space ~
12041 \end_inset
12042
12043
12044 \begin_inset CommandInset ref
12045 LatexCommand ref
12046 reference "tab:Table-with-centered"
12047
12048 \end_inset
12049
12050  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
12051  3×3-Tabelle, kreuzen im 
12052 \family sans
12053 Tabellen-Einstellungen
12054 \family default
12055 -Dialog 
12056 \family sans
12057 Mehrfachspalte
12058 \family default
12059  an, setzen die 
12060 \family sans
12061 Horizontale
12062 \begin_inset space ~
12063 \end_inset
12064
12065 Ausrichtung
12066 \family default
12067  auf 
12068 \family sans
12069 Zentriert
12070 \family default
12071  und die 
12072 \family sans
12073 Breite
12074 \family default
12075  auf 2.5
12076 \begin_inset space \thinspace{}
12077 \end_inset
12078
12079 cm.
12080  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12081  Sie die Breite der ersten Spalte auf 1.25
12082 \begin_inset space \thinspace{}
12083 \end_inset
12084
12085 cm setzen.
12086  Die zweite Spalte wird dann automatisch 1.25
12087 \begin_inset space \thinspace{}
12088 \end_inset
12089
12090 cm breit (Breite der 
12091 \family sans
12092 Mehrfachspalte
12093 \family default
12094  
12095 \begin_inset Formula $-$
12096 \end_inset
12097
12098  Breite der ersten Spalte).
12099  Dies wurde so für Tabelle
12100 \begin_inset space ~
12101 \end_inset
12102
12103
12104 \begin_inset CommandInset ref
12105 LatexCommand ref
12106 reference "tab:Table-without-half"
12107
12108 \end_inset
12109
12110  gemacht.
12111 \end_layout
12112
12113 \begin_layout Standard
12114 \begin_inset Float table
12115 wide false
12116 sideways false
12117 status open
12118
12119 \begin_layout Plain Layout
12120 \begin_inset Caption
12121
12122 \begin_layout Plain Layout
12123 \begin_inset CommandInset label
12124 LatexCommand label
12125 name "tab:Table-without-half"
12126
12127 \end_inset
12128
12129 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12130  wie die Mehrfachspalte
12131 \begin_inset OptArg
12132 status collapsed
12133
12134 \begin_layout Plain Layout
12135 Eine unvollkommene Mehrfachspalten-Tabelle
12136 \end_layout
12137
12138 \end_inset
12139
12140
12141 \end_layout
12142
12143 \end_inset
12144
12145
12146 \end_layout
12147
12148 \begin_layout Plain Layout
12149 \align center
12150 \begin_inset Tabular
12151 <lyxtabular version="3" rows="3" columns="3">
12152 <features>
12153 <column alignment="center" valignment="top" width="1.25cm">
12154 <column alignment="center" valignment="top" width="0">
12155 <column alignment="center" valignment="top" width="0">
12156 <row>
12157 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12158 \begin_inset Text
12159
12160 \begin_layout Plain Layout
12161 Dies ist auch eine Mehr\SpecialChar \-
12162 fach\SpecialChar \-
12163 spalten-Zelle
12164 \end_layout
12165
12166 \end_inset
12167 </cell>
12168 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12169 \begin_inset Text
12170
12171 \begin_layout Plain Layout
12172
12173 \end_layout
12174
12175 \end_inset
12176 </cell>
12177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12178 \begin_inset Text
12179
12180 \begin_layout Plain Layout
12181 c
12182 \end_layout
12183
12184 \end_inset
12185 </cell>
12186 </row>
12187 <row>
12188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12189 \begin_inset Text
12190
12191 \begin_layout Plain Layout
12192 d
12193 \end_layout
12194
12195 \end_inset
12196 </cell>
12197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12198 \begin_inset Text
12199
12200 \begin_layout Plain Layout
12201 e
12202 \end_layout
12203
12204 \end_inset
12205 </cell>
12206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12207 \begin_inset Text
12208
12209 \begin_layout Plain Layout
12210 f
12211 \end_layout
12212
12213 \end_inset
12214 </cell>
12215 </row>
12216 <row>
12217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12218 \begin_inset Text
12219
12220 \begin_layout Plain Layout
12221 g
12222 \end_layout
12223
12224 \end_inset
12225 </cell>
12226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12227 \begin_inset Text
12228
12229 \begin_layout Plain Layout
12230 h
12231 \end_layout
12232
12233 \end_inset
12234 </cell>
12235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12236 \begin_inset Text
12237
12238 \begin_layout Plain Layout
12239 i
12240 \end_layout
12241
12242 \end_inset
12243 </cell>
12244 </row>
12245 </lyxtabular>
12246
12247 \end_inset
12248
12249
12250 \end_layout
12251
12252 \end_inset
12253
12254
12255 \end_layout
12256
12257 \begin_layout Standard
12258 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12259  als die zweite ist.
12260  Das liegt daran, dass die Zellenbreite 
12261 \begin_inset Formula $W_{\mathrm{tot}}$
12262 \end_inset
12263
12264  nicht ihre definierte Breite 
12265 \begin_inset Formula $W_{g}$
12266 \end_inset
12267
12268  ist, sondern ein wenig mehr.
12269  Anhang
12270 \begin_inset space ~
12271 \end_inset
12272
12273
12274 \begin_inset CommandInset ref
12275 LatexCommand ref
12276 reference "kap:Exläuterung-einer-Gleichung"
12277
12278 \end_inset
12279
12280  erklärt das genauer.
12281 \end_layout
12282
12283 \begin_layout Standard
12284 Wenn 
12285 \emph on
12286 n
12287 \emph default
12288  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12289  die definierte Breite 
12290 \begin_inset Formula $W_{g\, n}$
12291 \end_inset
12292
12293  einer Spalte, deren totale Breite = 
12294 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12295 \end_inset
12296
12297  sein soll, wie folgt:
12298 \begin_inset Formula \begin{equation}
12299 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12300
12301 \end_inset
12302
12303
12304 \end_layout
12305
12306 \begin_layout Standard
12307 In unserem Falls ist 
12308 \begin_inset Formula $n=2$
12309 \end_inset
12310
12311
12312 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12313 \end_inset
12314
12315 cm, und damit wird aus Gleichung
12316 \begin_inset space ~
12317 \end_inset
12318
12319
12320 \begin_inset CommandInset ref
12321 LatexCommand ref
12322 reference "eq:Wgn"
12323
12324 \end_inset
12325
12326  
12327 \begin_inset Formula \begin{equation}
12328 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12329
12330 \end_inset
12331
12332
12333 \end_layout
12334
12335 \begin_layout Standard
12336 Damit LaTeX rechnen kann, muss das Paket 
12337 \series bold
12338 calc
12339 \series default
12340  im Vorspann geladen werden.
12341 \begin_inset Index
12342 status collapsed
12343
12344 \begin_layout Plain Layout
12345 LaTeX-Pakete ! calc
12346 \end_layout
12347
12348 \end_inset
12349
12350
12351 \end_layout
12352
12353 \begin_layout Standard
12354
12355 \series bold
12356
12357 \backslash
12358 usepackage{calc}
12359 \end_layout
12360
12361 \begin_layout Standard
12362 LyX erlaubt im 
12363 \family sans
12364 Breite
12365 \family default
12366 -Feld des 
12367 \family sans
12368 Tabellen-Einstellungen
12369 \family default
12370 -Dialogs keine Berechnungen.
12371  Deshalb müssen Sie die Formel für die Breite im Feld 
12372 \family sans
12373 LaTe
12374 \begin_inset ERT
12375 status collapsed
12376
12377 \begin_layout Plain Layout
12378
12379 {}
12380 \end_layout
12381
12382 \end_inset
12383
12384 X-Argument
12385 \family default
12386  eingeben.
12387  Hier iss ein Überblick über die Argumente:
12388 \end_layout
12389
12390 \begin_layout Itemize
12391
12392 \series bold
12393 p{Breite}
12394 \series default
12395  die Zelle bekommt eine feste 
12396 \series bold
12397 Breite
12398 \series default
12399 , und die vertikale Ausrichtung ist 
12400 \family sans
12401 Oben
12402 \end_layout
12403
12404 \begin_layout Itemize
12405
12406 \series bold
12407 m{Breite}
12408 \series default
12409  die Zelle bekommt eine feste 
12410 \series bold
12411 Breite
12412 \series default
12413 , und die vertikale Ausrichtung ist 
12414 \family sans
12415 Mitte
12416 \end_layout
12417
12418 \begin_layout Itemize
12419
12420 \series bold
12421 b{Breite}
12422 \series default
12423  die Zelle bekommt eine feste 
12424 \series bold
12425 Breite
12426 \series default
12427 , und die vertikale Ausrichtung ist 
12428 \family sans
12429 Unten
12430 \end_layout
12431
12432 \begin_layout Standard
12433 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12434  für diese Zelle überschrieben.
12435 \end_layout
12436
12437 \begin_layout Standard
12438 \begin_inset Note Greyedout
12439 status open
12440
12441 \begin_layout Plain Layout
12442
12443 \series bold
12444 Bemerkung:
12445 \series default
12446  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12447  angezeigt.
12448 \end_layout
12449
12450 \end_inset
12451
12452
12453 \end_layout
12454
12455 \begin_layout Standard
12456 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12457  der Zelle mit dem Inhalt 
12458 \begin_inset Quotes gld
12459 \end_inset
12460
12461 d
12462 \begin_inset Quotes grd
12463 \end_inset
12464
12465  der Tabelle
12466 \begin_inset space ~
12467 \end_inset
12468
12469
12470 \begin_inset CommandInset ref
12471 LatexCommand ref
12472 reference "tab:Table-with-centered"
12473
12474 \end_inset
12475
12476  auch noch der Befehl
12477 \family typewriter
12478 \series bold
12479  
12480 \family default
12481
12482 \backslash
12483 centering
12484 \series default
12485  hinzugefügt.
12486  Das Ganze sieht dann so aus:
12487 \end_layout
12488
12489 \begin_layout Standard
12490
12491 \series bold
12492 |>{
12493 \backslash
12494 centering}m{1.25cm-6.2pt}
12495 \end_layout
12496
12497 \begin_layout Standard
12498 Der vertikale Strich 
12499 \series bold
12500
12501 \begin_inset Quotes gld
12502 \end_inset
12503
12504 |
12505 \series default
12506
12507 \begin_inset Quotes grd
12508 \end_inset
12509
12510  am Anfang zeichnet die linke Linie, und der Befehl 
12511 \series bold
12512
12513 \begin_inset Quotes gld
12514 \end_inset
12515
12516 >{ }
12517 \begin_inset Quotes grd
12518 \end_inset
12519
12520
12521 \series default
12522  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12523  der Zelle benutzt werden sollen.
12524 \end_layout
12525
12526 \begin_layout Standard
12527 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12528  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12529  für einzelne Spalten anwendet.
12530  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12531  werden:
12532 \end_layout
12533
12534 \begin_layout Standard
12535
12536 \series bold
12537 |>{
12538 \backslash
12539 centering}m{2.5cm}|
12540 \end_layout
12541
12542 \begin_layout Subsection
12543 Mehrfachzeilen
12544 \begin_inset CommandInset label
12545 LatexCommand label
12546 name "uab:Mehrfachzeilen"
12547
12548 \end_inset
12549
12550
12551 \begin_inset Index
12552 status collapsed
12553
12554 \begin_layout Plain Layout
12555 Mehrfachzeilen
12556 \end_layout
12557
12558 \end_inset
12559
12560
12561 \begin_inset Index
12562 status collapsed
12563
12564 \begin_layout Plain Layout
12565 Tabellen ! Mehrfachzeilen
12566 \end_layout
12567
12568 \end_inset
12569
12570
12571 \end_layout
12572
12573 \begin_layout Standard
12574 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12575  unterstützt, sodass etwas TeX-Code notwendig ist.
12576  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12577 \series bold
12578 multirow
12579 \series default
12580
12581 \begin_inset Index
12582 status collapsed
12583
12584 \begin_layout Plain Layout
12585 LaTeX-Pakete ! multirow
12586 \end_layout
12587
12588 \end_inset
12589
12590  im Vorspann geladen werden:
12591 \end_layout
12592
12593 \begin_layout Standard
12594
12595 \series bold
12596
12597 \backslash
12598 usepackage{multirow}
12599 \end_layout
12600
12601 \begin_layout Standard
12602 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12603 \end_layout
12604
12605 \begin_layout Standard
12606
12607 \series bold
12608
12609 \backslash
12610 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12611 \end_layout
12612
12613 \begin_layout Standard
12614 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
12615  Mehrfachspalte definiert und die obere Linie entfernt.
12616 \end_layout
12617
12618 \begin_layout Standard
12619 \align center
12620 \begin_inset ERT
12621 status collapsed
12622
12623 \begin_layout Plain Layout
12624
12625
12626 \backslash
12627 renewcommand{
12628 \backslash
12629 multirowsetup}{
12630 \backslash
12631 centering}
12632 \end_layout
12633
12634 \end_inset
12635
12636
12637 \begin_inset Tabular
12638 <lyxtabular version="3" rows="3" columns="3">
12639 <features>
12640 <column alignment="center" valignment="top" width="0">
12641 <column alignment="center" valignment="top" width="0">
12642 <column alignment="center" valignment="top" width="0">
12643 <row>
12644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12645 \begin_inset Text
12646
12647 \begin_layout Plain Layout
12648 a
12649 \end_layout
12650
12651 \end_inset
12652 </cell>
12653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12654 \begin_inset Text
12655
12656 \begin_layout Plain Layout
12657 b
12658 \end_layout
12659
12660 \end_inset
12661 </cell>
12662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12663 \begin_inset Text
12664
12665 \begin_layout Plain Layout
12666 c
12667 \end_layout
12668
12669 \end_inset
12670 </cell>
12671 </row>
12672 <row>
12673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12674 \begin_inset Text
12675
12676 \begin_layout Plain Layout
12677 \begin_inset ERT
12678 status collapsed
12679
12680 \begin_layout Plain Layout
12681
12682
12683 \backslash
12684 multirow{2}{2.5cm}{
12685 \end_layout
12686
12687 \end_inset
12688
12689 Mehrfach\SpecialChar \-
12690 zeilen-Text
12691 \begin_inset ERT
12692 status collapsed
12693
12694 \begin_layout Plain Layout
12695
12696 }
12697 \end_layout
12698
12699 \end_inset
12700
12701
12702 \end_layout
12703
12704 \end_inset
12705 </cell>
12706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12707 \begin_inset Text
12708
12709 \begin_layout Plain Layout
12710 e
12711 \end_layout
12712
12713 \end_inset
12714 </cell>
12715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12716 \begin_inset Text
12717
12718 \begin_layout Plain Layout
12719 f
12720 \end_layout
12721
12722 \end_inset
12723 </cell>
12724 </row>
12725 <row>
12726 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12727 \begin_inset Text
12728
12729 \begin_layout Plain Layout
12730
12731 \end_layout
12732
12733 \end_inset
12734 </cell>
12735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12736 \begin_inset Text
12737
12738 \begin_layout Plain Layout
12739 h
12740 \end_layout
12741
12742 \end_inset
12743 </cell>
12744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12745 \begin_inset Text
12746
12747 \begin_layout Plain Layout
12748 i
12749 \end_layout
12750
12751 \end_inset
12752 </cell>
12753 </row>
12754 </lyxtabular>
12755
12756 \end_inset
12757
12758
12759 \begin_inset ERT
12760 status collapsed
12761
12762 \begin_layout Plain Layout
12763
12764
12765 \backslash
12766 renewcommand{
12767 \backslash
12768 multirowsetup}{
12769 \backslash
12770 raggedright}
12771 \end_layout
12772
12773 \end_inset
12774
12775
12776 \end_layout
12777
12778 \begin_layout Standard
12779 In der Zelle darüber wurde dann mit dem Befehl
12780 \end_layout
12781
12782 \begin_layout Standard
12783
12784 \series bold
12785
12786 \backslash
12787 multirow{2}{2.5cm}{
12788 \end_layout
12789
12790 \begin_layout Standard
12791 als TeX-Code die Mehrfachzeile definiert.
12792  Sie besteht aus zwei Zeilen und einer Breite von 2.5
12793 \begin_inset space \thinspace{}
12794 \end_inset
12795
12796 cm.
12797  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12798  mit der Klammer 
12799 \begin_inset Quotes gld
12800 \end_inset
12801
12802
12803 \series bold
12804 }
12805 \series default
12806
12807 \begin_inset Quotes grd
12808 \end_inset
12809
12810  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12811 \end_layout
12812
12813 \begin_layout Standard
12814
12815 \series bold
12816
12817 \backslash
12818 multirow
12819 \series default
12820  richtet seinen Inhalt standardmäßig linksbündig aus.
12821  Das wurde mit dem Befehl
12822 \end_layout
12823
12824 \begin_layout Standard
12825
12826 \series bold
12827
12828 \backslash
12829 renewcommand{
12830 \backslash
12831 multirowsetup}{
12832 \backslash
12833 centering}
12834 \end_layout
12835
12836 \begin_layout Standard
12837 als TeX-Code  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12838 \end_layout
12839
12840 \begin_layout Standard
12841
12842 \series bold
12843
12844 \backslash
12845 renewcommand{
12846 \backslash
12847 multirowsetup}{
12848 \backslash
12849 raggedright}
12850 \end_layout
12851
12852 \begin_layout Standard
12853 zurückgesetzt.
12854  Für rechtsbündigen Text benutzt man 
12855 \series bold
12856
12857 \backslash
12858 raggedleft
12859 \series default
12860 .
12861 \end_layout
12862
12863 \begin_layout Section
12864 Formale Tabellen
12865 \begin_inset CommandInset label
12866 LatexCommand label
12867 name "abs:Formale-Tabellen"
12868
12869 \end_inset
12870
12871
12872 \begin_inset Index
12873 status collapsed
12874
12875 \begin_layout Plain Layout
12876 Tabellen ! Formale
12877 \end_layout
12878
12879 \end_inset
12880
12881
12882 \end_layout
12883
12884 \begin_layout Standard
12885 Tabellen werden in Büchern oft wie Tabelle
12886 \begin_inset space ~
12887 \end_inset
12888
12889
12890 \begin_inset CommandInset ref
12891 LatexCommand ref
12892 reference "tab:Formale-Tabelle"
12893
12894 \end_inset
12895
12896  gesetzt.
12897  Diese Tabellen werden
12898 \emph on
12899  formal
12900 \emph default
12901  genannt.
12902  Formale Tabellen bekommen Sie, wenn Sie im 
12903 \family sans
12904 Tabellen-Einstellungen
12905 \family default
12906 -Dialog auf der Karteikarte 
12907 \family sans
12908 Rahmen
12909 \family default
12910  den 
12911 \family sans
12912 Stil
12913 \family default
12914  
12915 \family sans
12916 Formal
12917 \family default
12918  ankreuzen.
12919 \end_layout
12920
12921 \begin_layout Standard
12922 \begin_inset Float table
12923 placement h
12924 wide false
12925 sideways false
12926 status open
12927
12928 \begin_layout Plain Layout
12929 \begin_inset Caption
12930
12931 \begin_layout Plain Layout
12932 \begin_inset CommandInset label
12933 LatexCommand label
12934 name "tab:Formale-Tabelle"
12935
12936 \end_inset
12937
12938 Formale Tabelle
12939 \end_layout
12940
12941 \end_inset
12942
12943
12944 \end_layout
12945
12946 \begin_layout Plain Layout
12947 \align center
12948 \begin_inset Tabular
12949 <lyxtabular version="3" rows="8" columns="4">
12950 <features booktabs="true">
12951 <column alignment="center" valignment="top" width="0">
12952 <column alignment="right" valignment="top" width="0">
12953 <column alignment="right" valignment="top" width="0">
12954 <column alignment="right" valignment="top" width="0">
12955 <row>
12956 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12957 \begin_inset Text
12958
12959 \begin_layout Plain Layout
12960 System
12961 \end_layout
12962
12963 \end_inset
12964 </cell>
12965 <cell alignment="center" valignment="top" topline="true" usebox="none">
12966 \begin_inset Text
12967
12968 \begin_layout Plain Layout
12969 Medipix
12970 \begin_inset space \thinspace{}
12971 \end_inset
12972
12973 1
12974 \end_layout
12975
12976 \end_inset
12977 </cell>
12978 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12979 \begin_inset Text
12980
12981 \begin_layout Plain Layout
12982 Medipix
12983 \begin_inset space \thinspace{}
12984 \end_inset
12985
12986 2
12987 \end_layout
12988
12989 \end_inset
12990 </cell>
12991 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12992 \begin_inset Text
12993
12994 \begin_layout Plain Layout
12995
12996 \end_layout
12997
12998 \end_inset
12999 </cell>
13000 </row>
13001 <row>
13002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13003 \begin_inset Text
13004
13005 \begin_layout Plain Layout
13006 \begin_inset ERT
13007 status collapsed
13008
13009 \begin_layout Plain Layout
13010
13011
13012 \backslash
13013 cmidrule(r){2-2}
13014 \end_layout
13015
13016 \end_inset
13017
13018
13019 \begin_inset ERT
13020 status collapsed
13021
13022 \begin_layout Plain Layout
13023
13024
13025 \backslash
13026 cmidrule(l){3-4}
13027 \end_layout
13028
13029 \end_inset
13030
13031 Detektordicke [µm]
13032 \end_layout
13033
13034 \end_inset
13035 </cell>
13036 <cell alignment="center" valignment="top" usebox="none">
13037 \begin_inset Text
13038
13039 \begin_layout Plain Layout
13040 300
13041 \end_layout
13042
13043 \end_inset
13044 </cell>
13045 <cell alignment="center" valignment="top" usebox="none">
13046 \begin_inset Text
13047
13048 \begin_layout Plain Layout
13049 300
13050 \end_layout
13051
13052 \end_inset
13053 </cell>
13054 <cell alignment="center" valignment="top" usebox="none">
13055 \begin_inset Text
13056
13057 \begin_layout Plain Layout
13058 700
13059 \end_layout
13060
13061 \end_inset
13062 </cell>
13063 </row>
13064 <row>
13065 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13066 \begin_inset Text
13067
13068 \begin_layout Plain Layout
13069 Kantenwinkel [°]
13070 \end_layout
13071
13072 \end_inset
13073 </cell>
13074 <cell alignment="center" valignment="top" topline="true" usebox="none">
13075 \begin_inset Text
13076
13077 \begin_layout Plain Layout
13078 3.55
13079 \end_layout
13080
13081 \end_inset
13082 </cell>
13083 <cell alignment="center" valignment="top" topline="true" usebox="none">
13084 \begin_inset Text
13085
13086 \begin_layout Plain Layout
13087 2.71
13088 \end_layout
13089
13090 \end_inset
13091 </cell>
13092 <cell alignment="center" valignment="top" topline="true" usebox="none">
13093 \begin_inset Text
13094
13095 \begin_layout Plain Layout
13096 7.99
13097 \end_layout
13098
13099 \end_inset
13100 </cell>
13101 </row>
13102 <row topspace="default">
13103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13104 \begin_inset Text
13105
13106 \begin_layout Plain Layout
13107 räumliche Auf\SpecialChar \textcompwordmark{}
13108 lösung [µm]
13109 \end_layout
13110
13111 \end_inset
13112 </cell>
13113 <cell alignment="center" valignment="top" usebox="none">
13114 \begin_inset Text
13115
13116 \begin_layout Plain Layout
13117 4.26
13118 \end_layout
13119
13120 \end_inset
13121 </cell>
13122 <cell alignment="center" valignment="top" usebox="none">
13123 \begin_inset Text
13124
13125 \begin_layout Plain Layout
13126 10.17
13127 \end_layout
13128
13129 \end_inset
13130 </cell>
13131 <cell alignment="center" valignment="top" usebox="none">
13132 \begin_inset Text
13133
13134 \begin_layout Plain Layout
13135 10.56
13136 \end_layout
13137
13138 \end_inset
13139 </cell>
13140 </row>
13141 <row topspace="default">
13142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13143 \begin_inset Text
13144
13145 \begin_layout Plain Layout
13146 MTF bei 
13147 \begin_inset Formula $f_{\mathrm{max}}$
13148 \end_inset
13149
13150
13151 \end_layout
13152
13153 \end_inset
13154 </cell>
13155 <cell alignment="center" valignment="top" usebox="none">
13156 \begin_inset Text
13157
13158 \begin_layout Plain Layout
13159 0.53
13160 \end_layout
13161
13162 \end_inset
13163 </cell>
13164 <cell alignment="center" valignment="top" usebox="none">
13165 \begin_inset Text
13166
13167 \begin_layout Plain Layout
13168 0.37
13169 \end_layout
13170
13171 \end_inset
13172 </cell>
13173 <cell alignment="center" valignment="top" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177 0.39
13178 \end_layout
13179
13180 \end_inset
13181 </cell>
13182 </row>
13183 <row topspace="default">
13184 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13185 \begin_inset Text
13186
13187 \begin_layout Plain Layout
13188 \begin_inset ERT
13189 status collapsed
13190
13191 \begin_layout Plain Layout
13192
13193
13194 \backslash
13195 cmidrule(l{10pt}){1-1}
13196 \end_layout
13197
13198 \end_inset
13199
13200 LSF räumliche Auf\SpecialChar \textcompwordmark{}
13201 lösung
13202 \end_layout
13203
13204 \end_inset
13205 </cell>
13206 <cell alignment="center" valignment="top" usebox="none">
13207 \begin_inset Text
13208
13209 \begin_layout Plain Layout
13210
13211 \end_layout
13212
13213 \end_inset
13214 </cell>
13215 <cell alignment="center" valignment="top" usebox="none">
13216 \begin_inset Text
13217
13218 \begin_layout Plain Layout
13219
13220 \end_layout
13221
13222 \end_inset
13223 </cell>
13224 <cell alignment="center" valignment="top" usebox="none">
13225 \begin_inset Text
13226
13227 \begin_layout Plain Layout
13228
13229 \end_layout
13230
13231 \end_inset
13232 </cell>
13233 </row>
13234 <row>
13235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13236 \begin_inset Text
13237
13238 \begin_layout Plain Layout
13239 in µm
13240 \end_layout
13241
13242 \end_inset
13243 </cell>
13244 <cell alignment="center" valignment="top" usebox="none">
13245 \begin_inset Text
13246
13247 \begin_layout Plain Layout
13248 129.7
13249 \end_layout
13250
13251 \end_inset
13252 </cell>
13253 <cell alignment="center" valignment="top" usebox="none">
13254 \begin_inset Text
13255
13256 \begin_layout Plain Layout
13257 52.75
13258 \end_layout
13259
13260 \end_inset
13261 </cell>
13262 <cell alignment="center" valignment="top" usebox="none">
13263 \begin_inset Text
13264
13265 \begin_layout Plain Layout
13266 50.78
13267 \end_layout
13268
13269 \end_inset
13270 </cell>
13271 </row>
13272 <row>
13273 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13274 \begin_inset Text
13275
13276 \begin_layout Plain Layout
13277 in % der Pixelgröße
13278 \end_layout
13279
13280 \end_inset
13281 </cell>
13282 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13283 \begin_inset Text
13284
13285 \begin_layout Plain Layout
13286 76.3
13287 \end_layout
13288
13289 \end_inset
13290 </cell>
13291 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13292 \begin_inset Text
13293
13294 \begin_layout Plain Layout
13295 95.9
13296 \end_layout
13297
13298 \end_inset
13299 </cell>
13300 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13301 \begin_inset Text
13302
13303 \begin_layout Plain Layout
13304 92.3
13305 \end_layout
13306
13307 \end_inset
13308 </cell>
13309 </row>
13310 </lyxtabular>
13311
13312 \end_inset
13313
13314
13315 \end_layout
13316
13317 \end_inset
13318
13319
13320 \end_layout
13321
13322 \begin_layout Standard
13323 Abstände zu Tabellenzeilen können auf der Karteikarte 
13324 \family sans
13325 Rahmen
13326 \family default
13327  des 
13328 \family sans
13329 Tabellen-Ein\SpecialChar \-
13330 stel\SpecialChar \-
13331 lun\SpecialChar \-
13332 gen
13333 \family default
13334 -Dialogs hinzugefügt werden, wie in Abschnitt
13335 \begin_inset space ~
13336 \end_inset
13337
13338
13339 \begin_inset CommandInset ref
13340 LatexCommand ref
13341 reference "uab:Zeilenabstand"
13342
13343 \end_inset
13344
13345  beschrieben.
13346 \end_layout
13347
13348 \begin_layout Standard
13349 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13350  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13351  gedruckt aber anders aus.
13352  Die erste und letzte Linie ist 0.08
13353 \begin_inset space \thinspace{}
13354 \end_inset
13355
13356 em dick, während die anderen 0.05
13357 \begin_inset space \thinspace{}
13358 \end_inset
13359
13360 em dick sind.
13361 \end_layout
13362
13363 \begin_layout Standard
13364 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13365 \end_layout
13366
13367 \begin_layout Standard
13368
13369 \series bold
13370
13371 \backslash
13372 let
13373 \backslash
13374 mytoprule
13375 \backslash
13376 toprule
13377 \begin_inset Newline newline
13378 \end_inset
13379
13380
13381 \backslash
13382 renewcommand{
13383 \backslash
13384 toprule}{
13385 \backslash
13386 mytoprule[Breite]}
13387 \end_layout
13388
13389 \begin_layout Standard
13390 Dies Beispiel gilt für die oberste Linie, genannt 
13391 \series bold
13392 toprule
13393 \series default
13394 .
13395  Für die letzte müssen Sie 
13396 \series bold
13397 toprule
13398 \series default
13399  durch 
13400 \series bold
13401 bottomrule
13402 \series default
13403  ersetzen.
13404  Die Linien dazwischen heißen 
13405 \series bold
13406 midrule
13407 \series default
13408 .
13409  Für 
13410 \family sans
13411 Breite
13412 \family default
13413  können Sie alle Einheiten benutzen, die in Anhang
13414 \begin_inset space ~
13415 \end_inset
13416
13417
13418 \begin_inset CommandInset ref
13419 LatexCommand ref
13420 reference "kap:In-LyX-verfügbare"
13421
13422 \end_inset
13423
13424  aufgelistet sind.
13425 \end_layout
13426
13427 \begin_layout Standard
13428 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13429  eine Linie unter einer Mehrfachspalte.
13430  LyX wird intern den Befehl 
13431 \series bold
13432
13433 \backslash
13434 cmidrule
13435 \series default
13436  benutzen, um diese Linie zu drucken.
13437  Der ganze Befehl sieht so aus:
13438 \end_layout
13439
13440 \begin_layout Standard
13441
13442 \series bold
13443
13444 \backslash
13445 cmidrule[width](trim){Anfangsspalte-Endspalte}
13446 \end_layout
13447
13448 \begin_layout Standard
13449 Die 
13450 \series bold
13451
13452 \backslash
13453 cmidrule
13454 \series default
13455 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13456  benutzen.
13457  
13458 \series bold
13459
13460 \backslash
13461 cmidrule
13462 \series default
13463  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13464  erste Zelle einer Zeile einfügt.
13465  Die Linie wird dann über der Zeile gedruckt.
13466 \end_layout
13467
13468 \begin_layout Standard
13469 Der Standardwert ist 0.03
13470 \begin_inset space \thinspace{}
13471 \end_inset
13472
13473 em.
13474  Die Linie reicht von 
13475 \family typewriter
13476 Anfangsspalte
13477 \family default
13478  bis 
13479 \family typewriter
13480 End\SpecialChar \-
13481 spal\SpecialChar \-
13482 te
13483 \family default
13484 .
13485  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13486   Der optionale Parameter 
13487 \family typewriter
13488 trim
13489 \family default
13490  kann die Werte 
13491 \emph on
13492 r
13493 \emph default
13494
13495 \emph on
13496 r{Breite}
13497 \emph default
13498
13499 \emph on
13500 l
13501 \family typewriter
13502 \emph default
13503  
13504 \family default
13505 oder 
13506 \emph on
13507 l{Breite}
13508 \emph default
13509  annehmen, wobei die 
13510 \family sans
13511 Breite
13512 \family default
13513  optional ist.
13514  
13515 \emph on
13516 l{2pt}
13517 \emph default
13518  zum Beispiel bedeutet, dass die Linie links um 2
13519 \begin_inset space \thinspace{}
13520 \end_inset
13521
13522 pt gekürzt wird.
13523  Ohne Breitenangabe werden die Linien um 0.5
13524 \begin_inset space \thinspace{}
13525 \end_inset
13526
13527 em gekürzt.
13528 \end_layout
13529
13530 \begin_layout Standard
13531 \begin_inset VSpace bigskip
13532 \end_inset
13533
13534 In Tabelle
13535 \begin_inset space ~
13536 \end_inset
13537
13538
13539 \begin_inset CommandInset ref
13540 LatexCommand ref
13541 reference "tab:Formale-Tabelle"
13542
13543 \end_inset
13544
13545  wurden die Befehle
13546 \end_layout
13547
13548 \begin_layout Standard
13549
13550 \series bold
13551
13552 \backslash
13553 cmidrule(r){2-2}
13554 \backslash
13555 cmidrule(l){3-4}
13556 \end_layout
13557
13558 \begin_layout Standard
13559 am Anfang der zweiten Zeile und
13560 \end_layout
13561
13562 \begin_layout Standard
13563
13564 \series bold
13565
13566 \backslash
13567 cmidrule(l{10pt}){1-1}
13568 \end_layout
13569
13570 \begin_layout Standard
13571 in der sechsten benutzt.
13572 \end_layout
13573
13574 \begin_layout Standard
13575 \begin_inset VSpace bigskip
13576 \end_inset
13577
13578
13579 \end_layout
13580
13581 \begin_layout Standard
13582 Sie können mit 
13583 \series bold
13584
13585 \backslash
13586 cmidrule
13587 \series default
13588  auch überlappende Linien wie in Tabelle
13589 \begin_inset space ~
13590 \end_inset
13591
13592
13593 \begin_inset CommandInset ref
13594 LatexCommand ref
13595 reference "tab:Special-booktabs-table"
13596
13597 \end_inset
13598
13599  definieren.
13600  Der Befehl ist:
13601 \end_layout
13602
13603 \begin_layout Standard
13604
13605 \series bold
13606
13607 \backslash
13608 morecmidrules
13609 \end_layout
13610
13611 \begin_layout Standard
13612 In Zeile zwei der Tabelle
13613 \begin_inset space ~
13614 \end_inset
13615
13616
13617 \begin_inset CommandInset ref
13618 LatexCommand ref
13619 reference "tab:Special-booktabs-table"
13620
13621 \end_inset
13622
13623  wurde folgender Befehl benutzt:
13624 \end_layout
13625
13626 \begin_layout Standard
13627
13628 \series bold
13629
13630 \backslash
13631 cmidrule(r){2-2}
13632 \backslash
13633 cmidrule(l){3-4}
13634 \backslash
13635 morecmidrules
13636 \begin_inset Newline newline
13637 \end_inset
13638
13639
13640 \backslash
13641 cmidrule{2-4}
13642 \end_layout
13643
13644 \begin_layout Standard
13645 und in Zeile sechs:
13646 \end_layout
13647
13648 \begin_layout Standard
13649
13650 \series bold
13651
13652 \backslash
13653 midrule
13654 \backslash
13655 morecmidrules
13656 \backslash
13657 cmidrule{3-4}
13658 \end_layout
13659
13660 \begin_layout Standard
13661 \begin_inset VSpace bigskip
13662 \end_inset
13663
13664
13665 \end_layout
13666
13667 \begin_layout Standard
13668 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13669  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13670 \end_layout
13671
13672 \begin_layout Standard
13673
13674 \series bold
13675
13676 \backslash
13677 specialrule{Dicke}{Abstand davor}{Abstand danach}
13678 \end_layout
13679
13680 \begin_layout Standard
13681 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13682 \series bold
13683 booktabs
13684 \series default
13685  
13686 \begin_inset CommandInset citation
13687 LatexCommand cite
13688 key "booktabs"
13689
13690 \end_inset
13691
13692 .
13693 \begin_inset Index
13694 status collapsed
13695
13696 \begin_layout Plain Layout
13697 LaTeX-Pakete ! booktabs
13698 \end_layout
13699
13700 \end_inset
13701
13702
13703 \end_layout
13704
13705 \begin_layout Standard
13706 \begin_inset Float table
13707 placement h
13708 wide false
13709 sideways false
13710 status open
13711
13712 \begin_layout Plain Layout
13713 \begin_inset Caption
13714
13715 \begin_layout Plain Layout
13716 \begin_inset CommandInset label
13717 LatexCommand label
13718 name "tab:Special-booktabs-table"
13719
13720 \end_inset
13721
13722 Eine spezielle formale Tabelle
13723 \end_layout
13724
13725 \end_inset
13726
13727
13728 \end_layout
13729
13730 \begin_layout Plain Layout
13731 \align center
13732 \begin_inset Tabular
13733 <lyxtabular version="3" rows="8" columns="4">
13734 <features booktabs="true">
13735 <column alignment="center" valignment="top" width="0">
13736 <column alignment="center" valignment="top" width="0">
13737 <column alignment="right" valignment="top" width="0">
13738 <column alignment="right" valignment="top" width="0">
13739 <row>
13740 <cell alignment="center" valignment="top" topline="true" usebox="none">
13741 \begin_inset Text
13742
13743 \begin_layout Plain Layout
13744 System
13745 \end_layout
13746
13747 \end_inset
13748 </cell>
13749 <cell alignment="center" valignment="top" topline="true" usebox="none">
13750 \begin_inset Text
13751
13752 \begin_layout Plain Layout
13753 Medipix
13754 \begin_inset space \thinspace{}
13755 \end_inset
13756
13757 1
13758 \end_layout
13759
13760 \end_inset
13761 </cell>
13762 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13763 \begin_inset Text
13764
13765 \begin_layout Plain Layout
13766 Medipix
13767 \begin_inset space \thinspace{}
13768 \end_inset
13769
13770 2
13771 \end_layout
13772
13773 \end_inset
13774 </cell>
13775 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13776 \begin_inset Text
13777
13778 \begin_layout Plain Layout
13779
13780 \end_layout
13781
13782 \end_inset
13783 </cell>
13784 </row>
13785 <row>
13786 <cell alignment="center" valignment="top" usebox="none">
13787 \begin_inset Text
13788
13789 \begin_layout Plain Layout
13790 \begin_inset ERT
13791 status collapsed
13792
13793 \begin_layout Plain Layout
13794
13795
13796 \backslash
13797 cmidrule(r){2-2}
13798 \end_layout
13799
13800 \end_inset
13801
13802
13803 \begin_inset ERT
13804 status collapsed
13805
13806 \begin_layout Plain Layout
13807
13808
13809 \backslash
13810 cmidrule(l){3-4}
13811 \end_layout
13812
13813 \end_inset
13814
13815
13816 \begin_inset ERT
13817 status collapsed
13818
13819 \begin_layout Plain Layout
13820
13821
13822 \backslash
13823 morecmidrules 
13824 \end_layout
13825
13826 \end_inset
13827
13828
13829 \begin_inset ERT
13830 status collapsed
13831
13832 \begin_layout Plain Layout
13833
13834
13835 \backslash
13836 cmidrule{2-4}
13837 \end_layout
13838
13839 \end_inset
13840
13841 Detektordicke  [µm]
13842 \end_layout
13843
13844 \end_inset
13845 </cell>
13846 <cell alignment="center" valignment="top" usebox="none">
13847 \begin_inset Text
13848
13849 \begin_layout Plain Layout
13850 300
13851 \end_layout
13852
13853 \end_inset
13854 </cell>
13855 <cell alignment="center" valignment="top" usebox="none">
13856 \begin_inset Text
13857
13858 \begin_layout Plain Layout
13859 300
13860 \end_layout
13861
13862 \end_inset
13863 </cell>
13864 <cell alignment="center" valignment="top" usebox="none">
13865 \begin_inset Text
13866
13867 \begin_layout Plain Layout
13868 700
13869 \end_layout
13870
13871 \end_inset
13872 </cell>
13873 </row>
13874 <row>
13875 <cell alignment="center" valignment="top" topline="true" usebox="none">
13876 \begin_inset Text
13877
13878 \begin_layout Plain Layout
13879 Kantenwinkel [°]
13880 \end_layout
13881
13882 \end_inset
13883 </cell>
13884 <cell alignment="center" valignment="top" topline="true" usebox="none">
13885 \begin_inset Text
13886
13887 \begin_layout Plain Layout
13888 3,55
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 <cell alignment="center" valignment="top" topline="true" usebox="none">
13894 \begin_inset Text
13895
13896 \begin_layout Plain Layout
13897 2,71
13898 \end_layout
13899
13900 \end_inset
13901 </cell>
13902 <cell alignment="center" valignment="top" topline="true" usebox="none">
13903 \begin_inset Text
13904
13905 \begin_layout Plain Layout
13906 7,99
13907 \end_layout
13908
13909 \end_inset
13910 </cell>
13911 </row>
13912 <row topspace="default">
13913 <cell alignment="center" valignment="top" usebox="none">
13914 \begin_inset Text
13915
13916 \begin_layout Plain Layout
13917 räumliche Auf\SpecialChar \textcompwordmark{}
13918 lösung [µm]
13919 \end_layout
13920
13921 \end_inset
13922 </cell>
13923 <cell alignment="center" valignment="top" usebox="none">
13924 \begin_inset Text
13925
13926 \begin_layout Plain Layout
13927 4,26
13928 \end_layout
13929
13930 \end_inset
13931 </cell>
13932 <cell alignment="center" valignment="top" usebox="none">
13933 \begin_inset Text
13934
13935 \begin_layout Plain Layout
13936 10,17
13937 \end_layout
13938
13939 \end_inset
13940 </cell>
13941 <cell alignment="center" valignment="top" usebox="none">
13942 \begin_inset Text
13943
13944 \begin_layout Plain Layout
13945 10,56
13946 \end_layout
13947
13948 \end_inset
13949 </cell>
13950 </row>
13951 <row topspace="default">
13952 <cell alignment="center" valignment="top" usebox="none">
13953 \begin_inset Text
13954
13955 \begin_layout Plain Layout
13956 MTF bei 
13957 \begin_inset Formula $f_{\mathrm{max}}$
13958 \end_inset
13959
13960
13961 \end_layout
13962
13963 \end_inset
13964 </cell>
13965 <cell alignment="center" valignment="top" usebox="none">
13966 \begin_inset Text
13967
13968 \begin_layout Plain Layout
13969 0,53
13970 \end_layout
13971
13972 \end_inset
13973 </cell>
13974 <cell alignment="center" valignment="top" usebox="none">
13975 \begin_inset Text
13976
13977 \begin_layout Plain Layout
13978 0,37
13979 \end_layout
13980
13981 \end_inset
13982 </cell>
13983 <cell alignment="center" valignment="top" usebox="none">
13984 \begin_inset Text
13985
13986 \begin_layout Plain Layout
13987 0,39
13988 \end_layout
13989
13990 \end_inset
13991 </cell>
13992 </row>
13993 <row>
13994 <cell alignment="center" valignment="top" topline="true" usebox="none">
13995 \begin_inset Text
13996
13997 \begin_layout Plain Layout
13998 \begin_inset ERT
13999 status collapsed
14000
14001 \begin_layout Plain Layout
14002
14003
14004 \backslash
14005 morecmidrules 
14006 \end_layout
14007
14008 \end_inset
14009
14010
14011 \begin_inset ERT
14012 status collapsed
14013
14014 \begin_layout Plain Layout
14015
14016
14017 \backslash
14018 cmidrule{3-4}
14019 \end_layout
14020
14021 \end_inset
14022
14023 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
14024 lösung
14025 \end_layout
14026
14027 \end_inset
14028 </cell>
14029 <cell alignment="center" valignment="top" topline="true" usebox="none">
14030 \begin_inset Text
14031
14032 \begin_layout Plain Layout
14033
14034 \end_layout
14035
14036 \end_inset
14037 </cell>
14038 <cell alignment="center" valignment="top" topline="true" usebox="none">
14039 \begin_inset Text
14040
14041 \begin_layout Plain Layout
14042
14043 \end_layout
14044
14045 \end_inset
14046 </cell>
14047 <cell alignment="center" valignment="top" topline="true" usebox="none">
14048 \begin_inset Text
14049
14050 \begin_layout Plain Layout
14051
14052 \end_layout
14053
14054 \end_inset
14055 </cell>
14056 </row>
14057 <row>
14058 <cell alignment="center" valignment="top" usebox="none">
14059 \begin_inset Text
14060
14061 \begin_layout Plain Layout
14062 in µm
14063 \end_layout
14064
14065 \end_inset
14066 </cell>
14067 <cell alignment="center" valignment="top" usebox="none">
14068 \begin_inset Text
14069
14070 \begin_layout Plain Layout
14071 129,7
14072 \end_layout
14073
14074 \end_inset
14075 </cell>
14076 <cell alignment="center" valignment="top" usebox="none">
14077 \begin_inset Text
14078
14079 \begin_layout Plain Layout
14080 52,75
14081 \end_layout
14082
14083 \end_inset
14084 </cell>
14085 <cell alignment="center" valignment="top" usebox="none">
14086 \begin_inset Text
14087
14088 \begin_layout Plain Layout
14089 50,78
14090 \end_layout
14091
14092 \end_inset
14093 </cell>
14094 </row>
14095 <row>
14096 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14097 \begin_inset Text
14098
14099 \begin_layout Plain Layout
14100 in % der Pixelgröße
14101 \end_layout
14102
14103 \end_inset
14104 </cell>
14105 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14106 \begin_inset Text
14107
14108 \begin_layout Plain Layout
14109 76,3
14110 \end_layout
14111
14112 \end_inset
14113 </cell>
14114 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14115 \begin_inset Text
14116
14117 \begin_layout Plain Layout
14118 95,9
14119 \end_layout
14120
14121 \end_inset
14122 </cell>
14123 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14124 \begin_inset Text
14125
14126 \begin_layout Plain Layout
14127 92,3
14128 \end_layout
14129
14130 \end_inset
14131 </cell>
14132 </row>
14133 </lyxtabular>
14134
14135 \end_inset
14136
14137
14138 \end_layout
14139
14140 \end_inset
14141
14142
14143 \end_layout
14144
14145 \begin_layout Section
14146 Vertikale Tabellen-Ausrichtung
14147 \begin_inset Index
14148 status collapsed
14149
14150 \begin_layout Plain Layout
14151 Tabellen ! Ausrichtung
14152 \end_layout
14153
14154 \end_inset
14155
14156
14157 \end_layout
14158
14159 \begin_layout Standard
14160 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
14161  einer Box sein.
14162  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
14163 \begin_inset space ~
14164 \end_inset
14165
14166
14167 \begin_inset CommandInset ref
14168 LatexCommand ref
14169 reference "abs:Box-Dialog"
14170
14171 \end_inset
14172
14173  beschrieben.
14174 \end_layout
14175
14176 \begin_layout Standard
14177 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
14178 \begin_inset Foot
14179 status collapsed
14180
14181 \begin_layout Plain Layout
14182 Minipages werden in Abschnitt
14183 \begin_inset space ~
14184 \end_inset
14185
14186
14187 \begin_inset CommandInset ref
14188 LatexCommand ref
14189 reference "abs:Minipage"
14190
14191 \end_inset
14192
14193  beschrieben.
14194 \end_layout
14195
14196 \end_inset
14197
14198  mit 15
14199 \begin_inset space \thinspace{}
14200 \end_inset
14201
14202 col%-Breite:
14203 \end_layout
14204
14205 \begin_layout Itemize
14206 Test 
14207 \begin_inset Box Frameless
14208 position "t"
14209 hor_pos "c"
14210 has_inner_box 1
14211 inner_pos "c"
14212 use_parbox 0
14213 width "15col%"
14214 special "none"
14215 height "1in"
14216 height_special "totalheight"
14217 status collapsed
14218
14219 \begin_layout Plain Layout
14220 \begin_inset Tabular
14221 <lyxtabular version="3" rows="3" columns="3">
14222 <features>
14223 <column alignment="center" valignment="top" width="0">
14224 <column alignment="center" valignment="top" width="0">
14225 <column alignment="center" valignment="top" width="0">
14226 <row>
14227 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14228 \begin_inset Text
14229
14230 \begin_layout Plain Layout
14231 Tabelle 1
14232 \end_layout
14233
14234 \end_inset
14235 </cell>
14236 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14237 \begin_inset Text
14238
14239 \begin_layout Plain Layout
14240
14241 \end_layout
14242
14243 \end_inset
14244 </cell>
14245 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14246 \begin_inset Text
14247
14248 \begin_layout Plain Layout
14249
14250 \end_layout
14251
14252 \end_inset
14253 </cell>
14254 </row>
14255 <row>
14256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14257 \begin_inset Text
14258
14259 \begin_layout Plain Layout
14260 b
14261 \end_layout
14262
14263 \end_inset
14264 </cell>
14265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14266 \begin_inset Text
14267
14268 \begin_layout Plain Layout
14269 e
14270 \end_layout
14271
14272 \end_inset
14273 </cell>
14274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14275 \begin_inset Text
14276
14277 \begin_layout Plain Layout
14278 h
14279 \end_layout
14280
14281 \end_inset
14282 </cell>
14283 </row>
14284 <row>
14285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14286 \begin_inset Text
14287
14288 \begin_layout Plain Layout
14289 c
14290 \end_layout
14291
14292 \end_inset
14293 </cell>
14294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14295 \begin_inset Text
14296
14297 \begin_layout Plain Layout
14298 f
14299 \end_layout
14300
14301 \end_inset
14302 </cell>
14303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14304 \begin_inset Text
14305
14306 \begin_layout Plain Layout
14307 i
14308 \end_layout
14309
14310 \end_inset
14311 </cell>
14312 </row>
14313 </lyxtabular>
14314
14315 \end_inset
14316
14317
14318 \end_layout
14319
14320 \end_inset
14321
14322  Test 
14323 \begin_inset ERT
14324 status collapsed
14325
14326 \begin_layout Plain Layout
14327
14328
14329 \backslash
14330 raisebox{0.85
14331 \backslash
14332 baselineskip}{
14333 \end_layout
14334
14335 \end_inset
14336
14337
14338 \begin_inset Box Frameless
14339 position "t"
14340 hor_pos "c"
14341 has_inner_box 1
14342 inner_pos "c"
14343 use_parbox 0
14344 width "15col%"
14345 special "none"
14346 height "1in"
14347 height_special "totalheight"
14348 status collapsed
14349
14350 \begin_layout Plain Layout
14351 \begin_inset Tabular
14352 <lyxtabular version="3" rows="3" columns="3">
14353 <features>
14354 <column alignment="center" valignment="top" width="0">
14355 <column alignment="center" valignment="top" width="0">
14356 <column alignment="center" valignment="top" width="0">
14357 <row>
14358 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14359 \begin_inset Text
14360
14361 \begin_layout Plain Layout
14362 Tabelle 2
14363 \end_layout
14364
14365 \end_inset
14366 </cell>
14367 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14368 \begin_inset Text
14369
14370 \begin_layout Plain Layout
14371
14372 \end_layout
14373
14374 \end_inset
14375 </cell>
14376 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14377 \begin_inset Text
14378
14379 \begin_layout Plain Layout
14380
14381 \end_layout
14382
14383 \end_inset
14384 </cell>
14385 </row>
14386 <row>
14387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14388 \begin_inset Text
14389
14390 \begin_layout Plain Layout
14391 b
14392 \end_layout
14393
14394 \end_inset
14395 </cell>
14396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14397 \begin_inset Text
14398
14399 \begin_layout Plain Layout
14400 e
14401 \end_layout
14402
14403 \end_inset
14404 </cell>
14405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14406 \begin_inset Text
14407
14408 \begin_layout Plain Layout
14409 h
14410 \end_layout
14411
14412 \end_inset
14413 </cell>
14414 </row>
14415 <row>
14416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14417 \begin_inset Text
14418
14419 \begin_layout Plain Layout
14420 c
14421 \end_layout
14422
14423 \end_inset
14424 </cell>
14425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14426 \begin_inset Text
14427
14428 \begin_layout Plain Layout
14429 f
14430 \end_layout
14431
14432 \end_inset
14433 </cell>
14434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14435 \begin_inset Text
14436
14437 \begin_layout Plain Layout
14438 i
14439 \end_layout
14440
14441 \end_inset
14442 </cell>
14443 </row>
14444 </lyxtabular>
14445
14446 \end_inset
14447
14448
14449 \end_layout
14450
14451 \end_inset
14452
14453
14454 \begin_inset ERT
14455 status collapsed
14456
14457 \begin_layout Plain Layout
14458
14459 }
14460 \end_layout
14461
14462 \end_inset
14463
14464
14465 \end_layout
14466
14467 \begin_layout Itemize
14468 Test 
14469 \begin_inset Box Frameless
14470 position "c"
14471 hor_pos "c"
14472 has_inner_box 1
14473 inner_pos "c"
14474 use_parbox 0
14475 width "15col%"
14476 special "none"
14477 height "1in"
14478 height_special "totalheight"
14479 status collapsed
14480
14481 \begin_layout Plain Layout
14482 \begin_inset Tabular
14483 <lyxtabular version="3" rows="3" columns="3">
14484 <features>
14485 <column alignment="center" valignment="top" width="0">
14486 <column alignment="center" valignment="top" width="0">
14487 <column alignment="center" valignment="top" width="0">
14488 <row>
14489 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14490 \begin_inset Text
14491
14492 \begin_layout Plain Layout
14493 Tabelle 3
14494 \end_layout
14495
14496 \end_inset
14497 </cell>
14498 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14499 \begin_inset Text
14500
14501 \begin_layout Plain Layout
14502
14503 \end_layout
14504
14505 \end_inset
14506 </cell>
14507 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14508 \begin_inset Text
14509
14510 \begin_layout Plain Layout
14511
14512 \end_layout
14513
14514 \end_inset
14515 </cell>
14516 </row>
14517 <row>
14518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14519 \begin_inset Text
14520
14521 \begin_layout Plain Layout
14522 b
14523 \end_layout
14524
14525 \end_inset
14526 </cell>
14527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14528 \begin_inset Text
14529
14530 \begin_layout Plain Layout
14531 e
14532 \end_layout
14533
14534 \end_inset
14535 </cell>
14536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14537 \begin_inset Text
14538
14539 \begin_layout Plain Layout
14540 h
14541 \end_layout
14542
14543 \end_inset
14544 </cell>
14545 </row>
14546 <row>
14547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14548 \begin_inset Text
14549
14550 \begin_layout Plain Layout
14551 c
14552 \end_layout
14553
14554 \end_inset
14555 </cell>
14556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14557 \begin_inset Text
14558
14559 \begin_layout Plain Layout
14560 f
14561 \end_layout
14562
14563 \end_inset
14564 </cell>
14565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14566 \begin_inset Text
14567
14568 \begin_layout Plain Layout
14569 i
14570 \end_layout
14571
14572 \end_inset
14573 </cell>
14574 </row>
14575 </lyxtabular>
14576
14577 \end_inset
14578
14579
14580 \end_layout
14581
14582 \end_inset
14583
14584
14585 \end_layout
14586
14587 \begin_layout Itemize
14588 Test 
14589 \begin_inset Box Frameless
14590 position "b"
14591 hor_pos "c"
14592 has_inner_box 1
14593 inner_pos "c"
14594 use_parbox 0
14595 width "15col%"
14596 special "none"
14597 height "1in"
14598 height_special "totalheight"
14599 status collapsed
14600
14601 \begin_layout Plain Layout
14602 \begin_inset Tabular
14603 <lyxtabular version="3" rows="3" columns="3">
14604 <features>
14605 <column alignment="center" valignment="top" width="0">
14606 <column alignment="center" valignment="top" width="0">
14607 <column alignment="center" valignment="top" width="0">
14608 <row>
14609 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14610 \begin_inset Text
14611
14612 \begin_layout Plain Layout
14613 Tabelle 4
14614 \end_layout
14615
14616 \end_inset
14617 </cell>
14618 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14619 \begin_inset Text
14620
14621 \begin_layout Plain Layout
14622
14623 \end_layout
14624
14625 \end_inset
14626 </cell>
14627 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14628 \begin_inset Text
14629
14630 \begin_layout Plain Layout
14631
14632 \end_layout
14633
14634 \end_inset
14635 </cell>
14636 </row>
14637 <row>
14638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14639 \begin_inset Text
14640
14641 \begin_layout Plain Layout
14642 b
14643 \end_layout
14644
14645 \end_inset
14646 </cell>
14647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14648 \begin_inset Text
14649
14650 \begin_layout Plain Layout
14651 e
14652 \end_layout
14653
14654 \end_inset
14655 </cell>
14656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14657 \begin_inset Text
14658
14659 \begin_layout Plain Layout
14660 h
14661 \end_layout
14662
14663 \end_inset
14664 </cell>
14665 </row>
14666 <row>
14667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14668 \begin_inset Text
14669
14670 \begin_layout Plain Layout
14671 c
14672 \end_layout
14673
14674 \end_inset
14675 </cell>
14676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14677 \begin_inset Text
14678
14679 \begin_layout Plain Layout
14680 f
14681 \end_layout
14682
14683 \end_inset
14684 </cell>
14685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14686 \begin_inset Text
14687
14688 \begin_layout Plain Layout
14689 i
14690 \end_layout
14691
14692 \end_inset
14693 </cell>
14694 </row>
14695 </lyxtabular>
14696
14697 \end_inset
14698
14699
14700 \end_layout
14701
14702 \end_inset
14703
14704 Test 
14705 \begin_inset ERT
14706 status collapsed
14707
14708 \begin_layout Plain Layout
14709
14710
14711 \backslash
14712 raisebox{-0.32
14713 \backslash
14714 baselineskip}{
14715 \end_layout
14716
14717 \end_inset
14718
14719
14720 \begin_inset Box Frameless
14721 position "b"
14722 hor_pos "c"
14723 has_inner_box 1
14724 inner_pos "c"
14725 use_parbox 0
14726 width "15col%"
14727 special "none"
14728 height "1in"
14729 height_special "totalheight"
14730 status collapsed
14731
14732 \begin_layout Plain Layout
14733 \begin_inset Tabular
14734 <lyxtabular version="3" rows="3" columns="3">
14735 <features>
14736 <column alignment="center" valignment="top" width="0">
14737 <column alignment="center" valignment="top" width="0">
14738 <column alignment="center" valignment="top" width="0">
14739 <row>
14740 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14741 \begin_inset Text
14742
14743 \begin_layout Plain Layout
14744 Tabelle 5
14745 \end_layout
14746
14747 \end_inset
14748 </cell>
14749 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14750 \begin_inset Text
14751
14752 \begin_layout Plain Layout
14753
14754 \end_layout
14755
14756 \end_inset
14757 </cell>
14758 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14759 \begin_inset Text
14760
14761 \begin_layout Plain Layout
14762
14763 \end_layout
14764
14765 \end_inset
14766 </cell>
14767 </row>
14768 <row>
14769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14770 \begin_inset Text
14771
14772 \begin_layout Plain Layout
14773 b
14774 \end_layout
14775
14776 \end_inset
14777 </cell>
14778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14779 \begin_inset Text
14780
14781 \begin_layout Plain Layout
14782 e
14783 \end_layout
14784
14785 \end_inset
14786 </cell>
14787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14788 \begin_inset Text
14789
14790 \begin_layout Plain Layout
14791 h
14792 \end_layout
14793
14794 \end_inset
14795 </cell>
14796 </row>
14797 <row>
14798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14799 \begin_inset Text
14800
14801 \begin_layout Plain Layout
14802 c
14803 \end_layout
14804
14805 \end_inset
14806 </cell>
14807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14808 \begin_inset Text
14809
14810 \begin_layout Plain Layout
14811 f
14812 \end_layout
14813
14814 \end_inset
14815 </cell>
14816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14817 \begin_inset Text
14818
14819 \begin_layout Plain Layout
14820 i
14821 \end_layout
14822
14823 \end_inset
14824 </cell>
14825 </row>
14826 </lyxtabular>
14827
14828 \end_inset
14829
14830
14831 \end_layout
14832
14833 \end_inset
14834
14835
14836 \begin_inset ERT
14837 status collapsed
14838
14839 \begin_layout Plain Layout
14840
14841 }
14842 \end_layout
14843
14844 \end_inset
14845
14846
14847 \end_layout
14848
14849 \begin_layout Standard
14850 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
14851 \begin_inset space \space{}
14852 \end_inset
14853
14854 1 und letzten Zeile von Tabelle
14855 \begin_inset space \space{}
14856 \end_inset
14857
14858 4 bezüglich dem Wort 
14859 \begin_inset Quotes gld
14860 \end_inset
14861
14862 Test
14863 \begin_inset Quotes grd
14864 \end_inset
14865
14866  nicht richtig ausgerichtet.
14867  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14868 \begin_inset Quotes gld
14869 \end_inset
14870
14871 Raisebox
14872 \begin_inset Quotes grd
14873 \end_inset
14874
14875
14876 \begin_inset Foot
14877 status collapsed
14878
14879 \begin_layout Plain Layout
14880 Raiseboxen werden in Abschnitt
14881 \begin_inset space ~
14882 \end_inset
14883
14884
14885 \begin_inset CommandInset ref
14886 LatexCommand ref
14887 reference "uab:Vertikale-Ausrichtung"
14888
14889 \end_inset
14890
14891  beschrieben.
14892 \end_layout
14893
14894 \end_inset
14895
14896  setzen.
14897  In Tabelle
14898 \begin_inset space \space{}
14899 \end_inset
14900
14901 2 wurde der Text mit dem Befehl
14902 \end_layout
14903
14904 \begin_layout Standard
14905
14906 \series bold
14907
14908 \backslash
14909 raisebox{0.85
14910 \backslash
14911 baselineskip}{
14912 \end_layout
14913
14914 \begin_layout Standard
14915 vor der Box ausgerichtet.
14916  Hinter der Box wurde auch noch 
14917 \series bold
14918 }
14919 \series default
14920  als TeX-Code eingefügt, weil der obige Befehl mit 
14921 \series bold
14922 {
14923 \series default
14924  aufhörte.
14925  Für Tabelle
14926 \begin_inset space \space{}
14927 \end_inset
14928
14929 5 wurde der Befehl
14930 \end_layout
14931
14932 \begin_layout Standard
14933
14934 \series bold
14935
14936 \backslash
14937 raisebox{-0.32
14938 \backslash
14939 baselineskip}{
14940 \end_layout
14941
14942 \begin_layout Standard
14943 benutzt.
14944 \end_layout
14945
14946 \begin_layout Standard
14947 \begin_inset Note Greyedout
14948 status open
14949
14950 \begin_layout Plain Layout
14951
14952 \series bold
14953 Bemerkung:
14954 \series default
14955  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14956  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14957  Der Faktor im 
14958 \series bold
14959
14960 \backslash
14961 raisebox
14962 \series default
14963 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14964 \end_layout
14965
14966 \end_inset
14967
14968
14969 \end_layout
14970
14971 \begin_layout Section
14972 Farbige Tabellen
14973 \begin_inset CommandInset label
14974 LatexCommand label
14975 name "abs:Farbige-Tabellen"
14976
14977 \end_inset
14978
14979
14980 \begin_inset Index
14981 status collapsed
14982
14983 \begin_layout Plain Layout
14984 Tabellen ! farbige
14985 \end_layout
14986
14987 \end_inset
14988
14989
14990 \end_layout
14991
14992 \begin_layout Subsection
14993 Farbige Zellen
14994 \begin_inset Index
14995 status collapsed
14996
14997 \begin_layout Plain Layout
14998 farbige !  Tabellenzellen
14999 \end_layout
15000
15001 \end_inset
15002
15003
15004 \end_layout
15005
15006 \begin_layout Standard
15007 \begin_inset Float table
15008 placement h
15009 wide false
15010 sideways false
15011 status open
15012
15013 \begin_layout Plain Layout
15014 \begin_inset Caption
15015
15016 \begin_layout Plain Layout
15017 \begin_inset CommandInset label
15018 LatexCommand label
15019 name "tab:Farbige-Tabelle-ohne"
15020
15021 \end_inset
15022
15023 Farbige Tabelle, ohne Paket 
15024 \series bold
15025 colortbl
15026 \series default
15027
15028 \begin_inset OptArg
15029 status collapsed
15030
15031 \begin_layout Plain Layout
15032 Tabelle ohne 
15033 \family typewriter
15034 colortbl
15035 \end_layout
15036
15037 \end_inset
15038
15039
15040 \end_layout
15041
15042 \end_inset
15043
15044
15045 \end_layout
15046
15047 \begin_layout Plain Layout
15048 \align center
15049 \begin_inset Tabular
15050 <lyxtabular version="3" rows="3" columns="3">
15051 <features>
15052 <column alignment="center" valignment="top" width="0">
15053 <column alignment="center" valignment="top" width="0">
15054 <column alignment="center" valignment="top" width="0">
15055 <row>
15056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15057 \begin_inset Text
15058
15059 \begin_layout Plain Layout
15060
15061 \color green
15062 a
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15068 \begin_inset Text
15069
15070 \begin_layout Plain Layout
15071
15072 \color red
15073 b
15074 \end_layout
15075
15076 \end_inset
15077 </cell>
15078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15079 \begin_inset Text
15080
15081 \begin_layout Plain Layout
15082
15083 \color red
15084 c
15085 \end_layout
15086
15087 \end_inset
15088 </cell>
15089 </row>
15090 <row>
15091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15092 \begin_inset Text
15093
15094 \begin_layout Plain Layout
15095
15096 \color green
15097 d
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15103 \begin_inset Text
15104
15105 \begin_layout Plain Layout
15106
15107 \color blue
15108 e
15109 \end_layout
15110
15111 \end_inset
15112 </cell>
15113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15114 \begin_inset Text
15115
15116 \begin_layout Plain Layout
15117
15118 \color blue
15119 f
15120 \end_layout
15121
15122 \end_inset
15123 </cell>
15124 </row>
15125 <row>
15126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15127 \begin_inset Text
15128
15129 \begin_layout Plain Layout
15130
15131 \color green
15132 g
15133 \end_layout
15134
15135 \end_inset
15136 </cell>
15137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15138 \begin_inset Text
15139
15140 \begin_layout Plain Layout
15141
15142 \color blue
15143 h
15144 \end_layout
15145
15146 \end_inset
15147 </cell>
15148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Plain Layout
15152
15153 \color blue
15154 i
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 </row>
15160 </lyxtabular>
15161
15162 \end_inset
15163
15164
15165 \end_layout
15166
15167 \end_inset
15168
15169
15170 \end_layout
15171
15172 \begin_layout Standard
15173 \begin_inset CommandInset label
15174 LatexCommand label
15175 name "Wenn-Sie-nur"
15176
15177 \end_inset
15178
15179 Wenn Sie nur farbigen Text
15180 \begin_inset Index
15181 status collapsed
15182
15183 \begin_layout Plain Layout
15184 Farbe ! für Text
15185 \end_layout
15186
15187 \end_inset
15188
15189  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15190  auf den Werkzeugleistenknopf 
15191 \begin_inset Graphics
15192         filename ../../images/dialog-show_character.png
15193         scale 70
15194         scaleBeforeRotation
15195         BoundingBox 0bp 0bp 20bp 20bp
15196
15197 \end_inset
15198
15199  oder über das Menü 
15200 \family sans
15201 Bearbeiten\SpecialChar \menuseparator
15202 Textstil\SpecialChar \menuseparator
15203 Benutzerdefiniert
15204 \family default
15205  mit dem 
15206 \family sans
15207 Textstil
15208 \family default
15209 -Dialog wie es in Tabelle
15210 \begin_inset space ~
15211 \end_inset
15212
15213
15214 \begin_inset CommandInset ref
15215 LatexCommand ref
15216 reference "tab:Farbige-Tabelle-ohne"
15217
15218 \end_inset
15219
15220  gemacht wurde.
15221  In anderen Fällen müssen Sie das LaTeX-Paket 
15222 \series bold
15223 colortbl
15224 \series default
15225  benutzen.
15226 \begin_inset Index
15227 status collapsed
15228
15229 \begin_layout Plain Layout
15230 LaTeX-Pakete ! colortbl
15231 \end_layout
15232
15233 \end_inset
15234
15235
15236 \end_layout
15237
15238 \begin_layout Standard
15239 \begin_inset ERT
15240 status collapsed
15241
15242 \begin_layout Plain Layout
15243
15244
15245 \backslash
15246 ifcolortbl
15247 \end_layout
15248
15249 \end_inset
15250
15251
15252 \begin_inset Note Note
15253 status open
15254
15255 \begin_layout Plain Layout
15256 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15257 \series bold
15258 colortbl
15259 \series default
15260  installiert ist.
15261 \end_layout
15262
15263 \end_inset
15264
15265
15266 \end_layout
15267
15268 \begin_layout Standard
15269 Um farbige Tabellen zu erzeugen, muss 
15270 \series bold
15271 colortbl
15272 \series default
15273  im LaTeX-Vorspann geladen werden:
15274 \end_layout
15275
15276 \begin_layout Standard
15277
15278 \series bold
15279
15280 \backslash
15281 usepackage{colortbl}
15282 \end_layout
15283
15284 \begin_layout Standard
15285 Die Farbe einer Spalte ändert man dann mit dem Befehl
15286 \end_layout
15287
15288 \begin_layout Standard
15289
15290 \series bold
15291
15292 \backslash
15293 columncolor{Farbname}
15294 \end_layout
15295
15296 \begin_layout Standard
15297 innerhalb des Befehls 
15298 \series bold
15299 >{}
15300 \series default
15301 .
15302  Mehr über den Befehl 
15303 \series bold
15304 >{}
15305 \series default
15306  finden Sie im Abschnitt
15307 \begin_inset space ~
15308 \end_inset
15309
15310
15311 \begin_inset CommandInset ref
15312 LatexCommand ref
15313 reference "uab:Mehrfachspalten-Berechnungen"
15314
15315 \end_inset
15316
15317 .
15318 \end_layout
15319
15320 \begin_layout Standard
15321 Folgende Farbnamen sind vordefiniert:
15322 \end_layout
15323
15324 \begin_layout Standard
15325
15326 \family sans
15327 red
15328 \family default
15329
15330 \family sans
15331 green
15332 \family default
15333
15334 \family sans
15335 yellow
15336 \family default
15337
15338 \family sans
15339 blue
15340 \family default
15341
15342 \family sans
15343 cyan
15344 \family default
15345
15346 \family sans
15347 magenta
15348 \family default
15349
15350 \family sans
15351 black
15352 \family default
15353  und 
15354 \family sans
15355 white
15356 \begin_inset Newline newline
15357 \end_inset
15358
15359 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15360 \family default
15361 und
15362 \family sans
15363  weiß
15364 \family default
15365 ).
15366 \end_layout
15367
15368 \begin_layout Standard
15369 \begin_inset VSpace medskip
15370 \end_inset
15371
15372
15373 \end_layout
15374
15375 \begin_layout Standard
15376 Sie können auch eigene Farben definieren:
15377 \end_layout
15378
15379 \begin_layout Standard
15380
15381 \series bold
15382
15383 \backslash
15384 definecolor{Farbname}{Farbmodell}{Farbwerte}
15385 \end_layout
15386
15387 \begin_layout Standard
15388 Das Farbmodell kann eins der folgenden sein:
15389 \end_layout
15390
15391 \begin_layout Labeling
15392 \labelwidthstring 00.00.0000
15393 cmyk: cyan, magenta, yellow, black
15394 \end_layout
15395
15396 \begin_layout Labeling
15397 \labelwidthstring 00.00.0000
15398 rgb: red, green blue
15399 \end_layout
15400
15401 \begin_layout Labeling
15402 \labelwidthstring 00.00.0000
15403 gray: gray
15404 \end_layout
15405
15406 \begin_layout Standard
15407 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15408  die die entsprechende Farbe für das Farbmodell beschreiben.
15409 \end_layout
15410
15411 \begin_layout Standard
15412 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15413 \emph on
15414
15415 \begin_inset Quotes gld
15416 \end_inset
15417
15418 dunkelgruen
15419 \emph default
15420
15421 \begin_inset Quotes grd
15422 \end_inset
15423
15424  und 
15425 \begin_inset Quotes gld
15426 \end_inset
15427
15428
15429 \emph on
15430 hellgrau
15431 \emph default
15432
15433 \begin_inset Quotes grd
15434 \end_inset
15435
15436  folgendermaßen definieren:
15437 \end_layout
15438
15439 \begin_layout Standard
15440
15441 \series bold
15442
15443 \backslash
15444 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15445 \end_layout
15446
15447 \begin_layout Standard
15448
15449 \series bold
15450
15451 \backslash
15452 definecolor{hellgrau}{gray}{0.8}
15453 \end_layout
15454
15455 \begin_layout Standard
15456 \begin_inset VSpace medskip
15457 \end_inset
15458
15459
15460 \end_layout
15461
15462 \begin_layout Standard
15463 Linien werden mit dem Befehl
15464 \end_layout
15465
15466 \begin_layout Standard
15467
15468 \series bold
15469
15470 \backslash
15471 rowcolor{Farbname}
15472 \end_layout
15473
15474 \begin_layout Standard
15475 gefärbt, Zellen mit dem Befehl
15476 \end_layout
15477
15478 \begin_layout Standard
15479
15480 \series bold
15481
15482 \backslash
15483 cellcolor{Farbname}
15484 \end_layout
15485
15486 \begin_layout Standard
15487 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15488 \end_layout
15489
15490 \begin_layout Standard
15491 Um nur Text zu färben, machen Sie es wie 
15492 \begin_inset CommandInset ref
15493 LatexCommand vpageref
15494 reference "Wenn-Sie-nur"
15495
15496 \end_inset
15497
15498  beschrieben.
15499  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15500 \emph on
15501 markieren Sie nur den Text
15502 \emph default
15503 , sonst werden Sie LaTeX-Fehler erzeugen.
15504 \end_layout
15505
15506 \begin_layout Standard
15507 \begin_inset Note Greyedout
15508 status open
15509
15510 \begin_layout Plain Layout
15511
15512 \series bold
15513 Achtung:
15514 \series default
15515  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15516 \end_layout
15517
15518 \end_inset
15519
15520
15521 \end_layout
15522
15523 \begin_layout Standard
15524 \begin_inset VSpace medskip
15525 \end_inset
15526
15527
15528 \end_layout
15529
15530 \begin_layout Standard
15531 Die Tabelle
15532 \begin_inset space ~
15533 \end_inset
15534
15535
15536 \begin_inset CommandInset ref
15537 LatexCommand ref
15538 reference "tab:Table-colored-using"
15539
15540 \end_inset
15541
15542  wurde folgendermaßen erstellt: die erste Spalte soll 
15543 \emph on
15544
15545 \begin_inset Quotes gld
15546 \end_inset
15547
15548 dunkelgruen
15549 \emph default
15550
15551 \begin_inset Quotes grd
15552 \end_inset
15553
15554  werden, also müssen Sie ins 
15555 \family sans
15556 LaTe
15557 \begin_inset ERT
15558 status collapsed
15559
15560 \begin_layout Plain Layout
15561
15562 {}
15563 \end_layout
15564
15565 \end_inset
15566
15567 X-Argument
15568 \family default
15569  der Zellen der ersten Spalte den Befehl
15570 \end_layout
15571
15572 \begin_layout Standard
15573
15574 \series bold
15575 >{
15576 \backslash
15577 columncolor{dunkelgruen}
15578 \backslash
15579 centering}c
15580 \end_layout
15581
15582 \begin_layout Standard
15583 schreiben.
15584  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15585 \end_layout
15586
15587 \begin_layout Standard
15588
15589 \series bold
15590
15591 \backslash
15592 rowcolow{cyan}
15593 \end_layout
15594
15595 \begin_layout Standard
15596 in die erste Zelle der ersten Zeile eingefügt.
15597  Diese Farbe ersetzt die Spaltenfarbe.
15598  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15599  wird mit folgendem Befehl erreicht:
15600 \end_layout
15601
15602 \begin_layout Standard
15603
15604 \series bold
15605
15606 \backslash
15607 cellcolor{magenta}
15608 \end_layout
15609
15610 \begin_layout Standard
15611 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15612 \family sans
15613 Textstil
15614 \family default
15615 -Dialog.
15616 \end_layout
15617
15618 \begin_layout Standard
15619 \begin_inset Float table
15620 placement h
15621 wide false
15622 sideways false
15623 status open
15624
15625 \begin_layout Plain Layout
15626 \begin_inset Caption
15627
15628 \begin_layout Plain Layout
15629 \begin_inset CommandInset label
15630 LatexCommand label
15631 name "tab:Table-colored-using"
15632
15633 \end_inset
15634
15635 Eine mit dem Paket 
15636 \series bold
15637 colortbl
15638 \series default
15639  gefärbte Tabelle
15640 \begin_inset OptArg
15641 status collapsed
15642
15643 \begin_layout Plain Layout
15644 Tabelle mit 
15645 \family typewriter
15646 colortbl
15647 \end_layout
15648
15649 \end_inset
15650
15651
15652 \end_layout
15653
15654 \end_inset
15655
15656
15657 \end_layout
15658
15659 \begin_layout Plain Layout
15660 \align center
15661 \begin_inset Tabular
15662 <lyxtabular version="3" rows="3" columns="3">
15663 <features>
15664 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15665 <column alignment="center" valignment="top" width="0">
15666 <column alignment="center" valignment="top" width="0">
15667 <row>
15668 <cell alignment="center" valignment="top" usebox="none">
15669 \begin_inset Text
15670
15671 \begin_layout Plain Layout
15672 \begin_inset ERT
15673 status collapsed
15674
15675 \begin_layout Plain Layout
15676
15677
15678 \backslash
15679 rowcolor{cyan}
15680 \end_layout
15681
15682 \end_inset
15683
15684
15685 \color magenta
15686 a
15687 \end_layout
15688
15689 \end_inset
15690 </cell>
15691 <cell alignment="center" valignment="top" usebox="none">
15692 \begin_inset Text
15693
15694 \begin_layout Plain Layout
15695
15696 \color red
15697 b
15698 \end_layout
15699
15700 \end_inset
15701 </cell>
15702 <cell alignment="center" valignment="top" usebox="none">
15703 \begin_inset Text
15704
15705 \begin_layout Plain Layout
15706
15707 \color red
15708 c
15709 \end_layout
15710
15711 \end_inset
15712 </cell>
15713 </row>
15714 <row>
15715 <cell alignment="center" valignment="top" usebox="none">
15716 \begin_inset Text
15717
15718 \begin_layout Plain Layout
15719
15720 \color yellow
15721 d
15722 \end_layout
15723
15724 \end_inset
15725 </cell>
15726 <cell alignment="center" valignment="top" usebox="none">
15727 \begin_inset Text
15728
15729 \begin_layout Plain Layout
15730
15731 \color blue
15732 e
15733 \end_layout
15734
15735 \end_inset
15736 </cell>
15737 <cell alignment="center" valignment="top" usebox="none">
15738 \begin_inset Text
15739
15740 \begin_layout Plain Layout
15741
15742 \color blue
15743 f
15744 \end_layout
15745
15746 \end_inset
15747 </cell>
15748 </row>
15749 <row>
15750 <cell alignment="center" valignment="top" usebox="none">
15751 \begin_inset Text
15752
15753 \begin_layout Plain Layout
15754
15755 \color yellow
15756 g
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 <cell alignment="center" valignment="top" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765
15766 \color blue
15767 h
15768 \end_layout
15769
15770 \end_inset
15771 </cell>
15772 <cell alignment="center" valignment="top" usebox="none">
15773 \begin_inset Text
15774
15775 \begin_layout Plain Layout
15776 \begin_inset ERT
15777 status collapsed
15778
15779 \begin_layout Plain Layout
15780
15781
15782 \backslash
15783 cellcolor{magenta}
15784 \end_layout
15785
15786 \end_inset
15787
15788
15789 \color green
15790 i
15791 \end_layout
15792
15793 \end_inset
15794 </cell>
15795 </row>
15796 </lyxtabular>
15797
15798 \end_inset
15799
15800
15801 \end_layout
15802
15803 \end_inset
15804
15805
15806 \end_layout
15807
15808 \begin_layout Standard
15809 \begin_inset ERT
15810 status collapsed
15811
15812 \begin_layout Plain Layout
15813
15814
15815 \backslash
15816 else
15817 \end_layout
15818
15819 \end_inset
15820
15821
15822 \begin_inset Note Note
15823 status open
15824
15825 \begin_layout Plain Layout
15826 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15827 \series bold
15828 colortbl
15829 \series default
15830  nicht installiert ist:
15831 \end_layout
15832
15833 \end_inset
15834
15835
15836 \end_layout
15837
15838 \begin_layout Standard
15839 Sie müssen das LaTeX-Paket 
15840 \series bold
15841 colortbl
15842 \series default
15843  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15844 \end_layout
15845
15846 \begin_layout Standard
15847 \begin_inset ERT
15848 status collapsed
15849
15850 \begin_layout Plain Layout
15851
15852
15853 \backslash
15854 fi
15855 \end_layout
15856
15857 \end_inset
15858
15859
15860 \end_layout
15861
15862 \begin_layout Subsection
15863 Farbige Linien
15864 \begin_inset Index
15865 status collapsed
15866
15867 \begin_layout Plain Layout
15868 farbige !  Tabellenlinien
15869 \end_layout
15870
15871 \end_inset
15872
15873
15874 \end_layout
15875
15876 \begin_layout Standard
15877 Wie in Abschnitt
15878 \begin_inset space ~
15879 \end_inset
15880
15881
15882 \begin_inset CommandInset ref
15883 LatexCommand ref
15884 reference "uab:Liniendicke"
15885
15886 \end_inset
15887
15888  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
15889 \series bold
15890
15891 \backslash
15892 arrayrulewidth
15893 \series default
15894  definiert werden.
15895  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15896 \begin_inset space \thinspace{}
15897 \end_inset
15898
15899 pt gesetzt.
15900 \begin_inset ERT
15901 status collapsed
15902
15903 \begin_layout Plain Layout
15904
15905
15906 \backslash
15907 setlength{
15908 \backslash
15909 arrayrulewidth}{1.5pt}
15910 \end_layout
15911
15912 \end_inset
15913
15914
15915 \end_layout
15916
15917 \begin_layout Standard
15918 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15919 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15920 \begin_inset space ~
15921 \end_inset
15922
15923
15924 \begin_inset CommandInset ref
15925 LatexCommand ref
15926 reference "uab:Angepasste-Zellen-/Spaltenformate"
15927
15928 \end_inset
15929
15930  definiert:
15931 \end_layout
15932
15933 \begin_layout Standard
15934
15935 \series bold
15936
15937 \backslash
15938 newcolumntype{W}{!{
15939 \backslash
15940 color{green}
15941 \backslash
15942 vline}}
15943 \end_layout
15944
15945 \begin_layout Standard
15946 In Tabelle
15947 \begin_inset space ~
15948 \end_inset
15949
15950
15951 \begin_inset CommandInset ref
15952 LatexCommand ref
15953 reference "tab:Tabelle-mit-farbigen-vert"
15954
15955 \end_inset
15956
15957  wurde das LaTeX-Argument 
15958 \series bold
15959 WcW
15960 \series default
15961  für die letzte und 
15962 \series bold
15963 Wc
15964 \series default
15965  für die anderen Spalten benutzt.
15966 \end_layout
15967
15968 \begin_layout Standard
15969 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15970 \end_layout
15971
15972 \begin_layout Standard
15973 \begin_inset Float table
15974 placement h
15975 wide false
15976 sideways false
15977 status open
15978
15979 \begin_layout Plain Layout
15980 \begin_inset Caption
15981
15982 \begin_layout Plain Layout
15983 \begin_inset CommandInset label
15984 LatexCommand label
15985 name "tab:Tabelle-mit-farbigen-vert"
15986
15987 \end_inset
15988
15989 Tabelle mit farbigen vertikalen Linien
15990 \end_layout
15991
15992 \end_inset
15993
15994
15995 \end_layout
15996
15997 \begin_layout Plain Layout
15998 \align center
15999 \begin_inset Tabular
16000 <lyxtabular version="3" rows="3" columns="3">
16001 <features>
16002 <column alignment="center" valignment="top" width="0" special="Wc">
16003 <column alignment="center" valignment="top" width="0" special="Wc">
16004 <column alignment="center" valignment="top" width="0" special="WcW">
16005 <row>
16006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16007 \begin_inset Text
16008
16009 \begin_layout Plain Layout
16010 sd
16011 \end_layout
16012
16013 \end_inset
16014 </cell>
16015 <cell alignment="center" valignment="top" topline="true" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Plain Layout
16019
16020 \end_layout
16021
16022 \end_inset
16023 </cell>
16024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16025 \begin_inset Text
16026
16027 \begin_layout Plain Layout
16028
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 </row>
16034 <row>
16035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16036 \begin_inset Text
16037
16038 \begin_layout Plain Layout
16039
16040 \end_layout
16041
16042 \end_inset
16043 </cell>
16044 <cell alignment="center" valignment="top" topline="true" usebox="none">
16045 \begin_inset Text
16046
16047 \begin_layout Plain Layout
16048 sd
16049 \end_layout
16050
16051 \end_inset
16052 </cell>
16053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16054 \begin_inset Text
16055
16056 \begin_layout Plain Layout
16057
16058 \end_layout
16059
16060 \end_inset
16061 </cell>
16062 </row>
16063 <row>
16064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16065 \begin_inset Text
16066
16067 \begin_layout Plain Layout
16068
16069 \end_layout
16070
16071 \end_inset
16072 </cell>
16073 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16074 \begin_inset Text
16075
16076 \begin_layout Plain Layout
16077
16078 \end_layout
16079
16080 \end_inset
16081 </cell>
16082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16083 \begin_inset Text
16084
16085 \begin_layout Plain Layout
16086 sd
16087 \end_layout
16088
16089 \end_inset
16090 </cell>
16091 </row>
16092 </lyxtabular>
16093
16094 \end_inset
16095
16096
16097 \end_layout
16098
16099 \end_inset
16100
16101
16102 \end_layout
16103
16104 \begin_layout Standard
16105 \begin_inset VSpace bigskip
16106 \end_inset
16107
16108 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
16109 \begin_inset space ~
16110 \end_inset
16111
16112
16113 \begin_inset CommandInset ref
16114 LatexCommand ref
16115 reference "tab:Tabelle-mit-farbigen-horiz"
16116
16117 \end_inset
16118
16119 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
16120  einfügen:
16121 \end_layout
16122
16123 \begin_layout Standard
16124
16125 \series bold
16126
16127 \backslash
16128 let
16129 \backslash
16130 myHlineC
16131 \backslash
16132 hline
16133 \begin_inset Newline newline
16134 \end_inset
16135
16136
16137 \backslash
16138 renewcommand{
16139 \backslash
16140 hline}
16141 \begin_inset Newline newline
16142 \end_inset
16143
16144
16145 \begin_inset ERT
16146 status collapsed
16147
16148 \begin_layout Plain Layout
16149
16150
16151 \backslash
16152 hphantom{ }
16153 \end_layout
16154
16155 \end_inset
16156
16157 {
16158 \backslash
16159 arrayrulecolor{red}
16160 \backslash
16161 myHlineC
16162 \backslash
16163 arrayrulecolor{black}}
16164 \end_layout
16165
16166 \begin_layout Standard
16167 \begin_inset ERT
16168 status collapsed
16169
16170 \begin_layout Plain Layout
16171
16172
16173 \backslash
16174 let
16175 \backslash
16176 myHlineC
16177 \backslash
16178 hline
16179 \end_layout
16180
16181 \begin_layout Plain Layout
16182
16183
16184 \backslash
16185 renewcommand{
16186 \backslash
16187 hline}
16188 \end_layout
16189
16190 \begin_layout Plain Layout
16191
16192  {
16193 \backslash
16194 arrayrulecolor{red}
16195 \backslash
16196 myHlineC
16197 \backslash
16198 arrayrulecolor{black}}
16199 \end_layout
16200
16201 \end_inset
16202
16203
16204 \begin_inset Float table
16205 placement h
16206 wide false
16207 sideways false
16208 status open
16209
16210 \begin_layout Plain Layout
16211 \begin_inset Caption
16212
16213 \begin_layout Plain Layout
16214 \begin_inset CommandInset label
16215 LatexCommand label
16216 name "tab:Tabelle-mit-farbigen-horiz"
16217
16218 \end_inset
16219
16220 Tabelle mit farbigen horizontalen Linien
16221 \end_layout
16222
16223 \end_inset
16224
16225
16226 \end_layout
16227
16228 \begin_layout Plain Layout
16229 \align center
16230 \begin_inset Tabular
16231 <lyxtabular version="3" rows="3" columns="3">
16232 <features>
16233 <column alignment="center" valignment="top" width="0">
16234 <column alignment="center" valignment="top" width="0">
16235 <column alignment="center" valignment="top" width="0">
16236 <row>
16237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16238 \begin_inset Text
16239
16240 \begin_layout Plain Layout
16241 sd
16242 \end_layout
16243
16244 \end_inset
16245 </cell>
16246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16247 \begin_inset Text
16248
16249 \begin_layout Plain Layout
16250
16251 \end_layout
16252
16253 \end_inset
16254 </cell>
16255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16256 \begin_inset Text
16257
16258 \begin_layout Plain Layout
16259
16260 \end_layout
16261
16262 \end_inset
16263 </cell>
16264 </row>
16265 <row>
16266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16267 \begin_inset Text
16268
16269 \begin_layout Plain Layout
16270
16271 \end_layout
16272
16273 \end_inset
16274 </cell>
16275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16276 \begin_inset Text
16277
16278 \begin_layout Plain Layout
16279 sd
16280 \end_layout
16281
16282 \end_inset
16283 </cell>
16284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16285 \begin_inset Text
16286
16287 \begin_layout Plain Layout
16288
16289 \end_layout
16290
16291 \end_inset
16292 </cell>
16293 </row>
16294 <row>
16295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16296 \begin_inset Text
16297
16298 \begin_layout Plain Layout
16299
16300 \end_layout
16301
16302 \end_inset
16303 </cell>
16304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16305 \begin_inset Text
16306
16307 \begin_layout Plain Layout
16308
16309 \end_layout
16310
16311 \end_inset
16312 </cell>
16313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16314 \begin_inset Text
16315
16316 \begin_layout Plain Layout
16317 sd
16318 \end_layout
16319
16320 \end_inset
16321 </cell>
16322 </row>
16323 </lyxtabular>
16324
16325 \end_inset
16326
16327
16328 \end_layout
16329
16330 \end_inset
16331
16332
16333 \end_layout
16334
16335 \begin_layout Standard
16336 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16337  als TeX-Code hinter der Tabelle einfügen:
16338 \end_layout
16339
16340 \begin_layout Standard
16341
16342 \series bold
16343
16344 \backslash
16345 renewcommand{
16346 \backslash
16347 hline}{
16348 \backslash
16349 myHlineC}
16350 \end_layout
16351
16352 \begin_layout Standard
16353 Tabelle
16354 \begin_inset space ~
16355 \end_inset
16356
16357
16358 \begin_inset CommandInset ref
16359 LatexCommand ref
16360 reference "tab:Table-with-colored"
16361
16362 \end_inset
16363
16364  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16365 \end_layout
16366
16367 \begin_layout Standard
16368 \begin_inset Float table
16369 placement h
16370 wide false
16371 sideways false
16372 status open
16373
16374 \begin_layout Plain Layout
16375 \begin_inset Caption
16376
16377 \begin_layout Plain Layout
16378 \begin_inset CommandInset label
16379 LatexCommand label
16380 name "tab:Table-with-colored"
16381
16382 \end_inset
16383
16384 Tabelle mit farbigen Linien
16385 \end_layout
16386
16387 \end_inset
16388
16389
16390 \end_layout
16391
16392 \begin_layout Plain Layout
16393 \align center
16394 \begin_inset Tabular
16395 <lyxtabular version="3" rows="3" columns="3">
16396 <features>
16397 <column alignment="center" valignment="top" width="0" special="Wc">
16398 <column alignment="center" valignment="top" width="0" special="Wc">
16399 <column alignment="center" valignment="top" width="0" special="WcW">
16400 <row>
16401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16402 \begin_inset Text
16403
16404 \begin_layout Plain Layout
16405 sd
16406 \end_layout
16407
16408 \end_inset
16409 </cell>
16410 <cell alignment="center" valignment="top" topline="true" usebox="none">
16411 \begin_inset Text
16412
16413 \begin_layout Plain Layout
16414
16415 \end_layout
16416
16417 \end_inset
16418 </cell>
16419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16420 \begin_inset Text
16421
16422 \begin_layout Plain Layout
16423
16424 \end_layout
16425
16426 \end_inset
16427 </cell>
16428 </row>
16429 <row>
16430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16431 \begin_inset Text
16432
16433 \begin_layout Plain Layout
16434
16435 \end_layout
16436
16437 \end_inset
16438 </cell>
16439 <cell alignment="center" valignment="top" topline="true" usebox="none">
16440 \begin_inset Text
16441
16442 \begin_layout Plain Layout
16443 sd
16444 \end_layout
16445
16446 \end_inset
16447 </cell>
16448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16449 \begin_inset Text
16450
16451 \begin_layout Plain Layout
16452
16453 \end_layout
16454
16455 \end_inset
16456 </cell>
16457 </row>
16458 <row topspace="default">
16459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16460 \begin_inset Text
16461
16462 \begin_layout Plain Layout
16463
16464 \end_layout
16465
16466 \end_inset
16467 </cell>
16468 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16469 \begin_inset Text
16470
16471 \begin_layout Plain Layout
16472
16473 \end_layout
16474
16475 \end_inset
16476 </cell>
16477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16478 \begin_inset Text
16479
16480 \begin_layout Plain Layout
16481 sd
16482 \end_layout
16483
16484 \end_inset
16485 </cell>
16486 </row>
16487 </lyxtabular>
16488
16489 \end_inset
16490
16491
16492 \end_layout
16493
16494 \end_inset
16495
16496
16497 \end_layout
16498
16499 \begin_layout Standard
16500 \begin_inset ERT
16501 status collapsed
16502
16503 \begin_layout Plain Layout
16504
16505
16506 \backslash
16507 renewcommand{
16508 \backslash
16509 hline}{
16510 \backslash
16511 myHlineC}
16512 \end_layout
16513
16514 \end_inset
16515
16516
16517 \end_layout
16518
16519 \begin_layout Standard
16520 \begin_inset ERT
16521 status collapsed
16522
16523 \begin_layout Plain Layout
16524
16525
16526 \backslash
16527 setlength{
16528 \backslash
16529 arrayrulewidth}{0.4pt}
16530 \end_layout
16531
16532 \end_inset
16533
16534
16535 \begin_inset Note Note
16536 status collapsed
16537
16538 \begin_layout Plain Layout
16539 setzt die Liniendicke wieder auf ihren Standardwert zurück
16540 \end_layout
16541
16542 \end_inset
16543
16544
16545 \end_layout
16546
16547 \begin_layout Section
16548 Tabellen-Anpassung
16549 \begin_inset Index
16550 status collapsed
16551
16552 \begin_layout Plain Layout
16553 Tabellen ! Anpassung
16554 \end_layout
16555
16556 \end_inset
16557
16558
16559 \end_layout
16560
16561 \begin_layout Subsection
16562 Zeilenabstand
16563 \begin_inset CommandInset label
16564 LatexCommand label
16565 name "uab:Zeilenabstand"
16566
16567 \end_inset
16568
16569
16570 \begin_inset Index
16571 status collapsed
16572
16573 \begin_layout Plain Layout
16574 Tabellen ! Zeilenabstand
16575 \end_layout
16576
16577 \end_inset
16578
16579
16580 \end_layout
16581
16582 \begin_layout Standard
16583 Auf der Karteikarte 
16584 \family sans
16585 Rahmen
16586 \family default
16587  des 
16588 \family sans
16589 Tabellen-Einstellungen
16590 \family default
16591 -Dialogs können Sie 
16592 \family sans
16593 zusätzliche
16594 \begin_inset space ~
16595 \end_inset
16596
16597 Abstände
16598 \family default
16599  einfügen.
16600  Dabei haben Sie drei Möglichkeiten:
16601 \end_layout
16602
16603 \begin_layout Description
16604 Oberhalb
16605 \begin_inset space ~
16606 \end_inset
16607
16608 der
16609 \begin_inset space ~
16610 \end_inset
16611
16612 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16613  Bei einer formalen Tabelle
16614 \begin_inset Foot
16615 status collapsed
16616
16617 \begin_layout Plain Layout
16618 Formale Tabellen wurden in Abschnitt
16619 \begin_inset space ~
16620 \end_inset
16621
16622
16623 \begin_inset CommandInset ref
16624 LatexCommand ref
16625 reference "abs:Formale-Tabellen"
16626
16627 \end_inset
16628
16629  beschrieben.
16630 \end_layout
16631
16632 \end_inset
16633
16634  fügt LyX standardmäßig 0.5
16635 \begin_inset space \thinspace{}
16636 \end_inset
16637
16638 em Leerraum ein.
16639  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16640 \begin_inset VSpace medskip
16641 \end_inset
16642
16643
16644 \begin_inset Newline newline
16645 \end_inset
16646
16647
16648 \begin_inset space \hspace*{}
16649 \length 0pt
16650 \end_inset
16651
16652
16653 \begin_inset space \hfill{}
16654 \end_inset
16655
16656
16657 \begin_inset Tabular
16658 <lyxtabular version="3" rows="3" columns="1">
16659 <features>
16660 <column alignment="center" valignment="top" width="0">
16661 <row>
16662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666 A
16667 \end_layout
16668
16669 \end_inset
16670 </cell>
16671 </row>
16672 <row topspace="3mm">
16673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Plain Layout
16677 3
16678 \begin_inset space \thinspace{}
16679 \end_inset
16680
16681 mm Leerraum oberhalb der Zeile
16682 \end_layout
16683
16684 \end_inset
16685 </cell>
16686 </row>
16687 <row>
16688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16689 \begin_inset Text
16690
16691 \begin_layout Plain Layout
16692 C
16693 \end_layout
16694
16695 \end_inset
16696 </cell>
16697 </row>
16698 </lyxtabular>
16699
16700 \end_inset
16701
16702
16703 \begin_inset space \hfill{}
16704 \end_inset
16705
16706
16707 \begin_inset space \hspace*{}
16708 \length 0pt
16709 \end_inset
16710
16711
16712 \begin_inset VSpace medskip
16713 \end_inset
16714
16715
16716 \begin_inset Newline newline
16717 \end_inset
16718
16719 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16720 n Linien verwenden.
16721 \end_layout
16722
16723 \begin_layout Description
16724 Unterhalb
16725 \begin_inset space ~
16726 \end_inset
16727
16728 der
16729 \begin_inset space ~
16730 \end_inset
16731
16732 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16733  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16734 \begin_inset space \thinspace{}
16735 \end_inset
16736
16737 em Leerraum ein.
16738  Bei normalen Tabellen ist der Standardwert 2
16739 \begin_inset space \thinspace{}
16740 \end_inset
16741
16742 pt.
16743 \end_layout
16744
16745 \begin_layout Description
16746 Zwischen
16747 \begin_inset space ~
16748 \end_inset
16749
16750 den
16751 \begin_inset space ~
16752 \end_inset
16753
16754 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16755  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16756 \begin_inset space \thinspace{}
16757 \end_inset
16758
16759 em Leerraum ein.
16760  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16761 \begin_inset VSpace medskip
16762 \end_inset
16763
16764
16765 \begin_inset Newline newline
16766 \end_inset
16767
16768
16769 \begin_inset space \hspace*{}
16770 \length 0pt
16771 \end_inset
16772
16773
16774 \begin_inset space \hfill{}
16775 \end_inset
16776
16777
16778 \begin_inset Tabular
16779 <lyxtabular version="3" rows="3" columns="1">
16780 <features>
16781 <column alignment="center" valignment="top" width="0">
16782 <row>
16783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16784 \begin_inset Text
16785
16786 \begin_layout Plain Layout
16787 A
16788 \end_layout
16789
16790 \end_inset
16791 </cell>
16792 </row>
16793 <row interlinespace="3mm">
16794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16795 \begin_inset Text
16796
16797 \begin_layout Plain Layout
16798 \begin_inset Formula $\downarrow$
16799 \end_inset
16800
16801  3
16802 \begin_inset space \thinspace{}
16803 \end_inset
16804
16805 mm Leerraum zwischen den Zeilen 
16806 \begin_inset Formula $\downarrow$
16807 \end_inset
16808
16809
16810 \end_layout
16811
16812 \end_inset
16813 </cell>
16814 </row>
16815 <row>
16816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Plain Layout
16820 \begin_inset Formula $\uparrow$
16821 \end_inset
16822
16823  3
16824 \begin_inset space \thinspace{}
16825 \end_inset
16826
16827 mm Leerraum zwischen den Zeilen 
16828 \begin_inset Formula $\uparrow$
16829 \end_inset
16830
16831
16832 \end_layout
16833
16834 \end_inset
16835 </cell>
16836 </row>
16837 </lyxtabular>
16838
16839 \end_inset
16840
16841
16842 \begin_inset space \hfill{}
16843 \end_inset
16844
16845
16846 \begin_inset space \hspace*{}
16847 \length 0pt
16848 \end_inset
16849
16850
16851 \begin_inset VSpace medskip
16852 \end_inset
16853
16854
16855 \begin_inset Newline newline
16856 \end_inset
16857
16858 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16859 n Linien verwenden.
16860 \end_layout
16861
16862 \begin_layout Standard
16863 \begin_inset VSpace bigskip
16864 \end_inset
16865
16866 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16867  Befehlen im LaTeX-Vorspann machen:
16868 \end_layout
16869
16870 \begin_layout Standard
16871
16872 \series bold
16873
16874 \backslash
16875 @ifundefined{extrarowheight}
16876 \begin_inset Newline newline
16877 \end_inset
16878
16879
16880 \begin_inset ERT
16881 status collapsed
16882
16883 \begin_layout Plain Layout
16884
16885
16886 \backslash
16887 hphantom{ }
16888 \end_layout
16889
16890 \end_inset
16891
16892 {
16893 \backslash
16894 usepackage{array}}{}
16895 \begin_inset Newline newline
16896 \end_inset
16897
16898
16899 \backslash
16900 setlength{
16901 \backslash
16902 extrarowheight}{Höhe}
16903 \end_layout
16904
16905 \begin_layout Standard
16906 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16907  ausgerichtet sind.
16908  (Das Paket 
16909 \series bold
16910 array
16911 \series default
16912  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
16913  verwenden.
16914  Der Befehl 
16915 \series bold
16916
16917 \backslash
16918 @ifundefined
16919 \series default
16920  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16921 \end_layout
16922
16923 \begin_layout Standard
16924 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
16925  zu nah an den Buchstaben.
16926  Das kann korrigiert werden, indem man den Befehl 
16927 \series bold
16928
16929 \backslash
16930 strut
16931 \series default
16932  als TeX-Code am Anfang einer Tabellenzeile einfügt.
16933  Tabelle
16934 \begin_inset space ~
16935 \end_inset
16936
16937
16938 \begin_inset CommandInset ref
16939 LatexCommand ref
16940 reference "tab:Vertikale-Ausrichtung-von"
16941
16942 \end_inset
16943
16944  zeigt den Effekt.
16945 \end_layout
16946
16947 \begin_layout Standard
16948 \noindent
16949 \begin_inset Float table
16950 placement h
16951 wide false
16952 sideways false
16953 status open
16954
16955 \begin_layout Plain Layout
16956 \begin_inset Caption
16957
16958 \begin_layout Plain Layout
16959 \begin_inset CommandInset label
16960 LatexCommand label
16961 name "tab:Vertikale-Ausrichtung-von"
16962
16963 \end_inset
16964
16965 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
16966 \end_layout
16967
16968 \end_inset
16969
16970
16971 \end_layout
16972
16973 \begin_layout Plain Layout
16974 \begin_inset space \hfill{}
16975 \end_inset
16976
16977
16978 \begin_inset Float table
16979 wide false
16980 sideways false
16981 status collapsed
16982
16983 \begin_layout Plain Layout
16984 \begin_inset Caption
16985
16986 \begin_layout Plain Layout
16987 Normale Tabelle.
16988 \end_layout
16989
16990 \end_inset
16991
16992
16993 \end_layout
16994
16995 \begin_layout Plain Layout
16996 \noindent
16997 \align center
16998 \begin_inset Tabular
16999 <lyxtabular version="3" rows="6" columns="1">
17000 <features>
17001 <column alignment="left" valignment="top" width="0">
17002 <row>
17003 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17004 \begin_inset Text
17005
17006 \begin_layout Plain Layout
17007 Normal, g
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 </row>
17013 <row>
17014 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17015 \begin_inset Text
17016
17017 \begin_layout Plain Layout
17018
17019 \size large
17020 Groß, g
17021 \end_layout
17022
17023 \end_inset
17024 </cell>
17025 </row>
17026 <row>
17027 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17028 \begin_inset Text
17029
17030 \begin_layout Plain Layout
17031
17032 \size larger
17033 Größer, g
17034 \end_layout
17035
17036 \end_inset
17037 </cell>
17038 </row>
17039 <row>
17040 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17041 \begin_inset Text
17042
17043 \begin_layout Plain Layout
17044
17045 \size largest
17046 noch Größer, g
17047 \end_layout
17048
17049 \end_inset
17050 </cell>
17051 </row>
17052 <row>
17053 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17054 \begin_inset Text
17055
17056 \begin_layout Plain Layout
17057
17058 \size huge
17059 Riesig
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 </row>
17065 <row>
17066 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17067 \begin_inset Text
17068
17069 \begin_layout Plain Layout
17070
17071 \size giant
17072 Gigantisch
17073 \end_layout
17074
17075 \end_inset
17076 </cell>
17077 </row>
17078 </lyxtabular>
17079
17080 \end_inset
17081
17082
17083 \end_layout
17084
17085 \end_inset
17086
17087
17088 \begin_inset space \hfill{}
17089 \end_inset
17090
17091
17092 \begin_inset Float table
17093 wide false
17094 sideways false
17095 status collapsed
17096
17097 \begin_layout Plain Layout
17098 \begin_inset Caption
17099
17100 \begin_layout Plain Layout
17101 Tabelle bei der der Befehl 
17102 \series bold
17103
17104 \backslash
17105 strut
17106 \series default
17107  verwendet wurde.
17108 \end_layout
17109
17110 \end_inset
17111
17112
17113 \end_layout
17114
17115 \begin_layout Plain Layout
17116 \noindent
17117 \align center
17118 \begin_inset Tabular
17119 <lyxtabular version="3" rows="6" columns="1">
17120 <features>
17121 <column alignment="left" valignment="top" width="0">
17122 <row>
17123 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17124 \begin_inset Text
17125
17126 \begin_layout Plain Layout
17127 Normal, g
17128 \end_layout
17129
17130 \end_inset
17131 </cell>
17132 </row>
17133 <row>
17134 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138
17139 \size large
17140 \begin_inset ERT
17141 status collapsed
17142
17143 \begin_layout Plain Layout
17144
17145
17146 \backslash
17147 strut 
17148 \end_layout
17149
17150 \end_inset
17151
17152 Groß, g
17153 \end_layout
17154
17155 \end_inset
17156 </cell>
17157 </row>
17158 <row>
17159 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17160 \begin_inset Text
17161
17162 \begin_layout Plain Layout
17163
17164 \size larger
17165 \begin_inset ERT
17166 status collapsed
17167
17168 \begin_layout Plain Layout
17169
17170
17171 \backslash
17172 strut 
17173 \end_layout
17174
17175 \end_inset
17176
17177 Größer, g
17178 \end_layout
17179
17180 \end_inset
17181 </cell>
17182 </row>
17183 <row>
17184 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17185 \begin_inset Text
17186
17187 \begin_layout Plain Layout
17188
17189 \size largest
17190 \begin_inset ERT
17191 status collapsed
17192
17193 \begin_layout Plain Layout
17194
17195
17196 \backslash
17197 strut 
17198 \end_layout
17199
17200 \end_inset
17201
17202 noch Größer, g
17203 \end_layout
17204
17205 \end_inset
17206 </cell>
17207 </row>
17208 <row>
17209 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17210 \begin_inset Text
17211
17212 \begin_layout Plain Layout
17213
17214 \size huge
17215 \begin_inset ERT
17216 status collapsed
17217
17218 \begin_layout Plain Layout
17219
17220
17221 \backslash
17222 strut 
17223 \end_layout
17224
17225 \end_inset
17226
17227 Riesig
17228 \end_layout
17229
17230 \end_inset
17231 </cell>
17232 </row>
17233 <row>
17234 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17235 \begin_inset Text
17236
17237 \begin_layout Plain Layout
17238
17239 \size giant
17240 \begin_inset ERT
17241 status collapsed
17242
17243 \begin_layout Plain Layout
17244
17245
17246 \backslash
17247 strut 
17248 \end_layout
17249
17250 \end_inset
17251
17252 Gigantisch
17253 \end_layout
17254
17255 \end_inset
17256 </cell>
17257 </row>
17258 </lyxtabular>
17259
17260 \end_inset
17261
17262
17263 \end_layout
17264
17265 \end_inset
17266
17267
17268 \begin_inset space \hfill{}
17269 \end_inset
17270
17271
17272 \end_layout
17273
17274 \end_inset
17275
17276
17277 \end_layout
17278
17279 \begin_layout Subsection
17280 Besondere Zellenausrichtung
17281 \begin_inset Index
17282 status collapsed
17283
17284 \begin_layout Plain Layout
17285 Tabellen ! Zellenausrichtung
17286 \end_layout
17287
17288 \end_inset
17289
17290
17291 \end_layout
17292
17293 \begin_layout Standard
17294 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
17295  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
17296 \begin_inset space ~
17297 \end_inset
17298
17299
17300 \begin_inset CommandInset ref
17301 LatexCommand ref
17302 reference "tab:Tabellenzellen-sind-auf"
17303
17304 \end_inset
17305
17306 .
17307 \end_layout
17308
17309 \begin_layout Standard
17310 \begin_inset Float table
17311 placement h
17312 wide false
17313 sideways false
17314 status open
17315
17316 \begin_layout Plain Layout
17317 \begin_inset Caption
17318
17319 \begin_layout Plain Layout
17320 \begin_inset CommandInset label
17321 LatexCommand label
17322 name "tab:Tabellenzellen-sind-auf"
17323
17324 \end_inset
17325
17326 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
17327 \end_layout
17328
17329 \end_inset
17330
17331
17332 \end_layout
17333
17334 \begin_layout Plain Layout
17335 \align center
17336 \begin_inset Tabular
17337 <lyxtabular version="3" rows="4" columns="2">
17338 <features>
17339 <column alignment="right" valignment="top" width="0">
17340 <column alignment="left" valignment="top" width="0" special="@{}l">
17341 <row>
17342 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17343 \begin_inset Text
17344
17345 \begin_layout Plain Layout
17346 Überschrift
17347 \end_layout
17348
17349 \end_inset
17350 </cell>
17351 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17352 \begin_inset Text
17353
17354 \begin_layout Plain Layout
17355
17356 \end_layout
17357
17358 \end_inset
17359 </cell>
17360 </row>
17361 <row>
17362 <cell alignment="center" valignment="top" usebox="none">
17363 \begin_inset Text
17364
17365 \begin_layout Plain Layout
17366 12.
17367 \end_layout
17368
17369 \end_inset
17370 </cell>
17371 <cell alignment="center" valignment="top" usebox="none">
17372 \begin_inset Text
17373
17374 \begin_layout Plain Layout
17375 6
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 </row>
17381 <row>
17382 <cell alignment="center" valignment="top" usebox="none">
17383 \begin_inset Text
17384
17385 \begin_layout Plain Layout
17386 0.
17387 \end_layout
17388
17389 \end_inset
17390 </cell>
17391 <cell alignment="center" valignment="top" usebox="none">
17392 \begin_inset Text
17393
17394 \begin_layout Plain Layout
17395 68
17396 \end_layout
17397
17398 \end_inset
17399 </cell>
17400 </row>
17401 <row>
17402 <cell alignment="center" valignment="top" usebox="none">
17403 \begin_inset Text
17404
17405 \begin_layout Plain Layout
17406 -123.
17407 \end_layout
17408
17409 \end_inset
17410 </cell>
17411 <cell alignment="center" valignment="top" usebox="none">
17412 \begin_inset Text
17413
17414 \begin_layout Plain Layout
17415 0
17416 \end_layout
17417
17418 \end_inset
17419 </cell>
17420 </row>
17421 </lyxtabular>
17422
17423 \end_inset
17424
17425
17426 \end_layout
17427
17428 \end_inset
17429
17430
17431 \end_layout
17432
17433 \begin_layout Standard
17434 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17435  Die Überschrift ist eine zentrierte Mehrfachspalte.
17436  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17437  der Zahlen einschließlich Dezimalpunkt.
17438  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17439  der Zahlen.
17440   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17441 \family sans
17442 LaTe
17443 \begin_inset ERT
17444 status collapsed
17445
17446 \begin_layout Plain Layout
17447
17448 {}
17449 \end_layout
17450
17451 \end_inset
17452
17453 X-Argument
17454 \family default
17455  für die zweite Spalte folgendes eingefügt:
17456 \end_layout
17457
17458 \begin_layout Standard
17459
17460 \series bold
17461 @{}l
17462 \end_layout
17463
17464 \begin_layout Standard
17465 Tabelle
17466 \begin_inset space ~
17467 \end_inset
17468
17469
17470 \begin_inset CommandInset ref
17471 LatexCommand ref
17472 reference "tab:Verschiedene-Ausrichtungen"
17473
17474 \end_inset
17475
17476  zeigt einige Ausrichtungen.
17477  Für die Ausrichtung der Relationen müssen Sie den 
17478 \family sans
17479 Mittleren
17480 \begin_inset space ~
17481 \end_inset
17482
17483 Abstand
17484 \family default
17485  aus der 
17486 \family sans
17487 Mathe-Werkzeugleiste
17488 \family default
17489  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17490  rechts vom Relationszeichen zu bekommen.
17491 \end_layout
17492
17493 \begin_layout Standard
17494
17495 \color black
17496 \begin_inset Float table
17497 placement h
17498 wide false
17499 sideways false
17500 status open
17501
17502 \begin_layout Plain Layout
17503
17504 \color black
17505 \begin_inset Caption
17506
17507 \begin_layout Plain Layout
17508
17509 \color black
17510 \begin_inset CommandInset label
17511 LatexCommand label
17512 name "tab:Verschiedene-Ausrichtungen"
17513
17514 \end_inset
17515
17516
17517 \color inherit
17518 Verschiedene Ausrichtungen
17519 \end_layout
17520
17521 \end_inset
17522
17523
17524 \end_layout
17525
17526 \begin_layout Plain Layout
17527 \align center
17528 \begin_inset Tabular
17529 <lyxtabular version="3" rows="4" columns="6">
17530 <features>
17531 <column alignment="right" valignment="top" width="0">
17532 <column alignment="left" valignment="top" width="0" special="@{}l">
17533 <column alignment="right" valignment="top" width="0">
17534 <column alignment="left" valignment="top" width="0" special="@{}l">
17535 <column alignment="right" valignment="top" width="0">
17536 <column alignment="left" valignment="top" width="0" special="@{}l">
17537 <row>
17538 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17539 \begin_inset Text
17540
17541 \begin_layout Plain Layout
17542 Einheiten
17543 \end_layout
17544
17545 \end_inset
17546 </cell>
17547 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17548 \begin_inset Text
17549
17550 \begin_layout Plain Layout
17551
17552 \end_layout
17553
17554 \end_inset
17555 </cell>
17556 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17557 \begin_inset Text
17558
17559 \begin_layout Plain Layout
17560 Exponenten
17561 \end_layout
17562
17563 \end_inset
17564 </cell>
17565 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17566 \begin_inset Text
17567
17568 \begin_layout Plain Layout
17569
17570 \end_layout
17571
17572 \end_inset
17573 </cell>
17574 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17575 \begin_inset Text
17576
17577 \begin_layout Plain Layout
17578 Relationen
17579 \end_layout
17580
17581 \end_inset
17582 </cell>
17583 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17584 \begin_inset Text
17585
17586 \begin_layout Plain Layout
17587
17588 \end_layout
17589
17590 \end_inset
17591 </cell>
17592 </row>
17593 <row>
17594 <cell alignment="center" valignment="top" usebox="none">
17595 \begin_inset Text
17596
17597 \begin_layout Plain Layout
17598 12×
17599 \end_layout
17600
17601 \end_inset
17602 </cell>
17603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17604 \begin_inset Text
17605
17606 \begin_layout Plain Layout
17607 24
17608 \begin_inset space \thinspace{}
17609 \end_inset
17610
17611 Flaschen
17612 \end_layout
17613
17614 \end_inset
17615 </cell>
17616 <cell alignment="center" valignment="top" usebox="none">
17617 \begin_inset Text
17618
17619 \begin_layout Plain Layout
17620 \begin_inset Formula $10\cdot$
17621 \end_inset
17622
17623
17624 \end_layout
17625
17626 \end_inset
17627 </cell>
17628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17629 \begin_inset Text
17630
17631 \begin_layout Plain Layout
17632 \begin_inset Formula $10^{\mbox{-}17}$
17633 \end_inset
17634
17635
17636 \end_layout
17637
17638 \end_inset
17639 </cell>
17640 <cell alignment="center" valignment="top" usebox="none">
17641 \begin_inset Text
17642
17643 \begin_layout Plain Layout
17644 \begin_inset Formula $\Gamma(t)\propto$
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 \begin_inset Formula $\:\Upsilon(t)$
17657 \end_inset
17658
17659
17660 \end_layout
17661
17662 \end_inset
17663 </cell>
17664 </row>
17665 <row>
17666 <cell alignment="center" valignment="top" usebox="none">
17667 \begin_inset Text
17668
17669 \begin_layout Plain Layout
17670 1024×
17671 \end_layout
17672
17673 \end_inset
17674 </cell>
17675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17676 \begin_inset Text
17677
17678 \begin_layout Plain Layout
17679 768
17680 \begin_inset space \thinspace{}
17681 \end_inset
17682
17683 Pixel
17684 \end_layout
17685
17686 \end_inset
17687 </cell>
17688 <cell alignment="center" valignment="top" usebox="none">
17689 \begin_inset Text
17690
17691 \begin_layout Plain Layout
17692 \begin_inset Formula $5.78\cdot$
17693 \end_inset
17694
17695
17696 \end_layout
17697
17698 \end_inset
17699 </cell>
17700 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17701 \begin_inset Text
17702
17703 \begin_layout Plain Layout
17704 \begin_inset Formula $10^{7}$
17705 \end_inset
17706
17707
17708 \end_layout
17709
17710 \end_inset
17711 </cell>
17712 <cell alignment="center" valignment="top" usebox="none">
17713 \begin_inset Text
17714
17715 \begin_layout Plain Layout
17716 \begin_inset Formula $A\ne$
17717 \end_inset
17718
17719
17720 \end_layout
17721
17722 \end_inset
17723 </cell>
17724 <cell alignment="center" valignment="top" usebox="none">
17725 \begin_inset Text
17726
17727 \begin_layout Plain Layout
17728 \begin_inset Formula $\: B_{\mathrm{red}}$
17729 \end_inset
17730
17731
17732 \end_layout
17733
17734 \end_inset
17735 </cell>
17736 </row>
17737 <row>
17738 <cell alignment="center" valignment="top" usebox="none">
17739 \begin_inset Text
17740
17741 \begin_layout Plain Layout
17742 32×
17743 \end_layout
17744
17745 \end_inset
17746 </cell>
17747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17748 \begin_inset Text
17749
17750 \begin_layout Plain Layout
17751 6
17752 \begin_inset space \thinspace{}
17753 \end_inset
17754
17755 cm
17756 \end_layout
17757
17758 \end_inset
17759 </cell>
17760 <cell alignment="center" valignment="top" usebox="none">
17761 \begin_inset Text
17762
17763 \begin_layout Plain Layout
17764 -
17765 \begin_inset Formula $33.5\cdot$
17766 \end_inset
17767
17768
17769 \end_layout
17770
17771 \end_inset
17772 </cell>
17773 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17774 \begin_inset Text
17775
17776 \begin_layout Plain Layout
17777 \begin_inset Formula $10^{4}$
17778 \end_inset
17779
17780
17781 \end_layout
17782
17783 \end_inset
17784 </cell>
17785 <cell alignment="center" valignment="top" usebox="none">
17786 \begin_inset Text
17787
17788 \begin_layout Plain Layout
17789 \begin_inset Formula $\sin(\alpha)\ge$
17790 \end_inset
17791
17792
17793 \end_layout
17794
17795 \end_inset
17796 </cell>
17797 <cell alignment="center" valignment="top" usebox="none">
17798 \begin_inset Text
17799
17800 \begin_layout Plain Layout
17801 \begin_inset Formula $\:\sin(\beta)$
17802 \end_inset
17803
17804
17805 \end_layout
17806
17807 \end_inset
17808 </cell>
17809 </row>
17810 </lyxtabular>
17811
17812 \end_inset
17813
17814
17815 \end_layout
17816
17817 \end_inset
17818
17819
17820 \end_layout
17821
17822 \begin_layout Standard
17823 \begin_inset VSpace bigskip
17824 \end_inset
17825
17826 Es gibt auch noch das LaTeX-Paket 
17827 \series bold
17828 dcolumn
17829 \series default
17830 ,
17831 \begin_inset Index
17832 status collapsed
17833
17834 \begin_layout Plain Layout
17835 LaTeX-Pakete ! dcolumn
17836 \end_layout
17837
17838 \end_inset
17839
17840  mit dem man Zellen ausrichten kann.
17841  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17842  in den Zellen.
17843  Die erste Spalte von Tabelle
17844 \begin_inset space ~
17845 \end_inset
17846
17847
17848 \begin_inset CommandInset ref
17849 LatexCommand ref
17850 reference "tab:Verschiedene-Ausrichtungen"
17851
17852 \end_inset
17853
17854  wird mit 
17855 \family typewriter
17856 dcolumn
17857 \family default
17858  wie die erste Spalte von Tabelle
17859 \begin_inset space ~
17860 \end_inset
17861
17862
17863 \begin_inset CommandInset ref
17864 LatexCommand ref
17865 reference "tab:Ausrichtung-mit-dem"
17866
17867 \end_inset
17868
17869  aussehen und nur mit ein paar Tricks wie erwartet.
17870  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17871 \begin_inset space ~
17872 \end_inset
17873
17874
17875 \begin_inset CommandInset ref
17876 LatexCommand ref
17877 reference "tab:Verschiedene-Ausrichtungen"
17878
17879 \end_inset
17880
17881  ist mit 
17882 \series bold
17883 dcolumn
17884 \series default
17885  nicht möglich.
17886 \end_layout
17887
17888 \begin_layout Standard
17889 \begin_inset Float table
17890 placement h
17891 wide false
17892 sideways false
17893 status open
17894
17895 \begin_layout Plain Layout
17896 \begin_inset Caption
17897
17898 \begin_layout Plain Layout
17899 \begin_inset CommandInset label
17900 LatexCommand label
17901 name "tab:Ausrichtung-mit-dem"
17902
17903 \end_inset
17904
17905 Ausrichtung mit dem LaTeX-Paket 
17906 \series bold
17907 dcolumn
17908 \series default
17909 .
17910  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17911  bekommen.
17912 \begin_inset OptArg
17913 status collapsed
17914
17915 \begin_layout Plain Layout
17916 Ausrichtung mit dem LaTeX-Paket 
17917 \series bold
17918 dcolumn
17919 \end_layout
17920
17921 \end_inset
17922
17923
17924 \end_layout
17925
17926 \end_inset
17927
17928
17929 \end_layout
17930
17931 \begin_layout Plain Layout
17932 \align center
17933 \begin_inset Tabular
17934 <lyxtabular version="3" rows="4" columns="3">
17935 <features>
17936 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17937 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17938 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17939 <row>
17940 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17941 \begin_inset Text
17942
17943 \begin_layout Plain Layout
17944 Einheiten
17945 \end_layout
17946
17947 \end_inset
17948 </cell>
17949 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17950 \begin_inset Text
17951
17952 \begin_layout Plain Layout
17953 Einheiten
17954 \end_layout
17955
17956 \end_inset
17957 </cell>
17958 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17959 \begin_inset Text
17960
17961 \begin_layout Plain Layout
17962 Einheiten
17963 \end_layout
17964
17965 \end_inset
17966 </cell>
17967 </row>
17968 <row>
17969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17970 \begin_inset Text
17971
17972 \begin_layout Plain Layout
17973 12x24
17974 \begin_inset space \thinspace{}
17975 \end_inset
17976
17977
17978 \begin_inset Formula $\mbox{Flaschen}$
17979 \end_inset
17980
17981
17982 \end_layout
17983
17984 \end_inset
17985 </cell>
17986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17987 \begin_inset Text
17988
17989 \begin_layout Plain Layout
17990 12x24
17991 \begin_inset space \thinspace{}
17992 \end_inset
17993
17994
17995 \begin_inset Formula $\mbox{Flaschen}$
17996 \end_inset
17997
17998
17999 \end_layout
18000
18001 \end_inset
18002 </cell>
18003 <cell alignment="center" valignment="top" usebox="none">
18004 \begin_inset Text
18005
18006 \begin_layout Plain Layout
18007 12
18008 \begin_inset ERT
18009 status collapsed
18010
18011 \begin_layout Plain Layout
18012
18013
18014 \backslash
18015 times 
18016 \end_layout
18017
18018 \end_inset
18019
18020 24~
18021 \begin_inset Formula $\mbox{Flaschen}$
18022 \end_inset
18023
18024
18025 \end_layout
18026
18027 \end_inset
18028 </cell>
18029 </row>
18030 <row>
18031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18032 \begin_inset Text
18033
18034 \begin_layout Plain Layout
18035 1024x768
18036 \begin_inset space \thinspace{}
18037 \end_inset
18038
18039
18040 \begin_inset Formula $\mbox{Pixel}$
18041 \end_inset
18042
18043
18044 \end_layout
18045
18046 \end_inset
18047 </cell>
18048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18049 \begin_inset Text
18050
18051 \begin_layout Plain Layout
18052 1024x768
18053 \begin_inset space \thinspace{}
18054 \end_inset
18055
18056
18057 \begin_inset Formula $\mbox{Pixel}$
18058 \end_inset
18059
18060
18061 \end_layout
18062
18063 \end_inset
18064 </cell>
18065 <cell alignment="center" valignment="top" usebox="none">
18066 \begin_inset Text
18067
18068 \begin_layout Plain Layout
18069 1024
18070 \begin_inset ERT
18071 status collapsed
18072
18073 \begin_layout Plain Layout
18074
18075
18076 \backslash
18077 times 
18078 \end_layout
18079
18080 \end_inset
18081
18082 768~
18083 \begin_inset Formula $\mbox{Pixel}$
18084 \end_inset
18085
18086
18087 \end_layout
18088
18089 \end_inset
18090 </cell>
18091 </row>
18092 <row>
18093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18094 \begin_inset Text
18095
18096 \begin_layout Plain Layout
18097 32x6
18098 \begin_inset space \thinspace{}
18099 \end_inset
18100
18101
18102 \begin_inset Formula $\mbox{cm}$
18103 \end_inset
18104
18105
18106 \end_layout
18107
18108 \end_inset
18109 </cell>
18110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18111 \begin_inset Text
18112
18113 \begin_layout Plain Layout
18114 32x6
18115 \begin_inset space \thinspace{}
18116 \end_inset
18117
18118
18119 \begin_inset Formula $\mbox{cm}$
18120 \end_inset
18121
18122
18123 \end_layout
18124
18125 \end_inset
18126 </cell>
18127 <cell alignment="center" valignment="top" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131 32
18132 \begin_inset ERT
18133 status collapsed
18134
18135 \begin_layout Plain Layout
18136
18137
18138 \backslash
18139 times 
18140 \end_layout
18141
18142 \end_inset
18143
18144 6~
18145 \begin_inset Formula $\mbox{cm}$
18146 \end_inset
18147
18148
18149 \end_layout
18150
18151 \end_inset
18152 </cell>
18153 </row>
18154 </lyxtabular>
18155
18156 \end_inset
18157
18158
18159 \end_layout
18160
18161 \end_inset
18162
18163
18164 \end_layout
18165
18166 \begin_layout Subsection
18167 Angepasste Zellen-/Spaltenformate
18168 \begin_inset CommandInset label
18169 LatexCommand label
18170 name "uab:Angepasste-Zellen-/Spaltenformate"
18171
18172 \end_inset
18173
18174
18175 \begin_inset Index
18176 status collapsed
18177
18178 \begin_layout Plain Layout
18179 Tabellen ! Spaltenformat
18180 \end_layout
18181
18182 \end_inset
18183
18184
18185 \end_layout
18186
18187 \begin_layout Standard
18188 Wenn man wie in Abschnitt
18189 \begin_inset space ~
18190 \end_inset
18191
18192
18193 \begin_inset CommandInset ref
18194 LatexCommand ref
18195 reference "uab:Mehrfachspalten-Berechnungen"
18196
18197 \end_inset
18198
18199  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
18200  mehreren Tabellen mit Mehrfachspalten sehr lästig.
18201  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
18202  definieren:
18203 \end_layout
18204
18205 \begin_layout Standard
18206
18207 \series bold
18208
18209 \backslash
18210 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
18211 \end_layout
18212
18213 \begin_layout Standard
18214 Der Formatname darf nur ein Buchstabe sein, aber nicht 
18215 \emph on
18216 b
18217 \emph default
18218
18219 \emph on
18220 c
18221 \emph default
18222
18223 \emph on
18224 l
18225 \emph default
18226
18227 \emph on
18228 m
18229 \emph default
18230
18231 \emph on
18232 p
18233 \emph default
18234  oder 
18235 \emph on
18236 r
18237 \emph default
18238 , weil diese vordefiniert sind.
18239  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
18240 \end_layout
18241
18242 \begin_layout Standard
18243 \begin_inset VSpace medskip
18244 \end_inset
18245
18246
18247 \end_layout
18248
18249 \begin_layout Standard
18250 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
18251  Breite könnte das Format so aussehen:
18252 \end_layout
18253
18254 \begin_layout Standard
18255
18256 \series bold
18257
18258 \backslash
18259 newcolumntype{M}[1]{>{
18260 \backslash
18261 centering
18262 \backslash
18263 hspace{0pt}}m{#1}}
18264 \end_layout
18265
18266 \begin_layout Standard
18267 wobei 
18268 \series bold
18269
18270 \backslash
18271 hspace{0pt}
18272 \series default
18273  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
18274  Abschnitt
18275 \begin_inset space ~
18276 \end_inset
18277
18278
18279 \begin_inset CommandInset ref
18280 LatexCommand ref
18281 reference "uab:Mehrfache-Zeilen-in"
18282
18283 \end_inset
18284
18285  beschrieben.
18286  Jetzt können Sie mit
18287 \end_layout
18288
18289 \begin_layout Standard
18290
18291 \series bold
18292 M{Breite}
18293 \end_layout
18294
18295 \begin_layout Standard
18296 im 
18297 \family sans
18298 LaTeX-Argument
18299 \family default
18300  im 
18301 \family sans
18302 Tabellen-Einstellungen
18303 \family default
18304 -Dialog eine Mehrfachspalte definieren.
18305 \end_layout
18306
18307 \begin_layout Standard
18308 \begin_inset VSpace bigskip
18309 \end_inset
18310
18311
18312 \end_layout
18313
18314 \begin_layout Standard
18315 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
18316  Format definieren:
18317 \end_layout
18318
18319 \begin_layout Standard
18320
18321 \series bold
18322
18323 \backslash
18324 newcolumntype{S}[2]{>{
18325 \backslash
18326 centering
18327 \backslash
18328 hspace{0pt}}
18329 \begin_inset Newline newline
18330 \end_inset
18331
18332
18333 \begin_inset ERT
18334 status collapsed
18335
18336 \begin_layout Plain Layout
18337
18338
18339 \backslash
18340 phantom{
18341 \end_layout
18342
18343 \end_inset
18344
18345
18346 \backslash
18347 newcolumntype
18348 \begin_inset ERT
18349 status collapsed
18350
18351 \begin_layout Plain Layout
18352
18353 }
18354 \end_layout
18355
18356 \end_inset
18357
18358 m{(#1+(2
18359 \backslash
18360 tabcolsep+
18361 \backslash
18362 arrayrulewidth)*(1-#2))/#2}}
18363 \end_layout
18364
18365 \begin_layout Standard
18366 Dieses Format benutzt Gleichung
18367 \begin_inset space ~
18368 \end_inset
18369
18370
18371 \begin_inset CommandInset ref
18372 LatexCommand ref
18373 reference "eq:Wgn"
18374
18375 \end_inset
18376
18377 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18378  breit ist.
18379 \end_layout
18380
18381 \begin_layout Standard
18382 Jetzt können Sie im 
18383 \family sans
18384 LaTeX-Argument
18385 \family default
18386  im 
18387 \family sans
18388 Tabellen-Einstellungen
18389 \family default
18390 -Dialog folgendes einfügen:
18391 \end_layout
18392
18393 \begin_layout Standard
18394
18395 \series bold
18396 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18397 \end_layout
18398
18399 \begin_layout Standard
18400 \begin_inset VSpace bigskip
18401 \end_inset
18402
18403
18404 \end_layout
18405
18406 \begin_layout Standard
18407 Für farbige Spalten können Sie folgendes einfügen:
18408 \end_layout
18409
18410 \begin_layout Standard
18411
18412 \series bold
18413
18414 \backslash
18415 newcolumntype{K}[1]{>{
18416 \backslash
18417 columncolor{#1}
18418 \backslash
18419 hspace{0pt}}c}
18420 \end_layout
18421
18422 \begin_layout Standard
18423 Das 
18424 \begin_inset Quotes gld
18425 \end_inset
18426
18427 c
18428 \begin_inset Quotes grd
18429 \end_inset
18430
18431  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18432  zentriert ist.
18433  Jetzt können Sie als 
18434 \family sans
18435 LaTeX-Argument
18436 \family default
18437  folgendes einfügen:
18438 \end_layout
18439
18440 \begin_layout Standard
18441
18442 \series bold
18443 K{Farbname}
18444 \end_layout
18445
18446 \begin_layout Standard
18447 \begin_inset VSpace bigskip
18448 \end_inset
18449
18450
18451 \end_layout
18452
18453 \begin_layout Standard
18454 Für Tabelle
18455 \begin_inset space ~
18456 \end_inset
18457
18458
18459 \begin_inset CommandInset ref
18460 LatexCommand ref
18461 reference "tab:Tabelle-mit-benutzerdefinierte"
18462
18463 \end_inset
18464
18465  wurden folgende 
18466 \family sans
18467 LaTeX-Argumente
18468 \family default
18469  benutzt:
18470 \end_layout
18471
18472 \begin_layout Standard
18473
18474 \series bold
18475 M{2.5cm}
18476 \end_layout
18477
18478 \begin_layout Standard
18479 für die erste Spalte und die Mehrfachspalte,
18480 \end_layout
18481
18482 \begin_layout Standard
18483
18484 \series bold
18485 K{red}
18486 \end_layout
18487
18488 \begin_layout Standard
18489 für die letzte Spalte und
18490 \end_layout
18491
18492 \begin_layout Standard
18493
18494 \series bold
18495 S{2.5cm}{2}
18496 \end_layout
18497
18498 \begin_layout Standard
18499 für die Spalten in der zweiten Mehrfachspalte.
18500 \end_layout
18501
18502 \begin_layout Standard
18503 \begin_inset Float table
18504 placement h
18505 wide false
18506 sideways false
18507 status open
18508
18509 \begin_layout Plain Layout
18510 \begin_inset Caption
18511
18512 \begin_layout Plain Layout
18513 \begin_inset CommandInset label
18514 LatexCommand label
18515 name "tab:Tabelle-mit-benutzerdefinierte"
18516
18517 \end_inset
18518
18519 Tabelle mit benutzerdefinierten Formaten
18520 \end_layout
18521
18522 \end_inset
18523
18524
18525 \end_layout
18526
18527 \begin_layout Plain Layout
18528 \align center
18529 \begin_inset Tabular
18530 <lyxtabular version="3" rows="3" columns="4">
18531 <features>
18532 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18533 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18534 <column alignment="center" valignment="middle" width="0">
18535 <column alignment="center" valignment="middle" width="0" special="K{red}">
18536 <row>
18537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18538 \begin_inset Text
18539
18540 \begin_layout Plain Layout
18541 einsehrlangesWort
18542 \end_layout
18543
18544 \end_inset
18545 </cell>
18546 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18547 \begin_inset Text
18548
18549 \begin_layout Plain Layout
18550 Mehrfachspalte mit mehreren Zeilen
18551 \end_layout
18552
18553 \end_inset
18554 </cell>
18555 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18556 \begin_inset Text
18557
18558 \begin_layout Plain Layout
18559
18560 \end_layout
18561
18562 \end_inset
18563 </cell>
18564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18565 \begin_inset Text
18566
18567 \begin_layout Plain Layout
18568 c
18569 \end_layout
18570
18571 \end_inset
18572 </cell>
18573 </row>
18574 <row>
18575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18576 \begin_inset Text
18577
18578 \begin_layout Plain Layout
18579 d
18580 \end_layout
18581
18582 \end_inset
18583 </cell>
18584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18585 \begin_inset Text
18586
18587 \begin_layout Plain Layout
18588 e
18589 \end_layout
18590
18591 \end_inset
18592 </cell>
18593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18594 \begin_inset Text
18595
18596 \begin_layout Plain Layout
18597 f
18598 \end_layout
18599
18600 \end_inset
18601 </cell>
18602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18603 \begin_inset Text
18604
18605 \begin_layout Plain Layout
18606 g
18607 \end_layout
18608
18609 \end_inset
18610 </cell>
18611 </row>
18612 <row>
18613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18614 \begin_inset Text
18615
18616 \begin_layout Plain Layout
18617 h
18618 \end_layout
18619
18620 \end_inset
18621 </cell>
18622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18623 \begin_inset Text
18624
18625 \begin_layout Plain Layout
18626 i
18627 \end_layout
18628
18629 \end_inset
18630 </cell>
18631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18632 \begin_inset Text
18633
18634 \begin_layout Plain Layout
18635 j
18636 \end_layout
18637
18638 \end_inset
18639 </cell>
18640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18641 \begin_inset Text
18642
18643 \begin_layout Plain Layout
18644 k
18645 \end_layout
18646
18647 \end_inset
18648 </cell>
18649 </row>
18650 </lyxtabular>
18651
18652 \end_inset
18653
18654
18655 \end_layout
18656
18657 \end_inset
18658
18659
18660 \end_layout
18661
18662 \begin_layout Subsection
18663 Liniendicke
18664 \begin_inset CommandInset label
18665 LatexCommand label
18666 name "uab:Liniendicke"
18667
18668 \end_inset
18669
18670
18671 \begin_inset Index
18672 status collapsed
18673
18674 \begin_layout Plain Layout
18675 Tabellen  ! Linien ! -dicke
18676 \end_layout
18677
18678 \end_inset
18679
18680
18681 \end_layout
18682
18683 \begin_layout Standard
18684 Die Liniendicke für alle Linien einer Tabelle kann mit 
18685 \series bold
18686
18687 \backslash
18688 arrayrulewidth
18689 \series default
18690  eingestellt werden.
18691  Um eine Liniendicke von 1.5
18692 \begin_inset space \thinspace{}
18693 \end_inset
18694
18695 pt wie in Tabelle
18696 \begin_inset space ~
18697 \end_inset
18698
18699
18700 \begin_inset CommandInset ref
18701 LatexCommand ref
18702 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18703
18704 \end_inset
18705
18706  zu bekommen, geben Sie den Befehl
18707 \end_layout
18708
18709 \begin_layout Standard
18710
18711 \series bold
18712
18713 \backslash
18714 setlength{
18715 \backslash
18716 arrayrulewidth}{1.5pt}
18717 \end_layout
18718
18719 \begin_layout Standard
18720 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18721  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18722  Mit
18723 \end_layout
18724
18725 \begin_layout Standard
18726
18727 \series bold
18728
18729 \backslash
18730 setlength{
18731 \backslash
18732 arrayrulewidth}{0.4pt}
18733 \end_layout
18734
18735 \begin_layout Standard
18736 bekommen Sie wieder die Standarddicke.
18737 \end_layout
18738
18739 \begin_layout Standard
18740 \begin_inset ERT
18741 status collapsed
18742
18743 \begin_layout Plain Layout
18744
18745
18746 \backslash
18747 setlength{
18748 \backslash
18749 arrayrulewidth}{1.5pt}
18750 \end_layout
18751
18752 \end_inset
18753
18754
18755 \begin_inset Float table
18756 placement H
18757 wide false
18758 sideways false
18759 status open
18760
18761 \begin_layout Plain Layout
18762 \begin_inset Caption
18763
18764 \begin_layout Plain Layout
18765 \begin_inset CommandInset label
18766 LatexCommand label
18767 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18768
18769 \end_inset
18770
18771 Tabelle mit 1.5
18772 \begin_inset space \thinspace{}
18773 \end_inset
18774
18775 pt Liniendicke
18776 \end_layout
18777
18778 \end_inset
18779
18780
18781 \end_layout
18782
18783 \begin_layout Plain Layout
18784 \align center
18785 \begin_inset Tabular
18786 <lyxtabular version="3" rows="3" columns="3">
18787 <features>
18788 <column alignment="center" valignment="top" width="0">
18789 <column alignment="center" valignment="top" width="0">
18790 <column alignment="center" valignment="top" width="0">
18791 <row>
18792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18793 \begin_inset Text
18794
18795 \begin_layout Plain Layout
18796 sd
18797 \end_layout
18798
18799 \end_inset
18800 </cell>
18801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18802 \begin_inset Text
18803
18804 \begin_layout Plain Layout
18805
18806 \end_layout
18807
18808 \end_inset
18809 </cell>
18810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18811 \begin_inset Text
18812
18813 \begin_layout Plain Layout
18814
18815 \end_layout
18816
18817 \end_inset
18818 </cell>
18819 </row>
18820 <row>
18821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18822 \begin_inset Text
18823
18824 \begin_layout Plain Layout
18825
18826 \end_layout
18827
18828 \end_inset
18829 </cell>
18830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18831 \begin_inset Text
18832
18833 \begin_layout Plain Layout
18834 sd
18835 \end_layout
18836
18837 \end_inset
18838 </cell>
18839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18840 \begin_inset Text
18841
18842 \begin_layout Plain Layout
18843
18844 \end_layout
18845
18846 \end_inset
18847 </cell>
18848 </row>
18849 <row>
18850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18851 \begin_inset Text
18852
18853 \begin_layout Plain Layout
18854
18855 \end_layout
18856
18857 \end_inset
18858 </cell>
18859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18860 \begin_inset Text
18861
18862 \begin_layout Plain Layout
18863
18864 \end_layout
18865
18866 \end_inset
18867 </cell>
18868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18869 \begin_inset Text
18870
18871 \begin_layout Plain Layout
18872 sd
18873 \end_layout
18874
18875 \end_inset
18876 </cell>
18877 </row>
18878 </lyxtabular>
18879
18880 \end_inset
18881
18882
18883 \end_layout
18884
18885 \end_inset
18886
18887
18888 \begin_inset ERT
18889 status collapsed
18890
18891 \begin_layout Plain Layout
18892
18893
18894 \backslash
18895 setlength{
18896 \backslash
18897 arrayrulewidth}{0.4pt}
18898 \end_layout
18899
18900 \end_inset
18901
18902
18903 \end_layout
18904
18905 \begin_layout Standard
18906 \begin_inset VSpace bigskip
18907 \end_inset
18908
18909 Um eine Liniendicke von 1.5
18910 \begin_inset space \thinspace{}
18911 \end_inset
18912
18913 pt nur für horizontale Linien zu bekommen wie in Tabelle
18914 \begin_inset space ~
18915 \end_inset
18916
18917
18918 \begin_inset CommandInset ref
18919 LatexCommand ref
18920 reference "tab:Tabelle-mit-1.5pt-horiz"
18921
18922 \end_inset
18923
18924 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18925  einfügen:
18926 \end_layout
18927
18928 \begin_layout Standard
18929
18930 \series bold
18931
18932 \backslash
18933 let
18934 \backslash
18935 myHline
18936 \backslash
18937 hline
18938 \begin_inset Newline newline
18939 \end_inset
18940
18941
18942 \backslash
18943 renewcommand{
18944 \backslash
18945 hline}
18946 \begin_inset Newline newline
18947 \end_inset
18948
18949  {
18950 \backslash
18951 noalign{
18952 \backslash
18953 global
18954 \backslash
18955 arrayrulewidth 1.5pt}
18956 \begin_inset Newline newline
18957 \end_inset
18958
18959  
18960 \backslash
18961 myHline
18962 \backslash
18963 noalign{
18964 \backslash
18965 global
18966 \backslash
18967 arrayrulewidth 0.4pt}}
18968 \end_layout
18969
18970 \begin_layout Standard
18971 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18972  der (Gleit\SpecialChar \-
18973 objekt-)Tabelle zurück:
18974 \end_layout
18975
18976 \begin_layout Standard
18977
18978 \series bold
18979
18980 \backslash
18981 renewcommand{
18982 \backslash
18983 hline}{
18984 \backslash
18985 myHline}
18986 \end_layout
18987
18988 \begin_layout Standard
18989 \begin_inset ERT
18990 status collapsed
18991
18992 \begin_layout Plain Layout
18993
18994
18995 \backslash
18996 let
18997 \backslash
18998 myHline
18999 \backslash
19000 hline
19001 \end_layout
19002
19003 \begin_layout Plain Layout
19004
19005
19006 \backslash
19007 renewcommand{
19008 \backslash
19009 hline}
19010 \end_layout
19011
19012 \begin_layout Plain Layout
19013
19014  {
19015 \backslash
19016 noalign{
19017 \backslash
19018 global
19019 \backslash
19020 arrayrulewidth 1.5pt}
19021 \end_layout
19022
19023 \begin_layout Plain Layout
19024
19025   
19026 \backslash
19027 myHline
19028 \backslash
19029 noalign{
19030 \backslash
19031 global
19032 \backslash
19033 arrayrulewidth 0.4pt}}
19034 \end_layout
19035
19036 \end_inset
19037
19038
19039 \begin_inset Float table
19040 placement h
19041 wide false
19042 sideways false
19043 status open
19044
19045 \begin_layout Plain Layout
19046 \begin_inset Caption
19047
19048 \begin_layout Plain Layout
19049 \begin_inset CommandInset label
19050 LatexCommand label
19051 name "tab:Tabelle-mit-1.5pt-horiz"
19052
19053 \end_inset
19054
19055 Tabelle mit 1.5
19056 \begin_inset space \thinspace{}
19057 \end_inset
19058
19059 pt dicken horizontalen Linien
19060 \end_layout
19061
19062 \end_inset
19063
19064
19065 \end_layout
19066
19067 \begin_layout Plain Layout
19068 \align center
19069 \begin_inset Tabular
19070 <lyxtabular version="3" rows="3" columns="3">
19071 <features>
19072 <column alignment="center" valignment="top" width="0">
19073 <column alignment="center" valignment="top" width="0">
19074 <column alignment="center" valignment="top" width="0">
19075 <row>
19076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19077 \begin_inset Text
19078
19079 \begin_layout Plain Layout
19080 sd
19081 \end_layout
19082
19083 \end_inset
19084 </cell>
19085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19086 \begin_inset Text
19087
19088 \begin_layout Plain Layout
19089
19090 \end_layout
19091
19092 \end_inset
19093 </cell>
19094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19095 \begin_inset Text
19096
19097 \begin_layout Plain Layout
19098
19099 \end_layout
19100
19101 \end_inset
19102 </cell>
19103 </row>
19104 <row>
19105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19106 \begin_inset Text
19107
19108 \begin_layout Plain Layout
19109
19110 \end_layout
19111
19112 \end_inset
19113 </cell>
19114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19115 \begin_inset Text
19116
19117 \begin_layout Plain Layout
19118 sd
19119 \end_layout
19120
19121 \end_inset
19122 </cell>
19123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19124 \begin_inset Text
19125
19126 \begin_layout Plain Layout
19127
19128 \end_layout
19129
19130 \end_inset
19131 </cell>
19132 </row>
19133 <row>
19134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19135 \begin_inset Text
19136
19137 \begin_layout Plain Layout
19138
19139 \end_layout
19140
19141 \end_inset
19142 </cell>
19143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19144 \begin_inset Text
19145
19146 \begin_layout Plain Layout
19147
19148 \end_layout
19149
19150 \end_inset
19151 </cell>
19152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19153 \begin_inset Text
19154
19155 \begin_layout Plain Layout
19156 sd
19157 \end_layout
19158
19159 \end_inset
19160 </cell>
19161 </row>
19162 </lyxtabular>
19163
19164 \end_inset
19165
19166
19167 \end_layout
19168
19169 \end_inset
19170
19171
19172 \begin_inset ERT
19173 status collapsed
19174
19175 \begin_layout Plain Layout
19176
19177
19178 \backslash
19179 renewcommand{
19180 \backslash
19181 hline}{
19182 \backslash
19183 myHline}
19184 \end_layout
19185
19186 \end_inset
19187
19188
19189 \end_layout
19190
19191 \begin_layout Standard
19192 \begin_inset VSpace bigskip
19193 \end_inset
19194
19195 Um die Liniendicke von 1.5
19196 \begin_inset space \thinspace{}
19197 \end_inset
19198
19199 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
19200  Spaltenformat entsprechend der Beschreibung in Abschnitt
19201 \begin_inset space ~
19202 \end_inset
19203
19204
19205 \begin_inset CommandInset ref
19206 LatexCommand ref
19207 reference "uab:Angepasste-Zellen-/Spaltenformate"
19208
19209 \end_inset
19210
19211  definieren:
19212 \end_layout
19213
19214 \begin_layout Standard
19215
19216 \series bold
19217
19218 \backslash
19219 newcolumntype{V}{!{
19220 \backslash
19221 vrule width 1.5pt}}
19222 \end_layout
19223
19224 \begin_layout Standard
19225 In Tabelle
19226 \begin_inset space ~
19227 \end_inset
19228
19229
19230 \begin_inset CommandInset ref
19231 LatexCommand ref
19232 reference "tab:Tabelle-mit-1.5pt-vert"
19233
19234 \end_inset
19235
19236  wurde das 
19237 \family sans
19238 LaTe
19239 \begin_inset ERT
19240 status collapsed
19241
19242 \begin_layout Plain Layout
19243
19244 {}
19245 \end_layout
19246
19247 \end_inset
19248
19249 X-Argument
19250 \family default
19251 \series bold
19252  VcV
19253 \series default
19254  für die letzte Spalte und
19255 \series bold
19256  Vc
19257 \series default
19258  für die anderen benutzt.
19259 \end_layout
19260
19261 \begin_layout Standard
19262 \begin_inset Float table
19263 placement H
19264 wide false
19265 sideways false
19266 status open
19267
19268 \begin_layout Plain Layout
19269 \begin_inset Caption
19270
19271 \begin_layout Plain Layout
19272 \begin_inset CommandInset label
19273 LatexCommand label
19274 name "tab:Tabelle-mit-1.5pt-vert"
19275
19276 \end_inset
19277
19278 Tabelle mit 1.5
19279 \begin_inset space \thinspace{}
19280 \end_inset
19281
19282 pt dicken vertikalen Linien
19283 \end_layout
19284
19285 \end_inset
19286
19287
19288 \end_layout
19289
19290 \begin_layout Plain Layout
19291 \align center
19292 \begin_inset Tabular
19293 <lyxtabular version="3" rows="3" columns="3">
19294 <features>
19295 <column alignment="center" valignment="top" width="0" special="Vc">
19296 <column alignment="center" valignment="top" width="0" special="Vc">
19297 <column alignment="center" valignment="top" width="0" special="VcV">
19298 <row>
19299 <cell alignment="center" valignment="top" topline="true" usebox="none">
19300 \begin_inset Text
19301
19302 \begin_layout Plain Layout
19303 sd
19304 \end_layout
19305
19306 \end_inset
19307 </cell>
19308 <cell alignment="center" valignment="top" topline="true" usebox="none">
19309 \begin_inset Text
19310
19311 \begin_layout Plain Layout
19312
19313 \end_layout
19314
19315 \end_inset
19316 </cell>
19317 <cell alignment="center" valignment="top" topline="true" usebox="none">
19318 \begin_inset Text
19319
19320 \begin_layout Plain Layout
19321
19322 \end_layout
19323
19324 \end_inset
19325 </cell>
19326 </row>
19327 <row>
19328 <cell alignment="center" valignment="top" topline="true" usebox="none">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332
19333 \end_layout
19334
19335 \end_inset
19336 </cell>
19337 <cell alignment="center" valignment="top" topline="true" usebox="none">
19338 \begin_inset Text
19339
19340 \begin_layout Plain Layout
19341 sd
19342 \end_layout
19343
19344 \end_inset
19345 </cell>
19346 <cell alignment="center" valignment="top" topline="true" usebox="none">
19347 \begin_inset Text
19348
19349 \begin_layout Plain Layout
19350
19351 \end_layout
19352
19353 \end_inset
19354 </cell>
19355 </row>
19356 <row>
19357 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19358 \begin_inset Text
19359
19360 \begin_layout Plain Layout
19361
19362 \end_layout
19363
19364 \end_inset
19365 </cell>
19366 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19367 \begin_inset Text
19368
19369 \begin_layout Plain Layout
19370
19371 \end_layout
19372
19373 \end_inset
19374 </cell>
19375 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19376 \begin_inset Text
19377
19378 \begin_layout Plain Layout
19379 sd
19380 \end_layout
19381
19382 \end_inset
19383 </cell>
19384 </row>
19385 </lyxtabular>
19386
19387 \end_inset
19388
19389
19390 \end_layout
19391
19392 \end_inset
19393
19394
19395 \end_layout
19396
19397 \begin_layout Subsection
19398 Gestrichelte Linien
19399 \begin_inset Index
19400 status collapsed
19401
19402 \begin_layout Plain Layout
19403 Tabellen  ! Linien ! gestrichelte 
19404 \end_layout
19405
19406 \end_inset
19407
19408
19409 \end_layout
19410
19411 \begin_layout Standard
19412 \begin_inset ERT
19413 status collapsed
19414
19415 \begin_layout Plain Layout
19416
19417
19418 \backslash
19419 ifarydshln
19420 \end_layout
19421
19422 \end_inset
19423
19424
19425 \begin_inset Note Note
19426 status open
19427
19428 \begin_layout Plain Layout
19429 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19430 \series bold
19431 arydshln
19432 \series default
19433  installiert ist.
19434 \end_layout
19435
19436 \end_inset
19437
19438
19439 \end_layout
19440
19441 \begin_layout Standard
19442 \begin_inset Float table
19443 placement h
19444 wide false
19445 sideways false
19446 status open
19447
19448 \begin_layout Plain Layout
19449 \begin_inset Caption
19450
19451 \begin_layout Plain Layout
19452 \begin_inset CommandInset label
19453 LatexCommand label
19454 name "tab:Tabelle-mit-gestrichelten"
19455
19456 \end_inset
19457
19458 Tabelle mit gestrichelten Linien
19459 \end_layout
19460
19461 \end_inset
19462
19463
19464 \end_layout
19465
19466 \begin_layout Plain Layout
19467 \align center
19468 \begin_inset Tabular
19469 <lyxtabular version="3" rows="5" columns="5">
19470 <features>
19471 <column alignment="center" valignment="top" width="0">
19472 <column alignment="center" valignment="top" width="0">
19473 <column alignment="center" valignment="top" width="0" special=":c">
19474 <column alignment="center" valignment="top" width="0">
19475 <column alignment="center" valignment="top" width="0">
19476 <row>
19477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19478 \begin_inset Text
19479
19480 \begin_layout Plain Layout
19481 a
19482 \end_layout
19483
19484 \end_inset
19485 </cell>
19486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19487 \begin_inset Text
19488
19489 \begin_layout Plain Layout
19490 b
19491 \end_layout
19492
19493 \end_inset
19494 </cell>
19495 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19496 \begin_inset Text
19497
19498 \begin_layout Plain Layout
19499 c
19500 \end_layout
19501
19502 \end_inset
19503 </cell>
19504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19505 \begin_inset Text
19506
19507 \begin_layout Plain Layout
19508 d
19509 \end_layout
19510
19511 \end_inset
19512 </cell>
19513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19514 \begin_inset Text
19515
19516 \begin_layout Plain Layout
19517 e
19518 \end_layout
19519
19520 \end_inset
19521 </cell>
19522 </row>
19523 <row>
19524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19525 \begin_inset Text
19526
19527 \begin_layout Plain Layout
19528 f
19529 \end_layout
19530
19531 \end_inset
19532 </cell>
19533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19534 \begin_inset Text
19535
19536 \begin_layout Plain Layout
19537 g
19538 \end_layout
19539
19540 \end_inset
19541 </cell>
19542 <cell alignment="center" valignment="top" topline="true" usebox="none">
19543 \begin_inset Text
19544
19545 \begin_layout Plain Layout
19546 h
19547 \end_layout
19548
19549 \end_inset
19550 </cell>
19551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19552 \begin_inset Text
19553
19554 \begin_layout Plain Layout
19555 i
19556 \end_layout
19557
19558 \end_inset
19559 </cell>
19560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19561 \begin_inset Text
19562
19563 \begin_layout Plain Layout
19564 j
19565 \end_layout
19566
19567 \end_inset
19568 </cell>
19569 </row>
19570 <row>
19571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19572 \begin_inset Text
19573
19574 \begin_layout Plain Layout
19575 \begin_inset ERT
19576 status collapsed
19577
19578 \begin_layout Plain Layout
19579
19580
19581 \backslash
19582 hdashline 
19583 \end_layout
19584
19585 \end_inset
19586
19587 k
19588 \end_layout
19589
19590 \end_inset
19591 </cell>
19592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19593 \begin_inset Text
19594
19595 \begin_layout Plain Layout
19596 l
19597 \end_layout
19598
19599 \end_inset
19600 </cell>
19601 <cell alignment="center" valignment="top" usebox="none">
19602 \begin_inset Text
19603
19604 \begin_layout Plain Layout
19605 m
19606 \end_layout
19607
19608 \end_inset
19609 </cell>
19610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614 n
19615 \end_layout
19616
19617 \end_inset
19618 </cell>
19619 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19620 \begin_inset Text
19621
19622 \begin_layout Plain Layout
19623 o
19624 \end_layout
19625
19626 \end_inset
19627 </cell>
19628 </row>
19629 <row>
19630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19631 \begin_inset Text
19632
19633 \begin_layout Plain Layout
19634 \begin_inset ERT
19635 status collapsed
19636
19637 \begin_layout Plain Layout
19638
19639
19640 \backslash
19641 cdashline{4-5}
19642 \end_layout
19643
19644 \end_inset
19645
19646 p
19647 \end_layout
19648
19649 \end_inset
19650 </cell>
19651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19652 \begin_inset Text
19653
19654 \begin_layout Plain Layout
19655 q
19656 \end_layout
19657
19658 \end_inset
19659 </cell>
19660 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19661 \begin_inset Text
19662
19663 \begin_layout Plain Layout
19664 r
19665 \end_layout
19666
19667 \end_inset
19668 </cell>
19669 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19670 \begin_inset Text
19671
19672 \begin_layout Plain Layout
19673 s
19674 \end_layout
19675
19676 \end_inset
19677 </cell>
19678 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19679 \begin_inset Text
19680
19681 \begin_layout Plain Layout
19682
19683 \end_layout
19684
19685 \end_inset
19686 </cell>
19687 </row>
19688 <row>
19689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19690 \begin_inset Text
19691
19692 \begin_layout Plain Layout
19693 t
19694 \end_layout
19695
19696 \end_inset
19697 </cell>
19698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19699 \begin_inset Text
19700
19701 \begin_layout Plain Layout
19702 u
19703 \end_layout
19704
19705 \end_inset
19706 </cell>
19707 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19708 \begin_inset Text
19709
19710 \begin_layout Plain Layout
19711 v
19712 \end_layout
19713
19714 \end_inset
19715 </cell>
19716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19717 \begin_inset Text
19718
19719 \begin_layout Plain Layout
19720 w
19721 \end_layout
19722
19723 \end_inset
19724 </cell>
19725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19726 \begin_inset Text
19727
19728 \begin_layout Plain Layout
19729 x
19730 \end_layout
19731
19732 \end_inset
19733 </cell>
19734 </row>
19735 </lyxtabular>
19736
19737 \end_inset
19738
19739
19740 \end_layout
19741
19742 \end_inset
19743
19744
19745 \end_layout
19746
19747 \begin_layout Standard
19748 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19749  TeX-Code benutzen.
19750  Zunächst müssen Sie das LaTeX-Paket 
19751 \series bold
19752 arydshln
19753 \series default
19754
19755 \begin_inset Index
19756 status collapsed
19757
19758 \begin_layout Plain Layout
19759 LaTeX-Pakete ! arydshln
19760 \end_layout
19761
19762 \end_inset
19763
19764  im LaTeX-Vorspann laden:
19765 \end_layout
19766
19767 \begin_layout Standard
19768
19769 \series bold
19770
19771 \backslash
19772 usepackage{arydshln}
19773 \end_layout
19774
19775 \begin_layout Standard
19776 Um senkrechte Linien zu stricheln, müssen Sie im 
19777 \family sans
19778 LaTe
19779 \begin_inset ERT
19780 status collapsed
19781
19782 \begin_layout Plain Layout
19783
19784 {}
19785 \end_layout
19786
19787 \end_inset
19788
19789 X-Argument
19790 \family default
19791  des 
19792 \family sans
19793 Tabellen-Einstellungen
19794 \family default
19795 -Dialogs 
19796 \begin_inset Quotes gld
19797 \end_inset
19798
19799 :
19800 \begin_inset Quotes grd
19801 \end_inset
19802
19803 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19804 \end_layout
19805
19806 \begin_layout Standard
19807 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19808 \end_layout
19809
19810 \begin_layout Standard
19811
19812 \series bold
19813
19814 \backslash
19815 hdashline
19816 \end_layout
19817
19818 \begin_layout Standard
19819 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19820 \end_layout
19821
19822 \begin_layout Standard
19823 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19824 \end_layout
19825
19826 \begin_layout Standard
19827
19828 \series bold
19829
19830 \backslash
19831 cdashline{Anfangsspalte-Endspalte}
19832 \end_layout
19833
19834 \begin_layout Standard
19835 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19836  Wenn Sie z.
19837 \begin_inset space \thinspace{}
19838 \end_inset
19839
19840 B.
19841  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19842  gestrichelte Linie haben, fügen Sie den Befehl
19843 \end_layout
19844
19845 \begin_layout Standard
19846
19847 \series bold
19848
19849 \backslash
19850 cdashline{2-4}
19851 \end_layout
19852
19853 \begin_layout Standard
19854 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19855 \end_layout
19856
19857 \begin_layout Standard
19858 \begin_inset VSpace bigskip
19859 \end_inset
19860
19861
19862 \end_layout
19863
19864 \begin_layout Standard
19865 In Tabelle
19866 \begin_inset space ~
19867 \end_inset
19868
19869
19870 \begin_inset CommandInset ref
19871 LatexCommand ref
19872 reference "tab:Tabelle-mit-gestrichelten"
19873
19874 \end_inset
19875
19876  wurde in der dritten Spalte der Befehl
19877 \series bold
19878  
19879 \series default
19880
19881 \begin_inset Quotes gld
19882 \end_inset
19883
19884
19885 \series bold
19886 :c
19887 \begin_inset Quotes grd
19888 \end_inset
19889
19890
19891 \series default
19892  benutzt.
19893  Der Befehl 
19894 \series bold
19895
19896 \backslash
19897 hdashline
19898 \series default
19899  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19900 \begin_inset Newline newline
19901 \end_inset
19902
19903  
19904 \series bold
19905
19906 \backslash
19907 cdashline{4-5} 
19908 \series default
19909 wurde in die erste Zelle der vierten Zeile eingefügt.
19910 \end_layout
19911
19912 \begin_layout Standard
19913 \begin_inset Note Greyedout
19914 status open
19915
19916 \begin_layout Plain Layout
19917
19918 \series bold
19919 Bemerkung:
19920 \series default
19921  Das LaTeX-Paket 
19922 \series bold
19923 arydshln
19924 \series default
19925  ist nicht kompatibel dem LaTeX-Paket 
19926 \series bold
19927 colortbl
19928 \series default
19929
19930 \begin_inset Index
19931 status collapsed
19932
19933 \begin_layout Plain Layout
19934 LaTeX-Pakete ! colortbl
19935 \end_layout
19936
19937 \end_inset
19938
19939 , das für die farbigen Tabellen in Abschnitt
19940 \begin_inset space ~
19941 \end_inset
19942
19943
19944 \begin_inset CommandInset ref
19945 LatexCommand ref
19946 reference "abs:Farbige-Tabellen"
19947
19948 \end_inset
19949
19950  benutzt wurde.
19951  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19952 \end_layout
19953
19954 \end_inset
19955
19956
19957 \end_layout
19958
19959 \begin_layout Standard
19960 \begin_inset ERT
19961 status collapsed
19962
19963 \begin_layout Plain Layout
19964
19965
19966 \backslash
19967 else
19968 \end_layout
19969
19970 \end_inset
19971
19972
19973 \begin_inset Note Note
19974 status open
19975
19976 \begin_layout Plain Layout
19977 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19978 \series bold
19979 arydshln
19980 \series default
19981  nicht installiert ist:
19982 \end_layout
19983
19984 \end_inset
19985
19986
19987 \end_layout
19988
19989 \begin_layout Standard
19990 Sie müssen das LaTeX-Paket 
19991 \series bold
19992 arydshln
19993 \series default
19994  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19995 \end_layout
19996
19997 \begin_layout Standard
19998 \begin_inset ERT
19999 status collapsed
20000
20001 \begin_layout Plain Layout
20002
20003
20004 \backslash
20005 fi
20006 \end_layout
20007
20008 \end_inset
20009
20010
20011 \end_layout
20012
20013 \begin_layout Chapter
20014 Gleitobjekte
20015 \begin_inset Index
20016 status collapsed
20017
20018 \begin_layout Plain Layout
20019 Gleitobjekte
20020 \end_layout
20021
20022 \end_inset
20023
20024
20025 \end_layout
20026
20027 \begin_layout Section
20028 Einleitung
20029 \begin_inset CommandInset label
20030 LatexCommand label
20031 name "abs:Gleitobjekte-Einleitung"
20032
20033 \end_inset
20034
20035
20036 \begin_inset Index
20037 status collapsed
20038
20039 \begin_layout Plain Layout
20040 Gleitobjekte ! Einleitung
20041 \end_layout
20042
20043 \end_inset
20044
20045
20046 \end_layout
20047
20048 \begin_layout Standard
20049 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
20050  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
20051  der beste Platz ist.
20052  
20053 \family sans
20054 Fußnoten
20055 \family default
20056  und 
20057 \family sans
20058 Randnotizen
20059 \family default
20060  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
20061  wenn auf ihrer Seite schon zu viele sind.
20062 \end_layout
20063
20064 \begin_layout Standard
20065 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
20066  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
20067  um weiße Flächen und Seiten ohne Text zu vermeiden.
20068  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
20069 löst,
20070  kann im Text auf ein Gleitobjekt verwiesen werden.
20071  Gleitobjekte sind deshalb nummeriert.
20072  Querverweise werden in Abschnitt
20073 \begin_inset space ~
20074 \end_inset
20075
20076
20077 \begin_inset CommandInset ref
20078 LatexCommand ref
20079 reference "abs:Auf-Gleitobjekte-verweisen"
20080
20081 \end_inset
20082
20083  beschrieben.
20084 \end_layout
20085
20086 \begin_layout Standard
20087 Ein Gleitobjekt wird mit 
20088 \family sans
20089 Einfügen\SpecialChar \menuseparator
20090 Gleitobjekt\SpecialChar \menuseparator
20091 Algorithmus/Abbildung/Ta\SpecialChar \-
20092 belle/Um\SpecialChar \-
20093 flos\SpecialChar \-
20094 se\SpecialChar \-
20095 nes
20096 \begin_inset space ~
20097 \end_inset
20098
20099 Gleitobjekt
20100 \family default
20101  eingefügt.
20102  Für Abbildungen oder Tabellen können Sie auch auf 
20103 \begin_inset Graphics
20104         filename ../../images/float-insert_figure.png
20105         scale 70
20106         scaleBeforeRotation
20107         BoundingBox 0bp 6bp 22bp 22bp
20108
20109 \end_inset
20110
20111  oder 
20112 \begin_inset Graphics
20113         filename ../../images/float-insert_table.png
20114         scale 70
20115         scaleBeforeRotation
20116         BoundingBox 0bp 6bp 22bp 22bp
20117
20118 \end_inset
20119
20120  klicken.
20121  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
20122  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
20123  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
20124  #:).
20125  Statt # sehen Sie die von LyX vergebene Nummer.
20126  In das schmale Feld nach der Marke können Sie den Titel schreiben.
20127  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
20128  eingefügt.
20129  In Abschnitt
20130 \begin_inset space ~
20131 \end_inset
20132
20133
20134 \begin_inset CommandInset ref
20135 LatexCommand ref
20136 reference "abs:Titel-Platzierung"
20137
20138 \end_inset
20139
20140  finden Sie mehr über die Platzierung des Titels.
20141  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
20142  auch wieder geöffnet.
20143  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
20144 \begin_inset Graphics
20145         filename clipart/GleitobjektQt4.png
20146         scale 70
20147         scaleBeforeRotation
20148         BoundingBox 0bp 6bp 128bp 22bp
20149
20150 \end_inset
20151
20152  – ein graues Kästchen mit roter Beschriftung.
20153 \end_layout
20154
20155 \begin_layout Standard
20156 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
20157  Gleitobjekte in einem eigenen Absatz einzufügen.
20158 \end_layout
20159
20160 \begin_layout Standard
20161 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
20162  indem Sie sie markieren und dann auf 
20163 \begin_inset Graphics
20164         filename ../../images/float-insert_figure.png
20165         scale 70
20166         scaleBeforeRotation
20167         BoundingBox 0bp 6bp 22bp 22bp
20168
20169 \end_inset
20170
20171  oder 
20172 \begin_inset Graphics
20173         filename ../../images/float-insert_table.png
20174         scale 70
20175         scaleBeforeRotation
20176         BoundingBox 0bp 6bp 22bp 22bp
20177
20178 \end_inset
20179
20180  klicken.
20181 \end_layout
20182
20183 \begin_layout Section
20184 Gleitobjekt-Typen
20185 \begin_inset Index
20186 status collapsed
20187
20188 \begin_layout Plain Layout
20189 Gleitobjekte ! Typen
20190 \end_layout
20191
20192 \end_inset
20193
20194
20195 \end_layout
20196
20197 \begin_layout Standard
20198 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
20199 \begin_inset space ~
20200 \end_inset
20201
20202
20203 \begin_inset CommandInset ref
20204 LatexCommand ref
20205 reference "abs:Gleitende-Abbildungen"
20206
20207 \end_inset
20208
20209  und 
20210 \begin_inset CommandInset ref
20211 LatexCommand ref
20212 reference "abs:Gleitende-Tabellen"
20213
20214 \end_inset
20215
20216  beschrieben wurden, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
20217 \end_layout
20218
20219 \begin_layout Subsection
20220 Gleitobjekt-Algorithmen
20221 \begin_inset Index
20222 status collapsed
20223
20224 \begin_layout Plain Layout
20225 Gleitobjekte ! Algorithmen
20226 \end_layout
20227
20228 \end_inset
20229
20230
20231 \begin_inset CommandInset label
20232 LatexCommand label
20233 name "uab:Gleitobjekt-Algorithmen"
20234
20235 \end_inset
20236
20237
20238 \end_layout
20239
20240 \begin_layout Standard
20241 \begin_inset Float algorithm
20242 placement h
20243 wide false
20244 sideways false
20245 status open
20246
20247 \begin_layout Plain Layout
20248 \begin_inset Caption
20249
20250 \begin_layout Plain Layout
20251 \begin_inset CommandInset label
20252 LatexCommand label
20253 name "alg:Ein-Gleitobjekt-Algorithmus"
20254
20255 \end_inset
20256
20257 Ein Gleitobjekt-Algorithmus 
20258 \end_layout
20259
20260 \end_inset
20261
20262
20263 \end_layout
20264
20265 \begin_layout LyX-Code
20266 for I in 1..N loop
20267 \begin_inset Newline newline
20268 \end_inset
20269
20270  Sum:= Sum + A(I); /*Kommentar*/
20271 \begin_inset Newline newline
20272 \end_inset
20273
20274 end loop
20275 \begin_inset VSpace -4mm
20276 \end_inset
20277
20278
20279 \end_layout
20280
20281 \end_inset
20282
20283
20284 \end_layout
20285
20286 \begin_layout Standard
20287 Dieser Typ wird mit 
20288 \family sans
20289 Einfügen\SpecialChar \menuseparator
20290 Gleitobjekt\SpecialChar \menuseparator
20291 Algorithmus
20292 \family default
20293  eingefügt.
20294  Es gibt hierfür (noch) keinen Werkzeugleisten-Knopf.
20295  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet.
20296  Eine mögliche Absatz-Umgebung hier für ist 
20297 \family sans
20298 LyX-Code
20299 \family default
20300 , beschrieben im 
20301 \emph on
20302 Benutzerhandbuch
20303 \emph default
20304 .
20305  In Algorithmus
20306 \begin_inset space ~
20307 \end_inset
20308
20309
20310 \begin_inset CommandInset ref
20311 LatexCommand ref
20312 reference "alg:Ein-Gleitobjekt-Algorithmus"
20313
20314 \end_inset
20315
20316  wurden am Ende -0.4
20317 \begin_inset space \thinspace{}
20318 \end_inset
20319
20320 cm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
20321  letzten Zeile gedruckt wird.
20322 \end_layout
20323
20324 \begin_layout Standard
20325 Die Marke 
20326 \emph on
20327 Algorithmus
20328 \emph default
20329  wird nicht automatisch in die druckbare Version übernommen, sondern das
20330  englische Wort 
20331 \emph on
20332 Algorithm
20333 \emph default
20334  verwendet.
20335  Soll
20336 \emph on
20337  Algorithmus
20338 \emph default
20339  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
20340 \end_layout
20341
20342 \begin_layout Standard
20343
20344 \series bold
20345
20346 \backslash
20347 floatname{algorithm}{Algorithmus}
20348 \end_layout
20349
20350 \begin_layout Standard
20351 Um das Algorithmenverzeichnis einzufügen, kann für englische Dokumente das
20352  Menü 
20353 \family sans
20354 Einfügen\SpecialChar \menuseparator
20355 Liste
20356 \begin_inset space \thinspace{}
20357 \end_inset
20358
20359 /
20360 \begin_inset space \thinspace{}
20361 \end_inset
20362
20363 Inhaltsverzeichnis\SpecialChar \menuseparator
20364 Algorithmenverzeichnis
20365 \family default
20366  verwendet werden.
20367  Für nicht englische Dokumente, muss stattdessen dieser Befehl als TeX-Code
20368  eingefügt werden:
20369 \end_layout
20370
20371 \begin_layout Standard
20372
20373 \series bold
20374
20375 \backslash
20376 listof{algorithm}{Algorithmenverzeichnis}
20377 \end_layout
20378
20379 \begin_layout Standard
20380 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20381  nach dem Schema 
20382 \begin_inset Quotes gld
20383 \end_inset
20384
20385 Kapitelnummer.Algorithmusnummer
20386 \begin_inset Quotes grd
20387 \end_inset
20388
20389  nummeriert.
20390  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20391  einfügen:
20392 \end_layout
20393
20394 \begin_layout Standard
20395
20396 \series bold
20397
20398 \backslash
20399 numberwithin{algorithm}{chapter}
20400 \end_layout
20401
20402 \begin_layout Standard
20403 Um 
20404 \series bold
20405
20406 \backslash
20407 numberwithin
20408 \series default
20409  benutzen zu können, muss in den 
20410 \family sans
20411 Mathe
20412 \begin_inset space ~
20413 \end_inset
20414
20415 Optionen
20416 \family default
20417  der 
20418 \family sans
20419 Dokument-Einstellungen
20420 \family default
20421  
20422 \family sans
20423 AMS
20424 \begin_inset space ~
20425 \end_inset
20426
20427 Mathe
20428 \begin_inset space ~
20429 \end_inset
20430
20431 Paket
20432 \family default
20433
20434 \begin_inset space ~
20435 \end_inset
20436
20437
20438 \family sans
20439 verwenden
20440 \family default
20441  angekreuzt sein.
20442 \end_layout
20443
20444 \begin_layout Subsection
20445 Umflossene Gleitobjekte
20446 \begin_inset Index
20447 status collapsed
20448
20449 \begin_layout Plain Layout
20450 Gleitobjekte ! umflossene
20451 \end_layout
20452
20453 \end_inset
20454
20455
20456 \end_layout
20457
20458 \begin_layout Standard
20459 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
20460  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
20461  den die Abbildung bzw.
20462 \begin_inset space ~
20463 \end_inset
20464
20465 Tabelle übrig lässt.
20466  Sie werden über das Menü
20467 \family sans
20468  Einfügen\SpecialChar \menuseparator
20469 Gleitobjekt\SpecialChar \menuseparator
20470 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
20471 objekt
20472 \family default
20473  eingefügt, wenn das LaTeX-Paket 
20474 \series bold
20475 wrapfig
20476 \series default
20477
20478 \begin_inset Index
20479 status collapsed
20480
20481 \begin_layout Plain Layout
20482 LaTeX-Pakete ! wrapfig
20483 \begin_inset ERT
20484 status collapsed
20485
20486 \begin_layout Plain Layout
20487
20488
20489 \backslash
20490 vspace{4mm}
20491 \end_layout
20492
20493 \end_inset
20494
20495
20496 \end_layout
20497
20498 \end_inset
20499
20500  installiert ist.
20501 \begin_inset Foot
20502 status collapsed
20503
20504 \begin_layout Plain Layout
20505 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20506 \emph on
20507 LaTeX-Konfiguration
20508 \emph default
20509  beschrieben.
20510 \end_layout
20511
20512 \end_inset
20513
20514  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
20515  Box des Gleitobjekts geändert werden.
20516  
20517 \begin_inset Wrap figure
20518 lines 0
20519 placement l
20520 overhang 1cm
20521 width "40col%"
20522 status open
20523
20524 \begin_layout Plain Layout
20525 \begin_inset Graphics
20526         filename ../clipart/mobius.eps
20527         width 40col%
20528         scaleBeforeRotation
20529         rotateOrigin center
20530
20531 \end_inset
20532
20533
20534 \end_layout
20535
20536 \begin_layout Plain Layout
20537 \begin_inset Caption
20538
20539 \begin_layout Plain Layout
20540 \begin_inset CommandInset label
20541 LatexCommand label
20542 name "abb:Dies-ist-eine"
20543
20544 \end_inset
20545
20546 Dies ist eine umflossene Gleitobjekt-Abbildung
20547 \end_layout
20548
20549 \end_inset
20550
20551
20552 \end_layout
20553
20554 \end_inset
20555
20556  Obligatorische Einstellungen sind die 
20557 \family sans
20558 Breite
20559 \family default
20560  und 
20561 \family sans
20562 Platzierung
20563 \family default
20564  des Gleitobjekts.
20565  Optional sind der 
20566 \family sans
20567 Überhang 
20568 \family default
20569 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
20570 \begin_inset space \thinspace{}
20571 \end_inset
20572
20573 /
20574 \begin_inset space \thinspace{}
20575 \end_inset
20576
20577 der Seite ragt und die 
20578 \family sans
20579 benötigten Zeilen
20580 \family default
20581 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
20582  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
20583  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
20584  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
20585  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
20586  zu lassen.
20587  Abbildung
20588 \begin_inset space ~
20589 \end_inset
20590
20591
20592 \begin_inset CommandInset ref
20593 LatexCommand ref
20594 reference "abb:Dies-ist-eine"
20595
20596 \end_inset
20597
20598  ist zum Beispiel ein umflossenes Bild, das 40
20599 \begin_inset space \thinspace{}
20600 \end_inset
20601
20602 % der Spaltenbreite einnimmt, 1
20603 \begin_inset space \thinspace{}
20604 \end_inset
20605
20606 cm in den Rand ragt und links gesetzt wurde.
20607 \begin_inset Foot
20608 status collapsed
20609
20610 \begin_layout Plain Layout
20611 Die benutzbaren Einheiten werden in Anhang
20612 \begin_inset space ~
20613 \end_inset
20614
20615
20616 \begin_inset CommandInset ref
20617 LatexCommand ref
20618 reference "kap:In-LyX-verfügbare"
20619
20620 \end_inset
20621
20622  beschrieben.
20623 \end_layout
20624
20625 \end_inset
20626
20627
20628 \end_layout
20629
20630 \begin_layout Standard
20631 \begin_inset Note Greyedout
20632 status open
20633
20634 \begin_layout Plain Layout
20635
20636 \series bold
20637 Bemerkung:
20638 \series default
20639  Umflossene Objekte sind fragil! Wenn die Abbildung z.
20640 \begin_inset space \thinspace{}
20641 \end_inset
20642
20643 B.
20644  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
20645  oder über anderen Text gedruckt wird.
20646 \end_layout
20647
20648 \end_inset
20649
20650
20651 \end_layout
20652
20653 \begin_layout Standard
20654 Allgemein gilt:
20655 \end_layout
20656
20657 \begin_layout Itemize
20658 Umflossene Gleitobjekte sollten nicht in Absätze gepackt werden, die auf
20659  der nächsten Seite fortgesetzt werden.
20660  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
20661  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
20662 \end_layout
20663
20664 \begin_layout Itemize
20665 Umflossene Gleitobjekte sollten entweder vor dem Absatz, dessen Text um
20666  sie fließen soll, eingefügt werden oder darin.
20667 \end_layout
20668
20669 \begin_layout Itemize
20670 Umflossene Gleitobjekte in aufeinander folgenden Absätzen können Probleme
20671  bereiten, also achten Sie darauf, dass mindestens ein Textabsatz zwischen
20672  ihnen ist.
20673 \end_layout
20674
20675 \begin_layout Itemize
20676 Umflossene Gleitobjekte sind weder in Abschnitts-Überschriften noch in Tabellen
20677  erlaubt.
20678 \end_layout
20679
20680 \begin_layout Section
20681 Gleitobjekt-Nummerierung
20682 \begin_inset Index
20683 status collapsed
20684
20685 \begin_layout Plain Layout
20686 Gleitobjekte ! Nummerierung
20687 \end_layout
20688
20689 \end_inset
20690
20691
20692 \end_layout
20693
20694 \begin_layout Standard
20695 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20696  nummeriert oder nach dem Schema 
20697 \begin_inset Quotes gld
20698 \end_inset
20699
20700 Kapitelnummer.Gleitobjektnummer
20701 \begin_inset Quotes grd
20702 \end_inset
20703
20704  oder 
20705 \begin_inset Quotes gld
20706 \end_inset
20707
20708 Abschnittsnummer.Gleitobjektnummer
20709 \begin_inset Quotes grd
20710 \end_inset
20711
20712 .
20713  Das hängt von der Dokumentklasse ab.
20714 \end_layout
20715
20716 \begin_layout Standard
20717 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20718  in den LaTeX-Vorspann einfügen:
20719 \end_layout
20720
20721 \begin_layout Standard
20722
20723 \series bold
20724
20725 \backslash
20726 renewcommand{
20727 \backslash
20728 thetable}{
20729 \backslash
20730 roman{table}}
20731 \end_layout
20732
20733 \begin_layout Standard
20734
20735 \series bold
20736
20737 \backslash
20738 thetable
20739 \series default
20740  ist der Befehl, der die Tabellennummer druckt.
20741  Für Abbildungen ist das 
20742 \series bold
20743
20744 \backslash
20745 thefigure
20746 \series default
20747 .
20748  Der Befehl 
20749 \series bold
20750
20751 \backslash
20752 roman
20753 \series default
20754  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20755 \end_layout
20756
20757 \begin_layout Standard
20758 Um das Nummerierungsschema zum Beispiel auf 
20759 \begin_inset Quotes gld
20760 \end_inset
20761
20762 Unterabschnittsnummer.Num\SpecialChar \-
20763 mer
20764 \begin_inset Quotes grd
20765 \end_inset
20766
20767  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20768 \end_layout
20769
20770 \begin_layout Standard
20771
20772 \series bold
20773
20774 \backslash
20775 numberwithin{table}{subsection}
20776 \end_layout
20777
20778 \begin_layout Standard
20779 Um den Befehl 
20780 \series bold
20781
20782 \backslash
20783 numberwithin
20784 \series default
20785  benutzen zu können, müssen Sie in den 
20786 \family sans
20787 Mathe
20788 \begin_inset space ~
20789 \end_inset
20790
20791 Optionen
20792 \family default
20793  der 
20794 \family sans
20795 Dokument-Einstellungen
20796 \family default
20797  
20798 \family sans
20799 AMS
20800 \begin_inset space ~
20801 \end_inset
20802
20803 Mathe
20804 \begin_inset space ~
20805 \end_inset
20806
20807 Paket
20808 \family default
20809
20810 \begin_inset space ~
20811 \end_inset
20812
20813
20814 \family sans
20815 verwenden
20816 \family default
20817  ankreuzen.
20818 \end_layout
20819
20820 \begin_layout Standard
20821 Sehen Sie sich bitte auch Abschnitt
20822 \begin_inset space ~
20823 \end_inset
20824
20825
20826 \begin_inset CommandInset ref
20827 LatexCommand ref
20828 reference "uab:Fußnoten-Nummerierung"
20829
20830 \end_inset
20831
20832  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20833 \end_layout
20834
20835 \begin_layout Section
20836 Auf Gleitobjekte verweisen
20837 \begin_inset CommandInset label
20838 LatexCommand label
20839 name "abs:Auf-Gleitobjekte-verweisen"
20840
20841 \end_inset
20842
20843
20844 \begin_inset Index
20845 status collapsed
20846
20847 \begin_layout Plain Layout
20848 Gleitobjekte ! Querverweise
20849 \end_layout
20850
20851 \end_inset
20852
20853
20854 \begin_inset Index
20855 status collapsed
20856
20857 \begin_layout Plain Layout
20858 Querverweise ! auf Gleitobjekte
20859 \end_layout
20860
20861 \end_inset
20862
20863
20864 \end_layout
20865
20866 \begin_layout Standard
20867 Zunächst müssen Sie mit 
20868 \family sans
20869 Einfügen\SpecialChar \menuseparator
20870 Marke
20871 \family default
20872  oder einen Klick auf 
20873 \begin_inset Graphics
20874         filename ../../images/label-insert.png
20875         scale 70
20876         scaleBeforeRotation
20877
20878 \end_inset
20879
20880  eine Marke im Titel einfügen.
20881  Im 
20882 \family sans
20883 Marke
20884 \family default
20885 -Dialog schreiben Sie einen Text in das Feld 
20886 \family sans
20887 Marke
20888 \family default
20889  oder übernehmen den vorgeschlagenen.
20890  Die Marke sieht in LyX dann so aus:
20891 \end_layout
20892
20893 \begin_layout Standard
20894 \begin_inset Graphics
20895         filename clipart/Marke.png
20896         lyxscale 80
20897         scale 50
20898         scaleBeforeRotation
20899         BoundingBox 0bp 6bp 76bp 23bp
20900
20901 \end_inset
20902
20903
20904 \end_layout
20905
20906 \begin_layout Standard
20907 Die Marke wird als Anker und Name für den Querverweis benutzt.
20908  Mit 
20909 \family sans
20910 Einfügen\SpecialChar \menuseparator
20911 Querverweis
20912 \family default
20913  oder einen Klick auf 
20914 \begin_inset Graphics
20915         filename ../../images/dialog-show-new-inset_ref.png
20916         scale 70
20917         scaleBeforeRotation
20918
20919 \end_inset
20920
20921  können Sie dann auf die Marke verweisen.
20922  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20923  angezeigt:
20924 \end_layout
20925
20926 \begin_layout Standard
20927 \begin_inset Graphics
20928         filename clipart/Querverweis.png
20929         lyxscale 80
20930         scale 50
20931         scaleBeforeRotation
20932         BoundingBox 0bp 6bp 76bp 23bp
20933
20934 \end_inset
20935
20936
20937 \begin_inset Newline newline
20938 \end_inset
20939
20940  Mehr zu Querverweisen finden Sie im 
20941 \emph on
20942 Benutzerhandbuch
20943 \emph default
20944 .
20945 \end_layout
20946
20947 \begin_layout Standard
20948 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20949  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20950  durch einen Zeilenumbruch getrennt werden können.
20951 \end_layout
20952
20953 \begin_layout Standard
20954 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20955  LyX passt die Querverweise automatisch an.
20956 \end_layout
20957
20958 \begin_layout Standard
20959 Ein Klick auf den Schalter 
20960 \family sans
20961 Gehe
20962 \begin_inset space ~
20963 \end_inset
20964
20965 zur
20966 \begin_inset space ~
20967 \end_inset
20968
20969 Marke
20970 \family default
20971  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20972  Der Text der Schaltfläche heißt jetzt 
20973 \family sans
20974 Gehe
20975 \begin_inset space ~
20976 \end_inset
20977
20978 zurück
20979 \family default
20980  und ein Klick darauf macht genau dies.
20981   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20982  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20983  Dann ist auch kein 
20984 \family sans
20985 Gehe
20986 \begin_inset space ~
20987 \end_inset
20988
20989 zurück
20990 \family default
20991  möglich.
20992 \end_layout
20993
20994 \begin_layout Subsection
20995 Querverweis-Formate
20996 \begin_inset CommandInset label
20997 LatexCommand label
20998 name "uab:Querverweis-Formate"
20999
21000 \end_inset
21001
21002
21003 \begin_inset Index
21004 status collapsed
21005
21006 \begin_layout Plain Layout
21007 Querverweise ! Formate
21008 \end_layout
21009
21010 \end_inset
21011
21012
21013 \end_layout
21014
21015 \begin_layout Standard
21016 Es gibt sechs verschiedene Querverweisstile:
21017 \end_layout
21018
21019 \begin_layout Description
21020 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
21021  
21022 \begin_inset CommandInset ref
21023 LatexCommand ref
21024 reference "abb:Zwei-Teilabbildungen"
21025
21026 \end_inset
21027
21028
21029 \end_layout
21030
21031 \begin_layout Description
21032 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
21033  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
21034  verwendet wird, speziell wenn der Name 
21035 \begin_inset Quotes gld
21036 \end_inset
21037
21038 Gleichung
21039 \begin_inset Quotes grd
21040 \end_inset
21041
21042  weggelassen wird: 
21043 \begin_inset CommandInset ref
21044 LatexCommand eqref
21045 reference "eq:Wgn"
21046
21047 \end_inset
21048
21049
21050 \end_layout
21051
21052 \begin_layout Description
21053 <Seite>: druckt die Seitennummer: Seite
21054 \begin_inset space ~
21055 \end_inset
21056
21057
21058 \begin_inset CommandInset ref
21059 LatexCommand pageref
21060 reference "abb:Zwei-Teilabbildungen"
21061
21062 \end_inset
21063
21064
21065 \end_layout
21066
21067 \begin_layout Description
21068 auf
21069 \begin_inset space ~
21070 \end_inset
21071
21072 Seite
21073 \begin_inset space ~
21074 \end_inset
21075
21076 <Seite>: druckt den Text 
21077 \begin_inset Quotes gld
21078 \end_inset
21079
21080 auf Seite
21081 \begin_inset Quotes grd
21082 \end_inset
21083
21084  und die Seitennummer: 
21085 \begin_inset CommandInset ref
21086 LatexCommand vpageref
21087 reference "abb:Zwei-Teilabbildungen"
21088
21089 \end_inset
21090
21091
21092 \end_layout
21093
21094 \begin_layout Description
21095 <Querverweis>
21096 \begin_inset space ~
21097 \end_inset
21098
21099 auf
21100 \begin_inset space ~
21101 \end_inset
21102
21103 Seite
21104 \begin_inset space ~
21105 \end_inset
21106
21107 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
21108 \begin_inset Quotes gld
21109 \end_inset
21110
21111 auf Seite
21112 \begin_inset Quotes grd
21113 \end_inset
21114
21115 , und die Seitennummer: 
21116 \begin_inset CommandInset ref
21117 LatexCommand vref
21118 reference "abb:Zwei-Teilabbildungen"
21119
21120 \end_inset
21121
21122
21123 \end_layout
21124
21125 \begin_layout Description
21126 Formatierter
21127 \begin_inset space ~
21128 \end_inset
21129
21130 Querverweis: druckt ein selbst definiertes Querverweisformat
21131 \begin_inset Newline newline
21132 \end_inset
21133
21134
21135 \begin_inset Note Greyedout
21136 status open
21137
21138 \begin_layout Plain Layout
21139
21140 \series bold
21141 Bemerkung:
21142 \series default
21143  Dies ist nur möglich, wenn das LaTeX-Paket 
21144 \series bold
21145 prettyref
21146 \series default
21147  installiert ist.
21148 \end_layout
21149
21150 \end_inset
21151
21152
21153 \end_layout
21154
21155 \begin_layout Standard
21156 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
21157  sich die referenzierte Marke auf der vorherigen, derselben oder der nächsten
21158  Seite befindet.
21159  Stattdessen wird der Text 
21160 \begin_inset Quotes gld
21161 \end_inset
21162
21163 auf der vorigen Seite
21164 \begin_inset Quotes grd
21165 \end_inset
21166
21167
21168 \begin_inset Quotes gld
21169 \end_inset
21170
21171 auf dieser Seite
21172 \begin_inset Quotes grd
21173 \end_inset
21174
21175  oder 
21176 \begin_inset Quotes gld
21177 \end_inset
21178
21179 auf der nächsten Seite
21180 \begin_inset Quotes grd
21181 \end_inset
21182
21183  gedruckt.
21184 \end_layout
21185
21186 \begin_layout Standard
21187 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
21188  automatisch von LaTeX berechnet.
21189  Die Stile können im Feld 
21190 \family sans
21191 Format
21192 \family default
21193  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
21194  einen Querverweis klicken.
21195 \end_layout
21196
21197 \begin_layout Subsection
21198 Automatische Querverweisnamen
21199 \begin_inset Index
21200 status collapsed
21201
21202 \begin_layout Plain Layout
21203 Querverweise ! Automatische Namen 
21204 \end_layout
21205
21206 \end_inset
21207
21208
21209 \end_layout
21210
21211 \begin_layout Standard
21212 Das LaTeX-Paket 
21213 \series bold
21214 hyperref
21215 \series default
21216
21217 \begin_inset Index
21218 status collapsed
21219
21220 \begin_layout Plain Layout
21221 LaTeX-Pakete ! hyperref
21222 \end_layout
21223
21224 \end_inset
21225
21226 , das in den
21227 \family sans
21228  PDF-Eigenschaften
21229 \family default
21230  im 
21231 \family sans
21232 Dokument-Einstellungen
21233 \family default
21234  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
21235  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
21236  wie 
21237 \emph on
21238 Abschnitt
21239 \emph default
21240 ).
21241  Sie müssen damit z.
21242 \begin_inset space \thinspace{}
21243 \end_inset
21244
21245 B.
21246  nicht mehr den Namen 
21247 \begin_inset Quotes gld
21248 \end_inset
21249
21250 Abbildung
21251 \begin_inset Quotes grd
21252 \end_inset
21253
21254  vor jeden Querverweis auf eine Abbildung schreiben.
21255  Um diese Funktion benutzen zu können, aktivieren Sie 
21256 \series bold
21257 hyperref
21258 \series default
21259  und fügen diese Zeile in den LaTeX-Vorspann ein:
21260 \end_layout
21261
21262 \begin_layout Standard
21263
21264 \series bold
21265
21266 \backslash
21267 AtBeginDocument{
21268 \backslash
21269 renewcommand{
21270 \backslash
21271 ref}[1]{
21272 \backslash
21273 mbox{
21274 \backslash
21275 autoref{#1}}}}
21276 \end_layout
21277
21278 \begin_layout Standard
21279 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
21280 \begin_inset space \thinspace{}
21281 \end_inset
21282
21283 B.
21284  statt 
21285 \begin_inset Quotes gld
21286 \end_inset
21287
21288 Abschnitt
21289 \begin_inset Quotes grd
21290 \end_inset
21291
21292  den Namen 
21293 \begin_inset Quotes gld
21294 \end_inset
21295
21296 Kap.
21297 \begin_inset space \thinspace{}
21298 \end_inset
21299
21300
21301 \begin_inset Quotes grd
21302 \end_inset
21303
21304 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
21305 \end_layout
21306
21307 \begin_layout Standard
21308
21309 \series bold
21310
21311 \backslash
21312 addto
21313 \backslash
21314 extrasngerman{
21315 \backslash
21316 renewcommand{
21317 \backslash
21318 sectionautorefname}
21319 \begin_inset Newline newline
21320 \end_inset
21321
21322
21323 \begin_inset ERT
21324 status collapsed
21325
21326 \begin_layout Plain Layout
21327
21328
21329 \backslash
21330 hphantom{ }
21331 \end_layout
21332
21333 \end_inset
21334
21335 {Kap.
21336 \backslash
21337 negthinspace}}
21338 \end_layout
21339
21340 \begin_layout Standard
21341 Wenn Sie eine andere Dokumentsprache als Englisch benutzen, ersetzen Sie
21342 \begin_inset Newline newline
21343 \end_inset
21344
21345
21346 \series bold
21347
21348 \backslash
21349 extrasngerman
21350 \series default
21351  durch 
21352 \series bold
21353
21354 \backslash
21355 extras***
21356 \series default
21357 , wobei *** der Name der verwendeten Sprache ist.
21358 \end_layout
21359
21360 \begin_layout Standard
21361 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
21362  z.
21363 \begin_inset space \thinspace{}
21364 \end_inset
21365
21366 B.
21367  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
21368 \end_layout
21369
21370 \begin_layout Standard
21371
21372 \series bold
21373
21374 \backslash
21375 newlength{
21376 \backslash
21377 abc}
21378 \begin_inset Newline newline
21379 \end_inset
21380
21381
21382 \backslash
21383 settowidth{
21384 \backslash
21385 abc}{
21386 \backslash
21387 space}
21388 \begin_inset Newline newline
21389 \end_inset
21390
21391
21392 \backslash
21393 addto
21394 \backslash
21395 extrasenglish{
21396 \backslash
21397 renewcommand{
21398 \backslash
21399 equationautorefname}
21400 \begin_inset Newline newline
21401 \end_inset
21402
21403
21404 \begin_inset ERT
21405 status collapsed
21406
21407 \begin_layout Plain Layout
21408
21409
21410 \backslash
21411 hphantom{ }
21412 \end_layout
21413
21414 \end_inset
21415
21416 {
21417 \backslash
21418 hspace{-
21419 \backslash
21420 abc}}
21421 \end_layout
21422
21423 \begin_layout Standard
21424 Mehr über dieses Thema finden Sie in der 
21425 \series bold
21426 hyperref
21427 \series default
21428 -Dokumentation 
21429 \begin_inset CommandInset citation
21430 LatexCommand cite
21431 key "hyperref"
21432
21433 \end_inset
21434
21435 .
21436 \end_layout
21437
21438 \begin_layout Standard
21439 \begin_inset Note Greyedout
21440 status open
21441
21442 \begin_layout Plain Layout
21443
21444 \series bold
21445 Bemerkung:
21446 \series default
21447  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21448  als Querverweisstil 
21449 \family sans
21450 Formatierter
21451 \begin_inset space ~
21452 \end_inset
21453
21454 Querverweis
21455 \family default
21456  benutzen, wie in Abschnitt
21457 \begin_inset space ~
21458 \end_inset
21459
21460
21461 \begin_inset CommandInset ref
21462 LatexCommand ref
21463 reference "uab:Querverweis-Formate"
21464
21465 \end_inset
21466
21467  beschrieben.
21468 \end_layout
21469
21470 \end_inset
21471
21472
21473 \end_layout
21474
21475 \begin_layout Standard
21476 Das 
21477 \emph on
21478 Mathe
21479 \emph default
21480  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
21481 \end_layout
21482
21483 \begin_layout Subsection
21484 Querverweis-Position
21485 \begin_inset CommandInset label
21486 LatexCommand label
21487 name "uab:Querverweis-Position"
21488
21489 \end_inset
21490
21491
21492 \begin_inset Index
21493 status collapsed
21494
21495 \begin_layout Plain Layout
21496 Querverweise !  Position
21497 \end_layout
21498
21499 \end_inset
21500
21501
21502 \end_layout
21503
21504 \begin_layout Standard
21505 Wenn Sie 
21506 \series bold
21507 hyperref
21508 \series default
21509
21510 \begin_inset Index
21511 status collapsed
21512
21513 \begin_layout Plain Layout
21514 LaTeX-Pakete ! hyperref
21515 \end_layout
21516
21517 \end_inset
21518
21519  in den
21520 \family sans
21521  PDF-Eigenschaften
21522 \family default
21523  im 
21524 \family sans
21525 Dokument-Einstellungen
21526 \family default
21527  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
21528  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21529  und Sie werden das Bild ohne Scrollen nicht sehen.
21530  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21531  ist.
21532  Wenn Sie das  LaTeX-Paket 
21533 \series bold
21534 hypcap
21535 \series default
21536
21537 \begin_inset Index
21538 status collapsed
21539
21540 \begin_layout Plain Layout
21541 LaTeX-Pakete ! hypcap
21542 \end_layout
21543
21544 \end_inset
21545
21546 , das Teil des LaTeX-Pakets 
21547 \series bold
21548 oberdiek
21549 \series default
21550
21551 \begin_inset Index
21552 status collapsed
21553
21554 \begin_layout Plain Layout
21555 LaTeX-Pakete ! oberdiek
21556 \end_layout
21557
21558 \end_inset
21559
21560  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21561  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21562 \series bold
21563 hypcap
21564 \series default
21565  zunächst in den LaTeX-Vorspann laden:
21566 \end_layout
21567
21568 \begin_layout Standard
21569
21570 \series bold
21571
21572 \backslash
21573 usepackage[figure]{hypcap}
21574 \end_layout
21575
21576 \begin_layout Standard
21577 Sie können 
21578 \series bold
21579 hypcap
21580 \series default
21581  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
21582  nicht empfohlen.
21583  Weitere Informationen finden Sie im
21584 \series bold
21585  hypcap
21586 \series default
21587 -Handbuch 
21588 \begin_inset CommandInset citation
21589 LatexCommand cite
21590 key "hypcap"
21591
21592 \end_inset
21593
21594 .
21595 \end_layout
21596
21597 \begin_layout Standard
21598 \begin_inset Note Greyedout
21599 status open
21600
21601 \begin_layout Plain Layout
21602
21603 \series bold
21604 Bemerkung:
21605 \series default
21606  
21607 \series bold
21608 hypcap
21609 \series medium
21610  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
21611 \end_layout
21612
21613 \end_inset
21614
21615
21616 \end_layout
21617
21618 \begin_layout Section
21619 Gleitobjekt-Platzierung
21620 \begin_inset CommandInset label
21621 LatexCommand label
21622 name "abs:Gleitobjekt-Platzierung"
21623
21624 \end_inset
21625
21626
21627 \begin_inset Index
21628 status collapsed
21629
21630 \begin_layout Plain Layout
21631 Gleitobjekte ! Platzierung
21632 \end_layout
21633
21634 \end_inset
21635
21636
21637 \end_layout
21638
21639 \begin_layout Standard
21640 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21641 \family sans
21642 Gleitobjekt-Einstellungen
21643 \family default
21644 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21645  können.
21646 \begin_inset Newline newline
21647 \end_inset
21648
21649 Die Option 
21650 \family sans
21651 Spalten
21652 \begin_inset space ~
21653 \end_inset
21654
21655 überspannen
21656 \family default
21657  ist nur bei zweispaltigen Dokumenten sinnvoll.
21658  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21659 \begin_inset Newline newline
21660 \end_inset
21661
21662 Die Option 
21663 \family sans
21664 Seitwärts
21665 \begin_inset space ~
21666 \end_inset
21667
21668 drehen
21669 \family default
21670  ist in Abschnitt 
21671 \begin_inset CommandInset ref
21672 LatexCommand ref
21673 reference "abs:Gedrehte-Gleitobjekte"
21674
21675 \end_inset
21676
21677  beschrieben.
21678 \end_layout
21679
21680 \begin_layout Standard
21681 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21682  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21683  Sie die Option 
21684 \family sans
21685 Standard-Platzierung
21686 \begin_inset space ~
21687 \end_inset
21688
21689 verwenden
21690 \family default
21691  nicht verwenden:
21692 \end_layout
21693
21694 \begin_layout Description
21695 Hier
21696 \begin_inset space ~
21697 \end_inset
21698
21699 wenn
21700 \begin_inset space ~
21701 \end_inset
21702
21703 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21704 \end_layout
21705
21706 \begin_layout Description
21707 Anfang
21708 \begin_inset space ~
21709 \end_inset
21710
21711 der
21712 \begin_inset space ~
21713 \end_inset
21714
21715 Seite
21716 \family sans
21717  
21718 \family default
21719 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21720  Gleitobjekte, die maximal 70
21721 \begin_inset space \thinspace{}
21722 \end_inset
21723
21724 % einer Seite benötigen, dürfen oben platziert werden.
21725  Dies kann durch die Variable 
21726 \series bold
21727
21728 \backslash
21729 topfraction
21730 \series default
21731  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21732 \end_layout
21733
21734 \begin_deeper
21735 \begin_layout Standard
21736
21737 \series bold
21738
21739 \backslash
21740 renewcommand{
21741 \backslash
21742 topfraction}{0.9}
21743 \family typewriter
21744 \series default
21745  
21746 \end_layout
21747
21748 \end_deeper
21749 \begin_layout Description
21750 Ende
21751 \begin_inset space ~
21752 \end_inset
21753
21754 der
21755 \begin_inset space ~
21756 \end_inset
21757
21758 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21759  Gleitobjekte, die maximal 30
21760 \begin_inset space \thinspace{}
21761 \end_inset
21762
21763 % einer Seite benötigen, dürfen unten platziert werden.
21764  Dies kann durch die Variable 
21765 \series bold
21766
21767 \backslash
21768 bottomfraction
21769 \series default
21770  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21771 \end_layout
21772
21773 \begin_deeper
21774 \begin_layout Standard
21775
21776 \series bold
21777
21778 \backslash
21779 renewcommand{
21780 \backslash
21781 bottomfraction}{0.5}
21782 \end_layout
21783
21784 \begin_layout Standard
21785 die oftmals zu kleine untere Grenze auf 50
21786 \begin_inset space \thinspace{}
21787 \end_inset
21788
21789 %.
21790 \end_layout
21791
21792 \end_deeper
21793 \begin_layout Description
21794 Seite
21795 \begin_inset space ~
21796 \end_inset
21797
21798 mit
21799 \begin_inset space ~
21800 \end_inset
21801
21802 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21803  Nur wenn mehr als 50
21804 \begin_inset space \thinspace{}
21805 \end_inset
21806
21807 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21808  Gleitobjekte bereitgestellt.
21809  Dies kann durch die Variable 
21810 \series bold
21811
21812 \backslash
21813 floatpagefraction 
21814 \series default
21815 im LaTeX-Vorspann überschrieben werden.
21816 \end_layout
21817
21818 \begin_layout Standard
21819 Die Reihenfolge der obigen Optionen wird 
21820 \emph on
21821 immer
21822 \emph default
21823  von LaTeX verwendet.
21824  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21825  versuchen 
21826 \family sans
21827 Hier
21828 \begin_inset space \space{}
21829 \end_inset
21830
21831 wenn
21832 \begin_inset space \space{}
21833 \end_inset
21834
21835 möglich
21836 \family default
21837 , dann 
21838 \family sans
21839 Anfang
21840 \begin_inset space ~
21841 \end_inset
21842
21843 der
21844 \begin_inset space ~
21845 \end_inset
21846
21847 Seite
21848 \family default
21849  und dann die anderen Optionen anzuwenden.
21850  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21851  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21852  Reihenfolge.
21853  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21854 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21855 \end_layout
21856
21857 \begin_layout Standard
21858 Die Option 
21859 \family sans
21860 Hier,
21861 \begin_inset space ~
21862 \end_inset
21863
21864 auf
21865 \begin_inset space ~
21866 \end_inset
21867
21868 jeden
21869 \begin_inset space ~
21870 \end_inset
21871
21872 Fall
21873 \family default
21874  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21875  fast druckreif ist.
21876  Denn mit der Option kann das Objekt nicht mehr 
21877 \emph on
21878 gleiten
21879 \emph default
21880 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21881  oftmals zerstört.
21882 \end_layout
21883
21884 \begin_layout Standard
21885 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
21886  immer vom Text eines bestimmten Absatzes umgeben sind.
21887 \begin_inset VSpace bigskip
21888 \end_inset
21889
21890
21891 \end_layout
21892
21893 \begin_layout Standard
21894 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21895 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21896  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21897  Das kann mit dem LaTeX-Befehl
21898 \series bold
21899  
21900 \backslash
21901 suppressfloats
21902 \series default
21903  verhindert werden.
21904  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21905  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21906  gesetzt wird.
21907  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21908 \end_layout
21909
21910 \begin_layout Standard
21911
21912 \series bold
21913
21914 \backslash
21915 let
21916 \backslash
21917 meinAbschnitt
21918 \backslash
21919 section
21920 \begin_inset Newline newline
21921 \end_inset
21922
21923
21924 \backslash
21925 renewcommand{
21926 \backslash
21927 section}{
21928 \backslash
21929 suppressfloats[t]
21930 \backslash
21931 meinAbschnitt}
21932 \end_layout
21933
21934 \begin_layout Standard
21935 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21936  Unterabschnitten festlegen.
21937  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21938  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21939 \end_layout
21940
21941 \begin_layout Standard
21942 Es gibt auch noch das LaTeX-Paket 
21943 \series bold
21944 flafter
21945 \series default
21946
21947 \begin_inset Index
21948 status collapsed
21949
21950 \begin_layout Plain Layout
21951 LaTeX-Pakete ! flafter
21952 \end_layout
21953
21954 \end_inset
21955
21956  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21957  gedruckt wird.
21958 \end_layout
21959
21960 \begin_layout Standard
21961 \begin_inset VSpace bigskip
21962 \end_inset
21963
21964 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21965  Dafür gibt es das LaTeX-Paket 
21966 \series bold
21967 endfloat
21968 \series default
21969
21970 \begin_inset Index
21971 status collapsed
21972
21973 \begin_layout Plain Layout
21974 LaTeX-Pakete ! endfloat
21975 \end_layout
21976
21977 \end_inset
21978
21979 .
21980  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21981  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21982  
21983 \family sans
21984
21985 \begin_inset Quotes gld
21986 \end_inset
21987
21988 [Abbildung
21989 \begin_inset space ~
21990 \end_inset
21991
21992 3.2 ist ungefähr hier.]
21993 \family default
21994
21995 \begin_inset Quotes grd
21996 \end_inset
21997
21998  finden.
21999  Das 
22000 \series bold
22001 endfloat
22002 \series default
22003 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
22004 \end_layout
22005
22006 \begin_layout Standard
22007
22008 \series bold
22009
22010 \backslash
22011 usepackage[Optionen]{endfloat}
22012 \end_layout
22013
22014 \begin_layout Standard
22015 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
22016  Tabellen-Abschnitte, die Sie in der 
22017 \series bold
22018 endfloat
22019 \series default
22020 -Dokumentation 
22021 \begin_inset CommandInset citation
22022 LatexCommand cite
22023 key "endfloat"
22024
22025 \end_inset
22026
22027  nachlesen können.
22028 \begin_inset Newline newline
22029 \end_inset
22030
22031
22032 \begin_inset Note Greyedout
22033 status open
22034
22035 \begin_layout Plain Layout
22036
22037 \series bold
22038 Bemerkung
22039 \begin_inset space ~
22040 \end_inset
22041
22042 1: endfloat
22043 \series default
22044  übersetzt den Hinweistext nicht automatisch.
22045  Abschnitt
22046 \begin_inset space ~
22047 \end_inset
22048
22049 4 in 
22050 \begin_inset CommandInset citation
22051 LatexCommand cite
22052 key "endfloat"
22053
22054 \end_inset
22055
22056  beschreibt, wie es geht.
22057 \end_layout
22058
22059 \end_inset
22060
22061
22062 \end_layout
22063
22064 \begin_layout Standard
22065 \begin_inset Note Greyedout
22066 status open
22067
22068 \begin_layout Plain Layout
22069
22070 \series bold
22071 Bemerkung
22072 \begin_inset space ~
22073 \end_inset
22074
22075 2: 
22076 \series default
22077 Die aktuelle Version von 
22078 \series bold
22079 endfloat
22080 \series default
22081  hat einen Fehler, wenn die Überschrift ein 
22082 \begin_inset Quotes gld
22083 \end_inset
22084
22085 ß
22086 \begin_inset Quotes grd
22087 \end_inset
22088
22089  enthält.
22090  Sie müssen stattdessen den Befehl 
22091 \series bold
22092
22093 \backslash
22094 ss
22095 \series default
22096  als TeX-Code benutzen.
22097 \end_layout
22098
22099 \end_inset
22100
22101
22102 \end_layout
22103
22104 \begin_layout Standard
22105 \begin_inset VSpace bigskip
22106 \end_inset
22107
22108 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
22109  wie 
22110 \begin_inset CommandInset citation
22111 LatexCommand cite
22112 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
22113
22114 \end_inset
22115
22116 .
22117 \end_layout
22118
22119 \begin_layout Section
22120 Gedrehte Gleitobjekte
22121 \begin_inset CommandInset label
22122 LatexCommand label
22123 name "abs:Gedrehte-Gleitobjekte"
22124
22125 \end_inset
22126
22127
22128 \begin_inset Index
22129 status collapsed
22130
22131 \begin_layout Plain Layout
22132 Gleitobjekte ! drehen
22133 \end_layout
22134
22135 \end_inset
22136
22137
22138 \end_layout
22139
22140 \begin_layout Standard
22141 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
22142 t drehen.
22143  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
22144  und die Option 
22145 \family sans
22146 Seitwärts
22147 \begin_inset space ~
22148 \end_inset
22149
22150 drehen
22151 \family default
22152  wählen.
22153 \end_layout
22154
22155 \begin_layout Standard
22156 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
22157  sie ein mehrspaltiges Dokument haben) gedruckt.
22158  Sie können mehrere Spalten überspannen, wenn die Option 
22159 \family sans
22160 Spalten
22161 \begin_inset space ~
22162 \end_inset
22163
22164 überspannen
22165 \family default
22166  in den Gleitobjekt Einstellungen gewählt ist.
22167  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
22168  werden können.
22169  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
22170  Option 
22171 \series bold
22172 figuresleft
22173 \series default
22174  oder 
22175 \series bold
22176 figuresright
22177 \series default
22178  zu den Dokumentklassen-Optionen hinzu.
22179 \end_layout
22180
22181 \begin_layout Standard
22182 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
22183  Tabelle
22184 \begin_inset space ~
22185 \end_inset
22186
22187
22188 \begin_inset CommandInset ref
22189 LatexCommand ref
22190 reference "tab:Gedrehte-Tabelle"
22191
22192 \end_inset
22193
22194  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
22195 \end_layout
22196
22197 \begin_layout Standard
22198 \begin_inset Note Greyedout
22199 status open
22200
22201 \begin_layout Plain Layout
22202
22203 \series bold
22204 Bemerkung:
22205 \series default
22206  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
22207 \end_layout
22208
22209 \end_inset
22210
22211
22212 \end_layout
22213
22214 \begin_layout Standard
22215 \begin_inset Float table
22216 wide false
22217 sideways true
22218 status open
22219
22220 \begin_layout Plain Layout
22221 \begin_inset Caption
22222
22223 \begin_layout Plain Layout
22224 \begin_inset CommandInset label
22225 LatexCommand label
22226 name "tab:Gedrehte-Tabelle"
22227
22228 \end_inset
22229
22230 Gedrehte Tabelle
22231 \end_layout
22232
22233 \end_inset
22234
22235
22236 \end_layout
22237
22238 \begin_layout Plain Layout
22239 \align center
22240 \begin_inset Tabular
22241 <lyxtabular version="3" rows="1" columns="5">
22242 <features>
22243 <column alignment="center" valignment="top" width="0">
22244 <column alignment="center" valignment="top" width="0">
22245 <column alignment="center" valignment="top" width="0">
22246 <column alignment="center" valignment="top" width="0">
22247 <column alignment="center" valignment="top" width="0">
22248 <row>
22249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22250 \begin_inset Text
22251
22252 \begin_layout Plain Layout
22253 Test
22254 \end_layout
22255
22256 \end_inset
22257 </cell>
22258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22259 \begin_inset Text
22260
22261 \begin_layout Plain Layout
22262 b
22263 \end_layout
22264
22265 \end_inset
22266 </cell>
22267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22268 \begin_inset Text
22269
22270 \begin_layout Plain Layout
22271 c
22272 \end_layout
22273
22274 \end_inset
22275 </cell>
22276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22277 \begin_inset Text
22278
22279 \begin_layout Plain Layout
22280 d
22281 \end_layout
22282
22283 \end_inset
22284 </cell>
22285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22286 \begin_inset Text
22287
22288 \begin_layout Plain Layout
22289 e
22290 \end_layout
22291
22292 \end_inset
22293 </cell>
22294 </row>
22295 </lyxtabular>
22296
22297 \end_inset
22298
22299
22300 \end_layout
22301
22302 \end_inset
22303
22304
22305 \end_layout
22306
22307 \begin_layout Section
22308 Gleitobjekte nebeneinander
22309 \begin_inset Index
22310 status collapsed
22311
22312 \begin_layout Plain Layout
22313 Gleitobjekte ! nebeneinander
22314 \end_layout
22315
22316 \end_inset
22317
22318
22319 \end_layout
22320
22321 \begin_layout Standard
22322 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
22323 \begin_inset space ~
22324 \end_inset
22325
22326
22327 \begin_inset CommandInset ref
22328 LatexCommand ref
22329 reference "abb:Gleitobjekt-links"
22330
22331 \end_inset
22332
22333  und 
22334 \begin_inset CommandInset ref
22335 LatexCommand ref
22336 reference "abb:Gleitobjekt-rechts"
22337
22338 \end_inset
22339
22340  wird nur 
22341 \emph on
22342 ein
22343 \emph default
22344  Gleitobjekt verwendet.
22345  In dieses werden zwei Minipage Boxen eingefügt.
22346 \begin_inset Foot
22347 status collapsed
22348
22349 \begin_layout Plain Layout
22350 Minipages sind in Abschnitt
22351 \begin_inset space ~
22352 \end_inset
22353
22354
22355 \begin_inset CommandInset ref
22356 LatexCommand ref
22357 reference "abs:Minipage"
22358
22359 \end_inset
22360
22361  erklärt.
22362 \end_layout
22363
22364 \end_inset
22365
22366  Die Breite wird für jede Minipage auf 45
22367 \begin_inset space \thinspace{}
22368 \end_inset
22369
22370 -50
22371 \begin_inset space \thinspace{}
22372 \end_inset
22373
22374 Spalten% und die Box Ausrichtung auf 
22375 \family sans
22376 Unten
22377 \family default
22378  gesetzt.
22379  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
22380  Gleitobjekt.
22381  Der einzige Unterschied ist, dass die Bildeinheit 
22382 \family sans
22383 Spaltenbreite
22384 \begin_inset space ~
22385 \end_inset
22386
22387 %
22388 \family default
22389  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
22390 \end_layout
22391
22392 \begin_layout Standard
22393 \begin_inset Float figure
22394 wide false
22395 sideways false
22396 status open
22397
22398 \begin_layout Plain Layout
22399 \begin_inset Box Frameless
22400 position "b"
22401 hor_pos "c"
22402 has_inner_box 1
22403 inner_pos "t"
22404 use_parbox 0
22405 width "45col%"
22406 special "none"
22407 height "1in"
22408 height_special "totalheight"
22409 status open
22410
22411 \begin_layout Plain Layout
22412 \align center
22413 \begin_inset Graphics
22414         filename ../clipart/mobius.eps
22415         lyxscale 50
22416         width 100col%
22417         scaleBeforeRotation
22418
22419 \end_inset
22420
22421
22422 \end_layout
22423
22424 \begin_layout Plain Layout
22425 \begin_inset Caption
22426
22427 \begin_layout Plain Layout
22428 \begin_inset CommandInset label
22429 LatexCommand label
22430 name "abb:Gleitobjekt-links"
22431
22432 \end_inset
22433
22434 Gleitobjekt auf der linken Seite.
22435 \end_layout
22436
22437 \end_inset
22438
22439
22440 \end_layout
22441
22442 \end_inset
22443
22444
22445 \begin_inset space \hfill{}
22446 \end_inset
22447
22448
22449 \begin_inset Box Frameless
22450 position "b"
22451 hor_pos "c"
22452 has_inner_box 1
22453 inner_pos "t"
22454 use_parbox 0
22455 width "45col%"
22456 special "none"
22457 height "1in"
22458 height_special "totalheight"
22459 status open
22460
22461 \begin_layout Plain Layout
22462 \align center
22463 \begin_inset Graphics
22464         filename ../clipart/platypus.eps
22465         lyxscale 50
22466         width 100col%
22467         scaleBeforeRotation
22468
22469 \end_inset
22470
22471
22472 \end_layout
22473
22474 \begin_layout Plain Layout
22475 \begin_inset Caption
22476
22477 \begin_layout Plain Layout
22478 \begin_inset CommandInset label
22479 LatexCommand label
22480 name "abb:Gleitobjekt-rechts"
22481
22482 \end_inset
22483
22484 Gleitobjekt auf der rechten Seite.
22485 \end_layout
22486
22487 \end_inset
22488
22489
22490 \end_layout
22491
22492 \end_inset
22493
22494
22495 \end_layout
22496
22497 \end_inset
22498
22499
22500 \end_layout
22501
22502 \begin_layout Section
22503 Beschriftungs-Formatierung
22504 \begin_inset CommandInset label
22505 LatexCommand label
22506 name "abs:Titel-Formatierung"
22507
22508 \end_inset
22509
22510
22511 \begin_inset Index
22512 status collapsed
22513
22514 \begin_layout Plain Layout
22515 Gleitobjekte ! Beschriftung ! Formatierung
22516 \end_layout
22517
22518 \end_inset
22519
22520
22521 \end_layout
22522
22523 \begin_layout Standard
22524
22525 \family sans
22526 Legende
22527 \family default
22528  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22529  In LyX sehen Titel so aus:  
22530 \family sans
22531
22532 \begin_inset Quotes gld
22533 \end_inset
22534
22535 Abbildung xyz:
22536 \family default
22537
22538 \begin_inset Quotes grd
22539 \end_inset
22540
22541 , gefolgt vom Beschriftungstext, wobei 
22542 \family sans
22543 xyz
22544 \family default
22545  die von LyX vergebene Nummer ist.
22546  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22547  gedruckt.
22548  Dies ist nicht immer brauchbar.
22549 \end_layout
22550
22551 \begin_layout Standard
22552 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22553  
22554 \series bold
22555 caption
22556 \series default
22557
22558 \begin_inset Index
22559 status collapsed
22560
22561 \begin_layout Plain Layout
22562 LaTeX-Pakete ! caption
22563 \end_layout
22564
22565 \end_inset
22566
22567  in den LaTeX-Vorspann laden:
22568 \end_layout
22569
22570 \begin_layout Standard
22571
22572 \series bold
22573
22574 \backslash
22575 usepackage[Format-Definition]{caption}
22576 \end_layout
22577
22578 \begin_layout Standard
22579 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22580  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22581 \end_layout
22582
22583 \begin_layout Standard
22584
22585 \series bold
22586
22587 \backslash
22588 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22589 \end_layout
22590
22591 \begin_layout Standard
22592 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22593  definieren.
22594  Dazu laden Sie das 
22595 \series bold
22596 caption
22597 \series default
22598 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22599  dem Befehl
22600 \end_layout
22601
22602 \begin_layout Standard
22603
22604 \series bold
22605
22606 \backslash
22607 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22608 \end_layout
22609
22610 \begin_layout Standard
22611 Für Abbildung
22612 \begin_inset space ~
22613 \end_inset
22614
22615
22616 \begin_inset CommandInset ref
22617 LatexCommand ref
22618 reference "abb:Langer-Abb-Titel"
22619
22620 \end_inset
22621
22622  und Tabelle
22623 \begin_inset space ~
22624 \end_inset
22625
22626
22627 \begin_inset CommandInset ref
22628 LatexCommand ref
22629 reference "tab:Langer-Tab-Titel"
22630
22631 \end_inset
22632
22633  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22634  werden:
22635 \end_layout
22636
22637 \begin_layout Standard
22638
22639 \series bold
22640
22641 \backslash
22642 usepackage[tableposition=top]{caption}
22643 \begin_inset Newline newline
22644 \end_inset
22645
22646
22647 \backslash
22648 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22649 \begin_inset Newline newline
22650 \end_inset
22651
22652
22653 \begin_inset ERT
22654 status collapsed
22655
22656 \begin_layout Plain Layout
22657
22658
22659 \backslash
22660 hphantom{
22661 \backslash
22662
22663 \backslash
22664 captionsetup[figure]
22665 \backslash
22666 {}
22667 \end_layout
22668
22669 \end_inset
22670
22671  labelsep=period}
22672 \begin_inset Newline newline
22673 \end_inset
22674
22675
22676 \backslash
22677 captionsetup[table]{labelfont={bf,sf}}
22678 \end_layout
22679
22680 \begin_layout Standard
22681 \begin_inset Note Greyedout
22682 status open
22683
22684 \begin_layout Plain Layout
22685
22686 \series bold
22687 Bemerkung:
22688 \series default
22689  Die Option 
22690 \series bold
22691 tableposition=top
22692 \series default
22693  hat keine Auswirkung, wenn eine 
22694 \series bold
22695 koma-script
22696 \series default
22697
22698 \begin_inset Index
22699 status collapsed
22700
22701 \begin_layout Plain Layout
22702 LaTeX-Pakete ! koma-script
22703 \end_layout
22704
22705 \end_inset
22706
22707 -Dokumentklasse verwendet wird.
22708  Hier muss die Option 
22709 \series bold
22710 tablecaptionabove
22711 \series default
22712  benutzt werden.
22713 \end_layout
22714
22715 \end_inset
22716
22717
22718 \end_layout
22719
22720 \begin_layout Standard
22721 Weitere Informationen über das Paket
22722 \series bold
22723  caption
22724 \series default
22725  finden Sie in seiner Dokumentation 
22726 \begin_inset CommandInset citation
22727 LatexCommand cite
22728 key "caption"
22729
22730 \end_inset
22731
22732 .
22733 \end_layout
22734
22735 \begin_layout Standard
22736 Wenn Sie den Namen von 
22737 \begin_inset Quotes gld
22738 \end_inset
22739
22740 Abbildung
22741 \begin_inset Quotes grd
22742 \end_inset
22743
22744  auf 
22745 \begin_inset Quotes gld
22746 \end_inset
22747
22748 Bild
22749 \begin_inset Quotes grd
22750 \end_inset
22751
22752  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
22753 \end_layout
22754
22755 \begin_layout Standard
22756
22757 \series bold
22758
22759 \backslash
22760 renewcommand{
22761 \backslash
22762 fnum@figure}{Bild~
22763 \backslash
22764 thefigure}
22765 \end_layout
22766
22767 \begin_layout Standard
22768 wobei 
22769 \series bold
22770
22771 \backslash
22772 thefigure
22773 \series default
22774  die Bildnummer einsetzt und
22775 \series bold
22776  ~
22777 \series default
22778  ein geschütztes Leerzeichen ist.
22779 \end_layout
22780
22781 \begin_layout Standard
22782 \begin_inset VSpace bigskip
22783 \end_inset
22784
22785 Wenn Sie eine 
22786 \series bold
22787 koma-script
22788 \series default
22789
22790 \begin_inset Index
22791 status collapsed
22792
22793 \begin_layout Plain Layout
22794 LaTeX-Pakete ! koma-script
22795 \end_layout
22796
22797 \end_inset
22798
22799 -Dokumentklasse (
22800 \family sans
22801 article (koma-script)
22802 \family default
22803
22804 \family sans
22805 book (koma-script)
22806 \family default
22807
22808 \family sans
22809 letter (koma-script)
22810 \family default
22811  oder 
22812 \family sans
22813 report (koma-script)
22814 \family default
22815 ) benutzen, können Sie anstatt des 
22816 \series bold
22817 caption
22818 \series default
22819 -Paketes den eingebauten Befehl 
22820 \series bold
22821
22822 \backslash
22823 setkomafont
22824 \series default
22825  von 
22826 \series bold
22827 koma-script
22828 \series default
22829  benutzen.
22830  Der Befehl
22831 \end_layout
22832
22833 \begin_layout Standard
22834
22835 \series bold
22836
22837 \backslash
22838 setkomafont{captionlabel}{
22839 \backslash
22840 bfseries}
22841 \end_layout
22842
22843 \begin_layout Standard
22844 im LaTeX-Vorspann druckt den Namen fett.
22845 \end_layout
22846
22847 \begin_layout Standard
22848 Weitere Informationen über 
22849 \series bold
22850
22851 \backslash
22852 setkomafont
22853 \series default
22854  finden Sie in der 
22855 \series bold
22856 koma-script
22857 \series default
22858 -Do\SpecialChar \-
22859 ku\SpecialChar \-
22860 men\SpecialChar \-
22861 ta\SpecialChar \-
22862 tion 
22863 \begin_inset CommandInset citation
22864 LatexCommand cite
22865 key "koma-script"
22866
22867 \end_inset
22868
22869 .
22870 \end_layout
22871
22872 \begin_layout Standard
22873 \begin_inset ERT
22874 status collapsed
22875
22876 \begin_layout Plain Layout
22877
22878
22879 \backslash
22880 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22881 }
22882 \end_layout
22883
22884 \end_inset
22885
22886
22887 \begin_inset Note Note
22888 status open
22889
22890 \begin_layout Plain Layout
22891 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
22892 \end_layout
22893
22894 \end_inset
22895
22896
22897 \end_layout
22898
22899 \begin_layout Standard
22900 \begin_inset Float figure
22901 placement !p
22902 wide false
22903 sideways false
22904 status open
22905
22906 \begin_layout Plain Layout
22907 \align center
22908 \begin_inset Graphics
22909         filename ../clipart/mobius.eps
22910         lyxscale 50
22911         scale 50
22912         scaleBeforeRotation
22913
22914 \end_inset
22915
22916
22917 \end_layout
22918
22919 \begin_layout Plain Layout
22920 \begin_inset Caption
22921
22922 \begin_layout Plain Layout
22923 \begin_inset CommandInset label
22924 LatexCommand label
22925 name "abb:Langer-Abb-Titel"
22926
22927 \end_inset
22928
22929 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22930  ist, um das andere Beschriftungsformat zu zeigen.
22931  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
22932 \begin_inset OptArg
22933 status collapsed
22934
22935 \begin_layout Plain Layout
22936 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22937  ist.
22938 \end_layout
22939
22940 \end_inset
22941
22942
22943 \end_layout
22944
22945 \end_inset
22946
22947
22948 \end_layout
22949
22950 \end_inset
22951
22952
22953 \end_layout
22954
22955 \begin_layout Standard
22956 \begin_inset ERT
22957 status collapsed
22958
22959 \begin_layout Plain Layout
22960
22961
22962 \backslash
22963 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22964 on}
22965 \end_layout
22966
22967 \end_inset
22968
22969
22970 \end_layout
22971
22972 \begin_layout Standard
22973 \begin_inset Float table
22974 placement !p
22975 wide false
22976 sideways false
22977 status open
22978
22979 \begin_layout Plain Layout
22980 \begin_inset Caption
22981
22982 \begin_layout Plain Layout
22983 \begin_inset CommandInset label
22984 LatexCommand label
22985 name "tab:Langer-Tab-Titel"
22986
22987 \end_inset
22988
22989 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22990  ist, um das andere Beschriftungsformat zu zeigen.
22991  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
22992  benutzt.
22993 \begin_inset OptArg
22994 status collapsed
22995
22996 \begin_layout Plain Layout
22997 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22998  ist.
22999 \end_layout
23000
23001 \end_inset
23002
23003
23004 \end_layout
23005
23006 \end_inset
23007
23008
23009 \end_layout
23010
23011 \begin_layout Plain Layout
23012 \align center
23013 \begin_inset Tabular
23014 <lyxtabular version="3" rows="1" columns="5">
23015 <features>
23016 <column alignment="center" valignment="top" width="0">
23017 <column alignment="center" valignment="top" width="0">
23018 <column alignment="center" valignment="top" width="0">
23019 <column alignment="center" valignment="top" width="0">
23020 <column alignment="center" valignment="top" width="0">
23021 <row>
23022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23023 \begin_inset Text
23024
23025 \begin_layout Plain Layout
23026 a
23027 \end_layout
23028
23029 \end_inset
23030 </cell>
23031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23032 \begin_inset Text
23033
23034 \begin_layout Plain Layout
23035 b
23036 \end_layout
23037
23038 \end_inset
23039 </cell>
23040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23041 \begin_inset Text
23042
23043 \begin_layout Plain Layout
23044 c
23045 \end_layout
23046
23047 \end_inset
23048 </cell>
23049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23050 \begin_inset Text
23051
23052 \begin_layout Plain Layout
23053 d
23054 \end_layout
23055
23056 \end_inset
23057 </cell>
23058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23059 \begin_inset Text
23060
23061 \begin_layout Plain Layout
23062 e
23063 \end_layout
23064
23065 \end_inset
23066 </cell>
23067 </row>
23068 </lyxtabular>
23069
23070 \end_inset
23071
23072
23073 \end_layout
23074
23075 \end_inset
23076
23077
23078 \end_layout
23079
23080 \begin_layout Section
23081 Beschriftungs-Platzierung
23082 \begin_inset CommandInset label
23083 LatexCommand label
23084 name "abs:Titel-Platzierung"
23085
23086 \end_inset
23087
23088
23089 \begin_inset Index
23090 status collapsed
23091
23092 \begin_layout Plain Layout
23093 Gleitobjekte ! Beschriftung ! Platzierung
23094 \end_layout
23095
23096 \end_inset
23097
23098
23099 \end_layout
23100
23101 \begin_layout Standard
23102 Normalerweise werden die Beschriftungen wie folgt platziert:
23103 \end_layout
23104
23105 \begin_layout Description
23106 Abbildung: darunter
23107 \end_layout
23108
23109 \begin_layout Description
23110 Tabelle: darüber
23111 \end_layout
23112
23113 \begin_layout Standard
23114 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
23115  Das heißt wenn Sie eine der Dokument-Klassen 
23116 \family sans
23117 article
23118 \family default
23119
23120 \family sans
23121 book
23122 \family default
23123
23124 \family sans
23125 letter
23126 \family default
23127  oder 
23128 \family sans
23129 report
23130 \family default
23131  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
23132  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
23133 \series bold
23134 caption
23135 \series default
23136  im LaTeX-Vorspann folgendes schreiben:
23137 \begin_inset Foot
23138 status collapsed
23139
23140 \begin_layout Plain Layout
23141 In Abschnitt
23142 \begin_inset space ~
23143 \end_inset
23144
23145
23146 \begin_inset CommandInset ref
23147 LatexCommand ref
23148 reference "abs:Titel-Formatierung"
23149
23150 \end_inset
23151
23152  steht mehr über das Paket 
23153 \series bold
23154 caption
23155 \series default
23156 .
23157 \end_layout
23158
23159 \end_inset
23160
23161
23162 \end_layout
23163
23164 \begin_layout Standard
23165
23166 \series bold
23167 tableposition=top
23168 \end_layout
23169
23170 \begin_layout Standard
23171 Wenn Sie eine 
23172 \series bold
23173 koma-script
23174 \series default
23175
23176 \begin_inset Index
23177 status collapsed
23178
23179 \begin_layout Plain Layout
23180 LaTeX-Pakete ! koma-script
23181 \end_layout
23182
23183 \end_inset
23184
23185 -Dokumentklasse (
23186 \family sans
23187 article (koma-script)
23188 \family default
23189
23190 \family sans
23191 book (koma-script)
23192 \family default
23193
23194 \family sans
23195 letter (koma-script)
23196 \family default
23197  oder 
23198 \family sans
23199 report (koma-script)
23200 \family default
23201 ) benutzen, können Sie alternativ zum 
23202 \series bold
23203 caption
23204 \series default
23205 -Paket die Option 
23206 \series bold
23207 tablecaptionabove
23208 \series default
23209  benutzen.
23210 \end_layout
23211
23212 \begin_layout Standard
23213 \begin_inset VSpace bigskip
23214 \end_inset
23215
23216 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
23217  Das bewirkt das LaTeX-Paket 
23218 \series bold
23219 sidecap
23220 \series default
23221
23222 \begin_inset Index
23223 status collapsed
23224
23225 \begin_layout Plain Layout
23226 LaTeX-Pakete ! sidecap
23227 \end_layout
23228
23229 \end_inset
23230
23231 , das so in den LaTeX-Vorspann geladen wird:
23232 \end_layout
23233
23234 \begin_layout Standard
23235
23236 \series bold
23237
23238 \backslash
23239 usepackage[Option]{sidecap}
23240 \end_layout
23241
23242 \begin_layout Standard
23243 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
23244  Mit 
23245 \series bold
23246 innercaption
23247 \series default
23248  wird die Beschriftung innen gedruckt.
23249  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
23250  
23251 \series bold
23252 rightcaption
23253 \series default
23254  oder 
23255 \series bold
23256 leftcaption
23257 \series default
23258 .
23259 \end_layout
23260
23261 \begin_layout Standard
23262 \begin_inset ERT
23263 status collapsed
23264
23265 \begin_layout Plain Layout
23266
23267
23268 \backslash
23269 ifsidecap
23270 \end_layout
23271
23272 \end_inset
23273
23274
23275 \begin_inset Note Note
23276 status open
23277
23278 \begin_layout Plain Layout
23279 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
23280 \series bold
23281 sidecap
23282 \series default
23283  installiert ist.
23284 \end_layout
23285
23286 \end_inset
23287
23288
23289 \end_layout
23290
23291 \begin_layout Standard
23292 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
23293  in den LaTeX-Vorspann schreiben:
23294 \end_layout
23295
23296 \begin_layout Standard
23297
23298 \lyxline
23299
23300 \end_layout
23301
23302 \begin_layout Standard
23303
23304 \series bold
23305
23306 \backslash
23307 newcommand{
23308 \backslash
23309 TabBesBeg}{%
23310 \begin_inset Newline newline
23311 \end_inset
23312
23313
23314 \begin_inset ERT
23315 status collapsed
23316
23317 \begin_layout Plain Layout
23318
23319
23320 \backslash
23321 hphantom{ }
23322 \end_layout
23323
23324 \end_inset
23325
23326
23327 \backslash
23328 let
23329 \backslash
23330 MyTable
23331 \backslash
23332 table
23333 \begin_inset Newline newline
23334 \end_inset
23335
23336
23337 \begin_inset ERT
23338 status collapsed
23339
23340 \begin_layout Plain Layout
23341
23342
23343 \backslash
23344 hphantom{ }
23345 \end_layout
23346
23347 \end_inset
23348
23349
23350 \backslash
23351 let
23352 \backslash
23353 MyEndtable
23354 \backslash
23355 endtable
23356 \begin_inset Newline newline
23357 \end_inset
23358
23359
23360 \begin_inset ERT
23361 status collapsed
23362
23363 \begin_layout Plain Layout
23364
23365
23366 \backslash
23367 hphantom{ }
23368 \end_layout
23369
23370 \end_inset
23371
23372
23373 \backslash
23374 renewenvironment{table}{
23375 \backslash
23376 begin{SCtable}}{
23377 \backslash
23378 end{SCtable}}}
23379 \end_layout
23380
23381 \begin_layout Standard
23382
23383 \series bold
23384
23385 \backslash
23386 newcommand{
23387 \backslash
23388 TabBesEnd}{%
23389 \begin_inset Newline newline
23390 \end_inset
23391
23392
23393 \begin_inset ERT
23394 status collapsed
23395
23396 \begin_layout Plain Layout
23397
23398
23399 \backslash
23400 hphantom{ }
23401 \end_layout
23402
23403 \end_inset
23404
23405
23406 \backslash
23407 let
23408 \backslash
23409 table
23410 \backslash
23411 MyTable
23412 \begin_inset Newline newline
23413 \end_inset
23414
23415
23416 \begin_inset ERT
23417 status collapsed
23418
23419 \begin_layout Plain Layout
23420
23421
23422 \backslash
23423 hphantom{ }
23424 \end_layout
23425
23426 \end_inset
23427
23428
23429 \backslash
23430 let
23431 \backslash
23432 endtable
23433 \backslash
23434 MyEndtable
23435 \end_layout
23436
23437 \begin_layout Standard
23438
23439 \series bold
23440
23441 \backslash
23442 newcommand{
23443 \backslash
23444 FigBesBeg}{%
23445 \begin_inset Newline newline
23446 \end_inset
23447
23448
23449 \begin_inset ERT
23450 status collapsed
23451
23452 \begin_layout Plain Layout
23453
23454
23455 \backslash
23456 hphantom{ }
23457 \end_layout
23458
23459 \end_inset
23460
23461
23462 \backslash
23463 let
23464 \backslash
23465 MyFigure
23466 \backslash
23467 figure
23468 \begin_inset Newline newline
23469 \end_inset
23470
23471
23472 \begin_inset ERT
23473 status collapsed
23474
23475 \begin_layout Plain Layout
23476
23477
23478 \backslash
23479 hphantom{ }
23480 \end_layout
23481
23482 \end_inset
23483
23484
23485 \backslash
23486 let
23487 \backslash
23488 MyEndfigure
23489 \backslash
23490 endfigure
23491 \begin_inset Newline newline
23492 \end_inset
23493
23494
23495 \begin_inset ERT
23496 status collapsed
23497
23498 \begin_layout Plain Layout
23499
23500
23501 \backslash
23502 hphantom{ }
23503 \end_layout
23504
23505 \end_inset
23506
23507
23508 \backslash
23509 renewenvironment{figure}{
23510 \backslash
23511 begin{SCfigure}}{
23512 \backslash
23513 end{SCfigure}}}
23514 \end_layout
23515
23516 \begin_layout Standard
23517
23518 \series bold
23519
23520 \backslash
23521 newcommand{
23522 \backslash
23523 FigBesEnd}{%
23524 \begin_inset Newline newline
23525 \end_inset
23526
23527
23528 \begin_inset ERT
23529 status collapsed
23530
23531 \begin_layout Plain Layout
23532
23533
23534 \backslash
23535 hphantom{ }
23536 \end_layout
23537
23538 \end_inset
23539
23540
23541 \backslash
23542 let
23543 \backslash
23544 figure
23545 \backslash
23546 MyFigure
23547 \begin_inset Newline newline
23548 \end_inset
23549
23550
23551 \begin_inset ERT
23552 status collapsed
23553
23554 \begin_layout Plain Layout
23555
23556
23557 \backslash
23558 hphantom{ }
23559 \end_layout
23560
23561 \end_inset
23562
23563
23564 \backslash
23565 let
23566 \backslash
23567 endfigure
23568 \backslash
23569 MyEndfigure}
23570 \series default
23571
23572 \lyxline
23573
23574 \end_layout
23575
23576 \begin_layout Standard
23577 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23578 ungen seitlich gedruckt werden.
23579  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23580 \end_layout
23581
23582 \begin_layout Standard
23583
23584 \series bold
23585
23586 \backslash
23587 FigBesBeg
23588 \end_layout
23589
23590 \begin_layout Standard
23591 als TeX-Code vor und
23592 \end_layout
23593
23594 \begin_layout Standard
23595
23596 \series bold
23597
23598 \backslash
23599 FigBesEnd
23600 \end_layout
23601
23602 \begin_layout Standard
23603 hinter das Gleitobjekt.
23604  Bei Gleitobjekt-Tabellen heißen die Befehle
23605 \end_layout
23606
23607 \begin_layout Standard
23608
23609 \series bold
23610
23611 \backslash
23612 TabBesBeg
23613 \series default
23614  und 
23615 \series bold
23616
23617 \backslash
23618 TabBesEnd
23619 \series default
23620 .
23621 \end_layout
23622
23623 \begin_layout Standard
23624 Abbildung
23625 \begin_inset space ~
23626 \end_inset
23627
23628
23629 \begin_inset CommandInset ref
23630 LatexCommand ref
23631 reference "abb:Beschriftung-neben"
23632
23633 \end_inset
23634
23635  und Tabelle
23636 \begin_inset space ~
23637 \end_inset
23638
23639
23640 \begin_inset CommandInset ref
23641 LatexCommand ref
23642 reference "tab:cap-beside-tab"
23643
23644 \end_inset
23645
23646  sind Beispiele für seitliche Beschriftungen.
23647 \end_layout
23648
23649 \begin_layout Standard
23650 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23651  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23652  der Abbildung.
23653  Das kann man mit dem Befehl
23654 \end_layout
23655
23656 \begin_layout Standard
23657
23658 \series bold
23659
23660 \backslash
23661 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
23662 \end_layout
23663
23664 \begin_layout Standard
23665 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
23666  Der Gleitobjekt-Typ ist entweder 
23667 \family sans
23668 figure
23669 \family default
23670  oder 
23671 \family sans
23672 table
23673 \family default
23674 , die
23675 \family sans
23676  
23677 \family default
23678 Platzierung ist 
23679 \family typewriter
23680 t
23681 \family default
23682  für oben, 
23683 \family typewriter
23684 c
23685 \family default
23686  für zentriert oder 
23687 \family typewriter
23688 b
23689 \family default
23690  für unten.
23691  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
23692  lautet der Befehl
23693 \end_layout
23694
23695 \begin_layout Standard
23696
23697 \series bold
23698
23699 \backslash
23700 sidecaptionvpos{figure}{c}
23701 \end_layout
23702
23703 \begin_layout Standard
23704 Das wurde in Abbildung
23705 \begin_inset space ~
23706 \end_inset
23707
23708
23709 \begin_inset CommandInset ref
23710 LatexCommand ref
23711 reference "abb:cap-beside-fig-2"
23712
23713 \end_inset
23714
23715  benutzt.
23716 \end_layout
23717
23718 \begin_layout Standard
23719 \begin_inset VSpace medskip
23720 \end_inset
23721
23722 Weitere Informationen über das Paket
23723 \series bold
23724  sidecap
23725 \series default
23726  finden Sie in seiner Dokumentation 
23727 \begin_inset CommandInset citation
23728 LatexCommand cite
23729 key "sidecap"
23730
23731 \end_inset
23732
23733 .
23734 \end_layout
23735
23736 \begin_layout Standard
23737 \begin_inset Note Greyedout
23738 status open
23739
23740 \begin_layout Plain Layout
23741
23742 \series bold
23743 Bemerkung:
23744 \series default
23745  Das LaTeX-Paket 
23746 \series bold
23747 hypcap
23748 \series default
23749 ,
23750 \begin_inset Index
23751 status collapsed
23752
23753 \begin_layout Plain Layout
23754 LaTeX-Pakete ! hypcap
23755 \end_layout
23756
23757 \end_inset
23758
23759  das in Abschnitt
23760 \begin_inset space ~
23761 \end_inset
23762
23763
23764 \begin_inset CommandInset ref
23765 LatexCommand ref
23766 reference "uab:Querverweis-Position"
23767
23768 \end_inset
23769
23770  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
23771  Beschriftungen.
23772 \end_layout
23773
23774 \end_inset
23775
23776
23777 \end_layout
23778
23779 \begin_layout Standard
23780 \begin_inset ERT
23781 status collapsed
23782
23783 \begin_layout Plain Layout
23784
23785
23786 \backslash
23787 FigBesBeg 
23788 \end_layout
23789
23790 \end_inset
23791
23792
23793 \end_layout
23794
23795 \begin_layout Standard
23796 \begin_inset Float figure
23797 wide false
23798 sideways false
23799 status open
23800
23801 \begin_layout Plain Layout
23802 \begin_inset Graphics
23803         filename ../clipart/escher-lsd.eps
23804         scale 75
23805         scaleBeforeRotation
23806
23807 \end_inset
23808
23809
23810 \end_layout
23811
23812 \begin_layout Plain Layout
23813 \begin_inset Caption
23814
23815 \begin_layout Plain Layout
23816 \begin_inset CommandInset label
23817 LatexCommand label
23818 name "abb:Beschriftung-neben"
23819
23820 \end_inset
23821
23822 Dies ist eine Beschriftung neben einer Abbildung.
23823 \end_layout
23824
23825 \end_inset
23826
23827
23828 \end_layout
23829
23830 \end_inset
23831
23832
23833 \end_layout
23834
23835 \begin_layout Standard
23836 \begin_inset ERT
23837 status collapsed
23838
23839 \begin_layout Plain Layout
23840
23841
23842 \backslash
23843 TabBesBeg 
23844 \end_layout
23845
23846 \end_inset
23847
23848
23849 \end_layout
23850
23851 \begin_layout Standard
23852 \begin_inset Float table
23853 wide false
23854 sideways false
23855 status open
23856
23857 \begin_layout Plain Layout
23858 \begin_inset Caption
23859
23860 \begin_layout Plain Layout
23861 \begin_inset CommandInset label
23862 LatexCommand label
23863 name "tab:cap-beside-tab"
23864
23865 \end_inset
23866
23867 Dies ist eine Beschriftung neben einer Tabelle.
23868 \end_layout
23869
23870 \end_inset
23871
23872
23873 \end_layout
23874
23875 \begin_layout Plain Layout
23876 \begin_inset Tabular
23877 <lyxtabular version="3" rows="4" columns="5">
23878 <features>
23879 <column alignment="center" valignment="top" width="0">
23880 <column alignment="center" valignment="top" width="0">
23881 <column alignment="center" valignment="top" width="0">
23882 <column alignment="center" valignment="top" width="0">
23883 <column alignment="center" valignment="top" width="0">
23884 <row>
23885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23886 \begin_inset Text
23887
23888 \begin_layout Plain Layout
23889 a
23890 \end_layout
23891
23892 \end_inset
23893 </cell>
23894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23895 \begin_inset Text
23896
23897 \begin_layout Plain Layout
23898
23899 \end_layout
23900
23901 \end_inset
23902 </cell>
23903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23904 \begin_inset Text
23905
23906 \begin_layout Plain Layout
23907 b
23908 \end_layout
23909
23910 \end_inset
23911 </cell>
23912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23913 \begin_inset Text
23914
23915 \begin_layout Plain Layout
23916
23917 \end_layout
23918
23919 \end_inset
23920 </cell>
23921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23922 \begin_inset Text
23923
23924 \begin_layout Plain Layout
23925 c
23926 \end_layout
23927
23928 \end_inset
23929 </cell>
23930 </row>
23931 <row>
23932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23933 \begin_inset Text
23934
23935 \begin_layout Plain Layout
23936
23937 \end_layout
23938
23939 \end_inset
23940 </cell>
23941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23942 \begin_inset Text
23943
23944 \begin_layout Plain Layout
23945 d
23946 \end_layout
23947
23948 \end_inset
23949 </cell>
23950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23951 \begin_inset Text
23952
23953 \begin_layout Plain Layout
23954
23955 \end_layout
23956
23957 \end_inset
23958 </cell>
23959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23960 \begin_inset Text
23961
23962 \begin_layout Plain Layout
23963 e
23964 \end_layout
23965
23966 \end_inset
23967 </cell>
23968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23969 \begin_inset Text
23970
23971 \begin_layout Plain Layout
23972
23973 \end_layout
23974
23975 \end_inset
23976 </cell>
23977 </row>
23978 <row>
23979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23980 \begin_inset Text
23981
23982 \begin_layout Plain Layout
23983 f
23984 \end_layout
23985
23986 \end_inset
23987 </cell>
23988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23989 \begin_inset Text
23990
23991 \begin_layout Plain Layout
23992
23993 \end_layout
23994
23995 \end_inset
23996 </cell>
23997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23998 \begin_inset Text
23999
24000 \begin_layout Plain Layout
24001 g
24002 \end_layout
24003
24004 \end_inset
24005 </cell>
24006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24007 \begin_inset Text
24008
24009 \begin_layout Plain Layout
24010
24011 \end_layout
24012
24013 \end_inset
24014 </cell>
24015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24016 \begin_inset Text
24017
24018 \begin_layout Plain Layout
24019 h
24020 \end_layout
24021
24022 \end_inset
24023 </cell>
24024 </row>
24025 <row>
24026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24027 \begin_inset Text
24028
24029 \begin_layout Plain Layout
24030
24031 \end_layout
24032
24033 \end_inset
24034 </cell>
24035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24036 \begin_inset Text
24037
24038 \begin_layout Plain Layout
24039 i
24040 \end_layout
24041
24042 \end_inset
24043 </cell>
24044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24045 \begin_inset Text
24046
24047 \begin_layout Plain Layout
24048
24049 \end_layout
24050
24051 \end_inset
24052 </cell>
24053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24054 \begin_inset Text
24055
24056 \begin_layout Plain Layout
24057 j
24058 \end_layout
24059
24060 \end_inset
24061 </cell>
24062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24063 \begin_inset Text
24064
24065 \begin_layout Plain Layout
24066
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 </row>
24072 </lyxtabular>
24073
24074 \end_inset
24075
24076
24077 \end_layout
24078
24079 \end_inset
24080
24081
24082 \end_layout
24083
24084 \begin_layout Standard
24085 \begin_inset ERT
24086 status collapsed
24087
24088 \begin_layout Plain Layout
24089
24090
24091 \backslash
24092 TabBesEnd
24093 \end_layout
24094
24095 \end_inset
24096
24097
24098 \end_layout
24099
24100 \begin_layout Standard
24101 \begin_inset ERT
24102 status collapsed
24103
24104 \begin_layout Plain Layout
24105
24106
24107 \backslash
24108 sidecaptionvpos{figure}{c}
24109 \end_layout
24110
24111 \end_inset
24112
24113
24114 \begin_inset Float figure
24115 wide false
24116 sideways false
24117 status open
24118
24119 \begin_layout Plain Layout
24120 \begin_inset Graphics
24121         filename ../clipart/escher-lsd.eps
24122         scale 75
24123         scaleBeforeRotation
24124
24125 \end_inset
24126
24127
24128 \end_layout
24129
24130 \begin_layout Plain Layout
24131 \begin_inset Caption
24132
24133 \begin_layout Plain Layout
24134 \begin_inset CommandInset label
24135 LatexCommand label
24136 name "abb:cap-beside-fig-2"
24137
24138 \end_inset
24139
24140 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
24141 \end_layout
24142
24143 \end_inset
24144
24145
24146 \end_layout
24147
24148 \end_inset
24149
24150
24151 \end_layout
24152
24153 \begin_layout Standard
24154 \begin_inset ERT
24155 status collapsed
24156
24157 \begin_layout Plain Layout
24158
24159
24160 \backslash
24161 FigBesEnd
24162 \end_layout
24163
24164 \end_inset
24165
24166
24167 \end_layout
24168
24169 \begin_layout Standard
24170 \begin_inset ERT
24171 status collapsed
24172
24173 \begin_layout Plain Layout
24174
24175
24176 \backslash
24177 else
24178 \end_layout
24179
24180 \end_inset
24181
24182
24183 \begin_inset Note Note
24184 status open
24185
24186 \begin_layout Plain Layout
24187 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
24188 \series bold
24189 sidecap
24190 \series default
24191  nicht installiert ist:
24192 \end_layout
24193
24194 \end_inset
24195
24196
24197 \end_layout
24198
24199 \begin_layout Standard
24200 Das LaTeX-Paket 
24201 \series bold
24202 sidecap
24203 \series default
24204  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
24205 \end_layout
24206
24207 \begin_layout Standard
24208 \begin_inset ERT
24209 status collapsed
24210
24211 \begin_layout Plain Layout
24212
24213
24214 \backslash
24215 fi
24216 \end_layout
24217
24218 \end_inset
24219
24220
24221 \end_layout
24222
24223 \begin_layout Section
24224 Gleitobjekt-Verzeichnisse
24225 \begin_inset Index
24226 status collapsed
24227
24228 \begin_layout Plain Layout
24229 Gleitobjekte ! Verzeichnisse
24230 \end_layout
24231
24232 \end_inset
24233
24234
24235 \end_layout
24236
24237 \begin_layout Standard
24238 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
24239  Sie können mit den Untermenüs von 
24240 \family sans
24241 Einfügen\SpecialChar \menuseparator
24242 Liste
24243 \begin_inset space ~
24244 \end_inset
24245
24246 /
24247 \begin_inset space ~
24248 \end_inset
24249
24250 Inhaltsverzeichnis
24251 \family default
24252  eingefügt werden.
24253 \end_layout
24254
24255 \begin_layout Standard
24256 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
24257  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
24258 \end_layout
24259
24260 \begin_layout Standard
24261 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
24262  und ein Tabellen-Verzeichnis.
24263 \end_layout
24264
24265 \begin_layout Chapter
24266 Notizen
24267 \end_layout
24268
24269 \begin_layout Section
24270 LyX-Notizen
24271 \begin_inset Index
24272 status collapsed
24273
24274 \begin_layout Plain Layout
24275 Notizen ! LyX-Notizen
24276 \end_layout
24277
24278 \end_inset
24279
24280
24281 \end_layout
24282
24283 \begin_layout Standard
24284 Notizen werden mit einem Klick auf 
24285 \begin_inset Graphics
24286         filename ../../images/note-insert.png
24287         scale 85
24288         scaleBeforeRotation
24289         BoundingBox 0bp 6bp 22bp 22bp
24290
24291 \end_inset
24292
24293  oder 
24294 \family sans
24295 Einfügen\SpecialChar \menuseparator
24296 Notiz
24297 \family default
24298  eingefügt.
24299  Es gibt drei Arten:
24300 \end_layout
24301
24302 \begin_layout Description
24303 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
24304  Eine 
24305 \family sans
24306 LyX-Notiz
24307 \family default
24308  sieht so aus:
24309 \begin_inset Newline newline
24310 \end_inset
24311
24312
24313 \begin_inset Newline newline
24314 \end_inset
24315
24316
24317 \begin_inset Graphics
24318         filename clipart/LyXNotizQt4.png
24319         display false
24320         scale 60
24321         scaleBeforeRotation
24322
24323 \end_inset
24324
24325  
24326 \begin_inset Note Note
24327 status open
24328
24329 \begin_layout Plain Layout
24330 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
24331 \end_layout
24332
24333 \end_inset
24334
24335
24336 \end_layout
24337
24338 \begin_layout Description
24339 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
24340  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
24341 \family sans
24342 Datei\SpecialChar \menuseparator
24343 Ex\SpecialChar \-
24344 por\SpecialChar \-
24345 tie\SpecialChar \-
24346 ren\SpecialChar \menuseparator
24347 LaTe
24348 \begin_inset ERT
24349 status collapsed
24350
24351 \begin_layout Plain Layout
24352
24353 {}
24354 \end_layout
24355
24356 \end_inset
24357
24358 X (pdflatex) / (normal)
24359 \family default
24360 .
24361  Ein Kommentar sieht so aus:
24362 \begin_inset Newline newline
24363 \end_inset
24364
24365
24366 \begin_inset Newline newline
24367 \end_inset
24368
24369
24370 \begin_inset Graphics
24371         filename clipart/KommentarQt4.png
24372         display false
24373         scale 60
24374         scaleBeforeRotation
24375
24376 \end_inset
24377
24378  
24379 \begin_inset Note Comment
24380 status open
24381
24382 \begin_layout Plain Layout
24383 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
24384 \end_layout
24385
24386 \end_inset
24387
24388
24389 \end_layout
24390
24391 \begin_layout Description
24392 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
24393 \begin_inset Newline newline
24394 \end_inset
24395
24396
24397 \begin_inset Newline newline
24398 \end_inset
24399
24400
24401 \begin_inset Graphics
24402         filename clipart/GrauschriftNotizQt4.png
24403         display false
24404         scale 60
24405         scaleBeforeRotation
24406
24407 \end_inset
24408
24409
24410 \begin_inset Newline newline
24411 \end_inset
24412
24413
24414 \begin_inset ERT
24415 status collapsed
24416
24417 \begin_layout Plain Layout
24418
24419
24420 \backslash
24421 renewenvironment{lyxgreyedout}
24422 \end_layout
24423
24424 \begin_layout Plain Layout
24425
24426 {
24427 \backslash
24428 textcolor[gray]{0.4}
24429 \backslash
24430 bgroup}{
24431 \backslash
24432 egroup}
24433 \end_layout
24434
24435 \end_inset
24436
24437
24438 \begin_inset Note Greyedout
24439 status open
24440
24441 \begin_layout Plain Layout
24442 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24443 \begin_inset Foot
24444 status open
24445
24446 \begin_layout Plain Layout
24447 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24448 \end_layout
24449
24450 \end_inset
24451
24452
24453 \end_layout
24454
24455 \end_inset
24456
24457
24458 \begin_inset ERT
24459 status collapsed
24460
24461 \begin_layout Plain Layout
24462
24463
24464 \backslash
24465 renewenvironment{lyxgreyedout}
24466 \end_layout
24467
24468 \begin_layout Plain Layout
24469
24470 {
24471 \backslash
24472 textcolor{blue}
24473 \backslash
24474 bgroup}{
24475 \backslash
24476 egroup}
24477 \end_layout
24478
24479 \end_inset
24480
24481
24482 \begin_inset Note Note
24483 status collapsed
24484
24485 \begin_layout Plain Layout
24486 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
24487  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
24488  
24489 \end_layout
24490
24491 \end_inset
24492
24493
24494 \begin_inset Newline newline
24495 \end_inset
24496
24497
24498 \begin_inset Newline newline
24499 \end_inset
24500
24501 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
24502  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
24503 \end_layout
24504
24505 \begin_layout Standard
24506 \begin_inset VSpace bigskip
24507 \end_inset
24508
24509 Wenn Sie auf den Werzeugleistenknopf 
24510 \begin_inset Graphics
24511         filename ../../images/note-insert.png
24512         scale 85
24513         scaleBeforeRotation
24514         BoundingBox 0bp 6bp 22bp 22bp
24515
24516 \end_inset
24517
24518  klicken, wird zunächst eine 
24519 \family sans
24520 LyX-Notiz
24521 \family default
24522  eingefügt.
24523  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24524  anderen Möglichkeiten auswählen.
24525  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24526  Sie ihn und klicken dann auf den Werzeugleistenknopf.
24527  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
24528  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
24529  am Ende der Notiz ist.
24530 \end_layout
24531
24532 \begin_layout Standard
24533 \begin_inset VSpace bigskip
24534 \end_inset
24535
24536 Die Textfarbe der 
24537 \family sans
24538 Grauschrift
24539 \family default
24540 -Notiz können Sie im LaTeX-Vorspann mit folgendem Befehl ändern:
24541 \end_layout
24542
24543 \begin_layout Standard
24544
24545 \series bold
24546
24547 \backslash
24548 renewenvironment{lyxgreyedout}
24549 \begin_inset Newline newline
24550 \end_inset
24551
24552
24553 \begin_inset ERT
24554 status collapsed
24555
24556 \begin_layout Plain Layout
24557
24558
24559 \backslash
24560 hphantom{ }
24561 \end_layout
24562
24563 \end_inset
24564
24565 {
24566 \backslash
24567 textcolor{color}
24568 \backslash
24569 bgroup}{
24570 \backslash
24571 egroup}
24572 \end_layout
24573
24574 \begin_layout Standard
24575 Die verfügbaren Farben und wie man eigene definiert, wurde bereits in Abschnitt
24576 \begin_inset space ~
24577 \end_inset
24578
24579
24580 \begin_inset CommandInset ref
24581 LatexCommand ref
24582 reference "abs:Farbige-Tabellen"
24583
24584 \end_inset
24585
24586  beschrieben.
24587  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24588 \end_layout
24589
24590 \begin_layout Section
24591 Fußnoten
24592 \begin_inset CommandInset label
24593 LatexCommand label
24594 name "abs:Fußnoten"
24595
24596 \end_inset
24597
24598
24599 \begin_inset Index
24600 status collapsed
24601
24602 \begin_layout Plain Layout
24603 Notizen ! Fußnoten
24604 \end_layout
24605
24606 \end_inset
24607
24608
24609 \begin_inset Index
24610 status collapsed
24611
24612 \begin_layout Plain Layout
24613 Fußnoten
24614 \end_layout
24615
24616 \end_inset
24617
24618
24619 \end_layout
24620
24621 \begin_layout Standard
24622 Zu dem, was bereits im 
24623 \emph on
24624 Benutzerhandbuch
24625 \emph default
24626  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24627  Eine Fußnotenbox sieht folgendermaßen aus: 
24628 \begin_inset Graphics
24629         filename clipart/FussnoteQt4.png
24630         scale 80
24631         scaleBeforeRotation
24632
24633 \end_inset
24634
24635
24636 \end_layout
24637
24638 \begin_layout Standard
24639 Hier ist eine Beispielfußnote:
24640 \color black
24641
24642 \begin_inset Foot
24643 status open
24644
24645 \begin_layout Plain Layout
24646 \begin_inset CommandInset label
24647 LatexCommand label
24648 name "fuss:Fußnoten-Beispiel"
24649
24650 \end_inset
24651
24652 Dies ist eine Fußnote.
24653 \end_layout
24654
24655 \end_inset
24656
24657
24658 \end_layout
24659
24660 \begin_layout Standard
24661 \begin_inset ERT
24662 status collapsed
24663
24664 \begin_layout Plain Layout
24665
24666
24667 \backslash
24668 newcounter{MyRepeatFoot}
24669 \end_layout
24670
24671 \begin_layout Plain Layout
24672
24673
24674 \backslash
24675 setcounter{MyRepeatFoot}{
24676 \backslash
24677 thefootnote}
24678 \end_layout
24679
24680 \end_inset
24681
24682
24683 \end_layout
24684
24685 \begin_layout Standard
24686 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
24687  wurde, eine hochgestellte Zahl.
24688  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
24689  hochgestellt dem Text vorangeht.
24690  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
24691  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
24692  werden.
24693 \end_layout
24694
24695 \begin_layout Standard
24696 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
24697  der Fußnote eine Marke eingefügt wurde.
24698  Dies ist ein Querverweis auf Fußnote
24699 \begin_inset space ~
24700 \end_inset
24701
24702
24703 \begin_inset CommandInset ref
24704 LatexCommand ref
24705 reference "fuss:Fußnoten-Beispiel"
24706
24707 \end_inset
24708
24709 .
24710 \end_layout
24711
24712 \begin_layout Standard
24713 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
24714  siehe Abschnitt
24715 \begin_inset space ~
24716 \end_inset
24717
24718
24719 \begin_inset CommandInset ref
24720 LatexCommand ref
24721 reference "abs:Minipage"
24722
24723 \end_inset
24724
24725 .
24726  Fußnoten in langen Tabellen wurden bereits in Abschnitt
24727 \begin_inset space ~
24728 \end_inset
24729
24730
24731 \begin_inset CommandInset ref
24732 LatexCommand ref
24733 reference "uab:Fußnoten-in-langen"
24734
24735 \end_inset
24736
24737  beschrieben.
24738 \end_layout
24739
24740 \begin_layout Standard
24741 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
24742  TeX-Code-Befehl 
24743 \series bold
24744
24745 \backslash
24746 footnotemark[Nummer]
24747 \series default
24748  benutzen.
24749  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
24750  mal gedruckt wird.
24751 \end_layout
24752
24753 \begin_layout Standard
24754 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
24755  sie speichern, nachdem Sie die Fußnote eingefügt haben.
24756  Hinter Fußnote
24757 \begin_inset space ~
24758 \end_inset
24759
24760
24761 \begin_inset CommandInset ref
24762 LatexCommand ref
24763 reference "fuss:Fußnoten-Beispiel"
24764
24765 \end_inset
24766
24767  wurde das mit folgenden TeX-Code-Befehlen gemacht:
24768 \end_layout
24769
24770 \begin_layout Standard
24771
24772 \series bold
24773
24774 \backslash
24775 newcounter{MyRepeatFoot}
24776 \begin_inset Newline newline
24777 \end_inset
24778
24779
24780 \backslash
24781 setcounter{MyRepeatFoot}{
24782 \backslash
24783 thefootnote}
24784 \end_layout
24785
24786 \begin_layout Standard
24787 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
24788 \end_layout
24789
24790 \begin_layout Standard
24791
24792 \series bold
24793
24794 \backslash
24795 footnotemark[
24796 \backslash
24797 theMyRepeatFoot]
24798 \end_layout
24799
24800 \begin_layout Standard
24801 Hier ist ein Beispiel für eine Fußnotenmarke:
24802 \family roman
24803 \series medium
24804 \bar no
24805
24806 \begin_inset ERT
24807 status collapsed
24808
24809 \begin_layout Plain Layout
24810
24811
24812 \backslash
24813 footnotemark[
24814 \backslash
24815 theMyRepeatFoot]
24816 \end_layout
24817
24818 \end_inset
24819
24820
24821 \end_layout
24822
24823 \begin_layout Subsection
24824 Fußnoten-Nummerierung
24825 \begin_inset CommandInset label
24826 LatexCommand label
24827 name "uab:Fußnoten-Nummerierung"
24828
24829 \end_inset
24830
24831
24832 \begin_inset Index
24833 status collapsed
24834
24835 \begin_layout Plain Layout
24836 Fußnoten ! Nummerierung
24837 \end_layout
24838
24839 \end_inset
24840
24841
24842 \end_layout
24843
24844 \begin_layout Standard
24845 Um Fußnoten nach jedem Abschnitt
24846 \family roman
24847  auf 1 zurückzusetzen, 
24848 \family default
24849 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24850 \end_layout
24851
24852 \begin_layout Standard
24853
24854 \series bold
24855
24856 \backslash
24857 @addtoreset{footnote}{section}
24858 \end_layout
24859
24860 \begin_layout Standard
24861 \begin_inset VSpace bigskip
24862 \end_inset
24863
24864 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
24865  Zahlen:
24866 \end_layout
24867
24868 \begin_layout Standard
24869
24870 \series bold
24871
24872 \backslash
24873 renewcommand{
24874 \backslash
24875 thefootnote}{
24876 \backslash
24877 roman{footnote}}
24878 \end_layout
24879
24880 \begin_layout Standard
24881 \begin_inset ERT
24882 status collapsed
24883
24884 \begin_layout Plain Layout
24885
24886
24887 \backslash
24888 renewcommand{
24889 \backslash
24890 thefootnote}{
24891 \backslash
24892 roman{footnote}}
24893 \end_layout
24894
24895 \end_inset
24896
24897  Hier ist ein Beispiel für solch eine Fußnote:
24898 \begin_inset Foot
24899 status open
24900
24901 \begin_layout Plain Layout
24902 Dies ist eine Fußnote mit kleinen römischen Zahlen
24903 \end_layout
24904
24905 \end_inset
24906
24907
24908 \end_layout
24909
24910 \begin_layout Standard
24911 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
24912  in obigem Befehl 
24913 \series bold
24914
24915 \backslash
24916 roman
24917 \series default
24918  durch 
24919 \series bold
24920
24921 \backslash
24922 Roman
24923 \series default
24924 .
24925  Um Fußnoten mit großen oder kleinen Buchstaben zu 
24926 \begin_inset Quotes gld
24927 \end_inset
24928
24929 nummerieren
24930 \begin_inset Quotes grd
24931 \end_inset
24932
24933 , verwenden Sie die Befehle 
24934 \series bold
24935
24936 \backslash
24937 Alph
24938 \series default
24939  oder 
24940 \series bold
24941
24942 \backslash
24943 alph
24944 \series default
24945 .
24946  Für die 
24947 \begin_inset Quotes gld
24948 \end_inset
24949
24950 Nummerierung
24951 \begin_inset Quotes grd
24952 \end_inset
24953
24954  mit Symbolen steht der Befehl 
24955 \series bold
24956
24957 \backslash
24958 fnsymbol
24959 \series default
24960  zur Verfügung.
24961 \end_layout
24962
24963 \begin_layout Standard
24964 \begin_inset Note Greyedout
24965 status open
24966
24967 \begin_layout Plain Layout
24968
24969 \series bold
24970 Bemerkung 1:
24971 \series default
24972  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
24973  
24974 \emph on
24975 ein
24976 \emph default
24977  Buchstabe verwendet wird.
24978 \end_layout
24979
24980 \end_inset
24981
24982
24983 \begin_inset Newline newline
24984 \end_inset
24985
24986
24987 \begin_inset Note Greyedout
24988 status open
24989
24990 \begin_layout Plain Layout
24991
24992 \series bold
24993 Bemerkung 2:
24994 \series default
24995  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
24996 \end_layout
24997
24998 \end_inset
24999
25000
25001 \end_layout
25002
25003 \begin_layout Standard
25004 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
25005 \series bold
25006
25007 \backslash
25008 arabic
25009 \series default
25010  anstelle von 
25011 \series bold
25012
25013 \backslash
25014 roman
25015 \series default
25016  in obigem Befehl.
25017 \begin_inset ERT
25018 status collapsed
25019
25020 \begin_layout Plain Layout
25021
25022
25023 \backslash
25024 renewcommand{
25025 \backslash
25026 thefootnote}{
25027 \backslash
25028 arabic{footnote}}
25029 \end_layout
25030
25031 \end_inset
25032
25033
25034 \end_layout
25035
25036 \begin_layout Standard
25037 \begin_inset VSpace bigskip
25038 \end_inset
25039
25040
25041 \end_layout
25042
25043 \begin_layout Standard
25044 Wenn Sie wollen, dass Fußnoten nach dem Schema 
25045 \begin_inset Quotes gld
25046 \end_inset
25047
25048 Kapitel.Fußnote
25049 \begin_inset Quotes grd
25050 \end_inset
25051
25052  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25053 \end_layout
25054
25055 \begin_layout Standard
25056
25057 \series bold
25058
25059 \backslash
25060 numberwithin{footnote}{chapter}
25061 \end_layout
25062
25063 \begin_layout Standard
25064 Um 
25065 \series bold
25066
25067 \backslash
25068 numberwithin
25069 \series default
25070  benutzen zu können, muss in den 
25071 \family sans
25072 Mathe
25073 \begin_inset space ~
25074 \end_inset
25075
25076 Optionen
25077 \family default
25078  der 
25079 \family sans
25080 Dokument-Einstellungen
25081 \family default
25082  
25083 \family sans
25084 AMS
25085 \begin_inset space ~
25086 \end_inset
25087
25088 Mathe
25089 \begin_inset space ~
25090 \end_inset
25091
25092 Paket
25093 \family default
25094
25095 \begin_inset space ~
25096 \end_inset
25097
25098
25099 \family sans
25100 verwenden
25101 \family default
25102  angekreuzt sein.
25103 \begin_inset ERT
25104 status collapsed
25105
25106 \begin_layout Plain Layout
25107
25108
25109 \backslash
25110 numberwithin{footnote}{chapter}
25111 \end_layout
25112
25113 \end_inset
25114
25115  Hier ist ein Beispiel für solch eine Fußnote.
25116 \series bold
25117
25118 \begin_inset Foot
25119 status open
25120
25121 \begin_layout Plain Layout
25122 Dies ist eine Fußnote nach dem Schema 
25123 \begin_inset Quotes gld
25124 \end_inset
25125
25126 Kapitel.Fußnote
25127 \begin_inset Quotes grd
25128 \end_inset
25129
25130 .
25131 \end_layout
25132
25133 \end_inset
25134
25135
25136 \series default
25137
25138 \begin_inset ERT
25139 status collapsed
25140
25141 \begin_layout Plain Layout
25142
25143
25144 \backslash
25145 renewcommand{
25146 \backslash
25147 thefootnote}{
25148 \backslash
25149 arabic{footnote}}
25150 \end_layout
25151
25152 \end_inset
25153
25154
25155 \end_layout
25156
25157 \begin_layout Standard
25158 \begin_inset Note Greyedout
25159 status open
25160
25161 \begin_layout Plain Layout
25162
25163 \series bold
25164 Bemerkung:
25165 \series default
25166  
25167 \series bold
25168
25169 \backslash
25170 numberwithin
25171 \series default
25172  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
25173  werden überschrieben.
25174 \end_layout
25175
25176 \end_inset
25177
25178
25179 \end_layout
25180
25181 \begin_layout Standard
25182 Um also z.
25183 \begin_inset space \thinspace{}
25184 \end_inset
25185
25186 B.
25187  das Schema 
25188 \begin_inset Quotes gld
25189 \end_inset
25190
25191 Kapitel.
25192 \backslash
25193 Roman{footnote}
25194 \begin_inset Quotes grd
25195 \end_inset
25196
25197  zu erhalten, muss dieser Befehl anstelle von 
25198 \series bold
25199
25200 \backslash
25201 numberwithin
25202 \series default
25203  verwendet werden:
25204 \end_layout
25205
25206 \begin_layout Standard
25207
25208 \series bold
25209
25210 \backslash
25211 renewcommand{
25212 \backslash
25213 thefootnote}{
25214 \backslash
25215 thechapter.
25216 \backslash
25217 Roman{footnote}}
25218 \end_layout
25219
25220 \begin_layout Subsection
25221 Fußnoten-Platzierung
25222 \begin_inset Index
25223 status collapsed
25224
25225 \begin_layout Plain Layout
25226 Fußnoten ! Platzierung
25227 \end_layout
25228
25229 \end_inset
25230
25231
25232 \end_layout
25233
25234 \begin_layout Standard
25235 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
25236  ohne Zwischenraum am Ende der Seite gedruckt.
25237  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
25238  LaTeX-Vorspann 1.5
25239 \begin_inset space \thinspace{}
25240 \end_inset
25241
25242 mm Zwischenraum einfügen:
25243 \end_layout
25244
25245 \begin_layout Standard
25246
25247 \series bold
25248
25249 \backslash
25250 let
25251 \backslash
25252 myFoot
25253 \backslash
25254 footnote
25255 \begin_inset Newline newline
25256 \end_inset
25257
25258
25259 \backslash
25260 renewcommand{
25261 \backslash
25262 footnote}[1]{
25263 \backslash
25264 myFoot{#1
25265 \backslash
25266 vspace{1.5mm}}}
25267 \end_layout
25268
25269 \begin_layout Standard
25270 \begin_inset VSpace bigskip
25271 \end_inset
25272
25273 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
25274  Spalte gedruckt, Abbildung
25275 \begin_inset space ~
25276 \end_inset
25277
25278
25279 \begin_inset CommandInset ref
25280 LatexCommand ref
25281 reference "abb:Standard-Fußnoten-Platzierung-in"
25282
25283 \end_inset
25284
25285 .
25286  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
25287  in Abbildung
25288 \begin_inset space ~
25289 \end_inset
25290
25291
25292 \begin_inset CommandInset ref
25293 LatexCommand ref
25294 reference "abb:Fußnoten-Platzierung-in-einem"
25295
25296 \end_inset
25297
25298 , müssen Sie das LaTeX-Paket 
25299 \series bold
25300 ftnright
25301 \series default
25302
25303 \begin_inset Index
25304 status collapsed
25305
25306 \begin_layout Plain Layout
25307 LaTeX-Pakete ! ftnright
25308 \end_layout
25309
25310 \end_inset
25311
25312  mit folgendem Befehl im LaTeX-Vorspann einfügen:
25313 \end_layout
25314
25315 \begin_layout Standard
25316
25317 \series bold
25318
25319 \backslash
25320 usepackage{ftnright}
25321 \end_layout
25322
25323 \begin_layout Standard
25324 \begin_inset Float figure
25325 placement !h
25326 wide false
25327 sideways false
25328 status open
25329
25330 \begin_layout Plain Layout
25331 \begin_inset ERT
25332 status collapsed
25333
25334 \begin_layout Plain Layout
25335
25336
25337 \backslash
25338 framebox{
25339 \end_layout
25340
25341 \end_inset
25342
25343
25344 \begin_inset Graphics
25345         filename ../clipart/without_fntright.pdf
25346         width 100col%
25347         scaleBeforeRotation
25348
25349 \end_inset
25350
25351
25352 \begin_inset ERT
25353 status collapsed
25354
25355 \begin_layout Plain Layout
25356
25357 }
25358 \end_layout
25359
25360 \end_inset
25361
25362
25363 \end_layout
25364
25365 \begin_layout Plain Layout
25366 \begin_inset Caption
25367
25368 \begin_layout Plain Layout
25369 \begin_inset CommandInset label
25370 LatexCommand label
25371 name "abb:Standard-Fußnoten-Platzierung-in"
25372
25373 \end_inset
25374
25375 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25376 \begin_inset OptArg
25377 status open
25378
25379 \begin_layout Plain Layout
25380 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25381 \end_layout
25382
25383 \end_inset
25384
25385
25386 \end_layout
25387
25388 \end_inset
25389
25390
25391 \end_layout
25392
25393 \end_inset
25394
25395
25396 \end_layout
25397
25398 \begin_layout Standard
25399 \begin_inset Float figure
25400 placement !h
25401 wide false
25402 sideways false
25403 status open
25404
25405 \begin_layout Plain Layout
25406 \begin_inset ERT
25407 status collapsed
25408
25409 \begin_layout Plain Layout
25410
25411
25412 \backslash
25413 framebox{
25414 \end_layout
25415
25416 \end_inset
25417
25418
25419 \begin_inset Graphics
25420         filename ../clipart/with_fntright.pdf
25421         width 100col%
25422         scaleBeforeRotation
25423
25424 \end_inset
25425
25426
25427 \begin_inset ERT
25428 status collapsed
25429
25430 \begin_layout Plain Layout
25431
25432 }
25433 \end_layout
25434
25435 \end_inset
25436
25437
25438 \end_layout
25439
25440 \begin_layout Plain Layout
25441 \begin_inset Caption
25442
25443 \begin_layout Plain Layout
25444 \begin_inset CommandInset label
25445 LatexCommand label
25446 name "abb:Fußnoten-Platzierung-in-einem"
25447
25448 \end_inset
25449
25450 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
25451  
25452 \series bold
25453 ftnright
25454 \series default
25455 .
25456 \begin_inset OptArg
25457 status collapsed
25458
25459 \begin_layout Plain Layout
25460 Fußnoten-Platzierung mit 
25461 \family typewriter
25462 ftnright
25463 \end_layout
25464
25465 \end_inset
25466
25467
25468 \end_layout
25469
25470 \end_inset
25471
25472
25473 \end_layout
25474
25475 \end_inset
25476
25477
25478 \end_layout
25479
25480 \begin_layout Standard
25481 \begin_inset VSpace bigskip
25482 \end_inset
25483
25484 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
25485  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
25486 \begin_inset space ~
25487 \end_inset
25488
25489
25490 \begin_inset CommandInset ref
25491 LatexCommand ref
25492 reference "abb:endnotes----Die"
25493
25494 \end_inset
25495
25496  gedruckt.
25497  Man nennt sie dann 
25498 \emph on
25499 Endnoten
25500 \emph default
25501 .
25502 \begin_inset Index
25503 status collapsed
25504
25505 \begin_layout Plain Layout
25506 Endnoten
25507 \end_layout
25508
25509 \end_inset
25510
25511  Um das zu erreichen, müssen Sie das LaTeX-Paket 
25512 \series bold
25513 endnotes
25514 \series default
25515
25516 \begin_inset Index
25517 status collapsed
25518
25519 \begin_layout Plain Layout
25520 LaTeX-Pakete ! endnotes
25521 \end_layout
25522
25523 \end_inset
25524
25525  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
25526 \end_layout
25527
25528 \begin_layout Standard
25529
25530 \series bold
25531
25532 \backslash
25533 usepackage{endnotes}
25534 \begin_inset Newline newline
25535 \end_inset
25536
25537
25538 \backslash
25539 let
25540 \backslash
25541 footnote
25542 \backslash
25543 endnote
25544 \end_layout
25545
25546 \begin_layout Standard
25547 Um die gesammelten Fußnoten zu drucken, fügen Sie den TeX-Code
25548 \series bold
25549  
25550 \backslash
25551 theendnotes
25552 \series default
25553  am Ende des Abschnitts oder Kapitels ein.
25554 \end_layout
25555
25556 \begin_layout Standard
25557 \begin_inset Float figure
25558 wide false
25559 sideways false
25560 status open
25561
25562 \begin_layout Plain Layout
25563 \align center
25564 \begin_inset ERT
25565 status collapsed
25566
25567 \begin_layout Plain Layout
25568
25569
25570 \backslash
25571 framebox{
25572 \end_layout
25573
25574 \end_inset
25575
25576
25577 \begin_inset Graphics
25578         filename ../clipart/endnotes.pdf
25579         scaleBeforeRotation
25580
25581 \end_inset
25582
25583
25584 \begin_inset ERT
25585 status collapsed
25586
25587 \begin_layout Plain Layout
25588
25589 }
25590 \end_layout
25591
25592 \end_inset
25593
25594
25595 \end_layout
25596
25597 \begin_layout Plain Layout
25598 \begin_inset Caption
25599
25600 \begin_layout Plain Layout
25601 \begin_inset CommandInset label
25602 LatexCommand label
25603 name "abb:endnotes----Die"
25604
25605 \end_inset
25606
25607
25608 \series bold
25609 endnotes
25610 \series default
25611  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25612  gedruckt.
25613 \end_layout
25614
25615 \end_inset
25616
25617
25618 \end_layout
25619
25620 \end_inset
25621
25622
25623 \end_layout
25624
25625 \begin_layout Standard
25626 \begin_inset VSpace medskip
25627 \end_inset
25628
25629 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25630 ache übersetzt.
25631  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25632 \begin_inset Quotes gld
25633 \end_inset
25634
25635 Notes 
25636 \begin_inset Quotes grd
25637 \end_inset
25638
25639 in 
25640 \begin_inset Quotes gld
25641 \end_inset
25642
25643 Anmerkungen
25644 \begin_inset Quotes grd
25645 \end_inset
25646
25647 :
25648 \end_layout
25649
25650 \begin_layout Standard
25651
25652 \series bold
25653
25654 \backslash
25655 renewcommand{
25656 \backslash
25657 notesname}{Anmerkungen}
25658 \end_layout
25659
25660 \begin_layout Standard
25661 \begin_inset VSpace medskip
25662 \end_inset
25663
25664 Wenn Sie in den Befehlen von Abschnitt
25665 \begin_inset space ~
25666 \end_inset
25667
25668
25669 \begin_inset CommandInset ref
25670 LatexCommand ref
25671 reference "uab:Fußnoten-Nummerierung"
25672
25673 \end_inset
25674
25675  
25676 \series bold
25677
25678 \backslash
25679 thefootnote
25680 \series default
25681  durch 
25682 \series bold
25683
25684 \backslash
25685 theendnote
25686 \series default
25687  ersetzen, können Sie die Nummerierung von Endnoten ändern.
25688  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
25689 \series bold
25690
25691 \backslash
25692 @addtoreset
25693 \series default
25694  wie in Abschnitt
25695 \begin_inset space \space{}
25696 \end_inset
25697
25698
25699 \begin_inset CommandInset ref
25700 LatexCommand ref
25701 reference "uab:Fußnoten-Nummerierung"
25702
25703 \end_inset
25704
25705  beschrieben und ersetzen 
25706 \series bold
25707 footnote
25708 \series default
25709  durch 
25710 \series bold
25711 endnote
25712 \series default
25713 .
25714 \end_layout
25715
25716 \begin_layout Standard
25717 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
25718  
25719 \series bold
25720
25721 \backslash
25722 endnotemark[Nummer]
25723 \series default
25724  ähnlich wie 
25725 \series bold
25726
25727 \backslash
25728 footnotemark
25729 \series default
25730  Abschnitt
25731 \begin_inset space ~
25732 \end_inset
25733
25734
25735 \begin_inset CommandInset ref
25736 LatexCommand ref
25737 reference "abs:Fußnoten"
25738
25739 \end_inset
25740
25741 .
25742 \end_layout
25743
25744 \begin_layout Standard
25745 \begin_inset VSpace bigskip
25746 \end_inset
25747
25748 Mit dem LaTeX-Paket 
25749 \series bold
25750 footmisc
25751 \series default
25752
25753 \begin_inset Index
25754 status collapsed
25755
25756 \begin_layout Plain Layout
25757 LaTeX-Pakete ! footmisc
25758 \end_layout
25759
25760 \end_inset
25761
25762  (
25763 \begin_inset CommandInset citation
25764 LatexCommand cite
25765 key "footmisc"
25766
25767 \end_inset
25768
25769 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
25770 \end_layout
25771
25772 \begin_layout Standard
25773 In LaTeX-Büchern, 
25774 \begin_inset CommandInset citation
25775 LatexCommand cite
25776 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
25777
25778 \end_inset
25779
25780 , finden Sie weiteres zu Fußnoten.
25781 \end_layout
25782
25783 \begin_layout Section
25784 Randnotizen
25785 \begin_inset Index
25786 status collapsed
25787
25788 \begin_layout Plain Layout
25789 Randnotizen
25790 \end_layout
25791
25792 \end_inset
25793
25794
25795 \begin_inset Index
25796 status collapsed
25797
25798 \begin_layout Plain Layout
25799 Notizen ! Randnotizen
25800 \end_layout
25801
25802 \end_inset
25803
25804
25805 \end_layout
25806
25807 \begin_layout Standard
25808 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
25809  Sie fügen sie mit einem Klick auf den Schalter 
25810 \begin_inset Graphics
25811         filename ../../images/marginalnote-insert.png
25812         scale 70
25813         scaleBeforeRotation
25814
25815 \end_inset
25816
25817  oder über 
25818 \family sans
25819 Einfügen\SpecialChar \menuseparator
25820 Randnotiz
25821 \family default
25822  ein.
25823  Ein graues Kästchen mit der Aufschrift 
25824 \begin_inset Quotes gld
25825 \end_inset
25826
25827 Rand
25828 \begin_inset Quotes grd
25829 \end_inset
25830
25831  erscheint
25832 \family roman
25833 \series medium
25834 , und dort, wo der Cursor steht, können Sie Text eingeben.
25835 \end_layout
25836
25837 \begin_layout Standard
25838 Hier am Rand sehen Sie eine Randnotiz.
25839  
25840 \begin_inset Marginal
25841 status open
25842
25843 \begin_layout Plain Layout
25844 Dies ist eine Randnotiz.
25845 \end_layout
25846
25847 \end_inset
25848
25849
25850 \end_layout
25851
25852 \begin_layout Standard
25853 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
25854  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
25855  Seiten und rechts auf den ungeraden.
25856  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
25857  wird und umgekehrt.
25858  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
25859  wurde.
25860 \end_layout
25861
25862 \begin_layout Standard
25863 \begin_inset VSpace bigskip
25864 \end_inset
25865
25866 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
25867 \end_layout
25868
25869 \begin_layout Standard
25870
25871 \series bold
25872
25873 \backslash
25874 reversemarginpar
25875 \end_layout
25876
25877 \begin_layout Standard
25878 als TeX-Code vor einer Randnotiz ein.
25879  Das gilt dann für alle folgenden Randnotizen.
25880  
25881 \begin_inset ERT
25882 status collapsed
25883
25884 \begin_layout Plain Layout
25885
25886
25887 \backslash
25888 reversemarginpar 
25889 \end_layout
25890
25891 \end_inset
25892
25893
25894 \begin_inset Marginal
25895 status open
25896
25897 \begin_layout Plain Layout
25898 Hier ist ein Beispiel im inneren Rand.
25899 \end_layout
25900
25901 \end_inset
25902
25903
25904 \begin_inset Newline newline
25905 \end_inset
25906
25907
25908 \begin_inset Note Greyedout
25909 status open
25910
25911 \begin_layout Plain Layout
25912  
25913 \series bold
25914 Achtung:
25915 \series default
25916  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
25917 \end_layout
25918
25919 \end_inset
25920
25921
25922 \end_layout
25923
25924 \begin_layout Standard
25925 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
25926 \end_layout
25927
25928 \begin_layout Standard
25929
25930 \series bold
25931
25932 \backslash
25933 normalmarginpar
25934 \end_layout
25935
25936 \begin_layout Standard
25937 als TeX-Code ein.
25938 \begin_inset ERT
25939 status collapsed
25940
25941 \begin_layout Plain Layout
25942
25943
25944 \backslash
25945 normalmarginpar 
25946 \end_layout
25947
25948 \end_inset
25949
25950
25951 \end_layout
25952
25953 \begin_layout Standard
25954 \begin_inset Note Greyedout
25955 status open
25956
25957 \begin_layout Plain Layout
25958
25959 \series bold
25960 Achtung:
25961 \series default
25962  Der Befehl wird missachtet, wenn er im selben Absatz wie 
25963 \series bold
25964
25965 \backslash
25966 reversemarginpar
25967 \series default
25968  verwendet wird.
25969 \end_layout
25970
25971 \end_inset
25972
25973
25974 \end_layout
25975
25976 \begin_layout Standard
25977 \begin_inset VSpace bigskip
25978 \end_inset
25979
25980
25981 \begin_inset Marginal
25982 status open
25983
25984 \begin_layout Plain Layout
25985
25986 \family roman
25987 \series medium
25988 EinSehrLangesWort am Anfang, das umgebrochen wird.
25989 \end_layout
25990
25991 \end_inset
25992
25993  Ähnlich wie in Abschnitt
25994 \begin_inset space ~
25995 \end_inset
25996
25997
25998 \begin_inset CommandInset ref
25999 LatexCommand ref
26000 reference "uab:Mehrfache-Zeilen-in"
26001
26002 \end_inset
26003
26004  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
26005  Wort der Randnotiz sind.
26006  Um das zu vermeiden, fügen sie 0
26007 \begin_inset space \thinspace{}
26008 \end_inset
26009
26010 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
26011 \begin_inset Marginal
26012 status open
26013
26014 \begin_layout Plain Layout
26015 \begin_inset space \hspace{}
26016 \length 0pt
26017 \end_inset
26018
26019
26020 \family roman
26021 \series medium
26022 EinSehrLangesWort am Anfang, das umgebrochen wird.
26023 \end_layout
26024
26025 \end_inset
26026
26027
26028 \end_layout
26029
26030 \begin_layout Standard
26031 \begin_inset VSpace bigskip
26032 \end_inset
26033
26034
26035 \end_layout
26036
26037 \begin_layout Standard
26038 \begin_inset Note Greyedout
26039 status open
26040
26041 \begin_layout Plain Layout
26042
26043 \series bold
26044 Bemerkung:
26045 \series default
26046  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
26047  verwendet werden.
26048 \end_layout
26049
26050 \end_inset
26051
26052
26053 \end_layout
26054
26055 \begin_layout Standard
26056 \begin_inset VSpace bigskip
26057 \end_inset
26058
26059
26060 \end_layout
26061
26062 \begin_layout Standard
26063 \begin_inset ERT
26064 status collapsed
26065
26066 \begin_layout Plain Layout
26067
26068
26069 \backslash
26070 ifmarginnote
26071 \end_layout
26072
26073 \end_inset
26074
26075
26076 \begin_inset Note Note
26077 status open
26078
26079 \begin_layout Plain Layout
26080 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
26081 \series bold
26082 marginnote
26083 \series default
26084  installiert ist.
26085 \end_layout
26086
26087 \end_inset
26088
26089
26090 \end_layout
26091
26092 \begin_layout Standard
26093 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
26094 \series bold
26095 marginnote
26096 \series default
26097
26098 \begin_inset Index
26099 status collapsed
26100
26101 \begin_layout Plain Layout
26102 LaTeX-Pakete ! marginnote
26103 \end_layout
26104
26105 \end_inset
26106
26107  verwendet wird.
26108  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
26109  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
26110  des Pakets 
26111 \series bold
26112 marginnote
26113 \series default
26114  für Randnotizen verwendet wird:
26115 \end_layout
26116
26117 \begin_layout Standard
26118
26119 \series bold
26120
26121 \backslash
26122 usepackage{marginnote}
26123 \begin_inset Newline newline
26124 \end_inset
26125
26126
26127 \backslash
26128 let
26129 \backslash
26130 marginpar
26131 \backslash
26132 marginnote
26133 \end_layout
26134
26135 \begin_layout Standard
26136 Dies wird auch in diesem Dokument verwendet, denn 
26137 \series bold
26138 marginnote
26139 \series default
26140  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
26141  für Randnotizen angeben.
26142  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
26143 n zu dicht beieinander sind.
26144  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
26145  Schema
26146 \end_layout
26147
26148 \begin_layout Standard
26149
26150 \series bold
26151 [Versatz]
26152 \end_layout
26153
26154 \begin_layout Standard
26155 angegeben.
26156  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
26157 \begin_inset space ~
26158 \end_inset
26159
26160
26161 \begin_inset CommandInset ref
26162 LatexCommand ref
26163 reference "tab:Maßeinheiten"
26164
26165 \end_inset
26166
26167  aufgelistet sind.
26168  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
26169  nach unten.
26170  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
26171 \begin_inset space \thinspace{}
26172 \end_inset
26173
26174 cm mit dem TeX-Code-Befehl  
26175 \begin_inset Quotes gld
26176 \end_inset
26177
26178
26179 \series bold
26180 [-1.5cm]
26181 \series default
26182
26183 \begin_inset Quotes grd
26184 \end_inset
26185
26186  nach oben versetzt.
26187 \begin_inset Marginal
26188 status open
26189
26190 \begin_layout Plain Layout
26191 Diese Randnotiz ist 1.5
26192 \begin_inset space \thinspace{}
26193 \end_inset
26194
26195 cm von ihrer Originalposition nach oben versetzt.
26196 \end_layout
26197
26198 \end_inset
26199
26200
26201 \begin_inset ERT
26202 status collapsed
26203
26204 \begin_layout Plain Layout
26205
26206 [-1.5cm]
26207 \end_layout
26208
26209 \end_inset
26210
26211
26212 \end_layout
26213
26214 \begin_layout Standard
26215 \begin_inset VSpace medskip
26216 \end_inset
26217
26218 Mit 
26219 \series bold
26220 marginnote
26221 \series default
26222  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
26223  Zum Beispiel setzen die Befehle
26224 \end_layout
26225
26226 \begin_layout Standard
26227
26228 \series bold
26229
26230 \backslash
26231 renewcommand*{
26232 \backslash
26233 raggedleftmarginnote}{
26234 \backslash
26235 centering}
26236 \begin_inset Newline newline
26237 \end_inset
26238
26239
26240 \backslash
26241 renewcommand*{
26242 \backslash
26243 raggedrightmarginnote}{
26244 \backslash
26245 centering}
26246 \end_layout
26247
26248 \begin_layout Standard
26249 die Ausrichtung auf zentriert.
26250  
26251 \series bold
26252
26253 \backslash
26254 raggedleftmarginnote
26255 \series default
26256  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
26257  
26258 \begin_inset ERT
26259 status collapsed
26260
26261 \begin_layout Plain Layout
26262
26263
26264 \backslash
26265 renewcommand*{
26266 \backslash
26267 raggedleftmarginnote}{
26268 \backslash
26269 centering}
26270 \end_layout
26271
26272 \begin_layout Plain Layout
26273
26274
26275 \backslash
26276 renewcommand*{
26277 \backslash
26278 raggedrightmarginnote}{
26279 \backslash
26280 centering}
26281 \end_layout
26282
26283 \end_inset
26284
26285
26286 \begin_inset Marginal
26287 status open
26288
26289 \begin_layout Plain Layout
26290 Der Text dieser Randnotiz ist zentriert ausgerichtet.
26291 \end_layout
26292
26293 \end_inset
26294
26295  Die Voreinstellung ist
26296 \end_layout
26297
26298 \begin_layout Standard
26299
26300 \series bold
26301
26302 \backslash
26303 renewcommand*{
26304 \backslash
26305 raggedleftmarginnote}{
26306 \backslash
26307 raggedleft}
26308 \begin_inset Newline newline
26309 \end_inset
26310
26311
26312 \backslash
26313 renewcommand*{
26314 \backslash
26315 raggedrightmarginnote}{
26316 \backslash
26317 raggedright}
26318 \series default
26319
26320 \begin_inset ERT
26321 status collapsed
26322
26323 \begin_layout Plain Layout
26324
26325
26326 \backslash
26327 renewcommand*{
26328 \backslash
26329 raggedleftmarginnote}{
26330 \backslash
26331 raggedleft}
26332 \end_layout
26333
26334 \begin_layout Plain Layout
26335
26336
26337 \backslash
26338 renewcommand*{
26339 \backslash
26340 raggedrightmarginnote}{
26341 \backslash
26342 raggedright}
26343 \end_layout
26344
26345 \end_inset
26346
26347
26348 \end_layout
26349
26350 \begin_layout Standard
26351 \begin_inset VSpace medskip
26352 \end_inset
26353
26354 Für weitere Fähigkeiten des Pakets 
26355 \series bold
26356 marginnote
26357 \series default
26358  sei auf dessen Dokumentation verwiesen 
26359 \begin_inset CommandInset citation
26360 LatexCommand cite
26361 key "marginnote"
26362
26363 \end_inset
26364
26365 .
26366 \end_layout
26367
26368 \begin_layout Standard
26369 \begin_inset VSpace bigskip
26370 \end_inset
26371
26372 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
26373  geändert werden.
26374  Um z.
26375 \begin_inset space \thinspace{}
26376 \end_inset
26377
26378 B.
26379  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
26380  und fettgedruckten Text 
26381 \begin_inset Quotes eld
26382 \end_inset
26383
26384
26385 \family sans
26386 \series bold
26387 \bar under
26388 Achtung!
26389 \family default
26390 \series default
26391 \bar default
26392
26393 \begin_inset Quotes erd
26394 \end_inset
26395
26396  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
26397 \end_layout
26398
26399 \begin_layout Standard
26400
26401 \series bold
26402
26403 \backslash
26404 let
26405 \backslash
26406 myMarginpar
26407 \backslash
26408 marginpar
26409 \begin_inset Newline newline
26410 \end_inset
26411
26412
26413 \backslash
26414 renewcommand{
26415 \backslash
26416 marginpar}[1]{
26417 \backslash
26418 myMarginpar{%
26419 \begin_inset Newline newline
26420 \end_inset
26421
26422
26423 \begin_inset ERT
26424 status collapsed
26425
26426 \begin_layout Plain Layout
26427
26428
26429 \backslash
26430 hphantom{ }
26431 \end_layout
26432
26433 \end_inset
26434
26435
26436 \backslash
26437 hspace{0pt}
26438 \backslash
26439 textsf{
26440 \backslash
26441 textbf{
26442 \backslash
26443 underbar{Achtung!}}}%
26444 \begin_inset Newline newline
26445 \end_inset
26446
26447
26448 \begin_inset ERT
26449 status collapsed
26450
26451 \begin_layout Plain Layout
26452
26453
26454 \backslash
26455 hphantom{ }
26456 \end_layout
26457
26458 \end_inset
26459
26460
26461 \backslash
26462 vspace{1.5mm}
26463 \backslash
26464
26465 \backslash
26466 #1}}
26467 \end_layout
26468
26469 \begin_layout Standard
26470 \begin_inset ERT
26471 status collapsed
26472
26473 \begin_layout Plain Layout
26474
26475
26476 \backslash
26477 let
26478 \backslash
26479 myMarginpar
26480 \backslash
26481 marginpar
26482 \end_layout
26483
26484 \begin_layout Plain Layout
26485
26486
26487 \backslash
26488 renewcommand{
26489 \backslash
26490 marginpar}[1]{
26491 \backslash
26492 myMarginpar{%
26493 \end_layout
26494
26495 \begin_layout Plain Layout
26496
26497    
26498 \backslash
26499 textsf{
26500 \backslash
26501 textbf{
26502 \backslash
26503 underbar{Achtung!}}}%
26504 \end_layout
26505
26506 \begin_layout Plain Layout
26507
26508    
26509 \backslash
26510 vspace{1.5mm}
26511 \backslash
26512
26513 \backslash
26514 #1}}
26515 \end_layout
26516
26517 \end_inset
26518
26519
26520 \begin_inset Marginal
26521 status open
26522
26523 \begin_layout Plain Layout
26524 Dies ist eine Randnotiz mit einer definierten Überschrift.
26525 \end_layout
26526
26527 \end_inset
26528
26529
26530 \begin_inset ERT
26531 status collapsed
26532
26533 \begin_layout Plain Layout
26534
26535 [-1.5cm]
26536 \end_layout
26537
26538 \end_inset
26539
26540
26541 \begin_inset ERT
26542 status collapsed
26543
26544 \begin_layout Plain Layout
26545
26546
26547 \backslash
26548 renewcommand{
26549 \backslash
26550 marginpar}[1]{
26551 \backslash
26552 myMarginpar{#1}}
26553 \end_layout
26554
26555 \end_inset
26556
26557
26558 \begin_inset Note Note
26559 status open
26560
26561 \begin_layout Plain Layout
26562 Das Format wurde nur für dieses Beispiel geändert.
26563 \end_layout
26564
26565 \end_inset
26566
26567
26568 \end_layout
26569
26570 \begin_layout Standard
26571 \begin_inset ERT
26572 status collapsed
26573
26574 \begin_layout Plain Layout
26575
26576
26577 \backslash
26578 else
26579 \end_layout
26580
26581 \end_inset
26582
26583
26584 \begin_inset Note Note
26585 status open
26586
26587 \begin_layout Plain Layout
26588 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26589 \series bold
26590 marginnote
26591 \series default
26592  nicht installiert ist:
26593 \end_layout
26594
26595 \end_inset
26596
26597
26598 \end_layout
26599
26600 \begin_layout Standard
26601 Das LaTeX-Paket 
26602 \series bold
26603 marginnote
26604 \series default
26605  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26606 \end_layout
26607
26608 \begin_layout Standard
26609 \begin_inset ERT
26610 status collapsed
26611
26612 \begin_layout Plain Layout
26613
26614
26615 \backslash
26616 fi
26617 \end_layout
26618
26619 \end_inset
26620
26621
26622 \end_layout
26623
26624 \begin_layout Chapter
26625 Boxen
26626 \end_layout
26627
26628 \begin_layout Section
26629 Einleitung
26630 \begin_inset Index
26631 status collapsed
26632
26633 \begin_layout Plain Layout
26634 Boxen ! Einleitung
26635 \end_layout
26636
26637 \end_inset
26638
26639
26640 \end_layout
26641
26642 \begin_layout Standard
26643 Boxen werden benutzt, um einen Textblock zu formatieren.
26644  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26645  siehe Abschnitt
26646 \begin_inset space ~
26647 \end_inset
26648
26649
26650 \begin_inset CommandInset ref
26651 LatexCommand ref
26652 reference "abs:Minipage"
26653
26654 \end_inset
26655
26656 , um Text zu umrahmen, siehe Abschnitt
26657 \begin_inset space ~
26658 \end_inset
26659
26660
26661 \begin_inset CommandInset ref
26662 LatexCommand ref
26663 reference "uab:Verzierung"
26664
26665 \end_inset
26666
26667 , um Silbentrennung zu verhindern, siehe Abschnitt
26668 \begin_inset space ~
26669 \end_inset
26670
26671
26672 \begin_inset CommandInset ref
26673 LatexCommand ref
26674 reference "abs:Silbentrennung-unterbinden"
26675
26676 \end_inset
26677
26678 , um Text senkrecht auszurichten, siehe Abschnitt
26679 \begin_inset space ~
26680 \end_inset
26681
26682
26683 \begin_inset CommandInset ref
26684 LatexCommand ref
26685 reference "uab:Vertikale-Ausrichtung"
26686
26687 \end_inset
26688
26689  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
26690 \begin_inset space ~
26691 \end_inset
26692
26693
26694 \begin_inset CommandInset ref
26695 LatexCommand ref
26696 reference "abs:Farbige-Boxen"
26697
26698 \end_inset
26699
26700 .
26701 \end_layout
26702
26703 \begin_layout Standard
26704 Boxen werden mit 
26705 \family sans
26706 Einfügen\SpecialChar \menuseparator
26707 Box
26708 \family default
26709  oder dem Schalter 
26710 \begin_inset Graphics
26711         filename ../../images/box-insert.png
26712         scale 70
26713         scaleBeforeRotation
26714
26715 \end_inset
26716
26717  eingefügt.
26718  Ein graues Kästchen mit der Aufschrift 
26719 \begin_inset Quotes gld
26720 \end_inset
26721
26722 Box (Minipage)
26723 \begin_inset Quotes grd
26724 \end_inset
26725
26726  erscheint: 
26727 \begin_inset Graphics
26728         filename clipart/StandardBoxQt4.png
26729         scale 85
26730         scaleBeforeRotation
26731
26732 \end_inset
26733
26734  Mit einem Rechts\SpecialChar \-
26735 klick auf das graue Kästchen kann der Typ spezifiziert
26736  werden.
26737  Das Dialogfenster bietet bei 
26738 \family sans
26739 Innere
26740 \begin_inset space ~
26741 \end_inset
26742
26743 Box
26744 \family default
26745  die Typen 
26746 \family sans
26747 Parbox
26748 \family default
26749  und 
26750 \family sans
26751 Minipage
26752 \family default
26753  an.
26754  
26755 \family sans
26756 Minipage
26757 \family default
26758  ist die Standard-Einstellung für neue Boxen und in Abschnitt
26759 \begin_inset space ~
26760 \end_inset
26761
26762
26763 \begin_inset CommandInset ref
26764 LatexCommand ref
26765 reference "abs:Minipage"
26766
26767 \end_inset
26768
26769  beschrieben, 
26770 \family sans
26771 Parbox
26772 \family default
26773  in Abschnitt
26774 \begin_inset space ~
26775 \end_inset
26776
26777
26778 \begin_inset CommandInset ref
26779 LatexCommand ref
26780 reference "abs:Parbox"
26781
26782 \end_inset
26783
26784 .
26785 \end_layout
26786
26787 \begin_layout Standard
26788 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
26789  wie auf Gleitobjekte und Fußnoten.
26790 \end_layout
26791
26792 \begin_layout Standard
26793 \begin_inset Note Greyedout
26794 status open
26795
26796 \begin_layout Plain Layout
26797
26798 \series bold
26799 Bemerkung
26800 \begin_inset space ~
26801 \end_inset
26802
26803 1:
26804 \series default
26805  Boxen dürfen in 
26806 \family sans
26807 List-
26808 \family default
26809  oder 
26810 \family sans
26811 Beschreibung-
26812 \family default
26813 Umgebungen nicht verwendet werden.
26814 \end_layout
26815
26816 \end_inset
26817
26818
26819 \end_layout
26820
26821 \begin_layout Standard
26822 \begin_inset Note Greyedout
26823 status open
26824
26825 \begin_layout Plain Layout
26826
26827 \series bold
26828 Bemerkung
26829 \begin_inset space ~
26830 \end_inset
26831
26832 2:
26833 \series default
26834  Boxen ohne 
26835 \family sans
26836 Innere
26837 \begin_inset space ~
26838 \end_inset
26839
26840 Box
26841 \family default
26842  und ohne Rahmen werden in Abschnitt
26843 \begin_inset space ~
26844 \end_inset
26845
26846
26847 \begin_inset CommandInset ref
26848 LatexCommand ref
26849 reference "abs:Silbentrennung-unterbinden"
26850
26851 \end_inset
26852
26853  beschrieben.
26854 \end_layout
26855
26856 \end_inset
26857
26858
26859 \end_layout
26860
26861 \begin_layout Section
26862 Das Box-Einstellungen-Fenster
26863 \begin_inset CommandInset label
26864 LatexCommand label
26865 name "abs:Box-Dialog"
26866
26867 \end_inset
26868
26869
26870 \begin_inset Index
26871 status collapsed
26872
26873 \begin_layout Plain Layout
26874 Boxen ! Box-Dialog-Fenster
26875 \end_layout
26876
26877 \end_inset
26878
26879
26880 \end_layout
26881
26882 \begin_layout Subsection
26883 Box-Größe
26884 \begin_inset Index
26885 status collapsed
26886
26887 \begin_layout Plain Layout
26888 Boxen ! Größe
26889 \end_layout
26890
26891 \end_inset
26892
26893
26894 \end_layout
26895
26896 \begin_layout Standard
26897 Im 
26898 \family sans
26899 Box-Einstellungen
26900 \family default
26901 -Fenster können Sie die Größe der Box mit 
26902 \family sans
26903 Breite
26904 \family default
26905  und 
26906 \family sans
26907 Höhe 
26908 \family default
26909 festlegen.
26910  Die verfügbaren Einheiten werden in Tabelle
26911 \begin_inset space ~
26912 \end_inset
26913
26914
26915 \begin_inset CommandInset ref
26916 LatexCommand ref
26917 reference "tab:Maßeinheiten"
26918
26919 \end_inset
26920
26921  aufgelistet.
26922  Das Feld
26923 \family sans
26924  Höhe
26925 \family default
26926  bietet die folgenden zusätzlichen Größen:
26927 \end_layout
26928
26929 \begin_layout Description
26930 Tiefe Dies ist die reine Text-
26931 \begin_inset Quotes gld
26932 \end_inset
26933
26934 Höhe
26935 \begin_inset Quotes grd
26936 \end_inset
26937
26938 .
26939  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
26940 \begin_inset Newline newline
26941 \end_inset
26942
26943
26944 \begin_inset Newline newline
26945 \end_inset
26946
26947
26948 \begin_inset Newline newline
26949 \end_inset
26950
26951
26952 \begin_inset Box Boxed
26953 position "c"
26954 hor_pos "c"
26955 has_inner_box 1
26956 inner_pos "c"
26957 use_parbox 0
26958 width "12col%"
26959 special "none"
26960 height "1in"
26961 height_special "depth"
26962 status collapsed
26963
26964 \begin_layout Plain Layout
26965 \align center
26966 Box-Höhe = 1
26967 \begin_inset space \thinspace{}
26968 \end_inset
26969
26970 Tiefe
26971 \end_layout
26972
26973 \end_inset
26974
26975
26976 \begin_inset Newline newline
26977 \end_inset
26978
26979
26980 \begin_inset Newline newline
26981 \end_inset
26982
26983
26984 \end_layout
26985
26986 \begin_layout Description
26987 Höhe Dies ist die Texthöhe innerhalb der Box.
26988  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
26989  Texthöhe setzen: 
26990 \begin_inset Box Boxed
26991 position "c"
26992 hor_pos "c"
26993 has_inner_box 1
26994 inner_pos "c"
26995 use_parbox 0
26996 width "20col%"
26997 special "none"
26998 height "2in"
26999 height_special "height"
27000 status collapsed
27001
27002 \begin_layout Plain Layout
27003 \align center
27004 Boxhöhe = 2
27005 \begin_inset space \thinspace{}
27006 \end_inset
27007
27008 Höhe
27009 \end_layout
27010
27011 \end_inset
27012
27013
27014 \end_layout
27015
27016 \begin_layout Description
27017 Gesamthöhe Dies ist Höhe
27018 \begin_inset space \thinspace{}
27019 \end_inset
27020
27021 +
27022 \begin_inset space \thinspace{}
27023 \end_inset
27024
27025 Tiefe: 
27026 \begin_inset Box Boxed
27027 position "c"
27028 hor_pos "c"
27029 has_inner_box 1
27030 inner_pos "c"
27031 use_parbox 0
27032 width "20col%"
27033 special "none"
27034 height "1in"
27035 height_special "totalheight"
27036 status collapsed
27037
27038 \begin_layout Plain Layout
27039 \align center
27040 Boxhöhe = 1
27041 \begin_inset space \thinspace{}
27042 \end_inset
27043
27044 Gesamthöhe
27045 \end_layout
27046
27047 \end_inset
27048
27049
27050 \end_layout
27051
27052 \begin_layout Description
27053 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
27054 \begin_inset Box Boxed
27055 position "c"
27056 hor_pos "c"
27057 has_inner_box 1
27058 inner_pos "c"
27059 use_parbox 0
27060 width "12col%"
27061 special "none"
27062 height "1in"
27063 height_special "width"
27064 status collapsed
27065
27066 \begin_layout Plain Layout
27067 \align center
27068 Boxhöhe = 1
27069 \begin_inset space \thinspace{}
27070 \end_inset
27071
27072 Breite
27073 \end_layout
27074
27075 \end_inset
27076
27077
27078 \end_layout
27079
27080 \begin_layout Subsection
27081 Ausrichtung
27082 \begin_inset Index
27083 status collapsed
27084
27085 \begin_layout Plain Layout
27086 Boxen ! Ausrichtung
27087 \end_layout
27088
27089 \end_inset
27090
27091
27092 \end_layout
27093
27094 \begin_layout Standard
27095 Wenn Sie eine 
27096 \family sans
27097 Innere
27098 \begin_inset space ~
27099 \end_inset
27100
27101 Box
27102 \family default
27103  gewählt haben, kann die Box mit folgenden Werten für 
27104 \family sans
27105 Box
27106 \family default
27107  senkrecht ausgerichtet werden:
27108 \end_layout
27109
27110 \begin_layout Description
27111 Oben Dies ist ein Beispieltext.
27112  
27113 \begin_inset Box Boxed
27114 position "t"
27115 hor_pos "c"
27116 has_inner_box 1
27117 inner_pos "c"
27118 use_parbox 0
27119 width "20col%"
27120 special "none"
27121 height "1in"
27122 height_special "totalheight"
27123 status collapsed
27124
27125 \begin_layout Plain Layout
27126 \align center
27127 Die Ober\SpecialChar \-
27128 kante der Box ist in der Zeile.
27129 \end_layout
27130
27131 \end_inset
27132
27133  Dies ist ein Beispieltext.
27134 \end_layout
27135
27136 \begin_layout Description
27137 Mitte Dies ist ein Beispieltext.
27138  
27139 \begin_inset Box Boxed
27140 position "c"
27141 hor_pos "c"
27142 has_inner_box 1
27143 inner_pos "c"
27144 use_parbox 0
27145 width "20col%"
27146 special "none"
27147 height "1in"
27148 height_special "totalheight"
27149 status collapsed
27150
27151 \begin_layout Plain Layout
27152 \align center
27153 Die Mitte der Box ist in der Zeile.
27154 \end_layout
27155
27156 \end_inset
27157
27158  Dies ist ein Beispieltext.
27159 \end_layout
27160
27161 \begin_layout Description
27162 Unten Dies ist ein Beispieltext.
27163  
27164 \begin_inset Box Boxed
27165 position "b"
27166 hor_pos "c"
27167 has_inner_box 1
27168 inner_pos "c"
27169 use_parbox 0
27170 width "20col%"
27171 special "none"
27172 height "1in"
27173 height_special "totalheight"
27174 status collapsed
27175
27176 \begin_layout Plain Layout
27177 \align center
27178 Die Unter\SpecialChar \-
27179 kante der Box ist in der Zeile.
27180 \end_layout
27181
27182 \end_inset
27183
27184  Dies ist ein Beispieltext.
27185 \end_layout
27186
27187 \begin_layout Standard
27188 \begin_inset Note Greyedout
27189 status open
27190
27191 \begin_layout Plain Layout
27192
27193 \series bold
27194 Bemerkung:
27195 \series default
27196  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
27197  Boxen in einer Zeile sind und eine Box z.
27198 \begin_inset space \thinspace{}
27199 \end_inset
27200
27201 B.
27202  schattiert ist, die andere abere nicht.
27203 \end_layout
27204
27205 \end_inset
27206
27207
27208 \end_layout
27209
27210 \begin_layout Standard
27211 Eine Box kann mit dem Dialog 
27212 \family sans
27213 Absatz-Einstellungen
27214 \family default
27215  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
27216 \end_layout
27217
27218 \begin_layout Standard
27219 \begin_inset VSpace bigskip
27220 \end_inset
27221
27222 Wenn Sie eine 
27223 \family sans
27224 Innere
27225 \begin_inset space ~
27226 \end_inset
27227
27228 Box
27229 \family default
27230  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
27231 \family sans
27232 Inhalt
27233 \family default
27234  senkrecht ausgerichtet werden:
27235 \end_layout
27236
27237 \begin_layout Description
27238 Oben Dies ist ein Beispieltext.
27239  
27240 \begin_inset Box Boxed
27241 position "c"
27242 hor_pos "c"
27243 has_inner_box 1
27244 inner_pos "t"
27245 use_parbox 0
27246 width "20col%"
27247 special "none"
27248 height "1.5in"
27249 height_special "totalheight"
27250 status collapsed
27251
27252 \begin_layout Plain Layout
27253 \align center
27254 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
27255 \end_layout
27256
27257 \end_inset
27258
27259  Dies ist ein Beispieltext.
27260 \end_layout
27261
27262 \begin_layout Description
27263 Mitte Dies ist ein Beispieltext.
27264  
27265 \begin_inset Box Boxed
27266 position "c"
27267 hor_pos "c"
27268 has_inner_box 1
27269 inner_pos "c"
27270 use_parbox 0
27271 width "20col%"
27272 special "none"
27273 height "1.5in"
27274 height_special "totalheight"
27275 status collapsed
27276
27277 \begin_layout Plain Layout
27278 \align center
27279 Der Boxinhalt ist zentriert ausgerichtet.
27280 \end_layout
27281
27282 \end_inset
27283
27284  Dies ist ein Beispieltext.
27285 \end_layout
27286
27287 \begin_layout Description
27288 Unten Dies ist ein Beispieltext.
27289  
27290 \begin_inset Box Boxed
27291 position "c"
27292 hor_pos "c"
27293 has_inner_box 1
27294 inner_pos "b"
27295 use_parbox 0
27296 width "20col%"
27297 special "none"
27298 height "1.5in"
27299 height_special "totalheight"
27300 status collapsed
27301
27302 \begin_layout Plain Layout
27303 \align center
27304 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
27305 \end_layout
27306
27307 \end_inset
27308
27309  Dies ist ein Beispieltext.
27310 \end_layout
27311
27312 \begin_layout Description
27313 Dehnen Dies ist ein Beispieltext.
27314  
27315 \begin_inset Box Boxed
27316 position "c"
27317 hor_pos "c"
27318 has_inner_box 1
27319 inner_pos "s"
27320 use_parbox 0
27321 width "20col%"
27322 special "none"
27323 height "1in"
27324 height_special "totalheight"
27325 status collapsed
27326
27327 \begin_layout Plain Layout
27328 \align center
27329 Der Boxinhalt
27330 \end_layout
27331
27332 \begin_layout Plain Layout
27333 \align center
27334 ist über die
27335 \end_layout
27336
27337 \begin_layout Plain Layout
27338 \align center
27339 Boxhöhe
27340 \end_layout
27341
27342 \begin_layout Plain Layout
27343 \align center
27344 gleichmäßig verteilt.
27345 \end_layout
27346
27347 \end_inset
27348
27349  Dies ist ein Beispieltext.
27350 \end_layout
27351
27352 \begin_layout Standard
27353 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
27354  besteht.
27355  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
27356 \end_layout
27357
27358 \begin_layout Standard
27359 Ein Boxinhalt kann mit dem Dialog 
27360 \family sans
27361 Absatz-Einstellungen
27362 \family default
27363  waagerecht ausgerichtet werden, wenn Sie eine
27364 \family sans
27365  Innere
27366 \begin_inset space ~
27367 \end_inset
27368
27369 Box
27370 \family default
27371  gewählt haben.
27372 \end_layout
27373
27374 \begin_layout Standard
27375 \align center
27376 \begin_inset Box Boxed
27377 position "c"
27378 hor_pos "c"
27379 has_inner_box 1
27380 inner_pos "s"
27381 use_parbox 0
27382 width "30col%"
27383 special "none"
27384 height "1.25in"
27385 height_special "totalheight"
27386 status collapsed
27387
27388 \begin_layout Plain Layout
27389 \align left
27390 Hier ist jede Zeile
27391 \end_layout
27392
27393 \begin_layout Plain Layout
27394 \align center
27395 anders
27396 \end_layout
27397
27398 \begin_layout Plain Layout
27399 \align right
27400 ausgerichtet.
27401 \end_layout
27402
27403 \end_inset
27404
27405
27406 \end_layout
27407
27408 \begin_layout Standard
27409 Wenn Sie keine
27410 \family sans
27411  Innere
27412 \begin_inset space ~
27413 \end_inset
27414
27415 Box
27416 \family default
27417  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
27418 \family sans
27419 Box-Einstellungen-
27420 \family default
27421 Dialog ausrichten
27422 \end_layout
27423
27424 \begin_layout Standard
27425 \align center
27426 \begin_inset Box Boxed
27427 position "c"
27428 hor_pos "s"
27429 has_inner_box 0
27430 inner_pos "s"
27431 use_parbox 0
27432 width "90col%"
27433 special "none"
27434 height "1.25in"
27435 height_special "totalheight"
27436 status collapsed
27437
27438 \begin_layout Plain Layout
27439 \align left
27440 Dieser Boxinhalt wurde horizontal gedehnt.
27441 \end_layout
27442
27443 \end_inset
27444
27445
27446 \end_layout
27447
27448 \begin_layout Subsection
27449 Verzierung
27450 \begin_inset CommandInset label
27451 LatexCommand label
27452 name "uab:Verzierung"
27453
27454 \end_inset
27455
27456
27457 \begin_inset Index
27458 status collapsed
27459
27460 \begin_layout Plain Layout
27461 Boxen ! Verzierung
27462 \end_layout
27463
27464 \end_inset
27465
27466
27467 \end_layout
27468
27469 \begin_layout Standard
27470 Im 
27471 \family sans
27472 Box-Einstellungen-
27473 \family default
27474 Dialog können Sie mit der 
27475 \family sans
27476 Verzierung
27477 \family default
27478  den Typ der Box auswählen:
27479 \end_layout
27480
27481 \begin_layout Description
27482 Einfacher
27483 \begin_inset space ~
27484 \end_inset
27485
27486 rechteckiger
27487 \begin_inset space ~
27488 \end_inset
27489
27490 Rahmen Um die Box wird ein rechteckiger Rahmen gezogen.
27491  Die Rahmendicke wird durch 
27492 \series bold
27493
27494 \backslash
27495 fboxrule
27496 \series default
27497  festgelegt.
27498  
27499 \begin_inset Box Boxed
27500 position "c"
27501 hor_pos "c"
27502 has_inner_box 1
27503 inner_pos "c"
27504 use_parbox 0
27505 width "21col%"
27506 special "none"
27507 height "1in"
27508 height_special "totalheight"
27509 status collapsed
27510
27511 \begin_layout Plain Layout
27512
27513 \series medium
27514 Rechteckige
27515 \begin_inset space ~
27516 \end_inset
27517
27518 Box
27519 \end_layout
27520
27521 \end_inset
27522
27523
27524 \end_layout
27525
27526 \begin_layout Description
27527 erlaube
27528 \begin_inset space ~
27529 \end_inset
27530
27531 Seitenumbrüche Wenn Sie die Verzierung 
27532 \family sans
27533 Einfacher rechteckiger Rahmen
27534 \family default
27535  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
27536  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
27537  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
27538  für sich ist und 
27539 \series bold
27540
27541 \backslash
27542 fboxrule
27543 \series default
27544  und 
27545 \series bold
27546
27547 \backslash
27548 fboxsep
27549 \series default
27550  keinen Einfluss auf diesen Box Typ haben.
27551  Die Rahmendicke wird durch 
27552 \series bold
27553
27554 \backslash
27555 FrameRule
27556 \series default
27557  festgelegt.
27558  
27559 \begin_inset Box Framed
27560 position "t"
27561 hor_pos "c"
27562 has_inner_box 0
27563 inner_pos "t"
27564 use_parbox 0
27565 width "100col%"
27566 special "none"
27567 height "1in"
27568 height_special "totalheight"
27569 status collapsed
27570
27571 \begin_layout Plain Layout
27572 Box erlaubt Seitenumbruch
27573 \end_layout
27574
27575 \end_inset
27576
27577
27578 \end_layout
27579
27580 \begin_layout Description
27581 Ovaler
27582 \begin_inset space ~
27583 \end_inset
27584
27585 Rahmen,
27586 \begin_inset space ~
27587 \end_inset
27588
27589 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27590  Die Rahmendicke ist 0.4
27591 \begin_inset space \thinspace{}
27592 \end_inset
27593
27594 pt.
27595  
27596 \begin_inset Box ovalbox
27597 position "c"
27598 hor_pos "c"
27599 has_inner_box 1
27600 inner_pos "c"
27601 use_parbox 0
27602 width "20col%"
27603 special "none"
27604 height "1in"
27605 height_special "totalheight"
27606 status collapsed
27607
27608 \begin_layout Plain Layout
27609 Ovale
27610 \begin_inset space ~
27611 \end_inset
27612
27613 Box,
27614 \begin_inset space ~
27615 \end_inset
27616
27617 dünn
27618 \end_layout
27619
27620 \end_inset
27621
27622
27623 \end_layout
27624
27625 \begin_layout Description
27626 Ovaler
27627 \begin_inset space ~
27628 \end_inset
27629
27630 Rahmen,
27631 \begin_inset space ~
27632 \end_inset
27633
27634 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27635  Die Rahmendicke ist 0.8
27636 \begin_inset space \thinspace{}
27637 \end_inset
27638
27639 pt.
27640  
27641 \begin_inset Box Ovalbox
27642 position "c"
27643 hor_pos "c"
27644 has_inner_box 1
27645 inner_pos "c"
27646 use_parbox 0
27647 width "20col%"
27648 special "none"
27649 height "1in"
27650 height_special "totalheight"
27651 status collapsed
27652
27653 \begin_layout Plain Layout
27654 Ovale
27655 \begin_inset space ~
27656 \end_inset
27657
27658 Box,
27659 \begin_inset space ~
27660 \end_inset
27661
27662 dick
27663 \end_layout
27664
27665 \end_inset
27666
27667
27668 \end_layout
27669
27670 \begin_layout Description
27671 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
27672  Die Rahmendicke wird durch 
27673 \series bold
27674
27675 \backslash
27676 fboxrule
27677 \series default
27678  festgelegt, der Schatten ist 4
27679 \begin_inset space \thinspace{}
27680 \end_inset
27681
27682 pt breit.
27683 \begin_inset Newline newline
27684 \end_inset
27685
27686
27687 \begin_inset Box Shadowbox
27688 position "c"
27689 hor_pos "c"
27690 has_inner_box 1
27691 inner_pos "c"
27692 use_parbox 0
27693 width "20col%"
27694 special "none"
27695 height "1in"
27696 height_special "totalheight"
27697 status collapsed
27698
27699 \begin_layout Plain Layout
27700 Schattierte
27701 \begin_inset space ~
27702 \end_inset
27703
27704 Box
27705 \end_layout
27706
27707 \end_inset
27708
27709
27710 \end_layout
27711
27712 \begin_layout Description
27713 Schattierter
27714 \begin_inset space ~
27715 \end_inset
27716
27717 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
27718  Im Gegensatz zu farbigen Boxen
27719 \begin_inset Foot
27720 status collapsed
27721
27722 \begin_layout Plain Layout
27723 siehe Abschnitt
27724 \begin_inset space ~
27725 \end_inset
27726
27727
27728 \begin_inset CommandInset ref
27729 LatexCommand ref
27730 reference "abs:Farbige-Boxen"
27731
27732 \end_inset
27733
27734
27735 \end_layout
27736
27737 \end_inset
27738
27739  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
27740  die Box ist ein Absatz für sich.
27741  
27742 \begin_inset Box Shaded
27743 position "t"
27744 hor_pos "c"
27745 has_inner_box 0
27746 inner_pos "t"
27747 use_parbox 0
27748 width "50col%"
27749 special "none"
27750 height "1in"
27751 height_special "totalheight"
27752 status collapsed
27753
27754 \begin_layout Plain Layout
27755 Schattierter Hintergrund Box
27756 \end_layout
27757
27758 \end_inset
27759
27760
27761 \end_layout
27762
27763 \begin_layout Description
27764 Doppelter
27765 \begin_inset space ~
27766 \end_inset
27767
27768 rechteckiger
27769 \begin_inset space ~
27770 \end_inset
27771
27772 Rahmen zeichnet einen doppelten Rahmen um die Box.
27773  Der innere Rahmen ist 0.75
27774 \begin_inset space \thinspace{}
27775 \end_inset
27776
27777
27778 \series bold
27779
27780 \backslash
27781 fboxrule
27782 \series default
27783  breit, der äußere 1.5
27784 \begin_inset space \thinspace{}
27785 \end_inset
27786
27787
27788 \series bold
27789
27790 \backslash
27791 fboxrule
27792 \series default
27793 , der Zwischenraum 1.5
27794 \begin_inset space \thinspace{}
27795 \end_inset
27796
27797
27798 \series bold
27799
27800 \backslash
27801 fboxrule
27802 \series default
27803
27804 \begin_inset space \thinspace{}
27805 \end_inset
27806
27807 +
27808 \begin_inset space \thinspace{}
27809 \end_inset
27810
27811 0.5
27812 \begin_inset space \thinspace{}
27813 \end_inset
27814
27815 pt.
27816  
27817 \begin_inset Box Doublebox
27818 position "c"
27819 hor_pos "c"
27820 has_inner_box 1
27821 inner_pos "c"
27822 use_parbox 0
27823 width "20col%"
27824 special "none"
27825 height "1in"
27826 height_special "totalheight"
27827 status collapsed
27828
27829 \begin_layout Plain Layout
27830 Doppelt
27831 \begin_inset space ~
27832 \end_inset
27833
27834 gerahmte
27835 \begin_inset space ~
27836 \end_inset
27837
27838 Box
27839 \end_layout
27840
27841 \end_inset
27842
27843
27844 \end_layout
27845
27846 \begin_layout Standard
27847 \begin_inset VSpace bigskip
27848 \end_inset
27849
27850 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
27851  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
27852 \series bold
27853 fancybox
27854 \series default
27855
27856 \begin_inset Index
27857 status collapsed
27858
27859 \begin_layout Plain Layout
27860 LaTeX-Pakete ! fancybox
27861 \end_layout
27862
27863 \end_inset
27864
27865  installiert sein.
27866 \end_layout
27867
27868 \begin_layout Section
27869 Box-Anpassung
27870 \begin_inset Index
27871 status collapsed
27872
27873 \begin_layout Plain Layout
27874 Boxen ! Anpassung
27875 \end_layout
27876
27877 \end_inset
27878
27879
27880 \end_layout
27881
27882 \begin_layout Standard
27883 Der Standardwert für 
27884 \series bold
27885
27886 \backslash
27887 fboxrule
27888 \series default
27889  ist 0.4
27890 \begin_inset space \thinspace{}
27891 \end_inset
27892
27893 pt.
27894  Mit dem folgenden TeX-Code-Befehl kann er auf 2
27895 \begin_inset space \thinspace{}
27896 \end_inset
27897
27898 pt gesetzt werden:
27899 \end_layout
27900
27901 \begin_layout Standard
27902
27903 \series bold
27904
27905 \backslash
27906 setlength{
27907 \backslash
27908 fboxrule}{2pt}
27909 \end_layout
27910
27911 \begin_layout Standard
27912 \begin_inset ERT
27913 status collapsed
27914
27915 \begin_layout Plain Layout
27916
27917
27918 \backslash
27919 setlength{
27920 \backslash
27921 fboxrule}{2pt}
27922 \end_layout
27923
27924 \end_inset
27925
27926
27927 \begin_inset Box Boxed
27928 position "c"
27929 hor_pos "c"
27930 has_inner_box 1
27931 inner_pos "c"
27932 use_parbox 0
27933 width "30col%"
27934 special "none"
27935 height "1in"
27936 height_special "totalheight"
27937 status open
27938
27939 \begin_layout Plain Layout
27940 \align center
27941 Rechteckige Box mit einer Rahmenbreite von 2
27942 \begin_inset space \thinspace{}
27943 \end_inset
27944
27945 pt
27946 \end_layout
27947
27948 \end_inset
27949
27950
27951 \begin_inset ERT
27952 status collapsed
27953
27954 \begin_layout Plain Layout
27955
27956
27957 \backslash
27958 setlength{
27959 \backslash
27960 fboxrule}{0.4pt}
27961 \end_layout
27962
27963 \end_inset
27964
27965
27966 \begin_inset VSpace bigskip
27967 \end_inset
27968
27969
27970 \end_layout
27971
27972 \begin_layout Standard
27973 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
27974 \begin_inset space \thinspace{}
27975 \end_inset
27976
27977 pt.
27978  Sie können das ändern, indem Sie den Wert von 
27979 \series bold
27980
27981 \backslash
27982 fboxsep
27983 \series default
27984  mit einem TeX-Code-Befehl ändern:
27985 \end_layout
27986
27987 \begin_layout Standard
27988
27989 \series bold
27990
27991 \backslash
27992 setlength{
27993 \backslash
27994 fboxsep}{10pt}
27995 \end_layout
27996
27997 \begin_layout Standard
27998 setzt den Wert auf 10
27999 \begin_inset space \thinspace{}
28000 \end_inset
28001
28002 pt, wie in der folgenden Box:
28003 \end_layout
28004
28005 \begin_layout Standard
28006 \begin_inset ERT
28007 status collapsed
28008
28009 \begin_layout Plain Layout
28010
28011
28012 \backslash
28013 setlength{
28014 \backslash
28015 fboxsep}{10pt}
28016 \end_layout
28017
28018 \end_inset
28019
28020
28021 \begin_inset Box Boxed
28022 position "c"
28023 hor_pos "c"
28024 has_inner_box 1
28025 inner_pos "c"
28026 use_parbox 0
28027 width "25col%"
28028 special "none"
28029 height "1in"
28030 height_special "totalheight"
28031 status open
28032
28033 \begin_layout Plain Layout
28034 \align center
28035 Rechteckige Box mit 
28036 \series bold
28037
28038 \backslash
28039 fboxsep
28040 \series default
28041
28042 \begin_inset space \thinspace{}
28043 \end_inset
28044
28045 =
28046 \begin_inset space \thinspace{}
28047 \end_inset
28048
28049 10
28050 \begin_inset space \thinspace{}
28051 \end_inset
28052
28053 pt
28054 \end_layout
28055
28056 \end_inset
28057
28058
28059 \begin_inset ERT
28060 status collapsed
28061
28062 \begin_layout Plain Layout
28063
28064
28065 \backslash
28066 setlength{
28067 \backslash
28068 fboxsep}{3pt}
28069 \end_layout
28070
28071 \end_inset
28072
28073
28074 \end_layout
28075
28076 \begin_layout Standard
28077 \noindent
28078 \begin_inset VSpace bigskip
28079 \end_inset
28080
28081 Der Durchmesser der abgerundeten Ecken kann mit 
28082 \series bold
28083
28084 \backslash
28085 cornersize
28086 \series default
28087  gesetzt werden.
28088  Der TeX-Code-Befehl
28089 \end_layout
28090
28091 \begin_layout Standard
28092
28093 \series bold
28094
28095 \backslash
28096 cornersize*{1cm}
28097 \end_layout
28098
28099 \begin_layout Standard
28100 setzt den Durchmesser auf 1
28101 \begin_inset space \thinspace{}
28102 \end_inset
28103
28104 cm.
28105  Der TeX-Code-Befehl
28106 \end_layout
28107
28108 \begin_layout Standard
28109
28110 \series bold
28111
28112 \backslash
28113 cornersize{num}
28114 \end_layout
28115
28116 \begin_layout Standard
28117 setzt den Durchmesser auf 
28118 \family sans
28119 num
28120 \begin_inset space \thinspace{}
28121 \end_inset
28122
28123 ×
28124 \begin_inset space \thinspace{}
28125 \end_inset
28126
28127 Minimum(Breite der Box, Höhe der Box)
28128 \family default
28129 .
28130  Der Standardwert ist 
28131 \series bold
28132
28133 \backslash
28134 cornersize{0.5}
28135 \series default
28136 .
28137 \end_layout
28138
28139 \begin_layout Standard
28140 \begin_inset ERT
28141 status collapsed
28142
28143 \begin_layout Plain Layout
28144
28145
28146 \backslash
28147 cornersize*{1.5cm}
28148 \end_layout
28149
28150 \end_inset
28151
28152
28153 \begin_inset Box Ovalbox
28154 position "c"
28155 hor_pos "c"
28156 has_inner_box 1
28157 inner_pos "c"
28158 use_parbox 0
28159 width "30col%"
28160 special "none"
28161 height "1in"
28162 height_special "totalheight"
28163 status open
28164
28165 \begin_layout Plain Layout
28166 \align center
28167 Ovale Box, dicker Rand, mit 
28168 \series bold
28169
28170 \backslash
28171 cornersize
28172 \series default
28173
28174 \begin_inset space \thinspace{}
28175 \end_inset
28176
28177 =
28178 \begin_inset space \thinspace{}
28179 \end_inset
28180
28181 1.5
28182 \begin_inset space \thinspace{}
28183 \end_inset
28184
28185 cm
28186 \end_layout
28187
28188 \end_inset
28189
28190
28191 \begin_inset ERT
28192 status collapsed
28193
28194 \begin_layout Plain Layout
28195
28196
28197 \backslash
28198 cornersize{0.5}
28199 \end_layout
28200
28201 \end_inset
28202
28203
28204 \end_layout
28205
28206 \begin_layout Standard
28207 \begin_inset VSpace bigskip
28208 \end_inset
28209
28210 Die Breite des Schattens wird mit 
28211 \series bold
28212
28213 \backslash
28214 shadowsize
28215 \series default
28216  festgelegt.
28217  Mit dem TeX-Code-Befehl
28218 \end_layout
28219
28220 \begin_layout Standard
28221
28222 \series bold
28223
28224 \backslash
28225 setlength{
28226 \backslash
28227 shadowsize}{2pt}
28228 \end_layout
28229
28230 \begin_layout Standard
28231 wird er für die folgende Box auf 2
28232 \begin_inset space \thinspace{}
28233 \end_inset
28234
28235 pt festgelegt.
28236 \end_layout
28237
28238 \begin_layout Standard
28239 \begin_inset ERT
28240 status collapsed
28241
28242 \begin_layout Plain Layout
28243
28244
28245 \backslash
28246 setlength{
28247 \backslash
28248 shadowsize}{2pt}
28249 \end_layout
28250
28251 \end_inset
28252
28253
28254 \begin_inset Box Shadowbox
28255 position "c"
28256 hor_pos "c"
28257 has_inner_box 1
28258 inner_pos "c"
28259 use_parbox 0
28260 width "25col%"
28261 special "none"
28262 height "1in"
28263 height_special "totalheight"
28264 status open
28265
28266 \begin_layout Plain Layout
28267 \align center
28268 Schattierte Box mit 
28269 \series bold
28270
28271 \backslash
28272 shadowsize
28273 \series default
28274
28275 \begin_inset space \thinspace{}
28276 \end_inset
28277
28278 =
28279 \begin_inset space \thinspace{}
28280 \end_inset
28281
28282 2
28283 \begin_inset space \thinspace{}
28284 \end_inset
28285
28286 pt
28287 \end_layout
28288
28289 \end_inset
28290
28291
28292 \begin_inset ERT
28293 status collapsed
28294
28295 \begin_layout Plain Layout
28296
28297
28298 \backslash
28299 setlength{
28300 \backslash
28301 shadowsize}{4pt}
28302 \end_layout
28303
28304 \end_inset
28305
28306
28307 \end_layout
28308
28309 \begin_layout Standard
28310 \begin_inset VSpace bigskip
28311 \end_inset
28312
28313 Der Standardwert für 
28314 \series bold
28315
28316 \backslash
28317 FrameRule
28318 \series default
28319  ist 0.4
28320 \begin_inset space \thinspace{}
28321 \end_inset
28322
28323 pt.
28324  Der Standard-Abstand zwischen Rahmen und Text ist 9
28325 \begin_inset space \thinspace{}
28326 \end_inset
28327
28328 pt und kann mit dem Wert für 
28329 \series bold
28330
28331 \backslash
28332 FrameSep
28333 \series default
28334  geändert werden.
28335  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
28336  TeX-Code Befehlen geändert:
28337 \end_layout
28338
28339 \begin_layout Standard
28340
28341 \series bold
28342
28343 \backslash
28344 setlength{
28345 \backslash
28346 FrameRule}{5pt}
28347 \begin_inset Newline newline
28348 \end_inset
28349
28350
28351 \backslash
28352 setlength{
28353 \backslash
28354 FrameSep}{0.5cm}
28355 \end_layout
28356
28357 \begin_layout Standard
28358 \begin_inset ERT
28359 status collapsed
28360
28361 \begin_layout Plain Layout
28362
28363
28364 \backslash
28365 setlength{
28366 \backslash
28367 FrameRule}{5pt}
28368 \end_layout
28369
28370 \begin_layout Plain Layout
28371
28372
28373 \backslash
28374 setlength{
28375 \backslash
28376 FrameSep}{0.5cm}
28377 \end_layout
28378
28379 \end_inset
28380
28381
28382 \begin_inset Box Framed
28383 position "t"
28384 hor_pos "c"
28385 has_inner_box 0
28386 inner_pos "t"
28387 use_parbox 0
28388 width "100col%"
28389 special "none"
28390 height "1in"
28391 height_special "totalheight"
28392 status open
28393
28394 \begin_layout Plain Layout
28395 Dies ist Text in einer 
28396 \family sans
28397 Seitenumbruch erlaubt
28398 \family default
28399  Box.
28400 \end_layout
28401
28402 \end_inset
28403
28404
28405 \begin_inset ERT
28406 status collapsed
28407
28408 \begin_layout Plain Layout
28409
28410
28411 \backslash
28412 setlength{
28413 \backslash
28414 FrameRule}{0.4pt}
28415 \end_layout
28416
28417 \begin_layout Plain Layout
28418
28419
28420 \backslash
28421 setlength{
28422 \backslash
28423 FrameSep}{9pt}
28424 \end_layout
28425
28426 \end_inset
28427
28428
28429 \end_layout
28430
28431 \begin_layout Standard
28432 \begin_inset VSpace bigskip
28433 \end_inset
28434
28435 Für Boxen mit 
28436 \family sans
28437 schattiertem Hintergrund
28438 \family default
28439  beträgt der Abstand zwischen Rand und Text 3
28440 \begin_inset space \thinspace{}
28441 \end_inset
28442
28443 pt und kann mit 
28444 \series bold
28445
28446 \backslash
28447 fboxsep
28448 \series default
28449  geändert werden.
28450  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
28451  
28452 \series bold
28453
28454 \backslash
28455 definecolor{shadebox}
28456 \series default
28457  oder global über das Menü 
28458 \family sans
28459 Werkzeuge\SpecialChar \menuseparator
28460 Einstellungen\SpecialChar \menuseparator
28461 Farben\SpecialChar \menuseparator
28462 Schattierte
28463 \begin_inset space ~
28464 \end_inset
28465
28466 Box
28467 \family default
28468  geändert werden.
28469  Das Schema des 
28470 \series bold
28471
28472 \backslash
28473 definecolor
28474 \series default
28475  Befehls ist  in Abschnitt
28476 \begin_inset space ~
28477 \end_inset
28478
28479
28480 \begin_inset CommandInset ref
28481 LatexCommand ref
28482 reference "abs:Farbige-Tabellen"
28483
28484 \end_inset
28485
28486  erklärt.
28487 \begin_inset Foot
28488 status collapsed
28489
28490 \begin_layout Plain Layout
28491 Beachten Sie, dass 
28492 \series bold
28493
28494 \backslash
28495 definecolor
28496 \series default
28497  das LaTeX-Paket 
28498 \series bold
28499 color
28500 \series default
28501  im LaTeX-Vorspann benötigt, siehe Abschnitt
28502 \begin_inset space ~
28503 \end_inset
28504
28505
28506 \begin_inset CommandInset ref
28507 LatexCommand ref
28508 reference "abs:Farbige-Boxen"
28509
28510 \end_inset
28511
28512 .
28513 \end_layout
28514
28515 \end_inset
28516
28517  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
28518 \end_layout
28519
28520 \begin_layout Standard
28521
28522 \series bold
28523
28524 \backslash
28525 setlength{
28526 \backslash
28527 fboxsep}{0.5cm}
28528 \begin_inset Newline newline
28529 \end_inset
28530
28531
28532 \backslash
28533 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28534 \end_layout
28535
28536 \begin_layout Standard
28537 \begin_inset ERT
28538 status collapsed
28539
28540 \begin_layout Plain Layout
28541
28542
28543 \backslash
28544 setlength{
28545 \backslash
28546 fboxsep}{0.5cm}
28547 \end_layout
28548
28549 \begin_layout Plain Layout
28550
28551
28552 \backslash
28553 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28554 \end_layout
28555
28556 \end_inset
28557
28558
28559 \begin_inset Box Shaded
28560 position "t"
28561 hor_pos "c"
28562 has_inner_box 0
28563 inner_pos "t"
28564 use_parbox 0
28565 width "100col%"
28566 special "none"
28567 height "1in"
28568 height_special "totalheight"
28569 status open
28570
28571 \begin_layout Plain Layout
28572
28573 \color yellow
28574 Dies ist gelber Text in einer 
28575 \family sans
28576 schattierten Hintergrund
28577 \begin_inset space ~
28578 \end_inset
28579
28580
28581 \family default
28582 Box auf dunkelgrünem Hintergrund.
28583 \end_layout
28584
28585 \end_inset
28586
28587
28588 \begin_inset ERT
28589 status collapsed
28590
28591 \begin_layout Plain Layout
28592
28593
28594 \backslash
28595 setlength{
28596 \backslash
28597 fboxsep}{3pt}
28598 \end_layout
28599
28600 \begin_layout Plain Layout
28601
28602
28603 \backslash
28604 definecolor{shadecolor}{rgb}{1,0,0}
28605 \end_layout
28606
28607 \end_inset
28608
28609
28610 \end_layout
28611
28612 \begin_layout Standard
28613 \begin_inset VSpace bigskip
28614 \end_inset
28615
28616 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
28617  der sie ändert.
28618 \end_layout
28619
28620 \begin_layout Section
28621 Minipage
28622 \begin_inset CommandInset label
28623 LatexCommand label
28624 name "abs:Minipage"
28625
28626 \end_inset
28627
28628
28629 \begin_inset Index
28630 status collapsed
28631
28632 \begin_layout Plain Layout
28633 Boxen ! Minipage
28634 \end_layout
28635
28636 \end_inset
28637
28638
28639 \end_layout
28640
28641 \begin_layout Standard
28642 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28643  deshalb unter anderem eigene Fußnoten haben.
28644 \end_layout
28645
28646 \begin_layout Standard
28647 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28648 \end_layout
28649
28650 \begin_layout Standard
28651 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28652  Ihre Breite ist 45 Spaltenbreite
28653 \begin_inset space ~
28654 \end_inset
28655
28656 %, und sie sind durch einen 
28657 \family sans
28658 HFill
28659 \family default
28660  getrennt (
28661 \family sans
28662 Einfügen\SpecialChar \menuseparator
28663 Formatierung\SpecialChar \menuseparator
28664 Horizontaler
28665 \begin_inset space \space{}
28666 \end_inset
28667
28668 Abstand\SpecialChar \menuseparator
28669 Abstand\SpecialChar \menuseparator
28670 Variabler
28671 \begin_inset space ~
28672 \end_inset
28673
28674 horiz.
28675 \begin_inset space ~
28676 \end_inset
28677
28678 Abstand
28679 \family default
28680 ).
28681 \begin_inset Newpage newpage
28682 \end_inset
28683
28684
28685 \end_layout
28686
28687 \begin_layout Standard
28688 \noindent
28689 \begin_inset Box Frameless
28690 position "t"
28691 hor_pos "c"
28692 has_inner_box 1
28693 inner_pos "c"
28694 use_parbox 0
28695 width "45col%"
28696 special "none"
28697 height "1in"
28698 height_special "totalheight"
28699 status open
28700
28701 \begin_layout Plain Layout
28702 Dies ist ein deutscher Text.
28703  Dies ist ein deutscher Text.
28704  Dies ist ein deutscher Text.
28705  Dies ist ein deutscher Text.
28706  Dies ist ein deutscher Text.
28707  Dies ist ein deutscher Text.
28708  Dies ist ein deutscher Text.
28709  Dies ist ein deutscher Text.
28710  Dies ist ein deutscher Text.
28711  Dies ist ein deutscher Text.
28712  Dies ist ein deutscher Text.
28713  Dies ist ein deutscher Text.
28714  Dies ist ein deutscher Text
28715 \begin_inset Foot
28716 status open
28717
28718 \begin_layout Plain Layout
28719 Dies ist eine deutsche Fußnote.
28720 \end_layout
28721
28722 \end_inset
28723
28724 .
28725  Dies ist ein deutscher Text.
28726  Dies ist ein deutscher Text.
28727 \end_layout
28728
28729 \end_inset
28730
28731
28732 \begin_inset space \hfill{}
28733 \end_inset
28734
28735
28736 \begin_inset Box Frameless
28737 position "t"
28738 hor_pos "c"
28739 has_inner_box 1
28740 inner_pos "c"
28741 use_parbox 0
28742 width "45col%"
28743 special "none"
28744 height "1in"
28745 height_special "totalheight"
28746 status open
28747
28748 \begin_layout Plain Layout
28749
28750 \lang english
28751 This is an English Text.
28752  This is an English Text.
28753  This is an English Text.
28754  This is an English Text.
28755  This is an English Text.
28756  This is an English Text.
28757  This is an English Text.
28758  This is an English Text.
28759  This is an English Text.
28760  This is an English Text.
28761  This is an English Text.
28762  This is an English Text.
28763  This is an English Text.
28764  This is an English Text.
28765  This is an English Text.
28766  This is an English Text.
28767 \begin_inset Foot
28768 status collapsed
28769
28770 \begin_layout Plain Layout
28771
28772 \lang english
28773 This is an English footnote.
28774 \end_layout
28775
28776 \end_inset
28777
28778  This is an English Text.
28779  
28780 \end_layout
28781
28782 \end_inset
28783
28784
28785 \end_layout
28786
28787 \begin_layout Standard
28788 \noindent
28789 \begin_inset VSpace bigskip
28790 \end_inset
28791
28792 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
28793  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
28794  auf der die Tabelle gedruckt wird: 
28795 \begin_inset Tabular
28796 <lyxtabular version="3" rows="3" columns="4">
28797 <features>
28798 <column alignment="center" valignment="top" width="0pt">
28799 <column alignment="center" valignment="top" width="0pt">
28800 <column alignment="center" valignment="top" width="0pt">
28801 <column alignment="center" valignment="top" width="0pt">
28802 <row>
28803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28804 \begin_inset Text
28805
28806 \begin_layout Plain Layout
28807 1
28808 \end_layout
28809
28810 \end_inset
28811 </cell>
28812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28813 \begin_inset Text
28814
28815 \begin_layout Plain Layout
28816 2
28817 \end_layout
28818
28819 \end_inset
28820 </cell>
28821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28822 \begin_inset Text
28823
28824 \begin_layout Plain Layout
28825 3
28826 \begin_inset Foot
28827 status collapsed
28828
28829 \begin_layout Plain Layout
28830 Dies ist eine Fußnote in einer Tabelle.
28831 \end_layout
28832
28833 \end_inset
28834
28835
28836 \end_layout
28837
28838 \end_inset
28839 </cell>
28840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28841 \begin_inset Text
28842
28843 \begin_layout Plain Layout
28844 4
28845 \end_layout
28846
28847 \end_inset
28848 </cell>
28849 </row>
28850 <row>
28851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28852 \begin_inset Text
28853
28854 \begin_layout Plain Layout
28855 a
28856 \end_layout
28857
28858 \end_inset
28859 </cell>
28860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28861 \begin_inset Text
28862
28863 \begin_layout Plain Layout
28864 b
28865 \end_layout
28866
28867 \end_inset
28868 </cell>
28869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28870 \begin_inset Text
28871
28872 \begin_layout Plain Layout
28873 c
28874 \end_layout
28875
28876 \end_inset
28877 </cell>
28878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28879 \begin_inset Text
28880
28881 \begin_layout Plain Layout
28882 d
28883 \end_layout
28884
28885 \end_inset
28886 </cell>
28887 </row>
28888 <row>
28889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28890 \begin_inset Text
28891
28892 \begin_layout Plain Layout
28893 e
28894 \end_layout
28895
28896 \end_inset
28897 </cell>
28898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28899 \begin_inset Text
28900
28901 \begin_layout Plain Layout
28902 f
28903 \end_layout
28904
28905 \end_inset
28906 </cell>
28907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28908 \begin_inset Text
28909
28910 \begin_layout Plain Layout
28911 g
28912 \end_layout
28913
28914 \end_inset
28915 </cell>
28916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28917 \begin_inset Text
28918
28919 \begin_layout Plain Layout
28920 h
28921 \end_layout
28922
28923 \end_inset
28924 </cell>
28925 </row>
28926 </lyxtabular>
28927
28928 \end_inset
28929
28930
28931 \end_layout
28932
28933 \begin_layout Standard
28934 \noindent
28935 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
28936  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
28937  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
28938  außerhalb.
28939 \end_layout
28940
28941 \begin_layout Standard
28942 \align center
28943 \begin_inset Box Frameless
28944 position "t"
28945 hor_pos "c"
28946 has_inner_box 1
28947 inner_pos "c"
28948 use_parbox 0
28949 width "30col%"
28950 special "none"
28951 height "1in"
28952 height_special "totalheight"
28953 status open
28954
28955 \begin_layout Plain Layout
28956 \align center
28957 \begin_inset Tabular
28958 <lyxtabular version="3" rows="3" columns="4">
28959 <features>
28960 <column alignment="center" valignment="top" width="0pt">
28961 <column alignment="center" valignment="top" width="0pt">
28962 <column alignment="center" valignment="top" width="0pt">
28963 <column alignment="center" valignment="top" width="0pt">
28964 <row>
28965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28966 \begin_inset Text
28967
28968 \begin_layout Plain Layout
28969 1
28970 \end_layout
28971
28972 \end_inset
28973 </cell>
28974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28975 \begin_inset Text
28976
28977 \begin_layout Plain Layout
28978 2
28979 \end_layout
28980
28981 \end_inset
28982 </cell>
28983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28984 \begin_inset Text
28985
28986 \begin_layout Plain Layout
28987 3
28988 \begin_inset Foot
28989 status collapsed
28990
28991 \begin_layout Plain Layout
28992 Dies ist eine Fußnote in einer Tabelle.
28993 \end_layout
28994
28995 \end_inset
28996
28997
28998 \end_layout
28999
29000 \end_inset
29001 </cell>
29002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29003 \begin_inset Text
29004
29005 \begin_layout Plain Layout
29006 4
29007 \end_layout
29008
29009 \end_inset
29010 </cell>
29011 </row>
29012 <row>
29013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29014 \begin_inset Text
29015
29016 \begin_layout Plain Layout
29017 a
29018 \end_layout
29019
29020 \end_inset
29021 </cell>
29022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29023 \begin_inset Text
29024
29025 \begin_layout Plain Layout
29026 b
29027 \end_layout
29028
29029 \end_inset
29030 </cell>
29031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29032 \begin_inset Text
29033
29034 \begin_layout Plain Layout
29035 c
29036 \end_layout
29037
29038 \end_inset
29039 </cell>
29040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29041 \begin_inset Text
29042
29043 \begin_layout Plain Layout
29044 d
29045 \end_layout
29046
29047 \end_inset
29048 </cell>
29049 </row>
29050 <row>
29051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29052 \begin_inset Text
29053
29054 \begin_layout Plain Layout
29055 e
29056 \end_layout
29057
29058 \end_inset
29059 </cell>
29060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29061 \begin_inset Text
29062
29063 \begin_layout Plain Layout
29064 f
29065 \end_layout
29066
29067 \end_inset
29068 </cell>
29069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29070 \begin_inset Text
29071
29072 \begin_layout Plain Layout
29073 g
29074 \end_layout
29075
29076 \end_inset
29077 </cell>
29078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29079 \begin_inset Text
29080
29081 \begin_layout Plain Layout
29082 h
29083 \end_layout
29084
29085 \end_inset
29086 </cell>
29087 </row>
29088 </lyxtabular>
29089
29090 \end_inset
29091
29092
29093 \end_layout
29094
29095 \end_inset
29096
29097
29098 \end_layout
29099
29100 \begin_layout Standard
29101 \begin_inset VSpace bigskip
29102 \end_inset
29103
29104 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
29105  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
29106  Absätze nicht eingerückt werden, obwohl Sie das in 
29107 \family sans
29108 Dokument
29109 \family default
29110 \SpecialChar \menuseparator
29111
29112 \family sans
29113 Einstellun\SpecialChar \-
29114 gen\SpecialChar \menuseparator
29115 Textformat
29116 \family default
29117  festgelegt haben.
29118  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
29119  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
29120 \series bold
29121
29122 \backslash
29123 hspace*{1em}
29124 \series default
29125 .
29126 \end_layout
29127
29128 \begin_layout Standard
29129 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
29130  zu verpassen, siehe Abschnitt
29131 \begin_inset space ~
29132 \end_inset
29133
29134
29135 \begin_inset CommandInset ref
29136 LatexCommand ref
29137 reference "uab:Farbe-für-Absätze"
29138
29139 \end_inset
29140
29141 .
29142 \end_layout
29143
29144 \begin_layout Standard
29145 \begin_inset Note Greyedout
29146 status open
29147
29148 \begin_layout Plain Layout
29149
29150 \series bold
29151 Bemerkung:
29152 \series default
29153  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
29154  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
29155 \end_layout
29156
29157 \end_inset
29158
29159
29160 \end_layout
29161
29162 \begin_layout Section
29163 Parbox
29164 \begin_inset CommandInset label
29165 LatexCommand label
29166 name "abs:Parbox"
29167
29168 \end_inset
29169
29170
29171 \begin_inset Index
29172 status collapsed
29173
29174 \begin_layout Plain Layout
29175 Boxen ! Parbox
29176 \end_layout
29177
29178 \end_inset
29179
29180
29181 \end_layout
29182
29183 \begin_layout Standard
29184 Parbox ist eine Abkürzung für 
29185 \begin_inset Quotes gld
29186 \end_inset
29187
29188 paragraph box
29189 \begin_inset Quotes grd
29190 \end_inset
29191
29192 , was Absatzbox bedeutet.
29193  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
29194  Parboxen einige Einschränkungen.
29195  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
29196  gedruckt:
29197 \end_layout
29198
29199 \begin_layout Standard
29200 \align center
29201 \begin_inset Box Frameless
29202 position "t"
29203 hor_pos "c"
29204 has_inner_box 1
29205 inner_pos "t"
29206 use_parbox 1
29207 width "33col%"
29208 special "none"
29209 height "1in"
29210 height_special "totalheight"
29211 status collapsed
29212
29213 \begin_layout Plain Layout
29214 Dies ist Text in einer Parbox.
29215  Dies ist Text in einer Parbox.
29216 \end_layout
29217
29218 \begin_layout Plain Layout
29219 Diese Fußnote wird nicht gedruckt:
29220 \begin_inset Foot
29221 status collapsed
29222
29223 \begin_layout Plain Layout
29224 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
29225 \end_layout
29226
29227 \end_inset
29228
29229
29230 \end_layout
29231
29232 \end_inset
29233
29234
29235 \end_layout
29236
29237 \begin_layout Standard
29238 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
29239  und Theoreme enthalten.
29240 \end_layout
29241
29242 \begin_layout Section
29243 Boxen für Worte und Buchstaben
29244 \begin_inset Index
29245 status collapsed
29246
29247 \begin_layout Plain Layout
29248 Boxen ! für Buchstaben
29249 \end_layout
29250
29251 \end_inset
29252
29253
29254 \end_layout
29255
29256 \begin_layout Subsection
29257 Silbentrennung unterbinden 
29258 \begin_inset CommandInset label
29259 LatexCommand label
29260 name "abs:Silbentrennung-unterbinden"
29261
29262 \end_inset
29263
29264
29265 \begin_inset Index
29266 status collapsed
29267
29268 \begin_layout Plain Layout
29269 Boxen ! zur Vermeidung von Silbentrennung
29270 \end_layout
29271
29272 \end_inset
29273
29274
29275 \end_layout
29276
29277 \begin_layout Standard
29278 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
29279 \begin_inset Newline newline
29280 \end_inset
29281
29282 Hier ist ein Beispiel: 
29283 \end_layout
29284
29285 \begin_layout Standard
29286 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
29287 \begin_inset Quotes gld
29288 \end_inset
29289
29290 einsehrsehrsehrlangeswort
29291 \begin_inset Quotes grd
29292 \end_inset
29293
29294 .
29295 \end_layout
29296
29297 \begin_layout Standard
29298 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
29299  soll, den TeX-Code
29300 \end_layout
29301
29302 \begin_layout Standard
29303
29304 \series bold
29305
29306 \backslash
29307 mbox{
29308 \end_layout
29309
29310 \begin_layout Standard
29311 ein.
29312  Hinter dem Wort fügen Sie 
29313 \series bold
29314
29315 \begin_inset Quotes gld
29316 \end_inset
29317
29318 }
29319 \series default
29320
29321 \begin_inset Quotes grd
29322 \end_inset
29323
29324  als TeX-Code ein.
29325  Hier ist das Ergebnis:
29326 \end_layout
29327
29328 \begin_layout Standard
29329 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29330 \begin_inset ERT
29331 status collapsed
29332
29333 \begin_layout Plain Layout
29334
29335
29336 \backslash
29337 mbox{
29338 \end_layout
29339
29340 \end_inset
29341
29342
29343 \begin_inset Quotes gld
29344 \end_inset
29345
29346 einsehrsehrsehrlangeswort
29347 \begin_inset Quotes grd
29348 \end_inset
29349
29350
29351 \begin_inset ERT
29352 status collapsed
29353
29354 \begin_layout Plain Layout
29355
29356 }
29357 \end_layout
29358
29359 \end_inset
29360
29361 .
29362 \end_layout
29363
29364 \begin_layout Standard
29365 Alternativ dazu kann man auch den Befehl 
29366 \begin_inset Quotes gld
29367 \end_inset
29368
29369
29370 \series bold
29371
29372 \backslash
29373 -
29374 \series default
29375
29376 \begin_inset Quotes grd
29377 \end_inset
29378
29379  als TeX-Code direkt vor das Wort setzen:
29380 \end_layout
29381
29382 \begin_layout Standard
29383 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29384 \begin_inset Quotes gld
29385 \end_inset
29386
29387
29388 \begin_inset ERT
29389 status collapsed
29390
29391 \begin_layout Plain Layout
29392
29393
29394 \backslash
29395 -
29396 \end_layout
29397
29398 \end_inset
29399
29400 einsehrsehrsehrlangeswort
29401 \begin_inset Quotes grd
29402 \end_inset
29403
29404 .
29405 \end_layout
29406
29407 \begin_layout Standard
29408 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
29409  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
29410 \series bold
29411 Strg-Eingabe
29412 \series default
29413 ) einfügen: 
29414 \end_layout
29415
29416 \begin_layout Standard
29417 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
29418 \begin_inset Newline newline
29419 \end_inset
29420
29421
29422 \begin_inset ERT
29423 status collapsed
29424
29425 \begin_layout Plain Layout
29426
29427
29428 \backslash
29429 mbox{
29430 \end_layout
29431
29432 \end_inset
29433
29434
29435 \begin_inset Quotes gld
29436 \end_inset
29437
29438 einsehrsehrsehrlangeswort
29439 \begin_inset Quotes grd
29440 \end_inset
29441
29442
29443 \begin_inset ERT
29444 status collapsed
29445
29446 \begin_layout Plain Layout
29447
29448 }
29449 \end_layout
29450
29451 \end_inset
29452
29453 .
29454 \end_layout
29455
29456 \begin_layout Subsection
29457 Vertikale Ausrichtung
29458 \begin_inset CommandInset label
29459 LatexCommand label
29460 name "uab:Vertikale-Ausrichtung"
29461
29462 \end_inset
29463
29464
29465 \begin_inset Index
29466 status collapsed
29467
29468 \begin_layout Plain Layout
29469 Boxen ! für Vertikale Ausrichtung
29470 \end_layout
29471
29472 \end_inset
29473
29474
29475 \begin_inset Index
29476 status collapsed
29477
29478 \begin_layout Plain Layout
29479 Boxen ! raisebox
29480 \end_layout
29481
29482 \end_inset
29483
29484
29485 \end_layout
29486
29487 \begin_layout Standard
29488 Mit dem LaTeX-Befehl 
29489 \series bold
29490
29491 \backslash
29492 raisebox
29493 \series default
29494  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29495 n Textes ausrichten.
29496  
29497 \series bold
29498
29499 \backslash
29500 raisebox
29501 \series default
29502  wird folgendermaßen benutzt:
29503 \end_layout
29504
29505 \begin_layout Standard
29506
29507 \series bold
29508
29509 \backslash
29510 raisebox{Verschiebung}[oben][unten]{Text}
29511 \end_layout
29512
29513 \begin_layout Standard
29514 Positive Werte für Verschiebung
29515 \series bold
29516  
29517 \series default
29518 verschieben die Box nach oben, negative nach unten.
29519  Die beiden optionalen Parameter 
29520 \family typewriter
29521 oben
29522 \family default
29523  und 
29524 \family typewriter
29525 unten
29526 \family default
29527  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29528  hinausgeht, wenn sie nicht verschoben ist.
29529 \end_layout
29530
29531 \begin_layout Standard
29532 Um zum Beispiel das Wort 
29533 \begin_inset Quotes gld
29534 \end_inset
29535
29536 provokant
29537 \begin_inset Quotes grd
29538 \end_inset
29539
29540  mit seinem 
29541 \begin_inset Quotes gld
29542 \end_inset
29543
29544 niedrigsten
29545 \begin_inset Quotes grd
29546 \end_inset
29547
29548  Buchstaben 
29549 \begin_inset Quotes gld
29550 \end_inset
29551
29552 p
29553 \begin_inset Quotes grd
29554 \end_inset
29555
29556  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29557 \end_layout
29558
29559 \begin_layout Standard
29560
29561 \series bold
29562
29563 \backslash
29564 raisebox{
29565 \backslash
29566 depth}{
29567 \end_layout
29568
29569 \begin_layout Standard
29570 vor dem Wort einfügen und 
29571 \begin_inset Quotes gld
29572 \end_inset
29573
29574
29575 \series bold
29576 }
29577 \series default
29578
29579 \begin_inset Quotes grd
29580 \end_inset
29581
29582  als TeX-Code dahinter:
29583 \end_layout
29584
29585 \begin_layout Standard
29586 Dies ist eine Zeile, in der das Wort 
29587 \begin_inset ERT
29588 status collapsed
29589
29590 \begin_layout Plain Layout
29591
29592
29593 \backslash
29594 raisebox{
29595 \backslash
29596 depth}{
29597 \end_layout
29598
29599 \end_inset
29600
29601
29602 \begin_inset Quotes gld
29603 \end_inset
29604
29605 provokant
29606 \begin_inset Quotes grd
29607 \end_inset
29608
29609
29610 \begin_inset ERT
29611 status collapsed
29612
29613 \begin_layout Plain Layout
29614
29615 }
29616 \end_layout
29617
29618 \end_inset
29619
29620  nach oben verschoben wurde.
29621 \end_layout
29622
29623 \begin_layout Standard
29624 \begin_inset VSpace bigskip
29625 \end_inset
29626
29627 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29628  gedehnt:
29629 \end_layout
29630
29631 \begin_layout Standard
29632 Dies ist eine Zeile, in der das Wort 
29633 \begin_inset ERT
29634 status collapsed
29635
29636 \begin_layout Plain Layout
29637
29638
29639 \backslash
29640 raisebox{-
29641 \backslash
29642 depth}{
29643 \end_layout
29644
29645 \end_inset
29646
29647
29648 \begin_inset Quotes gld
29649 \end_inset
29650
29651 provokant
29652 \begin_inset Quotes grd
29653 \end_inset
29654
29655
29656 \begin_inset ERT
29657 status collapsed
29658
29659 \begin_layout Plain Layout
29660
29661 }
29662 \end_layout
29663
29664 \end_inset
29665
29666  nach unten verschoben wurde.
29667 \end_layout
29668
29669 \begin_layout Standard
29670 Dies ist eine Zeile, in der das Wort 
29671 \begin_inset ERT
29672 status collapsed
29673
29674 \begin_layout Plain Layout
29675
29676
29677 \backslash
29678 raisebox{0.5cm}{
29679 \end_layout
29680
29681 \end_inset
29682
29683
29684 \begin_inset Quotes gld
29685 \end_inset
29686
29687 testen
29688 \begin_inset Quotes grd
29689 \end_inset
29690
29691
29692 \begin_inset ERT
29693 status collapsed
29694
29695 \begin_layout Plain Layout
29696
29697 }
29698 \end_layout
29699
29700 \end_inset
29701
29702  um 0.5
29703 \begin_inset space \thinspace{}
29704 \end_inset
29705
29706 cm nach oben verschoben wurde.
29707 \end_layout
29708
29709 \begin_layout Standard
29710 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
29711 \end_layout
29712
29713 \begin_layout Standard
29714
29715 \series bold
29716
29717 \backslash
29718 raisebox{-
29719 \backslash
29720 depth}[0pt]{
29721 \end_layout
29722
29723 \begin_layout Standard
29724 Dies ist eine Zeile, in der das Wort 
29725 \begin_inset ERT
29726 status collapsed
29727
29728 \begin_layout Plain Layout
29729
29730
29731 \backslash
29732 raisebox{-
29733 \backslash
29734 depth}[0pt]{
29735 \end_layout
29736
29737 \end_inset
29738
29739
29740 \begin_inset Quotes gld
29741 \end_inset
29742
29743 provokant
29744 \begin_inset Quotes grd
29745 \end_inset
29746
29747
29748 \begin_inset ERT
29749 status collapsed
29750
29751 \begin_layout Plain Layout
29752
29753 }
29754 \end_layout
29755
29756 \end_inset
29757
29758  nach unten verschoben wurde.
29759 \end_layout
29760
29761 \begin_layout Standard
29762 Dies ist eine Zeile, in der das Wort 
29763 \begin_inset ERT
29764 status collapsed
29765
29766 \begin_layout Plain Layout
29767
29768
29769 \backslash
29770 raisebox{0.5cm}[0pt]{
29771 \end_layout
29772
29773 \end_inset
29774
29775
29776 \begin_inset Quotes gld
29777 \end_inset
29778
29779 testen
29780 \begin_inset Quotes grd
29781 \end_inset
29782
29783
29784 \begin_inset ERT
29785 status collapsed
29786
29787 \begin_layout Plain Layout
29788
29789 }
29790 \end_layout
29791
29792 \end_inset
29793
29794  um 0.5
29795 \begin_inset space \thinspace{}
29796 \end_inset
29797
29798 cm nach oben verschoben wurde.
29799  Jetzt überschneiden sich die verschobenen Worte.
29800 \end_layout
29801
29802 \begin_layout Section
29803 Farbige Boxen
29804 \begin_inset CommandInset label
29805 LatexCommand label
29806 name "abs:Farbige-Boxen"
29807
29808 \end_inset
29809
29810
29811 \begin_inset Index
29812 status collapsed
29813
29814 \begin_layout Plain Layout
29815 Boxen ! farbige
29816 \end_layout
29817
29818 \end_inset
29819
29820
29821 \end_layout
29822
29823 \begin_layout Subsection
29824 Text-Hintergrundfarbe
29825 \begin_inset Index
29826 status collapsed
29827
29828 \begin_layout Plain Layout
29829 Farbe ! für Text-Hintergrund
29830 \end_layout
29831
29832 \end_inset
29833
29834
29835 \end_layout
29836
29837 \begin_layout Standard
29838 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
29839  sogenannten 
29840 \begin_inset Quotes gld
29841 \end_inset
29842
29843 colorbox
29844 \begin_inset Quotes grd
29845 \end_inset
29846
29847  stehen.
29848  Dafür muss das LaTeX-Paket 
29849 \series bold
29850 color
29851 \series default
29852
29853 \begin_inset Index
29854 status collapsed
29855
29856 \begin_layout Plain Layout
29857 LaTeX-Pakete ! color
29858 \end_layout
29859
29860 \end_inset
29861
29862  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
29863 \end_layout
29864
29865 \begin_layout Standard
29866
29867 \series bold
29868
29869 \backslash
29870 @ifundefined{textcolor}
29871 \begin_inset Newline newline
29872 \end_inset
29873
29874
29875 \begin_inset ERT
29876 status collapsed
29877
29878 \begin_layout Plain Layout
29879
29880
29881 \backslash
29882 hphantom{ }
29883 \end_layout
29884
29885 \end_inset
29886
29887 {
29888 \backslash
29889 usepackage{color}}{}
29890 \end_layout
29891
29892 \begin_layout Standard
29893 Wenn Sie Text einfärben, lädt LyX das Paket 
29894 \series bold
29895 color
29896 \series default
29897  automatisch.
29898 \begin_inset Foot
29899 status collapsed
29900
29901 \begin_layout Plain Layout
29902 Der Befehl 
29903 \series bold
29904
29905 \backslash
29906 @ifundefined
29907 \series default
29908  vermeidet, dass es in diesem Fall doppelt geladen wird.
29909 \end_layout
29910
29911 \end_inset
29912
29913
29914 \end_layout
29915
29916 \begin_layout Standard
29917 \begin_inset VSpace medskip
29918 \end_inset
29919
29920 Colorboxen werden mit dem Befehl 
29921 \series bold
29922
29923 \backslash
29924 colorbox
29925 \series default
29926  erzeugt:
29927 \end_layout
29928
29929 \begin_layout Standard
29930
29931 \series bold
29932
29933 \backslash
29934 colorbox{Farbe}{Boxinhalt}
29935 \end_layout
29936
29937 \begin_layout Standard
29938 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
29939  Boxen sein.
29940 \end_layout
29941
29942 \begin_layout Standard
29943 Die folgenden Farben sind vordefiniert:
29944 \family sans
29945  schwarz
29946 \family default
29947
29948 \family sans
29949 wei
29950 \family default
29951 ß, 
29952 \family sans
29953 rot
29954 \family default
29955 \series bold
29956 ,
29957 \series default
29958  
29959 \family sans
29960 grün
29961 \family default
29962
29963 \family sans
29964 blau
29965 \family default
29966
29967 \family sans
29968 türkis
29969 \family default
29970
29971 \family sans
29972 purpurrot
29973 \family default
29974  und 
29975 \family sans
29976 gelb
29977 \family default
29978 .
29979 \end_layout
29980
29981 \begin_layout Standard
29982 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
29983 \begin_inset space ~
29984 \end_inset
29985
29986
29987 \begin_inset CommandInset ref
29988 LatexCommand ref
29989 reference "abs:Farbige-Tabellen"
29990
29991 \end_inset
29992
29993  beschrieben.
29994 \end_layout
29995
29996 \begin_layout Standard
29997 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
29998  den TeX-Code-Befehl
29999 \end_layout
30000
30001 \begin_layout Standard
30002
30003 \series bold
30004
30005 \backslash
30006 colorbox{red}{
30007 \end_layout
30008
30009 \begin_layout Standard
30010 vor dem Wort ein.
30011  Hinter dem Wort fügen Sie 
30012 \series bold
30013
30014 \begin_inset Quotes gld
30015 \end_inset
30016
30017 }
30018 \series default
30019
30020 \begin_inset Quotes grd
30021 \end_inset
30022
30023  als TeX-Code ein.
30024  Hier ist das Ergebnis:
30025 \end_layout
30026
30027 \begin_layout Standard
30028 In dieser Zeile hat 
30029 \begin_inset ERT
30030 status collapsed
30031
30032 \begin_layout Plain Layout
30033
30034
30035 \backslash
30036 colorbox{red}{
30037 \end_layout
30038
30039 \end_inset
30040
30041 Achtung!
30042 \begin_inset ERT
30043 status collapsed
30044
30045 \begin_layout Plain Layout
30046
30047 }
30048 \end_layout
30049
30050 \end_inset
30051
30052  einen roten Hintergrund.
30053 \end_layout
30054
30055 \begin_layout Standard
30056 \begin_inset VSpace bigskip
30057 \end_inset
30058
30059 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
30060  
30061 \series bold
30062
30063 \backslash
30064 fcolorbox
30065 \series default
30066  verwenden:
30067 \end_layout
30068
30069 \begin_layout Standard
30070
30071 \series bold
30072
30073 \backslash
30074 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
30075 \end_layout
30076
30077 \begin_layout Standard
30078
30079 \series bold
30080
30081 \backslash
30082 fcolorbox
30083 \series default
30084  ist eine Erweiterung von 
30085 \series bold
30086
30087 \backslash
30088 colorbox
30089 \series default
30090 .
30091  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
30092  
30093 \series bold
30094
30095 \backslash
30096 fboxrule
30097 \series default
30098  und 
30099 \series bold
30100
30101 \backslash
30102 fboxsep
30103 \series default
30104  gesteuert werden, wie in Abschnitt
30105 \begin_inset space ~
30106 \end_inset
30107
30108
30109 \begin_inset CommandInset ref
30110 LatexCommand ref
30111 reference "uab:Verzierung"
30112
30113 \end_inset
30114
30115  beschrieben.
30116 \end_layout
30117
30118 \begin_layout Standard
30119 Für das folgende Beispiel wurde der Befehl
30120 \end_layout
30121
30122 \begin_layout Standard
30123
30124 \series bold
30125
30126 \backslash
30127 fcolorbox{cyan}{magenta}{
30128 \end_layout
30129
30130 \begin_layout Standard
30131 benutzt.
30132  Hier wurden die Rahmendicke und der Abstand auf 1
30133 \begin_inset space \thinspace{}
30134 \end_inset
30135
30136 mm gesetzt:
30137 \begin_inset Newline newline
30138 \end_inset
30139
30140
30141 \begin_inset ERT
30142 status collapsed
30143
30144 \begin_layout Plain Layout
30145
30146
30147 \backslash
30148 fboxrule 1mm 
30149 \backslash
30150 fboxsep 1mm
30151 \end_layout
30152
30153 \end_inset
30154
30155
30156 \begin_inset ERT
30157 status collapsed
30158
30159 \begin_layout Plain Layout
30160
30161
30162 \backslash
30163 fcolorbox{cyan}{green}{
30164 \end_layout
30165
30166 \end_inset
30167
30168 Dies ist Text in einer farbigen, gerahmten Box.
30169 \begin_inset ERT
30170 status collapsed
30171
30172 \begin_layout Plain Layout
30173
30174 }
30175 \end_layout
30176
30177 \end_inset
30178
30179
30180 \end_layout
30181
30182 \begin_layout Standard
30183 \begin_inset VSpace bigskip
30184 \end_inset
30185
30186 Natürlich gibt es auch farbigen Text in einer Colorbox:
30187 \begin_inset Newline newline
30188 \end_inset
30189
30190
30191 \begin_inset ERT
30192 status collapsed
30193
30194 \begin_layout Plain Layout
30195
30196
30197 \backslash
30198 fcolorbox{cyan}{green}{
30199 \end_layout
30200
30201 \end_inset
30202
30203
30204 \color yellow
30205 Dies ist farbiger Text in einer farbigen, gerahmten Box.
30206 \color none
30207
30208 \begin_inset ERT
30209 status collapsed
30210
30211 \begin_layout Plain Layout
30212
30213 }
30214 \end_layout
30215
30216 \end_inset
30217
30218
30219 \begin_inset ERT
30220 status collapsed
30221
30222 \begin_layout Plain Layout
30223
30224
30225 \backslash
30226 fboxrule 0.4pt 
30227 \backslash
30228 fboxsep 3pt
30229 \end_layout
30230
30231 \end_inset
30232
30233
30234 \end_layout
30235
30236 \begin_layout Standard
30237 \begin_inset VSpace bigskip
30238 \end_inset
30239
30240
30241 \end_layout
30242
30243 \begin_layout Standard
30244 \begin_inset Note Greyedout
30245 status open
30246
30247 \begin_layout Plain Layout
30248 \noindent
30249
30250 \series bold
30251 Bemerkung:
30252 \series default
30253  Text in Colorboxen kann nicht umgebrochen werden.
30254  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
30255  wie im folgenden beschrieben.
30256 \end_layout
30257
30258 \end_inset
30259
30260
30261 \end_layout
30262
30263 \begin_layout Subsection
30264 Farbe für Absätze
30265 \begin_inset CommandInset label
30266 LatexCommand label
30267 name "uab:Farbe-für-Absätze"
30268
30269 \end_inset
30270
30271
30272 \begin_inset Index
30273 status collapsed
30274
30275 \begin_layout Plain Layout
30276 Farbe ! für Absätze
30277 \end_layout
30278
30279 \end_inset
30280
30281
30282 \end_layout
30283
30284 \begin_layout Standard
30285 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
30286  den Text in eine Minipage stellen.
30287  Vor der Minipage fügen Sie den TeX-Code-Befehl
30288 \end_layout
30289
30290 \begin_layout Standard
30291
30292 \series bold
30293
30294 \backslash
30295 colorbox{color}{
30296 \end_layout
30297
30298 \begin_layout Standard
30299 ein.
30300  Hinter der Minipage fügen Sie 
30301 \series bold
30302
30303 \begin_inset Quotes gld
30304 \end_inset
30305
30306 }
30307 \series default
30308
30309 \begin_inset Quotes grd
30310 \end_inset
30311
30312  als TeX-Code ein.
30313 \end_layout
30314
30315 \begin_layout Standard
30316 \begin_inset ERT
30317 status collapsed
30318
30319 \begin_layout Plain Layout
30320
30321
30322 \backslash
30323 colorbox{hellgrau}{
30324 \end_layout
30325
30326 \end_inset
30327
30328
30329 \begin_inset Box Frameless
30330 position "t"
30331 hor_pos "c"
30332 has_inner_box 1
30333 inner_pos "t"
30334 use_parbox 0
30335 width "100col%"
30336 special "none"
30337 height "1in"
30338 height_special "totalheight"
30339 status collapsed
30340
30341 \begin_layout Plain Layout
30342 Dies ist Text mit einer Hintergrundfarbe.
30343  Dies ist Text mit einer Hintergrundfarbe.
30344 \end_layout
30345
30346 \begin_layout Plain Layout
30347 Der Text kann Fußnoten
30348 \begin_inset Foot
30349 status open
30350
30351 \begin_layout Plain Layout
30352 Eine weitere Fußnote
30353 \end_layout
30354
30355 \end_inset
30356
30357  und Tabellen und Abbildungen enthalten.
30358 \end_layout
30359
30360 \begin_layout Plain Layout
30361 \align center
30362 \begin_inset Tabular
30363 <lyxtabular version="3" rows="3" columns="3">
30364 <features>
30365 <column alignment="center" valignment="top" width="0">
30366 <column alignment="center" valignment="top" width="0">
30367 <column alignment="center" valignment="top" width="0">
30368 <row>
30369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30370 \begin_inset Text
30371
30372 \begin_layout Plain Layout
30373 a
30374 \end_layout
30375
30376 \end_inset
30377 </cell>
30378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30379 \begin_inset Text
30380
30381 \begin_layout Plain Layout
30382 !
30383 \end_layout
30384
30385 \end_inset
30386 </cell>
30387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30388 \begin_inset Text
30389
30390 \begin_layout Plain Layout
30391 3
30392 \end_layout
30393
30394 \end_inset
30395 </cell>
30396 </row>
30397 <row>
30398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30399 \begin_inset Text
30400
30401 \begin_layout Plain Layout
30402 <
30403 \end_layout
30404
30405 \end_inset
30406 </cell>
30407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30408 \begin_inset Text
30409
30410 \begin_layout Plain Layout
30411 b2
30412 \begin_inset Quotes erd
30413 \end_inset
30414
30415 |
30416 \end_layout
30417
30418 \end_inset
30419 </cell>
30420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30421 \begin_inset Text
30422
30423 \begin_layout Plain Layout
30424 >
30425 \end_layout
30426
30427 \end_inset
30428 </cell>
30429 </row>
30430 <row>
30431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30432 \begin_inset Text
30433
30434 \begin_layout Plain Layout
30435 1
30436 \end_layout
30437
30438 \end_inset
30439 </cell>
30440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30441 \begin_inset Text
30442
30443 \begin_layout Plain Layout
30444 §
30445 \end_layout
30446
30447 \end_inset
30448 </cell>
30449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30450 \begin_inset Text
30451
30452 \begin_layout Plain Layout
30453 c
30454 \end_layout
30455
30456 \end_inset
30457 </cell>
30458 </row>
30459 </lyxtabular>
30460
30461 \end_inset
30462
30463
30464 \end_layout
30465
30466 \end_inset
30467
30468
30469 \begin_inset ERT
30470 status collapsed
30471
30472 \begin_layout Plain Layout
30473
30474 }
30475 \end_layout
30476
30477 \end_inset
30478
30479
30480 \end_layout
30481
30482 \begin_layout Section
30483 Rotierte und skalierte Boxen
30484 \end_layout
30485
30486 \begin_layout Standard
30487 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30488 \series bold
30489 graphicx
30490 \series default
30491
30492 \begin_inset Index
30493 status collapsed
30494
30495 \begin_layout Plain Layout
30496 LaTeX-Pakete ! graphicx
30497 \end_layout
30498
30499 \end_inset
30500
30501  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30502 \end_layout
30503
30504 \begin_layout Standard
30505
30506 \series bold
30507
30508 \backslash
30509 @ifundefined{rotatebox}
30510 \begin_inset Newline newline
30511 \end_inset
30512
30513
30514 \begin_inset ERT
30515 status collapsed
30516
30517 \begin_layout Plain Layout
30518
30519
30520 \backslash
30521 hphantom{ }
30522 \end_layout
30523
30524 \end_inset
30525
30526 {
30527 \backslash
30528 usepackage{graphicx}}{}
30529 \end_layout
30530
30531 \begin_layout Standard
30532 \begin_inset Note Greyedout
30533 status open
30534
30535 \begin_layout Plain Layout
30536
30537 \series bold
30538 Bemerkung:
30539 \series default
30540  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30541  darstellen.
30542  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30543 \end_layout
30544
30545 \end_inset
30546
30547
30548 \end_layout
30549
30550 \begin_layout Standard
30551 \begin_inset Note Greyedout
30552 status open
30553
30554 \begin_layout Plain Layout
30555
30556 \series bold
30557 Bemerkung:
30558 \series default
30559  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30560 \end_layout
30561
30562 \end_inset
30563
30564
30565 \end_layout
30566
30567 \begin_layout Subsection
30568 Rotierte Boxen
30569 \begin_inset Index
30570 status collapsed
30571
30572 \begin_layout Plain Layout
30573 Boxen ! rotierte
30574 \end_layout
30575
30576 \end_inset
30577
30578
30579 \begin_inset Index
30580 status collapsed
30581
30582 \begin_layout Plain Layout
30583 Rotiertes Material
30584 \end_layout
30585
30586 \end_inset
30587
30588
30589 \begin_inset Index
30590 status collapsed
30591
30592 \begin_layout Plain Layout
30593 Abbildungen ! rotierte
30594 \end_layout
30595
30596 \end_inset
30597
30598
30599 \begin_inset Index
30600 status collapsed
30601
30602 \begin_layout Plain Layout
30603 Tabellen ! rotierte
30604 \end_layout
30605
30606 \end_inset
30607
30608
30609 \end_layout
30610
30611 \begin_layout Standard
30612 Um Text zu drehen, verwendet man den Befehl 
30613 \series bold
30614
30615 \backslash
30616 rotatebox
30617 \series default
30618  im TeX-Code nach folgendem Schema:
30619 \end_layout
30620
30621 \begin_layout Standard
30622
30623 \series bold
30624
30625 \backslash
30626 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30627 \end_layout
30628
30629 \begin_layout Standard
30630 Der Drehpunkt wird mit 
30631 \series bold
30632 origin=Position
30633 \series default
30634  angegeben.
30635  Folgende Positionen sind möglich: 
30636 \emph on
30637 c
30638 \emph default
30639  (mittig), 
30640 \emph on
30641 l
30642 \emph default
30643  (links), 
30644 \emph on
30645 r
30646 \emph default
30647  (rechts), 
30648 \emph on
30649 b
30650 \emph default
30651  (unten), 
30652 \emph on
30653 t
30654 \emph default
30655  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30656  Z.
30657 \begin_inset space \thinspace{}
30658 \end_inset
30659
30660 B.
30661  bedeutet 
30662 \emph on
30663 lt
30664 \emph default
30665 , dass sich der Drehpunkt links oben befindet.
30666  Wird kein Drehpunkt angegeben, wird die Position 
30667 \emph on
30668 l
30669 \emph default
30670  verwendet.
30671  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30672  Gedreht wird gegen den Uhrzeigersinn.
30673 \end_layout
30674
30675 \begin_layout Standard
30676 Im folgenden Beispiel wurde vor dem Text der Befehl 
30677 \series bold
30678
30679 \backslash
30680 rotatebox[origin=c]{60}{
30681 \series default
30682  im TeX-Modus eingegeben.
30683  Nach dem Text wurde die schließende Klammer 
30684 \series bold
30685 }
30686 \series default
30687  wiederum im TeX-Modus eingegeben.
30688 \end_layout
30689
30690 \begin_layout Standard
30691 Dies ist eine Zeile 
30692 \begin_inset ERT
30693 status collapsed
30694
30695 \begin_layout Plain Layout
30696
30697
30698 \backslash
30699 rotatebox[origin=c]{60}{
30700 \end_layout
30701
30702 \end_inset
30703
30704 mit rotiertem
30705 \begin_inset ERT
30706 status collapsed
30707
30708 \begin_layout Plain Layout
30709
30710 }
30711 \end_layout
30712
30713 \end_inset
30714
30715  Text.
30716 \end_layout
30717
30718 \begin_layout Standard
30719 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
30720 \end_layout
30721
30722 \begin_layout Standard
30723 Dies ist eine Zeile 
30724 \begin_inset ERT
30725 status collapsed
30726
30727 \begin_layout Plain Layout
30728
30729
30730 \backslash
30731 rotatebox[origin=r]{-60}{
30732 \end_layout
30733
30734 \end_inset
30735
30736
30737 \begin_inset Box Doublebox
30738 position "c"
30739 hor_pos "c"
30740 has_inner_box 0
30741 inner_pos "c"
30742 use_parbox 0
30743 width "1in"
30744 special "width"
30745 height "1in"
30746 height_special "totalheight"
30747 status collapsed
30748
30749 \begin_layout Plain Layout
30750 mit rotiertem
30751 \end_layout
30752
30753 \end_inset
30754
30755
30756 \begin_inset ERT
30757 status collapsed
30758
30759 \begin_layout Plain Layout
30760
30761 }
30762 \end_layout
30763
30764 \end_inset
30765
30766  umrandeten Text 
30767 \begin_inset ERT
30768 status collapsed
30769
30770 \begin_layout Plain Layout
30771
30772
30773 \backslash
30774 rotatebox[origin=lb]{60}{
30775 \end_layout
30776
30777 \end_inset
30778
30779
30780 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30781 \end_inset
30782
30783
30784 \begin_inset ERT
30785 status collapsed
30786
30787 \begin_layout Plain Layout
30788
30789 }
30790 \end_layout
30791
30792 \end_inset
30793
30794  und einer Formel.
30795 \end_layout
30796
30797 \begin_layout Standard
30798 Oder ein Bild oder Tabelle:
30799 \end_layout
30800
30801 \begin_layout Standard
30802 Dies ist eine Zeile 
30803 \begin_inset ERT
30804 status collapsed
30805
30806 \begin_layout Plain Layout
30807
30808
30809 \backslash
30810 rotatebox[origin=lb]{90}{
30811 \end_layout
30812
30813 \end_inset
30814
30815
30816 \begin_inset Graphics
30817         filename ../clipart/platypus.eps
30818         lyxscale 50
30819         width 25col%
30820
30821 \end_inset
30822
30823
30824 \begin_inset ERT
30825 status collapsed
30826
30827 \begin_layout Plain Layout
30828
30829 }
30830 \end_layout
30831
30832 \end_inset
30833
30834  mit einem rotierten Bild 
30835 \begin_inset ERT
30836 status collapsed
30837
30838 \begin_layout Plain Layout
30839
30840
30841 \backslash
30842 rotatebox[origin=l]{-90}{
30843 \end_layout
30844
30845 \end_inset
30846
30847
30848 \begin_inset Tabular
30849 <lyxtabular version="3" rows="2" columns="2">
30850 <features>
30851 <column alignment="center" valignment="top" width="0">
30852 <column alignment="center" valignment="top" width="0">
30853 <row>
30854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30855 \begin_inset Text
30856
30857 \begin_layout Plain Layout
30858 q
30859 \end_layout
30860
30861 \end_inset
30862 </cell>
30863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30864 \begin_inset Text
30865
30866 \begin_layout Plain Layout
30867 w
30868 \end_layout
30869
30870 \end_inset
30871 </cell>
30872 </row>
30873 <row>
30874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30875 \begin_inset Text
30876
30877 \begin_layout Plain Layout
30878 e
30879 \end_layout
30880
30881 \end_inset
30882 </cell>
30883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30884 \begin_inset Text
30885
30886 \begin_layout Plain Layout
30887 r
30888 \end_layout
30889
30890 \end_inset
30891 </cell>
30892 </row>
30893 </lyxtabular>
30894
30895 \end_inset
30896
30897
30898 \begin_inset ERT
30899 status collapsed
30900
30901 \begin_layout Plain Layout
30902
30903 }
30904 \end_layout
30905
30906 \end_inset
30907
30908  und Tabelle.
30909 \end_layout
30910
30911 \begin_layout Subsection
30912 Skalierte Boxen
30913 \begin_inset Index
30914 status collapsed
30915
30916 \begin_layout Plain Layout
30917 Boxen ! skalierte
30918 \end_layout
30919
30920 \end_inset
30921
30922
30923 \begin_inset Index
30924 status collapsed
30925
30926 \begin_layout Plain Layout
30927 Skaliertes Material
30928 \end_layout
30929
30930 \end_inset
30931
30932
30933 \begin_inset Index
30934 status collapsed
30935
30936 \begin_layout Plain Layout
30937 Abbildungen ! skalierte
30938 \end_layout
30939
30940 \end_inset
30941
30942
30943 \begin_inset Index
30944 status collapsed
30945
30946 \begin_layout Plain Layout
30947 Tabellen ! skalierte
30948 \end_layout
30949
30950 \end_inset
30951
30952
30953 \end_layout
30954
30955 \begin_layout Standard
30956 Um Text zu skalieren, kann man die Befehle 
30957 \series bold
30958
30959 \backslash
30960 scalebox
30961 \series default
30962  und 
30963 \series bold
30964
30965 \backslash
30966 resizebox
30967 \series default
30968  im TeX-Modus verwenden.
30969 \end_layout
30970
30971 \begin_layout Standard
30972
30973 \series bold
30974
30975 \backslash
30976 scalebox
30977 \series default
30978  wird nach folgendem Schema verwendet:
30979 \end_layout
30980
30981 \begin_layout Standard
30982
30983 \series bold
30984
30985 \backslash
30986 scalebox{horizontal}[vertikal]{Boxinhalt}
30987 \end_layout
30988
30989 \begin_layout Standard
30990 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
30991  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
30992  verwendet.
30993 \end_layout
30994
30995 \begin_layout Standard
30996 Z.
30997 \begin_inset space \thinspace{}
30998 \end_inset
30999
31000 B.
31001  ergibt der Befehl 
31002 \series bold
31003
31004 \backslash
31005 scalebox{2}{Hallo}
31006 \series default
31007  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
31008 \begin_inset ERT
31009 status collapsed
31010
31011 \begin_layout Plain Layout
31012
31013
31014 \backslash
31015 scalebox{2}{
31016 \end_layout
31017
31018 \end_inset
31019
31020 Hallo
31021 \begin_inset ERT
31022 status collapsed
31023
31024 \begin_layout Plain Layout
31025
31026 }
31027 \end_layout
31028
31029 \end_inset
31030
31031 .
31032 \end_layout
31033
31034 \begin_layout Standard
31035
31036 \series bold
31037
31038 \backslash
31039 scalebox{2}[1]{Hallo}
31040 \series default
31041  verzerrt hingegen das 
31042 \begin_inset ERT
31043 status collapsed
31044
31045 \begin_layout Plain Layout
31046
31047
31048 \backslash
31049 scalebox{2}[1]{
31050 \end_layout
31051
31052 \end_inset
31053
31054 Hallo
31055 \begin_inset ERT
31056 status collapsed
31057
31058 \begin_layout Plain Layout
31059
31060 }
31061 \end_layout
31062
31063 \end_inset
31064
31065 .
31066 \end_layout
31067
31068 \begin_layout Standard
31069 Die Skalierungsfaktoren dürfen auch negativ sein.
31070  In diesem Fall wird der Boxinhalt gespiegelt.
31071 \end_layout
31072
31073 \begin_layout Standard
31074 Daher lässt sich mit dem Befehl 
31075 \series bold
31076
31077 \backslash
31078 scalebox{-1}[1]{Hallo}
31079 \series default
31080  Spiegelschrift erstellen: 
31081 \begin_inset ERT
31082 status collapsed
31083
31084 \begin_layout Plain Layout
31085
31086
31087 \backslash
31088 scalebox{-1}[1]{
31089 \end_layout
31090
31091 \end_inset
31092
31093 Hallo
31094 \begin_inset ERT
31095 status collapsed
31096
31097 \begin_layout Plain Layout
31098
31099 }
31100 \end_layout
31101
31102 \end_inset
31103
31104
31105 \end_layout
31106
31107 \begin_layout Standard
31108
31109 \series bold
31110
31111 \backslash
31112 scalebox{1}[-1]{Hallo}
31113 \series default
31114  spiegelt das 
31115 \begin_inset ERT
31116 status collapsed
31117
31118 \begin_layout Plain Layout
31119
31120
31121 \backslash
31122 scalebox{1}[-1]{
31123 \end_layout
31124
31125 \end_inset
31126
31127 Hallo
31128 \begin_inset ERT
31129 status collapsed
31130
31131 \begin_layout Plain Layout
31132
31133 }
31134 \end_layout
31135
31136 \end_inset
31137
31138  an der Grundlinie.
31139 \end_layout
31140
31141 \begin_layout Standard
31142 Zu 
31143 \series bold
31144
31145 \backslash
31146 scalebox{-1}[1]{Boxinhalt}
31147 \series default
31148  gibt es den äquivalenten Befehl
31149 \begin_inset Newline newline
31150 \end_inset
31151
31152
31153 \series bold
31154
31155 \backslash
31156 reflectbox{Boxinhalt}
31157 \series default
31158 .
31159 \end_layout
31160
31161 \begin_layout Standard
31162 \begin_inset VSpace bigskip
31163 \end_inset
31164
31165
31166 \series bold
31167
31168 \backslash
31169 resizebox
31170 \series default
31171  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
31172  skalieren.
31173  Das Befehlsschema ist folgendes:
31174 \end_layout
31175
31176 \begin_layout Standard
31177
31178 \series bold
31179
31180 \backslash
31181 resizebox{Breite}{Höhe}{Boxinhalt}
31182 \end_layout
31183
31184 \begin_layout Standard
31185 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
31186 \series bold
31187 !
31188 \series default
31189  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
31190  wird.
31191 \end_layout
31192
31193 \begin_layout Standard
31194 Der Befehl 
31195 \series bold
31196
31197 \backslash
31198 resizebox{2cm}{1cm}{Hallo}
31199 \series default
31200  ergibt: 
31201 \begin_inset ERT
31202 status collapsed
31203
31204 \begin_layout Plain Layout
31205
31206
31207 \backslash
31208 resizebox{2cm}{1cm}{
31209 \end_layout
31210
31211 \end_inset
31212
31213 Hallo
31214 \begin_inset ERT
31215 status collapsed
31216
31217 \begin_layout Plain Layout
31218
31219 }
31220 \end_layout
31221
31222 \end_inset
31223
31224
31225 \begin_inset Newline newline
31226 \end_inset
31227
31228 Der Befehl 
31229 \series bold
31230
31231 \backslash
31232 resizebox{2cm}{!}{Hallo}
31233 \series default
31234  ergibt: 
31235 \begin_inset ERT
31236 status collapsed
31237
31238 \begin_layout Plain Layout
31239
31240
31241 \backslash
31242 resizebox{2cm}{!}{
31243 \end_layout
31244
31245 \end_inset
31246
31247 Hallo
31248 \begin_inset ERT
31249 status collapsed
31250
31251 \begin_layout Plain Layout
31252
31253 }
31254 \end_layout
31255
31256 \end_inset
31257
31258
31259 \end_layout
31260
31261 \begin_layout Standard
31262 \begin_inset VSpace bigskip
31263 \end_inset
31264
31265
31266 \begin_inset Note Greyedout
31267 status open
31268
31269 \begin_layout Plain Layout
31270
31271 \series bold
31272 Bemerkung:
31273 \series default
31274  Wurde in Argumenten von 
31275 \series bold
31276
31277 \backslash
31278 scalebox
31279 \series default
31280  oder 
31281 \series bold
31282
31283 \backslash
31284 resizebox
31285 \series default
31286  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
31287  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
31288  werden.
31289 \end_layout
31290
31291 \end_inset
31292
31293
31294 \end_layout
31295
31296 \begin_layout Standard
31297 \begin_inset VSpace bigskip
31298 \end_inset
31299
31300
31301 \end_layout
31302
31303 \begin_layout Standard
31304 Alle Boxen können beliebig miteinander kombiniert werden.
31305  So ergibt z.
31306 \begin_inset space \thinspace{}
31307 \end_inset
31308
31309 B.
31310  der Befehl
31311 \begin_inset Newline newline
31312 \end_inset
31313
31314
31315 \series bold
31316
31317 \backslash
31318 rotatebox[origin=c]{-45}{
31319 \backslash
31320 resizebox{2cm}{!}{
31321 \backslash
31322 reflectbox{Hallo}}}
31323 \series default
31324 :
31325 \end_layout
31326
31327 \begin_layout Standard
31328 \align center
31329 \begin_inset ERT
31330 status collapsed
31331
31332 \begin_layout Plain Layout
31333
31334
31335 \backslash
31336 rotatebox[origin=c]{-45}{
31337 \backslash
31338 resizebox{2cm}{!}{
31339 \backslash
31340 reflectbox{
31341 \end_layout
31342
31343 \end_inset
31344
31345 Hallo
31346 \begin_inset ERT
31347 status collapsed
31348
31349 \begin_layout Plain Layout
31350
31351 }}}
31352 \end_layout
31353
31354 \end_inset
31355
31356
31357 \end_layout
31358
31359 \begin_layout Standard
31360 \noindent
31361 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
31362 \end_layout
31363
31364 \begin_layout Standard
31365 \align center
31366 \begin_inset ERT
31367 status collapsed
31368
31369 \begin_layout Plain Layout
31370
31371
31372 \backslash
31373 rotatebox[origin=c]{-30}{
31374 \backslash
31375 resizebox{2cm}{!}{
31376 \backslash
31377 reflectbox{
31378 \end_layout
31379
31380 \end_inset
31381
31382
31383 \begin_inset Graphics
31384         filename ../clipart/platypus.eps
31385         lyxscale 50
31386         width 25col%
31387
31388 \end_inset
31389
31390
31391 \begin_inset ERT
31392 status collapsed
31393
31394 \begin_layout Plain Layout
31395
31396 }}}
31397 \end_layout
31398
31399 \end_inset
31400
31401
31402 \begin_inset ERT
31403 status collapsed
31404
31405 \begin_layout Plain Layout
31406
31407
31408 \backslash
31409 rotatebox[origin=c]{-45}{
31410 \backslash
31411 resizebox{2cm}{!}{
31412 \backslash
31413 reflectbox{
31414 \end_layout
31415
31416 \end_inset
31417
31418
31419 \begin_inset Tabular
31420 <lyxtabular version="3" rows="2" columns="2">
31421 <features>
31422 <column alignment="center" valignment="top" width="0">
31423 <column alignment="center" valignment="top" width="0">
31424 <row>
31425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31426 \begin_inset Text
31427
31428 \begin_layout Plain Layout
31429 q
31430 \end_layout
31431
31432 \end_inset
31433 </cell>
31434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31435 \begin_inset Text
31436
31437 \begin_layout Plain Layout
31438 w
31439 \end_layout
31440
31441 \end_inset
31442 </cell>
31443 </row>
31444 <row>
31445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31446 \begin_inset Text
31447
31448 \begin_layout Plain Layout
31449 e
31450 \end_layout
31451
31452 \end_inset
31453 </cell>
31454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31455 \begin_inset Text
31456
31457 \begin_layout Plain Layout
31458 r
31459 \end_layout
31460
31461 \end_inset
31462 </cell>
31463 </row>
31464 </lyxtabular>
31465
31466 \end_inset
31467
31468
31469 \begin_inset ERT
31470 status collapsed
31471
31472 \begin_layout Plain Layout
31473
31474 }}}
31475 \end_layout
31476
31477 \end_inset
31478
31479
31480 \begin_inset ERT
31481 status collapsed
31482
31483 \begin_layout Plain Layout
31484
31485
31486 \backslash
31487 rotatebox[origin=c]{-45}{
31488 \backslash
31489 resizebox{2cm}{!}{
31490 \backslash
31491 reflectbox{
31492 \end_layout
31493
31494 \end_inset
31495
31496
31497 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31498 \end_inset
31499
31500
31501 \begin_inset ERT
31502 status collapsed
31503
31504 \begin_layout Plain Layout
31505
31506 }}}
31507 \end_layout
31508
31509 \end_inset
31510
31511
31512 \end_layout
31513
31514 \begin_layout Standard
31515 Hat man den globalen Formelstil 
31516 \series bold
31517 fleqn
31518 \series default
31519
31520 \begin_inset Foot
31521 status collapsed
31522
31523 \begin_layout Plain Layout
31524 Wenn 
31525 \begin_inset Quotes gld
31526 \end_inset
31527
31528 fleqn
31529 \begin_inset Quotes grd
31530 \end_inset
31531
31532  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31533 \end_layout
31534
31535 \end_inset
31536
31537  gewählt, kann man auch abgesetzte Formeln skalieren.
31538 \end_layout
31539
31540 \begin_layout Chapter
31541 Externe Dateien
31542 \begin_inset Index
31543 status collapsed
31544
31545 \begin_layout Plain Layout
31546 Dateien ! externe
31547 \end_layout
31548
31549 \end_inset
31550
31551
31552 \end_layout
31553
31554 \begin_layout Standard
31555 Mit 
31556 \family sans
31557 Einfügen\SpecialChar \menuseparator
31558 Datei
31559 \family default
31560  können Sie fremdes Material in Ihr Dokument einsetzen.
31561  Das kann folgendes sein:
31562 \end_layout
31563
31564 \begin_layout Description
31565 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31566  eingefügt.
31567 \end_layout
31568
31569 \begin_layout Description
31570 Einfacher
31571 \begin_inset space ~
31572 \end_inset
31573
31574 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31575  eingefügt.
31576 \end_layout
31577
31578 \begin_layout Description
31579 Einfacher
31580 \begin_inset space ~
31581 \end_inset
31582
31583 Text,
31584 \begin_inset space ~
31585 \end_inset
31586
31587 Zeilen
31588 \begin_inset space ~
31589 \end_inset
31590
31591 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31592  Leerzeilen trennen die Absätze.
31593 \end_layout
31594
31595 \begin_layout Description
31596 Externes
31597 \begin_inset space ~
31598 \end_inset
31599
31600 Material Dateien in verschiedenen Formaten.
31601 \end_layout
31602
31603 \begin_layout Description
31604 Unterdokument LyX- oder LaTeX-Dokumente.
31605 \end_layout
31606
31607 \begin_layout Section
31608 Externes Material
31609 \begin_inset Index
31610 status collapsed
31611
31612 \begin_layout Plain Layout
31613 Externes Material
31614 \end_layout
31615
31616 \end_inset
31617
31618
31619 \end_layout
31620
31621 \begin_layout Standard
31622 Mit 
31623 \family sans
31624 Einfügen\SpecialChar \menuseparator
31625 Datei\SpecialChar \menuseparator
31626  Externes Material
31627 \family default
31628  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31629  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31630  weil LyX sich darum kümmert.
31631  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31632  eingefügt werden können.
31633  Wenn die Grafikvorschau in den LyX-Einstellungen unter
31634 \family sans
31635  Aussehen
31636 \begin_inset space ~
31637 \end_inset
31638
31639 &
31640 \begin_inset space ~
31641 \end_inset
31642
31643 Handhabung\SpecialChar \menuseparator
31644 Grafik
31645 \family default
31646 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
31647 \end_layout
31648
31649 \begin_layout Standard
31650 Zur Zeit können Sie folgende Dateitypen (
31651 \family sans
31652 Vorlagen
31653 \family default
31654 ) benutzen:
31655 \end_layout
31656
31657 \begin_layout Description
31658 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31659 \series bold
31660
31661 \begin_inset CommandInset href
31662 LatexCommand href
31663 name "XBoard"
31664 target "http://en.wikipedia.org/wiki/XBoard"
31665
31666 \end_inset
31667
31668
31669 \series default
31670  erzeugt wurden.
31671 \end_layout
31672
31673 \begin_layout Description
31674 Datum fügt ein Datum mit dem Format 
31675 \emph on
31676 Tag-Monat-Jahr
31677 \emph default
31678  ein.
31679  Hier ist ein Beispiel: 
31680 \begin_inset External
31681         template Date
31682         filename .
31683
31684 \end_inset
31685
31686
31687 \begin_inset space ~
31688 \end_inset
31689
31690
31691 \begin_inset Note Note
31692 status open
31693
31694 \begin_layout Plain Layout
31695
31696 \lang english
31697 Remove the protected space when bug 4398 is fixed!
31698 \end_layout
31699
31700 \end_inset
31701
31702
31703 \begin_inset Newline newline
31704 \end_inset
31705
31706 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
31707  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
31708  Menü 
31709 \family sans
31710 Einfügen\SpecialChar \menuseparator
31711 Datum
31712 \family default
31713  und mit dem LaTeX-Befehl 
31714 \series bold
31715
31716 \backslash
31717 today
31718 \series default
31719 .
31720  Die verschiedenen Methoden werden in Tabelle
31721 \begin_inset space ~
31722 \end_inset
31723
31724
31725 \begin_inset CommandInset ref
31726 LatexCommand ref
31727 reference "tab:Vergleich-der-Datums-Eingaben"
31728
31729 \end_inset
31730
31731  verglichen.
31732 \end_layout
31733
31734 \begin_layout Description
31735 Dia unterstützt Diagramme, die mit dem Programm 
31736 \series bold
31737
31738 \begin_inset CommandInset href
31739 LatexCommand href
31740 name "Dia"
31741 target "http://en.wikipedia.org/wiki/Dia_(software)"
31742
31743 \end_inset
31744
31745
31746 \series default
31747  erzeugt wurden.
31748 \end_layout
31749
31750 \begin_layout Description
31751 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
31752 \series bold
31753
31754 \begin_inset CommandInset href
31755 LatexCommand href
31756 name "LilyPond"
31757 target "http://en.wikipedia.org/wiki/LilyPond"
31758
31759 \end_inset
31760
31761
31762 \series default
31763  schreiben.
31764 \end_layout
31765
31766 \begin_layout Description
31767 PDFPages Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
31768  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die 
31769 \emph on
31770 pages
31771 \emph default
31772  Option im Feld 
31773 \family sans
31774 Option
31775 \family default
31776  in der Karteikarte 
31777 \family sans
31778 LaTeX- und LyX-Optionen
31779 \family default
31780  entsprechend der Vorlagenbeschreibung im Dialog.
31781  Wenn keine 
31782 \emph on
31783 pages
31784 \emph default
31785  Option gegeben ist, wird nur die erste Seite des PDFs eingefügt.
31786 \end_layout
31787
31788 \begin_layout Description
31789 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
31790  Fast alle bekannten Bildformate werden unterstützt.
31791  Die Bilddateien können im Dialogfenster 
31792 \family sans
31793 Externes
31794 \begin_inset space ~
31795 \end_inset
31796
31797 Material
31798 \family default
31799  genauso behandelt werden wie die mit dem normalen 
31800 \family sans
31801 Grafik
31802 \family default
31803 -Dialog eingefügten, siehe Abschnitt
31804 \begin_inset space ~
31805 \end_inset
31806
31807
31808 \begin_inset CommandInset ref
31809 LatexCommand ref
31810 reference "abs:Grafik-Dialog"
31811
31812 \end_inset
31813
31814 .
31815  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
31816  und EPS-Bilder werden nicht unterstützt.
31817 \end_layout
31818
31819 \begin_layout Description
31820 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
31821 \series bold
31822
31823 \begin_inset CommandInset href
31824 LatexCommand href
31825 name "Xfig"
31826 target "http://en.wikipedia.org/wiki/Xfig"
31827
31828 \end_inset
31829
31830
31831 \series default
31832  erzeugt wurden.
31833 \end_layout
31834
31835 \begin_layout Standard
31836 \begin_inset Float table
31837 placement h
31838 wide false
31839 sideways false
31840 status open
31841
31842 \begin_layout Plain Layout
31843 \begin_inset Caption
31844
31845 \begin_layout Plain Layout
31846 \begin_inset CommandInset label
31847 LatexCommand label
31848 name "tab:Vergleich-der-Datums-Eingaben"
31849
31850 \end_inset
31851
31852 Vergleich der Datums-Eingaben
31853 \end_layout
31854
31855 \end_inset
31856
31857
31858 \end_layout
31859
31860 \begin_layout Plain Layout
31861 \align center
31862 \begin_inset Tabular
31863 <lyxtabular version="3" rows="4" columns="4">
31864 <features>
31865 <column alignment="center" valignment="top" width="0">
31866 <column alignment="center" valignment="top" width="0">
31867 <column alignment="center" valignment="top" width="0">
31868 <column alignment="center" valignment="top" width="0">
31869 <row>
31870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31871 \begin_inset Text
31872
31873 \begin_layout Plain Layout
31874 Dokumentformat
31875 \end_layout
31876
31877 \end_inset
31878 </cell>
31879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31880 \begin_inset Text
31881
31882 \begin_layout Plain Layout
31883
31884 \family sans
31885 Externes Material\SpecialChar \menuseparator
31886 Datum
31887 \end_layout
31888
31889 \end_inset
31890 </cell>
31891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31892 \begin_inset Text
31893
31894 \begin_layout Plain Layout
31895
31896 \family sans
31897 Einfügen\SpecialChar \menuseparator
31898 Datum
31899 \end_layout
31900
31901 \end_inset
31902 </cell>
31903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31904 \begin_inset Text
31905
31906 \begin_layout Plain Layout
31907 Befehl 
31908 \series bold
31909
31910 \backslash
31911 today
31912 \end_layout
31913
31914 \end_inset
31915 </cell>
31916 </row>
31917 <row>
31918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31919 \begin_inset Text
31920
31921 \begin_layout Plain Layout
31922 LyX
31923 \end_layout
31924
31925 \end_inset
31926 </cell>
31927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31928 \begin_inset Text
31929
31930 \begin_layout Plain Layout
31931 als Box
31932 \end_layout
31933
31934 \end_inset
31935 </cell>
31936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31937 \begin_inset Text
31938
31939 \begin_layout Plain Layout
31940 als Datum
31941 \end_layout
31942
31943 \end_inset
31944 </cell>
31945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31946 \begin_inset Text
31947
31948 \begin_layout Plain Layout
31949 als TeX-Code
31950 \end_layout
31951
31952 \end_inset
31953 </cell>
31954 </row>
31955 <row>
31956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31957 \begin_inset Text
31958
31959 \begin_layout Plain Layout
31960 LaTeX
31961 \end_layout
31962
31963 \end_inset
31964 </cell>
31965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31966 \begin_inset Text
31967
31968 \begin_layout Plain Layout
31969 als Datum
31970 \end_layout
31971
31972 \end_inset
31973 </cell>
31974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31975 \begin_inset Text
31976
31977 \begin_layout Plain Layout
31978 als Datum
31979 \end_layout
31980
31981 \end_inset
31982 </cell>
31983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31984 \begin_inset Text
31985
31986 \begin_layout Plain Layout
31987 als Befehl
31988 \end_layout
31989
31990 \end_inset
31991 </cell>
31992 </row>
31993 <row>
31994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31995 \begin_inset Text
31996
31997 \begin_layout Plain Layout
31998 DVI, PDF, PS
31999 \end_layout
32000
32001 \end_inset
32002 </cell>
32003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32004 \begin_inset Text
32005
32006 \begin_layout Plain Layout
32007 als Datum
32008 \end_layout
32009
32010 \end_inset
32011 </cell>
32012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32013 \begin_inset Text
32014
32015 \begin_layout Plain Layout
32016 als Datum
32017 \end_layout
32018
32019 \end_inset
32020 </cell>
32021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32022 \begin_inset Text
32023
32024 \begin_layout Plain Layout
32025 als Datum
32026 \end_layout
32027
32028 \end_inset
32029 </cell>
32030 </row>
32031 </lyxtabular>
32032
32033 \end_inset
32034
32035
32036 \end_layout
32037
32038 \end_inset
32039
32040
32041 \end_layout
32042
32043 \begin_layout Standard
32044 Wenn Sie im Dialogfenster
32045 \family sans
32046  Externes
32047 \begin_inset space ~
32048 \end_inset
32049
32050 Material 
32051 \family default
32052 in der Karteikarte
32053 \family sans
32054  Datei
32055 \family default
32056  die Option 
32057 \family sans
32058 Entwurf
32059 \family default
32060  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
32061 \begin_inset Newline newline
32062 \end_inset
32063
32064 LyX kann externes Material entweder als Box wie hier: 
32065 \begin_inset Graphics
32066         filename clipart/ExternesMaterialQt4.png
32067         scale 85
32068         scaleBeforeRotation
32069
32070 \end_inset
32071
32072  oder als Bild darstellen.
32073  Das hängt davon ab, ob Sie im Dialog
32074 \family sans
32075  
32076 \family default
32077 in der Karteikarte 
32078 \family sans
32079 LaTeX- und LyX-Optionen
32080 \family default
32081  die Option 
32082 \family sans
32083 In
32084 \begin_inset space ~
32085 \end_inset
32086
32087 LyX
32088 \begin_inset space ~
32089 \end_inset
32090
32091 anzeigen
32092 \family default
32093  gewählt haben oder nicht.
32094 \end_layout
32095
32096 \begin_layout Standard
32097 Im LyX-Handbuch 
32098 \family sans
32099 \emph on
32100 Anpassung
32101 \family default
32102 \emph default
32103  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
32104 \end_layout
32105
32106 \begin_layout Section
32107 Unterdokumente
32108 \begin_inset CommandInset label
32109 LatexCommand label
32110 name "abs:Unterdokumente"
32111
32112 \end_inset
32113
32114
32115 \begin_inset Index
32116 status collapsed
32117
32118 \begin_layout Plain Layout
32119 Unterdokument
32120 \end_layout
32121
32122 \end_inset
32123
32124
32125 \end_layout
32126
32127 \begin_layout Standard
32128 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
32129  oder Abschnitten bestehen.
32130  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
32131  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
32132  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
32133  z.
32134 \begin_inset space \thinspace{}
32135 \end_inset
32136
32137 B.
32138  das Literaturverzeichnis und Querverweismarken.
32139 \end_layout
32140
32141 \begin_layout Standard
32142 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
32143  müssen, geben Sie im Unterdokument im Menü
32144 \family sans
32145  Dokument\SpecialChar \menuseparator
32146 Einstellungen\SpecialChar \menuseparator
32147 Dokumentklasse
32148 \family default
32149  das Hauptdokument an.
32150  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokment
32151  bearbeiten.
32152 \end_layout
32153
32154 \begin_layout Standard
32155 Unterdokumente werden in LyX als Box angezeigt: 
32156 \begin_inset Graphics
32157         filename clipart/UnterdokumentQt4.png
32158         scale 85
32159         scaleBeforeRotation
32160
32161 \end_inset
32162
32163  Sie werden über
32164 \family sans
32165  Einfügen\SpecialChar \menuseparator
32166 Datei\SpecialChar \menuseparator
32167 Unterdokument
32168 \family default
32169  eingebunden, was das Dialogfenster
32170 \family sans
32171  Unterdokument
32172 \family default
32173  öffnet.
32174  Für 
32175 \family sans
32176 die Art
32177 \begin_inset space ~
32178 \end_inset
32179
32180 der
32181 \begin_inset space ~
32182 \end_inset
32183
32184 Einbindung
32185 \family default
32186  gibt es dort vier Möglichkeiten:
32187 \end_layout
32188
32189 \begin_layout Description
32190 Include Sie können LyX- und LaTeX-Dokumente einbinden.
32191  Wenn Sie im Dialogfenster
32192 \family sans
32193  Unterdokument
32194 \family default
32195  auf 
32196 \family sans
32197 Öffnen
32198 \family default
32199  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
32200  und Sie können es editieren.
32201 \begin_inset Newline newline
32202 \end_inset
32203
32204
32205 \end_layout
32206
32207 \begin_layout Standard
32208 Hier wird ein Unterdokument
32209 \family sans
32210  
32211 \family default
32212 per 
32213 \family sans
32214 Include
32215 \family default
32216  eingebunden: 
32217 \begin_inset CommandInset include
32218 LatexCommand include
32219 filename "DummyDocument1.lyx"
32220
32221 \end_inset
32222
32223 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
32224  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
32225  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
32226 s.
32227  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
32228 \begin_inset space ~
32229 \end_inset
32230
32231
32232 \begin_inset CommandInset ref
32233 LatexCommand ref
32234 reference "uab:Externer-Unterabschnitt-1"
32235
32236 \end_inset
32237
32238 .
32239 \end_layout
32240
32241 \begin_layout Standard
32242 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
32243  wird benutzt.
32244  Unterdokumente, die per 
32245 \family sans
32246 Include
32247 \family default
32248  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
32249  und enden mit einem Seitenumbruch.
32250 \end_layout
32251
32252 \begin_layout Standard
32253 Mit dem LaTeX-Befehl 
32254 \series bold
32255
32256 \backslash
32257 includeonly 
32258 \series default
32259 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
32260  erstellt werden soll.
32261  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
32262  sehen wollen, und es geht schneller.
32263  
32264 \series bold
32265
32266 \backslash
32267 includeonly
32268 \series default
32269  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
32270  Im folgenden Beispiel
32271 \end_layout
32272
32273 \begin_layout Standard
32274
32275 \series bold
32276
32277 \backslash
32278 includeonly{Kapitel1,Kapitel5}
32279 \end_layout
32280
32281 \begin_layout Standard
32282 werden nur die Dateien 
32283 \begin_inset Quotes gld
32284 \end_inset
32285
32286 Kapitel1.lyx
32287 \begin_inset Quotes grd
32288 \end_inset
32289
32290  (oder 
32291 \begin_inset Quotes gld
32292 \end_inset
32293
32294 Kapitel1.tex
32295 \begin_inset Quotes grd
32296 \end_inset
32297
32298 ) und 
32299 \begin_inset Quotes gld
32300 \end_inset
32301
32302 Kapitel5.lyx
32303 \begin_inset Quotes grd
32304 \end_inset
32305
32306
32307 \series bold
32308  
32309 \series default
32310 eingebunden.
32311 \end_layout
32312
32313 \begin_layout Standard
32314 \begin_inset Note Greyedout
32315 status open
32316
32317 \begin_layout Plain Layout
32318
32319 \series bold
32320 Bemerkung:
32321 \series default
32322  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
32323  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
32324  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
32325  Ergebnissen führen wird.
32326 \end_layout
32327
32328 \end_inset
32329
32330
32331 \end_layout
32332
32333 \begin_layout Description
32334 Input Diese Methode ist 
32335 \family sans
32336 Include
32337 \family default
32338  sehr ähnlich mit folgenden Unterschieden:
32339 \end_layout
32340
32341 \begin_deeper
32342 \begin_layout Itemize
32343 Unterdokumente, die per 
32344 \family sans
32345 Input
32346 \family default
32347  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
32348  Seite und enden NICHT mit einem Seitenumbruch.
32349 \end_layout
32350
32351 \begin_layout Itemize
32352 Unterdokumente, die per 
32353 \family sans
32354 Input
32355 \family default
32356  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
32357 \family sans
32358  Unterdokument Vorschau
32359 \begin_inset space ~
32360 \end_inset
32361
32362 anzeigen
32363 \family default
32364  angekreuzt wurde und in den LyX-Einstellungen unter
32365 \family sans
32366  Aussehen
32367 \begin_inset space ~
32368 \end_inset
32369
32370 &
32371 \begin_inset space ~
32372 \end_inset
32373
32374 Handhabung\SpecialChar \menuseparator
32375 Grafik\SpecialChar \menuseparator
32376 Sofortige
32377 \begin_inset space ~
32378 \end_inset
32379
32380 Vorschau
32381 \family default
32382  auf 
32383 \family sans
32384 An
32385 \family default
32386  gesetzt wurde.
32387  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
32388  aus.
32389 \end_layout
32390
32391 \begin_layout Itemize
32392 Der LaTeX-Befehl 
32393 \series bold
32394
32395 \backslash
32396 includeonly
32397 \series default
32398  kann nicht benutzt werden.
32399 \end_layout
32400
32401 \end_deeper
32402 \begin_layout Standard
32403 Hier ist ein Unterdokument, das mit
32404 \family sans
32405  Input
32406 \family default
32407  eingebunden wurde: 
32408 \begin_inset CommandInset include
32409 LatexCommand input
32410 filename "DummyDocument2.lyx"
32411
32412 \end_inset
32413
32414 .
32415 \end_layout
32416
32417 \begin_layout Description
32418 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
32419   In der Druckvorschau wird für den Text der Stil 
32420 \family typewriter
32421 Schreibmaschine
32422 \family default
32423  verwendet.
32424  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
32425  Wenn Sie im Dialogfenster
32426 \family sans
32427  Unterdokument Leerzeichen
32428 \begin_inset space ~
32429 \end_inset
32430
32431 bei
32432 \begin_inset space ~
32433 \end_inset
32434
32435 der
32436 \begin_inset space ~
32437 \end_inset
32438
32439 Ausgabe
32440 \begin_inset space ~
32441 \end_inset
32442
32443 kennzeichnen 
32444 \family default
32445 ankreuzen, wird in der Druckvorschau das Zeichen 
32446 \begin_inset Quotes gld
32447 \end_inset
32448
32449
32450 \begin_inset ERT
32451 status collapsed
32452
32453 \begin_layout Plain Layout
32454
32455
32456 \backslash
32457 textvisiblespace 
32458 \end_layout
32459
32460 \end_inset
32461
32462
32463 \begin_inset Quotes grd
32464 \end_inset
32465
32466  für jedes Leerzeichen eingefügt.
32467 \begin_inset Newline newline
32468 \end_inset
32469
32470 Im Gegensatz zu 
32471 \family sans
32472 Einfügen\SpecialChar \menuseparator
32473 Datei\SpecialChar \menuseparator
32474 Einfacher
32475 \begin_inset space ~
32476 \end_inset
32477
32478 Text
32479 \family default
32480  wird bei 
32481 \family sans
32482 Unformatiert
32483 \family default
32484  der Dateiinhalt in LyX nicht dargestellt.
32485 \end_layout
32486
32487 \begin_layout Standard
32488 Hier ist ein Unterdokument, das mit
32489 \family sans
32490  Unformatiert
32491 \family default
32492  eingebunden wurde: 
32493 \begin_inset CommandInset include
32494 LatexCommand verbatiminput
32495 filename "DummyTextDocument.txt"
32496
32497 \end_inset
32498
32499
32500 \begin_inset VSpace bigskip
32501 \end_inset
32502
32503 Hier ist ein Unterdokument, das mit
32504 \family sans
32505  Unformatiert
32506 \family default
32507  eingebunden wurde und
32508 \family sans
32509  Leerzeichen
32510 \begin_inset space ~
32511 \end_inset
32512
32513 bei
32514 \begin_inset space ~
32515 \end_inset
32516
32517 der
32518 \begin_inset space ~
32519 \end_inset
32520
32521 Ausgabe
32522 \begin_inset space ~
32523 \end_inset
32524
32525 kennzeichnen
32526 \family default
32527  angekreuzt hat: 
32528 \begin_inset CommandInset include
32529 LatexCommand verbatiminput*
32530 filename "DummyTextDocument.txt"
32531
32532 \end_inset
32533
32534
32535 \end_layout
32536
32537 \begin_layout Standard
32538 \begin_inset VSpace bigskip
32539 \end_inset
32540
32541
32542 \end_layout
32543
32544 \begin_layout Standard
32545 \begin_inset Note Greyedout
32546 status open
32547
32548 \begin_layout Plain Layout
32549
32550 \series bold
32551 Bemerkung:
32552 \series default
32553  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32554  
32555 \family sans
32556 Unformatiert
32557 \family default
32558  eingebunden werden, am Zeilenende nicht umgebrochen.
32559 \end_layout
32560
32561 \end_inset
32562
32563
32564 \end_layout
32565
32566 \begin_layout Description
32567 Listing Dieser Typ wird in Kapitel
32568 \begin_inset space ~
32569 \end_inset
32570
32571
32572 \begin_inset CommandInset ref
32573 LatexCommand ref
32574 reference "kap:Programm-Code-Listen"
32575
32576 \end_inset
32577
32578  beschrieben.
32579 \end_layout
32580
32581 \begin_layout Standard
32582 \begin_inset Note Greyedout
32583 status open
32584
32585 \begin_layout Plain Layout
32586
32587 \series bold
32588 Bemerkung:
32589 \series default
32590  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32591  das zu LaTeX-Problemen führen.
32592 \end_layout
32593
32594 \end_inset
32595
32596
32597 \end_layout
32598
32599 \begin_layout Chapter
32600 Programm-Code-Listen
32601 \begin_inset CommandInset label
32602 LatexCommand label
32603 name "kap:Programm-Code-Listen"
32604
32605 \end_inset
32606
32607
32608 \begin_inset Index
32609 status collapsed
32610
32611 \begin_layout Plain Layout
32612 Listen
32613 \end_layout
32614
32615 \end_inset
32616
32617
32618 \begin_inset Index
32619 status collapsed
32620
32621 \begin_layout Plain Layout
32622 Programm-Code
32623 \end_layout
32624
32625 \end_inset
32626
32627
32628 \end_layout
32629
32630 \begin_layout Standard
32631 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32632 \family sans
32633 Einfügen\SpecialChar \menuseparator
32634 Pro\SpecialChar \-
32635 grammlisting
32636 \family default
32637  verwenden.
32638  Das LaTeX-Paket 
32639 \series bold
32640 listings
32641 \series default
32642
32643 \begin_inset Index
32644 status collapsed
32645
32646 \begin_layout Plain Layout
32647 LaTeX-Pakete ! listings
32648 \end_layout
32649
32650 \end_inset
32651
32652  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32653 \end_layout
32654
32655 \begin_layout Standard
32656 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
32657 rmat der Programm-Code-Liste festlegen.
32658 \end_layout
32659
32660 \begin_layout Standard
32661 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32662  Die Platzierungsoption 
32663 \family sans
32664 Eingebettetes
32665 \begin_inset space ~
32666 \end_inset
32667
32668 Listing
32669 \family default
32670  druckt das Listing in der Zeile wie hier: 
32671 \begin_inset listings
32672 lstparams "language={C++}"
32673 inline true
32674 status open
32675
32676 \begin_layout Plain Layout
32677
32678 int a=5;
32679 \end_layout
32680
32681 \end_inset
32682
32683
32684 \begin_inset Newline newline
32685 \end_inset
32686
32687 Die Option 
32688 \family sans
32689 Gleitobjekt
32690 \family default
32691  erzeugt ein Listing-Gleitobjekt, dessen 
32692 \family sans
32693 Platzierung 
32694 \family default
32695 Sie mit 
32696 \family sans
32697 h
32698 \family default
32699
32700 \family sans
32701 t
32702 \family default
32703
32704 \family sans
32705 b
32706 \family default
32707  und 
32708 \family sans
32709 p
32710 \family default
32711 , analog zu den in Abschnitt
32712 \begin_inset space ~
32713 \end_inset
32714
32715
32716 \begin_inset CommandInset ref
32717 LatexCommand ref
32718 reference "abs:Gleitobjekt-Platzierung"
32719
32720 \end_inset
32721
32722  beschriebenen Platzierungsoptionen festlegen können.
32723  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
32724  hintereinander angegeben, z.
32725 \begin_inset space \thinspace{}
32726 \end_inset
32727
32728 B.
32729  
32730 \begin_inset Quotes gld
32731 \end_inset
32732
32733
32734 \family sans
32735 htbp
32736 \family default
32737
32738 \begin_inset Quotes grd
32739 \end_inset
32740
32741 .
32742  Die Option 
32743 \begin_inset Quotes gld
32744 \end_inset
32745
32746 h
32747 \begin_inset Quotes grd
32748 \end_inset
32749
32750  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
32751  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
32752 \end_layout
32753
32754 \begin_layout Standard
32755 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
32756  zu verweisen: Listing
32757 \begin_inset space ~
32758 \end_inset
32759
32760
32761 \begin_inset CommandInset ref
32762 LatexCommand ref
32763 reference "lst:Gleitendes-Programm-Listing"
32764
32765 \end_inset
32766
32767 .
32768 \end_layout
32769
32770 \begin_layout Standard
32771 \begin_inset listings
32772 lstparams "language=Python"
32773 inline false
32774 status open
32775
32776 \begin_layout Plain Layout
32777
32778 \begin_inset Caption
32779
32780 \begin_layout Plain Layout
32781 \begin_inset CommandInset label
32782 LatexCommand label
32783 name "lst:Gleitendes-Programm-Listing"
32784
32785 \end_inset
32786
32787 Gleitendes Programm-Listing
32788 \end_layout
32789
32790 \end_inset
32791
32792 # Gleitendes Programm-Listing
32793 \end_layout
32794
32795 \begin_layout Plain Layout
32796
32797 def func(param):
32798 \end_layout
32799
32800 \begin_layout Plain Layout
32801
32802     'Dies ist eine Python-Funktion'
32803 \end_layout
32804
32805 \begin_layout Plain Layout
32806
32807     pass
32808 \end_layout
32809
32810 \end_inset
32811
32812
32813 \end_layout
32814
32815 \begin_layout Standard
32816 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
32817  der Sprache erkannt und besonders gedruckt, wie 
32818 \emph on
32819 #
32820 \emph default
32821
32822 \emph on
32823 def
32824 \emph default
32825  und 
32826 \emph on
32827 pass
32828 \emph default
32829  in Listing
32830 \begin_inset space ~
32831 \end_inset
32832
32833
32834 \begin_inset CommandInset ref
32835 LatexCommand ref
32836 reference "lst:Gleitendes-Programm-Listing"
32837
32838 \end_inset
32839
32840 .
32841 \end_layout
32842
32843 \begin_layout Standard
32844 \begin_inset Note Greyedout
32845 status open
32846
32847 \begin_layout Plain Layout
32848
32849 \series bold
32850 Bemerkung:
32851 \series default
32852  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
32853 \family typewriter
32854 Schreib\SpecialChar \-
32855 maschine
32856 \family default
32857  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
32858 h keine fett gedruckten Buchstaben.
32859  Wählen Sie in diesem Fall eine andere Schrift im Menü 
32860 \family sans
32861 Dokument\SpecialChar \menuseparator
32862 Einstellungen\SpecialChar \menuseparator
32863 Schriften
32864 \family default
32865 .
32866  (Die Schriften 
32867 \emph on
32868 LuxiMono, BeraMono
32869 \emph default
32870  und 
32871 \emph on
32872 Courier
32873 \emph default
32874  enthalten fett gedruckte Buchstaben.)
32875 \end_layout
32876
32877 \end_inset
32878
32879
32880 \end_layout
32881
32882 \begin_layout Standard
32883 Im Abschnitt 
32884 \family sans
32885 Zeilennummerierung
32886 \family default
32887  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
32888 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
32889  jede wievielte Zeile nummeriert werden soll und die 
32890 \family sans
32891 Schriftgröße
32892 \family default
32893  der Nummerierung.
32894 \end_layout
32895
32896 \begin_layout Standard
32897 Im Abschnitt 
32898 \family sans
32899 Bereich
32900 \family default
32901  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
32902  Im Abschnitt 
32903 \family sans
32904 Stil
32905 \family default
32906  legen Sie fest, wie die Liste ausgedruckt werden soll.
32907  Die Option 
32908 \family sans
32909 Erweiterte
32910 \begin_inset space ~
32911 \end_inset
32912
32913 Zeichentabelle
32914 \family default
32915  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
32916 \end_layout
32917
32918 \begin_layout Standard
32919 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
32920 \begin_inset Quotes gld
32921 \end_inset
32922
32923 3
32924 \begin_inset Quotes grd
32925 \end_inset
32926
32927 , Sprache 
32928 \begin_inset Quotes gld
32929 \end_inset
32930
32931 Python
32932 \begin_inset Quotes grd
32933 \end_inset
32934
32935 , Optionen 
32936 \begin_inset Quotes gld
32937 \end_inset
32938
32939 Erweiterte Zeichentabelle
32940 \begin_inset Quotes grd
32941 \end_inset
32942
32943  und 
32944 \begin_inset Quotes gld
32945 \end_inset
32946
32947 Leerzeichen als Symbol
32948 \begin_inset Quotes grd
32949 \end_inset
32950
32951  und Bereich Zeilen 3
32952 \begin_inset space \thinspace{}
32953 \end_inset
32954
32955 -
32956 \begin_inset space \thinspace{}
32957 \end_inset
32958
32959 8:
32960 \end_layout
32961
32962 \begin_layout Standard
32963 \begin_inset listings
32964 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
32965 inline false
32966 status open
32967
32968 \begin_layout Plain Layout
32969
32970 def func(param):
32971 \end_layout
32972
32973 \begin_layout Plain Layout
32974
32975     'Dies ist eine Python-Funktion'
32976 \end_layout
32977
32978 \begin_layout Plain Layout
32979
32980     pass
32981 \end_layout
32982
32983 \begin_layout Plain Layout
32984
32985 def func(param):
32986 \end_layout
32987
32988 \begin_layout Plain Layout
32989
32990 'Sonderzeichen: Tschüß'
32991 \end_layout
32992
32993 \begin_layout Plain Layout
32994
32995 pass
32996 \end_layout
32997
32998 \begin_layout Plain Layout
32999
33000 def func(param):
33001 \end_layout
33002
33003 \begin_layout Plain Layout
33004
33005 'Dies ist eine Python-Funktion'
33006 \end_layout
33007
33008 \begin_layout Plain Layout
33009
33010 pass
33011 \end_layout
33012
33013 \end_inset
33014
33015
33016 \end_layout
33017
33018 \begin_layout Standard
33019 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
33020 \family sans
33021 Tabulatorgröße
33022 \family default
33023  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
33024 \end_layout
33025
33026 \begin_layout Standard
33027 \noindent
33028 \begin_inset Note Greyedout
33029 status open
33030
33031 \begin_layout Plain Layout
33032
33033 \series bold
33034 Bemerkung:
33035 \series default
33036  Wegen eines Fehlers im 
33037 \series bold
33038 listings
33039 \series default
33040 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
33041  verschoben.
33042  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
33043  Listing nummeriert werden.
33044 \end_layout
33045
33046 \end_inset
33047
33048
33049 \end_layout
33050
33051 \begin_layout Standard
33052 \begin_inset VSpace bigskip
33053 \end_inset
33054
33055
33056 \end_layout
33057
33058 \begin_layout Standard
33059 \noindent
33060 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
33061  Das machen Sie mit
33062 \family sans
33063  Einfügen\SpecialChar \menuseparator
33064 Datei\SpecialChar \menuseparator
33065 Unterdokument
33066 \family default
33067  und der 
33068 \family sans
33069 Art
33070 \begin_inset space ~
33071 \end_inset
33072
33073 der
33074 \begin_inset space ~
33075 \end_inset
33076
33077 Einbindung
33078 \family default
33079  
33080 \family sans
33081 Listing
33082 \family default
33083 .
33084 \begin_inset Foot
33085 status collapsed
33086
33087 \begin_layout Plain Layout
33088 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
33089 \begin_inset space ~
33090 \end_inset
33091
33092
33093 \begin_inset CommandInset ref
33094 LatexCommand ref
33095 reference "abs:Unterdokumente"
33096
33097 \end_inset
33098
33099  beschrieben.
33100 \end_layout
33101
33102 \end_inset
33103
33104  Im Dialogfenster
33105 \family sans
33106  Unterdokument
33107 \family default
33108  können Sie die Listing-Parameter unter 
33109 \family sans
33110 Weitere
33111 \begin_inset space ~
33112 \end_inset
33113
33114 Parameter
33115 \family default
33116  eingeben.
33117  Wenn Sie dort ein Fragezeichen 
33118 \begin_inset Quotes gld
33119 \end_inset
33120
33121 ?
33122 \begin_inset Quotes grd
33123 \end_inset
33124
33125  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
33126 det.
33127 \end_layout
33128
33129 \begin_layout Standard
33130 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
33131  Text ins Feld 
33132 \family sans
33133 Marke
33134 \family default
33135 , auf die dann wie üblich verwiesen werden kann.
33136 \end_layout
33137
33138 \begin_layout Standard
33139 Listing
33140 \begin_inset space ~
33141 \end_inset
33142
33143
33144 \begin_inset CommandInset ref
33145 LatexCommand ref
33146 reference "lst:Datei-Listing"
33147
33148 \end_inset
33149
33150  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
33151 \begin_inset space \thinspace{}
33152 \end_inset
33153
33154 -
33155 \begin_inset space \thinspace{}
33156 \end_inset
33157
33158 15 gedruckt werden.
33159 \end_layout
33160
33161 \begin_layout Standard
33162 \begin_inset CommandInset include
33163 LatexCommand lstinputlisting
33164 filename "EmbeddedObjects.lyx"
33165 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
33166
33167 \end_inset
33168
33169
33170 \end_layout
33171
33172 \begin_layout Standard
33173 \begin_inset VSpace bigskip
33174 \end_inset
33175
33176
33177 \end_layout
33178
33179 \begin_layout Standard
33180 \noindent
33181 Dokumentweite Listing-Eigenschaften können in
33182 \family sans
33183  Dokument\SpecialChar \menuseparator
33184 Einstellungen\SpecialChar \menuseparator
33185 Textformat\SpecialChar \menuseparator
33186 Listing-Einstellungen
33187 \family default
33188  festgelegt werden.
33189  Auch dort bekommt man durch Eingabe eines Fragezeichens 
33190 \begin_inset Quotes gld
33191 \end_inset
33192
33193 ?
33194 \begin_inset Quotes grd
33195 \end_inset
33196
33197  links davon eine Liste aller möglichen Parameter.
33198 \end_layout
33199
33200 \begin_layout Standard
33201 Weitere Informationen über das 
33202 \series bold
33203 listings
33204 \series default
33205 -Paket finden Sie in 
33206 \begin_inset CommandInset citation
33207 LatexCommand cite
33208 key "listings"
33209
33210 \end_inset
33211
33212 .
33213 \begin_inset Newpage newpage
33214 \end_inset
33215
33216
33217 \end_layout
33218
33219 \begin_layout Chapter
33220 \start_of_appendix
33221 In LyX verfügbare Maßeinheiten
33222 \begin_inset CommandInset label
33223 LatexCommand label
33224 name "kap:In-LyX-verfügbare"
33225
33226 \end_inset
33227
33228
33229 \begin_inset Index
33230 status collapsed
33231
33232 \begin_layout Plain Layout
33233 Einheiten
33234 \end_layout
33235
33236 \end_inset
33237
33238
33239 \end_layout
33240
33241 \begin_layout Standard
33242 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
33243  Tabelle
33244 \begin_inset space ~
33245 \end_inset
33246
33247
33248 \begin_inset CommandInset ref
33249 LatexCommand ref
33250 reference "tab:Maßeinheiten"
33251
33252 \end_inset
33253
33254  alle in LyX verfügbaren Maßeinheiten.
33255 \end_layout
33256
33257 \begin_layout Standard
33258 \begin_inset Float table
33259 placement h
33260 wide false
33261 sideways false
33262 status open
33263
33264 \begin_layout Plain Layout
33265 \begin_inset Caption
33266
33267 \begin_layout Plain Layout
33268 \begin_inset CommandInset label
33269 LatexCommand label
33270 name "tab:Maßeinheiten"
33271
33272 \end_inset
33273
33274 Maßeinheiten
33275 \end_layout
33276
33277 \end_inset
33278
33279
33280 \end_layout
33281
33282 \begin_layout Plain Layout
33283 \begin_inset VSpace medskip
33284 \end_inset
33285
33286
33287 \end_layout
33288
33289 \begin_layout Plain Layout
33290 \align center
33291 \begin_inset Tabular
33292 <lyxtabular version="3" rows="20" columns="2">
33293 <features>
33294 <column alignment="center" valignment="top" width="0">
33295 <column alignment="center" valignment="top" width="0">
33296 <row>
33297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33298 \begin_inset Text
33299
33300 \begin_layout Plain Layout
33301
33302 \series bold
33303 Maßeinheit
33304 \end_layout
33305
33306 \end_inset
33307 </cell>
33308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33309 \begin_inset Text
33310
33311 \begin_layout Plain Layout
33312
33313 \series bold
33314 Name/Beschreibung
33315 \end_layout
33316
33317 \end_inset
33318 </cell>
33319 </row>
33320 <row>
33321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33322 \begin_inset Text
33323
33324 \begin_layout Plain Layout
33325 mm
33326 \end_layout
33327
33328 \end_inset
33329 </cell>
33330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33331 \begin_inset Text
33332
33333 \begin_layout Plain Layout
33334 Millimeter
33335 \end_layout
33336
33337 \end_inset
33338 </cell>
33339 </row>
33340 <row>
33341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33342 \begin_inset Text
33343
33344 \begin_layout Plain Layout
33345 cm
33346 \end_layout
33347
33348 \end_inset
33349 </cell>
33350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33351 \begin_inset Text
33352
33353 \begin_layout Plain Layout
33354 Zentimeter
33355 \end_layout
33356
33357 \end_inset
33358 </cell>
33359 </row>
33360 <row>
33361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33362 \begin_inset Text
33363
33364 \begin_layout Plain Layout
33365 in
33366 \end_layout
33367
33368 \end_inset
33369 </cell>
33370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33371 \begin_inset Text
33372
33373 \begin_layout Plain Layout
33374 Zoll (1
33375 \begin_inset space \thinspace{}
33376 \end_inset
33377
33378 in = 2.54
33379 \begin_inset space \thinspace{}
33380 \end_inset
33381
33382 cm
33383 \end_layout
33384
33385 \end_inset
33386 </cell>
33387 </row>
33388 <row>
33389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33390 \begin_inset Text
33391
33392 \begin_layout Plain Layout
33393 pt
33394 \end_layout
33395
33396 \end_inset
33397 </cell>
33398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33399 \begin_inset Text
33400
33401 \begin_layout Plain Layout
33402 Punkt (72.27
33403 \begin_inset space \thinspace{}
33404 \end_inset
33405
33406 pt = 1
33407 \begin_inset space \thinspace{}
33408 \end_inset
33409
33410 in)
33411 \end_layout
33412
33413 \end_inset
33414 </cell>
33415 </row>
33416 <row>
33417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33418 \begin_inset Text
33419
33420 \begin_layout Plain Layout
33421 pc
33422 \end_layout
33423
33424 \end_inset
33425 </cell>
33426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33427 \begin_inset Text
33428
33429 \begin_layout Plain Layout
33430 Pica (1
33431 \begin_inset space \thinspace{}
33432 \end_inset
33433
33434 pc = 12
33435 \begin_inset space \thinspace{}
33436 \end_inset
33437
33438 pt)
33439 \end_layout
33440
33441 \end_inset
33442 </cell>
33443 </row>
33444 <row>
33445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33446 \begin_inset Text
33447
33448 \begin_layout Plain Layout
33449 sp
33450 \end_layout
33451
33452 \end_inset
33453 </cell>
33454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33455 \begin_inset Text
33456
33457 \begin_layout Plain Layout
33458 skalierter Punkt (65536
33459 \begin_inset space \thinspace{}
33460 \end_inset
33461
33462 sp = 1
33463 \begin_inset space \thinspace{}
33464 \end_inset
33465
33466 pt)
33467 \end_layout
33468
33469 \end_inset
33470 </cell>
33471 </row>
33472 <row>
33473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33474 \begin_inset Text
33475
33476 \begin_layout Plain Layout
33477 bp
33478 \end_layout
33479
33480 \end_inset
33481 </cell>
33482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33483 \begin_inset Text
33484
33485 \begin_layout Plain Layout
33486 großer Punkt (72
33487 \begin_inset space \thinspace{}
33488 \end_inset
33489
33490 bp = 1
33491 \begin_inset space \thinspace{}
33492 \end_inset
33493
33494 in)
33495 \end_layout
33496
33497 \end_inset
33498 </cell>
33499 </row>
33500 <row>
33501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33502 \begin_inset Text
33503
33504 \begin_layout Plain Layout
33505 dd
33506 \end_layout
33507
33508 \end_inset
33509 </cell>
33510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33511 \begin_inset Text
33512
33513 \begin_layout Plain Layout
33514 Didot (1
33515 \begin_inset space \thinspace{}
33516 \end_inset
33517
33518 dd 
33519 \begin_inset Formula $\approx$
33520 \end_inset
33521
33522  0,376
33523 \begin_inset space \thinspace{}
33524 \end_inset
33525
33526 mm)
33527 \end_layout
33528
33529 \end_inset
33530 </cell>
33531 </row>
33532 <row>
33533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33534 \begin_inset Text
33535
33536 \begin_layout Plain Layout
33537 cc
33538 \end_layout
33539
33540 \end_inset
33541 </cell>
33542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33543 \begin_inset Text
33544
33545 \begin_layout Plain Layout
33546 Cicero (1
33547 \begin_inset space \thinspace{}
33548 \end_inset
33549
33550 cc = 12
33551 \begin_inset space \thinspace{}
33552 \end_inset
33553
33554 dd)
33555 \end_layout
33556
33557 \end_inset
33558 </cell>
33559 </row>
33560 <row>
33561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33562 \begin_inset Text
33563
33564 \begin_layout Plain Layout
33565 Skalierung%
33566 \end_layout
33567
33568 \end_inset
33569 </cell>
33570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33571 \begin_inset Text
33572
33573 \begin_layout Plain Layout
33574 % der originalen Bildbreite
33575 \end_layout
33576
33577 \end_inset
33578 </cell>
33579 </row>
33580 <row>
33581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33582 \begin_inset Text
33583
33584 \begin_layout Plain Layout
33585 Textbreite %
33586 \end_layout
33587
33588 \end_inset
33589 </cell>
33590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33591 \begin_inset Text
33592
33593 \begin_layout Plain Layout
33594 % der Textbreite
33595 \end_layout
33596
33597 \end_inset
33598 </cell>
33599 </row>
33600 <row>
33601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33602 \begin_inset Text
33603
33604 \begin_layout Plain Layout
33605 Spaltenbreite %
33606 \end_layout
33607
33608 \end_inset
33609 </cell>
33610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33611 \begin_inset Text
33612
33613 \begin_layout Plain Layout
33614 % der Spaltenbreite
33615 \end_layout
33616
33617 \end_inset
33618 </cell>
33619 </row>
33620 <row>
33621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33622 \begin_inset Text
33623
33624 \begin_layout Plain Layout
33625 Seitenbreite %
33626 \end_layout
33627
33628 \end_inset
33629 </cell>
33630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33631 \begin_inset Text
33632
33633 \begin_layout Plain Layout
33634 % der Seitenbreite
33635 \end_layout
33636
33637 \end_inset
33638 </cell>
33639 </row>
33640 <row>
33641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33642 \begin_inset Text
33643
33644 \begin_layout Plain Layout
33645 Zeilenbreite %
33646 \end_layout
33647
33648 \end_inset
33649 </cell>
33650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33651 \begin_inset Text
33652
33653 \begin_layout Plain Layout
33654 % der Zeilenbreite
33655 \end_layout
33656
33657 \end_inset
33658 </cell>
33659 </row>
33660 <row>
33661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33662 \begin_inset Text
33663
33664 \begin_layout Plain Layout
33665 Texthöhe %
33666 \end_layout
33667
33668 \end_inset
33669 </cell>
33670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33671 \begin_inset Text
33672
33673 \begin_layout Plain Layout
33674 % der Texthöhe
33675 \end_layout
33676
33677 \end_inset
33678 </cell>
33679 </row>
33680 <row>
33681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33682 \begin_inset Text
33683
33684 \begin_layout Plain Layout
33685 Seitenhöhe %
33686 \end_layout
33687
33688 \end_inset
33689 </cell>
33690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33691 \begin_inset Text
33692
33693 \begin_layout Plain Layout
33694 % der Seitenhöhe
33695 \end_layout
33696
33697 \end_inset
33698 </cell>
33699 </row>
33700 <row>
33701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33702 \begin_inset Text
33703
33704 \begin_layout Plain Layout
33705 ex
33706 \end_layout
33707
33708 \end_inset
33709 </cell>
33710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33711 \begin_inset Text
33712
33713 \begin_layout Plain Layout
33714 Die Höhe des Buchstabens 
33715 \emph on
33716 x
33717 \emph default
33718  im aktiven Zeichensatz
33719 \end_layout
33720
33721 \end_inset
33722 </cell>
33723 </row>
33724 <row>
33725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33726 \begin_inset Text
33727
33728 \begin_layout Plain Layout
33729 em
33730 \end_layout
33731
33732 \end_inset
33733 </cell>
33734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33735 \begin_inset Text
33736
33737 \begin_layout Plain Layout
33738 Die Breite des Buchstabens 
33739 \emph on
33740 M
33741 \emph default
33742  im aktiven Zeichensatz
33743 \end_layout
33744
33745 \end_inset
33746 </cell>
33747 </row>
33748 <row>
33749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33750 \begin_inset Text
33751
33752 \begin_layout Plain Layout
33753 mu
33754 \end_layout
33755
33756 \end_inset
33757 </cell>
33758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33759 \begin_inset Text
33760
33761 \begin_layout Plain Layout
33762 mathematische  Maßeinheit
33763 \series bold
33764  
33765 \series default
33766 (1
33767 \begin_inset space \thinspace{}
33768 \end_inset
33769
33770 mu = 1/18
33771 \begin_inset space \thinspace{}
33772 \end_inset
33773
33774 em)
33775 \end_layout
33776
33777 \end_inset
33778 </cell>
33779 </row>
33780 </lyxtabular>
33781
33782 \end_inset
33783
33784
33785 \end_layout
33786
33787 \end_inset
33788
33789
33790 \end_layout
33791
33792 \begin_layout Chapter
33793 Ausgabedatei-Formate mit Grafiken
33794 \begin_inset CommandInset label
33795 LatexCommand label
33796 name "kap:Ausgabedatei-Formate"
33797
33798 \end_inset
33799
33800
33801 \end_layout
33802
33803 \begin_layout Section
33804 DVI
33805 \begin_inset Index
33806 status collapsed
33807
33808 \begin_layout Plain Layout
33809 Dateiformat! DVI
33810 \end_layout
33811
33812 \end_inset
33813
33814
33815 \begin_inset Index
33816 status collapsed
33817
33818 \begin_layout Plain Layout
33819 DVI
33820 \end_layout
33821
33822 \end_inset
33823
33824
33825 \end_layout
33826
33827 \begin_layout Standard
33828 Dieser Dateityp hat die Erweiterung 
33829 \begin_inset Quotes gld
33830 \end_inset
33831
33832
33833 \family typewriter
33834 .dvi
33835 \family default
33836
33837 \begin_inset Quotes grd
33838 \end_inset
33839
33840  und wird 
33841 \begin_inset Quotes gld
33842 \end_inset
33843
33844 device independent
33845 \begin_inset Quotes grd
33846 \end_inset
33847
33848  genannt, weil er vollkommen portierbar ist.
33849  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
33850  dvi-Betrachter installiert hat.
33851  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
33852 ate wie PostScript benutzt.
33853 \end_layout
33854
33855 \begin_layout Standard
33856 \begin_inset Note Greyedout
33857 status open
33858
33859 \begin_layout Plain Layout
33860
33861 \series bold
33862 Bemerkung:
33863 \series default
33864  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
33865 \end_layout
33866
33867 \end_inset
33868
33869
33870 \end_layout
33871
33872 \begin_layout Standard
33873 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
33874  auf einen anderen Computer kopieren.
33875  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
33876  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
33877  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
33878 \family typewriter
33879  
33880 \family default
33881 blättern.
33882
33883 \family typewriter
33884  
33885 \family default
33886 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
33887  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
33888  
33889 \end_layout
33890
33891 \begin_layout Standard
33892 Sie können Ihr Dokument als DVI über das Menü 
33893 \family sans
33894 Datei\SpecialChar \menuseparator
33895 Exportieren\SpecialChar \menuseparator
33896 DVI
33897 \family default
33898  exportieren.
33899  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
33900 \family sans
33901 Ansicht
33902 \family default
33903  oder den Werkzeugleistenknopf 
33904 \begin_inset Graphics
33905         filename ../../images/buffer-view_dvi.png
33906         scale 70
33907         scaleBeforeRotation
33908         BoundingBox 0bp 0bp 20bp 20bp
33909
33910 \end_inset
33911
33912  anschauen.
33913 \end_layout
33914
33915 \begin_layout Section
33916 PostScript
33917 \begin_inset CommandInset label
33918 LatexCommand label
33919 name "abs:PostScript"
33920
33921 \end_inset
33922
33923
33924 \begin_inset Index
33925 status collapsed
33926
33927 \begin_layout Plain Layout
33928 Dateiformat  ! PostScript
33929 \end_layout
33930
33931 \end_inset
33932
33933
33934 \begin_inset Index
33935 status collapsed
33936
33937 \begin_layout Plain Layout
33938 PostScript
33939 \end_layout
33940
33941 \end_inset
33942
33943
33944 \end_layout
33945
33946 \begin_layout Standard
33947 Dieser Dateityp hat die Erweiterung 
33948 \begin_inset Quotes gld
33949 \end_inset
33950
33951
33952 \family typewriter
33953 .ps
33954 \family default
33955
33956 \begin_inset Quotes grd
33957 \end_inset
33958
33959 .
33960  PostScript wurde von der Firma
33961 \family typewriter
33962  Adobe
33963 \family default
33964  als Druckersprache entwickelt.
33965  Die Datei enthält deshalb Druckbefehle.
33966  PostScript kann als 
33967 \begin_inset Quotes gld
33968 \end_inset
33969
33970 Programmiersprache
33971 \begin_inset Quotes grd
33972 \end_inset
33973
33974  angesehen werden.
33975  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
33976 \begin_inset Foot
33977 status collapsed
33978
33979 \begin_layout Plain Layout
33980 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
33981  von
33982 \series bold
33983  PSTricks
33984 \series default
33985  
33986 \begin_inset CommandInset citation
33987 LatexCommand cite
33988 key "pstricks"
33989
33990 \end_inset
33991
33992  oder 
33993 \begin_inset CommandInset citation
33994 LatexCommand cite
33995 key "latex-praxisbuch"
33996
33997 \end_inset
33998
33999  ansehen.
34000 \end_layout
34001
34002 \end_inset
34003
34004 .
34005  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
34006 \end_layout
34007
34008 \begin_layout Standard
34009 PostScript kann nur Bilder im Format EPS
34010 \begin_inset Index
34011 status collapsed
34012
34013 \begin_layout Plain Layout
34014 EPS
34015 \end_layout
34016
34017 \end_inset
34018
34019  (Encapsulated PostScript, Datei-Er\SpecialChar \-
34020 wei\SpecialChar \-
34021 ter\SpecialChar \-
34022 ung 
34023 \begin_inset Quotes gld
34024 \end_inset
34025
34026
34027 \family typewriter
34028 .eps
34029 \family default
34030
34031 \begin_inset Quotes grd
34032 \end_inset
34033
34034 ) enthalten.
34035  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
34036  intern nach EPS konvertieren.
34037  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
34038  verlangsamen.
34039  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
34040  konvertieren und direkt als EPS einfügen.
34041 \end_layout
34042
34043 \begin_layout Standard
34044 Sie können Ihr Dokument als PostScript über das Menü 
34045 \family sans
34046 Datei\SpecialChar \menuseparator
34047 Exportieren\SpecialChar \menuseparator
34048 Post\SpecialChar \-
34049 Script
34050 \family default
34051  exportieren.
34052  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
34053 \family sans
34054 Ansicht
34055 \family default
34056  oder den Werkzeugleistenknopf 
34057 \begin_inset Graphics
34058         filename ../../images/buffer-view_ps.png
34059         scale 70
34060         scaleBeforeRotation
34061
34062 \end_inset
34063
34064  anschauen.
34065 \end_layout
34066
34067 \begin_layout Section
34068 PDF
34069 \begin_inset Index
34070 status collapsed
34071
34072 \begin_layout Plain Layout
34073 Dateiformat! PDF
34074 \end_layout
34075
34076 \end_inset
34077
34078
34079 \begin_inset Index
34080 status collapsed
34081
34082 \begin_layout Plain Layout
34083 PDF
34084 \end_layout
34085
34086 \end_inset
34087
34088
34089 \end_layout
34090
34091 \begin_layout Standard
34092 Dieser Dateityp hat die Erweiterung 
34093 \begin_inset Quotes gld
34094 \end_inset
34095
34096
34097 \family typewriter
34098 .pdf
34099 \family default
34100
34101 \begin_inset Quotes grd
34102 \end_inset
34103
34104 .
34105  Das
34106 \emph on
34107  
34108 \emph default
34109
34110 \begin_inset Quotes gld
34111 \end_inset
34112
34113 Portable Document Format
34114 \begin_inset Quotes grd
34115 \end_inset
34116
34117  (PDF) wurde auch von der Firma 
34118 \family typewriter
34119 Adobe
34120 \family default
34121  als Derivat von PostScript entwickelt.
34122  Es ist komprimierter und benutzt weniger Befehle als PostScript.
34123  Wie der Begriff 
34124 \begin_inset Quotes gld
34125 \end_inset
34126
34127 portable
34128 \begin_inset Quotes grd
34129 \end_inset
34130
34131  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
34132  werden, und der Ausdruck sieht immer gleich aus.
34133 \end_layout
34134
34135 \begin_layout Standard
34136 PDF kann Bilder im eigenen PDF-Format, im Format 
34137 \begin_inset Quotes gld
34138 \end_inset
34139
34140 Joint Photographic Experts Group
34141 \begin_inset Quotes grd
34142 \end_inset
34143
34144  (JPEG
34145 \begin_inset Index
34146 status collapsed
34147
34148 \begin_layout Plain Layout
34149 JPG, JPEG
34150 \end_layout
34151
34152 \end_inset
34153
34154 , Datei-Erweiterung 
34155 \begin_inset Quotes gld
34156 \end_inset
34157
34158
34159 \family typewriter
34160 .jpg
34161 \family default
34162
34163 \begin_inset Quotes grd
34164 \end_inset
34165
34166  oder 
34167 \begin_inset Quotes gld
34168 \end_inset
34169
34170
34171 \family typewriter
34172 .jpeg
34173 \family default
34174
34175 \begin_inset Quotes grd
34176 \end_inset
34177
34178 ) und im Format 
34179 \begin_inset Quotes gld
34180 \end_inset
34181
34182 Portable Network Graphics
34183 \begin_inset Quotes grd
34184 \end_inset
34185
34186  (PNG
34187 \begin_inset Index
34188 status collapsed
34189
34190 \begin_layout Plain Layout
34191 PNG
34192 \end_layout
34193
34194 \end_inset
34195
34196 , Datei-Erweiterung 
34197 \begin_inset Quotes gld
34198 \end_inset
34199
34200
34201 \family typewriter
34202 .png
34203 \family default
34204
34205 \begin_inset Quotes grd
34206 \end_inset
34207
34208 ) enthalten.
34209  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
34210  Sie konvertieren wird.
34211  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
34212  wird, eines der drei erwähnten Bildformate zu benutzen.
34213 \end_layout
34214
34215 \begin_layout Standard
34216 PDF-Dateien können Sie über 
34217 \family sans
34218 Datei\SpecialChar \menuseparator
34219 Exportieren
34220 \family default
34221  auf drei Arten erzeugen:
34222 \end_layout
34223
34224 \begin_layout Description
34225 PDF
34226 \begin_inset space ~
34227 \end_inset
34228
34229 (ps2pdf) benutzt das Programm
34230 \family typewriter
34231  ps2pdf
34232 \family default
34233 , das eine PDF-Datei aus einer Post\SpecialChar \-
34234 Script®-Version Ihres Dokument erstellt.
34235  Die PostScript-Version wird mit dem Programm 
34236 \family typewriter
34237 dvips
34238 \family default
34239  aus einer DVI-Version erstellt.
34240  Es werden also drei Konvertierungen verwendet.
34241 \end_layout
34242
34243 \begin_layout Description
34244 PDF
34245 \begin_inset space ~
34246 \end_inset
34247
34248 (dvipdfm) benutzt das Programm 
34249 \family typewriter
34250 dvipdfm
34251 \family default
34252 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
34253  PDF konvertiert.
34254 \end_layout
34255
34256 \begin_layout Description
34257 PDF
34258 \begin_inset space ~
34259 \end_inset
34260
34261 (pdflatex) benutzt das Programm
34262 \family typewriter
34263  pdftex
34264 \family default
34265 , das Ihr Dokument direkt nach PDF konvertiert.
34266 \end_layout
34267
34268 \begin_layout Standard
34269
34270 \family sans
34271 PDF
34272 \begin_inset space ~
34273 \end_inset
34274
34275 (pdflatex)
34276 \family default
34277  wird empfohlen, weil
34278 \family typewriter
34279  pdftex
34280 \family default
34281  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
34282  ohne Probleme arbeitet.
34283  Das Programm 
34284 \family typewriter
34285 dvi\SpecialChar \-
34286 pdfm
34287 \family default
34288  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
34289 \end_layout
34290
34291 \begin_layout Standard
34292 Sie können Ihr Dokument als PDF über das Menü 
34293 \family sans
34294 Datei\SpecialChar \menuseparator
34295 Exportieren\SpecialChar \menuseparator
34296 PDF
34297 \family default
34298  exportieren.
34299  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
34300 \family sans
34301 Ansicht
34302 \family default
34303  oder den Werkzeugleistenknopf 
34304 \begin_inset Graphics
34305         filename ../../images/buffer-view_pdf2.png
34306         scale 70
34307         scaleBeforeRotation
34308         BoundingBox 0bp 0bp 20bp 20bp
34309
34310 \end_inset
34311
34312  anschauen 
34313 \family sans
34314 (
34315 \family default
34316 der 
34317 \family sans
34318 PDF
34319 \begin_inset space ~
34320 \end_inset
34321
34322 (pdflatex)
34323 \family default
34324  verwendet).
34325 \end_layout
34326
34327 \begin_layout Chapter
34328 Erklärung der Gleichung
34329 \begin_inset space ~
34330 \end_inset
34331
34332
34333 \begin_inset CommandInset ref
34334 LatexCommand eqref
34335 reference "eq:Wgn"
34336
34337 \end_inset
34338
34339
34340 \begin_inset CommandInset label
34341 LatexCommand label
34342 name "kap:Exläuterung-einer-Gleichung"
34343
34344 \end_inset
34345
34346
34347 \end_layout
34348
34349 \begin_layout Standard
34350 Die Gesamtbreite von
34351 \emph on
34352  n
34353 \emph default
34354  Tabellenzellen 
34355 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34356 \end_inset
34357
34358  kann wie folgt berechnet werden:
34359 \end_layout
34360
34361 \begin_layout Standard
34362 \begin_inset Formula \begin{equation}
34363 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}
34364
34365 \end_inset
34366
34367
34368 \end_layout
34369
34370 \begin_layout Standard
34371 Dabei ist 
34372 \begin_inset Formula $W_{g\, n}$
34373 \end_inset
34374
34375  die Breite jeder Zelle.
34376
34377 \series bold
34378  
34379 \backslash
34380 tabcolsep
34381 \series default
34382  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
34383  Standardwert 6
34384 \begin_inset space \thinspace{}
34385 \end_inset
34386
34387 pt.
34388  
34389 \series bold
34390
34391 \backslash
34392 arrayrulewidth
34393 \series default
34394  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
34395 \begin_inset space \thinspace{}
34396 \end_inset
34397
34398 pt.
34399 \end_layout
34400
34401 \begin_layout Standard
34402 Nach Gleichung
34403 \begin_inset space ~
34404 \end_inset
34405
34406
34407 \begin_inset CommandInset ref
34408 LatexCommand ref
34409 reference "eq:Wtot_n"
34410
34411 \end_inset
34412
34413  ist die Gesamtbreite einer Mehrfachspalte, 
34414 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34415 \end_inset
34416
34417 ,
34418 \end_layout
34419
34420 \begin_layout Standard
34421 \begin_inset Formula \begin{equation}
34422 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34423
34424 \end_inset
34425
34426
34427 \end_layout
34428
34429 \begin_layout Standard
34430 Setzt man die Gleichungen
34431 \begin_inset space ~
34432 \end_inset
34433
34434
34435 \begin_inset CommandInset ref
34436 LatexCommand ref
34437 reference "eq:Wtot_n"
34438
34439 \end_inset
34440
34441  und 
34442 \begin_inset CommandInset ref
34443 LatexCommand ref
34444 reference "eq:Wtot_mult"
34445
34446 \end_inset
34447
34448  gleich, kann man die benötigte Breite 
34449 \begin_inset Formula $W_{g\, n}$
34450 \end_inset
34451
34452 , wenn 
34453 \emph on
34454 n
34455 \emph default
34456  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
34457 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34458 \end_inset
34459
34460  hat, berechnen:
34461 \end_layout
34462
34463 \begin_layout Standard
34464 \begin_inset Formula \begin{equation}
34465 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34466
34467 \end_inset
34468
34469
34470 \end_layout
34471
34472 \begin_layout Bibliography
34473 \begin_inset CommandInset bibitem
34474 LatexCommand bibitem
34475 key "latexcompanion"
34476
34477 \end_inset
34478
34479 Frank Mittelbach and Michel Goossens: 
34480 \emph on
34481 The LaTeX Companion Second Edition.
34482
34483 \emph default
34484  Addison-Wesley, 2004
34485 \end_layout
34486
34487 \begin_layout Bibliography
34488 \begin_inset CommandInset bibitem
34489 LatexCommand bibitem
34490 key "latexguide"
34491
34492 \end_inset
34493
34494 Helmut Kopka and Patrick W.
34495  Daly: 
34496 \emph on
34497 A Guide to LaTeX Fourth Edition.
34498
34499 \emph default
34500  Addison-Wesley, 2003
34501 \end_layout
34502
34503 \begin_layout Bibliography
34504 \begin_inset CommandInset bibitem
34505 LatexCommand bibitem
34506 key "lamport"
34507
34508 \end_inset
34509
34510 Leslie Lamport: 
34511 \emph on
34512 LaTeX: A Document Preparation System.
34513
34514 \emph default
34515  Addison-Wesley, second edition, 1994
34516 \end_layout
34517
34518 \begin_layout Bibliography
34519 \begin_inset CommandInset bibitem
34520 LatexCommand bibitem
34521 key "latex-praxisbuch"
34522
34523 \end_inset
34524
34525 Niedermair, Elke & Michael: 
34526 \emph on
34527 LaTeX-Praxisbuch
34528 \emph default
34529 , Franzis-Verlag, 2004
34530 \end_layout
34531
34532 \begin_layout Bibliography
34533 \begin_inset CommandInset bibitem
34534 LatexCommand bibitem
34535 key "booktabs"
34536
34537 \end_inset
34538
34539 Dokumentation des LaTeX-Pakets 
34540 \series bold
34541
34542 \begin_inset CommandInset href
34543 LatexCommand href
34544 name "booktabs"
34545 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34546
34547 \end_inset
34548
34549
34550 \series default
34551
34552 \begin_inset Index
34553 status collapsed
34554
34555 \begin_layout Plain Layout
34556 LaTeX-Pakete ! booktabs
34557 \end_layout
34558
34559 \end_inset
34560
34561
34562 \end_layout
34563
34564 \begin_layout Bibliography
34565 \begin_inset CommandInset bibitem
34566 LatexCommand bibitem
34567 key "caption"
34568
34569 \end_inset
34570
34571 Dokumentation des LaTeX-Pakets 
34572 \series bold
34573
34574 \begin_inset CommandInset href
34575 LatexCommand href
34576 name "caption"
34577 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
34578
34579 \end_inset
34580
34581
34582 \series default
34583
34584 \begin_inset Index
34585 status collapsed
34586
34587 \begin_layout Plain Layout
34588 LaTeX-Pakete ! caption
34589 \end_layout
34590
34591 \end_inset
34592
34593
34594 \end_layout
34595
34596 \begin_layout Bibliography
34597 \begin_inset CommandInset bibitem
34598 LatexCommand bibitem
34599 key "endfloat"
34600
34601 \end_inset
34602
34603 Dokumentation des LaTeX-Pakets 
34604 \series bold
34605
34606 \begin_inset CommandInset href
34607 LatexCommand href
34608 name "endfloat"
34609 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34610
34611 \end_inset
34612
34613
34614 \series default
34615
34616 \begin_inset Index
34617 status collapsed
34618
34619 \begin_layout Plain Layout
34620 LaTeX-Pakete ! endfloat
34621 \end_layout
34622
34623 \end_inset
34624
34625
34626 \end_layout
34627
34628 \begin_layout Bibliography
34629 \begin_inset CommandInset bibitem
34630 LatexCommand bibitem
34631 key "wrapfig"
34632
34633 \end_inset
34634
34635 Dokumentation des LaTeX-Pakets 
34636 \series bold
34637
34638 \begin_inset CommandInset href
34639 LatexCommand href
34640 name "wrapfig"
34641 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34642
34643 \end_inset
34644
34645
34646 \series default
34647
34648 \begin_inset Index
34649 status collapsed
34650
34651 \begin_layout Plain Layout
34652 LaTeX-Pakete ! wrapfig
34653 \begin_inset ERT
34654 status collapsed
34655
34656 \begin_layout Plain Layout
34657
34658
34659 \backslash
34660 vspace{4mm}
34661 \end_layout
34662
34663 \end_inset
34664
34665
34666 \end_layout
34667
34668 \end_inset
34669
34670
34671 \end_layout
34672
34673 \begin_layout Bibliography
34674 \begin_inset CommandInset bibitem
34675 LatexCommand bibitem
34676 key "footmisc"
34677
34678 \end_inset
34679
34680 Dokumentation des LaTeX-Pakets 
34681 \series bold
34682
34683 \begin_inset CommandInset href
34684 LatexCommand href
34685 name "footmisc"
34686 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34687
34688 \end_inset
34689
34690
34691 \series default
34692
34693 \begin_inset Index
34694 status collapsed
34695
34696 \begin_layout Plain Layout
34697 LaTeX-Pakete ! footmisc
34698 \end_layout
34699
34700 \end_inset
34701
34702
34703 \end_layout
34704
34705 \begin_layout Bibliography
34706 \begin_inset CommandInset bibitem
34707 LatexCommand bibitem
34708 key "hypcap"
34709
34710 \end_inset
34711
34712 Dokumentation des LaTeX-Pakets 
34713 \series bold
34714
34715 \begin_inset CommandInset href
34716 LatexCommand href
34717 name "hypcap"
34718 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34719
34720 \end_inset
34721
34722
34723 \series default
34724
34725 \begin_inset Index
34726 status collapsed
34727
34728 \begin_layout Plain Layout
34729 LaTeX-Pakete ! hypcap
34730 \end_layout
34731
34732 \end_inset
34733
34734
34735 \end_layout
34736
34737 \begin_layout Bibliography
34738 \begin_inset CommandInset bibitem
34739 LatexCommand bibitem
34740 key "hyperref"
34741
34742 \end_inset
34743
34744 Dokumentation des LaTeX-Pakets 
34745 \series bold
34746
34747 \begin_inset CommandInset href
34748 LatexCommand href
34749 name "hyperref"
34750 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34751
34752 \end_inset
34753
34754
34755 \series default
34756
34757 \begin_inset Index
34758 status collapsed
34759
34760 \begin_layout Plain Layout
34761 LaTeX-Pakete ! hyperref
34762 \end_layout
34763
34764 \end_inset
34765
34766
34767 \end_layout
34768
34769 \begin_layout Bibliography
34770 \begin_inset CommandInset bibitem
34771 LatexCommand bibitem
34772 key "koma-script"
34773
34774 \end_inset
34775
34776 Dokumentation des LaTeX-Pakets 
34777 \series bold
34778
34779 \begin_inset CommandInset href
34780 LatexCommand href
34781 name "koma-script"
34782 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
34783
34784 \end_inset
34785
34786
34787 \series default
34788
34789 \begin_inset Index
34790 status collapsed
34791
34792 \begin_layout Plain Layout
34793 LaTeX-Pakete ! koma-script
34794 \end_layout
34795
34796 \end_inset
34797
34798
34799 \end_layout
34800
34801 \begin_layout Bibliography
34802 \begin_inset CommandInset bibitem
34803 LatexCommand bibitem
34804 key "listings"
34805
34806 \end_inset
34807
34808 Dokumentation des LaTeX-Pakets 
34809 \series bold
34810
34811 \begin_inset CommandInset href
34812 LatexCommand href
34813 name "listings"
34814 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34815
34816 \end_inset
34817
34818
34819 \series default
34820
34821 \begin_inset Index
34822 status collapsed
34823
34824 \begin_layout Plain Layout
34825 LaTeX-Pakete ! listings
34826 \end_layout
34827
34828 \end_inset
34829
34830
34831 \end_layout
34832
34833 \begin_layout Bibliography
34834 \begin_inset CommandInset bibitem
34835 LatexCommand bibitem
34836 key "marginnote"
34837
34838 \end_inset
34839
34840 Dokumentation des LaTeX-Pakets 
34841 \series bold
34842
34843 \begin_inset CommandInset href
34844 LatexCommand href
34845 name "marginnote"
34846 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34847
34848 \end_inset
34849
34850
34851 \series default
34852
34853 \begin_inset Index
34854 status collapsed
34855
34856 \begin_layout Plain Layout
34857 LaTeX-Pakete ! marginnote
34858 \end_layout
34859
34860 \end_inset
34861
34862
34863 \end_layout
34864
34865 \begin_layout Bibliography
34866 \begin_inset CommandInset bibitem
34867 LatexCommand bibitem
34868 key "pstricks"
34869
34870 \end_inset
34871
34872 Webseite des LaTeX-Pakets 
34873 \series bold
34874
34875 \begin_inset CommandInset href
34876 LatexCommand href
34877 name "PSTricks"
34878 target "http://tug.org/PSTricks/"
34879
34880 \end_inset
34881
34882
34883 \series default
34884
34885 \begin_inset Index
34886 status collapsed
34887
34888 \begin_layout Plain Layout
34889 LaTeX-Pakete ! pstricks
34890 \end_layout
34891
34892 \end_inset
34893
34894
34895 \end_layout
34896
34897 \begin_layout Bibliography
34898 \begin_inset CommandInset bibitem
34899 LatexCommand bibitem
34900 key "sidecap"
34901
34902 \end_inset
34903
34904 Dokumentation des LaTeX-Pakets 
34905 \series bold
34906
34907 \begin_inset CommandInset href
34908 LatexCommand href
34909 name "sidecap"
34910 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34911
34912 \end_inset
34913
34914
34915 \series default
34916
34917 \begin_inset Index
34918 status collapsed
34919
34920 \begin_layout Plain Layout
34921 LaTeX-Pakete ! sidecap
34922 \end_layout
34923
34924 \end_inset
34925
34926
34927 \end_layout
34928
34929 \begin_layout Bibliography
34930 \begin_inset CommandInset bibitem
34931 LatexCommand bibitem
34932 key "NewInLyX16"
34933
34934 \end_inset
34935
34936
34937 \begin_inset CommandInset href
34938 LatexCommand href
34939 name "Wiki-Seite"
34940 target "http://wiki.lyx.org/LyX/NewInLyX16"
34941
34942 \end_inset
34943
34944  über neue Funktionen in 
34945 \family sans
34946 LyX 1.6.0
34947 \family default
34948 .
34949 \end_layout
34950
34951 \begin_layout Standard
34952 \begin_inset CommandInset index_print
34953 LatexCommand printindex
34954
34955 \end_inset
34956
34957
34958 \end_layout
34959
34960 \begin_layout Standard
34961 \begin_inset FloatList figure
34962
34963 \end_inset
34964
34965
34966 \end_layout
34967
34968 \begin_layout Standard
34969 \begin_inset FloatList table
34970
34971 \end_inset
34972
34973
34974 \end_layout
34975
34976 \begin_layout Standard
34977 \begin_inset ERT
34978 status open
34979
34980 \begin_layout Plain Layout
34981
34982
34983 \backslash
34984 listof{algorithm}{Algorithmenverzeichnis}
34985 \end_layout
34986
34987 \end_inset
34988
34989
34990 \begin_inset Note Note
34991 status collapsed
34992
34993 \begin_layout Plain Layout
34994 siehe Abschnitt
34995 \begin_inset space ~
34996 \end_inset
34997
34998
34999 \begin_inset CommandInset ref
35000 LatexCommand ref
35001 reference "uab:Gleitobjekt-Algorithmen"
35002
35003 \end_inset
35004
35005  für eine Beschreibung
35006 \end_layout
35007
35008 \end_inset
35009
35010
35011 \end_layout
35012
35013 \end_body
35014 \end_document